@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */

.header{
	width:100%;
	height:140px;
	position: fixed;
	background:#fff;
	z-index: 999;
	top:0;
	}
.top{
	width:100%;
	height:40px;
	border-bottom:solid 1px #dedede;
	}
.top .toplf,.top .toprt{
	padding:0;
	}
.top .toplf{
	color:#1d1d1d;
	line-height:40px;
	}
.top .toplf ul{
	width:100%;
	overflow:hidden;
	}
.top .toplf ul li{
	overflow:hidden;
	float:left;
	color:#1d1d1d;
	padding-left:30px;
	margin-right:44px;
	}
.top .toplf ul li a{
	color:#1d1d1d;
	}
.top .toplf ul li:first-child{
	background:url(../images/icon1.png) no-repeat left center;
	}
.top .toplf ul li:nth-child(2){
	background:url(../images/icon2.png) no-repeat left center;
	}
.cnen{
	float:right;
	position:relative;
	}
.en,.drop .option a{
	width:65px;
	line-height:40px;
	display:block;
	color:#1d1d1d;
	}
.drop {
  font-family: pfs-bold;
  color: #4c4c4c;
  position: relative;
  transition: width 0.5s;
  will-change: width;
}
.drop .option {
  cursor: pointer;
}
.drop .option:not(.active) {
  display: none;
  opacity: 0;
  transform: translateY(-50%);
  background:#196f3e;
  color:#fff;
  line-height:30px;
  text-align:center;
}
.drop .option:not(.active) a{
	color:#fff;
	}
.drop.visible {
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
}
.drop.visible:before, .drop.visible:after {
  
}
.drop.visible:before {
  opacity: 0;
}
.drop.visible:after {
  opacity: 1;
}
.drop.visible .option {
  display: block;
}
.drop.opacity .option {
  transform: translateZ(0);
  opacity: 1;
}
.drop.opacity .option:nth-child(0) {
  transition: opacity 0.5s 0s, transform 0.5s 0s;
}
.drop.opacity .option:nth-child(1) {
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
}
.drop.opacity .option:nth-child(2) {
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
}
.drop.withBG .option {
  transition: background-color 0.1s;
}
.drop.withBG .option:not(.placeholder):hover {
  background-color: #5aafee;
}
.drop.withBG .option:not(.placeholder).active {
  background-color: #5aafee;
}
.drop:after, .drop:before {
  content: "";
  position: absolute;
  top: 1.5em;
  right: 1px;
  width: 0.55em;
  height: 0.55em;
  border: 0.2em solid #86919a;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: opacity 0.2s;
}
.drop:before {
  border-left: none;
  border-top: none;
  top: 13px;
}
.drop:after {
  border-right: none;
  border-bottom: none;
  opacity: 0;
}
.logo{
	overflow:hidden;
	padding:21px 0;
}
.tel{
	width:100px;
	height:100px;
	overflow:hidden;
	background:#8bc42a;
	padding-top:36px;
	text-align:center;
	}
.tel a{
	display:block;
	}
.small{
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); 
}
	
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}
.nav{
	margin-right:30px;
}
.nav > ul{
	}

.nav .menu > li{
	float:left;
	text-align:center;
	line-height:100px;
	padding:0 31px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}

.nav .menu > li a{
	color:#222222;
	font-size:16px;
	font-weight:bold;
	display:block;
	line-height:100px;
	position:relative;
	}
.nav .menu > li a:after{
	content:"";
	width:0;
	height:2px;
	background:#8bc42a;
	position:absolute;
	left:50%;
	margin-left:-13px;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nav .menu > li:hover a:after,.nav .menu > li.active a:after{
	width:26px;
	}

.nav .menu > li:hover a,.nav .menu > li.active a{
	color:#8bc42a;
	}


.nav .menu > li .submenu{

	width:180px;
	left:50%;
	margin-left:-90px;
	}

.nav .menu > li .submenu li{

	width:100%;

	line-height:30px;
	padding:5px 0;
	background:#8bc42a;

	text-align:center;

	border-top:solid 1px #fff;

}

.nav .menu > li .submenu li a{

	display:block;
	color:#fff;
	background:none;
	font-size:14px;
	padding:0;
	line-height:30px;
}
.nav .menu > li .submenu li a:after{
	display:none;
	}

.nav .menu > li .submenu li:hover{

	background:#97d52f;

}
.nav .menu > li.current:after{
	width:100%;
	}

.cont{
	width:1438px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1438px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-top:140px;
}
.bannermore{
	width:100px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	border-left: solid 1px rgba(132,132,132,0.2);
	z-index:99;
}
.bannermore img{
	position:absolute;
	top:50%;
	margin-top:-50px;
	right:0;
}
/*shubiao*/
.shubiao-index{
	position:absolute;
	bottom:26px;
	left:50%;
	width:60px;
	margin-left:-30px;
	z-index:9999;
}
.shubiao{
	width:14px;
	margin:40px auto 0;
	position:relative;
}
.shubiao-ncon{
	margin-top:70px;
}
.shubiao_line {
    width: 1px;
    height: 60px;
    background: #fff;
    margin:10px auto;
}
.shubiao_pinyin{
	font-size:14px;
	text-align:center;
	color:#282828;
	margin-top:5px;
}
#shubiao{
	width:26px;
	margin:0 auto;
}
.mouse {
  position: relative;
  width: 28px;
  height: 50px;
  border-radius: 30px;
  border: 3px solid #000;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 3px;
  height: 12px;
  border-radius: 20px;
  background-color: #000;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}

/**/
.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;
}
.rslides {
	margin: 0 auto 40px;
}
#slider2, #slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	padding: 0;
	font-size: 18px;
	list-style: none;
	position:absolute;
	bottom:76px;
	left:50%;
	margin-left:-72px;
	z-index: 99;
}
.rslides_tabs li {
	float: left;
	width: 14px;
	height: 14px;
	margin: 0 17px;
}
.rslides_tabs a {
	width: 100%;
	height: 100%;
	display: block;
	border:solid 2px #fff;
	border-radius:50%;
}
.rslides_tabs li a:hover, .rslides_tabs .rslides_here a {
	background:#fff;
}
.rslides_tabs li a:hover:before, .rslides_tabs .rslides_here a:before {
	background: #fff;
}
/* Callback example */
.events {
	list-style: none;
}
.callbacks_container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}
.callbacks .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;
}
.callbacks_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;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
#slider3-pager a {
	display: inline-block;
}
#slider3-pager img {
	float: left;
}
#slider3-pager .rslides_here a {
	background: transparent;
	box-shadow: 0 0 0 2px #666;
}
#slider3-pager a {
	padding: 0;
}
 @media screen and (max-width: 600px) {
.callbacks_nav {
	top: 47%;
}
}
/*banner*/

/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	overflow:hidden;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:25px;
	color:#202020;
	line-height:45px;
	font-weight:normal;
	margin-top:4px;
	}
.tit h3 a{
	font-size:25px;
	color:#202020;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:45px;
	font-family:Arial;
	color:#202020;
	line-height:45px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	}
.tit hr{
	width:75px;
	border:none;
	border-bottom:solid 2px #ed730b;
	margin-top:27px;
	}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:#f2f2f2;
	padding-top:121px;
	padding-bottom:92px;
}
.pronr .protit{
	width:100%;
	overflow:hidden;
	}
.pronr .protit h3{
	width:40%;
	overflow:hidden;
	float:left;
	font-size:47px;
	color:#2a2a2a;
	text-transform:uppercase;
	line-height:50px;
	}
.pronr .protit h3 a{
	font-size:47px;
	color:#2a2a2a;
}
.promenu{
	width:60%;
	overflow:hidden;
	text-align:right;
	}
.promenu ul{
	overflow:hidden;
	display:inline-block;
	}
