﻿@charset "utf-8";
@font-face
{
	font-family: siyuan;
	src: url('SOURCEHANSANSCN-REGULAR.OTF'),
     url('SOURCEHANSANSCN-REGULAR.eot'); /* IE9+,可以是具体的实际链接 */
}
* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
::-moz-selection {
 background: #555;
 color: #fff;
}
::selection {
	background: #555;
	color: #fff;
}
::-moz-selection {
 background: #555;
 color: #fff;
}
html {
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	line-height: 1;
	font-size: 16px;
}
body {
	position: absolute;
	width: 100%;
	margin: 0;
	min-height: 100%;
	box-sizing: border-box;
}
html,body,a{
	padding:0;
	margin:0;
	list-style:none;
	border:none;
	font-size:14px; 
	font-family:"siyuan","Arial"; 
	color:#666;
}
p{
	line-height:26px;
	font-size:14px; 
}
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;
	font-weight:normal;
}
body,button,input,select,textarea{
	outline:none;
}
.body{
	background:#fff;
}
.nbody{
	background:#efefef;
}
ul,ol,li{
	list-style:none; 
	margin:0; 
	padding:0;
}
table,table tr,table td{
	border:solid 1px #777777;
}
html,body{
	height:auto;
	margin:0 auto;
}
.hide{
	display:none;
}
.clear{
	clear:both; 
	font-size:1px; 
	line-height:0px; 
	height:0px;
}
input,textarea{
	font-family:"siyuan","Arial";
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:0;
	padding:0;
}
h1{
	font-size: 3em; 
	line-height: 1; 
}
h2{
	font-size: 2em;
}
h3{
	font-size: 1.5em; 
	line-height: 1;
}
h4{
	font-size: 1.2em; 
	line-height: 1.25;
}
h5{
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
/* 页面基本元素

-------------------------------------------------------------- */
/* 链接样式 */

a {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
/* 层浮动 */
.left {
	float: left;
}
.right{
	float: right;
}
.clear{ height:0; font-size:0; line-height:0; clear:both;}
.clearfix:after { 
	content:"\200B"; 
	display:block;
	height:0; 
	clear:both; 
} 
.clearfix {*zoom:1;}/*IE/7/6*/
.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;
	background:#fff;
	padding:0 2%;
}

.logo{
	overflow:hidden;
	padding:15px 0;
}
.logo img{
	max-width:100%;
	height:auto;
}
/* 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;
	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
 ================================================================= */
.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 > ul{
	width:100%;
}
.nav .menu > li{
	height:100px;
	float:left;
	text-align:center;
	line-height:100px;
}
.nav .menu > li:last-child{
	background:none;
}
.nav .menu > li a{
	color:#333;
	font-size:16px;
	display:block;
	padding:0 19px;
}
.nav .menu > li:hover a,.nav .menu > li.cur a{
	color:#0527af;
}
.nav .menu > li.current a{
	color:#0527af;
}
.nav .menu > li .submenu{
	width:130%;
	left:-15%;
}
.nav .menu > li .submenu li{
	width:100%;
	line-height:30px;
	background:#2874ca;
	text-align:center;
	border-bottom:solid 1px #fff;
	padding:5px 0;
}
.nav .menu > li .submenu li a{
	padding:0;
}
.nav .menu > li .submenu li:last-child{
	border:none;
}
.nav .menu > li .submenu li a{
	display:block;
	color:#fff;
	font-size:14px;
}

.nav .menu > li .submenu li:hover{
	background:#023b79;
}
.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;
}
.moblie_head,.a_txt{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.header{display:none}
.moblie_head{display:block;height:100px;background:#fff;position:fixed;top:0px;left:0px;width:100%;z-index:9999;}
.moblie_head .lf{padding-left:1%;padding-top:15px;padding-bottom:15px;width:86%;float:left;}
.moblie_head .lf img{
	max-width:100%;
	height:auto;
	}
.moblie_head .rg{padding-right:1%;padding-top:18.5px;float:right;}
.moblie_head .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}
}

/**
 * 4. Home Slider
 */

