@charset "utf-8";
/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */

html, body, a, p, span, ul, img {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
	font-size: 14px;
	font-family: "Microsoft YaHei", "Arial";
	color: #666;
}
p {
	line-height: 25px;
}
img {
	border: none;
	vertical-align: middle;
}
td {
	vertical-align: center;
	font-size: 14px;
}
* {
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	border: medium none;
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	outline: none;
}
.body {
	background: #fff;
}
.nbody {
	background: #efefef;
}
ul, ol, li {
	list-style: none;
}
img {
	border: 0px;
}
table, table tr, table td {
	border: solid 1px #777777;
}
html, body {
	height: auto;
	margin: 0 auto;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
input, textarea {
	font-family: "Microsoft YaHei", "Arial";
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 3em;
	line-height: 1;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 2em;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
h6 {
	font-size: 1em;
}
body {
	background: #fff;
}
/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* 常用元素 */

.clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
/* 层浮动 */

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: 0 auto;
}
/* 文字对齐 */

.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
.tcenter {
	text-align: center;
}
img {
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
	transition: transform .75s cubic-bezier(.19, 1, .22, 1);
	transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
}
/* top

-------------------------------------------------------------- */

.header {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 999;
	top: 0;
	padding: 0 1%;
}
.logo {
	overflow: hidden;
	padding:27.5px 0;
}
.topewm {
	height: 100%;
	padding:34px 0 34px 50px;
	position:relative;
}
.topewm:before{
	content:"";
	position:absolute;
	width:1px;
	height:18px;
	background:#a3a3a4;
	left:0;
	top: 41px;
	}
.topewm .ewmimg{
	opacity:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:absolute;
	background:#fff;
	padding:10px;
	border-radius:5px;
	top:80px;
	right:0;
}
.topewm .ewmimg img{
	width:100px;
}
.topewm:hover{
	cursor:pointer;
}
.topewm:hover .ewmimg{
	opacity:1;
}
.small{
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	background:rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); 
}
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {
	list-style: none;
	padding: 0;
}
.menu > li {
	position: relative;
	display: inline-block;
	outline: 0;
}
.submenu {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 0;
	overflow: hidden;
	/* IE8 needs this */

	overflow: hidden\0/ !important;
	max-height: 0;
	/* A .submenu should be only revealed when hovering the .menu */

	pointer-events: none;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
	pointer-events: auto;
	z-index: 10;
	max-height: 2000px;
	-webkit-transition: none;
	-moz-transition: none;
}
/* Default

 ================================================================= */

.submenu li {
	opacity: 0;
	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;
	-moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
	-ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
	-o-transition: opacity .4s, -o-transform .6s, max-height .6s;
	transition: opacity .4s, transform .6s, max-height .6s;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
/* Shield

 ================================================================= */

.shield {
	overflow: visible;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
}
.shield li {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	-moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	-ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	-o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
}
.nav > ul {
	display: inline-block;
	margin: 0;
}
.nav .menu > li {
	float: left;
	text-align: center;
	line-height: 100px;
	position: relative;
}
.nav .menu > li a {
	color: #fff;
	font-size: 16px;
	display: block;
	padding:0 9px;
	margin: 0 36px;
	line-height: 100px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position: relative;
}
.nav .menu > li a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 5px;
	background: #004d95;
	left: 0;
	bottom: 37px;
	-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 a, .nav .menu > li.current a {
	color: #fff;
}
.nav .menu > li .submenu {
	width: 100%;
}
.nav .menu > li .submenu li {
	width: 100%;
	line-height: 30px;
	background: #004d95;
	text-align: center;
	margin-bottom: 1px;
}
.nav .menu > li .submenu li a {
	display: block;
	color: #fff;
	background: none;
	font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: 30px;
}
.nav .menu > li .submenu li a:after{
	display:none;
}
.nav .menu > li .submenu li:hover {
	background: #ee8544;
}
.nav .menu > li a:hover:after, .nav .menu > li.current a:after {
	width: 100%;
}
/* cont
-------------------------------------------------------------- */
.cont {
	width: 1438px;
	overflow: hidden;
	margin: auto;
}
.cont1 {
	width: 1438px;
	height: auto;
	margin: auto;
}
/* banner

-------------------------------------------------------------- */
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.bannermore {
	width: 100px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-left: solid 1px rgba(132,132,132,0.2);
	z-index: 99;
}
.bannermore img {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	right: 0;
}
.mouse-index {
	position: absolute;
	bottom: 40px;
	right:38px;
	width: 28px;
	z-index: 999;
}
.mouse {
	width: 32px;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-animation: scroll 1s infinite alternate;
	animation: scroll 1s infinite alternate;
	position:relative;
}
.mouse:before{
	content:"";
	width:1px;
	height:58px;
	background:#fff;
	position:absolute;
	bottom:76px;
	left:15.5px;
}
 @-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);
}
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides {
	margin: 0 auto 40px;
}
#slider2, #slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	width: 15%;
	padding: 0;
	font-size: 18px;
	list-style: none;
	position: absolute;
	bottom:39px;
	z-index: 99;
	display: inline-block;
	left:12.5%;
	z-index:100;
}
.rslides_tabs li {
	float: left;
	width: 24px;
	height: 24px;
	margin:0 10px;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs li:last-child {
	margin-right: 0;
}
.rslides_tabs a {
	width: 12px;
	height: 12px;
	display: block;
	background: #fff;
	border-radius:50%;
	margin:6px auto 0;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs li:hover, .rslides_tabs .rslides_here{
	border:solid 1px #fff;
	border-radius:50%;
}
.rslides_tabs li:hover a, .rslides_tabs .rslides_here a{
	width:8px;
	height:8px;
	margin:7px auto 0;
}
.rslides_tabs li a:hover:before, .rslides_tabs .rslides_here a:before {
	background: #fff;
}
/* Callback example */
.events {
	list-style: none;
}
.callbacks_container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../images/themes.gif") no-repeat left top;
	margin-top: -45px;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.banner .rslides_nav {
	width: 46px;
	height: 46px;
	display: block;
	position: absolute;
	bottom: 140px;
	z-index: 99;
	border-radius: 50%;
}
.banner .prev {
	left: 240px;
	border: solid 1px #797775;
	border-radius: 50%;
}
.banner .next {
	left: 316px;
	border: solid 1px #14619a;
	border-radius: 50%;
}
#slider3-pager a {
	display: inline-block;
}
#slider3-pager img {
	float: left;
}
#slider3-pager .rslides_here a {
	background: transparent;
	box-shadow: 0 0 0 2px #666;
}
#slider3-pager a {
	padding: 0;
}
.bannerbg{
	width:50%;
	height:102px;
	background:#004d95;
	position:absolute;
	left:0;
	bottom:0;
	border-radius:0 20px 0 0;
	z-index:99;
	}