.promenu ul li{
	overflow:hidden;
	border-radius:25px;
	padding:0 36px;
	line-height:50px;
	float:left;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.promenu ul li a{
	font-size:16px;
	color:#2a2a2a;
	display:block;
	}
.promenu ul li:hover,.promenu ul li.active{
	background:#8bc42a;
	}
.promenu ul li:hover a,.promenu ul li.active a{
	color:#fff;
	}
.prolist{
	width:100%;
	overflow:hidden;
	margin-top:55px;
	}
.prolist dl{
	overflow:hidden;
	margin:35px 0;
	}
.prolist dl dt{
	position:relative;
	height:305px;
	}
.prolist dl dt,.prolist dl dd{
	width:100%;
	overflow:hidden;
	}
.prolist dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.prolist dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.prolist dl dd{
	font-size:20px;
	color:#202020;
	line-height:30px;
	background:url(../images/icon2.png) no-repeat right 3px;
	padding-right:24px;
	margin-top:20px;
	border-bottom:solid 3px #c3c3c3;
	padding-bottom:23px;
	}
.promore{
	width:100%;
	overflow:hidden;
	margin-top:52px;
	}
.promore a{
	display:block;
	width:180px;
	height:50px;
	text-align:center;
	line-height:50px;
	margin:auto;
	font-size:16px;
	color:#202020;
	background:#fff;
	border-radius:25px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.promore a:hover{
	background:#ed6d00;
	color:#fff;
	}
.prolist dl:hover dd{
	border-bottom:solid 3px #ed6d00;
	}
.cloud-product-wrapper {
	margin: 0 auto;
	width: 1200px
}
.cloud-product {
	position: relative;
	z-index: 9;
}
.cloud-product-title {
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	color: #333
}
.color-blue {
	color: #009fd9
}
.mpro{
	display:none;
	width:100%;
	overflow:hidden;
}
.mpro ul{
	width:100%;
	overflow:hidden;
}
.mpro ul li{
	width:100%;
	overflow:hidden;
	margin:10px 0;
	float:left;
	position:relative;
}
.mpro ul li img{
	max-width:100%;
	height:auto;
}
.mpro ul li .pro_fl{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:10px;
	top:10px;
}
.mpro ul li .pro_fl h4,.mpro ul li .pro_fl p{
	width:100%;
	overflow:hidden;
	color:#fff;
}
.mpro ul li .pro_fl h4{
	font-size:16px;
	line-height:20px;
}
.cloud-product-explain {
	margin-top: 26px;
	margin-bottom: 82px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	color: #999
}
.cloud-product-ul {
	width: 100%
}
.cloud-product-ul li{
	overflow:hidden;
	height:526px;
	position: relative;
	width: 25%;
	float: left;
}
.cloud-product-ul li a{
	display:block;
	width:100%;
	height:100%;
}
.cloud-product-ul li:first-child{
	background:url(../images/proimg1.jpg) no-repeat center center;
	}
.cloud-product-ul li:nth-child(2){
	background:url(../images/proimg2.jpg) no-repeat center center;
	}
.cloud-product-ul li:nth-child(3){
	background:url(../images/proimg3.jpg) no-repeat center center;
	}
.cloud-product-ul li .pro_fl{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:20px;
	padding:0 40px;
	}
.cloud-product-ul li .pro_fl h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	line-height:30px;
	}
.cloud-product-ul li .pro_fl p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:20px;
	color:#fff;
	margin-top:8px;
	}
.cloud-product-ul li .promore{
	width:46px;
	height:46px;
	background:#8bc42a url(../images/icon5.png) no-repeat center;
	border-radius:50%;
	position:absolute;
	left:40px;
	bottom:46px;
	opacity:0;
	}
.cloud-product-ul li.active{
	padding-left:0;
	}
.cloud-product-ul li:first-child {
	margin-left: 0
}
.normal-inner .ysmore{
	width:100%;
	overflow:hidden;
	position:absolute;
	bottom:55px;
	left:34px;
	}
.normal-inner .ysmore a{
	width:55px;
	height:55px;
	display:block;
	border:solid 1px #cccccc;
	border-radius:50%;
	background:url(../images/icon1.png) no-repeat center;
	}
.active-inner-item{
	width:100%;
	height:100%;
	overflow:hidden;
	}
.active-inner-item .ysnr{
	width:37%;
	overflow:hidden;
	float:left;
	padding:38px 36px 0 36px;
	}
.active-inner-item .ysnr h3{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#fff;
	line-height:35px;
	}
.active-inner-item .ysnr .ysen{
	width:100%;
	overflow:hidden;
	font-size:14px;
	color:#fff;
	font-family:Arial;
	}

.active-inner-item .ysnr .ysms{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.active-inner-item .ysnr .ysms p{
	width:100%;
	overflow:hidden;
	color:#fff;
	}
.active-inner-item .ysnr .ysmore{
	width:100%;
	overflow:hidden;
	position:absolute;
	bottom:55px;
	left:34px;
	}
.active-inner-item .ysnr .ysmore a{
	width:55px;
	height:55px;
	display:block;
	background:#099553 url(../images/icon2.png) no-repeat center;
	border-radius:50%;
	}
.active-inner-item .ysimg{
	width:63%;
	overflow:hidden;
	text-align:right;
	float:right;
	position:relative;
	}
.active-inner-item .ysimg img{
	max-width:100%;
	height:auto;
	}
.normal-inner .ysen{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	color:#9fa0a3;
	}
.cloud-product-ul li h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#0a1121;
	line-height:30px;
	margin-top:14px;
	}
.cloud-product-ul li span{
	width:100%;
	overflow:hidden;
	display:block;
	text-align:center;
	margin-top:178px;
	}
.cloud-product-ul li.active hr{
	width:100%;
	border:none;
	border-bottom:solid 1px #fff;
	margin-top:35px;
	}
.cloud-product-single-top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f2f2f2
}
.cloud-product-name {
	font-size: 18px;
	color: #333;
	font-weight: 700
}
.cloud-product-single-bottom {
	width: 100%;
	height: 340px
}
.empty-space {
	width: 100%;
	height: 99px;
	padding: 26px 0 0 0;
}
.single-bottom-item {
	height: 340px;
	width: 100%
}
.single-bottom-item:first-child {
	border-right: 1px solid #eee
}
.bg-product-pic {
	width: 100%;
	height: 82px
}
.server-header-01 {
	background: url(../images/product_header_icon_01.png) center no-repeat
}
.server-header-02 {
	background: url(../images/product_header_icon_02.png) center no-repeat
}
.server-header-03 {
	background: url(../images/product_header_icon_03.png) center no-repeat
}
.server-header-04 {
	background: url(../images/product_header_icon_04.png) center no-repeat
}
.server-header-05 {
	background: url(../images/product_header_icon_05.png) center no-repeat
}
.server-header-active-01 {
	background: url(../images/product_header_active_icon_01.png) center no-repeat
}
.server-header-active-02 {
	background: url(../images/product_header_active_icon_02.png) center no-repeat
}
.server-header-active-03 {
	background: url(../images/product_header_active_icon_03.png) center no-repeat
}
.server-header-active-04 {
	background: url(../images/product_header_active_icon_04.png) center no-repeat
}
.server-header-active-05 {
	background: url(../images/product_header_active_icon_05.png) center no-repeat
}
.product-introduce-title {
	margin-bottom: 14px;
	height: 22px;
	line-height: 22px;
	font-size: 22px;
	text-align: center
}
.product-introduce-title.normal-weight {
	font-weight: 400
}
.product-introduce-content {
	margin: 0 auto 26px;
	width: 180px;
	line-height: 14px;
	font-size: 14px;
	text-align: center;
	color: #999
}
.product-introduce-list {
	margin: 0 auto;
	padding-top: 28px;
	height: 135px;
	width: 84%;
	border: 1px solid #f1f1f1;
	border-left: none;
	border-right: none
}
.introduce-list-small {
	margin-bottom: 18px;
	line-height: 14px;
	font-size: 14px;
	color: #999;
	text-align: center
}
.product-introduce-price {
	margin: 48px auto 0;
	font-size: 14px;
	text-align: center;
	color: #333
}
.price-blue {
	color: #0af;
	font-size: 38px
}
.normal-inner {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}
.active-inner {
	position: relative;
	display: none;
	height: 100%;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}
