﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	background: #FFF;
	min-width:1200px;
}
/*------------------------Start 解决12号字在google和傲游浏览器的不识别小于12号的英文字体-------------*/
html {
	-webkit-text-size-adjust: none;
}
/*------------------------End 解决12号字在google和傲游浏览器的不识别小于12号的英文字体----------*/
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dd {
	margin: 0px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #00a39b;
	text-decoration: none;
}
.link-blue {
	color: #0b5cac;
	text-decoration: underline;
}
.link-blue:hover {
	color: #0b5cac;
	text-decoration: underline;
}
img {
	font-size: 0px;
	line-height: 0px;
	vertical-align: bottom;
	border: 0px;
}
.c {
	clear: both;
	overflow: hidden;
}
.main_w {
	margin: 0 auto;
	width: 100%;
}
.main {
	margin: 0 auto;
	width: 1200px;
}
/*--End 分页样式---------*/


/************/

.banner_w {
	width: 100%;
	height:728px;
	position: relative;
	overflow: hidden;
	clear: both;
	background-color: #e8e8e8;
}
.banner {
	margin: 0 auto;
	width: 1920px;
	height:728px;
	position: absolute;
	overflow: hidden;
	left: 50%;
	margin-left: -960px;
}
.banner .img {
	width: 25000px;
	position: absolute;
	left: 0;
	top: 0;
}
.banner .img li {
	float: left;
	overflow: hidden;
}
.banner .num {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
	text-align: center;
	font-size: 0;
}
.banner .num li {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}
.banner .num li.on {
	background-color: #00a39b;
}
.banner .btn {
	width: 30px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 46px;
}
.banner:hover .btn {
	display: block
}
.banner .btn_l {
	left: 15%;
}
.banner .btn_r {
	right: 15%;
}
/*************************************/

.con_a_w{
	background: #00a39b;
	padding: 40px 0;
}
.con_a ul{
	display: flex;
	color: #fff;
	justify-content:space-between;
}
.con_a02{
	margin-top: 25px;
	font-size: 24px;
	font-weight: bold;
}
.con_a03{
	font-size:15px;
	margin-top: 10px;
	color: #c1c7d8;
}
/*****************************/
.con_b{
	margin: 60px auto;
}
.con_b01{
	text-align: center;
	font-size:40px;
	line-height: 40px;
	
}
.con_b01 span{
	font-weight: bold;
	color:#00a39b;
}
.con_b02{
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-bottom: 50px;
}
.con_b_nr{
	margin: 30px auto 10px;
}
.con_b_l{
	float: left;
	width: 582px;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
}
.con_b_l01{
	margin:10px auto 0;
	width: 562px;
	height: 562px;
	overflow: hidden;
}
.con_b_l01 img{
	width: 562px;
	height: 562px;
	transition:all 0.6s ease;
}
.con_b_l01:hover img{
	transform: scale(1.1);
}
.con_b_r{
	float: right;
	width: 600px;
}
.con_b_l02{
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}
.con_b_r ul li{
	float: left;
	width: 267px;
	border: 1px solid #f1f1f1;
	margin-bottom:20px;
	margin-right: 20px;
	box-sizing: border-box;
}
.con_b_r ul li .con_b_r01{
	width:247px;
	height: 247px;
	overflow: hidden;
	margin: 10px auto 0;
}
.con_b_r ul li .con_b_r01 img{
	width:247px;
	height: 247px;	transition:all 0.6s ease;

}
.con_b_r ul li .con_b_r01:hover img{
		transform: scale(1.1);

}
.con_b_r ul li .con_b_r02{
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
}
/*******************/
.con_b_nra ul li{
	float: left;
	border: 1px solid #f1f1f1;
	margin-bottom:20px;
	margin-right: 20.5px;	width: 273px;
	box-sizing: border-box;
}
.con_b_nra ul li:last-child{
	margin-right: 0;
}
.con_b_nra ul li .con_b_r01{
	width:247px;
	height: 247px;
	overflow: hidden;
	margin: 10px auto 0;
}
.con_b_nra ul li .con_b_r01 img{
		width:247px;
	height: 247px;transition:all 0.6s ease;
}
.con_b_nra ul li .con_b_r01:hover img{
		transform: scale(1.1);
}
.con_b_nra ul li .con_b_r02{
		height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
}
.con_more{
	margin:30px auto;
	width: 280px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #00a39b;
	border-radius: 8px;
}
.con_more a{
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	font-size: 16px;
}



