.width{
	width: 1200px;
	margin: 0 auto;
}
.white{
	color:#fff;
}
.white a{
	color:#fff;
}
.white a:visited{
	color:#fff;
}
.white a:hover{
	color:#ffffff;
}
.blcak{
	color: #000;
}
.blcak a{
	color: #000;
}
.blcak a:visited{
	color: #000;
}
.blcak a:hover{
	color: #000;
}
.red{
	color: #fff;
}
.red a{
	color: #fff;
}
.red a:visited{
	color: #fff;
}
.red a:hover{
	color: red;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.action{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}
.action:hover{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}
/*banner*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  }
.rslides img {
  display: block;
  height:auto;
  border: 0;
  width: 100%;
  }
.slide_container {
  position: relative;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../images/themes.gif) no-repeat left top;
  margin-top: -45px;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
/*header*/
.top-bg{
	background: url(../images/h-bg_01.jpg) no-repeat top center;
}

.header{
	padding: 27px 0;
}
.h-dianhua{
	font-size: 15px;
	color: #fff;
}
.h-dianhua p{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.h-dianhua span{
	font-size: 28px;
	font-family: "times new roman";
	line-height: 30px;
	color: #fff;
	font-weight: bold;
}


.nav {
	background: #efefef;
}
.nav-con>ul>li {
	float: left;
	line-height: 50px;
	text-align: center;
}
.nav-con>ul>li>a{
	font-size: 15px;
	display: block;
	position: relative;
}

.nav-con>ul>li>a>span {
	display: block;
	color: #202020;
	font-size: 15px;
	width: 120px;
	line-height: 50px;
	text-align: center;
}

.nav-con>ul>li:hover>a>span {
	background: #009a99;
	color: #fff;
}
.nav li a#menu_selected{
}

.nav li a#menu_selected span {
	background: #009a99;
	color: #fff;
}

.nav li:hover>.menulevel {
	display: block;
	
}
.mobile_nav>ul {
}

.nav-con>ul>li>.menulevel{
	position: absolute;
	z-index: 999!important;
	top: 160px;
	width: 100%;
	text-align: center;
}
.menulevel{
	display: none;
}
.menulevel>li {
	width: 133px;
	line-height: 50px;
	background: rgba(255,255,255,1);
	border-bottom: 1px solid #d7d7d7;
}
.menulevel li a span {
	color: #202020;
	font-size: 16px;
}
.menulevel>li:hover {
	background: rgba(255,255,255,1);
}

.menulevel li:hover a span {
	text-decoration: none;
	color: #01b099;
	font-weight: bold;
}

.menulevel li>.menulevel {
	width: 100%;
	left: 100%;
	top: 0;
}






#full-screen-slider { width:100%; /*height:600px;*/ position:relative}
#slides { display:block; width:100%; height:600px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:20%; top:480px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}
/*foot部分*/



.footer-bottom{
	background-color: #181818;
}
.f-nav{
	margin-top: 30px;
}
.f-nav ul li a{
	color: #fff;
	font-size: 15px;
}
.f-nav ul li{
	color: #fff;
	float: left;
	line-height:40px;
	margin-right: 7px;
	font-size: 16px;
}

.f-con{
	padding: 60px 0 40px;
}
.f-lx2{
	margin-left: 150px;
}
.f-lx2 p{
	line-height:36px;
	font-size: 15px;
	color: #fff;
	
}
.f-lx2 p:first-child{
	font-weight: bold;
	color: #fff;
	font-size: 20px;
}

