@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: "Microsoft YaHei", "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: "Microsoft YaHei", "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: 100px;
	position: fixed;
	z-index: 999;
	top: 0;
	padding:0 1%;
}
.logo {
	overflow: hidden;
	padding:23px 0;
}
.topewm{
	text-align:center;
	padding:39px 0;
	position:relative;
	cursor:pointer;
	}
.topewm .ewmimg{
	opacity:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:absolute;
	background:#fff;
	padding:10px;
	border-radius:5px;
	top:100px;
	right:0;
}
.topewm .ewmimg img{
	width:100px;
}
.topewm:hover .ewmimg{
	opacity:1;
}
.language{
	height:100%;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:100px;
	position:relative;
	margin-right: 20px;
}
.language a{
	font-size:16px;
	color:#fff;
}
.language a i{
	margin-left:10px;
}
.language a:hover{
	color:#fefe00;
}
.language .languagenr{
	width:100px;
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
}
.language .languagenr p{
	width:100%;
	padding:0;
	background: #1a3eb3;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin:1px 0 0 0;
}
.language .languagenr p a {
	width:100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
	display:block;
}
.language .languagenr p:hover{
	background:#fefe00;
}
.language .languagenr p:hover a{
    color: #333;
}
.small{
	background: rgba(0,0,0,0.5);
	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{
	text-align:right;
	margin-right:44px;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav .menu > li{
	float:left;
	text-align:center;
	line-height:100px;
	position:relative;
	}

.nav .menu > li a{
	color:#fff;
	font-size:16px;
	display:block;
	margin:0 38px;
	line-height:100px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:relative;
	}

.nav .menu > li:hover a,.nav .menu > li.current a{
	
	}



.nav .menu > li .submenu{

	width:160px;
	left:50%;
	margin-left:-80px;
	}

.nav .menu > li .submenu li{

	width:100%;
	padding:5px 0;
	line-height:30px;

	background:#1a3eb3;

	text-align:center;
	margin-top:1px;

}

.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:hover{

	background:#fefe00;

}
.nav .menu > li .submenu li:hover a{
	color:#1a3eb3;
}
.nav .menu > li a:hover:after,.nav .menu > li.current a:after{
	width:100%;
	}
/* cont
-------------------------------------------------------------- */
.cont {
	width: 1436px;
	overflow: hidden;
	margin: auto;
}
.cont1 {
	width: 1436px;
	height:auto;
	margin: auto;
}
/* banner

-------------------------------------------------------------- */
.banner{
	position:relative;
}
.indexbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg.png) repeat;
	z-index:99;
}
.banner .owl-wrapper .owl-item:nth-child(2){
	background: url(../images/banner1.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-wrapper .owl-item:nth-child(3){
	background: url(../images/banner2.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-carousel{
	height:100vh;
}
.banner .owl-wrapper,
.banner .owl-carousel .owl-wrapper-outer,
.banner .owl-item{
	height:100%;
}
.banner .owl-pagination{
	position:absolute;
	right:40px;
	top:50%;
	margin-top:-150px;	
}
.banner .owl-page span{
	display:block;
	width:10px;
	height:10px;
	background:#fff;
	border-radius:50%;
	color: rgba(255,255,255,0);
	margin: 11px auto;
}
.banner .owl-page{
	width:36px;
	height:36px;
	border-radius:50%;
	margin:20px 0;
	border:solid 2px rgba(255,255,255,0);
}
.banner .owl-page:hover,.banner .owl-page.active{
	border:solid 2px #fff;
}
.banner .owl-prev{
	width:30px;
	height:10px;
	position:absolute;
	right:210px;
	top:50%;
	margin-top:-5px;
	display:none;
}
.banner .owl-number{
	text-align:center;
	font-size:22px;
	position:absolute;
	right:44px;
	bottom:72px;
	color:#fff;
	line-height:30px;
}
.banner .owl-number span:before {
    content: "0";
}
.banner .owl-number span{
	font-size:52px;
	color:#fff;
	font-family:Arial;
}
.banner .owl-next{
	display:none;
	width:30px;
	height:10px;
	position:absolute;
	right:8px;
	top:50%;
	margin-top:-5px;
}
.item .cont{
	position:absolute; 
	top:49%; 
	padding-left:12.5%;
	z-index:100;
}
.banner .item .banner1{
	width:30%;
	overflow:hidden;
	position:absolute;
	left:12.6%;
	top:40%;
	z-index:99;
}
.banner .item .banner1 .p1{
	overflow:hidden;
}
.banner img{
	max-width:100%;
	height:auto;
}
.banner .more{
    display: block;
    width: 224px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: #fefe00;
    font-size: 17px;
	color: #000;
	margin-top:94px;
}
.banner2{
	width:39.4%;
	overflow:hidden;
	position:absolute;
	left:12.6%;
	bottom:94px;
}
.banner2 p{
	width:50%;
	overflow:hidden;
	margin-bottom:98px;
}
.item p.p2{
	color:#fff; 
	line-height:55px;
	font-size:50px;
	margin-top:15px;
}
.item p.p3{
	width:50%;
	color:#fff; 
	line-height:30px;
	font-size:16px;
	margin-top:72px;
}
.banner .owl-carousel .owl-item:first-child .p3{
	text-indent:2em;
}
.item p.p4{
	width:600px;
	color:#fff; 
	line-height:60px;
	font-size:22px;
	background:#1a3eb3;
	text-align:center;
	letter-spacing:5px;
	margin-top:34px;
}
.item p.p5{
	font-family:Arial;
	font-size:24px;
	color:#fff;
	line-height:30px;
	margin-top:4px;
	letter-spacing: 5px;
	margin-top:17px;
}
.item p.p6{
	font-family:Arial;
	font-size:24px;
	color:rgba(255,255,255,0.4);
	line-height:30px;
	margin-top:4px;
	font-weight:normal;
}
.item p.p7{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:112px;
}
.item p.p7 img{
	width:auto;
}
.banner .owl-carousel .owl-item:nth-child(2) .item .cont{
	right:0;
	padding-left: 0;
	padding-right: 12.5%;
}
.banner .owl-carousel .owl-item:nth-child(2) .p1,.banner .owl-carousel .owl-item:nth-child(2) .p2,.banner .owl-carousel .owl-item:nth-child(2) .p5{
	text-align:right;
}
.banner .owl-carousel .owl-item:nth-child(2) .p2{
	font-size:54px;
	line-height:60px;
}
.banner .owl-carousel .owl-item:nth-child(2) .p4{
	float:right;
	margin-top:136px;
}
.banner .owl-carousel .owl-item:nth-child(3) .p3{
	font-size:22px;
	line-height:30px;
	letter-spacing: 5px;
}
.banner .owl-carousel .owl-item:nth-child(3) .cont{
	left:50%;
	margin-left:-719px;
	padding-left:0;
	top:50%;
	margin-top:-137.5px;
}
.banner .owl-carousel .owl-item:nth-child(3) .p2{
	margin-top:0;
}
.banner .owl-carousel .owl-item:nth-child(3) .p2,.banner .owl-carousel .owl-item:nth-child(3) .p6,.banner .owl-carousel .owl-item:nth-child(3) .p3,.banner .owl-carousel .owl-item:nth-child(3) .p4{
	text-align:center;
}
.banner .owl-carousel .owl-item:nth-child(3) .p3{
	width:100%;
	margin-top:26px;
}
.banner .owl-carousel .owl-item:nth-child(3) .p4{
	width:400px;
	margin:55px auto 0;
	font-size:22px;
}

.mouse-index{
	position:absolute;
	bottom:35px;
	left:50%;
	width:70px;
	margin-left:-35px;
	z-index:999;
	}
.mouse {
  width: 30px;
  overflow:hidden;
  position:relative;
	left:50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
		  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.mouse-index p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:25px;
	margin-top:20px;
}
.lxwm{
	overflow:hidden;
	line-height:80px;
	padding-right:42px;
	}
.lxwm a{
	font-size:16px;
	color:#343434;
	}
@-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);
  }
}
.banner .bannermore{
	width:268px;
	height:120px;
	background:#cf1423;
	position:absolute;
	right:0;
	bottom:0;
	z-index:99;
	text-align:center;
	line-height:120px;
	padding-right:66px;
	padding-left:60px;
	}
.banner .bannermore a{
	color:#fff;
	font-size:16px;
	display:block;
	}
.banner .bannermore a span{
	color:#fff;
	font-size:50px;
	display:block;
	float:right;
	}
.banner video{ width:100%; height:100%; object-fit: cover;}
/*banner*/
.wapban{
	display:none;
}


/* tit

-------------------------------------------------------------- */
.tit {
	overflow:hidden;
	padding:30px 0 0 84px;
	position:relative;
}
.tit:before{
	font-size:139px;
	color:#1a3eb3;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:100px;
	position:absolute;
	left:0;
	bottom:0;
	}
.jjfa .tit:before{
	content:"s";
	}
.news .tit:before{
	content:"N";
	}
.pro .tit:before{
	content:"P";
	}
.tit h3 {
	width:100%;
	overflow: hidden;
	font-size: 26px;
	color: #191919;
	line-height: 36px;
	font-weight:normal;
	position:relative;
}
.tit h3 a {
	font-size: 26px;
	color: #191919;
}
.tit h3:after{
	content:"";
	width:78px;
	height:1px;
	background:#636363;
	position:absolute;
	left:130px;
	top:18px;
	}
.tit p{
	overflow:hidden;
	font-size:39px;
	color:#1a3eb3;
	font-family:Arial, Helvetica, sans-serif;
	line-height:39px;
	text-transform:uppercase;
	font-weight:800;
	margin-top:10px;
	}
.more{
	overflow:hidden;
	}
.more a{
	display:block;
	width:224px;
	height:55px;
	text-align:center;
	line-height:55px;
	background:#fefe00;
	font-size:17px;
	color:#000;
	}
/* cpyy
-------------------------------------------------------------- */
.cpyy{
	width:100%;
	overflow:hidden;
	margin-bottom:156px;
}
.cpyy .cpyymore{
	padding:0;
	}
.cpyy .cpyymore a{
	display:block;
	width:180px;
	height:82px;
	line-height:82px;
	font-size:18px;
	color:#0a1121;
	text-align:right;
	font-weight:bold;
	position:relative;
	float:right;
	}
.cpyy .cpyymore a:before{
	content:"";
	width:82px;
	height:82px;
	background:#099553;
	position:absolute;
	left:0;
	top:0;
	border-radius:50%;
	z-index:-1;
	}
.cpyy .cpyymore a:after{
	content:"";
	width:20px;
	height:4px;
	background:#0a1121;
	position:absolute;
	left:31px;
	top:39px;
	}
.cpyynr{
	width:100%;
	overflow:hidden;
	padding-left:34px;
	padding-bottom:122px;
	position:absolute;
	left:0;
	bottom:0;
	}
.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
}
.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 {
	height:865px;
	position: relative;
	width: 18.5%;
	float: left;
}
.cloud-product-ul li:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	}
.cloud-product-ul li.active:before{
	display:none;
	}