.introduce-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 360px
}
.cloud-product-ul li.active .active-inner {
	display: block;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.cloud-product-ul li.active .normal-inner {
	display: none;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
.cloud-product-ul li {
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	transition: width .15s linear
}
.cloud-product-ul li:nth-child(2){
	margin-left:1.5%;
	}
.cloud-product-ul li:nth-child(3){
	margin-left:1.5%;
	}
.cloud-product-ul li.active {
	z-index: 9;
	width: 47%;
}
.cloud-product-ul li.active h4{
	text-align:left;
	}

.cloud-product-ul li.active .promore{
	opacity:1;
	}
.cloud-product-ul li.active{
	
	}
.cloud-product-ul li.active h4{
	font-size:26px;
	}
.cloud-product-ul li .ysjs{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:rgba(255,255,255,0.7);
	line-height:30px;
	margin-top:27px;
	}
.cloud-product-ul li.active .yslxwm{
	width:100%;
	overflow:hidden;
	margin-top:108px;
	}
.cloud-product-ul li.active .yslxwm a{
	width:60px;
	height:60px;
	background:#0555ab url(../images/icon9.png) no-repeat center;
	border-radius:50%;
	display:block;
	}
.active .product-introduce-content {
	color: #eff6ff
}
.active-product-introduce-title {
	color: #fff
}
.active .product-introduce-list {
	padding-top: 22px;
	border-color: #3f9ff9
}
.introduce-list-large {
	margin: 0 auto;
	width: 228px;
	line-height: 22px;
	color: #ddebff;
	font-size: 14px
}
.active .product-introduce-price {
	margin-top: 32px;
	color: #fefeff
}
.product-introduce-price .price-white {
	display: inline-block;
	font-size: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff
}
.buy-link-btn {
	display: block;
	margin: 30px auto 0;
	width: 90%;
	height: 40px;
	line-height: 40px;
	background-color: #ff9600;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.buy-link-btn:hover {
	background-color: #f80
}
.normal-inner .ysicon{
	width:100%;
	overflow:hidden;
	margin-top:75px;
	}
.normal-inner .ysicon img{
	max-width:100%;
	height:auto;
	}
.pronr .line{
	width:100%;
	height:4px;
	background:#dcdcdc;
	margin-top:58px;
	position:relative;
	}
.pronr .line:before{
	content:"";
	width:206px;
	height:4px;
	background:#8bc42a;
	position:absolute;
	right:0;
	bottom:0;
	}

/* about
-------------------------------------------------------------- */
.about{
	overflow:hidden;
	padding-top:100px;
	padding-bottom:124px;
	}
.about .tit h3,.about .tit p{
	text-align:left;
	}
.about .aboutnr{
	width:100%;
	overflow:hidden;
	background:#f2f2f2;
	}
.about .aboutnr .aboutlf,.about .aboutnr .aboutrt{
	overflow:hidden;
	padding:0;
	}
.about .aboutnr .aboutrt{
	padding:116px 56px 0 56px;
	}
.about .aboutnr .aboutrt h3{
	width:100%;
	overflow:hidden;
	font-size:47px;
	line-height:55px;
	color:#2a2a2a;
	text-transform:uppercase;
	}
.aboutrt .aboutms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#2a2a2a;
	margin-top:25px;
	}
.aboutbtn{
	width:100%;
	overflow:hidden;
	margin-top:58px;
	}
.aboutbtn a{
	display:block;
	width:176px;
	height:50px;
	text-align:center;
	line-height:50px;
	float:left;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	border-radius:25px;
	margin-right:16px;
	}
.aboutbtn a:first-child{
	background:#8bc42a;
	}
.aboutbtn a:nth-child(2){
	background:#196f3e;
	}
.ab_fl{
	width:100%;
	overflow:hidden;
	margin-top:70px;
	}
.ab_fl dl{
	overflow:hidden;
	padding:0;
	border-right:solid 1px #b4b4b4;
}
.ab_fl dl:last-child{
	border-right:none;
}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	color:#2a2a2a;
	font-size:16px;
	font-weight:normal;
	text-align:center;
}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	float:left;
	color:#2a2a2a;
	line-height:20px;
	font-size:16px;
	text-align:center;
}
.ab_fl dl dt .counter{
	color:#2a2a2a;
	font-size:75px;
	font-family:Arial;
	line-height:75px;
	font-weight:bold;
	margin-right:8px;
	}
.ab_fl dl img{
	max-width:100%;
	height:auto;
}
.aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:110px;
	}
.aboutmore a{
	width:178px;
	height:50px;
	display:block;
	text-align:center;
	background:#ed6d00;
	border-radius:25px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	}
/* sclc
-------------------------------------------------------------- */
.sclc{
	width:100%;
	overflow:hidden;
	background:url(../images/lcbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:230px;
	padding-bottom:152px;
	}
.sclcnr{
	position:relative;
	padding-bottom:96px;
	}
.sclcnr hr{
	width:176px;
	border:none;
	border-bottom:solid 1px #fff;
	position:absolute;
	top:362px;
	left:0;
	}
.sclcnr .tab{
	width:47%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	z-index:99;
	}
.sclcnr .tab ul{
	width:100%;
	overflow:hidden;
	}
.sclcnr .tab ul li{
	width:100%;
	overflow:hidden;
	line-height:38px;
	margin-bottom:45px;
	}
.sclcnr .tab ul li a{
	display:block;
	font-size:32px;
	color:#fff;
	text-transform:uppercase;
	}
.sclcnr .tab_box{
	width:80%;
	overflow:hidden;
	float:right;
	}
.sclclist{
	width:100%;
	overflow:hidden;
	}
.sclcnr .owl-carousel .owl-item{
	text-align:right;
	}
.sclcnr .owl-carousel .owl-item .item{
	width:100%;
	}
.sclcnr .owl-carousel .owl-item ul{
	width:100%;
	display:inline-block;
	overflow:hidden;
	}
.sclcnr .owl-carousel .owl-item ul li{
	width:33.33333333%;
	overflow:hidden;
	float:left;
	text-align:left;
	padding:0 0 1px 1px;
	}
.sclcnr .owl-carousel .owl-item ul li .sclcbg{
	height:240px;
	overflow:hidden;
	background:rgba(16,101,52,0.9);
	padding:58px 10px 0 52px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	position:relative;
	}
.sclcnr .owl-carousel .owl-item ul li .sclcbg:after{
	content:"";
	font-size:215px;
	line-height:50px;
	color:rgba(255,255,255,0.15);
	font-weight:bold;
	position:absolute;
	right:-35px;
	bottom:0;
	opacity:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
/**con_one_1*/
#con_one_1 .owl-carousel .owl-item:nth-child(1) ul:nth-child(1) li:nth-child(2) .sclcbg:after{
	content:"01";
}
#con_one_1 .owl-carousel .owl-item:nth-child(1) ul:nth-child(1) li:nth-child(3) .sclcbg:after{
	content:"02";
}
#con_one_1 .owl-carousel .owl-item:nth-child(1) ul:nth-child(2) li:nth-child(1) .sclcbg:after{
	content:"03";
}
#con_one_1 .owl-carousel .owl-item:nth-child(1) ul:nth-child(2) li:nth-child(2) .sclcbg:after{
	content:"04";
}
#con_one_1 .owl-carousel .owl-item:nth-child(1) ul:nth-child(2) li:nth-child(3) .sclcbg:after{
	content:"05";
}

#con_one_1 .owl-carousel .owl-item:nth-child(2) ul:nth-child(1) li:nth-child(2) .sclcbg:after{
	content:"06";
}
#con_one_1 .owl-carousel .owl-item:nth-child(2) ul:nth-child(1) li:nth-child(3) .sclcbg:after{
	content:"07";
}
#con_one_1 .owl-carousel .owl-item:nth-child(2) ul:nth-child(2) li:nth-child(1) .sclcbg:after{
	content:"08";
}
#con_one_1 .owl-carousel .owl-item:nth-child(2) ul:nth-child(2) li:nth-child(2) .sclcbg:after{
	content:"09";
}
#con_one_1 .owl-carousel .owl-item:nth-child(2) ul:nth-child(2) li:nth-child(3) .sclcbg:after{
	content:"10";
}

