@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

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

@font-face
{
	font-family: myFirstFont;
	src: url('../font/SOURCEHANSANSCN-REGULAR.OTF'),
		 url('../font/SOURCEHANSANSCN-REGULAR.eot'); /* IE9 */
}
@font-face
{
	font-family: myTwoFont;
	src: url('../font/BarlowCondensed-SemiBold_mianfeiziti.ttf'),
		 url('../font/BarlowCondensed-SemiBold_mianfeiziti.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:"myFirstFont","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: 998;
	top:0;
	padding:0 0 0 1%;
	}
.logo{
	overflow:hidden;
	padding:20px 0;
}
.logo img{
	max-width:100%;
	height:auto;
}
.toptel{
	width:100px;
	height:100%;
	background:#024d9e url(../images/icon2.png) no-repeat center;
}
.toptel a{
	display:block;
	width: 100%;
    height: 100%;
}
.language{
	margin-right:68px;
}
.language ul li{
	float:left;
	line-height:100px;
	margin-left:20px;
}
.language ul li a{
	font-size:16px;
	color:#252525;
}
.language ul li a i{
	margin-left:18px;
}
.cnen{
	position:relative;
}
.cnen .cnennr{
	width:100px;
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
}
.cnen .cnennr p{
	width:100%;
	padding:0;
	background: rgba(2,77,158,0.8);
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin:0 0 1px 0;
}
.cnen .cnennr p a {
	width:100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
	display:block;
}
.cnen .cnennr p:hover{
	background:#024d9e;
}
.small{
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); 
}
	
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}
.nav{
	text-align:right;
	margin-right:56px;
}
.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;
	position:relative;
	}

.nav .menu > li a{
	color:#fff;
	font-weight:bold;
	font-size:16px;
	color:#252525;
	display:block;
	padding:0 31px;
	line-height:100px;
	}

.nav .menu > li:hover a,.nav .menu > li.active a{
	font-weight:bold;
	color:#024d9e;
}


.nav .menu > li .submenu{

	width:150px;
	left:50%;
	margin-left:-75px;

	}

.nav .menu > li .submenu li{

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

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

}

.nav .menu > li .submenu li a{

	display:block;
	color:#222;
	background:none;
	font-size:14px;
	padding:0;
	line-height:30px;
}

.nav .menu > li .submenu li:hover{
	background:#024d9e;
}
.nav .menu > li .submenu li:hover a{
	color:#fff;
}

.cont{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1476px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:100px;
	}
.banner_bot{
	width:38%;
	height:100px;
	background:#fff;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	z-index:99;
}
.banner .down{
	width:222px;
	line-height:100px;
	height:100%;
	text-align:center;
	font-size:16px;
	color:#fff;
	background: #be131d; 
}
.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
}

.banner .swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

/*shubiao*/
.shubiao{
	overflow:hidden;
	padding-top:20px;
}
.mouse {
  position: relative;
  width: 22px;
  height: 36px;
  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;
}
.shubiao p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	line-height:30px;
}

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

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
.banner_more{
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	position:absolute;
	left:18%;
	bottom:124px;
	z-index:99;
}

.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{
	overflow:hidden;
	position:absolute;
	right:30%;
	bottom:40px;
	z-index:100;
	right:36px;
	}
.banner .swiper-button div{
	width:13px;
	height:20px;
	outline:none;
	float:left;
	border-radius:50%;
	}
.banner .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	}
.banner .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh.png) no-repeat center;
	}
.banner .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	margin-left:30px;
	}
.banner .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth.png) no-repeat center;
	}
.banner .swiper-button-lock {
	display: none
}

.banner .swiper-pagination {
	width:100%;
	position: absolute;
	text-align: center;
	bottom:46px;
	left:272px;
	-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-bullet{
	float:left;
	width:8px;
	height:8px;
	background:#d1d1d1;
	border-radius:50%;
	display:block;
	color:rgba(255,255,255,0.3);
	margin:0 19px;
	font-size:22px;
	font-family:Arial;
	line-height:30px;
	position:relative;
	}
.banner .swiper-pagination .swiper-pagination-bullet:before{
	content:"";
	width:20px;
	height:20px;
	border:solid 1px #024d9e;
	border-radius:50%;
	position:absolute;
	left:-6px;
	top:-6px;
	opacity:0;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #024d9e;
	}
.banner .swiper-pagination .swiper-pagination-bullet:hover,.banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #024d9e;
	}
.banner .swiper-pagination .swiper-pagination-bullet:hover:before,.banner .swiper-pagination .swiper-pagination-bullet-active:before{
	opacity:1;
	}

.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:#b1b1b1;
	line-height:40px;
	font-size:16px;
}
.swiper-pagination-fraction .swiper-pagination-current{
	color:#cf1423;
	font-size:26px;
	font-weight:bold;
}

.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)
}

.zsjmnr .swiper-pagination-bullet {
	width: 144px;
	height: 2px;
	display: inline-block;
	background: #fff;
	margin:10px 0;
	outline:none;
}

.zsjmnr  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
}

.zsjmnr  .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.zsjmnr  .swiper-pagination-bullet-active {
	background: #b50b1e;
}

.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*/

/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#939393;
	line-height:30px;
}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:52px;
	color:#222222;
	line-height:62px;
	margin-bottom:15px;
	}
.tit h3 a{
	font-size:52px;
	color:#222222;
	}
.bg{
	background:#f7f7f7;
	}
/* more
-------------------------------------------------------------- */
.more{
	width:210px;
	height:60px;
	line-height:60px;
	background:#fff url(../images/icon4.png) no-repeat 88% center;
	padding-left:46px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.more a{
	display:block;
	font-size:16px;
	color:#1a1a1a;
	}
.more:hover{
	background:#024d9e url(../images/iconh4.png) no-repeat 92% center;
	}
.more:hover a{
	color:#fff;
	}

/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:300px;
	}