.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:100%;
	overflow:hidden;
	background:#fff;
	padding:34px 35px 46px 35px;
	position:absolute;
	bottom:0;
	left:0;
	}
.active-inner-item .ysnr h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#343434;
	line-height:40px;
	}
.active-inner-item .ysnr .ysen{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:#a3a3a3;
	font-family:Arial;
	}

.active-inner-item .ysnr .ysms{
	width:100%;
	overflow:hidden;
	margin-top:25px;
	font-size:15px;
	color:#4b4b4b;
	}
.active-inner-item .ysnr .ysms p{
	width:100%;
	overflow:hidden;
	color:#4b4b4b;
	}
.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:#fff;
	line-height:30px;
	}
.cloud-product-ul li h4{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#fff;
	line-height:40px;
	margin-top:81px;
	}
.cloud-product-ul li span{
	width:100%;
	overflow:hidden;
	display:block;
	text-align:center;
	margin-top:178px;
	}
.cloud-product-ul li hr{
	width:40px;
	border:none;
	border-bottom:solid 1px #fff;
	margin-top:35px;
	}
.cloud-product-ul li.active hr{
	display:none;
	}
.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(../img/product_header_icon_01.png) center no-repeat
}
.server-header-02 {
	background: url(../img/product_header_icon_02.png) center no-repeat
}
.server-header-03 {
	background: url(../img/product_header_icon_03.png) center no-repeat
}
.server-header-04 {
	background: url(../img/product_header_icon_04.png) center no-repeat
}
.server-header-05 {
	background: url(../img/product_header_icon_05.png) center no-repeat
}
.server-header-active-01 {
	background: url(../img/product_header_active_icon_01.png) center no-repeat
}
.server-header-active-02 {
	background: url(../img/product_header_active_icon_02.png) center no-repeat
}
.server-header-active-03 {
	background: url(../img/product_header_active_icon_03.png) center no-repeat
}
.server-header-active-04 {
	background: url(../img/product_header_active_icon_04.png) center no-repeat
}
.server-header-active-05 {
	background: url(../img/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:first-child,.mcpyy ul li:first-child{
	background:url(../images/img1.jpg) no-repeat center;
	background-size:cover;
	}
.cloud-product-ul li:nth-child(2),.mcpyy ul li:nth-child(2){
	background:url(../images/img2.jpg) no-repeat center;
	background-size:cover;
	}
.cloud-product-ul li:nth-child(3),.mcpyy ul li:nth-child(3){
	background:url(../images/img3.jpg) no-repeat center;
	background-size:cover;
	}
.cloud-product-ul li:nth-child(4),.mcpyy ul li:nth-child(4){
	background:url(../images/img4.jpg) no-repeat center;
	background-size:cover;
	}
.cloud-product-ul li:nth-child(5),.mcpyy ul li:nth-child(5){
	background:url(../images/img5.jpg) no-repeat center;
	background-size:cover;
	}
.cloud-product-ul li.active {
	z-index: 9;
	width: 26%;
}
.cloud-product-ul li.active h4{
	text-align:left;
	}
.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;
	}
.normal-inner .ysicon img{
	max-width:100%;
	height:auto;
	}
/* mcpyy
-------------------------------------------------------------- */
.mcpyy{
	display:none;
	margin-bottom:40px;
}
.mcpyy,.mcpyy ul{
	width:100%;
	overflow:hidden;
}
.mcpyy ul li,.mcpyy ul li .ysicon,.mcpyy ul li h4,.mcpyy ul li .ysen,.mcpyy ul li .ysms{
	width:100%;
	overflow:hidden;
}
.mcpyy ul li{
	padding:60px 20px 40px 20px;
	margin-bottom:20px;
	position:relative;
}
.mcpyy ul li h4{
	font-size:18px;
	line-height:30px;
	color:#fff;
	margin-top:20px;
}
.mcpyy ul li .ysen {
    width: 100%;
    overflow: hidden;
    font-family: Arial;
    color: #fff;
    line-height: 30px;
}
.mcpyy ul li .ysms{
	margin-top: 25px;
    font-size: 15px;
    color: #fff;
}
.mcpyy ul li:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index:1;
}
.mcpyynr{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:3;
}

/* contact
-------------------------------------------------------------- */
.contact {
	width:100%;
	overflow:hidden;
	background:url(../images/contactbg.jpg) no-repeat top center;
	background-size:cover;
}

.contactnr{
	padding-bottom:152px;
	}
.contactnr .contactdj,.contactnr .contactdj dt,.contactnr .contactdj dd{
	width:100%;
	overflow:hidden;
	}
.contactnr .contactdj dt,.contactnr .contactdj dd{
	text-align:center;
	}
.contactnr .contactdj dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:8px;
	}
.contactnr .contactdj{
	margin-top:156px;
	}
/* jjfa
-------------------------------------------------------------- */
.jjfa .tit{
	padding: 0 0 0 84px;
}
.jjfa .jjfanr{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:64px;
	}
.jjfa .more{
	margin-top:30px;
}
.jjfa .more a{
	float:right;
	}
.jjfanr dl{
	width:31.3333333%;
	overflow:hidden;
	float:left;
	padding:15px 15px 64px 15px;
	margin:20px 1%;
	}
.jjfanr dl dt,.jjfanr dl dd{
	width:100%;
	overflow:hidden;
	}
.jjfanr dl dt img{
	width:100%;
	height:auto;
	}
.jjfanr dl:hover dt img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}
.jjfanr dl dd .jjfalf{
	width:80%;
	overflow:hidden;
	}
.jjfanr dl dd .jjfalf h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#343434;
	line-height:30px;
	font-weight:normal;
	padding-bottom:18px;
	margin-top:28px;
	padding-left:24px;
	border-bottom:solid 1px #cdcdcd;
	position:relative;
	}
.jjfanr dl dd .jjfalf h4:before{
	content:"";
	width:8px;
	height:8px;
	background:#bfbfbf;
	border-radius:50%;
	position:absolute;
	left:0;
	top:11px;
	}
.jjfanr dl dd .jjfalf .jjfano{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#cdcdcd;
	line-height:40px;
	font-family:Arial;
	font-weight:bold;
	padding-top:12px;
	}
.jjfanr dl dd .jjfart{
	width:20%;
	overflow:hidden;
	}
.jjfanr dl dd .jjfart span{
	display:block;
	width:24px;
	height:24px;
	border:solid 2px #cdcdcd;
	border-radius:50%;
	background:url(../images/icon12.png) no-repeat center;
	float:right;
	margin-top:62px;
	}
.jjfanr dl:hover{
	box-shadow: 0px 4px 32px rgba(26,62,179,0.1);
    -moz-box-shadow: 0px 4px 32px rgba(26,62,179,0.1);
    -webkit-box-shadow: 0px 4px 32px rgba(26,62,179,0.1);
	}