#con_one_1 .owl-carousel .owl-item:nth-child(3) ul:nth-child(1) li:nth-child(2) .sclcbg:after{
	content:"11";
}
#con_one_1 .owl-carousel .owl-item:nth-child(3) ul:nth-child(1) li:nth-child(3) .sclcbg:after{
	content:"12";
}
#con_one_1 .owl-carousel .owl-item:nth-child(3) ul:nth-child(2) li:nth-child(1) .sclcbg:after{
	content:"13";
}
#con_one_1 .owl-carousel .owl-item:nth-child(3) ul:nth-child(2) li:nth-child(2) .sclcbg:after{
	content:"14";
}
#con_one_1 .owl-carousel .owl-item:nth-child(3) ul:nth-child(2) li:nth-child(3) .sclcbg:after{
	content:"15";
}

#con_one_1 .owl-carousel .owl-item:nth-child(4) ul:nth-child(1) li:nth-child(2) .sclcbg:after{
	content:"16";
}
#con_one_1 .owl-carousel .owl-item:nth-child(4) ul:nth-child(1) li:nth-child(3) .sclcbg:after{
	content:"17";
}
#con_one_1 .owl-carousel .owl-item:nth-child(4) ul:nth-child(2) li:nth-child(1) .sclcbg:after{
	content:"18";
}
#con_one_1 .owl-carousel .owl-item:nth-child(4) ul:nth-child(2) li:nth-child(2) .sclcbg:after{
	content:"19";
}
#con_one_1 .owl-carousel .owl-item:nth-child(4) ul:nth-child(2) li:nth-child(3) .sclcbg:after{
	content:"20";
}
/**con_one_2*/
#con_one_2 .owl-carousel .owl-item:nth-child(1) ul:nth-child(1) li:nth-child(2) .sclcbg:after{
	content:"01";
}
#con_one_2 .owl-carousel .owl-item:nth-child(1) ul:nth-child(1) li:nth-child(3) .sclcbg:after{
	content:"02";
}
#con_one_2 .owl-carousel .owl-item:nth-child(1) ul:nth-child(2) li:nth-child(1) .sclcbg:after{
	content:"03";
}
#con_one_2 .owl-carousel .owl-item:nth-child(1) ul:nth-child(2) li:nth-child(2) .sclcbg:after{
	content:"04";
}
#con_one_2 .owl-carousel .owl-item:nth-child(1) ul:nth-child(2) li:nth-child(3) .sclcbg:after{
	content:"05";
}

#con_one_2 .owl-carousel .owl-item:nth-child(2) ul:nth-child(1) li:nth-child(2) .sclcbg:after{
	content:"06";
}
#con_one_2 .owl-carousel .owl-item:nth-child(2) ul:nth-child(1) li:nth-child(3) .sclcbg:after{
	content:"07";
}
#con_one_2 .owl-carousel .owl-item:nth-child(2) ul:nth-child(2) li:nth-child(1) .sclcbg:after{
	content:"08";
}
#con_one_2 .owl-carousel .owl-item:nth-child(2) ul:nth-child(2) li:nth-child(2) .sclcbg:after{
	content:"09";
}
#con_one_2 .owl-carousel .owl-item:nth-child(2) ul:nth-child(2) li:nth-child(3) .sclcbg:after{
	content:"10";
}

#con_one_2 .owl-carousel .owl-item:nth-child(3) ul:nth-child(1) li:nth-child(2) .sclcbg:after{
	content:"11";
}
#con_one_2 .owl-carousel .owl-item:nth-child(3) ul:nth-child(1) li:nth-child(3) .sclcbg:after{
	content:"12";
}
#con_one_2 .owl-carousel .owl-item:nth-child(3) ul:nth-child(2) li:nth-child(1) .sclcbg:after{
	content:"13";
}
#con_one_2 .owl-carousel .owl-item:nth-child(3) ul:nth-child(2) li:nth-child(2) .sclcbg:after{
	content:"14";
}
#con_one_2 .owl-carousel .owl-item:nth-child(3) ul:nth-child(2) li:nth-child(3) .sclcbg:after{
	content:"15";
}

.sclcnr .owl-carousel .owl-item ul li .sclcbg .sclcimg{
	width:100%;
	overflow:hidden;
}
.sclcnr .owl-carousel .owl-item ul li .sclcbg .sclcimg img{
	max-width:100%;
	height:auto;
}
.sclcnr .owl-carousel .owl-item ul li h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:25px;
	margin-top:15px;
	font-weight:normal;
	}
.sclcnr .owl-carousel .owl-item ul li:hover .sclcbg{
	background:#8bc42a;
	}
.sclcnr .owl-carousel .owl-item ul li:hover .sclcbg:after{
	opacity:1;
	}
.sclcnr .owl-controls .owl-pagination{
	display:none;
	}
.sclcnr .owl-controls .owl-buttons div{
	width:60px;
	height:60px;
	border-radius:50%;
	position:absolute;
	z-index:99;
	bottom:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.sclcnr .owl-controls .owl-buttons .owl-prev{
	background:#fff url(../images/prev.png) no-repeat center;
	right:86px;
	}
.sclcnr .owl-controls .owl-buttons .owl-prev:hover{
	background:#8bc42a url(../images/prevh.png) no-repeat center;
	}
.sclcnr .owl-controls .owl-buttons .owl-next{
	background:#fff url(../images/next.png) no-repeat center;
	right:0;
	}
.sclcnr .owl-controls .owl-buttons .owl-next:hover{
	background:#8bc42a url(../images/nexth.png) no-repeat center;
	}

/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:#f2f2f2;
	padding-top:130px;
	padding-bottom:160px;
	}
.news .newstit{
	width:100%;
	overflow:hidden;
	}
.news .newstit h3{
	width:60%;
	overflow:hidden;
	float:left;
	font-size:47px;
	color:#2a2a2a;
	line-height:50px;
	text-transform:uppercase;
	}
.news .newstit h3 a{
	font-size:47px;
	color:#2a2a2a;
	}
.news .newstit .newsmore{
	width:40%;
	overflow:hidden;
	float:right;
	}
.newstit .newsmore a{
	width:178px;
	height:50px;
	text-align:center;
	background:#8bc42a;
	border-radius:25px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	float:right;
	}
.news .newsrq{
	width:100%;
	overflow:hidden;
	background:#fff;
	margin-top:55px;
	}
.newsrq .newslf{
	width:61%;
	overflow:hidden;
	padding:37px 60px 0 60px;
	}
.newsrq .newsimg{
	width:39%;
	overflow:hidden;
	text-align:right;
	}
.newslf .panel-default>.panel-heading{
	background:#fff;
	}
#accordion .panel{
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 30px;
}
#accordion .panel-heading{
	padding: 0;
	border-radius: 0;
	border: none;
	text-align: center;
}
#accordion .panel-title a{
	display: block;
	padding: 24px 0 24px 56px;
  height:78px;
  font-size:25px;
  font-weight:normal;
  text-align:left;
  color:#8bc42a;
  font-weight:bold;
  line-height:30px;
	position: relative;
	transition: all 0.5s ease 0s;
}
#accordion .panel-title a .newsbt{
	width:80%;
	overflow:hidden;
	float:left;
	    white-space: nowrap;
    text-overflow: ellipsis
	}
#accordion .panel-title a span{
	width:20%;
	overflow:hidden;
	float:right;
	font-size:16px;
	color:#8bc42a;
	text-align:right;
	font-weight:normal;
	}
#accordion .panel-title a.collapsed span{
	color:#acacac;
	}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
	content: "";
	width:30px;
	height:30px;
	position: absolute;
	top: 24px;
	left:0;
	transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:before{
	background:#f2f2f2 url(../images/icon14.png) no-repeat center;
	}
#accordion .panel-title a:before{
	background:#f2f2f2 url(../images/icon13.jpg) no-repeat center;
	}
#accordion .panel-title a.collapsed{
	border-bottom: solid 1px #e6e6e6;
    color:#474747;
	}