.page-template-page-full-slider .ms-main-container, .slider-template-default.single-slider .ms-main-container {
	display: flex;
	padding: 0 !important;
}
.page-template-page-full-slider .ms-container, .slider-template-default.single-slider .ms-container {
	padding-top: 0 !important;
}
.swiper-container {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: #151515;
}
.swiper-wrapper {
	align-items: center; /* add this will all relevant prefixes */
}
.swiper-slide {
	overflow: hidden;
}
.slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-inner--image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .2;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
	-webkit-transition: opacity .6s ease-in-out, -webkit-transform 2s ease .7s;
	transition: opacity .6s ease-in-out, -webkit-transform 2s ease .7s;
	-o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
	transition: opacity .6s ease-in-out, transform 2s ease .7s;
	transition: opacity .6s ease-in-out, transform 2s ease .7s, -webkit-transform 2s ease .7s;
}
.swiper-slide-duplicate-active .slide-inner--image, .swiper-slide-active .slide-inner--image {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.slide-inner--video .fullscreen-bg__video {
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: .2;
	min-width: 100%;
	min-height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .6s ease-in-out;
	-webkit-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}
.swiper-slide-duplicate-active .slide-inner--video .fullscreen-bg__video, .swiper-slide-active .slide-inner--video .fullscreen-bg__video {
	opacity: 1;
}
/* 4.1 Slider navigation buttons */
.swiper-nav-btn{
	position:absolute;
	left:0;
	top:30%;
	font-size:30px;
}
.swiper-button-prev, .swiper-button-next {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .2em;
	line-height: 2em;
	font-size: 22px;
	width: auto;
	height: 24px;
	background-image: none !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-button-prev {
	padding-left: 5em;
	-webkit-transition: padding-left .3s ease;
	-o-transition: padding-left .3s ease;
	transition: padding-left .3s ease;
}
.swiper-button-next {
	padding-right: 5em;
	-webkit-transition: padding-right .3s ease;
	-o-transition: padding-right .3s ease;
	transition: padding-right .3s ease;
}

/* 4.2 Slider inner info */
.slide-inner--info {
	position: absolute;
	width: auto;
	min-height: 50px;
	bottom: 3em;
	padding: 0 3em;
	color: #fff;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.swiper-slide-active .slide-inner--info {
	opacity: 1;
	-webkit-transition: opacity 1s ease 1s;
	-o-transition: opacity 1s ease 1s;
	transition: opacity 1s ease 1s;
}
.slide-inner--info h1 {
	margin: 12px 0;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1em;
	color: #fff;
}
.slide--info__link {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-bottom: solid 2px;
}
.swiper-slide--bottom {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	height: 90px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
/* 4.3 Pagination */

.swiper-pagination {
	position:absolute;
    right: 20px;
    top: 40%;
    z-index: 10;
	text-align:right;
}
.swiper-pagination-bullet-active {
	background:url(../images/doth.png) no-repeat center;
	width:18px;
}
.swiper-container-vertical .swiper-pagination-progressbar {
	transform: rotate(-90deg);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	height: 34vh;
	width: 1px;
	position: absolute;
}
.swiper-pagination-progressbar-fill {
	background: #fff !important;
}
.expanded-timeline__counter {
	margin-left: 1.8em;
}
.expanded-timeline__counter span {
	text-align: center;
	margin-right: 100%;
	padding: 8px 0;
	color: #fff;
	display: block;
}
.swiper-counter {
	position: relative;
	width: auto;
	height: 16px;
	margin-bottom: .6em;
}
.swiper-counter .count:not(.start) {
	opacity: 0;
}
.swiper-counter .count {
	display: block;
	position: absolute;
}
.expanded-timeline__total {
	padding-top: .6em;
}
.scroll-message {
	position: absolute;
	right: 0;
	top: 8px;
	color: #fff;
	opacity: .5;
	font-size: 12px;
	letter-spacing: .15em;
}
.scroll-svg {
	width: 24px;
	margin: 0 auto 1.2em;
	display: block;
}
.edit-full-slider {
	position: fixed;
	z-index: 2;
	top: 50vh;
	left: 48%;
}


/*AB模版网新增翻页样式 各类模版第一站 www.adminbuy.cn*/
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}

/*banner*/
#w-full-banner {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #000;
}

#w-full-banner ul {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0px;
	margin;0px; position: relative;
}

#w-full-banner ul li {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 999;
}

#w-full-banner ul li.current {
	z-index: 1000;
	opacity: 1;
}

#w-full-banner ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#w-full-banner ul li img {
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
}

#w-full-banner ul li .describe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

#w-full-banner .btns {
	width: 100%;
	height: 16px;
	position: absolute;
	bottom: 24px;
	left: 0%;
	padding-top: 0;
	margin-top: 0;
	z-index: 9999;
	text-align: center;
}

#w-full-banner .btns span {
	display: inline-block;
	width: 16px;
	height: 16px;
	padding-bottom: 0;
	background:#fff;
	border-radius:50%;
	margin: 0px 6px;
	transition: .5s;
	cursor: pointer;
}

#w-full-banner .btns span.current, #w-full-banner .btns span:hover {
	background:#0781e5;
}

#w-full-banner.fxSoftScale .navOutNext {
	-webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#w-full-banner.fxSoftScale .navInNext {
	-webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#w-full-banner.fxSoftScale .navOutPrev {
	-webkit-animation: scaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: scaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#w-full-banner.fxSoftScale .navInPrev {
	-webkit-animation: scaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: scaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}



