@charset "utf-8";



/* 注意：以下长度用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/BarlowCondensed.ttf'),
		 url('../font/BarlowCondensed.eot'); /* IE9 */
}

/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"myFirstFont","Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */
.header{
	width:100%;
	height:100px;
	background:#fff;
	position: fixed;
	z-index: 999;
	padding:0 0 0 1%;
	top:0;
	}
.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:17px 0;
}
.logo img{
	max-width:100%;
	height:auto;
}
.topewm{
	width:60px;
	height:55px;
	background:#d7db49;
	text-align:center;
	padding:17.5px 0;
	position:relative;
	cursor:pointer;
	border-radius:0 10px 10px 0;
	margin:22.5px 30px 22.5px 0;
	}
.topewm .ewmimg{
	opacity:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:absolute;
	background:#fff;
	padding:10px;
	border-radius:5px;
	top:60px;
	right:0;
}
.topewm .ewmimg img{
	width:100px;
}
.topewm:hover .ewmimg{
	opacity:1;
}
.cnen{
	overflow:hidden;
	margin-right:20px;
	padding-left:22px;
	background:url(../images/icon12.png) no-repeat left center;
	}
.cnen a{
	display:block;
	width:33.333333333333333333333333%;
	overflow:hidden;
	float:left;
	line-height:100px;
	font-size:16px;
	padding:0 5px;
	}
.cnen a:hover,.cnen a.cur{
	color:#123d9d;
	font-weight:bold;
}
.f{
	margin-right:42px;
	overflow:hidden;
	}
.e{
	margin-right:14px;
	overflow:hidden;
	}
.f,.e{
	margin-top:33.5px;
	}
.icon1{
	overflow:hidden;
	padding:37.5px 10px;
	cursor:pointer;
	}
.icon1 .iconnr1{
	overflow:hidden;
	}
.icon1 .ewmimg{
	opacity:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:absolute;
	background:#fff;
	padding:10px;
	border-radius:5px;
	top:100px;
	right:10px;
	box-shadow: 0px 0px 10px #ccc;
	-moz-box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
}
.icon1 .ewmimg img{
	width:100px;
}
.icon1:hover .ewmimg{
	opacity:1;
}
.icon2{
	overflow:hidden;
	padding:37.5px 0;
	margin-right:20px;
	}
.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:74px;
	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 38px;
	position:relative;
	}
.nav .menu > li:before{
	content:"";
	width:0;
	height:2px;
	background:#fff;
	position:absolute;
	bottom:25px;
	left:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nav .menu > li:hover:before,.nav .menu > li.active:before{
	width:100%;
	}

.nav .menu > li a{
	color:#191919;
	font-size:17px;
	display:block;
	line-height:100px;
	text-transform:uppercase;
	}
.nav .menu > li:hover span,.nav .menu > li.active span{
	display:block !important;
	}
.nav .menu > li:hover a,.nav .menu > li.active a{
	font-weight:bold;
}


.nav .menu > li .submenu{

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

.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:16px;
	line-height:30px;
	margin:0;
}

.nav .menu > li .submenu li:hover{

	background:#123d9d;

}
.nav .menu > li .submenu li:hover a{
	color:#fff;
	}
.nav .menu > li.current:after{
	width:84px;
	}
.tel{
	overflow:hidden;
	font-size:28px;
	color:#fff;
	line-height:100px;
	font-family: myTwoFont;
	padding:0 40px 0 80px;
	background:#123d9d url(../images/icon1.png) no-repeat 26px center;
	letter-spacing:1px;
}
.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:1436px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1436px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	position:relative;
	margin-top:100px;
	}
.banner video{ 
	width:100%; 
	height:100%; 
	object-fit: cover;
	}
.banner video::-webkit-media-controls-enclosure{ 
    display: none;
}
.mban{
    display: none;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner .img{
		height:1200px;
	}
}
@media(max-width:1680px) {
	.banner .img{
		height:788px;
	}
}
@media(max-width:1440px) {
	.banner .img{
		height:675px;
	}
}
@media(max-width:1360px) {
	.banner .img{
		height:638px;
	}
}
@media(max-width:1280px) {
	.banner .img{
		height:600px;
	}
}
@media(max-width:1152px) {
	.banner .img{
		height:540px;
	}
}
@media(max-width:1024px) {
	.banner .img{
		height:480px;
	}
}
.banner .swiper-slide .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.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:40px;
	left:28px;
	z-index:99;
	}
.banner .swiper-button div{
	width:50px;
	height:50px;
	border-radius:50%;
	border:solid 1px #fff;
	outline:none;
	float:left;
	}
.banner .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	}
.banner .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	margin-left:20px;
	}

/*shubiao*/
.banner .down{
	width:60px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	position:absolute;
	left:50%;
	margin-left:-30px;
	bottom:32px;
	z-index:99; 
}
.mouse {
  position: relative;
  width: 24px;
  height: 40px;
  border-radius: 30px;
  border: 2px solid #fff;
  margin:auto;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3.5px;
  height: 8px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}

@-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 {
	width:10px;
	position: absolute;
	top:50%;
	right:28px;
	margin-top:-82.5px;
	-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:rgba(255,255,255,0.6);
	line-height:40px;
	font-size:16px;
	font-weight:bold;
}
.swiper-pagination-fraction .swiper-pagination-current{
	color:#fff;
	font-size:35px;
	font-weight:bold;
	position:relative;
	padding-right:48px;
}
.swiper-pagination-fraction .swiper-pagination-current:after{
	content:"";
	width:48px;
	height:1px;
	background:rgba(255,255,255,0.6);
	position:absolute;
	right:0;
	bottom:14px;
}
.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: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	margin:10px 0;
	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 {
	height:35px;
	border-radius:10px;
}

.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:#191919;
	line-height:55px;
	z-index:1;
	text-align:center;
	}
.tit h3 a{
	font-size:45px;
	color:#191919;
	}
.tit h3 span{
	font-size:45px;
	color:#191919;
	position:relative;
	z-index:1;
	padding:0 88px;
	}
.tit h3 span:before{
	content:"";
	width:60px;
	height:1px;
	background:#191919;
	position:absolute;
	left:0;
	top:27px;
}
.tit h3 span:after{
	content:"";
	width:60px;
	height:1px;
	background:#191919;
	position:absolute;
	right:0;
	top:27px;
}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:30px;
	font-family:Arial;
	color:#a7a7a7;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	margin-top:4px;
	}
	
