.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;float: left;}
.rslides img {display: block;height: auto;float: left;width: 100%;border: 0;}
.slide_container {position: relative;width: 100%; margin-top: 188px;}
.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 img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }
.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
 .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:active {opacity: 1.0;}
.slide_nav.next {left: auto;background-position: right top;right: 0;}
/*header*/
.header {
    padding-top: 15px;
}
.logo {
    width: 460px;
    margin-top: 20px;
    float: left;
}
.logo p {
    text-align: center;
    font-size: 17px;
    line-height: 45px;
    color: rgba(40, 40, 40,0.7);
}
.logo p:before{
  content:"";
  width: 26px; 
  height: 3px;
  background: url(../images/logo-icon.jpg) no-repeat left center;
  display: inline-block;
  position: relative;
  top: -5px;
}
.logo p:after{
  content:"";
  width: 26px; 
  height: 3px;
  background: url(../images/logo-icon.jpg) no-repeat left center;
  display: inline-block;
  position: relative;
  top: -5px;
}
.slogn{width:291px; height:40px; margin-top: 40px; float: left; margin-left: 40px;}
.dou{width: 88px; float: left; margin-left: 35px;}
.dou p{font-size: 16px; line-height: 40px; text-align: center;}
.tel{width: 255px; height: 76px; float: right;margin-top: 23px;}
.gd{width: 100%; position: fixed; top: 0;z-index: 999; height: 213px; background: #fff;}
.nav {
  height: 70px; background: #0059a9;
}
.nav-con > ul{display: flex; -webkit-box-align: center;align-items: center;}
.nav-con > ul > li {float: left;text-align: center;position: relative; flex-grow: 1;cursor: pointer; line-height: 70px; height: 70px; background: url(../images/nav-line.jpg) no-repeat top right;}
.nav-con>ul>li a{
	font-size: 16px;display: block; color: #fff;
}
.nav-con > ul > li span {
    font-size: 16px;
}
.nav-con>ul>li:hover{
	background: #30ad37;transition: all 0.6s;
}
.nav-con>ul>li:hover span{color: #fff;}
.nav-con>ul>li a#menu_selected{background: #30ad37; color: #fff;}
#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 {
    background: url(../images/foot-bg.jpg) no-repeat top center;
    padding: 50px 0px;
}
.foot-top {
    height: 90px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(142, 146, 155);
}
.foot-logo {
    width: 465px;
    margin-top: 15px;
}
.phone {
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    color: rgb(255, 255, 255);
    width: 245px;
}
.phone p {
    margin-top: 10px;
}
.foot-bottom {
    margin-top: 20px;
}
.foot-con {
    width: 950px;
}
.foot-nav {
    width: 880px;
    height: 60px;
}
.foot-nav li {
    width: 110px;
    float: left;
    line-height: 60px;
    font-size: 16px;
    text-align: left;
    color: rgb(255, 255, 255);
}
.foot-nav li a{color: #fff;}
.foot-add {
    font-size: 15px;
    color: rgb(255, 255, 255);
    text-align: left;
    line-height: 35px;
    margin-top: 10px;
}
.foot-bq {
    margin-top: 15px;
    color: rgb(255, 255, 255);
    font-size: 14px;
}
.foot-bq a {
    color: rgb(255, 255, 255);
    font-size: 14px;
}
.ewm {
    width: 162px;
}
/*内页部分*/
.fenlei{width: 650px; margin:50px auto;}
.fenlei ul{display: flex; -webkit-box-align: center;align-items: center;}
.fenlei li{ float: left; position: relative; flex-grow: 1;cursor: pointer; height: 55px; line-height: 55px; border-radius: 50px; margin:0 10px; font-size: 18px; text-align: center;  background:linear-gradient(to right, rgb(0,89,169), rgb(73,133,187))}
.fenlei li a{line-height: 55px; font-size: 16px;}
.fenlei li a span{color: #fff;}
.fenlei li:hover{background: #30ad37;}
.dbg{
	background: #f8f8f8;
	padding:10px 0px 60px;
}
.ny-img{margin-top: 188px;}
.ny-daohang{
	padding:50px 0px 25px;
	border-bottom: 1px solid #ddd;
}
.ny-location{
	margin-top:41px;
	color: #202020;
	font-size:15px;
}
.ny-location span{
	font-size:15px;
	color: #202020;
}
.ny-location img{
	vertical-align: middle;
	margin-right:20px;
}
.xbg{
	margin-top:30px;
	background: #fff;
	width: 1100px;
	padding:50px;
	box-shadow: 0px 5px 20px #f0f0f0;
}
.xbg9{
	margin-top:30px;
	background: #fff;
	width: 910px;
	padding:30px 30px 50px;
	box-shadow: 0px 5px 20px #f0f0f0;
}
.ny-bt{
	color: #000;
	font-weight:bold;
	font-size:28px;
}
.ny-bt span{
	color: #325dcd;
	font-weight:bold;
	font-size:28px;
}
.ny-bt p{
	color: #7b7b7b;
	font-weight:normal;
	font-size:16px;
	margin-top: 10px;
}







.ny-img img{
	width: 100%;
}
.ny-gsxw{
	width: 1134px;
	margin: 0 auto;
}
.w1125{
	width: 1125px;
	margin: 30px auto 0;
}
.ny-navbottom{
	background: #ffcf38;
	line-height: 60px;
	padding-left: 67px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.ny-navbottom img{
	vertical-align: middle;
	margin-right: 10px;
}
.cpnav-tit{
	width: 136px;
	height: 106px;
	background: #28983a;
	text-align: center;
	padding-top: 30px;
}
.cpnav-tit p a{
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
}
/*.ddsmoothmenu-v{
	border: solid 2px #535353;
}
.ddsmoothmenu-v ul li:last-child{
	border-bottom: none;
}*/
.related-list{
	line-height: 50px;
}
.lbox-top {
    text-align: center;
    background: #006bc5;
}
.cp-navbot{
	background: #64dad3;
	padding: 30px 43px;
}
.cp-navbot p:first-child{
	font-size: 18px;
	color: #fff;
}
.cp-navbot p:first-child img {
    margin-right: 10px;
    vertical-align: middle;
}
.cp-navbot p:last-child {
    font-size: 26px;
    color: #fff;
}
.ny-dqwz{
	background: #efefef;
}
#spec-n1{
	border: 1px solid #ddd;
	overflow: hidden;
}
.nygcal-js{
	font-size: 14px;
	line-height: 30px;
	color: #2b2b2b;
}
/*= 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:300px;}
.pika-stage {position: relative; background: #fafafa; border: 1px solid #e5e5e5; padding:10px; text-align:center; height:250px;}
.pika-stage img{height:90%;}
.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: none;}
.pika-textnav a.next {float: right; width: auto; display: none;}

/*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:350px; position:relative;margin: 30px 0px 30px 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:270px; 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;}
/*首页部分*/
/*产品*/
.pro {
    background: url(../images/pro-bg.jpg) no-repeat bottom center;
    padding-top:60px;
    padding-bottom: 150px;
}
.pro-title {
    width: 930px;
    margin:0 auto;
    background: url(../images/pro-title-en.jpg) no-repeat top center;
    font-size: 30px;
    font-weight: bold;
    padding-top:10px;
    text-align: center;
}
.pro-title p {
    margin-top: 10px;
    font-size: 18px;
    color: rgba(34, 34, 34,0.8);
    line-height: 50px;
    font-weight: normal;
}
.pro-con{ height: 625px; border:#d9e1ed solid 1px; margin-top: 20px; }
.pro-left{width: 895px;}
.pro-right{width: 303px; height: 625px;}
.jizu{width: 548px; height: 310px; float: left; border-right:#d9e1ed solid 1px; border-bottom: #d9e1ed solid 1px; padding-left:45px;background: url(../images/jizu.jpg) no-repeat 230px 150px; }
.shengchanxian{width: 300px; height: 310px; border-right:#d9e1ed solid 1px; border-bottom: #d9e1ed solid 1px; }
.zljscx{width: 296px; height: 315px; border-right:#d9e1ed solid 1px;}
.wanglu{width: 296px; height: 315px; border-right:#d9e1ed solid 1px;}
.shangliaoji{width: 300px; height: 315px; border-right:#d9e1ed solid 1px;}
.jizu-bt{width:100%; float:left; font-size: 24px; font-weight: bold; float: left; margin-top: 35px; color: #0059a9; }
.jizu-des{width:60%; float:left; font-size: 15px; line-height: 27px; text-align: left; margin-top: 15px;color: rgba(40,40,40,0.8);}
.jizu-more{width: 145px; height: 35px; float: left; border-radius: 50px; background: #222222; margin-top: 20px; text-indent: 30px; line-height: 35px; font-size: 16px; color: #fff; margin-top: 35px;}
.jizu-more a{color: #fff;}
.jizu-more img{margin-left: 15px;}
.jizu-more:hover{background: #30ad37;}
.shengchanxian-bt{width: 100%; margin-top:65px; text-align: center; font-size: 20px; line-height: 35px;}
.shengchanxian-bt p{width: 26px; height: 26px; margin:0 auto; margin-top: 30px; border-radius: 50px; background: #222222; font-size: 20px; text-align: center; line-height: 23px; color: #fff;}
.shengchanxian-img{width: 273px; margin:0 auto; margin-top: 60px;}
.shengchanxian-bt p:hover{background: #30ad37;}
.zljscx-img{width: 217px; height: 165px; margin:0 auto; margin-top: 45px;}
.zljscx-bt{width: 100%; margin-top: 20px; font-size: 20px; text-align: center; line-height: 35px;}
.zljscx-bt p{width: 26px; height: 26px; margin:0 auto; margin-top: 10px; border-radius: 50px; background: #222222; font-size: 20px; text-align: center; line-height: 23px; color: #fff;}
.zljscx-bt p:hover{background: #30ad37;}
.bianzhidai-bt{width: 255px; float: left; margin-top: 35px; margin-left: 40px; font-size: 24px; color: #0059a9; font-weight: bold;}
.biaozhidai-des{width: 235px; float: left; margin-top:30px; margin-left: 40px; font-size: 15px; color: rgba(40,40,40,0.8); line-height: 27px;}
.mf{margin-left: 35px;}
.bianzhidai-img{width: 291px; float: left; margin-top:120px; margin-left: 7px;}

/*应用*/
.application-bg{background: url(../images/yingyong-bg.jpg) no-repeat top center; padding-top:100px; padding-bottom: 45px;}
.application-bt{width: 670px; margin:0 auto; font-size: 40px; text-align: center; height: 130px;}
.application-bt p{font-size: 16px; text-align: center; line-height: 45px; font-weight: normal;}
.application-bt p:after{content: ""; display: inline-block; width: 40px; height: 2px; background: #0059a9; position: relative; top: 15px;}
.application-title{margin-top: 50px; height: 100px; border-bottom: #e8e8e8 solid 1px;}
.application-title ul{display: flex; -webkit-box-align: center;align-items: center;}
.application-title li{font-size: 30px; text-align: left; color: #33336e; float: left; position: relative; flex-grow: 1;cursor: pointer; font-weight: normal;}
.application-title li img{ margin-right: 15px; float: left;margin-top:10px; }
.application-title li p{ font-size: 18px; text-align: left; line-height: 24px; color: #333333; }
.application-title li:after{content: ""; display: inline-block; position: relative; bottom: -30px; left: 100px; width: 16px; height: 16px; border-radius: 50px; background: #1241c8;}
.application-con{margin-top: 60px; height: 225px;}
.application-more{width: 240px; height: 55px; margin:45px auto 0; background: #222222; border-radius: 50px; font-size: 18px; line-height: 55px; text-indent: 70px; color: #fff;}
.application-more a{color: #fff;}
.application-more img{ margin-left: 15px; }
.application-con ul{display: flex; -webkit-box-align: center;align-items: center;}
.application-con li{ float: left; position: relative; flex-grow: 1;cursor: pointer; margin:0 10px; }
.application-name{width:100%; height: 55px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; background:linear-gradient(to right, rgb(0,89,169), rgb(73,133,187)); font-size: 18px; font-weight: 100; color: #fff; line-height: 55px; text-align: center; }
.application-more:hover{background: #30ad37;}
/*优势*/
.avg-bg{background: url(../images/youshi-bg.jpg) no-repeat top center; padding:150px 0 204px ; }
.avg-bt{font-size: 48px; text-align: left; font-weight: bold; color: #0059a9;}
.avg-bt-en{font-family:"BakerSignet BT";font-size: 50px; color: #3a3a3a; padding-left:100px;}
.avg-con{margin-top:50px; width: 800px;}
.avg-con li{width: 380px; height: 105px; float: left; margin-right: 30px; margin-bottom: 45px; font-size: 30px; font-weight: bold; color: #222222; padding-top:15px; line-height: 45px;}
.avg-con li:nth-child(2),.avg-con li:nth-child(4){margin-right: 0;}
.avg-con li img{float: left; margin-left: 20px; margin-right: 20px;}
.avg-con li p{font-size: 18px; font-weight: 100; line-height: 24px; color: rgba(34,34,34,0.8);}
/*简介*/
.about {
    height: 885px;
    padding-top: 90px;
    background: url(../images/about-bg.jpg) center top no-repeat;
}
.about-bt {
    width: 380px;
    margin:0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.about-bt p{font-size: 18px; font-weight: 100; line-height: 40px; color: rgba(222,239,255,0.8); text-align: center;}
.about-bottom {
    margin-top: 150px;
    background: url(../images/about-img.jpg) no-repeat right bottom;
    height: 500px;
}
.about-title{font-size: 36px; font-weight: bold; text-align: left; line-height: 40px; color: #282828;}
.about-con{height: 130px; width: 555px; float: left; margin-top:25px; color: rgba(40,40,40,0.7)!important; line-height: 30px!important; font-size: 16px!important;}
.about-list{width: 700px; float: left; margin-top: 80px;}
.about-list ul{display: flex; -webkit-box-align: center;align-items: center;}
.about-list li{float: left; position: relative; flex-grow: 1;cursor: pointer; margin:0 10px; background: #e8e8e8; border-radius: 20px; height: 80px; padding: 20px; font-size: 20px; text-align: center; line-height: 40px; color: #282828;}
.about-list li:hover{background: #30ad37; color: #fff;}
.about-more{width: 295px; height: 55px; float: left; margin-top: 80px; background: #282828; border-radius: 50px; font-size: 18px; line-height: 55px; color: #fff; text-indent: 60px;}
.about-more a{color: #fff;}
.about-more img{margin-left: 15px;}
.about-list li span{font-size: 30px; font-weight: bold;}
.nyabout-width{width: 100%;}
/*案例*/
.case-bg{background: url(../images/case-bg.jpg) no-repeat top center; padding:65px 0;}
.case-bt{width: 400px; float: left; font-size: 36px; font-weight: bold; text-align: left; line-height: 50px;}
.case-des{width: 630px; float: right; text-align: left; font-size: 18px; line-height: 30px; color: rgba(40,40,40,0.6);}
.case-con{width: 100%; margin-top: 60px;}
/*新闻*/
.news {
    padding: 65px 0px 10px;
}
.news-title {
    width: 930px;
    margin:0 auto;
    background: url(../images/news-title-en.jpg) no-repeat top center;
    font-size: 30px;
    font-weight: bold;
    padding-top:10px;
    text-align: center;
}
.news-title p {
    margin-top: 10px;
    font-size: 18px;
    color: rgba(34, 34, 34,0.8);
    line-height: 50px;
    font-weight: normal;
}
.new{margin-top: 50px;}
.news-left{width: 540px; float: left;}
.news-list{width: 620px; float: right;}
.news-img{position: relative;}
.news-bt{position: absolute;bottom: 10px; line-height: 60px; left: 15px; font-size: 20px; font-weight: bold; color: #fff;}
.news-con{height: 100px; margin-top: 20px; line-height: 32px; font-size: 15px; color: rgba(40,40,40,0.8);}
.news-more{width: 190px; height: 50px; border-radius: 50px; background: #282828; margin-top: 20px; line-height: 50px; text-indent: 45px; font-size: 18px; color: #fff;}
.news-more a{color: #fff;}
.news-more img{margin-left: 15px;}
.news-more:hover{background: #30ad37;}
.news-list li{width: 620px; height: 175px; background: #f3f3f3; margin-bottom: 40px;}
.gs-xtu{float: left; width: 210px; height: 175px;}
.gs-xtu img{width: 210px; height: 175px;}
.news-list-con{width: 365px; float: left; margin-left:30px; margin-top: 20px;}
.gs-xbt{font-size: 18px; font-weight: bold; line-height: 36px; text-align: left;}
.gs-xnr{font-size: 15px; line-height: 26px; text-align: left;}
.gs-xnr a{ color: rgba(34,34,34,0.7);}
.news-list-more{width: 125px; height: 35px; float: left; margin-top: 10px; color: #fff; background:linear-gradient(to right, rgb(0,89,169), rgb(73,133,187)); border-radius: 50px; line-height: 35px; text-indent: 25px; }
.news-list li:hover .news-list-more{background: #30ad37;}
.news-list-more img{margin-left: 5px;}
.news-list-more a{color: #fff;}
.youqing {
    font-size: 16px;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.yqlj{
	font-size: 15px;
}
.yqlj a{
	font-size: 14px;
	color: #fff;
}
/*图片列表*/
/*.photos-demo span{ display: inline-block; text-align: center; margin: 0 10px;width:334px;float: left;}
.photos-demo span p{color: #2b2b2b; font-size: 15px;line-height:70px;}
.photos-demo span img{height: 100%;}*/
.tpmk-img{height:251px;overflow: hidden;}
.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{ background: #0059a9; color: #fff; display: block; width: 80px; line-height: 30px; margin:20px auto 0px; text-align: center; border: none;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: none;}
#pro_info{
	width:450px;
	margin-top:20px;
}
#pro_info li{
	line-height:30px;
	font-size: 14px;
	margin-bottom: 10px;
}
#pro_info li:last-child{
	border-bottom:none;
	padding-bottom: 0px;
	margin-bottom:0px;
}
/*边框效果*/
.h-tu9{
  width: 265px;
	float: left;
	margin: 0px 5px 15px;
}
.h-tu9 img{
    height:258px;
}
.h-tu9 p{
	padding-left: 20px;
	border: 1px solid #eee;
	line-height:60px;
	color: #202020;
	font-size: 15px;
	background: url(../images/case-more_03.jpg) no-repeat right 10px center;
}
.h-tu9:hover p{
	background: url(../images/case-more_05.jpg) no-repeat right 10px center;
}
.h-tu10{
	float: left;
	margin: 0px 5px 15px;
}
.h-tu10 img{
    height:267px;
}
.h-tu10 p{
	padding-left: 20px;
	border: 1px solid #eee;
	line-height:60px;
	color: #202020;
	font-size: 15px;
	background: url(../images/case-more_03.jpg) no-repeat right 10px center;
}
.h-tu10:hover p{
	background: url(../images/case-more_05.jpg) no-repeat right 10px center;
}
.h-tu11{
	width:356px;
	float: left;
	margin: 0px 5px 15px;
}
.h-tu11 img{
	width:356px;
    height:160px;
}
.h-tu11 p{
	padding-left: 20px;
	border: 1px solid #eee;
	line-height:60px;
	color: #202020;
	font-size: 15px;
	background: url(../images/case-more_03.jpg) no-repeat right 10px center;
}
.h-tu11:hover p{
	background: url(../images/case-more_05.jpg) no-repeat right 10px center;
}
/*内页新闻*/
.ny-xinwen{
	border-bottom: 1px solid #efefef;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.xw-con{
	width: 470px;
	background: #f3f3f3;
	padding:10px 40px 30px;
}
.nyxw-bt{
	line-height: 70px;
	color: #000;
	font-size: 22px;
}
.nyxw-bt img{
	vertical-align: middle;
	margin-right:10px;
}
.gs-xsj{
	margin-top: 20px;
	color: #45c3ba;
	font-size: 14px;
}
.xw-con1{
	width: 470px;
	background: #f9f9f9;
	padding:10px 40px 30px;
}
.ny-xwsj{
	cursor: pointer;
    transition: all 0.6s;
	color: #fff;
	line-height: 36px;
	font-size: 16px;
	width: 100px;
	text-align: center;
	background: #325dcd;
	padding:25px 0px 15px;
}
.ny-xwsj p{
	color: #fff;
	font-family: "times new roman";
	font-size:55px;
}
.ny-diao {
	width:970px;
}
.xwxw li{
	border-bottom: 1px dashed #ccc;
	padding:30px 0px;
}
.dateTitle a{
	font-size: 18px;
	font-weight: bold;
	line-height:40px;
	color: #2b2b2b;
}
.datacon{
	margin-top:5px;
	color: #999;
	line-height: 30px;
	font-size: 15px;
}
.newsList li:hover .ny-xwsj{
	background: #30ad37;
}
/*产品内页*/
.pro-lxnr{
	width: 470px;
	margin-top:25px;
}
.pro-lxnr li{
	line-height: 60px;
	border-bottom:1px dashed #ccc;
	color: #202020;
	font-size: 16px;
}
.pro-lxnr li span{
	font-weight: bold;
	color: #ea1212;
	font-size:20px;
}
.pro-lxtu{
	width: 400px;
	overflow: hidden;
}
.xunpan{
	background: #f4f4f4;
	margin:10px 0px 30px;
}
#spec-n1 img{
	width:100%;
}
.ny-tel li{
	margin-top: 5px;
	float: left;
	text-align:center;
	line-height: 55px;
	margin-right: 10px;
	padding: 0px 25px;
}
.ny-tel li a{
	color: #fff;
	font-size: 16px;
}
.ny-tel li img{
	margin-right:10px;
	vertical-align: middle;
}
/*内页联系我们*/
.ny-lxwm{
	margin-bottom: 30px;
}
.ny-lxfs{
	width:400px;
	background: #f8f8f8;
	padding: 30px 25px;
  height: 330px;
}
.ny-lxfs li{
	border-bottom: 1px dashed #ddd;
	color: #202020;
	line-height:45px;
	padding: 10px 0px;
	font-size: 16px;
}
.ny-lxfs li span{
	font-family:"times new roman";
	font-weight: bold;
	color: #0059a9;
	font-size: 22px;
}
.liuyan{
	background: #f8f8f8;
	padding:30px 25px 0px;
	width: 580px;
}