.jjfamore{
	width:75px;
	height:75px;
	border-radius:50%;
	color:#3e3e3e;
	text-align:center;
	line-height:75px;
	box-shadow: 6px 4px 10px rgba(0,0,0,0.08);
    -moz-box-shadow: 6px 4px 10px rgba(0,0,0,0.08);
    -webkit-box-shadow: 6px 4px 10px rgba(0,0,0,0.08);
	margin:10px;
	float:right;
	text-transform:uppercase;
	}
.jjfanr dl dd .jjfams{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#212121;
	display:none;
	}
.jjfanr dl:hover dd .jjfams{
	display:block;
	}
.jjfanr dl:hover dd .jjfamore{
	display:none;
	}
.jjfanr dl:hover dd .jjfalf .jjfano{
	opacity:0;
	}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:#fbfbfb;
	padding-top:92px;
	padding-bottom:158px;
	}
.pro .tit {
    padding: 30px 0 0 90px;
}
.pro .more a{
	float:right;
	margin-top:24px;
	}
.pro .prolist{
	width:100%;
	margin-top:55px;
	position:relative;
	}
.prolist .owl-carousel .owl-item{
	padding:0 18px;
	}
.pro .prolist dl,.pro .prolist dl dt,.pro .prolist dl dd{
	width:100%;
	overflow:hidden;
	}
.pro .prolist dl dt{
	position:relative;
	}
.pro .prolist dl dt img{
	max-width:100%;
	height:auto;
	}
.pro .prolist dl:hover dt img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}
.prolist dl dt .probg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(26,62,179,0.9) url(../images/icon6.png) no-repeat center;
	opacity:0;
	z-index:99;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.prolist dl:hover dt .probg{
	opacity:1;
	-webkit-transform: translateY(100);
	-moz-transform: translateY(100);
	-ms-transform: translateY(100);
	-o-transform: translateY(100);
	transform: translateY(100);
	}
.pro .prolist dl dd{
	font-size:18px;
	line-height:30px;
	color:#2a2a2a;
	text-align:left;
	background:url(../images/iconh17.png) no-repeat right center;
	padding-right:34px;
	margin-top:25px;
	}
.prozs{
	width:100%;
	overflow:hidden;
	margin-top:55px;
	}
.prozs .prozslf{
	width:30%;
	overflow:hidden;
	padding-right:80px;
	}
.prozs .prozslf .tab,.prozs .prozslf .tab ul,.prozs .prozslf .tab ul li{
	width:100%;
	overflow:hidden;
	}
.prozs .prozslf .tab ul li{
	border-bottom:solid 1px #dddddd;
	padding:17px 0;
	}
.prozs .prozslf .tab ul li a{
	font-size:18px;
	color:#212121;
	display:block;
	line-height:30px;
	padding:10px 35px 10px 38px;
	background:url(../images/icon4.png) no-repeat 96% center;
	position:relative;
	}
.prozs .prozslf .tab ul li a:before{
	content:"";
	width:8px;
	height:8px;
	background:#1a3eb3;
	border-radius:50%;
	position:absolute;
	left:0;
	top:21px;
	}
.prozs .prozslf .tab ul li:hover a,.prozs .prozslf .tab ul li.hover a{
	color:#fefe00;
	font-weight:bold;
	background:#1a3eb3 url(../images/icon5.png) no-repeat 96% center;
	}
.prozs .prozsrt{
	width:70%;
	overflow:hidden;
	}
.tab_box{
	width:100%;
	overflow:hidden;
	}
.tab_box .prozsimg{
	width:60%;
	overflow:hidden;
	height:425px;
	text-align:center;
	position:relative;
	}
.tab_box .prozsimg 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;
	}
.tab_box .prozsimg:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.tab_box .prozsjs{
	width:40%;
	overflow:hidden;
	padding-left:48px;
	padding-top:58px;
	}
.tab_box .prozsjs h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#1a3eb3;
	line-height:40px;
	}
.tab_box .prozsjs hr{
	width:80px;
	border:none;
	border-bottom:solid 2px #1a3eb3;
	margin-top:35px;
	}
.tab_box .prozsjs .prozsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2c2c2c;
	line-height:30px;
	margin-top:42px;
	}
.tab_box .prozsjs .prozsmore{
	width:100%;
	overflow:hidden;
	margin-top:113px;
	}
.tab_box .prozsjs .prozsmore a{
	width:45px;
	height:45px;
	display:block;
	border:solid 3px #1a3eb3;
	border-radius:50%;
	background:url(../images/icon2.png) no-repeat center;
	}
/* about
-------------------------------------------------------------- */
.about {
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:195px;
	position:relative;
}
.about .aboutlf{
	padding:0 10% 0 0;
	overflow:hidden;
	}
.about .aboutrt{
	padding:0;
	height:960px;
	overflow:hidden;
	background:url(../images/aboutbg2.png) no-repeat left center;
	background-size:cover;
	position:absolute;
	right:0;
	top:0;
	z-index:99;
	}
.about .aboutlf h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#fff;
	line-height:45px;
	font-weight:normal;
	}
.about .aboutlf .aboutms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
	line-height:30px;
	margin-top:65px;
	}
.aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:157px;
	}
.aboutmore a{
	display:block;
	width:224px;
	height:55px;
	text-align:center;
	line-height:55px;
	font-size:17px;
	color:#000;
	background:#fefe00;
	}
.aboutrt .aboutrtnr{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	}
.aboutrt .aboutrtnr ul{
	overflow:hidden;
	}
.aboutrt .aboutrtnr ul li{
	position:absolute;
	z-index:100;
	}
.aboutrt .aboutrtnr ul li img{
	max-width:100%;
	height:auto;
	}
.aboutrt .aboutrtnr ul li:first-child{
	left:125px;
	top:50%;
	margin-top:-110.5px;
	}
.aboutrt .aboutrtnr ul li:nth-child(2),.aboutrt .aboutrtnr ul li:nth-child(3){
	width:168px;
	height:168px;
	padding-top:30px;
	}
.aboutrt .aboutrtnr ul li:nth-child(2):before,.aboutrt .aboutrtnr ul li:nth-child(3):before{
	content:"";
	width:100%;
	height:100%;
	background:#fff;
	border-radius:20px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* Internet Explorer 9*/
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	}
.aboutrt .aboutrtnr ul li:nth-child(2){
	left:290px;
	top:50%;
	margin-top:50px;
	}
.aboutrt .aboutrtnr ul li:nth-child(3){
	left:425px;
	top:50%;
	margin-top:-85px;
	}
.aboutrt .aboutrtnr ul li .abouticon{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.aboutrt .aboutrtnr ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#1b3885;
	line-height:30px;
	margin-top:16px;
	}

