

.index_news_title{
	text-align: center;
	padding-top: 110px;
}
.index_news_title h3{
	font: 32px "Microsoft yahei";
	color: #4f576b;
	margin-bottom: 30px;
}
.index_news_title p{
	font: 16px "Microsoft yahei";
	color: #a0a6b3;
	margin: 20px 0 30px 0;
}
.new_more{
	display: inline-block;
	width: 145px;
	height: 28px;
	border-radius: 20px;
	font: 14px "Microsoft yahei";
	color: #4f576b;
	border: 1px solid #4f576b;
	padding: 8px 0 0 0;
	text-align: center;
	margin-bottom: 50px;
}
.new_more:hover{
	background: #da251c;
	border: 1px solid #da251c;
	box-shadow:  0px 6px  20px rgba(218,37,28,.4);
	color: #fff;
}

.index_news_con dl{
	width: 330px;
	height: 405px;
	float: left;
	margin-right: 54px;
	background: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow: hidden;
	box-shadow:0 3px 6px 0 rgba(67,154,254,0.2);
	margin-bottom: 10px;
}
.index_news_con .dl_end{
	margin-right: 0;
}

.index_news_con dl dd{
	padding:0 30px 0 28px;
}
.index_news_con dl .news_tit{
	margin: 18px 0 20px 0;
	font-size: 18px;
	color: #4f576b;
	line-height: 1.8em;
	height: 64px;
}
.index_news_con dl .news_tit a{
	font-size: 18px;
	color: #4f576b;
}
.index_news_con dl .news_tit a:hover{
	color: #da251c;
}
.index_news_con dl .news_desc{
	font-size: 14px;
	color: #b9bcc4;
	line-height: 24px;
	height: 75px;
	overflow: hidden;
	position: relative;
	padding-right: 38px;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-moz-line-clamp: 3;
	-moz-box-orient: vertical;
	-ms-line-clamp: 3;
	-ms-box-orient: vertical;
	line-clamp: 3;
	box-orient: vertical;
	word-break: break-word;
}


.index_news_con dl .news_time{
	margin-top: 20px;
	text-align: right;
	font-size: 12px;
	color: #b9bcc4;
}
.index_news_con dl .news_time a{
	font-size: 12px;
	color: #b9bcc4;
}
.index_news_con dl .news_time a:hover{
	color: #da251c;
}
.index_bank{
	margin: 20px auto 110px;
	height: auto;
	overflow: hidden;
}
.index_bank span{
	display: inline-block;
	width: 275px;
	height: 80px;
	cursor: pointer;
	overflow: hidden;
	float: left;
}
.index_bank span:hover{
	transition:all ease .6s;
	-moz-transition:all ease .6s;
	-ms-transition:all ease .6s;
	
}
.index_bank .bank1{
	background: url(../images/bank1.png) no-repeat center;
}
.index_bank .bank1:hover{
	background: url(../images/bank1_h.png) no-repeat center;
	transition:all ease-in .6s;
	-moz-transition:all ease-in .6s;
	-ms-transition:all ease-in .6s;
}
.index_bank .bank2{
	background: url(../images/bank2.png) no-repeat center;
}
.index_bank .bank2:hover{
	background: url(../images/bank2_h.png) no-repeat center;
}
.index_bank .bank3{
	background: url(../images/bank3.png) no-repeat center;
}
.index_bank .bank3:hover{
	background: url(../images/bank3_h.png) no-repeat center;
}
.index_bank .bank4{
	background: url(../images/bank4.png) no-repeat center;
}
.index_bank .bank4:hover{
	background: url(../images/bank4_h.png) no-repeat center;
}
.index_bank .bank5{
	background: url(../images/bank5.png) no-repeat center;
}
.index_bank .bank5:hover{
	background: url(../images/bank5_h.png) no-repeat center;
}
.index_bank .bank6{
	background: url(../images/bank6.png) no-repeat center;
}
.index_bank .bank6:hover{
	background: url(../images/bank6_h.png) no-repeat center;
}
.index_bank .bank7{
	background: url(../images/bank7.png) no-repeat center;
}
.index_bank .bank7:hover{
	background: url(../images/bank7_h.png) no-repeat center;
}
.index_bank .bank8{
	background: url(../images/bank8.png) no-repeat center;
}
.index_bank .bank8:hover{
	background: url(../images/bank8_h.png) no-repeat center;
}
.index_msg{
	position: relative;
	z-index: 9999;
	background:#fff;
}
.index_msg_con{
	width: 363.3px;
	float: left;
	height: 150px;
	margin-right: 50px;
	margin-bottom: 60px;
}
.index_msg_con_end{
	margin-right: 0px;
}
.index_msg_con h2{
	border-bottom: 1px solid #eee;
	position: relative;
	margin-bottom: 30px;
}
.index_msg_con h2 span{
	display: inline-block;
	color: #4f576b;
	font: 16px "Microsoft yahei";
	padding-bottom: 12px;
}
.index_msg_con h2 a{
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 12px;
	font: 12px "Microsoft yahei";
}
.index_msg_con h2 a:hover{
	color: #da251c;
}
.index_msg_con ul li {
	position: relative;
	margin-bottom: 22px;
}
.index_msg_con ul li span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #727989;
}
.index_msg_con ul li a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 260px;
	overflow: hidden;
	font-size: 14px;
	color: #727989;
}
.index_msg_con ul li a:before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 3px;
	background: #727989;
	vertical-align: middle;
	margin-right: 12px;
}
.index_msg_con ul li a:hover{
	color: #da251c;
}
.index_msg_con ul li a:hover:before{
	background: #da251c;
}
.index_wavescon{
	text-align: center;
	position: relative;
	z-index: 999;
	top: 100px;
}
.index_wavescon h3{
	font: 32px "Microsoft yahei";
	color: #fff;
	margin: 20px 0;
}

.index_wavescon h4{
	font: 16px "Microsoft yahei";
	color: #fff;
	margin: 30px 0 50px 0;
}

.waveBtn{
	display: inline-block;
	padding: 10px 60px;
	border-radius: 4px;
	background: #fff;
	font: 18px "Microsoft yahei";
	color: #4f576b;
}

.waveBtn:hover{
	box-shadow:  0px 6px  10px rgba(294,166,166,.4);
}
.index_waves {
	background: url("../images/page-index-waves.png") left top no-repeat
}
.waveContent {
	position: relative;
	background-color: #fff;
	height: 390px;
	overflow:hidden;
}
.waves {
	position: absolute;
	bottom: 0;
	height: 627px;
	width: 100%;
	overflow: hidden
}

.waves>div {
	position: absolute;
	left: -180px;
	bottom: 0
}
.waves .wave1,.waves .wave2,.waves .wave3 {
	-webkit-animation: wave 6s ease-in-out alternate infinite;
	animation: wave 6s ease-in-out alternate infinite
}