/* 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;
	background-size:cover;
	padding-top:87px;
	padding-bottom:126px;
	position:relative;
	}
.about .aboutjs{
	width:71%;
	overflow:hidden;
	margin:auto;
	font-size:16px;
	color:#4f4f4f;
	line-height:30px;
	text-align:center;
	margin-top:32px;
	margin-bottom:37px;
	}
.about .aboutimg{
	width:62%;
	overflow:hidden;
	border-radius:50px 0 50px 0;
	}
.about .aboutimg img{
	max-width:100%;
	height:auto;
	}
.about .aboutimg video{
	width:100%;
	height:auto;
	}
.about .aboutrt{
	width:31%;
	overflow:hidden;
	}
.about .aboutrt dl{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #cccccc;
	padding-bottom:26px;
	margin-top:30px;
	}
.about .aboutrt dl dt{
	width:70%;
	overflow:hidden;
	float:left;
	}
.about .aboutrt dl dt h4{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#010101;
	}
.about .aboutrt dl dt h4 .counter{
	font-size:60px;
	color:#123d9d;
	font-family: myTwoFont;
	line-height:60px;
	}
.about .aboutrt dl dt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#010101;
	margin-top:20px;
	}
.about .aboutrt dl dd{
	width:30%;
	overflow:hidden;
	float:right;
	text-align:right;
	}
.about .aboutrt dl dd img{
	max-width:100%;
	height:auto;
	}
/* case
-------------------------------------------------------------- */
.case{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.caselist{
	width:100%;
	overflow:hidden;
	visibility:hidden;
	position:relative;
	z-index:-1;
	height:0;
	}
.caselist.cur{
	visibility:visible;
	position:relative;
	z-index:1;
	height:auto;
	}
.casebg{
	width:100%;
	height:960px;
	overflow:hidden;
	}
.casebg img{
	width:100%;
	height:100%;
	object-fit:cover;
	}
.case .tit{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:104px;
	left:0;
	z-index:99;
	}
.case .tit h3 a,.case .tit p{
	color:#fff;
	}
.case .tit h3 span:before,.case .tit h3 span:after{
	background:#fff;
	}
.casenr{
	margin-top:460px;
	position:absolute;
	left:50%;
	margin-left:-718px;
	top:0;
	z-index:99;
	}
.casenr h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	line-height:40px;
	margin-top:8px;
	}
.casenr .model{
	width:100%;
	overflow:hidden;
	font-size:66px;
	color:#fff;
	line-height:76px;
	font-weight:bold;
	}
.caselist .swiper-button{
	overflow:hidden;
	position:absolute;
	right:12.6%;
	bottom:394px;
	z-index:99;
	}
.caselist .swiper-button div{
	width:70px;
	height:70px;
	border-radius:100%;
	float:left;
	transition: all .5s ease;
	}
.caselist .swiper-button .swiper-button-prev{
	background:#fff url(../images/prev.png) no-repeat center;
	}
.caselist .swiper-button .swiper-button-prev:hover{
	background:#123d9d url(../images/prevh.png) no-repeat center;
	}
.caselist .swiper-button .swiper-button-next{
	background:#fff url(../images/next.png) no-repeat center;
	margin-left:24px;
	}
.caselist .swiper-button .swiper-button-next:hover{
	background:#123d9d url(../images/nexth.png) no-repeat center;
	}
.menu_i{
	position:absolute;
	left:50%;
	margin-left:-718px;
	bottom:62px;
	z-index:100;
	}
.menu_i ul{
	width:100%;
	overflow:hidden;
	padding-top:28px;
	}
.menu_i ul li{
	width:30.6666666666667%;
	overflow:hidden;
	background:#fff;
	padding:28px 10px 28px 28px;
	float:left;
	margin-right:4%;
	float:left;
	transition: all .5s ease;
	}
.menu_i ul li:last-child{
	margin-right:0;
	}
.menu_i ul li.active{
	border:solid 4px #ff594a;
	border-radius:5px;
	position:relative;
	bottom:28px;
	}
.menu_i ul li .menuimg{
	overflow:hidden;
	padding:0;
	}
.menu_i ul li .menuimg img{
	max-width:100%;
	height:auto;
	}
.menu_i ul li .menurt{
	overflow:hidden;
	padding:0 0 0 20px;
	}
.menu_i ul li .menurt .menunum,.menu_i ul li .menurt h4,.menu_i ul li .menurt p{
	width:100%;
	overflow:hidden;
	}
.menu_i ul li .menurt .menunum{
	font-size:54px;
	color:#123d9d;
	line-height:54px;
	font-family: myTwoFont;
	}
.menu_i ul li .menurt h4{
	font-size:25px;
	color:#1e1e1e;
	line-height:35px;
	margin-top:10px;
	}
.menu_i ul li .menurt p{
	color:#a8a8a8;
	font-family:Arial;
	line-height:20px;
	}
	
/* ys_jbz
-------------------------------------------------------------- */
.ys_jbz{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/jbzbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:106px;
	}
.ys_jbz .tit h3 span,.ys_jbz .tit p{
	color:#fff;
	}
.ys_jbz .tit h3 span:before,.ys_jbz .tit h3 span:after{
	background:#fff;
	}
.ysnr_jbz{
	margin-top:73px;
	}
.ysnr_jbz,.ysnr_jbz ul{
	width:100%;
	overflow:hidden;
	}
.ysnr_jbz ul{
	padding:30px 0;
	}
.ysnr_jbz ul li{
	overflow:hidden;
	height:500px;
	padding:90px 52px 0 52px;
	transition: all .5s ease;
	}
.ysnr_jbz ul li:first-child{
	background:url(../images/jbzimg1.jpg) no-repeat top center;
	background-size:cover;
	}
.ysnr_jbz ul li:nth-child(2){
	background:url(../images/jbzimg2.jpg) no-repeat top center;
	background-size:cover;
	}
.ysnr_jbz ul li:nth-child(3){
	background:url(../images/jbzimg3.jpg) no-repeat top center;
	background-size:cover;
	}
.ysnr_jbz ul li:nth-child(4){
	background:url(../images/jbzimg4.jpg) no-repeat top center;
	background-size:cover;
	}
.ysnr_jbz ul li .ysnum,.ysnr_jbz ul li p{
	width:100%;
	overflow:hidden;
	}
.ysnr_jbz ul li .ysnum{
	font-size:88px;
	color:#fff;
	line-height:88px;
	text-align:center;
	font-family: myTwoFont;
	}
.ysnr_jbz ul li span{
	display:block;
	width:46px;
	height:1px;
	background:#fff;
	margin:25px auto 0;
	}
.ysnr_jbz ul li p{
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:34px;
	}
.ysnr_jbz ul li:hover{
	height:560px;
	background:#123d9d;
	margin-top:-30px;
	}
/* ys_bhz
-------------------------------------------------------------- */
.ys_bhz{
	width:100%;
	overflow:hidden;
	background:url(../images/ysbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:158px;
	padding-bottom:135px;
	}
.ysnr_bhz{
	position:relative;
	}
.bhznr{
	width:56%;
	overflow:hidden;
	background:#fff;
	position:absolute;
	right:0;
	bottom:0;
	box-shadow:0px 0px 65px rgba(4,0,0,0.1);
	padding:58px;
	}
.bhznr h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#303030;
	line-height:55px;
	}
.bhznr .bhzen{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#303030;
	line-height:36px;
	font-weight:bold;
	}
.bhzimg{
	overflow:hidden;
	}