.bannerbg a{
	display:block;
	width:106px;
	line-height:102px;
	text-align:left;
	float:right;
	background:url(../images/icon1.png) no-repeat right center;
	font-size:16px;
	color:#fff;
	margin-right:66px;
	}
 @media screen and (max-width: 600px) {
.callbacks_nav {
	top: 47%;
}
}
/*banner*/

/* tit

-------------------------------------------------------------- */
.tit {
	width: 100%;
	overflow: hidden;
}
.tit h3 {
	width: 100%;
	overflow: hidden;
	font-size: 25px;
	color: #313233;
	line-height: 35px;
	font-weight: normal;
	margin-top:23px;
}
.tit h3 a {
	font-size: 25px;
	color: #313233;
}
.tit p {
	width: 100%;
	overflow: hidden;
	font-size: 40px;
	color: #3e3e3e;
	line-height: 40px;
	font-family: Arial;
	font-weight:bold;
	text-transform:uppercase;
}
.tit p b{
	font-size: 40px;
	color: #004d95;
	display:block;
	width:100%;
	overflow:hidden;
	margin-bottom:7px;
	}
/* topcontact
-------------------------------------------------------------- */
.topcontact {
	height: 90px;
	color: #fff;
	line-height: 90px;
	padding-left: 38px;
	font-size: 18px;
	margin-top: -45px;
	background: #2552c5;
	position: relative;
	z-index: 99;
}
.topcontact .dh {
	width: 90px;
	height: 90px;
	background: url(../images/icon1.png) no-repeat center;
}
.topcontact .dh a {
	width: 100%;
	height: 100%;
	display: block;
}
/* contact
-------------------------------------------------------------- */
.contact {
	width: 100%;
	overflow: hidden;
	background: url(../images/contactbg.jpg) no-repeat top center;
	background-size: cover;
}
.contact .ab_fl {
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-top: solid 1px #f3f3f3;
}
.contactnr {
	padding-bottom: 152px;
}
.contactnr .contactdj, .contactnr .contactdj dt, .contactnr .contactdj dd {
	width: 100%;
	overflow: hidden;
}
.contactnr .contactdj dt, .contactnr .contactdj dd {
	text-align: center;
}
.contactnr .contactdj dd {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 8px;
}
.contactnr .contactdj {
	margin-top: 156px;
}
/* pro
-------------------------------------------------------------- */
.pro {
	width: 100%;
	overflow: hidden;
	background:#f4f5f9;
	padding-top: 100px;
	padding-bottom: 100px;
}
.pronr .tit {
	width: 30%;
	overflow: hidden;
}
.pronr .promenu {
	width: 70%;
	overflow: hidden;
	text-align:right;
	margin-top: 20px;
}
.pronr .promenu ul{
	overflow: hidden;
	display:inline-block;
}
.pronr .promenu ul li{
	overflow: hidden;
	padding:0 5px;
	margin:0 25px;
	float:left;
	line-height:30px;
	position:relative;
}
.pronr .promenu ul li a{
	overflow: hidden;
	font-size:16px;
	color:#000;
}
.pronr .promenu ul li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background: #004d95;
	left: 0;
	bottom: 0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.pronr .promenu ul li:hover:after{
	width: 100%;
}
.pronr .promenu ul li:hover a{
	font-size:18px;
	color:#004d95;
	font-weight:bold;
	}
.pro .proimg,.pro .protit{
	width:100%;
	overflow:hidden;
	}
.pro .protit{
	text-align:center;
	font-size:18px;
	color:#1d1d1d;
	line-height:30px;
	margin-top:5px;
	}
.swiper-slide-active .protit{
	font-size:22px;
	font-weight:bold;
	}
.banner-box {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
	margin-top:5px;
}

/* 必要布局样式css */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 10%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 50%;
    height: 100%;
    position: relative;
    padding: 0;
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    bottom:0;
    width: 55px;
    height: 55px;
	border:solid 1px #5b5b5b;
	border-radius:50%;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    cursor:pointer;
	opacity:0.5;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
	opacity:1;
	}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/prev.png");
    right: 10px;
    left: auto
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 5px;
    cursor: pointer;
}


.banner-box {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
	padding-bottom:107px;
}

.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: scale(.8);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.7);
    -moz-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
}


.swiper-slide-active,.swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}



.swiper-slide img {
    width: 100%;
    display: block;
}

.swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(0,0,0,.8);
}

@media screen and (max-width: 668px) {
    .swiper-pagination {
        position: relative;
        margin-bottom: 20px;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: rgba(0,0,0,.8);
    }
}


.swiper-button-prev {
    background: url("../images/prev.png") center 50% no-repeat;
    left: 50%;
	margin-left:-52px;
	z-index:9;
}

.swiper-button-next {
    background: url("../images/next.png") center 50% no-repeat;
    left: 50%;
	margin-left:32px;
	z-index:9;
}

.banner-top {
    padding-top: 3.730928444707274%;
}

.banner-title {
    padding: 5px 0;
}

.banner-title h1 {
    text-align: center;
    letter-spacing: 5px;
    font-size: 45px;
    font-family: "Microsoft YaHei", 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu;
    font-weight: normal;
    color: rgb(68, 68, 68);
    padding-bottom: 14px;
}

.banner-text {
    text-align: center;
}

.banner-text p {
    font: 15px/1.5 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Hiragino Sans GB",Arial,"Microsoft YaHei", "å¾®è½¯é›…é»‘", "STHeiti", "WenQuanYi Micro Hei",'PingFang SC', SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    color: rgb(68, 68, 68);
}

.banner-top-one {
    padding-top: 3.311649911295092%;
}

.banner-button {
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.banner-button a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: auto;
    width: auto;
    line-height: 100%;
    padding: 15px 32px;
    position: relative;
}

.banner-button-btn {
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 1.8em;
    font-size: 16px;
    font-family: 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Hiragino Sans GB",Arial,"Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei",'PingFang SC', SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #69ca72!important;
    border-radius: 100px;
}