/* yjy
-------------------------------------------------------------- */
.yjy{
	width:100%;
	overflow:hidden;
	background:url(../images/smysbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:158px;
	padding-bottom:140px;
}
.yjylf{
	width:24%;
	overflow:hidden;
	padding-top:40px;
	}
.yjylf h3{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:40px;
	line-height:50px;
	}
.yjyrt{
	width:76%;
	position:relative;
	}
.yjyrt dl{
	width:100%;
	overflow:hidden;
	}
.yjyrt dl dt{
	width:70%;
	overflow:hidden;
	float:left;
	}
.yjyrt dl dt img{
	max-width:100%;
	height:auto;
	}
.yjyrt dl dd{
	width:30%;
	overflow:hidden;
	float:right;
	padding-top:90px;
	padding-left:50px;
	}
.yjyrt dl dd .yjydate{
	width:130px;
	overflow:hidden;
	}
.yjyrt dl dd .yjydate .yjyicon{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.yjyrt dl dd .yjydate .yjymon{
	width:100%;
	overflow:hidden;
	font-size:45px;
	line-height:45px;
	color:#099553;
	text-align:center;
	border-bottom:solid 1px #099553;
	padding-bottom:7px;
	margin-top:15px;
	}
.yjyrt dl dd .yjydate .yjyday{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	margin-top:8px;
	}
.yjyrt dl dd .yjyms{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	color:#fff;
	text-align:left;
	font-weight:bold;
	margin-top:26px;
	}
.yjyrt dl dd .yjymore{
	width:100%;
	overflow:hidden;
	text-align:left;
	margin-top:64px;
	}
.yjyrt .owl-controls .owl-buttons .owl-number{
	display:none;
	}
.yjyrt .owl-controls .owl-buttons div{
	position:absolute;
	width:44px;
	height:44px;
	border:solid 1px #fff;
	border-radius:50%;
	bottom:32px;
	}
.yjyrt .owl-controls .owl-buttons .owl-prev{
	background:url(../images/prev6.png) no-repeat center;
	left:-31%;
	}
.yjyrt .owl-controls .owl-buttons .owl-next{
	background:url(../images/next6.png) no-repeat center;
	left:-25%;
	}
.yjy .yjylist{
	margin-top:100px;
	}
.yjy .yjylist,.yjy .yjylist ul{
	width:100%;
	overflow:hidden;
	}
.yjy .yjylist ul li{
	overflow:hidden;
	height:116px;
	}
.yjy .yjylist ul li:nth-child(2n+1){
	padding:0 72px;
	background:#fff;
	border-right:solid 6px #099553;
	padding-top:30px;
	}
.yjy .yjylist ul li:nth-child(2n+1) h4{
	width:100%;
	font-size:16px;
	line-height:30px;
	color:#000;
	font-weight:normal;
	position:relative;
	}
.yjy .yjylist ul li:nth-child(2n+1) h4:before{
	content:"";
	width:8px;
	height:8px;
	background:#099553;
	border-radius:50%;
	position:absolute;
	left:-26px;
	top:11px;
	}
.yjylistdate{
	width:100%;
	overflow:hidden;
	color:#a2a2a2;
	line-height:25px;
	}
.yjy .yjylist ul li:nth-child(2n){
	padding:0 42px;
	}
.yjy .yjylist ul li:nth-child(2n) h4{
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin-top:8px;
	}
.yjy .yjylist ul li p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
	margin-top:18px;
	}

/* news
-------------------------------------------------------------- */
.news{
	padding-bottom:138px;
	padding-top:154px;
	}
.news .tit{
	padding: 0 0 0 100px;
	}
.news .newsmenu{
	overflow:hidden;
	text-align:right;
	margin-top:52px;
	padding:0;
	}
.news .newsmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.news .newsmenu ul li{
	overflow:hidden;
	padding-left:52px;
	float:left;
	margin-left:88px;
	line-height:30px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.news .newsmenu ul li a{
	font-size:20px;
	color:#3d3a39;
	}
.news .newsmenu ul li:first-child{
	background:url(../images/icon15.png) no-repeat left center;
	}
.news .newsmenu ul li:nth-child(2){
	background:url(../images/icon16.png) no-repeat left center;
	}
.news .newsmenu ul li:nth-child(3){
	background:url(../images/icon17.png) no-repeat left center;
	}
.news .newsmenu ul li:first-child:hover{
	background:url(../images/iconh15.png) no-repeat left center;
	}
.news .newsmenu ul li:nth-child(2):hover{
	background:url(../images/iconh16.png) no-repeat left center;
	}
.news .newsmenu ul li:nth-child(3):hover{
	background:url(../images/iconh17.png) no-repeat left center;
	}
.news .newsmenu ul li:hover a{
	color:#1a3eb3;
	font-weight:bold;
	}
.news .newsnr{
	width:100%;
	overflow:hidden;
	margin-top:36px;
	}
.news .newsnr .newslf,.news .newsnr .newsrt{
	overflow:hidden;
	}
.news .newsnr .newslf dl{
	width:100%;
	overflow:hidden;
	padding:20px;
	margin:40px 0;
	box-shadow: 0px 0px 18px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 18px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 18px rgba(0,0,0,0.08);
	}
.news .newsnr .newslf dl dt{
	width:45%;
	overflow:hidden;
	float:left;
	position:relative;
	height:207px;
	}
.news .newsnr .newslf 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;
}
.news .newsnr .newslf dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.news .newsnr .newslf dl dd{
	width:55%;
	overflow:hidden;
	float:left;
	padding-left:27px;
	}
.news .newsnr .newslf dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	color:#343434;
	margin-top:20px;
	}
.news .newsnr .newslf dl dd p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#585858;
	margin-top:17px;
	margin-bottom:43px;
	}
.news .newsnr .newslf dl dd .newsmore{
	width:40px;
	height:40px;
	background:#e8e8e8 url(../images/icon18.png) no-repeat center;
	border-radius:50%;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.news .newsnr .newslf dl:hover dd .newsmore{
	background:#1a3eb3 url(../images/iconh18.png) no-repeat center;
	}
.news .newsnr .newslf dl dd .newsdate{
	width:70%;
	overflow:hidden;
	text-align:right;
	font-size:15px;
	color:#585858;
	line-height:40px;
	}
.news .newsnr .newsrt{
	padding:0 0 0 30px;
	}
.newsnr .newsrt dl{
	width:100%;
	overflow:hidden;
	padding:40px 0;
	margin-top:40px;
	background: -webkit-linear-gradient(top, #fbfcfc , #f4f4f4); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #fbfcfc , #f4f4f4); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #fbfcfc , #f4f4f4); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, #fbfcfc , #f4f4f4); /* 标准的语法 */
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newsrt dl dt{
	width:20%;
	overflow:hidden;
	float:left;
	position:relative;
	}
.newsrt dl dt:after{
	content:"";
	width:1px;
	height:48px;
	background:#c4c4c4;
	position:absolute;
	right:0;
	top:11px;
	}
.newsrt dl dt .newsday{
	width:100%;
	overflow:hidden;
	font-size:46px;
	color:#1a3eb3;
	font-family:Arial, Helvetica, sans-serif;
	line-height:50px;
	text-align:center;
	}
.newsrt dl dt .newsyear{
	width:100%;
	overflow:hidden;
	color:#1a3eb3;
	text-align:center;
	font-weight:normal;
	}
.newsrt dl dd{
	width:80%;
	overflow:hidden;
	float:left;
	padding-left:30px;
	}
.newsrt dl dd h4{
	width:100%;
	overflow:hidden;
	color:#333333;
	line-height:30px;
	font-size:20px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newsrt dl dd p{
	width:100%;
	overflow:hidden;
	color:#555454;
	line-height:30px;
	font-size:15px;
	}
.newsnr .newsrt dl:hover{
	background:#1a3eb3;
	}
.newsrt dl:hover dt .newsday,.newsrt dl:hover dt .newsyear,.newsrt dl:hover dd h4,.newsrt dl:hover dd p{
	color:#fff;
	}
.news .newsnr .newslf dl:hover dd h4{
	color:#1a3eb3;
}
.newsnr ul{
	width:100%;
	overflow:hidden;
	}
.newsnr ul li{
	overflow:hidden;
	line-height:30px;
	border-bottom:solid 1px #f1f1f1;
	padding:20px 0 20px 32px;
	position:relative;
	}
.newsnr ul li:nth-child(2n+1){
	padding-right:48px;
	}
.newsnr ul li:nth-child(2n){
	padding-left:80px;
	}
.newsnr ul li:before{
	content:"";
	width:6px;
	height:6px;
	background:#a1a1a1;
	border-radius:50%;
	position:absolute;
	left:0;
	top:32px;
	}
.newsnr ul li:nth-child(2n):before{
	left:48px;
	}
.newsnr ul li a{
	width:70%;
	overflow:hidden;
	float:left;
	display:block;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newsnr ul li span{
	width:30%;
	overflow:hidden;
	float:left;
	display:block;
	text-align:right;
	color:#585858;
	font-size:15px;
	}
.newsnr ul li:hover a{
	color:#1a3eb3;
	}
/* link
-------------------------------------------------------------- */
.link {
	width:100%;
	overflow:hidden;
	background:#e3e3e3;
	padding:38px 0;
	border-bottom:solid 5px #1a3eb3;
}
.linknr{
	font-size:16px;
	color:#2d2d2d;
	line-height:30px;
}
.linknr img{
	margin-right:16px;
}
.link a{
	font-size:16px;
	color:#2d2d2d;
	margin-right:10px;
}
/* footer
-------------------------------------------------------------- */
.footer {
	width: 100%;
	overflow: hidden;
	background: #323232;
	background-size: cover;
	padding-top: 85px;
}
.footernr ul{
	width:100%;
	overflow:hidden;
}
.footernr ul li{
	width:20%;
	overflow:hidden;
	float:left;
}
.footernr ul li:nth-child(3){
	width:40%;
	overflow:hidden;
	}
.footernr ul li h4{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#fff;
	line-height:40px;
	border-bottom:solid 1px #5c5c5c;
	padding-bottom:22px;
	margin-bottom:17px;
	position:relative;
}
.footernr ul li h4 a{
	font-size:26px;
	color:#fff;
}
.footernr ul li:last-child h4{
	text-align:right;
	padding-right:66px;
}
.footernr ul li h4:after{
	content:"";
	width:100%;
	height:1px;
	background:#000;
	position:absolute;
	left:0;
	bottom:0;
}
.footernr ul li p{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.6);
	line-height:30px;
	font-size:16px;
	background:url(../images/icon19.png) no-repeat left center;
	padding-left:22px;
	margin-top:6px;
	}
.footernr ul li p a{
	color:rgba(255,255,255,0.6);
	font-size:16px;
	}
.footernr ul li:nth-child(3) p{
	background:none;
	padding-left:0;
	}
.footernr ul li dl{
	overflow:hidden;
	float:right;
	margin-top:13px;
}
.footernr ul li dl dt,.footernr ul li dl dd{
	overflow:hidden;
}
.footernr ul li dl dd{
	text-align:center;
	line-height:30px;
	color:#ffffff;
}
.footernr ul li a:hover{
	color:#fff;
}
.bot{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.6);
	line-height:30px;
	text-align:center;
	border-top:solid 1px #000;
	padding:36px 0;
	margin-top:113px;
	position:relative;
	}
.bot:before{
	content:"";
	width:100%;
	height:1px;
	background:#5c5c5c;
	position:absolute;
	left:0;
	top:0;
}
.bot a{
	font-size:16px;
	color:rgba(255,255,255,0.6);
	}
.bot a:hover{
	color:#fff;
}

/* banner_n
-------------------------------------------------------------- */
.banner_n {
	width: 100%;
	height: 600px;
	background: url(../images/aboutban.jpg) no-repeat top center;
	background-size: cover;
	position:relative;
}
@media(max-width:1680px) {
	.banner_n{
		height:525px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:450px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:425px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:400px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:360px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:320px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:310px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:200px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #e6e6e6;
}
.positionnr .positionrt{
	text-align:right;
	font-size:16px;
	color:#343434;
	line-height:30px;
	padding:28px 0 28px 41px;
	background:url(../images/icon20.png) no-repeat left center;
	}
.positionnr .positionrt a{
	font-size:16px;
	color:#343434;
	}
.position a:hover {
	color: #c31f29;
}
.nmenu{
	overflow:hidden;
	}
.nmenu ul{
	overflow:hidden;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:86px;
	margin-right:52px;
	text-align:center;
	}
.nmenu ul li a{
	font-size:16px;
	color:#000;
	display:block;
	position:relative;
	}
.nmenu ul li a:after{
	content:"";
	width:0;
	height:2px;
	background:#1a3eb3;
	position:absolute;
	bottom:0;
	left:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nmenu ul li a:hover,.nmenu ul li.active a{
	color:#1a3eb3;
	}
.nmenu ul li:hover a:after,.nmenu ul li.active a:after{
	width:100%;
	}
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	font-size: 40px;
	color: #112010;
	line-height:45px;
	text-align:center;
	font-weight:normal;
	}
.ntit hr{
	width:56px;
	border:none;
	border-bottom:solid 2px #1a3eb3;
	margin:18px auto 0;
	}
/* nabout
-------------------------------------------------------------- */
.nabout{
	margin-top:60px;
	margin-bottom:60px;
	}
.nabout .tit hr{
	margin:18px auto 0;
	}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	margin-top:46px;
	font-size:16px;
	color:#585858;
	line-height:30px;
	}
.nabout .naboutnr p{
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	}
.naboutnr img{
	max-width:100%;
	height:auto;
	}

/* nhonor
-------------------------------------------------------------- */
.nhonor_a{
	padding-top:146px;
	padding-bottom:124px;
	width:100%;
	overflow:hidden;
	background:url(../images/nhonorbg.jpg) no-repeat top center;
	background-size:cover;
	}
.nhonor{
	padding-top:60px;
	padding-bottom:60px;
	}
.nhonor_a .nhonortit{
	padding:0;
	}
.nhonor_a .nhonortit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#161f26;
	line-height:55px;
	font-weight:normal;
	}
.nhonor_a .nhonortit p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#161f26;
	line-height:30px;
	margin-top:13px;
	}
.nhonor_a .nhonormore{
	padding:0;
	}
.nhonor_a .nhonormore a{
	font-size:18px;
	color:#161f26;
	float:right;
	}
.nhonor dl{
	padding:0 10px;
	overflow:hidden;
	margin:20px 0;
	}
.nhonor dl dt,.nhonor dl dd{
	width:100%;
	overflow:hidden;
	}
.nhonor dl dt{
	position:relative;
	height:454px;
	text-align:center;
	}
.nhonor 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;
	}
