@charset "utf-8";
.pc{ display:block}
.mb{ display:none}



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */
@font-face
{
	font-family: myFirstFont;
	src: url('../font/SOURCEHANSANSCN-NORMAL.OTF'),
		 url('../font/SOURCEHANSANSCN-NORMAL.eot'); /* IE9 */
}
@font-face
{
	font-family: myTwoFont;
	src: url('../font/SOURCEHANSANSCN-MEDIUM.OTF'),
		 url('../font/SOURCEHANSANSCN-MEDIUM.eot'); /* IE9 */
}
@font-face
{
	font-family: myThreeFont;
	src: url('../font/BELLB.TTF'),
		 url('../font/BELLB.eot'); /* IE9 */
}

/* 全局样式

-------------------------------------------------------------- */

html,body,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"myFirstFont","Arial"; color:#666;}
a {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{ }

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

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;
	z-index: 999;
	padding:0 1%;
	top:0;
	}


.header.large .logo1{ display:block}
.header.large .logo2{ display:none}


.header.small .logo1{ display:none}	
.header.small .logo2{ display:block}	

.header.large{ background:none}
.header.small{ background:#fff}





.top{
	width:100%;
	overflow:hidden;
	line-height:40px;
	border-bottom:solid 1px rgba(255,255,255,0.25);
	font-size:13px;
	color:#fff;
	text-align:right;
	}
.top a{
	font-size:13px;
	color:#fff;
	}
.logo{
	overflow:hidden;
	padding:10px 0;
}
.logo img{
	max-width:100%;
	height:auto;
}

@media all and (max-width:1650px){  	
	.header{
	width:100%;
	height:100px;
	
	position: fixed;
	z-index: 999;
	padding:0 1%;
	top:0;
	}
	.logo img{
	max-width:80%;
	height:auto;
}
}
	



.language,.language ul{
	overflow:hidden;
}
.language ul li{
	overflow:hidden;
	float:left;
	line-height:100px;
	margin-left:10px;
}
.language ul li a{
	font-size:15px;
	color:#252525;
}
.language ul li a:hover,.language ul li a.cur{
	border-bottom:solid 1px #ff6b03;
	color:#ff6b03;
}
.small{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); 
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
/* 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:24px;
	position:relative;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

	line-height:20px;
	font-size:13px;
	font-family:Arial;
	color:#b8b8b8;
	text-transform:uppercase;
}


.nav .menu > li{
	float:left;
	text-align:center;
	line-height:100px;
	margin:0 37px;
	}

.small .nav .menu > li a{
	color:#2d2d2d;
	font-size:16px;
	text-transform:uppercase;
	position:relative;
	}
.large .nav .menu > li a{
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	position:relative;
	}
.nav .menu > li a:after{
	content:"";
	width:0px;
	height:3px;
	background:#ff6b03;
	position:absolute;
	left:0;
	bottom:0;
	z-index:-1;
	-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,.nav .menu > li.active a{
	font-weight:bold;
}


.nav .menu > li .submenu{

	width:180px;
	left:50%;
	margin-left:-90px;
	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;
	background:#fff;
	text-align:center;
	margin-top:1px;
}

.nav .menu > li .submenu li a{

	display:block;
	color:#000;
	padding:10px 0;
	font-size:15px;
	line-height:30px;
	margin:0;
}

.nav .menu > li .submenu li:hover{

	background:#ff6b03;

}
.nav .menu > li .submenu li:hover a{
	color:#fff;
	}
.nav .menu > li:hover a:after,.nav .menu > li.active a:after{
	width:100%;
	}
.nav .menu > li .submenu li a:after{
	display:none;
}
.tel .telnr{
	width:320px;
	height:55px;
	border-radius:30px;
	padding-left:57px;
	background:#c21b29 url(../images/icon2.png) no-repeat 25px center;
	padding-top:5px;
	margin-top:27.5px;
	}
.tel .telnr p{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:12px;
	line-height:20px;
	}
.tel .telnr h4{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:23px;
	line-height:20px;
	}
.tel .telnr span{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:17px;
	color:#fff;
	margin-right:9px;
	}
.cont{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1476px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	position:relative;
	
	}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.banner .img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .img .banner1-1{
	width:30.5%;
	overflow:hidden;
	position:absolute;
	left:11.6%;
	top:25%;
	z-index:99;
	}
.banner .img .banner1-1 img{
	max-width:100%;
	height:auto;
	}
.banner .swiper-container .bannernr1{
	width:28%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:12%;
}
.banner .swiper-container .bannernr2{
	width:35%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:25%;
}
.banner .swiper-container .bannernr3{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-24%;
	bottom:28%;
	text-align:center;
}
.banner .swiper-container .banimg{
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .banimg img{
	max-width:100%;
	height:auto;
}
.banner .swiper-container p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	line-height:25px;
	margin-top:54px;
}
.banner .banmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.banner .swiper-container .bannernr3 .banmore{
	margin:90px auto 0;
}
.banner .swiper-container .bannernr3 .banmore a{
	margin:auto;
	text-align:left;
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.banner .swiper-slide .img img{
	width:100%;
	height:auto;
}
.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.banner .swiper-button{
	overflow:hidden;
	position:absolute;
	bottom:78px;
	right:11.6%;
	z-index:99;
	}
.banner .swiper-button div{
	width:60px;
	height:60px;
	border-radius:50%;
	outline:none;
	float:left;
	transition: all .5s ease;
	}
.banner .swiper-button .swiper-button-prev{
	background:rgba(255,255,255,0.8) url(../images/prev.png) no-repeat center;
	}
.banner .swiper-button .swiper-button-prev:hover{
	background:#0063c6 url(../images/prevh.png) no-repeat center;
	}
.banner .swiper-button .swiper-button-next{
	background:rgba(255,255,255,0.8) url(../images/next.png) no-repeat center;
	margin-left:28px;
	}
.banner .swiper-button .swiper-button-next:hover{
	background:#0063c6 url(../images/nexth.png) no-repeat center;
	}
/*shubiao*/
.banner .down{
	width:66px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	position:absolute;
	left:50%;
	margin-left:-33px;
	bottom:16px;
	z-index:99; 
}
.banner .down span{
	display:block;
	width:1px;
	height:96px;
	background:#fff;
	margin:auto;
	}
.mouse {
  position: relative;
  width: 32px;
  height: 52px;
  border-radius: 30px;
  border: 3px solid #fff;
  margin:16px auto 0;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 4px;
  height: 10px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.banner .down p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	letter-spacing:2px;
	line-height:30px;
}

@-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);
  }
}

@-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);
  }
}
.boxlist .swiper-container,.boxlist2 .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.boxlist .swiper-container-vertical>.swiper-wrapper,.boxlist2 .swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.boxlist .swiper-wrapper,.boxlist2 .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.boxlist .swiper-container-android .swiper-slide,.boxlist .mt-tabpage-cont__wrap .swiper-wrapper,
.boxlist2 .swiper-container-android .swiper-slide,.boxlist2 .mt-tabpage-cont__wrap .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.boxlist .swiper-container-multirow>.swiper-wrapper,.boxlist2 .swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.boxlist .swiper-container-free-mode>.swiper-wrapper,.boxlist2 .swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.boxlist .swiper-slide,.boxlist2 .swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.boxlist .swiper-slide-invisible-blank,.boxlist2 .swiper-slide-invisible-blank {
	visibility: hidden
}

.boxlist .swiper-container-autoheight,.boxlist .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide,
.boxlist2 .swiper-container-autoheight,.boxlist2 .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide {
	height: auto
}

.boxlist .swiper-container-autoheight .swiper-wrapper,.boxlist2 .swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}
.boxlist .swiper-button div{
	width:52px;
	height:52px;
	position:absolute;
	top:50%;
	margin-top:-26px;
	outline:none;
	border:solid 4px #d5d5d5;
	border-radius:50%;
	z-index:99;
	}
.boxlist .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	right:210px;
	}
.boxlist .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:144px;
	}
.boxlist .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh2.png) no-repeat center;
	}
.boxlist .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth2.png) no-repeat center;
	}
.boxlist .swiper-button div:hover{
	border:solid 4px #b21e23;
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.banner .swiper-container-wp8-vertical,.banner .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.banner .swiper-button-lock {
	display: none
}

.banner .swiper-pagination {
	position: absolute;
	left:11.6%;
	top: inherit;
	bottom:80px;
	right: inherit;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 99;
}

.banner .swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:0;
	right: 88px;
	height:40px;
	line-height: 40px;
	color:#b1b1b1;
	font-size:16px;
	top:40px;
}
.swiper-pagination-fraction span{
	color:#fff;
	line-height:20px;
	font-size:18px;
	font-weight:bold;
	font-family:Arial;
	float:left;
	position:relative;
}
.swiper-pagination-fraction .swiper-pagination-total{
	padding-left:112px;
}
.swiper-pagination-fraction .swiper-pagination-total:after{
	content:"";
	width:104px;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:9px;
}
.swiper-pagination-fraction .swiper-pagination-current{
	padding-right:112px;
}
.swiper-pagination-fraction .swiper-pagination-current:after{
	content:"";
	width:104px;
	height:2px;
	background:#e38f0e;
	position:absolute;
	right:0;
	bottom:9px;
}
.swiper-pagination-fraction span:before{
	content:"0";
	}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 42px;
	height: 5px;
	display: inline-block;
	border-radius: 20px;
	margin:0 5px;
	background:#fff;
	outline:none;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	background:#ff6b03;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,.2s -webkit-transform;
	transition: .2s top,.2s -webkit-transform;
	-o-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
	transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left,.2s -webkit-transform;
	transition: .2s left,.2s -webkit-transform;
	-o-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
	transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right,.2s -webkit-transform;
	transition: .2s right,.2s -webkit-transform;
	-o-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
	transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
	animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

