/*********** ALL *************/


html {
}

body{ 
	margin:0px auto; 
	padding:0px;  
	overflow-x: hidden;
	font-family:'微软雅黑';
	}

.w1002{ 
	width:1002px; 
	margin:0px auto;
	}
	
.w1200{
	width: 65%;
	margin:0px auto;
	}

ul{
	list-style-type:none;
	}
	
li{ 
	list-style:none;
	}

a{
	transition:all 0.3s linear 0s;
	text-decoration:none;
	cursor:pointer;
	border:none;
	}
	
img{
	border:none;
	}	
	
.left{
    float: left;
    width: 260px;
	}

.right{
    width: 100%;
    float: right;
	}
	
.right2{
    width: 100%;
	}

.f12{font-size:12px;}
.f16{font-size:16px;}
.bold{font-weight:bold;}
.white{color:#fff;}
.t_r{text-align:right;}
.clear{clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.rel_center{position:relative;left:50%;}
.hidden{display:none;}

/*********** ALL *************/








/*********** HEADER *************/

#logo_box{
	width: 96%;
	padding: 0px 2%;
	height: 90px;
	/* padding-top: 25px; */
	background: #FFF;
	position: fixed;
	z-index: 9999;
	top: 0;
	transition: all 0.2s linear 0s;
	}
	
#logo_l{
	width: 83%;
	padding-top: 40px;
	float: left;
	}
	
.menu{
	padding:0;
	margin:0;
	}
	
.menu ol {
	list-style: none;
    padding: 0px;
    margin: 0;
}
.menu ol:first-child {
	width: 100%;
    /* max-width: 960px; */
    /* margin: 1rem auto 0 auto; */
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    align-items: center;
    /* box-shadow: 0px 3px 8px rgb(0 0 0 / 30%);*/
}
.menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  /*border-top: 5px solid #000000;*/
  position: relative;
  transition: background 0.1s ease-in-out;
  font-weight: bold;
}

.menu-item:hover>a{ color:#FFF;}

.sub-menu>.menu-item a{
	font-size:14px;
	color:#FFF;
	background:rgba(0,115,108,0.6);
}

.menu-item .sub-menu > a {
  color: #FFF;
}

.menu-item .sub-menu {
	position: absolute;
    top: 100%;
    width: 100%;
    /* background: #412563; */
    transform-origin: top;
    transform: rotateX(90deg);
    transition: transform 0.3s linear;
    /* background-color: #60a8a3;*/ 
    padding: 0;
    margin: 0;
}

.menu-item:hover, .menu-item.active {
  /*border-top: 2px solid #993399;*/
  background-color: #60a8a3;
  color:#FFF;
}

.menu-item:hover .sub-menu {
  transform: rotateX(0deg);
}
.menu-item a {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    text-decoration: none;
    height: 100%;
    width: 100%;
    /* padding: 1.5em 1em; */
    height: 50px;
    line-height: 50px;
}


#logo_r{
	width: 14%;
	/* height: 135px; */
	float: right;
	}
	
#tel_box{
    height: 40px;
    line-height: 40px;
    color: #037069;
    letter-spacing: 1px;
    font-family: 'Impact';
    font-size: 32px;
    padding-top: 40px;
    text-align: left;
 }
	
#tel_box img{
	display:block;
	float:left;
	width:40px;
	height:40px;
	margin-right:10px;
	}

#flash{
    width: 100%;
    margin-top: 90px;
 }
	
#flash a img{
	display:block;
	width:100%;
	height:100%;
	}
	


/*********** HEADER *************/








/*********** FOOTER *************/

.footer{
    clear: both;
    font-size: 12px;
	}
	
#foot_t{
	width: 100%;
    height: 493px;
	background: url(../images/foot_t_bg.jpg) no-repeat;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	}
	
#foot_l{
	width: 40%;
	float:left;
	}
	
#foot_l img{
    display: block;
    margin: 55px auto;
	}
	
#foot_r{
	width: 31%;
	float:right;
	margin-right:70px;
	}
	
#foot_r1{
	width: 100%;
    height: 65px;
    line-height: 68px;
    font-size: 24px;
    color: #FFF;
    overflow: hidden;
	}
	
#foot_r2{
    width: 100%;
    height: 69px;
    border-bottom: 1px #fff solid;
    color: #FFF;
    font-weight: 100;
    font-size: 35px;
    letter-spacing: 1px;
	}
	
#foot_r2 img{
	display:block;
	float:left;
	margin-right:15px;
	}
	
#foot_r3{
    width: 100%;
    height: 180px;
    border-bottom: 1px #fff solid;
    font-size: 15px;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 28px;
    margin-top: 15px;
	}
	
#foot_r3 span{
	display:block;
	}
	
#foot_r4{
	width: 100%;
    margin-top: 15px;
    height: 110px;
	}

#foot_r4 img{
    display: block;
    float: left;
    width: 30%;
    margin-right: 10px;
    height: 110px;
 }
	
#foot_r5{
    width: 100%;
    margin-top: 5px;
	}

#foot_r5 img{
	display: block;
	float: left;
	width: 30px;
	margin: 0px 47px;
	}
	
#foot_icp{
    width: 100%;
    height: 72px;
    line-height: 32px;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    background: #0b0b0b;
	}
	
#foot_icp a{
	color:#FFF;
	}

/*********** FOOTER *************/








/*********** INDEX MAIN *************/

.main_i{
	overflow:hidden;
	}
	
.index_title{
    width: 100%;
    color: #494747;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 44px;
    height: 200px;
    overflow: hidden;
	}

.index_title i{
    display: block;
    width: 45px;
    height: 140px;
    background: #9dd06f
	}
	
.index_title span{
    display: block;
    font-size: 58px;
    line-height: 60px;
    margin-top: -40px;
	}
	
	
	
	

.index1{
	width:100%;
	height:210px;
	}
	
.shang{
	opacity: 0;
	}	
	
.shang_style{
	opacity: 1;
    animation: key 1s;
    -webkit-animation: key 1s;
    position: relative;
	}

