/* 网站背景 */
.bg-color {
	background-color: #f6f6f6;
}
/* 导航 */
.nav-bar{position: fixed;top: 50px;left: 50%;transform: translateX(-50%);width: 1300px;border-radius: 10px;height: 100px;z-index: 999;background-color: #f5f5f5;box-shadow: -3px 2px 3px 1px rgba(0,0,0,0.3);}
.nav-bar .logo{float: left;max-width: 500px;font-size: 0;height: 100px;line-height: 100px;}
.nav-bar .logo img{display: inline-block;width: 100%;vertical-align: middle;}
.nav-bar ul{float: right;display: flex;justify-content: flex-end;}
.nav-bar ul li{margin-left: 50px;text-align: center;}
.nav-bar ul li a{display: block;color: #333;height: 100px;line-height: 1;font-size: 16px;transition: all 0.5s ease-in-out;display: flex;justify-content: center;flex-direction: column;}
.nav-bar ul li a:hover,
.nav-bar ul li.active a{color: #faa21d;}
.nav-bar.nav-hide{height: 80px;top: 0;width: 100%;padding: 0;border-radius: 0;}
.nav-bar.nav-hide .logo{max-width: 500px;height: 80px;line-height: 80px;}
.nav-bar.nav-hide ul li a{height: 80px;}
/* banner大图 */
.banner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-align: center;
}

.banner a {
	display: block;
}

.banner img {
	width: 100%;
}
.banner .banner-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 20px;
}

.banner .swiper-pagination-bullet {
	display: block !important;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-color: #faa21d;
	opacity: 1;
	border-radius: 50%;
	transition: all 0.5s ease-in-out;
}
.banner .swiper-pagination-bullet-active {
	width: 40px;
	border-radius: 20px;
}
#main {
	overflow: hidden;
}
/* 公共头部 */
#main .common {
	line-height: 1;
	height: 40px;
	position: relative;
	text-align: center;
	margin-bottom: 45px;
}
#main .common .en,
#main .common .name{
	position: absolute;
	left: 0;
	width: 100%;
}
#main .common .en {
	top: 0;
	color: #faa21d;
	opacity: 0.1;
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
}
#main .common .name {
	bottom: 0;
	color: #333;
	font-size: 28px;
}
/* indexmore */
#main .index-more {
	display: block;
	padding-left: 30px;
	height: 54px;
	line-height: 54px;
	color: #333;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