/*banner*/
.scrollnews{
	width:50%;
	height:165px;
	overflow:hidden;
	padding:0 0 0 125px;
	background:#c21b29;
	position:absolute;
	left:0;
	bottom:-14px;
	line-height:32px;
	font-size:16px;
	color:#fff;
	border-radius:0 40px 0 0;
	z-index:99;
}
.scrollnews ul{ overflow:hidden;}
.scrollnews ul li{width:100%; height:176px; overflow:hidden;  -moz-transition:all 0.4s;-webkit-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;} 
.scrollnews ul li a{width:75%;overflow:hidden;display:block; text-align:left; float:left;font-size:16px;color:#fff;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.scrollnews ul li span{width:25%;overflow:hidden; display:block; float:left;font-size:16px;color:#fff;text-align:right;}
.scrollnews ul li:hover .spanT{ color:#e0222c;}
.scrollnews_nr{
	width:270px;
	overflow:hidden;
	position:absolute;
	right:12%;
	bottom:68px;
	z-index:99;
	}
.scrollnews_nr img{
	max-width:100%;
	height:auto;
	}
.tnewslf{
	width:10%;
	overflow:hidden;
	font-size:25px;
	color:#fff;
	font-weight:bold;
	line-height:25px;
	}
.tnewsmore{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.4);
	background:url(../images/icon2.png) no-repeat 60px center;
	margin-top:10px;
	}
.tnewsrt{
	width:35%;
	overflow:hidden;
	font-size:30px;
	line-height:30px;
	color:#fff;
	font-family:Arial;
	padding-left:26px;
	border-left:solid 1px #fff;
	}
/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#333333;
	line-height:55px;
	font-weight:normal;
	font-family: myTwoFont;
	margin-top:10px;
	}
.tit h3 a{
	font-size:45px;
	color:#000;
	font-family: myTwoFont;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#444444;
	line-height:30px;
	font-family: myThreeFont;
	text-transform:uppercase;
	}
	
/* partner
-------------------------------------------------------------- */
.partner{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/map.jpg) no-repeat top center;
	position:relative;
	}
.partnerrt{
	width:22%;
	overflow:hidden;
	}
.partnertit{
	width:100%;
	overflow:hidden;
	margin-top:272px;
	}
.partnertit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	text-align:right;
	}
.partnertit h3 a{
	font-size:45px;
	color:#fff;
	}
.partnertit hr{
	width:70px;
	border:none;
	border-bottom:solid 1px #fff;
	float:right;
	margin-top:38px;
	}
.partnernr .partnerjs{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	text-align:right;
	margin-top:76px;
	}
.partnermore{
	width:100%;
	overflow:hidden;
	margin-top:130px;
	}
.partnermore a{
	display:block;
	width:160px;
	height:50px;
	line-height:50px;
	background:#c70b19 url(../images/icon2.png) no-repeat 76% center;
	font-size:16px;
	color:#fff;
	padding-left:30px;
	float:right;
	}
 @keyframes pulsate {
	 0% {
	 transform: scale(0.1, 0.1);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
	 50% {
	 opacity: 1;
	 filter: none;
	}
	 100% {
	 transform: scale(1.2, 1.2);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center fixed;
	background-size:cover;
	padding-top:234px;
	padding-bottom:192px;
	}
.about .aboutlf{
	overflow:hidden;
	padding:0;
	}
.aboutlf .abouten{
	width:100%;
	overflow:hidden;
	font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-family: myThreeFont;
    text-transform: uppercase;
	}
.aboutlf h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	margin-top:10px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlf h3 a{
	font-size:45px;
	color:#fff;
}
.aboutlf .h3one{
	margin-top:20px;
}
.aboutlf h3:hover{
	background:url(../images/icon4.png) no-repeat left center;
	padding-left:30px;
	}
.aboutlf .aboutmore,.sbmore{
	width:226px;
	height:60px;
	line-height:60px;
	background:#fff url(../images/icon5.png) no-repeat 96% center;
	border-radius:30px;
	padding-left:32px;
	font-size:16px;
	color:#ff6b03;
	margin-top:102px;
	}
.aboutlf .aboutmore a,.sbmore a{
	display:block;
	font-size:16px;
	color:#ff6b03;
	}
.about .aboutrt{
	overflow:hidden;
	padding:0 0 0 240px;
	}
.aboutnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	}.aboutnr p{color:#fff;}
	.aboutnr p a{color:#fff;}
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.aboutlist dl{
	overflow:hidden;
	padding:0;
	margin:30px 0 0 0;
	}
.aboutlist dl:last-child{ width:50%}


.aboutlist dl dt,.aboutlist dl dd{
	width:100%;
	overflow:hidden;
	}
.aboutlist dl dt,.aboutlist dl dt .counter{
	font-size:54px;
	color:#fff;
	line-height:54px;
	font-family:Arial;
	}
.aboutlist dl dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
/* rych
-------------------------------------------------------------- */
.rych{
	width:100%;
	overflow:hidden;
	background:#f6f1eb;
	padding-top:134px;
	padding-bottom:150px;
	}
.rychtit{
	width:32%;
	overflow:hidden;
	}
.rychicon{
	width:100%;
	overflow:hidden;
	margin-top:94px;
	}
.rychrt{
	width:68%;
	overflow:hidden;
	}
.rychrt ul,.rychrt ul li{
	width:100%;
	overflow:hidden;
	}
.rychrt ul li{
	font-size:20px;
	color:#444444;
	line-height:30px;
	background:#fff;
	font-weight:bold;
	margin:18px 0;
	border-radius:20px;
	padding:34px 50px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.rychrt ul li:hover{
	background:#ff6b03;
	color:#fff;
	}
.rychmore{
	width:100%;
	overflow:hidden;
	margin-top:32px;
	}
.rychmore a{
	display:block;
	font-size:16px;
	width:226px;
	color:#fff;
	height:60px;
	line-height:60px;
	padding-left:30px;
	background:#ff6b03 url(../images/icon6.png) no-repeat 96% center;
	border-radius:30px;
	}
/* hyyy
-------------------------------------------------------------- */
.sb{
	width:100%;
	overflow:hidden;
	background:url(../images/sbbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:256px;
	padding-bottom:445px;
	position:relative;
	}
.sb .tit p,.sb .tit h3,.sb .tit h3 a{
	text-align:right;
	color:#fff;
	}
.sb .tit h3{
	margin-top:5px;
	}
.sbmore{
	float:right;
	margin-top:92px;
	}
.sbjs{
	width:50%;
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:0;
	background:#ff6b03;
	padding:40px 8.5% 62px 96px;
	border-radius:50px 0 0 0;
	}
.sbjs h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	line-height:40px;
	text-align:right;
	font-weight:normal;
	margin-bottom:15px;
	}
.sbjs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
/* case
-------------------------------------------------------------- */
.case{
	width:100%;
	overflow:hidden;
	background:#f2f3f5;
	padding-bottom:84px;
	padding-top:114px;
	position:relative;
	}
.casenr{
	width:100%;
	overflow:hidden;
	margin-top:75px;
	}
.casenr .swiper-slide{
	padding:0 13px;
	}
.casenr .swiper-slide dl,.casenr .swiper-slide dl dt,.casenr .swiper-slide dl dd{
	width:100%;
	overflow:hidden;
	}
.casenr .swiper-slide dl{
	background:#fff;
	padding:45px 24px 62px 24px;
	border-radius:5px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.casenr .swiper-slide dl dt{
	border-radius:5px;
	}
.casenr .swiper-slide dl dt img{
	width:100%;
	height:auto;
	}
.casenr .swiper-slide dl dd{
	font-size:20px;
	color:#262626;
	line-height:30px;
	margin-top:28px;
	}
.casenr .swiper-slide dl:hover{
	background:#0063c6;
	}
.casenr .swiper-slide dl:hover dd{
	color:#fff;
	}
.case .swiper-button{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	}
.case .swiper-button div{
	width:30px;
	height:30px;
	overflow:hidden;
	border:solid 2px #c0c1c2;
	border-radius:50%;
	display:inline-block;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.case .swiper-button .swiper-button-prev{
	background:url(../images/prev3.png) no-repeat center;
	}
.case .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh3.png) no-repeat center;
	}
.case .swiper-button .swiper-button-next{
	background:url(../images/next3.png) no-repeat center;
	margin-left:26px;
	}
.case .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth3.png) no-repeat center;
	margin-left:26px;
	}
.case .swiper-button div:hover{
	border:solid 2px #2c2c2c;
	}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/1main_bac.jpg) no-repeat center top;
	padding-top:126px;
	padding-bottom:118px; background-size:cover
	}
.news .newstit{
	width:100%;
	overflow:hidden;
	margin-bottom:72px;
	}
.news .newslf{
	width:55%;
	overflow:hidden;
	}
.newsnr .newslf{
	width:66%;
	overflow:hidden;
	}
.newslf .newslist{
	width:100%;
	height:413px;
	overflow:hidden;
	border-radius:70px 20px 20px 20px;
	position:relative;
	}
.newslf .newslist img{
	width:100%;
	height:100%;
	object-fit:cover;
	}
