@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Microsoft YaHei","Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */

.header{
	width:100%;
	height:100px;
	position: fixed;
	z-index: 999;
	top:0;
	padding:0 2%;
	border-bottom:solid 1px rgba(255,255,255,0.4);
	}
.logo{
	overflow:hidden;
	padding:27px 0;
}
.topewm{
	text-align:center;
	padding:38.5px 0;
	position:relative;
	cursor:pointer;
	}
.topewm .ewmimg{
	opacity:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:absolute;
	background:#fff;
	padding:10px;
	border-radius:5px;
	top:100px;
	right:0;
}
.topewm .ewmimg img{
	width:100px;
}
.topewm:hover .ewmimg{
	opacity:1;
}
.small{
	background: rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); 
}
	
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}
.nav{
	text-align:right;
	margin-right:62px;
}
.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:102px;
	position:relative;
	margin:0 44px;
	}
.nav .menu > li:before{
	content:"";
	width:0;
	height:3px;
	background:#c30e37;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-16px;
	-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:32px;
	}

.nav .menu > li a{
	color:#fff;
	font-size:16px;
	display:block;
	line-height:100px;
	}

.nav .menu > li:hover a,.nav .menu > li.active a{
	color:#c30e37;
	font-weight:bold;
	}

.nav .menu > li:hover span,.nav .menu > li.active span{
	display:block !important;
	}


.nav .menu > li .submenu{
	width:160px;
	left:50%;
	margin-left:-80px;
	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;
	padding:5px 0;
	background:#1b3885;
	text-align:center;
	margin-top:1px;

}

.nav .menu > li .submenu li a{

	display:block;
	color:#fff;
	background:none;
	font-size:14px;
	padding:0;
	line-height:30px;
}

.nav .menu > li .submenu li:hover{

	background:#c30e37;

}
.nav .menu > li.current:after{
	width:100%;
	}

.cont{
	width:1436px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1436px;
	height:auto;
	margin:auto;
	}
.bg{
	background:#f8f8f8;
	}
.bg2{
	background:#f6f6f6;
	}
.bg3{
	background:#f7f7f7;
	}
.bg4{
	background:#f9f9f9;
	}
/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.mban{
	display:none;
}
.banner .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.banner .swiper-container-no-flexbox .swiper-slide {
	float: left
}

.banner .swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.banner .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100vh;
	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%;
	height:100vh;
	overflow:hidden;
    text-align: center;
	position:relative;
}

.banner .swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.banner .swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.banner .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
}

.banner .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;
}
.banner .swiper-slide-invisible-blank {
	visibility: hidden
}

.banner .swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.banner .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
}

.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{
	width:345px;
	height:120px;
	position:absolute;
	bottom:0;
	right:268px;
	background:#fff;
	z-index:998;
	}
.banner .swiper-button-next,.banner .swiper-button-prev {
	width: 116px;
	height: 60px;
	border-right:solid 1px #e9e9e9;
	float:left;
	margin:0;
	position:absolute;
	left:0;
}
.banner .swiper-button-prev{
	top:0;
	}
.banner .swiper-button-next{
	top:60px;
	}

.banner .swiper-button-next.swiper-button-disabled,.banner .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}


.banner .swiper-button-prev.swiper-button-black,.banner .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background:url("../images/prev.png") no-repeat center;
	opacity:0.5;
	outline:none;
}
.banner .swiper-button-prev:hover{
	opacity:1;
	}

.banner .swiper-button-next.swiper-button-black,.banner .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background:url("../images/next.png") no-repeat center;
	opacity:0.5;
	outline:none;
}
.banner .swiper-button-next:hover{
	opacity:1;
	}

.banner .swiper-button-lock {
	display: none
}

.banner .swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10
}

.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-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: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

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 {
	opacity: 1;
	background: #007aff
}

.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
}

.mouse-index{
	position:absolute;
	bottom:72px;
	left:50%;
	width:70px;
	margin-left:-35px;
	z-index:999;
	}
.mouse {
  width: 30px;
  overflow:hidden;
  position:relative;
	left:50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
		  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.mouse-index p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:25px;
}
.lxwm{
	overflow:hidden;
	line-height:80px;
	padding-right:42px;
	}
.lxwm a{
	font-size:16px;
	color:#343434;
	}
@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
.banner .bannermore{
	width:268px;
	height:120px;
	background:#1b3885;
	position:absolute;
	right:0;
	bottom:0;
	z-index:99;
	text-align:center;
	line-height:120px;
	padding-right:66px;
	padding-left:60px;
	}
.banner .bannermore a{
	color:#fff;
	font-size:16px;
	display:block;
	}
.banner .bannermore a span{
	color:#fff;
	font-size:50px;
	display:block;
	float:right;
	}
.indexbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.22);
	z-index:90;
}
.banner .banner1{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:32%;
	z-index:99;
}
.banner .banner1 h3,.banner .banner1 p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.banner .banner1 h3{
	font-size:67px;
	line-height:77px;
	color:#fff;
	font-weight:bold;
}
.banner .banner1 p{
	font-size:24px;
	color:#fff;
	line-height:30px;
	margin-top:20px;
}
.banner .banner2{
	overflow:hidden;
	position:absolute;
	left:12.6%;
	top:29%;
	z-index:99;
}
.banner .banner2 hr{
	width:152px;
	border:none;
	border-bottom:solid 4px #c30e37;
	margin-bottom:76px;
}
.banner .banner2 p{
	overflow:hidden;
	font-family:Arial;
	color:#fff;
	font-size:72px;
	line-height:72px;
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
	letter-spacing:5px;
}
.banner .banner2 h3{
	overflow:hidden;
	color:#fff;
	font-size:50px;
	line-height:60px;
	text-align:left;
	font-weight:bold;
	margin-top:22px;
}
.banner .banner3{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:34%;
}
.banner .banner3 h3{
	width:100%;
	overflow:hidden;
	font-size:64px;
	line-height:74px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
.banner .banner3 p{
	width:100%;
	overflow:hidden;
	font-size:22px;
	line-height:30px;
	font-family:Arial;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	margin-top:5px;
}
.banner_more{
	overflow:hidden;
	margin-top:118px;
}
.banner_more a{
	display:block;
	font-size:16px;
	font-family:Arial;
	width:198px;
	height:56px;
	border:solid 1px #fff;
	line-height:56px;
	text-align:left;
	color:#fff;
	padding-left:80px;
	text-transform:uppercase;
	background:url(../images/icon2.png) no-repeat 36px center;
}
.banner video{ width:100%; height:100%; object-fit: cover;}
/*banner*/

/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	overflow:hidden;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#252525;
	line-height:45px;
	}