@keyframes key {
	0% {
		margin-top: 150px;
		opacity: 0;
	}
	100% {
		margin-top: 0px;
		opacity: 1;
	}
}

.xia{
	opacity: 0;
	}	

.xia_style{
	opacity: 1;
    animation: key4 1s;
    -webkit-animation: key4 1s;
    position: relative;
	}

@keyframes key4 {
	0% {
		margin-top: -150px;
		opacity: 0;
	}
	100% {
		margin-top: 0px;
		opacity: 1;
	}
}

.index1_c{
	width: 100%;
    height: 140px;
    padding-top: 35px;
	}

.counter { 
    /* color: #FFF; */
    width: 300px;
    /* border-right: 1px #507099 solid; */
    float: left;
    text-align: center;
    margin: 0px 0px;
    /* height: 220px;*/
	}
	
.text_s{
	display: block;
    font-size: 18px;
    color: #494949;
    line-height: 40px;
	}
	
.text_s img{
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
    padding-top: 10px;
	}
	
.num{
	width: 100%;
    height: 100px;
    text-align: center;
	}
	
.count-title { 
    font-size: 80px;
    font-weight: normal;
    float: left;
    margin-bottom: 0;
    height: 100px;
    line-height: 100px;
    color: #01726b;
    text-indent: 30px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    /* font-family: 'Impact';*/
	}
	
.num span{
	float: left;
    font-size: 45px;
    margin-left: 0px;
    line-height: 70px;
    margin-top: -15px;
    color: #01726b;
	}
	
	
	
	
	
.index2{
    width: 100%;
    height: 685px;
    padding-top: 115px;
    background: url(../images/index2_bg.jpg) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	}
	
.zuo{
	opacity: 0;
	}	
	
.zuo_style{
	opacity: 1;
    animation: key2 1s;
    -webkit-animation: key2 1s;
    position: relative;
	}

@keyframes key2 {
	0% {
		margin-left: -150px;
		opacity: 0;
	}
	100% {
		margin--left: 0px;
		opacity: 1;
	}
}

.you{
	opacity: 0;
	}	
	
.you_style{
	opacity: 1;
    animation: key3 1s;
    -webkit-animation: key3 1s;
    position: relative;
	}

@keyframes key3 {
	0% {
		margin-right: -150px;
		opacity: 0;
	}
	100% {
		margin-right: 0px;
		opacity: 1;
	}
}
	
.index2_c{
	width:100%;
	height:570px;
	}
	
.index2_l{
    width: 22%;
    height: 570px;
    float: left;
    border-right: 5px #b5b5b5 solid;
    color: #01726b;
    font-weight: 100;
    font-size: 52px;
    letter-spacing: 5px;
    line-height: 58px;
 }
	
.index2_l img{
	display: block;
    padding-top: 70px;
    padding-bottom: 25px;
	}

.index2_r{
	width: 74%;
	height:570px;
	float:right;
	}
	
.baohu_box{
    width: 265px;
    float: left;
    color: #595757;
    font-size: 16px;
    margin: 22px 0px;
    margin-left: 165px;
    line-height: 45px;
	}
	
.baohu_box p{
	padding:0;
	margin:0;
	}

.baohu_box img{
	display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 0px;
	}
	
.baohu_box span{
	display: block;
    color: #595757;
    font-size: 34px;
    letter-spacing: 1px;
	}
	
	
	
	
	
.index3{
    width: 100%;
    height: 486px;
    padding-top: 382px;
    background: url(../images/index3_bg.jpg) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	}
	
.index3_c{
	background: rgba(1,114,107,0.8);
	width: 90%;
	height: 350px;
	margin-left: 34px;
	padding: 70px 100px 0px 120px;
	font-size: 16px;
	color: #FFF;
	line-height: 42px;
	letter-spacing: 1px;
	}
	
.index3_c a{
    display: block;
    color: #FFF;
    margin-top: 45px;
	}
	
.index3_c a:hover{
	text-indent:15px;
	}
	
	
	
	
	
.index4{
	width:100%;
	height:850px;
	padding-top:150px;
	background:#efefef;
	}
	
.index4_c{
	width: 100%;
    height: 430px;
    padding-top: 60px;
	}

.n_box{
	height:430px;
	}

.n_box a{
	display:block;
	}	
	
.n_box_l{
	width: 34%;
    padding-left: 12.5%;
    height: 430px;
    float: left;
	}

.n_box_l img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}

.n_box_r{
	width: 40%;
    padding-right: 10%;
    float: right;
    height: 430px;
	}

.n_box_r span{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 30px;
    height: 188px;
    border-bottom: 2px #046a38 solid;
    font-size: 40px;
    color: #000000;
    font-weight: 100;
    line-height: 56px;
	}

.n_box_r small{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 16px;
    color: #4b4b4b;
    line-height: 36px;
	}

.n_box_r small p{
	padding:0;
	margin:0;
	}

.n_box_r small p img{
	display:none;
	}

.n_box_r i{
	display: block;
    font-style: normal;
    color: #01726b;
    font-size: 16px;
    margin-top: 40px;
	}
	
.index4_c_bottom{
	position: relative;
    height: 50px;
    padding: 0px 3%;
    margin-top: -190px;
    z-index: 99;
	}

.index4_c_bottom .prev{
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border: 2px #444444 solid;
    color: #444;
    float: left;
    font-size: 24px;
    border-radius: 50%;
	}
	
.index4_c_bottom .prev:hover{
	cursor:pointer;
	}
	
.index4_c_bottom_a{
	display:block;
	width:35px;
	height:35px;
	background:url(../images/index6_c_bottom_a.jpg) no-repeat;
	float:right;
	margin-right:10px;
	}

.index4_c_bottom .next{
	width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border: 2px #444444 solid;
    color: #444;
    float: right;
    font-size: 24px;
    border-radius: 50%;
	}
	
.index4_c_bottom .next:hover{
	cursor:pointer;
	}

	
	
	
	
	
.index5{
	width: 100%;
    margin-top: 80px;
    height: 1040px;
	}
	
.index5_c{
	width:100%;
	height:785px;
	overflow:hidden;
	margin-top:50px;
	}

