@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: 9999;
	top:0;
	padding:0 0 0 1%;
	border-bottom:solid 1px rgba(255,255,255,0.3);
	}
.logo{
	overflow:hidden;
	padding:21px 0;
}
.search{
	padding:45.5px 0;
	margin-left:46px;
	position:relative;
	}
.search:before{
	content:"";
	position:absolute;
	width:1px;
	height:16px;
	background:#e6e6e6;
	left:-16px;
	}
.search a{
	font-size:17px;
	}
.tel{
	padding:35.5px 46px 35.5px 0;
	margin-left:40px;
	position:relative;
	}
.tel:before{
	content:"";
	position:absolute;
	width:1px;
	height:100%;
	background:rgba(255,255,255,0.3);
	left:-40px;
	top: 0;
	}
.small{
	background:rgba(0,0,0,0.3);
	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:14px;
}
.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 14px;
	}
.nav .menu > li:before{
	content:"";
	width:0;
	height:3px;
	background:#fff;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-26px;
	-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.current:before{
	width:52px;
	}

.nav .menu > li a{
	color:#fff;
	font-size:16px;
	display:block;
	padding:0 20px;
	line-height:100px;
	}

.nav .menu > li:hover a,.nav .menu > li.current a{
	color:#fff;
	font-weight:bold;
	}

.nav .menu > li:hover span,.nav .menu > li.current span{
	display:block !important;
	}


.nav .menu > li .submenu{

	width:140px;

	}

.nav .menu > li .submenu li{

	width:100%;

	height:30px;

	line-height:30px;

	background:#004b94;

	text-align:center;

	border-top:solid 1px #fff;

}

.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:#ee8544;

}
.nav .menu > li.current:after{
	width:100%;
	}

.cont{
	width:1400px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1400px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	}
.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: 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 .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:100%;
	height:40px;
	position:absolute;
	bottom:90px;
	left:0;
	z-index:998;
	}
.banner .swiper-button-next,.banner .swiper-button-prev {
	width: 40px;
	height: 40px;
	float:left;
	margin:0;
	border-radius:50%;
	outline: none;
}
.banner .swiper-button-prev{
	margin-right:10px;
	margin-left: 14%;
	}

.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:#fff url("../images/prev.png") no-repeat center;
}
.banner .swiper-button-prev:hover{
	background:#004b94 url("../images/prevh.png") no-repeat center;
	}

.banner .swiper-button-next.swiper-button-black,.banner .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background:#fff url("../images/next.png") no-repeat center;
}
.banner .swiper-button-next:hover{
	background:#004b94 url("../images/nexth.png") no-repeat center;
	}

.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: 14%;
	height:40px;
	font-weight:bold;
	line-height: 40px;
	color:#fff;
	font-size:36px;
}
.swiper-pagination-fraction span{
	color:#fff;
	line-height:40px;
	font-size:36px;
}
.swiper-pagination-fraction .swiper-pagination-current{
	color:#004b94;
	font-size:36px;
}

.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*/

/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	height:90px;
	line-height:80px;
	font-size:66px;
	color:#f1f1f1;
	font-family:Arial;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#333;
	line-height:40px;
	position:absolute;
	bottom:0;
	left:64px;
	}
.tit h3 a{
	font-size:30px;
	color:#343434;
	}
.tit hr{
	width:40px;
	border:none;
	border-bottom:solid 2px #333;
	position:absolute;
	left:0;
	bottom:18px;
	margin:0;
	}
.tit p{
	width:100%;
	overflow:hidden;
	color:#343434;
	font-family:Arial;
	text-transform:uppercase;
	margin-top:5px;
	}
.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;
	}

/* sb
-------------------------------------------------------------- */
.sb{
	width:100%;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:66px;
}
.sb .sbnr{
	margin-top:40px;
	}
.sb .sbnr ul{
	width:100%;
	overflow:hidden;
	}
.sb .sbnr ul li{
	width:380px;
	overflow:hidden;
	float:left;
	margin-right:30px;
	position:relative;
	}
.sb .sbnr ul li:last-child{
	margin-right:0;
	}
.sb .sbnr ul li .sbimg{
	width:100%;
	overflow:hidden;
	}