@-webkit-keyframes scaleUp {
	from {
	}

	to {
		-webkit-transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes scaleUp {
	from {
	}

	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

@-webkit-keyframes scaleDownUp {
	from {
		opacity: 0;
		-webkit-transform: scale(0.9);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@keyframes scaleDownUp {
	from {
		opacity: 0;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes scaleDown {
	from {
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.9);
	}
}

@keyframes scaleDown {
	from {
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.2);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}



/*shubiao*/
.shubiao-index{
	position: fixed;
	bottom:100px;
	left:50%;
	width:38px;
	margin-left:-19px;
	z-index:9999;
}
.shubiao{
	width:14px;
	margin:40px auto 0;
	position:relative;
}
.shubiao_line {
    width: 1px;
    height: 60px;
    background: #fff;
    margin:10px auto;
}
#shubiao{
	width:38px;
}
.mouse {
  position: relative;
  width: 38px;
  height: 40px;
  background:url(../images/mouse.png) no-repeat;
  bottom:24px;
}

@-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);
  }
}
.link{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:25px;
	color:#fff;
}
.link a{
	color:#fff;
	margin-right:10px;
}
/*footerindex */
.footerindex{
	position:fixed;
	left:0;
	bottom:0;
	z-index:2;
	width:100%;
	color:#fff;
	padding-bottom:15px;
}
.footerindex a,
.footerindex a:active,
.footerindex a:visited,
.footerindex a:hover{
	color:#fff;
}
.footerindex .link,
.footerindex .copyright{
	border-left:7px solid #005fbb;
	line-height:24px;
	margin-left:15px;
	padding-left:10px;
}
.footerindex .beian{
	margin-right:15px;
}
.footer{
	width:100%;
	overflow:hidden;
	line-height:30px;
	text-align:center;
	color:#fff;
	margin-top:26px;
}
.footer a{
	color:#fff;
}

.cont{
	width:1200px;
	overflow:hidden;
	margin:auto;
	position:relative;
}
.cont1{
	width:1200px;
	height:auto;
	margin:auto;
}
/* tit
-------------------------------------------------------------- */
.tit{
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
	text-align:center;
}
.tit p{
	font-size:60px;
	color:#e5e5e5;
	font-weight:bold;
	line-height:60px;
}
.tit h4{
	font-size: 32px;
	color: #000;
	line-height: 40px;
	margin-top:20px;
}
.tit h4 a{
	font-size: 32px;
	color: #000;
}
.tit h3 a,
.tit h3 a:active,
.tit h3 a:visited,
.tit h3 a:hover{
	color:#fff;
}
.tit h3:after {
	content: "";
    position: absolute;
    width:60px;
    height: 1px;
    bottom: 0px;
    background-color: #fff;
    left: 0;
}
/*about*/
.about{
	padding-top:190px;
}
.aboutlf{
	width:57%;
}
.aboutnr h5,.pro h5,.news h5,.contact h5,.contact_botnr h5{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	font-style:italic;
	line-height:50px;
	position:relative;
}
.aboutnr h5:after,.pro h5:after,.news h5:after,.contact h5:after,.contact_botnr h5:after{
	content:"";
	position:absolute;
	width:42px;
	height:4px;
	background:#1e85dc;
	left:254px;
	top:50%;
	margin-top:-2px;
	}
.pro h5:after{
    left: 422px;
}
.news h5:after {
    left: 360px;
}
.contact h5:after,.contact_botnr h5:after{
    left: 320px;
}
.abouttit,.pro .pro_tit,.news .pro_tit,.contact .pro_tit,.contact_botnr .pro_tit{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#fff;
	line-height:50px;
	margin-top:4px;
	}
.abouttit a,.pro .pro_tit a,.news .pro_tit a,.contact .pro_tit a,.contact_botnr .pro_tit a{
	font-size:36px;
	color:#fff;
}
.pro .pro_tit{
	margin-bottom:42px;
}
.aboutms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:48px;
	}
.aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.aboutmore a{
	width:238px;
	height:62px;
	overflow:hidden;
	line-height:62px;
	display:block;
	border:solid 1px #fff;
	font-size:20px;
	color:#fff;
	padding-left:46px;
	background:url(../images/morebg.png) no-repeat 84% center;
	}
.aboutmore a:hover{
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	background:#8bbf1d url(../images/morebg.png) no-repeat 84% center;
	border:solid 1px #8bbf1d;
}
.pro .aboutmore a{
	margin:auto;
}
.aboutrt{
	width:43%;
	position:relative;
}
.aboutimg{
	width:391px;
	overflow:hidden;
	position: relative;
    z-index: 9;
}
.abouten{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-family:Arial;
	font-size:16px;
	text-align:right;
	line-height:22px;
	position:relative;
}
.imglist{
	width:100%;
	overflow:hidden;
}
.imglist img{
	max-width:100%;
	overflow:hidden;
}
.imglist:hover img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.abouten:before{
	content:"";
	width:130px;
	height:1px;
	background:#fff;
	position:absolute;
	right:110px;
	top:10.5px;
}
.contact_tit{
	width:322px;
	height:138px;
	background:#1e85dc;
	padding-left:24px;
	padding-top:30px;
	position:absolute;
	bottom:0;
	z-index: 8;
	left:-120px;
}
.contact_tit h6{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#fff;
	line-height:35px;
}
.contact_titen{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	font-family:Arial;
	line-height:30px;
	margin-top:5px;
	position:relative;
	color:#a9c8ee;
}
.contact_titen:before{
	content:"";
	position:absolute;
	width:72px;
	height:1px;
	background:#8fc2ee;
	top:14.5px;
	left:154px;
}
/*product*/
.pro{
	padding-top:245px;
}
.pronr dl{
	overflow:hidden;
	margin:0 18.5px;
}
.pronr dl dt,.pronr dl dd{
	width:100%;
	overflow:hidden;
}
.pronr dl dt{
	border:solid 6px #fff;
}
.pronr dl dt img{
	max-width:100%;
	height:auto;
}
.pronr dl:hover dt img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}
.pronr dl dd{
	text-align:center;
	background:#1e85dc;
	font-size:22px;
	color:#fff;
	line-height:54px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.pronr dl:hover dd{
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	background:#8bbf1d;
}


/*index-news*/
.news{
	width:100%;
	overflow:hidden;
	padding-top:245px;
}
.newslf dl{
	margin-top:42px;
	width:90%;
	}
.newslf dl,.newslf dl dt,.newslf dl dd{
	width:100%;
	overflow:hidden;
	}
.newslf dl dd .newsdate{
	width:15%;
	overflow:hidden;
	font-size:26px;
	color:#fff;
	}
.newslf dl dd .newsdate span{
	width:100%;
	overflow:hidden;
	display:block;
	text-align:right;
	color:#fff;
	font-size:14px;
	padding-right:20px;
	}
.newslf dl dt{
	margin-bottom:23px;
	position: relative;
    height: 258px;
	}
.newslf 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;
}
.newslf dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.newsbtrt{
	width:85%;
	overflow:hidden;
	padding-left:28px;
	position:relative;
	}
.newsbtrt:before{
	content:"";
	position:absolute;
	width:3px;
	height:30px;
	background:#fff;
	left:0;
	top:4px;
	}
.newsbtrt .newsbt{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:22px;
	line-height:32px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newsbtrt .newsms{
	width:100%;
	overflow:hidden;
	color:#fff;
	line-height:30px;
	}
.line{
	position:absolute;
	width:1px;
	height:100%;
	background:#fff;
	left:50%;
	margin-left:200px;
}
.newsrt dl{
	width:100%;
	overflow:hidden;
	padding-left:100px;
	}
.newsrt dl dt{
	width:20%;
	overflow:hidden;
	float:left;
	color:#fff;
	font-size:26px;
	padding-right:5%;
	}
.newsrt dl dt span{
	width:100%;
	overflow:hidden;
	display:block;
	font-size:14px;
	text-align:right;
	}
.newsrt dl dd{
	width:80%;
	overflow:hidden;
	float:right;
	padding-left:46px;
	border-bottom:solid 1px #fff;
	padding-bottom:36px;
	position:relative;
	padding-top:36px;
	}
.newsrt dl:first-child dd{
	padding-top:0;
	}
.newsrt dl:last-child dd{
	border-bottom:none;
	}
.newsrt dl dd:before{
	content:"";
	position:absolute;
	width:1px;
	height:100%;
	background:#fff;
	left:0;
	top:0;
	}
.newsrt dl dd .newsbt2{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	line-height:35px;
	    white-space: nowrap;
    text-overflow: ellipsis;
	}
.newsrt dl dd .newsms2{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.6);
	margin-top:17px;
	}