.index5_l{
	width: 455px;
    float: left;
    height: 625px;
    background: #f2f2f2;
    padding: 80px 65px;
    text-align: center;
    border-radius: 30px;
	}
	


.index5_l a{
	display:block;
	}
	
.index5_l a span{
    display: block;
    font-size: 40px;
    color: #00736c;
    font-weight: bold;
    line-height: 60px;
    height: 120px;
	}
	
.index5_l a small{
    display: block;
    font-size: 18px;
    color: #3e3a39;
    line-height: 34px;
    margin-top: 35px;
    height: 75px;
	}
	
.index5_l a img{
    display: block;
    margin: 40px auto;
	transition: all 0.5s;
	}
	
.index5_l a i{
	display: block;
    font-style: normal;
    color: #00736c;
    font-size: 17px;
    margin-top: 60px;
	}
	
.index5_l a:hover>img{
	transition: all 0.5s;
    transform: scale(1.1);
	}

.index5_r{
	width:595px;
	height:785px;
	float:right;
	}

.index5_r a{
    display: block;
    height: 210px;
    padding: 40px 20px 0px 25px;
    margin-bottom: 18px;
    font-size: 18px;
    color: #616161;
    line-height: 50px;
    background: #f2f2f2;
    border-radius: 30px;
	}
	
.index5_r a img{
	display: block;
    float: left;
    margin-right: 30px;
	transition: all 0.5s;
	}

.index5_r a span{
    display: block;
    font-size: 24px;
    color: #595757;
    font-weight: bold;
    line-height: 38px;
	}
	
.index5_r a i{
	display: block;
    font-style: normal;
    font-size: 16px;
    color: #00736c;
	}
	
.index5_r a:hover>img{
	transition: all 0.5s;
    transform: scale(1.1);
	}
	
	
	
	
	
.index6{
	width:100%;
	margin-top:100px;
	}

.index6_c{
	width:100%;
	height:1035px;
	background:url(../images/index6_c_bg.jpg) no-repeat;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	margin-top:55px;
	}
	
.index6_c_c{
	float: right;
	width: 72%;
	padding-top: 210px;
	}

.cxrz_box{
	width: 265px;
    text-align: center;
    padding-left: 130px;
    padding-bottom: 100px;
    float: left;
    font-size: 17px;
    color: #ffea8f;
    line-height: 34px;
	}

.cxrz_box img{
	display: block;
    margin: 10px auto;
	}

	

/*********** INDEX MAIN *************/








/*********** SIDEBAR *************/

.sidebar_t_title{
    width: 100%;
    text-align: center;
    height: 53px;
    padding-top: 7px;
    line-height: 24px;
    background: #026ec2;
    color: #FFF;
    font-size: 18px;
	}
	
.sidebar_t_title span{
	display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
	}
	
.sidebar_t_c{
	padding:15px;
    background: #f2f2f2;
	}
	
.sidebar_t_c a{
    display: block;
    font-size: 13px;
    color: #000000;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px #CCC dashed;
    margin-bottom: 10px;
    text-indent: 50px;
	}
	
.sidebar_t_c a span{
	float:right;
	}
	
.sidebar_t_c a:hover{
	background:#026ec2;
	color:#FFF;
	font-weight:bold;
	border-bottom:1PX #FFF dashed;
	text-indent:60px;
	}
	
.sidebar_b_c{
	padding: 15px;
    background: #f2f2f2;
    font-size: 13px;
    color: #000;
    line-height: 30px;
    margin-bottom: 30px;
	}
	
.sidebar_b_c a{
	color:#000;
	}


/*********** SIDEBAR *************/







/*********** 内页 *************/

.main{
	overflow: hidden;
    width: 1200px;
    margin: 0px auto;
    margin-top: 50px;
	}
	
.article{
	overflow: hidden;
    margin-bottom: 12px;
    width: 100%;
	}
	
	
/** 企业简介 **/	

.qyjj_box{
	width: 100%;
    min-height: 700px;
	}
	
.qyjj_content p{
	margin: 0px;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 1px;
	}
	
.qyjj_l{
    width: 780px;
    float: left;
	}

.qyjj_title{
    width: 100%;
    line-height: 80px;
    text-align: left;
    height: 220px;
	}

.qyjj_title span{
	display: block;
    font-size: 78px;
    color: #00736c;
	}
	
.qyjj_title i{
	display: block;
    font-size: 40px;
    color: #595757;
    font-family: 'Arial';
    font-style: normal;
    text-transform: uppercase;
	}
	
.qyjj_title hr{
    display: block;
    border: 0px;
    width: 135px;
    height: 5px;
    background: #c8ad92;
    padding: 0;
    margin: 0px;
    margin-top: 20px;
	}

.qyjj_r{
	width:265px;
	float:right;
	}

.qyjj_r img{
	display:block;
	}
	
.qyjj_box2{
	width:100%;
	height:870px;
	}
	
.qyjj_box2 img{
	display:block;
	width:100%;
	height:100%;
	}
	
.qyjj_box3{
	width: 100%;
    height: 310px;
    margin-top: 25px;
	}
	
.qyjj_box3 img{
	display:block;
	width:580px;
	height:100%;
	}
	
.qyjj_box4{
	width:100%;
	}
	
.qyjj_box4 img{
	display:block;
	width:100%;
	}
	
	


/*发展历程*/