.waves .wave2 {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.waves .wave3 {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s
}
.wave2 {
	height: 580px;
	width: 2402px;
	background-position: 0px -1535px
}

.wave1 {
	height: 620px;
	width: 2402px;
	background-position: 0 -594px
}
@keyframes wave {
	0% {
		-ms-transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
		transform: translate(0px,0px)
	}

	50% {
		-ms-transform: translate(-220px,0);
		-webkit-transform: translate(-220px,0);
		transform: translate(-220px,0)
	}

	100% {
		-ms-transform: translate(160px,0px);
		-webkit-transform: translate(160px,0px);
		transform: translate(160px,0px)
	}
}

@-webkit-keyframes wave {
	0% {
		-ms-transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
		transform: translate(0px,0px)
	}

	50% {
		-ms-transform: translate(-220px,0);
		-webkit-transform: translate(-220px,0);
		transform: translate(-220px,0)
	}

	100% {
		-ms-transform: translate(160px,0px);
		-webkit-transform: translate(160px,0px);
		transform: translate(160px,0px)
	}
}


/*****2017-07-04 ww********/
/*banner start*/
.flexslider{
    position:relative;
    height:640px;
    overflow:hidden;
    width:100%;
}
.slides {
    position:relative;
    z-index:1;
}
.slides li{
    height:690px;
}
.slides li a{
	display: block;
	width:100%;
	height:640px;
}
.flex-control-nav{
    position:absolute;
    bottom: 33px;
    z-index:99;
    text-align:center;
    left: 50%;
    margin-left: -75px;
    width:150px;
}
.flex-control-nav li {
    display:inline-block;
    width:20px;
    height:8px;
    margin:0 5px;
    zoom:1;
    float:left;
}
.flex-control-nav li a {
    display: inline-block;
    width: 8px;
    height: 8px;
    line-height: 40px;
    overflow: hidden;
    background:rgba(255,255,255,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);
    border-radius:12px;
    cursor: pointer;

}
.flex-control-nav .flex-active{
    background-color:#fff;
    width:20px;
    height:8px;
}
.flex-direction-nav{
    position:absolute;
    z-index:3;
    width:100%;
    top:45%;
}
.flex-direction-nav li a {
    display:block;
    width:50px;
    height:50px;
    overflow:hidden;
    cursor:pointer;
    position:absolute;
    opacity:0;
}
.flexslider:hover .flex-direction-nav li a {
    opacity:1;
}
/*banner over*/
.w1160{
    width:1160px;
    margin:0 auto;
}
.advanceBox{
    height:159px;
    background: #f1f5fc;
    background-size:1920px 240px;
}
.advanceBox ul{
    overflow:hidden;
    padding-top:42px;
    z-index:999;
}
.advanceBox li{
    float:left;
    width:185px;
    padding-left:90px;
}
.advanceBox li.advIcon1{
    background:url('../images/advicon1.html') no-repeat left center;
    background-size:72px 72px;
}
.advanceBox li.advIcon2{
    background:url('../images/advicon2.png') no-repeat left center;
	background-size:72px 72px;
}
.advanceBox li.advIcon3{
    background:url('../images/advicon3.png') no-repeat left center;
	background-size:72px 72px;
}
.advanceBox li.advIcon4{
    background:url('../images/advicon4.png') no-repeat left center;
	background-size:72px 72px;
}
.advanceBox li h3{
    font-size:16px;
    color:#5a6275;
    font-weight:normal;
    text-align:left;
    margin-bottom:5px;
}
.advanceBox li p{
    text-align:left;
    font-size:14px;
    line-height:24px;
    color:#a0a6b3;
}
.serviceCont{
    overflow:hidden;
    padding-bottom: 40px;

}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
.serviceBox{
	background:#fff;
}
.serviceBox .text-content{
	margin-left:85px;
	width:458px;
}
.borBccc{
	border-bottom:1px solid #eeeff1;
}
.serviceBox .text-content h1{
    margin-top:100px;
    font-size:32px;
    color:#4f576b;
    font-weight:normal;
    margin-bottom: 20px;
}
.serviceBox .text-content p{
    font-size:16px;
    color:#4f576b;
}
.serviceBox .text-content ul{
    margin: 30px 0;
}
.serviceBox .text-content ul li{
    color:#a0a6b3;
    font-size:14px;
    margin-bottom:12px;
    list-style:disc;
    margin-left:18px;
    padding-left: 10px;
}
.serviceBox .text-content a{
    border:1px solid #4f576b;
    height:36px;
    padding:0 40px;
    line-height:36px;
    font-size:14px;
    border-radius:20px;
    display:inline-block;
}
.serviceBox .text-content a:hover{
    background:#da251c;
    color:#fff;
    border:1px solid #da251c;
    box-shadow:  0px 6px  10px rgba(43,129,228,.4);
}
.ensureBox{
    width:100%;
    background:#f1f5fc;
}
.w1100{
    width:1200px;
    margin:0 auto;
}
.ensureBox{
    padding:280px 0 280px 0;
	background:#f1f5fc  url(../images/culture.png) no-repeat center center;
	
}
.ensureBox .title{
    font-size:32px;
    color:#4f576b;
    text-align:center;
    font-weight:normal;
    margin-bottom:15px;
}
.ensureBox .p-des{
    font-size:16px;
    color:#a0a6b3;
    text-align:center;
}
.ensureBox ul{
    overflow:hidden;
    margin-top:50px;
}
.ensureBox ul li{
    width:275px;
    float:left;
    padding-top:130px;
}
.ensureBox ul li h3{
    font-size:18px;
    color:#4f576b;
    text-align:center;
    font-weight:normal;
    margin-bottom:25px;
}
.ensureBox ul li p{
    width:210px;
    text-align:center;
    font-size:14px;
    color:#a0a6b3;
    margin:0 auto;
    line-height: 24px;
}
.ensureBox ul li.safe1 {
    background:url('../images/ensure1.png') no-repeat center 0;
    background-size:100px 100px;
}
.ensureBox ul li.safe2 {
    background:url('../images/ensure2.png') no-repeat center 0;
    background-size:100px 100px;
}
.ensureBox ul li.safe3 {
    background:url('../images/ensure3.png') no-repeat center 0;
    background-size:100px 100px;
}
.ensureBox ul li.safe4 {
    background:url('../images/ensure4.png') no-repeat center 0;
    background-size:100px 100px;
}
.userBox{
    /*height:450px;*/
	padding-bottom:20px;
}
.userBox .title{
    color:#4f576b;
    font-size:32px;
    padding-top:100px;
    text-align:center;
    font-weight:normal;
    margin-bottom:15px;
}
.userBox .p-des{
    text-align:center;
    color:#a0a6b3;
    opacity:0.4;
    font-size: 16px;
}
.indexqq{
	width: 72px;
	height: 72px;
	background: #da251c;
	position: fixed;
	right: 20px;
	bottom: 60px;
	border-radius: 72px;
	text-align: center;
	z-index: 9999
}
.indexqq img{
	margin-top: 22px;
}
.indexqq:hover{
	box-shadow:  0px 6px  10px rgba(43,129,228,.4);
	cursor: pointer;
};


/****2017-07-18 start ******/
.bannerNew{
	height: 400px;
	
}
.bannerNew h4{
	padding-top: 165px;
	font: 30px "Microsoft yahei";
	color: #fff;
	height: 235px;
	text-align: center;
}
.product_banner{
	background: url(../images/productBg.jpg) no-repeat center top;
}

.news_banner{
	background: url(../images/newsBg.jpg) no-repeat center top;
}
.xuzhi_banner{
	background: url(../images/xuzhiBg.jpg) no-repeat center top;
}
.aboutUs_banner{
	background: url(../images/aboutUsBg.jpg) no-repeat center top;
}
.about_banner{
	background: url(../images/aboutbg.jpg) no-repeat center top;
}
.zhuanxian_banner{
	background: url(../images/zhuanxianbg.jpg) no-repeat center top;
}
.ask_banner{
	background: url(../images/askBg.jpg) no-repeat center top;
}
.join_banner{
	background: url(../images/joinus_bnr.jpg) no-repeat center top;
}

.feedback_banner{
	height: 320px;
	
}
.feedback_banner h4{
	padding-top: 145px;
	font: 30px "Microsoft yahei";
	color: #fff;
	height: 175px;
	text-align: center;
}
.feedback_banner{
	background: url(../images/feedbackBg.jpg) no-repeat center top;
}

.productNew_tit{
	height: 120px;
	background: #f1f5fc;
	box-shadow:0 3px 6px 0 rgba(67,154,254,0.2);
	position: relative;
	top: -60px;
}
.productNew_tit ul li{
	width: 366px;
	height: 120px;
	text-align: center;
	float: left;
	overflow: hidden;
	font: 14px "Microsoft yahei";
	color: #4f576b;
	cursor: pointer;
}

.productNew_tit ul .active{
	background: #fff;
	/* box-shadow:0 0px 6px 0 rgba(67,154,254,0.2); */
}
.productNew_tit ul li span{
	display: block;
	padding: 16px 0 9px 0;
	transform: translate(0,0%);
	-webkit-transform: translate(0,0%);
	-moz-transform: translate(0,0%);
	-o-transform: translate(0,0%);
	-ms-transform: translate(0,0%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.productNew_tit ul li span:hover{
	transform: translate(0,-10%);
	-webkit-transform: translate(0,-10%);
	-moz-transform: translate(0,-10%);
	-o-transform: translate(0,-10%);
	-ms-transform: translate(0,-10%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.productNew_con{
	clear: both;
	height: auto;
	overflow: hidden;
}
.marR20{
	margin-right: 20px;
}
.marR85{
	margin-right: 85px;
}
.marL85{
	margin-left: 85px;
}
.marT20{
	margin-top: 20px;
}
.marT50{
	margin-top: 50px;
}
.marT110{
	margin-top: 110px;
}
.marB110{
	margin-bottom: 110px;
}
.marB120{
	margin-bottom: 120px;
}
.productText{
	padding-top: 30px;
}
.productText h1{
    font-size:32px;
    color:#4f576b;
    font-weight:normal;
    margin: 5px 0 13px 0;
}
.productText h3{
	margin-top: 30px;
	width: 20px;
	height: 3px;
	font-size: 0;
	background: #da251c;
	overflow: hidden;
}
.productText p{
    font-size:16px;
    color:#a0a6b3;
}
.productText ul{
    margin: 30px 0;
}
.productText ul li{
    color:#4f576b;
    font-size:14px;
    margin-bottom:12px;
}


/**** news ****/
.NewsNew_tit{
	height: 120px;
	background: #f1f5fc;
	box-shadow:0 3px 6px 0 rgba(67,154,254,0.2);
	position: relative;
	top: -60px;
}
.NewsNew_tit ul li{
	width: 220px;
	height: 120px;
	text-align: center;
	float: left;
	overflow: hidden;
	font: 14px "Microsoft yahei";
	color: #4f576b;
	cursor: pointer;
}

.NewsNew_tit ul .active{
	background: #fff;
	/* box-shadow:0 0px 6px 0 rgba(67,154,254,0.2); */
}
.NewsNew_tit ul li span{
	display: block;
	padding: 16px 0 9px 0;
	transform: translate(0,0%);
	-webkit-transform: translate(0,0%);
	-moz-transform: translate(0,0%);
	-o-transform: translate(0,0%);
	-ms-transform: translate(0,0%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.NewsNew_tit ul li span:hover{
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-10%);
	-moz-transform: translate(0,-10%);
	-o-transform: translate(0,-10%);
	-ms-transform: translate(0,-10%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.NewsNew_con{
	clear: both;	
}
.NewsNew_con li{
	height: auto;
	overflow: hidden;
	border: 1px solid #f2f2f2;
	margin-bottom: 40px;
	
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}


.NewsNew_con .new-img{
	float: left;
	width: 300px;
	height: 200px;
	margin-right: 60px;
	overflow: hidden;
}
.NewsNew_con .new-img img{
	width: 300px;
	height: 200px;
}
.NewsNew_con .new-content{
	float: left;
	width: 505px;
	margin-right: 135px;
}
.NewsNew_con .new-content h2{
	font: 20px "Microsoft yahei";
	color: #43576b;
	margin: 35px 0 10px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 40px;
	overflow:hidden;
}

.NewsNew_con .new-content p{
	font: 14px "Microsoft yahei";
	color: #a0a6b3;
	line-height: 26px;
	height: 80px;
	overflow:hidden;
	display: -webkit-box;
    display: -moz-box;
    display: box;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    -ms-line-clamp: 3;
    -ms-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}
.new-time{
	margin-right: 35px;
	text-align: right;
}
.new-time span{
	display: block;
	padding-top: 33px;
	font: 24px "Microsoft yahei";
	color: #43576b;
	margin-bottom: 15px;
}
.new-time i{
	display: block;
    width: 20px;
    height: 3px;
    font-size: 0;
    background: #dcdde1;
    overflow: hidden;
    float: right;
}
.new-time strong{
	clear: both;
	font-weight: normal;
	display: inline-block;
	width: 60px;
	margin-top: 15px;
	font: 14px "Microsoft yahei";
	color: #a0a6b3;
}

.NewsNew_con li:hover{
	
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;

	box-shadow:0 10px 30px 0 rgba(88,123,179,0.1);
	-webkit-box-shadow:0 10px 30px 0 rgba(88,123,179,0.1);
	-moz-box-shadow:0 10px 30px 0 rgba(88,123,179,0.1);
	-o-box-shadow:0 10px 30px 0 rgba(88,123,179,0.1)
}
.NewsNew_con li:hover .new-img img{
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;

	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2)
	transform:scale(1.2,1.2);
}
.NewsNew_con li:hover .new-content,.NewsNew_con li:hover .new-time{
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;

	transform:translate(10px,0);
	-webkit-transform:translate(10px,0);
	-moz-transform:translate(10px,0);
	-o-transform:translate(10px,0)
}
.NewsNew_con li .new-img img{
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;

	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1)
	transform:scale(1,1);
}
.NewsNew_con li .new-content,.NewsNew_con li .new-time{
	transition:all .6s;
	-webkit-transition:all .6s;
	-moz-transition:all .6s;
	-o-transition:all .6s;

	transform:translate(0px,0);
	-webkit-transform:translate(0px,0);
	-moz-transform:translate(0px,0);
	-o-transform:translate(0px,0)
}
.NewsNew_page{
	height: auto;
	text-align: center;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 120px;
}
.NewsNew_page a{
	border: 1px solid #f2f2f2;
	border-right: none;
	display: inline-block;
	height: 30px;
	width: 56px;
	line-height: 30px;
	vertical-align: middle;
	color: #c4c7cd;
	cursor: pointer
}
.NewsNew_page a:hover{
	color: #fff;
	background: #fff;
	border-right: none;
	cursor: pointer;
	border: 1px solid #f2f2f2;
	border-right: none;
	color: #da251c;
}

.NewsNew_page a.active{
	color: #fff;
	background: #da251c;
	border-right: none;
	cursor: pointer;
	border: 1px solid #da251c;
	border-right: none;
}
.NewsNew_page .first{
	display: inline-block;
	background: url(../images/left_arrow.png) no-repeat 23px center;
}
.NewsNew_page .first:hover{
	background: url(../images/left_arrowH.png) no-repeat 24px center;
	border-right: 1px solid #f2f2f2;
	margin-right:0px;
	margin-left:-1px;
}
.NewsNew_page a.end{
	display: inline-block;
	background: url(../images/right_arrow.png) no-repeat center;
	border-right: 1px solid #f2f2f2;
}
.NewsNew_page a.end:hover{
	background: url(../images/right_arrowH.png) no-repeat center;
	border-right: 1px solid #f2f2f2;
}

.newsSearch{
	color: #4f576b;
	margin-top: 25px;
	margin-bottom: 45px;
	font-size: 14px;
}

/*é›†è¿æµç¨‹*/
#transportBox {
    background: #f1f5fc;
    overflow: hidden;
    padding: 60px 0;
}
.container {
    width: 1200px;
}
.col-sm-4 {
    width: 33.3333%;
	float: left;
	min-height: 1px;
    position: relative;
}
#transportBox .thumbnail {
    color: #494949;
    text-align: center;
}
.thumbnail {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    padding: 0;
	 display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: border 0.2s ease-in-out 0s;
}
.thumbnail > img, .thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
}}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
}
.thumbnail h4{
	margin-bottom: 10px;
    margin-top: 10px;
	 color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
	font-size: 18px;
}
.youshi_dec h1,.youshi_dec h2{
	color:#f65d5f;
	border-left:2px solid #f65d5f;
	font: 26px "Microsoft yahei";
	height:30px;
	line-height:30px;
	text-indent:20px;
	margin-bottom:20px;
	margin-top:20px;
}
.youshi_dec h2{
	color:#4f576b;
}
.youshi_dec p{
	color:#4f576b;
	line-height:180%;
	padding-left:30px;
}


/*é›†è¿ä¸“çº¿*/
.node_content {
    background: #fff none repeat scroll 0 0;
    min-height: 400px;
    padding: 20px 30px 60px;
}
.page_title_wrapper {
    margin-bottom: 30px;
	position: relative;
}
.page_title {
    color: #4f576b;
	border-bottom: 1px solid #dadbdb;
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 0;
}
.page_title span {
    display: inline-block;
}
.page_title > span {
    padding-bottom: 19px;
    position: relative;
}
.page_title > span::after {
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.page_title span::after {
    background: #4f576b none repeat scroll 0 0;
}
.node_content .banner {
    line-height: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
	text-align:center;
}
.introduction_container h4 {
    background: #f1f5fc none repeat scroll 0 0;
    border: 1px solid #e8eff3;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 10px;
}
.introduction_container h4 span {
    border-left: 4px solid #ec665c;
    color: #4f576b;
	display: block;
    padding: 0 0 0 9px;
}
.introduction_container .content {
    color: #222;
    line-height: 25px;
    padding: 5px 20px 10px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    width: 100%;
}
table th, table td {
    padding: 10px 15px;
}
table td {
    background: #fff none repeat scroll 0 0;
    color: #222;
    line-height: 20px;
}
.introduction_container .content table {
    margin-top: 10px;
}
.introduction_container .content table td {
    height: 25px;
    line-height: 25px;
	font-size:14px;
	color:#a0a6b3;
}
.introduction_container div.content > table td:first-child {
    padding-left: 0;
    text-align: left;
    width: 200px;
}
.introduction_container a {
    color: #da251c;
}
.introduction_container .content table {
    margin-bottom: 0;
}
.warehouse_table td {
    border: 1px solid #c2c2c2;
}

.return_container h4 {
    background: #f1f5fc none repeat scroll 0 0;
    border: 1px solid #e8eff3;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 10px;
}
.return_container h4 span {
    display: block;
    padding: 0 0 0 9px;
}
.return_container h4 span {
    border-left: 4px solid #ec665c;
    color: #4f576b;
}
.return_container .content {
    color: #333;
    line-height: 22px;
    padding: 10px 20px;
	font-size:14px;
}
.return_container .content p:last-child {
    color: #888;
}
.return_container .process_steps {
    padding: 30px 0 0;
}
.process_steps ul li {
    margin: 0 0 40px;
}
.process_steps li .title {
    padding: 0 0 0 50px;
    position: relative;
}
.process_steps .title .num {
    border-radius: 19px;
    color: #fff;
    font-size: 24px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}
.process_steps .title .num {
    background: #4f576b none repeat scroll 0 0;
}
.process_steps .title .text {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
	text-align:left;
}
.process_steps .title .text {
    color: #4f576b;
	line-height:180%;
	
}
.process_steps .wrapper {
    padding: 30px 35px 0;
}
.return_container .content {
    color: #333;
    line-height: 22px;
    padding: 10px 20px;
}
.process_steps .wrapper .content {
    background: #fff none repeat scroll 0 0;
    border: 7px solid #f1f6fa;
}
.image {
    line-height: 0;
}

.wrapper .image{
	text-align:center;
}

.process_steps li:last-child .content {
    position: relative;
}
.process_steps li:last-child .content .confirm {
    font-size: 36px;
    font-weight: 300;
    left: 65px;
    line-height: 40px;
    position: absolute;
    top: 115px;
}
.process_steps li:last-child .content .confirm {
    color: #44b1ea;
}
.table_return_fee {
    margin: 15px 0 20px;
	color:#4f576b;
	font-size:14px;
}
table th {
    background: #fafafa none repeat scroll 0 0;
    color: #111;
    font-weight: 400;
    line-height: 20px;
}
.table_return_fee th, .table_return_fee td {
    border: 1px solid #e1e1e1;
    text-align: center;
}


.FreightServiceBox {
    padding-bottom: 30px;
    margin-top: 30px;
}
.tableBox {
    background-color: #fff;
    border-radius: 2px;
    font-size: 12px;
}
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
.table-responsive p{
	line-height:30px;
	color: #4f576b;
    font-size: 14px;
}
.table-responsive p strong{
	color:#da251c;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
	background-color: transparent;
}
.tableBox .table > thead > tr > th {
    background-color: #f1f5fc;
    border: 1px solid #dcdcdc;
    color: #4f576b;
    font-size: 14px;
    font-weight: normal;
    padding: 14px 10px;
    vertical-align: middle;
}
.w140 {
    width: 200px;
}
.text-center {
    text-align: center;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.tableBox .table > tbody > tr > td {
    border: 1px solid #dcdcdc;
    color: #4f576b;
    font-weight: normal;
    padding: 14px 10px;
	/*vertical-align: top;*/
}
.cl:after{ content:".";display:block;height:0;clear:both;visibility:hidden;}
.cl{ zoom:1;}
.r { float:right}
.l { float:left} 
.pt20{ padding-top:20px;}
.w1200{ width:1200px; margin:0 auto;}
/*one stare*/
.title{ text-align:center; padding:50px 0 15px 0;/* border-bottom:1px dashed #e0e0e0;*/}
.title h1{ font-size:40px;}
.title h1 span{ color:#4f576b;}
.title p{ font:20px/46px "Microsoft YaHei"; color:#2c3e50;}
.title p b{color:#4f576b;}
.important{ padding:20px 0 0px 0;border-top:1px dashed #e0e0e0; border-bottom:1px solid #dee1e1;}
.important li{ float:left; margin-right:33px;}

.important li a{ display:block;width:60px; height:60px; display:block; padding:21px;border-radius:15px;border:1px dotted #4f576b; background:#fff;cursor:pointer;}
.important li:hover a{ border:1px dotted #696969; background:#fff;}
.important li span{ width:60px; height:60px; display:block;}
.important .rcsp_1 span{ background:url("../images/icon1.png") no-repeat bottom center;}
.important .rcsp_2 span{ background:url("../images/icon2.png") no-repeat bottom center;}
.important .rcsp_3 span{ background:url("../images/icon3.png") no-repeat bottom center;}
.important .rcsp_4 span{ background:url("../images/icon4.png") no-repeat bottom center;}
.important .rcsp_5 span{ background:url("../images/icon5.html") no-repeat bottom center;}
.important .rcsp_6 span{ background:url("../images/icon6.html") no-repeat bottom center;}
.important .rcsp_7 span{ background:url("../images/icon7.html") no-repeat bottom center;}
.important .rcsp_8 span{ background:url("../images/icon8.html") no-repeat bottom center;}
.important .rcsp_9 span{ background:url("../images/icon9.html") no-repeat bottom center;}
.bgbg { background:url("../images/bgbg.html") center bottom no-repeat; width:100%; padding-bottom: 20px;}
.w1200 .important .rcsp_1:hover span, .w1200 .important .rcsp_2:hover span,.w1200 .important .rcsp_3:hover span,.w1200 .important .rcsp_4:hover span,.w1200 .important .rcsp_5:hover span,.w1200 .important .rcsp_6:hover span, .w1200 .important .rcsp_7:hover span, .w1200 .important .rcsp_8:hover span, .w1200 .important .rcsp_9:hover span{transition: background 0.3s;
-moz-transition: background 0.3s;
-ms-transition: background 0.3s;
-webkit-transition: background 0.3s;
-o-transition: background 0.3s;}
.w1200 .important .rcsp_1:hover span{ background:url("../images/icon1.png") no-repeat top center;}
.w1200 .important .rcsp_2:hover span{ background:url("../images/icon2.png") no-repeat top center;}
.w1200 .important .rcsp_3:hover span{ background:url("../images/icon3.png") no-repeat top center;}
.w1200 .important .rcsp_4 span:hover{ background:url("../images/icon4.png") no-repeat top center;}
.w1200 .important .rcsp_5 span:hover{ background:url("../images/icon5.html") no-repeat top center;}
.w1200 .important .rcsp_6 span:hover{ background:url("../images/icon6.html") no-repeat top center;}
.w1200 .important .rcsp_7 span:hover{ background:url("../images/icon7.html") no-repeat top center;}
.w1200 .important .rcsp_8 span:hover{ background:url("../images/icon8.html") no-repeat top center;}
.w1200 .important .rcsp_9 span:hover{ background:url("../images/icon9.html") no-repeat top center;}
.important .rcsp_9{ margin-right:0px;}
.important li p{ line-height:18px; margin-top:20px; text-align:center; display:block; color:#4f576b;}
.important li:hover p{ color:#333;}
.important li strong{ border-bottom:1px solid #4f576b; position:relative; display:block;margin-top:15px;z-index:4;}
.important li strong i{display:none;  position:absolute; width:0px; height:0px; border:10px solid transparent;display:block;left: 50%;margin-left: -9px;border-top-color: #4f576b;}


/*é›†è¿ä¸“çº¿*/



/*å¸¸è§é—®é¢˜start*/
/*å¸¸è§é—®é¢˜åˆ—è¡¨*/
.help-contaniner * {
    box-sizing: border-box;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.help-contaniner {
    margin: 20px auto;
    overflow: hidden;
    width:1200px;
}

.help-contaniner .help-side {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 866px;
    margin-right: 20px;
    text-align: center;
    width: 200px;
}
.help-contaniner .help-side .help-sv-qq, .help-contaniner .help-side .help-sv-wx {
    border-bottom: 1px solid #f5f5f5;
    margin: 0 auto;
    padding: 40px 0;
    width: 160px;
	font-size:14px;
}
.help-contaniner .help-side .help-sv-tel {
    padding: 40px 0;
	font-size:14px;
}
.help-contaniner .ico-qq {
    background-image: url("../images/ico-qq.png");
}
.help-contaniner .ico {
    background-repeat: no-repeat;
    height: 42px;
    margin: auto;
    width: 42px;
}
.help-contaniner .ico.big {
    height: 68px;
    width: 68px;
}
.help-contaniner .bt-kf {
    background: #fdd000 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 14px auto 0;
    width: 116px;
}
.help-contaniner .ico-tel {
    background-image: url("../images/ico-tel.png");
}
.help-contaniner .help-side .help-sv-tel .tel {
    color: #fdd000;
    font-size: 20px;
    font-weight: 500;
}
.help-contaniner .help-main {
    float: left;
    width: 980px;
}
.help-contaniner .help-main .help-hot {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 20px 20px 10px;
}
.help-contaniner .help-main .help-hot .help-hot-top {
    border: 1px solid #fff;
    overflow: hidden;
}
.help-contaniner .help-title.fl {
    float: left;
}
.help-contaniner .help-title {
    color: #222;
    font-size: 18px;
    padding-bottom: 14px;
}
.help-contaniner .help-title.fr {
    color: #7cadf5;
    cursor: pointer;
    float: right;
}
.help-list .help-list {
    float: right;
    min-height: 775px;
    padding: 20px 30px 30px;
    width: 980px;
	overflow:hidden;
}
.help-list .help-list p{
	margin-bottom:15px;
	line-height:160%;
}
.help-list .help-list img{
	max-width:100%;
}

.ws-bg-white {
    background: #fff none repeat scroll 0 0;
}
.help-list .help-list .list-title {
    padding-bottom: 20px;
}
.help-list .bb {
    border-bottom: 1px solid #f2f2f2;
}
.help-list .help-list .list-title .name {
    color: #222;
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    margin-left: 10px;
}
.help-list .help-list .list-item {
    color: #585656;
    font-size: 14px;
    font-weight: normal;
}
.help-list .help-list .list-item  a{
    color: #585656;
}
.help-list .help-list .list-item  a:hover{
    color: #fdd000;
}
.ws-row::after {
    clear: both;
    content: "";
    display: block;
}
.ws-row .ws-col-1 {
    min-height: 1px;
    width: 8.33333%;
}
.ws-row .ws-col-10 {
    min-height: 1px;
    width: 83.3333%;
}
.help-list .tc {
    text-align: center;
}
.ws-row .ws-col-1, .ws-row .ws-col-2, .ws-row .ws-col-3, .ws-row .ws-col-4, .ws-row .ws-col-5, .ws-row .ws-col-6, .ws-row .ws-col-7, .ws-row .ws-col-8, .ws-row .ws-col-9, .ws-row .ws-col-10, .ws-row .ws-col-11, .ws-row .ws-col-12 {
    float: left;
}
.help-list .help-list .list-item .ico-qa {
    background: rgba(0, 0, 0, 0) url("../images/ico-q.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 16px;
    width: 16px;
	margin-top:18px;
}
.help-list .help-list .list-item .help-q {
    cursor: pointer;
    line-height: 50px;
    position: relative;
}
.help-list .help-list .list-item .help-q {
    cursor: pointer;
    line-height: 50px;
}
.help-list .help-list .list-item .ico-qa-a {
    background-image: url("../images/ico-a.png");
}
/*å¸¸è§é—®é¢˜end*/


/*è¿è´¹è®¡ç®—start*/
.zscp_box{
	border: 1px solid #dcdcdc;
    box-sizing: border-box;
    margin-bottom: 30px;
	padding-bottom:30px;
	margin:20px 5%;
    padding-bottom: 30px;
    width: 40%;
	float:left;
}
.zscp_box .p_tit{
	background: #f1f5fc none repeat scroll 0 0;
    color: #4f576b;
    font-weight: 700;
    line-height: 20px;
    padding: 9px 0;
    text-align: center;
}
.zscp_box .grey{
	padding:10px 30px;
	color:#da251c;
	line-height:20px;
	font-size:12px;
}
.zscp_price{
	padding:10px 30px;
}
.zscp_box .green{
	color:green;
	font-weight:bold;
}
/*è¿è´¹è®¡ç®—end*/


/*APPä¸‹è½½start*/
.app{
	width:80%;
	margin:50px auto;
}
.app ul li{
	width:49%;
	float:left;
	border-right:1px dashed #4f576b;
	text-align:center;
    margin-left:32%;
}
.app ul li:last-child{
	border:none;
}
.app ul li dl{
	text-align:center;
	padding-left:100px;
}
.app ul li dl dd{
	float:left;
	margin:0 10% 0 0;
	width:40%;
}
.app ul li dl dt{
	float:left;
	width:50%;
	text-align:left;
	line-height:180%;
}
.app ul li dl dt a{
	color:#da251c;
}
/*APPä¸‹è½½end*/


/*******article ********/
.articleBox{
	padding-top: 130px;
	height: auto;
	overflow:hidden;
	margin-bottom: 120px;
}
.articleBox img{
	max-width: 100%;
}

.article_content{
	overflow: hidden;
	float: left;
	/* box-shadow:0 3px 6px 0 rgba(67,154,254,0.2); */
	background: #fff;
	padding: 30px 30px 0px 30px;
	width: 750px;
}
.article_content-big{
	width: 1040px;
}

.article_breadcrumb{
	font-size: 14px;
	color: #a0a6b3;
}
.article_breadcrumb a{
	font-size: 14px;
	color: #a0a6b3;
}
.article_breadcrumb a:hover{
	color: #da251c;
}
.article_content .article_title{
	margin-top: 37px;
	font: 32px "Microsoft yahei";
	color: #4f576b;
	line-height: 50px;
	margin-left: 20px;
}
.article_content .article_title:before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 38px;
	background: #fdd000;
	float: left;
	margin-top: 5px;
	margin-left: -23px;
}
.article_des{
	padding: 5px 0 35px 0;
}
.article_des span{
	font-size: 14px;
	color: #a0a6b3;
	margin-right: 30px;
}
.article_content p,.article_content h1,.article_content h2,.article_content h3,.article_content h4,.article_content h5,.article_content h6,.article_content strong,.article_content b,.article_content em{
	font: 16px "Microsoft yahei"!important;
	color: #4f576b!important;
	line-height: 36px!important;
}

.article_content p img{
	margin: 10px 0;
}

.news_detail{
	font: 16px "Microsoft yahei"!important;
	color: #4f576b!important;
	line-height: 36px!important;
}



.article-contorl{
	clear: both;
	text-align: center;
	padding-top: 30px;
	width: 850px;
	position: relative;
	left: -30px;
	margin: 100px -30px 0 -30px;
	background:#f1f5fc;
}
.article-contorl-big{
	width: 1130px;
}
.btn_blue{
	display: inline-block;
	width: 90px;
	border-radius: 4px;
	height: 36px;
	border: 1px solid #da251c;
	text-align: center;
	font-style: normal;
	background: #da251c;
	line-height: 36px;
	color: #fff;
}
.btn_blue:hover{
	background: #da251c;
	border: 1px solid #da251c;
	box-shadow:  0px 6px  10px rgba(43,129,228,.4);
	color: #fff;
}
.articleRight{
	width: 300px;
	overflow: hidden;
	float: right;
	background: #fff;
	padding: 20px 20px 100px 20px;
}
.articleRight h3{
	font: 16px "Microsoft yahei";
	color: #4f576b;
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 0;
	margin-bottom: 20px;
}
.articleRight h3 img{
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -3px;
}
.articleRight ul{
	margin-bottom: 45px;
}
.articleRight ul li{
	margin-bottom: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.articleRight ul li a{
	font: 14px "Microsoft yahei";
	color: #4f576b;
}
.articleRight ul li a span{
	display: inline-block;
	width: 24px;
	height: 18px;
	background: #caccd2;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	line-height: 18px;
	margin-right: 10px;
	font-size: 12px;
	float: left;
	margin-top: 2px;
}

.articleRight ul li a:hover{
	color: #fdd000;
}
.articleRight ul li a:hover span{
	background: #fdd000;
	color: #fff;
}
.article_keyword{
	border:1px solid #f2f2f2;
	border-top: 2px solid #da251c;
	padding: 20px 10px 10px 15px;
}
.article_keyword a{
	padding: 4px 12px;
	background: #d9ebff;
	font: 14px "Microsoft yahei";
	color: #4f576b;
	margin-bottom: 15px;
	display: inline-block;
	margin-right: 5px;
}
.article_keyword a:hover{
	background: #da251c;
	color: #fff;
}


/*********** aboutUs ****************/
.aboutUs_tit{
	height: 120px;
	background: #f1f5fc;
	box-shadow:0 3px 6px 0 rgba(67,154,254,0.2);
	position: relative;
	top: -60px;
}
.aboutUs_tit ul li{
	width: 366px;
	height: 120px;
	text-align: center;
	float: left;
	overflow: hidden;
	font: 14px "Microsoft yahei";
	color: #4f576b;
	cursor: pointer;
}

.aboutUs_tit ul .active{
	background: #fff;
	/* box-shadow:0 0px 6px 0 rgba(67,154,254,0.2); */
}
.aboutUs_tit ul li span{
	display: block;
	padding: 16px 0 9px 0;
	transform: translate(0,0%);
	-webkit-transform: translate(0,0%);
	-moz-transform: translate(0,0%);
	-o-transform: translate(0,0%);
	-ms-transform: translate(0,0%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.aboutUs_tit ul li span:hover{
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-10%);
	-moz-transform: translate(0,-10%);
	-o-transform: translate(0,-10%);
	-ms-transform: translate(0,-10%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.aboutUs_conBox{
	clear: both;
	height: auto;
	position: relative;
	top: -50px;
}
.aboutUs_conBox1{
	clear: both;
	height: auto;
	position: relative;
	top: -50px;
}

.aboutUs_content{
	width: 1200px;
	margin: 0 auto;
}
.aboutUs_title{
	clear: both;
	font: 30px "Microsoft yahei";
	text-align: center;
	color: #4f576b;
}
.aboutUs_title1{
	margin: 65px 0 18px 0;
	
}
.aboutUs_title2{
	margin: 45px 0 25px 0;
}

.aboutUs_text{
	font: 14px "Microsoft yahei";
	color: #4f576b;
	line-height: 28px;
}

.aboutUs_culture{
	clear: both;
	height: auto;
	overflow: hidden;
}
.aboutUs_culture dt{
	width: 182px;
	float: left;
	float: left;
	margin-right: 28px;
}
.aboutUs_culture dd{
	width: 740px;
	display: inline-block;
	font: 14px "Microsoft yahei";
	color: #a0a6b3;
	line-height: 24px;
	-webkit-margin-start: 0px;
	margin-bottom: 20px;
}
.aboutUs_culture dd span{
	display: block;
	font: 14px "Microsoft yahei";
	color: #4f576b;
	margin-bottom: 3px;
}

.aboutUs_honor{
	clear: both;
	position: relative;
	height: auto;
	overflow: hidden;
	background: url(../images/honor_bg1.jpg) repeat-y center top;
	padding-top: 60px;
	z-index: -1;
}
.aboutUs_honor_arrow{
	width: 100%;
	display: block;
	height: 9px;
	font-size: 0;
	background: url(../images/honor_bg2.jpg) no-repeat center top;
}
.aboutUs_honorBox{
	background: url(../images/aboutUs_cricle.png) no-repeat center bottom;
	padding-bottom: 37px;
	margin-bottom: -50px;
}
.aboutUs_honor .honorLeft,.aboutUs_honor .honorRight{
	width: 475px;
	float: left;
	font: 14px "Microsoft yahei";
	color: #4f576b;
}
.aboutUs_honor .honorLeft{
	position: relative;
	right: -5px;
}
.aboutUs_honor .honorRight{
	margin-top: 68px;
	margin-left: -7px;
}
.aboutUs_honor .left{
	text-align: right;
	padding-right: 44px;
	background: url(../images/line_left.png) no-repeat right top;
	margin-bottom: 110px;
}

.aboutUs_honor .right{
	text-align: left;
	padding-left: 44px;
	background: url(../images/line_right.png) no-repeat left top;
	margin-bottom: 110px;
}

.aboutUs_honor span{
	display: block;
	font: 14px "Microsoft yahei";
	color: #da251c;
	position: relative;
	top: -4px;
}

/********* join **************/
.joinNew_content{
	margin-top: 50px;
	margin-bottom: 60px;
}

.joinNew_title{
	clear: both;
	margin-top: 20px;
	height: 33px;
	padding:15px 0 0 0;
	background: #f1f5fc;
	text-indent: 20px;
	position: relative;
	cursor: pointer;
	font: 14px "Microsoft yahei";
	color: #4f576b;
}
.joinNew_title img{
	margin-left: 10px;
	vertical-align: middle;
}
.joinNew_title span{
	position: absolute;
	right: 20px;
	top: 18px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/icon_jia.png) no-repeat center;
}
.joinNew_titleH span{
	background: url(../images/icon_jian.png) no-repeat center;
}
.joinNew{
	border: 1px solid #f2f2f2;
	border-top: none;
	padding: 20px;
}
.joinNew p{
	font: 14px "Microsoft yahei";
	color: #4f576b;
	line-height: 28px;
}
.map_content{
	margin-top: 70px;
	margin-bottom: 60px;
	height: auto;
	overflow: hidden;
}
.map_content img{
	float: left;
}
/*.map_content ul{
	width: 410px;
	float: left;
	margin-left: 90px;
	font: 14px "Microsoft yahei";
	color: #4f576b;
	line-height: 28px;
	margin-top: 125px;
}*/


.ask_content{
	margin-top: 50px;
	margin-bottom: 60px;
}

.ask_title{
	clear: both;
	margin-top: 20px;
	height: 30px;
	padding:10px 0 0 0;
	background: url(../images/question.png) no-repeat left top #f1f5fc;
	text-indent: 58px;
	position: relative;
	cursor: pointer;
	font: 14px "Microsoft yahei";
	color: #4f576b;
}
.ask_title img{
	margin-left: 10px;
}
.ask_title span{
	position: absolute;
	right: 20px;
	top: 14px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/icon_jia.png) no-repeat center;
}
.ask_titleH span{
	background: url(../images/icon_jian.png) no-repeat center;
}
.askNew{
	border: 1px solid #f2f2f2;
	border-top: none;
	padding: 20px;
	color:#4f576b;
	font-weight:normal;
}
.askNew strong{
	font-weight:normal;
}
.askNew p{
	font: 14px "Microsoft yahei";
	color: #4f576b;
	line-height: 28px;
	font-weight:normal;
}

/*************** feedback ********************/
::-moz-placeholder{
	color: #a0a6b3;
}
:-ms-input-placeholder{
    color:#a0a6b3!important
}
::-webkit-input-placeholder{
	color: #a0a6b3
}
.feedback-con{
    clear: both;
    width: 600px;
    margin: 70px auto 120px;
}
.feedback-con li{
    height: 66px;
}
.feedback-con .end{
	height: 40px;
}
.feedback-con .height230{
	height: 230px;
}
.input34{
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 100%;
    text-indent: 20px;
    font: 14px "Microsoft yahei";
    color: #4f576b;
}
.textarea-feedback{
    border: 1px solid #ddd;
    border-radius: 2px;
    display: block;
    width: 100%;
    height: 198px;
    padding: 14px 20px;
    font: 14px "Microsoft yahei";
    color: #4f576b;
    line-height: 24px;
    overflow: auto;
    box-sizing: border-box;
}
.btn-feedback{
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #da251c;
    cursor: pointer;
    border: none;
    font: 14px "Microsoft yahei";
    border-radius: 3px;
}
.btn-feedback:hover{
	background: #da251c;
	border: 1px solid #da251c;
	box-shadow:  0px 6px  10px rgba(43,129,228,.4);
	color: #fff;
}
label.error{
	font: 14px "Microsoft yahei";
    color: #ff6060;
    display: block;
    margin-top: 4px;
}
.index-body {
	background-attachment: fixed;
	background-size: cover;
}

.article-contorl-bottom{
	margin-top: 105px;
}


/** modal ***/
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	filter: alpha(opacity=40);
	opacity: .7;
	display: none;
	z-index: 99999;
}
.modal {
	width: 400px;
	position: fixed;
	left: 50%;
	margin-left: -200px;
	top: 0;
	z-index: 999999;
	display: none;
	background:#fff;
	padding-bottom:38px;
	border-radius:4px;
}
.modal .modal_success{
	text-align:center;
}
.modal .modal_success img{
	margin-top:38px;
}
.modal .modal_success h3{
	font-size:18px;
	color:#4f576b;
	padding: 25px 0 15px 0;
}
.modal .modal_success .wait{
	font-size:14px;
	color:#a0a6b3;
	margin-bottom:25px;
}
.modal .modal_success .close{
	display: inline-block;
	padding: 0 15px;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	color: #777;
	text-align: center;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	cursor:pointer;
}
.modal .modal_success .close:hover{
	background:#da251c;
	border:1px solid #da251c;
	color:#fff;
}


.huadong {
	width: 1200px;
	height:50px;
	border-bottom: 1px solid #F0F0F0; 
	position:relative;
	font-size: 14px;
	margin:0 auto;
	}
.huadong .huabox {
	margin:0 auto;
	line-height: 50px;
	}
.huadong .hdimg {
	float:left;
	line-height: 50px;
	}
.huadong .hdimg img { width: 100%; vertical-align:middle;}
.huadong h5 {
	font-size:14px;
	float:left;
	line-height:50px;
	color:#656972;
	}
.huadong .gg_more { float: right;}
.huadong .gg_more a {
	background: rgba(0, 0, 0, 0) url("../images/more.png") no-repeat scroll 100% center;
    bottom: 6px;
    color: #999;
    font-size: 14px;
    line-height: 1;
    padding-right: 20px;
}
.huadong .gg_more a:hover{
	background: rgba(0, 0, 0, 0) url("../images/more-hover.png") no-repeat scroll 100% center;
}
.huadong .notice_active {
	float: left;
	width: 55%;
	height: 50px;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.huadong .notice_active li{
	list-style-type:none;
	line-height: 50px;
	overflow: hidden;
	}
/*.huadong .notice_active li a:hover span{
	color:#da251c;
}*/
	
.huadong .notice_active li.notice_active_ch span {
	color:#656972;
	font-size:14px;
	display: block;
	overflow: hidden; 
	width:80%;
	float: left;
	overflow: hidden;
	line-height:50px;
	height:50px;
	}
.huadong .gg_more .news_ck {
	float: left;
	margin: 0 1rem 0 1rem;
	color: #888;
	width: 5rem;
	height: 2rem;
	line-height: 2rem;
	display: block;
	border: 1px solid #656972;
	text-align: center;
	border-radius: 0.7rem;
	font-size: 0.8rem;
	margin-top: 1rem;
}
.huadong .gg_more .news_more {
	
}
.huadong .notice_active li.notice_active_ch em {
	text-align:right;
	float:right;
	color:#888;
	font-size:0.8rem;
	font-style:normal;
	}
	

/*4åŒºå—*/
.plugin-flag-wrapper {
    overflow: hidden;
    padding-top: 15px;
}

.plugin-flag-wrapper .plugin-flag-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: ease all .4s;
}
.plugin-flag-wrapper .plugin-flag-box li {
  position: relative;
  flex: 1;
  display: inline-block;
  margin-left: 15px;
  max-width: 300px;
}
.plugin-flag-wrapper .plugin-flag-box li:first-child {
  margin-left: 0;
}
.plugin-flag-wrapper .plugin-flag-box li img {
  width: 100%;
}
.plugin-flag-wrapper .plugin-flag-box li:hover .plugin-flag-masking {
  opacity: 1;
}
.plugin-flag-wrapper .plugin-flag-box li .plugin-flag-masking {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: ease all .4s;
}
.plugin-flag-wrapper .plugin-flag-box li .plugin-flag-masking.red-masking {
  background-color: rgba(0, 0, 0, 0.7);
}
.plugin-flag-wrapper .plugin-flag-box li .plugin-flag-masking.red-masking text {
  color: #EEEEEE;
}
.plugin-flag-wrapper .plugin-flag-box li .plugin-flag-masking.blue-masking {
  background-color: rgba(0, 115, 255, 0.8);
}
.plugin-flag-wrapper .plugin-flag-box li .plugin-flag-masking.blue-masking text {
  color: #EEEEEE;
}
.plugin-flag-wrapper .plugin-flag-box li .plugin-flag-masking.orange-masking {
  background-color: rgba(250, 110, 14, 0.8);
}
.plugin-flag-wrapper .plugin-flag-box li .plugin-flag-masking.orange-masking text {
  color: #EEEEEE;
}
.plugin-flag-wrapper .plugin-flag-box li .plugin-flag-masking.yellow-masking {
  background-color: rgba(253, 195, 0, 0.8);
}
.plugin-flag-wrapper .plugin-flag-box li .plugin-flag-masking.yellow-masking text {
  color: #202020;
}
.plugin-flag-wrapper .plugin-flag-box li .plugin-flag-masking.black-masking {
  background-color: rgba(0, 0, 0, 0.8);
}
.plugin-flag-wrapper .plugin-flag-box li .plugin-flag-masking.black-masking text {
  color: #EEEEEE;
}
.plugin-flag-wrapper .plugin-flag-box li .plugin-flag-masking.white-masking {
  background-color: rgba(0, 0, 0, 0.8);
}
.plugin-flag-wrapper .plugin-flag-box li .plugin-flag-masking.white-masking text {
  color: #202020;
}
.plugin-flag-wrapper .plugin-flag-box li .plugin-flag-masking img {
  width: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.plugin-flag-wrapper .plugin-flag-box li .plugin-flag-masking text {
  position: absolute;
  bottom: 15px;
  right: 45px;
}

/*  cp  */
.t1{ padding:80px;}
.tc{text-align:center}
.index-tittle1{font-size:30px;padding-bottom:20px;color:#454545;}
.index-tittle1 span{color:#da251c;}
.index-tittle2{ font-size:16px; padding-bottom:50px;font-weight:normal;color:#a0a6b3;}
.container{width:1200px;margin-right:auto;margin-left:auto}
.index-product ul.first-ul{height: 510px;}
.index-product ul .pro-list{float: left;width: 30%;height: 440px;text-align: center;position: relative;background-color: #fff;border: 1px solid #ebebec; margin-left:-1px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;-moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;}
.index-product ul .pro-list.pro-list1 .on{display: block;}
.index-product ul .pro-list.pro-list1 .off{display: none;}
.index-product ul .pro-list .card-t{padding: 30px 0 20px;}
.index-product ul .pro-list i{display: inline-block;width: 75px;height: 75px;background:url(../images/index-icon2.png) 0px 0px no-repeat;}
.index-product ul .pro-list i.icon{background-position: 0px 0px;}
.index-product ul .pro-list i.icon2{background-position: -75px 0px;}
.index-product ul .pro-list i.icon3{background-position: -150px 0px;}
.index-product ul .pro-list i.icon4{background-position: -225px 0px;}
.index-product ul .pro-list .card-t h3{font-size: 18px;font-weight: bold;padding: 10px 0 4px;color:#454545;}
.index-product ul .pro-list .card-t p{font-size: 14px;color: #868c93;}
.index-product ul .pro-list .card-about{padding: 20px 5px; position:relative}
.index-product ul .pro-list .off li{font-size: 16px;height: 50px;line-height: 50px;color:#454545;}
.index-product ul .pro-list .on{text-align: left;padding: 0 20px;position:absolute; left:5px; top:20px;width: 356px;opacity: 0;filter:alpha(opacity=0);}
.index-product ul .pro-list .on .first{padding-bottom: 15px;}
.index-product ul .pro-list .on .first h4{font-size: 18px;font-weight: normal;color:#454545;}
.index-product ul .pro-list .on .first p{font-size: 14px;color:#a9b0b4}
.index-product ul .pro-list .on .first a{font-size: 14px;color: #da251c;display: block;width: 108px;height: 30px;line-height: 30px;text-align: center;border:1px solid #da251c;margin-top: 15px;border-radius: 3px;}
.index-product ul .pro-list .on .first a:hover{background-color: #da251c;color: #fff;}
.index-product ul .pro-list .on .other{border-top: 1px solid #ebebec;}
.index-product ul .pro-list .on .other ul li{width: 100%;float: left;padding-top: 10px;}
.index-product ul .pro-list.pro-list1 .on .other ul li{width: 100%;}
.index-product ul .pro-list .on .other h4{font-size: 14px;font-weight:normal;}
.index-product ul .pro-list .on .other p{font-size: 12px;line-height: 22px;color: #a9b0b4;}
.index-product ul .pro-list .on .other a{font-size: 12px;color: #da251c;}
.index-product ul .pro-list .on .other a:hover{text-decoration: underline;}
.index-product ul .pro-list.pro-list2 .on .other ul li{width: 50%;position: relative;}
.index-product ul .pro-list.pro-list2 .on .other ul li p{width: 80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index-product ul .pro-list .on{display: none;}
.index-product ul .active{width: 40%;border: 1px solid #da251c;height: 510px;top: -35px;box-shadow: 0 0px 30px rgba(218,37,28,0.6);z-index: 1;overflow: hidden;}
.index-product ul .active .on{opacity: 1;filter:alpha(opacity=100);}
.index-product ul .active .con-card .card-t{background-color: #da251c;}
.index-product ul .active .con-card .card-t i.icon{ background-position:0px -75px}
.index-product ul .active .con-card .card-t i.icon2{ background-position:-75px -75px}
.index-product ul .active .con-card .card-t i.icon3{ background-position:-150px -75px}
.index-product ul .active .con-card .card-t i.icon4{ background-position:-225px -75px}
.index-product ul .active .con-card .card-t h3{color: #fff;margin-top: -5px;}
.index-product ul .active .con-card .card-t p{color: #fff;}


/*ä»“å‚¨*/
.cangchu_cont p{
	padding:0 80px;
	line-height:200%;
	color:#4f576b;
	margin-bottom:50px;
	text-indent:35px;
}
.cangchu_cont .col-sm-4{
	width:25%;
}

/* layout */
.style0  .changeBnt i,.picLB .ftBox .name b{background:url(../images/bntIcon.png) no-repeat ;}
.layout{margin:40px auto 0 auto;width:1200px;}
.style0 .border{display:block;overflow:hidden;height:0px;position:absolute;width:1000px;border-top:1px solid #d3d9df;border-bottom:1px solid #fcfcfc;top:18px;left:0 }
.style0 .changeBnt{font-size:12px;width:80px;height:23px;background:#fff;border:1px solid #d8dcdd;position:absolute;bottom:7px;right:250px;text-indent:25px;line-height:23px;}
.style0 .changeBnt i{width:18px;height:18px;position:absolute;left:4px;top:2px;background-position:-202px 1px;}
.style0 .changeBnt:hover{background:#da251c;border:1px solid #da251c;color:#fff;text-decoration:none;}
.style0 .changeBnt:hover i{background-position:-202px -26px ;}
/* å½±åƒåŠ› */
.picLB{margin-left:-5px;}
.picLB li{width:396px;height:230px;margin:5px 6px 0 0px;overflow:hidden;background:#fff;position:relative;}
.picLB li:nth-child(3n+0) {margin-right:0px;}
.picLB{overflow:hidden;zoom:1;position:relative;}
.picLB li{float:left;display:inline;}
.picDl{width:1200px;overflow:hidden;zoom:1;position:absolute;top:0;left:0 }
.picDl dd{float:left;display:inline;width:396px;overflow:hidden; }
.picLB li.four{height:360px;margin-top:-25px;}
.picLB li.five{height:360px;margin-top:-25px;}
.picLB li.six{height:270px;} 



/*å½ˆçª—å…¬å‘Š*/
.box-3 dl{ display:table; position:absolute; bottom:5px; right:0px; width:300px; background:#fff;box-shadow: 0 0 7px rgba(0,0,0,.3); border-radius:3px; }
.box-3 dl dd{height: 40px;line-height: 40px; color:#fff; font-size: 16px;position: relative;padding-left: 10px; background:#06b5ff; border-radius:3px 3px 0 0;}
.box-3 dl dd b{ display: block; height:40px; width:40px; position:absolute; top:0; right:0; cursor:pointer;}
.box-3 dl dd b.up{ background:url(../images/up.png) center center no-repeat;}
.box-3 dl dd b.down{ background:url(../images/down.png) center center no-repeat;}
.box-3 dl ul{padding:0 20px; height:165px;}
.box-3 dl ul li{ height:40px; line-height:40px; border-top: 1px dashed #EDEDED;}
.box-3 dl ul li span{ display:inline-block; text-align:right;}
.box-3 dl ul li i{ font-style:normal; margin-left:10px;}

.float_layer{display:none;background: #fff none repeat scroll 0 0;box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);}
.float_layer h2{height:25px;line-height:25px;padding-left:10px;font-size:14px;color:#fff;background:#06b5ff;position:relative;margin:0;}
.float_layer .min{width:21px;height:20px;background:url(../images/min.png) no-repeat 0 bottom;position:absolute;top:2px;right:25px;}
.float_layer .min:hover{background:url(../images/min.png) no-repeat 0 0;}
.float_layer .max{width:21px;height:20px;background:url(../images/max.png) no-repeat 0 bottom;position:absolute;top:2px;right:25px;}
.float_layer .max:hover{background:url(../images/max.png) no-repeat 0 0;}
.float_layer .close{width:21px;height:20px;background:url(../images/close.png) no-repeat 0 bottom;position:absolute;top:2px;right:3px;filter: alpha(opacity=100); opacity: 1;}
.float_layer .close:hover{background:url(../images/close.png) no-repeat 0 0;}
    .float_layer .content2 {
        height: 150px;
        width: 340px;
        overflow: hidden;
        font-size: 14px;
        line-height: 18px;
        color: #666;
    }
.float_layer .wrap2{padding:5px 10px 5px 10px;}
.float_layer .wrap2 li {
	line-height:25px;
	height:25px;
	font-size:12px;
}
.float_layer .wrap2 li a{
	color:#727989;
}
.float_layer .wrap2 li a:hover{
	color:#da251c;
}
.float_layer .wrap2 li a::before {
    background: #727989 none repeat scroll 0 0;
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 3px;
    margin-right: 10px;
    vertical-align: middle;
    width: 3px;
}
.float_layer .wrap2 li  i{
	display:inline-block;
	float:right;
	font-style:normal;
}