.newsrt dl:hover dd .newsbt2{
	color:#1e85dc;
}
/*contact*/
.contact{
	padding-top:245px;
}
.contactlf .contactcn{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#fff;
	line-height: 35px;
	margin-top:70px;
}
.contactlf .contacten{
	width:100%;
	overflow:hidden;
	color:#fff;
	line-height:30px;
	font-family:Arial;
	margin-bottom:30px;
}
.contactlf p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	color:#fff;
}
.contactlf p a{
	font-size:18px;
	color:#fff;
}


/* banner_n
-------------------------------------------------------------- */

.banner_n{ 
	width:100%; 
	height:500px;
	margin-top:100px;
	position:relative;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n { 
		height:667px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:438px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:375px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:354px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:333px;
	}
}
@media(max-width: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%;
	height:50px;
	overflow:hidden;
	background:#1e85dc;
}
.positionnr{
	color:#fff;
	font-size:16px;
	line-height:50px;
}
.positionnr a{
	color:#fff;
	font-size:16px;
}
/* nabout
-------------------------------------------------------------- */
.nabout{
	width:100%;
	overflow:hidden;
	background:url(../images/naboutbg1.jpg) no-repeat top center;
	background-size:cover;
	padding-top:80px;
	padding-bottom:80px;
}
.nabout .nabouten{
	width:100%;
	overflow:hidden;
	color:#787878;
	font-size:78px;
	text-align:center;
}
.nabout .nabouten img{
	max-width:100%;
	height:auto;
}
.nabout .naboutcn{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#1e85dc;
	line-height:50px;
	margin-top: -22px;
	text-align:center;
}
.nabout .naboutnr{
	margin-top:47px;
}
.nabout .naboutnr p{
	line-height:30px;
	font-size:16px;
	color:#787878;
}
.nabout .naboutnr img{
	max-width:100%;
	height:auto;
}
.nabout2{
	width:100%;
	overflow:hidden;
	background:url(../images/naboutbg2.jpg) no-repeat top center;
	background-size:cover;
	padding:172px 0;
}
.nabout2 p{
	overflow:hidden;
	font-size:16px;
	line-height:40px;
	color:#fff;
}
.ab_fl{
	width:454px;
	overflow:hidden;
	float:right;
	margin-top:339px;
}
.ab_fl dl{
	width:33.3333%;
	overflow:hidden;
	float:left;
	padding:30px 0 40px 0;
}
.ab_fl dl:nth-child(1){
	background:#787878;
	}
.ab_fl dl:nth-child(2){
	background:#1e85dc;
	}
.ab_fl dl:nth-child(3){
	background:#8bbf1d;
	}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#fff;
}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:2px;
	color:#fff;
	font-size:16px;
}
.ab_fl dl dt span{
	font-size:39px;
    width: 100%;
	color:#fff;
}
.mbzz{
	padding-top:60px;
	padding-bottom:85px;
}
.mbzzcn{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:36px;
	color:#000;
	font-weight:bold;
	line-height:45px;
}
.mbzzen{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	color:#000;
	font-family:Arial;
	color:#b8b8b8;
	line-height:40px;
	margin-top:12px;
}
.mbzz ul{
	width:100%;
	overflow:hidden;
	margin-top:32px;
}
.mbzz ul li{
	width:49.8%;
	height:337px;
	overflow:hidden;
	float:left;
	margin-right:0.2%;
	background:url(../images/naboutbg3.jpg) no-repeat;
	padding:84px 0 0 0;
}
.mbzz ul li:nth-child(2){
	margin-left:0.2%;
	margin-right:0;
}
.mbzz .mbzzlf{
	width:47%;
	overflow:hidden;
}
.mbzz .mbzzlf{
	width:47%;
	overflow:hidden;
}
.mbzz .mbzzlf .mbzzimg{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.mbzz .mbzzlf p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	color:#fff;
	line-height:40px;
	margin-top:27px;
}
.mbzznr{
	width:53%;
	overflow:hidden;
	color:#fff;
	font-size:16px;
	line-height:30px;
	padding-top:30px;
	padding-right:34px;
}
/* contact_bot
-------------------------------------------------------------- */
.contact_bot{
	width:100%;
	overflow:hidden;
	background:url(../images/contactbg.jpg) no-repeat top center;
	background-size:cover;
	padding:286px 0 186px 0;
}
/* nschj
-------------------------------------------------------------- */
.nschj{
	margin-top:30px;
	margin-bottom:30px;
	}
.nschjnr{
	width:100%;
	overflow:hidden;
	}
.nschjnr ul{
	width:100%;
	overflow:hidden;
	}
.nschjnr ul li{
	width:380px;
	height:274px;
	overflow:hidden;
	float:left;
	position:relative;
	margin:10px;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.nschjnr 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;
}
.nschjnr ul li:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nschjnr ul li .nschjbt{
	width:100%;
	height:58px;
	overflow:hidden;
	text-align:center;
	line-height:58px;
	background:rgba(0,0,0,0.46);
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	font-size:18px;
	-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);
	}
.nschjnr ul li .nschjbt p{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:58px;
	color:#fff;
	font-size:18px;
	}
.nschjnr ul li:hover .nschjbt{
	height:100%;
	}
.nschjnr ul li:hover .nschjbt p{
	position:absolute;
	top:50%;
	margin-top:-29px;
	}
/* nhonor
-------------------------------------------------------------- */
.nhonor{
	margin-top:30px;
	margin-bottom:30px;
	}