.nhonor dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nhonor dl dd{
	font-size:16px;
	color:#161f26;
	line-height:30px;
	background:url(../images/icon17.png) no-repeat right 20px;
	border-top:solid 1px #e0e0e0;
	padding-top:16px;
	}
.nhonorlist{
	width:100%;
	overflow:hidden;
	margin-top:84px;
	position:relative;
	padding-bottom:166px;
	}
.nhonorlist .owl-carousel .owl-item{
	padding:0 10px;
	}
.nhonorlist .owl-buttons .owl-number{
	display:none;
	}
.nhonorlist dl{
	background:#fff;
	padding:0 30px;
	}
.nhonorlist dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.nhonorlist dl dt img{
	max-width:100%;
	height:auto;
	}
.nhonorlist dl dd{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#161f26;
	line-height:30px;
	border-top:solid 1px #e0e0e0;
	background:url(../images/icon17.png) no-repeat right center;
	padding:20px 0;
	}
/* brand-box
-------------------------------------------------------------- */
.brand-box{
	width:100%;
	overflow:hidden;
	}
.brand-box .item1{
	background:url(../images/nqywhbg.jpg) no-repeat top center;
	padding-top:124px;
	padding-bottom:340px;
	}
.nqywh h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	}
.nqywh h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	color:#fff;
	line-height:40px;
	font-weight:normal;
	margin-top:16px;
	}
.nqywhnr{
	width:100%;
	overflow:hidden;
	padding:0 13%;
	margin-top:66px;
	position:relative;
	}
.nqywhnr .owl-carousel .owl-item{
	padding:0 34px;
	}
.nqywhnr .owl-carousel .owl-controls .owl-buttons .owl-number{
	display:none;
	}
.nqywhnr .owl-carousel .owl-controls .owl-buttons div{
	width:15px;
	height:29px;
	position:absolute;
	top:50%;
	margin-top:-14.5px;
	}
.nqywhnr .owl-carousel .owl-controls .owl-buttons .owl-prev{
	background:url(../images/prev5.png) no-repeat center;
	left:0;
	}
.nqywhnr .owl-carousel .owl-controls .owl-buttons .owl-next{
	background:url(../images/next5.png) no-repeat center;
	right:0;
	}
.nqywhnr dl{
	width:100%;
	height:196px;
	overflow:hidden;
	background:#7085d2;
	padding-top:46px;
	}
.nqywhnr dl dt,.nqywhnr dl dd{
	width:100%;
	overflow:hidden;
	}
.nqywhnr dl dd{
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin-top:15px;
	}
.nqywhnr dl:hover{
	background:#0ea75f;
	}
.nqywhjs{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	line-height:30px;
	text-align:center;
	margin-top:77px;
	}
/* ngssl
-------------------------------------------------------------- */
.ngssl{
	margin-top:120px;
	margin-bottom:158px;
	}
.ngssl h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#161f26;
	line-height:55px;
	font-weight:normal;
	}
.collapse-init summary + * {
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}

/*
  Closed state. Any CSS transitions work here
  The JS has a height calculation to make sliding opened/closed easier, but it's not necessary
  Remove the height prop for a simple toggle on/off (after all that work I did for you?)
*/
.collapse-init :not(.panel-active) summary + * {
  height: 0;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.collapse-init summary {
  list-style: none;
}
.collapse-init summary::-webkit-details-marker {
  display: none;
}
.collapse-init summary::before {
  display: none;
}
.collapse-init summary {
  cursor: pointer;
}

/*
  This element exists so .details-wrapper has no extra margin/padding that can screw with the smooth height collapse
  You can style .details-wrapper decoratively but avoid anything that modifies the box and add it to .details-styling instead
  Otherwise, this element is totally optional. Remove if you hate divitis
*/
.details-styling {
	overflow:hidden;
  padding:30px 48px;
	font-size:20px;
	line-height:30px;
	color:#363636;
}
.details-styling p{
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	color:#363636;
	}
::-moz-selection {
  background: #fbcb6a;
  color: #4d4433;
}

::selection {
  background: #fbcb6a;
  color: #4d4433;
}


abbr {
  font-variant: small-caps;
  text-transform: lowercase;
  font-size: 1.2em;
}


.container {
  box-shadow: 0.2em 1em 2em -1em #d6d1e0;
  margin: 2.4em 0;
}

details {
  background: #fff;
  margin-bottom:30px;
  border-bottom: 0;
  list-style: none;
}

summary {
  display: block;
  transition: 0.2s;
  padding: 30px 48px 40px 48px;
  height:110px;
  background: -webkit-linear-gradient(left, #041e77 , #1a43d0); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #041e77 , #1a43d0); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #041e77 , #1a43d0); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #041e77 , #1a43d0); /* 标准的语法 */
  font-size:28px;
  color:#fff;
  line-height:40px;
  position:relative;
}
summary:after{
	content:"";
	width:60px;
	height:1px;
	background:#fff;
	position:absolute;
	left:48px;
	bottom:28px;
	}

.details-wrapper{
	width:100%;
	overflow:hidden;
	border:solid 1px #bfbfbf;
	}
.ngsslnr{
	width:100%;
	overflow:hidden;
	margin-top:80px;
	}
/* ncase
-------------------------------------------------------------- */
.ncase{
	margin-top:60px;
	margin-bottom:60px;
	}
.ncase dl{
	padding:0 10px;
	margin:20px 0;
	}
.ncase dl dt,.ncase dl dd{
	width:100%;
	overflow:hidden;
	}
.ncase dl dt{
	position:relative;
	height:402px;
}
.ncase dl dd{
	font-size:18px;
	line-height:30px;
	margin-top:20px;
	}
.ncase 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;
	}
.ncase dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.poptrox-popup{
	overflow:visible !important;
}
/* npro
-------------------------------------------------------------- */
.bg{
	background:#f4f4f4;
	}
.npro{
	margin-top:50px;
	margin-bottom:50px;
	}
.npro dl{
	padding:0 10px;
	margin:20px 0;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
	height:271px;
	position:relative;
}
.npro 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;
}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dd{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #f4f4f4;
	padding-top:16px;
	background:#fff;
	padding:16px 7% 17px 7%;
	position:relative;
	}