.tit h3 a{
	font-size:35px;
	color:#252525;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#cecece;
	font-family:Arial;
	text-transform:uppercase;
	line-height:30px;
	}
.more{
	overflow:hidden;
	}
.more a{
	width:166px;
	height:48px;
	display:block;
	font-size:15px;
	color:#fff;
	line-height:48px;
	text-align:center;
	background:#004b94;
	}
	
/* fuwu
-------------------------------------------------------------- */
.fuwu{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	padding:29px 0 40px 0;
	}
.fuwunr dl{
	width:20%;
	overflow:hidden;
	float:left;
	}
.fuwunr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.fuwunr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	line-height:30px;
	margin-top:10px;
	}

/* pro
-------------------------------------------------------------- */
.pro{
	margin-top:96px;
	margin-bottom:76px;
}
.pro .tit,.pro .promore{
	overflow:hidden;
	padding:0;
	}
.promore{
	text-align:right;
	line-height:30px;
	margin-top:45px;
	}
.promore a{
	font-size:20px;
	color:#0165bb;
	}
.promore a:hover{
	color:#cf1423;
}
.pronr{
	width:100%;
	overflow:hidden;
	margin-top:32px;
	}
.pro dl{
	overflow:hidden;
	padding:22px 10px;
	margin:0;
}
.pro dl dt,.pro dl dd{
	width:100%;
	overflow:hidden;
	}
.pro dl dt{
	background:#f0f3f8;
	transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
	position:relative;
	}
.pro dl dt .proimg{
	width:100%;
	overflow:hidden;
	height:269px;
	position:relative;
	}
.pro dl dt .probg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(27,56,133,0.9) url(../images/tb1.png) no-repeat center;
	opacity:0;
	z-index:99;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.pro dl dd{
	overflow:hidden;
	font-size:18px;
	color:#262626;
	line-height:30px;
	text-align:center;
	margin-top:25px;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.pro dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.pro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.pro dl:hover dd{
	color:#0165bb;
	}
.pro dl:hover dt .probg{
	opacity:1;
	-webkit-transform: translateY(100);
	-moz-transform: translateY(100);
	-ms-transform: translateY(100);
	-o-transform: translateY(100);
	transform: translateY(100);
	}
/* sb
-------------------------------------------------------------- */
.sb{
	width:100%;
	overflow:hidden;
	background:url(../images/sbbg.jpg) no-repeat top center;
	background-size:cover;
	padding-left:13%;
	padding-top:60px;
	position:relative;
	}
.sb .tit h3,.sb .tit h3 a{
	font-size:35px;
	color:#fff;
	}
.sb .tit p{
	color:rgba(255,255,255,0.3);
	}
.sb .sblf{
	width:24%;
	overflow:hidden;
	float:left;
	}
.sblf hr{
	width:55px;
	border:none;
	border-bottom:solid 2px #fff;
	margin-top:144px;
	margin-bottom:30px;
	}
.sblf .sben{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:47px;
	color:#fff;
	text-transform:uppercase;
	line-height:47px;
	font-weight:bold;
	}
.sblf h4{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#fff;
	line-height:50px;
	font-weight:bold;
	margin:0;
	}
.sblf .sbms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	padding-right:12%;
	margin-top:50px;
	}
.sblf .sbmore{
	width:100%;
	overflow:hidden;
	margin-top:132px;
	}
.sblf .sbmore a{
	display: block;
    width: 198px;
    height: 56px;
    padding-left: 84px;
    font-size: 16px;
    color: #fff;
    line-height: 56px;
    background: #1b3885 url(../images/icon2.png) no-repeat 40px center;
    text-transform: uppercase;
    border: solid 1px #fff;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.sblf .sbmore a:hover{
	background-position:30px;
}
.sb .sbimg{
	width:76%;
	overflow:hidden;
	float:right;
	}
.sb .sbnr{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.sbnr .sbimg img{
	width:100%;
	height:auto;
	}
.sb .sbtiten{
	overflow:hidden;
	font-size:124px;
	color:#eeeeee;
	font-family:Arial;
	line-height:124px;
	text-transform:uppercase;
	font-weight:bold;
	position:absolute;
	right:13%;
	top:0;
	z-index:10;
	}
.sbnr .owl-theme .owl-controls .owl-buttons{
	width:354px;
	height:88px;
	background:#fff;
	position:absolute;
	right:0;
	bottom:0;
	}
.sbnr .owl-theme .owl-controls .owl-buttons div{
	width:177px;
	height:88px;
	}
.sbnr .owl-theme .owl-controls .owl-buttons .owl-prev{
	background:url(../images/prev2.png) no-repeat center;
	position:relative;
	}
.sbnr .owl-theme .owl-controls .owl-buttons .owl-prev:after{
	content:"";
	width:1px;
	height:32px;
	background:#b6b6b6;
	position:absolute;
	right:0;
	top:24px;
	}
.sbnr .owl-theme .owl-controls .owl-buttons .owl-next{
	background:url(../images/next2.png) no-repeat center;
	}
	
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:116px;
	padding-bottom:50px;
	margin-bottom:100px;
	}
.aboutnr h3{
	width:100%;
	overflow:hidden;
	font-weight:bold;
	font-size:40px;
	color:#151515;
	line-height:50px;
	text-align:center;
	}
.aboutms{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	line-height:40px;
	color:#151515;
	margin-top:32px;
	}
.aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:64px;
	}
.aboutmore a{
	display:block;
	width:198px;
	height:56px;
	padding-left:84px;
	font-size:16px;
	color:#fff;
	line-height:56px;
	margin:auto;
	background:#1b3885 url(../images/icon2.png) no-repeat 40px center;
	text-transform:uppercase;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutmore a:hover{
	background-position:30px;
}
.aboutlist{
	width:100%;
	overflow:hidden;
	}
.ab_fl{
	width:100%;
	overflow:hidden;
	margin-top:87px;
}
.ab_fl dl{
	overflow:hidden;
	padding:0;
}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	color:#001044;
	font-size:16px;
	font-weight:normal;
	text-align:center;
}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	color:#373737;
	line-height:24px;
	text-align:center;
}
.ab_fl dl dt .counter{
	font-size:65px;
	color:#001044;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:65px;
	}

/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) repeat-x top left;
	padding-top:118px;
	padding-bottom:192px;
	}
.newsnr .tit h3,.newsnr .tit h3 a{
	color:#fff;
	}
.newsnr .tit p{
	color:rgba(255,255,255,0.3);
	}
.news .newstop .newstit p{
	width:100%;
	overflow:hidden;
	font-size:30px;
	font-family:Arial;
	color:#cacaca;
	line-height:30px;
	}
