/* 网站背景 */
.bg-color{background-color: #fff;}
/* 导航 */
.nav-bar{position: fixed;top: 0;left: 0;z-index: 99;width: 100%;height: 98px;background-color: #fff;}
.nav-bar .logo{float: left;width: 192px;height: 98px;line-height: 98px;font-size: 0;background-color: #fff;}
.nav-bar .logo img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.nav-bar ul{float: right;}
.nav-bar ul li{float: left;margin: 0 22px;}
.nav-bar ul li a{display: block;line-height: 98px;color: #000;font-size: 18px;position: relative;z-index: 1;transition: all 0.5s ease-in-out;}
.nav-bar ul li a:before{content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 3px;background-color: #dd5e28;z-index: -1;transition: all 0.5s ease-in-out;}
.nav-bar ul li a:hover,
.nav-bar ul li.active a{color: #dd5e28;}
.nav-bar ul li a:hover:before,
.nav-bar ul li.active a:before{width: 100%;}
.nav-bar ul .tel{float: left;cursor: pointer;height: 28px;line-height: 28px;color: #666;font-size: 16px;border: 1px solid #999;border-radius: 20px;padding: 0 10px;margin-top: 34px;margin-left: 30px;}
.nav-bar ul .tel span{font-size: 18px;}
.nav-bar ul .tel:hover{background-color: #dd5e28;color: #fff;border-color: #dd5e28;}
.nav-bar.nav-hide{height: 80px;box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.1);}
.nav-bar.nav-hide .logo{width: 160px;height: 80px;line-height: 80px;}
.nav-bar.nav-hide ul li a{line-height: 80px;}
.nav-bar.nav-hide ul .tel{margin-top: 25px;}
/* banner大图 */
.banner{width: 100%;margin: 98px auto 0;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;}
.banner .swiper-pagination-bullet{display: block !important;width: 8px;height: 8px;background-color: #fff;margin: 0 4px;opacity: 1;border-radius: 50%;transition: all 0.5s ease-in-out;}
.banner .swiper-pagination-bullet-active{width: 30px;border-radius: 20px;}
#main{overflow: hidden;}
/* 首页公司简介 */
#main .company-main{background-image: url(../images/companybg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;padding: 110px 0 50px 0;}
#main .company-main .box{float: left;width: 530px;}
#main .company-main .box .logo{border-bottom: 1px solid #dcdcdc;margin-bottom: 40px;padding-bottom: 25px;display: flex;align-items: center;}
#main .company-main .box .logo .img{width: 56px;}
#main .company-main .box .logo .img img{width: 100%;}
#main .company-main .box .logo .name{line-height: 1;margin-left: 16px;}
#main .company-main .box .logo .name h4{color: #dd5e28;font-size: 30px;font-weight: 400;margin-bottom: 12px;}
#main .company-main .box .logo .name p{color: #333;font-size: 15px;text-transform: uppercase;opacity: 0.5;}
#main .company-main .box .content{color: #333;font-size: 18px;line-height: 1.8;text-align: justify;}
#main .company-main .imgbg{float: right;width: 718px;height: 503px;overflow: hidden;}
#main .company-main .imgbg img{width: 100%;height: 100%;object-fit: cover;}
/* 公共头部 */
#main .common{text-align: center;line-height: 1;}
#main .common h4{color: #333;font-size: 40px;}
#main .common p{color: #999;font-size: 14px;text-transform: uppercase;}
#main .common .line{width: 235px;height: 1px;margin: 17px auto;background-color: #dcdcdc;position: relative;}
#main .common .line:before{content: '';position: absolute;bottom: -2px;left: 50%;width: 76px;height: 4px;background-color: #dd5e28;transform: translateX(-50%);}
/* 邑倍通海外仓 */
#main .overseas-main{background-image: url(../images/overseasbg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;padding: 70px 0 100px 0;}
#main .overseas-main .common{margin-bottom: 40px;}
#main .overseas-main .common h4{color: #fff;}
#main .overseas-main .common p{color: #fff;opacity: 0.5;}
#main .overseas-main .common .line{background-color: #9e9ba7;}
#main .overseas-main .list{margin: 0 -10px;}
#main .overseas-main .list li{float: left;width: 244px;margin: 0 10px;}
#main .overseas-main .list li a{display: block;width: 100%;}
#main .overseas-main .list li a .img{width: 100%;height: 224px;overflow: hidden;}
#main .overseas-main .list li a .img img{width: 100%;height: 100%;object-fit: cover;}
#main .overseas-main .list li a .tit{text-align: center;color: #000;font-size: 24px;line-height: 60px;background-color: #fff;}
#main .overseas-main .list li a:hover .img img{transform: scale(1.1);}
#main .overseas-main .list li a:hover .tit{background-color: #dd5e28;color: #fff;}
/* 服务中心 */
#main .service-main{background-image: url(../images/servicebg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;padding: 80px 0;}
#main .service-main .list{margin: 36px auto 0;position: relative;width: 642px;height: 642px;z-index: 1;}
#main .service-main .list:before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url(../images/service-bg1.png);background-position: center;background-repeat: no-repeat;border-radius: 50%;animation: consult linear 3s infinite;z-index: -1;}
@keyframes consult{0%,100%{transform:scale(0.95);}50%{transform:scale(1.05);}}
#main .service-main .list ul{width: 100%;height: 100%;background-image: url(../images/service-bg2.png);background-position: center;background-repeat: no-repeat;position: relative;}
#main .service-main .list ul:before{content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 438px;height: 438px;background-image: url(../images/service-img.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;border-radius: 50%;overflow: hidden;}
#main .service-main .list ul li{position: absolute;width: 135px;height: 135px;text-align: center;color: #a27c4b;font-size: 36px;font-weight: 700;line-height: 1.2;display: flex;justify-content: center;flex-direction: column;background-image: url(../images/service-li.png);background-position: center;background-repeat: no-repeat;}
#main .service-main .list ul li span{display: block;}
#main .service-main .list ul li:last-child span{font-size: 26px;}
#main .service-main .list ul li:nth-child(1),
#main .service-main .list ul li:nth-child(2){top: 100px;}
#main .service-main .list ul li:nth-child(3),
#main .service-main .list ul li:nth-child(4){bottom: 60px;}
#main .service-main .list ul li:nth-child(1),
#main .service-main .list ul li:nth-child(3){left: -30px;}
#main .service-main .list ul li:nth-child(2),
#main .service-main .list ul li:nth-child(4){right: -30px;}
/* 海外仓优势 */
#main .youshi-main{background-image: url(../images/youshibg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;padding: 70px 0;}
#main .youshi-main .common h4{color: #fff;}
#main .youshi-main .common .line{background-color: #9e9ba7;}
#main .youshi-main .common p{color: #fff;opacity: 0.5;}
#main .youshi-main .list{margin-top: 56px;display: flex;justify-content: space-between;}
#main .youshi-main .list li{width: 410px;margin-right: auto;}
#main .youshi-main .list li:nth-child(3n){margin-right: 0;}
#main .youshi-main .list li .imgbg{width: 100%;height: 288px;position: relative;overflow: hidden;}
#main .youshi-main .list li .imgbg .img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#main .youshi-main .list li .imgbg .img img{width: 100%;height: 100%;object-fit: cover;}
#main .youshi-main .list li .imgbg .tit{position: absolute;bottom: 0;left: 0;width: 100%;height: 70px;line-height: 70px;padding: 0 30px;color: #fff;font-size: 30px;background-color: rgba(221, 94, 40, 0.6);background: linear-gradient(90deg, rgba(221, 94, 40, 0.6) 0, rgba(221, 94, 40, 0.1) 100%);box-sizing: border-box;}
#main .youshi-main .list li .box{background-color: #fff;padding: 20px 0 20px 20px;}
#main .youshi-main .list li .box p{padding-left: 20px;color: #333;font-size: 18px;line-height: 40px;position: relative;}
#main .youshi-main .list li .box p:before{content: '';position: absolute;top: 50%;left: 0;transform: translateY(-50%);border-width: 7px;border-color: #fea01a;border-right-width: 0;border-style: dashed;border-left-style: solid;border-top-color: transparent;border-bottom-color: transparent;}
#main .youshi-main .list li:hover{-webkit-transform: translate3d(0,-10px,0);-moz-transform: translate3d(0,-10px,0);transform: translate3d(0,-10px,0);}
/* 头程物流 */
#main .logistics-main{background-color: #fff;padding: 70px 0;}
#main .logistics-main .list{margin-top: 50px;}
#main .logistics-main .list li{float: left;width: 410px;margin-right: 35px;margin-bottom: 35px;}
#main .logistics-main .list li:nth-child(3n){margin-right: 0;}
#main .logistics-main .list li a{display: block;width: 100%;height: 288px;position: relative;overflow: hidden;}
#main .logistics-main .list li a .img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#main .logistics-main .list li a .img img{width: 100%;height: 100%;object-fit: cover;}
#main .logistics-main .list li a .tit{position: absolute;bottom: 0;left: 0;width: 100%;height: 70px;line-height: 70px;padding: 0 30px;color: #fff;font-size: 30px;background-color: rgba(221, 94, 40, 0.6);background: linear-gradient(90deg, rgba(221, 94, 40, 0.6) 0, rgba(221, 94, 40, 0.1) 100%);box-sizing: border-box;}
#main .logistics-main .list li a:hover .img img{transform: scale(1.1);}
#main .logistics-main .list li a:hover .tit{background-color: rgba(221, 94, 40, 0.6);background: linear-gradient(90deg, rgba(221, 94, 40, 1) 0, rgba(221, 94, 40, 0.8) 100%);}
/* 能为您做什么 */
#main .can-main{background-image: url(../images/canbg.jpg);background-position: center;background-repeat: repeat;padding: 60px 0;}
#main .can-main .list{margin-top: 50px;}
#main .can-main .list li{float: left;width: 182px;margin-right: 4px;margin-bottom: 15px;}
#main .can-main .list li:nth-child(7n){margin-right: 0;}
#main .can-main .list li a{display: block;width: 100%;}
#main .can-main .list li a .img{width: 100%;height: 182px;overflow: hidden;}
#main .can-main .list li a .img img{width: 100%;height: 100%;object-fit: cover;}
#main .can-main .list li a .tit{background-color: #fff;text-align: center;font-size: 18px;color: #000;line-height: 50px;position: relative;z-index: 1;}
#main .can-main .list li a .tit:before{content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: #dd5e28;z-index: -1; -webkit-transform: scaleY(0);transform: scaleY(0);-webkit-transform-origin: 50%;transform-origin: 50%;-webkit-transition-property: transform;transition-property: transform;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
#main .can-main .list li a:hover .img img{transform: scale(1.1);}
#main .can-main .list li a:hover .tit{color: #fff;}
#main .can-main .list li a:hover .tit:before{-webkit-transform: scaleY(1);transform: scaleY(1);}
/* 底部优势 */
#main .dibu-main{background-image: url(../images/dibubg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;padding: 25px 0;}
#main .dibu-main .list{padding: 0 40px;display: flex;justify-content: space-between;align-items: center;}
#main .dibu-main .list li{margin-left: auto;text-align: center;}
#main .dibu-main .list li:first-child{margin-left: 0;}
#main .dibu-main .list li .img{width: 45px;height: 45px;line-height: 45px;text-align: center;font-size: 0;overflow: hidden;margin: 0 auto 10px;}
#main .dibu-main .list li .img img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
#main .dibu-main .list li .tit{color: #fff;font-size: 24px;line-height: 1.5;}
/* 网站底部 */
.footer{background-color: #424242;}
.footer .logo{padding: 35px 0;height: 61px;line-height: 61px;font-size: 0;}
.footer .logo img{max-height: 100%;display: inline-block;max-width: 100%;vertical-align: middle;-webkit-filter: brightness(0) invert(0.6);filter: brightness(0) invert(0.6);}
.footer .box{margin-bottom: 50px;align-items: center;}
.footer .box .nav{display: flex;float: left;}
.footer .box .nav li{margin-right: 90px;}
.footer .box .nav li:last-child{margin-right: 0;}
.footer .box .nav li .tit{color: #9c9b9b;font-size: 20px;line-height: 1;margin-bottom: 20px;}
.footer .box .nav li a,
.footer .box .nav li p{display: block;color: #7e7e7e;font-size: 16px;line-height: 1.8;transition: all 0.5s ease-in-out;}
.footer .box .nav li a:hover,
.footer .box .nav li.active a{color: #dd5e28;}
.footer .box .nav li p{width: 400px;}
.footer .box .ewm{float: right;width: 150px;}
.footer .box .ewm .img{width: 146px;height: 146px;padding: 2px;line-height: 146px;text-align: center;font-size: 0;overflow: hidden;}
.footer .box .ewm .img img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.footer .box .ewm .name{color: #7e7e7e;font-size: 16px;line-height: 1;text-align: center;margin-top: 14px;}
.footer .bottom{text-align: center;padding: 24px 0;border-top: 1px solid rgba(255,255,255,.1);color: #9c9b9b;font-size: 16px;line-height: 2;}
.footer .bottom a{color: #9c9b9b;}
.footer .bottom a:hover{color: #dd5e28;}
.footer .bottom a img{display: inline-block;}

.pro-sider{
	float: left;
	width: 260px;
}
.pro-sider .in-title{
	background: #dd5e28;
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 2px;
}
.pro-sider .pro-sider-ul{
    margin-bottom: 25px;
}
.pro-sider .pro-sider-ul .ul-li a{
    display: block;
    box-sizing: border-box;
    padding: 0px 20px;
    line-height: 55px;
    margin-bottom: 2px;
    background: #ececeb;
	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 a::before,
.pro-sider .pro-sider-ul .ul-li a::after{
	content: '';
	display: block;
	background: #fff;
	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: #dd5e28;
}
.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: #dd5e28;
}
.pro-sider .contact-box{
	border: 1px solid #ececeb;
	box-sizing: border-box;
	padding: 6px;
}
.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;

}