.banner-button-btn{
    background: #cedad0;
    display: inline-block;
    -webkit-transition: border-color .4s,color .4s;
    -moz-transition: border-color .4s,color .4s;
    transition: border-color .4s,color .4s;
    border: 0;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.banner-button-btn, .banner-button-btn::before{
     -webkit-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    -moz-transition-timing-function: cubic-bezier(0.2,1,.3,1);
     transition-timing-function: cubic-bezier(0.2,1,.3,1);
}

.banner-button-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #1a7c29;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7,1,1);
    -moz-transform: scale3d(0.7,1,1);
    -ms-transform: scale3d(0.7,1,1);
    -o-transform: scale3d(0.7,1,1);
    transform: scale3d(0.7,1,1);
    -webkit-transition: -webkit-transform .4s,opacity .4s;
    -moz-transition: -moz-transform .4s,opacity .4s;
    transition: transform .4s,opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    -moz-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    transition-timing-function: cubic-bezier(0.2,1,.3,1);
}

.banner-button-btn:hover::before{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/* hyyy
-------------------------------------------------------------- */
.hyyy{
	width: 100%;
	overflow: hidden;
	background:url(../images/hyyybg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:76px;
	position:relative;
	padding-bottom:120px;
}
.hyyy .hyyytit{
	width:100%;
	overflow:hidden;
	}
.hyyy .hyyytit h3{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#fff;
	line-height:35px;
	text-align:center;
	font-weight:normal;
	margin-top:12px;
	}
.hyyy .hyyytit p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:40px;
	color:#fff;
	line-height:40px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	}
.cloud-product-box{
	margin-top:60px;
	}
.cloud-product-wrapper {
	margin: 0 auto;
	width: 1200px
}
.cloud-product {
	position: relative;
	z-index: 9;
}
.cloud-product-title {
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	color: #333
}
.color-blue {
	color: #009fd9
}
.cloud-product-explain {
	margin-top: 26px;
	margin-bottom: 82px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	color: #999
}
.cloud-product-ul {
	width: 100%
}
.cloud-product-ul li {
	height:613px;
	position: relative;
	width: 20%;
	float: left;
	background: #fff;
}
.cloud-product-ul li:first-child {
	margin-left: 0
}
.active-inner-item{
	width:100%;
	overflow:hidden;
	}
.active-inner-item .ysnr{
	width:50%;
	overflow:hidden;
	float:left;
	}
.active-inner-item .ysimg{
	width:50%;
	overflow:hidden;
	float:right;
	padding-right:24px;
	padding-bottom:24px;
	position:relative;
	}
.active-inner-item .ysimg:after{
	content:"";
	width:144px;
	height:168px;
	background:#004d95;
	position:absolute;
	right:-24px;
	bottom:-24px;
	z-index:-1;
	}
.active-inner-item .ysimg img{
	max-width:100%;
	height:auto;
	}
.normal-inner .ysen{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	color:#fff;
	text-align:center;
	}
.cloud-product-ul li h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#fff;
	line-height:35px;
	text-align:center;
	margin-top:24px;
	}
.cloud-product-ul li span{
	width:100%;
	overflow:hidden;
	display:block;
	text-align:center;
	margin-top:178px;
	}
.cloud-product-ul li.active hr{
	width:100%;
	border:none;
	border-bottom:solid 1px #fff;
	margin-top:35px;
	}
.cloud-product-single-top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f2f2f2
}
.cloud-product-name {
	font-size: 18px;
	color: #333;
	font-weight: 700
}
.cloud-product-single-bottom {
	width: 100%;
	height: 340px
}
.empty-space {
	width: 100%;
	height: 99px;
	padding: 26px 0 0 0;
}
.single-bottom-item {
	height: 340px;
	width: 100%
}
.single-bottom-item:first-child {
	border-right: 1px solid #eee
}
.bg-product-pic {
	width: 100%;
	height: 82px
}
.server-header-01 {
	background: url(../img/product_header_icon_01.png) center no-repeat
}
.server-header-02 {
	background: url(../img/product_header_icon_02.png) center no-repeat
}
.server-header-03 {
	background: url(../img/product_header_icon_03.png) center no-repeat
}
.server-header-04 {
	background: url(../img/product_header_icon_04.png) center no-repeat
}
.server-header-05 {
	background: url(../img/product_header_icon_05.png) center no-repeat
}
.server-header-active-01 {
	background: url(../img/product_header_active_icon_01.png) center no-repeat
}
.server-header-active-02 {
	background: url(../img/product_header_active_icon_02.png) center no-repeat
}
.server-header-active-03 {
	background: url(../img/product_header_active_icon_03.png) center no-repeat
}
.server-header-active-04 {
	background: url(../img/product_header_active_icon_04.png) center no-repeat
}
.server-header-active-05 {
	background: url(../img/product_header_active_icon_05.png) center no-repeat
}
.product-introduce-title {
	margin-bottom: 14px;
	height: 22px;
	line-height: 22px;
	font-size: 22px;
	text-align: center
}
.product-introduce-title.normal-weight {
	font-weight: 400
}
.product-introduce-content {
	margin: 0 auto 26px;
	width: 180px;
	line-height: 14px;
	font-size: 14px;
	text-align: center;
	color: #999
}
.product-introduce-list {
	margin: 0 auto;
	padding-top: 28px;
	height: 135px;
	width: 84%;
	border: 1px solid #f1f1f1;
	border-left: none;
	border-right: none
}
.introduce-list-small {
	margin-bottom: 18px;
	line-height: 14px;
	font-size: 14px;
	color: #999;
	text-align: center
}
.product-introduce-price {
	margin: 48px auto 0;
	font-size: 14px;
	text-align: center;
	color: #333
}
.price-blue {
	color: #0af;
	font-size: 38px
}
.normal-inner {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}
.active-inner {
	position: relative;
	display: none;
	height: 100%;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}
