@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: font1;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/raleway-400-normal.woff) format("woff")
}
body{
	font-family:'font1',Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	}		

[v-cloak] {
	display: none;
}

/*****header*******/
.header{
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	-webkit-transition: left cubic-bezier(.18,1,.21,1) .5s;		
    transition: left cubic-bezier(.18,1,.21,1) .5s;
}
.header.on{
	left: 200px;
}

.logo{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.nav_btn{
	width: 30px;
	position: absolute;
	left: 15px;
	top: 13px;
	padding: 5px;
}
.nav_btn span{
	display: block;
	width: 20px;
	height: 2px;
	background: #000;
	opacity:1;
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
	-webkit-transition: all cubic-bezier(.18,1,.21,1) .3s;		
    transition: all cubic-bezier(.18,1,.21,1) .3s;
}
.nav_btn span.n2{
	margin: 4px 0;
	opacity:1;
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
}

.nav_btn.on span.n2{
    opacity:0;
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
}
.nav_btn.on span.n1{
	opacity:1;
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 6px;
}
.nav_btn.on span.n3{
	opacity:1;
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}


.nav_show{
	width: 200px;
	height: 100%;
	position: fixed;
	z-index: 999;
	left: -200px;
	top: 0;
	overflow-y: scroll;
	-webkit-transition: all cubic-bezier(.18,1,.21,1) .5s;		
    transition: all cubic-bezier(.18,1,.21,1) .5s;
}
.nav_show.on{
	left: 0;
}

.nav_show>ul{
	padding: 0;
	margin: 0;
	margin-top: 30px;
}

.nav_show>ul>li{
	line-height: 22px;
    padding: 10px 20px;
    letter-spacing: 1px;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
}
.nav_show>ul>li>i{
	float: right;
	font-size: 18px;
	color: #999;
	margin-top: 11px;
	-webkit-transition: all cubic-bezier(.18,1,.21,1) .3s;		
    transition: all cubic-bezier(.18,1,.21,1) .3s;
}
.nav_show>ul>li.on>i{
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.nav_show>ul>li ul{
	padding: 0 25px;
	margin: 0;
	padding-bottom: 15px;
	display: none;
}
.nav_show>ul>li ul li{
	font-size: 12px;
	color: #666;
	line-height: 30px;
}
.nav_show>ul>li>a{
	color:#333;
}

/*****header*******/	
	
	
	
/*****banner******/
.banner{
	width: 100%;
}	
.banner_list{
 	width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_list.banner_news{
	background-image: url(../images/news_banner.jpg);
}
.swiper-pagination-banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	opacity:1;
    filter:alpha(opacity=100);
    background: none;
    -webkit-transition: all cubic-bezier(.18,1,.21,1) .3s;		
    transition: all cubic-bezier(.18,1,.21,1) .3s;
}	
	
.swiper-pagination-banner .swiper-pagination-bullet-active{
	background: #fff;
}	
	
	
/*****banner******/	
	
	
.warpper{
	margin-top: 50px;
	background: #f5f5f5;
	-webkit-transition: -webkit-transform cubic-bezier(.18,1,.21,1) .5s;		
    transition: transform cubic-bezier(.18,1,.21,1) .5s;
}	

.warpper.on{
	-webkit-transform: translateX(200px);
    transform: translateX(200px) ;
}


.index_nav{
	width: 100%;
	padding: 20px;
}
.index_nav_con{
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.index_nav_list{
	width: 50%;
	float: left;
	padding: 20px 10px;
	line-height: 19px;
	font-size: 13px;
	color: #111;
	letter-spacing: 1px;
	text-align: center;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}
.index_nav_list a{
	color:#111;
}
.index_nav_list img{
	margin-right: 15px;
}

.index_sec1{
	padding:20px 20px;
}
.index_sec1>h5{
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	color: #111;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: 1px;
}

.index_sec1_list{
	margin-bottom: 25px;
}

.index_sec1_zi{
	width: 100%;
	padding: 25px 30px;
	background: #fff;
}

.index_sec1_zi h5{
	font-size: 22px;
	color: #111;
	margin: 0;
	text-align: center;
	margin-bottom: 25px;
	letter-spacing: 1px;
}
.index_sec1_zi p{
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;	
	color: #333;
}

.index_sec1_zi span{
	display: block;
	width: 120px;
	margin: 0 auto;
	margin-top: 25px;
	background: #0d56a7;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}
	
	
	
.news{
	text-align:center;
	padding:30px 0;
	padding-top:0;
}
.news>h5{
	font-size:22px;
	color:#000;
	margin:0;
	letter-spacing:2px;
	padding-bottom:30px;
}	
.sec4_con{
	padding:0 15px;
	}
.sec4_con>ul{
	width:100%;
	border-radius:2px;
	padding: 0;
	margin: 0;
	}
.sec4_con>ul li{
	background:#FFF;	
	padding:10px;
	position:relative;
	margin-bottom:15px;
	}		
.sec4_list_img{
	width:30%;
	float:left;
	}
.sec4_list_img>img{
	border-radius:3px;
	}	
.sec4_list_zi{
	width:70%;
	float:left;
	text-align:left;
	position:relative;
	}
.sec4_list_zi>p{
	margin:0;
	font-size:14px;
	padding-left:10px;
	line-height:20px;
	letter-spacing:1px;
	color:#666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}	
.sec4_list_zi>span{
	padding-left:10px;
	font-size:12px;
	color:#000;
	padding-top:10px;
	display: block;
	}				
.sec4_list_btn{
	position:absolute; right:15px; bottom:20px;
	}	
.sec4_list_btn>a{
	font-size:13px;
	color:#da251c !important;
	text-align:right;
	letter-spacing:1px;
	}	
.sec4_more{
	position:absolute;
	font-size:13px;
	color:#0d56a7 !important;
	bottom:0; right:10px;
	}	
	
	


.foot{
	width:100%;
	background:#0d56a7;
	}
.foot>p{
	margin-bottom: 0;
    line-height: 23px;
    color: #e1e1e1;
    padding: 10px 25px;
    font-size: 13px;
    letter-spacing: 1px;
    border-bottom: 1px solid #2f73bd;
	}
.foot>p a{
	display: block;
	color:#e1e1e1;
}
.foot>p i{
	float:right;
	line-height:45px;
	font-size:20px;
	}	
.foot_b{
	width:100%;
	padding:20px 0;
	text-align:center;
	}	
.foot_b>ul{
	padding:0;
	margin:0;
	display:inline-block;
	}	
.foot_b>ul li{
	float:left;
	color:#e1e1e1;
	font-size:13px;
	padding:0 15px;
	}	
.foot_b>p{
	text-transform:uppercase;
	font-size:12px;
	color:#e1e1e1;
	margin-bottom:0;
	margin-top:10px;
	}	
	


/***********products*************/
.products_sec1{
	    background: #fff;
    padding: 25px 22px;
}
.products_sec1>h5{
	font-size: 18px;
    margin: 0;
    color: #111;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px; 
}
.products_sec1_txt{
	font-size: 13px;
    color: #333;
    line-height: 22px;
}
.col-products_sec1_pro{
	    text-align: center;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.products_sec1_pro_title{
    font-size: 12px;
    margin-top: 5px;
    color:#333;
}
.products_sec1_pro_enTitle{
    font-size:12px;
    margin-top:5px;
    color:#333;
}	 
.products_sec1 span{
	display: block;
    width: 120px;
    margin: 0 auto;
    margin-top: 35px;
    background: #0d56a7;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}
.products_sec2{
	padding:0px 20px 20px;
}
.products_sec2_bottom{
	background:#0d56a7;
	color:#fff;
	padding:25px 22px;
}
.products_sec2_bottom>h5{
	font-size: 18px;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
}
.products_sec2_bottom p{
	margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
}
.products_sec4{
	    background: #fff;
    padding: 25px 22px;
}
.products_sec4>h5{
	font-size: 18px;
    margin: 0;
    color: #111;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 1px; 
}
.products_sec4 span{
	display: block;
    width: 120px;
    margin: 0 auto;
    margin-top: 35px;
    background: #0d56a7;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

/***********service*************/
.service_sec1{
	background:#fff;
	padding:20px;
}
.service_sec1>h5{
	font-size: 18px;
    margin: 0;
    color: #111;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 1px; 
}
.service_sec1_txt{
	font-size: 13px;
    color: #333;
    line-height: 22px;
    text-align: center;
}
.service_sec1_txt p{
	margin-bottom: 5px;
}
.service_sec1_txt1{
	margin-bottom: 20px;
}
.service_sec1_txt1 a{
	color:#333;
}
.service_sec1_txt1 p{
	margin-bottom: 0;
	/*color:#333;*/
}
.service_sec1_img{
	position: relative;
}
.service_sec1_img_bg{
	position: absolute;   
    width: 16%;
    height: 25%;
}
.service_sec1_img_bg1{
	top: 18%;
    left: 5%;
}
.service_sec1_img_bg3{
	    top: 32%;
    left: 49%;
}
.service_sec1_img_bg2{
	    top: 50%;
    left: 23%;
}
.service_sec1_img_bg4{
	top: 57%;
    left: 72%;
}
.service_sec1_img_bg a{
	display: block;
	width:100%;
	height:100%;
}
.service_sec2{
	padding: 0px 20px 20px;
}
.service_sec2_list{
	background:#0d56a7;
}
.service_sec2_list h5{
	color:#fff;
}
.service_sec2_list .service_sec1_txt{
	color:#fff;
}
.service_sec4{
	padding: 0px 20px 20px;
}
.service_sec4_list{
	margin-top: -50px;
	position: relative;
	z-index: 10;
}

/***********about*************/
.about_sec1{
	background:#0d56a7;
}
.about_sec1 h5{
	color:#fff;
}
.about_sec1 .products_sec1_txt{
	color:#fff;
	text-align: left;
}
.about_sec1.products_sec1 span{
	background:#fff;
	color:#0d56a7;
}

/*about2018-3-29*/
.w1170{
	width:100%;
}
.tabBox {
	/*height: 300px;*/
    background-color: #fff;
    padding-bottom: 20px;
}

.swiper1_fzlc{
	padding-bottom: 20px !important;
}

.tabBox .tabs {
	text-align: center;
	width: 100%;
	background: url(../images/icon.png) repeat-x left top;
	padding-top: 50px;
	*float: left;
	*margin-left: 210px;
}
.tabBox .tabs ul{
	padding:0;
}
.tabBox .tabs li {
	text-align: center;
	display: inline-block;
	width: 50px;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	cursor: pointer;
	position: relative;
	*float: left;
	*height: 30px;
	*line-height: 30px;
}

.tabBox .tabs li .icon {
	background: url(../images/icon_01.png) no-repeat center bottom;
	display: inline-block;
	height: 16px;
	width: 27px;
	position: relative;
	top: 2px;
}

.tabBox .tabs li.on .icon {
	background: url(../images/icon_02.png) no-repeat center bottom;
}

.tabBox .tabs li.on {
	color: #0d56a7;
}

.tabBox .tabs .w1170 {
	position: relative;
}

.tabBox .tabs .w1170 .jt,
.tabBox .tabs .w1170 .jt2 {
	background: url(../images/icon_17_2.png) no-repeat center center;
	width: 14px;
	height: 7px;
	display: inline-block;
	position: absolute;
	left:74.5px;;
	*left: 74.5px;;
	top: -14px;
}

.tabBox .tabs .w1170 .jt2 {
	top: 28px;
	background: url(../images/icon_17.png) no-repeat center center;
}

@keyframes xia {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(0px, 3px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}

@-webkit-keyframes xia {
	0% {
		-webkit-transform: translate(0px, 0px);
	}
	50% {
		-webkit-transform: translate(0px, 3px);
	}
	100% {
		-webkit-transform: translate(0px, 0px);
	}
}

.jt {
	animation: xia 1s linear infinite;
	-webkit-animation: xia 1s linear infinite;
}

@keyframes shang {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(0px, -3px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}

@-webkit-keyframes shang {
	0% {
		-webkit-transform: translate(0px, 0px);
	}
	50% {
		-webkit-transform: translate(0px, -3px);
	}
	100% {
		-webkit-transform: translate(0px, 0px);
	}
}

.jt2 {
	animation: shang 1s linear infinite;
	-webkit-animation: shang 1s linear infinite;
}

.tabMain {
	/*overflow: hidden;*/
	/*height: 200px;*/
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 13px;
	line-height: 24px;
	position: relative;
}

.tabMain h3 {
	font-size: 16px;
    font-weight: normal;
    color: #333;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.tabMain p {
	font-size:10px;
	line-height: 20px;
}

.t1 {
	background: url(../images/pre_01.jpg) no-repeat center top;
	text-align: center;
	background-size:100%;
}

.t1 .txt {
	padding-top: 150px;
    font-size: 14px;
}

.t2 {
	background-size:100%;
	background-repeat: no-repeat;
}


.t2 .txt {
	padding: 130px 50px 0 50px;
}
/*.t16 {
	background: url(../images/pre_02.png) no-repeat center top;
	background-size:100%;
}


.t16 .txt {
	padding: 130px 0 0 50px;
}

.t3 {
	background: url(../images/pre_03.png) no-repeat center top;
	background-size:100%;
}

.t3 .txt {
	padding: 125px 0 0 50px;
}

.t4 {
	background: url(../images/pre_04.jpg) no-repeat center top;
	background-size:100%;
}
.t4 .txt {
	padding: 130px 0 0 50px;
}

.t5 {
	background: url(../images/pre_05.jpg) no-repeat center top;
	background-size:100%;
}

.t5 .txt {
	position: absolute;
    left: 50px;
    top: 110px;
}*/


.pagination_gr_fzlc{
	position:absolute;
	bottom: -20px;
	width:100%;
	left:0;
	text-align: center;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: -20px;
}
/*about 2018-3-29*/

.about_sec4{
	padding: 0px 20px 100px;
    background: #0d56a7;
}
.about_sec5{
	padding: 0px 20px 45px;
}	
.about_sec5_list h5{
	font-size: 18px;
    margin: 0;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
}
.about_sec5_list_img{
	margin-bottom: 76px;
	position: relative;
}
.about_sec5_list_img:last-child{
	margin-bottom: 0;
}
.about_sec5_list{
	margin-top: -73px;
    position: relative;
    z-index: 12;
}
.about_sec5_list_txt1{
	position: absolute;
	left:32px;
	top:11px;
	color:#fff;
	font-size:12px;
	line-height: 20px;
}
.about_sec5_list_txt2{
	width: 94%;
    position: absolute;
    bottom: -41%;
    right: 0;
    background: #0d56a7;
    filter: alpha(opacity=0.9);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    padding: 13px 20px;
}
.about_sec5_list_txt2 p{
	/*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;*/
    color: #fff;
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}
.about_sec7{
	background:#f5f5f5;
	padding-bottom: 25px;
}

.about_sec8{
	padding:20px 20px;
}
.logo_img{
	width:24%;
	margin:0 auto;
	margin-bottom: 35px;
}



.about_sec9{
	margin-top:20px;
}
.about_sec9_title{
	position: relative;
	width:100%;
	height:35px;
	line-height: 35px;
	background:#fff;
	padding:0 15px;
	font-size:14px;
	color:#0d56a7;
}
.about_sec9_title img{
	position: absolute;
    width: 15px;
    top: 10px;
    right: 15px;
}
.about_sec9_txt{
	border:1px solid #fff;
	padding:15px;
	font-size:12px;
	color:#fff;
}
.about_sec10{
	padding:20px 20px;
	background:#0d56a7;
}
.about_sec10_list{
	background:#fff;
	padding:25px 22px;
}
.about_sec10_list_title{
	font-size: 18px;
    margin: 0;
    color: #111;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 1px;
}
.about_sec10_list_txt ul{
	margin:0;
	padding:0;
}
.about_sec10_list_txt ul li{
	text-align: center;
    font-size: 13px;
    line-height: 24px;
}
.about_sec10_list_txt ul li a{
	color:#333;
}
/*.about_sec10_list_txt ul li a span{
	display: inline-block;
	width:5px;
	height:5px;
	border:1px solid #0d56a7;
	border-radius: 50%;
}*/
.about_sec1_left_hide{
	display: none;
}
.about_sec1_left_hide1{
	display: none;
}
.products_sec1 .jianjie_shouqi{
	display: none;
}
 .products_sec1 .jieshao_shouqi{
	display: none;
}


/*********develop********/
/*.products_sec2{
	padding:20px 20px;
}*/
.products_sec2_list h5{
	font-size: 18px;
    margin: 0;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
}
.products_sec2_list1{
	margin-bottom: 20px;
}
.products_sec2_list1_bottom{
	background: #fff;
    padding: 25px 22px;
}
.products_sec2_list1_bottom h6{
	font-size: 16px;
    margin: 0;
    color: #000;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 1px;
    line-height: 24px;
}
.products_sec2_txt{
	font-size: 13px;
    color: #333;
    line-height: 22px;
}
.products_sec2_txt p>img{
	width:100%;
}
.products_sec2_list1_bottom>span{
	display: block;
    width: 120px;
    margin: 0 auto;
    margin-top: 35px;
    background: #0d56a7;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}
span.develop_more{
	display: block;
    width: 120px;
    margin: 0 auto;
    margin-top: 35px;
    background: #0d56a7;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}
.products_sec3_list{
	padding: 20px 20px;
    margin-top: -45px;
    position: relative;
    z-index: 5;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.products_sec3_list1_left{
	
	width:49%;
	text-align: center;
	border:1px solid #0d56a7;
	padding:4px 0;
	background:#fff;
}
.products_sec3_list1_left a{
	font-size:13px;
	color:#000;
}
.products_sec3_list1_left a span{
	color:#0d56a7;
	text-transform: uppercase;
}
.products_sec3_list2{
	position:relative;
	margin-top:25px;
}
.products_sec3_list2 input{
	width:100%;
	border:1px solid #0d56a7;
	height:50px;
	line-height: 50px;
	padding-left:20px;
	font-size:14px;
}
.products_sec3_list2_bg{
	position: absolute;
    width: 32%;
    right: 1px;
    top: 1px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #ccc;
}
.products_sec3_list3{
	margin-top:25px;
	margin-bottom: 10px;
}
.products_sec3_list3 table{
	border:1px solid #0d56a7;
	background:#fff;
}
.products_sec3_list3 table thead th{
	    font-size: 12px;
    text-align: center;
    padding: 6px 8px;
    color: #0d56a7;
}
.products_sec3_list3 table tbody td{
	font-size:12px;
	text-align: center;
	padding: 10px 0px;
	color:#666666;
}
.products_sec3_list3 table tr{
   border-bottom:1px solid #f1f1f1;
}
.products_sec3_list3 table tbody tr:last-child{
	border-bottom:none;
}
.products_sec1_txt1{
	border:1px solid #e5e5e5;
	margin-top:20px;
	padding:10px 20px;
}
.products_sec1_txt1 h4{
	text-align: center;
	font-size:20px;
	color:#333;
}
.products_sec1_txt1 h3{
	text-align: center;
	font-size:14px;
	color:#333;
}
.products_sec1_txt1 p{
	text-align: justify;
	font-size:12px;
	color:#333;
}

/********news********/
	
.news_sec1{
	padding:20px 20px 0;
}
.news_sec1_list_left{
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	height:80px;
	line-height: 25px;
	position: relative;
}	
.news_sec1_list_left.on{
	background:#d4d4d4;
}
.news_sec1_list_left a{
	color: #000;
	/* height:80px; */
	line-height: 15px;
	position: absolute;
	width: 100%;
	left: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}
.news_sec1_list_left a img{
	margin-right: 15px;
}
.products_sec2_list1_bottom_title{
	margin-bottom: 14px;
	color:#000;
	font-size:12px;
}
.products_sec2_list1_bottom_title i{
	background:#0d56a7;
	color:#fff;
	font-style: normal;
	padding:2px 5px;
	margin-right: 10px;
	font-size:12px;
}
	
/********contacts********/
.products_sec1_contact1{
	margin-top:15px;
}
.products_sec1_contact1 ul{
	margin:0;
	padding:0;
	border:1px solid #0d56a7;
}
.products_sec1_contact1 ul li{
	font-size: 12px;
    color: #333;
    position: relative;
    min-height: 96px
}
.products_sec1_contact1 ul li:nth-child(2n+2){
	background:#f1f1f1;
}
.products_sec1_contact1 ul li i{
	    display: inline-block;
    width: 35%;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    border-right: 1px solid #0d56a7;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.products_sec1_contact1 ul li i em{
    font-style: normal;
    position: absolute;
    left:0;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 -o-transform: translateY(-50%);
	 transform: translateY(-50%);
	 padding:0 10px;
}
.products_sec1_contact1 ul li b{
	display: inline-block;
    width: 65%;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.products_sec1_contact1 ul li b em{
	font-style: normal;
    position: absolute;
    left:0;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 -o-transform: translateY(-50%);
	 transform: translateY(-50%);
	 padding:0 10px;
}
.products_sec1_map{
	width:100%;
	margin-top:15px;
}
.anchorBL img{
	display: none;
}
.products_sec2_contact1{
	margin-top:20px;
}
.products_sec2_contact1 ul{
    margin:0;
    padding:0;
}
.products_sec2_contact1 ul li{
	border:1px solid #0d56a7;
	height:36px;
	padding:0px 10px;
	position: relative;
	margin-bottom: 20px;
}
.products_sec2_contact1 ul li img{
	position: absolute;
    top: 8px;
    right: 10px;
}
.products_sec2_contact1 ul li em{
	    font-size: 12px;
    font-style: normal;
    color: #666;
    position: absolute;
    top: 8px;
}
.products_sec2_contact1 ul li em i{
	color:#e95b49;
	margin-right: 6px;
	font-style: normal;
}
.products_sec2_contact1 ul li input{
	border:none;
	height:100%;
	background:transparent;
	line-height: 36px;
	padding-left:70px;
}
.products_sec2_contact1 ul li:last-child{
	height:100px;
}
.products_sec2_contact1 ul li:last-child textarea{
	width: 100%;
    height: 60px;
    border: none;
    margin-top: 30px;
}
.products_sec2_contact1 a input{
	width:100%;
	height:36px;
	line-height: 36px;
	text-align: center;
	border:none;
	background:#0d56a7;
	color:#fff;
}

/******innovate********/

.innovate_sec1{
	background:#fff;
}
.innovate_sec1_img{
	text-align: center;
}
.innovate_sec1_img img{
	width: 40px;
}
.innovate_sec1_list{
	padding:10px 0;
}
.innovate_sec1_list h4{
	text-align: center;
}
.innovate_sec1_list h5{
	text-align: center;
}
.innovate_sec1_col{
	padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    float: none;
    vertical-align: top;
}
.innovate_sec1_row{
	margin-left: 5px;
    margin-right: 5px;
}
.innovate_sec1_list h4{
	font-size:20px;
	color:#0d55a7;
	font-weight: bold;
}
.innovate_sec1_list h5{
	    font-size: 12px;
    color: #333;
    font-weight: normal;
    line-height: 16px;
}
.innovate_sec2{
	margin-top:0px;
	width:100%;
}
.innovate_sec2_list{
	background:#fff;
}
.innovate_sec2_list h4{
	font-size:14px;
	line-height: 22px;
	color:#333;
	padding:15px 0;
	text-align: center;
	margin:0;
}
.innovate_sec2_list1{
	padding:0 15px;
}
.innovate_sec2_detail{
	/*padding:10px;*/
}
.innovate_sec2_list2{
	font-size: 12px;   
    margin-top: 20px;
    background: #0d55a7;
    color: #fff;
    padding: 10px 15px;
}
.innovate_sec2_list2 p{
	/*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	overflow: hidden;*/
	margin:0;
	min-height: 140px;
}
.swiper_sec2 .swiper-wrapper{
	margin-left:95px;
}
.pagination_sec2{
	text-align: center;
    margin-top: 10px;
}
.innovate_sec3_bottom{
	padding:20px 25px;
}
.products_sec1_contact1 h6{
	padding-left:8px;
	position: relative;
	border-left:2px solid #0d56a7;
	font-size:14px;
}
.innovate_sec4{
	padding: 20px 20px 30px;
}
.innovate_sec4_list{
	background: #0d56a7;
    color: #fff;
    padding: 25px 22px;
    font-size: 12px;
    line-height: 22px;
}
.innovate_sec4_list p{
	margin-bottom: 0;
}
/*{
	margin-top: -50px;
    position: relative;
    z-index: 5;
}*/

/******investor******/
.investor_sec1{
	padding:20px 20px;
}
.investor_sec1 h5{
	font-size: 18px;
    margin: 0;
    color: #111;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
}
.investor_sec1 table{
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.investor_sec1 table td{
	border-left: 1px solid #ccc;
    text-align: left;
    border-top: 1px solid #ccc;
    height: 40px;
    line-height: 30px;
    padding-left: 5px;
    color: #333;
    padding-right: 5px;
    font-size:12px;
}
.investor_sec2{
	padding:20px 25px;
}
.investor_sec2 h5{
	font-size: 22px;
    margin: 0;
    color: #111;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 1px;
}
.investor_sec2 table{
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.investor_sec3{
	padding:20px 25px;
}
.investor_sec3 h5{
	font-size: 22px;
    margin: 0;
    color: #111;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 1px;
}
.investor_sec3 table{
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.investor_sec4{
	padding:20px 20px;
	background:#0d56a7;
}
.investor_sec4_list{
	background:#fff;
	padding:25px 0;
}
.investor_sec4_list h5{
	    font-size: 18px;
    margin: 0;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 1px;
}
.investor_sec4_list>ul{
	margin:0;
	padding:0;
}
.investor_sec4_list>ul li a{
	    font-size: 12px;
    padding: 10px 12px;
    text-align: justify;
    position: relative;
    line-height: 22px;
    border-bottom: 1px solid #eee;
}
.investor_sec4_list>ul li a span{
	position: absolute;
	right:12px;
	bottom:9;
	background:#f5f5f5;
	font-size:10px;
	padding:0 10px;
}
.investor_sec4_list>a{
	display: block;
	width:120px;
	height:40px;
	margin:0 auto;
	margin-top:25px;
	text-align: center;
	background:#0d56a7;
	line-height: 40px;
	color:#fff;
}
.investor_sec4_list .pagination{
	padding-left:12px;
}
.investor_sec4_list1 .pagination{
	padding-left:12px;
}
.investor_sec4_list1{
	background:#fff;
	padding:25px 0;
	margin-top:24px;
}
.investor_sec4_list1 h5{
	font-size: 18px;
    margin: 0;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 1px;
}
.investor_sec4_list1>ul{
	margin:0;
	padding:0;
}
.investor_sec4_list1>ul li a{
	    font-size: 12px;
    padding: 10px 12px;
    text-align: justify;
    position: relative;
    line-height: 22px;
    border-bottom: 1px solid #eee;
}
.investor_sec4_list1>ul li a span{
	position: absolute;
	right:12px;
	bottom:9;
	background:#f5f5f5;
	font-size:10px;
	padding:0 10px;
}
.investor_sec4_list1>a{
	display: block;
	width:120px;
	height:40px;
	margin:0 auto;
	margin-top:25px;
	text-align: center;
	background:#0d56a7;
	line-height: 40px;
	color:#fff;
}
.investor_sec6{
	padding:25px;
}
.investor_sec6 h5{
	font-size: 18px;
    margin: 0;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 1px;
}
.investor_sec6_list{
	width:100%;
	overflow: hidden;
}
#contentA .left{
	display: none !important;
}
.investor_sec6_list1{
	margin-left: -260px;
    margin-top: -90px;
}


/*******news_detail*********/
.products_sec2_list1_img{
	margin-top:20px;
}	
.news_sec2_list{
	padding-top:20px;
	/*border-top:1px solid #eee;*/
	background:#fff;
}
.news_sec2_list_pro{
	padding-top: 10px;
}
.news_sec2_list1{
	padding:10px 20px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	background:#fff;
}
.news_sec2_list1 h5{
	font-size: 16px;
    color: #333;
    line-height: 24px;
    text-align: left;
    margin-bottom: 5px;
    position: relative;

}
.news_sec2_list1 h5 span{
	position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #0d56a7;
    border-radius: 50%;
    top: 8px;
    left: -12px;
}
.news_sec2_list2{
	padding:10px 20px 20px 20px;
	background:#fff;
}
.news_detail_btn1 a{
	width:50px;
	height: 50px;
	line-height: 50px;
	display: block;
	border: 1px solid #0d56a7;
    border-radius: 50%;
    margin:0 auto;
    text-align: center;
}
.news_list1_prev{
	width: 100%;
    text-align: left;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}
.news_list1_prev a {
    display: block;
    position: relative;
    padding-left: 28px;
    font-size: 12px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_list1_prev_bg {
        position: absolute;
    top: 0px;
    left: 0;
}
.news_list1_prev_bg img {
    position: absolute;
    top: 0px;
    left: 6px;
}
.news_list1_prev_bg span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #0d56a7;
    border-radius: 50%;
}
.news_list1_btn{
	text-align: center;
}
.news_list1_next {
    width: 100%;
    text-align: right;
    position: relative;
}
.news_list1_next a {
    display: block;
    position: relative;
    padding-right: 50px;
}
.news_list1_next_bg {
    position: absolute;
    top: -5px;
    right: 30px;
}
.news_list1_next_bg img {
    position: absolute;
    top: 5px;
    left: -6px;
}
.news_list1_next_bg span {
        position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #0d56a7;
    border-radius: 50%;
}

/* pro */
.pro_row5{
	margin: 0 -3px;
}
.pro_col5{
	padding: 0 3px;
}
.pro_sec1{
	padding: 20px 20px;
	background-color: #FFFFFF;
}
.pro_sec1 .pro_sec1_title{
	padding:0 20px 0px;
}
.pro_sec1 .pro_sec1_title h3{
	margin: 0;
	margin-bottom: 23px;
	font-size: 18px;
	color:#000;
}
.pro_sec1 .pro_sec1_title p{
	font-size: 14px;
	line-height: 22px;
	margin:0;
}
.pro_box{
	background-color: #f5f5f5;
	padding-bottom: 7px;
	margin-bottom: 25px;
	cursor: pointer;
}
.pro_box img{
	border:1px solid #eee;
}
.pro_box .pro_content_h5{
	font-size: 12px;
	padding-left: 10px;
	margin: 10px 0;
	color:#333;
}
.pro_box p{
	font-size: 10px;
	margin: 0;
	padding-left: 10px;
	line-height: 20px;
}

.pro_box p:nth-child(3){
	height: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.pro_box p:nth-child(4){
	height: 40px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pro_box .pro_content_p1{
	
}
.pro_box .pro_content_p2{
	
}
/* pro */

/* pro_detail */
.pro_detai_sec2{
	margin: 0;
	padding: 0;
	
}
.pro_detai_sec2 li{
	width: 100%;
    height: auto; 
    line-height: 20px;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}
.pro_detai_sec2 .pro_sec2_left{
	float: left;
	width: 30%;
	color: #333333;
	/*border-bottom: 1px solid #333;*/
}
.pro_detai_sec2 .pro_sec2_right{
	float: left;
	width: 70%;
	color: #666666;
	/*border-bottom: 1px solid #DDDDDD;*/
	padding-left: 20px;
	font-size: 13px;
}
.pro_detai_title{
	font-size: 18px;
	padding-left: 22px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.pro_detai_title1{
	font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-top: 0;
    color: #333;
}
.pro_detai_sec3{
	padding: 20px 22px;
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
}
.pro_detai_sec3 h3{
	text-align: left;
	color: #333333;
	margin: 0;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #;*/
}
.pro_detai_sec3 h5{
	text-align: left;
	color: #333;
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
}
.pro_detai_sec3 p{
	text-align: left;
	color: #999;
	font-size: 14px;
	margin-bottom: 22px;
}
/* pro_detail */


/* 招聘 */	
.products_sec2_list1_content{
	margin-top:20px;
}
.products_sec2_list1_content_title{
	position: relative;
	width:100%;
	height:40px;
	line-height: 40px;
	background:#0d56a7;
	color:#fff;
	padding-left:10px;
	font-size:16px;
}
.products_sec2_list1_content_title img{
	position: absolute;
    width: 10px;
    top: 15px;
    right: 10px;
}
.products_sec2_list1_content_txt{
	border: 1px solid #0d56a7;
    padding: 15px 10px;
    font-size: 12px;
    line-height: 22px;
}
.products_sec2_list1_sq{
	margin-top:20px;
	text-align: center;
	position: relative;
}
.products_sec2_list1_sq a{
	font-size:14px;
	display: block;
	width:100%;
	height:40px;
	line-height: 40px;
	background:#0d56a7;
	text-align: center;
	color:#fff;
}
.products_sec2_list1_sq input{
	position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.health_center1{
	padding-top:20px;
}


.news_sec2_txt{
	font-size: 12px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_sec2_list1_bottom h6{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news_sec2_list1_bottom{
	padding: 10px;
}

.news_sec2_list1_bottom span{
	width: 90px;
    margin: 0 auto;
    margin-top: 15px;
    background: #0d56a7;
    font-size: 12px;
    line-height: 30px;
}
	

.news_inner_sec2_txt p span{
	color: #333 !important;
}	


.zhaop_h{
	width: 100%;
	margin: 0;
	position: absolute;
	top: 10%;
	left: 0;
	text-align: center;
	font-size: 18px;
	color: #333;
	font-weight: 600;
}


.gsgg{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 130px;
	line-height: 40px;
	margin-top: -20px;
	margin-left: -65px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}	
.gsgg:before{
	content: '';
	width: 100%;
	height: 100%;
	background:#0d56a7;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity:0.8;
    -moz-opacity:0.8; 
    -khtml-opacity:0.8;
    -webkit-opacity:0.8;
    filter:alpha(opacity=80);
}
	
	
	
	
	
/*8.24*/
/*****news_list********/
.news_nav_list1 li{
    width: 20%;
}
.news_list_sec1{
	background-color: #fff;
    width: 84%;
    margin: 0 auto;
    padding: 100px 140px;
}
.news_list1{
	width: 100%;
	max-width:1000px;
	margin:0 auto;
	padding-top:30px;
}
.news_list1 p{
	margin:0;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
}
.news_list1 p:nth-of-type(1){
	margin:0;
}

.news_list1 p img{
	padding:20px 0;
	margin-bottom: 10px;
	width: 70%;
	display: block;
	margin:0 auto;
	/*height: 100%;*/
}
.news_list1 div:nth-child(2){
	padding:20px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom: 10px;
}
.news_list1_title1{
	font-size:12px;
	color:#000;
}
.news_list1_title1 span{
    display: inline-block;
	font-size:12px;
	background:#0d56a7;
	color:#fff;
	padding:0 5px;
	margin-right:20px;
}
.news_list1_title2{
	margin-top:20px;
	font-size:22px;
	color:#0d56a7;
	margin-bottom: 45px;
}
.news_list1_txt1{
	padding:20px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom: 10px;
}
.news_list1_txt1 h5{
	text-align: left;
	font-size:20px;
	color:#000;
	padding-left:20px;
	position: relative;
	margin-bottom: 30px;
}
.news_list1_txt1 h5 span{
	position: absolute;
	top:5px;
	left:0;
	width:12px;
	height:12px;
	border:2px solid #0d56a7;
	border-radius: 50%;
}
.news_list1_img2{
	margin-top:20px;
	margin-bottom: 30px;
}
.news_list1_back{
	margin-top:80px;
	text-align: right;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.news_list1_back a{
	display: inline-block;
	width:60px;
	height:60px;
	line-height: 60px;
	border:1px solid #0d56a7;
	border-radius: 50%;
	color:#333;
	font-size:14px;
	text-align: center;
}
.news_list1_btn{
	padding:20px 0;
}
.news_list1_prev{
	width: 100%;
	float:left;
	text-align: left;
	position:relative;
}
.news_list1_prev a{
	display: block;
	position: relative;
	padding-left:50px;
}
.news_list1_next{
	width:50%;
	float:left;
	text-align: right;
	position:relative;
}
.news_list1_next a{
	display: block;
	position: relative;
	padding-right:50px;
}
.news_list1_prev_bg{
	position: absolute;
    top: -5px;
    left: 0;
}
.news_list1_prev_bg span{
	position: absolute;
	top: 6px;
	left:0;
	width: 22px;
	height: 22px;
	border:1px solid #0d56a7;
	border-radius: 50%;
}
.news_list1_prev_bg img{
	position: absolute;
	top: 6px;
	left: 6px;
}

.news_list1_next_bg{
	    position: absolute;
    top: -5px;
    right: 30px;
}
.news_list1_next_bg span{
	position: absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	border:1px solid #0d56a7;
	border-radius: 50%;
}
.news_list1_next_bg img{
	    position: absolute;
    top: -3px;
    left: -10px;
}	

.innovate_sec3{
	background-color: #FFFFFF;
	padding: 50px 5%;
}
.innovate_sec3>h3{
	margin-top: 10px;
}
.innovate_sec3>p{
	/*margin: 30px 0;*/

}
.innovate_sec3_title{
	margin-bottom: 30px;

}
.innovate_sec3 img{
	max-width: 100%;

}
.innovate_sec3 table {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.innovate_sec3 table td {
    border-left: 1px solid #ccc;
    text-align: left;
    border-top: 1px solid #ccc;
    height: 40px;
    line-height: 20px;
    padding: 10px;
}		
	
.development .products_sec1_txt p{
	margin-bottom: 0px;
}
	
	
	
	
	
	
	
	
	