.sb .sbnr ul li .sbbg{
	width:100%;
	height:100%;
	overflow:hidden;
	background:rgba(9,131,103,0.8);
	position:absolute;
	left:0;
	top:0;
	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%);
	}
.sb .sbnr ul li .sbbg .sbtb{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:88px;
	}
.sb .sbnr ul li:hover .sbbg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.sb .sbnr ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:30px;
	margin-top:10px;
	}
.sb .more{
	margin-top:58px;
	}
.sb .more a{
	margin:auto;
	}
/* jyfw
-------------------------------------------------------------- */
.jyfw{
	width:100%;
	overflow:hidden;
	background:url(../images/fwbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:55px;
	padding-bottom:74px;
	}
.jyfw .titen{
	color:#fff;
	}
.jyfw .tit h4 a{
	background:none;
	color:#fff;
	}
.jyfwnr{
	margin-top:56px;
	}
.jyfwnr dl{
	width:200px;
	height:200px;
	overflow:hidden;
	float:left;
	background:#fff;
	padding-top:38px;
	margin-right:50px;
	margin-bottom:0;
	}
.jyfwnr dl:last-child{
	margin-right:0;
	}
.jyfwnr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	transition: all 0.5s;
	}
.jyfwnr dl dt .fwimg2{
	display:none;
	}
.jyfwnr dl:hover dt .fwimg1{
	display:none;
	}
.jyfwnr dl:hover dt .fwimg2{
	display:block;
	margin:auto;
	}
.jyfwnr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	color:#098367;
	line-height:30px;
	margin-top:10px;
	}
.jyfwnr dl:hover dt{
	transform: rotateY(180deg);
	}
.jyfwnr dl:hover{
	background:#098367;
	}
.jyfwnr dl:hover dd{
	color:#fff;
	}
.fwtel{
	width:340px;
	height:62px;
	line-height:62px;
	overflow:hidden;
	background:#fff;
	border-radius:30px;
	position:relative;
	left:50%;
	margin-left:-170px;
	font-size:26px;
	color:#098367;
	padding-left:20px;
	margin-top:58px;
	}
.fwtel .fwtelnr{
	width:248px;
	height:62px;
	line-height:62px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	background:#098367;
	color:#fff;
	font-size:26px;
	border-radius:30px;
	text-align:center;
	}
/* pro
-------------------------------------------------------------- */
.pro{
	padding-top:87px;
	padding-bottom:120px;
	position:relative;
}
.promenu{
	width:100%;
	overflow:hidden;
	margin-bottom:17px;
	}
.promenu ul{
	overflow:hidden;
	display:inline-block;
	}
.promenu ul li{
	overflow:hidden;
	float:left;
	padding:0 23px;
	}
.promenu ul li a{
	display:block;
	color:#343434;
	font-size:16px;
	padding:18px 0;
	position:relative;
	}
.promenu ul li a:after{
	content:"";
	width:0;
	height:1px;
	background:#004b94;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	-moz-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	-o-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.promenu ul li:hover a:after,.promenu ul li.cur a:after{
	width:100%;
	}
.promenu ul li:first-child{
	padding-left:0;
	}
.promenu ul li:hover a,.promenu ul li.cur a{
	color:#004b94;
	}
.pronr{
	width:100%;
	}
.pro dl{
	width:100%;
	overflow:hidden;
	margin-bottom:0;
}
.pro dl dt,.pro dl dd{
	padding:0;
	}
.pro dl dt .proimg{
	width:86%;
	overflow:hidden;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	margin:15px;
	}
.pro dl dt .proimg img{
	width:100%;
	height:auto;
}
.pro dl:hover dt .proimg img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.pro dl dd{
	text-align:left;
	padding-left:50px;
	padding-top:27px;
	}
.pro dl dd .proen{
	width:100%;
	overflow:hidden;
	font-size:36px;
	font-family:Arial;
	color:#004b94;
	font-weight:bold;
	text-transform:uppercase;
	line-height:40px;
	margin-bottom:7px;
	}
.pro dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#004b94;
	margin:0;
	line-height:40px;
	}
.pro dl dd hr{
	width:100%;
	border:none;
	border-bottom:solid 1px #ccc;
	margin-top:44px;
	}