.bhzlist{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d8d8d8;
	margin-top:36px;
	padding-top:28px;
	}
.bhzlist .swiper-slide p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:10px;
	}
.ysnr_bhz .swiper-button{
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	padding:12px;
	z-index:99;
	}
.ysnr_bhz .swiper-button div{
	width:70px;
	height:70px;
	border-radius:100%;
	float:left;
	box-shadow:0px 0px 10px rgba(4,0,0,0.1);
	transition: all .5s ease;
	outline:none;
	}
.ysnr_bhz .swiper-button .swiper-button-prev{
	background:#fff url(../images/prev.png) no-repeat center;
	}
.ysnr_bhz .swiper-button .swiper-button-prev:hover{
	background:#123d9d url(../images/prevh.png) no-repeat center;
	}
.ysnr_bhz .swiper-button .swiper-button-next{
	background:#fff url(../images/next.png) no-repeat center;
	margin-left:24px;
	}
.ysnr_bhz .swiper-button .swiper-button-next:hover{
	background:#123d9d url(../images/nexth.png) no-repeat center;
	}
/* hzhb
-------------------------------------------------------------- */
.hzhb{
	margin-top:80px;
}
.hzhbnr{
	margin-top:40px;
}
.hzhbnr,.hzhbnr ul{
	width:100%;
	overflow:hidden;
}
.hzhb .hzhbnr ul li{
	width:23%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	border:solid 5px #ececec;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.hzhb .hzhbnr ul li img{
	max-width:100%;
	height:auto;
}
.hzhb .hzhbnr ul li:hover{
	border:solid 5px #123d9d;
}
.hzhb .hzhbnr ul li:hover img{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
	}
.hzhbmore{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.hzhbmore a{
	display: block;
    width: 178px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    color: #000;
    border: solid 1px #000;
	margin:auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.hzhbmore a:hover{
	background:#123d9d;
	border:solid 1px #123d9d;
	color:#fff;
}
/* news
-------------------------------------------------------------- */
.news{
	margin-top:80px;
	margin-bottom:138px;
	}
.news .newstit{
	width:100%;
	overflow:hidden;
	}
.newstit .newsmore{
	overflow:hidden;
	line-height:30px;
	letter-spacing:4px;
	position:relative;
	padding-left:86px;
	margin-top:60px;
	}
.newstit .newsmore:before{
	content:"";
	width:75px;
	height:1px;
	background:#262626;
	position:absolute;
	left:0;
	top:14.5px;
	}
.newstit .newsmore a{
	font-size:18px;
	color:#000;
	}
.news .newsnr{
	width:100%;
	overflow:hidden;
	margin-top:37px;
	}
.newslist{
	width:100%;
	overflow:hidden;
	background:#163c7e;
	border-radius:15px;
	}
.newslist .newslf,.newslist .newsrt{
	overflow:hidden;
	padding:0;
	}
.newslist .newsrt{
	padding:96px 48px 48px 48px;
	}
.newslist .newsdate{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:16px;
	line-height:30px;
	}
.newslist h4{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:30px;
	line-height:40px;
	font-weight:normal;
	margin-top:4px;
	}
.newslist .newsgd{
	width:206px;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	border-bottom:solid 1px rgba(255,255,255,0.4);
	background:url(../images/icon5.png) no-repeat right 12px;
	padding-bottom:6px;
	margin-top:107px;
	}
.newscont{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	border-bottom:solid 1px #d8d8d8;
	}
.newscont dl{
	width:32%;
	overflow:hidden;
	float:left;
	padding:0 0 43px 0;
	margin-right:2%;
	position:relative;
	}
.newscont dl:after{
	content:"";
	width:0;
	height:3px;
	background:#123d9d;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.newscont dl:hover:after{
	width:100%;
	}
.newscont dl:last-child{
	margin-right:0;
	}
.newscont dl dt{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	float:left;
	}
.newscont dl dt{
	width:100%;
	overflow:hidden;
	height:297px;
	position:relative;
	}
.newscont 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;
	}
.newscont dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.newscont dl dd{
	width:100%;
	overflow:hidden;
	}
.newscont dl dd .newsdate{
	width:100%;
	overflow:hidden;
	font-size:16px;
	font-family:Arial;
	color:#343434;
	font-weight:bold;
	line-height:30px;
	margin-top:23px;
	}
.newscont dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#343434;
	line-height:35px;
	margin-top:12px;
	}
.newscont dl dd p{
	width:100%;
	overflow:hidden;
	color:#a3a3a3;
	line-height:30px;
	margin-top:44px;
	background:url(../images/icon5.png) no-repeat 78px center;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newscont dl:hover dd p{
	background: url(../images/iconh5.png) no-repeat 78px center;
	}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:#f8f9fa url(../images/probg.jpg) no-repeat top center;
	padding-top:150px;
	}
.pronr .tit h3,.pronr .tit h3 a,.pronr .tit p{
	color:#fff;
	text-align:center;
	}
.pro .protit .tit{
	width:30%;
	overflow:hidden;
	float:left;
	}
.pro .protit .tit span{
	width: 6px;
    height: 68px;
    display: block;
    background: #c21b29;
    border-radius: 5px;
    margin-top: 16px;
	}
.pro .protit .tit h3:after{
	background:#e8e9e9;
	}
.prolist{
	width:100%;
	position:relative;
	margin-top:118px;
	}
.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 10px;
	}
.prolist dl{
	background:#fff;
	border-radius:20px;
	padding-bottom:40px;
	position:relative;
	}
.prolist dl:before{
	content:"";
	width:100%;
	height:100%;
	background:rgba(22,60,126,0.77) url(../images/icon3.png) no-repeat center;
	position:absolute;
	left:0;
	top:0;
	z-index:99;
	transition: all .5s ease;
	opacity:0;
	}
.prolist dl:hover:before{
	opacity:1;
	}
.prolist dl,.prolist dl dt,.prolist dl dd{
	width:100%;
	overflow:hidden;
	}
.prolist dl dt img{
	max-width:100%;
	height:auto;
	}
.prolist dl dd{
	font-size:18px;
	line-height:30px;
	color:#212121;
	text-align:center;
	}
/* shop
-------------------------------------------------------------- */
.shop{
	width:100%;
	overflow:hidden;
	background:#f8f9fa;
	padding-top:132px;
	padding-bottom:138px;
	}
.shop .tit p,.shop .tit h3{
	text-align:center;
	}
.shop ul{
	width:100%;
	overflow:hidden;
	margin-top:55px;
	}
.shop ul li{
	width:31.333333333%;
	overflow:hidden;
	float:left;
	margin:10px 1%;
	border-radius:15px;
	}
.shop ul li img{
	max-width:100%;
	height:auto;
	}
/* products
-------------------------------------------------------------- */
.products{
	width:100%;
	overflow:hidden;
	padding-left:11.6%;
	padding-top:112px;
	margin-bottom:60px;
	position:relative;
	}