.con_more a.con_more_a{
	background-color: #00a39b;
	color: #fff;
}
.con_c_w{
	background-color: #f4f4f4;
	padding: 60px 0 0;
}
.con_c{
	margin: 40px auto 0;
}
.con_c ul{
	display: flex;
justify-content:space-between;
}
.con_c ul li{
		width: 180px;
	padding-bottom: 30px;
}
.con_c ul li .con_c_pic{
	margin: 30px auto;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	background-color: #3f4147;
}
.con_c ul li .con_c_pic img{
	margin-top: 12px;
}
.con_c ul li .con_c_name{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.con_c ul li:hover .con_c_pic,.con_c ul li.on .con_c_pic{
		background-color: #00a39b;
}
.con_c ul li:hover .con_c_name,.con_c ul li.on .con_c_name{
	color: #00a39b;
}
.con_c ul li:hover,.con_c ul li.on{
	border-bottom: 3px solid #00a39b;
}
/***************************************/
.lkcon_h_w{
	margin:0px auto 40px;
	
}

.lkcon_h01_w{
	margin-top:60px;}
/*******************/
.divas-caption{
	width: 500px !important;
	overflow: hidden;

}
.divas-caption div:first-child{
	font-size: 36px;
	font-weight: bold;
	padding: 40px 0;
}
.divas-caption div:first-child span{
	font-size: 16px;
	padding-left:15px;
}
.divas-caption div:last-child{
	width: 500px;	padding-bottom:40px;
}
/********************************/
.con_d_w{
	background: url("../images/t19.png") top center no-repeat;
	padding:50px 0;
}
.con_d_w .con_b01{
	color: #fff;
}
.con_d_w .con_b02{
	color: #fff;
}
.con_d{
	min-height: 92px;
	background: url("../images/t20.png") top center no-repeat;
}
.con_f{
	margin: 60px auto;
}
.con_f_nr{
	margin-top: 30px;
}
.con_f_nr_l{
	float: left;
	width: 625px;
}
.con_f_nr_r{
	float: right;
	width: 560px;
}
.con_f_nr_l01{
	font-size:36px;
	line-height: 50px;
	padding-bottom: 20px;
	font-weight: bold;
}
.con_f_nr_l02{
	font-size: 15px;
	line-height:30px;
}
.con_f_nr_l03{
	margin-top: 35px;
}

/*******************/
.lkcon_d_w{
	margin: 60px auto;
	padding:70px 0 50px;
	
	background: #00a39b;
}
.lkcon_a02_cond .lkcon_a01_l02{
	color: #3bc2e4;
}
.lkcon_a02_cond .lkcon_a01_l01{
	color: #fff;
}

.lkcon_a02_cond .lkcon_a01_l01a02{
	background-color: #fff;
}
.lkcon_a02_cond .lkcon_a01_l01b{
	color: #fff;
}
.lkcon_a02_cond .lkcon_a01_raa{
	    background: url(../images/jb_a.png) 110px center no-repeat;
	border: 1px solid #fff;
}
.lkcon_d.main{
	width:1320px;
}
.lkcon_d_w .con_b01,.lkcon_d_w .con_b02{
	color: #fff;
}
/*********************************/
.box img{
	width: 100%;
}
.boxaa{
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 100% !important;
	text-align: center;
}
.boxaa a{
	color: #fff;
	height: 50px;
	font-size: 16px;
	display: block;
	line-height: 50px;
}
.con_moreaa a{
	color: #fff;
}
.con_moreaa{
	border: 1px solid #fb8d02;
	margin-bottom: 40px;
}
.con_moreaa a.con_more_a{
	background-color: #fb8d02;
}
/*******************************************/
.lkcon_b_w{
		  box-sizing: border-box;
	  padding: 0px 2px 30px;
}
/********************/
.fold_wrap{width:100%;height:600px;margin:0px auto 0 auto;overflow:hidden;}
.fold_wrap li{float:left;width:25%;height:600px;position:relative;overflow:hidden;cursor:pointer; box-sizing: border-box;padding: 0 5px;}
.fold_wrap li .mask_b{position:absolute;overflow:hidden;width:100%;height:100%;right:0px;top:0px; text-align:left;background:rgba(0,0,0,0);_background:#B2B2B2;z-index:11;}
.fold_wrap li.active .mask_b{background:none;}
.fold_wrap li .mask_b h4{color:#fff;width:100%;margin:0 auto;display:block;font:30px/30px Microsoft Yahei;position:relative; right:40px; padding-top:30px;}
.fold_wrap li.big{width:875px;}
.i_how_n1{ top:370px;}
.pic_auto{width:100%;height:100%; filter:brightness(90%)}
.fold_wrap li:hover .mask_b{
}
.fold_wrap li.active .mask_b{
}
/***********************/
/***********************/
.bj_a {
    margin-left: 40px;
    color: #fff;
    margin-top: 50px;
	font-size: 30px;
	font-weight: bold;
}
.bj_a .bj_a01{
	float: left;
	width: 2px;
	height: 70px;
	background-color: #fff;
}
.bj_a .bj_a02{
	float: left;
	width: 40px;
	height: 160px;
	margin-left: 20px;
	line-height:34px;
}
.bj_b{
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
}
.bj_b01{
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
}
.bj_b02{
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	line-height: 30px;
	color: #fff;
}
.bj_b03{
	width: 100%;
	box-sizing: border-box;
	padding:10px 30px;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
}
.bj_c{
	position: absolute;
	bottom: 50px;
	left:20px;
}
.bj_c01{

	clear: both;
	margin-bottom:10px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.bj_c02{
	font-size: 14px;
	color: #fff;
}

.fold_wrap li .bj_b{
	width: 0;
	display: none;
	overflow: hidden;transition: all .3s ease-in-out;
}
.fold_wrap li:hover .bj_b{
	width:100%;
	display: block;
}
.fold_wrap li.active .bj_b{display: block;width:100%;
}
/*****************************************/
.con_e_w{
	margin-top: 50px;
	background-color: #f2f6ff;
	padding-top: 20px;
	padding-bottom: 100px;
}
.con_e_l{
	float: left;
	width: 540px;
}
.con_e_l01{
	width: 540px;
	height: 345px;
	overflow: hidden;
	position: relative;
}
.con_e_l01 img{
	width: 540px;
	height: 345px;
	overflow: hidden;
	transition: all 0.6s ease;
}
.con_e_l01:hover img{
	transform: scale(1.1);
}
.con_e_l01 .con_e_l01_a{
	position: absolute;
	z-index: 111;
	left: 0;
	top:0;
	width: 120px;
	height: 80px;
	text-align: center;
	color: #fff;
	background-color: #00a39b;
}
.con_e_l01_a01{
	margin-top: 15px;
	font-weight: bold;
	font-size: 30px;
}
.foot_w{
	background-color: #00a39b;
	padding: 60px 0;
}
.con_e_l01_a02{
	font-size: 16px;
	line-height: 30px;
}
.con_e_l02{
	margin-top: 15px;
	font-size:20px;
}
.con_e_l03{
	margin-top: 10px;
	font-size: 15px;
	line-height: 22px;
	color: #666;
}
.con_e_r{
	float: right;
	width: 605px;
	background: url("../images/xian.jpg") 128px top repeat-y;
}
.con_e_r ul li{
	clear: both;	margin-top: 20px;
	margin-bottom: 50px;
}
.con_e_r_l{
	float: left;
	width: 120px;
	font-size: 15px;
	line-height: 30px;
}
.con_e_r_l01{
	float: left;
	width: 16px;
	margin-top: 6px;
	height: 16px;
	border-radius: 50%;
	background-color: #a0a0a0;
}
.con_e_r_r{
	float: right;
	width: 450px;
}
.con_e_r_r01{
		line-height: 30px;
	font-size: 18px;
}
.con_e_r_r02{
	line-height: 24px;
	font-size: 15px;
	margin-top: 10px;
	color: #666;
}
.con_e_r ul li:hover .con_e_r_l01{
	background-color: #00a39b;
}
.con_e_r ul li:hover .con_e_r_l{
	color: #00a39b;
}
.con_e_r ul li:hover .con_e_r_r01{
	color: #00a39b;
}
.foot_l{
	width:450px;
	float: left;
}
.foot_l01{
	background: url("../images/tel_a.png") left top no-repeat;
}
.foot_l01a{
	font-size: 15px;
	color: #fff;
	padding-left:60px;
}
.foot_l01b{
	font-size:28px;padding-left:60px;
	padding-bottom: 10px;
	font-weight: bold;color: #fff;
}
.foot_l02{
	margin-top: 45px;
	color: #fff;
}
.foot_l02 ul li{
	float: left;
	width: 50%;
	font-size: 16px;
	padding-left:20px;
	box-sizing: border-box;
	margin-bottom:15px;
}
.foot_l02 ul li:first-child{
	background: url("../images/tu01.png") left 3px no-repeat;width: 60%;
}
.foot_l02 ul li:nth-child(2){
	background: url("../images/tu02.png") left 3px no-repeat;width: 40%;
}
.foot_l02 ul li:nth-child(3){
	background: url("../images/tu03.png") left 3px no-repeat;width: 60%;
}
.foot_l02 ul li:nth-child(4){
	background: url("../images/tu04.png") left 3px no-repeat;width: 40%;
}
.foot_r{
	background:url("../images/ewm.png") right top no-repeat;	
	float: right;
 /*   width: 690px;*/
	background-size:180px;
}
.foot_r01{
	color: #fff;
	margin-top:100px;
	font-size: 15px;
	/*width: 500px;*/
}
.foot_r01 a{
	color: #fff;
}
.foot_r02{
	color: #fff;width:480px;text-align: right;
	margin-top:10px;font-size: 15px;
}
.foot_r02 a{
	color: #fff;
}

.lktop_w{
	padding:10px 0 25px;
	background-color:#00a39b;}
.lktop_l{
	float:left;
	width:220px;
	padding-top:25px;
}
.lktop_l img{
	width:220px;
}
.lktop_r{
	float:right;
	width:800px;}
.lktop_r01{
	margin-top:15px;
	text-align:right;
	color:#fff;}
.lktop_r01 a{
	padding:0 5px;
	color:#fff;}
.lktop_r02{
	margin-top:15px;
}
.navaa ul li {
	float:left;
	font-size:15px;
	width:100px;
	text-align:right;
}
.navaa ul li  a{
	color:#fff;}
	
.con_a01{
	text-align:center;
	margin:0 auto;
	width:60px;}

.con_a01 img{
	width:100%;}
.con_a02{
	font-size:26px;
	text-align:center;}
.con_a03{
	width:240px;
	margin:20px auto 25px;
	text-align:center;
	color:#fff;
	font-size:14px;}
 .sypro ul li{
	 float:left;
	 width:290px;
	 height:50px;
	 text-align:center;
	 margin-bottom:10px;
	 line-height:50px;
	 background-color:#00a39b;
	 margin-right:10px;
	 font-size:15px;
	}
 .sypro ul li a{
	 color:#fff;}
	.syabout{
		background:url("../images/bja.png") center bottom no-repeat #00a39b;}
		.syabout .con_b01{
			color:#fff;}
	.syabout .con_b01 span{
		color:#fff;}
			.syabout .con_b02{
			color:#fff;}
	.con_f_nr_l01{
		color:#fff;}
	.con_f_nr_l02{
		color:#fff;}
	.con_f_nr_l02aa{
		margin-top:15px;}
	.con_f_nr_l02aa a{
		font-size:14px;
		color:#fff;}
.con_e{
	margin-top:60px;}
.nyban{
	background:url("../images/nya.jpg") center bottom no-repeat;
	height: 260px;
}

.wza {
    background-color: #f1f1f1;
    height: 60px;
    clear: both;
    overflow: hidden;
    position: relative;
    top: -20px;
    line-height: 60px;
}
.wza_l {
    background: url(../images/home.svg) left center no-repeat;
    padding-left: 25px;
    background-size: 16px;
	font-size: 14px;
    float: left;
}


.wza_r {
    float: right;
}
.wza_r a {
    padding: 15px;
    margin: 0 10px;
	font-size: 15px;
}

.wza_r a.ona {
    background-color:#00a39b;
    color: #fff;
}


.abnraa{
	margin:30px auto 80px;
	min-height: 200px;

}
.abt_nr_l02 {
    color: #333;
    font-size: 32px;    line-height: 40px;
}
.abt_nr_l03 {
    margin-top: 30px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.contacta_a01 {
    font-size: 30px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
}
.contacta_a02 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: lighter;
}


.messageaa {
    margin-top: 35px;
}


.book_add li {
    float: left;
    width: 49.5%;
    margin-bottom: 30px;
    margin-right: 1%;
	box-sizing: border-box;
}
.book_add li:nth-child(2),.book_add li:nth-child(4){
	margin-right:0px;
}
.book_add li:nth-child(5){
	width: 100%;
	float:none;
	
}
.book_add input {
    border: 1px solid #dfdfdf;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 18px;
}
.book_add textarea {
    border: 1px solid #dfdfdf;
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
}
.book_add li:nth-child(7) {
    float: none;
    margin: 0 auto 120px;
    width: 220px;
}
.book_add li:nth-child(7) input {
    border-radius: 25px;
    background-color: #00a39b;
    color: #fff;
    border: 0px solid #00a39b;
}

@media only screen and (max-width:768px){
	.contacta_a03{
		padding:30px 20px;
	}
.contacta_a03 .cca01{
	    float: none;
    width: 100%;
	padding-left:0px;
	padding-right:0px;
	border-right: 0px solid #ccc;
	border-bottom:1px solid #dfdfdf;
	padding-bottom:15px;
	margin-bottom:15px;
}
.book_add li {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
}

}


/**********/
.contacta_a03 {
    background-color: #f1f1f1;
    margin: 50px auto 0px;
    padding: 40px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
}


.contacta_a03 .cca01 {
    float: left;
    width: 33.33%;
    padding-left: 35px;
    overflow: hidden;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}
.contacta_a03 li:nth-child(3).cca01{
	border-right:0px solid #ccc;
}

.tel01 {
    font-size: 14px;
    color: #333;
}

.tel02 {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
    line-height: 22px;
}

.title {
    padding-top: 10px;
    text-align: center;
}

.title h2 {
    display: inline-block;
    position: relative;
    padding: 5px 50px;
    font-weight: bolder;
    font-size: 42px;
    color: #333;
    opacity: 1;
}
.yyalaa {
    margin: 50px auto 10px;
}



.column ul li{
	float:left;
	width: 380px;
	overflow: hidden;
	margin-bottom: 30px;
	margin-right:30px;
}
.column ul li:nth-child(3n){
	margin-right: 0px;
}
.picaa{
	width: 380px;
	height: 265px;
	overflow: hidden;
	    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.column ul li img{
	width: 380px;
	height: 265px;
	transition: all 0.6s ease;
}
.column ul li:hover img{
	transform: scale(1.1);
}
.product-info{
	line-height: 30px;
	font-size: 16px;
	margin: 10px auto 0;
	text-align: center;
}


.caseshow_nr01 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #dfdfdf;
}

.caseshow_nr02 {
    margin-top: 30px;
    font-size: 15px;
    line-height: 30px;
    min-height: 300px;
    color: #333;
	margin-bottom: 40px;
}


/****************/
.c_d2box{
	margin-top:50px;
}

.ys_imgbox_contain, .ys_imgbox_cover {
    position: relative;
    overflow: hidden;
}

.c_d2list, .c_d2box {
    overflow: hidden;
}
.ys_imgbox_contain, .ys_imgbox_cover {
    position: relative;
    overflow: hidden;
}
.ys_imgbox_contain img, .ys_imgbox_cover img {
    width: 100%;
    transition: all .36s;
	max-height:160px;
}
.ys_imgbox_cover img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.c_d2fl {
    width: 40%;
}

.c_d2fr {
    width: 55%;
    padding-left: 30px;
}

.ys_imgbox_cover img{
	min-height:220px;
}

.c_d2fr_flex {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.c_d2fr_time {
    display: flex;
    align-items: center;
	padding-bottom:15px;
}
.c_tit5 {
    font-size: 18px;
    line-height: 1.75;
    color: #333;
}

.c_d2fr_h {
    /* font-weight: bold; */
    margin-bottom: 25px;
}
.c_text p{
	font-size:14px;
	color:#666;
	line-height:30px;
	font-weight:normal;
}
.c_text{
	font-size:14px;
	line-height:30px;
	font-weight:normal;    padding-top: 5px;
	    padding-left: 5px;
}
.c_d2fr_p p {
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

li.c_d2li.wow.ys_fadeup1 {
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    clear: both;
    background-color: #f1f1f1;
    margin-bottom: 25px;
}

@media screen and (max-width: 1680px) {
    .c_padd110B {
        padding-bottom: 90px;
    }
	    .c_d2fr {
        width: calc(100% - 300px);
        padding-left: 25px;
    }
	    .c_tit5 {
        font-size: 18px;
    }

	    .c_d2fr_p {
        padding-top: 15px;
    }
	    .c_d2fr_p {
        padding-top: 15px;
    }
	  
}
@media screen and (max-width: 1560px) {
    .c_d2ul {
        margin-bottom: 60px;
    }
	    .c_d2fl {
        width: 290px;
    }
	  .c_d2li {
        margin-bottom: 50px;
    }
	    .c_d2fr {
        width: calc(100% - 290px);
        padding-left: 25px;
    }
	    .c_d2fr_h {
        margin-bottom: 15px;
    }
	    .c_d2fr_h {
        margin-bottom: 10px;
    }
	    .c_d2fr_p {
        padding-top: 12px;
    }
	

	    .c_d2fr_p {
        padding-top: 12px;
    }
	
}


.c_d2clear {
    display: flex;
    flex-wrap: wrap;
}


.newsbt_a{
	padding-left:10px;
	font-size:18px;
	color:#333;
	margin-bottom:15px;
	
	line-height:20px;
	font-weight:bold;
	line-height:30px;
	    border-left:5px solid #333;
}
.newsbt_b{
	border-top:1px dashed #dfdfdf;
	margin-top:15px;
	padding:10px 0;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:20px;
}
.newsbt_c{
	font-size:15px;
	line-height:32px;
	color:#333;
}
.shangxia{
	margin-top:50px;
}
@media screen and (max-width:1200px) {
	.wz{
		top:20px;
	}
	
}

@media screen and (max-width: 660px) {
	.c_d2fl{
		width:100%;
	}
	.c_d2fr {
        width:100%;
        padding-left: 0;
    }
	.c_d2li{
		margin-bottom:25px;
		border-bottom:1px dashed #dfdfdf;
	}
	.c_d2fr_p{
		padding-top:0px;
	}
	.ys_imgbox_contain img, .ys_imgbox_cover img{
		max-height:100%;
	}
}

/******************************************************/

/*************/
.titleaa{
	margin-bottom:30px;}
.productaa{
		clear:both;
	overflow:hidden;
	margin:10px auto 60px;
}
.pro_left{
	float:left;
	width:250px;
}
.pro_left01{
	    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
	background-color:#00a39b;
	text-align:center;
	padding:20px 10px;
}
.pro_left02a a{
	display:block;
	width:100%;
	font-size:18px;
	padding:20px 15px 20px 40px;
	line-height:40px;
	background-color:#f1f1f1;
	color:#333;
	margin-bottom:3px;
}

.pro_right{
	float:right;
	width:910px;
}
.pro_right01{
	font-size:30px;
	color:#333;
	line-height: 40px;
	margin-bottom:20px;
}
.pro_right02 ul li{
	float:left;
	width:290px;
	margin-right:20px;
	overflow:hidden;
	margin-bottom:10px;
	box-sizing: border-box;
	/*border: 1px solid #dfdfdf;*/
	
}
.pro_right02 ul li:nth-child(3n){
	margin-right:0px;
}
.pro_right02 ul li .pro_pic {
	height:auto;
	width:290px;
	height: 220px;
	overflow: hidden;box-sizing: border-box;
	border: 1px solid #dfdfdf;
}
.pro_right02 ul li .pro_pic img{
	width:100%;
	/*height: 350px;*/
	 -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease 
}
.pro_right02 ul li:hover .pro_pic img{
 transform: scale3d(1.06, 1.06, 1)
}
.pro_name{
	margin-top:10px;
	font-size:18px;
	line-height: 30px;
	padding: 10px 20px 15px;
	box-sizing: border-box;
}
.pro_jj{
	font-size:14px;
	margin-top:7px;
	color:#666;
	line-height:22px;
}

@media screen and (max-width:1200px) {
	.pro_left{
		float:none;
		width:100%;
	}
	.pro_right{
		float:none;
		width:100%;
		margin-top:30px;
	}
	.pro_left02a a{
		padding:5px 15px 5px 40px;
	}
	.pro_left01{
		padding: 20px 10px 20px 40px;
		text-align:left;
	}
}
@media screen and (max-width:768px) {
	.pro_right02 ul li {
    width: 49%;
    margin-right: 2%;
 
}
	.pro_right02 ul li:nth-child(3n) {

    margin-right: 2%;
 
}
	.pro_right02 ul li:nth-child(2n) {
   
    margin-right: 0%;
 
}

}

@media screen and (max-width:500px) {
		.pro_right02 ul li {
    width: 100%;
    margin-right: 0%;
 
}
	
}

.proshow_a01{
	clear:both;
	overflow:hidden;
}
.proshow_a01_left{
	float:left;
	width:400px;    border: 1px solid #e6e6e6;
}
.proshow_a01_left img{
	width:100%;
}
.proshow_a01_right{
	float:right;
	width:calc(100% - 440px);
}
.proshow_a01_right01{
	font-size:26px;
	font-weight:bold;
	color:#333;
	padding-top:10px;
}
.proshow_a01_right02{
	font-size:16px;
	color:#666;
	margin-top:15px;
}
.proshow_a01_right03{
	margin-top:40px;
	background-color:#00a39b;
	width:180px;
	height:60px;
	text-align:center;
	line-height:60px;
}
.proshow_a01_right03 a{
	color:#fff;
	font-size:20px;
}
.productbb{
	background-color:#f6f6f6;
	padding:60px 0;
	border-bottom:1px solid #dfdfdf;
}
.productbb_nr{
	background-color:#fff;
	padding:40px 40px 100px;
}
.productbb_nr01{
	font-size:20px;
	color:#00a39b;
	font-weight:bold;
	padding:10px 0;
	margin-bottom:20px;
	border-bottom:1px solid #dfdfdf;
}
.productbb_nr02{
	font-size:16px;
	line-height:30px;
	min-height: 200px;
}

@media screen and (max-width:768px) {
	.proshow_a01_left{
		float:none;
		width:100%;
	}
	.proshow_a01_right{
		float:none;
		width:100%;
		margin-top:15px;
	}
	.proshow_a01_right01 {
    font-size: 20px;
    font-weight: bold;
  
}
		    .aboutgaodua {

        top: 100px;
   
    }
	.syabout,.contacta_a01{

    position: relative;
    top: 100px;
}
}

@media screen and (max-width:500px) {
	.productaa{
		margin-bottom:40px;
	}
	.productbb{
		padding:35px 0 40px;
	}
	.productbb_nr{
		padding:20px 20px 100px;
	}
	.proshow_a01_right03{
		margin-top: 20px;
	}
	

	
}

/*************************************************/



/*左侧导航菜单    home*/
.sideMenu{ border:0px solid #ddd; margin-top:1px;}
.sideMenu h3{ height:52px; line-height:52px; padding-left:30px;  background:#ececeb; cursor:pointer;  font-size: 15px; color: #333;
}
.sideMenu ul .nLi.on .sub{ display: block;}
.sideMenu ul .nLi .sub{ padding:3px 0; color:#999; display:none; }
.sideMenu ul .nLi .sub li{ height: 40px; line-height:40px; list-style: none;    background: #ececec; margin-bottom:1px; }
.sideMenu ul .nLi .sub li a{ display: block; width: 100%; height: 100%; font-size: 16px; color: #666; text-decoration: none; padding:0 25px 0 30px; box-sizing:border-box;}
.sideMenu ul .nLi .sub li a:hover{ background:#eee;}
/*左侧导航菜单    end*/

.nLi{
	margin-bottom: 2px;
}
.sideMenu .nLi.on h3{
	background:#00a39b;
	color: #fff;    font-weight: normal;
}
.pro_left01tij{
	margin-top: 20px;
}
.proshow_s{
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 10px;
}
.lpro_pic img{
	width: 100%;
}
.proshow_s ul li{
	margin-bottom: 20px;
}
.lpro_name{
	background-color:#00a39b;
}

.lpro_pic {
    clear: both;
    overflow: hidden;
    width: 250px;
    height: 250px;
}

.lpro_name {
    background-color: #00a39b;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.lpro_name a{
    color: #fff;
}

.nav ul li.on {
    background-color: #3563b3;
}
.nav ul li.on a{
	color: #fff;
}
.nav ul li.on:hover a:hover{
	color: #fff;
}

.wzxq_w{
	
	line-height:20px;
	border-left: 5px solid #333;
	padding-left: 10px;
	font-size:14px;
	
}
.wzxq_w01{
	margin-top: 15px;
	border-bottom: 1px dashed #dfdfdf;margin-bottom: 25px;
}
.wzxq_w02{
	margin-bottom: 35px;
	clear: both;
	overflow: hidden;
}
.wzxq_w02 a{
	display: block;
	width: 24%;
	text-align: center;
	line-height: 60px;
	background-color: #f1f1f1;
	box-sizing: border-box;
	float:left;
	margin-right: 1%;
}
.wzxq_w02 a.onaa{
	background-color: #0864b7;
	color: #fff;
}

.sideMenu .nLi.on h3 a{
	color: #fff;
}


.wzxq_w{
	
	line-height:20px;
	border-left: 5px solid #333;
	padding-left: 10px;
	font-size:14px;
	
}
.wzxq_w01{
	margin-top: 15px;
	border-bottom: 1px dashed #dfdfdf;margin-bottom: 25px;
}
.wzxq_w02{
	margin-bottom: 35px;
	clear: both;
	overflow: hidden;
}
.wzxq_w02 a{
	display: block;
	width: 24%;
	text-align: center;
	line-height: 60px;
	background-color: #f1f1f1;
	box-sizing: border-box;
	float:left;
	margin-right: 1%;
}
.wzxq_w02 a.onaa{
	background-color: #0864b7;
	color: #fff;
}


/***********************/

.proshow_a01{
	clear:both;
	overflow:hidden;
}
.proshow_a01_left{
	float:left;
	width:400px;
}
.proshow_a01_left img{
	width:100%;
}
.proshow_a01_right{
	float:right;
	width:calc(100% - 440px);
}
.proshow_a01_right01{
	font-size:26px;
	font-weight:bold;
	color:#333;
	padding-top:10px;
}
.proshow_a01_right02{
	font-size:16px;
	color:#666;
	margin-top:15px;
}
.proshow_a01_right03{
	margin-top:40px;
	background-color:#00a39b;
	width:180px;
	height:60px;
	text-align:center;
	line-height:60px;
}
.proshow_a01_right03 a{
	color:#fff;
	font-size:20px;
}
.productbb{
	background-color:#f6f6f6;
	padding:60px 0;
	border-bottom:1px solid #dfdfdf;
}
.productbb_nr{
	background-color:#fff;
	padding:40px 40px 100px;
}
.productbb_nr01{
	font-size:20px;
	color:#00a39b;
	font-weight:bold;
	padding:10px 0;
	margin-bottom:20px;
	border-bottom:1px solid #dfdfdf;
}
.productbb_nr02{
	font-size:16px;
	line-height:30px;
}

@media screen and (max-width:768px) {
	.proshow_a01_left{
		float:none;
		width:100%;
	}
	.proshow_a01_right{
		float:none;
		width:100%;
		margin-top:15px;
	}
	.proshow_a01_right01 {
    font-size: 20px;
    font-weight: bold;
  
}
		    .aboutgaodua {

        top: 100px;
   
    }
	.syabout,.contacta_a01{

    position: relative;
    top: 100px;
}
}

@media screen and (max-width:500px) {
	.productaa{
		margin-bottom:40px;
	}
	.productbb{
		padding:35px 0 40px;
	}
	.productbb_nr{
		padding:20px 20px 100px;
	}
	.proshow_a01_right03{
		margin-top: 20px;
	}
	

	
}

.book_add li:nth-child(2), .book_add li:nth-child(4) {
    margin-right: 0px;
}


/******产品分页*******/
.ny_news_page {
	margin: 60px auto 60px;
	clear: both;
	padding-top: 10px;
	
}
.ny_news_page a, .ny_news_page span {
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	width: 70px;
	height: 40px;
	color: #333;
	background-color: #f8f8f8;
	margin-right: 10px
}
.ny_news_page a:hover, .ny_news_page span {
	background-color:#00a39b;
	color: #fff;
}
.ny_news_page a.page_aa {
	background-color:#00a39b;
	color: #fff;
}
/****************/