.pro dl dd .proms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	margin-top:37px;
	}
.pro dl dd .promore{
	width:154px;
	height:48px;
	font-size:18px;
	color:#fff;
	background:#004b94;
	border-radius:24px;
	text-align:center;
	line-height:48px;
	margin-top:100px;
	}
.pro dl:hover dd .promore,.aboutlf .aboutmore a:hover{
	background:rgba(0,75,148,0.8);
}
/* yyhy
-------------------------------------------------------------- */
.yyhy{
	width:100%;
	height:860px;
	overflow:hidden;
	background:url(../images/yyhybg.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	}
.yyhytit{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:34px;
	top:36px;
	z-index:999;
}
.yyhytit h3{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:30px;
}
.yyhytit hr{
	width: 40px;
    border: none;
    border-bottom: solid 3px #fff;
    margin-top: 40px;
}
.yyhynr{
	width:100%;
	height:100%;
	overflow:hidden;
}
.yyhy dl{
	width:20%;
	height:100%;
	overflow:hidden;
	float:left;
	margin-bottom:0;
	}
.yyhy dl:nth-child(2n+1){
	background:rgba(0,0,0,0.2);
	}
.yyhy dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:290px;
	}
.yyhy dl dd{
	width:100%;
	overflow:hidden;
	margin-top:46px;
	}
.yyhy dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	margin:0;
	line-height:30px;
	text-align:center;
	}
.yyhy dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	font-family:Arial;
	text-align:center;
	margin-top:6px;
	}
.yyhy dl dd hr{
	width:42px;
	border:none;
	border-bottom:solid 2px #fff;
	margin:40px auto 0;
	display:none;
	}