#main .index-more::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	z-index: -1;
	background-color: #faa628;
	background: linear-gradient(90deg, rgba(250, 168, 43, 1) 0, rgba(250, 168, 43, 0.5) 100%);
}
#main .index-more:hover {
	letter-spacing: 3px;
}
/* 展会一览 */
#main .company-main {
	background-color: #fff;
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
#main .company-main::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -144px;
	width: 374px;
	height: 374px;
	border-radius: 50%;
	transform: translateY(-50%);
	background-color: #faa628;
	background: linear-gradient(-90deg, rgba(250, 168, 43, 1) 0, rgba(250, 168, 43, 0.5) 100%);
	z-index: -1;
}
#main .company-main .time{
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main .company-main .time li{
	line-height: 1;
	text-align: center;
	color: #333;
	font-size: 18px;
}
#main .company-main .time li .t1{
	margin-bottom: 14px;
}
#main .company-main .time li .t2{
	font-weight: 700;
}
#main .company-main .box {
	margin-bottom: 25px;
	background-color: #f5f5f5;
}
#main .company-main .box .con{
	float: left;
	width: 550px;
	padding: 27px 25px;
}
#main .company-main .box .con .txt {
	color: #333;
	font-size: 18px;
	line-height: 32px;
	text-align: justify;
	max-height: 384px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
}
#main .company-main .box .con .txt p{
	text-indent: 2em;
}
#main .company-main .box .index-more {
	margin-top: 20px;
}
#main .company-main .imgbg {
	width: 600px;
	height: 512px;
	float: right;
}
#main .company-main .imgbg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .company-main .fanwei{
	padding-bottom: 32px;
	margin: 0 -8px;
}
#main .company-main .fanwei li{
	float: left;
	width: 288px;
	line-height: 48px;
	text-align: center;
	margin: 0 8px;
	font-size: 18px;
	font-weight: 700;
}
#main .company-main .fanwei li .f1,
#main .company-main .fanwei li .f2{
	background-color: #f5f5f5;
	color: #003333;
	border-radius: 10px;
}
#main .company-main .fanwei li .f1{
	margin-bottom: 16px;
}
#main .company-main .fanwei li:nth-child(2n-1) .f1,
#main .company-main .fanwei li:nth-child(2n) .f2{
	background-color: #faa21d;
	color: #fff;
}
#main .company-main .list{
	margin: 0 -20px;
}
#main .company-main .list li {
	float: left;
	width: 580px;
	margin: 0 20px;
	height: 306px;
	position: relative;
	overflow: hidden;
}
#main .company-main .list li .img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#main .company-main .list li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .company-main .list li .tit{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	color: #fff;
	font-size: 28px;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
}
/* 展商产品展示 */
#main .product-main{
	background-color: #f5f5f5;
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
#main .product-main::before{
	content: '';
	position: absolute;
	top: 50%;
	left: -150px;
	width: 416px;
	height: 443px;
	background-image: url(../images/probg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateY(-50%);
	z-index: -1;
}
#main .product-main .list{
	margin: 0 -15px;
}
#main .product-main .list li{
	float: left;
	width: 380px;
	margin: 0 15px 30px 15px;
}
#main .product-main .list li a{
	display: block;
	width: 100%;
	height: 254px;
	overflow: hidden;
}
#main .product-main .list li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .product-main .list li a:hover img{
	transform: scale(1.1);
}
#main .product-main .more{
	display: block;
	width: 380px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border: 2px solid #faa21d;
	background-color: #faa21d;
	margin: 20px auto 0;
}
#main .product-main .more:hover{
	background-color: transparent;
	color: #faa21d;
}
/* 位置优势 */
#main .weizhi-main{
	background-color: #fff;
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
#main .weizhi-main::before{
	content: '';
	position: absolute;
	top: 50%;
	right: -190px;
	width: 373px;
	height: 396px;
	background-image: url(../images/weizhibg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateY(-50%);
	z-index: -1;
}
#main .weizhi-main .con{
	color: #333;
	font-size: 18px;
	line-height: 34px;
	text-indent: 2em;
}
#main .weizhi-main .box{
	margin-top: 20px;
	padding-bottom: 3px;
}
#main .weizhi-main .box .contact-map{
	float: left;
	width: 810px;
	overflow: hidden;
	margin-top: 12px;
}
#main .weizhi-main .box .contact-map #dituContent {
	width: 100%;
	height: 453px;
}
#main .weizhi-main .box .contact-map #dituContent .BMapLabel{
	display: none !important;
}
#main .weizhi-main .box .online-form {
	float: right;
	width: 350px;
	padding: 30px 20px;
	background-color: #f5f5f5;
	position: relative;
	box-shadow: -3px 2px 3px 1px rgba(29, 19, 13, 0.16);
}
#main .weizhi-main .box .online-form .top{
	line-height: 1;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
#main .weizhi-main .box .online-form input,
#main .weizhi-main .box .online-form textarea {
	width: 100%;
	border-bottom: 1px dashed #cacaca;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	background-color: transparent;
	float: left;
}
#main .weizhi-main .box .online-form input::-webkit-input-placeholder,
#main .weizhi-main .box .online-form textarea::-webkit-input-placeholder {
	color: #333;
}
#main .weizhi-main .box .online-form input:-moz-placeholder,
#main .weizhi-main .box .online-form textarea:-moz-placeholder {
	color: #333;
}
#main .weizhi-main .box .online-form input::-moz-placeholder,
#main .weizhi-main .box .online-form textarea::-moz-placeholder {
	color: #333;
}
#main .weizhi-main .box .online-form input:-ms-input-placeholder,
#main .weizhi-main .box .online-form textarea:-ms-input-placeholder {
	color: #333;
}
#main .weizhi-main .box .online-form input.captcha {
	width: calc(100% - 192px);
}
#main .weizhi-main .box .online-form .code{
	float: left;
	width: 192px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 0;
}
#main .weizhi-main .box .online-form .code img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#main .weizhi-main .box .online-form .btn-box {
	float: left;
	width: 100%;
	overflow: hidden;
}
#main .weizhi-main .box .online-form .btn-box a.btn{
	display: block;
	height: 46px;
	text-align: center;
	line-height: 46px;
	background-color: #faa21d;
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
	border: 2px solid #faa21d;
}
#main .weizhi-main .box .online-form .btn-box a.btn:hover {
	background-color: transparent;
	color: #faa21d;
}
/* 网站底部 */
.footer {
	background-color: #333;
	padding-top: 40px;
	border-top: 14px solid #faa21d;
}