.bottom-bg{
	text-align: center;
	background: -webkit-linear-gradient(
	left,#00ad99,#0bda99
	);
	padding: 10px 0;
}
.bottom-bg p{
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
}
.wzbb{
	color: #fff;
	font-size: 13px;
	opacity: 0.8;
}
.wzbb a{
	color: #fff;
	opacity: 0.8;
}
.foot-content{
	color: #fff;
		opacity: 0.8;
}
.foot-content a{
	color: #fff;
	opacity: 0.8;
}
/*内页部分*/
.ny-bg{
}
.ny-shang{
	padding: 30px 0 20px;
}
.ny-top{
}
.ny-top2{
}
.ny-tit{
	font-size: 38px;
	color: #202020;
	text-align: center;
}
.ny-location{
	font-size:16px;
	text-align: center;
	line-height: 40px;
	color: #202020;
}
.ny-location span{
	font-size: 16px;
	color: #202020;
	font-weight: bold;
}
.ny-location a{
	color: #202020;
	font-size:16px;
}
.ny-location img{
	margin-right: 10px;
	vertical-align: middle;
}
.ab-xiaxia{
	margin-top: 50px;
}
.ny-neirong1{
	padding-bottom: 60px;
	
}
.ny-neirong2{
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	padding: 56px;
	border-top: 10px solid #009a99;
}
.ny-neirong3{
	background: #fff;
	margin-top: 50px;
	padding: 80px 110px 70px;
	margin-bottom: 80px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.ny-img img{
	width: 100%;
}
#shownews{
	font-size: 16px;
	line-height: 36px;
}
#shownews p{
	font-size: 16px;
	line-height: 36px;
}
#shownews1{
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	
}
#shownews1 p{
	font-size: 16px;
	line-height: 40px;
	
}
#shownews1 img{
	border-bottom: 1px solid #efefef;
}
/* 关于我们内页 */
.ny-wenhua ul li{
	width: 45%;
	padding: 0 2%;
	margin: 0.2%;
	line-height: 70px;
	background: #f7f7f7;
	float: left;
	margin-top: 1px;
	font-size: 16px;
	color: #202020;
	
}
.ny-wenhua ul li:last-child{
	width: 94.5%;
}
.ny-wenhua ul li span{
	font-size: 18px;
	font-weight: bold;
	
	
	
}
.ny-wenhua ul li:hover{
	background: #0c41b8;
	color: #fff;
}
.ny-wenhua ul li:hover span{
	color: #fff;
}
/* 报废流程 */
.ny-lc{
	background: url(../images/jtbj.png) no-repeat top center;
}
.ny-lc ul li{
	width: 217px;
	height: 215px;
	background: #f7f7f7;
	float: left;
	text-align: center;
	margin: 0 10px;
	margin-top: 90px;
	padding: 40px 30px 20px;
	font-size: 17px;
}


