.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*/
.header{
	border-top: 10px solid #0f80cb;
}
.logo{
	margin:30px 0px;
}
.nav-con{
	text-align: right;
	width: 630px;
}
.mobile_nav>ul>li{
	margin-top:50px;
	float: left;
	margin-left:15px;
}
.nav-con .mobile_nav>ul>li:hover{
	border-bottom: 2px solid #0f80cb;
	padding-bottom: 20px;
}
.nav-con .mobile_nav>ul>li:hover a span{
	font-weight: bold;
	color: #0f80cb;
}
.nav-con .mobile_nav>ul>li span{
	color: #202020;
	font-size:14px;	
}
.nav-con .mobile_nav>ul>li a#menu_selected{border-bottom: 2px solid #0f80cb;padding-bottom: 20px;}
.nav-con .mobile_nav>ul>li a#menu_selected span{font-weight: bold;color: #0f80cb;}
.nav-con .mobile_nav>ul>li a span{}
#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: #2b2b2b;
	padding: 35px 0px;
}
.f-con{
	width: 600px;
}
.f-bt{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}
.f-nr li{
	float: left;
	font-size: 13px;
	line-height:32px;
	color: rgba(255,255,255,0.5);
	margin-right:35px;
}
.dibu{
	background: #2b2b2b;
	padding: 20px 0px;
	border-top: 1px solid rgba(255,255,255,0.3);
}
.f-logo p{
	opacity: 0.6;
	margin-top: 15px;
}
.bottom-bg{
	background:#0f80cb;
	padding: 10px 0;
	text-align: center;
}
.wzbb{
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}
.wzbb a{
	color: #fff;
}
.foot-content{
	color: #fff;
}
.foot-content a{
	color: #fff;
}
/*内页部分*/
.dbg{
	background: #f3f3f3;
	padding:40px 0px 60px;
}
.dbt-title{
	border-bottom: 1px solid #dedede;
	margin-bottom:20px;
}
.ny-bt{
	text-align: center;
	color: #005bac;
	font-weight: bold;
	font-size: 28px;
}
.ny-bt p{
	font-size: 15px;
	text-transform: uppercase;
	color: #202020;
	margin: 5px 0px;
	font-weight: normal;
}
.ny-bt:after{
	display: block;
	content: "";
	background: #005bac;
	width: 30px;
	height: 3px;
	margin: 10px auto;
}
.ny-location{
	background: #f3f3f3;
	border-bottom: 1px solid #dedede;
	line-height:60px;
	font-size: 14px;
	color: #0d0d0f;
}
.ny-location a{
	font-size: 14px;
	color: #0d0d0f;
}
.ny-location img{
	vertical-align: middle;
	margin-right:20px;
}
.xbg{
	margin-top:30px;
	background: #fff;
	width: 1100px;
	padding:30px 50px 50px;
	box-shadow: 0px 5px 20px #f0f0f0;
}
.nyabout-tit{
	font-size: 25px;
	color: #fff;
}
.nyabout-titen{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.xw-nyxq ul li{
	padding: 10px;
}
.xw-nyxq ul li:hover{
	background: #1d7c00;
}
.xw-nyxq ul li:hover .zx-xbt a{
	color: #fff;
}
.xw-nyxq ul li:hover .zx-xnr a{
	color: #fff;
}
.xw-nyxq ul li:hover .zx-xmore a{
	color: #fff;
}
.nynew1_content{
	width: 920px;
	margin-right: 20px;
}
.ny-navtop{
	border-bottom: solid 1px #707070;
}
.ny1{
	margin-top: 50px;
	background: rgba(255,255,255,.6);
	padding: 20px;
}
.ny{
	width: 930px;
}
.ny-left{
	width: 220px;
}
.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{
	height: 280px;
	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: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: 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{
	padding-top: 97px;
	height: 740px;
	background: url(../images/pro-bg.jpg) no-repeat center top;
}
.fenlei{
	width: 220px;
}
.fl-bt{
	color: #005bac;
	font-weight: bold;
	font-size: 28px;
}
.fl-bt p{
	font-size: 15px;
	text-transform: uppercase;
	color: #202020;
	margin: 5px 0px;
	font-weight: normal;
}
.fl-bt:after{
	display: block;
	content: "";
	background: #005bac;
	width: 30px;
	height: 3px;
	margin-top:10px;
}
.fl-nr{
	margin-top: 50px;
}
.fl-nr li{
	line-height: 65px;
}
.fl-nr li a{
	color: #000;
	font-size: 18px;
}
.fl-nr li:hover a{
	color: #005bac;
	font-weight: bold;
}
.pro-con{
	background: #fff;
}
.pro-con{
	background: #fff;
	padding: 30px 20px 10px;
	width: 930px;
}
/*行业*/
.case{
	height:625px;
	padding-top: 100px;
    background: url(../images/case-bg.jpg) no-repeat center top;
}
.case-title{
	margin-top: 25px;
	width: 220px;
}
.case-more{
	margin-top: 55px;
	padding-left: 50px;
	background: #f3f3f3;
	width:160px;
	border: 1px solid #005bac;
	line-height: 55px;
	border-radius: 50px;
}
.case-more img{
	vertical-align: middle;
	margin-left:30px;
}
.case-more a{
	color: #005bac;
	font-size: 18px;
}
.case-con {
	float: right;
}
.case-datu{
	width: 325px;
	height: 530px;
	position:relative;
}	
.case-bt{
	margin-left: 30px;
	position: absolute;
	bottom: 40px;
	color: #fff;
	width: 100%;
	font-size: 16px;
}		
.case-bt p{
	margin-top:15px;
}
.case-bt p a{
	color: rgba(255,255,255,0.5);
	font-size: 14px;
}
.case-xnr{
	width: 624px;
}
.case-xnr li{
	height: 265px;
	width: 312px;
	float: left;
	position:relative;
}
/*简介*/
.about{
	height: 644px;
	padding-top: 110px;
	background: url(../images/about-bg.jpg) no-repeat center top;
}
.about-con{
	width: 620px;
}
.about-bt{
	color: #202020;
	font-weight: bold;
	font-size: 25px;
}
.about-bt:after{
	display: block;
	content: "";
	background: #005bac;
	height: 3px;
	width: 30px;
	margin-top: 15px;
}	
.about-diao{
	font-size: 15px;
	line-height: 34px;
	color: #202020;
	margin-top: 30px;
}
.about-nav{
	margin-top:50px;
}
.about-nav li{
	float: left;
	height: 130px;
	margin-right: 10px;
	width: 250px;
	color: #fff;
	font-size: 20px;
	padding-left:140px;
	padding-top: 60px;
}
.about-nav li p{
	color: #fff;
	margin: 10px 0px 20px;
	font-size: 15px;
}
.about-nav9 li{
    float: left;
    height: 80px;
    margin-right: 10px;
    width: 126px;
    color: #fff;
    font-size: 20px;
    padding-left: 140px;
    padding-top: 30px;
    margin-top: 40px;
}
.about-nav9 li p{
	color: #fff;
	margin: 10px 0px 20px;
	font-size: 15px;
}
.aa1{
	background: url(../images/ab-icon_03.png) no-repeat left 60px center rgba(1,116,179,0.9);
}
.aa1:hover{
	background: url(../images/ab-icon_03.png) no-repeat left 60px center rgba(15,186,73,0.9);
}
.aa2{
	background: url(../images/ab-icon_05.png) no-repeat left 60px center rgba(1,116,179,0.9);
}
.aa2:hover{
	background: url(../images/ab-icon_05.png) no-repeat left 60px center rgba(15,186,73,0.9);
}
.aa3{
	background: url(../images/ab-icon_07.png) no-repeat left 60px center rgba(1,116,179,0.9);
}
.aa3:hover{
	background: url(../images/ab-icon_07.png) no-repeat left 60px center rgba(15,186,73,0.9);
}	
/*优势*/
.ad{
	height: 780px;
	padding-top: 90px;
	background: url(../images/ys-bg.jpg) no-repeat center top;
}
.ad-title{
	text-align: center;
	color: #202020;
	font-weight: bold;
	font-size:32px;
}
.ad-title p{
	color: #888;
	font-size: 15px;
	margin-top: 10px;
	font-weight: normal;
}
.ad-con{
	margin-top: 130px;
}
.ad-left{
	width: 255px;
}
.ad-left li{
	color: #545454;
	font-size: 15px;
	line-height: 36px;
}
.ad-bt{
	width: 115px;
	margin-top:40px;
}
.ad-bt li{
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height:28px;
	font-weight: bold;
}
.ad-bt li p{
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}
/*新闻中心*/
.news-bg{
	padding: 60px 0px;
}
.news-title{
	text-align: center;
	color: #202020;
	font-size: 28px;
}
.news-title p{
	margin: 10px 0px;
	font-size: 15px;
	text-align: center;
	color: #7c7c7c;
}		
.news-title:after{
	display: block;
	content: "";
	background: #005bac;
	width: 50px;
	height: 3px;
	margin:30px auto;
}
.news-con{
	margin-top: 40px;
}
.gongsi{
	width: 576px;
	position: relative;
}
.gs-con{
	padding:10px 20px;
	width: 536px;
	position: absolute;
	bottom: 0px;
	background: rgba(1,116,179,0.8);
}
.gs-xbt a{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
}
.gs-xnr a{
	color: #fff;
	font-size: 14px;
	line-height:30px;
}
.zixun{
	width: 580px;
}
.zx-xbt a{
	color: #202020;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
}
.zx-xnr a{
	color: #888;
	font-size:14px;
	line-height: 30px;
}
.zx-con{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
}
.bage li{
	line-height: 55px;
	border-bottom: 1px dashed #ccc;
}
.bage li a{
	color: #202020;
	font-size: 15px;
}
/*资质*/
.honer{
	height: 356px;
	padding-top: 110px;
	background: url(../images/honer-bg.jpg) no-repeat center top;
}
.honer-bt{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.honer-bt{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.honer-bt p{
	color: #fff;
	font-size: 35px;
	font-weight: normal;
	margin-top: 25px;
}
.honer-more{
	margin-top: 50px;
	border-radius: 50px;
	text-align: center;
	width: 165px;
	line-height: 50px;
	background: #0fba49;
}
.honer-more a{
	color: #fff;
	font-size: 15px;
}
.honer-con{
	background: #fff;
	width:530px;
	height: 220px;
	padding: 35px;
}
.youqing{
	background: #2b2b2b;
	padding: 20px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.yqlj{
	font-size: 16px;
	color: #fff;
}
.yqlj a{
	font-size: 13px;
	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:hover p{}
.tpmk-img{height:251px;overflow: hidden;}
.photos-demo span img{height: 100%;}
.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: #296dbe; color: #fff; display: block; width: 80px; line-height: 30px; margin: 0 auto; text-align: center; border: none;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: none;}
#pro_info{
	width:390px;
	margin-top:40px;
}
#pro_info li{
	line-height: 59px;
	border-bottom: 1px dashed #efefef;
}

/*边框效果*/
.spbq9{
	width:353px;
	height:328px;
	float: left;
	line-height: 2;
	position: relative;
	overflow: hidden;
}
.h-tu9{
	width:265px;
	float: left;
	text-align: center;
	margin: 0px 5px;
}
.h-tu9 span{
	width:255px;
	/*height:auto;*/
	height: 195px;
	border: 1px solid #ccc;
	padding: 5px;
}
.h-tu9 span img{
	width:250px;
	/*height:auto;*/
	height: 195px;
}
.h-tu9 p{
	line-height:60px;
	color: #202020;
	font-size: 15px;
}
.spbq{
	width:265px;
	height:220px;
	float: left;
	line-height: 2;
	position: relative;
	overflow: hidden;
}
.biankuang{
	width: 3px;
	height: 3px;
	position: absolute;
	z-index: 99;
	/*background: black;*/
}
.biankuang_1{
	height: 3px;
	top: 1px;
	left:0px;
	border-left:2px solid #296dbe;
}
.biankuang_2 {
	width: 0px;
	bottom:-3px;
	left: 1px;
	border-top: 2px solid #296dbe;
}
.biankuang_3{
	height:0px;
	bottom:3px;
	right:0px;
	border-right:2px solid #296dbe;
}
.biankuang_4{
	width:0px;
	top:-3px;
	right:-10px;
	border-bottom: 2px solid #296dbe;
}
/*联系我们单页*/
.lxwm-dy{width:400px;}
.lxwm-dy li{
	padding:8px 0px;
	border-bottom: 1px solid #efefef;
	font-size: 15px;
	line-height: 30px;
}
.lxwm-dy li span{
	font-weight: bold;
	font-size: 18px;
	color: #296dbe;
}