.about .more{
	margin-top:96px;
	}
.about .aboutlf{
	overflow:hidden;
	padding:0;
	}
.about .aboutlf h3{
	width:100%;
	overflow:hidden;
	font-size:52px;
	line-height:62px;
	color:#fff;
	}
.about .aboutlf h3 a{
	font-size:52px;
	color:#fff;
	}
.aboutnr .aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
	margin-top:27px;
	}
.aboutlist{
	width:100%;
	overflow:hidden;
	border:solid 1px rgba(255,255,255,0.3);
	margin-top:136px;
	}
.aboutlist ul{
	width:100%;
	overflow:hidden;
	}
.aboutlist ul li{
	overflow:hidden;
	padding:58px 0;
	border-right:solid 1px rgba(255,255,255,0.3);
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist ul li:last-child{
	border-right:none;
	}
.aboutlist ul li .aboutlistlf{
	width:100%;
	overflow:hidden;
	/*border-right:solid 1px rgba(255,255,255,0.2);*/
	padding:0 0 0 88px;
	}
.aboutlist ul li .aboutlisticon{
	width:40%;
	overflow:hidden;
	padding-left:38px;
	}
.aboutlist ul li .aboutlisticon img{
	max-width:100%;
	height:auto;
}
.aboutlist ul li h4{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
	font-weight:normal;
	}
.aboutlist ul li h4 span{
	overflow:hidden;
	font-size:108px;
	color:#fff;
	font-family: myTwoFont;
	line-height:108px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist ul li p{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:16px;
	}
.aboutlist ul li:hover{
	background:#024d9e; 
	}
/* robot
-------------------------------------------------------------- */
.robot{
	padding-top:100px;
	padding-bottom:148px;
	}
.robottit{
	width:100%;
	overflow:hidden;
	}
.robot .tit{
	width:65%;
	padding-top:40px;
	background:url(../images/roboten.png) no-repeat left top;
	}
.robot .more{
	background-color:#eef2fc;
	float:right;
	margin-top:84px;
	}
.robot .more a{
	color:#7f8082;
	}
.robot .more:hover{
	background:#024d9e url(../images/iconh4.png) no-repeat 92% center;
	}
.robot .more:hover a{
	color:#fff;
	}
.robotnr{
	width:100%;
	overflow:hidden;
	margin-top:90px;
	}
.robotnr .robotlf{
	width:24%;
	overflow:hidden;
	}
.robotnr .robotlf ul,.robotnr .robotlf ul li,.robotnr .robotlf ul li h4,.robotnr .robotlf ul li p{
	width:100%;
	overflow:hidden;
	}
.robotnr .robotlf ul li h4{
	font-size:25px;
	color:#a8a8a8;
	line-height:30px;
	}
.robotnr .robotlf ul li p{
	font-size:16px;
	color:#dfdfdf;
	font-family:Arial;
	}
.robotnr .robotlf ul li{
	border-bottom:solid 3px #d6d6d6;
	padding-bottom:16px;
	margin-top:88px;
	background:url(../images/icon9.png) no-repeat 99% center;
	}
.robotnr .robotlf ul li:hover,.robotnr .robotlf ul li.active{
	background:url(../images/iconh9.png) no-repeat 99% center;
	border-bottom:solid 3px #024d9e ;
	}
.robotnr .robotlf ul li:hover h4,.robotnr .robotlf ul li.active h4{
	color:#222222;
	}
.robotnr .robotlf ul li:hover p,.robotnr .robotlf ul li.active p{
	color:#a9a9a9;
	}
.robotnr .robotrt{
	width:66%;
	overflow:hidden;
	padding-left:82px;
	position:relative;
	}
.robotlist{
	width:100%;
	overflow:hidden;
	display:none;
	}
.robotlist.active{
	display:block;
	}
.robotlist .robotimg{
	width:100%;
	overflow:hidden;
	}
.robotlist .robotimg img{
	width:100%;
	height:auto;
	}
.robotrt .owl-number{
	display:none;
	}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:#024d9e;
	padding-top:106px;
	padding-bottom:146px;
	}
.protit{
	width:100%;
	overflow:hidden;
	}
.protit .tit{
	width:70%;
	overflow:hidden;
	background:url(../images/proen.png) no-repeat left top;
	padding-top:40px;
	}
.protit .tit h3,.protit .tit h3 a{
	color:#fff;
	}
.protit .tit p{
	color:rgba(255,255,255,0.5);
	}
.protit .more{
	margin-top:85px;
	}
.protit .more:hover{
	background:#fff url(../images/icon4.png) no-repeat 92% center;
	}
.protit .more:hover a{
	color:#1a1a1a;
	}
.pro .prolist{
	width:100%;
	margin-top:95px;
	position:relative;
	}
.pro .prolist dl,.pro .prolist dl dt,.pro .prolist dl dd{
	width:100%;
	overflow:hidden;
	}
.pro .prolist dl dt{
	position:relative;
}
.pro .prolist dl dt img{
	max-width:100%;
	height:auto;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.pro .prolist dl:hover dt img{
	transform:scale(1.1);
}
.pro .prolist dl dt .probg{
	width:150px;
	height:150px;
	border-radius:50%;
	background:rgba(190,19,29,0.8);
	line-height:150px;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-75px;
	top:50%;
	margin-top:-75px;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	z-index:99;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
}
.pro .prolist dl:hover dt .probg{
	opacity:1;
}
.pro .prolist dl dd{
	line-height:30px;
	font-size:18px;
	color:#222222;
	text-align:center;
	background:#e4e4e4;
	padding:18px 0;
	}
.prolist .swiper-slide{
	padding:0 10px;
	}
.pro .prolist dl:hover dd{
	color:#024d9e;
	}
.prolist .swiper-button{
	overflow:hidden;
	}
.prolist .swiper-button{
	overflow:hidden;
	}
.prolist .swiper-button div{
	width:25px;
	height:46px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-23px;
	z-index:99;
	}
.prolist .swiper-button .swiper-button-prev{
	left:-62px;
	background:url(../images/prev3.png) no-repeat center;
	}
.prolist .swiper-button .swiper-button-next{
	right:-62px;
	background:url(../images/next3.png) no-repeat center;
	}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:#f5f5f7;
	padding-top:106px;
	padding-bottom:135px;
	}
.news .newstit{
	width:100%;
	overflow:hidden;
	background:url(../images/newsen.png) no-repeat left top;
	padding-top:40px;
	}
.news .newstit .tit{
	width:50%;
	overflow:hidden;
	}
.news .newstit .newsmenu{
	width:50%;
	overflow:hidden;
	text-align:right;
	}
.news .newstit .newsmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.news .newstit .newsmenu ul li{
	overflow:hidden;
	float:left;
	width:210px;
	height:60px;
	line-height:60px;
	text-align:left;
	background:#fff url(../images/icon4.png) no-repeat 88% center;
	padding-left:46px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.news .newstit .newsmenu ul li:nth-child(2){
	margin-left:28px;
	}
.news .newstit .newsmenu ul li a{
	font-size:16px;
	color:#7f8082;
	display:block;
	}
.news .newstit .newsmenu ul li:hover{
	background:#024d9e url(../images/iconh4.png) no-repeat 92% center;
	}
.news .newstit .newsmenu ul li:hover a{
	color:#fff;
	}
.news .newslist{
	width:100%;
	overflow:hidden;
	margin-top:90px;
	}
.newslist .newslf{
	width:66%;
	overflow:hidden;
	position:relative;
	}
.newslf .swiper-container-horizontal>.swiper-pagination-bullets{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:inherit;
	bottom:28px;
	left:0;
	text-align:right;
	padding-right:40px;
	z-index:99;
}
.newslf .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	width:10px;
	height:10px;
	background:#fff;
	border-radius:50%;
	display: inline-block;
	margin:0 8px;
}
.newslf .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#be131d;
}
.newslist .newsimg{
	width:100%;
	overflow:hidden;
	height:522px;
	position:relative;
	}