.footer .footer1,
.footer .footer2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .footer1 {
	margin-bottom: 20px;
}

.footer .footer1 .box {
	width: 700px;
}

.footer .footer1 .box .name {
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 30px;
}

.footer .footer1 .box .tact li {
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}

.footer .footer1 .box .tact li a {
	color: #fff;
	transition: all 0.5s ease-in-out;
}

.footer .footer1 .box .tact li a:hover {
	color: #faa82b;
}

.footer .footer1 .navwecaht {
	width: 400px;
}

.footer .footer1 .navwecaht .nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 20px;
}

.footer .footer1 .navwecaht .nav li {
	padding-left: 40px;
	margin-left: 40px;
	position: relative;
}

.footer .footer1 .navwecaht .nav li:first-child {
	margin-left: 0;
	padding-left: 0;
}

.footer .footer1 .navwecaht .nav li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 18px;
	background-color: #fff;
	transform: translateY(-50%);
}

.footer .footer1 .navwecaht .nav li:first-child::before {
	display: none;
}

.footer .footer1 .navwecaht .nav li a {
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	transition: all 0.5s ease-in-out;
}

.footer .footer1 .navwecaht .nav li.active a,
.footer .footer1 .navwecaht .nav li a:hover {
	color: #faa82b;
}.footer .footer1 .navwecaht .wechat{float: right;width: 360px;display: flex;}
.footer .footer1 .navwecaht .wechat .ewm{width: 160px;margin-left: 20px;}
.footer .footer1 .navwecaht .wechat .ewm .img{padding: 5px;width: 150px;height: 150px;line-height: 150px;background-color: #fff;text-align: center;font-size: 0;overflow: hidden;}
.footer .footer1 .navwecaht .wechat .ewm .img img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.footer .footer1 .navwecaht .wechat .ewm .name{text-align: center;font-size: 14px;color: #fff;line-height: 30px;}

.footer .footer2 {
	padding: 13px 0;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	border-top: 1px solid #696868;
}

.footer .footer2 .name {
	width: 540px;
	margin-right: auto;
}

.footer .footer2 .txt {
	width: 640px;
	text-align: right;
}

.footer .footer2 a {
	color: #fff;
	transition: all 0.5s ease-in-out;
}

.footer .footer2 a:hover {
	color: #faa82b;
}

.footer .footer2 a img {
	display: inline-block;
	vertical-align: middle;
}

.pro-sider {
	float: left;
	width: 260px;
}

.pro-sider .in-title {
	background: #faa82b;
	color: #fff;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	margin-bottom: 2px;
}

.pro-sider .pro-sider-ul {
	margin-bottom: 25px;
	border: 1px solid #ededed;
	background-color: #fff;
	border-top: none;
}

.pro-sider .pro-sider-ul .ul-li a {
	display: block;
	box-sizing: border-box;
	padding: 0px 20px;
	line-height: 55px;
	border-bottom: 1px dashed #ededed;
	position: relative;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}

.pro-sider .pro-sider-ul .ul-li:last-child a {
	border-bottom: none;
}

.pro-sider .pro-sider-ul .ul-li a::before,
.pro-sider .pro-sider-ul .ul-li a::after {
	content: '';
	display: block;
	background: #ececeb;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}

.pro-sider .pro-sider-ul .ul-li a::before {
	width: 2px;
	height: 12px;
	right: 29px;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}

.pro-sider .pro-sider-ul .ul-li a::after {
	width: 12px;
	height: 2px;
	right: 24px;
}

.pro-sider .pro-sider-ul .ul-li a h2 {
	width: 200px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li a.active {
	background-color: #faa82b;
}

.pro-sider .pro-sider-ul .ul-li:hover a::before,
.pro-sider .pro-sider-ul .ul-li a.active::before {
	opacity: 0;
}

.pro-sider .pro-sider-ul .ul-li:hover a h2,
.pro-sider .pro-sider-ul .ul-li a.active h2 {
	color: #fff;
}

.pro-sider .pro-sider-ul .ul-li .erji {
	display: none;
	overflow: hidden;
}

.pro-sider .pro-sider-ul .ul-li .erji a {
	display: block;
	height: 54px;
	border-bottom: 1px solid #ececeb;
	border-left: 1px solid #ececeb;
	border-right: 1px solid #ececeb;
	box-sizing: border-box;
	padding: 0px 25px 0px 40px;
	color: #666;
	line-height: 54px;
	background-color: #fff;
	margin-bottom: 0;
}

.pro-sider .pro-sider-ul .ul-li .erji a::before,
.pro-sider .pro-sider-ul .ul-li .erji a::after {
	display: none;
}

.pro-sider .pro-sider-ul .ul-li .erji a p {
	float: left;
	font-size: 14px;
	width: 158px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro-sider .pro-sider-ul .ul-li .erji a span {
	float: right;
	width: 15px;
	font-size: 20px;
	text-align: right;
}

.pro-sider .pro-sider-ul .ul-li .erji a:hover,
.pro-sider .pro-sider-ul .ul-li .erji a.active {
	color: #faa82b;
}

.pro-sider .contact-box {
	border: 1px solid #ededed;
	box-sizing: border-box;
	padding: 10px;
	background-color: #fff;
}

.pro-sider .contact-box img {
	margin-bottom: 10px;
	width: 100%;
}

.pro-sider .contact-box p {
	color: #333;
	font-size: 14px;
	line-height: 26px;
	padding: 5px 0;
}

.m-column-t {
	position: relative;
	text-align: center;
	font-size: 0;
}

.m-column-t .center {
	display: inline-block;
	font-size: 0;
}

.m-column-t .center h3 {
	color: #333;
	font-size: 30px;
}

.m-column-t .center p {
	color: #d2d2d2;
	font-size: 30px;
}

.m-column-t span {
	position: absolute;
	width: 415px;
	top: 50%;
	margin-top: -5px;
	height: 5px;
	border-bottom: 1px solid #d2d2d2;
	z-index: 1;
}

.m-column-t span.mcl {
	left: 0;
}

.m-column-t span.mcl em {
	float: right;
}

.m-column-t span.mcr {
	right: 0;
}

.m-column-t span em {
	display: block;
	height: 11px;
	border-left: 1px solid #d2d2d2;
}

.textLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.textLine3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.textHidden {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.domHidden {
	overflow: hidden;
}

.about-main {
	padding: 20px 0 70px;
	min-height: 170px;
}

.about-main .ab-content {
	float: right;
	width: 925px;
}

.about-main .ab-content .title {
	line-height: 50px;
}

.about-main .ab-content .title a {
	color: #333;
	padding: 0 5px;
}

.about-main .ab-content .title span.icon-home {
	color: #535353;
}

.about-main .ab-content .title em {
	color: #999;
}

.about-main .ab-content .ab-conBox {
	overflow: hidden;
	background: #fff;
	min-height: 55px;
	padding: 30px 45px 40px;
}

.about-main .ab-content .ab-conBox .de-title {
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 25px;
	margin-bottom: 8px;
}

.about-main .ab-content .ab-conBox .sub-co {
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 18px;
}

.about-main .ab-content .ab-conBox .ab-detail {
	overflow: hidden;
	margin-top: 30px;
	font-size: 14px;
	color: #777373;
	line-height: 25px;
}

.ab-sild {
	float: left;
	width: 260px;
}

.ab-sild .title {
	position: relative;
	height: 50px;
	text-align: center;
	background: #f3c04b;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.ab-sild .title span {
	position: absolute;
	height: 3px;
	width: 30px;
	top: 50%;
	margin-top: -3px;
	border-bottom: 1px solid #fff;
}

.ab-sild .title span em {
	display: block;
	height: 7px;
	border-left: 1px solid #fff;
}

.ab-sild .title span.stl {
	left: 35px;
}

.ab-sild .title span.stl em {
	float: right;
}

.ab-sild .title span.str {
	right: 35px;
}

.ab-sild .sild-cate {
	background: #fff;
	margin-bottom: 20px;
}

.ab-sild .sild-cate .list {
	overflow: hidden;
}

.ab-sild .sild-cate .list li {
	position: relative;
	border-bottom: 1px solid #eee;
	height: 60px;
	line-height: 60px;
}

.ab-sild .sild-cate .list li a {
	display: block;
	padding-right: 35px;
	font-size: 14px;
	color: #333;
	padding-left: 20px;
}

.ab-sild .sild-cate .list li:last-child {
	border-bottom: none;
}

.ab-sild .sild-cate .list li:hover {
	border-color: #f3c04b;
	background: #f3c04b;
}

.ab-sild .sild-cate .list li:hover a {
	color: #fff;
}

.ab-sild .sild-cate .list li:hover:after {
	color: #fff;
}

.ab-sild .sild-cate .list li:after {
	font-weight: bold;
	right: 20px;
	top: 0;
	color: #999;
	position: absolute;
	content: "\e904";
	font-family: 'icomoon' !important;
}

.ab-sild .sild-cont {
	background: #fff;
}

.ab-sild .sild-cont .cont-list {
	padding: 20px;
}

.ab-sild .sild-cont .cont-list ul li {
	color: #333;
	padding: 5px 0;
	padding-left: 60px;
	font-size: 14px;
}

.ab-sild .sild-cont .cont-list ul li span {
	width: 60px;
	margin-left: -60px;
	display: block;
	height: 20px;
	line-height: 20px;
	float: left;
	color: #666;
}

.pro-center {
	background: #fff;
	padding-bottom: 25px;
}

.pro-center .pro-list {
	overflow: hidden;
	padding: 25px 18px 10px;
}

.pro-center .pro-list ul li {
	float: left;
	width: 200px;
	margin: 0 10px 20px;
	border: 1px solid #fff;
}

.pro-center .pro-list ul li:hover {
	border-color: #f3c04b;
}

.pro-center .pro-list ul li .img {
	overflow: hidden;
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 0;
	background: #eee;
}

.pro-center .pro-list ul li .img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.pro-center .pro-list ul li .title {
	background: #f7f8fc;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.pro-center .pro-list ul li .title:hover {
	color: #f3c04b;
}

.page {
	font-size: 0;
	text-align: center;
}

.page .center {
	display: inline-block;
	overflow: hidden;
}

.page .center .page-span {
	float: left;
	font-size: 14px;
	color: #c3c3c3;
	line-height: 32px;
	margin-right: 30px;
}

.page .center .page-list {
	float: left;
	overflow: hidden;
}

.page .center .page-list ul li {
	float: left;
	width: auto;
	min-width: 30px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin: 0 4px;
	padding: 0;
	border: none;
	background: transparent;
}

.page .center .page-list ul li a {
	min-width: 20px;
	padding: 0 5px;
	border: 1px solid #eee;
	display: block;
	color: #333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
	background: #fff;
}

.page .center .page-list ul li:hover a {
	color: #f3c04b;
}

.page .center .page-list ul li.active a {
	background: #f3c04b;
	color: #fff;
}

.news-center {
	background: #fff;
	padding-bottom: 25px;
}

.news-center .new-list {
	padding: 45px 45px 0px;
}

.news-center .new-list ul li {
	margin-bottom: 35px;
	border-bottom: 1px solid #eee;
}

.news-center .new-list ul li a {
	overflow: hidden;
	display: block;
	height: 90px;
	padding-bottom: 30px;
}

.news-center .new-list ul li a .img {
	float: left;
	width: 130px;
	height: 90px;
	background: #eee;
	line-height: 90px;
	font-size: 0;
	text-align: center;
}

.news-center .new-list ul li a .img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.news-center .new-list ul li a .info {
	float: right;
	width: 690px;
}

.news-center .new-list ul li a .info h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #333;
}

.news-center .new-list ul li a .info em {
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 16px;
	margin-bottom: 10px;
}

.news-center .new-list ul li a .info p {
	font-size: 14px;
	line-height: 22px;
	color: #999;
	max-height: 44px;
	overflow: hidden;
}

.news-center .new-list ul li a:hover h3 {
	color: #f3c04b;
}

.message-c {
	background: #fff;
	padding: 40px 50px;
	overflow: hidden;
}

.message-c .p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-bottom: 35px;
}

.message-c .from input {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 5px;
	border: 1px solid #d2d2d2;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
}

.message-c .from input[name=user],
.message-c .from input[name=phone] {
	width: 348px;
}

.message-c .from textarea {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	display: block;
	width: 728px;
	height: 130px;
	border: 1px solid #d2d2d2;
	padding: 5px;
	margin-bottom: 10px;
}

.message-c .from .code {
	overflow: hidden;
}

.message-c .from .code input[name=code] {
	width: 258px;
	float: left;
}

.message-c .from .code a {
	display: block;
	float: left;
	width: 80px;
	height: 38px;
	padding: 1px 0;
	margin-left: 10px;
}

.message-c .from .code a img {
	width: 80px;
	height: 38px;
}

.message-c .from .btn {
	padding-top: 25px;
}

.message-c .from .btn a {
	display: block;
	width: 362px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: #8fa4de;
}

.message-c .from .btn a:hover {
	background: #8397d0;
}

.contact-o {
	background: #fff;
	overflow: hidden;
	padding: 40px 0;
	text-align: center;
}

.contact-o iframe {
	width: 830px;
	height: 500px;
	margin: 0 auto;
}