.npro dl dd:after{
	content:"";
	width:0;
	height:2px;
	background:#1a3eb3;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.npro dl dd p{
	width:100%;
	overflow:hidden;
	color:#aaaaaa;
	}
.npro dl dd h4{
	width:100%;
	overflow:hidden;
	color:#aaaaaa;
	font-size:18px;
	color:#1f1f1f;
	line-height:30px;
	font-weight:normal;
	border-bottom:solid 1px #dbdbdb;
	padding-bottom:17px;
	    white-space: nowrap;
    text-overflow: ellipsis;
	}
.npro dl dd .npromore{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:13px;
	position:relative;
	}
.npro dl dd .npromore:before{
	content:"";
	width:20px;
	height:2px;
	background:#dbdbdb;
	position:absolute;
	left:0;
	top:14px;
	}
.npro dl dd .npromore span{
	overflow:hidden;
	float:right;
	color:#585858;
	}
.npro dl:hover dd h4{
	color:#1a3eb3;
	font-weight:bold;
	}
.npro dl:hover dd:after{
	width:100%;
	}
.npro .nproimg{
	width:38%;
	overflow:hidden;
	text-align:center;
	background:url(../images/li_probg.jpg) no-repeat center;
	background-size:cover;
	}
.npro .nproimg img{
	max-width:100%;
	height:auto;
	}
.npro .nprojs{
	width:62%;
	overflow:hidden;
	padding-left:115px;
}
.npro .nprojs h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#1f1f1f;
	line-height:40px;
	font-weight:normal;
	border-bottom:solid 1px #eaeaea;
	padding-bottom:24px;
}
.npro .nprojs .nproms{
	width:100%;
	overflow:hidden;
	margin-top:34px;
	}
.npro .nprojs .nproms p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#737373;
	}
.npro,.npro p{
	font-size:16px;
	line-height:30px;
}
.nprotd{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nprotd .tit h3,.nprogg .tit h3{
	font-size:30px;
	}
.nprotd .tit hr,.nprogg .tit hr{
	margin:18px auto 0;
	}
.nprotdnr{
	width:100%;
	overflow:hidden;
	background:#f6f6f6;
	margin-top:48px;
	}
.nprotdlist{
	padding:62px 0;
	}
.nprotdlist p{
	overflow:hidden;
	font-size:16px;
	color:#545454;
	line-height:30px;
	}
.nprogg{
	margin-top:82px;
	}
.nprogg .nproggnr{
	width:100%;
	overflow:hidden;
	margin-top:70px;
	font-size:16px;
	line-height:30px;
	}
.nprogg .nproggnr p{
	font-size:16px;
	line-height:30px;
}
.nprogg .nproggnr table{
	width:100%;
}
.nprogg .nproggnr table tr,.nprogg .nproggnr table tr td{
	border:solid 1px #e1e1e1 !important;
	font-size:16px !important;
	line-height:30px !important;
	color:#343434 !important;
}
.nprogg .nproggnr table tr td{
	padding:10px 5px;
	text-align:center;
}
.nprogg .nproggnr table tr:first-child{
	background:#f6f6f6;
}
.nprosyfw{
	width:100%;
	overflow:hidden;
	}
.npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-bottom:40px;
}
.npro_infolei span{
	font-size:16px;
	color:#1a3eb3;
	}
.npro_lxbtn{
	width:100%;
	overflow:hidden;
	margin-top:66px;
	}
.npro_lxbtn a{
	width:160px;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#fff;
	background:#1a3eb3;
	}
.nprofbnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.mar{
	margin-bottom:60px;
}
/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:50px;
	margin-bottom:50px;
	}
.nnews dl{
	padding:0 22px;
	margin:30px 0;
	}
.nnews dl dt{
	width:100%;
	height:379px;
	overflow:hidden;
	position:relative;
	}
.nnews dl dd{
	width:100%;
	overflow:hidden;
	}
.nnews dl dd .nnewstop{
	width:100%;
	overflow:hidden;
	margin-top:16px;
	}
.nnews dl dd .nnewstop .nnewsfl{
	width:46px;
	overflow:hidden;
	height:28px;
	background:#1a3eb3;
	text-align:center;
	line-height:28px;
	border-radius:5px;
	color:#fff;
	}
.nnews dl dd .nnewstop .nnewsdate{
	overflow:hidden;
	color:#a3a3a3;
	line-height:28px;
	margin-left:18px;
	}
.nnews dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#1f1f1f;
	line-height:30px;
	font-weight:normal;
	margin-top:16px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.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 .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8d8d8d;
	line-height:30px;
	margin-top:16px;
	}
.nnews dl:hover dd h4{
	color:#1a3eb3;
	}
.marg{
	margin-top:40px;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
	line-height:30px;
    color: #1a3eb3;
	font-weight:bold;
    text-align: center;
    margin: 0 0 16px 0;
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto;
	}
/* nhzhb
-------------------------------------------------------------- */
.nhzhb{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhzhbnr{
	width: 100%;
	overflow: hidden;
	}
.nhzhbnr ul{
	width: 100%;
	overflow: hidden;
	}
.nhzhbnr ul li{
	width: 18%;
    overflow: hidden;
    float: left;
    margin: 17px 1%;
    box-shadow: 0px 0px 8px rgba(4,0,0,0.08);
    -moz-box-shadow: 0px 0px 8px rgba(4,0,0,0.08);
    -webkit-box-shadow: 0px 0px 8px rgba(4,0,0,0.08);
	}
.nhzhbnr ul li img{
	max-width:100%;
	height:auto;
	}
/* ncjzsnr
-------------------------------------------------------------- */
.ncjzsnr {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}
.ncjzsnr ul {
	width: 100%;
	overflow: hidden;
}
.ncjzsnr ul li {
	width: 419px;
	overflow: hidden;
	margin-right: 71.5px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
}
.ncjzsnr ul li img {
	max-width: 100%;
	height: auto;
}
.ncjzsnr ul li:nth-child(3n) {
	margin-right: 0;
}
/* 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:16px;
	color:#333;
	line-height:32px;
	}
.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
-------------------------------------------------------------- */
.nmessage{
	margin-top:90px;
	margin-bottom:154px;
}
.nmessage h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#343434;
	line-height:45px;
	text-align:center;
	font-weight:normal;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.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:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(1) dd input{
	background:#fff url(../images/icon21.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon22.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr dl:nth-child(3) dd textarea{
	background:#fff url(../images/icon23.png) no-repeat 24px 21.5px;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #1a3eb3;
    color: #fff;
	text-align:center;
	font-size:16px;
}
/* njob
-------------------------------------------------------------- */
.njob{
	margin-top:50px;
	margin-bottom:50px;
	}
.njobnr{
	width:100%;
	overflow:hidden;
	}
.njobnr ul,.njobnr ul li{
	width:100%;
	overflow:hidden;
	}
.njobnr ul li{
	padding:40px 0;
	border-bottom:solid 1px #dddddd;
	margin-bottom:20px;
	}
.njobnr .njoblf,.njobnr .njobrt{
	padding:0;
	}
.njobnr .njoblf .njobtit{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#343434;
	line-height:30px;
	font-weight:bold;
	}
.njobnr .njoblf .njobtit span{
	font-size:16px;
	color:#737373;
	font-weight:normal;
	margin-left:10px;
	}
.njobnr .njoblf .njobms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#414141;
	line-height:30px;
	margin-top:13px;
	}
.njobnr .njoblf .njobms span{
	color:#1a3eb3;
	font-size:16px;
	}
.njobnr .njoblf .njoblxfs{
	width:252px;
	overflow:hidden;
	text-align:center;
	color:#ae2a31;
	font-size:16px;
	line-height:40px;
	border:solid 1px #ae2a31;
	border-radius:20px;
	margin-top:45px;
	}
.njobnr .njobrt span{
	font-size:16px;
	color:#737373;
	float:right;
	}
.njobnr ul li:hover .njoblf .njobtit,.njobnr ul li:hover .njobrt span{
	color:#1a3eb3;
}
.nschd {
    margin-top: 60px;
    margin-bottom: 60px;
}
.nschd h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
	line-height:35px;
    color: #333;
	font-weight:bold;
    text-align: center;
    margin: 0 0 16px 0;
	}
.nschd .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}
.nschd .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nschd .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nschd .fbnr img{
	max-width:100%;
	height:auto;
	}