.newsnr .tit,.newsnr .newsmore{
	padding:0;
	}
.newsnr .newsmore a{
	display:block;
	width: 198px;
    height: 56px;
    padding-left: 84px;
    font-size: 16px;
    color: #fff;
    line-height: 56px;
    background: #1b3885 url(../images/icon2.png) no-repeat 40px center;
    text-transform: uppercase;
	border:solid 1px #fff;
	float:right;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newsnr .newsmore a:hover{
	background-position:30px;
}
.newsnr .newslist,.newslist ul{
	width:100%;
	overflow:hidden;
	}
.newslist ul li{
	padding:0;
	height:572px;
	overflow:hidden;
	position:relative;
	}
.newslist ul li:first-child{
	background:url(../images/newsimg1.jpg) no-repeat top center;
	background-size:cover;
	}
.newslist ul li:nth-child(2){
	background:url(../images/newsimg2.jpg) no-repeat top center;
	background-size:cover;
	}
.newslist ul li:nth-child(3){
	background:url(../images/newsimg3.jpg) no-repeat top center;
	background-size:cover;
	}
.newslist ul li:nth-child(4){
	background:url(../images/newsimg4.jpg) no-repeat top center;
	background-size:cover;
	}
.newslist ul li .newslist_nr{
	width:100%;
	overflow:hidden;
	padding:0 40px;
	position:absolute;
	left:0;
	bottom:-180px;
	z-index:8;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newslist ul li dl,.newslist ul li dl dt,.newslist ul li dl dd{
	width:100%;
	overflow:hidden;
	}
.newslist ul li dl{
	padding:0 40px;
	position:absolute;
	left:0;
	top:62px;
	}
.newslist ul li dl dt{
	font-size:50px;
	color:#1b3885;
	line-height:50px;
	font-family:Arial, Helvetica, sans-serif;
	}
.newslist ul li dl dd{
	color:#1b3885;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.newslist ul li .newslist_nr hr{
	width:46px;
	border:none;
	border-bottom:solid 2px #1b3885;
	}
.newslist ul li .newslist_nr h4{
	width:100%;
	overflow:hidden;
	color:#1b3885;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	margin-bottom:86px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	    text-overflow: ellipsis;
    white-space: nowrap;
	}
.newslist ul li .newslist_nr .newsms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#3a3a3a;
	line-height:30px;
	}
.newslist_nr .newsxq{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#c30e37;
	font-weight:bold;
	line-height:30px;
	border-top:solid 2px #011d53;
	padding-top:24px;
	margin-top:54px;
	}
.newslist ul li:hover .newslist_nr{
	bottom:52px;
	}
.newslist ul li:hover .newslist_nr h4{
	margin-bottom:16px;
	}
.newslist_nr .newsxq span{
	width:30px;
	height:30px;
	display:block;
	border-radius:50%;
	border:solid 1px #c30e37;
	background:url(../images/icon3.png) no-repeat center;
	float:right;
	}
.newsnr .newslist{
	margin-top:70px;
	}
.newsbot{
	width:100%;
	overflow:hidden;
	position:absolute;
	bottom:0;
	z-index:9;
	}
.newslist ul li:nth-child(2) .newslist_nr h4,.newslist ul li:nth-child(4) .newslist_nr h4{
	color:#fff;
	}
.newslist ul li:nth-child(2) .newslist_nr hr,.newslist ul li:nth-child(4) .newslist_nr hr{
	border-bottom:solid 2px #fff;
	}
.newslist ul li:nth-child(2) dl dt,.newslist ul li:nth-child(4) dl dt{
	color:#fff;
	}
.newslist ul li:nth-child(2) dl dd,.newslist ul li:nth-child(4) dl dd{
	color:#fff;
	}
.newslist ul li:nth-child(2) .newslist_nr .newsms,.newslist ul li:nth-child(4) .newslist_nr .newsms{
	color:#fff;
	}
.newslist ul li:nth-child(2) .newslist_nr .newsxq,.newslist ul li:nth-child(4) .newslist_nr .newsxq{
	color:#fff;
	border-top:solid 2px #fff;
	}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:16px;
	line-height:30px;
	margin-top:96px;
	}
.link a{
	font-size:16px;
	margin-right:10px;
	color:#fff;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#222222;
	padding-top:116px;
	padding-bottom:75px;
}
.footernr .footerrt{
	width:32%;
	overflow:hidden;
	}
.footernr .bnav{
	width:68%;
	overflow:hidden;
	}
.footernr .bnav ul{
	width:100%;
	overflow:hidden;
	}
.footernr .bnav ul li{
	width:20%;
	overflow:hidden;
	float:left;
	}
.footernr .bnav ul li h4{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin:0 0 20px 0;
	}
.footernr .bnav ul li h4 a{
	font-size:16px;
	color:#fff;
	}
.footernr .bnav ul li p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:rgba(255,255,255,0.5);
	line-height:30px;
	margin-top:13px;
	}
.footernr .bnav ul li p a{
	font-size:15px;
	color:rgba(255,255,255,0.5);
	}
.footernr .footerrt .blogo{
	width:100%;
	overflow:hidden;
	text-align:right;
	}
.footernr .footerrt .blogo img{
	max-width:100%;
	height:auto;
	}
.footerrt .footerrtnr{
	overflow:hidden;
	float:right;
	margin-top:50px;
	}
.footerrt .footerrtnr .btel{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#fff;
	line-height:40px;
	}
.footerrt .footerrtnr .btel a{
	font-size:36px;
	color:#fff;
	}
.footerrt .footerrtnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
.footerrt .footerrtnr p a{
	font-size:16px;
	color:#fff;
}
.footerrt .footerrtnr dl{
	overflow:hidden;
	float:left;
	margin-top:70px;
	}
.footerrt .footerrtnr dl dt,.footerrt .footerrtnr dl dd{
	width:100%;
	overflow:hidden;
	}
.footerrt .footerrtnr dl dt img{
	max-width:100%;
	height:auto;
	}
.footerrt .footerrtnr dl dd{
	color:#fff;
	line-height:30px;
	text-align:center;
	margin-top:10px;
	}
.bot{
	width:100%;
	overflow:hidden;
	background:#1b3885;
	padding:25px 0;
	}
.bot .botnr{
	color:#fff;
	line-height:30px;
	}
.botnr .botlf{
	overflow:hidden;
	color:#fff;
	padding:0;
	}
.botnr .botrt{
	overflow:hidden;
	color:#fff;
	text-align:right;
	padding:0;
	}
.bot .botnr a{
	color:#fff;
	}
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	line-height:40px;
	font-weight:normal;
	}