.newslf .newslist .newscont{
	width:100%;
	overflow:hidden;
	padding:0 50px;
	position:absolute;
	left:0;
	bottom:36px;
	}
.newscont .newsdate{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
	}
.newscont h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	line-height:40px;
	color:#fff;
	margin-top:3px;
	}
.newscont .newsmore{
	width:62px;
	height:62px;
	border-radius:50%;
	background:#fff url(../images/icon13.png) no-repeat center;
	margin-top:26px;
	}
.newslf ul{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.newslf ul li{
	width:48%;
	overflow:hidden;
	float:left;
	background:#ffffff;
	border-radius:10px;
	padding:45px 54px 36px 54px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newslf ul li:first-child{
	margin-right:2%;
	}
.newslf ul li:nth-child(2){
	margin-left:2%;
	}
.newslf ul li .newsdate2,.newsnr .newsrt ul li .newsdate2{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#bfbfbf;
	line-height:30px;
	}
.newslf ul li h4,.newsnr .newsrt ul li h4{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#444444;
	line-height:38px;
	font-weight:normal;
	margin-bottom:32px;
	height:76px;
	}
.newslf ul li p,.newsnr .newsrt ul li p{
	width:100%;
	height:50px;
	overflow:hidden;
	font-size:16px;
	color:#848484;
	}
.newslf ul li .newsmore2,.newsnr .newsrt ul li .newsmore2{
	width: 62px;
    height: 62px;
    border-radius:50%;
	border:solid 1px #bfbfbf;
	background:url(../images/icon13.png) no-repeat center;
	margin-top:82px;
	}
.newsnr .newsrt{
	width:32%;
	overflow:hidden;
	}
.newsnr .newsrt ul,.newsnr .newsrt ul li{
	width:100%;
	overflow:hidden;
	}
.newsnr .newsrt ul li{
	background:#fff;
	padding:45px 54px 36px 54px;
	border-radius:10px;
	margin-bottom:30px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newslf ul li:hover,.newsnr .newsrt ul li:hover{
	background:#ff6b03;
	}
.newslf ul li:hover h4,.newsnr .newsrt ul li:hover h4,.newslf ul li:hover .newsdate2, .newsnr .newsrt ul li:hover .newsdate2,.newslf ul li:hover p, .newsnr .newsrt ul li:hover p{
	color:#fff;
	}
.newslf ul li:hover .newsmore2,.newsnr .newsrt ul li:hover .newsmore2{
	border:solid 1px #fff;
	background:url(../images/icon12.png) no-repeat center;
	}

/* case_n
-------------------------------------------------------------- */
.case_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.case_n dl{
	overflow:hidden;
	padding:0 20px;
	margin:20px 0;
	}
.case_n dl dt,.case_n dl dd{
	width:100%;
	overflow:hidden;
	}
.case_n dl dt{
	position:relative;
	height:310px;
	border-radius:20px;
	}
.case_n 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;
	}
.case_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.case_n dl dd{
	line-height:30px;
	font-size:20px;
	color:#333;
	margin-top:20px;
	}
.case_n dl:hover dd{
	color:#123d9d;
}
.gallery{
	width:100%;
	overflow:hidden;
	position:relative;
}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:url(../images/1cont3.jpg) no-repeat center top;
	padding-top:110px;
	padding-bottom:110px;
	}
.pronr .protit{
	width:100%;
	overflow:hidden;
	}
.pronr .promenu{
	width:60%;
	overflow:hidden;
	text-align:right;
	}
.pronr .promenu ul{
	overflow:hidden;
	display:inline-block;
	}
.pronr .promenu ul li{
	width:150px;
	height:56px;
	overflow:hidden;
	text-align:center;
	float:left;
	border:solid 1px #444444;
	line-height:56px;
	border-radius:30px;
	margin-left:28px;
	}
.pronr .promenu ul li a{
	color:#444444;
	font-size:17px;
	display:block;
	}
.pronr .promenu ul li:hover{ background:#ff6b04; color:#fff; border: 1px solid #ff6b04; transition:all 0.4s}
	
.pronr .promenu ul li:hover a{ color:#fff}
.pronr .promenu ul li:hover span{ color:#fff}
		
.pronr .promenu ul li span{
	color:#444444;
	font-size:13px;
	margin-left:20px;
	}
.prolist{
	width:100%;
	position:relative;
	margin-top:52px;
	}
.prolist .swiper-button{
	overflow:hidden;
	}
.prolist .swiper-button div{
	overflow:hidden;
	width:21px;
	height:38px;
	position:absolute;
	top:50%;
	margin-top:-19px;
	}
.prolist .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:-50px;
	}
.prolist .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:-50px;
	}
.prolist .swiper-slide{
	padding:0 20px;
	}
.prolist dl{
	overflow:hidden;
	}
.prolist dl,.prolist dl dt,.prolist dl dd{
	width:100%;
	overflow:hidden;
	}
.prolist dl dt{
	border-radius:10px;
	}
.prolist dl dt img{
	max-width:100%;
	height:auto;
	}
.prolist dl dd{
	font-size:22px;
	line-height:32px;
	color:#191919;
	z-index:1;
	transition: all .5s ease;
	}
.prolist dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#444444;
	line-height:35px;
	font-weight:normal;
	margin-top:23px;
	}
.prolist dl dd .proxq{
	width:60px;
	overflow:hidden;
	font-size:15px;
	color:#444444;
	line-height:30px;
	border-bottom:solid 1px #333333;
	margin-top:28px;
	transition: all .5s ease;
	}
.prolist .swiper-button{
	overflow:hidden;
	}
.prolist .swiper-button div{
	overflow:hidden;
	width:20px;
	height:36px;
	border-radius:50%;
	float:left;
	position:absolute;
	z-index:99;
	top:50%;
	margin-top:-18px;
	transition: all .5s ease;
	}
.prolist dl .probg{
	width:100%;
	height:100%;
	background: -webkit-linear-gradient(top, rgba(0,99,198,0), #0063c6);
    background: -o-linear-gradient(bottom, rgba(0,99,198,0), #0063c6);
    background: -moz-linear-gradient(bottom, rgba(0,99,198,0), #0063c6);
    background: linear-gradient(to bottom, rgba(0,99,198,0), #0063c6);
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	transition: all .5s ease;
	opacity:0;
	}
.prolist dl:hover .probg{
	opacity:1;
	}
.prolist dl:hover dd .proicon{
	display:block;
	}
.prolist dl:hover dd .proxq{
	color:#fff;
	background:#333333;
	padding:0 5px;
	width:70px;
	border-radius:5px;
	}
.prolist dl:hover dd span{
	background:#fff;
	}
.prolist .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	left:-70px;
	}
.prolist .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh.png) no-repeat center;
	}
.prolist .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	right:-70px;
	}
.prolist .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth.png) no-repeat center;
	}
/* message
-------------------------------------------------------------- */
.gzjh{
	width:100%;
	overflow:hidden;
	background:#f2ece6;
	padding-top:110px;
	padding-bottom:178px; background:url(../images/1cont2.jpg) no-repeat center top
	}
.gzjhtit{
	width:100%;
	overflow:hidden;
	}
.gzjhmore a{
	display:block;
	width:226px;
	height:60px;
	line-height:60px;
	font-size:17px;
	color:#444444;
	border-radius:30px;
	border:solid 1px #444444;
	text-align:center;
	}
.gzjhmore a span{
	font-size:17px;
	color:#444444;
	margin-left:40px;
	}
.culture-ul{
	width: 100%;
	font-size: 0;
	margin: 60px 0 0 0;
}
.culture-li{
	width: 24.5%;
	height: 24.5%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2 !important; margin-right:0.5%
}
.culture-li>img{
	width: 100%;
}
.culture-div{
	width: 106%;
	height: 106%;
	position: absolute;
	left: -3%;
	top: -3%;
	background: #fcfaf8;
	border-radius: 100%;
	text-align: center;
	padding: 25% 15%;
}
.culture-li:nth-child(2n + 0){
	z-index: 1 !important;
}
.fnt36{
	font-size:25px;
	line-height:35px;
	color:#444444;
	}
.culture-a{
	font-size: 0;
}
.culture-a img{
	height: 100%;
}
.culture-a .img2{
	display: none;
}
.culture-b{
	margin: 10px 0;
}
.culture-c,.culture-c p{
	font-size:16px;
	color:#9b9a98;
	}
.culture-li:hover .culture-a .img1{
	display: none;
}
.culture-li:hover .culture-a .img2{
	display: inline-block;
}
/* message
-------------------------------------------------------------- */
.message ::-webkit-input-placeholder {
  color: #fff;
}
.message :-moz-placeholder {
  color: #fff;
}
.message ::-moz-placeholder{
color: #a3a3a3;
}
.message :-ms-input-placeholder {
  color: #fff;
}
.message{
	width:100%;
	overflow:hidden;
	background:url(../images/messagebg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:158px;
	padding-bottom:186px;
	}
.message .tit h3,.message .tit h3 a,.message .tit p{
	color:#fff;
	}
.message .messagecont{
	width:50%;
	overflow:hidden;
	}
.messagelist,.messagelist ul,.messagelist ul li{
	width:100%;
	overflow:hidden;
	}
.messagelist ul li{
	border-bottom:solid 1px rgba(255,255,255,0.4);
	padding-bottom:22px;
	margin-top:22px;
	}
.messagelist ul li input{
	width:100%;
	overflow:hidden;
	background-color:transparent;
	line-height:30px;
	color:#fff;
	font-size:16px;
	padding-left:44px;
	background-position:left center;
	background-repeat:no-repeat;
	}
.messagelist ul li:first-child input{
	background-image:url(../images/icon8.png);
	}
.messagelist ul li:nth-child(2) input{
	background-image:url(../images/icon9.png);
	}
.messagelist ul li textarea{
	width:100%;
	overflow:hidden;
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:44px;
	line-height:30px;
	color:#fff;
	font-size:16px;
	}
.messagelist ul li:nth-child(3) textarea{
	background-image:url(../images/icon10.png);
	}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:10px;
	color:#fff;
	}