.yyhy dl:first-child:hover{
	background:url(../images/yyhyimg1.jpg) no-repeat 100% 100%;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:nth-child(2):hover{
	background:url(../images/yyhyimg2.jpg) no-repeat 100% 100%;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:nth-child(3):hover{
	background:url(../images/yyhyimg3.jpg) no-repeat 100% 100%;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:nth-child(4):hover{
	background:url(../images/yyhyimg4.jpg) no-repeat 100% 100%;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:nth-child(5):hover{
	background:url(../images/yyhyimg5.jpg) no-repeat 100% 100%;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:hover dt img{
	display:none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:hover dd hr{
	display:block;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:hover dd h4{
	font-size:30px;
	line-height:40px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
	
/* about
-------------------------------------------------------------- */
.about{
	padding-top:148px;
	}
.about .aboutlf,.about .aboutrt{
	padding:0;
	}
.about .aboutlf h3{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#000;
	line-height:40px;
	margin-top:24px;
	}
.nqywh h3{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#000;
	line-height:40px;
	}
.about .aboutlf hr,.nqywh hr{
	width:40px;
	border:none;
	border-bottom:solid 3px #004b94;
	margin-top:40px;
	}
.about .aboutlf .aboutnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	margin-top:39px;
	padding-right:76px;
	}
.about .aboutlf .aboutnr p{
	font-size:16px;
	color:#585858;
	line-height:30px;
}
.aboutnr .aboutimg{
	padding:0;
	text-align:right;
	}
.aboutlf .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:65px;
	}
.aboutlf .aboutmore a{
	display:block;
	width:156px;
	height:50px;
	overflow:hidden;
	text-align:center;
	line-height:50px;
	background:#004b94;
	border-radius:25px;
	font-size:18px;
	color:#fff;
	}
.aboutlist{
	width:100%;
	height:311px;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat bottom center;
	margin-top:42px;
	padding-top:64px;
	}
.ab_fl{
	width:100%;
	overflow:hidden;
}
.ab_fl dl{
	padding:0;
}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	color:#004b94;
	font-size:24px;
	font-weight:normal;
	text-align:center;
}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#323232;
	line-height:30px;
	text-align:center;
}
.ab_fl dl dt .counter{
	font-size:57px;
	font-family:Impact;
	font-size:57px;
	color:#004b94;
	margin-right:10px;
	}
/* ys
-------------------------------------------------------------- */
.hzhb{
	width:100%;
	overflow:hidden;
	background:url(../images/hzhbbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:67px;
	padding-bottom:34px;
	margin-top:75px;
	}
.hzhb .tit{
	color:#e5e5e6;
	text-align:center;
	}
.hzhb .tit h3{
	left:0;
	}
.hzhb hr {
    width: 40px;
    border: none;
    border-bottom: solid 2px #333;
    margin: 20px auto;
}
.hzhbnr{
	padding:0 60px;
	margin-top:50px;
	}
.hzhbnr .hzhbimg{
	overflow:hidden;
	text-align:center;
	border:solid 1px #ccc;
	}
.hzhbnr .hzhbimg img{
	width:100%;
	height:auto;
	}
.hzhb .owl-carousel .owl-item{
	padding:0 19px;
	}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) no-repeat top center;
	background-size:cover;
	}
.news .newslf{
	padding:164px 0 212px 0;
	}
.news .newstit{
	width:100%;
	overflow:hidden;
	font-size:50px;
	font-family:Arial;
	color:rgba(255,255,255,0.2);
	text-transform:uppercase;
	font-weight:bold;
	}
.news .newstit h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	line-height:35px;
	margin-top:-27px;
	}
.news .newstit hr{
	width:40px;
	border:none;
	border-bottom:solid 2px #fff;
	margin-top:33px;
	}
.news .newsmore{
	width:100%;
	overflow:hidden;
	margin-top:100px;
	}
.news .newsmore a{
	width:156px;
	height:48px;
	font-size:18px;
	color:#000;
	background:#fff;
	display:block;
	line-height:48px;
	text-align:center;
	border-radius:24px;
	}
.news .newsmore a:hover{
	background:#004b94;
	color:#fff;
}
.news .newsrt{
	padding:0;
	height:660px;
	}
.newsnr dl{
	width:100%;
	height:33.3333333%;
	overflow:hidden;
	padding:56px 43px 0 43px;
	background:rgba(0,0,0,0.4);
	margin-bottom:0;
	}
.newsnr dl dt{
	width:100%;
	overflow:hidden;
	}
.newsnr dl dt .newstit{
	width:80%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	font-weight:normal;
	line-height:30px;
	margin-bottom:20px;
	}
.newsnr dl dt .newsdate{
	width:20%;
	overflow:hidden;
	color:#fff;
	text-align:right;
	font-weight:normal;
	line-height:30px;
	}
.newsnr dl dd{
	width:100%;
	overflow:hidden;
	color:#fff;
	padding-right:20%;
	line-height:25px;
	position:relative;
	}
.newsnr dl dd:after{
	content:"";
	position:absolute;
	width:42px;
	height:42px;
	background:#fff url(../images/icon6.png) no-repeat center;
	border-radius:50%;
	top:0;
	right:0;
	}
.newsnr dl dd .newstit{
	width:100%;
	overflow:hidden;
	margin-top:10px;
	color:#333;
	font-size:18px;
	line-height:30px;
	margin-bottom:7px;
	}
.newsnr dl dd .newsdate{
	width:100%;
	overflow:hidden;
	color:#999;
	border-bottom:solid 1px #333;
	padding-bottom:15px;
	}
.newsnr dl:hover{
	background:#fff;
	} 
.newsnr dl:hover dt .newstit,.newsnr dl:hover dt .newsdate{
	color:#343434;
	}
.newsnr dl:hover dd{
	color:#737373;
	}
.newsnr dl:hover dd:after{
	background:#004b94 url(../images/iconh6.png) no-repeat center;
	}


/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
	line-height:30px;
	margin-top:44px;
	}
.link a{
	font-size:15px;
	margin-right:10px;
	color:#fff;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background: #044482;
}
.footer .footerlf{
	padding:0 0 81px 0;
	background:#262524;
	}
.footer .footerrt{
	padding:46px 0 0 0;
	background:#044482;
	}
.footerlfnr{
	width:700px;
	float:right;
	}
.footerlfnr ul{
	width:100%;
	overflow:hidden;
	margin-top:46px;
	}
.footerlfnr ul li{
	padding:0;
	}
.footerlfnr ul li h4{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:18px;
	color:#fff;
	margin:0 0 24px 0;
	}
.footerlfnr ul li h4 a{
	font-size:18px;
	color:#fff;
	}
.footerlfnr ul li p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:rgba(255,255,255,0.4);
	line-height:30px;
	margin-top:5px;
	}