/* nhyyy
-------------------------------------------------------------- */
.nhyyy{
	width:100%;
	overflow:hidden;
	background:#f3f3f3;
	padding-bottom:164px;
	}
.nhyyy dl{
	width:88%;
	height:585px;
	background:#fff;
	margin-top:164px;
	}
.nhyyy dl dt{
	width:57%;
	height:585px;
	font-weight:normal;
	float:left;
	padding:0 145px 0 94px;
	}
.nhyyy dl:first-child dt{
	background:#fff url(../images/icon33.jpg) no-repeat 18px 166px;
	}
.nhyyy dl:nth-child(2) dt{
	background:#fff url(../images/icon34.jpg) no-repeat 98% 186px;
	}
.nhyyy dl:nth-child(3) dt{
	background:#fff url(../images/icon35.jpg) no-repeat 52px 174px;
	}
.nhyyy dl:nth-child(5) dt{
	background:#fff url(../images/icon36.jpg) no-repeat 52px 166px;
	}
.nhyyy dl:nth-child(6) dt{
	background:#fff url(../images/icon37.jpg) no-repeat 97% 136px;
	}
.nhyyy dl dt h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#282828;
	line-height:40px;
	font-weight:normal;
	margin-top:91px;
	}
.nhyyy dl dt .nhyyyen{
	font-size:60px;
	color:#ababab;
	line-height:60px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:-26px;
	}
.nhyyy dl:nth-child(2n) dt .nhyyyen{
	text-align:right;
	}
.nhyyy dl:nth-child(2n+1){
	float:left;
	}
.nhyyy dl:nth-child(2n){
	float:right;
	}
.nhyyy dl dt .nhyyyms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:35px;
	color:#686868;
	margin-top:30px;
	}
.nhyyy dl dd{
	width:43%;
	overflow:hidden;
	float:left;
	height:585px;
	position:relative;
	}
.nhyyy dl dd 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;
	}
.nhyyy dl dd:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
/* nkysl
-------------------------------------------------------------- */
.nkysl{
	margin-top:60px;
	margin-bottom:60px;
	}
.nkysl ul,.nkysl ul li,.nkysl ul li .nkysldate,.nkysl ul li h4,.nkysl ul li .nkyslmore{
	width:100%;
	overflow:hidden;
	}
.nkysl ul li{
	border-bottom:solid 1px #cacaca;
	padding-bottom:23px;
	margin:56px 0;
	}
.nkysl ul li .nkysldate{
	font-size:16px;
	color:#7e7e7e;
	line-height:30px;
	}
.nkysl ul li h4,.nkysl ul li h4 span{
	font-size:20px;
	color:#2e2e2e;
	line-height:30px;
	margin-top:14px;
	}
.nkysl ul li .nkyslmore{
	font-size:16px;
	color:#969696;
	line-height:30px;
	margin-top:27px;
	position:relative;
	}
.nkysl ul li .nkyslmore:before{
	content:"";
	width:60px;
	height:1px;
	background:#9b9b9b;
	position:absolute;
	left:88px;
	top:14.5px;
	}
.nkysl ul li .nkyslmore:after{
	content:"";
	width:25px;
	height:25px;
	border:solid 1px #9b9b9b;
	position:absolute;
	left:138px;
	top:2.5px;
	border-radius:50%;
	}
.nkysl ul li:hover h4 span{
	color:#099553;
	border-bottom:solid 3px #099553;
	}