.ny-lc ul li:hover{
	background: #009345;
	transition: all 0.6s;
	color: #fff;
}
.ny-lc ul li img{
	padding: 20px 0;
}
.lc-sz{
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	font-family: "arial";
	background: #0c41b8;
	border-radius: 40px;
	margin:  0 auto;
}
.ny-lc ul li:hover .lc-sz{
	background: #fff;
	color: #009345;
}
/* 联系我们 内页 */
.ny-map{
}
.ny-contact2{
}
.ny-contact{
	
}
.ny-map{
}
.ny-contact2 ul li{
	line-height: 71px;
	margin-bottom: 5px;
	background: #efefef;
	padding-left: 30px;
	font-size: 16px;
	color: #202020;
}
.ny-contact2 ul li span{
	color: #00ae99;
	font-weight: bold;
	font-size: 30px;
	vertical-align: middle;
	font-family: "times new roman";
}
.ny-contact2 ul li:first-child{
	font-size: 20px;
	font-weight: bold;
}
.ny-contact2 ul li:last-child{
	padding-top: 20px;
}
.ny-contact2 ul li:hover{
		background: -webkit-linear-gradient(
		left,#00ae99,#00d076
		);

	color: #fff;
}
.ny-contact2 ul li:hover span{
	color: #fff;
}
.ny-contact2 {
	width: 600px;
}
.ny-map{width: 600px;
height: 600px;
}
/* 关于我们内页 */
/* 产品中心内页框架 */
.page-left{
}
/*主菜单设置*/
.ny-fl{
	line-height: 60px;
	margin-bottom: 20px;
}
.ny-bottom{
}
.ny-bottom2{
}
.ddsmoothmenu-v1{
}
.ddsmoothmenu-v1 ul{
	padding: 0;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.ddsmoothmenu-v1>ul>li:first-child{
}
.ddsmoothmenu-v1>ul>li{
    line-height: 60px;
    flex-grow: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s;
    margin-left: 2px;
	background: #00ad99;
}
.ddsmoothmenu-v1>ul>li>a>span{
	font-size: 16px;
	color: #fff;
	display: block;
	}
.ddsmoothmenu-v1 ul li:hover{
	background: #f7f7f7;
}
.ddsmoothmenu-v1>ul>li.lihover{
	background: #f7f7f7;
}
.ddsmoothmenu-v1 ul li:hover a span{
	color: #202020;
	font-weight: bold;
}
.ddsmoothmenu-v1>ul>li.lihover a span{
	color: #202020;
	font-weight: bold;
}


/*主菜单连接效果设置*/
.ddsmoothmenu-v1 ul li a:link,.ddsmoothmenu-v1 ul li a:visited{color:#2b2b2b}
.ddsmoothmenu-v1>ul>li:hover a{}
.ddsmoothmenu-v1>ul>li:hover>a>span{}
.ddsmoothmenu-v1 ul li a:active{}
.ddsmoothmenu-v1 ul li a:active span{}

.ddsmoothmenu-v1 ul li .selected:link,.ddsmoothmenu-v ul li a.selected:visited,.ddsmoothmenu-v ul li a.selected:active{}
.ddsmoothmenu-v1 ul li a.selected span{color:#FFF}
/*主菜单当前所在页面*/
.ddsmoothmenu-v1>ul>li.lihover>.ahover{
	
}
.ddsmoothmenu-v1>ul>li>ul>li{
	background: #efefef;
	line-height: 40px;
}


.navjtt{top: 16px;display: none;}
.navjtt img{margin-top: 5.5px;}
.navjt{top: 15px;display: none;}
.navjt img{margin-top: 2.5px;}
.ddsmoothmenu-v1>ul>li>ul{display: none;}
.ddsmoothmenu-v1>ul>li.lihover>ul{display: block;}
.ddsmoothmenu-v1 ul li a#menu_selected{}


.ddsmoothmenu-v1>ul>li>ul>li>a>span{
	color: #0061ce;
	font-size: 14px;
}
.ddsmoothmenu-v1>ul>li>ul>li:hover>a>span{
	color: #cc0018;
}
.ddsmoothmenu-v1>ul>li>ul>li.lihover>a>span{
	color: #cc0018;
}

/*产品列表页*/

.page-products{
}
#ShowImages li{
	float:left;
	transition: all 0.6s;
	margin: 0 8px 20px;
	width: 382px;
}
#ShowImages li:hover{
}
.ny-cpzi{
	background: #efefef;
	font-size: 15px;
	line-height: 30px;
	color: #555555;
	padding: 0 20px 10px;
}
#ShowImages .nycp-sg{
	width:380px;
	height: 342px;
	border: 1px solid #efefef;
	transition:all .8s ease-in-out;
	overflow:hidden;
}
#ShowImages .nycp-sg img {
    width: 100%;
	overflow: hidden;
	transition:all .8s ease-in-out;
}
#ShowImages li:hover .nycp-sg{
	border: 1px solid #00beac;
} 
.ny-anniu{
	margin-top: 20px;
	width: 40px;
	line-height: 40px;
	background: #00beac;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.ny-anniu{
	color: #fff;
}
.images_title{
	font-size: 15px;
	line-height: 30px;
	text-align: left;
	color: #000;
}
.ptitle{
}
.images_title p{
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}
#ShowImages li:hover .ny-anniu{
	transition: all 0.6s;
	background: #fff;
	color: #202020;
	
}
#ShowImages li:hover .nycp-sg img{
	transform:scale(1.1);
	overflow: hidden;
}
#ShowImages li:hover{
}
#ShowImages li:hover .ny-cpzi{
	background: -webkit-linear-gradient(
	left,#00beac,#00d175
	);
	transition: all 0.6s;
	color: #fff;
}
#ShowImages li:hover .images_title p{
	color: #fff;
}
.#spec-n1{
	height: 231px;
	overflow: hidden;
}

/* 产品详情页 */
#proinfo_c{
	font-size: 16px;
	line-height: 36px;
}
#proinfo_c p{
	font-size: 16px;
	line-height: 36px;
}
#productSuffix{
	padding-top: 20px;
	border-top: 1px solid #d7d7d7;
}	
.ny-cpxq{
border-bottom: 2px solid #d7d7d7!important;
	color: #00ae99;
	font-size: 18px!important;
	font-weight: normal!important;
	
	padding: 0px 0 10px!important;
}