.ntit hr{
	width:40px;
	border:none;
	border-bottom:solid 2px #1b3885;
	margin:20px 0;
	}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:600px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:800px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:525px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:450px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:425px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:400px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:360px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:320px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:310px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:200px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #e6e6e6;
}
.positionnr .positionrt{
	text-align:right;
	font-size:16px;
	color:#343434;
	line-height:30px;
	padding:33px 0 33px 37px;
	background:url(../images/icon4.png) no-repeat left center;
	}
.positionnr .positionrt a{
	font-size:16px;
	color:#343434;
	}
.position a:hover {
	color: #2976ba;
}
.nmenu{
	overflow:hidden;
	}
.nmenu ul{
	overflow:hidden;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:96px;
	margin-right:52px;
	text-align:center;
	}
.nmenu ul li a{
	font-size:16px;
	color:#000;
	display:block;
	position:relative;
	}
.nmenu ul li a:after{
	content:"";
	width:0;
	height:2px;
	background:#1b3885;
	position:absolute;
	bottom:0;
	left:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nmenu ul li a:hover,.nmenu ul li.active a{
	color:#1b3885;
	}
.nmenu ul li:hover a:after,.nmenu ul li.active a:after{
	width:100%;
	}
/* nabout
-------------------------------------------------------------- */
.nabout{
	margin-top:60px;
	margin-bottom:60px;
	}
.nabout h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#1b3885;
	line-height:50px;
	}
.nabout .nabouten{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#dcdcdc;
	line-height:25px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:10px;
	}
.nabout .naboutlf,.nabout .naboutrt{
	padding:0;
}
.nabout .naboutrt{
	text-align:right;
}
.nabout .naboutrt img{
	max-width:100%;
	height:auto;
}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	margin-top:53px;
	font-size:16px;
	color:#585858;
	line-height:30px;
	font-weight:bold;
	}
.nabout .naboutnr p{
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	font-weight:bold;
	}
.nabout .naboutnr img{
	max-width:100%;
	height:auto;
	}
.ab_fl2{
	width:32%;
	overflow:hidden;
}
.ab_fl2 dl{
	overflow:hidden;
	padding:0 0 34px 0;
	border-bottom:solid 1px #d9d9d9;
}
.ab_fl2 dl dt{
	width:100%;
	overflow:hidden;
	color:#010101;
	font-size:16px;
	font-weight:normal;
	line-height:40px;
	margin-top:16px;
	text-align:center;
}
.ab_fl2 dl dt span{
	color:#023797;
	font-size:45px;
	font-weight:normal;
	}
.ab_fl2 dl dd{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	line-height:20px;
	text-align:center;
}
.ab_fl2 dl dt .counter{
	color:#2552c5;
	font-size:45px;
	font-family:Impact;
	}
.ab_fl2 dl img{
	max-width:100%;
	height:auto;
}
.ab_fl2 dl:nth-child(4),.ab_fl2 dl:nth-child(5){
	border-bottom:none;
}
.nabout2{
	width:100%;
	overflow:hidden;
	}
.nabout2 .naboutimg{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.nabout2 .naboutimg img{
	width:100%;
	height:auto;
	}
.nabout2 .naboutimg .nyslist{
	width:44%;
	overflow:hidden;
	background:#004ea2;
	position:absolute;
	left:50%;
	margin-left:-27.5%;
	bottom:0;
	z-index:99;
	padding:32px 50px 40px 50px;
	}
.nabout2 .naboutimg .nyslist h4{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#fff;
	line-height:45px;
	margin:0;
	}
.nabout2 .naboutimg .nyslist p{
	width:60%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:25px;
	}
/* nhzkh
-------------------------------------------------------------- */
.nhzkh{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhzkhnr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nhzkhnr ul{
	width:100%;
	overflow:hidden;
	}
.nhzkhnr ul li{
	width:18%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	box-shadow: 0px 0px 4px rgba(4,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px rgba(4,0,0,0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(4,0,0,0.2); 
	}

/* ngshj
-------------------------------------------------------------- */
.ngshj{
	margin-top:60px;
	margin-bottom:60px;
	}
.ngshj .ngshjnr{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.ngshjnr dl{
	padding:0 13px;
	margin:26px 0;
	}
.ngshjnr dl dt,.ngshj .ngshjnr dl dd{
	width:100%;
	overflow:hidden;
	}
.ngshjnr dl dt{
	position:relative;
	height:330px;
	}
.ngshjnr dl dt img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height:auto;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.ngshjnr dl:hover dt img {
	transform: translate(-50%, -50%) scale(1.2);
}
.ngshj .ngshjnr dl dd{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#000;
	line-height:30px;
	text-align:center;
	margin-top:14px;
	}
/* ncc
-------------------------------------------------------------- */
.ncc{
	width:100%;
	overflow:hidden;
	padding:0 60px;
	}
.ncc .nccul{
	width:100%;
	overflow:hidden;
	}
.ncc .nccul li{
	width:23%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	}
.nccul li img{
	max-width:100%;
	height:auto;
	}
/* nhzhb
-------------------------------------------------------------- */
.nhzhb{
	width:100%;
	overflow:hidden;
	padding:0 60px;
	}
.nhzhbul{
	width:100%;
	overflow:hidden;
	}
.nhzhbul li{
	width:14.66666%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	border:solid 1px #ccc;
	}
.nhzhbul li img{
	max-width:100%;
	height:auto;
	}


/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:50px;
	margin-bottom:50px;
	}
.promenu{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.promenu ul{
	overflow:hidden;
	display:inline-block;
	}
.promenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	margin:0 28px;
	padding-bottom:26px;
	position:relative;
	}
.promenu ul li:after{
	content:"";
	width:0;
	height:2px;
	background:#c31f29;
	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;
	}
.promenu ul li a{
	font-size:16px;
	color:#343434;
	}
.promenu ul li:hover:after,.promenu ul li.cur:after{
	width:100%;
	}
.promenu ul li:hover a,.promenu ul li.cur a{
	color:#c31f29;
	}
.npronr{
	width:100%;
	overflow:hidden;
	}
.npro dl{
	width:450px;
	overflow:hidden;
	float:left;
	margin:20px 43px 20px 0;
	background:#f6f6f6;
	}
.npro dl:nth-child(3n){
	margin-right:0;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
	height:357px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	}
.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(27,56,133,0.9) url(../images/tb1.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:82%;
	overflow:hidden;
	margin:0 9%;
	color: #333;
    font-size: 18px;
	line-height:30px;
	padding:20px 0;
	text-align:center;
	border-top:solid 1px #a9a9a9;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.npro dl:hover{
	background:rgba(27,56,133,0.9);
	}
.npro dl:hover dd{
	color:#fff;
	border-top:solid 1px #fff;
	}
.npro .nproimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:60px;
	}
.npro .nproimg img{
	max-width:100%;
	height:auto;
	}
.npro .npro_infolf{
	padding:0 30px 0 0;
}
.npro .npro_infolf img{
	max-width:100%;
	height:auto;
}
.npro .npro_infort{
	padding:32px 0 0 60px;
}
.npro .npro_infort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	padding-bottom:28px;
}
.npro .npro_infort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-bottom:40px;
}
.npro .npro_infort .npro_infolei span{
	font-size:16px;
	color:#1b3885;
	}
.npro .npro_infort .npro_ms{
	width:100%;
	overflow:hidden;
}
.npro .npro_infort .npro_ms p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	color:#646160;
}
.npro_lxbtn{
	width:100%;
	overflow:hidden;
	margin-top:66px;
	}
