﻿@charset "utf-8";

.container {
/*	width: 72.917%;*/
	width: 14.05rem;
	margin: 0 auto;
}

.center {
	text-align: center;
}
.clearfix {
    clear: both;
}
.page a{
	display: block;
	float: left;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 40px;
	min-width: 40px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	margin-right: 6px;
}
.page a.cur,
.page a:hover{
	background: #2276df;
	color: #fff;
	border-color:#2276df;
}

/*header*/
.header{
	/*padding: 0.18rem 0;*/
}
.header .container{
	/*width: 93.8%;*/
	width: 18.02rem;
	margin: 0 auto;
}

.header .logo{
	float: left;
/*	width: 1.2rem;*/
	width: auto;
	padding: 18px 0;

}

.header .header_a{
	float: left;
	margin-left: 3.95rem;
}

.header .header_a ul li{float: left;line-height: 0.27rem;margin-left: 0.45rem;}
.header .header_a ul li a{color: #171c61;font-size: 16px;padding: 20px 0;display: block;}
.header .header_b{float: right;position: relative;z-index: 3;}
.header .header_b > a{color: #0d6fb8;font-size: 0.25rem;font-weight: bold;position: relative;padding-right: 0.15rem;}
.header .header_b > a:before{
	position: absolute;
	content: "";
	background: url(../images/logo_jiantou.jpg)center center/cover;
	width: 0.09rem;
	height: 0.06rem;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.header .header_b  .header_b_a{
	position: absolute;
	top: 100%;
	left: auto;
	right: auto;
	display: none;
	text-align: center;
}

.header .header_b  .header_b_a a{display: inline-block;font-size: 0.16rem;color: #0d6fb8;width: 100%;}
.header .header_b:hover  .header_b_a{display: block;}
.banner {position: relative;overflow: hidden;}
.banner .box{position: relative;overflow: hidden;}
.nybanner { overflow: hidden; }
.banner .swiper-slide-active .box,.nybanner .img img {
    -webkit-animation: haha2 5s linear both;
    animation: haha2 5s linear both;
}


@-webkit-keyframes haha2 {
    0% {
transform: scale(1.05)
}

    20% {
transform: scale(1.04)
}

    40% {
transform: scale(1.03)
}

    40% {
transform: scale(1.02)
}

    80% {
transform: scale(1.01)
}

    100% {
transform: scale(1)
}

}

.banner .box .img{line-height: 0;}
.banner .box .img img{width: 100%;}
.banner .box .text{
	position: absolute;
	left: 2rem;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.banner .box .text .p_a{
	font-size: 0.17rem;
	text-transform: uppercase;
	margin-bottom: 0.15rem;
	opacity: 0;
}

.banner .box .text .p_b{
	font-size: 0.42rem;
	text-transform: uppercase;
	opacity: 0;
}

.banner .box .text .p_b b{font-weight: bold;}

.banner .box .text .p_c{
	font-size: 0.42rem;
	text-transform: uppercase;
	font-weight: bold;
	opacity: 0;
}

.banner .box .text .p_d{
	font-size: 0.34rem;
	opacity: 0;
}

.banner .box .text .gd{
	font-size: 0.16rem;
	color: #424350;
	background: #fff;
	margin-top: 0.45rem;
	display: inline-block;
	padding: 0.14rem 0.8rem 0.14rem 0.2rem;
	border-radius: 0 25px 25px 0;
	position: relative;
	opacity: 0;
}

.banner .box .text .a-fadeinL1{opacity: 1;}

.banner .box .text .gd:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/banner_sanhong.png)center center/cover;
	width: 0.07rem;
	height: 0.12rem;
}

.banner .box .text .gd:after{
	content: "";
	position: absolute;
	right: 0.25rem;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/banner_more.png)center center/cover;
	width: 0.17rem;
	height: 0.11rem;
}

.banner .swiper-button-prev,.banner .swiper-button-next{
	width: 0.44rem;
	height:0.44rem;
	top: auto;
	left: auto;
	bottom: 2%;
	right: 2%;
}

.banner .swiper-button-prev{
	background: url(../images/banner_jtr.png)center center/cover;
right: 2%;
}

.banner .swiper-button-next{
	background: url(../images/banner_jtl.png)center center/cover;
	right: 5%;
}


.banner .swiper-button-prev:after,.banner .swiper-button-next:after{opacity: 0;}

.banner .swiper-pagination{
	left: auto;
	bottom: auto;
	right: 2%;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
}

.banner .swiper-pagination .swiper-pagination-bullet{display: block;z-index: 99999;margin-bottom: 0.3rem;background: #fff;opacity: 1;position: relative;}
.banner .swiper-pagination .swiper-pagination-bullet-active:before{border:1px solid #fff;position: absolute;content: "";width: 0.25rem;height: 0.25rem;top: 50%;left: 50%;transform: translate(-50%,-50%);border-radius: 100%;}


.nav_box .navlist ul>li .navlist2 {
	border-top: 1px solid rgba(255, 255, 255, .06);
	display: none;
	padding: 10px 0;
}

.nav_box .navlist ul>li .navlist2 a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}


.guanyu{
	background: url(../images/gy_bg.jpg)center center/cover;
	padding: 1.5rem 0 2.9rem;

}

.guanyu .container{position: relative;}

.guanyu .left{
	float: left;
	width: 54.3%;
	padding-right: 11%;
	margin-top: 0.7rem;
}

.guanyu .right{
	width: 45.71%;
	position: absolute;
	right: 0;
}

.guanyu .left .en{
	font-size: 0.19rem;
	color: #0d6fb8;
	text-transform: uppercase;
}

.guanyu .left .h3{
	font-size: 0.5rem;
	color: #171c61;
	font-weight: initial;
	margin: 0.05rem 0 0.2rem;
}

.guanyu .left .text{
	font-size: 14px;
	color: #555555;
	line-height: 2.5;
	text-align: justify;
}


.gd_2{
	font-size: 0.16rem;
	color: #fff;
	background: #fff;
	margin-top: 0.45rem;
	display: inline-block;
	padding: 0.14rem 0.8rem 0.14rem 0.2rem;
	border-radius: 0 25px 25px 0;
	position: relative;
}

.gd_2:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/banner_sanhong.png)center center/cover;
	width: 0.07rem;
	height: 0.12rem;
}

.gd_2:after{
	content: "";
	position: absolute;
	right: 0.25rem;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/banner_more_b.png)center center/cover;
	width: 0.17rem;
	height: 0.11rem;
}