.newslist .newsimg 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;
	}
.newslist .newsimg:hover img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.newslist .newsimg:before{
	content:"";
	width:100%;
	height:50%;
	position:absolute;
	left:0;
	bottom:0;
	background: -webkit-linear-gradient(top, rgba(2,77,158,0) , rgba(2,77,158,0.8));
    background: -o-linear-gradient(bottom, rgba(2,77,158,0) , rgba(2,77,158,0.8));
    background: -moz-linear-gradient(bottom, rgba(2,77,158,0) , rgba(2,77,158,0.8));
    background: linear-gradient(to bottom, rgba(2,77,158,0) , rgba(2,77,158,0.8));
	z-index:1;
	}
.newslist .newsimg .newsbot,.newsimg .newsbot .newsbot_day,.newsimg .newsbot .newsbot_year{
	width:100%;
	overflow:hidden;
	}
.newsimg .newsbot{
	padding:0 48px;
	position:absolute;
	left:0;
	bottom:32px;
	z-index:99;
	}
.newsimg .newsbot .newsbot_day{
	font-size:65px;
	color:#fff;
	font-family: myTwoFont;
	line-height:60px;
	}
.newsimg .newsbot .newsbot_year{
	font-size:17px;
	color:#fff;
	font-family: myTwoFont;
	line-height:20px;
	}
.newsimg .newsbot h4{
	width:100%;
	overflow:hidden;
	font-size:23px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	margin-top:14px;
	}
.newslist .newsrt{
	width:32%;
	overflow:hidden;
	}
.newslist .newsrt dl{
	background:#fff;
	height:522px;
	}
.newslist .newsrt dl,.newslist .newsrt dl dt,.newslist .newsrt dl dd,.newslist .newsrt dl dd h4,.newslist .newsrt dl dd p{
	width:100%;
	overflow:hidden;
	}
.newslist .newsrt dl dt{
	height:228px;
	position:relative;
}
.newslist .newsrt 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;
	}
.newslist .newsrt dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.newslist .newsrt dl dd{
	padding:37px 40px 0 40px;
	}
.newslist .newsrt dl dd h4{
	font-size:23px;
	color:#060606;
	height:60px;
	line-height:30px;
	font-weight:normal;
	}
.newslist .newsrt dl dd p{
	font-size:15px;
	color:#a4a4a4;
	margin-top:20px;
	}
.newslist .newsrt dl dd .newsmore{
	font-size:16px;
	color:#060606;
	line-height:30px;
	margin-top:30px;
	}
.newslist .newsrt dl:hover dd h4{
	color:#024d9e;
}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	font-size:15px;
	background:#464952;
	color:#b2b3b5;
	line-height:30px;
	padding:40px 0;
	}