.npro_lxbtn a{
	width:160px;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#fff;
	background:#1b3885;
	}
.tjpro{
	width:100%;
	overflow:hidden;
	}
.tjpro{
	width:100%;
	overflow:hidden;
	}
.nprofbnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	height:auto;
}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px !important;
	font-size:16px !important;
	padding:5px !important;
}
.tjpro{
	width:100%;
	overflow:hidden;
	margin-top:70px;
	}
.tjpro .ntit h3{
	text-align:center;
	}
.tjpro .ntit hr{
	margin:20px auto;
	}
.tjpronr{
	width:100%;
	overflow:hidden;
	}
/* nsb
-------------------------------------------------------------- */
.nsb{
	margin-top:60px;
	margin-bottom:60px;
	}
.nsb .nsbnr{
	width:100%;
	overflow:hidden;
	}
.nsb .ntit h3,.nsb .ntit p{
	text-align:left;
	}
.nsb .ntit p{
	font-size:28px;
	color:#e1e1e1;
	}
.nsblist{
	width:100%;
	overflow:hidden;
	margin-bottom:45px;
	}
.nsblist dl{
	width:23.5%;
	overflow:hidden;
	float:left;
	margin:15px 2% 15px 0;
}
.nsblist dl:nth-child(4n){
	margin-right:0;
	}
.nsblist dl dt,.nsblist dl dd{
	width:100%;
	overflow:hidden;
	}
.nsblist dl dt{
	width:100%;
	overflow:hidden;
	height:316px;
	position:relative;
	}
.nsblist dl dd{
	font-size:18px;
	color:#343434;
	line-height:30px;
	padding-bottom:10px;
	margin-top:23px;
	text-align:center;
}
.nsblist dl dt .nsbbg{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,78,162,0.8) url(../images/icon4.png) no-repeat center;
	top:0;
	left:0;
	padding-top:62px;
	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%);
	}
.nsblist dl:hover dt .nsbbg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.nsblist 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;
	}
.nsblist dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nsblist dl:hover dd{
	color:#3467ac;
	}
/* nxmgl
-------------------------------------------------------------- */
.nxmgl{
	margin-top:60px;
	margin-bottom:60px;
	}
.nxmgl .ntit h3{
	text-align:left;
	}
.nxmgl .ntit p{
	text-align:left;
	font-size:20px;
	color:#e4e4e4;
	}
.nxmglnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	margin-top:65px;
	}
.nxmglnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nxmglnr img{
	max-width:100%;
	height:auto;
	}
/* njbzxfa
-------------------------------------------------------------- */
.njbzxfa{
	margin-top:60px;
	margin-bottom:60px;
	}
.njbzxfanr{
	width:100%;
	overflow:hidden;
	margin-top:94px;
	}
.njbzxfanr dl{
	width:100%;
	overflow:hidden;
	background:#fff;
	margin:0;
	}
.njbzxfanr dl dt,.njbzxfanr dl dd{
	padding:0;
	}
.njbzxfa .ntit h3{
	text-align:left;
	}
.njbzxfa .ntit p{
	text-align:left;
	color:#e0e0e0;
	font-size:28px;
	}
.njbzxfanr dl dt{
	padding:80px 52px 0 52px;
	}
.njbzxfanr dl dt h4{
	width:100%;
	overflow:hidden;
	margin:0;
	font-size:22px;
	color:#000;
	line-height:30px;
	font-weight:bold;
	}
.njbzxfanr dl dt p{
	width:100%;
	overflow:hidden;
	margin:0;
	font-size:18px;
	color:#343434;
	line-height:30px;
	font-weight:normal;
	margin-top:28px;
	}
.njssl{
	margin-top:60px;
	margin-bottom:60px;
	}
.njssl .njsslnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#737373;
	line-height:30px;
	}
.njssl .njsslnr h4{
	width:100%;
	overflow:hidden;
	margin:0;
	font-size:26px;
	color:#343434;
	line-height:35px;
	}
.njssl .njsslnr p{
	width:100%;
	overflow:hidden;
	margin:0;
	font-size:16px;
	color:#737373;
	line-height:30px;
	}
.kycg{
	width:100%;
	overflow:hidden;
	background:url(../images/honorbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:76px;
	padding-bottom:70px;
	}
.kycg h3{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#fff;
	text-align:center;
	line-height:45px;
	}
.kycg dl,.kycg dl dt,.kycg dl dd{
	width:100%;
	overflow:hidden;
	}
.kycg dl dt{
	text-align:center;
	}
.kycg dl dd{
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin-top:20px;
	}
.kycgnr{
	margin-top:60px;
	}
.kycgnr .owl-carousel .owl-item{
	padding:0 15px;
	}
.kycg dl dt img{
	max-width:100%;
	height:auto;
	}
/* nhonor
-------------------------------------------------------------- */
.nhonor{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhonornr,.nhonornr ul{
	width:100%;
	overflow:hidden;
	}
.nhonornr ul li{
	width:23%;
	overflow:hidden;
	float:left;
	margin:15px 1%;
	position:relative;
	height:465px;
	}
.nhonornr ul li img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.nhonornr ul li:hover img{
	transform:translate(-50%, -50%) scale(1.03);
	}
/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:50px;
	margin-bottom:50px;
	}
.nnews dl{
	padding:0 22px;
	margin:30px 0;
	}
.nnews dl dt{
	width:100%;
	height:379px;
	overflow:hidden;
	background: #f0f3f8;
	position:relative;
	}
.nnews dl dd{
	width:100%;
	height: 166px;
	overflow:hidden;
	}
.nnews dl dd .nnewstop{
	width:100%;
	overflow:hidden;
	margin-top:16px;
	}
.nnews dl dd .nnewstop .nnewsfl{
	width:46px;
	overflow:hidden;
	height:28px;
	background:#dd141e;
	text-align:center;
	line-height:28px;
	border-radius:5px;
	color:#fff;
	}
.nnews dl dd .nnewstop .nnewsdate{
	overflow:hidden;
	color:#a3a3a3;
	line-height:28px;
	margin-left:18px;
	}
.nnews dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#1f1f1f;
	line-height:30px;
	font-weight:normal;
	margin-top:16px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.nnews dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.nnews dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8d8d8d;
	line-height:30px;
	margin-top:16px;
	}
