@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	overflow-x: hidden;
	font-family: "微软雅黑";
}
ol, ul, li, dl, dt, dd, form, p, h1, h2, h3, h4, h5, img {
	margin: 0px;
	padding: 0px;
}
ol, ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	border: none;
	max-width:100%;
}
a {
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
input, textarea {
	outline: 0;
	resize: none;
	border: none;
	_border: 0;
	margin: 0;
	padding: 0;
}
select {
	border: 0;
}
input {
	margin: 0;
	padding: 0;
	border: none;
}
table, table td {
	border-collapse: collapse;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}




.wrap{
	width: 1400px;
	margin: 0px auto;
}
.nav{
	margin-right: -30px;
}
.nav > ul > li{
	float: left;
	line-height: 100px;
	margin: 0px 12.5px;
	height: 100px;
}
.nav > ul > li > a{
	border-top: 5px solid #fff;
	display: block;
	font-size: 16px;
	color: #2c2c2c;
	font-weight: bold;
	padding: 0px 25px 0px;
	line-height: 90px;
	
}
.section1{
	position: relative;
}
.header{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 99;
	height: 100px;
	background: #fff;
}
.search ul li{
	float: left;
	width: 90px;
	text-align: center;
}
.search ul li:nth-child(1) img{
	position: relative;
	top: 38px;
}

@-webkit-keyframes start{0%,30%{opacity:0;-webkit-transform:translate(0,-8px)}60%{opacity:1;-webkit-transform:translate(0,0)}100%{opacity:0;-webkit-transform:translate(0,10px)}}
@-moz-keyframes start{0%,30%{opacity:0;-moz-transform:translate(0,-8px)}60%{opacity:1;-moz-transform:translate(0,0)}100%{opacity:0;-moz-transform:translate(0,10px)}}
.pre-wrap{width:172px;height:65px;position:relative;animation:start 1.5s infinite ease-in-out;-webkit-animation:start 1.5s infinite ease-in-out;-moz-animation:start 1.5s infinite ease-in-out;margin: 0px auto;}
.pre-wrap .tips{ color:#fff; text-align:center; padding-top:12px;}

.banner li{
	height: 100vh;
}
.banner{
	position: relative;
	z-index: 9;
}
.scrollDown{
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
	z-index: 99999;
}
.pre-wrappre-wrap{
	width: 100%;
}

.nav > ul > li:hover{
	background: #f5f5f5;
}
.nav > ul > li:hover > a{
	display: block;
	color: #4cb8df;
	border-top: 5px solid #4cb8df;
}
.yc_div{
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0px;
	background: rgba(0,0,0,0.5);
	line-height: 85px;
	z-index: 99999;
	display: none;
}
.yc_div ul li a{
	font-size: 15px;
	color: #ffffff;
	margin-left: 50px;
}
.yc_nav{
	float: right;
	margin-right: 200px;
}
.yc_nav ul li{
	float: left;
}
.yc_div ul li a:hover{
	color: #4cb8df;
}
.nav > ul > li:hover .yc_div{
	display: block;
}
.two{
	display: none;
}
.qr_box{
	position: relative;
}
.qr_div{
	position: absolute;
	top: 100%;
	right: 0px;
	width: 430px;
	background: rgba(0,0,0,0.5);
	z-index: 999999;
	text-align: left;
	display: none;
}
.qr_txt{
	padding: 80px 55px 100px;
}
.qr_txt p{
	font-size: 24px;
	color: #ffffff;
	font-family: "Arial";
}
.qr_txt span{
	display: block;
	font-size: 24px;
	color: #00b5e6;
	margin: 20px 0px 40px;
}
.dh_img{
	margin: 30px 0px 20px;
}
.qr_txt h3{
	font-size: 30px;
	color: #ffffff;
	font-family: "Arial";
}
.qr_txt dd{
	font-size: 16px;
	color: #fff;
	opacity: 0.4;
	margin-top: 20px;
}
.section2_box{
	position: relative;
	min-height: 610px;
}
.section2_more a{
	width: 134px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	background: #4cb8df;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.section2_more a:hover{
	transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
}
.section2_txt{
	margin: 60px 0px 75px;
}
.section2_txt p{
	font-size: 15px;
	color: #3d3d3d;
	line-height: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.section2_l{
	width: 36.5%;
	margin-top: 60px;
}
.section2_r_img{
	position: absolute;
	right: 0px;
}
.section2_r{
	width: 780px;
	position: relative;
}
.section2_r_box{
	width: 240px;
	position: relative;
	z-index: 99;
}
.section2_r_box{
	background: #f0f0f0;
}
.section2_r_box ul{
	padding-bottom: 0.1px;
	margin-top: 137px;
}
.section2_r_box ul li{
	background: #4cb8df;
	margin-bottom: 3px;
	padding: 35px 0px;
	padding-left: 40px;
}
.box_r span{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.box_r p{
	font-size: 10px;
	color: #fff;
	opacity: 0.5;
	text-transform: uppercase;
}
.section3{
	background: #b1b1b1;
}
.section3_box{
	background: url(/images/gybj_02.jpg)no-repeat center;
	background-size: cover;
	padding: 150px 0px;
}
.section3_top{
	width: 293px;
	background: url(/images/fw_03.png)no-repeat right;
	padding: 30px 0 35px
}
.section3_top p{
	font-size: 18px;
	color: #2a2929;
	opacity: 0.5;
	text-transform: uppercase;
	font-family: "Arial";
}
.section3_top h3{
	font-size: 40px;
	color: #fff;
}
.section3_l{
	width: 515px;
}
.section3_txt h4{
	font-size: 22px;
	color: #ffffff;
	display: block;
	margin: 65px 0px 30px;
}
.section3_txt p{
	font-size: 15px;
	color: #ffffff;
	line-height: 35px;
	opacity: 0.8;
}
.section3_more a{
	width: 134px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	background: #fff;
	color: #4cb8df;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
	margin-top: 60px;
}
.section3_more a:hover{
	transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
}
.section3_r{
	width: 785px;
	background: #fff;
	position: relative;
}
.section3_r_txt{
	padding: 65px 100px 70px;
}
.section3_r_txt ul li span{
	font-size: 20px;
	color: #2a2929;
	font-weight: bold;
	display: block;
}
.section3_r_txt ul li{
	width: 245px;
	float: left;
	margin-right: 90px;
	margin-bottom: 55px;
}
.section3_r_txt ul{
	margin-bottom: -55px;
}
.xian{
	width: 20px;
	height: 3px;
	background: #4cb8df;
	margin: 12px 0px;
}
.section3_r_txt ul li p{
	font-size: 15px;
	color: #3d3d3d;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.section3_r_txt ul li:nth-child(2n){
	margin-right: 0px;
}
.section3_r_nav{
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
}
.section3_r_nav ul li a{
	width: 8px;
	height: 8px;
	background: #c8c8c8;
	border-radius: 50%;
	display: block;
	border: 2px solid #fff;
	margin-bottom: 10px;
}
.section3_r_nav ul .on a{
	border: 2px solid #4cb8df;
	background: #fff;
}
.section3_r_txt{
	display: none;
}
.section3_r_txt_tab{
	display: block;
}
.section4_box_top{
	width: 290px;
	background: url(/images/ab_03.png)no-repeat;
	padding: 25px 0px 35px;
}
.section4_box_top p{
	font-size: 18px;
	color: #ababab;
	font-family: "Arial";
	text-transform: uppercase;
}
.section4_box_top h3{
	font-size: 40px;
	color: #000000;
}
.section4_box{
	padding: 100px 0px;
	background:url(/images/dtbj_02.jpg)no-repeat center;
	background-size: cover;
}
.section4{
	background: #b1b1b1;
}
.section4_dt{
	width: 615px;
	background: #f3f3f3;
}
.section4_txt{
	padding: 30px 45px;
}
.section4_txt h3{
	font-size: 22px;
	color: #2a2929;
	font-weight: bold;
}
.section4_txt p{
	font-size: 15px;
	color: #909090;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 50px;
}
.section4_txt i{
	font-size: 14px;
	font-family: "Arial";
	color: #2a2929;
	opacity: 0.6;
}
.section4_img{
	overflow: hidden
}
.section4_nav ul li a{
	font-size: 14px;
	color: #2a2929;
	font-family: "Arial";
	text-transform: uppercase;
	opacity: 0.7;
}
.section4_r{
	width: 700px;
}
.section4_div{
	margin-bottom: 65px;
}
.section4_nav ul li p{
	font-size: 14px;
	color: #2a2929;
	opacity: 0.6;
}
.section4_nav ul li h3{
	font-size: 18px;
	color: #2a2929;
	display: block;
	margin: 5px 0px 20px;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.section4_nav ul li {
	padding: 0px 55px;
}
.section4_r_txt{
	padding: 35px 0px;
	border-bottom: 1px solid #e9e9e9;
}
.section4_nav ul li:last-of-type .section4_r_txt{
	border-bottom: none;
}
.section4_nav ul li:hover{
	background: url(/images/ab3_03.jpg)no-repeat;
}
.section4_nav ul li:hover .section4_r_txt{
	border-bottom: 1px solid #fff;;
}
.section4_nav ul li:hover h3{
	color: #fff;
}
.section4_nav ul li:hover p{
	color: #fff;
}
.section4_nav ul li:hover a{
	color: #fff;
}
.section5_l h3{
	font-size: 46px;
	color: #000000;
	display: block;
	margin-bottom: 15px;
}
.section5_big{
	background:#f0efef;
}
.section5_box{
	padding: 95px 90px 100px;
}
.section5_l dd{
	font-size: 18px;
	color: #ababab;
	font-family: "Arial";
	text-transform: uppercase;
}
.xian2{
	width: 20px;
	height: 3px;
	background: #4cb8df;
	margin: 20px 0px 30px;
}
.section5_l p{
	font-size: 15px;
	color: #666666;
	line-height: 36px;
}
.footer{
	background: url(/images/ftbg_02.jpg)no-repeat center;
	background-size: cover;
	height: 540px;
	position: relative;
}
.end{
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	opacity: 0.2;
}
.section5_big{
	margin-top: 170px;
	margin-bottom: -380px;
	position: relative;
	z-index: 999;
}
.section5_r{
	width: 600px;
}
.qr_two{
	display: none;
}
.qr_nav{
	margin-top: 90px;
}
.qr_nav ul li{
	float: left;
	margin-right: 12px;
}
.qr_nav ul li:hover .qr_two{
	display: inline-block;
}
.qr_nav ul li:hover .qr_one{
	display: none;
}
.ft_nav ul li span{
	display: block;
	font-size: 16px;
	color: #2a2929;
	font-weight: bold;
	margin-bottom: 20px;
}
.ft_nav ul li a{
	display: block;
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}
.ft_nav{
	margin-left: 110px;
	margin-right: -110px;
}
.ft_nav ul li{
	float: left;
	width: 200px;
	margin-top: 40px;
}

.ft_nav ul li:hover span{
	color: #4cb8df;
}
.ft_nav ul li a:hover{
	color: #4cb8df;
}


/*手机头部*/
.rightNav{
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: -100%;
	background: rgba(0,0,0,0.6);
}
.temb{
	height: 100%;
	background:#fff;
	overflow-y:auto;
}
.mtop_txt{
	margin-left: 30px;
	margin-top: 15px;
}

.m_head{
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: relative;
	display: none;
	height: 100px;
}
.mlogo{
	width: 240px;
}
.mbnt .subNavBox .sub_nav{
	height: 100px;
	line-height: 100px;
	font-size: 22px;
	color: #2c2c2c;
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}
.mjt{
	margin-top: 38px;
	margin-right: 20px;
}
.temb_top{
	border-bottom:1px solid #eeeeee;
}

.mbnt .subNavBox .sub_nav .sub{
	background: url(/images/jia_03.jpg)no-repeat right;
	background-position-x: 96%;
}
.mbnt .subNavBox .currentDd .sub{
	background: url(/images/jian_03.jpg)no-repeat right;
	background-size: 18px;
    background-position-x: 96%;
}
.mbnt .navContent a{
	font-size: 18px;
	color: #666666;
	display: block;
	background: #fff;
	height: 100px;
	line-height: 100px;
}
.mbnt .navContent span:last-of-type a{
	border-bottom:none;
}
.mbnt .navContent span{
	display: block;
    border-bottom: 1px solid #eeeeee;
}
.mbnt .navContent a:hover{
	color: #1356b1;
}
.mbnt .navContent{
	display: none;
	margin-top: -10px;
	margin-bottom: 10px;
}
/*搜索框*/
.phoneSearch{position:absolute; z-index:1000; left:0px; top:100%; width:100%; height:165px; background:rgba(0,0,0,0.8);display: none;}
.phoneSearch .form{margin:0 5%; position:relative; height:40px;background: #fff;margin-top: 35px;height: 74px;line-height: 74px;border-radius: 10px;}
.phoneSearch .input1 {
    width: 76%;
    height: 74px;
    line-height: 74px;
    font-size: 14px;
    background: #fff;
	border-radius: 10px 0px 0px 10px;
	padding-left: 5%;
}
.phoneSearch .btn1{width:40px; height:40px; position:absolute; top:30px; right:0px; background:url(/images/nimg36_1.png) center no-repeat; background-size:20px;}
.mbnt .sub{
	position: relative;
}
.button{
	width: 19%
}
.button a{
	display: block;
	text-align: center;
	background: #4cb8df;
	color: #ffffff;
	font-size: 18px;
	border-radius: 0px 10px 10px 0px;
}
/*结束*/

.head_box{
	position: absolute;
	right: 0px;
}
.xian3{
	width: 85px;
	height: 2px;
	background: #4cb8df;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #525252;
	font-size: 18px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #525252;
	font-size: 18px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #525252;
	font-size: 18px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #525252;
	font-size: 18px;
}

.mbanner{
	display: none;
}
.mbanner img{
	width: 100%;
}
.section2_box{
	background: url(/uploadfile/image/20210111/20210111101236_79068.jpg) no-repeat center; background-size: cover;
}
.section2_img img{
	width: 100%;
}
.section2_img{
	width: 100%;
	display: none;
}
.section2_banner{
	display: none;
	position: absolute;
	bottom:-350px;
	left: 0px;
}
.section2_banner .swiper-container{
	background: #f5f5f5;
}



.section2_banner .section3_r_txt{
	padding: 95px 60px;
}
.mqr_img{
	text-align: center;
	display: none;
}



/*企业简介*/
.ny_top{
	width: 100%;
	height: 75px;
	line-height: 75px;
	background: #fafafa;
}
.ny_nav ul li{
	float: left;
	height: 75px;
	line-height: 75px;
}
.ny_nav ul li a{
	display: block;
	padding: 0px 25px;
	font-size: 15px;
	color: #2a2929;
}
.ny_nav ul .on{
	background: #4cb8df;
}
.ny_nav ul .on a{
	color: #fff;
	font-weight: bold;
}
.ny_nav ul li:hover{
	background: #4cb8df;
}
.ny_nav ul li:hover a{
	color: #fff;
	font-weight: bold;
}
.about_top_l p{
	font-size: 40px;
	color: #000000;
	font-weight: bold;
	
}
.about_top_l span{
	font-size: 16px;
	color: #b0afaf;
	margin-left: 5px;
	font-weight: normal;
	position: relative;
	top: -5px;
	display: inline-block;
}
.about_top{
	position: relative;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 45px;
}
.abxian{
	width: 65px;
	height: 5px;
	background: #4cb8df;
	position: absolute;
	left: 0px;
	bottom: -1px;
}
.mbx {
	color: #999999;
	margin-top: 20px;
}
.mbx span{
	margin-left: 10px;
}
.mbx a{
	color: #999999;
	background: url(/images/jt_03.png)no-repeat right;
	padding-right: 12px;
	margin-right: 3px;
}
.mbx a:last-of-type{
	background: 0px;
	padding: 0px;
	margin: 0px;
	color: #4cb8df;
}
.mbx a:hover{
	color: #4cb8df;
}
.mbx img{
	position: relative;
	top: -2px;
}
.about{
	margin-top: 90px;
}
.about_l{
	width: 635px;
}
.about_l_txt p{
	font-size: 15px;
	color: #3d3d3d;
	line-height: 36px;
}
.brief{
	margin: 80px 0px;
}
.ab_topimg{
	margin-bottom: 50px;
}
.history_top{
	text-align: center;
	padding-top: 70px;
}
.history{
	background: url(/images/ab3_02.jpg)no-repeat center;
	background-size: cover;
	height: 580px;
}
.history_top h3{
	font-size: 36px;
	color: #ffffff;
}
.history_top p{
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	display: block;
	margin: 5px 0px 10px;
}
.xian5{
	width: 50px;height: 1px;
	background: #fff;
	margin: 0px auto;
}
.history_banner{
	padding: 0px 85px;
	position: relative;
	margin-top: 50px;
}
.history_banner .swiper-button-prev,.history_banner  .swiper-container-rtl .swiper-button-next{
	 background-image: url(/images/bntlk_03.png);
    left: 0px;
    right: auto;
}
.history_banner .swiper-button-next,.history_banner .swiper-container-rtl .swiper-button-prev{
	background-image: url(/images/bntrk_03.png);
	right: 0px;
    left: auto;
}
.history_banner .swiper-button-next,.history_banner .swiper-button-prev{
	position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    margin-top: -83px;
    z-index: 10;
    cursor: pointer;
    background-size: 42px;
    background-position: center;
    background-repeat: no-repeat;
	opacity: 1;
	outline: none;
}
.history_banner .swiper-button-next:hover{
	 background-image: url(/images/bntr_03.png);
}
.history_banner .swiper-button-prev:hover{
	background-image: url(/images/bntl_03.png);
}
.history_time span{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	font-family: "Arial";
}
.history_time{
	text-align: center;
	position: relative;
	padding-bottom: 65px;
}
.quan{
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	bottom: 0px;
}
.xian7{
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 85px;
	left: 0px;
}
.history_txt{
	position: relative;
	background: #ecf6fc;
	border-radius: 10px;
	min-height: 150px;
	margin-top: 40px;
}
.sanj{
	position: absolute;
	bottom: 100%;
	width: 100%;
	left: 0px;
	text-align: center;
}
.history_txt_on{
	padding: 30px 25px 0px;
}
.history_txt_on p{
	font-size: 15px;
	color: #3d3d3d;
	line-height: 32px;
}
.about_alltxt{
	margin-top: 80px;
}
.about_alltxt p{
	font-size: 15px;
	color: #3d3d3d;
	line-height: 32px;
}
.about_img{
	margin: 60px 0px;
}


/*手机下拉*/
.m_xl{
  position: relative;
  width: 100%;
  background: #4cb8df;
display: none;
}
.m_xl span{
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 3% 0px;
  width: 92%;
  margin: 0px auto;
  background: url(/images/jiaaa_03.png)no-repeat right;
  background-size: 18px;
}
.m_xlnav{
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
	z-index: 99;
	display: none;
	background: #fff;
}
.m_xlnav ul li{
 
  padding: 2% 0px;
  background: #f2f2f2;
  margin-bottom: 1px;
}
.m_xlnav ul li a{
  font-size: 16px;
  color: #565656;
  margin: 0px auto;
  display: block;
}

/*end*/
.about2 p{
	font-size: 15px;
	color: #3d3d3d;
	line-height: 30px;
}
.about2{
	margin-top: 60px;
}
.about2_img{
	margin-top: 245px;
	background: #fafafa;
	padding-bottom: 85px;
}
.about2_img img{
	margin-top: -170px;
}

.team_top{
	background: #fafafa;
	margin-left: 30px;
	height: 475px;
}
.team_top_txt{
	width: 50%;
	height: 100%;
	display: table;
}
.team_top_on{
	padding: 0px 40px;
	display: table-cell;
	vertical-align: middle;
}
.team_top_on span{
	font-size: 24px;
	color: #2c2c2c;
	font-weight: bold;
	display: block;
}
.txian{
	width: 48px;
	height: 3px;
	background: #4cb8df;
	margin: 15px 0px 30px;
}
.team_top_on p{
	font-size: 15px;
	color: #3d3d3d;
	line-height: 35px;
}
.team_top_img img{
	box-shadow: 0 -2px 15px 0 hsla(230,9%,48%,.2);
}
.team_top_img {
	margin-left: -30px;margin-top: -40px;
}
.team_top{
	margin-top: 120px;
}
.team_nav ul li{
	height: 350px;
	background: #fafafa;
	margin-right: 20px;
	position: relative;
	margin-bottom: 70px;
}
.team_nav{
	margin-top: 85px;
}
.number{
	width: 295px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 30px;
}
.shux{
	width: 1px;
	height: 85px;
	background: #eeeeee;
	margin: 25px auto 0px;
}
.number span{
	display: block;
	font-size: 60px;
	color: #cfcfcf;
	font-family: "SourceHanSerifCN";
	
}
.teamTxt{
	display: table;
	height: 100%;
	margin-left: 295px;
}
.teamTxton h3{
	font-size: 24px;
	color: #2c2c2c;
	display: inline-block;
	margin-bottom: 35px;
}
.teamTxton span{
	font-size: 16px;
	color: #3d3d3d;
	margin-left: 10px;
	font-weight: normal;
}
.teamTxton{
	display: table-cell;
	vertical-align: middle;
}
.teamTxton p{
	font-size: 15px;
	color: #3d3d3d;
	line-height: 35px;
}
.teamImg{
	position: absolute;
	right: -20px;
	top:-12px;
}
.team_nav ul li:nth-child(2n){
	margin-right: 0px;
	margin-left: 20px;
}
.team_nav ul li:nth-child(2n) .number{
	position: absolute;
	left: inherit;
	top: 30px;
	right: 0px;
}
.team_nav ul li:nth-child(2n) .teamImg{
	right: inherit;
	top:-12px;
	left: -20px;
}
.team_nav ul li:nth-child(2n) .teamTxt{
	margin-left: 395px;
}
.team_nav ul li:hover .number span{
	color: #4cb8df;
}
.team_nav ul li:hover .shux{
	background: #4cb8df;
}
.platform_top span{
	font-size: 24px;
	color: #3d3d3d;
	display: block;
	font-weight: bold;
	background: url(/images/jtsj_03.png)no-repeat left;
	padding-left: 50px;
}
.platform_nav .platform_top{
	margin: 50px 0px;
}
.platformImg{
	width: 405px;
	height: 375px;
	background: url(/images/zzjs_03.png)no-repeat center;
	background-size: 100%;
}
.platform_img{
	display: inline-block;
	border: 1px solid #ececec;
	margin-top: 45px;
	margin-left: 30px;
	overflow: hidden;
}
.platform_nav ul li span{
	display: block;
	text-align: center;
	font-size: 30px;
	color: #3d3d3d;
	font-family: "Arial";
	margin-top: 25px;
}
.platform_nav ul li{
	width: 405px;
	display: inline-block;
	margin-left: 40px;
	margin-bottom: 45px;
}
.platform_nav ul{
	background: url(/images/jsbj_03.jpg)no-repeat center;
	background-size: 100%;
	margin-left: 20px;
}
.platform_img img{
	    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.platform_nav ul li:hover .platform_img img{
	    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.platform_p{
	margin-top: 20px;
	padding-left: 50px;
}
.platform_p p{
	font-size: 18px;
	color: #4c4c4c;
	line-height: 35px;
}
.platform_big{
	position: relative;
}
.platform_big_txt{
	position: absolute;
	top: 200px;
	left: 0px;
}
.Partner_r{
	width: 530px;
}
.Partner_r span{
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #4cb8df;
	background: url(/images/zzjt_03.png)no-repeat right;
	padding-right: 70px;
	margin-bottom: 25px;
}
.Partner_r p{
	font-size: 15px;
	color: #3d3d3d; 
	line-height: 34px;
}
.Partner_nav{
	margin-top: 45px;
}
.Partner_nav ul li{
	border: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.Partner{
	margin-top: 60px;
}




.h_banner{padding: 0 52px;position: relative;}
.h_banner .swiper-slide {width: 420px;background: url(/images/a35.png) repeat-x bottom;}
.h_banner .swiper-slide .img{border:5px solid #e4e4e4;}
.h_banner .swiper-slide img{width: 100%;}
.h_banner .swiper-slide p{opacity: 0;font-size: 15px;text-align: center;padding: 30px 10px 20px; color: #333;}
.h_banner .swiper-slide-active p{opacity: 1;}
.h_banner .swiper-button-prev{width: 50px;height: 50px;margin-top:-25px;left: 0px;background: url("/images/rybntl_03.jpg") no-repeat left; outline: none;} 
.h_banner .swiper-button-next{width: 50px;height: 50px;margin-top:-25px;right: 0px;background: url("/images/rybntr_03.jpg") no-repeat right; outline: none;} 
.h_banner .swiper-button-prev:hover{background-image:url("/images/rylbnt_03.jpg"); } 
.h_banner .swiper-button-next:hover{background-image:url("/images/rylbantr_03.jpg"); } 

.div1200{
	width: 1200px;
	margin: 0px auto;
}
.honor{
	margin-top: 95px;
}
.list{
	margin-top: 80px;
}
.list ul li{
	float: left;
	width: 275px;
	margin-bottom: 30px;
	margin-right: 33px;
}
.list ul li a{
	display: block;
	padding: 14px;
	border: 1px solid #e6e6e6;
}
.honor_img{
	border: 2px solid #e6e6e6;
	overflow: hidden;
}
.list ul li span{
	display: block;
	font-size: 16px;
	color: #3d3d3d;
	text-align: center;
	margin-top: 10px;
}
.list ul li:nth-child(4n){
	margin-right: 0px;
}
.list ul li:hover a{
	    box-shadow: 1px 1px 15px 1px hsla(230,9%,48%,.2);
}
.honor_img img{
	    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.list ul li:hover img{
	    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.fy {
	text-align: center;
	margin-top: 110px;
}
.fy a{
	display: inline-block;
	width: 43px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 13px;
	color: #353535;
	font-family: "Arial";
	background: #eeeeee;
	margin-right: 15px;
}
.fy a:last-of-type{
	margin-right: 0px;
}
.fy .up{
	width: 80px;
	margin-right: 15px;
}
.next{
	background: none;
	margin-left: 15px;
}

.fy .next{
	width: 80px;
}
.fy a:hover{
	color: #fff;
	background: #4cb8df;
}

.fy .a_on{
	color: #fff;
	background: #4cb8df;
}
.fy_more{display: none;}
.fy_more a{
	display: block;
	margin: 5% 0px;
	text-align: center;
	font-size: 16px;
	color: #666;
	
}

.map_top span{
	display: block;
	font-size: 30px;
	color: #2a2929;
	text-align: center;
	margin-bottom: 40px;
}
.map{
	margin-top: 80px;
}
.map_img{
	margin-bottom: 90px;
}
.map_nav ul li{
	float: left;
	width: 33.3%;
	text-align: center;
}
.map_nav ul li .map_nav_img{
	background: url(/images/za1_03.jpg)no-repeat right;
}
.map_nav ul li:nth-child(3) .map_nav_img{
	background: none;
}
.map_nav ul li span{
	font-size: 18px;
	color: #2a2929;
	font-weight: bold;
	display: block;
	margin-top: 20px;
}
.map_l span{
	font-size: 24px;
	color: #2a2929;
	display: block;
	margin-bottom: 30px;
}
.map_l dd{
	font-size: 16px;
	color: #3d3d3d;
	background: url(/images/bj_03.png)no-repeat left;
	padding-left: 27px;
}
.map_l{
	padding-left: 80px;
	margin-top: 90px;
}
.mapNav ul li:nth-child(2n) .map_l{
	padding-left: 0px;
	margin-top: 90px;
	margin-right: 150px;
}
.mapNav ul li{
	margin-bottom: 45px;
}
.mapNav ul{
	margin-bottom: -45px;
	margin-top: 140px;
}
.nybanner{
	margin-top: 100px;
}
.services_top span{
	display: block;
	text-align: center;
	font-size: 30px;
	color: #000000;
}
.services_top{
	text-align: center;
}
.services_xian{
	width: 50px;
	height: 3px;
	background: #4cb8df;
	margin: 15px auto 0px;
}
.services{
	margin-top: 70px;
}
.services_txt{
	margin-top: 50px;
}
.services_txt p{
	font-size: 16px;
	color: #3d3d3d;
	line-height: 35px;
}
.services_box{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 100px;
	position: relative;
}
.services_cancer13{
	margin-top: 80px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 65px;
}
.services_ys_top{
	width: 290px;
	background: url(/images/fw3_03.png)no-repeat center;
	background-size: 100%;
	line-height: 50px;
	border-radius: 25px;
	box-shadow: 1px 1px 15px 0 hsla(230,9%,48%,.2);
}
.services_ys_top span{
	display: inline-block;
	font-size: 24px;
	color: #4cb8df;
	font-weight: bold;
	background: url(/images/zzz999_03.png)no-repeat right;
	padding-left: 85px;
	padding-right: 50px;
}
.services_ys_txt i{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #4cb8df;
	font-size: 18px;
	font-family: "Arial";
	box-shadow: 4px 2px 8px 0 hsla(230,9%,48%,.4);
	margin-right: 17px;
}
.services_ys_txt{
	margin: 50px 0px;
	padding-left: 35px;
	font-size:15px;
}

.services_ys_txt p{
	font-size: 16px;
	color: #3d3d3d;
	line-height: 43px;
}
/*************Jie    start********************/
.services_ys_img .services_ys_img_box p{
	font-size: 16px;
	color: #3d3d3d;
	line-height: 43px;
}
.services_ys_img .services_ys_img_box p i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #4cb8df;
    font-size: 18px;
    font-family: "Arial";
    box-shadow: 4px 2px 8px 0 hsla(230,9%,48%,.4);
    margin-right: 17px;
}
/*************Jie    start********************/
.services_ys_img{
	margin: 60px 0px;
	text-align: center;
}
.services_ys_nav ul li{
	width: 418px;
	border: 1px dashed #4cb8df;
	border-radius: 25px;
	min-height: 262px;
	float: left;
	margin-right: 70px;
    margin-bottom:70px;
}
.services_ys_nav_txt{
	padding: 30px 20px;
}
.services_ys_nav_txt span{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: #4cb8df;
	border-radius: 25px;
	text-align: center;
	margin-bottom: 20px;
}
.services_ys_nav_txt p{
	font-size: 16px;
	color: #3d3d3d;
	line-height: 36px;
}
.services_ys_nav{
	margin: 55px 0px 70px;
}
.services_ys_nav ul li:nth-child(3){
	margin-right: 0px;
}
.table table{
	width: 925px;
	border: none;
	text-align: center;
	margin: 60px auto;
}
.table table tr:nth-child(1) td{
	width: 50%;
	border: none;
	background: #4cb8df;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}
.table table td{
	line-height: 40px;
	font-size: 16px;
	color: #3d3d3d;
}
.table table  td:nth-child(1) {
	background: #f8fcfe;
}
.table table  td:nth-child(3) {
	background: #f8fcfe;
}
.table2 table{
	width: 925px;
	border: none;
	text-align: center;
	margin: 0px auto 60px;
}
.table2 table tr th{
	width: 50%;
	border: none;
	background: #4cb8df;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}
.table2 table tr td{
	line-height: 40px;
	font-size: 16px;
	color: #3d3d3d;
	background: #f8fcfe;
}
.table_box{
	margin: 55px 0px 85px;
    line-height:35px;
}
.services_ys_img2{
	text-align: center;
	margin: 70px 0px 40px;
}
.services25_nav{
	text-align: center;
	margin: 50px 0px;
}
.services25_nav ul li{
	width: 190px;
	display: inline-block;
	border: 1px dashed #4cb8df;
	border-radius: 150px;
	min-height: 405px;
	vertical-align: top;
	margin-right: 100px;
}
.services25_nav ul li:last-of-type{
	margin-right: 0px;
}
.div_txt25  span{
	display: block;
	width: 130px;text-align: center;
	height: 90px;
	background: #4cb8df;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 50%;
	padding-top: 40px;
	margin: 0px auto;
}

.div_txt25  dl{
	display: block;
	width: 130px;text-align: center;
	height: 90px;
	background: #4cb8df;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 50%;
	padding-top: 40px;
	margin: 0px auto;
}
.div_txt25 dd{
	padding: 0px 20px;
}
.div_txt25{
	padding: 20px;
	text-align: left;
}
.txt25 p{
	font-size: 15px;
	color: #3d3d3d;
	line-height: 25px;
	font-family: "Noto Sans S Chinese";
}
.div_txt25 .xian2{
	margin: 15px auto 20px;
}


.table3 table{
	width: 925px;
	border: none;
	text-align: center;
	margin: 0px auto 30px;
}
.table3 table tr th{
	width: 50%;
	border: none;
	background: #4cb8df;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}
.table3 table tr td{
	line-height: 40px;
	font-size: 16px;
	color: #3d3d3d;
	background: #f8fcfe;
}
.table3 table tr td:nth-child(2n){
	background: #fff;
}
.table3_box{
	margin: 60px 0px 40px;
}
.dna_box{
	margin: 50px 0px;
}
.dna_box p{
	font-size: 16px;
	color: #3d3d3d;
	line-height: 32px;
	
}



.services_25{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 95px;
	margin-top: 75px;
}
.services_52{
	border: none;
	padding-bottom: 0px;
	
}
.services_cancer13 .services_top{
	margin-bottom: 75px;
}
.services_25 .services_top{
	margin-bottom: 75px;
}


/*市场动态*/
.dynamics_nav ul li{
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
	min-height: 160px;
	margin-top: 30px;
}
.dynamicsimg{
	position: absolute;
	left: 0px;
	top: 0px;
}
.dynamicsimg img{width:310px;height:158px;}
.dynamics_txt{
	padding-left: 350px;
	width: 57%;
}
.dynamics_txt span{
	display: block;
	font-size: 22px;
	color: #2a2929;
	margin: 20px 0px;
	overflow:hidden; 

	text-overflow:ellipsis;

	display:-webkit-box; 

	-webkit-box-orient:vertical;

	-webkit-line-clamp:1; 
}
.dynamics_txt p{
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	overflow:hidden; 

	text-overflow:ellipsis;

	display:-webkit-box; 

	-webkit-box-orient:vertical;

	-webkit-line-clamp:2; 
}
.dy_time{
	width: 180px;
	text-align: center;
	margin-top: 65px;
}
.dy_time dd{
	font-size: 24px;
	color: #2c2c2c;
	margin-bottom: 20px;
	
}
.dy_time a{
	font-size: 14px;
	color: #2a2929;
	text-transform: uppercase;
	width: 130px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	display: block;
	margin: 0px auto;
}
.dynamics_nav ul li:hover .dynamics_txt span{
	color: #4cb8df;
	font-weight: bold;
}
.dynamics_nav ul li:hover .dy_time a{
	background: #4cb8df;
	color: #fff;
}
.dynamics_nav{
	margin-top: 75px;
}

.dt_top{
	text-align: center;
	border-bottom: 1px dashed #eeeeee;
	padding-bottom: 50px;
	margin-top: 90px;
}
.dt_top h3{
	color: #2a2929;
	display: block;
	margin-bottom: 50px;
	font-size: 24px;
	
}
.dt_top span{
	font-size: 14px;
	color: #909090;
	margin-right: 35px;
}
.dt_top span:last-of-type{
	margin-right: 0px;
}
.dt_txt p{
	font-size: 15px;
	color: #3d3d3d;
	line-height: 32px;
	text-indent: 2em;
}
.dt_txt dd{
	font-size: 15px;
	color: #3d3d3d;
	line-height: 32px;
}
.dt_txt_img{
	text-align: center;
	margin: 60px 0px 80px;
}
.share{
	margin-top: 140px;
}
.share span{
	font-size: 14px;
	color: #666666;
	line-height: 27px;
	
}
.dt_more{
	width: 130px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: url(/images/black_03.jpg)no-repeat center;
	background-size: 100%;
	transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.dt_more a{
	display: block;
	color: #fff;
	font-size: 16px;
	padding-right: 10px;
}
.dt_bottom{
	padding-top: 30px;
	border-top: 1px dashed #dddddd;
	margin-top: 30px;
}
.dt_bottom span{
	font-size: 15px;
	color: #3d3d3d;
	margin-bottom: 17px;
	display: block;
}
.dt_more:hover{
	    box-shadow: 4px 4px 2px 0px hsla(230,9%,48%,.2);
	transform: scale(1.05);
    transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);

}
.dt_bottom span a:hover{
	color: #9d9d9d;
}
.dt_txt{
	margin-top: 50px;
}


.p_search{
	width: 305px;
	line-height: 50px;
	height: 50px;
}
.p_search_k{
	width: 200px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #e3e3e3;
	padding-left: 15px;
}
.bnt{
	width: 85px;height: 50px;
	line-height: 50px;
	background: #4cb8df;
}
.bnt a{
	font-size: 15px;
	display: block;
	color: #fff;
	line-height: 50px;
	background: url(/images/wfdj_03.png)no-repeat left;
	padding-left: 25px;
	margin-left: 13px;
}
.p_search{
	margin: 40px 0px 30px;
}




.Patient .join_k .subNavBox{
	margin-bottom: 20px;
}
.Patient .join_k .subNavBox .sub{
	background: #f3f3f3;
	line-height: 60px;
}
.Patient .join_k .subNavBox span{
	background: url(/images/jt33_03.png)no-repeat right;
	display: block;
	margin: 0px 40px;
	font-size: 18px;
	color: #333333;
}
.Patient .join_k  a{
	display: block;
	color: #333333;
	background: url(/images/wenhao_03.png)no-repeat left;
	padding-left: 42px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
	
}


.Patient .join_k .subNavBox .currentDd span{
	background: url(/images/jt2_03_03.png)no-repeat right;
	color: #fff;
}
.Patient_txt i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	border: 2px solid #e3e3e3;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 16px;
	color: #333333;
}
.Patient_txt{
	position: relative;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 40px;
}
.PatientDiv{
	padding-left: 55px;
}
.PatientDiv p{
	font-size: 15px;
	color: #3d3d3d;
	line-height: 32px;
}
.question > ul > li{
	float: left;
}
.question{
	margin-top: 30px;
}
.Patient .question > ul > li > a{
	font-size: 15px;color: #ffffff;
	display: block;
	width: 125px;height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 4px;
	background: #4cb8df;
	margin-right: 20px;
	padding-left: 0px;
}
.Patient .question > ul > li:nth-child(2) a{
	background: #c7c7c7;
}



.lyb .wenzi{ text-align:center; font-size:30px; color:#333; padding:70px 0 65px;}
.lyb .imgDiv{ padding-top:80px;}
.lyb .form{ width:710px;}
.lyb .form li{ padding-left:80px; position:relative; height:62px;}
.lyb .form li em{ position:absolute; left:0px; top:0px; line-height:52px; font-size:14px; text-align:right; display:block; width:70px; color: #3d3d3d;}
.lyb .form li .box{ width:598px; height:50px; border:#eee solid 1px; position:relative;}
.lyb .form li .ico{ position:absolute; right:0px; top:0px; width:50px;  height:50px; background:#fafafa;}

.lyb .form li .input1{ width:100%; height:50px; line-height:50px; font-size:14px; text-indent:10px;}
.lyb .form li .tips{ position:absolute; left:700px; font-size:14px; color:#ff0000; top:20px;}
.lyb .form .li01{ height:200px;}
.lyb .form textarea{ width:520px; height:126px; border:none; padding: 20px;}
.lyb .form li .box2{ height:166px;}
.lyb .form li .ico2{ height:166px;}
.lyb .form li .ico2 img{ top:62px;}
.lyb .form li .btn1{ width:150px; height:48px; background:#4cb8df; cursor:pointer; color:#fff; font-size:14px;}
.lyb  textarea::-webkit-input-placeholder {
       font-size: 15px;
		color: #999999;
    }

 .lyb    textarea:-moz-placeholder {
        font-size: 15px;
		color: #999999;
    }

  .lyb   textarea::-moz-placeholder {
        font-size: 15px;
		color: #999999;

    }

  .lyb   textarea:-ms-input-placeholder {
        font-size: 15px;
		color: #999999;
    }
.wz{
	margin-bottom: 40px;
}
.wz p{
	font-size: 18px;
	color: #3d3d3d;
}
.wz span{
	font-size: 14px;
	color: #ff0000;
	margin-left: 5px;
}
.lyb{
	margin-top: 95px;
}
.imgDiv{
	text-align: right;
}




.download .join_k .subNavBox{
	margin-bottom: 20px;
}
.download .join_k .subNavBox .sub{
	background: #f3f3f3;
	line-height: 60px;
}
.download .join_k .subNavBox span{
	background: url(/images/hdown_03.png)no-repeat right;
	display: block;
	margin: 0px 40px;
	font-size: 18px;
	color: #333333;
}
.download .join_k  a{
	display: block;
	color: #333333;
	background: url(/images/hbook_03.png)no-repeat left;
	padding-left: 42px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
	
}
.download .join_k a{
	background: url(/images/hbook_03.png)no-repeat left;
}
.download .join_k .currentDd a{
	background: url(/images/wbook_03.png)no-repeat left;
	color: #fff;
}
.download .join_k .subNavBox .currentDd span{
	background: url(/images/wdown_03.png)no-repeat right;
	color: #fff;
}
.download .join_k .subNavBox .currentDd .sub{
	background: #4cb8df;
}
.sub i{
	margin-right: 135px;
	color: #666666;
	font-size: 18px;
	font-family: "Arial";
}
.currentDd .sub i{
	color: #fff;
}
.download_top dd{
	margin: 0px 35px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 30px;
}
.download_box{
	border: 1px solid #dddddd;
	padding: 50px 0px 75px;
}
.download_nav{
	width: 530px;
	margin: 45px auto 0px;
}
.download_nav ul li{
	margin-bottom: 14px;
}
.download_nav ul li input{
	width: 400px;
	height: 45px;
	line-height: 45px;
	background: #f2f2f2;
	border-radius: 5px;
	padding-left: 20px;
	
}
.download_nav ul li em{
	line-height: 45px;
	font-size: 15px;
	color: #3d3d3d;
	margin-right: 10px;
	min-width: 90px;
	text-align: right;
	display: inline-block;
}
.download .download_nav ul li .download_more a{
	display: block;
	width: 125px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 4px;
	background: #4cb8df;
	margin: 40px auto 0px;
	padding: 0px;
	color: #fff;
}
.download .join{
	margin-top: 45px;
}
.join_us_top{
	margin: 105px 0px 80px;
}
.join_us_top span{
	font-size: 18px;
	color: #4cb8df;
	font-weight: bold;
	line-height: 123px;
	margin-right: 85px;
}




.join_us .join_k .subNavBox .sub{
	background: #f3f3f3;
	line-height: 60px;
}
.join_us .join_k .subNavBox .sub span{
	background: url(/images/jia_03.png)no-repeat right;
	display: block;
	margin: 0px 40px;
	font-size: 18px;
	color: #333333;
}
.join_us .join_k  a{
	display: block;
	color: #333333;
	padding-left: 0px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
	
}

.join_us .join_k .currentDd a{
	color: #fff;
}
.join_us .join_k .subNavBox .currentDd span{
	background: url(/images/jian_03.png)no-repeat right;
	color: #fff;
}
.join_us .join_k .subNavBox .currentDd .sub{
	background: #4cb8df;
}
.join_us_out{
	padding: 40px 45px 65px;
}
.join_us .join_k .subNavBox{
	margin-bottom: 20px;
}
.join_us_txt{
	border: 1px solid #dddddd;
}
.join_us_txt_top{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 30px;
}
.join_us_txt_top i{
	font-size: 15px;
	color: #3d3d3d;
	margin-right: 65px;
}

.join_us_nr h3{
	font-size: 16px;
	color: #333333;
	display: block;
	margin-bottom: 15px;
}
.join_us_nr p{
	line-height: 27px;
	font-size: 15px;
	color: #666666;
}
.join_us .join_us_more a{
	width: 140px;
	font-size: 16px;
	color: #fff;
	height: 45px;
	line-height: 45px;
	background: #4cb8df;
	border-radius: 4px;
	display: block;
	text-align: center;
	margin-top: 45px;
}


.xh_down{
	position: absolute;
	right: -225px;
	width: 190px;
/*	box-shadow: 0 -2px 15px 0 hsla(230,9%,48%,.2);*/
	top: 0px;
	text-align: center;
	padding: 40px 0px;
	z-index: 999;
	background: #fff;
	height: 163px;
}

.services_top{
	position: relative;
}
.xh_nav ul li a i{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #cccccc;
	position: relative;
	margin-right: 9px;
	top: -3px;
}
.xh_nav ul li a{
	font-size: 16px;
	color: #3d3d3d;
	margin-bottom: 20px;
	display: block;
}
.xh_nav ul li:last-of-type a{
	margin-bottom: 0px;
}
.xh_nav ul .cur a{
	color: #4cb8df;
}
.xh_nav ul .cur a i{
	background: #4cb8df;
}


.section2_banner .swiper-pagination-bullet-active{
	background: none;
	border-right: 50%;
	border: 1px solid #4cb8df;
	width: 6px;
	height: 6px;
}


.banner_txt{
	position: absolute;
	top: 340px;
}
.zfx{
	width: 20px;
	height: 20px;
	background: #00bbff;
	margin-bottom: 50px;
}
.banner_txt h3{
	font-size: 48px;
	color: #00bbff;
}
.banner_txt span{
	font-size: 30px;
	color: #373636;
	display: block;
	margin-bottom: 20px;
}
.banner_txt p{
	font-size: 14px;
	color: #4a4a4a;
	text-transform: uppercase;
	font-family: "Arial";
	opacity: 0.6;
}
.banner_txt h2{
	font-size: 68px;
	color: #ffffff;
	font-family: "Arial";
	text-transform: uppercase;
}
.banner_txt dd{
	font-size: 42px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	margin-bottom: 30px;
}
.banner_txt i{
	opacity: 0.6;
	color: #fff;
	font-size: 14px;
	font-family: "Arial";
	text-transform: uppercase;
}
.topA{
	position: fixed;
	right: 300px;
	bottom: 20%;
	z-index: 99999999999999999;
}
.sygotop{
	display: none;
}
.mnybanner{
	display: none;
}
.searck_k img{
	position: relative;
	z-index: 999999;
}
.searck_k{
	position: relative;
}
.searck_k input{
	position: absolute;
	background: #fff;
	top: 30px;
	left: -140px;
	border: 1px solid #4cb8df;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	width: 200px;
	padding-left: 15px;
	display: none;
}
.searck_k:hover input{
	display: block;
}








/*添加*/
.tis{ height:72px; line-height: 72px; font-size: 14px; color: #616264;}
.problem_da_ti{ padding-bottom: 55px;}
.wt_tinxie ul li{ height: 50px; line-height: 50px; margin-bottom: 18px;}
.wt_tinxie ul li .ti_span{ width: 130px; display: block; font-size: 14px; color: #616264;background: none;}
.ti_span1{ width: 91px; display: block; font-size: 14px; color: #616264;background: none;}
.wt_tinxie ul li .tex1{ height: 50px; border-radius: 3px; line-height: 50px; width: 485px; background: #f2f2f2; border: none;outline: none; font-size: 13px; padding-left: 5px;}
.contents{ width: 660px; height: 264px; background: #f2f2f2; border: none;outline: none;    resize: none; line-height: 30px; padding-left: 10px;}
.buton2{ width: 206px; margin-left: 90px; margin-top: 38px; background: #4cb8df; font-size: 14px; height: 46px; line-height: 46px; color: #FFFEFE; border: none;outline: none; border-radius: 4px;display: block;}
.question_txt p{
	font-size: 14px;
	color: #666;
}
.question_txt{
	margin: 35px 0px 30px;
}
.question_box{
	display: none;
}
.services_ys_img_box{
	display: inline-block;
	position: relative;
}
.span1{
	position:absolute;
	top: 8px;
	left: -155px;
	display: block;
}
.span2{
	position:absolute;
	top: 10px;
	right: -185px;
	display: block;
}
.span3{
	position:absolute;
	bottom: 80px;
	left: -240px;
	display: block;
}
.span4{
	position:absolute;
	bottom: 80px;
	right: -335px;
	display: block;
}
.services_ys_img_box span{
	font-size: 16px;
	color: #3d3d3d;
}

.kj_product_right_c {
    margin-top: 20px;
    line-height: 40px;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.listtb .tbheader {
    background-color: #f2f2f2;
}
.listtb .tbheader td {
    border: 1px solid #ececec;
    line-height: 20px;
    text-align: center;
}

.listtb tr td {
    text-align: center;
    line-height: 40px;
    border: 1px solid #ececec;
    padding: 10px;
    word-break:break-all;
}
.listtb tr td a{
	word-break:break-all;
}

@media(max-width:600px){
    .listtb tr td.sbhide{display:none}
}

.proinftit {
    margin-top: 10px;
    padding: 5px 20px;
    background-color: #e9e9e9;
}
.proinftit_t {
    color: #222;
    font-size: 18px;
    font-weight: normal;
}
.proinftit_b {
    font-size: 14px;
    line-height: 20px;
    color: #17b0f3;
}
.proinfotable {
    margin-top: 15px;
}
.proinfotabletxt {
    float: left;
    width: 560px;
    line-height: 30px;
    color: #333;
}

.proinfotableimgxj {
    width: 400px;
    float: right;
}

.proinfotableimg {
    width:400px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #efefef;
}
.proinfotableimg p {
    width: 400px;
    height: 198px;
    line-height: 198px;
}
.proinfotableimg img {
    *margin-top: expression((300 - this.height )/2);
    vertical-align: middle;
    max-width: 298px;
    max-height: 198px;
}
.kj_prol_maximg {
    text-align: center;
    line-height: 25px;
}

.proinfotabletxttable tr td {
    border-bottom: 1px dotted #50c4f5;
    line-height: 30px;
    padding-left: 8px;
    font-size: 14px;
    padding-right: 15px;
}

@media(max-width:1600px){
    .proinfotabletxt {
        width: 100%;
    }

    .proinfotableimgxj {
        width: 100%;
    }
    .proinfotableimg {
        width: 100%;
    }
    .proinfotableimg p{
        width: 100%;
    }
}