@charset "utf-8";
/* CSS Document */
*{font-family: "Microsoft YaHei", Helvetica, Arial, "Helvetica Neue", sans-serif;
	font-weight: normal;}
/*字体巨细*/
.text-16{
	font-size: 16px;
}

.text-20{
	font-size: 20px;
}

.text-26{
	font-size: 26px;
}

.text-28{
	font-size: 28px;
}

.text-38{
	font-size: 38px;
}

.text-40{
	font-size: 40px;
}

.text-50{
	font-size: 50px;
}

.text-58{
	font-size: 58px;
}

.text-60{
	font-size: 60px;
}

.text-68{
	font-size: 68px;
}
/*颜色*/
.text-white{
	color: white;
}

.text-green{
  color: #22943a;
}
a.text-green:hover,
a.text-green:focus{
  color: #2b542c;
}

.text-blue{
	color: rgba(34,73,178,1.00);
}

.text-red{
	color: #d43f3a;
}

a:hover{
	text-decoration: none;
}

a{
	color: #333333;
}

.btn-re,.btn-re:focus,.btn-re.focus,.btn-re:hover{
	color: #fff;
	background-color: #db241c;
	border-color: #d43f3a;
	width:100%;
}

/*============================================================顶部导航=================================================================*/
.topnav{
	height: 46px;
	background-color: #333333;
	color: #c1c1c1;
}

.topnav h5 span{
	padding-left: 20px;
}

.topnav h5{
	line-height: 46px;
	margin-top: 0;
	margin: 0;
}

.topnav h5 span a{
	color: #c1c1c1;
	padding:0 5px;
}


/*============================================================顶部主导航=================================================================*/

.mainnav{
	height:120px;
	background-color: white;
	border:none;
}

.navbar{
	margin-bottom: 0;
}

.navbar-brand img,.navbar-brand .mainnav-txt{
	float: left;
}

.navbar-brand img{
	padding-left: 0;
	margin-left: 0;
}

.navbar-brand{
	height:auto;
	padding:22px 15px 22px 0px;
}

.navbar-brand .mainnav-txt{
	margin-top: 15px;
	border-left: solid 1px #e2e2e2;
	padding-left: 10px;
	margin-left: 10px;
}

.mainnav-txt .text-20{
	color: #333333;
	font-weight: bold;
}