.link a{
	font-size:15px;
	color:#b2b3b5;
	margin-right:10px;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#464952;
	padding-bottom:80px;
	padding-top:37px;
}
.footernr .footernav{
	width:100%;
	overflow:hidden;
	margin-bottom:72px;
}
.footernr .footernav ul{
	width:100%;
	overflow:hidden;
}
.footernr .footernav ul li{
	width:20%;
	float:left;
	padding-left:100px;
	position:relative;
}
.footernr .footernav ul li:before{
	content:"";
	width:1px;
	height:260px;
	background-image: linear-gradient(to bottom,rgba(255,255,255,0.02), rgba(255,255,255,0.1),rgba(255,255,255,0.02));
	position:absolute;
	left:0;
	top:0;
}
.footernr .footernav ul li:first-child{
	padding-left:0;
}
.footernr .footernav ul li:first-child:before{
	display:none;
}
.footernr .footernav ul li h4,.footernr .footernav ul li p{
	width:100%;
	overflow:hidden;
}
.footernr .footernav ul li h4{
	line-height:30px;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	padding-bottom:26px;
}
.footernr .footernav ul li h4 a{
	font-size:18px;
	color:#fff;
}
.footernr .footernav ul li p{
	line-height:30px;
	margin-top:15px;
}
.footernr .footernav ul li p,.footernr .footernav ul li p a{
	font-size:16px;
	color:#b2b3b5;
}
.footernr .footernav ul li p a:hover{
	color:#fff;
}
.footer .footerbot{
	width:100%;
	overflow:hidden;
}
.footer .footerbot dl{
	overflow:hidden;
	float:left;
}
.footer .footerbot dl dt,.footer .footerbot dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.footer .footerbot dl dd{
	font-size:13px;
	color:#fff;
	line-height:30px;
	letter-spacing:4px;
	margin-top:3px;
}
.footerbot .bottel{
	overflow:hidden;
	border-left:solid 1px #5d6069;
	margin-left:46px;
	padding:18px 0 23px 40px;
}
.footerbot .bottel .teltit,.footerbot .bottel .telnr{
	width:100%;
	overflow:hidden;
}
.footerbot .bottel .teltit{
	font-size:20px;
	color:#fff;
	line-height:30px;
}
.footerbot .bottel .telnr{
	font-size:62px;
	color:#fff;
	line-height:62px;
	font-family:myTwoFont;
}
.footerbot .bottel .telnr a{
	font-size:62px;
	color:#fff;
	font-family:myTwoFont;
}
.botlxfs{
	overflow:hidden;
	border-left:solid 1px #5d6069;
	padding:22px 0 20px 60px;
	margin-left:50px;
}
.botlxfs .blogo,.botlxfs .add,.botlxfs p{
	width:100%;
	overflow:hidden;
}
.botlxfs .blogo{
	margin-bottom:15px;
}
.botlxfs .blogo img{
	max-width:100%;
	height:auto;
}
.botlxfs .add{
	font-size:16px;
	color:#aaabad;
}
.botlxfs p{
	color:#aaabad;
}
.bot{
	width:100%;
	overflow:hidden;
	background:#40404a;
	}
.bot .botnr{
	font-size:15px;
	color:#131313;
	line-height:30px;
	padding:42px 0;
}
.bot a{
	color:#b2b3b5;
}
.bot a:hover{
	color:#fff;
}
.botnr .botlf,.botnr .botrt{
	padding:0;
	color:#b2b3b5;
}
.botnr .botrt{
	text-align:right;
}
/* ivideo
-------------------------------------------------------------- */
.ivideo{
    width: 30%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 998;
}
.ivideo video{
    width: 100%;
    height: auto;
}
.close-btn{
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 999;
}
.close-btn:hover{
    cursor: pointer;
}
@media (max-width:991px) {
    .ivideo {
        width: 45%;
    }
}
@media (max-width:640px) {
    .ivideo {
        width: 50%;
    }
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:400px;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
	margin-top:100px;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:533px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:350px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:283px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:267px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:213px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:206px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:160px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:133px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #e6e6e6;
}
.positionnr .positionrt {
	text-align: right;
	font-size: 16px;
	color: #343434;
	line-height: 30px;
	padding: 10px 0 10px 30px;
	background: url(../images/icon10.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:#024d9e;
}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#fff;
}

/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	border-bottom: solid 1px #e6e6e6;
	padding-bottom:10px;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#024d9e;
	line-height:45px;
	}
.ntit p{
	width:100%;
	overflow:hidden;
	font-size: 22px;
    color: #b21e23;
	line-height:32px;
	font-weight:bold;
	}
.margin{
	padding-top:100px;
	}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.menu_n ul{
	overflow:hidden;
	display:inline-block;
}
.menu_n ul li{
	overflow:hidden;
	float:left;
	text-align:center;
	padding-bottom:5px;
	line-height:30px;
	margin:10px 30px;
	position:relative;
}
.menu_n ul li:after{
	content:"";
	width:0;
	height:2px;
	background:#024d9e ;
	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;
}
.menu_n ul li a{
	display:block;
	font-size:18px;
	color:#565656;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#024d9e;
}
.menu_n ul li:hover:after,.menu_n ul li.active:after{
	width:100%;
	}
/* nabout
-------------------------------------------------------------- */
.nabout {
	width:100%;
	overflow:hidden;
	margin-top:80px;
	margin-bottom:80px;
}
.nabout .naboutlf{
	width:61%;
	overflow:hidden;
	}
.nabout .naboutlf h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#024d9e;
	line-height:40px;
	}
.nabout .naboutlf hr{
	width:360px;
	height:3px;
	border:none;
	border-bottom:solid 1px rgba(2,77,158,0.5);
	margin-top:30px;
	position:relative;
	}
.nabout .naboutlf hr:after{
	content:"";
	width:96px;
	height:2px;
	background:#024d9e;
	position:absolute;
	left:0;
	bottom:0;
	}
.nabout .naboutlf .naboutjs{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	color:#343434;
	margin-top:68px;
	}
.nabout .naboutlf .naboutjs p,.naboutnr,.naboutnr p,.naboutnr,.naboutnr span{
	font-size:15px;
	line-height:30px;
	color:#343434;
	}
.nabout .naboutrt{
	width:34%;
	overflow:hidden;
	}
.nabout .naboutrt img,.naboutnr img{
	max-width:100%;
	height:auto;
	}
.nabout .naboutrt:hover img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}
.naboutnr table{
	width:100%;
	}
.naboutnr table tr,.naboutnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
	color:#333;
}
.naboutnr table td{
	vertical-align:middle;
	text-align:center;
}
.naboutnr table td p{
	font-size:16px;
	color:#333;
}
/* honor
-------------------------------------------------------------- */
.honor{
	padding-top:208px;
	padding-bottom:200px;
	}
