/* 网站背景 */
.bg-color{background-color: #fff;min-width: 1300px;}
/* 顶部样式 */
.head{background-color: #fff;height: 123px;}
.head .logo{float: left;max-width: 363px;height: 123px;line-height: 123px;font-size: 0;overflow: hidden;}
.head .logo img{display: inline-block;max-width: 100%;max-height: 100%;vertical-align: middle;}
.head .txt{padding-left: 40px;float: left;color: #333;font-size: 16px;line-height: 1;margin-top: 70px;}
.head .language{float: left;margin-left: 10px;margin-top: 66px;display: flex;}
.head .language li{margin-left: 20px;position: relative;}
.head .language li::before{content: '';position: absolute;top: 50%;right: 0;width: 1px;height: 14px;background-color: #333;transform: translateY(-50%);}
.head .language li:last-child::before{display: none;}
.head .language li a{display: flex;padding-right: 20px;color: #333;font-size: 14px;}
.head .language li a .icon{height: 22px;line-height: 22px;font-size: 0;margin-right: 8px;}
.head .language li a .icon img{max-height: 100%;vertical-align: middle;display: inline-block;}
.head .language li a:hover{color: #a92129;}
.head .tel{float: right;height: 123px;padding-left: 78px;background-image: url(../images/tel.png);background-position: left center;background-repeat: no-repeat;display: flex;justify-content: center;flex-direction: column;}
.head .tel span{color: #333;display: block;font-size: 20px;font-weight: 700;line-height: 24px;}
/* 导航 */
.nav-bar{background-color: #a92129;height: 55px;z-index: 21;position: relative;}
.nav-bar ul li{position: relative;float: left;width: 12.5%;text-align: center;}
.nav-bar ul li a{display: block;line-height: 55px;color: #fff;font-size: 18px;padding: 0 20px;position: relative;z-index: 1;border-right: 1px solid #b94b51;}
.nav-bar ul li:last-child a{border-right: none;}
.nav-bar ul li a::before{content: '';position: absolute;top: 0;left: 50%;width: 0;height: 100%;background-color: #de981c; z-index: -1;transition: all 0.5s ease-in-out;}
.nav-bar ul li a:hover::before,
.nav-bar ul li.active a::before{left: 0;width: 100%;}
.nav-bar ul li .nav-erji{display: none;position: absolute;top: 55px;left: 50%;width: 100%;transform: translateX(-50%);background-color: #a92129;box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);}
.nav-bar ul li .nav-erji a{display: block;font-size: 16px;color: #fff;text-align: center;height: 40px;line-height: 40px;overflow: hidden;position: relative;z-index: 1;transition: all 0.5s ease-in-out;}
.nav-bar ul li.active .nav-erji a::before{display: none;}
/* 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 .swiper-pagination{bottom: 20px;width: 100%;display: flex;justify-content: center;align-items: center;}
.banner .swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;margin: 0 10px;border-radius: 50%;opacity: 1;transition: all 0.5s ease-in-out;}
.banner .swiper-pagination-bullet-active{background-color: #a92129;width: 40px;border-radius: 20px;}
#main{overflow: hidden;}
/* 快件查询 */
.check-main{background-color: #f4f4f4;padding: 40px 0;}
.check-main .tracking,
.check-main .login{float: left;width: 390px;padding: 15px;background-color: #fff;box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);}
.check-main .login{margin-left: 20px;}
.check-main .video{float: right;width: 420px;box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);}
.check-main .tit{line-height: 40px;color: #333;font-size: 22px;margin-bottom: 13px;padding-left: 40px;background-position: left center;background-repeat: no-repeat;}
.check-main .tracking .tit{background-image: url(../images/tracking-tit.png);}
.check-main .login .tit{background-image: url(../images/login-tit.png);}
.check-main .tracking .form{height: 145px;position: relative;}
.check-main .tracking .form textarea{display: block;color: #666;font-size: 14px;text-indent: 8px;border: 1px solid #d2d2d2;padding: 10px;line-height: 28px;width: 100%;height: 100%;box-sizing: border-box;font-family: "宋体";}
.check-main .tracking .form input{display: block;cursor: pointer;position: absolute;bottom: 15px;right: 15px;width: 77px;height: 32px;line-height: 32px;text-align: center;font-size: 14px;color: #fff;background-color: #a92129;border: none;font-family: "宋体";z-index: 999;}
.check-main .tracking .form input.button:hover{background-color: #db9417;}
.check-main .tracking .more{line-height: 1;color: #d8941b;font-size: 12px;font-family: "宋体";margin-top: 20px;display: block;}
.check-main .tracking .more:hover{color: #a92129;text-decoration: underline;}
.check-main .login .form input{display: block;width: 100%;height: 47px;padding: 0 20px;border: 1px solid #d2d2d2;margin-bottom: 10px;color: #666;font-size: 14px;font-family: "宋体";box-sizing: border-box;}
.check-main .login .more{display: flex;justify-content: space-between;align-items: center;margin: 20px 0 13px 0;}
.check-main .login .more input,
.check-main .login .more .zc{display: block;cursor: pointer;width: 49%;height: 40px;line-height: 40px;text-align: center;color: #fff;font-size: 14px;font-family: "宋体";background-color: #a92129;}
.check-main .login .more input:hover,
.check-main .login .more .zc:hover{background-color: #db9417;}
.check-main .video{height: 260px;overflow: hidden;}
.check-main .video img{width: 100%;height: 100%;object-fit: cover;}
/* 公共头部 */
#main .common{text-align: center;margin-bottom: 40px;line-height: 1;}
#main .common .name{color: #333;font-size: 48px;}
#main .common .line{width: 20px;height: 2px;background-color: #db9417;margin: 10px auto 0;position: relative;}
#main .common .line::before{content: '';position: absolute;top: 0;left: 0;width: 50%;height: 100%;background-color: #a92129;}
#main .common .txt{color: #666;font-size: 16px;margin-top: 10px;}
/* 主营路线 */
#main .route-main{background-color: #fff;padding: 70px 0;}
#main .route-main .swiper-slide a{display: block;width: 100%;height: 334px;position: relative;overflow: hidden;}
#main .route-main .swiper-slide a .img{width: 100%;height: 100%;}
#main .route-main .swiper-slide a .img img{width: 100%;height: 100%;object-fit: cover;}
#main .route-main .swiper-slide a .tit{position: absolute;bottom: 0;left: 0;width: 100%;height: 60px;padding: 0 20px;box-sizing: border-box;background-color: rgba(51,51,51,0.75);}
#main .route-main .swiper-slide a .tit span{display: inline-block;max-width: calc(100% - 15px);padding-right: 15px;line-height: 60px;color: #fff;font-size: 18px;font-weight: 700;position: relative;}
#main .route-main .swiper-slide a .tit span::before{content: '';position: absolute;top: 50%;right: 0;transform: translateY(-50%);border-width: 6px;border-color: #fea01a;border-right-width: 0;border-style: dashed;border-left-style: solid;border-top-color: transparent;border-bottom-color: transparent;}
#main .route-main .swiper-slide a:hover .img img{transform: scale(1.1);}
#main .route-main .swiper-slide a:hover .tit{background-color: rgba(169,33,41,0.5);}
/* 资讯中心 */
#main .news-main{background-color: #fff;padding-bottom: 70px;}
#main .news-main .hd{margin-bottom: 36px;}
#main .news-main .hd ul{display: flex;justify-content: center;align-items: center;}
#main .news-main .hd ul li{margin: 0 12px;}
#main .news-main .hd ul li a{display: block;width: 135px;height: 40px;line-height: 40px;text-align: center;font-size: 18px;color: #333;background-color: #f4f4f4;border-radius: 20px;}
#main .news-main .hd ul li a:hover,
#main .news-main .hd ul li.on a{background-color: #a92129;color: #fff;}
#main .news-main .bd .list li{float: left;width: 410px;margin-right: 35px;}
#main .news-main .bd .list li:nth-child(3n){margin-right: 0;}
#main .news-main .bd .list li a{display: block;width: 100%;}
#main .news-main .bd .list li a .img{width: 100%;height: 270px;overflow: hidden;}
#main .news-main .bd .list li a .img img{width: 100%;height: 100%;object-fit: cover;}
#main .news-main .bd .list li a .box{padding: 28px;background-color: #f4f4f4;}
#main .news-main .bd .list li a .box .tit{line-height: 1;color: #333;font-size: 20px;margin: 14px 0;}
#main .news-main .bd .list li a .box .time{padding-left: 20px;color: #db9417;font-size: 14px;line-height: 20px;background-image: url(../images/news-time.png);background-position: left center;background-repeat: no-repeat;}
#main .news-main .bd .list li a .box .con{color: #333;font-size: 14px;line-height: 24px;margin: 20px 0 14px 0;font-family: "宋体";}
#main .news-main .bd .list li a:hover .img img{transform: scale(1.1);}
#main .news-main .bd .list li a:hover .box .tit{color: #a92129;}
/* 联系方式 */
#main .contact-main{background-image: url(../images/contactbg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
#main .contact-main .warpper{position: relative;}
#main .contact-main .box{padding: 80px 0;}
#main .contact-main .box .tit{color: #fff;font-size: 48px;line-height: 1;margin-bottom: 40px;}
#main .contact-main .box p{color: #f4f4f4;font-size: 18px;line-height: 30px;font-family: "微软雅黑";}
#main .contact-main .box p span{padding: 0 14px;}
#main .contact-main .box p span:last-child{display: none;}
#main .contact-main .list{position: absolute;bottom: -65px;right: -30px;width: 738px;height: 441px;background-image: url(../images/contact-img.png);background-position: center;background-repeat: no-repeat;}
#main .contact-main .list ul{width: 100%;height: 100%;position: relative;}
#main .contact-main .list ul li{position: absolute;z-index: 1;}
#main .contact-main .list ul li:nth-child(1){top: 30px;left: 250px;}
#main .contact-main .list ul li:nth-child(2){top: 70px;right: 120px;}
#main .contact-main .list ul li:nth-child(3){bottom: 130px;left: 150px;}
#main .contact-main .list ul li:nth-child(4){bottom: 170px;right: 240px;}
#main .contact-main .list ul li:nth-child(5){bottom: 110px;right: 50px;}
#main .contact-main .list ul li::before{content: '';display: block;width: 100%;height: 100%;background: rgba(241,159,15,0.35);position: absolute;left: 0;top: 0;border-radius: 50%;z-index: -1;animation: consult linear 2s infinite;}
@keyframes consult{0%,100%{transform:scale(1);}50%{transform:scale(1.2);}}
#main .contact-main .list ul li a{display: block;width: 90px;height: 90px;text-align: center;font-size: 18px;color: #fff;line-height: 24px;background-color: #f19f0f;border-radius: 50%;display: flex;justify-content: center;flex-direction: column;}
/* 关于强焱 */
#main .about-main{background-color: #fff;padding: 80px 0;}
#main .about-main .list li{float: left;width: 410px;margin-right: 35px;}
#main .about-main .list li:nth-child(3n){margin-right: 0;}
#main .about-main .list li a{display: block;}
#main .about-main .list li a .img{width: 100%;height: 240px;overflow: hidden;}
#main .about-main .list li a .img img{width: 100%;height: 100%;object-fit: cover;}
#main .about-main .list li a .box{height: 73px;border-bottom: 1px solid #dcdcdc;position: relative;padding: 0 10px;display: flex;justify-content: space-between;align-items: center;z-index: 1;}
#main .about-main .list li a .box::before{content: '';position: absolute;top: 0;left: 0;width: 0;height: 100%;background-color: #a92129;transition: all 0.5s ease-in-out;z-index: -1;}
#main .about-main .list li a .box .tit{display: flex;color: #333;font-size: 22px;align-items: center;}
#main .about-main .list li a .box .tit .icon{margin-right: 18px;}
#main .about-main .list li a .box .more{display: flex;align-items: center;}
#main .about-main .list li a .box .more i{width: 2px;height: 12px;background-color: #e67817;margin-left: 3px;transition: all 0.5s ease-in-out;}
#main .about-main .list li a .box .more i:nth-child(1){opacity: 0.5;}
#main .about-main .list li a .box .more i:nth-child(2){opacity: 0.8;}
#main .about-main .list li a:hover .box::before{width: 100%;}
#main .about-main .list li a:hover .box .tit{color: #fff;}
#main .about-main .list li a:hover .box .tit .icon img{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
#main .about-main .list li a:hover .box .more i{background-color: #fff;}
/* 实用工具 */
#main .shiyong-main{padding: 70px 0;background-image: url(../images/shiyongbg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
#main .shiyong-main .box{display: flex;justify-content: space-between;}
#main .shiyong-main .box.first{margin-bottom: 70px;}
#main .shiyong-main .box .tit{display: flex;}
#main .shiyong-main .box .tit .en,
#main .shiyong-main .box .tit .name{-webkit-writing-mode: vertical-rl;-ms-writing-mode: bt-rl;writing-mode: vertical-rl;}
#main .shiyong-main .box .tit .en{text-transform: uppercase;font-weight: 700;font-size: 36px;color: #a92129;line-height: 32px;min-width: 64px;margin-top: 40px;}
#main .shiyong-main .box .tit .en span{font-weight: 400;color: #e59d1d;display: block;margin-top: -40px;}
#main .shiyong-main .box.first .en{color: #e59d1d;}
#main .shiyong-main .box .tit .name{margin-top: 28px;position: relative;padding-top: 40px;color: #333;font-size: 30px;line-height: 70px;}
#main .shiyong-main .box .tit .name::before{content: '';position: absolute;top: 0;left: 50%;width: 3px;height: 22px;background-color: #333;transform: translateX(-50%);}
#main .shiyong-main .box .list{display: flex;justify-content: flex-end;margin-top: 60px;}
#main .shiyong-main .box .list li{margin-left: 66px;width: 120px;}
#main .shiyong-main .box .list li a{display: block;width: 100%;}
#main .shiyong-main .box .list li a .img{width: 100%;height: 120px;line-height: 120px;text-align: center;font-size: 0;overflow: hidden;background-position: center;background-repeat: no-repeat;background-size: cover;}
#main .shiyong-main .box .list.shiyong li a .img{background-image: url(../images/shiyong-li.jpg);}
#main .shiyong-main .box .list.huiyuan li a .img{background-image: url(../images/huiyuan-li.jpg);}
#main .shiyong-main .box .list li a .img img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
#main .shiyong-main .box .list li a .tit{text-align: center;font-size: 18px;color: #333;line-height: 1.5;margin-top: 10px;}
/* 操作流程 */
#main .liucheng-main{padding: 70px 0 90px 0;background-image: url(../images/liuchengbg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
#main .liucheng-main .list{position: relative;padding-bottom: 24px;border-bottom: 1px solid #dcdcdc;}
#main .liucheng-main .list::before{content: '';position: absolute;top: 39px;left: 0;width: 100%;height: 1px;background-color: #dcdcdc;}
#main .liucheng-main .list li{float: left;width: 16.66%;text-align: center;position: relative;}
#main .liucheng-main .list li::before,
#main .liucheng-main .list li::after{content: '';position: absolute;}
#main .liucheng-main .list li::before{bottom: 0;right: 0;width: 1px;height: 53px;background-color: #dcdcdc;}
#main .liucheng-main .list li::after{bottom: 21px;right: -5px;width: 10px;height: 9px;background-image: url(../images/liucheng-li.png);background-position: center;background-repeat: no-repeat;}
#main .liucheng-main .list li:last-child::before,
#main .liucheng-main .list li:last-child::after{display: none;}
#main .liucheng-main .list li .img{width: 81px;height: 81px;border-radius: 50%;overflow: hidden;margin: 0 auto;}
#main .liucheng-main .list li .img img{width: 100%;height: 100%;object-fit: cover;}
#main .liucheng-main .list li .tit{color: #333;font-size: 18px;padding: 0 20px;line-height: 1.5;margin: 10px 0;}
/* 合作伙伴 */
#main .partner-main{background-color: #fff;padding: 60px 0;}
#main .partner-main .common{float: left;width: 150px;margin-top: 15px;text-align: left;margin-bottom: 0;}
#main .partner-main .common .name{font-size: 22px;font-weight: 700;}
#main .partner-main .common .line{margin: 10px 0 0 0;}
#main .partner-main .list{width: 1130px;float: right;padding: 0 1px;overflow: hidden;}
#main .partner-main .list .swiper-slide a{display: block;height: 63px;line-height: 63px;text-align: center;font-size: 0;background-color: #fff;border: 1px solid #dcdcdc;}
#main .partner-main .list .swiper-slide a img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
#main .partner-main .list .swiper-slide a:hover{border-color: #a92129;}
/* 网站底部 */
.footer{padding-top: 60px;background-image: url(../images/footerbg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
.footer .logotel{float: left;width: 520px;}
.footer .logotel .logo{max-width: 363px;margin-bottom: 50px;}
.footer .logotel .logo img{display: block;width: 100%;}
.footer .logotel .tel{line-height: 1;color: #fff;}
.footer .logotel .tel .txt{font-size: 14px;margin-bottom: 20px;}
.footer .logotel .tel .con{font-size: 30px;font-weight: 700;}
.footer .list{float: left;width: 600px;}
.footer .list li{float: left;width: 33.33%;}
.footer .list li .tit{color: #fff;font-size: 20px;line-height: 1;margin-bottom: 26px;}
.footer .list li a{display: block;color: #fff;font-size: 14px;line-height: 36px;transition: all 0.5s ease-in-out;}
.footer .list li a:hover{color: #f19f0f;text-decoration: underline;}
.footer .wechat{float: right;width: 140px;}
.footer .wechat .img{width: 136px;height: 136px;line-height: 136px;padding: 2px;background-color: #fff;text-align: center;font-size: 0;}
.footer .wechat .img img{max-height: 100%;max-width: 100%;display: inline-block;vertical-align: middle;}
.footer .wechat p{color: #fff;font-size: 14px;line-height: 1;margin-top: 10px;text-align: center;}
.footer2{padding: 20px 0;border-top: 1px solid rgba(255,255,255,0.2);color: #fff;font-size: 14px;line-height: 2;text-align: center;margin-top: 50px;}
.footer2 a{color: #fff;}
.footer2 a:hover{color: #f19f0f;}
.footer2 a img{display: inline-block;}





.pro-sider{

	float: left;

	width: 260px;

}

.pro-sider .in-title{

	background: #a92129;

    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: #a92129;

}

.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: #a92129;}
.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;}
.pro-sider .contact-box p span{display: block;text-indent: 3em;}
.pro-sider .contact-box .first span{display: block;font-size: 22px;line-height: 36px;color: #a92129;font-weight: bold;text-indent: 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;







}