#accordion .panel-title a.collapsed:after{
	transform: rotate(0deg);
}
#accordion .panel-body{
	background: #fff;
	border-top:none;
	border-bottom: solid 1px #e6e6e6;
    font-size: 16px;
    line-height: 30px;
    color: #535353;
	position: relative;
}
#accordion .panel-body img{
	max-width:100%;
	height:auto;
}
#accordion .panel-body p{
    font-size: 16px;
    line-height: 30px;
    color: #535353;
}
#accordion .panel-collapse .panel-body p{
	opacity: 0;
	transform: scale(0.9);
	transition: all 0.5s ease-in-out 0s;
}
#accordion .panel-collapse.in .panel-body p{
	opacity: 1;
	transform: scale(1);
}
.newslf .panel-body{
	padding:0 0 30px 56px;
	}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	background:#0f1c2e;
	}
.link .linknr{
	font-size:15px;
	color:rgba(255,255,255,0.5);
	line-height:30px;
	padding:37px 0;
	border-bottom:solid 1px rgba(255,255,255,0.1);
	}	
.link .linknr a{
	font-size:15px;
	color:rgba(255,255,255,0.5);
	}
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#196f3e;
}
.footer .footernr{
	padding-top:126px;
	}
.footer .footerlf{
	width:42%;
	overflow:hidden;
	padding-right:200px;
	}
.footer .footerlf .blogo{
	width:100%;
	overflow:hidden;
	}
.footer .footerlf .blogo img{
	max-width:100%;
	height:auto;
	}
.footer .footerlf .btel{
	width:100%;
	overflow:hidden;
	background:url(../images/icon11.png) no-repeat left center;
	padding-left:62px;
	margin-top:34px;
	margin-bottom:10px;
	}
.footer .footerlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:15px;
	}
.footer .footerlf p a{
	font-size:16px;
	color:#fff;
}
.footerlf .bicon{
	width:100%;
	overflow:hidden;
	margin-top:46px;
	}
.btel .btelen{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:18px;
	}
.btel .btelnr{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:40px;
	line-height:40px;
	margin-top:2px;
	}
.btel .btelnr a{
	color:#fff;
	font-size:40px;
}
.footer .footerin{
	width:26%;
	overflow:hidden;
	padding-right:120px;
	}
.footer .footerin h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:25px;
	}
.footer .footerin ul{
	width:100%;
	overflow:hidden;
	}
.footer .footerin ul li{
	width:50%;
	overflow:hidden;
	float:left;
	color:rgba(255,255,255,0.6);
	font-size:16px;
	line-height:30px;
	margin-top:36px;
	}
.footer .footerin ul li a{
	color:rgba(255,255,255,0.6);
	font-size:16px;
	}
.footer .footerrt{
	width:32%;
	overflow:hidden;
	}
.footer .footerrt h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:35px;
	}
.footer .footerrt ul,.footer .footerrt ul li{
	width:100%;
	overflow:hidden;
	}
.footer .footerrt ul li input{
	width:100%;
	overflow:hidden;
	background:rgba(255,255,255,0.3);
	height:42px;
	line-height:42px;
	border-radius:5px;
	color:#fff;
	font-size:15px;
	padding:0 20px;
	}
.footer .footerrt ul li{
	margin-bottom:14px;
	}
.footer .footerrt ul li textarea{
	width:100%;
	height:122px;
	overflow:hidden;
	color:#fff;
	font-size:15px;
	background:rgba(255,255,255,0.3);
	border-radius:5px;
	padding:5px 22px;
	}
.footerrt ::-webkit-input-placeholder{
	color:#fff;
	font-size:15px;
	}
.footerrt :-moz-placeholder{
	color:#fff;
	font-size:15px;
	}
.footerrt ::moz-placeholder{
	color:#fff;
	font-size:15px;
	}
.footerrt :-ms-input-placeholder{
	color:#fff;
	font-size:15px;
	}
.footerrt .tjbtn{
	width:100%;
	overflow:hidden;
	}
.footerrt .tjbtn button{
	width:178px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#fff;
	background:#8bc42a;
	border-radius:25px;
	text-transform:uppercase;
	font-weight:bold;
	}

.footernr .bot{
	width:100%;
	overflow:hidden;
	border-top: solid 1px rgba(255,255,255,0.2);
	padding:38px 0;
	margin-top:125px;
	}
.footernr .bot a{
	color:rgba(255,255,255,0.5);
	font-size:16px;
	}
.footernr .bot .botlf{
	width:70%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:rgba(255,255,255,0.5);
	}
.footernr .bot .botrt{
	width:30%;
	overflow:hidden;
	text-align:right;
	font-size:16px;
	line-height:30px;
	color:rgba(255,255,255,0.5);
	}

/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:550px;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
	margin-top: 140px;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:733px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:481px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:413px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:390px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:367px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:330px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:293px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:284px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:220px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:183px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #d5d5d5;
}
.position .positionnr{
	font-size:16px;
	color:#221815;
	line-height:30px;
	background:url(../images/tb5.png) no-repeat left center;
	padding:15px 0 15px 42px;
}
.position .positionnr a{
	font-size:16px;
	color:#8bc42a;
}
.position .positionnr a:first-child{
	color:#666;
	}
/* ntit

-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	line-height:40px;
	}
.ntit hr{
	width:40px;
	border:none;
	border-bottom:solid 2px #009474;
	margin-top:20px;
	}
/* nabout
-------------------------------------------------------------- */
.nabout{
	margin-top:60px;
	margin-bottom:60px;
	}
.naboutnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:20px;
}
.naboutnr p{
	font-size:16px;
	line-height:30px;
	}
.naboutnr img{
	max-width:100%;
	height:auto;
	}
.nabout h4{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#222;
	font-weight:bold;
	line-height:40px;
	margin:0 0 34px 0;
	}
.nabout span{
	width:84px;
	height:1px;
	background:#8bc42a;
	display:block;
	margin-bottom:32px;
	}
.nvideo{
    width:100%;
	overflow:hidden;
}
.nvideo video{
    width:100%;
    height: auto;
}

	/* nhonor
-------------------------------------------------------------- */
.nhonor{
	padding-top:120px;
	padding-bottom:160px;
	}
.nhonor .owl-carousel .owl-item{
	padding:0 20px;
	}
.nhonornr{
	margin-top:96px;
	}
.nhonor dl{
	width:100%;
	overflow:hidden;
	}
.nhonor dl dt,.nhonor dl dd{
	width:100%;
	overflow:hidden;
	}
.nhonor dl dt{
	text-align:center;
	}
.nhonor dl dt img{
	max-width:100%;
	height:auto;
	}
.nhonor dl dd{
	text-align:center;
	line-height:30px;
	color:#fff;
	font-size:20px;
	margin-top:20px;
	}
.nhonormore{
	width:100%;
	overflow:hidden;
	margin-top:82px;
	}
.nhonormore a{
	display: block;
    width: 210px;
    height: 60px;
    line-height: 60px;
    background:url(../images/icon5.png) no-repeat 148px center;
    margin: auto;
    font-size: 16px;
    color: #fff;
    padding-left: 22px;
	border:solid 1px #fff;
	}
/* npro
-------------------------------------------------------------- */
.npro{
	padding:68px 0 50px 0;
	}
.npro h4,.npro_message h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:36px;
	color:#222;
	line-height:40px;
	margin:0;
	font-weight:bold;
	}