.introduce-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 360px
}
.active-inner-01 {
	background: url(../img/producet_bg_01.jpg) center no-repeat
}
.active-inner-02 {
	background: url(../img/producet_bg_02.jpg) center no-repeat
}
.active-inner-03 {
	background: url(../img/producet_bg_03.jpg) center no-repeat
}
.active-inner-04 {
	background: url(../img/producet_bg_04.jpg) center no-repeat
}
.active-inner-05 {
	background: url(../img/producet_bg_05.jpg) center no-repeat
}
.cloud-product-ul li.active .active-inner {
	display: block;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.cloud-product-ul li.active .normal-inner {
	display: none;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
.cloud-product-ul li {
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	transition: width .15s linear
}
.cloud-product-ul li:first-child{
	background:url(../images/hyyybg1.jpg) no-repeat top center;
	background-size:cover;
	}
.cloud-product-ul li:nth-child(2){
	background:url(../images/hyyybg2.jpg) no-repeat top center;
	background-size:cover;
	}
.cloud-product-ul li:nth-child(3){
	background:url(../images/hyyybg3.jpg) no-repeat top center;
	background-size:cover;
	}
.cloud-product-ul li.active {
	z-index: 9;
	width: 60%;
	background:#fff;
}
.cloud-product-ul li.active .ysimg,.cloud-product-ul li.active h4{
	text-align:left;
	}
.cloud-product-ul li.active{
	padding:102px 40px 0 46px;
	}
.cloud-product-ul li.active h4{
	font-size:26px;
	}
.cloud-product-ul li .ysjs{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:rgba(255,255,255,0.7);
	line-height:30px;
	margin-top:27px;
	}
.cloud-product-ul li.active .yslxwm{
	width:100%;
	overflow:hidden;
	margin-top:108px;
	}
.cloud-product-ul li.active .yslxwm a{
	width:60px;
	height:60px;
	background:#0555ab url(../images/icon9.png) no-repeat center;
	border-radius:50%;
	display:block;
	}
.active .product-introduce-content {
	color: #eff6ff
}
.active-product-introduce-title {
	color: #fff
}
.active .product-introduce-list {
	padding-top: 22px;
	border-color: #3f9ff9
}
.introduce-list-large {
	margin: 0 auto;
	width: 228px;
	line-height: 22px;
	color: #ddebff;
	font-size: 14px
}
.active .product-introduce-price {
	margin-top: 32px;
	color: #fefeff
}
.product-introduce-price .price-white {
	display: inline-block;
	font-size: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff
}
.buy-link-btn {
	display: block;
	margin: 30px auto 0;
	width: 90%;
	height: 40px;
	line-height: 40px;
	background-color: #ff9600;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.buy-link-btn:hover {
	background-color: #f80
}
.normal-inner .ysicon{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:196px;
	}
.normal-inner .ysicon img{
	max-width:100%;
	height:auto;
	}
.ysnr .ysen{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#004d95;
	font-family:Arial;
	line-height:35px;
	text-transform:uppercase;
	}
.ysnr h3{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#1f1f1f;
	line-height:35px;
	}
.ysnr .ysms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#737373;
	margin-top:44px;
	padding-right:42px;
	}
.ysnr .ysmore{
	width:100%;
	overflow:hidden;
	margin-top:105px;
	}
/* about
-------------------------------------------------------------- */
.about {
	width: 100%;
	overflow: hidden;
}
.about .aboutlf{
	width:37%;
	overflow:hidden;
}
.about .aboutlf .aboutimg{
	width:100%;
	overflow:hidden;
	}
.about .aboutrt{
	width: 50%;
	overflow: hidden;
	padding:130px 11% 0 134px;
	}
.about .aboutrt .aboutnr{
	width: 100%;
	overflow: hidden;
	font-size:16px;
	line-height:30px;
	color:#585858;
	margin-top:72px;
	}
.aboutmore{
	width: 100%;
	overflow: hidden;
	text-align:right;
	margin-top:130px;
	}
.about .owl-buttons{
	width:306px;
	height:100px;
	background:#004d95;
	position:absolute;
	right:0;
	bottom:0;
	border-radius:20px 0 0 0;
	}
.about .owl-buttons .owl-prev{
	background:url(../images/prev2.png) no-repeat center;
	}
.about .owl-buttons .owl-next{
	background:url(../images/next2.png) no-repeat center;
	position:relative;
	}
.about .owl-buttons .owl-next:before{
	content:"";
	width:1px;
	height:30px;
	background:rgba(255,255,255,0.5);
	position:absolute;
	top:35px;
	left:0;
	}

/* news
-------------------------------------------------------------- */
.news {
	width:100%;
	overflow:hidden;
	background:#ededed;
	padding-top: 138px;
	padding-bottom: 129px;
}
.news .newstit {
	width: 100%;
	overflow: hidden;
}
.news .newstit .tit{
	width:44%;
	overflow:hidden;
}
.news .newstit .newsmenu{
	width:56%;
	overflow:hidden;
	}
.news .newstit .newsmenu ul{
	float:right;
	}
.news .newstit .newsmenu ul li{
	float:left;
	margin:0 26px;
	line-height:30px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position: relative;
	}
.news .newstit .newsmenu ul li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background: #105caf;
	left: 0;
	bottom: 0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news .newstit .newsmenu ul li:hover:after{
	width: 100%;
}
.news .newstit .newsmenu ul li:hover a {
	color:#0555ab;
	}
.news .newstit .newsmenu ul li a{
	font-size:16px;
	color:#000;
	}
.newsnr .newslf {
	width: 34%;
	overflow:hidden;
	padding-top:23px;
}
.newsnr .newslf ul,.newsnr .newslf ul li{
	width: 100%;
	overflow: hidden;
	}
.newsnr .newslf ul li{
	line-height:30px;
	margin-top:15px;
	position:relative;
	}
.newsnr .newslf ul li a{
	font-size:18px;
	color:#2f2f2f;
	}
.newsnr .newslf ul li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background: #004d95;
	left: 0;
	bottom: 0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.newsnr .newslf ul li:hover:after{
	width: 72px;
}
.newsnr .newslf ul li:hover a{
	color:#004d95;
	}
.newsmore{
	width:100%;
	overflow:hidden;
	margin-top:154px;
	}
.newsnr .newsrt {
	width: 66%;
	overflow: hidden;
}
.newsnr .newsrt dl{
	width: 49%;
	overflow: hidden;
	background:#f6f6f6;
	float:left;
	padding:42px 30px;
	margin-bottom:25px;
}
.newsnr .newsrt dl dt{
	width: 28%;
	overflow: hidden;
	float:left;
	color:#9d9d9d;
	font-weight:normal;
}
.newsnr .newsrt dl dt span{
	display:block;
	font-size:30px;
	font-family:Arial;
	color:#1d1d1d;
	font-weight:bold;
	}
.newsnr .newsrt dl dt hr{
	width:70%;
	border:none;
	border-bottom:solid 1px #cdcecf;
	margin-top:27px;
	}
.newsnr .newsrt dl dd{
	width: 72%;
	overflow: hidden;
	float:left;
}
.newsnr .newsrt dl dd h4{
	width: 100%;
	overflow: hidden;
	color:#323232;
	line-height:30px;
	font-size:18px;
	margin-bottom:16px;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.newsnr .newsrt dl dd p{
	width: 100%;
	overflow: hidden;
	font-size:15px;
	color:#878787;
}
.newsnr .newsrt dl:nth-child(odd){
	margin-right:1%;
	}
.newsnr .newsrt dl:nth-child(even){
	margin-left:1%;
	}
.newsnr .newsrt dl:hover{
	background:#004d95;
	}
.newsnr .newsrt dl:hover dt span,.newsnr .newsrt dl:hover dd h4{
	color:#fff;
	}
.newsnr .newsrt dl:hover dt,.newsnr .newsrt dl:hover dd p{
	color:rgba(255,255,255,0.5);
	}
.newsnr .newsrt dl:hover dt hr{
	border-bottom:solid 1px #fff;
	}
/* botbg
-------------------------------------------------------------- */
.botbg{
	width:100%;
	height:526px;
	overflow:hidden;
	background:url(../images/botbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:122px;
	}
.botbgnr h3{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:40px;
	color:#fff;
	line-height:50px;
	font-weight:normal;
	}
.botbgnr p{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:22px;
	}
.botbgnr .botmore{
	width:100%;
	overflow:hidden;
	margin-top:98px;
	}
.botbgnr .botmore a{
	display:block;
	width:60px;
	height:60px;
	background:#0555ab url(../images/icon9.png) no-repeat center;
	float:right;
	border-radius:50%;
	}
/* link
-------------------------------------------------------------- */
.link {
	width: 100%;
	overflow: hidden;
	background: #222222;
	padding: 103px 0 28px 0;
}
.linknr span{
	display:block;
	float:left;
	font-size:28px;
	color:#fff;
	font-family:Arial;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:15px;
	line-height:30px;
	}
.linknr {
	font-size: 16px;
	color: rgba(255,255,255,0.9);
	line-height: 30px;
}
.link a {
	font-size: 16px;
	color: rgba(255,255,255,0.9);
	margin-right: 10px;
}
.link a:hover{
	color:#fff;
	}
/* footer
-------------------------------------------------------------- */
.footer {
	width: 100%;
	overflow: hidden;
	background: #222222;
	background-size: cover;
	padding-top: 53px;
}
.footernr {
	padding-bottom: 76px;
}
.footernr .footerlf{
	width:30%;
	overflow:hidden;
	}
.footernr .footerlf .bteltit{
	width: 100%;
	overflow: hidden;
	font-size:15px;
	color:#fff;
	}
.footernr .footerlf .btelnr{
	width: 100%;
	overflow: hidden;
	font-size:26px;
	color:#fff;
	line-height:30px;
	margin-top:8px;
	}
.footernr .footerlf .btelnr a{
    font-size:26px;
	color:#fff;
}
.footernr .footerlf dl{
	overflow:hidden;
	float:left;
	margin-top:30px;
	}
.footernr .footerlf dl dt,.footernr .footerlf dl dd{
	overflow:hidden;
	}
.footernr .footerlf dl dt img{
	max-width:100%;
	height:auto;
	}
.footernr .footerlf dl dd{
	background:#fff;
	font-size:15px;
	text-align:center;
	padding-bottom:5px;
	}
.blogo{
	width:100%;
	overflow:hidden;
	margin-top:112px;
	}
.blogo img{
	max-width:100%;
	height:auto;
	}
.footernr .footerrt{
	width:70%;
	overflow:hidden;
	}
.footernr ul {
	width: 100%;
	overflow: hidden;
}
.footernr ul li {
	padding: 0;
}
.footernr ul li h4 {
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-weight:normal;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	padding-bottom: 26px;
	margin-bottom: 20px;
}
.footernr ul li h4 a {
	font-size: 18px;
	color: #fff;
}
.footernr ul li p {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	font-size: 15px;
	color: rgba(255,255,255,0.3);
	margin-top: 7px;
}
.footernr ul li p a {
	font-size: 15px;
	color: rgba(255,255,255,0.3);
}
.footernr ul li p a:hover{
	color:#fff;
	}
.footernr ul li dl {
	overflow: hidden;
	float: right;
	margin-top: 13px;
}
.footernr ul li dl dt, .footernr ul li dl dd {
	overflow: hidden;
	text-align: center;
}
.footernr ul li dl dt img {
	max-width: 100%;
	height: auto;
}
.footernr ul li dl dd {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-top: 4px;
}
.bot {
	width:100%;
	overflow:hidden;
	text-align: right;
	color:rgba(255,255,255,0.3);
	line-height:30px;
	border-top: solid 1px #515151;
	padding-top:23px;
	margin-top:82px;
}
/* banner_n
-------------------------------------------------------------- */
.banner_n {
	width: 100%;
	height: 500px;
	background: url(../images/aboutban.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
@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:1152px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:267px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:258px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #d3d3d3;
}
.positionnr{
	line-height:30px;
	padding:17px 0;
	font-size:16px;
	color:#000;
	}
.position a:nth-child(1) {
	color: #2c5830;
	transition: all 0.8s ease;
}

.position a {
	transition: all 0.8s ease;
}

.position a:hover {
	color: #2c5830;
}

/* ntit
-------------------------------------------------------------- */
.ntit{
	overflow:hidden;
	}
.ntit h4{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#004d95;
	line-height:40px;
	margin:0;
	}
.ntit h4 a{
	font-size:30px;
	color:#000;
	}
.ntit p{
	width:100%;
	overflow:hidden;
	font-size:38px;
	color:#f1f1f1;
	line-height:40px;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
	}
.nmenu{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.nmenu ul{
	overflow:hidden;
	display:inline-block;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	padding:0 18px;
	float:left;
	line-height:46px;
	border:solid 1px #c1c1c1;
	margin:5px 0;
	}
.nmenu ul li a{
	font-size:16px;
	color:#000;
	display:block;
	}
.nmenu ul li:hover,.nmenu ul li.cur{
	background:#004d95;
	border:solid 1px #004d95;
	}
.nmenu ul li:hover a,.nmenu ul li.cur a{
	color:#fff;
	}
/* nabout
-------------------------------------------------------------- */
.nabout,.ncontact{
	margin-top:60px;
	margin-bottom:60px;
	}
.nabout .ntit{
	width:100%;
	margin-bottom:50px;
	margin-top:30px;
	}
.ncontact .ntit{
	width:100%;
	margin-bottom:50px;
	}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d1d1d1;
	font-size:16px;
	line-height:32px;
	padding:40px 0;
	}
.nabout .naboutnr p{
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	}
.nabout .naboutnr img{
	max-width:100%;
	height:auto;
}
/* nhyyy
-------------------------------------------------------------- */
.nhyyy {
	width: 100%;
	overflow: hidden;
	margin-top: 110px;
}
.nhyyy h3{
	width: 100%;
	overflow: hidden;
	font-size:35px;
	color:#0555ab;
	line-height:40px;
	text-align:center;
}
.nhyyynr{
	width: 100%;
	overflow:hidden;
	margin-top:40px;
}
.nhyyynr ul{
	width: 100%;
	overflow:hidden;
}
.nhyyynr ul li{
	padding:0;
	position:relative;
}
.nhyyynr ul li img{
	width:100%;
	height:auto;
}
.nhyyynr .nhyyytit{
	width: 100%;
	overflow:hidden;
	padding:0 48px;
	position:absolute;
	left:0;
	bottom:90px;
	}
.nhyyynr .nhyyytit h4{
	width: 100%;
	overflow:hidden;
	font-size:26px;
	color:#fff;
	line-height:35px;
	font-weight:normal;
	}
.nhyyynr .nhyyytit p{
	width: 100%;
	overflow:hidden;
	font-family:Arial;
	color:#fff;
	}
.nhonor{
	width:100%;
	overflow:hidden;
	background:url(../images/nhonorbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:118px;
	padding-bottom:205px;
	}
.nhonor h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:35px;
	color:#0555ab;
	line-height:40px;
	}
.nhonor .nhonornr{
	margin-top:75px;
	}
.nhonornr .nhonorimg{
	width:100%;
	overflow:hidden;
	}
.nhonornr .nhonorimg img{
	max-width:100%;
	height:auto;
	}
.nhonornr .owl-carousel .owl-item{
	padding:0 22px;
	}
/* nhzkh
-------------------------------------------------------------- */
.nhzkh{
	margin-top:116px;
	margin-bottom:146px;
	}
.nhzkh h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:35px;
	color:#0555ab;
	line-height:45px;
	}
.nhzkh ul{
	width:100%;
	overflow:hidden;
	margin-top:24px;
	}
.nhzkh ul li{
	width:18%;
	overflow:hidden;
	margin:18px 1%;
	float:left;
	box-shadow: 0px 0px 8px rgba(1,4,0,0.08);
	-moz-box-shadow: 0px 0px 8px rgba(1,4,0,0.08);
	-webkit-box-shadow: 0px 0px 8px rgba(1,4,0,0.08);
	}
/* ncase
-------------------------------------------------------------- */
.ncase {
	margin-top: 60px;
	margin-bottom: 60px;
}
.ncase .ncasenr{
	width:100%;
	overflow:hidden;
	}
.ncasenr dl{
	overflow:hidden;
	margin:10px 0;
	padding:0 10px;
	}
.ncasenr dl dt,.ncasenr dl dd{
	width:100%;
	overflow:hidden;
}
.ncasenr dl dd{
	line-height:30px;
	text-align:center;
	font-size:16px;
	padding-top:10px;
}
.ncasenr dl dt{
	height:306px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.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);
	}
.ncasenr dl:hover dd{
	color:#004d95;
}
.poptrox-popup {
	overflow: visible !important;
}


/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:50px;
	margin-bottom:50px;
	}
.npronr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.npro dl{
	width:452.66666667px;
	overflow:hidden;
	float:left;
	margin:20px 40px 20px 0;
	background:#f6f6f6;
	}
.npro dl:nth-child(3n){
	margin-right:0;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
}
.npro dl dt{
	height:298px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	}
.npro dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dt .nprobg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,77,149,0.8) url(../images/tb11.png) no-repeat center 60%;
	opacity:0;
	z-index:99;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.npro dl dt .nprotit{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin-top:98px;
	font-weight:bold;
	}