.nnews .nnewsnr dl:hover dt h4{
	color:#e54a51;
	}
.nnews dl:hover dd h4{
	color:#1b3885;
}
.marg{
	margin-top:40px;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
	line-height:30px;
    color: #dd141e;
	font-weight:bold;
    text-align: center;
    margin: 0 0 16px 0;
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto;
	}
	/* ncase
-------------------------------------------------------------- */
.ncase{
	margin-top:60px;
	margin-bottom:60px;
	}
.ncase dl{
	padding:0 10px;
	margin:20px 0;
	}
.ncase dl dt,.ncase dl dd{
	width:100%;
	overflow:hidden;
	}
.ncase dl dt{
	position:relative;
	height:275px;
}
.ncase dl dd{
	font-size:18px;
	line-height:30px;
	margin-top:20px;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.ncase dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.ncase dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.ncase dl:hover dd{
	color:#1b3885;
}
.poptrox-popup{
	overflow:visible !important;
}
.poptrox-overlay{
	z-index:1000 !important;
}
	
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
}
.ncontact .ncontactnr{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d1d1d1;
	font-size:18px;
	color:#333;
	line-height:35px;
	padding:40px 0 0 0;
	margin-top:28px;
	}
.ncontact .ncontactnr .ncontactlf{
	width:80%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:35px;
	}
.newm{
	width:20%;
	overflow:hidden;
	}
.newm dl{
	overflow:hidden;
	float:right;
	}
.newm dl dt,.newm dl dd{
	overflow:hidden;
	text-align:center;
	}
.newm dl dt img{
	max-width:100%;
	height:auto;
	border: solid 1px #ccc;
}
.newm dl dd{
	font-size:16px;
	color:#333;
	line-height:32px;
	}
.ncontact .ncontactnr p,.ncontact .ncontactnr .ncontactlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:35px;
	}
.ncontact .ncontactnr p a{
	font-size:16px;
	color:#333;
	}