.npro_menu{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.npro_menu ul{
	display:inline-block;
	overflow:hidden;
	}
.npro_menu ul li{
	overflow:hidden;
	float:left;
	margin:5px 30px;
	line-height:30px;
	position:relative;
	padding-bottom:13px;
	}
.npro_menu ul li:after{
	content:"";
	position:absolute;
	width:0;
	height:1px;
	background:#8bc42a;
	bottom:0;
	left:50%;
	margin-left:-33px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.npro_menu ul li a{
	font-size:16px;
	}
.npro_menu ul li:hover:after,.npro_menu ul li.active:after{
	width:66px;
	}
.npronr{
	width:100%;
	overflow:hidden;
	margin-top:48px;
	margin-bottom:30px;
	}
.npronr dl{
	padding:0 15px;
	overflow:hidden;
	float:left;
	margin:10px 0;
	}
.npronr dl:nth-child(3n){
	margin-right:0;
	}
.npronr dl dt{
	width:100%;
	overflow:hidden;
	position:relative;
	height:329px;
	}
.npronr dl dt .nproimg{
	width:100%;
	overflow:hidden;
}
.npronr dl dt .nproimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.npronr dl:hover dt .nproimg img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npronr dl dt .nprobg{
	width:100%;
	height:0;
	overflow:hidden;
	background:rgba(139,196,42,0.8);
	position:absolute;
	left:0;
	top:0;
	transition: .5s;
	}
.npronr dl dt .nprobg h5{
	width:100%;
	height:50px;
	overflow:hidden;
	font-size:26px;
	color:#fff;
	background:url(../images/tb6.png) no-repeat 80% center;
	line-height:50px;
	padding-left:62px;
	position:relative;
	top:50%;
	margin:-25px 0 0 0;
	}
.npronr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#222;
	padding:19px 0;
	    white-space: nowrap;
    text-overflow: ellipsis
	}
.npronr dl:hover dt .nprobg{
	height:100%;
	}
.npronr dl:hover dd{
	color:#8bc42a;
	}


.right-extra .mt{height:28px;line-height:28px;padding:0 10px 8px;border-top:1px solid #EED97C;color:#c00;}
.right-extra .tab{border-bottom:2px solid #BE0000;margin-bottom:10px;}
.right-extra .tab li{position:relative;height:24px;padding:3px 12px 0;background:url(../images/icon_clubs.gif) #ccc no-repeat right -150px;overflow:hidden;margin-right:3px;line-height:24px;font-size:14px;font-weight:bold;color:#c30;}
.right-extra .tab span{position:absolute;left:0;top:0;z-index:1;width:10px;height:27px;background:url(../images/icon_clubs.gif) no-repeat 0 -150px;}
.right-extra .tab a{float:none;color:#c30;}
.right-extra .tab .curr{background-position:right -178px;color:#fff;}
.right-extra .tab .curr span{background-position:0 -178px;}
.right-extra .tab .curr a{color:#fff;}
.right-extra .mc .extra{padding:5px 10px;border-top:1px solid #F3E6C6;}
.right-extra .total{float:right;}
.right-extra .total strong{color:#FF7403;}
.right-extra .total a:link,.right-extra .total a:visited{color:#005aa0;}
.right-extra .join a:link,.right-extra .join a:visited{color:#FF7604;}
.right-extra .norecode{padding:0 10px 10px;}
.right-extra .iloading{margin-bottom:10px;}



/*图片放大镜样式*/
.imgbox{position:relative;}
.probox{ width:100%; overflow:hidden;}
.probox img{width:100%;vertical-align:top;}
.showbox{display:none;position:absolute;left:100%;top:0;width:400px;height:300px;overflow:hidden;border:1px solid #ccc; z-index:99;}
.showbox img{position:absolute;height:1200px;width:1200px;}
.hoverbox{display:none;position:absolute;top:0;background:#09f;border:1px solid #09f;height:75px;width:100px;cursor:move;z-index:10;}

/*图片小图预览列表*/
.spec-preview{width:100%;}
.spec-scroll{clear:both;margin-top:22px;width:100%; overflow:hidden;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:14px;height:24px; margin-top:38px; cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:94%;height:100px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:124px; margin:0 10px;text-align:center;}
.spec-scroll .items ul li img{width:124px;height:100px;}
.spec-scroll .items ul li img:hover{border:1px solid #8bc42a;padding:1px;}
.spec-scroll .prev{
	background:url(../images/nprev.png) no-repeat left center;
	}
.spec-scroll .next{
	background:url(../images/nnext.png) no-repeat left center;
	}

.npronr .npro_lf{
	padding:0;
	}
.npronr .npro_rt{
	padding:0 0 0 50px;
	}
.npronr .npro_rt h1{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#000;
	margin:0;
	line-height:40px;
	margin-top:35px;
}
.npronr .npro_rt .npro_fenl{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#8d8d8d;
	}
.npronr .npro_rt .nprofbnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:23px;
	padding:35px 0;
	border-top:solid 1px #e0e0e0;
	border-bottom:solid 1px #e0e0e0;
	}
.npronr .npro_rt .nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
	}
.npronr .npro_rt .nprofbnr img{
	max-width:100%;
	height:auto;
}
.npronr .npro_rt ul{
	max-width:100%;
	overflow:hidden;
	margin-top:40px;
}
.npronr .npro_rt ul li{
	width:176px;
	height:52px;
	background:#8bc42a;
	text-align:center;
	line-height:52px;
	float:left;
	margin-right:10px;
}
.npronr .npro_rt ul li a{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	}
.npro_message{
	max-width:100%;
	overflow:hidden;
	margin-top:70px;
	}
.npro_message ul{
	width:100%;
	overflow:hidden;
	margin-top:38px;
	}
.npro_message ul li{
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
	}
.npro_message ul li input{
	width:100%;
	overflow:hidden;
	line-height:60px;
	background:#f5f5f5;
	padding:0 20px;
	}
.npro_message ul li textarea{
	width:100%;
	overflow:hidden;
	line-height:30px;
	background:#f5f5f5;
	padding:0 20px;
	}
.npro_tjbtn{
	width:100%;
	overflow:hidden;
	}
.npro_tjbtn button{
	width:100%;
	overflow:hidden;
	background: #8bc42a;
	font-size:18px;
	color:#fff;
	text-align:center;
	line-height:76px;
	}
	
/* nnews
-------------------------------------------------------------- */
.nnews{
	width:100%;
	overflow:hidden;
	margin-top:28px;
	}
.nnews dl{
	overflow:hidden;
	float:left;
	padding:15px;
	margin:10px 0;
	}
.nnews dl dt,.nnews dl dd{
	width:100%;
	overflow:hidden;
}
.nnews dl dt{
	position:relative;
	height:282px;
}
.nnews dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.nnews dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnews dl dd{
	text-align:left;
	padding:20px 30px;
	box-shadow: 0px 0px 15px 2.1px rgba(0, 0, 0, 0.12);
	}
.nnews dl dd h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#222;
	line-height:30px;
	margin:12px 0 0 0;
	white-space: nowrap;
    text-overflow: ellipsis
	}
.nnews dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	margin-top:10px;
	}
.nnews dl dd .news_more{
	width:148px;
	height:42px;
	overflow:hidden;
	font-size:15px;
	text-align:center;
	line-height:42px;
	color:#8bc42a;
	font-weight:bold;
	border:solid 1px #8bc42a;
	margin-top:30px;
	}
.nnews dl:hover dd{
	background:#8bc42a;
	}
.nnews dl:hover dd .newsdate,.nnews dl:hover dd h5,.nnews dl:hover dd p{
	color:#fff;
	}
.nnews dl:hover dd .news_more{
	color:#fff;
	border:solid 1px #fff;
}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 0 0 10px 0;
	line-height:30px;
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: dashed 1px #666;
    padding-bottom: 23px;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto;
	}

/* nsb
-------------------------------------------------------------- */
.nsb{
	margin-top:60px;
	margin-bottom:60px;
	}
.nsbnr{
	width:100%;
	overflow:hidden;
}
.nsbnr ul{
	width:100%;
	overflow:hidden;
	}
.nsbnr ul li{
	width:31.3333333%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	text-align:center;
	height:300px;
	position:relative;
	}
.nsbnr ul li img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.nsbnr ul li:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.poptrox-popup{
	overflow:visible !important;
}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
}
.ncontact .ncontactnr{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d1d1d1;
	font-size:18px;
	color:#333;
	line-height:35px;
	padding:40px 0 0 0;
	margin-top:28px;
	}
.ncontact .ncontactnr .ncontactlf{
	width:80%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:35px;
	}
.newm{
	width:20%;
	overflow:hidden;
	}
.newm dl{
	overflow:hidden;
	float:right;
	}
.newm dl dt,.newm dl dd{
	overflow:hidden;
	text-align:center;
	}
.newm dl dt img{
	max-width:100%;
	height:auto;
	border: solid 1px #ccc;
}
.newm dl dd{
	font-size:14px;
	color:#333;
	margin-top:5px;
	}
.ncontact .ncontactnr p,.ncontact .ncontactnr .ncontactlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:35px;
	}
.ncontact .ncontactnr p a{
	font-size:16px;
	color:#333;
	}
.nmessage{
	margin-top:60px;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessagenr dl:nth-child(1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(1) dd input{
	background:#fff url(../images/icon15.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon16.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3) dd textarea{
	background:#fff url(../images/icon17.png) no-repeat 24px 21.5px;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #38912e;
    color: #fff;
	text-align:center;
	font-size:16px;
}

/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2,.news-exp{
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#009474;
}
.news-exp .news-exp-lf,.news-exp .news-exp-rt{
	width:50%;
	overflow: hidden;
	float:left;
	font-size:16px;
	color:#343434;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp .news-exp-rt{
	text-align:right;
}
.news-exp .news-exp-lf a,.news-exp .news-exp-rt a{
	font-size:16px;
	color:#343434;
}
.news-exp a:hover{
	color:#8bc42a;
	text-decoration:none;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.tel{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:14px;float:right;margin-right:10px;}
.rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	 .npronr dl dt{
		 height:287px;
	 }
	.nsbnr ul li{
		height:264px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	 .npronr dl dt{
		 height:270px;
	 }
	.nsbnr ul li{
		height:250px;
	}
	.nnews dl dt{
		height:270px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	 .npronr dl dt{
		 height:253px;
	 }
	.nsbnr ul li{
		height:235px;
	}
	.nnews dl dt{
		height:253px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	 .npronr dl dt{
		 height:225px;
	 }
	.nsbnr ul li{
		height:211px;
	}
	.nnews dl dt{
		height:225px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	 .npronr dl dt{
		 height:198px;
	 }
	.nsbnr ul li{
		height:188px;
	}
	.nnews dl dt{
		height:198px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	 .npronr dl dt{
		 height:191px;
	 }
	.nsbnr ul li{
		height:182px;
	}
	.nnews dl dt{
		height:191px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	 .npronr dl dt{
		 height:255px;
	 }
	.nsbnr ul li{
		height:182px;
	}
	.nnews dl dt{
		height:255px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	 .npronr dl dt{
		 height:225px;
	 }
	.nsbnr ul li{
		height:158px;
	}
	.nnews dl dt{
		height:225px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	 .npronr dl dt{
		 height:391px;
	 }
	.nsbnr ul li{
		height:141px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	 .npronr dl dt{
		 height:326px;
	 }
	.nsbnr ul li{
		height:152px;
	}
}
@media only screen and (min-width: 426px) and (max-width:539px) {
	.nsbnr ul li{
		height:120px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	 .npronr dl dt{
		 height:252px;
	 }
	.nnews dl dt{
		height:252px;
	}
}
@media only screen and (min-width: 375px) and (max-width:425px) {
	.nsbnr ul li{
		height:220px;
	}
	.nnews dl dt{
		height:219px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	 .npronr dl dt{
		 height:220px;
	 }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	 .npronr dl dt{
		 height:184px;
	 }
	.nsbnr ul li{
		height:187px;
	}
	.nnews dl dt{
		height:184px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	 .npronr dl dt{
		 height:180px;
	 }
	.nsbnr ul li{
		height:185px;
	}
	.nnews dl dt{
		height:180px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
	}
	.nav {
		margin-right: 80px;
	}
	.about .aboutnr .aboutrt h3,.pronr .protit h3,.pronr .protit h3 a,.news .newstit h3,.news .newstit h3 a{
		font-size:44px;
	}
	.ab_fl dl dt .counter{
		font-size:70px;
		line-height:70px;
	}
	.promenu ul li{
		padding:0 30px;
	}
	#accordion .panel-title a{
		font-size:22px;
	}
	.cloud-product-ul li .pro_fl h4{
		font-size: 28px;
	}
	.cloud-product-ul li.active h4 {
		font-size: 24px;
	}
	.footer .footerlf{
		padding-right:140px;
	}
}
@media(max-width:1440px) {
	.nav {
		margin-right: 50px;
	}
	.nav .menu > li{
		padding:0 25px;
	}
	.rslides_tabs{
		bottom:50px;
	}
	.about .aboutnr .aboutrt h3,.pronr .protit h3,.pronr .protit h3 a,.news .newstit h3,.news .newstit h3 a{
		font-size:40px;
		line-height:50px;
	}
	.ab_fl dl dt .counter{
		font-size:66px;
		line-height:66px;
	}
	.sclcnr .tab ul li a{
		font-size:28px;
	}
	.sclcnr .owl-carousel .owl-item ul li h4{
		font-size:18px;
	}
	.cloud-product-ul li .pro_fl h4{
		font-size: 26px;
	}
	.cloud-product-ul li.active h4 {
		font-size: 22px;
	}
	.promenu ul li{
		padding:0 25px;
	}
	#accordion .panel-title a{
		font-size:20px;
	}
	.npro_menu ul li {
		margin: 5px 20px;
	}
	.footer .footerlf{
		padding-right:70px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li{
		padding:0 20px;
	}
	.about .aboutnr .aboutrt h3,.pronr .protit h3,.pronr .protit h3 a,.news .newstit h3,.news .newstit h3 a{
		font-size:36px;
		line-height:46px;
	}
	.aboutbtn a{
		width:160px;
	}
	.ab_fl dl dt .counter{
		font-size:62px;
		line-height:62px;
	}
	.cloud-product-ul li .pro_fl h4{
		font-size: 24px;
	}
	.cloud-product-ul li.active h4 {
		font-size: 20px;
	}
	.footer .footerin{
		padding-right: 80px;
	}
	.footer .footerlf{
		padding-right:30px;
	}
	.btel .btelnr{
		font-size:36px;
	}
}
@media(max-width:1280px) {
	.nav {
		margin-right: 30px;
	}
	.nav .menu > li{
		padding:0 15px;
	}
	.about .aboutnr .aboutrt h3,.pronr .protit h3,.pronr .protit h3 a,.news .newstit h3,.news .newstit h3 a{
		font-size:32px;
		line-height:42px;
	}
	.aboutbtn a{
		width:140px;
	}
	.ab_fl dl dt .counter{
		font-size:58px;
		line-height:58px;
	}
	.cloud-product-ul li .pro_fl h4{
		font-size: 22px;
	}
	.cloud-product-ul li.active h4 {
		font-size: 18px;
	}
	.cloud-product-ul li .pro_fl{
		padding: 0 20px;
	}
	.promenu ul li{
		padding:0 20px;
	}
	.nabout h4{
		font-size:32px;
		margin: 0 0 20px 0;
	}
	.npronr .npro_rt ul li {
		width: 150px;
	}
	.nnews dl dd h5{
		font-size:20px;
	}
	.footer .footerin{
		padding-right: 60px;
	}
	.footer .footerin h4,.footer .footerrt h4{
		font-size:18px;
	}
}
@media(max-width:1152px) {
	.nav {
		margin-right: 10px;
	}
	.nav .menu > li{
		padding:0 10px;
	}
	.ab_fl dl dt .counter{
		font-size:54px;
		line-height:54px;
	}
	.promenu ul li{
		padding:0 15px;
	}
	.newsrq .newslf {
		padding: 37px 40px 0 40px;
	}
	#accordion .panel-title a {
		font-size: 18px;
	}
	#accordion .panel-title a span{
		font-size:15px;
	}
	.sclcnr .tab ul li{
		line-height:30px;
	}
	.sclcnr .tab ul li a {
		font-size: 24px;
	}
	.btel .btelnr{
		font-size:32px;
	}
	.footer .footerin{
		padding-right: 40px;
	}
}
@media(max-width:1024px) {
	.nav .menu > li{
		padding:0 8px;
	}
	.ab_fl dl dt .counter{
		font-size:50px;
		line-height:50px;
	}
	.footer .footerin{
		padding-right: 20px;
	}
}
@media(max-width:1023px) {
	.top .toplf ul li:first-child{
		display:none;
	}
	.top .toplf ul li{
		margin-right:0;
		padding-left:20px;
	}
	.topnr,.headernr{
		width:98% !important;
	}
	.header{
		height:100px;
	}
	.logo{
		padding:10px 0;
		width: 80%;
	}
	.logo img:first-child{
    display:none;
	}
	.logo img {
    height: auto;
    width: 100%;
    margin-top: 15px;
  }
	.banner,.banner_n{
		margin-top:100px;
	}
}
@media(max-width:991px) {
	.rslides_tabs{
		bottom:20px;
	}
	.rslides img{
		width:116%;
		margin-left: -8%;
	}
	.about{
		padding-top:80px;
		padding-bottom:80px;
	}
	.aboutnr .aboutlf img{
		max-width:100%;
		height:auto;
	}
	.about .aboutnr .aboutrt {
		padding: 50px;
	}
	.aboutbtn{
		margin-top:30px;
	}
	.ab_fl{
		margin-top:40px;
	}
	.ab_fl dl{
		margin:10px 0;
	}
	.ab_fl dl:nth-child(2){
		border-right:none;
	}
	.ab_fl dl dt .counter{
		font-size:46px;
		line-height:46px;
	}
	.prolist,.pronr .line{
		margin-top:30px;
	}
	.sclc{
		padding-top:80px;
		padding-bottom:80px;
	}
	.sclcnr .tab {
		width: 100%;
		position: inherit;
	}
	.sclcnr .tab_box{
		width: 100%;
		margin-top:30px;
	}
	.sclcnr hr{
		top:0;
		position:inherit;
	}
	.sclcnr .tab ul li{
		margin-bottom:30px;
	}
	.sclcnr .owl-carousel .owl-item ul li .sclcbg{
		padding: 58px 10px 0 30px;
	}
	
	.sclcnr .owl-carousel .owl-item ul li:hover .sclcbg:after{
		opacity:0;
	}
	.cloud-product-box{
		display:none;
	}
	.mpro{
		display:block;
	}
	.npro h4, .npro_message h4{
		font-size:32px;
	}
	.pronr .protit h3,.promenu{
		width:100%;
	}
	.promenu{
		text-align:left;
		margin-top:20px;
	}
	.news,.pro{
		padding-top:80px;
		padding-bottom:80px;
	}
	.newsrq .newslf {
		padding: 30px;
	}
	.newsrq .newslf,.newsrq .newsimg{
		width:100%;
	}
	.newsrq .newsimg{
		text-align:center;
	}
	.newsrq .newsimg img{
		max-width:100%;
		height:auto;
	}
	.news .newstit h3,.news .newstit .newsmore{
		width:100%;
	}
	.news .newstit .newsmore{
		margin-top:10px;
	}
	.newstit .newsmore a{
		float:left;
	}
	.ncontact .ncontactnr .ncontactlf,.newm{
		width:100%;
	}
	.newm{
		margin-top:20px;
	}
	.newm dl{
		float:left;
	}
	.npronr .npro_rt{
		padding:0;
	}
	.news-exp .news-exp-lf, .news-exp .news-exp-rt{
		width:100%;
	}
	.news-exp .news-exp-rt{
		text-align:left;
	}
	.nnews h1{
		font-size:20px;
	}
	.nnews dl dd h5{
		font-size:18px;
	}
	.npro_menu ul li {
		margin: 5px 10px;
	}
	.footer .footernr{
		padding-top:60px;
	}
	.footer .footerlf{
		width:100%;
		padding-right:0;
		margin-bottom:20px;
	}
	.btel .btelnr {
		font-size: 28px;
	}
	.footer .footerin,.footer .footerrt{
		width:50%;
	}
	.footernr .bot{
		margin-top:60px;
		padding:20px 0;
	}
	.footernr .bot .botlf,.footernr .bot .botrt{
		width:100%;
		text-align:center;
	}
}
@media(max-width:767px) {
	.about .aboutnr .aboutrt h3,.pronr .protit h3{
		font-size: 28px;
		line-height: 38px;
	}
	.about .aboutnr .aboutrt {
		padding: 40px;
	}
	.ab_fl dl dt .counter{
		font-size:42px;
		line-height:42px;
	}
	#accordion .panel-title a .newsbt,#accordion .panel-title a span{
		width:100%;
	}
	#accordion .panel-title a span{
		text-align:left;
	}
	#accordion .panel-title a.collapsed span{
		display:none;
	}
	#accordion .panel-title a {
		font-size: 16px;
	}
	.pronr .protit h3, .pronr .protit h3 a{
		font-size:28px;
		line-height:38px;
	}
	.sclcnr .owl-carousel .owl-item ul li h4 {
		font-size: 16px;
	}
	.sclcnr .tab ul li a {
		font-size: 20px;
	}
	.sclcnr .owl-controls .owl-buttons div {
		width: 40px;
		height: 40px;
	}
	.sclcnr .owl-controls .owl-buttons .owl-prev{
		right:56px;
	}
	.nsbnr ul li {
		width: 48%;
	}
	.nmessagenr dl{
		width:100%;
	}
	.nmessagenr dl:nth-child(1) {
		margin-right:0;
	}
	.nmessagenr dl:nth-child(2) {
		margin-left:0;
	}
	.npro h4, .npro_message h4{
		font-size:28px;
	}
	.btel .btelnr,.btel .btelnr a{
		font-size:36px;
	}
}
@media(max-width:640px) {
	.about .aboutnr .aboutrt {
		padding: 40px 20px;
	}
	.aboutbtn a {
		width: 100px;
		height:40px;
		line-height:40px;
		margin-right:10px;
		font-size:15px;
	}
	.ab_fl dl dt .counter{
		font-size:38px;
		line-height:38px;
	}
	.ab_fl dl dt,.ab_fl dl dd{
		font-size:14px;
	}
	.sclcnr .owl-carousel .owl-item ul li .sclcbg .sclcimg img{
		width:50px;
	}
	.npronr .npro_rt ul li {
		width: 130px;
	}
	.footer .footerin,.footer .footerrt{
		width:100%;
	}
	.footer .footerrt{
		margin-top:20px;
	}
	.footer .footerin h4, .footer .footerrt h4 {
		margin-bottom:10px;
	}
	.footer .footerin ul li{
		width:33.33333333%;
		margin-top:10px;
	}
	.btel .btelnr,.btel .btelnr a{
		font-size:32px;
	}
}
@media(max-width:500px) {
	.rslides_tabs {
		bottom: 10px;
	}
	.ab_fl dl dt .counter{
		font-size:34px;
		line-height:34px;
	}
	.btel .btelnr,.btel .btelnr a{
		font-size:28px;
	}
	.sclcnr .owl-carousel .owl-item ul li .sclcbg .sclcimg img {
		width: 40px;
	}
	.sclcnr .owl-carousel .owl-item ul li .sclcbg {
		padding: 30px 10px 0 10px;
		height: 180px;
	}
	.sclcnr .owl-carousel .owl-item ul li h4{
		font-size:14px;
		line-height:20px;
	}
	.npronr .npro_rt ul li {
		width: 115px;
	}
	.npronr .npro_rt ul li a{
		font-size:16px;
	}
}
@media(max-width:425px) {
	.sclcnr .owl-carousel .owl-item ul li h4{
		font-size:13px;
	}
	.nsbnr ul li {
		width: 100%;
	}
	.btel .btelnr {
		font-size: 24px;
	}
	.btel .btelnr,.btel .btelnr a{
		font-size:24px;
	}
}
@media(max-width:375px) {
	.ab_fl dl dt .counter{
		font-size:30px;
		line-height:30px;
	}
	.ab_fl dl dt, .ab_fl dl dd {
		font-size: 13px;
	}
	.sclcnr .owl-carousel .owl-item ul li .sclcbg{
		    padding: 20px 10px 0 10px;
	}
	.sclcnr .owl-carousel .owl-item ul li h4{
		font-size:12px;
	}
}