.footerlfnr ul li p a{
	font-size:15px;
	color:rgba(255,255,255,0.4);
	}
.footerrtnr{
	width:700px;
	float:left;
	overflow:hidden;
	padding:0 0 0 85px;
	}
.footerrtnr .blxfs{
	padding:0;
	}
.footerrtnr .blxfs h4{
	width:100%;
	overflow:hidden;
	font-size: 18px;
    color: #fff;
	margin:0 0 17px 0;
	line-height:30px;
	}
.footerrtnr .blxfs h4 a{
	font-size: 18px;
    color: #fff;
	}
.footerrtnr .blxfs p{
	width:100%;
	overflow:hidden;
	font-size: 15px;
    color: #fff;
	line-height:30px;
	margin-top:5px;
	}
.footerrtnr .blxfs p a{
	font-size: 15px;
    color: #fff;
	}
.footerrtnr .bewm{
	padding:0;
	}
.footerrtnr .bewm dl{
	overflow:hidden;
	float:right;
	margin-top:23px;
	}
.footerrtnr .bewm dl dt,.footerrtnr .bewm dl dd{
	overflow:hidden;
	text-align:center;
	}
.footerrtnr .bewm dl dd{
	color:#fff;
	font-size:16px;
	line-height:30px;
	margin-top:17px;
	}
.bot{
	width:100%;
	overflow:hidden;
	background:#1f1e1d;
	padding:20px 0;
	}
.bot .botlf{
	padding:0;
	color:rgba(255,255,255,0.3);
	}
.bot .botrt{
	padding:0;
	color:rgba(255,255,255,0.3);
	text-align:right;
	}
.bot .botrt a{
	color:rgba(255,255,255,0.3);
	}
/* 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:921px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:200px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:167px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #ccc;
}
.positionnr{
	line-height:30px;
	font-size:16px;
	color:#343434;
	padding:12px 0;
	background:url(../images/icon9.png) no-repeat left center;
	}

.position a {
	color:#343434;
}
.position a:hover {
	color: #004b94;
}
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	line-height:40px;
	}
.ntit p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	color:#343434;
	text-transform:uppercase;
	margin-top:5px;
	}
.nmenu{
	overflow:hidden;
	}
.nmenu ul{
	overflow:hidden;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:64px;
	margin:0 25px;
	}
.nmenu ul li a{
	padding:0 12px;
	font-size:16px;
	color:#333;
	display:block;
	position:relative;
	}
.nmenu ul li a:after{
	content:"";
	width:0;
	height:2px;
	background:#005bac;
	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:hover a,.nmenu ul li.cur a{
	color:#005bac;
	font-weight:bold;
	}
.nmenu ul li:hover a:after{
	width:100%;
	}
/* nabout
-------------------------------------------------------------- */
.nabout{
	margin-top:60px;
	margin-bottom:60px;
	}
.ncontact h3{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#000;
	line-height:40px;
	}
.ncontact hr{
	width:40px;
	border:none;
	border-bottom:solid 2px #005bac;
	margin-top:30px;
	}
/* nqywh
-------------------------------------------------------------- */
.nqywh{
	margin-bottom:80px;
	}
.nqywhnr{
	width:100%;
	overflow:hidden;
	color:#000;
	font-size:16px;
	line-height:30px;
	margin-top:45px;
	}
.nqywhnr p{
	width:100%;
	overflow:hidden;
	color:#000;
	font-size:16px;
	line-height:30px;
	}
.nqywhnr img{
	max-width:100%;
	height:auto;
}
/* nrcln
-------------------------------------------------------------- */
.nrcln{
	width:100%;
	overflow:hidden;
	padding:0 60px;
	}
.nrcln p{
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	color:#333;
	}
/* 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;
	}
/* njob
-------------------------------------------------------------- */
.njob{
	margin-top:20px;
	margin-bottom:20px;
	}
.njobnr{
	width:100%;
	overflow:hidden;
	padding:0 60px;
	}
.njobnr dl{
	width:100%;
	overflow:hidden;
	border-top:solid 2px #005bac;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.11);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.11);
	margin:40px 0;
	}