.nhonor_menu{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:30px;
	margin-top:10px;
	}
.nhonor_menu ul{
	overflow:hidden;
	display:inline-block;
	}
.nhonor_menu ul li{
	padding:0 30px;
	height:44px;
	text-align:center;
	line-height:44px;
	border:solid 1px #666;
	float:left;
	margin:0 25px;
	}
.nhonor_menu ul li a{
	font-size:16px;
	display:block;
	}
.nhonor_menu ul li:hover,.nhonor_menu ul li.cur{
	border:solid 1px #2874ca;
	}
.nhonor_menu ul li:hover a,.nhonor_menu ul li.cur a{
	color:#2874ca;
	}
.nhonornr{
	width:100%;
	overflow:hidden;
	}
.nhonornr dl{
	padding:0 25px;
	margin:10px 0;
	}
.nhonornr dl dt{
	width:100%;
	height:248px;
	overflow:hidden;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.nhonornr 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;
}
.nhonornr dl:hover dt img{
	transform:translate(-50%, -50%);
	}
.nhonornr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:30px;
	font-size:16px;
	padding-top:10px;
	}
.nyjmenu .nhonor_menu{
	margin-bottom:0;
	margin-top:40px;
}
/* bot
-------------------------------------------------------------- */
.bot{
	width:100%;
	overflow:hidden;
	background:#666;
}
.botnr{
	text-align:center;
	color:#fff;
	line-height: 30px;
    padding: 18px 0;
}
.botnr a{
	color:#fff;
}
/* nmassgenr
-------------------------------------------------------------- */

.nmessagenr{
	width:100%;
	overflow:hidden;
	padding-bottom:50px;
}
.nmessagenrl{
	width:44%;
}
.nmessagenrr{
	width:53%;
}
.nmessagenr ul{
	width:100%;
	overflow:hidden;
}
.nmessagenr ul li{
	width:100%;
	margin-bottom:15px;
}
.nmessagenr ul li input{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:14px;
	border:1px solid #d5d5d5;
	padding-left:10px;
}
.nmessagenr ul li textarea{
	width:100%;
	height:160px;
	line-height:30px;
	border:solid 1px #d5d5d5;
	padding:5px 5px 5px 10px;
	font-size: 14px;
}
.nmessagenr .tjbtn{
	width:100%;
	overflow:hidden;
}
.nmessagenr .tjbtn input{
	width: 100%;
    height: 50px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background:#004794;
    font-size: 16px;
}
.nmessagenr input::-webkit-input-placeholder {
        color: #ccc;
      }
.nmessagenr input::-moz-input-placeholder {
        color: #ccc;
      }
.nmessagenr input::-ms-input-placeholder {
        color: #ccc;
      }
	  
.nmessagenr textarea::-webkit-input-placeholder {
        color: #ccc;
      }
.nmessagenr textarea::-moz-input-placeholder {
        color: #ccc;
      }
.nmessagenr textarea::-ms-input-placeholder {
        color: #ccc;
      }
.has-error em{
	color:#004794;
	font-style:normal;
	font-size:12px;
	margin-left:10px;
}
/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:75px;
	margin-bottom:40px;
	}
.nnews h5 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 44px;
}
.nnewsnr{
	margin-top:28px;
	}
.nnewsnr ul{
	width:100%;
	overflow:hidden;
	}
.nnewsnr ul li{
	width:100%;
	overflow:hidden;
	padding:40px 15% 40px 40px;
	background:url(../images/tb2.png) no-repeat 98% center;
	border-bottom:solid 1px #e7e7e7;
	}
.nnewsnr ul li h6{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#343434;
	line-height:30px;
	}
.nnewsnr ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8d8d8d;
	margin-top:15px;
	}
.nnewsnr ul li:hover{
	background:#0154a0 url(../images/tb3.png) no-repeat 98% center;
	}
.nnewsnr ul li:hover h6{
	color:#fff;
	}
.nnewsnr ul li:hover p{
	color:rgba(255,255,255,0.6);
	}
.nnews .nnews_tit{
	width: 100%;
    overflow: hidden;
    font-size: 26px;
    color: #333;
	line-height:30px;
	margin-bottom:5px;
	text-align:center;
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
	text-align:center;
    color: #999;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 23px;
}
.nnews .fbimg {
    width: 100%;
    overflow: hidden;
	text-align:center;
	margin-top:20px;
}
.nnews .fbimg img{
    max-width: 100%;
	height:auto;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto;
}
/* job
-------------------------------------------------------------- */
.job{
	width:100%;
	overflow:hidden;
	background:#e6e6e6;
	padding-top:80px;
	padding-bottom:50px;
}
.job h5{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#2e2e2e;
	font-weight:bold;
	line-height:40px;
}
.jobcont{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.jobcont table,.jobcont table tr,.jobcont table td{
	border:solid 1px #2b2b2b;
	border-collapse:collapse;
}
/* jszl
-------------------------------------------------------------- */
.jszl{
	padding-top:80px;
	padding-bottom:80px;
}
.honorimg{
	width:21%;
	overflow:hidden;
}
.honorimg img{
	max-width:100%;
	height:auto;
}
.jszl_fz{
	width:76%;
	height:342px;
	overflow:hidden;
	background:url(../images/zlimg2.jpg) no-repeat;
}
.jszl_fz dl{
	width:47%;
	overflow:hidden;
	float:left;
	padding-top:90px;
}
.jszl_fz dl dt,.jszl_fz dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.jszl_fz dl dd{
	font-size:36px;
	color:#fff;
	font-weight:bold;
	line-height:50px;
	margin-top:24px;
}
.jszl_fz .jszl_nr{
	width:51%;
	overflow:hidden;
	float:right;
	padding-top:127px;
}
.jszl_fz .jszl_nr p{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#fff;
	line-height:40px;
	margin-bottom:10px;
}
.jszl_cont{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.jszl_cont h6{
	overflow:hidden;
	font-size:36px;
	color:#000;
	font-weight:bold;
	line-height:40px;
	margin-top:70px;
	margin-bottom:22px;
}
.jszl_cont p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.jszllist{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.jszllist ul{
	width:100%;
	overflow:hidden;
}
.jszllist ul li{
	width:32%;
	overflow:hidden;
	margin-right:2%;
	float:left;
}
.jszllist ul li:last-child{
	margin-right:0;
}
.jszllist ul li img{
	width:100%;
	height:auto;
}
/* case
-------------------------------------------------------------- */
.ncase{
	width:100%;
	overflow:hidden;
	background:#eef2f5;
}
.ncasenr{
	margin-top:50px;
	margin-bottom:50px;
}
.ncase dl{
	overflow:hidden;
	float:left;
	padding:0 15px;
}
.ncase dl dt{
	width:100%;
	height:257px;
	overflow:hidden;
	position:relative;
}
.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 dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:54px;
	background:#1e85dc;
	color:#fff;
	font-size:18px;
}
.ncase h1 {
    text-align: center;
    font-size: 20px;
    color: #2874ca;
    line-height: 30px;
	padding-bottom:30px;
	border-bottom: 1px dashed #ccc;
}
.ncase .fbnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:30px;
	}
.ncase .fbnr p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.ncaselist{
	width:100%;
	overflow:hidden;
	background:#f6f6f6;
	padding:25px;
	margin-top:30px;
	}
.ncaselist .item{
	margin:0 10px;
	}
.ncaselist .item img{
	max-width:100%;
	height:auto;
	}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	width:100%;
	overflow:hidden;
	padding-top:80px;
}
.ncontact h5{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:36px;
	color:#000;
	font-weight:bold;
	line-height:40px;
	margin-bottom:44px;
}
.ncontact .ncontactnr{
	padding:0;
	background:#e8e8e8;
	}