.body-box{width:1200px;margin:100px auto;background: #fff;}

.timer-shaft-box{width:100%;padding:30px 40px;box-sizing: border-box;}
.timer-shaft{position:relative;width:100%;height:80px;overflow: hidden;}
.timer-left{position:absolute;top:50%;left:20px;z-index:99;width:23px;height:37px;margin-top:-18.5px;background: url(../images/icon_left.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-right{position:absolute;top:50%;right:20px;z-index:99;width:23px;height:37px;margin-top:-18.5px;background: url(../images/icon_right.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-scale{position:absolute;top:0;left:0;height:80px;padding-left: 80px;font-size: 0;white-space: nowrap;}
.timer-scale-cont{display:inline-block;height:100%;line-height:80px;}
.time-circle{display:inline-block;vertical-align:middle;width:60px;height:60px;line-height: 60px !important;text-align: center;font-size:18px;color:#fff;border-radius: 50%;background: #e2302e;transition: all .3s;cursor:pointer;}
.timer-scale-cont.hov .time-circle{width:80px;height:80px;line-height: 80px !important;font-size:24px;background: #ff8d3d;}
.line-scale{display:inline-block;vertical-align:middle;width:150px;height:22px;margin:0 2px;background: url(../images/icon_scale.png) no-repeat;background-size: cover;}

.timer-shaft-content{width:100%;margin-top:45px;overflow: hidden;font-size:0;box-sizing:border-box;white-space: nowrap;}
.shaft-detail-cont{display: none;width:100%;}
.timer-year{padding-left:40px;font-weight:bold;color:#333;font-size:0;}
.icon-year{display: inline-block;vertical-align:middle;width:33px;height:40px;background: url(../images/icon_sign.png) no-repeat;background-size: cover;}
.timer-year span{display: inline-block;vertical-align:middle;margin-left:18px;font-size:24px;}
.month-detail-box{position:relative;width:100%;min-height:93px;padding-top:30px;font-size:0;box-sizing: border-box;white-space: normal;}
.month-detail-box:before{content: '';position:absolute;top:0;left:56.5px;height:100%;border-right:1px dashed #ff8d3d;}
.month-detail-box .month-title{position:absolute;font-size:16px;font-weight: bold;color:#333;}
.month-detail-box .month-title:before{content: '';position:absolute;top:50%;left:50px;width:13px;height:13px;margin-top:-6.5px;background: url(../images/icon_circle.png) no-repeat;background-size: cover;}
.incident-record{display:inline-block;padding-left:71px !important;line-height:2;font-size:14px;color:#333;}
.incident-record a{font-size:14px;color:#1d69a3;}






/**使用教程**/

.syjc_box{}

.syjc_c_box{
    width: 100%;
    height: 2100px;
    padding-top: 100px;
    background: url(../images/syjc_c_bg.jpg) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	}

.syjc_title{
	width: 100%;
    text-align: center;
    height: 85px;
    line-height: 85px;
    background: #00736c;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 1px;
	}
	
.syjc_video{
	width: 1140px;
    height: 640px;
    margin: 60px auto;
	}
	
	
	
/**常见问题**/

.cjwt_c{
	width: 100%;
    margin-top: 30px;
	}

#subNav{
	width: 100%;
    height: 950px;
    background-color: #FFF;
	}
	
#subNav li{float:left;position:relative}

#subNav .wrapp{
	width: 100%;
    padding: 0;
    margin: 0;
	margin:0px auto;
	}
	
#subNav a{
	display: block;
    width: 232px;
    height: 162px;
    text-align: left;
    color: #006b65;
    border-radius: 40px;
    font-size: 26px;
    letter-spacing: 1px;
    border: 2px #006b65 solid;
    margin: 10px 12px;
    padding: 20px;
    line-height: 40px;
	}
	
#subNav a:hover{text-decoration:none}
#subNav a ins{display:block;width:52px;height:40px;margin:0 auto;}
#subNav a span{
	display: block;
    width: 100%;
    text-align: right;
    font-family: 'Arial';
   /* color: #727171 ;*/
    font-size: 80px;
    height: 80px;
    line-height: 80px;
	}
#subNav a:hover,#subNav .adv_active a{background-color:#006b65;color:#fff}

#subNav a:hover>#subNav a span{ color:#FFF !important;}

#subNav a:hover span,#subNav .adv_active span{left:76px;bottom:-10px;_background:none}
.fixedSubNav{top:0;left:0;z-index:1000}

#02{
	display:block;
	width:100%;
	height:906px;
	margin-top:-906px;
	}



/**联系我们**/

#allmap p{line-height:26px;margin:10px; font-size:12px;}

.lxwm_con{
	width: 100%;
    height: 630px;
    padding-top: 110px;
    background: url(../images/lxwm_con.jpg) no-repeat;
    margin-top: 60px;
	}
	
.lxwm_con_l{
	width:760px;
	float:left;
	}
	
.lxwm_con_l img{
	display: block;
    width: 670px;
    margin: 33px auto;
	}
	
.lxwm_con_r{
	width:410px;
	float:right;
	margin-right:25px;
	}
	
#lxwm_con_r1{
    width: 100%;
    height: 80px;
    line-height: 95px;
    font-size: 20px;
    color: #FFF;
    overflow: hidden;
	}

#lxwm_con_r2{
    width: 100%;
    height: 69px;
    border-bottom: 1px #fff solid;
    color: #FFF;
    font-weight: 100;
    font-size: 35px;
    letter-spacing: 1px;
	}
	
#lxwm_con_r2 img{
	display: block;
    float: left;
    margin-right: 15px;
	}

#lxwm_con_r3{
	width: 100%;
    height: 144px;
    border-bottom: 1px #fff solid;
    font-size: 15px;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 26px;
    margin-top: 15px;
	}

#lxwm_con_r3 span{
    display: block;
	}

#lxwm_con_r4{
    width: 100%;
    margin-top: 15px;
    height: 105px;
	}

#lxwm_con_r4 img{
    display: block;
    float: left;
    width: 25%;
    margin-right: 10px;
	}
	
#lxwm_con_r5{
    width: 100%;
    margin-top: 5px;
	}

#lxwm_con_r5 img{
    display: block;
    float: left;
    width: 30px;
    margin: 0px 40px;
	}
	
	
	
/**发展历程**/
/*内容区域*/
.tabmain{
    width: 100%;
    height: 600px;
    margin: 50px auto;
	}
.tabmain .tabGroup{
    float: right;
    width: 260px;
    height: auto;
    z-index: 3;
    padding: 0;
    margin: 0;
	}
.tabmain .tabGroup li{
	height: 48px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    font-size: 30px;
    font-family: 'Microsoft yahei';
    color: #f1f1f1;
	}
.tabmain .tabGroup li.selectedTab{
	text-align: center;
    font-size: 42px;
    color: #00736c;
    font-weight: bold;
	}