.guanyu .left .gd_2{
	background: #171c61;
}
.guanyu .left .gd_2:hover { color:#fff; }
.yanfa{
	background: url(../images/yanfa_bg.jpg)center center/cover;
	padding: 1.4rem 0;
}

.title .en{
	font-size: 0.18rem;
	color: #0d6fb8;
	text-transform: uppercase;
	margin-bottom: 0.05rem;
}

.title .cn{
	font-size: 0.16rem;
	color: #666666;
	margin-top: 0.1rem;
	display: inline-block;
}

.title .h3{
	font-size: 0.5rem;
	color: #171c61;
	font-weight: initial;
}
.title .h3 span{
	color: #798190;
	font-size: 0.2rem;
	display: inline-block;
	margin-left: 0.15rem;
}

/*管线*/
.PipelineBox {
	margin: .38rem auto 0;
	border-radius: 10px 10px 0 0;
	/*overflow: hidden;*/
	width: 100%;


}

/* .PipelineBox .dq-table{
	width: 1400px;
} */
.PipelineBox .dq-table-box {
	display: flex;
	justify-content: center;
	align-items: stretch;
	/*border-bottom: 1px solid #3d3f53;*/
	position: relative;
}

.PipelineBox .dq-table-box_2 .dq-name,
.PipelineBox .dq-table-box_2 .dq-type,
.PipelineBox .dq-table-box_2 .dq-project,
.PipelineBox .dq-table-box_2 .dq-periods{
	background: #f6f7f8;
}


.PipelineBox .dq-table-box .gx_to{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.5rem;
}

.dq-table-header .dq-table-cell {
	padding: 10px 5px;
	background-color: #292b42;
	color: #fff;
	position: relative;
	min-height: 70px;
}

.dq-table-box .dq-table-cell {
	width: 10%;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	border-left: 1px solid #4d5154;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dq-table-box.dq-table-header .dq-periods {
	position: relative;
	width: 50%;
	border-left: 1px solid #3d3f53;
}

.dq-periods-list {
	display: flex;
	justify-content: center;
	height: 100%;
	min-height: 70px;
}

.dq-periods-list .dq-periods-item {
	width: 48%;
	padding: 10px 5px;
	line-height: 24px;
	text-align: center;
	border-left: 1px solid #3d3f53;
	background-color: #292b42;
	color: #fff;
	font-size: 14px;
	position: relative;
}

.dq-periods-list span:first-child,
.dq-table-header .dq-periods .dq-periods-item:first-child {
	border: none;
}

.dq-table-header .dq-table-cell p,
.dq-periods-list .dq-periods-item p {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 100%;
}

.dq-table-box .dq-name {
	width: 10%;
	line-height: 24px;
	text-align: center;
	border-left: 1px solid #dfe6eb;
	background-color: #fff;
	display: flex;
	color: #444444;
	align-items: center;
	font-weight: bold;
}

.dq-table-box .dq-name a{color: #333;}

.dq-name ul,
.dq-type ul {
	width: 100%;
}

.dq-name ul li:first-child,
.dq-type ul li:first-child {
	border: none;
	    display: flex;
    justify-content: center;
    align-items: center;
}

.dq-name ul li,
.dq-type ul li {
	line-height: 18px !important;
	padding: 5px !important;
	height: 54px;
	font-size: 14px;
	color: #333333;
	/* display: flex;
	align-items: center;
	border-top: 1px solid #efefef;
	text-align: left; */
	    display: inline-block;
	    word-break:break-all;
}

.dq-table-box .dq-type {
	width: 10%;
	line-height: 24px;
	text-align: center;
	border-left: 1px solid #efefef;
	background-color: #fff;
	display: flex;
	align-items: center;
}

.dq-table-box .dq-project {
	background: #fff;
	border-left: 1px solid #efefef;
}

.dq-project ul {
	width: 100%;
}

.dq-project ul li {
	line-height: 18px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	height: 54px;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
	padding: 10px;
	color: #333;
}

.dq-project ul li:last-child {
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dq-table-box .dq-periods {
	position: relative;
	width: 50%;
	border-left: 1px solid #efefef;
	background: #fff;
}

.dq-periods-list {
	display: flex;
	justify-content: center;
	height: auto;
}

.dq-periods-list span {
	width: 25%;
	display: block;
	padding: 5px;
	height: 100%;
	text-align: center;
	border-left: 1px solid #efefef;
}

.dq-periods ul {
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
}

.dq-place {
	border-left: 1px solid #efefef !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.dq-partner {
	border-left: 1px solid #efefef !important;
	border-right: 1px solid #efefef;
	background: #fff;
}

.dq-partner ul {
	width: 100%;
	height: 100%;
}

.dq-partner ul li {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.dq-periods ul li {
	position: relative;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	line-height: 15px;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	align-items:center;
}

.dq-periods ul li:last-child {
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dq-periods ul li { text-align: left;
	padding: 10px 0;
}

.dq-periods-process {

	position: absolute;left:0;
	padding-left: 5px;
	/*height: .28rem;*/
	height: .26rem;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;

	overflow: visible!important;

}

.dq-periods-process.center{
	top: 50%;
	text-align: left;
	position: absolute;
	top:50%; transform: translateY(-50%);
}

.dq-periods-process p {
	position: absolute;
	/*top: 50%;*/
	top: 50%;
	left: 0;
	width: 100%;
	line-height: 1.17rem;
	transform: translateY(-50%);
	padding: 0 .1rem;
	padding-right: 0;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dq-periods-process1 p {
	width: 100%;
	text-align: left;
}

.dq-periods-process i.icon {
	margin-right: 5px;
	display: inline-block;
	width: 13px;
	height: 15px;
	/*background: url(../images/sing3.jpg) no-repeat left center/cover;*/
}


.dq-periods-process1 {
	background-color: #152d76;
	z-index: 2;
	border-radius: 0 50px 50px 0;
}

/*.dq-periods-process1::before {
	content: "";
	position: absolute;
	right: -7px;
	top: 0;
	width: 8px;
	height: 14px;
	background: url(../images/dqjt02.png) no-repeat center center;
}*/



.dq-periods-process2 {
	background-color: #4282d5;
	z-index: 1;
	border-radius: 0 50px 50px 0;
}

/*.dq-periods-process2::before {
	content: "";
	position: absolute;
	right: -7px;
	top: 0;
	width: 8px;
	height: 14px;
	background: url(../images/dqjt01.png) no-repeat center center;
}*/

.dq-partner .dq-partner-s {
	width: 100%;
	border-bottom: 1px solid #efefef;
	height: 54px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.dq-table-box .dq-periods .js{
	position: absolute;
	left: 0;
	padding-left: 0.1rem;
	bottom: 0;
	transform: translateY(20%);
	font-size: 0.14rem;
	color: #666666;
}
.dq-periods-process .i_gj{
	position: absolute;
	left: 96%;
	width: 100%;
	/*margin-left: -15%;*/
	background: none;
}

.dq-periods-process .i_gj.i_gg{
	left: 80%;
	top: 0;
}

.dq-periods-process i{
	display: inline-block;
	background: url(../images/cn_icon.png)center center/cover;
	width: 0.31rem;
	height: 0.31rem;
	background-size:100% 100%;
}

.hf{
	display: none;
	/*background: url(../images/yanjiu_a.jpg)center center/cover;*/
	background: rgba(127, 128, 132, 0.95);
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	color: #fff;
	height: 100%;
	padding: 0.16rem 0.34rem 0.12rem 0.5rem;
	position: absolute;left:0; top:0;z-index: 100;

}
.PipelineBox .dq-table-box:hover .hf {
	cursor: pointer; display: block; }
/*.hf:before{
	content: "";
	background: url(../images/yanjiu_b.png)center center/cover;
	width: 0.08rem;
	height: 0.72rem;
	position: absolute;
	left: -0.08rem;
	top: -0.07rem;
}
*/
.hf > p{
	display: inline-block;
	font-size: 0.16rem;
	float: left;
	padding: 0.05rem 0;
	max-width: 80%;

	top: 50%;
	transform: translateY(-50%);
	position: absolute;

}

.hf .more{
	float: right;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 15px;
	font-size: 0.14rem;
	position: relative;
	padding: 0.05rem 0.35rem 0.05rem 0.18rem;

	top: 50%;
	transform: translateY(-50%);
	position: absolute;right:4%;
}

.hf .more:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12%;
	background: url(../images/banner_more_b.png)center center/cover;
	    width: 0.16rem;
    height: 0.11rem;
    content: "";
}

.jiyu{
	background: #f0faff;
	padding: 0.62rem 0;
	position: relative;
	z-index: 99;
}

.jiyu > div{
	max-width: 19.2rem;
	margin:  0 auto;
}

.jiyu .left{
	width: 46.35%;

}

.jiyu .left .img{
	line-height: 0;
}

.jiyu .right{
	position: absolute;
	top: 1.8rem;
	right: 2.6rem;
	width: 35.41%;
	left: auto;
}

.jiyu .right .text{
	font-size: 16px;
	color: #333333;
	line-height: 2.2;
	margin-top: 0.62rem;
	border-top: 1px solid #e1ecf3;
	border-bottom: 1px solid #e1ecf3;
	padding: 0.36rem 0;
	position: relative;
}

.jiyu .right .text:before{
	content: "";
	 position: absolute;
	background: url(../images/ceo_top.jpg)left center/cover no-repeat #f0faff;
	width: 0.5rem;
	height: 0.21rem;
	top: -0.17rem;
	left: 0;
	display: block;
	background-size:0.35rem 0.21rem;
}

.jiyu .right .text:after{
	content: "";
	position: absolute;
	background: url(../images/ceo_bottom.jpg)right center/cover no-repeat #f0faff;
	width: 0.5rem;
	height: 0.21rem;
	bottom: -0.17rem;
	right: 0;
	display: block;
	background-size:0.35rem 0.21rem;
}

.jiyu .right .gd_2{
	background: #171c61;
	margin-top: 0.9rem;
	color: #fff;
}

.new{
	background: #ffffff;
	padding: 1.14rem 0;
	position: relative;
	z-index: 99;
}

.new .new_lb{
	margin-top: 0.4rem;
	border-top: 1px solid #e4e4e4;
}

.new .new_lb li{
	border-bottom: 1px solid #e4e4e4;
	padding: 0.4rem 0;
}
.new .new_lb li:hover{border-bottom: 1px solid #5d92c7;}
.new .new_lb .left{
	float: left;
	width: 12.57%;
}

.new .new_lb li:hover .right .left_2 .img{display: block;}

.new .new_lb .left p{
	color: #0d6fb8;
	font-size: 0.16rem;
}

.new .new_lb .right{
	width: 87.43%;
	float: left;
}

.new .new_lb .right .h2{
	color: #333333;
	font-size: 0.22rem;
}

.new .new_lb  li:hover .right .left_2 .h2{
	color: #0d6fb8;
}



.new .new_lb .right .text{
	color: #999999;
	font-size: 0.16rem;
	margin-top: 0.28rem;

}

.new .new_lb .right .left_2{
	float: left;
	width: 81.42%;
	position: relative;
}

.new .new_lb .right .left_2 .img{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	border-radius: 8px;
	overflow: hidden;
	width: 3.12rem;
	display: none;
}

.new .new_lb .right .right_2{
	float: right;
	text-align: center;
	width: 18.58%;
}
.new .new_lb .right .right_2 .n{
font-size: 0.16rem;
	color: #999999;
}
.new .new_lb .right .right_2 .r{
	font-size: 0.56rem;
	color: #999999;
}

.new .gd_2{
	background: #171c61;
	color: #fff;
	margin-left: 0.1rem;
}

.footer{
	background: #171c61;
	padding: 0.44rem 0 0.4rem;
}

.footer .container{
	width: 18.02rem;
}

.footer .logo{line-height: 0;float: left;width: 8.54%;}
.footer .dh{
	float: right;
	width: 91.46%;
	border-bottom: 1px solid #2f3371;

}

.footer .dh li{
	float: right;
	margin-right: 0.52rem;
	padding-bottom: 0.16rem;
}


.footer .dh li:first-child{
	margin-right: 0;
}

.footer .dh li a{
	font-size: 16px;
	color: #c0c0cf;

}

.footer .dh li.cur,.footer .dh li:hover{
	border-bottom: 2px solid #c0c0cf;
}


.footer .banquan{
	margin-top: 0.24rem;
	display: inline-block;
	width: 100%;

}

.footer .banquan .bq_text{
	font-size: 0.14rem;
	color: #8586a2;
	float: left;
}

.footer .fx{
	float: right;
}

.footer .fx a{
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	margin-left: 0.1rem;
}

.footer .fx a.weixin{
	background: url(../images/fx_icon2.png)center center/cover;
	display: inline-block;
}

.footer .fx a.weibo{
	background: url(../images/fx_icon1.png)center center/cover;
	display: inline-block;
}

.mo_header{display: none;position: relative;}
.mo_header .pic1{height: 27px;width: 115px;display: inline-block;}
.mo_header .navbtn{
	cursor: pointer;
    height: 32px;
    box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    width: 34px;
    line-height: 0;
   /* display: none;*/
}
#open_menu{/*position: relative; width: 40px; height: 35px;*/ float: left; display: block;margin-top: 0.05rem;margin-left: auto;margin-right: auto;}
#open_menu span,#open_menu span::before,#open_menu span::after {width: 26px; height: 2px; background-color: #000; border-radius: 3px; position: absolute;transition: transform 0.15s ease}
#open_menu span::before,#open_menu span::after { content: ""; display: block}
#open_menu span::before { top: -7px;}
#open_menu span::after {bottom: -7px;}
#open_menu span { top: 50%; margin-top: -1.5px; transition-duration: 0.3s;transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);}
#open_menu span::before {transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in,background-color 0.15s ease}
#open_menu span::after { transition: bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19) ,background-color 0.15s ease}
#open_menu.is-active span{ transform: rotate(225deg);transition-delay: 0.14s;transition-timing-function: cubic-bezier(0.215,0.61,0.355,1)}
#open_menu.is-active span::before {top: 0;opacity: 0;transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out,background-color 0.15s ease}
#open_menu.is-active span::after {bottom: 0;transform: rotate(-90deg);transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease;}

/**mobile nav**/
.nav_box {
	width: 50%;
	height: 100%;
	position: fixed;
	right: auto;
	top: 0;
	bottom: 0;
	left: -50%;
	overflow: auto;
	z-index: 99999999;
	background: rgba(50,58,67,.93);
	    transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
}
.nav_box.cur{
	left: 0;
	    transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
}
.nav_box .box{
	/*background: #212222;*/
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.nav_box .nav-title {
	height: 57px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav_box .nav-title .navclose {
	width: 22px;
	height: 22px;
	display: block;
	font-size: 0;
	line-height: 41px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}

.nav_box .nav-title .navclose img {
	width: 100%;
}

.nav_box .nav-title h1 {
	text-align: left;
	width: 68px;
	margin-left: 15px;
	line-height: 0;
	padding-top: 11px;
}

.nav_box .nav-title h1 img {
	width: 100%;
}

.nav_box .navlist {
	width: 100%;
	padding-bottom: 20px;
}

.nav_box .navlist ul>li {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	padding: 0 15px;
	text-transform: capitalize;
}

.nav_box .navlist ul>li>a {
	display: block;
	color: #fff;
	position: relative;
}

.nav_box .navlist ul>li>a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(../images/icon_jt.png) no-repeat center center / cover;
}

.nybanner .img{line-height: 0;}
.nybanner .img img{width: 100%;}
.nybanner{position: relative;}
.nybanner .text{
	position: absolute;
	left: 3.28rem;
	top: 50%;
	transform: translateY(-50%);
	color: #171c61;
}
.nybanner .text .about_a{
	font-size: 0.3rem;
	color: #222564;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0.3rem;
}


.nybanner .text .en{
	text-transform: uppercase;
	font-size: 0.18rem;
	font-style: italic;
	display: block;
	position: relative;
}

.nybanner .text .en:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5%;
	content: "";
	background: #d5061b;
	width: 0.33rem;
	height: 0.04rem;
}


.nybanner .text .h3{
	font-size: 0.36rem;
}

.about_nav{
	background:#171c61;
	padding-top: 0.05rem;
	padding-left: 0.5rem;
}

.about_nav ul li{float: left;margin-right: 0.2rem;padding: 0.15rem 0.25rem;}
.about_nav ul li a{
	font-size: 0.21rem;
	color: #ffffff;
	padding-left: 0.12rem;
}

.about_nav ul li.cur,.about_nav ul li:hover{
	background: #fff;
	border-radius: 8px 8px 0 0;
}

.about_nav ul li.cur a,.about_nav ul li:hover a{
	color: #171c61;
	position: relative;

}



.about_nav ul li.cur a:before,.about_nav ul li:hover a:before{
	background: url(../images/banner_sanhong.png)center center/cover;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.07rem;
	height: 0.12rem;
}
h1, h2, h3 { font-weight: normal; }
.about_jzg{
	padding-top: 0.96rem;
}
.about_jzg .left{float: left;width: 50%;}
.about_jzg .left_2{position: relative;width: 100%; margin-bottom:0rem; }
.about_jzg .left_2 .title{float: left;}
.about_jzg .left_2 .title:before{
	position: absolute;
	height: 0px;
	width: 7.8rem;
	left: 50.5%;
	top: 64%;
	transform: translateY(-50%);
	content: "";
	background: #e6e6e6;
}
.about_jzg  .left_2 .mbx{
	float: right;
	position: absolute;
	right: 0;
	top: 60%;
	transform: translateY(-50%);
}

.about_jzg .left_2 .mbx .home{
	padding-left: 0.22rem;
	position: relative;
}
.about_jzg .left_2 .mbx a{
	color: #999999;
	font-size: 0.16rem;
}
.about_jzg .left_2 .mbx .cur{
	color: #333333;
}
.about_jzg .left_2 .mbx a span.songti{font-family: 宋体;font-weight: bold;display: inline-block;margin: 0 0.05rem;}
.about_jzg  .left_2 .mbx .home:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url(../images/mbx.png)center center/cover;
	width: 0.15rem;
	height: 0.15rem;
	content: "";

}

.about_jzg .right{
	float: left;width: 50%;padding-left: 0.6rem;padding-top: 0.3rem;
}

.about_jzg .right img{
	line-height: 0;
	width: 212px;
}

.about_jzg .right .text{
	margin-top: 0.25rem;
	font-size: 14px;
	color: #666666;
	line-height: 2.2;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #e9eef3;
	position: relative;
}

.about_jzg .right .text:after{
    content: "";
    position: absolute;
    background: url(../images/about_jzg_xd.png)right center/cover no-repeat #fff;
    width: 0.5rem;
    height: 0.21rem;
    bottom: -0.17rem;
    right: 0;
    display: block;
    background-size: 0.35rem 0.21rem;
}

.about_jzg .left_3{
	margin-bottom: 1.4rem;
	margin-top: 0.9rem;
}

.about_jzg_lb{
	padding-bottom: 1rem;
}
.about_jzg_lb ol li{
	float: left;
	width: 48%;
	margin-right: 4%;
}

.about_jzg_lb ol li:nth-child(2n){
	margin-right: 0;
}

.about_jzg_lb ol li .box .img img{width:100%;}

.about_jzg_lb ol li .box .bt{
	padding: 0.24rem;
	border-left:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
}
.about_jzg_lb ol li .box .bt .icon{
	float: left;
	width: 15%;
}

.about_jzg_lb ol li .box .bt .icon img{width:100%;}

.about_jzg_lb ol li .box .bt .bt_text{
	float: left;
	width: 85%;
	padding-left: 0.2rem;
	padding-top: 0.1rem;
}

.about_jzg_lb ol li .box .bt .bt_text .h3{
	font-size: 0.3rem;
	color: #333333;
	font-weight: initial;
	overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
}

.about_jzg_lb ol li .box .bt .bt_text .js{
	font-size: 14px;
	color: #666666;
	margin-top: 0.05rem;
	/*overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;*/
height: 40px;
overflow: hidden;
}
.gzjh_lb{
	padding-bottom: 0.6rem;
}
.gzjh_lb table{
	/*border-radius: 8px 8px 0 0;*/
	/*overflow: hidden;*/
}

.gzjh_lb table tr th{
	background: #292b42;
	font-size: 0.16rem;
	color: #ffffff;
	padding: 0.25rem 0;
	font-weight: initial;
	border-right: 1px solid #3d3f53;
}

.gzjh_lb table tr th:last-child{
	border-right: none;

}

.gzjh_lb table tr th:nth-child(1){
	width: 33.57%;
	border-radius: 10px 0 0 0;
}

.gzjh_lb table tr th:nth-child(2){
	width: 11.42%;
}

.gzjh_lb table tr th:nth-child(3){
	width: 12.85%;
}

.gzjh_lb table tr th:nth-child(4){
	width: 12.42%;
}

.gzjh_lb table tr th:nth-child(5){
	width: 13.57%;
}

.gzjh_lb table tr th:nth-child(6){
	width: 16.17%;
		border-radius: 0 10px 0 0;
}

.gzjh_lb table tr:nth-child(2n){
	background: #f6f7f8;
}

.gzjh_lb table tr td{
	text-align: center;
	font-size: 14px;
	padding: 0.2rem 0;
}

.gzjh_lb table tr td .more{
	font-size: 0.16rem;
	color: #0d6fb8;
	border:1px solid #0d6fb8;
	padding: 0.08rem 0.45rem 0.08rem 0.3rem;
	border-radius: 25px;
	position: relative;
}

.gzjh_lb table tr td .more:before{
	background: url(../images/gzjh_jt.png)center center/cover;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-45%);
	right: 20%;
	width: 0.13rem;
	height: 0.11rem;
}

.page{
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 0.55rem;
}

.page a{display: inline-block;float: initial;}
.page a.prev,.page a.next{
	font-family: 宋体;font-weight: bold;
}

.page a.prev{
	background: #e8e8e8;
	color: #fff;
	border:1px solid #e8e8e8;
}

.page a.next{
	border:1px solid #171c61;
	background: #171c61;
	color: #fff;
}

.page span{
	display: inline-block;
	line-height: 40px;
    min-width: 40px;
    text-align: center;
    font-size: 18px;
    margin-right: 6px;
}

.page a.cur, .page a:hover{
	    background: #171c61;
    color: #fff;
    border-color: #171c61;
}

.gzjh .left_2{
	margin-bottom: 0.75rem;
}

.team{padding-bottom: 0.6rem;}
.team .container{
	position: relative;
}
.team .team_img{
	float: left;
	width: 47.92%;
	line-height: 0;
}

.team .team_img img{width: 100%;}

.team .team_text{
	/*position: absolute;
	right: 0;
	top: 0;*/
	width: 52.08%;
	float:left;
	padding-top: 0.4rem;
}

.team .team_text .h3{
	font-size: 0.36rem;
	color: #333333;
	font-weight: initial;
	margin-bottom: 0.3rem;

}

.team .team_text .padding_left_50{
padding-left: 0.5rem;
}

.team .team_text .zhiwei{
	background: #0d6fb8;
	font-size: 0.16rem;
	display: inline-block;
	color: #fff;
	padding: 0.14rem 1.8rem 0.14rem 0.5rem;
	border-radius: 0 50px 50px 0;
	margin-bottom: 0.6rem;
}

.team .team_text .text{
	color: #666666;
	font-size: 14px;
	line-height: 2.6;
}

.team_2 .container{
border-top: 1px solid #e6e6e6;
}

.team_2Pc { display: block; }
.team_2Mobile { display: none; }

@media(max-width: 1024px){
	.team_2Pc { display: none; }
	.team_2Mobile { display: block; }
}
.team_2 ul li{
	width: 48%;
	float: left;
	margin-right: 4%;
}
.team_2 ul li h8{
	font-size: 0.5rem;
    color: #171c61;
    font-weight: initial;
}

.team_2 ul li:nth-child(2n){
	margin-right: 0;
}

.team_2 ul li .img{line-height: 0;}
.team_2 ul li .text{
	padding: 0.3rem 0 0;
}

.team_2 ul li .text .h3{
	font-size: 0.36rem;
	color: #171c61;
	font-weight: initial;
}

.team_2 ul li .text .h3 span{
	color: #999999;
	font-size: 0.18rem;
}

.team_2 ul li .text .js{
	color: #333333;
	font-size: 0.18rem;
	margin-top: 0.17rem;
	display: inline-block;
}

.team_2 ul li .text .wenan{
	color: #666666;
	font-size: 14px;
	margin-top: 0.6rem;
	line-height: 2.4;
}

.team_2 ul{
	border-bottom: 1px solid #e6e6e6;
	padding: 0.5rem 0;
}

.nybanner_contact .text{
	color: #fff;
}

.nybanner_contact .text .en:before{
	right: -0.2rem;
}

.mbx .home{
	padding-left: 0.22rem;
    position: relative;
}

.mbx .home:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(../images/mbx.png)center center/cover;
    width: 0.15rem;
    height: 0.15rem;
    content: "";
}

.mbx a {
    color: #999999;
    font-size: 0.16rem;
}

.mbx a.cur {
    color: #333333;
}

.mbx a span.songti {
    font-family: 宋体;
    font-weight: bold;
    display: inline-block;
    margin: 0 0.05rem;
}
.contact .mbx{
	padding-left: 0.2rem;
}
.contact{
	padding: 0.34rem 0 0.8rem;
	background: #f7f7f7;
}

.contact .contact_nr{
	margin-top: 0.3rem;
	padding: 0.5rem 0.36rem 0.5rem 0;
	background: #fff;
	position: relative;
}

.contact .contact_nr .left{
	float: left;
	width: 50%;
	padding-right: 0.5rem;
}

.contact .contact_nr .left .en{
	font-size: 0.18rem;
	color: #999999;
	display: inline-block;
	text-transform: uppercase;
	padding-left: 0.36rem;
}

.contact .contact_nr .left .h3{
	color: #000000;
	font-size: 0.3rem;
	margin-top: 0.1rem;
	padding-left: 0.36rem;
}
.contact .contact_nr .left ul{
	margin-top: 0.3rem;
	padding-left: 0.36rem;
}
.contact .contact_nr .left ul li{
	float: left;
	margin-right: 2%;
	    display: inline-flex;
	    margin-bottom: 0.2rem;
	    width: 32%;
	    text-align: center;
}
.contact .contact_nr .left ul li:nth-child(3n){
	margin-right: 0;
}
/*.contact .contact_nr .left ul li:last-child{
	margin-right: 0;
}*/

.contact .contact_nr .left ul li a{
	color: #666666;
	font-size: 0.18rem;
	background: #fff;
	border:1px solid #e6e6e6;
	border-radius: 25px;
	width: 100%;
	padding: 0.1rem 0.4rem;
}

.contact .contact_nr .left ul li:hover a,.contact .contact_nr .left ul li.cur a{
	background: #0d6fb8;
	border:1px solid #0d6fb8;
	color: #fff;
}

.contact .contact_nr .left .contact_nr_a{
	margin-top: 0.5rem;
	padding-left: 0.36rem;
	    position: absolute;
    left: 0;
    bottom: 0.55rem;
    width: 45%;
}

.contact .contact_nr .left .contact_nr_a .liebiao {
	color: #666666;
	font-size: 0.18rem;
	padding: 0.2rem 0;
	border-bottom: 1px solid #e6e6e6;
}

.contact .contact_nr .left .contact_nr_a .liebiao .dh{
	position: relative;
	padding-left: 0.26rem;
	float: left;
	font-size: 16px;
}
.contact .contact_nr .left .contact_nr_a .liebiao .dh_2{
	color: #666666;
	font-size: 16px;
}
.contact .contact_nr .left .contact_nr_a .liebiao .dh:before{
	content: "";
	background: url(../images/contact_dh.png)center center/cover;
	width: 0.15rem;
	height: 0.16rem;
	position: absolute;
	left: 0;
	top: 5px;
}

.contact .contact_nr .left .biaoqian{
	font-size: 0.16rem;
	color: #ffffff;
	background: #4f576e;
	margin-top: 0.3rem;
	display: inline-block;
	padding: 0.2rem 1rem;
	border-radius: 0 25px 25px 0;
	position: relative;

}

.contact .contact_nr .left .biaoqian:before{
	position: absolute;
	background: url(../images/lx_bg.png)center center/cover;
	width: 0.08rem;
	height: 0.72rem;
	left: -0.08rem;
	top: -0.05rem;
	content: "";

}

.contact .contact_nr .right{
	/*float: right;
	position: absolute;
	right: 0;*/
	width: 50%;
	float: right;
}

.contact .contact_nr .right #allmap,.contact .contact_nr .right .mapGw{
	/*width: 6.6rem;*/
	max-height: 4.15rem;
	margin-top: 0.2rem;
	margin-right: 0.36rem;
	overflow: hidden;
}
.contact .contact_nr .left .contact_nr_a .box{
	display: none;
}
.contact .contact_nr .left .contact_nr_a .box.cur{
	display: block;
}

.contact_ly{
	padding: 0.64rem 0 1.02rem;
}

.contact_ly .container{
	position: relative;
	box-shadow: -3px -3px 20px 1px rgba(0,0,0,0.1);
}

.contact_ly .left{
	float: left;
	width: 50%;
}

.contact_ly .left .img{
	line-height: 0;
}

.contact_ly .right{
	width: 50%;
	float: right;
	padding-left: 0.38rem;
	padding-top: 0.6rem;
	padding-right: 0.46rem;
	padding-bottom: 0.565rem;
	background: url(../images/contact_ly_img2.png)left -2px center/cover;
}

.contact_ly .right .en{
	font-size: 0.18rem;
	color: #999999;
	text-transform: uppercase;
	display: block;
}

.contact_ly .right .cn{
	color: #000000;
	margin-top: 0.05rem;
	font-size: 0.3rem;
	display: block;
}
.contact_ly .right ul{
	margin-top: 0.3rem;
}
.contact_ly .right ul li {
	margin-bottom: 0.2rem;
	width: 100%;
}
.contact_ly .right ul li input{
	font-size: 0.16rem;
	color: #cccccc;
	padding: 0.08rem 0;
	border:1px solid #e6e6e6;
	padding-left: 0.16rem;
}

.contact_ly .right ul li input::-webkit-input-placeholder{
	color: #cccccc;
}

.contact_ly .right ul li.li1 input{
	width:32%;
	float: left;
	margin-right: 2%;
}


.contact_ly .right ul li.li2 input{
	width: 49%;
	margin-right: 2%;
	float: left;
}

.contact_ly .right ul li.li1 input:last-child,.contact_ly .right ul li.li2 input:last-child{
	margin-right: 0;
}

.contact_ly .right ul li.li3 textarea{
	font-size: 0.16rem;
	color: #cccccc;
	border:1px solid #e6e6e6;
	padding-left: 0.16rem;
	width: 100%;
	height: 2.08rem;
	max-height: 2.08rem;
	overflow: auto;
	padding-top: 0.14rem;

}

.contact_ly .right ul li.li3 textarea::-webkit-input-placeholder{
	color: #cccccc;
}


.contact_ly .right ul li.li4 .btn{
	font-size: 0.18rem;
	display: inline-block;
	background: #0d6fb8;
	color: #ffffff;
	padding: 0.12rem 0.8rem;
	border-radius: 25px;
}
.yjly{
	padding-top: 0rem;
}
.yjly .left_2 .title:before{display: none;}
.yjly .lingyu .box{
	text-align: center;
	position: relative;
}
.yjly .lingyu .box .y{
	font-size: 0.42rem;
	color:#292b42;
	font-family: arial;
	font-weight: bold;
	display: block;
}
.yjly .lingyu{
	margin-top: 2.1rem;
	position: relative;
}

.yjly .lingyu:before{
	content: "";
	bottom: 1.9rem;
	position: absolute;
	width: 100%;
	height: 0.21rem;
	background: url(../images/yjly_heng.png)center center/cover  no-repeat;
}

.yjly .lingyu .box{
	float: left;
	width: 33.33%;
}

.yjly .lingyu .box1,.yjly .lingyu .box2{
	width: 26%;
	padding-right: 1.2rem;
}

.yjly .lingyu .box1:before,.yjly .lingyu .box2:before{
	content: "";
	background: url(../images/yanjiu_jt.png)center center/cover;
	width: 0.39rem;
	height: 0.21rem;
	position: absolute;
	top: 60%;
	right: 10%;
}

.yjly .lingyu .box1:after,.yjly .lingyu .box2:after{
	content: "";
	background: url(../images/yanjiu_dian.png)center center/cover;
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
/*	bottom: -0.78rem;*/
	bottom: 0;
}

.yjly .lingyu .box3{
	width: 48%;
	float: right;
	padding: 1.8rem 1.4rem ;
	margin-top: -1.8rem;
	background: url(../images/yanjiu_img.png)center center/cover;
	background-size: 100% 100%;

}

.yjly .lingyu .box3 .y{
	color: #fff;
}
.yjly .lingyu .box.box3 .bt{color: #fff;}
.yjly .lingyu .box.box3 .text{color: #fff;}
.yjly .lingyu .box .bt{
	color: #666666;
	font-size: 0.16rem;
	margin-top: 0.14rem;
	margin-bottom: 0.25rem;
}

.yjly .lingyu .box .text{
	color: #999999;
	font-size: 14px;
	line-height: 2.5;
	height: 2rem;
	overflow: hidden;
}


/*内页01end*/
.yfpt .wenben{
	font-size: 14px;
	color: #666666;
	line-height: 2.5;
	border:1px solid #e6e6e6;
	padding: 0.2rem 0.5rem;
	border-radius: 8px;
}

.nybanner .text .en:before{
	right: 15%;
}

.yfpt .lb{margin-top: 1.05rem;text-align: center;position: relative;margin-bottom: 1.66rem;}

.yfpt .lb .zhongxin{font-size: 0.24rem;color: #ffffff;position: absolute;line-height: 1.5;left:40%;transform: translateY(-50%);top: 2rem;}

.yfpt .lb .img{padding: 0 0.84rem 0 1rem;}
.yfpt .lb ol li{
	width: 3rem;
	height: 2.46rem;
	position: absolute;
}
.yfpt .lb ol li .h3{
	font-size: 0.24rem;
	color: #0d6fb8;
	text-align: left;
	margin-bottom: 0.1rem;
	padding-top: 0.05rem;

}
.yfpt .lb ol li .left{
	float: left;
	width: 0.44rem;
	padding-left:
}
.yfpt .lb ol li .right{
	float: left;
	width:2.56rem;
	padding-left: 0.2rem;
}
.yfpt .lb ol li .img{
	line-height: 0;

}
.yfpt .lb ol li .text{
	font-size: 14px;
	color: #666666;
	float: right;
	text-align: left;
	width: 100%;
	line-height: 2;
}

.yfpt .lb ol li:before{
	position: absolute;
	content: "";
	background: #ddebf5;
	width: 1px;
	height: 1.34rem;
	top: 0.5rem;
	left: 0.2rem;

}

.yfpt .lb ol li:after{
	position: absolute;
	background: url(../images/ny02_lb_xz.png)center center/cover;
	width: 0.48rem;
	height: 0.48rem;
	content: "";
	bottom: 0;
	left: 0;
}

.yfpt .lb ol li.li1,.yfpt .lb ol li.li2{
	top: -0.14rem;
}

.yfpt .lb ol li.li1{left: 2.38rem;}
.yfpt .lb ol li.li2{right: 0.3rem;top: -0.22rem;}


.yfpt .lb ol li.li3,.yfpt .lb ol li.li4{
	height: auto;
	padding-top: 1.08rem;
}

.yfpt .lb ol li.li3:after,.yfpt .lb ol li.li4:after{
	top: 0;
}

.yfpt .lb ol li.li3:before,.yfpt .lb ol li.li4:before{
	top: 0.6rem;
	height: 0.4rem;
}

.yfpt .lb ol li.li3{
	left: 2.38rem;
	bottom: 0.09rem;
}

.yfpt .lb ol li.li4{
	right: 0.5rem;
/*	bottom: 0.33rem;*/
	    bottom: 0.25rem;
}

.yfpt .lb .img:before{
	content: "";
	background: url(../images/ny02_icon_xx.png)center center/cover;
	width: 0.11rem;
	position: absolute;
	left: 49%;
	transform: translateY(-50%);
	height: 2.16rem;
	bottom: -2.5rem;
	background-size:100% 100%;

}
.yfpt_2{
	padding-top: 0.9rem;
	padding-bottom: 1.6rem;
}
.yfpt_2 .img{text-align: center;margin: 0 2.98rem 0 2.78rem;position: relative;}

.yfpt_2 .yfpt_2_lb{}

.yfpt_2 .img .zhongxin{
	position: absolute;
	font-size: 0.24rem;
	color: #ffffff;
	width: 2.9rem;
	text-align: center;
	line-height: 1.8;
	top: 49%;
	left: 49%;
	transform: translate(-50%,-50%);
}

.yfpt_2 .yfpt_2_lb li{
	font-size: 0.24rem;
	color: #2b3b93;
	background: #fff;
	border:1px solid #2b3b93;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	text-align: center;
	line-height: 1.4rem;
	border-radius: 100%;
	position: absolute;
	/*top: 0;*/
}

.yfpt_2 .yfpt_2_lb li.li1{
	top: 0;
	left: 41%;
	transform: translateY(-50%);
}

.yfpt_2 .yfpt_2_lb li.li2{
	right: 5%;
	top: 5%;
}

.yfpt_2 .yfpt_2_lb li.li3{
	top: 50%;
	transform: translateY(-50%);
	right: -0.7rem;
}

.yfpt_2 .yfpt_2_lb li.li4{
	right: 5%;
	bottom: 5%;
}

.yfpt_2 .yfpt_2_lb li.li5{
	bottom: 0;
	left: 41%;
	transform: translateY(50%);

}

.yfpt_2 .yfpt_2_lb li.li6{
	left: 5%;
	bottom: 5%;
}

.yfpt_2 .yfpt_2_lb li.li7{
	top: 50%;
	transform: translateY(-50%);
	left: -0.7rem;
}

.yfpt_2 .yfpt_2_lb li.li8{
	left: 5%;
	top: 5%;
}

.ny03 .left{
	float: left;
	width: 50%;
	padding-right: 0.5rem;
	padding-top: 1.2rem;
}
.ny03 .left .biaoti{position: relative;}
.ny03 .left .biaoti:before{
	position: absolute;
	right: 0;
	top: -1.065rem;
	width: 2.04rem;
	height: 2.53rem;
	background: url(../images/ny03_3.jpg)center center/cover;
	content: "";
}
.ny03 .left .biaoti .h3{
	color: #2b3b93;
	font-size: 0.36rem;
	display: block;
	padding-right: 30%;
	border-bottom: 1px solid #e7e8ef;
	padding-bottom: 0.2rem;
}

.ny03 .left .biaoti .en{
	padding-top: 0.2rem;
	font-size: 0.18rem;
	color: #0d6fb8;
	display: inline-block;
	text-transform: uppercase;
	width: 60%;
	line-height: 1.8;
}

.ny03 .left .text{
	margin-top: 0.5rem;
	color: #333333;
	font-size: 14px;
	line-height: 2.2;
}

.ny03 .left .text_d{
	color: #2b3b93;
	font-size: 0.36rem;
	margin-top: 0.3rem;
}

.ny03 .container{position: relative;}

.ny03 .right {
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
}


.jbhx{
	margin-top: 1.2rem;
}

.jbhx_2 .left{
	float: left;
	width: 42.85%;
	padding-right: 0.5rem;
}

.jbhx_2 .left .jbhx_2_s{
	background: url(../images/ny03_hx_img1.png)center center/cover;
	padding:  0.98rem 0.5rem 0.28rem;
	    background-size: 100% 100%;
}

.jbhx_2 .left .jbhx_2_s .h3{
	font-size: 0.6rem;
	color: #ffffff;
	font-weight: initial;
	display: block;
	text-align: center;
}

.jbhx_2 .left .jbhx_2_s .js{
	font-size: 0.24rem;
  color: #ffffff;
  display: block;
	text-align: center;
	margin-bottom: 0.3rem;
}

.jbhx_2 .left .jbhx_2_s .text{
	font-size: 0.18rem;
	color: #ffffff;
	line-height: 1.8;
	height: 2rem;
	overflow: auto;
}
.jbhx_2 .left .jbhx_2_s .text p{
	position: relative;
	padding-left: 0.5rem;
}
.jbhx_2 .left .jbhx_2_s .text p:before{
	position: absolute;
	left: 0;
	top: 0.17rem;
	width: 0.4rem;
	height: 1px;
	background:#fff;
	content: "";
}

.jbhx_2 .left .jbhx_2_z{
	padding: 0.55rem 0.55rem 0.85rem 0.5rem;
}

.jbhx_2 .left .jbhx_2_z p{
	color: #333333;
	font-size: 0.18rem;
	margin-bottom: 0.24rem;
	padding-left: 0.2rem;
	position: relative;
}

.jbhx_2 .left .jbhx_2_z p:before{
	position: absolute;
	left: 0;
	top: 0.09rem;
	border-radius: 100%;
	background: #d5061b;
	width: 0.07rem;
	height: 0.07rem;
	content: "";
}

.jbhx_2 .left .jbhx_2_x{
	background: url(../images/ny03_hx_img2.png)center center/cover;
	background-size: 100% 100%;
	width: 100%;
	height: 3.04rem;
}

.jbhx_2 .right {
	float: left;
	width: 57.15%;
	padding-top: 0.7rem;
}

.jbhx_2 .right .h3{
	font-size: 0.36rem;
	color: #0d6fb8;
	font-weight: initial;
	margin-bottom: 0.4rem;
}

.jbhx_2 .right .lb li{
	border:1px solid #e6e6e6;
	margin-bottom: 0.24rem;
	border-radius: 0 100px 100px 0;
	position: relative;
}
.jbhx_2 .right .lb li:last-child{
	margin-bottom: 0;
}
.jbhx_2 .right .lb li .left_1{
	float: left;
	width: 70.81%;
	border-right:1px solid #e6e6e6;
	padding: 0.26rem  0.4rem  0.26rem  0.4rem;
}

.jbhx_2 .right .lb li .left_1 .a{
	font-size: 0.16rem;
	color: #999999;
	margin-bottom: 0.12rem;
}

.jbhx_2 .right .lb li .left_1 .h4{
	color: #333333;
	font-size: 0.16rem;
	border-top: 1px solid #ededed;
	padding-top: 0.15rem;
}

.jbhx_2 .right .lb li .right_1{
	/*float: left;*/
	width: 29.19%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.jbhx_2 .right .lb li .right_1 .b{
	display: block;
	font-size: 0.4rem;
	color: #0d6fb8;
	margin-left: -0.2rem;

}

.jbhx_2 .right .lb li .left_1 .h4 p{
	position: relative;
	float: left;
	width: 100%;
	padding-left: 0.2rem;
	margin-bottom: 0.1rem;
}
.jbhx_2 .right .lb li .left_1 .h4 p:last-child{
	margin-bottom: 0;
}
.jbhx_2 .right .lb li .left_1 .h4_d p{
	width: 50%;
}

.jbhx_2 .right .lb li .left_1 .h4 p:before{
	width: 0.07rem;
	height: 0.07rem;
	position: absolute;
	content: "";
	background: #d5061b;
	left: 0;
	top: 0.08rem;
	border-radius: 100%;
}

.jbhx_2{padding-bottom: 1rem;}

.zxgx {
	background: #f7f7f7;
}
.zxgx .yanfa{
	background: none;
	padding:  0 0 1.2rem 0;

}


.zxgx .yanfa .PipelineBox{
	/*box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.1);*/
}

.guanxian_xq{
	padding: 0.4rem 0;
	background: #f5f5f5;
}

.guanxian_xq .mbx{
	padding-bottom: 0.37rem;
}

.guanxian_xq .guanxian_xq_nr .left{
	float: left;
	width: 28.71%;
	margin-right: 2%;
	padding-right: 0.3rem;
	padding: 0.5rem 0 0.36rem;
	background: #fff;
}

.guanxian_xq .guanxian_xq_nr .left .h3{
	font-size: 0.36rem;
	color: #333333;
	padding-left: 0.3rem;
	padding-right: 0.24rem;
}

.guanxian_xq .guanxian_xq_nr .left  .js{
	font-size: 0.16rem;
	color: #999999;
	padding-left: 0.3rem;
	padding-right: 0.24rem;
	margin-top: 0.18rem;
	line-height: 1.8;
}

.guanxian_xq .guanxian_xq_nr .left .fanhui{
	font-size: 0.16rem;
	color: #fff;
	padding: 0.2rem 0.8rem 0.2rem 0.5rem;
	position: relative;
	display: inline-block;
	background: #4f576e;
	margin-top: 0.4rem;
	border-radius: 0 100px 100px 0;

}

.guanxian_xq .guanxian_xq_nr .left .fanhui:before{
	position: absolute;
	background: url(../images/lx_bg.png)center center/cover;
	width: 0.08rem;
	height: 0.72rem;
	left: -0.07rem;
	top: -0.05rem;
	content: "";
}

.guanxian_xq .guanxian_xq_nr .right{
	float: left;
	width: 69.29%;
	background: #fff;
	padding: 0.54rem 0.36rem 0.66rem;
}

.guanxian_xq .guanxian_xq_nr .right .text .bt{
	color: #333333;
	font-size: 0.3rem;
	font-weight: bold;
	margin-bottom: 0.3rem;
}

.guanxian_xq .guanxian_xq_nr .right .text .text_nr{
	font-size: 0.16rem;
	color: #666666;
	line-height: 2;
}

.guanxian_xq .guanxian_xq_nr .right .text .text_nr img{line-height: 0;}

.hxcp{
	background: url(../images/hxcp_bg.jpg)center center/cover;
	padding-bottom: 1.35rem;
}

.hxcp .container{position: relative;}

.hxcp .hxcp_a .left{
	width: 50%;
	float: left;
	padding-top: 0.4rem;
	position: relative;
}

.hxcp .hxcp_a .left .h3{
	font-size: 0.48rem;
	color: #171c61;
	margin-bottom: 0.52rem;
	text-transform: uppercase;
}

.hxcp .hxcp_a .left .left_a {
	padding-right: 0.3rem;
}

.hxcp .hxcp_a .left .left_a li {
	margin-bottom: 0.28rem;
}


.hxcp .hxcp_a .left .left_a li:last-child{
	margin-bottom: 0;
}

.hxcp .hxcp_a .left .left_a li .bt{
	color: #333333;
	font-size: 0.26rem;
	padding-left: 0.22rem;
	cursor: pointer;
	position: relative;
}

.hxcp .hxcp_a .left .left_a li .bt:before{
	position: absolute;
	left: 0.03rem;
	top: 0.18rem;
	content: "";
	width: 0.07rem;
	height: 0.07rem;
	background: #d5061b;
	border-radius: 100%;
}

.hxcp .hxcp_a .left .left_a li .text{
	color: #666666;
	font-size: 0.16rem;
	line-height: 2;
	padding-right: 1.7rem;
	display: none;
	margin-top: 0.25rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #e6e6e6;
}


.hxcp .hxcp_a .right .ckgd{
	font-size: 0.16rem;
	color: #fefefe;
	background: #171c61;
	border-radius: 100px 0 0 100px;
	padding: 0.14rem  0.62rem 0.14rem 0.44rem;
	position: absolute;
	bottom: 0.005rem;
	left: -2rem;
	display: inline-block;
}

.hxcp .hxcp_a .right .ckgd:before{
	content: "";
	position: absolute;
	background: url(../images/banner_sanhong.png)center center/cover;
	width: 0.07rem;
	height: 0.12rem;
	transform: translateY(50%);
	right: 0;
}


.hxcp .hxcp_a .right .ckgd:after{
	content: "";
	position: absolute;
	background: url(../images/banner_more_b.png)center center/cover;
	width: 0.16rem;
	height: 0.11rem;
	transform: translateY(50%);
	right: 15%;
}

.hxcp .hxcp_a .right{
	/*position: absolute;
	right: 0;
	top: 0;*/
	float: right;
	width: 50%;
	position: relative;
}

.hxcp .hxcp_a .right .img{
	line-height: 0;
}

.zlhz_a .left{width: 50%;float: left;}
.zlhz_a .left .img{line-height: 0;border-radius: 200px 0 0 200px;overflow: hidden;}
.zlhz_a .right{width: 50%;float: right;padding-left: 0.34rem;border:1px solid #e6e6e6;padding-bottom: 0.44rem;padding-right: 0.7rem;border-radius: 0 200px 200px 0;}
.zlhz_a .right .en{
	color: #e5e5e5;
	font-size: 0.36rem;
	display: block;
	margin-top: 0.3rem;
}
.zlhz_a .right .cn{
	font-size: 0.36rem;
	color: #333333;
	margin-bottom: 0.2rem;
	display: block;
}

.zlhz_a .right .text{
	color: #666666;
	font-size: 0.16rem;
	line-height: 1.8;
	height: 1.7rem;
	overflow: hidden;
}

.zlhz_a .zlhz_b{
	padding-bottom: 0.9rem;
}
.zlhz_c{
	margin-bottom: 0.6rem;
}
.zlhz_c .box{
	border:1px solid #e6e6e6;
	border-radius: 100px;
	padding: 0.5rem 0.8rem;
	position: relative;
}

.zlhz_c .box:before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.16rem;
	background: url(../images/zlhz_jt.png)center center/cover;
	width: 0.31rem;
	height: 0.17rem;
}

.zlhz_c .box .h3{
	font-size: 0.24rem;
	color: #000000;
	margin-bottom: 0.28rem;
}

.zlhz_c .box ul li{
	font-size: 0.16rem;
	color: #666666;
	margin-bottom: 0.2rem;
	line-height: 1.5;
	padding-left: 0.2rem;
	position: relative;
}

.zlhz_c .box ul li:last-child{
	margin-bottom: 0;
}

.zlhz_c .box ul li:before{
	width: 0.09rem;
	height: 0.09rem;
	content: "";
	position: absolute;
	left: 0;
	top: 0.07rem;
	background: #e02c2c;
	border-radius: 100%;
}
.zlhz_d {padding-bottom: 1rem;}
.zlhz_d ol li{
	float: left;
	width:48.65%;
	margin-right: 2.7%;
	text-align: center;
	position: relative;
}

.zlhz_d ol li:nth-child(2n):before{
	position: absolute;
	content: "";
	width: 1px;
	height: 5.32rem;
	background: url(../images/zlhz_xq_xian.png)center center/cover;
	left: -0.16rem;
	top: 0.5rem;
}

.zlhz_d ol li:nth-child(2n){margin-right: 0;}

.zlhz_d ol li .icon{padding-bottom: 0.3rem;line-height: 0;position: relative;text-align: center;}
.zlhz_d ol li .icon:before{
	content: "";
	position: absolute;
	background: url(../images/zlhz_icon_ht.png)center center/cover;
	width: 0.19rem;
	height: 0.1rem;
	bottom: 0.08rem;
	left: 50%;
	transform: translateX(-50%);
}

.zlhz_d ol li .img{line-height: 0;}
.zlhz_d ol li .img_2 {

}
/**/
.zlhz_d ol li .cha{display: none;margin-top: 30px;}
.zlhz_d ol li .cha .img_2 .logo{width: 100%;}
.zlhz_d ol li .cha .icon{display: none;}
.zlhz_d ol li .cha .img_2 .logo:before{
	display: none;
}
/**/
.zlhz_d ol li .img_2 .logo{
	float: left;
	width: 50%;
	padding-top:0.32rem;
	position: relative;
}

.zlhz_d ol li .img_2 .logo:before{
	position: absolute;
	content: "";
	background: url(../images/zlhz_icon_ht.png)center center/cover;
	width: 0.19rem;
	height: 0.1rem;
	left: 50%;
	transform: translateX(-50%);
	top: 0.12rem;
}

.zlhz_d ol li .img_2 .logo:nth-child(2){float: right;}

.zlhz_d ol li .box{
	margin-top: 0.96rem;
}

.zlhz_d ol li .box .bt{
	font-size: 0.24rem;
	color: #f7f7f7;
	background: #0d6fb8;
	border-radius: 8px 8px 0 0;
	padding: 0.2rem 0.34rem;
	text-align: left;
}

.zlhz_d ol li .box .text{
	padding: 0.38rem;
	color: #666666;
	font-size: 0.16rem;
	line-height: 1.8;
	border:1px solid #e6e6e6;
	border-top: none;
	text-align: left;
	border-radius: 0 0 10px 10px;
}

.zlhz_d ol li .box .text .d{
	padding-left: 0.16rem;
	position: relative;
}

.zlhz_d ol li .box .text .d:before{
	position: absolute;
	width: 0.06rem;
	height: 0.06rem;
	background: #e02c2c;
	left: 0;
	top: 0.12rem;
	content: "";
	border-radius: 100%;
}

.zlhz_d ol li.li2 .icon{opacity: 0;}

.zlhz_d ol li.li2 .img_2 .logo{width: 100%;}

.qyfl{
	background: url(../images/qyfl_bg.jpg)center center/cover;
	padding-top: 0.4rem;
	padding-bottom: 2.5rem;
	text-align: center;
}

.qyfl .h3{
	font-size: 0.36rem;
	color: #0d6fb8;
	text-align: center;
}

.qyfl .cn{
	font-size: 14px;
	color: #333333;
	text-align: center;
	display: inline-block;
	margin-top: 0.25rem;
	line-height: 1.8;
}

.qyfl ul {
	margin-top: 1.1rem;
}
.qyfl ul li{
	text-align: center;
	width: 20%;
	float: left;
	margin-bottom: 0.5rem;
}

.qyfl ul li .left{
	line-height: 0;
	/*float: left;*/
	text-align: center;
	width: 0.42rem;
	display: inline-block;
	margin-bottom: -0.1rem;
	position: relative;
	top: 0.07rem;
}

.qyfl ul li .left .icon{display: inline-block;}

.qyfl ul li .right{
	font-size: 14px;
	color: #333333;
	/*float: left;*/
	display: inline-block;
	padding-left: 0.1rem;
	max-width: 70%;
	overflow: hidden;


}

.qyfl ul li .right p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.fzlc{
	padding-bottom: 2.12rem;
	background: url(../images/fzlc_bg.jpg) bottom center/cover;
	    background-size: 100% 100%;
}

.fzlc .fzlc_qh{
	overflow-x: hidden;
	overflow-y: initial;
	padding-top: 2.2rem;
	padding-bottom: 0.3rem;
	/*position: relative;*/
}

.fzlc .fzlc_qh:before{
	content: "";
	position: absolute;
	bottom: 2.3rem;
	width: 100%;
	background: url(../images/fzlc_sjx.png)center center/cover;
	height: 0.18rem;
	/*margin: 0 0.1rem;*/
	background-size: 100% 100%;

}
.fzlc .fzlc_qh .box{
	text-align: center;
	border-radius: 8px;
	border:1px solid  #ededed;
	padding: 0.22rem 0.2rem;
	text-align: left;
	background: #fff;
	margin:0 10%;
}

.fzlc .fzlc_qh .box .h3{
	font-size: 0.16rem;
	color: #333333;
	position: relative;
	padding-left: 0.16rem;
}

.fzlc .fzlc_qh .box .h3:before{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 0.05rem;
	height: 0.05rem;
	background: #d5061b;
	border-radius: 100%;
}

.fzlc .fzlc_qh .box .cn{
	font-size: 14px;
	color: #999999;
	margin-top: 0.13rem;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}


.fzlc .fzlc_qh .box .cn p{
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.fzlc .fzlc_qh .box_2{
	background: #0d6fb8;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	padding: 0.2rem;
	display: none;
}

.fzlc .fzlc_qh .box_2 .left{
	float: left;
	width: 40%;
}

.fzlc .fzlc_qh .box_2 .right{
	width: 60%;
	float: right;
	padding-left: 0.2rem;
	color: #fff;
}

.fzlc .fzlc_qh .box_2 .right .bt{
	font-size: 0.28rem;
	color: #ffffff;
	margin-bottom: 0.1rem;
}

.fzlc .fzlc_qh .box_2 .right .js{
	color: #ffffff;
	font-size: 0.13rem;
	padding-bottom: 0.1rem;
}


.fzlc .fzlc_qh .box_2 .right .text{
	border-top: 0.01rem solid #267ebf;
	padding-top: 0.1rem;
	color: #a0cdef;
	font-size: 14px;
	height: 2rem;
	overflow:auto;
}

.fzlc .fzlc_qh .swiper-slide { width:33.33333%; top: 0.9rem;left: -1.5%;}
/*.fzlc .fzlc_qh .swiper-slide { width:33.33333%; top: 0.9rem;left: 0%;}*/
.fzlc .fzlc_qh .swiper-slide-prev { width:25%;  }
.fzlc .fzlc_qh .swiper-slide-next { width:25%;  }
.fzlc .fzlc_qh .swiper-slide-active{
         top: -1.68rem;
         width:50%;
}
.fzlc .fzlc_qh .swiper-slide-active .box{display: none;}
.fzlc .fzlc_qh .swiper-slide-active .box_2{
	display: block;
	margin: 10%;

}
.fzlc .container{position: relative;}
.fzlc .fzlc_qh .y{
	color: #666666;
	font-size: 0.16rem;
	text-align: center;
	margin-top: 0.7rem;

}
.fzlc .fzlc_qh .swiper-button-prev .y,.fzlc .fzlc_qh .swiper-button-next .y{
	margin-left: -0.4rem;
}

.fzlc .fzlc_qh .swiper-slide-active  .y {
	margin-top: 0.7rem;

}


.fzlc .swiper-button-prev,.fzlc .swiper-button-next{
	width: 0.36rem;
	height: 0.36rem;
	position: absolute;
	top: auto;
	bottom: 2.1rem;
}

.fzlc .swiper-button-prev:after,.fzlc .swiper-button-next:after{
	opacity: 0;
}

.fzlc .swiper-button-prev{
	background: url(../images/fzlc_jtr.png)center center/cover;
	left: auto;
	right: -0.6rem;
}

.fzlc .swiper-button-next{
	background: url(../images/fzlc_jtl.png)center center/cover;
	left: -0.6rem;
	right: auto;
	transform: translateY(-20%);
}

/*.fzlc .fzlc_qh .swiper-slide-prev{
	max-width: 2.3rem;
}

.fzlc .fzlc_qh .swiper-slide-next{
	max-width: 2.3rem;
}*/

.gsjs .right{
position: initial;
float: right;
}

.gsjs .left{
	padding-right: 0.7rem;
}

.gsjs .left .text{
	margin-top: 1rem;
	<!--height: 4.8rem;-->
	overflow:hidden;
}

.gsjs .left .biaoti .h3{
	padding-bottom: 0.16rem;
}

.gsjs .left .biaoti .en{padding-top: 0.16rem;}

.gsjs .left .biaoti:before{
	    top: -1.095rem;
}

.youshi{padding-bottom: 0.45rem; margin-top: 50px;}

.youshi .left{
	padding-top: 0;
	margin-top: 0.1rem;
	float: left;
	padding-right: 0;
	width: 100%;
}
.youshi .left .biaoti:before{
	display: none;
}

.youshi .left .biaoti .h3{
	padding-bottom: 0.16rem;
}

.youshi .left .biaoti .en{padding-top: 0.16rem;}

.youshi .youshi_lb{
	width: 100%;
}

.youshi .youshi_lb {
	margin-top: 0.5rem;
	display: inline-block;
}
.youshi .youshi_lb ul li{
	float: left;
	width: 48.75%;
	margin-right: 2.5%;
	margin-bottom: 0.4rem;
	border:1px solid #e6e6e6;

}

.youshi .youshi_lb ul li:nth-child(2n){
	margin-right: 0;
}

.youshi .youshi_lb ul li .youshi_l{
	float: left;
	width: 18.64%;
	text-align: center;
	padding: 0.28rem 0;

}

.youshi .youshi_lb ul li .youshi_l .num{
	font-size: 0.48rem;
	color: #e5e5e5;
	width: 100%;
	display: inline-block;
}

.youshi .youshi_lb ul li .youshi_l .g{
	background: #e6e6e6;
	height: 0.03rem;
	width: 0.18rem;
	display: inline-block;
	margin-bottom: 0.12rem;

}

.youshi .youshi_lb ul li .youshi_l .icon{line-height: 0;}

.youshi .youshi_lb ul li .youshi_r{
	padding: 0.28rem 0.2rem;
	float: left;
	width: 81.36%;
	border-left:1px solid #e6e6e6;
}

.youshi .youshi_lb ul li .youshi_r .h3{
	color: #0d6fb8;
	font-size: 0.24rem;
	font-weight: initial;
	margin-bottom: 0.22rem;
}

.youshi .youshi_lb ul li .youshi_r .text{
	font-size: 14px;
	color: #666666;
	line-height: 1.8;
	height: 1.5rem;
	overflow:hidden;
}

.zlgh{
	background: url(../images/zlhz_bg.jpg) center center/cover;
	/*background-size:100% 100%;*/
	/*height: 10.25rem;
	position: relative;*/
}

.zlgh .container{
height: 10.25rem;
	position: relative;
}


.zlgh .title{
	display: inline-block;
	color: #fff;
}

.zlgh .title .icon{
	display: block;
	width: 1.95rem;
	margin-left: 0.04rem;
}

.zlgh .title .en{color: #fff;margin-top: 0.25rem;display: inline-block;}
.zlgh .title .h3{color: #fff;}

.zlgh .js{
	font-size: 0.21rem;
	color: #ffffff;
	margin-top: 0.5rem;
}

.zlgh ol li{
	background: #fff;
	border-radius: 100%;
	width: 3.79rem;
	height: 3.74rem;
	position: absolute;
	box-shadow: 1px 1px 13px 0px rgba(0,0,0,0.1);

}

.zlgh ol li .dw{
	position: absolute;
	top:14%;
	left: 50%;
	transform: translate(-50%,0%);
	width: 100%;
	margin: 0 auto;
	text-align: center;
}


.zlgh ol li .dw .icon{
	display: none;
}
.zlgh ol li .dw .bt{
	font-size: 0.24rem;
	color: #333333;
}
.zlgh ol li .dw .ti{
	font-size: 0.3rem;
	color: #333333;
}

.zlgh ol li .dw .text{
	font-size: 14px;
	color: #666666;
	max-width: 80%;
	margin: 0 auto;
	text-align: left;
	margin-top: 0.2rem;
}

.zlgh ol li .dw .text p { margin-top:10px; }

@media(max-width: 1700px){
	.zlgh ol li .dw { top:12%; }
}
@media(max-width: 750px){
	.zlgh ol li .dw { top:12%; }
	.zlgh ol li .dw .text {
		max-width: 96%; }
}
.zlgh ol li:before{
	content: "";
	position: absolute;
	background: url(../images/zlgh_dian.png)center center/cover;
	width: 0.48rem;
	height: 0.48rem;
	left: 50%;
	transform: translateX(-50%);
	top: -0.24rem;
}

.zlgh ol li.li1{
	bottom: 0.98rem;
	left: 0;
}

.zlgh ol li.li2{
	bottom: 1.9rem;
	left: 5.2rem;
}

.zlgh ol li.li3{
	right: 0;
}

.zlgh ol li.li1:after{
	content: "";
	background: url(../images/zlgh_jt1.png)center center/cover;
	width: 0.64rem;
	height: 0.31rem;
	position: absolute;
	bottom: 1.09rem;
	right: -1.1rem;
}

.zlgh ol li.li2:after{
	content: "";
	background: url(../images/zlgh_jt2.png)center center/cover;
	width: 0.64rem;
	height: 0.31rem;
	position: absolute;
	bottom: 1.09rem;
	right: -1.1rem;
}

.news .text .en{
	display: inline-block;
}

.news .text .en:before{
	/*right: -80%;*/
	right: -0.45rem;
}
.news_body{
	background: #f7f7f7;
}
.news_lb{
	padding-bottom: 0.72rem;
	margin-top: 40px;
}
.news_lb .news_lb_top{overflow: hidden;position: relative;margin-bottom: 0.7rem;}

.news_lb .news_lb_top .swiper-button-next,.news_lb .news_lb_top .swiper-button-prev{
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	bottom:0;
	top: auto;
}

.news_lb .news_lb_top .swiper-button-next:after,.news_lb .news_lb_top .swiper-button-prev:after{
	opacity: 0;
}

.news_lb .news_lb_top .swiper-button-next{
	background: url(../images/news_iconl.jpg)center center/cover;
	left: 59.2%;
}
.news_lb .news_lb_top .swiper-button-prev{
	background: url(../images/news_iconr.jpg)center center/cover;
	left: 62%;
}

.news_lb .news_lb_top .box{
	background: #fff;
	/*box-shadow: 1px 1px 18px 1px rgba(0,0,0,0.1);*/
	border-radius: 10px;
	overflow: hidden;
}

.news_lb .news_lb_top  .left{
	float: left;
	width: 62.28%;
	line-height: 0;
}

.news_lb .news_lb_top  .right{
	float: left;
	width: 37.72%;
	padding: 0.45rem 0 0.45rem 0.26rem;
}

.news_lb .news_lb_top  .right .h3{
	color: #191919;
	font-size: 0.24rem;
	padding-right: 0.38rem;
}

.news_lb .news_lb_top  .right .lb{
	margin-top: 0.3rem;
	border-top: 1px solid #ededed;
	padding: 0.08rem 0;
	border-bottom: 1px solid #ededed;
}

.news_lb .news_lb_top  .right .lb .laiyuan{
	float: left;
	color: #999999;
	font-size: 0.16rem;
	width: 70%;
	padding-left: 0.08rem;
}

.news_lb .news_lb_top  .right .lb .time{
	float: right;
	width: 30%;
	color: #999999;
	font-size: 0.16rem;
	text-align: right;
	padding-right: 0.4rem;
}

.news_lb .news_lb_top  .right .gd_2{
	background: #171c61;
	margin-top: 0.6rem;
	padding: 0.16rem 0.84rem 0.16rem 0.22rem;
	display: inline-block;
	font-size: 0.16rem;
	color: #fff;
}

.news_lb .news_lb_bu li{
	width: 100%;
	padding-bottom: 0.6rem;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 0.5rem;
}

.news_lb .news_lb_bu li:last-child{
	margin-bottom: 0;
}

.news_lb .news_lb_bu li .time{
	float: left;
	width: 10.28%;
	text-align: center;
	padding-right: 0.85rem;
}

.news_lb .news_lb_bu li .time .y{
	font-size: 0.16rem;
	color: #999999;
	display: block;
}

.news_lb .news_lb_bu li .time .r{
	font-size: 0.56rem;
	/*color: #ffffff;*/
	color: #999999;
}

.news_lb .news_lb_bu li .box{
	float: left;
	width: 76.92%;
	padding-right: 2.35rem;
}

.news_lb .news_lb_bu li .box .h3{
	color: #333333;
	font-size: 0.22rem;
	margin-bottom: 0.24rem;
}

.news_lb .news_lb_bu li:hover .box .h3{
	color: #0d6fb8;
}
.news_lb .news_lb_bu li .box .js{
	font-size: 0.16rem;
	color: #999999;
	line-height: 2;
}

.news_lb .news_lb_bu li .gd_2{
	background: #cccccc;
	color: #fff;
	float: right;
}

.news_lb .news_lb_bu li .gd_2:before{
	background: url(../images/banner_sanhong_h.png)center center/cover;
}

.news_xq{
	padding-top: 0.3rem;
	padding-bottom: 0.6rem;
}

.news_xq .left{
	float: left;
	background: #ffffff;
	width: 68.85%;
	padding: 0.44rem 0.36rem 0.8rem;
}


.news_xq .left .h3{
	font-size: 0.3rem;
	color: #333333;
	margin-bottom: 0.28rem;
	line-height: 1.6;
}

.news_xq .left .year{
	font-size: 0.16rem;
	color: #cccccc;
	padding-bottom: 0.22rem;
	display: block;
	border-bottom: 1px solid #e6e6e6;
}

.news_xq .left .text{
	font-size: 0.18rem;
	color: #333333;
	line-height: 2;
	padding-top: 0.35rem;
}
.news_xq .left .text p img,.news_xq .left .text img { height: auto!important; }


.news_xq .left .text p,.news_xq .left .text p span { font-size: 16px!important;font-family:Arial,Helvetica,sans-serif; }

.news_xq .mbx{
	margin-bottom: 0.26rem;
}



.news_xq .right{
	float: left;
	width: 31.15%;
	padding-left: 0.32rem;

}

.news_xq .right .right_box{
	background: #fff;
	padding: 0.3rem 0.24rem;
}

.news_xq .right .right_box .h3{
	font-size: 0.24rem;
	color: #333333;
}

.news_xq .right .right_box ul{
	margin-top: 0.42rem;
}

.news_xq .right .right_box ul li{
	padding-bottom: 0.22rem;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 0.22rem;
}

.news_xq .right .right_box ul li .img{line-height: 0;float: left;width: 27%;padding-right: 0.15rem;}

.news_xq .right .right_box ul li .wenan{
	float: left;
	width: 73%;
}


.news_xq .right .right_box ul li .wenan .bt{
	font-size: 0.16rem;
	color: #333333;
}


.news_xq .right .right_box ul li .wenan .time{
	font-size: 0.16rem;
	color: #cccccc;
	display: block;
	margin-top: 0.14rem;
}
.news_xq .right .right_box ul li:last-child{
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.news_xq .right .right_box2{
	margin-top: 0.3rem;
	background: #ffffff;
	padding: 0.2rem 0 0.2rem 0.45rem;
	position: relative;
}

.news_xq .right .right_box2 .icon{text-align: center;float: left;width: 40%;}

.news_xq .right .right_box2 .icon .img{line-height: 0;}
.news_xq .right .right_box2 .icon .wenan{color: #4f576e;font-size: 0.18rem;margin-top: 0.16rem;}
.news_xq .right .right_box2 .lianxi{
	color: #ffffff;
	font-size: 0.18rem;
	background: #4f576e;
	text-align: center;
	padding: 0.14rem 0.34rem 0.14rem 0.54rem;
	border-radius: 100px 0 0 100px;
	position: absolute;
	right: 0;
	top: 50%;

	height: 0.59rem;
	transform: translateY(-50%);
}

.news_xq .right .right_box2 .lianxi:before{
	content: "";
	position: absolute;
	background: url(../images/news_xq_icon.png)center center/cover;
	width: 0.08rem;
	height: 0.69rem;
	right: -0.06rem;
	top: -0.05rem;
	background-size:100% 100%;
}

.zhaopin_xq{
	padding: 0.4rem 0 0.6rem;
}

.zhaopin_xq .mbx{margin-bottom: 0.3rem;}

.zhaopin_xq .left{
	float: left;
	width: 30.78%;
	background: #fff;
	padding: 0.5rem 0.34rem 0.42rem 0;
}

.zhaopin_xq .left .h2{
	font-size: 0.36rem;
	color: #333333;
	padding-left: 0.28rem;
}


.zhaopin_xq .left .dizhi{
	padding-left: 0.28rem;
	font-size: 0.16rem;
	color: #999999;
	margin: 0.32rem 0 0.68rem;
	display: inline-block;
}

.zhaopin_xq .left .anniu{position: relative;}

.zhaopin_xq .left .anniu a{
	color: #ffffff;
	font-size: 0.16rem;
	background: #4f576e;
	padding: 0.18rem 0.62rem;
	border-radius: 100px;
	margin-right: 0.14rem;
	height: 0.59rem;
	display: inline-block;

}

.zhaopin_xq .left .anniu a.tijiao{
	background: #0d6fb8;
	margin-right: 0;
}

.zhaopin_xq .left .anniu a.fanhui{
	position: relative;
	border-radius: 0 100px 100px 0;
	padding: 0.18rem 0.72rem 0.18rem 0.62rem;
}

.zhaopin_xq .left .anniu a.fanhui:before{
	content: "";
	position: absolute;
	background: url(../images/yanjiu_b.png)center center/cover;
	width: 0.08rem;
	height: 0.68rem;
	left: -0.07rem;
	top: -0.05rem;
	background-size:100% 100%;

}

.zhaopin_xq .right{
	float: left;
	padding-left: 0.3rem;
	width: 69.22%;
}

.zhaopin_xq .right .right_box{
	background: #fff;
	padding: 0.54rem 0.38rem;
}


.zhaopin_xq .right .right_box .h2{
	font-size: 0.3rem;
	color: #333333;
	font-weight: initial;
	margin-bottom: 0.45rem;
}

.zhaopin_xq .right .right_box .text{
	color: #666666;
	font-size: 0.16rem;
	line-height: 2;
}
.qywh .container{position: relative;}
.qywh .left{
	width: 50%;
	float: left;
}

.qywh .left .h{
	color: #000000;
	font-size: 0.32rem;
	margin-bottom: 0.28rem;
}

.qywh .left .l{
	font-size: 0.42rem;
	color: #0d6fb8;
	margin-bottom: 0.5rem;
}

.qywh .left .text{
	color: #666666;
	font-size: 14px;
	line-height: 1.8;
	padding-right: 0.5rem;
	height: 1.8rem;
	overflow: hidden;
}
.qywh .left ol {
	margin-top: 1.07rem;
	position: absolute;
	bottom: 0;
	width: 50%;
}
.qywh .left ol li{
	border:1px solid #e6e6e6;
	padding: 0.3rem 0.2rem 0.5rem 0.7rem;
	border-right: none;
	margin-bottom: 0.3rem;
	border-radius: 100px 0 0 100px;
}

.qywh .left ol li:last-child{margin-bottom: 0;}

.qywh .left ol li h3{
	font-size: 0.3rem;
	color: #171c61;
	font-weight: initial;
	margin-bottom: 0.2rem;
	position: relative;
	padding-left: 0.25rem;

}

.qywh .left ol li h3:before{
	position: absolute;
	left: 0;
	width: 0.1rem;
	height: 0.1rem;
	background: #d5061b;
	content: "";
	border-radius: 100%;
	top: 0.22rem;
}


.qywh .left ol li .wenzi{
	font-size: 14px;
	color: #333333;
}

.qywh .right{
	float: right;
	width: 50%;
}

.qywh .right .img{line-height: 0;}

.qywh{
	padding-bottom: 1.3rem;
}

.weilai{
	padding-bottom: 1.9rem;
	margin-top: 0.5rem;
}

.weilai .biaoti{
	/*position: relative;
	top: -1.2rem;*/
	margin-top: 0.5rem;
	margin-bottom: 0.25rem;
}
.weilai .biaoti .cn{
	font-size: 0.36rem;
	color: #171c61;
	margin-bottom: 0.2rem;
}

.weilai .biaoti .en{
	font-size: 0.18rem;
	color: #0d6fb8;
}
.weilai .weilai_lb{position: relative;border-radius: 200px;margin-top: 0.4rem;
	/*border:1px solid #e6e6e6;overflow: hidden;*/}
.weilai .left{
	/*float: left;*/
	width: 100%;
	/*line-height: 0;*/
	/*position: absolute;
	top: -0.35rem;
	left:0;*/
/*	z-index: 3;*/
}
.weilai .left .img2{display: none;}
.weilai .right{
	/*float: right;*/
	width: 40%;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	left: 55%;
	/*padding: 0 0.7rem 0 0;*/
	overflow: hidden;
	background: #fff;
	/*margin-top: -0.36rem;
	min-height: 4rem;*/
}

.weilai .right .text{
	font-size: 16px;
	color: #333333;
	line-height: 2.5;
	overflow: hidden;
}

.kongjian .left ol{
	position: initial;
	width: 100%;
	margin-top: 0;
}
.kongjian .left .l{
	margin-bottom: 0.32rem;
}
.kongjian  .left .h{
	margin-top: 1rem;
	margin-bottom: 0.08rem;
}
.guanyu_qiehuan {
	display: none;
}

.guanyu_qiehuan .box {
	text-align: center;
	padding: 0 20px;
}
.guanyu_qiehuan .box .y{
	font-size: 28px;
	color: #071c61;
}

.guanyu_qiehuan .box .js{
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin: 15px 0;
}



.mapGw { display: none; }
.fzlc_mo .fzlc_mo_top {overflow: hidden;}
.fzlc_mo .fzlc_mo_top .box{
	    background: #0d6fb8;
    border-radius: 10px;
    padding: 20px 10px;
}
.fzlc_mo .fzlc_mo_top .box .left{
	text-align: center;
}

.fzlc_mo .fzlc_mo_top .box .right{
	color: #fff;
	margin-top: 10px;
}

.fzlc_mo .fzlc_mo_top .box .right .bt{
	font-size: 24px;
	margin-bottom: 10px;
}

.fzlc_mo .fzlc_mo_top .box .right .js{
	    color: #ffffff;
	    font-size: 14px;
	    margin-bottom: 10px;
	    padding-bottom: 10px;
	    border-bottom: 1px solid #267ebf;
}

.fzlc .fzlc_qh .swiper-slide-active .box_2 .right .js{
	    display: none;
}

.fzlc_mo .fzlc_mo_top .box .right .text{
	    font-size: 14px;
	    color: #a0cdef;
}

.fzlc_mo .fzlc_mo_bottom{
	overflow: hidden;
	margin-bottom: 20px;
}

.fzlc_mo .fzlc_mo_bottom .box{
	text-align: center;
}

.fzlc_mo .fzlc_mo_bottom .box .y{

    padding: 2px 0;
    border-radius: 5px;
    font-size: 16px;
      background: #fff;
    color: #0d6fb8;
    border:1px solid #ccc;
}

.fzlc_mo .fzlc_mo_bottom .swiper-slide-thumb-active .box .y{
 border:1px solid #0d6fb8;

    background: #0d6fb8;
    color: #fff;
}

.fzlc_mo{display: none;}

.guanyu_qiehuan .guanyu_qiehuan_top {
	margin: 20px 20px 0 20px;
	overflow: hidden;
}
.guanyu_qiehuan .guanyu_qiehuan_top .box{
	padding: 0 0;
}
.guanyu_qiehuan .guanyu_qiehuan_top .box .y{
	   padding: 2px 0;
    border-radius: 5px;
    font-size: 16px;
      background: #fff;
    color: #0d6fb8;
    border:1px solid #ccc;
}

.guanyu_qiehuan .guanyu_qiehuan_top .swiper-slide-thumb-active  .box .y{
 	border:1px solid #0d6fb8;
    background: #0d6fb8;
    color: #fff;
}
.yanfa_mo{display: none;}


/*管线移动端*/

/**/
.homeBoxList {
	margin-top: .2rem;
	background: #fff;
	border-radius: .05rem;
	-webkit-border-radius: .05rem;
	-moz-border-radius: .05rem;
	-ms-border-radius: .05rem;
	-o-border-radius: .05rem;
	overflow: hidden;
}
.homeBoxList h3{
	background: #0f62a5;
	line-height: .8rem;
	padding: 0 .3rem;
	color: #fff;
	font-size: .32rem;
	font-weight: normal;
}
.homeBoxList ol{
	/*border:1px solid #e9e9e9;*/
}
.homeBoxList ol li{
	float: left;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	border:1px solid #e9e9e9;
}
/*.homeBoxList ol li:last-child{
	border-bottom:none;
}*/
.homeBoxList ol li .bt{
	padding: .14rem .2rem;
	position: relative;
	border-radius: 5px 5px 0 0;

}


.homeBoxList ol li .bt::before{
	content: "";
	position: absolute;
	right: 0.2rem;
	top: 0.15rem;
	width: .43rem;
	height: .43rem;
	background: url(../images/moreb.jpg) no-repeat center center/cover;
}
.homeBoxList ol li .bt .t{
	float: left;
	color: #fff;
	font-size: .32rem;
	line-height: .44rem;
}
.homeBoxList ol li .bt .more{
	display: block;
	/*float: right;*/
	line-height: .44rem;
/*	border: 1px solid #008fd3;*/
/*	color: #005995;*/
	font-size: 0;
	/*padding: 0 .25rem;*/
	/*border-radius: .5rem;*/
	/*-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	text-transform: uppercase;*/
	position: absolute;
	right: 0.2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.11rem;
	height: 0.21rem;
	background: url(../images/guanxian_jiantou_l.png)center center/cover;
	background-size: 100% 100%;
}
.homeBoxList ol li.cur .bt .more{
	display: block;
	/*float: right;*/
	line-height: .44rem;
/*	border: 1px solid #008fd3;*/
/*	color: #005995;*/
	font-size: 0;
	/*padding: 0 .25rem;*/
	/*border-radius: .5rem;*/
	/*-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	text-transform: uppercase;*/
	position: absolute;
	right: 0.2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.21rem;
	height: 0.11rem;
	background: url(../images/guanxian_jiantou.png)center center/cover;
	background-size: 100% 100%;
}
.homeBoxList ol li .bt .t span{
	display: inline-block;
	margin-left: .2rem;
	position: relative;
	top: -0.02rem;
}
.homeBoxList ol li .bt .t span.s1 {
	width: .15rem;
	height: .15rem;
	background: url(../images/i2.png) no-repeat center center/cover;
	background-size: .15rem .15rem;
}
.homeBoxList ol li .bt .t span.s2 {
	width: .15rem;
	height: .15rem;
	background: #35c9a1;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
}
.homeBoxList ol li .text{
	display: none;
}
.homeBoxList ol li .text .text1{
	padding: .2rem;
}
.homeBoxList ol li .text .text1 dd {
	float: left;
	position: relative;
	padding: 0 .2rem;
}
/*.homeBoxList ol li .text .text1 dd::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.03rem;
	width: 1px;
	height: .37rem;
	background: #e9e9e9;
}*/
.homeBoxList ol li .text .text1 dd:first-child {
	padding-left: 0;
}
.homeBoxList ol li .text .text1 dd:first-child::before {
	display: none;
}
.homeBoxList ol li .text .text1 dd span {
	color: #999999;
	font-size: .2rem;
	display: block;
	margin-bottom: .05rem;
	position: relative;
	padding-left: 0.25rem;
}
.homeBoxList ol li .text .text1 dd span:before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
	width: 0.12rem;
	height: 0.12rem;
	background:#4282d5;
}
.homeBoxList ol li .text .text1 dd p {
	color: #444444;
	font-size: .28rem;
	/*line-height: .2rem;*/
}
.homeBoxList ol li .text .text1 dd.dd1 {
	width: 2.1rem;
}
.homeBoxList ol li .text .text1 dd.dd2 {
	width: 1.85rem;
}
.homeBoxList ol li .text .text1 dd.dd3 {
	width: 2.1rem;
}


.homeBoxList ol li .text .textbox {
	background: #f8f8f8;
	border-top:1px solid #e9e9e9;
	position: relative;
}

.homeBoxList ol li .text .text2{
	/* position: relative; */
}
.homeBoxList ol li .text .text2 i{
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e9e9e9;
}
.homeBoxList ol li .text .text2 i.i1{
	left: 2.3rem;
}
.homeBoxList ol li .text .text2 i.i2 {
	left: 3.55rem;
}
.homeBoxList ol li .text .text2 i.i3 {
	left: 4.15rem;
}
.homeBoxList ol li .text .text2 i.i4 {
	left: 4.75rem;
}
.homeBoxList ol li .text .text2 i.i5 {
	left: 5.35rem;
}
.homeBoxList ol li .text .text2 i.i6 {
	left: 5.95rem;
}
.homeBoxList ol li .text .text2 i.i7{
	left: 6.55rem;
}
.homeBoxList ol li .text .text2 .textboxcon{
	position: relative;
	z-index: 1;
	padding-top: .1rem;
}
.homeBoxList ol li .text .text2 .textboxcon .textbg{
	margin-top: .1rem;
	background: #3564b8;
/*	height: .3rem;*/
	line-height: .3rem;
	border-radius: 0  .5rem .5rem 0;
	-webkit-border-radius: 0  .5rem .5rem 0;
	-moz-border-radius: 0  .5rem .5rem 0;
	-ms-border-radius: 0  .5rem .5rem 0;
	-o-border-radius: 0  .5rem .5rem 0;
	/*overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;*/
}
.homeBoxList ol li .text .text2 .textboxcon .textbg:first-child{
	margin-top: 0;
}
.homeBoxList ol li .text .text2 .textboxcon .textbg span{
	background: #0f62a5;
	color: #fff;
	display: block;
	font-size: .16rem;
	border-radius: 0 .5rem .5rem 0;
	-webkit-border-radius: 0 .5rem .5rem 0;
	-moz-border-radius: 0 .5rem .5rem 0;
	-ms-border-radius: 0 .5rem .5rem 0;
	-o-border-radius: 0 .5rem .5rem 0;
	padding: 0 .2rem;
	position: relative;
}
.homeBoxList ol li .text .text2 .textboxcon .textbg span.ico::before{
	content: "";
	position: absolute;
	right: 0.05rem;
	top: 0.08rem;
	width: .15rem;
	height: .15rem;
	background: url(../images/i1.png) no-repeat center center/cover;
}

.homeBoxList ol li .text .text3 dd{
	float: left;
	font-size: .16rem;
	color: #444444;
	text-align: center;
	border-left:1px solid #e9e9e9;
	padding-top: .12rem;
	padding-bottom: .12rem;
}
.homeBoxList ol li .text .text3 dd.dd1{
	width: 2.3rem;
	padding: 0.12rem .2rem;
	text-align: left;
	border-left:none;
}
.homeBoxList ol li .text .text3 dd.dd2 {
	width: 1.25rem;
	padding: 0.12rem .2rem;
	text-align: left;
}
.homeBoxList ol li .text .text3 dd.dd3 {
	width: .6rem;
}
.homeBoxList ol li .text .text3 dd.dd4 {
	width: .6rem;
}
.homeBoxList ol li .text .text3 dd.dd5 {
	width: .6rem;
}
.homeBoxList ol li .text .text3 dd.dd6 {
	width: .6rem;
}
.homeBoxList ol li .text .text3 dd.dd7 {
	width: .6rem;
}

.homeBoxList ol li.cur .bt::before{
	display: none;
}
.homeBoxList ol li.cur .bt .more{
	display: block;
}


/* 2020-8-6 */
.homeBoxList ol li .text .text2 i {
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e9e9e9;
}

.homeBoxList ol li .text .text2 i.i1 {
	left: 31%;
}

.homeBoxList ol li .text .text2 i.i2 {
	left: 37%;
}

.homeBoxList ol li .text .text2 i.i3 {
	left: 49%;
}

.homeBoxList ol li .text .text2 i.i4 {
	left: 61%;
}

.homeBoxList ol li .text .text2 i.i5 {
	left: 73%;
}

.homeBoxList ol li .text .text2 i.i6 {
	left: 87%;
}

.homeBoxList ol li .text .text2 i.i7 {
	right: 0;
}



.homeBoxList ol li .text .text2 .div1 {
	float: left;
	width: 100%;
}
/*
.homeBoxList ol li .text .text2 .div2 {
	float: left;
	width: 17%;
}

.homeBoxList ol li .text .text2 .div3 {
	float: left;
	width: 12%;
}

.homeBoxList ol li .text .text2 .div4 {
	float: left;
	width: 12%;
}

.homeBoxList ol li .text .text2 .div5 {
	float: left;
	width: 12%;
}

.homeBoxList ol li .text .text2 .div6 {
	float: left;
	width: 12%;
}

.homeBoxList ol li .text .text2 .div7 {
	float: left;
	width: 14%;
}
*/

.homeBoxList ol li .text .text3 dd.dd1 {
	width: 31%;
	padding: 0.12rem .2rem;
	text-align: left;
	border-left: none;
}

.homeBoxList ol li .text .text3 dd.dd2 {
	width: 17%;
	padding: 0.12rem .2rem;
	text-align: left;
}

.homeBoxList ol li .text .text3 dd.dd3 {
	width: 11%;
}

.homeBoxList ol li .text .text3 dd.dd4 {
	width: 10.5%;
}

.homeBoxList ol li .text .text3 dd.dd5 {
	width: 11%;
}

.homeBoxList ol li .text .text3 dd.dd6 {
	width: 13.5%;
}

.homeBoxList ol li .text .text3 dd.dd7 {
	width: 15%;
}

.homeBoxList ol li .text .text1 dd.dd1 {
	width: 50%;
}

.homeBoxList ol li .text .text1 dd.dd2 {
	width: 50%;
}
.homeBoxList ol li .text .text1 dd.dd3 {
	width: 100%;
	margin-top: .2rem;
	padding: 0;
}
.homeBoxList ol li .text .text1 dd.dd3::before{
	display: none;
}
.homeBoxList ol li .text .text1 dd.dd3 .imglogo{
	line-height: 0;
}
.homeBoxList ol li .text .text1 dd.dd3 .imglogo img{
	float: left;
	margin-right: .2rem;
	max-width: 18%;
}

.homeBoxList ol li .bt .t {
	max-width: 80%;
}

.homeBoxList ol li .bt .t i {
	position: relative;
	top: -0.02rem;
	margin-right: 0.05rem;
	display: inline-block;
	width: .14rem;
	height: .12rem;
	background: url(../images/gxsj.jpg) no-repeat center center/cover;
}

.homeBoxList ol li .text .text1 dd.dd3 {
	width: 100%;
	padding-left: 0;
	margin-top: .4rem;
}

.homeBoxList ol li .text .text1 dd.dd3::before {
	display: none;
}

.homeBoxList ol li .text .text1 dd.dd3 .div1 p {
	/*float: left;*/
	/*margin-right: .2rem;*/
	margin-top: 0.05rem;
	line-height: 1.6;
}

.homeBoxList ol li .text .text1 dd.dd3 .div1 span.s2 {
	display: inline-block;
	width: .15rem;
	height: .15rem;
	background: #35c9a1;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	margin-bottom: 0;
	position: relative;
	top: 0.01rem;
}

.homeBoxList ol li .text .text1 dd.dd3 .div1 span.s1 {
	display: inline-block;
	width: .15rem;
	height: .15rem;
	background: url(../images/i2.png) no-repeat center center/cover;
	background-size: .15rem .15rem;
	margin-bottom: 0;
	position: relative;
	top: 0.01rem;
}
.homeBoxList ol li .text .text1 dd.dd4{
	text-align: right;
	width: 100%;
	padding: 0 0;
}
.homeBoxList ol li .text .text1 dd.dd4 a{
	font-size: 12px;
	border:1px solid #333;
	color: #333;
	border-radius: 25px;
/*	padding: 2px 8px;*/
	display: inline-block;
	padding: 2px 16px;
}



.homeBoxList ol li .text .text2 .textboxcon {
	margin-top: .15rem;
}

.homeBoxList ol li .text .text2 .textboxcon:first-child {
	margin-top: 0;
}

.homeBoxList ol li .text .text2 .textboxcon .textbgB {
	border: 1px dashed #0890d3;
	background: #fff;
	position: relative;
}
.homeBoxList ol li .text .text2 .textboxcon .textbgB::after{
	content: "";
	position: absolute;
	right: 0.05rem;
	top: 0.08rem;
	width: .15rem;
	height: .15rem;
	background: url(../images/i1.png) no-repeat center center/cover;
}

.homeBoxList ol li .text .text2 .textboxcon .textbg span {
	padding-left: 0.1rem;
	padding-right: 0.1rem;
/*	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.homeBoxList ol li .text .text2 .textboxcon .textbg span.chicon::after {
	background: url(../images/chicon.png) no-repeat center center/cover;
	width: .2rem;
	height: .2rem;
	content: "";
	position: absolute;
	left: 0.2rem;
	top: 0.06rem;
}

.homeBoxList ol li .text .text2 .textboxcon .textbg2 span.enicon::after {
	background: url(../images/enicon.png) no-repeat center center/cover;
	width: .2rem;
	height: .2rem;
	content: "";
	position: absolute;
	left: 0.2rem;
	top: 0.06rem;
}

.homeBoxList ol li .text .text2 .textboxcon .textbg span.enicon::after {
	background: url(../images/enicon.png) no-repeat center center/cover;
	width: .2rem;
	height: .2rem;
	content: "";
	position: absolute;
	left: 0.2rem;
	top: 0.06rem;
}

.homeBoxList ol li .text .text2 .textboxcon .textbg span.ygicon::after {
	background: url(../images/ygicon.png) no-repeat center center/cover;
	width: .2rem;
	height: .2rem;
	content: "";
	position: absolute;
	left: 0.2rem;
	top: 0.06rem;
}

.homeBoxList ol li .text .text2 .textboxcon .textbg2 span {
	background: #b7d7f1;
	color: #333333;
}


.homeBoxList ol li .text .text3 dd.dd1 {
	width: 17.2%;
	padding: 0.12rem 0;
	text-align: center;
}
.homeBoxList ol li .text .text3 dd.dd2 {
	width: 12.24%;
	padding: 0.12rem 0;
	text-align: center;
}
.homeBoxList ol li .text .text3 dd.dd3 {
	width: 12.24%;
	padding: 0.12rem 0;
	text-align: center;
}
.homeBoxList ol li .text .text3 dd.dd4 {
	width: 12.24%;
	padding: 0.12rem 0;
	text-align: center;
}
.homeBoxList ol li .text .text3 dd.dd5 {
	width: 12.24%;
	padding: 0.12rem 0;
	text-align: center;
}
.homeBoxList ol li .text .text3 dd.dd6 {
width: 21.36%;
	padding: 0.12rem 0;
	text-align: center;
}
.homeBoxList ol li .text .text3 dd.dd7 {
	width: 12.24%;
	padding: 0.12rem 0;
	text-align: center;
}

.homeBoxList ol li .text .text3 dd.dd8 {
	width: 12.24%;
	padding: 0.12rem 0;
	text-align: center;
}

.homeBoxList ol li .text .text2 i.i1 {
	left: 17.2%;
}

.homeBoxList ol li .text .text2 i.i2 {
	left: 29.44%;
}

.homeBoxList ol li .text .text2 i.i3 {
	left: 41.68%;
}

.homeBoxList ol li .text .text2 i.i4 {
	left: 53.92%;
}

.homeBoxList ol li .text .text2 i.i5 {
	left: 66.16%;
}

.homeBoxList ol li .text .text2 i.i6 {
	left: 87.52%;
}

.homeBoxList ol li .text .text2 i.i7 {
	left: 89.26%;
}

.homeBoxList ol li .text .text2{
	margin-top: 0.25rem;
}
.homeBoxList ol li .text .text3{
	padding-top: 0.2rem;
}
.homeBoxList ol li .bt{
	border-radius: 5px 5px 0 0;
	background: #fff;
}

.homeBoxList ol li .bt .t{
	color: #292b42;
}
.homeBoxList ol li.cur .bt{
	background: #292b42;
	border-left: 1px solid #292b42;

	border-right: 1px solid #292b42;
}
.homeBoxList ol li.cur .bt .t{
	color: #fff;
}



.homeBoxList{margin-bottom: 20px;}
.homeBoxList ol li .text .text2 .textboxcon .textbg{
	position: relative;
}
.homeBoxList ol li .text .text2 .textboxcon .textbg i{
	width: 0.3rem;
	height: 0.3rem;
	/*display: inline-block;*/
	border-radius: 100%;
	display: inline-block;
	position: initial;
	border:1px solid #ccc;
}
.homeBoxList ol li .text .text2 .textboxcon .textbg .i_gj{
	position: absolute;
	left: 96%;
	top: 50%;
	transform: translateY(-50%);
	width: 0.3rem;
	height: 0.3rem;
	width: 100%;
}
.homeBoxList ol li .text .text2 .textboxcon .textbg i.zg{
	    background: url(../images/cn_icon.png)center center/cover;
}

.homeBoxList ol li .text .text2 .textboxcon .textbg i.rb{
	    background: url(../images/jp_icon.png)center center/cover;
}
.homeBoxList ol li .text .text2 .textboxcon .textbg i.mg{
	    background: url(../images/usa_icon.png)center center/cover;
}

.homeBoxList ol li{
	margin-bottom: 0.25rem;
}

.homeBoxList ol li .bt .t br{display: none;}

.weixin_box{
	position: relative;
	display: inline-block;
}

.weixin_box .weixin_erweima{
	position: absolute;
	bottom: 130%;
	text-align: center;
	background: #fff;
	width: 1.2rem;
	right: 0;
	box-shadow: 1px 1px 20px 1px rgba(0,0,0,0.1);
	display: none;
}
.weixin_box .weixin_erweima img { max-width: 120px; }
/*.weixin_box:hover .weixin_erweima{*/
/*	display: block;*/
/*}*/



/*2020-12-23页面修改样式新增*/
/*导航下拉*/
.header_a ul li { position: relative; }
.header_a ul li .sub { display: none; z-index: 100; padding:20px 0; width: 150px; position: absolute; left:50%; margin-left:-75px; top:70%; }
.header_a ul li .sub dl {border-bottom:3px solid #4568a6;/* border-radius: 8px;*/ text-align: center; padding:10px 20px 10px; background: rgba(255,255,255,0.5);/*box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.19); */ }
.header_a ul li .sub dl dd a { display: block; font-size: 15px;color:#171c61; text-align: center; padding: 8px 0; /*border-bottom:1px solid #e2e2e2;*/ }
.header_a ul li .sub dl dd:hover a { color:#0d6fb8;}
.header_a ul li:hover .sub { display: block; }
.nmtit {  }
.nmtit .t { color: #2b3b93; font-size: 0.36rem;display: block; border-bottom: 1px solid #e7e8ef;padding-bottom: 0.12rem; }
.nmtit .et { padding-top: 0.15rem;font-size: 0.18rem;color: #0d6fb8;display: inline-block;text-transform: uppercase;width: 60%;line-height: 1.8;  }

.aboutA-b { position: relative; overflow:hidden; margin:0.9rem 0 1.3rem; background: #fff; border-radius: 220px; border:1px solid #e2e2e2;  }
.aboutA-b .img { float: left; }
.aboutA-b .img img { vertical-align: top; }
.aboutA-b .con { position: absolute; right:0; top:50%;height: 100%;background: #fff; transform: translateY(-50%); width: 50%; padding-left:4.5%; }
.aboutA-d {width: 100%;height: 100%; position: relative; }
.aboutA-d ul { position: absolute; top:50%; transform: translateY(-50%); }
.aboutA-b .con ul li { padding-left:30px; }
.aboutA-b .con ul li .t { font-size: 0.36rem; color:#171c61; position: relative; }
.aboutA-b .con ul li .t:after { content:'';width: 12px;height: 12px; border-radius: 50%;background: #d5061b; position: absolute; left:-30px; top:50%; transform: translateY(-50%); }
.aboutA-b .con ul li .c { margin: 6px 0 16px; font-size: 14px; color:#333333; }

@media(max-width: 1460px){
	.aboutA-b .img img { width: 500px;}
}
@media(max-width: 750px){
	.nmtit .t { font-size: 22px; }
	.nmtit .et { font-size: 14px;display: none; }
	.aboutA-b { margin: 30px 0 40px; border:none; border-radius: 0; }
	.aboutA-b .img { width: 100%; margin-bottom:20px; }
	.aboutA-b .img img { width: 100%; }
	.aboutA-b .con { float: left; width: 100%;height: auto; position: relative; top:0; transform: translateY(0); }
	.aboutA-d ul { position: relative; top:0; transform: translateY(0); }
}

/*研究领域*/
.researchA-b { margin-top:0.5rem; }
.researchA-b ul li { float:left; width: 49%; }
.researchA-b ul li:last-child { float: right; }
.researchA-b ul li .t { font-size: 0.24rem; color:#fff; padding:20px 34px;background: #0d6fb8; border-top-right-radius: 30px; border-top-left-radius: 30px; }
.researchA-b ul li .c { overflow:hidden; border:1px solid #e2e2e2; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; }
.researchA-b ul li .c img { width: 100%; }


.researchB { padding:1.3rem 0 1.2rem; }
.researchB-b { float: left; width: 45%; }
.researchB-b .nmtit .t { padding-bottom:0; max-width: 4.5rem; border-bottom:none; }
.researchB-b .nmtit { padding-bottom:0.3rem; margin-bottom:0.3rem; border-bottom:1px solid #e2e2e2; }
.researchB-b .con { font-size: 14px;color:#666; line-height: 2; }
.researchB-c { float: right; max-width: 50%; }




@media(max-width: 1460px){
	.researchB-b .con { font-size: 12px; }
}
@media(max-width: 1100px){
	.researchB-b { width: 48%; }
	.clinicalA-c:last-child{
		border:none;
	}
}
@media(max-width: 900px){
	.researchB-b { width: 100%; margin-bottom:20px; }
	.researchB-b .con { font-size: 14px; }
	.researchB-c { max-width: 100%; width: 100%; }
}

@media(max-width: 750px){
	.researchB { padding:30px 0 40px; }
	.researchB-b .nmtit .t { width: 100%; max-width: 100%; }
	.nmtit .et { width: 100%; }
	.researchA-b { margin-top:20px; }
	.researchA-b ul li { width: 100%; margin-bottom:15px; }
	.researchA-b ul li .t { padding:12px 20px; }
	.researchA-b ul li .t { border-top-right-radius: 18px; border-top-left-radius: 18px; }
	.researchA-b ul li .c { border-bottom-right-radius: 18px; border-bottom-left-radius: 18px; }
}

/*产品布局*/
.proA { padding:0.9rem 0 1.5rem; }
.proA-a { position: relative; }
.proA-a .img { text-align: center; }
.proA-a .img.img2{display: none;}
.proA-a .img img { width: 8.8rem; }
.proA-b .t { font-size: 0.28rem; color:#0d6fb8; }
.proA-b .et { font-size: 0.22rem; padding:12px 0; margin-bottom:0.2rem; border-bottom:1px solid #e2e2e2; color:#4e586c; }
.proA-b .con { font-size: 14px; color:#666666; position: relative; }
.proA-b .con p { position: relative; padding-left:15px; line-height: 2; }
.proA-b .con p:after { content:''; background: #7d7d7d; width: 6px;height: 6px; border-radius: 50%; position: absolute; left:0; top:0.16rem; }
.proA-c { margin: 0 auto; width: 6.5rem; }
.proA-d,.proA-e { position: absolute; }
.proA-d { width: 3.8rem; left:0; bottom:2.4rem; }
.proA-e { width: 4.8rem; right:0; bottom:2.9rem; }
.proA-a .tit { font-size: 0.34rem; color:#171c61; font-weight: bold; position: absolute; left:50%; transform: translateX(-50%); bottom:2rem; width: 3.3rem; text-align: center; }

@media(max-width: 1000px){
	.proA-a .tit { text-align: left; width: 100%; position: relative;left: 0;transform: translateX(0); bottom:auto; }
	.proA-b { position: relative; left:auto; top:auto; bottom:auto; right:auto; margin:20px 0 0;  width: 100%; }
	.proA-b .t { font-size: 20px; }
	.proA-b .et { font-size: 18px; }
	.proA-b .con { font-size: 16px;  }
	.proA-a .img.img2{display: block;margin: 0.4rem 0;}
	.proA-a .img.img1{display: none;}
}

/*研发流程*/
.processA-a { position: relative; margin-top: 0.9rem;}
.processA-a .nmtit { width: 100%; /*position: absolute; left:0; top:0; */text-align: left; padding-bottom: 0.2rem;}
.processA-a .nmtit .t { }
.processA-a .nmtit .et {  width: 100%; }
.processB { padding:1.5rem 0; }
.processB-b { position: relative; margin-top:0.4rem; }
.processB-f { position: absolute; right:0; top:0; width: 80%; text-align: right; }
.processB-f ul li { text-align: left; display: inline-block; position: relative; margin-top:40px; width: 655px;height: 110px; border-radius: 55px; border:1px solid #e2e2e2; overflow: hidden; }
.processB-f ul li .processB-c { height: 110px; position: relative; padding-left:150px; }
/*.processB-f ul li:nth-child(2n) .processB-c { padding-left:55px; }*/
.processB-f ul li .num { position: absolute; top:0; left:0; line-height: 110px;width: 110px; border-radius: 50%;background: #0d6fb8; font-size: 48px;color:#fff; text-align: center; font-family: Arial; }
.processB-f ul li:nth-child(2n) .num { right:0; left:auto; }
.processB-f ul li:nth-child(2) { margin-right:10%; }
.processB-f ul li:nth-child(3) { margin-right:20%; }
.processB-f ul li:nth-child(4) { margin-right:30%; }
.processB-d { position: relative; top:50%; transform: translateY(-50%); }
.processB-d .t { font-size: 0.2rem; color:#292b42; }
.processB-d .c { font-size: 14px; color:#666666; }
.processB-d .img { position: absolute; top:50%; right:26px;width: 210px;transform: translateY(-50%); }

.processA-b .img2{display: none;}

@media(max-width: 1200px){
	.processB-e { display: none; }
	.processB-f { width: 100%; position: relative; left:0; }
}
@media(max-width: 1000px){
	.processA-a .nmtit { width: 100%; text-align: left; position: relative; }
	.processA-b { width: 100%; overflow-x: scroll; }
	.processA-b .img { min-width: 1200px; }

.processA-b .img2{display: block;min-width: 100%;margin-top: 20px;text-align: center;}
.processA-b .img1{display: none;}
}
@media(max-width: 900px){
	.processB-f ul li { margin-top:20px; width: 100%; }
}
@media(max-width: 750px){
	.processB-b { margin-top:10px; }
	.processB { padding:30px 0 40px; }
	.processB-f ul li { height: 80px; margin-top:10px; }
	.processB-f ul li .num { width: 80px; line-height: 80px;  display: none;}
	.processB-f ul li .processB-c { padding-left:20px; height: 80px; }
	/*.processB-f ul li:nth-child(2n) .processB-c { padding-left:30px; }*/
	.processB-d .img { left:100px;width: auto;transform: initial;}
	.processB-d .img img { width:auto; }

	.processB-f ul li .num { width: 60px; line-height: 80px; font-size: 30px;  }
	.processB-f ul li .processB-c { padding-left:30px; padding-top: 15px;padding-bottom: 15px;}
	/*.processB-f ul li:nth-child(2n) .processB-c { padding-left:20px; }*/
	.processB-d .t{
		font-size: 16px;
	}
	.processB-d .img img{
		width: auto;
	}
	.processB-d{position: initial;transform: initial;}
	.processB-f ul li .processB-c,.processB-f ul li {height: auto; }
	.processB-d .img{
		position: initial;
		display: inline-block;
		margin-top: 10px;
		left: auto;
		padding-right: 30px;
	}
}
@media(max-width: 450px){

}
@media(max-width: 400px){
	.processB-f ul li .num { width: 40px; font-size: 20px;  }
	.processB-d .c { width: 85%; }
}


/*战略合作*/
.cooperationA .nmtit {/* width: 50%; margin: 0 auto; */text-align: left;padding-top: 0.9rem;}
.cooperationA .nmtit .t {/* border:none; padding-bottom:0;*/ }
.cooperationA .nmtit .et { /*width:5rem; padding-top:0; */}
.cooperationA-a { margin:1.1rem 0 2.2rem; position: relative; }
.cooperationA-b { text-align: center; }
.cooperationA-b .img img { width: 7.02rem; }
.cooperationA-c .t { font-size: 0.28rem; color:#0d6fb8; }
.cooperationA-c .c { font-size: 0.22rem; color:#4e586c; margin: 8px 0 15px; }
.cooperationA-c { width: 3.4rem; position: absolute; }
.cooperationA-d { left:0; top:0; }
.cooperationA-e { right:0; top:-0.3rem; }
.cooperationA-f { left:0; bottom:-0.3rem; }
.cooperationA-g { right:0; bottom:-0.5rem; }
@media(max-width: 1700px){
	.cooperationA-b .img img {
	    width: 7.02rem;
	}
	.cooperationA-g {
	     bottom: -0.9rem;
	}
}
@media(max-width: 1050px){
	.cooperationA-d { top:-0.5rem; }
	.cooperationA-e { top:-0.7rem; }
	.cooperationA-f { bottom:-0.5rem; }
	.cooperationA-g { bottom:-1.2rem; }
}
@media(max-width: 750px){
	.cooperationA .nmtit,.cooperationA .nmtit .et { width: 100%; padding-top: 0;}
	.cooperationA-b .img { display: none; }
	.cooperationA-a { padding: 20px 0 40px; margin:0; }
	.cooperationA-c .t { font-size: 18px; }
	.cooperationA-c .c { font-size: 16px; }
	.cooperationA-c { width: 100%; margin-top:25px; padding-bottom:20px; border-bottom:1px dashed #e2e2e2; position: relative; }
	.cooperationA-d { left:0; top:0; }
	.cooperationA-e { right:0; top:0; }
	.cooperationA-f { left:0; bottom:0; }
	.cooperationA-g { right:0; bottom:0; }

}


.topHeaderC a{
	font-size: 18px;
	color: #0d6fb8;
	margin-left: 20px;
	padding: 20px 0;
	display: inline-block;
}

.topHeaderC a.cur,.topHeaderC a:hover{
	border-bottom: 2px solid #0d6fb8;
}


/*药品生产*/
.productionA { padding:0.9rem 0 0.5rem }
.productionA-b { position: relative; margin-top:1rem; }
/*.productionA-c { position: absolute; left:0; top:50%; transform: translateY(-50%); width: 32%; }*/
.productionA-c{
	float: left;
	width: 83%;
}
.productionA-c ul li {/* margin-bottom:1.1rem;*/ position: relative; border-radius: 50px; padding:20px 0; border:1px solid #e2e2e2; width: 41.5%; float: left;margin-right: 15%;}
.productionA-c ul li:nth-child(1):after { content:'';width: 0.46rem;height: 1.1rem;background: url(../images/pr4.jpg) no-repeat center;-webkit-background-size: 100% auto;background-size: 100% auto; position: absolute; right:-1rem; top: -0.1rem;
transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);

}
.productionA-c ul li:nth-child(2){
	margin-right: 0;
}
.productionA-c ul li .t { font-size: 20px;color:#292b42; text-align: center; }
.productionA-c ul li span { position: absolute; left:30px; top:-33px; line-height: 65px;width: 65px; text-align: center; border-radius: 50%;background: #0d6fb8; font-size: 32px; font-family: Arial; color:#fff; }
.productionA-d { float: left; margin-left:35%; }
/*.productionA-e { position: absolute; right:0; top:50%; transform: translateY(-50%); }*/
.productionA-e{margin-top: 0.2rem;position: absolute;right: 0;width: 19%;padding-left: 0.8rem;top: -14px;}
.productionA-e:before{
	background: url(../images/t_shengchan_l.png)center center/cover;
	width: 37px;
	height: 117px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}
.productionA-e ul li {text-align: left;float: left; font-size: 0.24rem; color:#0d6fb8;margin-bottom: 10px; /*text-align: right;*/ /*padding:55px 0 55px 0;*/ width: 100%;}
/*.productionA-e ul li:nth-child(3n){margin-right: 0;}*/
.productionA-e ul li:last-child{
	margin-bottom: 0;
}
.productionA-e ul li p{display: inline-block;position: relative;top: -8px;font-size: 20px;margin-left: 15px;text-align: left;}
.productionA-e ul li:nth-child(1) i{background: url(../images/t_shengchan_icon1.png) no-repeat right center;width: 27px;height: 28px;display: inline-block;}
.productionA-e ul li:nth-child(2) i{background: url(../images/t_shengchan_icon2.png) no-repeat right center;width: 27px;height: 28px; display: inline-block;}
.productionA-e ul li:nth-child(3) i{background: url(../images/t_shengchan_icon3.png) no-repeat right center;width: 27px;height: 28px; display: inline-block;}
.productionB { padding:0.35rem 0 1.6rem; }
.productionB-b { margin-top:1.3rem; }
.productionB-c { float: left; width: 48%; }
.productionB-d { float: right; width: 48%; }
@media(max-width: 1770px){
	.productionA-c ul li .t{font-size: 18px;}
	.productionA-e ul li p{font-size: 18px;}
	.productionA-c{width: 80%;}
	.productionA-e{width: 20%;    top: -28px;}
}
@media(max-width: 1700px){
	/*.productionA-c { width: 30%; }*/
	.productionA-d { margin-left:30%; width: 60%; }
}
@media(max-width: 1580px){
	/*.productionA-c { width: 26%; }*/
	.productionA-d { margin-left:24%; width: 60%; }
	.productionA-c ul li { padding:12px 0; }
	.productionA-c ul li span { left:20px; top:-23px; line-height: 45px;width: 45px; font-size: 20px; }
	.productionA-c ul li .t { font-size: 16px; }
}
@media(max-width: 1280px){
	.productionA-d { margin-left:20%; }
	.productionA-e ul li {/* padding: 35px 0 35px 0; */}
	.productionA-e ul li p{
		font-size: 14px;
	}
	.productionA-c ul li .t{font-size: 14px;}
}
@media(max-width: 1000px){
	.productionA-c { float: left; position: relative; left:0; top:0; transform: translateY(0); width: 100%; }
	.productionA-d { margin-left:0%; width: 100%; text-align: center; }
	/*.productionA-e { float: left; position: relative; left:0; top:0; transform: translateY(0); }*/
	.productionA-e ul li { font-size: 20px; /*text-align: left; padding:25px 0px 25px 72px; */}
	/*.productionA-e ul li:nth-child(1) {background: url(../images/pr2.jpg) no-repeat left center; -webkit-background-size: 60px auto;background-size: 60px auto; }
	.productionA-e ul li:nth-child(2) {background: url(../images/pr3.jpg) no-repeat left center; -webkit-background-size: 60px auto;background-size: 60px auto; }
	.productionA-e ul li:nth-child(3) {background: url(../images/pr5.jpg) no-repeat left center; -webkit-background-size: 60px auto;background-size: 60px auto; }*/
	.productionB-c { margin-bottom:20px; }
	.productionB-d,.productionB-c { width: 100%; }
	.productionA-c ul li{
		width: 100%;
		    margin-bottom: 0.78rem;
	}
	/*.productionA-e ul li{
		width: 100%;
	}*/
	.productionA-e{
		position: inherit;
		display: inline-block;
		width: 100%;
		    padding-left: 0;
	}
	.productionA-e:before{display: none;}
	.productionA-e ul li{
		float: left;
		width: 33.33%;
		padding-right: 18px;
		text-align: center;
	}
	.productionA-e ul li:last-child{
		padding-right: 0;
	}
	.productionA-c ul li:nth-child(1):after{
		    transform: rotate(0);
	    -ms-transform: rotate(0);
	    -moz-transform: rotate(0);
	    -webkit-transform: rotate(0);
	    -o-transform: rotate(0);
	    left: 48%;
	    right: auto;
	    bottom: -1rem;
	    top: auto;
	}
	.productionA-e ul li p{font-size: 14px;display: inline-block;}
}
@media(max-width: 1000px){
	.productionB-b { margin-top:20px; }
	.productionA{
		padding-top: 0;
	}
}

@media(max-width: 600px){
	.productionA-e ul li p{
		/*display: block;*/
		margin-left: 5px;
	}
	.productionA-e ul li i{
		/*display: block;*/
	}
}
@media(max-width: 390px){
	.productionA-e ul li{
		padding-right: 8px;
	}
}
@media(max-width: 360px){
	.productionA-e ul li{
		width: 100%;
	}
	.productionA-e ul li p{
		display: inline-block;
	}
	.productionA-e ul li i{display: block;}
}
/*临床试验*/
.nmtitBorderNone .t {/* border:none; padding-bottom:0; */}
.nmtitBorderNone .et { /*padding-top:0.1rem; */}

.clinicalA { padding:0.9rem 0 1.7rem; }
.clinicalA-b { position: relative; margin-top:1.2rem; }
.clinicalA-b .img img { width: 100%; }

.clinicalA-c .t { font-size: 0.28rem; color:#0d6fb8; margin-bottom:8px; }
.clinicalA-c .c p { line-height: 2; font-size: 14px; color:#666666; padding-left:0.22rem; position: relative; }
.clinicalA-c .c p:after { content:'';height:6px;width: 6px; border-radius: 50%;background: #7d7d7d; position: absolute; left:0; top:0.14rem; }
.clinicalA-c { position: absolute; }
.clinicalA-e { width: 5.2rem; }
.clinicalA-e .c p { float: left; width: 36%; }
.clinicalA-e .c p:nth-child(2n) { width: 60%; }
.clinicalA-d { left:1.35rem; bottom:-0.2rem; }
.clinicalA-e { left:4.75rem; top:-0.3rem; }
.clinicalA-f { width: 4rem; left:8.1rem; bottom:-0.58rem; }
.clinicalA-g { width: 2.45rem; right:0rem; top:0rem; }
.clinicalA-g .t {     color: #0d6fb8;}
.clinicalA-g .c p {
	    line-height: 2;
    font-size: 14px;
    color: #666666;
    padding-left: 0.22rem;
    position: relative;
}
.clinicalA-g .c p:after {
	    content: '';
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #7d7d7d;
    position: absolute;
    left: 0;
    top: 0.14rem;
}

.clinicalB {  }
.clinicalB-b { padding:0.9rem 0 1.1rem; }
.clinicalB-c { float: left; width: 48%; text-align: right; }
.clinicalB-d { float: right; width: 100%; }
.clinicalB-d li { margin:30px 0; position: relative; padding-left:120px; width: 33.33%;float: left;}

.clinicalB-d li:nth-child(2) .img{ left: 10%;}
.clinicalB-d li:nth-child(2) .con{ padding-left: 48px;}
.clinicalB-d li .img { border:1px solid #e2e2e2; padding:10px; border-radius: 50%; width: 104px;height: 104px; overflow: hidden; position: absolute; left:0; top:50%; transform: translateY(-50%); }
.clinicalB-d li .con { float: left; padding-right:56px; position: relative; }
.clinicalB-d li .con .icon { position: absolute; right:0; bottom:0; }
.clinicalB-d li .con .t { font-size: 0.26rem; color:#0d6fb8; }
.clinicalB-d li .con .c { font-size: 0.22rem; color:#4e586c; margin-top:15px; }

.clinicalC { padding:0 0 0.9rem; }
.clinicalC ul li { position: relative; float: left; text-align: center; width: 33.33333%; }
.clinicalC ul li p { font-size: 0.36rem; color:#171c61; line-height: 1rem; }
.clinicalC ul li p span { vertical-align: top; font-size: 0.66rem; color:#0d6fb8; font-family: Arial; }
.clinicalC ul li p span i { font-size: 0.5rem; font-style: normal;}
.clinicalC ul li:nth-child(n+2):after { content:''; width: 1px;height: 50%;position: absolute; left:0; top:25%;background: #dfdfdf; }

.clinicalD { padding-bottom:1.2rem; margin-top: 0.2rem;}
.clinicalD-b { position: relative; width: 33.33%; float: left; }
/*.clinicalD-f {float: right; }*/
.clinicalD-e { float: right; }
/*.clinicalD-d { position: absolute; left:0; top:50%; transform: translateY(-50%); }*/
.clinicalD-b:nth-child(1){width: 36%;}
.clinicalD-b:nth-child(2){
	width: 28%;
}
.clinicalD-b:nth-child(3){width: 36%;}
.clinicalD-d { padding-left:120px; }
.clinicalD-d .img { border:1px solid #e2e2e2; padding:10px; border-radius: 50%; width: 104px;height: 104px; overflow: hidden; position: absolute; left:0; top:50%; transform: translateY(-50%); }
.clinicalD-d .con { position: relative; }
.clinicalD-d .con .icon { margin-top:5px; }
.clinicalD-d .con .t { font-size: 0.24rem; color:#0d6fb8; }
.clinicalD-d .con .c { font-size: 0.2rem; color:#4e586c; margin-top:5px; }


@media(max-width: 1300px){
	.clinicalA-e {
	    left: 5.75rem;
	}
	.clinicalA-f{
		left: 9.5rem;
	}
}



@media(max-width: 1100px){
	.clinicalA-b .img { display: none; }
	.clinicalA-c { position: relative; left:0; top:0; right:0; bottom:0; margin-bottom:20px; padding-bottom:20px; border-bottom:1px dashed #e2e2e2; width: 100%;  }
	.clinicalD-b { width: 100%; margin-bottom:20px;/* border-bottom:1px dashed #e2e2e2;*/ padding-bottom:20px; }
}
@media(max-width: 750px){
	.clinicalD{
		padding-bottom: 20px;
	}
	.clinicalA { padding:0 0 20px; }
	.nmtitBorderNone .et { padding-top:0; }
	.clinicalA-b { margin-top:20px; }
	.clinicalA-c .t { font-size: 20px; }
	.clinicalA-c .c p { font-size: 16px; padding-left:20px; }
	.clinicalA-g .c p { line-height: 1.4; font-size: 18px; padding-left:0; }
	.clinicalA-c .c p:after { top:14px; }
	.clinicalA-g .c p:after { display: none; }

	.clinicalB-b { padding:30px 0 20px; }
	.clinicalB-c { width: 100%; text-align: center; }
	.clinicalB-d {width: 100%; margin-top:20px; }
	.clinicalB-d li { margin:30px 0; position: relative; padding-left:86px; width: 100%;}
	.clinicalB-d li:nth-child(2) .img{
		left: 0;
	}
	.clinicalB-d li:nth-child(2) .con{padding-left: 0;}
	.clinicalB-d li:first-child { margin-top:0; }
	.clinicalB-d li .img { padding:6px; width: 70px;height: 70px; }
	.clinicalB-d li .con .t { font-size: 20px; }
	.clinicalB-d li .con .c { font-size: 16px; margin-top:10px; }

	.clinicalC { padding-bottom:20px; }
	.clinicalC ul li { text-align: left; /*width: 100%; */margin-bottom:6px; text-align: center;}
	.clinicalC ul li p { font-size: 16px; line-height: 50px; }
	.clinicalC ul li p span { font-size: 40px; display: block;}
	.clinicalC ul li p span i { font-size: 30px; }
	.clinicalC ul li:nth-child(n+2):after {display: none; }

	.clinicalD-d { padding-left:86px; }
	.clinicalD-d .img { padding:6px; width: 70px;height: 70px; transform: translateY(0); top:0px; }
	.clinicalD-d .con .t { font-size: 20px; }
	.clinicalD-d .con .c { font-size: 16px; }

	.clinicalD-b:nth-child(1),.clinicalD-b:nth-child(2),.clinicalD-b:nth-child(3){
		width: 100%;
	}
	.clinicalA-e .c p:nth-child(2n){width: 100%;}
	.clinicalA-c{
		padding-left: 1.5rem;
	}
	.clinicalA-c:before{
		position: absolute;
		left: 0;
		top: 0;

		width: 1rem;
		height: 1rem;
		content: "";
	}
	.clinicalA-c.clinicalA-d:before{
		background: url(../images/linchuang_1.png)center center/cover;
		background-size: 100% 100%;
	}
	.clinicalA-c.clinicalA-e:before{
		background: url(../images/linchuang_2.png)center center/cover;
		background-size: 100% 100%;
	}
	.clinicalA-c.clinicalA-f:before{
		background: url(../images/linchuang_3.png)center center/cover;
		background-size: 100% 100%;
	}
	.clinicalA-c.clinicalA-g:before{
		background: url(../images/linchuang_4.png)center center/cover;
		background-size: 100% 100%;
	}
}
@media(max-width: 500px){
	.clinicalD-e {
		width: 100%; margin-top:20px; text-align: center; }
	.clinicalD-d {
		float: left;
		width: 100%;position: relative; left:0; top:0; transform: translateY(0); }
	.clinicalD-d .con { float: none; }
}
@media(max-width: 460px){
	.nmtit .t { font-size: 20px; }
	.clinicalA-c .c p { width: 100%; }
}






/*2020-10-28 首页模块新增样式*/
.homeBoxD {
	width: 100%;
	overflow: hidden; padding: 1.2rem 0 0;
	background: #eff5fc; display: none;}


.homeBoxD-d {  position: relative; }
.homeBoxD-c {  position: relative;height: 1.8rem; }
.homeBoxD-d:after { content: '';width: 200%;height: 1px;background: #d5dee7; position: absolute; left:-50%; top:50%; }

.homeBoxD-c .swiper-slide { text-align: center; position: relative; transition: all 0.6s; height: 1.8rem; }
.homeBoxD-c .swiper-slide span { position: absolute; left:50%; transform: translateX(-50%); top:58%; font-size: 0.16rem;color:#9daec0; }
.homeBoxD-c .swiper-slide {width: 15%; }
.homeBoxD-c .swiper-slide.cur { width: 40%; }
.homeBoxD-c .swiper-slide.cur span { font-size: 2.2rem; line-height: 1.8rem;}
.homeBoxD-c .swiper-slide.cur span { position: absolute; top:0; right:16%; left:auto; transform: translateX(0);font-family: "Roboto Light"; }
.homeBoxD-c .swiper-slide.cur span i { color:#fff; font-style: normal; }
.homeBoxD-c .swiper-slide span i { font-style: normal; }
.homeBoxD-c .swiper-slide:after { content:'';width: 7px;height: 7px; border-radius: 3px; background: #798189; position: absolute; left:50%; margin-left:-3px; top:50%; margin-top:-3px; }
.homeBoxD-c .swiper-slide.cur:after { display: none; }

.homeBoxD-c .swiper-button-next:after, .homeBoxD-c .swiper-button-prev:after { color:#999; font-size: 0.2rem; }
.homeBoxD-c .swiper-button-next, .homeBoxD-c .swiper-button-prev {width: 44px;height: 44px; background: #eff5fc;opacity: 1; border:1px solid #d5dee7; border-radius: 50%; margin-top:-22px; }
.homeBoxD-c .swiper-button-next:hover, .homeBoxD-c .swiper-button-prev:hover {background: #fff; }
/*.homeBoxD-c .swiper-button-next:hover::after, .homeBoxD-c .swiper-button-prev:hover::after {color:#fff;}*/
.homeBoxD-c .swiper-button-next { right:0%; }
.homeBoxD-c .swiper-button-prev { left :0%; }

.homeBoxD-e { margin-top:36px; }
.homeBoxD-g {background: #fff; padding:35px 0 35px 40px; }

.homeBoxD-h { float: left;width: 24%; }
.homeBoxD-i { float: left;width: 70%; margin-left:3%; padding-right:2%; max-height: 2.7rem; overflow-y: scroll; }
.homeBoxD-i .tit { margin-bottom:12px; font-size: 0.3rem;color:#333; display: none;}
.homeBoxD-i .con p { position: relative; padding-left:10px; font-size: 0.18rem;line-height: 1.4; margin-bottom:5px; color:#444444; }
.homeBoxD-i .con p:after { content:'';width: 4px;height: 4px; position: absolute; left:0; top:0.1rem;background: #444; border-radius: 50%; }
.homeBoxD-f .swiper-pagination { display: none; }
.homeBoxD-i::-webkit-scrollbar{
	width: 2px;

}
.homeBoxD-i::-webkit-scrollbar-track{

	width: 2px;
}

.homeBoxD-i::-webkit-scrollbar-track-piece{
	width: 2px;
}
.homeBoxD-i::-webkit-scrollbar-thumb{
	    background: #9daec0;
			border: 5px;

}
.homeBoxD-i::-webkit-scrollbar-button{
	display: none;
}

/*2020-10-28 首页模块新增样式*/
@media(max-width: 1920px){
	.homeBoxD-i { max-height: 2.08rem; }
}
@media(max-width: 1450px){
	.homeBoxD-h { float: left;width: 32%; }
	.homeBoxD-i { float: left;width: 65%; }
	.homeBoxD-g { padding:20px 0 20px 20px; }
	.homeBoxD-i { max-height: 2.6rem; }

	.homeBoxD-i .con{
		margin-top: .2rem;
		text-align: center;
	}
}
@media(max-width: 1200px){
	.homeBoxD-i { max-height: 3.4rem; }
}
@media(max-width: 750px){

	.homeBoxD{
		    padding: 0.6rem 0 0.2rem;
		    display: block;
	}
	.homeBoxD.homeBoxD_fz{
		padding-top: 0;
	    background: url(../images/fzlc_bg.jpg) bottom center/cover;
}

	.homeBoxD-a{
		margin-top: -0.1rem;
	}

	/*.homeBoxC-a .tit{
		text-align: center;
	}*/
	.homeBoxA-a{
		overflow: hidden;
	}
	.homeBoxD-i .con{
		margin-top: 0;
	}
	.homeBoxD-e { /*margin-top:20px;*/ margin-top: 0; }
	/*.homeBoxD-a { margin-top:25px; }*/
	.homeBoxD-c .swiper-slide {width: 20%; }
	.homeBoxD-c .swiper-slide.cur { width: 60%; }
	.homeBoxD-c .swiper-slide.cur span { font-size: 1.6rem; line-height: 1.2rem;}
	.homeBoxD-c .swiper-slide,.homeBoxD-c {height: 1.2rem; }
	.homeBoxD-c .swiper-button-next, .homeBoxD-c .swiper-button-prev {width: 30px;height: 30px;margin-top:-15px;}
	.homeBoxD-c .swiper-button-next:after, .homeBoxD-c .swiper-button-prev:after { font-size: 15px; }

	.homeBoxD-h { width: 100%; }
	.homeBoxD-i { margin-left:0; padding-right:0; width: 100%; }
	.homeBoxD-g { padding:20px 14px 30px; }
	.homeBoxD-i { max-height: initial; margin-top:20px; overflow-y: visible; }
	.homeBoxD-i .con p { font-size: 16px; }

	.homeBoxD-i .con{
		height: auto;
		overflow-y: auto;
	}
	.homeBoxD-i .tit{
		display: none;
	}
	.homeBoxD-i .con p{
		line-height: .5rem;
		margin-bottom: .1rem;
	}
	.homeBoxD-i .con p:last-child{
		margin-bottom: 0;
	}
	.homeBoxD-c .swiper-slide span{
		font-size: .16rem;
	}
	.homeBoxD-c .swiper-slide.cur span{
		font-size: .16rem;
		color: #3c81da;
		position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    top: 20%;
	    font-family: arial;
	    right: 0;
	}
	.homeBoxD-c .swiper-slide.cur span i{
		color: #3c81da;
	}
	.homeBoxD-c .swiper-slide.cur:before{
	    content: '';
	    width: 7px;
	    height: 7px;
	    border-radius: 3px;
	    background: #3c81da;
	    position: absolute;
	    left: 50%;
	    margin-left: -3px;
	    top: 50%;
	    margin-top: -3px;
	}
	.homeBoxD-c .swiper-slide{
		width: 33.333%;
	}
	.homeBoxD-c .swiper-slide.cur{
		width: 33.333%;
	}
	/*.homeBoxD-c .swiper-slide.swiper-slide-next{
		width: 25%;
	}*/

}
@media(max-width: 500px){
	/*.homeBoxD-c .swiper-slide {width: 25%; }
	.homeBoxD-c .swiper-slide.cur { width: 50%; }
	.homeBoxD-c .swiper-slide.cur span { font-size: 1.5rem; line-height: 1.2rem;}*/
	.homeBoxD-c .swiper-slide,.homeBoxD-c {height: 1.2rem; }
	.homeBoxD-c .swiper-button-next, .homeBoxD-c .swiper-button-prev {width: 30px;height: 30px;margin-top:-15px;}
	.homeBoxD-c .swiper-button-next:after, .homeBoxD-c .swiper-button-prev:after { font-size: 15px;
	}

}
@media(max-width: 400px){
	.homeBoxD-c .swiper-slide {width: 100%; }
	.homeBoxD-c .swiper-slide.cur { width: 100%; }
	.homeBoxD-c .swiper-slide.cur span { position: relative; top:22%; left:0;  right:0; left:auto; }
}



.new .new_lb li:hover .right .right_2 .n,.new .new_lb li:hover .right .right_2 .r{
		color: #0d6fb8;
}

.news_lb .news_lb_bu li:hover .time .y,.news_lb .news_lb_bu li:hover .time .r{
	color: #0d6fb8;
}

.news_lb .news_lb_bu li:hover .gd_2{
	background: #0d6fb8;
	color: #fff;
}


.position_fixed{
	position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    left: 0;
    transition: All .4s ease;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease;
    -webkit-animation: headerFix 1s ease 1;
    animation: headerFix 1s ease 1;
    margin-top: 0;
   /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
}


.footer-tabs-container{

    background-color: #E9E9E9;



}

.footer-tabs-box{

    margin:0 auto;

    padding: 25px 12px 12px!important;

}

.footer-link-box{

    display: flex;

    display: -webkit-flex;

    justify-content: space-between;

    -webkit-justify-content: space-between;

    align-items: center;

    -webkit-align-items: center;

    margin-bottom:25px;

}

.footer-link-qq{

    font-size: 12px;

    color:#666;

    padding:10px 25px;

    background-color: #DEDEDE;

    border-radius: 25px;

}

.footer-tabs{

    display: flex;

    display: -webkit-flex;

    -webkit-justify-content: flex-start;

    justify-content: flex-start;

    -webkit-align-items: center;

    align-items: center;

}

.footer-tabs li{

    padding:8px 15px;

    background-color:#D3D3D3;

    color:#666666;

    position:relative;

    font-size: 13px;

    cursor:pointer;

}

.footer-tabs li+li{

    margin-left:10px;

}

.footer-tabs li.cur{

    color: #fff;

    background-color:#ADADAD;

}

.footer-tabs li i{

    position: absolute;

    bottom:-8px;

    left:50%;

    transform: translateX(-50%);

    -ms-transform:translateX(-50%);     /* IE 9 */

    -moz-transform:translateX(-50%);    /* Firefox */

    -webkit-transform:translateX(-50%); /* Safari å’Œ Chrome */

    -o-transform:translateX(-50%);

    width:0;

    height:0;

    border-left:4px solid transparent;

    border-right:4px solid transparent;

    border-top:8px solid #ADADAD;

    display:none;

}

.footer-tabs-item{

    display: none;

}

.footer-tabs-item ul{

    /*display:flex;

    display: -webkit-flex;

    justify-content: flex-start;

    -webkit-justify-content: flex-start;

    align-items: center;

    -webkit-align-items: center;*/

    padding-bottom: 12px;

}

.footer-tabs-item ul li a{

    font-size:13px;

    color:#999999;

}

.footer-tabs-item ul li{

    margin-right:25px;

    margin-bottom:15px;

    display: inline-block;

}

.load-btn{

    display:block;

    margin:0 auto;

    width:18px;

    height:8px;

    background: url('../images/load-img.png') no-repeat center;

    cursor: pointer;

}



.dq-table-box .huoban ul li{height:auto;}

.news_xq .left .year span{margin-right:20px;}

@media(max-width:1100px){
	.news_xq .left .year span{margin-right:0px;display:block;margin-top:6px;}
}



/**2023-10-30**/
.PipelineBox .dq-table .dq-table-box .dq-table-cell:last-child { display: none; }
.PipelineBox .dq-table .dqboxcon .dq-table-box .dq-project { display: none; }