/* 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{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	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:#1a3eb3;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.topewm{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: 1921px) and (max-width: 2560px) {
}
 @media only screen and (min-width: 1440px) and (max-width: 1599px) {
	 .npro dl dt{
		 height:237px;
	 }
	.ncase dl dt{
		height:352px;
	}
 }
 @media only screen and (min-width: 1360px) and (max-width: 1439px) {
	 .npro dl dt{
		 height:223px;
	 }
	 .nnews dl dt{
		 height:358px;
	 }
	.ncase dl dt{
		height:332px;
	}
 }
 @media only screen and (min-width: 1280px) and (max-width: 1359px) {
	 .npro dl dt{
		 height:209px;
	 }
	 .nnews dl dt{
		 height:336px;
	 }
	.ncase dl dt{
		height:311px;
	}
 }
 @media only screen and (min-width: 1152px) and (max-width: 1279px) {
	 .npro dl dt{
		 height:186px;
	 }
	 .nnews dl dt{
		 height:299px;
	 }
	.ncase dl dt{
		height:278px;
	}
 }
 @media only screen and (min-width: 1024px) and (max-width: 1151px) {
	 .npro dl dt{
		 height:164px;
	 }
	 .nnews dl dt{
		 height:263px;
	 }
	.ncase dl dt{
		height:245px;
	}
 }
 @media only screen and (min-width: 992px) and (max-width: 1023px) {
	 .npro dl dt{
		 height:158px;
	 }
	 .nnews dl dt{
		 height:254px;
	 }
	.ncase dl dt{
		height:237px;
	}
 }
 @media only screen and (min-width: 860px) and (max-width: 991px) {
	 .nnews dl dt{
		 height:216px;
	 }
	 .npro dl dt{
		 height:185px;
	 }
	.ncase dl dt{
		height:314px;
	}
 }
 @media only screen and (min-width: 768px) and (max-width: 859px) {
	 .nnews dl dt{
		 height:190px;
	 }
	 .npro dl dt{
		 height:164px;
	 }
	.ncase dl dt{
		height:278px;
	}
 }
 @media only screen and (min-width: 640px) and (max-width: 767px) {
	 .nnews dl dt{
		 height:336px;
	 }
	 .npro dl dt{
		 height:209px;
	 }
	.ncase dl dt{
		height:229px;
	}
 }
 @media only screen and (min-width: 540px) and (max-width: 639px) {
	 .nnews dl dt{
		 height:279px;
	 }
	 .npro dl dt{
		 height:364px;
	 }
	.ncase dl dt{
		height:190px;
	}
 }
 @media only screen and (min-width: 425px) and (max-width: 539px) {
	 .nnews dl dt{
		 height:213px;
	 }
	 .npro dl dt{
		 height:283px;
	 }
	.ncase dl dt{
		height:146px;
	}
 }
 @media only screen and (min-width: 375px) and (max-width: 424px) {
	 .nnews dl dt{
		 height:185px;
	 }
	 .npro dl dt{
		 height:248px;
	 }
	.ncase dl dt{
		height:127px;
	}
 }
 @media only screen and (min-width: 320px) and (max-width: 374px) {
	 .npro dl dt{
		 height:209px;
	 }
	 .nnews dl dt{
		 height:178px;
	 }
	.ncase dl dt{
		height:105px;
	}
 }
 @media only screen and (min-width: 0px) and (max-width: 319px) {
	 .nnews dl dt{
		 height:175px;
	 }
	 .npro dl dt{
		 height:200px;
	 }
	.ncase dl dt{
		height:100px;
	}
 }
 @media(max-width:1680px) {
	 .cpyynr{
		 padding-left:20px;
	 }
	.active-inner-item .ysnr h3,.cloud-product-ul li h4{
		font-size:22px;
	}
 }
 @media(max-width:1600px) {
	.cont, .cont1 {
		width: 88%;
	}
	.nav {
		margin-right: 30px;
	}
	.nav .menu > li a{
		margin: 0 35px;
	}
	.ntit h3{
		font-size:36px;
	}
	.news .newsmenu ul li{
		margin-left:70px;
	}
	.tab_box .prozsjs h4{
		font-size:26px;
	}
	.about .aboutlf h3{
		font-size:32px;
	}
}
@media(max-width:1440px) {
	.banner2 p{
		margin-bottom:60px;
	}
	.nav {
        margin-right: 10px;
    }
	.nav .menu > li a {
		margin: 0 30px;
	}
	.news .newsmenu ul li{
		margin-left:50px;
	}
	.active-inner-item .ysnr h3,.cloud-product-ul li h4{
		font-size:20px;
	}
	.active-inner-item .ysnr{
		padding: 34px 25px 46px 25px;
	}
}
@media(max-width:1360px) {
	.banner2{
		bottom:114px;
	}
	.banner2 p{
		margin-bottom:40px;
	}
	.banner .more{
		width:200px;
	}
	.nav .menu > li a {
		margin: 0 25px;
	}
	.about .aboutlf h3{
		font-size:30px;
	}
	.active-inner-item .ysnr h3,.cloud-product-ul li h4{
		font-size:18px;
	}
}
@media(max-width:1300px) {
	.nav .menu > li a {
		margin: 0 20px;
	}
    
}
@media(max-width:1280px) {
	.nav .menu > li a {
		margin: 0 15px;
	}
	.news .newsmenu ul li{
		margin-left:40px;
	}
	.tab_box .prozsjs h4{
		font-size:22px;
	}
	.aboutrt .aboutrtnr ul li:first-child{
		left:60px;
	}
	.aboutrt .aboutrtnr ul li:nth-child(2){
		left:225px;
	}
	.aboutrt .aboutrtnr ul li:nth-child(3){
		left:360px;
	}
	.active-inner-item .ysnr h3,.cloud-product-ul li h4{
		font-size:16px;
	}
}
@media(max-width:1152px) {
	.banner2{
		bottom:134px;
	}
	.banner2 p{
		margin-bottom:20px;
	}
	.banner .more{
		width:180px;
	}
	.nav {
		margin-right: 10px;
	}
	.nav .menu > li a {
		margin: 0 10px;
	}
	.language{
		margin-right:10px;
	}
	.ntit h3{
		font-size:32px;
	}
	.news .newsmenu ul li{
		margin-left:30px;
	}
	.aboutrt .aboutrtnr ul li:first-child{
		left:30px;
	}
	.aboutrt .aboutrtnr ul li:nth-child(2){
		left:195px;
	}
	.aboutrt .aboutrtnr ul li:nth-child(3){
		left:330px;
	}
}
@media(max-width:1090px) {
    .nav {
        margin-right: 5px;
    }
	.nav .menu > li a {
		margin: 0 6px;
	}
}
@media(max-width:1024px) {
	.banner2{
		bottom:154px;
	}
	.banner2 p{
		margin-bottom:0;
	}
	.banner .more{
		width:160px;
	}
	
}
@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.logo{
		padding:10px 0;
	}
	.logo img{
		height:40px;
	}
	.language{
	    line-height: 60px;
	    margin-right: 0;
	}
	.wapban{
		display:block;
	}
	.pcban{
		display:none;
	}
	.banner .owl-wrapper .owl-item:nth-child(1){
		background: url(../images/banner1.jpg) no-repeat top center;
		background-size: cover;
	}
	.banner .owl-wrapper .owl-item:nth-child(2){
		background: url(../images/banner2.jpg) no-repeat top center;
		background-size: cover;
	}
	.banner .owl-buttons{
		display:none;
	}
	.banner .owl-pagination{
		margin-top:-66px;
		right:20px;
	}
	.banner .owl-carousel{
		height:496px;
	}
	.banner2 {
		bottom: 15%;
	}
	.banner .more{
		margin-top:60px;
	}
}
@media(max-width:991px) {
	.banner .item .banner1{
		width:40%;
	}
	.banner .item .banner1,.banner2{
		left:6%;
	}
	.banner2 p{
		width:57%;
	}
	.pro{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.prozs .prozslf{
		width:100%;
		padding-right: 0;
	}
	.prozs .prozsrt{
		width:100%;
	}
	.pro .tit {
		padding: 30px 0 0 70px;
	}
	.jjfa .tit {
		padding: 0 0 0 64px;
	}
	.news .tit {
		padding: 0 0 0 80px;
	}
	.tit:before{
		font-size:100px;
	}
	.tit p{
		font-size:34px;
		line-height:34px;
	}
	.tit h3{
		font-size: 22px;
		line-height: 32px;
	}
	.tab_box .prozsimg,.tab_box .prozsjs{
		width:50%;
	}
	.more a,.aboutmore a{
		width:200px;
	}
	.jjfanr dl{
		width:98%;
	}
	.about{
		height:auto;
		padding-top:80px;
		padding-bottom:80px;
	}
	.about .aboutrt{
		display:none;
	}
	.about .aboutlf{
		padding:0;
	}
	.about .aboutlf .aboutms{
		margin-top:40px;
	}
	.aboutmore{
		margin-top:60px;
	}
	.news {
		padding-bottom: 80px;
		padding-top: 80px;
	}
	.news .newsmenu{
		text-align:left;
	}
	.news .newsmenu ul li {
		margin-left: 0;
		margin-right:10px;
		padding-left: 40px;
	}
	.news .newsmenu ul li a {
		font-size: 18px;
	}
	.newsnr ul li:nth-child(2n) {
		padding-left: 32px;
	}
	.newsnr ul li:nth-child(2n):before {
		left: 0;
	}
	.newsnr ul li:nth-child(2n+1) {
		padding-right: 0;
	}
	.news .newsnr .newsrt{
		padding:0;
	}
	.nmenu,.positionnr .positionrt{
		width:100%;
	}
	.npro .nproimg{
		width:100%;
		text-align:center;
	}
	.npro .nprojs{
		width:100%;
		padding-left:0;
	}
	.positionnr .positionrt{
		text-align:left;
		padding: 10px 0 10px 41px;
	}
	.npro .nprojs h1{
		font-size:26px;
	}
	.nmenu ul li{
		line-height:50px;
		margin-right:20px;
	}
	.ntit h3 {
		font-size: 28px;
	}
	.nnews dl dd h4{
		font-size:20px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child{
		text-align:left;
	}
	.nschd h1{
		font-size:20px;
	}
	.ncontact .ncontactnr .ncontactlf,.newm{
		width:100%;
	}
	.newm dl{
		float:left;
		margin-top:10px;
	}
	.nmessage {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.footer{
		padding-top:60px;
	}
	.footernr ul li h4{
		font-size:22px;
	}
	.footernr ul li:nth-child(3){
		width:60%;
	}
	.footernr ul li:last-child{
		width:100%;
		margin-top:10px;
	}
	.footernr ul li dl{
		float:left;
	}
	.footernr ul li:last-child h4{
		text-align:left;
		padding-right:0;
	}
	.bot{
		margin-top:60px;
	}
}
@media(max-width:767px) {
	.banner .owl-pagination{
		right:10px;
	}
	.banner .owl-carousel{
		height:384px;
	}
	.banner .more {
		margin-top: 20px;
	}
	.tab_box .prozsimg, .tab_box .prozsjs {
		width: 100%;
	}
	.tab_box .prozsjs{
		padding-left:0;
		padding-top:30px;
	}
	.more a,.aboutmore a{
		width:180px;
	}
	.prozs .prozsrt{
		margin-top:20px;
	}
	.about .aboutlf h3 {
		font-size: 26px;
		line-height:36px;
	}
	.cpyy{
		display:none;
	}
	.mcpyy{
		display:block;
	}
	.ncase dl dd{
		font-size:16px;
		margin-top:10px;
	}
	.nmessagenr dl{
		width:100%;
	}
	.nmessagenr dl:nth-child(2n+1) {
		margin-right: 0;
	}
	.nmessagenr dl:nth-child(2n) {
		margin-left: 0;
	}
	.nmessagenr dl dd textarea{
		height:200px;
	}
}
@media(max-width:639px) {
	.npro dl {
		width: 100%;
	}
}
@media(max-width:640px) {
	.banner .more {
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.banner2 p {
		width: 72%;
	}
	.banner .owl-page {
		width: 20px;
		height: 20px;
	}
	.banner .owl-page{
		margin: 10px 0;
	}
	.banner .owl-pagination{
		margin-top:-35px;
	}
	.banner .owl-page span {
		margin: 3px auto;
	}
	.about .aboutlf h3 {
		font-size: 22px;
		line-height:32px;
	}
	.news .newsnr .newslf dl dt,.news .newsnr .newslf dl dd{
		width:100%;
	}
	.news .newsnr .newslf dl dd{
		padding:0;
	}
	.news .newsmenu ul li{
		margin-top:10px;
	}
	.newsrt dl dd h4,.news .newsnr .newslf dl dd h4{
		font-size:18px;
	}
	.newsnr ul li{
		padding: 20px 0 20px 15px;
	}
	.newsnr ul li:nth-child(2n){
		padding-left:15px;
	}
	.nnews dl {
		padding: 0 10px;
	}
	.footernr ul li h4 {
		font-size: 20px;
	}
	.footernr ul li{
		width:50%;
	}
	.footernr ul li:nth-child(3){
		width:100%;
		margin-top:10px;
	}
}
@media(max-width:540px) {
	.banner2 p {
		width: 80%;
	}
	.tab_box .prozsimg{
		height:380px;
	}
}
@media(max-width:500px) {
	.banner .owl-carousel {
		height: 250px;
	}
	.banner2 {
		bottom: 6%;
	}
	.banner .more {
		margin-top: 10px;
		width: 80px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
	.banner2 p {
		width: 64%;
	}
}
@media(max-width:425px) {
	.banner2 {
		bottom: 7%;
	}
	.banner2 p {
		width: 70%;
	}
	.tab_box .prozsimg{
		height:299px;
	}
	.newsrt dl dd{
		padding-left:10px;
	}
	.newsrt dl dt .newsday{
		font-size:40px;
	}
	.newsrt dl dt{
		width:22%;
	}
	.newsrt dl dd{
		width:78%;
	}
}
@media(max-width:375px) {
	.logo{
		padding:15px 0;
	}
	.logo img{
		height:30px;
	}
	.banner2 p {
		width: 80%;
	}
	.newsrt dl dt .newsday{
		font-size:36px;
	}
	.newsnr ul li span{
		font-size:14px;
	}
	.tab_box .prozsimg{
		height:264px;
	}
}
@media(max-width:320px) {
	.tab_box .prozsimg{
		height:225px;
	}
}