.products .productstb{
	position:absolute;
	right:74px;
	top:70px;
	z-index:99;
	}
.products_tit{
	width:100%;
	overflow:hidden;
	}
.products_tit h3{
	width:100%;
	overflow:hidden;
	font-size:70px;
	color:#2a5196;
	line-height:70px;
	text-transform:uppercase;
	}
.productsnr{
	width:100%;
	overflow:hidden;
	margin-top:80px;
	background:url(../images/pea.png) no-repeat 89% bottom;
	padding-bottom:110px;
	}
.productsnr .swiper {
        width: 120%;
      }
.productsnr .swiper-backface-hidden .swiper-slide{
	padding:0 15px;
		}
.productsnr .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
.productsnr .swiper-slide {
        background-size: cover;
        background-position: center;
      }
.productsnr .mySwiper {
        height: 20%;
        box-sizing: border-box;
      }
.productsnr .mySwiper .swiper-slide {
        width: 25%;
        height:210px;
		background:#d7db49;
		    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	    position: relative;
      }
.productsnr .mySwiper .swiper-slide .tablf{
	width:70%;
	text-align:center;
	position: absolute;
    left: 0;
    bottom: 48px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.productsnr .mySwiper .swiper-slide-thumb-active .tablf{
	bottom:55px;
	}
.productsnr .mySwiper .swiper-slide .tabrt{
	width:30%;
	position: absolute;
    right: 0;
    top: 55px;
	}
.productsnr .mySwiper .swiper-slide .tabrt p{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#333333;
	text-transform:uppercase;
	line-height:35px;
	text-align:left;
	font-weight:bold;
	}
.productsnr .mySwiper .swiper-slide .tabrt hr{
	width:46px;
	border:none;
	border-bottom:solid 2px #333;
	margin-top:42px;
	}
.productsnr .mySwiper .swiper-slide-thumb-active {
	background:#2a5196;
      }
.productsnr .mySwiper .swiper-slide-thumb-active .tabrt p{
	color:#fff;
	}
.productsnr .mySwiper .swiper-slide-thumb-active .tabrt hr{
	border-color:#fff;
	}
.productsnr .swiper-slide img {
        max-width: 100%;
		width:40%;
		height:auto;
      }
.productsnr .mySwiper .swiper-slide-thumb-active img{
	width:auto;
	}
.productslist{
	width:100%;
	overflow:hidden;
	}
.productslist .products_img{
	width:100%;
	overflow:hidden;
	position:relative;
	transform: scaleY(0.7);
	}
.productslist .products_img img{
	width:100%;
	height:auto;
	}
.productslist .products_img:after{
	content:"";
	width:100%;
	height:45%;
	    background: -webkit-linear-gradient(top, rgba(215,219,73,0) ,#d7db49 );
    background: -o-linear-gradient(bottom, rgba(215,219,73,0) , #d7db49);
    background: -moz-linear-gradient(bottom, rgba(215,219,73,0) , #d7db49);
    background: linear-gradient(to bottom, rgba(215,219,73,0) ,#d7db49);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
	}
.productslist .products_tit{
	font-size:16px;
	color:#2a5196;
	width:198px;
	height:58px;
	text-align:center;
	line-height:58px;
	background:#fff;
	border-radius:10px;
	text-transform:uppercase;
	font-weight:bold;
	position:absolute;
	left:35px;
	bottom:38px;
	z-index:9;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
	}
.productsnr .swiper-wrapper .products_nr{
	width:100%;
	overflow:hidden;
	margin-top:46px;
	display:none;
	}
.products_nr .products_ls{
	width:30%;
	height:35px;
	overflow:hidden;
	color:#333333;
	font-family:Arial;
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	background:url(../images/icon13.jpg) no-repeat left top;
	padding-left:56px;
	padding-top:12px;
	}
.products_nr .products_rt{
	width:70%;
	overflow:hidden;
	}
.products_nr .products_rt h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:58px;
	color:#333333;
	text-transform:uppercase;
	line-height:58px;
	}
.products_nr .products_rt .products_rtnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#676767;
	text-align:left;
	border-top:solid 2px #c1c1c1;
	padding-top:35px;
	margin-top:32px;
	}
.productslist .products_img:hover:after,.productslist .products_img:hover .products_tit{
	opacity:1;
	}
.productsnr .swiper-wrapper .swiper-slide-active .products_nr{
	display:block;
	}
.productsnr .swiper-wrapper .swiper-slide-active .productslist .products_img{
	transform: scale(1);
	}
.productsnr .swiper-wrapper .swiper-slide-active .productslist .products_img{
	border-radius:50px 0 0 0;
	}
.productsnr .swiper-button-prev,.productsnr .swiper-button-next {
    width: 100px;
    height: 100px;
    border-radius: 5px;
	position:absolute;
	z-index:992;
}
.productsnr .swiper-button-next {
    background: #d7db49 url(../images/next.png) no-repeat center;
	left:948px;
	bottom:145px;
}
.productsnr .swiper-button-prev {
    background: #2a5196 url(../images/prev.png) no-repeat center;
	left:846px;
	bottom:145px;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.productsnr .swiper-button-next {
		left:1200px;
		bottom:125px;
		}
	.productsnr .swiper-button-prev {
		left:1098px;
		bottom:125px;
		}
	}

.scrolltop{
	width:104px;
	height:104px;
	background:#123d9d;
	overflow:hidden;
	border-radius:50%;
	position:fixed;
	right:40px;
	bottom:50px;
	z-index:990;
	padding-top:30px;
	cursor:pointer;
}
.scrolltopimg,.scrolltop p{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.scrolltopimg img{
	max-width:100%;
	height:auto;
	}
.scrolltop p{
	color:#fff;
	line-height:30px;
	}
/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	background:#2a2a2a;
	color:#fff;
	line-height:30px;
	padding:48px 0;
	border-bottom:solid 1px #424242;
	}
.linknr{
	color:#fff;
	font-size:22px;
	}
.linknr img{
	margin-right:22px;
	}
.link a{
	margin-right:10px;
	color:rgba(255,255,255,0.6);
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#2a2a2a;
	position:relative;
}
.footernr{
	padding-top:53px;
	padding-bottom:92px;
	}
.footernr .footerlf{
	width:77%;
	overflow:hidden;
	border-right:solid 1px #1b1b1b;
	position:relative;
	}
.footernr .footerlf:after{
	content:"";
	width:1px;
	height:100%;
	background:#3e3e3e;
	position:absolute;
	right:0;
	top:0;
	}
.footernr .footerlf ul,.footernr .footerlf ul li h4,.footernr .footerlf ul li p{
	width:100%;
	overflow:hidden;
	}
.footernr .footerlf ul li{
	width:20%;
	overflow:hidden;
	float:left;
	}
.footernr .footerlf ul li h4{
	font-size:18px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	margin-bottom:8px;
	}
.footernr .footerlf ul li h4 a{
	font-size:18px;
	color:#fff;
	}
.footernr .footerlf ul li p{
	font-size:16px;
	color:rgba(255,255,255,0.3);
	line-height:30px;
	margin-top:10px;
	}
.footernr .footerlf ul li p a{
	font-size:16px;
	color:rgba(255,255,255,0.3);
	}
.footernr .footerlf ul li p a:hover{
	color:#fff;
}
.footernr .footerrt{
	width:23%;
	overflow:hidden;
	}
.footernr .footerrt dl{
	overflow:hidden;
	float:right;
	}
.footernr .footerrt dl dt,.footernr .footerrt dl dd{
	overflow:hidden;
	text-align:center;
	}
.footernr .footerrt dl dd{
	color:#fff;
	line-height:30px;
	}
.bottel{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:16px;
	line-height:30px;
	color:#fff;
	}
.bottelnr{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:38px;
	color:#fff;
	font-family:Arial;
	line-height:38px;
	margin-bottom:42px;
	}
.bot{
	width:100%;
	overflow:hidden;
	background:#2a2a2a;
	padding:36px 0;
	border-top: solid 1px #424242;
	}
.bot .botnr .botlf,.bot .botnr .botrt{
	overflow:hidden;
	padding:0;
	line-height:30px;
	font-size:15px;
	color:rgba(255,255,255,0.6);
	}
.bot .botnr .botlf a,.bot .botnr .botrt a{
	color:rgba(255,255,255,0.6);
}
.bot .botnr .botrt{
	text-align:right;
	}
/* ivideo
-------------------------------------------------------------- */
.ivideo {
	width:300px;
    position: fixed;
    left: 0;
    bottom: 40px;
	overflow:hidden;
    box-sizing: content-box;
    margin: auto;
    z-index: 990;
}
.ivideo video{
	width:100%;
	height:auto;
}
.closed{
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	z-index:991;
	cursor:pointer;
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:230px;
	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:600px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:394px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:338px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:319px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:270px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:232px;
	}
}*/
@media(max-width:768px) {
	.banner_n{
		height:180px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:150px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:127px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #e6e6e6;
}
.positionnr .positionrt {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #343434;
	line-height: 30px;
	padding: 10px 0 10px 30px;
	background: url(../images/icon11.png) no-repeat left 14.5px;
}
.positionnr .positionrt a {
	font-size: 16px;
	color: #343434;
}
.position a:hover {
	color: #0765a7;
}
.nmenu {
	overflow: hidden;
}
.nmenu ul {
	overflow: hidden;
	margin: 0;
}
.nmenu ul li {
	overflow: hidden;
	float: left;
	line-height: 50px;
	text-align: center;
}
.nmenu ul li a {
	padding:0 44px;
	font-size: 16px;
	color: #262626;
	display: block;
}
.nmenu ul li:hover,.nmenu ul li.active{
	background:#123d9d;
}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#fff;
}
/* ys
-------------------------------------------------------------- */
.ys,.ys ul{
	width:100%;
	overflow:hidden;
	}
.ys ul li{
	width:20%;
	height:900px;
	overflow:hidden;
	float:left;
	position:relative;
	}
.ys ul li .ysicon{
	overflow:hidden;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}
.ys ul li .ysicon img{
	max-width:100%;
	height:auto;
	}
.ys ul li h4{
	width:40px;
	overflow:hidden;
	float:left;
	font-size:37px;
	color:#fff;
	padding-top:20px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.ys ul li .ysjs{
	width:44px;
	height:200px;
	overflow:hidden;
	background:#fff;
	border-radius:25px;
	margin-top:20px;
	float:left;
	font-size:17px;
	color:#c21b29;
	padding:0 10px;
	text-align:center;
	line-height:18px;
	font-weight:bold;
	padding-top:26px;
	margin-left:20px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.ys ul li .ystop{
	width:148px;
	overflow:hidden;
	margin:98px auto 0;
	}
.ys ul li .ysms{
	width:20px;
	overflow:hidden;
	color:rgba(255,255,255,0.8);
	font-size:16px;
	margin-top:20px;
	float:left;
	margin-left:24px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.ys ul li:first-child{
	background:url(../images/ysbg1.jpg) no-repeat top center;
	background-size:cover;
	}
.ys ul li:nth-child(2){
	background:url(../images/ysbg2.jpg) no-repeat top center;
	background-size:cover;
	}
.ys ul li:nth-child(3){
	background:url(../images/ysbg3.jpg) no-repeat top center;
	background-size:cover;
	}
.ys ul li:nth-child(4){
	background:url(../images/ysbg4.jpg) no-repeat top center;
	background-size:cover;
	}
.ys ul li:nth-child(5){
	background:url(../images/ysbg5.jpg) no-repeat top center;
	background-size:cover;
	}
.ys ul li .ystext{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:415px;
	opacity:0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.ys ul li .ystext h5,.ys ul li .ystext p{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.ys ul li .ystext h5{
	font-size:20px;
	color:#fff;
	line-height:30px;
	}
.ys ul li .ystext p{
	font-size:15px;
	color:rgba(255,255,255,0.6);
	line-height:30px;
	}
.ys ul li .line{
	width:1px;
	height:78px;
	background:#fff;
	position:absolute;
	left:50%;
	margin-left:-0.5px;
	bottom:176px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.ys ul li .ysrq{
	width:266px;
	height:266px;
	overflow:hidden;
	border:dashed 1px rgba(255,255,255,0.5);
	border-radius:50%;
	padding:25px;
	position:absolute;
	left:50%;
	margin-left:-133px;
	bottom:80px;
	opacity:0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.ys ul li .ysimg{
	width:216px;
	height:216px;
	overflow:hidden;
	border-radius:50%;
	margin:auto;
	}
.ys ul li:hover .ysicon{
	opacity:1;
	float:left;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.ys ul li:hover .ysjs,.ys ul li:hover .ysms{
	opacity:0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}
.ys ul li:hover h4{
	float:right;
	}
.ys ul li:hover .line{
	height:28px;
	bottom:370px;
	}
.ys ul li:hover .ysrq,.ys ul li:hover .ystext{
	opacity:1;
	}

/* 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
-------------------------------------------------------------- */
.aboutmargin{
	margin-bottom:80px;
}
.about_n{
	padding-top:80px;
	}
.about_n .aboutlf_n{
	width:46%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.about_n .aboutlf_n h3{
	width:100%;
	overflow:hidden;
	color:#333;
	font-size:65px;
	line-height:75px;
	}
.about_n .aboutlf_n h4{
	width:100%;
	overflow:hidden;
	font-size:35px;
	line-height:45px;
	color:#333;
	margin-top:60px;
	}
.about_n .aboutimg_n{
	width:43%;
	overflow:hidden;
	}
.about_n .aboutimg_n img,.about_n .aboutnr_n img{
	max-width:100%;
	height:auto;
	}
.about_n .aboutnr_n{
	width:100%;
	overflow:hidden;
	font-size:17px;
	line-height:30px;
	color:#333;
	margin-top:66px;
	}
.about_n .aboutlf_n p{
	overflow:hidden;
	font-size:17px;
	line-height:30px;
	color:#333;
	}

/* 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;
	}
/* pro_n
-------------------------------------------------------------- */
.pro_n{
	margin-top:80px;
	margin-bottom:80px;
	}
.pro_n h3{
	width:100%;
	overflow:hidden;
	font-size:65px;
	line-height:75px;
	color:#333;
	margin-bottom:50px;
	}
.promenu{
	margin-bottom:40px;
	}
.promenu,.promenu ul{
	width:100%;
	overflow:hidden;
	}
.promenu ul li{
	overflow:hidden;
	line-height: 46px;
    float: left;
    margin: 0% 1% 1% 0%;
    background: #eeeeee;
    width: 19%;
    text-align: center;
	}
.promenu ul li a{
	font-size:16px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.promenu ul li a:hover,.promenu ul li.active a{
	color:#123d9d;
	}
.pronr_n{
	width:100%;
	overflow:hidden;
	}
.pronr_n dl{
	overflow:hidden;
	padding:0 20px;
	margin:20px 0;
	}
.pronr_n dl dt,.pronr_n dl dd,.pronr_n dl dd h4,.pronr_n dl dd p{
	width:100%;
	overflow:hidden;
	}
.pronr_n dl dt{
	position:relative;
	height:339px;
	}
.pronr_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;
	}
.pronr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.pronr_n dl dd{
	padding: 24px 20px 26px;
	background: #ededed;
	}
.pronr_n dl dd h4{
	font-size:20px;
	color:#123d9d;
	line-height:30px;
	font-weight:normal;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.pronr_n dl dd p{
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:18px;
	}
.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.nprort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.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: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}
.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;
}

/*产品展示结束*
/* 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;
	}
/* job
-------------------------------------------------------------- */
.job{
	margin-top:60px;
	margin-bottom:60px;
	}
.jobnr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.job .tit{
	width:100%;
	border-bottom:solid 1px #e0e1e1;
	padding-bottom:24px;
	}
.job .joblf{
	padding:60px 45px 0 0;
	}
.job .joblf h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	margin-bottom:20px;
	}
.job .joblf p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	}
.job .jobrt{
	padding:0;
	overflow:hidden;
	border-radius:20px 0;
	}
.job .jobrt img{
	width:100%;
	height:auto;
	}
.joblist{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.jobfb{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
	
/* nnews
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.news_n dl{
	overflow:hidden;
	margin:20px 0;
	padding:0 15px;
	}

.news_n dl dt{
	width:100%;
	overflow:hidden;
	height:260px;
	position:relative;
	}
.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 .newsdate{
	width:100%;
	overflow:hidden;
	font-size:16px;
	font-family:Arial;
	color:#343434;
	font-weight:bold;
	line-height:30px;
	margin-top:23px;
	}
.news_n dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#343434;
	line-height:35px;
	margin-top:12px;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.news_n dl dd p{
	width:100%;
	overflow:hidden;
	color:#a3a3a3;
	line-height:30px;
	margin-top:44px;
	background:url(../images/icon5.png) no-repeat 78px center;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.news_n dl:hover dd p{
	background: url(../images/iconh5.png) no-repeat 78px center;
	}
.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 .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;
	}
/* 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:320px;
	}
.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;
	height:60px;
	}
.case_n dl:hover dd{
	color:#123d9d;
}
.gallery{
	width:100%;
	overflow:hidden;
	position:relative;
}

	
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
	}
.ncontact .ntit h3{
	text-align:left;
	}
.ncontact .ntit p{
	text-align:left;
	font-size:20px;
	color:#e0e0e0;
	}
.ncontact .ncontactnr{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.ncontactnr .ncontactlf{
	width:80%;
	overflow:hidden;
	background:#fff;
	}
.ncontactnr .ncontactlf ul,.ncontactnr .ncontactlf ul li{
	width:100%;
	overflow:hidden;
	}
.ncontactnr .ncontactlf ul li{
	padding-bottom:20px;
	}
.ncontactnr .ncontactlf ul li h4{
	margin:0;
	}
.ncontactnr .ncontactlf ul li h4,.ncontactnr .ncontactlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#737373;
	line-height:30px;
	}
.ncontactnr .ncontactlf p a{
	font-size:16px;
	color:#737373;
}
.ncontactnr .ncontactrt{
	width:20%;
	overflow:hidden;
	}
.ncontactnr .ncontactrt dl{
	overflow:hidden;
	float:right;
	}
.ncontactnr .ncontactrt dl dt,.ncontactnr .ncontactrt dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.ncontactnr .ncontactrt dl dt img{
	border:solid 1px #ccc;
	max-width:100%;
	height:auto;
}
.ncontactnr .ncontactrt dl dd{
	line-height:30px;
}

/* nmessage
-------------------------------------------------------------- */
.nmessage ::-webkit-input-placeholder {
  color: #a3a3a3;
}
.nmessage :-moz-placeholder {
  color: #a3a3a3;
}
.nmessage ::-moz-placeholder{
color: #a3a3a3;
}
.nmessage :-ms-input-placeholder {
  color: #a3a3a3;
}
.nmessage{
	margin-top:80px;
	margin-bottom:40px;
}
.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/icon8.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon9.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr dl:nth-child(3) dd textarea{
	background:#fff url(../images/icon10.png) no-repeat 24px 21.5px;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background:#123d9d;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	color:#343434;
	}
.btn1 .intxt{
	width:60px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}

/* 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:#123d9d;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.tel{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:18px;float:right;margin-right:10px;}
.rg img{
    width: 24px;
}
.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) {
	.pronr_n dl dt{
		height:332px;
	}
	.case_n dl dt{
		height:321px;
	}
	.news_n dl dt{
		height:255px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.pronr_n dl dt{
		height:296px;
	}
	.case_n dl dt{
		height:286px;
	}
	.news_n dl dt{
		height:228px;
	}
	.newscont dl dt{
		height:264px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.pronr_n dl dt{
		height:279px;
	}
	.case_n dl dt{
		height:269px;
	}
	.news_n dl dt{
		height:214px;
	}
	.newscont dl dt{
		height:249px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.pronr_n dl dt{
		height:261px;
	}
	.case_n dl dt{
		height:251px;
	}
	.news_n dl dt{
		height:201px;
	}
	.newscont dl dt{
		height:234px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.pronr_n dl dt{
		height:233px;
	}
	.case_n dl dt{
		height:223px;
	}
	.news_n dl dt{
		height:179px;
	}
	.newscont dl dt{
		height:211px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.pronr_n dl dt{
		height:205px;
	}
	.case_n dl dt{
		height:195px;
	}
	.news_n dl dt{
		height:157px;
	}
	.newscont dl dt{
		height:187px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.pronr_n dl dt{
		height:198px;
	}
	.case_n dl dt{
		height:188px;
	}
	.news_n dl dt{
		height:152px;
	}
	.newscont dl dt{
		height:181px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.pronr_n dl dt{
		height:169px;
	}
	.case_n dl dt{
		height:253px;
	}
	.news_n dl dt{
		height:202px;
	}
	.newscont dl dt{
		height:157px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.pronr_n dl dt{
		height:148px;
	}
	.case_n dl dt{
		height:223px;
	}
	.news_n dl dt{
		height:179px;
	}
	.newscont dl dt{
		height:140px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.pronr_n dl dt{
		height:261px;
	}
	.case_n dl dt{
		height:392px;
	}
	.news_n dl dt{
		height:294px;
	}
	.newscont dl dt{
		height:366px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.pronr_n dl dt{
		height:217px;
	}
	.case_n dl dt{
		height:326px;
	}
	.news_n dl dt{
		height:245px;
	}
	.newscont dl dt{
		height:309px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.pronr_n dl dt{
		height:167px;
	}
	.case_n dl dt{
		height:250px;
	}
	.news_n dl dt{
		height:189px;
	}
	.newscont dl dt{
		height:243px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.pronr_n dl dt{
		height:145px;
	}
	.case_n dl dt{
		height:217px;
	}
	.news_n dl dt{
		height:165px;
	}
	.newscont dl dt{
		height:214px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.pronr_n dl dt{
		height:120px;
	}
	.case_n dl dt{
		height:181px;
	}
	.news_n dl dt{
		height:138px;
	}
	.newscont dl dt{
		height:183px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.pronr_n dl dt{
		height:103px;
	}
	.case_n dl dt{
		height:154px;
	}
	.news_n dl dt{
		height:119px;
	}
	.newscont dl dt{
		height:160px;
	}
}

@media(max-width:1680px) {
	
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
		}
	.nav {
		margin-right: 50px;
	}
	.nav .menu > li {
        margin: 0 30px;
    }
	.tit h3,.tit h3 span,.tit h3 a{
		font-size:40px;
		line-height:50px;
	}
	.tit h3 span:before,.tit h3 span:after{
		top:24.5px;
	}
	.caselist .swiper-button {
		right: 6%;
	}
	.casenr{
		margin-left:-44%;
	}
	.menu_i ul li .menurt h4{
		font-size:22px;
		line-height:32px;
	}
	.newscont dl dd h4{
		font-size:22px;
		line-height:32px;
		height:64px;
	}
	.bhznr h3 {
		font-size: 40px;
		line-height: 50px;
	}
	.casenr .model{
		font-size:56px;
		line-height:66px;
	}
	.casenr h4{
		font-size:26px;
		line-height:36px;
	}
	.menu_i {
		margin-left: -44%;
	}
	.about_n .aboutlf_n h3,.pro_n h3{
		font-size:60px;
		line-height:70px;
	}
	.about_n .aboutlf_n h4 {
		font-size: 30px;
		line-height: 40px;
	}
	.news_n dl dd h4{
		font-size:22px;
		line-height:32px;
	}
}
@media(max-width:1440px) {
    .nav {
        margin-right: 30px;
    }
	.nav .menu > li {
		margin: 0 25px;
	}
	.ysnr_jbz ul li{
		padding:90px 40px 0 40px;
	}
	.casenr .model{
		font-size:46px;
		line-height:56px;
	}
	.casenr h4{
		font-size:22px;
		line-height:32px;
	}
	.news_n h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.nprort h1 {
		font-size: 26px;
		line-height: 36px;
	}
	.bottelnr{
		font-size: 34px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li {
		margin: 0 20px;
	}
	.casenr .model{
		font-size:40px;
		line-height:50px;
	}
	.casenr h4{
		font-size:20px;
		line-height:30px;
	}
	.ysnr_jbz ul li{
		padding:90px 30px 0 30px;
	}
	.menu_i ul li .menurt h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.menu_i ul li .menurt .menunum {
		font-size: 50px;
		line-height: 50px;
	}
	.newscont dl dd h4 {
		font-size: 20px;
		line-height: 30px;
		height:60px;
	}
	.about_n .aboutlf_n h3,.pro_n h3{
		font-size:50px;
		line-height:60px;
	}
	.about_n .aboutlf_n h4 {
		font-size: 26px;
		line-height: 36px;
	}
	.news_n dl dd h4{
		font-size:20px;
		line-height:30px;
	}
}
@media(max-width:1280px) {
	.cnen{
		margin-right:10px;
	}
	.nav {
		margin-right: 15px;
	}
	.nav .menu > li {
        margin: 0 15px;
    }
	.nav .menu > li a{
	    font-size: 16px;
	}
	.tel {
        padding: 0 20px 0 80px;
	}
	.menu_i ul li .menurt h4 {
		font-size: 18px;
	}
	.menu_i ul li .menurt p{
		font-size:12px;
	}
	.menu_i ul li {
		padding: 20px 10px 20px 20px;
	}
	.menu_i ul li .menurt {
		padding: 0 0 0 10px;
	}
	.bottelnr{
		font-size: 30px;
	}
	.bhznr h3 {
		font-size: 36px;
		line-height: 46px;
	}
}
@media(max-width:1200px) {
	.nav {
		margin-right: 10px;
	}
	.tel {
        padding: 0 20px 0 60px;
        background-position: 15px;
    }
}
@media(max-width:1152px) {
	.nav .menu > li {
		margin: 0 12px;
	}
	.tit h3,.tit h3 span,.tit h3 a{
		font-size:36px;
		line-height:46px;
	}
	.tit h3 span:before,.tit h3 span:after{
		top:22.5px;
	}
	.about_n .aboutlf_n h3,.pro_n h3{
		font-size:40px;
		line-height:50px;
	}
	.about_n .aboutlf_n h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.bottelnr{
		font-size: 28px;
	}
}
@media(max-width:1100px) {
    .nav {
		margin-right: 5px;
	}
	.cnen {
        margin-right: 5px;
    }
	.nav .menu > li {
		margin: 0 8px;
	}
}
@media(max-width:1023px) {
	.logo{
		padding:10px 0;
	}
	.logo img{
		height:40px;
	}
	.header{
		height:60px;
	}
	.cnen a{
		line-height:60px;
	}
	.banner,.banner_n{
		margin-top:60px;
	}
	.pcban{
	    display: none;
	}
	.mban{
	    display: block;
	}
	.banner .swiper-slide,.banner .swiper-wrapper,.banner .img {
        height: auto;
    }
	.news {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.news .newsnr{
		margin-top:0;
	}
	.about .aboutjs{
		width:100%;
	}
	.tit h3, .tit h3 span, .tit h3 a {
		font-size: 32px;
		line-height: 42px;
	}
	.tit p{
		font-size:26px;
	}
	.bhzimg{
		width:100%;
	}
	.bhzimg img{
		max-width:100%;
		height:auto;
	}
	.bhznr{
		width:100%;
		position:inherit;
	}
	.ysnr_bhz .swiper-button div {
		width: 40px;
		height: 40px;
	}
	.ysnr_bhz .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.about_n .aboutlf_n,.about_n .aboutimg_n{
		width:100%;
	}
	.about_n .aboutimg_n{
		margin-top:20px;
	}
	.pronr_n dl dd h4,.case_n dl dd,.news_n dl dd h4{
		font-size: 18px;
	}
	.scrolltop{
		display:none !important;
	}
}
@media(max-width:991px) {
	.banner .swiper-pagination{
		right:10px;
	}
	.ys_bhz{
		padding:60px 0;
	}
	.about .aboutimg,.about .aboutrt{
		width:100%;
	}
	.case .tit{
		top:20px;
	}
	.casebg{
		height:auto;
	}
	.casebg img {
		height:auto;
		object-fit: inherit;
	}
	.casenr{
		margin-top: 200px;
	}
	.caselist .swiper-button{
		bottom:20px;
	}
	.caselist .swiper-button div {
		width: 40px;
		height: 40px;
	}
	.caselist .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.caselist .swiper-slide,.caselist .swiper-wrapper{
	    height: auto;
	}
	.hzhb .hzhbnr ul li{
		width:31.333333333%;
	}
	.menu_i{
		position:inherit;
		bottom:0;
	}
	.menu_i ul li {
		padding: 10px;
	}
	.menu_i ul li .menurt .menunum {
		font-size: 40px;
		line-height: 40px;
	}
	.menu_i ul li {
		width: 32%;
		margin-right: 2%;
	}
	.menu_i ul li .menuimg img{
		width:100%;
	}
	.news_n h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.ys_jbz{
		height:auto;
		padding-top:60px;
		padding-bottom:40px;
	}
	.ysnr_jbz {
		margin-top: 40px;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:20px;
	}
	.nprort .npro_infolei,.nprort .npro_infolei span{
		font-size:18px;
	}
	.nprort h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.nprort .npro_infolei{
		margin-bottom:0;
	}
	.footernr .footerlf,.footernr .footerrt{
		width:100%;
	}
	.footernr .footerlf{
		border-right:none;
	}
	.footernr .footerlf:after{
		display:none;
	}
	.footernr .footerlf ul li p{
		display:none;
	}
	.bot .botnr .botlf,.bot .botnr .botrt{
		width:100%;
	}
	.bot .botnr .botrt {
		text-align: left;
	}
}
@media(max-width:767px) {
    .mban .swiper-pagination-bullet{
        margin: 5px 0;
    }
    .mban .swiper-pagination-bullet-active{
        height: 25px;
    }
    .banner .swiper-pagination{
        margin-top: -45px;
    }
    .banner .swiper-slide .img img {
        width: 120%;
        margin-left: -10%;
    }
	.tit h3, .tit h3 span, .tit h3 a {
		font-size: 28px;
		line-height: 38px;
	}
	.tit h3 span:before, .tit h3 span:after {
		top: 18.5px;
	}
	.tit h3 span {
		padding: 0 68px;
	}
	.tit p{
		font-size:22px;
	}
	.ysnr_jbz ul li {
		padding: 60px 20px 0 20px;
	}
	.ysnr_jbz ul li .ysnum {
		font-size: 70px;
		line-height: 70px;
	}
	.hzhb .hzhbnr ul li{
		width:48%;
	}
	.newscont dl{
		width:100%;
		margin-right:0;
	}
	.about_n {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.about_n .aboutlf_n h3,.pro_n h3{
		font-size: 36px;
		line-height: 46px;
	}
	.about_n .aboutlf_n h4 {
		font-size: 20px;
		line-height: 30px;
		margin-top:20px;
	}
	.about_n .aboutnr_n{
		margin-top:40px;
	}
	.ncontactnr .ncontactlf,.ncontactnr .ncontactrt{
		width:100%;
	}
	.ncontactnr .ncontactrt dl{
		float:left;
	}
	.ncontactnr .ncontactrt{
		margin-top:10px;
	}
	.nmessagenr dl{
		width:100%;
	}
	.nmessagenr dl:nth-child(2n+1) {
		margin-right:0;
	}
	.nmessagenr dl:nth-child(2n) {
		margin-left:0;
	}
	.nmessagenr dl dd textarea{
		height:220px;
	}
}
@media(max-width:640px) {
	.swiper-pagination-bullet{
		margin: 5px 0;
	}
	.tit h3, .tit h3 span, .tit h3 a {
		font-size: 24px;
		line-height: 34px;
	}
	.tit h3 span:before, .tit h3 span:after {
		top: 16.5px;
		width:30px;
	}
	.tit h3 span {
		padding: 0 38px;
	}
	.tit p{
		font-size:18px;
	}
	.about {
		padding-top:60px;
		padding-bottom: 60px;
	}
	.about .aboutrt dl dt h4 .counter {
		font-size: 50px;
		line-height: 50px;
	}
	.casenr {
		margin-top: 0;
		bottom: 20px;
		top: inherit;
	}
	.casenr .model {
		font-size: 30px;
		line-height: 40px;
	}
	.casenr h4 {
		font-size: 16px;
		margin-top:0;
	}
	.bhznr{
		padding:50px 40px;
	}
	.bhznr h3 {
		font-size: 32px;
		line-height: 42px;
	}
	.bhznr .bhzen {
		font-size: 26px;
		line-height: 32px;
	}
	.about_n .aboutlf_n h3,.pro_n h3{
		font-size: 32px;
		line-height: 42px;
	}
	.about_n .aboutlf_n h4 {
		font-size: 18px;
	}
	.pronr_n dl dd h4,.case_n dl dd{
		font-size: 16px;
	}
	.promenu ul li {
		margin-right: 0;
		width: 33.333333333%;
		text-align: center;
	}
	.footernr .footerlf ul li {
		width: 33.333333333%;
	}
	.footernr {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media(max-width:540px) {
}
@media(max-width:500px) {
	.menu_i ul li {
		width: 98%;
		margin:10px 1%;
	}
	.case .tit {
		top: 5px;
	}
	.casenr .model {
		font-size: 26px;
		line-height: 36px;
	}
	.casenr {
		bottom: 5px;
	}
	.caselist .swiper-button {
		bottom: 5px;
	}
	.promenu ul li {
		width: 49%;
		margin-right:1%;
	}
}
@media(max-width:425px) {
	.bhznr {
		padding: 50px 30px;
	}
	.bhznr h3 {
		font-size: 28px;
		line-height: 38px;
	}
	.bhznr .bhzen {
		font-size: 22px;
		line-height: 28px;
	}
}
@media(max-width:375px) {
	.bhznr h3 {
		font-size: 24px;
		line-height: 34px;
	}
	.bhznr .bhzen {
		font-size: 18px;
		line-height: 24px;
	}
	.ys_jbz .tit h3 span:before, .ys_jbz .tit h3 span:after {
		display:none;
	}
	.ys_jbz .tit h3 span {
		padding: 0;
	}
	.ivideo {
		width: 80%;
	}
}
@media(max-width:319px) {
	.bhznr {
		padding: 50px 20px;
	}
}