.npro dl:hover dt .nprobg{
	opacity:1;
	-webkit-transform: translateY(100);
	-moz-transform: translateY(100);
	-ms-transform: translateY(100);
	-o-transform: translateY(100);
	transform: translateY(100);
	}
.npro dl dd{
	width:82%;
	margin:0 9%;
	color: #333;
    font-size: 20px;
	line-height:30px;
	padding:20px 0;
	text-align:center;
	border-top:solid 1px #a9a9a9;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.npro dl:hover{
	background:rgba(0,63,140,0.8);
	}
.npro dl:hover dd{
	color:#fff;
	border-top:solid 1px #fff;
	}
.npro .nproimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:60px;
	}
.npro .nproimg img{
	max-width:100%;
	height:auto;
	}
.npro .npro_infolf{
	padding:0 30px 0 0;
}
.npro .npro_infolf img{
	max-width:100%;
	height:auto;
}
.npro .npro_infort{
	padding:32px 0 0 60px;
}
.npro .npro_infort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.npro .npro_infort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.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:112px;
	}
.npro_lxbtn a{
	width:190px;
	height:50px;
	display:block;
	padding-left:35px;
	line-height:50px;
	font-size:16px;
	color:#003f8c;
	border:solid 1px #003f8c;
	background:url(../images/tb9.png) no-repeat 90% center;
	}