.ny-cpdz{
	font-size: 25px;
	font-weight: bold;
	color: #202020 !important;
}
.ny-cptel>span{
	font-size: 28px !important;
	color: #00a6a6 !important;
	font-family: "times new roman";
}

.ny-ly{
	background: -webkit-linear-gradient(
	left,#00ad99,#00e1b9
	);
	width: 150px;
	line-height: 40px;
	text-align: center;
	float: left;
	margin-top: 30px;
	margin-right: 20px;
	font-size: 15px;
}

.ny-ly a{
	color: #fff;
}


/* 搜索结果 */

/*= common css to all effects =*/
.single-member{width: 100%; float: left;  text-align: center; position: relative;}
.member-image img{max-width: 100%; vertical-align: middle;}
.h3 a {font-size: 24px; font-weight: normal; margin: 10px 0 0; text-transform: uppercase;}
.social-touch a{display: inline-block; width: 27px; height: 26px; vertical-align: middle; margin: 0 2px; background-image: url(../images/social-icons.png); background-repeat: no-repeat; opacity: 0.7; transition: 0.3s;}
.social-touch a:hover{opacity: 1; transition: 0.3s;}
.fb-touch{background-position: 0 0;}
.tweet-touch{background-position: -35px 0;}
.linkedin-touch{background-position: -71px 0;}
.icon-colored .fb-touch{background-position: 0 -27px;}
.icon-colored .tweet-touch{background-position: -35px -27px;}
.icon-colored .linkedin-touch{background-position: -71px -27px;}
/*= common css to all effects end =*/