.btn1 .intxt{
	width:60px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #fff;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}
.messagelist .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:54px;
}
.messagelist .tjbtn button {
    width: 100%;
    height: 48px;
    background:#e38f0e;
    color: #fff;
	text-align:center;
	font-size:16px;
	border-radius:10px;
}

/* link
-------------------------------------------------------------- */
.link{
	color:#969696;
	line-height:30px;
	padding:30px 0 0 0;
	margin-top:42px;
	}
.link a{
	margin-right:10px;
	color:#969696;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	position:relative;
	background:#333333; background:url(../images/footer.jpg) no-repeat center top
}
.footernr{
	padding-top:87px;
	padding-bottom:57px;
	}
.footertop{
	width:100%;
	overflow:hidden;
	border-bottom: solid 1px #434343;
	padding-bottom:58px;
	}
.botlogo{
	width:40%;
	overflow:hidden;
	}
.botlogo img{
	max-width:100%;
	height:auto;
	}
.footernr .botnav{
	width:60%;
	overflow:hidden;
	text-align:right;
	}
.footernr .botnav ul{
	overflow:hidden;
	display:inline-block;
	}
.footernr .botnav ul li{
	overflow:hidden;
	float:left;
	margin:13px 26px 0;
	font-size:16px;
	color:#fff;
	}
.footernr .botnav ul li:last-child{
	margin-right:0;
	}
.footernr .botnav ul li a{
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
.footernr .botnav ul li a:hover{
	font-weight:bold;
	color:#ff6b03;
	}
.footernr .footerbot{
	width:100%;
	overflow:hidden;
	margin-top:138px;
	}
.footernr .footerbot dl{
	overflow:hidden;
	float:left;
	}
.footernr .footerbot dl dt,.footernr .footerbot dl dd{
	overflow:hidden;
	text-align:center;
	}
.footernr .footerbot dl dd{
	color:#969696;
	line-height:30px;
	font-size:16px;
	margin-top:10px;
	}
.botlxfs{
	overflow:hidden;
	margin-left:68px; width:18%
	}
.boticon{
	width:100%;
	overflow:hidden;
	}
.boticon img{
	max-width:100%;
	height:auto;
	}
.botlxfs h4{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.5);
	font-size:20px;
	line-height:30px;
	font-weight:normal;
	margin-top:13px;
	}
.botlxfs .bottel{
	width:100%;
	overflow:hidden;
	font-size:35px;
	font-family:Arial;
	line-height:40px;
	color:#fff;
	margin-top:10px;
	}
.botlxfs .bottel a{
	font-size:35px;
	color:#fff;
}
.botlxfs p{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:18px;
	line-height:30px;
	margin-top:10px;
	}
.botly{
	overflow:hidden;
	}
.botly{
	overflow:hidden;
	}
.botly p{
	overflow:hidden;
	font-size:15px;
	color:#fff;
	line-height:30px;
	margin-top:2px;
	}
.bot{
	width:100%;
	overflow:hidden;
	background:#333333; background:url(../images/footer.jpg) no-repeat center top
	}
.bot .botnr{
	padding:40px 0;
	border-top: solid 1px #434343;
	}
.bot .botnr .botlf,.bot .botnr .botrt{
	overflow:hidden;
	padding:0;
	line-height:30px;
	color:#969696;
	}
.bot .botnr .botlf a,.bot .botnr .botrt a{
	color:#969696;
	}
.bot .botnr .botrt{
	text-align:right;
	}
/* kefu
-------------------------------------------------------------- */
.kefu{
	width:74px;
	position:fixed;
	right:30px;
	background:#fff;
	top:80%;
	z-index:998;
	padding-top:20px;
	padding-bottom:25px;
	border-radius:40px;
}
.kefu p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:15px;
	color:#2d2d2d;
	line-height:20px;
}
.kefu_icon{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:8px;
}
.kefu_icon img,.return img{
	max-width:100%;
	height:auto;
}
.return{
	width:100%;
	overflow:hidden;
	text-align:center;
	border-top:solid 1px #f2f2f2;
	padding-top:46px;
	margin-top:10px;
	cursor:pointer;
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:500px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	margin-top:100px;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:667px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:438px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:375px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:354px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:333px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:267px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:258px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:200px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #e6e6e6;
}
.positionnr .positionrt {
	font-size: 16px;
	color: #343434;
	line-height: 30px;
	padding: 10px 0 10px 30px;
	background: url(../images/icon19.png) no-repeat left 14.5px;
}
.positionnr .positionrt a {
	font-size: 16px;
	color: #343434;
}
.position a:hover {
	color: #0765a7;
}
.menu_n {
	overflow: hidden;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-738px;
	bottom:40px;
}
.menu_n ul {
	overflow: hidden;
	display:inline-block;
}
.menu_n ul li {
	overflow: hidden;
	float: left;
	line-height:30px;
	margin-left:20px;
}
.menu_n ul li a {
	font-size: 16px;
	color: #fff;
	position:relative;
}
.menu_n ul li:before{
	content:"▪";
	color:#fff;
	margin-right:5px;
}
.menu_n ul li a:after{
	content:"";
	width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.menu_n ul li:hover a:after,.menu_n ul li.active a:after{
	width: 100%;
}
/* ys
-------------------------------------------------------------- */
.ys{
	background:url(../images/ysbg.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	}
.ys,.ys ul,.ys .tit{
	width:100%;
	overflow:hidden;
	}
.ys .tit{
	position:absolute;
	left:0;
	top:95px;
	z-index:99;
	}
.ys .tit p,.ys .tit h3{
	color:#fff;
	text-align:center;
	}
.ys ul li{
	width:20%;
	height:1000px;
	overflow:hidden;
	float:left;
	padding:400px 58px 0 58px;
	border-right:solid 1px rgba(255,255,255,0.3);
	position:relative;
	transition-duration: .3s;
	}
.ys ul li .ysbg{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.2);
	z-index:1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.ys ul li .ysicon,.ys ul li h4,.ys ul li p{
	position:relative;
	z-index:2;
}
.ys ul li .ysicon{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.ys ul li .ysicon img{
	max-width:100%;
	height:auto;
	}
.ys ul li h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	line-height:40px;
	color:#fff;
	text-align:center;
	font-weight:normal;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	margin-top:36px;
	}
.ys ul li p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:rgba(255,255,255,0.7);
	margin-top:25px;
	height:0;
	transition-duration: .3s;
	opacity:0;
	}
.ys ul li:hover p{
	opacity:1;
	height:auto;
}
.ys ul li .ysmore{
	width:62px;
	height:0;
	border:solid 1px #fff;
	background:url(../images/icon12.png) no-repeat center;
	border-radius:50%;
	transition-duration: .3s;
	opacity:0;
	position:absolute;
	left:50%;
	margin-left:-31px;
	bottom:100px;
	z-index:2;
	}
.ys ul li:hover .ysbg{
	opacity:0;
}
.ys ul li:hover .ysmore{
	height:62px;
	opacity:1;
}
.ys ul li:hover{
	padding-top:330px;
}
/* ztlc
-------------------------------------------------------------- */
.ztlc{
	width:100%;
	overflow:hidden;
	background:#f6f1eb;
	padding-top:138px;
	padding-bottom:104px;
	}
.ztlcnr{
	position:relative;
}
.ztlcnum{
	position:absolute;
	left:0;
	top:500px;
	z-index:0;
}
.ztlcnumnr{
	overflow:hidden;
	font-size:363px;
	line-height:363px;
	font-family:Arial;
	font-weight:bold;
	color:#f0eae4;
	display:none;
}
.ztlcnumnr.active{
	display:block;
}
.ztlctit{
	width:100%;
	overflow:hidden;
	margin-bottom:50px;
	}
.ztlc .ztlclf{
	width:33%;
	overflow:hidden;
	padding-top:120px;
	position:relative;
	z-index:9;
	}
.ztlc .ztlclf ul,.ztlc .ztlclf ul li{
	width:100%;
	overflow:hidden;
	}
.ztlc .ztlclf ul li{
	line-height:40px;
	font-size:30px;
	color:#aca8a5;
	margin-top:39px;
	}
.ztlc .ztlclf ul li a{
	font-size:30px;
	color:#aca8a5;
	}
.ztlc .ztlclf ul li.active a{
	color:#ff6b03;
	}
.ztlc .ztlclf ul li i{
	width:14px;
	height:100%;
	margin-left:24px;
	opacity:0;
	}
.ztlc .ztlclf ul li.active i{
	opacity:1;
	}
.ztlc .ztlcrt{
	width:67%;
	overflow:hidden;
	padding:40px 0 50px 120px;
	border-left:solid 1px #d8d4cf;
	}
.ztlclist{
	width:100%;
	overflow:hidden;
	display:none;
	}
.ztlclist.active{
	display:block;
	}
.ztlc .ztlcrt p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#444444;
	line-height:30px;
	}