.njobnr dl dt{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#005bac;
	font-weight:normal;
	border-bottom:dashed 1px #ccc;
	line-height:60px;
	padding:0 24px;
	}
.njobnr dl dd{
	width:100%;
	overflow:hidden;
	padding:18px 24px;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.njobnr dl dd p{
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:60px;
	margin-bottom:60px;
	}
.npronr{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.npronr dl{
	width:440px;
	float:left;
	margin:20px 20px 20px 10px;
	}
.npronr dl:nth-child(3n){
	margin-right:0;
	}
.npronr dl dt{
	width:100%;
	overflow:hidden;
	height:366px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	font-weight:normal;
	}
.npronr 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;
}
.npronr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npronr dl dd{
	width:100%;
	overflow:hidden;
	padding:20px 0;
	font-size:18px;
	line-height:30px;
	color:#004b94;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.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:24px;
	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:#004b94;
	}
.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 .npro_infort .npro_lxfs{
	width:100%;
	overflow:hidden;
}
.npro .npro_infort .npro_lxfs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
}
.npro .npro_infort .npro_lxfs p a{
	font-size:16px;
	color:#333;
}
.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:#004b94;
	}
.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;
}
	
/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:60px;
	margin-bottom:60px;
	}
.nnewsnr{
	width:100%;
	margin-top:10px;
	}
.nnews dl{
	margin-bottom:0;
	padding:0 1.5%;
	margin:40px 0;
	}
.nnews dl dt{
	width:100%;
	overflow:hidden;
	position:relative;
	height:284px;
	border: solid 1px #eee;
	}
.nnews 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;
	}
.nnews dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnews dl dd{
	width:100%;
	overflow:hidden;
	padding:0 20px;
	padding-top:22px;
	padding-bottom:46px;
	}
.nnews dl dd .nnewstit{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000;
	line-height:35px;
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#8d8d8d;
	margin-top:10px;
	}
.nnews dl dd hr{
	width:30px;
	overflow:hidden;
	border-bottom:solid 2px #084590;
	margin:48px 0 0 0;
	}
.nnews dl dd .nnewsdate{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	margin-top:5px;
	}
.nnews dl dd .nnewsmore{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#000;
	line-height:30px;
	background:url(../images/tb10.png) no-repeat left center;
	padding-left:38px;
	margin-top:10px;
	}
.nnews dl:hover dd{
	box-shadow: 0px 0px 20px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0, 0.2);
	}
.nnews dl:hover dd .nnewstit{
	color:#003f8c;
	}
.marg{
	margin-top:40px;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #003f8c;
	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;
	}
	
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	}
.ncontact .ncontactnr{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#333;
	line-height:35px;
	padding:40px 0 0 0;
	margin-bottom:30px;
	}
.ncontact .ncontactnr p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#333;
	line-height:35px;
	}
.ncontact .ncontactnr p a{
	font-size:18px;
	color:#333;
}
.ncontact .ncontactnr .ncontactlf{
	width:80%;
	overflow:hidden;
	}
.newm{
	width:20%;
	overflow:hidden;
	}
.newm dl{
	overflow:hidden;
	float:right;
	margin-bottom:0;
	}
.newm dl dt,.newm dl dd{
	overflow:hidden;
	text-align:center;
	}
.newm dl dt img{
	max-width:100%;
	height:auto;
}
.newm dl dd{
	font-size:16px;
	color:#333;
	line-height:32px;
	}
.map{
	height:820px;
	overflow:hidden;
	padding:0;
	}

/* nmessage
-------------------------------------------------------------- */
.nmessage{
	margin-top:60px;
	margin-bottom:60px;
}
.nmessage .nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:46px;
	}
.nmessagenr ul{
	width:100%;
	overflow:hidden;
	}
.nmessagenr ul li{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	margin-bottom:25px;
	}
.nmessagenr ul li input{
	width:100%;
	overflow:hidden;
	border:solid 1px #d6d6d6;
	line-height:50px;
	padding:0 20px;
	font-size:16px;
	color:#343434;
	}
.nmessagenr ul li textarea{
	width:100%;
	height:210px;
	overflow:hidden;
	border:solid 1px #d6d6d6;
	line-height:30px;
	padding:0 20px;
	}