.nprofb{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.nprofb p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.nprofb img{
	max-width:100%;
	height:auto;
	}
.box{width:100%;}
.left-pro{width:100%;}
.left-pro .t1{width:100%;margin-top:10px;}
.left-pro .t2{width:100%;text-indent:0;}
.left-pro .t2 img{text-indent:0; }
.left-pro .t2 .main_img{
	width:100%;
}
#showArea a img{cursor:pointer;display:block;width:19.2%;padding:1px;float:left;margin-left:1%;}
#showArea a img.active{border:solid 1px #ff9031;}
#showArea a:first-child img{margin-left:0;}
#main_img{cursor:pointer;display:block}
#gotop{cursor:pointer;display:block;margin-left:9px}
#gobottom{cursor:pointer;display:block;margin-left:9px}
#showArea{width:100%;overflow:hidden}
/* CSS class for zoomed area */
.nprofbnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:50px;
	margin-bottom:50px;
	}
.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;
	}
.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 #004d95;
	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:#004d95;
	}
.marg{
	margin-top:40px;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #004d95;
	font-weight:bold;
    text-align: center;
    margin: 0 0 16px 0;
	line-height:30px;
	}
.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;
	}
/* nzlfw
-------------------------------------------------------------- */
.nzlfw {
	margin-bottom: 60px;
}
.nzlfwlist {
	width: 100%;
	overflow: hidden;
	margin-top: 136px;
}
.nzlfwlist h4 {
	width: 100%;
	overflow: hidden;
	font-size: 40px;
	color: #0765a7;
	line-height: 50px;
	font-weight: normal;
}
.nzlfwlist .nzlfwen {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	font-family: Arial;
	line-height: 30px;
	color: #b8b8b8;
	text-transform: uppercase;
	margin-top: 5px;
}
.nkslist {
	width: 100%;
	overflow: hidden;
	margin-top: 53px;
}
.nkslist ul {
	width: 100%;
	overflow: hidden;
}
.nkslist ul li {
	width: 12.2%;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	float: left;
	margin: 15px 1%;
	border: solid 1px #dcdcdc;
	border-radius: 10px;
	text-align: center;
}
.nkslist ul li a {
	color: #1f1f1f;
	font-size: 16px;
}
.nksimg {
	width: 100%;
	overflow: hidden;
	margin-top: 57px;
}
.nksimg ul {
	width: 100%;
	overflow: hidden;
}
.nksimg ul li {
	width: 48%;
	overflow: hidden;
	float: left;
	margin: 0 1%;
}
.nksimg ul li img {
	max-width: 100%;
	height: auto;
}
/* ncontact
-------------------------------------------------------------- */
.ncontact .ncontactnr{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d1d1d1;
	font-size:18px;
	color:#333;
	line-height:35px;
	padding:40px 0 0 0;
	}