.ztlc .ztlcrt .ztlcimg{
	width:100%;
	overflow:hidden;
	border-radius:30px;
	margin-top:30px;
	}
.ztlc .ztlcrt .ztlcimg img{
	max-width:100%;
	height:auto;
	}

/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	font-size: 36px;
	color: #112010;
	line-height:46px;
	text-align:center;
	font-weight:normal;
	}
.ntit hr{
	width:56px;
	border:none;
	border-bottom:solid 2px #003198;
	margin:18px auto 0;
	}
/* nabout
-------------------------------------------------------------- */
.about_n{
	width:100%;
	overflow: hidden;
	margin-top:60px;
	}
.aboutcont_n h3{
	width:100%;
	overflow: hidden;
	font-size:36px;
	color:#333;
	line-height:46px;
	}
.aboutnr_n{
	width:100%;
	overflow: hidden;
	margin-top:60px;
}
.aboutnr_n,.aboutnr_n p{
	font-size:16px;
	line-height:30px;
	}nr_n .aboutlf_n p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.about_n .aboutimg_n{
	width:100%;
	height:1080px;
	overflow: hidden;
	margin-top:80px;
	}
.qhzy{
	background: url(../images/qhzy.jpg) top no-repeat fixed;
}
.yxy{
	background: url(../images/yxy.jpg) top no-repeat fixed;
}
@media(max-width:1680px) {
	.about_n .aboutimg_n{
		height:945px;
	}
}
@media(max-width:1440px) {
	.about_n .aboutimg_n{
		height:810px;
	}
}
@media(max-width:1360px) {
	.about_n .aboutimg_n{
		height:765px;
	}
}
@media(max-width:1280px) {
	.about_n .aboutimg_n{
		height:720px;
	}
}
@media(max-width:1152px) {
	.about_n .aboutimg_n{
		height:648px;
	}
}
@media(max-width:1024px) {
	.about_n .aboutimg_n{
		height:576px;
	}
}
@media(max-width:991px) {
	.about_n .aboutimg_n{
		height:557px;
	}
}
@media(max-width:768px) {
	.about_n .aboutimg_n{
		height:432px;
	}
}
@media(max-width:640px) {
	.about_n .aboutimg_n{
		height:360px;
	}
}
@media(max-width:540px) {
	.about_n .aboutimg_n{
		height:304px;
	}
}
@media(max-width:425px) {
	.about_n .aboutimg_n{
		height:239px;
	}
}
/* gssl_n
-------------------------------------------------------------- */
.gssl_n{
	width:100%;
	overflow:hidden;
	background: #f3f3f3;
}
.solution-section{
	padding-top:130px;
	padding-bottom:100px;
}
.solution-section .box{
	background: #FFFFFF;
	box-shadow: rgba(0,0,0,0.1) -15px 10px 40px;
	margin-left: 170px;
	border-radius:30px 0 0 30px;
	/*overflow: hidden;*/
}
.solution-section .txt{
	float: left;	
	position: relative;
	padding-left: 85px;
	font-family: OPPOSans;
	font-size: 16px;
	color: #6b6b6b;
	width: 60%;
	height: 583px;
	padding-top: 170px;
	padding-right: 100px;
}
.solution-section .txt sup{
	font-family: Bebas;
	font-size: 106px;
	color: #6b6b6b;
	font-weight: bold;
	position: absolute; left: 85px; top: -50px;  
	line-height: 1; 
	z-index: 1;
	font-family: myTwoFont;
}
.solution-section .txt h2{
	font-family: OPPOSans;
	font-size: 24px;
	line-height:34px;
	color: #6b6b6b;
	font-weight: bold;
	padding-bottom: 50px;
	z-index: 1; 
	position: relative;
}
.solution-section .txt li{
	padding-bottom: 25px; 
	position: relative;
	z-index: 1; 
	font-size:16px;
	line-height:30px;
}
.solution-section .txt p{
	position: relative; z-index: 1; text-indent: 2em;
}
.solution-section .txt em{
	position: absolute; 
	left: 0; 
	top: 0;
	font-size:16px;
	font-style: normal;
}
.solution-section .txt .bgimg{
	position: absolute;right:0;bottom: 0;
}
.solution-section .img{
	float: right;
	width: 40%; 
	height: 583px; 
	background-repeat:no-repeat ; 
	background-size:cover ; 
	background-position:center ;
}
.solution-section2 .box {
    background: #FFFFFF;
    box-shadow: rgb(0 0 0 / 10%) 10px 15px 40px;
    margin-right: 170px;
    margin-left: 0;
	border-radius:0 30px 30px 0;
}
.solution-section2 .img{
	float: left;	
	
}
.solution-section2 .txt{
	float: right;
}
.solution-section2 .txt sup{
	position: absolute;
	right: 80px;
	line-height: 1;
	left: auto;
}
/* nhonor
-------------------------------------------------------------- */
.nhonor{
	width:100%;
	overflow:hidden;
	background:#f6f6f6;
	padding-top:94px;
	padding-bottom:95px;
}
.nhonor .tit{
	border-bottom:solid 1px #dddddd;
	padding-bottom:24px;
	}
.nhonorlist{
	margin-top:50px;
	padding-bottom:85px;
	position:relative;
	}
.nhonorlist,.nhonorlist .nhonorimg{
	width:100%;
	overflow:hidden;
	}
.nhonorlist .nhonorimg{
	text-align:center;
	}
.nhonorlist .nhonorimg img{
	max-width:100%;
	height:auto;
	}
.nhonorlist .swiper-slide{
	padding:0 10px;
	}
.nhonorlist .swiper-button{
	width:136px;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-68px;
	bottom:0;
	}
.nhonorlist .swiper-button-prev,.nhonorlist .swiper-button-next{
	width:50px;
	height:50px;
	border-radius:50%;
	}
.nhonorlist .swiper-button-prev{
	background:#595959 url(../images/prev3.png) no-repeat center;
	float:left;
}
.nhonorlist .swiper-button-next{
	background:#595959 url(../images/next3.png) no-repeat center;
	float:right;
}
.nhonorlist .swiper-button-prev:hover,.nhonorlist .swiper-button-next:hover{
	background-color:#c21b29;
	}
.nqywh{
	width:100%;
	overflow:hidden;
	background:url(../images/qywhbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:236px;
	padding-bottom:234px;
	}
.nqywh .nqywhlf,.nqywh .nqywhrt{
	padding:0;
	}
.nqywh .nqywhlf .tit h3:after {
    background: #0f1920;
}
.nqywh .nqywhlf .tit p{
	line-height:20px;
	}
.nqywh .nqywhlf .tit h3 a{
	color:#fff;
	}
.nqywh .nqywhlf .tit h3{
	margin-top:20px;
	}
.nqywh .nqywhlf span{
	width: 6px;
    height: 68px;
    display: block;
    background: #c21b29;
    border-radius: 5px;
    margin-top: 110px;
	}
.nqywh .nqywhrtnr{
	overflow:hidden;
	float:right;
	}
.nqywh .nqywhrtnr dl{
	overflow:hidden;
	margin-top:50px;
	}
.nqywh .nqywhrtnr dl dt,.nqywh .nqywhrtnr dl dd{
	overflow:hidden;
	}
.nqywh .nqywhrtnr dl dt{
	font-size:23px;
	color:#c21b29;
	line-height:28px;
	}
.nqywh .nqywhrtnr dl dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
.nqywh .nqywhrtnr dl dd p{
	font-size:16px;
	color:#fff;
	line-height:28px;
	}
/* npro
-------------------------------------------------------------- */
.margin{
	margin-top:140px;
}
.pro_n{
	width:100%;
	overflow:hidden;
	background: #f6f1eb;
	padding-top:60px;
	padding-bottom:60px;
	}
.pro_n dl{
	overflow:hidden;
	margin:30px 0;
	}
.pro_n dl dt{
	width:100%;
	overflow:hidden;
	border-radius:10px;
	height:525px;
	position:relative;
	}
.pro_n 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;
	}
.pro_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.pro_n dl dd{
	width:100%;
	overflow:hidden;
	font-size:22px;
	line-height:32px;
	color:#191919;
	z-index:1;
	transition: all .5s ease;
	}
.pro_n dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#444444;
	line-height:35px;
	font-weight:normal;
	margin-top:23px;
	}
.pro_n dl dd .proxq{
	width:60px;
	overflow:hidden;
	font-size:15px;
	color:#444444;
	line-height:30px;
	border-bottom:solid 1px #333333;
	margin-top:28px;
	transition: all .5s ease;
	}
.pro_n dl:hover dd .proxq{
	color:#fff;
	background:#333333;
	padding:0 5px;
	width:70px;
	border-radius:5px;
	}
.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.prolist_n h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
}
.nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.nprort .npro_infolei span{
	font-size:20px;
	color:#333;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #ff6b03;
    margin-top: 40px;
    padding: 0 20px;
    color: #fff;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}
.news-exp{
	width:100%;
	overflow: hidden;
	margin-top:20px;
}
.news-exp .news-explf,.news-exp .news-exprt{
	padding:0;
	line-height:30px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp .news-explf a,.news-exp .news-exprt a {
	overflow: hidden;
	font-size:16px;
	color:#343434;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp .news-exprt{
	text-align:right;
}
.nprofh a{
	display:block;
	width:140px;
	height:44px;
	text-align:center;
	line-height:44px;
	background:#ff6b03;
	font-size:16px;
	color:#fff;
	margin:auto;
	}
.nprofh a:hover{
	color:#fff;
}
.prolist_n{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
      }

  .swiper-slide {
	background-size: cover;
	background-position: center;
  }

  .mySwiper2 {
	height: 80%;
	width: 100%;
  }

  .mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
  }

  .mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
  }