/* Style the thumbnails */
.pika-thumbs{ padding: 0 16px; height: 75px; }
.pika-thumbs li{ width: 144px; height:74px; margin: 10px 0 0 17px; padding: 0; overflow: hidden;
    float: left; list-style-type: none;padding: 3px; margin: 0 5px; background: #fafafa; border: 1px solid #e5e5e5; cursor: pointer;}
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {width: 400px;}
.pika-stage {position: relative; background: #fafafa; border: 1px solid #e5e5e5; padding: 10px 10px 40px 10px; text-align:center; height:250px;}
.pika-stage img{height:100%;}
.pika-stage .caption {position: absolute; /*background: #000; background: rgba(0,0,0,0.75);  border: 1px solid #141414;*/ font-size: 11px; 
    color: #fafafa; padding: 10px; text-align: right; bottom: 50px; right: 10px;}
.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
.pika-imgnav a.previous {background: url(../images/prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
.pika-imgnav a.next {background: url(../images/next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
.pika-imgnav a.play {background: url(../images/play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
.pika-imgnav a.pause {background: url(../images/pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

/* The previous and next textual buttons */
.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
.pika-textnav a.previous {float: left; width: auto; display: block;}
.pika-textnav a.next {float: right; width: auto; display: block;}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter{position: absolute;bottom: 45px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{ background:url(loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
    text-align:right; position:absolute; top:15px; right:15px; }

/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li{width: 60px; height:60px;}
.pikachoose{width:430px; position:relative;margin-left: 90px;}
#pikame{width: 150px;}
.pika-thumbs {margin: 10px 0 0 17px; width:250px;position: absolute;top: 10px;right: 30px;}
.pika-thumbs li { margin: 5px 5px;}

/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika{position:absolute;top:0px;left:-90px;}
.jcarousel-skin-pika .jcarousel-container-vertical { width: 125px;height: 300px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-vertical { width:  125px; height: 230px;}
.ny-head{
	padding-top: 12px;
	height: 60px;
}
.ny-head a{
	font-size: 16px;
	color: #fff;
}
.effect-2{max-height: 324px; min-height: 324px; overflow: hidden;}
.effect-2 .h3{padding-top: 7px; line-height: 33px;}
.effect-2 .member-image{ height: 187px; overflow: hidden; width: 100%; transition: 0.4s; display: inline-block; float: none; vertical-align: middle;}
.effect-2 .member-info{transition: 0.4s;}
.effect-2 .member-info p{
	width: 90px;
	line-height: 33px;
	border: solid 1px #fff;
	text-align: center;
	border-radius: 20px;
	margin: 0 auto;
}
.effect-2 .member-info p a{
	font-size: 14px;
	color: #fff;
}
.effect-2 .member-image img{width: 100%; vertical-align: bottom;}
.effect-2 .social-touch{background-color: #1fb554; float: left; left: 0; bottom: 0; overflow: hidden; padding: 5px 0; width: 100%; transition: 0.4s;}
.effect-2:hover .member-image{height: 200px; transition: 0.4s;}
/*首页部分++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 产品 */
.cp-bg{
	background:url(../images/cp-bg_10.jpg) no-repeat top center;
	padding: 50px 0;
}
.cp-szuo{
	font-size: 15px;
	line-height: 30px;
	color: #555;
}
.cp-szuo p:first-child{
	font-size: 32px;
	font-weight: bold;
	color: #202020;
}
.cp-szuo p:first-child span{
	color: #00a9a7;
}
.cp-szuo p:nth-child(2){
	font-size: 25px;
	font-weight: bold;
	line-height: 48px;
	color: #202020;
}
.cp-anniu{
	width: 185px;
	text-align: center;
	border-radius: 30px;
	line-height: 35px;
	margin-top: 40px;
	background: -webkit-linear-gradient(
	left,#00aba8,#00ddb8
	);
}
.cp-anniu a{
	font-size: 16px;
	color: #fff;
}
.cp-bottom{
	margin-top: 50px;
}
.brands-list li{
	float:left;
	display:inline;
	width: 290px;
	margin: 10px 4px;
	overflow: hidden;
}
.brands-list li:hover  .imghvr-shutter-out-horiz{
	border: 1px solid #00a8a7;
}
 .imghvr-shutter-out-horiz{
	width: 290px;
	height: 261px;
	border: 1px solid #efefef;
	overflow: hidden;
}
.imghvr-shutter-out-horiz img{
	width: 100%;
	height: 100%
}
.fudong{
	width:290px;
	height: 261px;
	color: #fff;
	padding-top : 100px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.cpfl-mc{
	padding: 15px 0;
	border-bottom: 2px solid #d7d7d7;
	text-align: center;
	width: 290px;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
}
.cpfl-mc p{
	font-weight: normal;
	font-size: 15px;
	color: #555;
	line-height: 30px;
}
.cp-mcyou{
	margin-top: 30px;
}
.brands-list li:hover .cpfl-mc{
	transition: all 0.6s;
	border-bottom: 2px solid #00a8a7;
}
.brands-list li:hover .cpfl-mc a{
	transition: all 0.6s;
}
.cp-mczuo{
	width: 240px;
	font-size: 15px;
	line-height: 25px;
	color: #555;
}
.cp-mczuo p{
	font-size: 22px;
	padding: 15px 0;
	font-weight: bold;
	color: #000;
}
/* 优势 */

.ys-bg{
	padding: 90px 0 200px;
	background: url(../images/ys-bg_13.png) no-repeat top center;
}
.ys-bt{
	font-size: 18px;
	color: #555;
	line-height: 40px;
	text-align: center;
	
}
.ys-bt p{
	font-size: 32px;
	font-weight: bold;
}
.ys-bt p span{
	font-size: 35px;
	color: #00a5a6;
}
.ys-bottom{
	margin-top: 30px;
}
.liszs {
	padding: 0 30px 40px;
	border-bottom: 1px solid #fff;
}
.ys-lisz{
	height: 312px;
	width: 600px;
	padding: 50px 0px 26px;
	background: -webkit-linear-gradient(
	left,#00ae9a,#00c551
	);
}
.ys-xbt{
	font-size:18px ;
	color: #fff;
	line-height:36px;
	color: #fff;
}
.ys-xbt p{
	font-size: 32px;
}
.ys-xanniu{
	font-size: 16px;
	
}
.ys-xanniu img{
	vertical-align: middle;
	padding-left: 10px;
}
.ys-xanniu a{
	color: #fff;
}
.ys-liszx ul li{
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 20px;
	line-height: 28px;
	font-size: 15px;
	color: #fff;
	
}
.ys-liszx ul li span{
	color: #fff;
	font-family: "幼圆";
}
.ys-shuzi{
	font-family: "times new roman";
	font-weight: bold;
	color: #fff;
	padding-left: 30px;
	font-size: 40px;
	margin-top: 15px;
}
/* tab */
#tab{
    position: relative;
}

#tab .tab_menu{
	margin:10px auto;
    float: left;
    position: absolute;
    z-index: 1;
}
#tab .tab_menu>li{
	padding:30px 30px;
    float: left;
    width:340px;
	color: #202020;
    line-height:25px;
    cursor: pointer;
background: -webkit-linear-gradient(
	left,#fff,#c4c8cb
	);
}
.ys-xwenzi{
	font-size: 15px;
	margin-left: 20px;
	margin-top: 8px;
	color: #555;
}
.ys-xwenzi p{
	font-size: 20px;
	font-weight: bold;
	color: #202020;
}
#tab .tab_menu>li:hover{
border-bottom: 3px solid #00ad99;
}
#tab .tab_box{
    clear: both;
    position: relative;
}
#tab .tab_menu .selected{
	border-bottom: 3px solid #00ad99;
    cursor: pointer;
	
}
.hide{
		transition: all 0.6s;
    display: none;
}


/* 视频展示 */
.spzs{
	background: url(../images/zj-bg_16.jpg) no-repeat top center;
	padding-top: 98px;
	padding-bottom: 340px;
}
.sp-xia{
	margin-top: 65px;
}
.index_banner{position:relative;}
.index_banner ul{overflow:hidden;}
.index_banner li{position:absolute;top:0;left:0;overflow:hidden;width:100%;}
.index_banner li{display:block;margin:0 auto;}
.index_banner cite{position:absolute;top:90%;left:90%;z-index:999;display:block;margin-left:-144px;width:288px;height:15px;_display:none;}
.index_banner cite span{float:left;display:block;margin:0 4px;width:50px;height:8px;background-color:#fff;text-indent:-999em;opacity:1;cursor:pointer;
margin-top: 420px;
}
.index_banner cite span:hover{background-color:#0c41b8;}
.index_banner cite span.cur{background-color:#0c41b8;cursor:default;}
.clear{clear:both;}
.index_banner ul li:hover img{
	transform: scale(1.02);
	transition: all 0.6s ease-in-out;
}
.sp-lanse{
position: absolute;
background: rgba(7,82,179,0.8);
color: #fff;
width: 420px;
height: 130px;
font-size: 16px;
padding: 40px;
left: 0;
bottom: 0;
}
.sp-lanse p{
	font-size: 25px;
	line-height: 50px;
}
.sp-anniu{
	background: url(../images/sp-anniu_21.png) no-repeat top 3px center;
	width: 162px;
	color: #202020!important;
	line-height: 50px;
	padding-left: 20px;
	margin-top: 20px;
	font-size: 15px!important;
}
/* 公司简介 */

.abys{
	background: url(../images/ab-bg_17.jpg) no-repeat top center;
	padding: 90px 0 180px;
}
.ab-zuo{
	margin-top: 20px;
	width:600px;
}

.ab-xia {
}
.ab-bt p{
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00ad99;
	line-height: 35px;
	font-family: "times new roman";
}

.ab-bt{
	font-size: 28px;
	color: #202020;
	font-weight: bold;
}
.gsjj-text{
	font-size: 15px;
	line-height: 30px;
	color: #202020;
	margin-top: 40px;
}
.ab-anniu{
	width: 184px;
	line-height: 35px;
	background: -webkit-linear-gradient(
	left,#00a7a6,#00deb8
	);
	text-align: center;
	margin-top: 40px;
	border-radius: 30px;
}

.ab-anniu a{
	font-size: 15px;
	color: #fff;
}

.zhongjian{
	margin-top: 100px;
}
.zj-shang{
	font-size: 27px;
	color: #202020;
}
.zj-shang p{
	font-size:32px;
	font-weight: bold;
	
}
.zj-shang p span{
	color: #00ad99;
}
.zj-xia{
	margin-top: 124px;
	margin-left: 50px;
}
.zj-xia ul li{
	line-height: 30px;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.zj-anniu{
	margin-top: 30px;
	width: 180px;
	height: 35px;
	line-height: 35px;
	border-radius: 30px;
	background: #fff;
	text-align: center;
	font-size: 15px;

}
.zj-anniu a{
	color: #00ad99;
}

/* 优势 */
.ys2-bg{
	margin-top: 200px;
}
.ys2-bt{
	text-align: center;
	line-height: 40px;
	font-size: 15px;
}
.ys2-bt p{
	font-size: 35px;
	font-weight: bold;
	color: #202020;
}
.box{
	margin-top: 50px;
	width:1198px;height:576px;text-align:center;font-size:50px;border:1px solid #d7d7d7;position:relative;overflow:hidden;
}
.box>ul{height:576px;width:1198px;position:relative;}
.box>ul>li{width:1198px;height:576px;top:0;position:absolute;

}
.box ol{position:absolute;bottom:15px;width:260px;margin-left:-130px;left:50%;z-index:20;text-align:center;}
.box ol a{width:16px;height:16px;margin-right:10px;background:#fff;border-radius:50%;display:inline-block;box-shadow:2px 3px 5px #CCCCCC;}
.box ol a.active{background:#df0024;z-index:18;}

.box>ul>li:first-child{
	background:url(../images/ys-img1_15.jpg) no-repeat top center;
}
.box>ul>li:last-child{
	background:url(../images/ys-img2_15.jpg) no-repeat top center;
}



/* 新闻 */
.xw-bg{
	padding: 0px 0 50px;
}
.xw-tit{
	color: #555;
	font-size: 15px;
	}
.xw-tit p{
	font-size: 30px;
	font-weight: bold;
	color: #202020;
}
.xw-xia{
	margin-top: 40px;
	padding:40px 40px 30px;
	background: #efefef;
}
.xw-shang{
}
.xw-nav{
	margin-top: 30px;
}
.xw-nav ul li{
	float: left;
	margin-left: 40px;
	text-align: center;
	padding-left: 40px;
	border-left: 1px solid #d7d7d7;
}
.xw-nav ul li a{
	font-size: 18px;
	font-weight: bold;
	color: #202020;
}
.xw-nav ul li:first-child{
	border: none;
}

.xw-zuo{
	width: 555px;
}
.xw-onetiao{
	margin-top: 20px;
	padding: 20px;
}
.xw-wenzi{
	width: 400px;
}
.xw-shijian{
	margin-top: 20px;
}
.xw-shijian a{
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #202020;
	font-family: "times new roman";
	
}
.xw-shijian a p{
	font-size: 40px;
}


.xw-rtbt{
	padding-bottom: 10px;
}
.xw-rtbt a{
	font-size: 20px;
	color: #202020;
	font-weight: bold;
}

.xw-rtnr a{
	font-size: 15px;
	line-height: 30px;
}
.xw-onetiao2{
}

.xw-zhong{
	width: 524px;
}
.xw-shijian2{
	padding: 0 0px 10px;
}
.xw-shijian2 a{
	font-size: 15px;
	color: #555;
	
}
.xw-wbottom ul li{
	font-size: 15px;
	padding: 0px;
	line-height: 37px;
	
}
.xw-wbottom ul li a span{
	float: right;
}
.xw-wbottom {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #D7D7D7;
}

.xw-wbottom ul li:hover{
}
.xw-wbottom ul li:hover a{
	color: #00ad99;
}
.xw-wbottom ul li a{
	color: #202020;
}

.xw-wbottom ul li:hover a span{
	color: #00ad99;
}
/* 代理商 */
.daili{
	background: url(../images/daili_25.jpg) no-repeat top center;
	padding: 130px 0 150px;
}
.dl-shang{
	font-size: 15px;
	text-align: center;
	color: #555;
	line-height: 30px;
}
.dl-shang p{
	font-size:28px;
	font-weight: bold;
	color: #202020;
}
.dl-shang p span{
	color: #00ad99;
}
.dl-list {
	margin-top: 46px;
}
.dl-list ul li{
	float: left;
	font-size: 15px;
	width: 165px;
	
}
.dl-list ul li:first-child{
	margin: 0 110px;
}
.dl-list ul li:nth-child(3){
	margin: 0 108px;
}
.dl-list ul li p{
	padding-bottom: 30px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	font-family: "arial";
	font-weight: bold;
}
.dl-xia{
	margin-top: 55px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.dl-xia span{
	font-family: "times new roman";font-weight: bold;
	vertical-align: middle;
	font-size: 35px;
	padding-left: 40px;
	padding-right: 20px;
}
.yqlj{
	font-size: 15px;
	line-height: 30px;
	padding: 20px 0;
	border-bottom: 1px solid #555;
	background: #181818;
}
#friendlink:before{
	content: "";
	display: block;
	float: left;
	width: 13px;
	height: 6px;
	background: #fff;
	margin-right:5px;
	margin-top: 9px;
}
.yqlj-con{
	font-size: 18px;
	color: #fff;	
	font-weight: bold;
}
.yqlj-con a{
	font-size: 13px;
	color: #fff;
	font-weight:normal	
}


/*图片列表*/
.photos-demo span{ display: inline-block; text-align: center; margin: 5px 5px;width: 220px; 
}
.photos-demo span p{color: #202020; font-size: 20px;line-height: 60px;}
.tpmk-img{
	border: 1px solid #d7d7d7;
	height: 290px;
	overflow: hidden;

}
.photos-demo span:hover .tpmk-img{
	border: 1px solid #00a8a7;
}
.photos-demo span img{
	/*width: 100%;*/
	/*min-height: 235px;*/
	height:100%;
	cursor: pointer;
	transition: all 0.6s;
}
.photos-demo span:hover .ny-cp-mz{
	color: #00a8a7;
}
.photos-demo span img:hover{
	transform: scale(1.1);
}
.ny-cp-mz{
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
}
.ny-about-con2{
	background: url(../images/ny-hgezuo.jpg) no-repeat top 150px right;
	padding-bottom: 80px;
}
/*图片列表2*/
.photos-demo2 span{ display: inline-block; text-align: center; margin: 5px 5px;width: 290px; 
}
.photos-demo2 span p{color: #202020; font-size: 20px;line-height: 60px;}
.tpmk-img2{
	border: 1px solid #d7d7d7;
	height: 239px;
	overflow: hidden;

}
.photos-demo2 span:hover .tpmk-img2{
	border: 1px solid #01b199;
}
.photos-demo2 span img{
	height: 239px;
	width: 100%;
	cursor: pointer;
	transition: all 0.6s;
}
.photos-demo2 span:hover .ny-cp-mz2{
	color: #044eb2;
}
.photos-demo2 span img:hover{
	transform: scale(1.1);
}
.ny-cp-mz2{
	line-height: 50px;
	font-size: 15px;
}
.lh68{ position: absolute; top: 0; z-index: -1;}
.lhbd label{ display: inline-block; max-width:80px ; width: 100%; height: 30px; line-height: 30px; margin-bottom: 0px; border-bottom: #eee dashed 1px;}
.lhbd dt{ padding: 3px 0; width: 100%;}
.lhbdfr{ float: right;width: 100%;}
.lhbdfl{ float: left;width: 100%;}
.lhbdfr label{max-width:75px ; width: 100%;}
.lhbd input{ width: 57%;}
.lhbdfl input{ width: 67%;}
.lhbd span{font-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ 
height: 40px;
background: #01b099; 
color: #fff; 
display: block; 
width:160px; 
line-height: 40px; 
margin-top: 10px;
 text-align: center; 

 font-size:16px;
  border-radius: 10px;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: none;}




.photos-demohz span{ display: inline-block; text-align: center; margin: 0 8px;width: 270px;}
.photos-demohz span p{color: #2b2b2b; font-size: 18px;line-height: 50px;}
.nyhz-img{
	height: 190px;
	overflow: hidden;
}
.photos-demohz span img{
	/*width: 100%;*/
	/*min-height: 235px;*/
	height: 100%;
	max-width: 100%;
	cursor: pointer;
				transition: all 0.6s;
}
.photos-demohz span img:hover{
	transform: scale(1.4);
}