.ncontact .ncontact_cont{
	overflow:hidden;
	width:600px;
	float:right;
	padding:155px 0;
	}
.ncontact .ncontact_cont hr{
	width:94px;
	height:1px;
	background:#8b8b8b;
	margin-top:34px;
	margin-bottom:54px;
	}
.ncontact .ncontact_cont .ncontactlist{
	width:100%;
	overflow:hidden;
	}
.ncontact .ncontact_cont .ncontactlist p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	line-height:30px;
	margin-bottom:15px;
	}
.ncontact .ncontact_cont .ncontactlist p a{
	font-size:16px;
	color:#000;
}
.ncontact .nmap{
	height:688px;
	overflow:hidden;
	}
.ncontactcn{
	width:100%;
	overflow:hidden;
	color:#333;
	font-size:28px;
}
.ncontacten{
	width:100%;
	overflow:hidden;
	color:#333;
	font-family:Arial;
	line-height:24px;
}
#map{
	height:348px;
	overflow:hidden;
	margin-top:88px;
}
/* npro
-------------------------------------------------------------- */
.npro{
	width:100%;
	overflow:hidden;
	background:#eef2f5;
}
.npronr{
	margin-top:65px;
	margin-bottom:65px;
}
.npro .nprolf{
	width:236px;
	overflow:hidden;
}
.npro .nprolf .nprotit{
	width:100%;
	overflow:hidden;
	background:#1e85dc;
	padding-left:24px;
	padding-top:10px;
	padding-bottom:7px;
}
.npro .nprolf .nprotit h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	font-weight:bold;
}
.npro .nprolf .nprotit p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
}
.npro .nprort{
	width:904px;
	overflow:hidden;
}
.npro .nprolf ul{
	width:100%;
	overflow:hidden;
	background:#dedede;
	padding:7px 22px 21px 22px;
}
.npro .nprolf ul li{
	width:100%;
	overflow:hidden;
	line-height:34px;
	border-bottom:solid 1px #b9b9b9;
	margin-top:8px;
}
.npro .nprolf ul li:last-child{
	border-bottom:none;
}
.npro .nprolf ul li a{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#5d5d5d;
	display:block;
}
.npro .nprolf ul li:hover a,.npro .nprolf ul li.cur a{
	color:#1e85dc;
}
.zixun{
	width:100%;
	height:95px;
	overflow:hidden;
	background:#1e85dc url(../images/tb5.png) no-repeat 28px center;
	padding-top:28px;
}
.zixun span{
	display:block;
	width:100%;
	overflow:hidden;
	color:#fff;
	padding-left:82px;
}
.zixun p{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:20px;
	padding-left:82px;
}
.zixun p a{
	color:#fff;
	font-size:20px;
}
.nprocs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-bottom:10px;
}
.nprocs p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.nprocs .table{
	overflow-x:auto;
}
.nprocs table td{
	padding:0 5px;
}
.npro .nprort dl{
	overflow:hidden;
	float:left;
	padding:0 10px 30px 0;
}
.npro .nprort dl dt{
	width:100%;
	overflow:hidden;
	border:solid 4px #fff;
	position:relative;
	height:213px;
}
.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 .nprort dl dd{
	width:100%;
	overflow:hidden;
	line-height:42px;
	background:#1e85dc;
	text-align:center;
	color:#fff;
	font-size:16px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.npro .nprort dl:hover dd{
	background:#8bbf1d;
}
.nprort h1{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#303132;
	text-align:center;
	line-height:35px;
	border-bottom:solid 1px #b9b9b9;
	padding-bottom:22px;
}
.nprort_fl{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#838587;
	line-height:30px;
	margin-top:13px;
}
.nprort .nproimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:50px;
}
.nprort .nproimg img{
	max-width:100%;
	height:auto;
}
.nprort .fbnr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	font-size:16px;
	line-height:30px;
}
.nprort .fbnr p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}

/* nyj
-------------------------------------------------------------- */
.nyj{
	margin-top:40px;
	margin-bottom:40px;
	}
.nyj ul{
	width:100%;
	overflow:hidden;
	}