.prosmall .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
.probig{
	width:100%;
	overflow:hidden;
	position:relative;
}
.prosmall{
	width:60%;
	overflow:hidden;
	margin:auto;
}
.probig .swiper-slide{
	text-align:center;
}
.probig .swiper-slide img{
	max-width:100%;
	height:auto;
}
.probig .swiper-button-prev,.probig .swiper-button-next{
	position:absolute;
	width:20px;
	height:36px;
	top:50%;
	margin-top:-18px;
	z-index:99;
}
.probig .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	left:0;
}
.probig .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	right:0;
}
/*产品展示结束*

/* join
-------------------------------------------------------------- */
.join{
	margin-top:60px;
	margin-bottom:60px;
	}
.joinnr{
	width:100%;
	overflow:hidden;
	}
.joinfbnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.joinfbnr p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.joinfbnr img{
	max-width:100%;
	height:auto;
	}
/* cpgy_n
-------------------------------------------------------------- */
.cpgy_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.cpgy_n p{
	overflow:hidden;
	}
.cpgy_n img{
	width:100%;
	height:auto;
	}
.cpgy_n video{
	width:100%;
	height:auto;
	}
	
/* nnews
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.newsnr_n{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul li{
	width:31.33333333333%;
	overflow:hidden;
	float:left;
	margin:20px 1%;
}
.newsnr_n ul li .zi{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul li .zi .timex {
    font-size: 16px;
    color: #333333;
    display: flex;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 30px;
}
.newsnr_n ul li .zi .timex span {
    width: 100px;
    height: 38px;
    border: solid 3px #ff6b03;
    line-height: 32px;
    text-align: center;
    color: #ff6b03;
    margin-right: 16px;
    font-weight: 500;
    border-radius: 20px;
}
.newsnr_n ul li .zi h4 {
    font-size:30px;
    color: #333333;
    line-height:40px;
	font-weight:normal;
	overflow:hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.newsnr_n ul li .newsimg_n{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	position:relative;
	height:254px;
	border-radius:20px;
}
.newsnr_n ul li .newsimg_n 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;
}
.newsnr_n ul li:hover .newsimg_n img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.newsnr_n ul li .ck {
	width:100%;
	overflow:hidden;
    margin-top: 3.125vw;
    font-size: 16px;
    color: #000;
	line-height:30px;
	margin-top:30px;
}
.news_n dl{
	width:31.3333333%;
	overflow:hidden;
	margin:20px 1%;
	padding:20px;
	float:left;
	box-shadow: 0px 0px 10px #e0e1e1;
	border-radius: 6% 10px 6% 10px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}

.news_n dl dt{
	width:100%;
	overflow:hidden;
	position:relative;
	height:246px;
	border-radius:20px;
	border-radius: 6% 10px 6% 10px;
	}
.news_n dl dt img{
	display:block;
	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_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.news_n dl dd{
	width:100%;
	overflow:hidden;
	}
.news_n dl dd h5{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:24px;
	margin-top:20px;
	border-bottom:solid 1px #efefef;
	padding-bottom:14px;
	font-weight:normal;
	}
.news_n dl dd .nnewsjs{
	width:100%;
	overflow:hidden;
	color:#777777;
	margin-top:22px;
	}
.news_n dl dd .nnews_date{
	width:100%;
	overflow:hidden;
	color:#8a8a8a;
	line-height:30px;
	margin-top:18px;
	}
.news_n dl:hover dd h5{
	color:#163c7e;
	}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 28px;
	line-height:38px;
    color: #262626;
	font-weight:normal;
    text-align: center;
	border-bottom:solid 1px #d9d9d9;
	padding-bottom:26px;
	}
.news_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	}
.news_n .nnewsdatelf{
	width: 70%;
    overflow: hidden;
	line-height:30px;
	font-size:16px;
	color:#333;
	}
.news_n .nnewsdatert{
	width: 30%;
    overflow: hidden;
	text-align:right;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* zsjm_n
-------------------------------------------------------------- */
.zsjm_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.zsjm_n dl{
	width:23%;
	overflow:hidden;
	background:#fff;
	float:left;
	margin:20px 1%;
	padding-bottom:20px;
	}
.zsjm_n dl dt,.zsjm_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.zsjm_n dl dt img{
	max-width:100%;
	height:auto;
	}
.zsjm_n dl dd{
	line-height:30px;
	font-size:16px;
	}
	
/* ncontact
-------------------------------------------------------------- */
.contact_n{
	margin-top:80px;
	position:relative;
	z-index:2;
	}
.contactnr_n{
	width:100%;
	overflow:hidden;
	background:#ff6b03;
	padding:40px;
	border-radius:20px;
	}
.contactnr_n ul{
	width:100%;
	overflow:hidden;
	}
.contactnr_n ul li{
	width:25%;
	overflow:hidden;
	float:left;
	margin:10px 0;
	}
.contactnr_n ul li .icon{
	width:100%;
	overflow:hidden;
}
.contactnr_n ul li .icon img{
	max-width:100%;
	height:auto;
}
.contactnr_n ul li h4{
	width:100%;
	overflow:hidden;
	font-size:24px;
	line-height:34px;
	color:#fff;
	font-weight:normal;
	margin-top:20px;
}
.contactnr_n ul li p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	color:#fff;
}
.contactnr_n ul li p a{
	font-size:20px;
	color:#fff;
}
.contactnr_n ul li dl{
	overflow:hidden;
	}
.contactnr_n ul li dl dt,.contactnr_n ul li dl dd{
	overflow:hidden;
	text-align:center;
	}
.contactnr_n ul li dl dt img{
	max-width:100%;
	height:auto;
}
.contactnr_n ul li dl dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.map{
	width:100%;
	overflow:hidden;
	margin-top:-150px;
	position:relative;
	z-index:1;
	}
.map img{
	width:100%;
	height:auto;
	}
.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;
	}