.honor,.honornr{
	width:100%;
	overflow:hidden;
	}
.honornr{
	padding-bottom:100px;
	}
.honorimg{
	width:100%;
	overflow:hidden;
	}
.honornr{
	margin-top:40px;
	}
.honornr .swiper-slide{
	padding:0 20px;
	text-align:center;
	}
.honornr .swiper-button{
	overflow:hidden;
	text-align:center;
	margin-top:44px;
	}
.honornr .swiper-button div{
	width:56px;
	height:56px;
	border:solid 1px #fff;
	border-radius:50%;
	display:inline-block;
	margin:0 27px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.honornr .swiper-button-prev{
	background:url(../images/prev5.png) no-repeat center;
	}
.honornr .swiper-button-next{
	background:url(../images/next5.png) no-repeat center;
	}
.honornr .swiper-button div:hover{
	background-color:#b50b1e;
	border:solid 1px #b50b1e;
	}
/* npro
-------------------------------------------------------------- */

.npro{
	margin-top:50px;
	margin-bottom:50px;
	}
.npronr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.npro dl{
	overflow:hidden;
	margin:20px 0;
	padding:0 10px;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
	height:472px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	border: solid 1px #e4e4e4;
	}
.npro dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dt .nprobg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,63,140,0.8) url(../images/tb11.png) no-repeat center 60%;
	opacity:0;
	z-index:99;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.npro dl dt .nprotit{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin-top:98px;
	font-weight:bold;
	}
.npro dl:hover dt .nprobg{
	opacity:1;
	-webkit-transform: translateY(100);
	-moz-transform: translateY(100);
	-ms-transform: translateY(100);
	-o-transform: translateY(100);
	transform: translateY(100);
	}
.npro dl dd{
	width:100%;
	overflow:hidden;
	color: #333;
    font-size: 20px;
	line-height:30px;
	padding:20px 0;
	text-align:center;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.npro dl:hover dd{
	background:rgba(0,63,140,0.8);
	}
.npro dl:hover dd{
	color:#fff;
	}
.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.npro .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;
}
.npro .nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.npro .nprort .npro_infolei span{
	font-size:20px;
	color:#333;
}
.npro_js{
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
	color:#343434;
	margin-top: 20px;
}
.npro_js p{
    font-size: 16px;
    line-height: 30px;
	color:#343434;
}
.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;
}

	
/* nnews
-------------------------------------------------------------- */
.nnews{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:60px;
	}
.nnews .nnewslist{
	width:100%;
	overflow:hidden;
	}
.nnewslist dl{
	padding:35px 0;
	}
.nnewslist dl dt{
	width:23%;
	overflow:hidden;
	float:left;
	position:relative;
	height:240px;
	}
.nnewslist 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;
	}
.nnewslist dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnewslist dl dd{
	width:77%;
	overflow:hidden;
	float:right;
	padding-left:42px;
	}
.nnewslist dl dd .dllf{
	width:86%;
	overflow:hidden;
	float:left;
	padding-right:68px;
	padding-top:16px;
	border-right:solid 1px #e7e7e7;
	}
.nnewslist dl dd .dllf h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000;
	font-weight:bold;
	margin:0;;
	line-height:30px;
	}
.nnewslist dl dd .dllf .nnewsms{
	width:100%;
	overflow:hidden;
	color:#8d8d8d;
	font-size:15px;
	line-height:28px;
	margin-top:13px;
	}
.nnewslist dl dd .dllf .nnewsmore{
	width:118px;
	overflow:hidden;
	line-height:30px;
	background:url(../images/icon11.png) no-repeat right center;
	font-size:16px;
	margin-top:30px;
	}
.nnewslist dl dd .dlrt{
	width:14%;
	overflow:hidden;
	float:left;
	}
.nnewslist dl dd .dlrt hr{
	width:30px;
	border:none;
	border-bottom:solid 1px #d7d7d7;
	margin:7px 0 0 0;
	}
.nnewslist dl dd .nnewsdate{
	overflow:hidden;
	float:right;
	}
.nnewslist dl dd .nnewsday{
	overflow:hidden;
	font-size:30px;
	font-weight:bold;
	color:#343434;
	line-height:35px;
	}
.nnewslist dl dd .nnewsyear{
	overflow:hidden;
	font-size:18px;
	color:#737373;
	line-height:30px;
	font-weight:bold;
	}
.nnews .nnewslist:hover{
	background:#024d9e;
	}
.nnews .nnewslist:hover dl dd .dllf h4,.nnewslist:hover dl dd .nnewsday{
	color:#fff;
	}
.nnewslist:hover dl dd .nnewsyear{
	color:rgba(255,255,255,0.7);
	}
.nnewslist:hover dl dd .dllf .nnewsms{
	color:rgba(255,255,255,0.6);
	}
.nnewslist:hover dl dd .dllf .nnewsmore{
	color:rgba(255,255,255,0.9);
	background:url(../images/iconh11.png) no-repeat right center;
	}
.nnewsnr{
	margin-top:60px;
	margin-bottom:60px;
}
.nnewsnr h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    text-align: center;
    margin: 0 0 16px 0;
	line-height:40px;
	font-weight: normal;
	}
.nnewsnr .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    border-bottom: solid 1px #d9d9d9;
    padding-bottom: 23px;
}
.nnewsnr .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
}
.nnewsnr .fbnr p,.nnewsnr .fbnr p span,.nnewsnr .fbnr p strong{
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
}
.nnewsnr .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* nzsjm
-------------------------------------------------------------- */
.nzsjm {
	width:100%;
	overflow:hidden;
	margin-top:60px;
	color:#fff;
	font-size:16px;
	line-height:30px;
}
.nzsjm p{
	overflow:hidden;
	color:#fff;
	font-size:16px;
	line-height:30px;
}
.nzsjm img{
	max-width:100%;
	height:auto;
}
/* ncontact
-------------------------------------------------------------- */
.bg{
    background: #f7f7f7;
}
.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:65%;
	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:35%;
	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/icon12.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon13.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr dl:nth-child(3) dd textarea{
	background:#fff url(../images/icon14.png) no-repeat 24px 21.5px;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background:#024d9e;
    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;width:auto;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:#024d9e;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.icon1,.icon2,.banner .search{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:14px;float:right;}
.rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}