.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;
	}
.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:500px;
	overflow:hidden;
	padding:0;
	margin-top:20px;
	}

/* nmessage
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}
.nmessage{
	width:100%;
	overflow:hidden;
	margin-top:60px;
}
.nmessage .nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(1) dd input{
	background:#fff url(../images/icon18.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon19.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3) dd input{
	background:#fff url(../images/icon20.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(4) dd input{
	background:#fff url(../images/icon21.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(5){
	width:100%;
	}
.nmessagenr dl:nth-child(5) dd textarea{
	background:#fff url(../images/icon22.png) no-repeat 24px 21.5px;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #004ea2;
    color: #fff;
	text-align:center;
	font-size:16px;
}

/* dede_pages
-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#004d95;color:#fff;border: 1px solid #004d95; }
.pages ul a:hover{ background:#004d95;color:#fff;border: 1px solid #004d95;}
.news-exp {
	overflow: hidden;
	line-height:30px;
	margin-top:30px;
}
.news-exp .news-explf,.news-exp .news-exprt{
	padding:0;
}

.news-exp .news-explf i{
	width:33px;
	height:33px;
	background:url(../images/prev7.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:left;
	margin-right:22px;
}
.news-exp .news-exprt i{
	width:33px;
	height:33px;
	background:url(../images/next7.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:right;
	margin-left:22px;
}
.news-exp a {
	width:50%;
	float:left;
	overflow: hidden;
	font-size:16px;
	color:#343434;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp a:last-child{
	text-align:right;
}
.news-exp .news-exprt{
	text-align:right;
}
.news-exp a:hover{
	color:#004d95;
	text-decoration:none;
}
.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;margin-right:5px;}
.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: 1599px) and (max-width: 1600px) {
	 .npro dl dt{
		 height:290px;
	 }
}
 @media only screen and (min-width: 1440px) and (max-width: 1598px) {
	 .npro dl dt{
		 height:262px;
	 }
}
 @media only screen and (min-width: 1440px) and (max-width: 1600px) {
	 .nnews dl dt{
		 height:240px;
	 }
}
 @media only screen and (min-width: 1440px) and (max-width: 1599px) {
	 .ncasenr dl dt{
		 height:268px;
	 }
}
 @media only screen and (min-width: 1360px) and (max-width: 1439px) {
	 .nnews dl dt{
		 height:227px;
	 }
	 .npro dl dt{
		 height:247px;
	 }
	 .ncasenr dl dt{
		 height:252px;
	 }
}
 @media only screen and (min-width: 1280px) and (max-width: 1359px) {
	 .nnews dl dt{
		 height:213px;
	 }
	 .npro dl dt{
		 height:232px;
	 }
	 .ncasenr dl dt{
		 height:236px;
	 }
}
 @media only screen and (min-width: 1152px) and (max-width: 1279px) {
	 .nnews dl dt{
		 height:192px;
	 }
	 .npro dl dt{
		 height:209px;
	 }
	 .ncasenr dl dt{
		 height:211px;
	 }
}
 @media only screen and (min-width: 1024px) and (max-width: 1151px) {
	 .nnews dl dt{
		 height:170px;
	 }
	 .npro dl dt{
		 height:186px;
	 }
	 .ncasenr dl dt{
		 height:186px;
	 }
}
 @media only screen and (min-width: 992px) and (max-width: 1023px) {
	 .nnews dl dt{
		 height: 165px;
	 }
	 .npro dl dt{
		 height:180px;
	 }
	 .ncasenr dl dt{
		 height:180px;
	 }
}
@media only screen and (min-width: 860px) and (max-width: 991px){
	.nnews dl dt {
		height: 222px;
	}
	 .npro dl dt{
		 height:156px;
	 }
	 .ncasenr dl dt{
		 height:238px;
	 }
}
@media only screen and (min-width: 768px) and (max-width: 859px){
	.nnews dl dt {
		height: 198px;
	}
	 .npro dl dt{
		 height:139px;
	 }
	 .ncasenr dl dt{
		 height:211px;
	 }
}
@media only screen and (min-width: 640px) and (max-width: 767px){
	.nnews dl dt {
		height: 341px;
	}
	.npro dl dt{
		height:174px;
	}
	 .ncasenr dl dt{
		 height:174px;
	 }
}
@media only screen and (min-width: 540px) and (max-width: 639px){
	.nnews dl dt {
		height: 284px;
	}
	.npro dl dt{
		height:147px;
	}
	 .ncasenr dl dt{
		 height:145px;
	 }
}
@media only screen and (min-width: 425px) and (max-width: 539px){
	.nnews dl dt {
		height: 226px;
	}
	.npro dl dt{
		height:116px;
	}
	 .ncasenr dl dt{
		 height:111px;
	 }
}
@media only screen and (min-width: 375px) and (max-width: 424px){
	.nnews dl dt {
		height: 200px;
	}
	.npro dl dt{
		height:102px;
	}
	 .ncasenr dl dt{
		 height:96px;
	 }
}
@media only screen and (min-width: 320px) and (max-width: 374px){
	.nnews dl dt {
		height: 170px;
	}
	.npro dl dt{
		height:87px;
	}
	 .ncasenr dl dt{
		 height:80px;
	 }
}
@media only screen and (min-width: 0px) and (max-width: 319px){
	.nnews dl dt {
		height: 165px;
	}
	.npro dl dt{
		height:85px;
	}
	 .ncasenr dl dt{
		 height:78px;
	 }
}
 @media(max-width:1920px) {
	.about .aboutrt {
		padding: 130px 0 0 134px;
	}
 }
 @media(max-width:1680px) {
	 .about .aboutrt {
		width: 55%;
	 }
 }
 @media(max-width:1600px) {
	.cont, .cont1 {
		width: 88%;
	}
	.npro dl {
		width: 31.3333333%;
		margin: 20px 3% 20px 0;
	}
	.npro dl dd{
		font-size:18px;
	}
}
@media(max-width:1440px) {
	.about .aboutlf {
		width: 40%;
	}
	.about .aboutrt {
		width: 52%;
		padding: 130px 0 0 110px;
	}
	.ysnr .ysen{
		font-size:28px;
	}
	.ntit p {
		font-size: 32px;
	}
	.ntit h4 {
		font-size: 30px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li a{
		margin: 0 30px;
	}
	.topewm {
		padding: 34px 0 34px 40px;
	}
	.ysnr .ysen{
		font-size:24px;
	}
	.ysnr h3{
		font-size:23px;
	}
	.ysnr .ysmore{
		margin-top:60px;
	}
}
@media(max-width:1280px) {
	.nav .menu > li a{
		margin: 0 26px;
	}
	.topewm {
		padding: 34px 0 34px 36px;
	}
	.about .aboutlf {
		width: 43%;
	}
	.about .aboutrt {
		width: 49%;
		padding: 130px 0 0 90px;
	}
	.pronr .promenu ul li{
		margin: 0 20px;
	}
	.newsnr .newsrt dl dt span{
		font-size:26px;
	}
	.ntit p {
		font-size: 28px;
		margin-bottom: 0;
	}
	.npro dl dd{
		font-size:16px;
		padding: 10px 0;
	}
}
@media(max-width:1152px) {
	.nav .menu > li a{
		margin: 0 20px;
	}
	.topewm {
		padding: 34px 0 34px 30px;
	}
	.pronr .promenu ul li{
		margin: 0 15px;
	}
	.newsnr .newsrt dl {
		padding: 30px 20px;
	}
	.newsnr .newsrt dl dt span{
		font-size:24px;
	}
}
@media(max-width:1024px) {
	.nav .menu > li a{
		margin: 0 16px;
	}
	.topewm {
		padding: 34px 0 34px 26px;
	}
	.ysnr .ysen{
		font-size:22px;
	}
	.pronr .promenu ul li{
		margin: 0 10px;
	}
	.newsnr .newsrt dl dt span{
		font-size:22px;
	}
}
@media(max-width:1023px) {
	.topewm {
		padding: 34px 0 34px 10px;
	}
	.about .aboutlf,.about .aboutrt{
		width:100%;
	}
	.about .aboutlf .aboutimg img{
		width:100%;
		height:auto;
	}
	.about .aboutrt {
		padding: 60px 6%;
	}
	.aboutmore{
		margin-top:50px;
	}
	.about .aboutrt .aboutnr{
		margin-top:40px;
	}
}
@media(max-width:991px) {
	.header{
		height:80px;
	}
	.logo {
		padding: 14px 0;
	}
	.rg{
		padding-top:24px;
	}
	.topewm {
		padding: 22.5px 0 22.5px 10px;
	}
	.topewm:before{
		top:31px;
	}
	.pronr .tit,.pronr .promenu{
		width:100%;
	}
	.pronr .promenu{
		text-align:left;
	}
	.swiper-button-prev{
	    margin-left: -72px;
	}
	.swiper-button-next{
	    margin-left: 12px;
	}
	.newsnr .newslf,.newsnr .newsrt{
		width:100%;
	}
	.newsmore{
		margin-top:40px;
	}
	.newsnr .newsrt{
		margin-top:40px;
	}
	.news {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.bannerbg,.mouse-index{
		display:none;
	}
	.rslides_tabs{
		width:100%;
		left:3%;
		bottom: 20px;
	}
	.tit p,.tit p b{
		font-size:36px;
	}
	.cloud-product-ul li.active {
		padding: 40px 40px 0 40px;
	}
	.ysnr .ysms{
		padding-right:0;
		margin-top:20px;
	}
	.ysnr .ysmore{
		margin-top:20px;
	}
	.cloud-product-ul li{
		height:760px;
	}
	.ysnr .ysmore img{
		height:50px;
	}
	.active-inner-item .ysimg{
		padding-right:0;
		margin-top:10px;
	}
	.active-inner-item .ysnr,.active-inner-item .ysimg{
		width:100%;
	}
	.ncontact .ncontactnr .ncontactlf,.newm{
		width:100%;
	}
	.newm dl{
		float:left;
	}
	.map{
		height:280px;
	}
	.npro .npro_infolf {
		padding: 0;
	}
	.npro .npro_infort {
		padding: 32px 0 0 0;
	}
	.npro .npro_infort h1{
		font-size:24px;
		line-height:35px;
	}
	.npro .npro_infort .npro_infolei{
		font-size:18px;
	}
	.npro_lxbtn{
		margin-top:40px;
	}
	.news-exp a{
		width:100%;
	}
	.news-exp a:last-child {
		text-align: left;
	}
	.nnews h1{
		font-size:20px;
	}
	.footernr .footerlf,.footernr .footerrt{
		width:100%;
	}
	.bot{
	    text-align: center;
	}
}
@media(max-width:860px) {
	.cloud-product-ul li h4{
		font-size:20px;
	}
}
@media(max-width:767px) {
	.rslides img {
		width: 126%;
		margin-left: -13%;
	}
	.ntit p {
		font-size: 26px;
		margin-bottom: 0;
	}
	.ntit h4 {
		font-size: 24px;
	}
	.npro dl {
		width: 47%;
	}
	.npro dl:nth-child(3n) {
		margin-right: 3%;
	}
	.nmenu ul li{
		padding:0 10px;
	}
	.cloud-product-ul li.active {
		padding: 40px 20px 0 20px;
	}
}
@media(max-width:640px) {
	.newsnr .newsrt dl{
		width:100%;
	}
	.newsnr .newsrt dl:nth-child(odd) {
		margin-right:0;
	}
	.newsnr .newsrt dl:nth-child(even) {
		margin-left:0;
	}
	.cloud-product-ul li {
		height: 700px;
	}
	.rslides_tabs li{
	    margin: 0 5px;
	}
}
@media(max-width:540px) {
	.ysnr .ysen {
		font-size: 20px;
		line-height:30px;
	}
	.tit h3,.tit h3 a{
		font-size:22px;
	}
}
@media(max-width:425px) {
	.ysnr .ysen {
		font-size: 18px;
	}
	.ntit p {
		font-size: 22px;
	}
	.ntit h4 {
		font-size: 20px;
	}
}
@media(max-width:375px) {
	.ysnr .ysen {
		font-size: 16px;
	}
	.cloud-product-ul li.active {
		padding: 40px 15px 0 15px;
	}
}
@media(max-width:320px) {
}