/* 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: #093682;
    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{
	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;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#ea5404;
}

.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:24px;float:right;}
.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: 1600px) and (max-width: 1600px) {
	.case_n dl dt{
		height:294px;
	}
	.pro_n dl dt{
		height:499px;
	}
	.newsnr_n ul li .newsimg_n{
		height:242px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.case_n dl dt{
		height:262px;
	}
	.pro_n dl dt{
		height:446px;
	}
	.newsnr_n ul li .newsimg_n{
		height:218px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.case_n dl dt{
		height:246px;
	}
	.pro_n dl dt{
		height:419px;
	}
	.newsnr_n ul li .newsimg_n{
		height:206px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.case_n dl dt{
		height:230px;
	}
	.pro_n dl dt{
		height:392px;
	}
	.newsnr_n ul li .newsimg_n{
		height:194px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.case_n dl dt{
		height:204px;
	}
	.pro_n dl dt{
		height:350px;
	}
	.newsnr_n ul li .newsimg_n{
		height:174px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.case_n dl dt{
		height:178px;
	}
	.pro_n dl dt{
		height:307px;
	}
	.newsnr_n ul li .newsimg_n{
		height:155px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.case_n dl dt{
		height:172px;
	}
	.pro_n dl dt{
		height:296px;
	}
	.newsnr_n ul li .newsimg_n{
		height:150px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.case_n dl dt{
		height:232px;
	}
	.pro_n dl dt{
		height:396px;
	}
	.newsnr_n ul li .newsimg_n{
		height:199px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.case_n dl dt{
		height:204px;
	}
	.pro_n dl dt{
		height:350px;
	}
	.newsnr_n ul li .newsimg_n{
		height:178px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.case_n dl dt{
		height:372px;
	}
	.pro_n dl dt{
		height:606px;
	}
	.newsnr_n ul li .newsimg_n{
		height:309px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.case_n dl dt{
		height:312px;
	}
	.pro_n dl dt{
		height:506px;
	}
	.newsnr_n ul li .newsimg_n{
		height:260px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.case_n dl dt{
		height:242px;
	}
	.pro_n dl dt{
		height:391px;
	}
	.newsnr_n ul li .newsimg_n{
		height:205px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.case_n dl dt{
		height:212px;
	}
	.pro_n dl dt{
		height:341px;
	}
	.newsnr_n ul li .newsimg_n{
		height:181px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.case_n dl dt{
		height:179px;
	}
	.pro_n dl dt{
		height:286px;
	}
	.newsnr_n ul li .newsimg_n{
		height:154px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.case_n dl dt{
		height:155px;
	}
	.pro_n dl dt{
		height:246px;
	}
	.newsnr_n ul li .newsimg_n{
		height:135px;
	}
}

@media(max-width:1680px) {
	.ys ul li {
		padding:400px 48px 0 48px;
	}
	.ys ul li h4 {
		font-size: 26px;
		line-height: 36px;
		margin-top:26px;
	}
	.ys ul li .ysmore{
		bottom:80px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
		}
	.nav {
		margin-right: 20px;
	}
	.tit h3,.tit h3 a,.aboutlf h3,.aboutlf h3 a{
		font-size: 40px;
		line-height:50px;
	}
	.menu_n {
		margin-left: -44%;
	}
	.about .aboutrt {
		padding: 0 0 0 200px;
	}
	.aboutlist dl dt, .aboutlist dl dt .counter {
		font-size: 44px;
		line-height: 44px;
	}
	.ys ul li {
		padding: 400px 38px 0 38px;
	}
	.ys ul li p{
		font-size:16px;
	}
	.ztlcnumnr {
		font-size: 300px;
		line-height: 300px;
	}
	.contactnr_n ul li p, .contactnr_n ul li p a {
		font-size: 18px;
	}
	.contactnr_n ul li h4{
		font-size:22px;
		line-height:32px;
	}
	.newsnr_n ul li .zi h4{
		font-size:26px;
		line-height:36px;
	}
	.botlxfs .bottel,.botlxfs .bottel a{
		font-size: 30px;
		line-height: 35px;
	}
}
@media(max-width:1440px) {
	.nav .menu > li {
		margin: 0 30px;
	}
	.tit p {
		font-size: 18px;
		line-height: 28px;
	}
	.tit h3, .tit h3 a,.aboutlf h3,.aboutlf h3 a{
		font-size: 36px;
		line-height:46px;
	}
	.pro_n dl dd h4{
		font-size:22px;
		line-height:32px;
	}
	.pro_n dl dd .proxq{
		font-size:14px;
	}
	.pro_n dl dd .proxq{
		margin-top:20px;
	}
	.prolist_n h1{
		font-size:26px;
		line-height:36px;
	}
	.prolist dl dd h4{
		font-size:20px;
		line-height:30px;
	}
	.ys ul li {
		padding: 400px 30px 0 30px;
	}
	.ys ul li h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.ztlcnumnr {
		font-size: 240px;
		line-height: 240px;
	}
	.newscont h4{
		font-size:26px;
		line-height:36px;
	}
	.newslf ul li h4, .newsnr .newsrt ul li h4{
		font-size:24px;
	}
	.culture-div {
		padding: 20% 10%;
	}
	.ztlc .ztlclf ul li a {
		font-size: 26px;
	}
	.about .aboutrt {
		padding: 0 0 0 160px;
	}
	.aboutlist dl dt, .aboutlist dl dt .counter {
		font-size: 40px;
		line-height: 40px;
	}
	.contactnr_n ul li p,.contactnr_n ul li p a{
		font-size:16px;
	}
	.contactnr_n ul li h4{
		font-size:20px;
		line-height:30px;
	}
	.aboutcont_n h3 {
		font-size: 32px;
		line-height: 42px;
	}
}
@media(max-width:1360px) {
	.about .aboutrt {
		padding: 0 0 0 120px;
	}
	.newsnr .newsrt ul li,.newslf ul li{
		padding: 45px 30px 36px 30px;
	}
	.culture-a img {
		width: 70px;
	}
	.prolist .swiper-button .swiper-button-prev {
		left: -40px;
	}
	.prolist .swiper-button .swiper-button-next {
		right: -40px;
	}
	.ys ul li p{
		margin-top:20px;
		line-height: 22px;
	}
	.footernr .botnav ul li {
		margin: 0 30px;
	}
	
}
@media(max-width:1280px) {
	.nav {
		margin-right: 10px;
	}
	.nav .menu > li {
		margin: 0 25px;
	}
	.tit p {
		font-size: 16px;
		line-height: 26px;
	}
	.tit h3, .tit h3 a,.aboutlf h3,.aboutlf h3 a{
		font-size: 32px;
		line-height: 42px;
	}
	.ztlcnumnr {
		font-size: 200px;
		line-height: 200px;
	}
	.sbjs {
		padding: 40px 4% 62px 4%;
	}
	.sbjs h4{
		font-size:26px;
		line-height:36px;
	}
	.ys ul li {
		padding: 400px 20px 0 20px;
	}
	.ys ul li h4{
		margin-top:20px;
	}
	.ys ul li .ysicon img{
		height:60px;
	}
	.aboutlf .aboutmore,.sbmore{
		width: 180px;
		padding-left: 20px;
	}
	.aboutlist dl dt, .aboutlist dl dt .counter {
		font-size: 36px;
		line-height: 36px;
	}
	.culture-a img {
		width: 60px;
	}
	.fnt36 {
		font-size: 22px;
		line-height: 32px;
	}
	.ztlc .ztlclf ul li a {
		font-size: 24px;
	}
	.solution-section .txt {
		padding-left: 60px;
		padding-top: 140px;
		padding-right: 60px;
	}
	.solution-section .txt sup {
		font-size: 86px;
	}
	.newsnr_n ul li .zi h4{
		font-size:22px;
		line-height:32px;
	}
	.aboutcont_n h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.botlxfs .bottel,.botlxfs .bottel a{
		font-size: 25px;
		line-height: 30px;
	}
	.footernr .botnav ul li {
		margin: 0 28px;
	}
}
@media(max-width:1152px) {
	.nav {
		margin-right: 10px;
	}
	.nav .menu > li {
		margin: 0 20px;
	}
	.aboutlist dl dt, .aboutlist dl dt .counter {
		font-size: 32px;
		line-height: 32px;
	}
	.ztlcnumnr {
		font-size: 180px;
		line-height: 180px;
	}
	.culture-div {
		padding: 15% 10%;
	}
	.culture-a img {
		width: 50px;
	}
	.culture-c, .culture-c p {
		font-size: 17px;
	}
	.ztlc .ztlclf ul li a {
		font-size: 22px;
	}
	.footernr .botnav ul li {
		margin: 0 20px;
	}
}
@media(max-width:1024px) {
	
}
@media(max-width:1023px) {
	.logo{
		padding:10px 0;
	}
	.logo img{
		height:60px;
	}
	.header{
		height:80px;
	}
	.language ul li{
		line-height:80px;
	}
	.banner,.banner_n{
		margin-top:80px;
	}
	.banner .down{
		display:none;
	}
	.banner .swiper-pagination{
		bottom:20px;
		left:2%;
	}
	.culture-li {
		width: 33.33333333%;
		height: 33.33333333%;
	}
	.ztlcnum{
		display:none;
	}
	.ztlc .ztlclf,.ztlc .ztlcrt{
		width:100%;
	}
	.ztlc .ztlclf{
		padding-top:0;
	}
	.ztlc .ztlclf ul li{
		margin-top:0;
	}
	.ztlc .ztlcrt{
		padding: 40px 0 50px 0;
		border-left: none;
	}
	.ztlctit {
		margin-bottom: 50px;
	}
	.gzjhmore a {
		width: 126px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.gzjhmore a span {
		margin-left: 10px;
	}
	.newsnr .newslf,.newsnr .newsrt{
		width:100%;
	}
	.newsnr .newsrt{
		margin-top:20px;
	}
	.pronr .promenu ul li span {
		margin-left: 10px;
	}
	.pronr .promenu ul li {
		width: 125px;
		height:46px;
		line-height:46px;
	}
	.pronr .promenu ul li a{
		font-size:16px;
	}
	.pronr .promenu ul li{
		margin-left:10px;
	}
}
@media(max-width:991px) {
	.pro{
		padding-top:80px;
		padding-bottom:80px;
	}
	.pronr .protit .tit,.pronr .promenu,.pronr .promenu ul{
		width:100%;
	}
	.pronr .promenu ul li {
		margin-left: 0;
		margin-right:10px;
	}
	.pronr .promenu{
		margin-top:30px;
	}
	.about {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.about .aboutrt {
		padding: 0;
		margin-top:40px;
	}
	.aboutlist{
		margin-top:0;
	}
	.aboutlf .aboutmore{
		margin-top:60px;
	}
	.newsnr_n ul li .zi h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.newsnr_n ul li {
		width: 48%;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child{
		text-align: left;
	}
	.news_n h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.ys .tit {
		top: 20px;
	}
	.ys ul li {
		width: 33.3333333%;
		height: 500px;
		padding: 120px 20px 0 20px;
		border-bottom: solid 1px rgba(255,255,255,0.3);
	}
	.ys ul li:hover{
		padding: 110px 20px 0 20px;
	}
	.ys ul li h4,.ys ul li p{
		margin-top: 20px;
	}
	.ys ul li .ysmore{
		display:none;
	}
	.ys ul li p{
		opacity:1;
		height:auto;
	}
	.ztlc {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.ztlc .ztlcrt {
		padding: 40px 0 0 0;
	}
	.ztlctit .tit{
		width:100%;
	}
	.rych {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.rychtit,.rychrt{
		width:100%;
	}
	.rychicon{
		margin-top:30px;
	}
	.rychrt {
		margin-top:30px;
	}
	.rychrt ul li{
		padding:30px;
	}
	.aboutcont_n h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.sbjs {
		width: 100%;
		padding: 30px 4% 30px 4%;
	}
	.sb {
		padding-top: 100px;
		padding-bottom: 380px;
	}
	.sbmore {
		margin-top: 40px;
	}
	.prolist .swiper-button .swiper-button-prev {
		left: -20px;
	}
	.prolist .swiper-button .swiper-button-next {
		right: -20px;
	}
	.prolist_n h1{
		font-size:22px;
		line-height:32px;
	}
	.gzjh {
		padding-top:80px;
		padding-bottom:80px;
	}
	.kefu{
		display:none;
	}
	.menu_n {
		bottom: 20px;
	}
	.about_n .aboutimg_n{
		margin-top:60px;
	}
	.tit h3, .tit h3 a,.aboutlf h3,.aboutlf h3 a{
		font-size: 24px;
		line-height: 36px;
	}    .cont, .cont1 {
        width: 94%;
    }    .pronr .promenu ul li {
        margin-left: 0;
        margin-right: 4px;
    }.about{ background-attachment:scroll}
	.tit p {
		font-size: 14px;
		line-height: 24px;
	}
	.solution-section .box{
		margin-left: 0;
	}
	.solution-section2 .box{
		margin-right: 0;
	}
	.case_n dl dd{
		font-size:18px;
		margin-top:10px;
	}
	.news-exp .news-explf, .news-exp .news-exprt{
		text-align:center;
	}
	.nprofh{
		margin:10px 0;
	}
	.contactnr_n ul li {
		width: 50%;
	}
	.contactnr_n ul li:nth-child(3){
		clear:both;
	}
	.map{
		margin-top:0;
	}
	.news {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.botlogo,.footernr .botnav{
		width:100%;
	}
	.footernr .botnav{
		margin-top:20px;
		text-align:left;
	}
	.footernr .footerbot {
		margin-top: 50px;
	}
	.footernr .footerbot dl{
		width:100%;
		margin-bottom:30px;
	}
	.footernr {
		padding-top: 60px;
	}
	.footertop {
		padding-bottom: 30px;
	}
	.botlxfs,.botlxfs{
		width:50%;
		margin-left:0;
	}
	.botly{
		width:100%;
		margin-top:30px;
	}
	.bot .botnr .botlf, .bot .botnr .botrt{
		text-align:center;
	}
	.bot .botnr {
		padding: 30px 0;
	}
}
@media(max-width:860px) {
	.ys ul li {
		width: 50%;
	}
	.footernr .botnav ul li {
		margin: 0 15px;
	}
}
@media(max-width:767px) {
	.rychrt ul li{
		padding:20px;
		font-size:18px;
	}
	.gssl_n{
		padding-bottom:60px;
	}
	.newslf ul li{
		width:100%;
	}
	.newslf ul li:first-child {
		margin-right:0;
		margin-bottom:20px;
	}
	.newslf ul li:nth-child(2) {
		margin-left:0;
	}
	.newslf ul li h4, .newsnr .newsrt ul li h4,.newslf ul li p, .newsnr .newsrt ul li p{
		height:auto;
	}
	.newslf ul li .newsmore2, .newsnr .newsrt ul li .newsmore2{
		margin-top:30px;
	}
	.culture-li {
		width: 50%;
		height: 50%;
	}
	.solution-section .txt,.solution-section .img{
		width:100%;
	}
	.solution-section .txt {
		padding: 80px 40px 40px 40px;
		height:auto;
	}
	.solution-section .txt li{
		padding-bottom:0;
	}
	.solution-section .txt h2 {
		padding-bottom: 30px;
	}
	.solution-section {
		padding-bottom: 0;
	}
	.newslf .newslist {
		height: 300px;
	}
	.newslf .newslist .newscont {
		padding: 0 30px;
	}
	.news .newstit .tit{
		width:100%;
	}
	.newscont h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.newscont .newsdate{
		font-size:14px;
	}
	.newscont .newsmore,.newslf ul li .newsmore2, .newsnr .newsrt ul li .newsmore2{
		width: 40px;
		height: 40px;
	}
	.aboutcont_n h3 {
		font-size: 22px;
		line-height: 32px;
	}
	.gzjhtit .tit{
		width:100%;
	}
	.gzjhmore{
		float:left;
		margin-top:30px;
	}
	.case_n dl dd{
		font-size:16px;
	}
	.case_n dl {
		padding: 0 10px;
	}
	.newsnr_n ul li {
		width: 100%;
		margin: 20px 0;
	}
	.footernr .botnav ul li {
		margin: 0 10px;
	}
	
}
@media(max-width:640px) {
	.banner .swiper-pagination{
		bottom:10px;
	}
	.prolist .swiper-button .swiper-button-prev {
		left: -10px;
	}
	.prolist .swiper-button .swiper-button-next {
		right: -10px;
	}
	.solution-section .txt sup {
		top: -35px;
		font-size: 66px;
		left:40px;
	}
	.solution-section .txt {
		padding: 80px 30px 30px 30px;
	}
	.solution-section {
		padding-top: 80px;
	}
	.rychrt ul li {
		font-size: 16px;
	}
	.rychmore a{
		width: 180px;
		padding-left: 20px;
	}
	.aboutlf h3,.aboutlf h3 a{
		font-size: 24px;
		line-height: 34px;
	}
	.aboutlist dl dd{
		font-size:14px;
	}
	.aboutlist dl dt, .aboutlist dl dt .counter {
		font-size: 28px;
		line-height: 28px;
	}
	.ys ul li,.ys ul li:hover{
		padding: 50px 20px 0 20px;
	}
	.ys ul li:first-child,.ys ul li:nth-child(2),.ys ul li:first-child:hover,.ys ul li:nth-child(2):hover{
		padding: 110px 20px 0 20px;
	}
	.newslf .newslist .newscont {
		padding: 0 20px;
	}
	.newsnr .newsrt ul li, .newslf ul li {
		padding: 36px 20px 36px 20px;
	}
	.newslf ul li h4, .newsnr .newsrt ul li h4{
		margin-bottom:20px;
	}
	.newslf ul li h4, .newsnr .newsrt ul li h4 {
		font-size: 22px;
		line-height: 30px;
	}
	.menu_n {
		bottom: 10px;
	}
	.menu_n ul li {
		margin-left: 5px;
	}
	.contactnr_n ul li {
		width: 100%;
	}
	.botlxfs, .botlxfs {
		width: 100%;
		margin:10px 0;
	}
	.footernr .botnav ul{
		width:100%;
	}
	.footernr .botnav ul li {
		margin: 0;
		width:25%;
		text-align:center;
	}
}
@media(max-width:540px) {
	.solution-section .img{
		height:523px;
	}
	.culture-li {
		width: 100%;
		height:100%;
	}
}
@media(max-width:500px) {
	.ys ul li h4, .ys ul li p {
		margin-top: 10px;
	}
	.ys ul li, .ys ul li:hover {
		padding: 30px 10px 0 10px;
	}
	.ys ul li h4 {
		font-size: 20px;
		line-height: 30px;
	}
}
@media(max-width:425px) {
	.ys ul li, .ys ul li:hover {
		padding: 20px 10px 0 10px;
	}
	.ys ul li:first-child, .ys ul li:nth-child(2), .ys ul li:first-child:hover, .ys ul li:nth-child(2):hover {
		padding: 110px 10px 0 10px;
	}
	.ys ul li .ysicon img {
		height: 50px;
	}
	.solution-section .img{
		height:412px;
	}
	.menu_n ul li {
		margin-left: 10px;
	}
	.footernr .botnav ul li {
		width:33.3333333333%;
	}
	
}
@media(max-width:424px) {
	
	
}
@media(max-width:375px) {
	.solution-section .img{
		height:363px;
	}
	.ys ul li .ysicon img {
		height: 40px;
	}
	.ys ul li p {
		font-size: 13px;
		line-height: 20px;
	}
	.menu_n {
		bottom: 5px;
	}
	.menu_n ul li {
		margin-left: 5px;
		line-height:25px;
	}
	.menu_n ul li a {
		font-size: 14px;
	}
}
@media(max-width:320px) {
	.solution-section .img{
		height:310px;
	}
	.ys ul li p {
		font-size: 12px;
	}
}
@media(max-width:319px) {
	.solution-section .img{
		height:271px;
	}
	.aboutlist dl dt, .aboutlist dl dt .counter {
		font-size: 26px;
		line-height: 26px;
	}
	.aboutlf h3,.aboutlf h3 a{
		font-size: 20px;
		line-height: 30px;
	}
}
@media all and (max-width:850px){  

.header.large .logo2 {
    display: block;
}
.header.large .logo1 {
    display: none;
}
    .logo img {
        max-width: 100%;}
.logo img {
        height: 55px;
    }.pc{ display:none}
	.mb{ display:block}

.aboutlf .aboutmore a, .sbmore a {
    display: block;
    font-size: 14px;
    color: #ff6b03;
}    .aboutlf .aboutmore {
        margin-top: 30px;
    }    .aboutlf .aboutmore, .sbmore {
        width: 170px;
        padding-left: 20px;
    }.aboutlf .aboutmore, .sbmore {
    width: 186px;
    height: 50px;
    line-height: 50px;
    background: #fff url(../images/icon5.png) no-repeat 96% center;
    border-radius: 30px;
    padding-left: 32px;
    font-size: 16px;
    color: #ff6b03;
    margin-top: 42px;
}.aboutnr p a {
    color: #fff;
}
    .ztlc .ztlclf ul li a {
        font-size: 20px;
    }
    .ys ul li {
        width: 33.3333333%;
        height: 470px;
        padding: 110px 20px 0 20px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    }
	 .ys ul li:first-child {
        width: 33.3333333%;
        height: 470px;
        padding: 110px 20px 0 20px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    }
	
	 .ys ul li:nth-child(2) {
        width: 33.3333333%;
        height: 470px;
        padding: 110px 20px 0 20px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    }
	 .ys ul li:nth-child(4) {
        width: 33.3333333%;
        height: 400px;
        padding: 50px 20px 0 20px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    }.ys ul li:nth-child(5) {
        width: 33.3333333%;
        height: 400px;
        padding: 50px 20px 0 20px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    }.gzjh{ background-size:cover}    .gzjhtit .tit {
        width: 60%;
    }    .botlxfs, .botlxfs {
        width: 50%;
        margin: 10px 0;
    }    .botly {
        width: 50%;
        margin-top: 30px;
    }
}