.tabmain .tabContent{
    padding: 10px 20px;
    font-size: 16px;
    color: #000000;
    line-height: 42px;
    min-height: 600px;
	}
.tabContent p a{margin-right:15px;text-decoration:none;text-align:center;color:orange; font-weight:bold;}
.tabContent h3{margin-bottom:5px;background:orange;color:#fff;font-size:14px;font-weight:bold;line-height:28px;text-align:center;}
.tabContent dl{line-height:22px;margin-bottom:10px;}
.tabContent dt{color:#1d9fd3;font-weight:bold;}
.tabContent dd img{display:block;}
.tabmain .blueline{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 3px;
    height: 48px;
    background: #00736c;
    overflow: hidden;
	}

.tabContent .witness p{position:relative;padding-left:20px;}
.tabContent .witness p em{color:orange; font-weight:bold;}
.tabContent .witness p a{color:#666;font-weight:normal;display:block; line-height:24px; text-align:left;}
.tabContent .witness p a:hover{background-color:#efefef;}
.tabContent .witness p .ele{left:0px;}

#container{
    float: left;
    width: 800px;
    height: 600px;
    background: #fff;
    overflow: hidden;
    pointer-events: none;/*不让左侧滚动*/
	}
#slider{position:absolute;top:0px;right:0;width:6px;border-radius:6px;background:#fff;cursor:pointer;}
#sliderParent{
	position: absolute;
    left: 0;
    height: 0;
    width: 806px;
    z-index: 999;
	}
#outerWrap{position:relative;z-index:999}

/*滚动条*/
.wrapacon{position:relative;float:left;width:468px;height:360px;margin-top:5px;overflow:hidden;}
.wrapaconlis{position:absolute;left:0;top:0;width:450px;}
.scrbar{position:relative; width:4px; height:355px;border:1px solid #f4f4f4;border-radius:20px;background-color:#f4f4f4; float:left;left:443px;margin-left:15px;}
.scrbar .barbg{position:absolute;right:-1px;top:50px;width:2px;height:105px;border:2px solid #dadada;background-color:#dadada;border-radius:20px;}
	
	
	
	
	
/**腹膜透析机**/

.cp_title{
    width: 100%;
	}

.cp_title span{
    display: block;
    font-size: 80px;
    color: #00736c;
    height: 110px;
    line-height: 100px;
	}

.cp_title i{
    display: block;
    font-style: normal;
    font-family: 'Arial';
    font-weight: 100;
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    height: 55px;
    line-height: 40px;
	}

.cp_title hr{
	display: block;
    width: 405px;
    height: 3px;
    background: url(../images/heng.jpg) no-repeat;
    border: 0px;
    padding: 0;
    margin: 0;
	}

.cp_b1{
    width: 100%;
    font-size: 24px;
    color: #4f4f4f;
    line-height: 48px;
    height: 450px;
	}
	
.cp_b1 i{
    display: block;
    width: 140px;
    height: 5px;
    background: #c8ad92;
    margin: 0px auto;
    margin-top: 100px;
	}
	
.cp_b2{
	width: 100%;
    height: 770px;
	}

.cp_b2_l{
	width:690px;
	float:left;
	}
	
.cp_b2_l img{
	display:block;
	padding:50px 0px;
	}

.cp_b2_r{
    width: 350px;
    float: right;
    padding-top: 180px;
	}
	
.cp_b2_r_box{
	width: 180px;
    height: 110px;
    padding-left: 70px;
    margin-bottom: 35px;
	}

.cp_b2_r_box span{
	display: block;
    font-size: 38px;
    color: #00736c;
    line-height: 38px;
    height: 50px;
	}

.cp_b2_r_box i{
	display: block;
    font-size: 18px;
    color: #555150;
    font-style: normal;
    line-height: 28px;
	}

.cp_b2_r_box1{ background:url(../images/cp_b2_r_box1.png) no-repeat;}

.cp_b2_r_box2{ background:url(../images/cp_b2_r_box2.png) no-repeat;}

.cp_b2_r_box3{ background:url(../images/cp_b2_r_box3.png) no-repeat;}

.cp_b3{
	width: 100%;
    height: 830px;
	}

.cp_b3_l{
	width: 510px;
    float: left;
	}

.cp_b3_l1{
	width: 100%;
    font-size: 21px;
    line-height: 40px;
    color: #4f4f4f;
    padding-top: 45px;
	}

.cp_b3_r{
	width: 670px;
    float: right;
    padding-top: 40px;
	}
	
.cp_b3_r img{ display:block;}

.cp_b4{
	width: 100%;
    height: 530px;
    padding-top: 200px;
    background: url(../images/cp_b4_bg.jpg) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	}
	
.cp_b4_l{
    width: 1150px;
    float: left;
    padding: 35px 25px;
    background: rgba(255,255,255,0.3);
    position: absolute;
    height: 300px;
    font-size: 21px;
    line-height: 54px;
    color: #4f4f4f;
	}

.cp_b4_r{
	width: 450px;
    float: right;
    margin-top: -85px;
	}
	
.cp_b5{
	width: 100%;
    padding-top: 110px;
    height: 920px;
	}
	
.cp_b5_c{
	width: 100%;
    padding-top: 35px;
	}

.cp_b5_c table{
	width: 100%;
    border: 2px #c8ad92 solid;
    border-collapse: collapse;
	}

.cp_b5_c table tr{}

.cp_b5_c table tr td{
	border: 2px #c8ad92 solid;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #595757;
	}
	
.cp_b5_hang_l{
	width:286px;
	text-align:center;
	}
	
.cp_b5_hang_r{
	text-indent: 20px;
	}
	
.cp_foot_img{}

.cp_foot_img img{
	display:block;
	width:100%;
	}
	
	
/**配套管路**/	

.cp2_b1{
    width: 100%;
    font-size: 24px;
    color: #4f4f4f;
    line-height: 48px;
    height: 290px;
	}
	
.cp2_b1 i{
    display: block;
    width: 140px;
    height: 5px;
    background: #c8ad92;
    margin: 0px auto;
    margin-top: 100px;
	}
	
.cp2_b2{
	width: 100%;
    height: 1070px;
    padding-top: 110px;
    background: url(../images/cp2_b2_bg.png) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	}
	
.cp2_b2_title{
	width: 100%;
    height: 285px;
	}

.cp2_b2_title span{
	display: block;
    width: 100%;
    text-align: center;
    font-size: 78px;
    color: #00736c;
    line-height: 90px;
    height: 195px;
	}
	
.cp2_b2_title i{
	display: block;
    width: 100%;
    text-align: center;
    font-style: normal;
    color: #8a8989;
    font-family: "Arial";
    font-size: 25px;
    font-weight: 100;
    line-height: 40px;
    height: 90px;
	}
	
.zp2_b2_c{}

.zp2_b2_c img{
	display:block;
	}
	
.cp2_gg{
	width:100%;
	height:175px;
	background:url(../images/cp2_title_bg.jpg) no-repeat;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	}
	
.cp2_gg_l{
	font-size: 68px;
    color: #00736c;
    height: 175px;
    line-height: 175px;
	}
	
.cp2_gg_c{
    width: 100%;
    padding-top: 135px;
    height: 700px;
	}

.cp2_gg_c_l{
    width: 495px;
    float: left;
    padding-top: 160px;
	}

.cp2_gg_c_l span{
	display: block;
    font-size: 34px;
    color: #4f4f4f;
    line-height: 64px;
	}
	
.cp2_gg_c_r{
	width:635px;
	float:right;
	}

.cp2_gg_c_r img{
	display:block;
	}
	
	
	
/**配套透析液**/

.cp3_b1{
    width: 100%;
    font-size: 24px;
    color: #4f4f4f;
    line-height: 48px;
    height: 430px;
	}	
	
.cp3_b1 i{
    display: block;
    width: 140px;
    height: 5px;
    background: #c8ad92;
    margin: 0px auto;
    margin-top: 100px;
	}
	
.cp3_gg{
	width:100%;
	height:175px;
	background:url(../images/cp2_title_bg.jpg) no-repeat;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	}
	
.cp3_gg_l{
	line-height: 56px;
    padding-top: 38px;
	}
	
.cp3_gg_l span{
    display: block;
    font-size: 42px;
    color: #00736c;
	}
	
.cp3_gg_l i{
	display: block;
    font-size: 24px;
    color: #868686;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 100;
    text-transform: uppercase;
	}
	
.cp3_gg_c{
    width: 100%;
    padding-top: 135px;
    height: 700px;
	}

.cp3_gg_c_l{
    width: 570px;
    float: left;
	}

.cp3_gg_c_l span{
	display: block;
    font-size: 34px;
    color: #4f4f4f;
    line-height: 64px;
	}
	
.cp3_gg_c_r{
	width:450px;
	float:right;
	}

.cp3_gg_c_r img{
	display:block;
	}
	
.cp3_b5{
	width: 100%;
    height: 630px;
	}
	
.cp3_b5_c{
    width: 100%;
    padding-top: 35px;
	}
	
.cp3_b5_c table{
	width: 100%;
    border: 2px #c8ad92 solid;
    border-collapse: collapse;
	}

.cp3_b5_c table tr td{
    width: 25%;
    text-align: center;
    border: 2px #c8ad92 solid;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #595757;
	}



/**远程管理**/

.cp4_b1{
	width: 100%;
    height: 740px;
	}

.cp4_b1_l{
	width:760px;
	float:left;
	}
	
.cp4_b1_l_c{
    width: 100%;
    font-size: 24px;
    color: #222323;
    line-height: 48px;
    padding-top: 30px;
	}

.cp4_b1_r{
	width:265px;
	float:right;
	}
	
.cp4_b2{
	width: 100%;
    height: 900px;
	}

.cp4_b2_bg{
	width:100%;
	height:810px;
	background:url(../images/cp4_b2_bg.jpg) no-repeat;
	}
	
.cp4_b2_c{
    width: 608px;
    height: 419px;
    color: #FFF;
    padding: 35px 85px 0px 60px;
    float: right;
    font-size: 22px;
    line-height: 46px;
	}
	
.cp4_gg{
    width: 100%;
    height: 175px;
    background: url(../images/cp2_title_bg.jpg) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	}

.cp4_gg_l{
	line-height: 56px;
    padding-top: 38px;
	}

.cp4_gg_l span{
    display: block;
    font-size: 42px;
    color: #00736c;
	}
	
.cp4_gg_l i{
	display: block;
    font-size: 24px;
    color: #868686;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 100;
	}
	
.cp4_gg_c{
	width: 100%;
    padding-top: 100px;
    height: 700px;
	}
	
	
	
/**下载中心**/

.xzzx_box{}

.xzzx_c{
    width: 100%;
    padding-top: 40px;
    height: 1480px;
    overflow: hidden;
	}

.xzzx_title{
    border-bottom: 1px #c8ad92 solid;
    height: 119px;
    line-height: 119px;
    font-size: 22px;
    color: #4c4b4b;
    text-align: right;
    padding-right: 60px;
	}

.xzzx_title span{
    display: block;
    float: left;
    color: #00736c;
    font-size: 48px;
	}
	
.xzzx_ico_box{
    width: 100%;
    height: 260px;
    padding: 50px 0px;
	}

.xzzx_ico_box a{
	display: block;
    float: left;
    width: 202px;
    text-align: center;
    color: #595757;
    font-size: 22px;
    line-height: 70px;
    height: 260px;
    overflow: hidden;
	}
	
.xzzx_ico_box a img{
    display: block;
    width: 202px;
    height: 202px;
    margin: 0px auto;
	}

.xzzx_c_l{
    width: 610px;
    padding-right: 93px;
    border-right: 2px #c8ad92 solid;
    height: 1440px;
    float: left;
	}

.xzzx_c_r{
	width: 260px;
    float: right;
    padding-right: 110px;
	}
	
.xzzx_ico_box_r{
    height: 350px;
    padding: 65px 0px;
    padding-right: 95px;
	}

.xzzx_ico_box_r a{
	display: block;
    float: right;
    width: 161px;
    text-align: center;
    color: #595757;
    font-size: 22px;
    line-height: 44px;
    height: 295px;
    overflow: hidden;
	}	
	
.xzzx_ico_box_r a img{
    display: block;
    width: 161px;
    height: 161px;
    margin: 0px auto;
	}	


	
	
	
	
.title{
    margin: 0px;
    padding: 0px;
    height: 60px;
    line-height: 60px;
    background: url(../images/title_bg.png) repeat-x;
    margin-bottom: 20px;
    font-size: 30px;
    color: #000;
	}
	
.weizhi{
	display: block;
    float: right;
    font-size: 12px;
    color: #6e6e6e;
    line-height: 60px;
	}
	
.weizhi a{
	color: #6e6e6e;
	}
	
.article p{
	margin: 0px;
	}


/*********** 内页 *************/

.page{
	margin: 20px 0px;
    text-align: right;
    font-size: 12px;
	}

.page a{
	display: inline-block;
    height: 18px;
    line-height: 18px;
    border: 1px solid #026ec2;
    padding: 3px 4px;
    font-size: 12px;
    color: #000;
	}

.page a:hover{background:#026ec2;color:#fff;border:none;height:18px;line-height:18px;padding:3px 4px;border: 1px solid #026ec2;}

.current {
	padding: 4px 9px;
    height: 18px;
    line-height: 18px;
    background: #026ec2;
    color: #fff;
    font-size: 12px;
	}

/***************global*****************/

.pro{
	padding:0px;
	margin:0px;
	}
	
.pro a{
    width: 273px;
    height: 240px;
    float: left;
    display: block;
    border: 1px #ccc dashed;
    padding: 5px;
    text-align: center;
    line-height: 24px;
    color: #282828;
    font-size: 12px;
    font-family: '微软雅黑';
    margin: 15px 10px;
	}
	
.pro a img{
    width: 273px;
    height: 205px;
	}

.pro a:hover{
	background:#026ec2;
	color:#FFF;
	border:1px #FFF dashed;
	}
	
.o_product_thumb{
	width:100%;
	text-align:center;
	}
	
.o_product_info{
	font-size: 14px;
    line-height: 28px;
	}

.order-content{
    padding: 20px 30px;
    background: #fff;
}

.order-content .order-line{
    color: #333;
    height: 30px;
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 14px;
}
.order-content .order-line:after{
    display: block;
    content: '';
    clear: both;
    height: 0;
    width: 0;
}
.order-content .order-line lable{
    width: 70px;
    margin-right: 5px;
    display: inline-block;
    float: left;
    text-align: right;
}
.order-content .order-line .order-zhi{
    float: left;
    padding: 10px;
    line-height: 30px;
    padding: 0px 10px;
    max-width: 380px;
    border: 1px solid #d2d2d2;
}
.order-content .order-line .order-zhi.noborder{
    border:none;
}
.order-content .order-line  .order-zhi.overword{
    height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.order-line.bz-line{
    height: auto;
}
.order-content .order-line .beizhu{
    padding: 10px;
    float: left;
    border: 1px solid #d2d2d2;
}
.order-content .order-line .dwid{
    width: 375px;
}
.order-content .order-line img{
    display: inline-block;
    float: left;
    margin-left:15px;
}
.order-content .go-sub{
    margin-left:70px;
    border: none;
    color: #fff;
    background: #0158AD;
    font-size: 14px;
    padding: 8px 28px;
    margin-top:8px;
    border-radius: 5px;
    outline: none;
}
.order-content .go-sub:hover
{
    background: #FE4200;
}
.go_order{
	display:block;
	width:140px;
	height:30px;
	line-height:32px;
	color:white;
	text-align:center;
	background:#0950a0;
	border:0px;
	cursor:pointer;
}
.go_order:hover{
	background:#c30f1b;
}

/*************index&goods**************/

.news{
	margin-left: 0px;
    padding: 0px;
	}
	
.news a{
	display: block;
    width: 580px;
    height: 505px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    line-height: 34px;
    /* border-bottom: 1px #ccc dashed; */
    font-size: 13px;
    color: #282828;
    margin-bottom: 30px;
	}
	
.n_img{
    width: 100%;
    height: 355px;
    overflow: hidden;
	}
	
.n_img img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all 0.5s;
	}
	
.news a span{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 24px;
    color: #000000;
    text-align: center;
    font-weight: normal;
    height: 65px;
    line-height: 65px;
	}
	
.news a small{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    color: #4b4b4b;
    text-align: center;
    height: 40px;
    line-height: 40px;
	}
	
.news a i{
	display: block;
    width: 80px;
    text-align: center;
    font-size: 12px;
    color: #00736c;
    font-style: normal;
    border-bottom: 1px #00736c solid;
    margin: 0px auto;
    line-height: 34px;
    height: 34px;
	transition: all 0.5s;
	}
	
.news a:hover>.n_img img{
	transition: all 0.5s;  
	transform: scale(1.1);  
	}
	
.news a:hover>i{
	transition: all 0.5s;
	width:100%;
	}


/****************news*****************/

.news_title{
    font-weight: normal;
    text-align: center;
    line-height: 50px;
    font-size: 29px;
    color: #000000;
    padding: 0;
    margin: 0;
	}

.meta{
    color: #999;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 30px;
	}

/***********news_info**************/

.jobs li{overflow:hidden;margin:23px 18px 28px 28px;padding-bottom:27px;border-bottom:1px dotted #cdcdcd;}

.jobs a{position:relative;top:-150px;background-position:0 -301px;float:right;width:71px;height:34px;color:#fff;text-align:center;line-height:34px;}

.jobs strong{color:#da020d;}

.jobs p{/*margin:6px 0 -134px 156px;*/line-height:35px;}

/***************jobs***************/

.pro_info .rel_center{margin:23px 0 6px;margin-left:-145px;padding:3px;width:290px;height:216px;border:1px solid #dcdcdc;}

.pro_info p{margin:20px 30px 30px 33px;}

.pro_name{display:block;color:#da020d;text-align:center;}

.info_title{
	margin: 20px 0px;
    width: 100%;
    height: 30px;
    background: #ececec;
	}

.info_title b{
	display: inline-block;
    padding-left: 10px;
    height: 100%;
    border-right: 1px solid #fff;
    background: #0950a0;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
	}

.info_title a{margin:8px;width:15px;height:15px;background-position:0 -426px;}

/********goods_info&jobs_info*******/

.order{
    margin: 40px 0 120px 46px;
    line-height: 40px;
    font-size: 14px;
    margin: 0px auto;
	}
.order img{vertical-align:-5px;cursor:pointer;}

.order input{padding:0 3px;}

.order textarea{padding: 3px;}

#submit{width:90px;height:34px;border:none;background-position:0px -366px;color:#fff;cursor:pointer; background:#0950a0;}

/**************order&message********/

#banner{position:relative;height: 300px;overflow:hidden;}

#banner li {float:left;}

.banner .dots li.active {

background: #fff;

opacity: 1;

}

.banner .dots li {

display: inline-block;

width: 10px;

height: 10px;

margin: 0 4px;

text-indent: -999em;

border: 2px solid #fff;

border-radius: 6px;

cursor: pointer;

opacity: .4;

-webkit-transition: background .5s, opacity .5s;

-moz-transition: background .5s, opacity .5s;

transition: background .5s, opacity .5s;

}



/*sitemap*/

.mesmore{margin-top:5px;}

.mesmore:hover{color:#da020d;text-decoration:underline;}



.sitemap{ width:996px; float:left; /*border:3px solid #f0f0f0;*/ margin-top:10px; margin-bottom:10px;}

.m1{ height:20px; line-height:20px; margin-top:20px; margin-left:20px;}

.m2{ margin-left:20px; margin-top:20px; line-height:25px;}

.m2 span{ font-size:14px; font-weight:bold;}

.m2t{ border:1px solid #f0f0f0; width:800px; padding-left:4px; margin-top:2px; padding:10px; margin-bottom:20px;}

.m2t ul{}

.m2t ul li{ list-style-type:none; float:left; width:150px;}

.m2t ul li a:hover{ color:red}



.f{ float:right; margin-right:10px; _margin-top:7px;}



/*上一页_下一页*/

#prev_next{
    margin: 20px auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    font-size: 12px;
	}

#prev_next li{
    font-size: 14px;
    border: 1px #999 dashed;
    float: left;
    margin: 0px 5px;
    width: 588px;
    height: 38px;
    line-height: 38px;
    text-indent: 10px;
	}


#prev_next li a{ color:#000;}
@media screen and (max-width:765px) { 
        .w1200 {
        width: 75%;
        margin: 0px auto;
    }
}

/*.map dt{float:right;display:inline;border:1px solid #666;margin-top:10px;z-index:101;border-bottom:1px solid #f0f0f0;}

.map dd{position:absolute;z-index:100;top:31px;left:-65px;background:#f0f0f0;border:1px solid #666;width:135px;*width:145px;}

.map ul{padding-left:10px;line-height:25px;overflow:hidden;zoom:1;font-size:12px;}

.map li{float:left;margin:0 5px;}*/

/*2017-7-17 update */

/*@media screen and (max-width: 765px) {  */
  
/*   #logo_r {*/
    /* width: 26%; */
/*    height: 135px;*/
/*    float: right;*/
/*    display: none;*/
/*}*/
/*#logo_l {*/
/*    width: 100%;*/
/*    padding-top: 40px;*/
/*    float: left;*/
/*}*/
/*.w1200 {*/
/*    width: 90%;*/
/*}*/
/*.counter.col_fourth {*/
/*    width: 25% !important;*/
/*}*/

/*.count-title {*/
/*    font-size: 29px;*/
/*}*/

/*.num span {*/
/*    font-size: 18px;*/
/*}*/
/*.menu-item a {*/
/*    font-size: 14px;*/
/*}*/

/*#tel_box {*/
/*    font-size: 18px;*/
/*}*/

/*.index2_l {*/
/*    width: 38%;*/
/*}*/

/*.index2_r {*/
/*    width: 60%;*/
/*}*/

/*.baohu_box {*/
/*    width: 50%;*/
/*    margin: 0;*/
/*}*/

/*.index3_c {*/
/*    padding: 2%;*/
/*}*/
/*.n_box_r span {*/
/*    font-size: 26px;*/
/*}*/
/*.w1200 {*/
/*    width: 90%;*/
/*}*/

/*.index5_l {*/
/*    width: 30%;*/
/*    padding: 10px;*/
/*}*/

/*.index5_l a img {*/
/*    margin-top: 100px;*/
/*    width: 100%;*/
/*}*/

/*.index5_l a span {*/
/*    font-size: 20px;*/
/*    line-height: 1.5;*/
/*}*/

/*.index5_l a small {*/
/*    margin: 0;*/
/*}*/

/*.index5_r {*/
/*    width: 50%;*/
/*}*/

/*.index5_r a img {width: 45%;}*/

/*.index5_r a span {*/
/*    font-size: 14px;*/
/*}*/

/*.index5_r a {*/
/*    padding: 6px;*/
/*    font-size: 16px;*/
/*    line-height: 1.5;*/
/*}*/
/*.cxrz_box {*/
/*    width: 50%;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/
/*#foot_l {*/
/*    width: 46%;*/
/*}*/

/*#foot_r {*/
/*    width: 49%;*/
/*    margin: 0;*/
/*}*/

/*#foot_l img {*/
/*    width: 100%;*/
/*}*/

/*#foot_r5 img {*/
/*    margin: 0 33px;*/
/*}*/
/*.sub-menu>.menu-item a {*/
/*    font-size: 14px;*/
/*}*/

/*.main {*/
/*    width: 90%;*/
/*}*/

/*.qyjj_box3 img {*/
/*    width: 50%;*/
/*}*/
/*.qyjj_r {*/
/*    display: none;*/
/*}*/
/*.qyjj_content {*/
/*    width: 95%;*/
/*    margin: 0 auto;*/
/*}*/

/*.right {*/
/*    float: none;*/
/*    display: flex;*/
/*}*/

/*.qyjj_l {*/
/*    width: 100%;*/
/*}*/

/*}  */