@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.npro dl dt{
		height:402px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.npro dl dt{
		height:378px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.npro dl dt{
		height:355px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.npro dl dt{
		height:317px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.npro dl dt{
		height:280px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.npro dl dt{
		height:270px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.npro dl dt{
		height:358px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.npro dl dt{
		height:317px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
	
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.newslist .newsimg{
		height:500px;
	}
	.npro dl dt{
		height:543px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 640px) {
	
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.newslist .newsimg{
		height:475px;
	}
	.npro dl dt{
		height:455px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.newslist .newsimg{
		height:374px;
	}
	.npro dl dt{
		height:354px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.newslist .newsimg{
		height:330px;
	}
	.npro dl dt{
		height:310px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.newslist .newsimg{
		height:282px;
	}
	.npro dl dt{
		height:261px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.newslist .newsimg{
		height:246px;
	}
	.npro dl dt{
		height:226px;
	}
}

@media(max-width:1680px) {
	.aboutlist ul li h4 span{
		font-size:90px;
		line-height:90px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
	}
	.nav {
		margin-right:40px;
	}
	.aboutlist ul li h4 span{
		font-size:80px;
		line-height:80px;
	}
	.robotnr .robotlf ul li{
		margin-top:78px;
	}
	.footernr .footernav ul li {
		padding-left: 90px;
	}
}
@media(max-width:1440px) {
	.nav,.language {
		margin-right: 30px;
	}
	.nav .menu > li a {
		padding: 0 26px;
	}
	.aboutlist ul li h4 span{
		font-size:70px;
		line-height:70px;
	}
	.robotnr .robotlf ul li {
		margin-top: 60px;
	}
	.newslist .newsrt dl dd {
		padding: 37px 30px 0 30px;
	}
	.footerbot .bottel .telnr,.footerbot .bottel .telnr a{
		font-size: 58px;
		line-height: 58px;
	}
	.footernr .footernav ul li {
		padding-left: 80px;
	}

}
@media(max-width:1360px) {
	.nav,.language {
		margin-right: 20px;
	}
	.nav .menu > li a {
		padding: 0 22px;
	}
	.banner .swiper-pagination{
		left:250px;
	}
	.aboutlist ul li h4 span{
		font-size:60px;
		line-height:60px;
	}
	.aboutlist ul li .aboutlistlf {
		padding: 0 0 0 70px;
	}
	.robotnr .robotlf ul li {
		margin-top: 50px;
	}
	.newslist .newsrt dl dd h4 {
		font-size: 20px;
	}
	.npro .nprort h1{
		font-size:26px;
		line-height:36px;
	}
	.npro .nprort .npro_infolei,.npro .nprort .npro_infolei span{
		font-size:18px;
	}
	.footernr .footernav ul li {
		padding-left: 70px;
	}
	.footerbot .bottel .telnr,.footerbot .bottel .telnr a{
		font-size: 54px;
		line-height: 54px;
	}
}
@media(max-width:1280px) {
	.nav .menu > li a {
		padding: 0 20px;
	}
	.banner .swiper-pagination .swiper-pagination-bullet{
		margin:0 15px;
	}
	.robot .tit,.protit .tit{
		background-size:600px;
		padding-top: 30px;
	}
	.tit h3,.tit h3 a,.about .aboutlf h3,.about .aboutlf h3 a{
		font-size: 48px;
		line-height: 58px;
	}
	.robotnr .robotlf {
		width: 25%;
	}
	.robotnr .robotlf ul li h4 {
		font-size: 22px;
	}
	.robotnr .robotlf ul li p {
		font-size: 15px;
	}
	.aboutlist ul li .aboutlistlf {
		padding: 0 0 0 60px;
	}
	.aboutlist ul li h4 span {
		font-size: 56px;
		line-height: 56px;
	}
	.aboutlist ul li p {
		font-size: 15px;
	}
	.newsimg .newsbot .newsbot_day{
		font-size:60px;
	}
	.newslist .newsrt dl dd {
		padding: 30px 20px 0 20px;
	}
	.news .newstit {
		background-size: 300px;
	}
	.robotnr .robotlf ul li {
		margin-top: 40px;
	}
	.nmenu ul li a {
		padding: 0 30px;
	}
	.npro dl dd{
		font-size:18px;
	}
	.footernr .footernav ul li {
		padding-left: 60px;
	}
	.footerbot .bottel .telnr,.footerbot .bottel .telnr a{
		font-size: 46px;
		line-height: 46px;
	}
	.botlxfs {
		padding: 22px 0 20px 40px;
		margin-left:40px;
	}
	.footerbot .bottel{
		margin-left:40px;
	}
}
@media(max-width:1200px) {
	.banner .swiper-pagination {
		left: 230px;
	}
	.banner .swiper-button{
		right:26px;
	}
}
@media(max-width:1152px) {
	.nav {
		margin-right: 10px;
	}
	.nav .menu > li a {
		padding: 0 22px;
	}
	.banner .swiper-button{
		right:10px;
	}
	.banner .swiper-pagination .swiper-pagination-bullet {
		margin: 0 12px;
	}
	.language {
		margin-right: 40px;
	}
	.robotnr .robotlf ul li {
		margin-top: 30px;
	}
	.robot .tit,.protit .tit{
		background-size:560px;
	}
	.tit h3,.tit h3 a,.about .aboutlf h3,.about .aboutlf h3 a{
		font-size: 44px;
		line-height: 54px;
	}
	.robotnr .robotlf {
		width: 26%;
	}
	.prolist .swiper-button .swiper-button-prev {
		left: -32px;
	}
	.prolist .swiper-button .swiper-button-next {
		right: -32px;
	}
	.aboutlist ul li .aboutlistlf {
		padding: 0 0 0 40px;
	}
	.aboutlist ul li h4 span {
		font-size: 52px;
		line-height: 52px;
	}
	.aboutlist ul li h4,.aboutlist ul li p{
		font-size: 14px;
	}
	.footerbot .bottel .telnr,.footerbot .bottel .telnr a{
		font-size: 36px;
		line-height: 36px;
	}
	.footernr .footernav ul li {
		padding-left: 50px;
	}
	.footerbot .bottel {
		margin-left: 25px;
		padding: 18px 0 23px 25px;
	}
	.botlxfs {
		padding: 22px 0 20px 25px;
		margin-left: 25px;
	}
}
@media(max-width:1080px) {
	
}
@media(max-width:1024px) {
	.nav {
		margin-right: 0;
	}
	.nav .menu > li a {
		padding: 0 16px;
	}
	.banner .swiper-button .swiper-button-next{
		margin-left:20px;
	}
	.robotnr .robotlf ul li {
		margin-top: 20px;
	}
	.footernr .footernav ul li {
		padding-left: 35px;
	}
}
@media(max-width:1023px) {
	.nabout .naboutlf,.nabout .naboutrt{
		width:100%;
	}
	.nabout .naboutrt{
		margin-top:20px;
	}
	.nabout .naboutlf h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.language ul li:first-child,.toptel{
		display:none;
	}
	.header{
		height:60px;
	}
	.cnen .cnennr{
		top:60px;
	}
	.logo{
		padding-top:10px;
	}
	.logo img{
		height:40px;
	}
	.banner,.banner_n{
		margin-top:60px;
	}
	.robot {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.language {
		margin-right: 10px;
	}
	.language ul li{
		line-height:60px;
		margin-left:10px;
	}
	.language ul li a i {
		margin-left: 5px;
	}
	.robotnr .robotlf,.robotnr .robotrt{
		width: 100%;
	}
	.robotnr .robotrt{
		margin-top:40px;
		padding-left:0;
	}
	.robotnr .robotlf ul li {
		width: 32%;
		float: left;
		background-position:90%;
		margin-top:20px;
		padding-bottom:0;
		margin-left:2%;
	}
	.robotnr .robotlf ul li:first-child{
		margin-left:0;
	}
	.robotnr .robotlf ul li,.robotnr .robotlf ul li.active{
		background-size: 28px;
	}
	.robotnr .robotlf ul li:hover, .robotnr .robotlf ul li.active{
		background-position:90%;
	}
	.robotnr .robotlf ul li h4 {
		font-size: 20px;
	}
	.robotnr .robotlf ul li p {
		font-size: 14px;
	}
	.news .newstit .tit,.news .newstit .newsmenu,.newslist .newslf,.newslist .newsrt{
		width:100%;
	}
	.newslist .newsrt{
		margin-top:30px;
	}
	.news .newstit .newsmenu{
		text-align:left;
		margin-top:30px;
	}
	.news .newslist{
		margin-top:50px;
	}
	.news {
		padding-bottom: 80px;
	}
	.positionnr .positionrt,.nmenu{
		width:100%;
	}
	.positionnr .positionrt{
		text-align:left;
	}
	.footerbot .bottel,.botlxfs{
		width:100%;
		margin:20px 0 0 0;
		padding:0;
		border:none;
	}
}
@media(max-width:991px) {
	.banner .down,.banner .swiper-button{
		display:none;
	}
	.banner_bot{
		background:none;
	}
	.banner .swiper-pagination {
		left: 10px;
		bottom:20px;
	}
	.robot .tit,.protit .tit{
		width:100%;
	}
	.robot .more,.protit .more{
		float:left;
		margin-top:40px;
	}
	.newsimg .newsbot h4{
		font-size:20px;
	}
	.newsimg .newsbot {
		padding: 0 38px;
	}
	.tit h3,.tit h3 a,.about .aboutlf h3,.about .aboutlf h3 a{
		font-size: 40px;
		line-height: 50px;
	}
	.robotnr {
		margin-top: 40px;
	}
	.pro {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.pro .prolist {
		margin-top: 50px;
	}
	.aboutlist ul li .aboutlistlf {
		padding: 0 0 0 20px;
	}
	.aboutlist ul li h4 span {
		font-size: 46px;
		line-height: 46px;
	}
	.aboutlist ul li .aboutlisticon {
		padding-left: 20px;
	}
	.about {
		padding-top: 100px;
	}
	.aboutlist{
		margin-top:60px;
	}
	.about .more {
		margin-top: 40px;
	}
	.nnewsnr h1{
		font-size:20px;
	}
	.nnewslist dl dd .dllf{
		width:100%;
		padding-right:0;
		border-right:none;
	}
	.nnewslist dl dd .dlrt{
		display:none;
	}
	.nnewslist dl dd{
		padding-left:20px;
	}
	.nmenu ul li a {
		padding: 0 20px;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:30px;
	}
	.npro .nprort h1 {
		font-size: 22px;
		line-height: 32px;
		padding-bottom:15px;
	}
	.npro .nprort .npro_infolei, .npro .nprort .npro_infolei span {
		font-size: 16px;
	}
	.npro .nprort .npro_infolei{
		margin-bottom:0;
		margin-top:15px;
	}
	.npro dl dt .nprobg{
		background-size:40px;
	}
	.npro dl dd{
		font-size:16px;
		padding:10px 0;
	}
	.ncontactnr .ncontactlf,.ncontactnr .ncontactrt{
		width:100%;
	}
	.ncontactnr .ncontactrt{
		margin-top:20px;
	}
	.ncontactnr .ncontactrt dl{
		float:left;
	}
	.ntit h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.footernr .footernav ul li{
		width:33.333333333%;
		padding:0;
		text-align:center;
	}
	.footernr .footernav ul li:nth-child(4){
		clear:both;
	}
	.footernr .footernav ul li p{
		display:none;
	}
	.footernr .footernav ul li:before{
		display:none;
	}
	.botnr .botlf, .botnr .botrt{
		text-align:center;
	}
	.bot .botnr {
		padding: 20px 0;
	}
}
@media(max-width:860px) {
	.newsimg .newsbot .newsbot_day {
		font-size: 56px;
		line-height: 56px;
	}
}
@media(max-width:768px) {
	
}
@media(max-width:767px) {
	.rg {
		padding-top: 19px;
	}
	.rg a img{
		height:22px;
	}
	.robot .tit,.protit .tit{
		background-size: 460px;
		padding-top: 20px;
	}
	.tit p,.protit .tit p{
		font-size:18px;
	}
	.robotnr .robotlf ul li {
		width: 49%;
	}
	.aboutlist ul li {
		padding: 20px 0;
	}
	.aboutlist ul li .aboutlistlf,.aboutlist ul li .aboutlisticon{
		width:100%;
		padding-left:0;
		text-align:center;
	}
	.aboutlist ul li p{
		height:40px;
		line-height:20px;
	}
	.newsimg .newsbot {
		padding: 0 28px;
	}
	.newsimg .newsbot .newsbot_day {
		font-size: 52px;
		line-height: 52px;
	}
	.ntit h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.ncontact .ncontactnr {
		margin-top: 40px;
	}
	.nmessage {
		margin-top: 50px;
		margin-bottom:0;
	}
	.npro .nprort h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.menu_n ul li {
		margin: 10px 20px;
	}
}
@media(max-width:640px) {
	.robot .tit,.protit .tit{
		background-size: 400px;
	}
	.tit h3,.tit h3 a,.about .aboutlf h3,.about .aboutlf h3 a{
		font-size: 36px;
		line-height: 46px;
	}
	.more,.news .newstit .newsmenu ul li{
		width: 140px;
		padding-left: 20px;
	}
	.news .newstit .newsmenu ul li:nth-child(2) {
		margin-left: 10px;
	}
	.robot {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.robotnr .robotlf ul li {
		width: 100%;
		margin-left:0;
	}
	.prolist .swiper-button .swiper-button-prev {
		left: -20px;
	}
	.prolist .swiper-button .swiper-button-next {
		right: -20px;
	}
	.aboutlist ul li h4 span {
		font-size: 40px;
		line-height: 40px;
	}
	.positionnr .positionrt,.positionnr .positionrt a{
		font-size:14px;
	}
	.newsimg .newsbot h4 {
		font-size: 18px;
		line-height:30px;
		margin-top:10px;
	}
	.newsimg .newsbot {
		padding: 0 10px;
	}
	.newsimg .newsbot{
		bottom:20px;
	}
	.newslf .swiper-container-horizontal>.swiper-pagination-bullets{
		padding-right:10px;
		bottom:10px;
	}
	.naboutnr table{
		white-space: nowrap;
	}
	.nnewslist dl dt,.nnewslist dl dd{
		width:100%;
	}
	.nnewslist dl dd{
		padding-left:0;
	}
	.nmenu ul li a {
		padding: 0 10px;
		font-size:14px;
	}
	.nabout .naboutlf hr{
		width:64%;
		margin-top:20px;
	}
	.nabout .naboutlf hr:after{
		width:26%;
	}
	.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;
	}
	.menu_n ul {
		width:100%;
	}
	.menu_n ul li {
		margin: 5px 0.5%;
		width: 32.33333333%;
	}
	.link {
		padding: 20px 0;
	}
	.footernr .footernav ul li h4,.footernr .footernav ul li h4 a{
		font-size:16px;
	}
	.footernr .footernav {
		margin-bottom: 20px;
	}
	.footer {
		padding-bottom: 40px;
	}
}
@media(max-width:540px) {
	.robot .tit,.protit .tit{
		background-size: 320px;
	}
	.tit h3,.tit h3 a,.about .aboutlf h3,.about .aboutlf h3 a{
		font-size: 32px;
		line-height: 42px;
	}
	.menu_n ul li a{
		font-size:16px;
	}
}
@media(max-width:500px) {
	.nnewslist dl dt{
		height:200px;
	}
}
@media(max-width:425px) {
	.robot .tit,.protit .tit{
		background-size: 260px;
		padding-top:10px;
	}
	.aboutlist ul li h4 span {
		font-size: 36px;
		line-height: 36px;
	}
	.tit h3, .tit h3 a, .about .aboutlf h3, .about .aboutlf h3 a {
		font-size: 30px;
		line-height: 40px;
	}
	.nabout .naboutlf h3 {
		font-size: 22px;
		line-height: 32px;
	}
	.nabout .naboutlf hr{
		width:70%;
	}
}
@media(max-width:375px) {
	.aboutlist ul li h4 span {
		font-size: 32px;
		line-height: 32px;
	}
	.nabout .naboutlf hr{
		width:80%;
	}
	.news .newstit .newsmenu ul li {
		background-size: 20px;
		width: 110px;
		padding-left: 10px;
	}
	.news .newstit .newsmenu ul li:hover{
		background-size: 20px;
	}
	.menu_n ul li a {
		font-size: 15px;
	}
	.footernr .footernav ul li h4,.footernr .footernav ul li h4 a{
		font-size:15px;
	}
	
}
@media(max-width:319px) {
	.robot .tit,.protit .tit{
		background-size: 240px;
	}
	.nabout .naboutlf hr{
		width:88%;
	}
	.footernr .footernav ul li h4,.footernr .footernav ul li h4 a{
		font-size:14px;
	}
	
}