.tjbtn {
    width: 100%;
    overflow: hidden;
}
.tjbtn button {
    width: 100%;
    height: 60px;
    background: #004b94;
    color: #fff;
	text-align:center;
	font-size:16px;
}

/* dede_pages

-------------------------------------------------------------- */

.dede_pages{
		width:100%; 
		overflow:hidden; 
		margin-top: 10px;
		text-align: center;
}

.dede_pages ul {
    padding: 12px 0px 12px 0;
	display: inline-block;
}

.dede_pages ul li {
    float: left;
    line-height: 17px;
    margin-right: 6px;
	padding: 5px 10px;
	border:solid 1px #004b94;
	margin:5px;
}

.dede_pages ul li.thisclass{
    background-color: #004b94;
    padding: 5px 10px;
    font-weight: bold;
	color:#fff;
}

.dede_pages ul li.thisclass a{
	color:#fff;
}

.dede_pages ul li:hover{
    background-color: #004b94;
}
.dede_pages ul li:hover a{
    color: #fff;
}
.dede_pages ul li a {
    float: left;
    display: block;
	color:#454545;
}

.page1{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.page1 p{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-size: 16px;
}
.page1 p a{
	color:#454545;
	font-size: 16px;
}
.page1 p a:hover{
	color:#004b94;
}
.pages{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.pages .pageslf,.pages .pagesrt{
	width:50%;
	overflow:hidden;
	font-size:16px;
	line-height:58px;
	padding:0 1%;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.pages .pageslf a,.pages .pagesrt a{
	font-size:16px;
}
.pages .pageslf:hover,.pages .pagesrt:hover{
	transition: all .5s ease;
	-moz-transition: all .5s ease; /* Firefox 4 */
	-webkit-transition: all .5s ease; /* Safari 和 Chrome */
	-o-transition: all .5s ease; /* Opera */
	color:#004b94;
}
.pages .pageslf:hover a,.pages .pagesrt:hover a{
	color:#004b94;
}
.dede_pages table, .dede_pages table tr, .dede_pages table td{
	border:none;
}
.dede_pages table td{
	line-height:30px;
	font-size:14px;
}
.dede_pages table td a{
	font-size:14px;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.tel{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:34px;float:right;padding-right:1%;}
.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: 1360px) and (max-width: 1440px) {
	.npronr dl dt{
		height:302px;
	}
	.nnews dl dt{
		height:227px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.npronr dl dt{
		height:285px;
	}
	.nnews dl dt{
		height:213px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.npronr dl dt{
		height:256px;
	}
	.nnews dl dt{
		height:192px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.npronr dl dt{
		height:227px;
	}
	.nnews dl dt{
		height:170px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.npronr dl dt{
		height:220px;
	}
	.nnews dl dt{
		height:165px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.npronr dl dt{
		height:295px;
	}
	.nnews dl dt{
		height:222px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.npronr dl dt{
		height:264px;
	}
	.nnews dl dt{
		height:198px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.npronr dl dt{
		height:264px;
	}
	.nnews dl dt{
		height:341px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.npronr dl dt{
		height:185px;
	}
	.nnews dl dt{
		height:284px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.npronr dl dt{
		height:145px;
	}
	.nnews dl dt{
		height:226px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.npronr dl dt{
		height:129px;
	}
	.nnews dl dt{
		height:200px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.npronr dl dt{
		height:110px;
	}
	.nnews dl dt{
		height:170px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.npronr dl dt{
		height:110px;
	}
	.nnews dl dt{
		height:165px;
	}
}

@media(max-width:1440px) {
	.cont,.cont1{
		width:88%;
	}
	.npronr dl {
		width: 30.3333%;
		margin: 20px 1.5% 20px 1.5%;
	}
	.npronr dl:nth-child(3n) {
		margin-right: 1.5%;
	}
	.pro dl dd h4{
		font-size:26px;
	}
	.footerlfnr,.footerrtnr{
		width:88%;
	}
	.banner .swiper-button{
		bottom:50px;
	}
}
@media(max-width:1152px) {
	.nav .menu > li a{
		padding: 0 16px;
	}
	.pro dl dd h4{
		font-size:22px;
	}
	.footerrtnr {
		padding: 0 0 0 40px;
	}
}
@media(max-width:991px) {
	.yyhytit{
		top:20px;
	}
	.yyhytit h3{
		font-size:24px;
	}
	.yyhytit hr {
		margin-top: 25px;
	}
	.about .aboutrt{
		margin-top:20px;
		text-align:center;
	}
	.about .aboutrt img{
		max-width:100%;
		height:auto;
	}
	.about .aboutlf .aboutnr{
		padding-right:0;
	}
	.ab_fl dl dt .counter{
		font-size:46px;
	}
	.ab_fl dl dt{
		font-size:20px;
	}
	.map{
		height:280px;
	}
	.npronr dl {
		width: 47%;
	}
	.npronr dl dd {
		padding: 15px 0;
		font-size: 16px;
	}
	.pages .pageslf, .pages .pagesrt{
		width:100%;
		text-align:left;
	}
	.npro .npro_infort {
		padding: 32px 0 0 0;
	}
	.about .aboutlf h3,.nqywh h3,.ncontact h3{
		font-size:30px;
	}
	.pro dl dt .proimg{
		width:96%;
	}
	.pro dl dd{
		padding-left:0;
	}
	.news .newslf {
		padding: 60px 0 60px 0;
	}
	.news .newsmore{
		margin-top:60px;
	}
	.newsnr dl {
		height: auto;
		padding: 30px 43px 30px 43px;
	}
	.news .newsrt {
		height: auto;
		padding-bottom: 40px;
	}
	.footerlfnr,.footerrtnr{
		margin: auto;
		float: none;
	}
	.footerrtnr {
		padding: 0;
	}
	.footer .footerrt {
		padding: 40px 0 40px 0;
		height: auto;
	}
	.footer .footerlf {
		padding: 0 0 40px 0;
	}
	.yyhy dl {
		width: 33.3333%;
		height: 430px;
	}
	.yyhy dl dt{
		margin-top:90px;
	}
	.about {
		padding-top: 60px;
	}
	.aboutlf .aboutmore{
		margin-top:40px;
	}
	.bot .botlf,.bot .botrt{
		text-align:center;
	}
	.pro dl dd .promore{
		margin-top:40px;
	}
	.pro {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.banner .swiper-button {
		bottom: 20px;
	}
	.swiper-pagination-fraction,.swiper-pagination-fraction .swiper-pagination-current,.swiper-pagination-fraction span{
		font-size:26px;
	}
	.header{
		height:60px;
	}
	.logo {
		padding: 11px 0;
	}
	.logo img{
		height:38px;
	}
	.rg{
		padding-top:14px;
	}
}
@media(max-width:860px) {
	.promenu ul li:first-child {
		padding-left: 12px;
	}
	.promenu ul li {
		padding: 0 12px;
	}
}
@media(max-width:767px) {
	.ncontact .ncontactnr .ncontactlf,.newm{
		width:100%;
	}
	.newm dl{
		float:left;
		margin-top:20px;
	}
	.footerrtnr .bewm dl{
		float:left;
	}
	.yyhy{
		height:1140px;
	}
	.yyhy dl {
		width: 50%;
		height: 380px;
	}
	.yyhy dl:hover dd h4{
		font-size:24px;
	}
	.yyhy dl dd p{
		font-size:15px;
	}
	.pro dl dd h4 {
		font-size: 18px;
	}
	.banner .swiper-button {
		bottom: 10px;
	}
	.banner .swiper-button-next, .banner .swiper-button-prev {
		width: 30px;
		height: 30px;
	}
}
@media(max-width:640px) {
	.pro dl dt .proimg {
		width: 94%;
	}
}
@media(max-width:540px) {
	.npronr dl dd{
		font-size:14px;
	}
	.ncontact .ncontactnr p,.ncontact .ncontactnr p a{
		font-size:16px;
	}
	.banner .swiper-button {
		bottom: 0;
	}
}
@media(max-width:425px) {
	.pro dl dt .proimg {
		width: 88%;
	}
	.banner .swiper-slide .img img {
		width: 115%;
	}
}
@media(max-width:320px) {
	
}

.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#004b94; color:#fff; }
.ab_pages ul a:hover{ background:#ddd; color:#fff;}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}