.nyj ul li{
	overflow:hidden;
	font-size:18px;
	color:#333333;
	line-height:30px;
	position:relative;
	padding-left:26px;
	margin-bottom:7px;
	}
.nyj ul li a{
	font-size:18px;
	color:#333333;
	}
.nyj ul li:before{
	content:"";
	position:absolute;
	left:0;
	top:8px;
	width:14px;
	height:14px;
	border-radius:50%;
	background:#333;
	}
	
/* dede_pages

-------------------------------------------------------------- */

.dede_pages{
		width:100%; 
		overflow:hidden; 
		margin-top: 30px;
		text-align: center;
}

.dede_pages ul {
    padding: 12px 0px 12px 0;
	display: inline-block;
}

.dede_pages ul li {
    float: left;
    margin-right: 6px;
	border:1px solid #dcdcdc;
	padding:5px 10px;
	font-size:14px;
	margin-bottom:5px;
}
.dede_pages ul li.thisclass{
    box-sizing: border-box;
	background:#2874ca;
	color:#fff;
	border:1px solid #2874ca;
}
.dede_pages ul li.thisclass a{
	color:#fff;
}
.dede_pages ul li:hover a{
	color:#fff;
}
.dede_pages ul li:hover{
    background:#2874ca;
	color: #fff;
	cursor:pointer;
	border:1px solid #2874ca;
}
.dede_pages ul li:hover span{
	color:#fff;
}
.page1{
	width: 100%;
    overflow: hidden;
    margin: 30px auto;
    border: 1px solid #d9d9d9;
    padding: 0 20px;
}
.page1 div:nth-child(1) {
    border-bottom: 1px solid #d9d9d9;
}
.page1 div {
    line-height: 50px;
    overflow: hidden;
    font-size: 14px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page1 div p{
	line-height: 50px;
    color: #aaa;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page1 div a {
    color: #aaa;
    font-size: 14px;
}
.page1 div a:hover{
	color:#005fbb;
}
.pages{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.pages .pageslf,.pages .pagesrt{
	width:50%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	padding:0 1%;
}
.pages .pagesrt{
	text-align:right;
}
.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:#2874ca;
}
.pages .pageslf:hover a,.pages .pagesrt:hover a{
	color:#2874ca;
}
.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;
}
@media only screen and (min-width: 1152px) and (max-width: 1280px) {
	.ncase dl dt{
		height:210px;
	}
	.npro .nprort dl dt{
		height:172px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1200px) {
	
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.ncase dl dt{
		height:184px;
	}
	.npro .nprort dl dt{
		height:152px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1120px) {
	
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.ncase dl dt{
		height:178px;
	}
	.npro .nprort dl dt{
		height:147px;
	}
}
@media only screen and (min-width: 922px) and (max-width: 1023px) {
	
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.ncase dl dt{
		height:237px;
	}
	.npro .nprort dl dt{
		height:172px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 921px) {
	
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.ncase dl dt{
		height:210px;
	}
	.npro .nprort dl dt{
		height:152px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.ncase dl dt{
		height:381px;
	}
	.npro .nprort dl dt{
		height:203px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.ncase dl dt{
		height:318px;
	}
	.npro .nprort dl dt{
		height:169px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.ncase dl dt{
		height:246px;
	}
	.npro .nprort dl dt{
		height:130px;
	}
	.newslf dl dt{
		height:217px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.ncase dl dt{
		height:214px;
	}
	.npro .nprort dl dt{
		height:113px;
	}
	.newslf dl dt{
		height:192px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.ncase dl dt{
		height:180px;
	}
	.npro .nprort dl dt{
		height:95px;
	}
	.newslf dl dt{
		height:163px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.ncase dl dt{
		height:170px;
	}
	.npro .nprort dl dt{
		height:90px;
	}
	.newslf dl dt{
		height:160px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.logo{
		width:38%;
		padding: 24px 0;
	}
}
/**/
@media(max-width:2560px) {
	.about {
		padding-top: 260px;
	}
}
@media(max-width:1920px) {
	
}
@media(max-width:1680px) {
	
}
@media(max-width:1600px) {
	
}
@media(max-width:1440px) {
	.about,.pro,.news,.contact{
		padding-top: 140px;
	}
	.nav .menu > li a {
		padding: 0 15px;
	}
	.pronr dl {
		margin: 0 10px;
	}
}
@media(max-width:1366px) {
	.about,.news,.contact{
		padding-top: 120px;
	}
	.pro{
		padding-top: 110px;
	}
	.aboutnr h5, .pro h5, .news h5, .contact h5, .contact_botnr h5 {
		font-size: 40px;
		line-height: 45px;
	}
	.abouttit, .pro .pro_tit, .news .pro_tit, .contact .pro_tit, .contact_botnr .pro_tit {
		font-size: 30px;
		line-height: 40px;
		margin-top: 0;
	}
	.abouttit a, .pro .pro_tit a, .news .pro_tit a, .contact .pro_tit a, .contact_botnr .pro_tit a{
		font-size: 30px;
	}
	.aboutnr h5:after{
		left:238px;
	}
	.pro h5:after {
		left: 380px;
	}
	.news h5:after {
		left: 314px;
	}
	.contact h5:after{
		left: 282px;
	}
	 .contact_botnr h5:after {
		left: 282px;
	}
	.pro .pro_tit {
		margin-bottom: 10px;
	}
	.aboutmore {
		margin-top: 10px;
	}
	.contactlf .contacten{
		margin-bottom:10px;
	}
	#map {
		height: 310px;
	}
	.link,.footer{
		margin-top: 10px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li a {
		padding: 0 10px;
	}
	.pronr dl dd{
		font-size:18px;
	}
}
@media(max-width:1280px) {
	.cont,.cont1{
		width:86%;
	}
	.nav .menu > li a {
		padding: 0 6px;
	}
	.job h5 {
		font-size: 30px;
	}
	.ncontact .ncontact_cont {
		width: 88%;
	}
	.honorimg {
		width: 22%;
	}
	.npro .nprolf {
		width: 22%;
	}
	.npro .nprort {
		width: 75%;
	}
	.contact_tit{
		left: -160px;
	}
	.newsrt dl dt {
		font-size: 22px;
		padding-right: 2%;
		text-align: right;
	}
	.newslf dl dd .newsdate{
		font-size: 22px;
	}
	.line{
		display:none;
	}
}
@media(max-width:1200px) {
	.honorimg {
		width: 26%;
	}
	.jszl_fz {
		width: 74%;
	}
}
@media(max-width:1152px) {	
	.jszl_fz {
		width: 72%;
	}
	.ab_fl {
		width: 92%;
	}
	.mbzz .mbzzlf p{
		font-size: 30px;
	}
	.ncase dl dd{
		font-size:16px;
	}
	.npro .nprolf {
		width: 24%;
	}
	.npro .nprort {
		width: 73%;
	}
	.contact_tit {
		left: -200px;
	}
}
@media(max-width:1100px) {	
	.nav .menu > li a {
		padding: 0 4px;
	}
}
@media(max-width:1080px) {	
	.aboutlf {
		width: 54%;
	}
	.contact_tit {
		left: -230px;
	}
}
@media(max-width:1024px) {	
	.honorimg {
		width: 28%;
	}
	.jszl_fz {
		width: 70%;
	}
	.npro .nprolf {
		width: 25%;
	}
	.npro .nprort {
		width: 72%;
	}
}
@media(max-width:991px) {
	.job h5 {
		font-size: 26px;
	}
	#map {
		margin-top: 40px;
	}
	.ncontact .ncontact_cont {
		width: 100%;
		padding:40px 6%;
	}
	.ncontact .nmap {
		height: 300px;
	}
	.jszl_cont h6 {
		font-size: 30px;
		margin-top: 40px;
	}
	.ab_fl{
		width: 100%;
		margin-top: 30px;
	}
	.mbzz .mbzzlf p {
		font-size: 24px;
	}
	.ncase dl{
		margin:10px 0;
	}
	.pages .pageslf, .pages .pagesrt{
		width:100%;
		text-align:left;
	}
	.npro .nprolf,.npro .nprort{
		width: 100%;
	}
	.aboutrt,.newsrt,#map{
		display:none;
	}
	.aboutlf {
		width: 100%;
	}
	.contactlf .contactcn{
		margin-top:10px;
	}
	.contact_bot{
		padding: 80px 0 80px 0;
	}
}
@media(max-width:990px) {
	.jszl_fz,.honorimg{
		width: 100%;
	}
	.honorimg{
		text-align:center;
		margin-top:20px;
	}
}
@media(max-width:921px) {
	
}
@media(max-width:768px) {
	.nabout table{
		width:100%;
	}
	.mbzznr {
		padding-top: 0;
		padding-right: 10px;
	}
}
@media(max-width:767px) {
	.cont, .cont1 {
		width: 90%;
	}
	.nnews .nnews_tit {
		font-size: 22px;
	}
	.swiper-pagination {
		right: 10px;
	}
	.jszllist ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		text-align:center;
	}
}
.mban{
	display:none;
}
@media(max-width:640px) {
	.mbzz ul li {
		width: 100%;
		margin:10px 0 0 0;
	}
	.aboutnr h5, .pro h5, .news h5, .contact h5, .contact_botnr h5 {
		font-size: 30px;
	}
	.abouttit, .pro .pro_tit, .news .pro_tit, .contact .pro_tit, .contact_botnr .pro_tit {
		font-size: 20px;
	}
	.aboutnr h5:after {
		left: 168px;
	}
	.pro h5:after {
		left: 275px;
	}
	.news h5:after {
		left: 226px;
	}
	.contact h5:after {
		left: 202px;
	}
	.contact_botnr h5:after {
		left: 202px;
	}
	.mban{
		display:block;
	}
	.ban{
		display:none !important;
	}
	#w-full-banner .btns{
		bottom:80px;
	}
	.aboutmore a {
		width: 160px;
	}
}

@media(max-width:611px) {
	
}
@media(max-width:540px) {
	.jszl_fz dl dd,.jszl_cont h6{
		font-size: 26px;
	}
	.jszl_fz .jszl_nr p{
		font-size: 18px;
	}
	.nabout .nabouten img {
		width: 220px;
	}
	.nabout .naboutcn {
		font-size: 24px;
	}
	.npro .nprort dl dd{
		font-size:15px;
	}
	.nnews .nnews_tit {
		font-size: 20px;
	}
	.newsbtrt .newsbt{
		font-size:20px;
	}
}
@media(max-width:500px) {
	.contactlf .contactcn {
		font-size: 24px;
	}
	.contactlf .contacten{
		font-size:13px;
	}
	.ncontactcn {
		font-size: 22px;
	}
	.ncontacten {
		font-size: 12px;
	}
}
@media(max-width:466px) {
	
}
@media(max-width:425px) {
	.ab_fl dl dt span {
		font-size: 30px;
	}
	.ab_fl dl dd{
		font-size: 15px;
	}
	.newsbtrt {
		width: 83%;
		padding-left: 10px;
	}
	.newslf dl dd .newsdate {
		width: 17%;
		font-size: 18px;
	}
	.moblie_head{
		height:80px;
	}
	.banner_n{
		margin-top:80px;
	}
}
@media(max-width:375px) {
	
}
@media(max-width:374px) {
	.contactlf .contactcn {
		font-size: 22px;
	}
	.contactlf .contacten{
		font-size:12px;
	}
	.jszl_fz dl dd,.jszl_cont h6{
		font-size: 24px;
	}
	.jszl_fz .jszl_nr p{
		font-size: 17px;
	}
	.ab_fl dl dt span {
		font-size: 28px;
	}
	.ab_fl dl dd{
		font-size: 14px;
	}
}
@media(max-width:320px) {
	
}