.mainnav-txt h6{
	color: #999999;
	text-transform: uppercase;
	margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a{
	line-height: 90px;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover{
	color:#da251c;
}

/*============================================================海报=================================================================*/

.swiper-pagination-bullet{
	width:70px;
	height:8px;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.50);
}
	  
.swiper-pagination-bullet-active{
	background-color: rgba(218,37,28,1.00);
}
	  
.swiper-container-horizontal > .swiper-pagination-bullets{
	bottom:8.5%;
}

.swiper-slide{
	max-width: 1920px;
	height: 650px;
	background-position: center center;
}

.swiper-button-prev{
	background-image: url(/images/banner/pre.png);
}

.swiper-button-next{
	background-image: url(/images/banner/next.png);
}

/*===========================================================盒子1=======================================================================*/

.ibox1{
	margin-top: 40px;
	margin-bottom: 40px;
}

.ibox1-p1{
	height:245px;
	background-color: #b51f17;
	padding-top: 70px;
}

.btn-jt{
	width:162px;
	height:40px;
	border:solid 1px rgba(255,255,255,0.50);
	background:url(/images/jiantou.png) no-repeat;
	background-position:  61px 0px;
	margin:0 auto;
	display: block;
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

.btn-jt:hover{
	background-position:  61px -38px;
}

.ibox1-p{
	height:245px;
	display: block;
	background-color: #f0f0f0;
	border:solid 1px #e1e3d8;
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

.ibox1-p:hover{
	margin-top: -10px;
	margin-bottom: 10px;
	box-shadow: 0px 4px 4px #cccccc;
	z-index: 999;
	border:solid 1px #d8d8d8;
	background-color: white;
}

.iboxp-l{
	width:60%;
	float: left;
}

.iboxp-r{
	width:40%;
	float: left;
	padding-top: 65px;
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

.ibox1-p:hover .iboxp-r{
	padding-top: 45px;
}

.iboxp-r .text-16{
	font-weight: bold;
	margin-bottom: 15px;
	color: #333333;
}

.ibox1-line{
	max-width: 107px;
	height:1px;
	background-color: #999999;
}

.ibox1-p:hover .iboxp-r .text-16{
	color: #da251c;
}

.ibox1-p:hover .ibox1-line{
	background-color: #da251c;
}

/*===========================================================盒子2=======================================================================*/

.ibox2{
	margin-top: 40px;
	margin-bottom: 70px;
}

.ibox2 h6{
	color: #999999;
}

.ibox2-img{
	width:100%;
	height:190px;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 30px;
	display: block;
}

.ibox2-img img{
	position: absolute;
	bottom:36px;
	right:15px;
	opacity: 0;
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	height:5px;
	width:120px;
}

.ibox2-p:hover .ibox2-img img{
	opacity: 1;
	height:36px;
	bottom:0;
}

.ibox-t1-l{
	width:24%;
	height:74px;
	padding-top: 15px;
	border:solid 1px #c6c6c6;
	float: left;
}

.ibox-t1-r{
	width:76%;
	float: left;
	padding-left: 15px;
}

.ibox-t1-r .text-16{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
}

.ibox-t1-r h5{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin:0;
	line-height: 22px;
	height:66px;
	color: #999;
}

.ibox-t1-r p{
	margin:0;
	padding:0;
}

.ibox2-t1:hover .ibox-t1-l{
	background-color: #da251c;
	color: white;
	border:solid 1px #da251c;
}

.ibox2-t1:hover .ibox-t1-r .text-16{
	color: #da251c;
	text-decoration: underline;
}

.ibox-t1-l h3,.ibox-t1-l h4{
	margin:0;
}

.ibox2 .btn-jt{
	background-image: url(/images/ibox2/jiantou2.png);
	border:solid 1px #999999;
	margin-top: 40px;
}

.ibox2-t2 .text-16{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
}

.ibox2-t2 h5{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin:0;
	line-height: 22px;
	height:44px;
	color: #999;
}

.ibox2-t2 h5 p{
	margin:0;
	padding:0;
}

.ibox2-t2{
	border-top: solid 1px #ccc;
	padding-top: 10px;
}

.ibox2-t2:hover .text-16{
	color: #da251c;
	text-decoration: underline;
}

/*===========================================================盒子3=======================================================================*/

.ibox3{
	width:100%;
	height:670px;
	background: url(/images/ibox3/bg.jpg) no-repeat;
	background-position: center top;
	padding-top: 230px;
}

.ibox3-l{
	width:30%;
	height:436px;
	background-color: #333333;
	float: left;
	padding:10px;
}

.ibox3-l-in{
	border:solid 1px white;
	width:100%;
	height:100%;
	padding-top: 70px;
}

.ibox3-l-in h6{
	color: #999999;
}

.ibox3-l-in .btn-jt{
	margin-top: 166px;
}

.ibox3-r{
	width:70%;
	height:436px;
	float: left;
}

.ibox3-r3{
	width:33.333%;
	float: left;
	height:218px;
	background-color: white;
	display: block;
	padding-top: 20px;
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

.ibox3-r3 img:nth-child(2){
	display: none;
}

.ibox3-r3:hover img:first-child{
	display: none;
}

.ibox3-r3:hover img:nth-child(2){
	display: inline-block;
}

.ibox3-r3:hover{
	background-color: #da251c;
}

.ibox3-r3 h5{
	line-height: 24px;
	color: #666666;
}

.ibox3-r3:hover h5{
	color: white;
}

.ibox3-r3:hover{
	text-decoration: none;
}

.ibox3-r-img{
	background-size: 100%;
	background-position:  center center;
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

.ibox3-r-img:hover{
	background-size: 105%;
}

/*===========================================================盒子4=======================================================================*/

.ibox4{
	width:100%;
	height:676px;
	background: url(/images/ibox4/bg.jpg) no-repeat center bottom;
}

.ibox4-l{
	padding-top: 200px;
}

.ibox4-l .text-26{
	font-weight:bold;
}

.ibox4-l h6{
	color:#999999;
}

.ibox4-l h5{
	color:#666666;
	line-height: 26px;
}

.ibox4-r{
	padding-top: 110px;
}

.ibox4 .btn-jt{
	background-image: url(/images/ibox2/jiantou2.png);
	border:solid 1px #999999;
	margin:0;
	margin-top: 40px;
	background-color: white;
}

/*===========================================================盒子5=======================================================================*/

.ibox5{
	background:url(/images/ibox5/bg-pc.jpg) no-repeat center center;
	width:100%;
	height:195px;
}

/*===========================================================盒子6=======================================================================*/

.ibox6{
	padding-top: 40px;
	padding-bottom: 60px;
}

.ibox6-p{
	width:100%;
	height:147px;
	display: block;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

.ibox6-t:hover .ibox6-p{
	background-size:105% 105%;
}

.ibox6 .btn-jt{
	background-image: url(/images/ibox2/jiantou2.png);
	background-position:  91px 0px;
	border:solid 1px #999999;
	margin:0;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 36px;
	padding-left: 30px;
	color: #999999;
}


.ibox6 .btn-jt:hover{
	background-position:  61px -38px;
	padding-left: 0px;
}

.ibox6 .btn-jt h5{
	opacity: 1;
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

.ibox6 .btn-jt:hover h5{
	opacity: 0;
}

.ibox6 .text-16{
	line-height: 36px;
}

.ibox6 .text-26{
	font-weight:bold;
}

.ibox6 h6{
	color:#999999;
	margin-top: 0;
	margin-bottom: 50px;
}

/*===========================================================底部=======================================================================*/

.footerbox1 .footerbox1-2{
	width:82px;
	margin-top: 30px;
	float: left;
}

.footerbox1 .footerbox1-1{
	float: left;
	width:100%;
}

footer{
	width:100%;
	height:300px;
	background-color: #f8f9fb;
	padding-top: 54px;
}

.footerbox2 h4{
	font-weight: bold;
}


.footer2-6{
	width:16.666%;
	float: left;
}

.footerbox2 .footer2-6 a.h5{
	color: #999999;
	display:block;
}

.footer-b{
	height:50px;
	line-height: 50px;
}

.footer-b img{
	display: inline-block;
	line-height: 50px;
}

.footer-b h5{
	display: inline-block;
	margin-left: 10px;
}

.footer-b2 img{
	margin-top: -4px;
}

.footer-b2 h5{
	color:#c1c1c1;
}

.footer-b3 a{
	color:#c1c1c1;
}

.footer-b1 a{
	color:#333;
}

/*==================================================================内页统一内容（海报、导航）===============================================================*/
.bannerin{
	max-width: 1920px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	height:220px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2) inset;
}
.nav-sm{
	background-color: #f9f9f9;
}

.nav-sm1{
	height:70px;
	color: #999999;
}

.nav-sm1 img,.nav-sm1 h5,.nav-sm1 h6{
	display: inline-block;
	line-height: 70px;
	margin:0;
	margin-right: 4px;
}

.nav-sm2 a{
	color:#333333;
	line-height: 70px;
	padding:0 15px;
	display: inline-block;
}

.nav-sm2 a:hover,.nav-sm2 .active{
	border-bottom:solid 3px #da251c;
	color:#da251c;
}

.nav-sm .col-xs-2,.nav-sm .col-xs-2{
	padding:0;
}

/*==================================================================谋划理念===============================================================*/
.idea-box{
	max-width: 1920px;
	height:860px;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 120px;
}

.idea-w h2{
	font-weight: bold;
	text-shadow: 4px 1px 4px rgba(0,0,0,0.22);
	margin-top: 10px;
}

.idea-w h5{
	line-height: 26px;
	text-shadow: 1px 2px 4px rgba(0,0,0,0.22);
}

.idea-box .text-g{
	color:#5f5f5f;
}

.idea-w img{
	margin:0 auto;
	margin-top: 50px;
}

.idea-i h4{
	line-height: 26px;
}

.idea-i h3{
	margin-top: 30px;
}

/*==================================================================谋划理念===============================================================*/
.news-box{
	margin-top: 70px;
}

.news{
	width:100%;
	margin-bottom: 32px;
	border:solid 1px #f1f1f1;
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	padding-top: 20px;
}

.news-text{
	padding:24px 35px 0 35px;
}

.news-text h5{
	line-height: 20px;
	color: #666666;
}

.news-text .news-details{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	margin-bottom: 40px;
	height:140px;
}

.news-text h4{
	line-height: 26px;
	height:52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 40px;
	color: #333333;
}

.news:hover{
	margin-top: -5px;
	margin-bottom: 37px;
	box-shadow: 0 4px 8px #ddd;
}


.news .news-more{
	display: block;
	width: 100%;
	padding:0 35px;
	color: #ea8484;
	line-height: 50px;
	border-top: solid 1px #f1f1f1;
}

.pagination li a{
	margin:0 5px;
	color: #333333;
}

.pagination li.active a{
	background-color: #505050;
}

.news-line{
	width:100%;
	border-bottom: solid 1px #e5e5e5;
}

.news-body{
	padding-top: 30px;
	padding-bottom: 60px;
	border-bottom: solid 1px #e5e5e5;
}

.news-body img{
	margin:0 auto;
}

.news-body p{
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.news-1{
	line-height: 26px;
	padding-bottom: 30px;
	padding-top: 10px;
	color: #666666;
}

.brand-5{
	width:20%;
	float: left;
	display: block;
	text-align: left;
}

.brand-5 img{
	display: inline-block;
}

.brand-5:nth-child(4),.brand-5:nth-child(5){
	text-align: right;
}

.brand{
	padding-top: 30px;
	margin-bottom: 200px;
}

.news-box h6{
	color:#999999;
	margin-bottom: 30px;
}

.contact-box1 .h5,.contact-box2 h5,.contact-box3 h5{
	line-height: 26px;
	color: #666666;
}

.contact{
	padding-top: 60px;
}

.contact-a{
	
}

.contact-b{
	color: #999999;
	margin-top: 0;
	margin-bottom: 30px;
}

.contact-box1{
	padding-bottom: 45px;
	border-bottom: dotted 1px #cccccc;
}

.contact-box2,.contact-box3{
	padding-top: 30px;
	padding-bottom: 45px;
	border-bottom: dotted 1px #cccccc;
}

.contactbox4 img{
	margin:0 auto;
}

.contact-r{
	width:100%;
}

.pro-banner{
	padding-top: 140px;
}

/*===============================================================产品中心========================================================================*/
.pro-left{
	width:19%;
	float: left;
	color: white;
}

.pro-left1{
	background-color: #cc0e05;
	padding:40px 30px;
	width:100%;
	margin-top: -80px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}

.pro-left1 .text-26{
	border-bottom: solid 1px #e4251c;
	padding-bottom: 10px;
}

.pro-left1 .text-16{
	padding-top: 10px;
	text-align: right;
}

.pro-left2{
	background-color: #da251c;
	padding:16px;
	width:100%;
	list-style: none;
	line-height: 44px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

.pro-left2 li{
	border-bottom: solid 1px #e23636;
	padding:0 30px;
}

.pro-left2 li:last-child{
	border-bottom:none;
}

.pro-left2 li a{
	color:#f8c6c6;
	display: block;
}

.pro-left2 li.active,.pro-left2 li:hover{
	background-color: #cc0e05;
}

.pro-right{
	width:81%;
	float: left;
	padding-top: 90px;
}

.pro-right-top{
	padding-left: 35px;
}

.pro-right-top li{
	float: left;
	text-align: center;
	list-style: none;
}

.pro-right-top li img{
	margin:0 auto;
}

.pro-right-top li:hover img:first-child,.pro-right-top li.active img{
	display: none;
}

.pro-right-top li img:nth-child(2){
	display: none;
}

.pro-right-top li:hover img:nth-child(2),.pro-right-top li.active img:nth-child(2){
	display: block;
}

.pro-right-top li a .pro-right-toptitle{
	background-image: url(/images/pro/right-line.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.pro-right-top li:last-child a .pro-right-toptitle{
	background-image: none;
}

.pro-right-toptitle{
	color: #333333;
	font-weight: bold;
	line-height: 36px;
	padding:0 24px;
	display: block;
}

.probox1-2 .text-26,.probox1-2 .text-20{
	font-weight: 800;
}

.probox1-2 .text-26{
	margin-bottom: 10px;
}

.probox1-2t{
	list-style: none;
	padding-left:0;
	margin-bottom:1px;
	margin-top: 20px;
}

.probox1-2t li{
	float: left;
	padding:0 8px;
	line-height: 30px;
	background-color: #666666;
	border-radius: 2px;
	margin-right: 1px;
}

.probox1-2t li.active{
	background-color: #e9190b;
}

.probox1-2t li a{
	color:white;
}

.probox1-2 h4{
	font-weight: bold;
	margin-top: 30px;
}

.jd-pro-right .pro-right-toptitle{
	padding:0 15px;
}


.pro-right-toptitle span{
	padding:0 10px;
}

.pro-right-top li:hover .pro-right-toptitle span,.pro-right-top li.active .pro-right-toptitle span{
	color: white;
	background-color: #da251c;
	display: block;
}

.pro-right-body{
	margin-top: 40px;
	padding-left: 25px;
}

.pro-right-body .text-16{
	line-height: 26px;
	padding-top: 14px;
}

.pro-right-body h5{
	color:#999999;
	margin-bottom: 20px;
}

.probtn .pagination li.active a{
	background-color: #da251c;
	border:none;
}

.probtn .pagination li a{
	background-color: #c1c1c1;
	color: white;
}

.probtn{
	padding-left: 25px;
}

.jd-intro-text{
	text-align-last: center;
}

.jd-intro-text h5{
	line-height: 26px;
	color: #666666;
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: dotted 1px #e3e3e3;
	display: block;
}

.jd-intro-text2{
	margin-top: 50px;
	margin-bottom: 80px;
}

.jd-intro-text2 img{
	margin:0 auto;
}

.jd-shili{
	margin-bottom: 90px;
}

.jd-shili h5{
	line-height: 56px;
	text-align: center;
}

.jd-shili .line-d{
	border-bottom: dotted 1px #e3e3e3;
}

.jd-shili img{
	margin:0 auto;
	margin-top: 35px;
}

#swiper1 .swiper-button-prev{
	background-image: url(/images/banner/pre.png);
	left: 0;
}

#swiper1 .swiper-button-next{
	background-image: url(/images/banner/next.png);
	right:0;
}

#swiper1 .swiper-button-prev,#swiper1 .swiper-button-next{
	width:44px;
	height:88px;
	background-size: 100%;
	margin-top: -44px;
}

#certify{
	margin-bottom: 0;
}

.honor-bg,.sample-bg{
	background-image: url(/images/honor/bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 160px;
}

/*===========================================================实力=======================================================================*/
.shili-box1{
	background-image: url(/images/shili/bg1.jpg);
	background-position: center center;
	height:450px;
	text-align: center;
	padding-top: 90px;
}

.shili-box1 .round{
	width:104px;
	height:104px;
	border-radius: 50%;
	box-shadow: 0 4px 16px rgba(85,10,15,0.30)
}

.shilibox{
	margin-bottom: 60px;
}

.shilibox .jd-intro-text h5{
	border:none;
}

.shilibox .jd-shili img{
	margin-top:0;
}

.shili-box1 .text-20{
	line-height: 30px;
	margin-top: 25px;
	margin-bottom: 10px;
	color: white;
}

.shili-box1 .text-16{
	line-height: 26px;
	color: #e8a1a1;
}

.shili-box2{
	background-image: url(/images/shili/bg2.jpg);
	background-position: center center;
	height:450px;
	text-align: center;
}

.jd-shili .jd-shili-title{
	font-weight: bold;
	line-height: 36px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.jd-shili-p{
	padding-top:50px;
	padding-bottom: 50px;
	margin-bottom: 0;
	border-bottom: dotted 1px #e3e3e3;
}

.intro-number{
	padding:40px 0;
}

.intro-number-c{
	display:inline-block;
	border-right: solid 1px #e9e9e9;
	padding:0 40px;
}

.intro-number .intro-number-c:last-child{
	border:none;
}

.intro-number-c .text-50,.intro-number-c .text-60{
	font-weight: 100;
	font-family: "微软雅黑";
	color: #666666;
}

.intro-number .intro-number-c h5{
	color: #c3c3c3;
}

.intro-box{
	padding-top:60px;
	padding-bottom: 60px;
}

.intro-box h6{
	color: #999999;
	margin-bottom: 30px;
}

.intro-box h5{
	line-height: 26px;
	color: #666666;
}

.intro-box .intro-p{
	text-align: center;
}

.intro-box .intro-p img{
	display: inline-block;
}

.line-d{
	border-bottom: dotted 1px #e3e3e3;
}

.intro-box2{
	padding-bottom: 40px;
}

.intro-box2 .text-20{
	color:#666666;
	padding-top:40px;
	padding-bottom: 40px;
}

.intro-box2 img{
	padding:15px 0;
}

.cbp_tmtimeline > li .cbp_tmlabel img{
	margin-top: 36px;
}

.cbp_tmtimeline > li .cbp_tmlabel p{
	line-height: 26px;
	margin-top: 36px;
}

.cbp_tmtimeline > li .cbp_tmlabel h2{
	font-weight: bold;
	font-size: 16px;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child{
	font-weight:bold;
}

.contact-r iframe{
	height:760px;
}


.probox1{
	padding:60px 0;
}

.probox1 .back{
	font-weight:bold;
	color: #333333;
	margin-bottom: 30px;
	display: block;
}

.probox2-t1{
	background-color:#e9190b;
	height:60px;
	color: white;
	font-size: 20px;
	font-family: Arial Black;
	line-height: 60px;
	text-align: center;
}

.probox2-t2{
	background-color: #adadad;
	height:60px;
	border-left:solid 2px white;
}

.probox2-t3{
	background-color: #ededed;
	padding:60px;
	margin-bottom: 60px;
}

.probox2-t3 .text-20{
	font-weight: bold;
	margin-bottom: 30px;
}

.probox2-t3 p{
	font-size: 16px;
}

.backbtn{
	border:solid 1px #d8d8d8;
	line-height:36px;
	color: #999999;
	display: inline-block;
	padding:0 20px;
}

.cbp_tmtimeline > li .cbp_tmlabel h2{
	font-size: 18px;
}

.sample-bg{
	padding-top: 100px;
}

.sample-box{
	max-width:400px;
	margin:0 auto;
}

.sample-box .form-group{
	margin-bottom: 30px;
}

.sample-bg .news{
	background-color: white;
	display: block;
	padding:15px;
}

.news-reveal{
	border-bottom: dotted 1px #dddddd;
	padding:5px;
}

.changepage{
	margin-top: 20px;
	margin-bottom: 20px;
}

.changepage a{
	line-height: 36px;
}

.changepage a span{
	padding-left: 20px;
}