.nmessage{
	margin-top:60px;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessagenr dl:nth-child(1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(1) dd input{
	background:#fff url(../images/icon13.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon14.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3) dd textarea{
	background:#fff url(../images/icon17.png) no-repeat 24px 21.5px;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #38912e;
    color: #fff;
	text-align:center;
	font-size:16px;
}

/* nmessage
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}
.nmessage{
	width:100%;
	overflow:hidden;
	margin-top:60px;
}
.nmessage .nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	}
.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/icon5.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon6.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3) dd textarea{
	background:#fff url(../images/icon7.png) no-repeat 24px 21.5px;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #1b3885;
    color: #fff;
	text-align:center;
	font-size:16px;
}

/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2{
	width:100%;
	overflow: hidden;
	margin-top:20px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color: #1b3885;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.topewm{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:9px;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) {
	 .ncase dl dt{
		 height:241px;
	 }
	 .npro dl dt{
		 height:315px;
	 }
	.nhonornr ul li{
		height:410px;
	}
	.pro dl dt .proimg{
		height:235px;
	}
 }
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	 .ncase dl dt{
		 height:227px;
	 }
	 .npro dl dt{
		 height:297px;
	 }
	.nhonornr ul li{
		height:387px;
	}
	.pro dl dt .proimg{
		height:221px;
	}
	.nnews dl dt{
		 height:358px;
	 }
 }
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	 .ncase dl dt{
		 height:213px;
	 }
	 .npro dl dt{
		 height:280px;
	 }
	.nhonornr ul li{
		height:364px;
	}
	.pro dl dt .proimg{
		height:207px;
	}
	.nnews dl dt{
		 height:336px;
	 }
 }
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	 .ncase dl dt{
		 height:190px;
	 }
	 .npro dl dt{
		 height:252px;
	 }
	.nhonornr ul li{
		height:328px;
	}
	.pro dl dt .proimg{
		height:185px;
	}
	.nnews dl dt{
		 height:299px;
	 }
 }
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	 .ncase dl dt{
		 height:168px;
	 }
	 .npro dl dt{
		 height:224px;
	 }
	.nhonornr ul li{
		height:291px;
	}
	.pro dl dt .proimg{
		height:162px;
	}
	.nnews dl dt{
		 height:263px;
	 }
 }
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	 .ncase dl dt{
		 height:162px;
	 }
	 .npro dl dt{
		 height:217px;
	 }
	.nhonornr ul li{
		height:282px;
	}
	.pro dl dt .proimg{
		height:157px;
	}
	.nnews dl dt{
		 height:254px;
	 }
 }
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.nhonornr ul li{
		height:333px;
	}
	.pro dl dt .proimg{
		height:184px;
	}
	.nnews dl dt{
		 height:216px;
	 }
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.nhonornr ul li{
		height:298px;
	}
	.pro dl dt .proimg{
		height:162px;
	}
	.nnews dl dt{
		 height:190px;
	 }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	 .ncase dl dt{
		 height:190px;
	 }
	 .npro dl dt{
		 height:257px;
	 }
 }
@media only screen and (min-width: 640px) and (max-width: 767px) {
	 .ncase dl dt{
		 height:326px;
	 }
	 .npro dl dt{
		 height:214px;
	 }
	 .nhonornr ul li{
		 height:380px;
	 }
	.pro dl dt .proimg{
		height:207px;
	}
	.nnews dl dt{
		 height:336px;
	 }
 }
@media only screen and (min-width: 540px) and (max-width: 639px) {
	 .ncase dl dt{
		 height:273px;
	 }
	 .npro dl dt{
		 height:181px;
	 }
	 .nhonornr ul li{
		 height:321px;
	 }
	.pro dl dt .proimg{
		height:172px;
	}
	.nnews dl dt{
		 height:279px;
	 }
 }
@media only screen and (min-width: 425px) and (max-width: 539px) {
	 .ncase dl dt{
		 height:212px;
	 }
	 .npro dl dt{
		 height:291px;
	 }
	 .nhonornr ul li{
		 height:252px;
	 }
	.pro dl dt .proimg{
		height:132px;
	}
	.nnews dl dt{
		 height:213px;
	 }
 }
@media only screen and (min-width: 375px) and (max-width: 424px) {
	 .ncase dl dt{
		 height:186px;
	 }
	 .npro dl dt{
		 height:256px;
	 }
	 .nhonornr ul li{
		 height:223px;
	 }
	.pro dl dt .proimg{
		height:115px;
	}
	.nnews dl dt{
		 height:185px;
	 }
 }
@media only screen and (min-width: 320px) and (max-width: 374px) {
	 .ncase dl dt{
		 height:157px;
	 }
	 .npro dl dt{
		 height:219px;
	 }
	 .nhonornr ul li{
		 height:190px;
	 }
	.pro dl dt .proimg{
		height:95px;
	}
	.nnews dl dt{
		 height:178px;
	 }
 }
@media only screen and (min-width: 0px) and (max-width: 319px) {
	 .ncase dl dt{
		 height:154px;
	 }
	 .npro dl dt{
		 height:215px;
	 }
	 .nhonornr ul li{
		 height:186px;
	 }
	.pro dl dt .proimg{
		height:92px;
	}
	.nnews dl dt{
		 height:175px;
	 }
 }
@media(max-width:1680px) {
	.sblf .sben{
		font-size: 40px;
		line-height:40px;
	}
	.sblf h4{
		font-size:36px;
		line-height:46px;
		}
	.sblf hr,.sblf .sbmore{
		margin-top:100px;
		}
	.sb .sbtiten{
		font-size:100px;
		line-height:100px;
		}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
		}
	.nav{
		margin-right:30px;
		}
	.ab_fl dl dt .counter{
		font-size:60px;
		line-height:60px;
		}
	.sb{
		padding-left:6%;
		}
	.newslist ul li .newslist_nr{
		padding: 0 30px;
	}
	.npro .npro_infort h1{
		font-size:26px;
		line-height:36px;
		}
	.npro dl{
		width:31.333333333%;
		margin: 20px 1%;
	}
	.nmenu ul li{
		margin-right:40px;
	}
}
@media(max-width:1440px) {
	.nav .menu > li{
		margin:0 35px;
		}
	.banner .banner1 h3 {
		font-size: 60px;
		line-height: 70px;
		}
	.banner .banner2 p{
		font-size:66px;
		line-height:66px;
	}
	.banner .banner3 h3{
		font-size:60px;
		line-height:70px;
	}
	.banner .banner3 p{
		font-size:20px;
	}
	.aboutnr h3{
		font-size:36px;
		line-height:46px;
		}
	.sb .sbtiten{
		font-size:90px;
		line-height:90px;
		}
	.sblf .sben {
		font-size: 36px;
		line-height: 36px;
	}
	.sblf h4 {
		font-size: 32px;
		line-height: 42px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li {
		margin: 0 30px;
	}
	.sblf hr, .sblf .sbmore {
		margin-top: 60px;
	}
	.banner .banner1 h3 {
		font-size: 56px;
		line-height: 66px;
		}
	.banner .banner2 p{
		font-size:62px;
		line-height:62px;
	}
	.banner .banner3 h3{
		font-size:56px;
		line-height:66px;
	}
	.banner .banner3 p{
		font-size:18px;
	}
	.banner .banner1 p{
		font-size:22px;
	}
}
@media(max-width:1280px) {
	.nav {
		margin-right: 10px;
	}
	.nav .menu > li {
		margin: 0 25px;
	}
	.sb .sbtiten{
		font-size:80px;
		line-height:80px;
		}
	.sblf .sben {
		font-size: 32px;
		line-height: 32px;
	}
	.sblf h4 {
		font-size: 28px;
		line-height: 38px;
	}
	.newslist ul li .newslist_nr{
		padding: 0 20px;
	}
	.nnews dl dd h4{
		font-size:20px;
	}
}
@media(max-width:1152px) {
	.nav .menu > li {
		margin: 0 20px;
	}
	.tit p{
		font-size:26px;
		line-height:26px;
		}
	.banner .banner1 h3 {
		font-size: 52px;
		line-height: 62px;
		}
	.banner .banner2 p{
		font-size:58px;
		line-height:58px;
	}
	.banner .banner3 h3{
		font-size:52px;
		line-height:62px;
	}
	.banner .banner3 p{
		font-size:16px;
	}
	.banner .banner1 p{
		font-size:20px;
	}
	.sb .tit h3, .sb .tit h3 a{
		font-size:30px;
		line-height:40px;
		}
	.sblf .sben {
		font-size: 28px;
		line-height: 28px;
	}
	.sblf h4 {
		font-size: 24px;
		line-height: 34px;
	}
	.sblf hr, .sblf .sbmore {
		margin-top: 40px;
	}
	.newslist ul li .newslist_nr h4{
		font-size:16px;
	}
	.newslist ul li .newslist_nr .newsms{
		font-size:14px;
	}
	.newslist ul li .newslist_nr {
		padding: 0 15px;
	}
}
@media(max-width:1024px) {
	.nav .menu > li {
		margin: 0 15px;
	}
	.sb .sbtiten{
		font-size:76px;
		line-height:76px;
		}
	.sblf hr, .sblf .sbmore {
		margin-top:30px;
	}
	.sb .sbtiten {
		font-size: 72px;
		line-height: 72px;
	}
}
@media(max-width:1023px) {
	.pcban{
		display:none;
	}
	.mban{
		display:block;
	}
}
@media(max-width:991px) {
	.header{
		height:50px;
	}
	.logo{
		padding:9px 0;
	}
	.logo img{
		height:32px;
	}
	.banner .swiper-pagination,.banner .bannermore{
		display:none;
	}
	.banner .swiper-button{
		width:60px;
		height:60px;
		right:0;
	}
	.banner .swiper-button-next, .banner .swiper-button-prev{
		width:60px;
		height:30px;
	}
	.banner .swiper-button-next{
		top:30px;
	}
	.banner .banner1 h3 {
		font-size: 48px;
		line-height: 58px;
		}
	.banner .banner2 h3{
		font-size: 46px;
		line-height: 56px;
	}
	.banner .banner2 p{
		font-size:54px;
		line-height:54px;
	}
	.banner .banner3 h3{
		font-size:48px;
		line-height:58px;
	}
	.banner .banner3 p{
		font-size:14px;
	}
	.banner .banner1 p{
		font-size:18px;
		margin-top:10px;
	}
	.ab_fl dl dt .counter {
		font-size: 56px;
		line-height: 56px;
	}
	.aboutnr h3 {
		font-size: 32px;
		line-height: 42px;
	}
	.about{
		margin-bottom:50px;
		padding-top:60px;
		}
	.sb{
		padding-right:6%;
		}
	.sb .sblf,.sb .sbimg{
		width:100%;
		}
	.sb{
		background:#1b3885;
		}
	.sb .sbimg{
		margin-top:30px;
		}
	.sblf .sbms{
		padding-right:0;
		}
	.pro .tit, .pro .promore{
		width:100%;
		}
	.sb .sbtiten{
		display:none;
		}
	.pro .promore{
		text-align:left;
		margin-top:30px;
		}
	.tit h3,.tit h3 a{
		font-size:30px;
		}
	.tit p{
		font-size:26px;
		line-height:26px;
		}
	.pro dl dd{
		font-size:16px;
		margin-top:10px;
	}
	.positionnr .positionrt,.nmenu{
		width:100%;
	}
	.positionnr .positionrt{
		text-align:left;
		padding: 10px 0 10px 37px;
	}
	.pro{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.news{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.nmenu ul li{
		line-height:50px;
	}
	.nabout .naboutrt{
		text-align:center;
	}
	.nabout h3{
		font-size:36px;
		line-height:46px;
	}
	.nabout .nabouten{
		font-size:20px;
		line-height:20px;
	}
	.ncase dl dd{
		font-size:16px;
	}
	.nnews dl dd h4{
		font-size:18px;
	}
	.npro .npro_infolf{
		padding:0;
	}
	.npro .npro_infort {
		padding: 32px 0 0 0;
	}
	.npro_lxbtn{
		margin-top:30px;
		}
	.npro .npro_infort h1{
		font-size:22px;
		line-height:32px;
		}
	.npro dl {
		width: 48%;
	}
	.npro dl dd{
		font-size:16px;
		width: 92%;
		margin: 0 4%;
	}
	.nhonornr ul li{
		width:31.333333333%;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.ncontact .ncontactnr .ncontactlf,.newm{
		width:100%;
	}
	.ntit h3{
		font-size:26px;
		line-height:36px;
	}
	.newm dl{
		float:left;
	}
	.nmenu ul li {
		margin-right: 30px;
	}
	.footernr .bnav,.footernr .footerrt{
		width:100%;
	}
	.link{
		margin-top:40px;
		}
	.footer {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.footernr .footerrt{
		margin-top:20px;
		}
	.footernr .footerrt .blogo{
		text-align:left;
		}
	.footerrt .footerrtnr{
		float:left;
		}
	.footerrt .footerrtnr{
		margin-top:30px;
		}
	.footerrt .footerrtnr dl{
		margin-top:30px;
		margin-bottom:0;
		}
	.botnr .botlf,.botnr .botrt{
		text-align:center;
		}
}
@media(max-width:767px) {
	
	.banner .banner1 h3 {
		font-size: 44px;
		line-height: 54px;
		}
	.banner .banner2 h3{
		font-size: 42px;
		line-height: 52px;
	}
	.banner .banner2 p{
		font-size:50px;
		line-height:50px;
	}
	.banner .banner3 h3{
		font-size:44px;
		line-height:54px;
	}
	.banner .banner3 p{
		font-size:12px;
	}
	.banner .banner1 p{
		font-size:16px;
	}
	.aboutnr h3 {
		font-size: 28px;
		line-height: 38px;
	}
	.ab_fl dl dt .counter {
		font-size: 52px;
		line-height: 52px;
	}
	.newsnr .newsmore{
		margin-top:20px;
		}
	.newsnr .newsmore a{
		float:left;
		}
	.sbnr .owl-theme .owl-controls .owl-buttons {
		width: 120px;
		height: 60px;
	}
	.sbnr .owl-theme .owl-controls .owl-buttons div {
		width: 60px;
		height: 60px;
	}
	.sbnr .owl-theme .owl-controls .owl-buttons .owl-prev:after{
		top:14px;
		}
	.nhonornr ul li{
		width:48%;
	}
	.nabout h3{
		font-size:32px;
		line-height:42px;
	}
	.nabout .nabouten{
		font-size:18px;
		line-height:18px;
	}
	.nmenu ul li {
		margin-right: 20px;
	}
	.nmessagenr dl{
		width:100%;
	}
	.nmessagenr dl:nth-child(2n) {
		margin-left:0;
	}
	.nmessagenr dl:nth-child(2n+1) {
		margin-right: 0;
	}
	.tit p {
		font-size: 22px;
		line-height: 22px;
	}
	.nnews dl{
		padding:0;
	}
	.footernr .bnav ul li{
		width:33.33333333%;
		}
	.footernr .bnav ul li:nth-child(4){
		clear:both;
	}
}
@media(max-width:640px) {
	.banner .banner1 h3,.banner .banner2 h3,.banner .banner3 h3{
		font-size: 38px;
		line-height: 48px;
		}
	.banner .banner2 p{
		font-size:42px;
		line-height:42px;
	}
	.banner .banner1 p{
		font-size:14px;
	}
	.ab_fl dl dt .counter {
		font-size: 48px;
		line-height: 48px;
	}
	.aboutms{
		line-height:35px;
		}
	.tit p {
		font-size: 20px;
		line-height: 20px;
	}
	.nabout h3 {
		font-size: 28px;
		line-height: 38px;
	}
	.newslist ul li{
		height:460px;
	}
	.newslist_nr .newsxq{
		margin-top:30px;
	}
}
@media(max-width:540px) {
	.banner .banner1 h3,.banner .banner2 h3,.banner .banner3 h3{
		font-size: 30px;
		line-height: 40px;
		}
	.banner .banner2 p{
		font-size:34px;
		line-height:34px;
	}
	.banner .banner1 p{
		font-size:12px;
	}
	.aboutnr h3 {
		font-size: 24px;
		line-height: 34px;
	}
}
@media(max-width:539px) {
	.npro dl{
		width:98%;
	}
}
@media(max-width:500px) {
	.ab_fl dl dt .counter {
		font-size: 44px;
		line-height: 44px;
	}
	.footerrt .footerrtnr .btel,.footerrt .footerrtnr .btel a{
		font-size:32px;
		}
}
@media(max-width:425px) {
	.banner .banner1 h3,.banner .banner2 h3,.banner .banner3 h3{
		font-size: 24px;
		line-height: 34px;
		}
	.banner .banner2 p{
		font-size:30px;
		line-height:30px;
	}
	.ab_fl dl dt .counter {
		font-size: 40px;
		line-height: 40px;
	}
}
@media(max-width:375px) {
	.ab_fl dl dt .counter {
		font-size: 36px;
		line-height: 36px;
	}
	.aboutnr h3 {
		font-size: 20px;
		line-height: 30px;
	}
}
@media(max-width:340px) {
	.ab_fl dl dt .counter {
		font-size: 32px;
		line-height: 32px;
	}
	
}