@charset "utf-8";



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

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

@font-face
{
	font-family: myTwoFont;
	src: url('../font/BarlowCondensed-SemiBold_mianfeiziti.ttf'),
		 url('../font/BarlowCondensed-SemiBold_mianfeiziti.eot'); /* IE9 */
}

/* 全局样式

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

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"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: absolute;
	z-index: 998;
	top:0;
	padding:0 1%;
	}
.logo{
	overflow:hidden;
	padding:24.5px 0;
}
.toptel{
	overflow:hidden;
	padding:25px 0;
}
.small{
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); 
}
.search{
	overflow:hidden;
	padding:25px 0;
	margin-left:20px;
	cursor:pointer;
	position:relative;
}	
.search_box{
	width:200px;
	position: absolute;
	top:80px;
	right:10px;
	background-color:#e6e6e6;
	padding:10px; 
	z-index:99;
	display:none;
	}
.search_box input{
	width:80%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	float:left;
	}
.search_box button{
	width:18%;
	height: 30px;
	line-height: 30px;
	text-align:center;
	float:right;
	background:none;
	}
.search_box button img{
	max-width:100%;
	height:auto;
}
/* nav
-------------------------------------------------------------- */
.header_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
}

.header_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: -0.26041666vw;
    width: 100%;
    height: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 0.26041666vw rgba(0, 0, 0, .1);
    box-shadow: 0 0 0.26041666vw rgba(0, 0, 0, .1);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.header_menu_box{
	width:100%;
}
.header_box {
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    position: relative;
    z-index: 9;
}

.header_logo_box {
    width: 7.6vw;
}

.header_logo_box a {
    display: block;
}

.header_logo_box a img {
    -webkit-filter: invert(100%) brightness(400%);
    filter: invert(100%) brightness(400%);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_menu_item_box {
    position: relative;
	float:left;
}

.header_menu_item_down {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 100px 0 10px 0;

    pointer-events: none;
}


.header_menu_item_down:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #fff;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-border-radius: 0 0 0.5208333vw 0.5208333vw;
    border-radius: 0 0 0.5208333vw 0.5208333vw;
}

.header_menu_item_down:before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.15625vw;
    width: 100%;
    height: 0.15625vw;
    background: #a1c440;
    z-index: 1;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_menu_down_label {
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_menu_down_label .header_menu_down_link {
    font-size: 16px;
    line-height:30px;
	padding:5px 0;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_menu_down_link:hover,.active .header_menu_link{
    color: #a1c440;
}

.header_menu_link {
	display:block;
    font-size: 16px;
    line-height: 100px;
    padding: 0 40px;
    color: #fff;
    position: relative;
    z-index: 9;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_menu_link:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom:18px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0.3125vw;
    height: 0.3125vw;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_content_box {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: calc(100% - 7.6vw);
}

.header_button_box {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}



.header_wap_menu_wrap {
    background: rgba(255, 255, 255, 1);
    -webkit-border-radius: 1.40625vw;
    border-radius: 1.40625vw;
    width: 2.8125vw;
    height: 2.8125vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    position: relative;
    z-index: 9999;
}

.header_wap_menu_wrap:hover .header_wap_menu_label:nth-child(2) {
    width: 100%;
}

.header_wap_menu_wrap:hover .header_wap_menu_label:nth-child(1),
.header_wap_menu_wrap:hover .header_wap_menu_label:nth-child(3) {
    width: 65%;
}

.header_wap_menu_box {
    width: 1.25vw;
    -webkit-justify-content: center;
    justify-content: center;
}

.header_wap_menu_label {
    width: 100%;
    height: 0.1041666vw;
    background: #1642bb;
    margin-bottom: 0.3125vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_wap_menu_label:nth-child(2) {
    width: 65%;
}

.header_wap_menu_label:last-child {
    margin-bottom: 0;
}

.header_menu_wrap {
    padding-right: 2.6041666vw;
}


.index_page_swiper .swiper-wrapper {
    -webkit-transition: all 1s cubic-bezier(.69, .27, .45, .99);
    transition: all 1s cubic-bezier(.69, .27, .45, .99);
}


.index_page_swiper .index_page_slide:last-child {
    height: 27.083333vw !important;
}

.header_menu_item_active .header_menu_link {
    font-weight: bold;
}

.header_menu_item_active .header_menu_link:after{
    opacity: 1;
}

.header_menu_item_default .header_menu_link {
    font-weight: normal;
}

.header_menu_item_default .header_menu_link:after {
    opacity: 0;
}

.header_menu_item_hover .header_menu_link {
    font-weight: bold;
    color: #a1c440;
}

.header_menu_item_hover .header_menu_link:after,.active .header_menu_link:after{
    opacity: 1;
    background: #a1c440;
}

.header_menu_item_hover .header_menu_item_down {
    pointer-events: auto;
}

.header_menu_item_hover .header_menu_item_down:after {
    height: 100%;
}

.header_menu_item_hover .header_menu_item_down:before {
    top: 0;
}

.header_menu_item_hover .header_menu_down_label {
    opacity: 1;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

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

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.banner .img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		transform:scale(1.1,1.1);
		}
.banner .swiper-slide-active img,.banner .swiper-slide-duplicate-active img{
		transition:6s linear;
		transform:scale(1,1);
		}	
.banner .img .banner1-1{
	width:30.5%;
	overflow:hidden;
	position:absolute;
	left:11.6%;
	top:25%;
	z-index:99;
	}
.banner .img .banner1-1 img{
	max-width:100%;
	height:auto;
	}
.banner .swiper-container .bannernr1{
	width:28%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:12%;
}
.banner .swiper-container .bannernr2{
	width:35%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:25%;
}
.banner .swiper-container .bannernr3{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-24%;
	bottom:28%;
	text-align:center;
}
.banner .swiper-container .banimg{
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .banimg img{
	max-width:100%;
	height:auto;
}
.banner .swiper-container p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	line-height:25px;
	margin-top:54px;
}
.banner .banmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.banner .swiper-container .bannernr3 .banmore{
	margin:90px auto 0;
}
.banner .swiper-container .bannernr3 .banmore a{
	margin:auto;
	text-align:left;
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.banner .swiper-slide .img img{
	width:100%;
	height:auto;
}
.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

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

/*shubiao*/
.shubiao{
	padding-top:20px;
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:40px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:116px;
	background:#fff;
	position:absolute;
	left:27.5px;
	bottom:100px;
}
.mouse {
  position: relative;
  width: 20px;
  height: 35px;
  border-radius: 30px;
  border: 2px solid #fff;
  margin:auto;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3.5px;
  height: 8px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.shubiao p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	line-height:30px;
	margin-top: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);
  }
}

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

.boxlist .swiper-container,.boxlist2 .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.boxlist .swiper-container-vertical>.swiper-wrapper,.boxlist2 .swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.boxlist .swiper-wrapper,.boxlist2 .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.boxlist .swiper-container-android .swiper-slide,.boxlist .mt-tabpage-cont__wrap .swiper-wrapper,
.boxlist2 .swiper-container-android .swiper-slide,.boxlist2 .mt-tabpage-cont__wrap .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.boxlist .swiper-container-multirow>.swiper-wrapper,.boxlist2 .swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.boxlist .swiper-container-free-mode>.swiper-wrapper,.boxlist2 .swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.boxlist .swiper-slide,.boxlist2 .swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.boxlist .swiper-slide-invisible-blank,.boxlist2 .swiper-slide-invisible-blank {
	visibility: hidden
}

.boxlist .swiper-container-autoheight,.boxlist .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide,
.boxlist2 .swiper-container-autoheight,.boxlist2 .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide {
	height: auto
}

.boxlist .swiper-container-autoheight .swiper-wrapper,.boxlist2 .swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}
.boxlist .swiper-button div{
	width:52px;
	height:52px;
	position:absolute;
	top:50%;
	margin-top:-26px;
	outline:none;
	border:solid 4px #d5d5d5;
	border-radius:50%;
	z-index:99;
	}
.boxlist .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	right:210px;
	}
.boxlist .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:144px;
	}
.boxlist .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh2.png) no-repeat center;
	}
.boxlist .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth2.png) no-repeat center;
	}
.boxlist .swiper-button div:hover{
	border:solid 4px #b21e23;
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.banner .swiper-container-wp8-vertical,.banner .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.banner .swiper-button{
	overflow:hidden;
	position:absolute;
	bottom:55px;
	z-index:100;
	left:11.5%;
	}
.banner .swiper-button .swiper-button-prev,.banner .swiper-button .swiper-button-next{
	width:13px;
	height:20px;
	outline:none;
	float:left;
	border-radius:50%;
	margin-top:10px;
	}
.banner .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	}
.banner .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	}
.banner .swiper-button-lock {
	display: none
}

.banner .swiper-pagination {
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	float:left;
	margin:0 20px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	float:left;
	width:40px;
	height:3px;
	background:#fff;
	display:block;
	color:rgba(255,255,255,0.3);
	margin:0 5px;
	font-size:22px;
	font-family:Arial;
	line-height:30px;
	position:relative;
	}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	background:#0098db;
}

.banner .swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:0;
	right: 88px;
	height:40px;
	line-height: 40px;
	color:#b1b1b1;
	font-size:16px;
	top:40px;
}
.swiper-pagination-fraction span{
	color:rgba(255,255,255,0.2);
	line-height:40px;
	font-size:16px;
	float:left;
	font-size:31px;
	font-family:Arial;
}
.swiper-pagination-fraction span:first-child{
	margin-right:10px;
}
.swiper-pagination-fraction span:first-child:after{
	content:" / ";
}
.swiper-pagination-fraction span:before{
	content:"0 ";
}
.swiper-pagination-fraction .swiper-pagination-current{
	color:#fff;
	font-size:31px;
	font-family:Arial;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

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

.zsjmnr  button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

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

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

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,.2s -webkit-transform;
	transition: .2s top,.2s -webkit-transform;
	-o-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
	transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left,.2s -webkit-transform;
	transition: .2s left,.2s -webkit-transform;
	-o-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
	transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right,.2s -webkit-transform;
	transition: .2s right,.2s -webkit-transform;
	-o-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
	transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
	animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

/*banner*/

/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#adadad;
	line-height:30px;
	font-family:Arial;
}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#3d3d3d;
	line-height:55px;
	font-weight:normal;
	}
.tit h3 a{
	font-size:45px;
	color:#3d3d3d;
	}
.bg{
	background:#f7f7f7;
	}
/* more
-------------------------------------------------------------- */
.more{
	width:210px;
	height:60px;
	line-height:60px;
	background:#fff url(../images/icon4.png) no-repeat 88% center;
	padding-left:46px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.more a{
	display:block;
	font-size:16px;
	color:#1a1a1a;
	}
.more:hover{
	background:#024d9e url(../images/iconh4.png) no-repeat 92% center;
	}
.more:hover a{
	color:#fff;
	}
/* topnews
-------------------------------------------------------------- */
.topnews{
	width:100%;
	overflow:hidden;
	}
.topnewslf{
	width:37%;
	height:100px;
	overflow:hidden;
	padding-left:12%;
	font-family:Arial;
	font-size:20px;
	line-height:30px;
	color:#464646;
	text-transform:uppercase;
	padding-top:35px;
	}
.topnewslf span{
	font-family:Arial;
	font-size:20px;
	color:#464646;
	display:block;
	position:relative;
	}
.topnewslf span:after{
	content:"";
	width:106px;
	height:1px;
	background:#c7c7c7;
	position:absolute;
	left:76px;
	top:14.5px;
	}
.topnewsrt{
	width:63%;
	height:100px;
	overflow:hidden;
	background:#a8cf38;
	padding-right:12%;
	padding-left:60px;
	padding-top:35px;
	}
#scrollWrap{
	width:80%;
	height:30px;
	overflow:hidden;
	float:left;
	}
#scrollMsg li{
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	} 
#scrollMsg li a{
	display:block;
	width:80%;
	overflow:hidden;
	float:left;
	font-size:16px;
	color:#fff;
	}
#scrollMsg li span{
	display:block;
	width:20%;
	overflow:hidden;
	float:left;
	font-size:16px;
	color:#fff;
	text-align:right;
	}
.topnew_icon{
	width:20%;
	overflow:hidden;
	text-align:right;
	}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat bottom center;
	padding-bottom:160px;
	padding-top:164px;
	position:relative;
	}
.about .aboutlf{
	overflow:hidden;
	padding:0 55px 0 0;
	position:relative;
	z-index:9;
	}
.about .aboutrt{
	overflow:hidden;
	padding:0;
	text-align:right;
	}
.about .aboutrt img{
	max-width:100%;
	height:auto;
	}
.aboutlf h4{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#fff;
	line-height:60px;
	font-weight:normal;
	margin-bottom:14px;
	}
.aboutlf .aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#898989;
	line-height:30px;
	margin-top:36px;
	}
.aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:62px;
}
.aboutmore a{
	display:block;
	width:180px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#a8cf38;
	border:solid 2px #a8cf38;
	position:relative;
}

.aboutmore a span{
	font-size:16px;
	color:#a8cf38;
	margin-left:60px;
	}
.aboutmore a:before,.aboutmore a:after{
	content:"";
	position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #a8cf38;
  transition: all 0.3s ease;
}
.aboutmore a:before{
  height: 0%;
  width: 1px;
}
.aboutmore a:after{
  width: 0%;
  height: 1px;
}
.aboutmore a:hover:before{
	height: 100%;
}
.aboutmore a:hover:after{
	width: 100%;
}
.aboutmore font{
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
	font-size:16px;
	color:#a8cf38;
	padding-left:24px;
}
.aboutmore font:before,
.aboutmore font:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #a8cf38;
  transition: all 0.3s ease;
}
.aboutmore font:before {
  width: 1px;
  height: 0%;
}
.aboutmore font:after {
  width: 0%;
  height: 1px;
}
.aboutmore font:hover:before {
  height: 100%;
}
.aboutmore font:hover:after {
  width: 100%;
}
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:86px;
	}
.aboutlist dl{
	overflow:hidden;
	padding:0;
	}
.aboutlist dl dt{
	overflow:hidden;
	font-size:16px;
	color:#1a1a1a;
	}
.aboutlist dl dt .counter{
	font-size:66px;
	color:#1a1a1a;
	line-height:76px;
	}
.aboutlist dl dd{
	overflow:hidden;
	font-size:16px;
	color:#898989;
	line-height:30px;
	}
.aboutlist dl:hover dt .counter{
	background: linear-gradient(to right, #a5ce3b,#61b87d,#0399d8);
	  -webkit-background-clip: text;
	  color: transparent;
}
/* ys
-------------------------------------------------------------- */
.ys{
	width:100%;
	overflow:hidden;
	}
.ys ul li:nth-child(1){
	background:url(../images/ysbg1.jpg) no-repeat top center;
	background-size:cover;
}
.ys ul li:nth-child(2){
	background:url(../images/ysbg2.jpg) no-repeat top center;
	background-size:cover;
}
.ys ul li:nth-child(3){
	background:url(../images/ysbg3.jpg) no-repeat top center;
	background-size:cover;
}
.ys ul li:nth-child(4){
	background:url(../images/ysbg4.jpg) no-repeat top center;
	background-size:cover;
}

.ys ul li a{
	display:block;
}
.ys ul li .probg{
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.active-inner-item .oursl_nr{
	width: 100%;
	overflow:hidden;
	position:absolute;
	z-index:9;
	bottom:0;
	left:0;
}
.ys ul li .normal-inner{
	padding-left:36px;
	width: 100%;
	overflow:hidden;
	position:absolute;
	z-index:9;
	left:0;
	bottom:42px;
	}
.ys ul li .normal-inner .num{
	width: 100%;
	overflow:hidden;
}
.ys ul li .normal-inner .num b{
	font-family:Arial;
	font-size:77px;
	line-height:77px;
	background: linear-gradient(to right, #a5ce3b,#61b87d,#0399d8);
	  -webkit-background-clip: text;
	  color: transparent;
}
.ys ul li h4{
	width: 100%;
	overflow:hidden;
	font-size:28px;
	color:#fff;
	line-height:38px;
	font-weight:normal;
	}
.ys ul li span{
	display:block;
	width:30px;
	height:2px;
	background:#fff;
	margin-top:34px;
	}
.active-inner-item{
	display:none;
	}
.active-inner-item .oursl_nr{
	margin-top:-135.5px;
}
.cloud-product-ul li.active {
    z-index: 9;
    width: 34%;
}
.cloud-product-ul li.active .probg{
	opacity:0;
}
.cloud-product-ul li.active .active-inner-item{
	display:block;
	}
.cloud-product-ul li.active .normal-inner{
	display:none;
	}
.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%;
	margin:0;
	height:100%;
}
.cloud-product-ul li {
	height:100%;
	height: 950px;
	position: relative;
	background:#fff;
	width: 22%;
	float: left;
}
.cloud-product-ul li .ourslicon{
	width:100%;
	overflow:hidden;
	}
.cloud-product-ul li .ourslicon img{
	max-width:100%;
	height:auto;
	}
.cloud-product-ul li .ourslmore{
	width:100%;
	overflow:hidden;
	border-top:solid 2px rgba(255,255,255,0.4);
	padding-top:32px;
	position:absolute;
	left:0;
	bottom:48px;
	}
.cloud-product-ul li .ourslmore a{
	width:130px;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:#fff;
	display:block;
	background:url(../images/icon7.png) no-repeat 100px 10.5px;
	border-bottom:solid 3px #fff;
	padding-bottom:6px;
	}
.active-inner-item{
	width:100%;
	height:100%;
	overflow:hidden;
	}
.active-inner-item .oursl_nr{
	width:100%;
	overflow:hidden;
	}
.active-inner-item .oursl_nr h4{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#fff;
	line-height:38px;
	}
.active-inner-item .oursl_nr .ourslms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:24px;
	margin-top:28px;
	}
.active-inner-item .oursl_nr .yslist{
	width:86%;
	height:216px;
	overflow:hidden;
	background:#a8cf38;
	float:right;
	padding-left:52px;
	padding-right:20px;
	padding-top:37px;
	}
.active-inner-item .oursl_nr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	margin-top:23px;
	}
.active-inner-item .oursl_nr .num{
	font-size:200px;
	font-family:Arial;
	color:rgba(255,255,255,0.2);
	line-height:150px;
	position:absolute;
	right:0;
	bottom:0;
	font-weight:bold;
	z-index:0;
	}
.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
}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	padding-top:120px;
	padding-bottom:138px;
	position:relative;
	background:url(../images/probg.jpg) no-repeat bottom center;
	padding-bottom:48px;
	}
.pronr .line{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.pronr .line span{
	display:block;
	width:1px;
	height:40px;
	overflow:hidden;
	background:#3d3d3d;
	margin:auto;
}
.protit{
	width:100%;
	overflow:hidden;
	}
.protit .tit,.protit .promenu{
	overflow:hidden;
	padding:0;
	}
.protit .promenu{
	text-align:right;
	padding-top:35px;
	}
.promenu ul{
	overflow:hidden;
	display:inline-block;
	}
.promenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	margin-left:74px;
	position:relative;
	}
.promenu ul li:after{
	content:"";
	width:0;
	height:4px;
	background:#a8cf38;
	position:absolute;
	left:0;
	bottom:5px;
	z-index:-1;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.promenu ul li:hover:after,.promenu ul li.active:after{
	width:100%;
	}
.promenu ul li:first-child{
	margin-left:0;
	}
.promenu ul li:first-child:after{
	width:100%;
	}
.promenu ul li a{
	font-size:20px;
	color:#3d3d3d;
	}
.prolist{
	position:relative;
	padding:0;
	margin-top:50px;
	}
.prolist .swiper-slide {
      text-align: center;
      font-size: 18px;
	  padding:0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
    }
.prolist .swiper-slide-active,.swiper-slide-duplicate-active{
	transform: scale(1);
}
.prolist dl,.prolist dl dt,.prolist dl dd{
	width:100%;
	overflow:hidden;
	}
.prolist dl dt,.prolist dl dd{
	text-align:center;
	}
.prolist dl dt img{
	max-width:100%;
	height:auto;
	}
.prolist dl:hover dt img{
	transform:scale(1.1);
	}
.prolist dl dd{
	line-height:30px;
	font-size:20px;
	color:#3d3d3d;
	opacity:0;
	}
.prolist .swiper-slide-active dl dd,.swiper-slide-duplicate-active dl dd{
	opacity:1;
}
.prolist .swiper-button{
	overflow:hidden;
}
.prolist .swiper-button div{
	overflow:hidden;
	width:70px;
	height:70px;
	border:solid 2px #c9cdd4;
	border-radius:50%;
	position:absolute;
	z-index:99;
	top:50%;
	margin-top:-35px;
}
.prolist .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	left:-136px;
	}
.prolist .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	right:-136px;
	}
.prolist .proen{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:absolute;
	left:0;
	top:135px;
	z-index:0;
	}
.promore{
	width:100%;
	overflow:hidden;
	margin-top:90px;
	}
.promore a{
	display:block;
	width:180px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	border:solid 2px #fff;
	margin:auto;
	position:relative;
}
.promore a span{
	font-size:16px;
	color:#fff;
	margin-left:60px;
	}
.promore a:before,.promore a:after{
	content:"";
	position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #fff;
  transition: all 0.3s ease;
}
.promore a:before{
  height: 0%;
  width: 1px;
}
.promore a:after{
  width: 0%;
  height: 1px;
}
.promore a:hover:before{
	height: 100%;
}
.promore a:hover:after{
	width: 100%;
}
.promore font{
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
	font-size:16px;
	color:#fff;
	padding-left:24px;
}
.promore font:before,
.promore font:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #fff;
  transition: all 0.3s ease;
}
.promore font:before {
  width: 1px;
  height: 0%;
}
.promore font:after {
  width: 0%;
  height: 1px;
}
.promore font:hover:before {
  height: 100%;
}
.promore font:hover:after {
  width: 100%;
}
/* yj
-------------------------------------------------------------- */
.yj{
	width:100%;
	overflow:hidden;
	background:url(../images/yjbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:145px;
	padding-bottom:136px;
	}
.yj .tit h3,.yj .tit h3 a,.yj .tit p{
	color:#fff;
	}
.yj .tit h3:before{
	background:#fff;
	}
.yjnr ul{
	margin-top:71px;
	}
.yjnr ul,.yjnr ul li{
	width:100%;
	overflow:hidden;
	}
.yjnr ul li{
	font-size:17px;
	color:#fff;
	padding-left:26px;
	line-height:30px;
	position:relative;
	margin-top:15px;
	}
.yjnr ul li:before{
	content:"";
	width:10px;
	height:10px;
	background:#b8976b;
	border-radius:50%;
	position:absolute;
	left:0;
	top:10px;
	}
.yjmore{
	width:100%;
	overflow:hidden;
	margin-top:150px;
	}
.yjmore a{
	display:block;
	font-size:16px;
	color:#273e71;
	width:220px;
	height:60px;
	line-height:60px;
	padding-left:44px;
	background:#fff url(../images/icon1.png) no-repeat 87% center;
	}

/* sdly
-------------------------------------------------------------- */
.sdly{
	width:100%;
	overflow:hidden;
	background:#f2f2f2 url(../images/ysbg.jpg) no-repeat center 64px;
	background-size:cover;
	margin-top:120px;
	padding-bottom:186px;
	}
.sdlynr{
	position:relative;
	}
.sdlynr .sdlyimgin{
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-526.5px;
	top:28px;
	z-index:99;
	}
.sdlynr .sdlyimgin img{
	max-width:100%;
	height:auto;
	}
.sdlymore{
	width:100%;
	overflow:hidden;
	position: relative;
    z-index: 100;
	}
.sdlymore a{
	width:160px;
	height:50px;
	display:block;
	font-size:16px;
	color:#2c2c2c;
	font-weight:bold;
	text-align:center;
	line-height:50px;
	border:solid 1px #2c2c2c;
	margin:78px auto 0;
	}
.sdlylist{
	width:100%;
	overflow:hidden;
	margin-top:119px;
	}
.sdly_cont{
	overflow:hidden;
	background:#fff;
	margin-top:55px;
	}
.sdlyimg{
	overflow:hidden;
	}
.sdlybt{
	width:56px;
	overflow:hidden;
	font-size:18px;
	color:#2c2c2c;
	padding:50px 20px 0 20px;
	line-height:20px;
	}
/* shlist
-------------------------------------------------------------- */
.shlist{
	margin-top:230px;
	}
.shlist,.shlist ul{
	width:100%;
	overflow:hidden;
	}
.shlist ul li{
	width:23.5%;
	height:408px;
	overflow:hidden;
	background:rgba(0,82,153,0.8);
	float:left;
	margin-right:2%;
	border:solid 1px #1f78c3;
	padding:82px 50px 0 50px;
	position:relative;
	}
.shlist ul li:after{
	content:"";
	width: 0;
	height: 0;
	border-style:solid;
	border-width:0 25px 25px 0;
	border-color:transparent transparent #d00c12 transparent;
	position:absolute;
	left:0;
	bottom:0;
	z-index:9;
	}
.shlist ul li:last-child{
	margin-right:0;
	}
.shlist ul li .shicon,.shlist ul li h4,.shlist ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.shlist ul li .shicon img{
	max-width:100%;
	height:auto;
	}
.shlist ul li span{
	display:block;
	width:25px;
	height:5px;
	background:#d00c12;
	margin:22px auto 0;
	}
.shlist ul li h4{
	font-size:30px;
	color:#fff;
	line-height:40px;
	margin-top:24px;
	}
.shlist ul li p{
	font-size:16px;
	color:#fff;
	margin-top:10px;
	}

/* newsmenu
-------------------------------------------------------------- */
.newsmenu{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:36px;
	margin-bottom:48px;
	}
.newsmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.newsmenu ul li{
	overflow:hidden;
	float:left;
	width:160px;
	height:50px;
	text-align:center;
	line-height:50px;
	border:solid 1px #2c2c2c;
	margin:10px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newsmenu ul li a{
	font-size:16px;
	color:#2c2c2c;
	}
.newsmenu ul li:hover{
	background:#005299;
	border:solid 1px #005299;
	}
.newsmenu ul li:hover a{
	color:#fff;
	}
/* jsnl
-------------------------------------------------------------- */
.jsnl{
	width:100%;
	overflow:hidden;
	background:url(../images/jsbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:174px;
	padding-bottom:100px;
	background-attachment: fixed;
	}
.jsnlnr{
	position:relative;
	}
.jsnlen{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:absolute;
	left:0;
	top:28px;
	z-index:0;
	}
.jsnlen img{
	max-width:100%;
	height:auto;
	}
.jsnllist{
	width:100%;
	overflow:hidden;
	display:none;
	}
.jsnllist.active{
	display:block;
	}
.jsnllist .jsnllf,.jsnllist .jsnlrt{
	overflow:hidden;
	padding:0;
	}
.jsnllist .jsnlrt{
	min-height:460px;
	background:url(../images/yuan.png) no-repeat right 75px;
	text-align:right;
	}
.jsnllist .jsnlrt img{
	max-width:100%;
	height:auto;
	}
.jsnllist .jsnllf{
	position:relative;
	min-height:578px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.jsnllist .jsnllf .jsnllfnr{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	z-index:9;
	}
.jsnllf .jsnllfnr p{
	width:100%;
	overflow:hidden;
	font-size:25px;
	line-height:35px;
	color:#fff;
	}
.jsnlnr .tit{
	position:absolute;
	left:0;
	top:172px;
	z-index:99;
	}
.jsnlnr .tit h3{
	color:#fff;
	}
.jsnlmenu{
	margin-top:55px;
	}
.jsnlmenu,.jsnlmenu ul{
	width:100%;
	overflow:hidden;
	}
.jsnlmenu ul li{
	width:19.6%;
	height:85px;
	overflow:hidden;
	float:left;
	line-height:85px;
	text-align:center;
	font-size:20px;
	color:#141414;
	background:#fff;
	margin-right:0.5%;
	cursor:pointer;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.jsnlmenu ul li:last-child{
	margin-right:0;
	}
.jsnlmenu ul li:hover,.jsnlmenu ul li.active{
	background:#a8cf38;
	color:#fff;
	}
/* service
-------------------------------------------------------------- */
.service{
	width:100%;
	overflow:hidden;
	background:#f3f4f8;
	padding-top:165px;
	padding-bottom:182px;
	position:relative;
	}
.servicelf{
	overflow:hidden;
	padding:0;
	}
.servicejs{
	width:75%;
	overflow:hidden;
	font-size:16px;
	color:#9a9a9a;
	line-height:30px;
	margin-top:44px;
	}
.servicelf h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#3d3d3d;
	line-height:40px;
	font-weight:normal;
	margin-top:135px;
	}
.servicelf ul{
	width:75%;
	overflow:hidden;
	margin-top:32px;
	}
.servicelf ul li{
	width:32.666666666667%;
	height:76px;
	overflow:hidden;
	text-align:center;
	background:#fff;
	float:left;
	margin:6px 1% 6px 0;
	position:relative;
	}
.servicelf ul li:after{
	content:"";
	width:100%;
	height:100%;
	border:solid 4px #a8cf38;
	position:absolute;
	left:0;
	top:0;
	z-index:99;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
	}
.servicelf ul li:last-child:after{
	display:none;
}
.servicelf ul li:hover:after{
	opacity:1;
	}
.servicelf ul li:nth-child(3n){
	margin-right:0;
	}
.servicelf 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;
	}
.servicelf ul li:hover img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.servicelf ul li a{
	font-size:16px;
	color:#fff;
	display:block;
	padding-left:24px;
	line-height:76px;
	background:#a8cf38;
	}
.servicelf ul li a span{
	font-size:16px;
	color:#fff;
	margin-left:58px;
	}
.service .map{
	width:41%;
	min-height:771px;
	overflow:hidden;
	background:url(../images/map.png) no-repeat center;
	background-size:100%;
	position:absolute;
	right:9%;
	top:94px;
	}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.service .map{
		width:31%;
	}
}
.service .map img{
	max-width:100%;
	height:auto;
	}
.map .mapicon{
	width:30px;
	height:30px;
	position:absolute;
	left:50%;
	margin-left:6%;
	top:50%;
	margin-top:-12%;
}
.map .mapicon img{
	position:relative;
	z-index:9;
}
.map .mapicon:after{
	content:"";
	width:50px;
	height:50px;
	background:#0098db;
	position:absolute;
	left:-10px;
	top:-10px;
	border-radius:50%;
	-webkit-animation:living 2s linear infinite;
	z-index:0;
}
@keyframes living {
	0% {
		transform:scale(0.5);
		opacity:0.5;
	}
	50% {
		transform:scale(1);
		opacity:0;
	}
	100% {
		transform:scale(0.5);
		opacity:0.7;
	}
}
.contact{
	width:340px;
	overflow:hidden;
	background:#a8cf38;
	padding:26px 28px;
	position:absolute;
	left:442px;
	top:382px;
	}
.contact h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	line-height:32px;
	font-weight:normal;
	border-bottom:solid 1px #fff;
	padding-bottom:14px;
	margin-bottom:26px;
	}
.contact p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	padding-top:132px;
	}
.news .newstit{
	margin-bottom:45px;
	}
.newstit .newstitlf,.newstit .newstitrt{
	overflow:hidden;
	padding:0;
	}
.newstit .newstitrt{
	text-align:right;
}
.newstit .newstitrt ul{
	overflow:hidden;
	display:inline-block;
}
.newstit .newstitrt ul li{
	width:180px;
	height:50px;
	overflow:hidden;
	float:left;
	font-size:16px;
	color:#c9cdd4;
	line-height:50px;
	margin-left:25px;
	border:solid 2px #c9cdd4;
	text-align:left;
	padding-left:24px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newstit .newstitrt ul li:first-child{
	margin-left:0;
}
.newstit .newstitrt ul li a,.newstit .newstitrt ul li span{
	font-size:16px;
	color:#c9cdd4;
}
.newstit .newstitrt ul li a{
	display:block;
	}
.newstit .newstitrt ul li span{
	margin-left:60px;
	}
.newstit .newstitrt ul li:hover{
	color:#a8cf38;
	border:solid 2px #a8cf38;
	}
.newstit .newstitrt ul li:hover a,.newstit .newstitrt ul li:hover span{
	color:#a8cf38;
	}
.newslist{
	width:100%;
	height:638px;
	overflow:hidden;
	background:#f5f5f5;
}
.newslist .newslf,.newslist .newsrt{
	overflow:hidden;
	padding:0;
	height:100%;
	}
.newslist .newslf img{
	width:100%;
	height:100%;
	object-fit: cover;
	}
.newslist .newslf:hover img{
	transform:scale(1.1);
}
.newslist .newsrt ul{
	width:100%;
	height:100%;
	overflow:hidden;
	}
.newslist .newsrt ul li{
	height:50%;
	overflow:hidden;
	padding:32px 56px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newslist .newsrt ul li p,.newslist .newsrt ul li h4,.newslist .newsrt ul li .newsdate{
	width:100%;
	overflow:hidden;
	}
.newslist .newsrt ul li p{
	font-size:15px;
	color:#a8cf38;
	line-height:30px;
	font-weight:bold;
	}
.newslist .newsrt ul li h4{
	height:60px;
	font-size:20px;
	color:#3e3e3e;
	line-height:30px;
	font-weight:normal;
	margin-top:15px;
	}
.newslist .newsrt ul li .newsdate{
	font-size:16px;
	color:#a9a9a9;
	line-height:30px;
	margin-top:95px;
	}
.newslist .newsrt ul li:hover{
	background:#a8cf38;
	}
.newslist .newsrt ul li:hover p,.newslist .newsrt ul li:hover h4,.newslist .newsrt ul li:hover .newsdate{
	color:#fff;
	}
.newscont{
	width:100%;
	overflow:hidden;
}
.newscont .newsbg{
	width:95%;
	height:348px;
	background:#fff;
	border-radius:15px;
	float:right;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newsbg .newsimg{
	overflow:hidden;
	padding:0;
	border-radius:15px;
	margin-left:-5%;
	margin-top:40px;
	}
.newsbg .newsimg img{
	width:100%;
	height:auto;
	}
.newsbg .newsrt{
	overflow:hidden;
	padding:58px 35px 0 25px;
	}
.newsbg .newsrt .newsdate{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	color:#1947ba;
	line-height:30px;
	}
.newsbg .newsrt h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#252525;
	line-height:32px;
	font-weight:normal;
	margin-top:6px;
	}
.newsbg .newsrt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#3c3c3c;
	margin-top:20px;
	}
.newsbg .newsrt .newsmore{
	width:100%;
	height:16px;
	background:url(../images/icon8.png) no-repeat left center;
	margin-top:42px;
	}
.newscont:hover .newsbg{
	background:#1947ba;
	}
.newscont:hover .newsbg .newsrt .newsdate,.newscont:hover .newsbg .newsrt h4,.newscont:hover .newsbg .newsrt p{
	color:#fff;
	}
.newscont:hover .newsbg .newsrt .newsmore{
	background:url(../images/iconh8.png) no-repeat left center;
	}
.newslist .swiper-button{
	width:100%;
	overflow:hidden;
	padding-left:35px;
	margin-top:58px;
	}
.newslist .swiper-button div{
	width:38px;
	height:38px;
	border-radius:50%;
	overflow:hidden;
	border:solid 2px #000;
	float:left;
	}
.newslist .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	}
.newslist .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh2.png) no-repeat center;
	}
.newslist .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	margin-left:18px;
	}
.newslist .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth2.png) no-repeat center;
	}
.newslist .swiper-button div:hover{
	border:solid 2px #1947ba;
	}
/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	background:#353535;
	}
.linknr{
	font-size:16px;
	color:#7d7d7d;
	line-height:30px;
	border-bottom:solid 1px #434343;
	padding:38px 0 30px 0;
	}
.link a{
	font-size:16px;
	color:#fff;
	margin-right:10px;
	}
.link a:hover{
	color:#fff;
	}
.footertop{
	width:100%;
	overflow:hidden;
	margin-bottom:62px;
	}
.botlogo{
	width:100%;
	overflow:hidden;
	}	
.botlogo img{
	max-width:100%;
	height:auto;
	}	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#353535;
	padding-top:40px;
	padding-bottom:56px;
}
.botlxfs{
	width:100%;
	overflow:hidden;
	padding-right: 100px;
	margin-top:40px;
	}
.botlxfs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
.botlxfs p span{
	font-size:16px;
	color:#7d7d7d;
	}
.botlxfs p a{
	font-size:16px;
	color:#fff;
}
.footer .footerlf,.footer .footerrt{
	overflow:hidden;
	padding:0;
}
.footer .footerrt ul{
	width:100%;
	overflow:hidden;
}
.footer .footerrt ul li{
	width:20%;
	overflow:hidden;
	float:left;
}
.footer .footerrt ul li h4{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
	margin-bottom:30px;
	font-weight:normal;
}
.footer .footerrt ul li h4 a{
	font-size:16px;
	color:#fff;
	}
.footer .footerrt ul li h4 a:hover{
	color:#a1c440;
	font-weight:bold;
	}
.footer .footerrt ul li p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#7d7d7d;
	line-height:30px;
	margin-top:20px;
}
.footer .footerrt ul li p a{
	font-size:15px;
	color:#7d7d7d;
	}
.footer .footerrt ul li p a:hover{
	color:#fff;
}
.bot{
	width:100%;
	overflow:hidden;
	background:#353535;
	}
.botnr{
	border-top: solid 1px #434343;
	padding:26px 0;
	}
.bot a{
	color:#7f7f7f;
}
.bot .botlf,.bot .botrt{
	overflow:hidden;
	padding:0;
	color:#7f7f7f;
	line-height:30px;
	}
.bot .botrt{
	text-align:right;
	}
.bot a:hover{
	color:#fff;
	}
/* ivideo
-------------------------------------------------------------- */
.ivideo{
	width:330px;
	overflow:hidden;
	position:fixed;
	right:10px;
	bottom:10px;
	z-index:99;
}
.ivideo video{
	width:100%;
	height:auto;
}
.close-btn{
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	z-index:100;
    cursor: pointer;
}
/* banner_n
-------------------------------------------------------------- */
.return{
	width:60px;
	height:60px;
	background:#a8cf38;
	text-align:center;
	padding-top:18px;
	position: fixed;
    right: 20px;
    top: 50%;
	margin-top:-30px;
    display: none;
    z-index: 990;
    cursor: pointer;
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:700px;
	overflow:hidden;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:933px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:613px;
	}
}
@media(max-width:1600px) {
	.banner_n{
		height:583px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:525px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:496px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:467px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:420px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:373px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:361px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:280px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:233px;
	}
}
.banner_n img{ 
	width:100%;
	height:auto;
}
.ibbe {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 88px;
	line-height: 88px;
}

.ibeleft {
	float: left;
	width: 24%;
	box-sizing: border-box;
	padding: 0 1% 0 5%;
	background: rgba(0, 0, 0, .5);
}

.ibltxt {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.iberight {
	float: left;
	width: 76%;
	background: #005299;
	box-sizing: border-box;
	padding: 0 30px;
}

.ibrlink {
	padding: 0 40px;
	color: rgba(255, 255, 255, .6);
	font-size: 18px;
}

.ibrlink:hover,
.ibrlink.active {
	color: #fff;
}
.ibdown {
	position: absolute;
	left: 50%;
	bottom: 18%;
	transform: translateX(-50%);
}

.ibdown i {
	display: block;
	color: #fff;
	font-size: 20px;
	animation: trans1 1s infinite alternate;
}

@keyframes trans1 {
	from {
		transform: translateY(15px);
	}
	to {
		transform: translateY(0);
	}
}

/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #e6e6e6;
}
.positionnr .positionrt {
	text-align: right;
	font-size: 16px;
	color: #343434;
	line-height: 30px;
	padding: 10px 0 10px 41px;
	background: url(../images/icon10.png) no-repeat left center;
}
.positionnr .positionrt a {
	font-size: 16px;
	color: #343434;
}
.position a:hover {
	color: #0765a7;
}
.nmenu {
	overflow: hidden;
}
.nmenu ul {
	overflow: hidden;
	margin: 0;
}
.nmenu ul li {
	overflow: hidden;
	float: left;
	line-height: 50px;
	text-align: center;
}
.nmenu ul li a {
	padding:0 44px;
	font-size: 16px;
	color: #262626;
	display: block;
}
.nmenu ul li:hover,.nmenu ul li.active{
	background:#024d9e;
}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#fff;
}

/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#024d9e;
	line-height:45px;
	}
.ntit p{
	width:100%;
	overflow:hidden;
	font-size: 22px;
    color: #b21e23;
	line-height:32px;
	font-weight:bold;
	}
.margin{
	padding-top:100px;
	}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:absolute;
	left:0;
	bottom:30px;
}
.menu_n ul{
	overflow:hidden;
	display:inline-block;
}
.menu_n ul li{
	text-align:center;
	float:left;
	line-height:30px;
	margin:10px 48px;
}
.menu_n ul li a{
	font-size:18px;
	color:#fff;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#a8cf38;
}
/* about
-------------------------------------------------------------- */
.about_n{
	margin-top:90px;
	margin-bottom:110px;
	}
.about_n .aboutlf_n{
	width:48%;
	overflow:hidden;
	}
.about_n .aboutlf_n h3,.sbqd_n h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#3d3d3d;
	line-height:55px;
	font-weight:normal;
	}
.about_n .aboutrt_n{
	width:50%;
	overflow:hidden;
	text-align:right;
	}
.about_n .aboutrt_n img{
	max-width:100%;
	height:auto;
	}
.about_n .line,.sbqd_n .line{
	width:100%;
	overflow:hidden;
	margin-top:27px;
	}
.about_n .line img,.sbqd_n .line img{
	max-width:100%;
	height:auto;
	}
.aboutnr_n{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#3d3d3d;
	line-height:30px;
	margin-top:20px;
	}
.aboutnr_n p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#3d3d3d;
	line-height:30px;
}
.aboutlist_n{
	width:100%;
	overflow:hidden;
	margin-top:38px;
	}
.aboutlist_n dl,.aboutlist_n dl dt,.aboutlist_n dl dd{
	width:100%;
	overflow:hidden;
	}
.aboutlist_n dl{
	padding-left:54px;
	margin-top:34px;
	position:relative;
	}
.aboutlist_n dl:before{
	content:"";
	width:22px;
	height:3px;
	background:#0098db;
	position:absolute;
	left:0;
	top:14.5px;
	}
.aboutlist_n dl dt{
	font-size:22px;
	color:#3d3d3d;
	line-height:32px;
	font-weight:normal;
	}
.aboutlist_n dl dd{
	font-size:15px;
	color:#9d9d9d;
	line-height:30px;
	}
/* gsln_n
-------------------------------------------------------------- */
.gsln_n{
	width:94%;
	height:960px;
	overflow:hidden;
	padding-top:100px;
	margin:auto;
	background:url(../images/gslnbg.jpg) no-repeat top center;
	background-size:cover;
	background-attachment: fixed;
	}
.gslnnr_n{
	position:relative;
	}
.gslnnr_n .swiper-button{
	overflow:hidden;
	position:absolute;
	left:0;
	top:295px;
	z-index:99;
	}
.gslnnr_n .swiper-button div{
	width:60px;
	height:60px;
	overflow:hidden;
	float:left;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.gslnnr_n .swiper-button .swiper-button-prev{
	background:#1994fa url(../images/prev2.png) no-repeat center;
	margin-right:8px;
	}
.gslnnr_n .swiper-button .swiper-button-next{
	background:#1994fa url(../images/next2.png) no-repeat center;
	}
.gslnnr_n .swiper-button div:hover{
	background-color:#a8cf38;
	}
.gslnlf_n{
	overflow:hidden;
	padding:54px 0 0 0;
	}
.gslnlf_n h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	margin-bottom:28px;
	}
.gslnrt_n{
	overflow:hidden;
	padding:0 0 0 160px;
	}
.gslnrt_n dl{
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding-left:25px;
	margin-top:32px;
	position:relative;
	}
.gslnrt_n dl:before{
	content:"";
	width:12px;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	top:14px;
	}
.gslnrt_n dl dt{
	width:18%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	float:left;
	line-height:30px;
	}
.gslnrt_n dl dd{
	width:82%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	float:left;
	line-height:30px;
	}
.gslnrt_n p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin-top:32px;
}
/* honor_n
-------------------------------------------------------------- */
.honor_n{
	width:100%;
	overflow:hidden;
	background:#efefef;
	padding-top:86px;
	padding-bottom:114px;
	}
.honornr_n h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#3d3d3d;
	line-height:55px;
	text-align:center;
	font-weight:normal;
	}
.honornr_n ul{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	}
.honornr_n ul li{
	overflow:hidden;
	text-align:center;
	margin:10px 0;
	}
.honornr_n ul li img{
	max-width:100%;
	height:auto;
	}
/* zzjg_n
-------------------------------------------------------------- */
.zzjg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.zzjg_n img{
	width:100%;
	height:auto;
	}
/* sbqdnr_n
-------------------------------------------------------------- */
.sbqd_n{
	margin-top:60px;
	margin-bottom:60px;
}
.sbqdnr_n{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.sbqdnr_n img{
	max-width:100%;
	height:auto;
}
.sbqdnr_n table{
	width:100%;
	overflow:hidden;
	border-collapse: collapse;
    border-spacing: 0;
}
.sbqdnr_n table tr,.sbqdnr_n table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}
.sbqdnr_n table td p,.sbqdnr_n table td span{
	font-size:16px !important;
	line-height:30px;
}
/* ppln
-------------------------------------------------------------- */
.ppln_n{
	margin-top:60px;
	margin-bottom:80px;
}
.nabout-sm{
	width:49%;
	height:650px;
	overflow:hidden;
	background:url(../images/naboutbg1.jpg) no-repeat top center;
	background-size:cover;
	padding:60px 60px 0 60px;
	margin-top:50px;
	position:relative;
	}
.nabout-sm .nabout_icon,.nabout-jz .nabout_icon{
	position:absolute;
	left:0;
	bottom:80px;
	padding:0 60px;
}
.nabout-sm .nabout_icon img,.nabout-jz .nabout_icon img{
	max-width:100%;
	height:auto;
}
.nabout-jz{
	width:49%;
	height:650px;
	overflow:hidden;
	background:url(../images/naboutbg2.jpg) no-repeat top center;
	background-size:cover;
	padding:60px 60px 0 60px;
	margin-top:50px;
	position:relative;
	}
.nabout-jz h3,.nabout-sm h3{
	width:100%;
	overflow:hidden;
	font-size: 30px;
    line-height: 40px;
    color: #222;
	font-weight:normal;
	margin-bottom:20px;
	}
.nabout-jz p,.nabout-sm p{
	width:100%;
	overflow:hidden;
	font-size: 16px;
    line-height: 30px;
	}

/* nsb
-------------------------------------------------------------- */
.nsb{
	margin-top:60px;
	margin-bottom:60px;
}
.nsbnr dl{
	overflow:hidden;
	margin:15px 0;
}
.nsbnr dl dt{
	width:100%;
	overflow:hidden;
	position:relative;
	height:308px;
}
.nsbnr dl dd {
	width:100%;
	overflow:hidden;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    text-align: center;
}
.nsbnr 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;
	}
.nsbnr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.nsbnr dl:hover dd {
	color: #a8cf38;
}
/* team_n
-------------------------------------------------------------- */
.team_n{
	margin-top:60px;
	margin-bottom:60px;
}
.teamnr_n dl{
	overflow:hidden;
	margin:15px 0;
}
.teamnr_n dl dt{
	width:100%;
	overflow:hidden;
	position:relative;
	height:271px;
}
.teamnr_n dl dd {
	width:100%;
	overflow:hidden;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    text-align: center;
}
.teamnr_n 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;
	}
.teamnr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.teamnr_n dl:hover dd {
	color: #a8cf38;
}
/* npro
-------------------------------------------------------------- */

.npro{
	margin-top:50px;
	margin-bottom:50px;
	}
.npronr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.npro dl{
	overflow:hidden;
	margin:20px 0;
	padding:0 10px;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
	height:352px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	border: solid 1px #e4e4e4;
	}
.npro dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dt .nprobg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(168,207,56,0.8) url(../images/tb11.png) no-repeat center 60%;
	opacity:0;
	z-index:99;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.npro dl dt .nprotit{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin-top:98px;
	font-weight:bold;
	}
.npro dl:hover dt .nprobg{
	opacity:1;
	-webkit-transform: translateY(100);
	-moz-transform: translateY(100);
	-ms-transform: translateY(100);
	-o-transform: translateY(100);
	transform: translateY(100);
	}
.npro dl dd{
	width:100%;
	overflow:hidden;
	color: #333;
    font-size: 20px;
	line-height:30px;
	padding:20px 0;
	text-align:center;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.npro dl:hover dd{
	background:rgba(168,207,56,0.8);
	}
.npro dl:hover dd{
	color:#fff;
	}
.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.npro .nprort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.npro .nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.npro .nprort .npro_infolei span{
	font-size:20px;
	color:#333;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}

	
/* news_n
-------------------------------------------------------------- */
.newsbg_n {
	width:100%;
	overflow:hidden;
    background: #F5F7F9;
}
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.aw5list li {
	position: relative;
	float: left;
	width: 48%;
	margin: 20px 1%;
}
.iaipic {
    display: flex;
    position: relative;
}
.aw5list .iabtxt {
	left: 8px;
}
.aw5list .iaptp{
	display: block;
    float: left;
    width: 87%;
    overflow: hidden;
	height:368px;
	position:relative;
	}
.aw5list li .iaptp 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;
	}
.aw5list li:hover .iaptp img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.iapbtn {
    position: relative;
    display: block;
    float: left;
    width: 13%;
    background: #EBEBEB;
    transition: 0.35s;
}
.iabtxt {
    display: block;
    width: 100px;
    position: absolute;
    top: 46%;
    left: 8px;
    text-align: center;
    transform: rotate(-90deg) translateY(-50%);
    color: #636764;
    font-size: 14px;
}
.iabtxt i {
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: url(../images/arrow-orange3.png) no-repeat;
    background-size: contain;
    margin-left: 20px;
    transition: 0.35s;
}
.iaiwz {
    display: flex;
    background: #fff;
}
.iawtxt1 {
    float: left;
    width: 87%;
    box-sizing: border-box;
    padding: 26px 30px;
}
.aw5list .it1h {
    height: 29px;
    overflow: hidden;
}
.iawdate {
    float: left;
    width: 13%;
    box-sizing: border-box;
    border-left: 1px solid #E6E6E6;
    text-align: center;
    color: #636764;
    font-size: 14px;
    padding: 16px 0 10px 0;
}
.iawdate b {
    display: block;
    color: #333333;
    margin-bottom: 5px;
    line-height: 1.5;
}


.aw5list li:hover .iapbtn {
	background: #a8cf38;
}

.aw5list li:hover .iabtxt {
	color: #fff;
}

.aw5list li:hover .iabtxt i {
	background: url(../images/arrow-orange.png) no-repeat;
	background-size: contain;
}


.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #222;
    text-align: center;
    margin: 0 0 16px 0;
	line-height:40px;
	font-weight: normal;
	}
.news_n .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 23px;
}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* nzsjm
-------------------------------------------------------------- */
.nzsjm {
	width:100%;
	overflow:hidden;
	margin-top:60px;
	color:#fff;
	font-size:16px;
	line-height:30px;
}
.nzsjm p{
	overflow:hidden;
	color:#fff;
	font-size:16px;
	line-height:30px;
}
.nzsjm img{
	max-width:100%;
	height:auto;
}
/* ncontact
-------------------------------------------------------------- */
.bg{
    background: #f1f1f1;
}
.contact_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.contactnr_n{
	width:100%;
	overflow:hidden;
	}
.contactnr_n dl{
	overflow:hidden;
	padding:0 0 0 50px;
	}
.contactnr_n dl:first-child{
	background:url(../images/icon8.png) no-repeat left 14px;
	}
.contactnr_n dl:nth-child(2){
	background:url(../images/icon9.png) no-repeat left 14px;
	}
.contactnr_n dl:nth-child(3){
	background:url(../images/icon10.png) no-repeat left 14px;
	}
.contactnr_n dl dt,.contactnr_n dl dd{
	width:100%;
	overflow:hidden;
	}
.contactnr_n dl dt{
	color:#000;
	font-size:16px;
	line-height:30px;
	}
.contactnr_n dl dd{
	line-height:30px;
	}
.map_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.map_n img{
	width:100%;
	height:auto;
	}

/* searchnr
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.searchnr{
	overflow:hidden;
	margin-bottom:15px;
}
.searchnr .card,.card-img-150,.card-body,.card-title,.card-text{
	width:100%;
	overflow:hidden;
}
.card-img-150{
	height:253px;
	border: 1px solid #ebebeb;
	position:relative;
}
.card-img-150 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;
}
.card-img-150:hover img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.searchlist{
	width:100%;
	overflow:hidden;
}
.my-4{
	width: 100%;
    overflow: hidden;
    text-align: center;
}
.search_n .btn-info{
	background:#064b8a;
	border:solid 1px #064b8a;
}
.card-body h5{
	width:100%;
	overflow:hidden;
	line-height:30px;
	color:#000;
	font-size:16px;
	margin-top:10px;
	text-align:center;
}
.card-body h5 a,.card-body h5 span{
	color:#000 !important;
	font-size:16px;
}
.card-body p{
	width:100%;
	overflow:hidden;
}
/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;width:auto;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#a8cf38;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
.toggle,#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
	.nav,.icon1,.icon2,.search,.toptel{
		display:none
	}
	/**/
	#toggleMenu {
	  position: absolute;
	  width: 100%;
	  min-height: 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  overflow: hidden;
	  top:0;
	  left:0;
	  z-index:-1;
	  opacity:0;
	}
	#toggleMenu.active{
		min-height:100vh;
	}
	#toggleMenu.active{
		z-index:999;
	  opacity:1;
	}
	#toggleMenu nav {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  padding: 40px 100px;
	  z-index: 100;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}

	#toggleMenu nav .logo {
	  position: relative;
	  font-size: 2em;
	  color: #fff;
	  text-transform: uppercase;
	  font-weight: 700;
	  z-index: 15;
	  text-decoration: none;
	  text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu nav .full-width-menu {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100vh;
	  width: 100%;
	  overflow-y: auto;
	  visibility: hidden;
	  opacity: 0;
	  background: #151515;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  overflow: hidden;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu {
	  opacity: 1;
	  visibility: visible;
	}

	#toggleMenu nav .full-width-menu .cntBox {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}

	#toggleMenu nav .full-width-menu .cntBox:nth-child(1) {
	  padding: 0 15px;
	  width: 60%;
	  background: #000;
	  -webkit-transform: translateX(-100%);
		  -ms-transform: translateX(-100%);
			  transform: translateX(-100%);
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu .cntBox:nth-child(1) {
	  -webkit-transform: translateX(0);
		  -ms-transform: translateX(0);
			  transform: translateX(0);
	  visibility: visible;
	  opacity: 1;
	}

	#toggleMenu nav .full-width-menu .cntBox:nth-child(2) {
	  padding: 0 15px;
	  width: 40%;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  background: #131313;
	  -webkit-transform: translateX(100%);
		  -ms-transform: translateX(100%);
			  transform: translateX(100%);
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu .cntBox:nth-child(2) {
	  -webkit-transform: translateX(0);
		  -ms-transform: translateX(0);
			  transform: translateX(0);
	  visibility: visible;
	  opacity: 1;
	  background: -webkit-linear-gradient(top, #1ccc98 , #042d93);
		background: -o-linear-gradient(bottom, #1ccc98 , #042d93);
		background: -moz-linear-gradient(bottom, #1ccc98 , #042d93);
		background: linear-gradient(to bottom, #1ccc98 , #042d93);
	}

	#toggleMenu nav .navigation {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  width: 80%;
	}

	#toggleMenu nav .navigation li {
	  padding: 5px 0;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(-30px);
		  -ms-transform: translateX(-30px);
			  transform: translateX(-30px);
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}

	#toggleMenu.active nav .navigation li {
		width:100%;
		overflow:hidden;
	  line-height:40px;
	  visibility: visible;
	  opacity: 1;
	  -webkit-transform: translateX(0px);
		  -ms-transform: translateX(0px);
			  transform: translateX(0px);
	}

	#toggleMenu.active nav .navigation li:nth-child(1) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu.active nav .navigation li:nth-child(2) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu.active nav .navigation li:nth-child(3) {
	  -webkit-transition-delay: 0.5s;
		   -o-transition-delay: 0.5s;
			  transition-delay: 0.5s;
	}

	#toggleMenu.active nav .navigation li:nth-child(4) {
	  -webkit-transition-delay: 0.6s;
		   -o-transition-delay: 0.6s;
			  transition-delay: 0.6s;
	}

	#toggleMenu.active nav .navigation li:nth-child(5) {
	  -webkit-transition-delay: 0.7s;
		   -o-transition-delay: 0.7s;
			  transition-delay: 0.7s;
	}

	#toggleMenu nav .navigation li a {
	  letter-spacing: 0.5px;
	  font-size: 20px;
	  line-height:30px;
	  font-weight: 700;
	  text-decoration: none;
	  color: #fff;
	  margin:0;
	  -webkit-transition: all ease 0.3s;
	  -o-transition: all ease 0.3s;
	  transition: all ease 0.3s;
	}


	#toggleMenu nav .hinfo {
		width:100%;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  width: 80%;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(30px);
		  -ms-transform: translateX(30px);
			  transform: translateX(30px);
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}

	#toggleMenu.active nav .hinfo {
	  opacity: 1;
	  visibility: visible;
	  -webkit-transform: translateX(0px);
		  -ms-transform: translateX(0px);
			  transform: translateX(0px);
	}

	#toggleMenu.active nav .hinfo{
	  -webkit-transition-delay: 0.5s;
		   -o-transition-delay: 0.5s;
			  transition-delay: 0.5s;
	}

	#toggleMenu.active nav .hinfo:nth-child(2) {
	  -webkit-transition-delay: 0.6s;
		   -o-transition-delay: 0.6s;
			  transition-delay: 0.6s;
	}

	#toggleMenu.active nav .hinfo:nth-child(3) {
	  -webkit-transition-delay: 0.7s;
		   -o-transition-delay: 0.7s;
			  transition-delay: 0.7s;
	}

	#toggleMenu nav .hinfo:not(:first-child) {
	  margin-top: 30px;
	}

	#toggleMenu nav .hinfo li {
		width:100%;
		overflow:hidden;
		line-height:30px;
	  font-size: 16px;
	  font-weight: 600;
	  padding-top: 5px;
	  color: #fff;
	  text-align:left;
	  font-weight:normal;
	}

	#toggleMenu nav .hinfo li:nth-child(1) {
	  font-size: 18px;
	  opacity: 0.5;
	}

	#toggleMenu nav .hinfo li a {
	  text-decoration: none;
		line-height:30px;
	  font-size: 16px;
	  color: #fff;
	  display: inline-block;
	  margin:0;
	  font-weight:normal;
	}

	#toggleMenu nav .hinfo li a:hover {
	  opacity: 0.5;
	  color:#fff !important;
	}

	#toggleMenu nav .social {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}

	#toggleMenu nav .social li:first-child {
	  width: 100%;
	}

	#toggleMenu nav .social li {
	  width: 50%;
	}
	.toggle {
	  position: absolute;
	  width: 40px;
	  height: 40px;
	  cursor: pointer;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
			  right:1%;
			  top:5px;
			  z-index:9999;
	}

	.toggle span {
	  height: 3px;
	  margin: 3px 5px;
	  width: 30px;
	  display: block;
	  background: #fff;
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	.showHeader .toggle span,.hover .toggle span{
		background: #000;
	}
	.toggle.active span{
		background: #fff;
	}

	.toggle span:nth-child(2) {
	  width: 25px;
	  margin-left: -10px;
	}


	.toggle.active span:nth-child(1) {
	  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
		  -ms-transform: rotate(-45deg) translate(-5px, 6px);
			  transform: rotate(-45deg) translate(-5px, 6px);
	}

	.toggle.active span:nth-child(2) {
	  opacity: 0;
	}

	.toggle.active span:nth-child(3) {
	  -webkit-transform: rotate(45deg) translate(-6px, -7px);
		  -ms-transform: rotate(45deg) translate(-6px, -7px);
			  transform: rotate(45deg) translate(-6px, -7px);
	}


	#toggleMenu .content {
	  position: relative;
	  z-index: 10;
	  text-align: center;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  -webkit-transition-delay: 1s;
		   -o-transition-delay: 1s;
			  transition-delay: 1s;
	}

	#toggleMenu .content h2 {
	  position: relative;
	  color: #fff;
	  font-size: 4rem;
	  text-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu .content h2 span {
	  font-size: 0.2em;
	  font-weight: 300;
	  letter-spacing: 5px;
	  padding: 0 10px;
	  text-transform: uppercase;
	  background: #fff;
	  color: #111;
	  text-shadow: 0 5px 5px rgba(0,0,0,0);
	  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
			  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu.active .content {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(-200px);
		  -ms-transform: translateX(-200px);
			  transform: translateX(-200px);
	  -webkit-transition-delay: 0s;
		   -o-transition-delay: 0s;
			  transition-delay: 0s;
	}

	#toggleMenu .sci {
	  position: absolute;
	  bottom: 40px;
	  right: 100px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  z-index: 100;
	}

	#toggleMenu .sci li {
	  list-style: none;
	  margin: 5px;
	  padding: 0 6px;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu.active .sci li {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateY(100px);
		  -ms-transform: translateY(100px);
			  transform: translateY(100px);
	}

	#toggleMenu .sci li a {
	  color: #111;
	  background: #fff;
	  text-decoration: none;
	  display: inline-block;
	  letter-spacing: 2px;
	  font-weight: 500;
	  font-size: 12px;
	  padding: 2px 5px;
	  text-transform: uppercase;
	}

	#toggleMenu .sci li a:hover {
	  background: #111;
	  color: #fff;
	}

	#toggleMenu .sci li:nth-child(1) {
	  -webkit-transition-delay: 0.2s;
		   -o-transition-delay: 0.2s;
			  transition-delay: 0.2s;
	}

	#toggleMenu .sci li:nth-child(2) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu .sci li:nth-child(3) {
	  -webkit-transition-delay: 0.4s;
		   -o-transition-delay: 0.4s;
			  transition-delay: 0.4s;
	}
}



@media only screen and (min-width: 1600px) and (max-width: 1600px) {
	.nsbnr dl dt{
		height:293px;
	}
	.npro dl dt{
		height:335px;
	}
	.card-img-150{
		height:239px;
	}
	.teamnr_n dl dt{
		height:257px;
	}
	.aw5list .iaptp{
		height:351px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.nsbnr dl dt{
		height:261px;
	}
	.npro dl dt{
		height:300px;
	}
	.card-img-150{
		height:213px;
	}
	.teamnr_n dl dt{
		height:230px;
	}
	.aw5list .iaptp{
		height:316px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.nsbnr dl dt{
		height:246px;
	}
	.npro dl dt{
		height:282px;
	}
	.card-img-150{
		height:199px;
	}
	.teamnr_n dl dt{
		height:216px;
	}
	.aw5list .iaptp{
		height:298px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.nsbnr dl dt{
		height:230px;
	}
	.npro dl dt{
		height:265px;
	}
	.card-img-150{
		height:186px;
	}
	.teamnr_n dl dt{
		height:202px;
	}
	.aw5list .iaptp{
		height:280px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.nsbnr dl dt{
		height:205px;
	}
	.npro dl dt{
		height:237px;
	}
	.card-img-150{
		height:165px;
	}
	.teamnr_n dl dt{
		height:180px;
	}
	.aw5list .iaptp{
		height:252px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.nsbnr dl dt{
		height:180px;
	}
	.npro dl dt{
		height:208px;
	}
	.card-img-150{
		height:144px;
	}
	.teamnr_n dl dt{
		height:158px;
	}
	.aw5list .iaptp{
		height:224px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.nsbnr dl dt{
		height:174px;
	}
	.npro dl dt{
		height:201px;
	}
	.card-img-150{
		height:139px;
	}
	.teamnr_n dl dt{
		height:153px;
	}
	.aw5list .iaptp{
		height:217px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.nsbnr dl dt{
		height:232px;
	}
	.npro dl dt{
		height:267px;
	}
	.card-img-150{
		height:172px;
	}
	.teamnr_n dl dt{
		height:204px;
	}
	.aw5list .iaptp{
		height:188px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.nsbnr dl dt{
		height:205px;
	}
	.npro dl dt{
		height:237px;
	}
	.card-img-150{
		height:152px;
	}
	.teamnr_n dl dt{
		height:180px;
	}
	.aw5list .iaptp{
		height:168px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
	
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.nsbnr dl dt{
		height:174px;
	}
	.card-img-150{
		height:194px;
	}
	.teamnr_n dl dt{
		height:159px;
	}
	.aw5list .iaptp{
		height:292px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 640px) {
	
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.nsbnr dl dt{
		height:145px;
	}
	.npro dl dt{
		height:340px;
	}
	.card-img-150{
		height:161px;
	}
	.teamnr_n dl dt{
		height:133px;
	}
	.aw5list .iaptp{
		height:246px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.nsbnr dl dt{
		height:111px;
	}
	.npro dl dt{
		height:264px;
	}
	.card-img-150{
		height:123px;
	}
	.teamnr_n dl dt{
		height:103px;
	}
	.aw5list .iaptp{
		height:194px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.nsbnr dl dt{
		height:96px;
	}
	.npro dl dt{
		height:231px;
	}
	.card-img-150{
		height:106px;
	}
	.teamnr_n dl dt{
		height:90px;
	}
	.aw5list .iaptp{
		height:171px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.nsbnr dl dt{
		height:80px;
	}
	.npro dl dt{
		height:194px;
	}
	.card-img-150{
		height:88px;
	}
	.teamnr_n dl dt{
		height:76px;
	}
	.aw5list .iaptp{
		height:146px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.nsbnr dl dt{
		height:68px;
	}
	.npro dl dt{
		height:168px;
	}
	.card-img-150{
		height:75px;
	}
	.teamnr_n dl dt{
		height:66px;
	}
	.aw5list .iaptp{
		height:128px;
	}
}
@media(max-width:1768px) {
	.topnewslf{
		padding-left: 8%;
	}
	.topnewsrt{
		padding-right: 8%;
	}
	.prolist .swiper-button .swiper-button-prev{
		left: -80px;
	}
	.prolist .swiper-button .swiper-button-next{
		right:-80px;
	}
}
@media(max-width:1680px) {
	.topnewslf{
		padding-left: 6%;
	}
	.topnewsrt{
		padding-right: 6%;
	}
	.prolist .swiper-button .swiper-button-prev{
		left: -40px;
	}
	.prolist .swiper-button .swiper-button-next{
		right:-40px;
	}
	
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
	}
	#scrollWrap {
		width: 88%;
	}
	.topnew_icon {
		width: 12%;
	}
	.about_n .aboutlf_n h3,.gslnlf_n h3,.honornr_n h3,.tit h3,.tit h3 a,.sbqd_n h3{
		font-size:40px;
		line-height:50px;
	}
	.gslnrt_n {
		padding: 0 0 0 80px;
	}
	.gslnrt_n dl dt{
		width:20%;
	}
	.gslnrt_n dl dd{
		width:80%;
	}
	.aboutlist dl dt .counter {
		font-size: 60px;
		line-height: 70px;
	}
	.ys ul li h4,.active-inner-item .oursl_nr h4 {
		font-size: 24px;
		line-height: 34px;
	}
	.active-inner-item .oursl_nr .num {
		font-size: 180px;
		line-height: 140px;
	}
	.npro .nprort h1{
		font-size:26px;
		line-height:36px;
	}
	.menu_n ul li{
		margin: 10px 40px;
	}
	.botlxfs {
        padding-right: 80px;
	}
}
@media(max-width:1440px) {
	.nav {
		margin-right: 60px;
	}
	.aboutlist dl dt .counter {
		font-size: 50px;
		line-height: 60px;
	}
	.newslist .newsrt ul li{
		padding: 32px 40px;
	}
	.active-inner-item .oursl_nr .num {
		font-size: 160px;
		line-height: 120px;
	}
	.botlxfs {
        padding-right: 60px;
    }
}
@media(max-width:1360px) {
	.nav {
		margin-right: 40px;
	}
	.header_menu_link{
		padding: 0 35px;
	}
	.gslnrt_n {
		padding: 0 0 0 60px;
	}
	.gslnrt_n dl dt{
		width:22%;
	}
	.gslnrt_n dl dd{
		width:78%;
	}
	.ys ul li h4, .active-inner-item .oursl_nr h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.jsnllist .jsnlrt{
		background-size: 96%;
	}
	.menu_n ul li {
		margin: 10px 30px;
	}
}
@media(max-width:1280px) {
	.nav {
		margin-right: 20px;
	}
	.header_menu_link{
		padding: 0 30px;
	}
	.about_n .aboutlf_n h3,.gslnlf_n h3,.honornr_n h3,.tit h3,.tit h3 a,.sbqd_n h3{
		font-size:36px;
		line-height:46px;
	}
	.gslnrt_n {
		padding: 0 0 0 30px;
	}
	.jsnlmenu ul li{
		font-size:18px;
	}
	.aboutlist dl dt .counter {
		font-size: 40px;
		line-height: 50px;
	}
	.aboutlist dl dt,.aboutlist dl dd{
		font-size:14px;
	}
	.ys ul li .normal-inner {
		padding-left: 26px;
	}
	.ys ul li h4, .active-inner-item .oursl_nr h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.active-inner-item .oursl_nr .yslist{
		padding-left: 30px;
		padding-top:30px;
	}
	.ys ul li span,.active-inner-item .oursl_nr p{
		margin-top:20px;
	}
	.topnewsrt{
		padding-left:40px;
	}
	.promenu ul li{
		margin-left:50px;
	}
	.newslist .newsrt ul li {
		padding: 30px;
	}
}
@media(max-width:1200px) {
	
	
}
@media(max-width:1152px) {
	.header_menu_link {
		padding: 0 25px;
	}
	.gslnrt_n {
		padding:0;
	}
	.gslnrt_n dl dt{
		width:24%;
	}
	.gslnrt_n dl dd{
		width:76%;
	}
	.promenu ul li {
		margin-left: 30px;
	}
	.menu_n ul li {
		margin: 10px 25px;
	}
}
@media(max-width:1080px) {
	
}
@media(max-width:1024px) {
	.nav {
		margin-right: 0;
	}
	.header_menu_link {
		padding: 0 22px;
	}
}
@media(max-width:1023px) {
	.header{
		height:50px;
	}
	.logo{
		padding: 10px 0;
	}
	.logo img{
		height:30px;
	}
	.topnewslf {
		width: 20%;
	}
	.topnewsrt {
		width: 78%;
		padding-left: 20px;
	}
	.return{
		display:none !important;
	}
}
@media(max-width:991px) {
	.banner .swiper-button {
		bottom: 20px;
		left: 6%;
	}
	.about_n .aboutlf_n,.about_n .aboutrt_n{
		width:100%;
	}
	.about_n {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.aboutlist_n{
		margin-top:0;
	}
	.about_n .aboutrt_n{
		text-align:center;
		margin-top:30px;
	}
	.about_n .aboutlf_n h3,.gslnlf_n h3,.honornr_n h3,.tit h3,.tit h3 a,.sbqd_n h3{
		font-size: 32px;
		line-height: 42px;
	}
	.prolist .swiper-button .swiper-button-prev {
		left: 0;
	}
	.prolist .swiper-button .swiper-button-next {
		right: 0;
	}
	.newslist .newsrt ul li .newsdate{
		margin-top:20px;
	}
	.servicejs{
		width:100%;
	}
	.service .map{
		background-size: 76%;
	}
	.jsnl{
		padding-top:80px;
		padding-bottom:80px;
	}
	.jsnlmenu ul li{
		width:33%;
		height:60px;
		line-height:60px;
		margin-bottom:5px;
	}
	.jsnlmenu ul li:nth-child(3n){
		margin-right:0;
	}
	.jsnllist .jsnllf{
		min-height:auto;
		overflow: hidden;
		margin-top: 80px;
	}
	.jsnlnr .tit{
		top:0;
	}
	.cloud-product-ul li{
		width:50%;
		height: 475px;
	}
	.cloud-product-ul li.active{
		width:50%;
	}
	.iapbtn {
		display: none;
	}
	.aw5list .iaptp{
		width:100%;
	}
	.iawdate{
		font-size:12px;
	}
	.gslnnr_n .swiper-button {
		left: inherit;
		right: 0;
		top: 0;
	}
	.gslnnr_n .swiper-button div {
		width: 40px;
		height: 40px;
	}
	.gslnlf_n{
		padding:0;
	}
	.honor_n{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.nprolf,.nprort{
		width: 100%;
	}
	.nprort{
		margin-top:30px;
	}
	.npro .nprort h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.npro .nprort .npro_infolei,.npro .nprort .npro_infolei span{
		font-size:18px;
	}
	.npro .nprort .npro_infolei{
		margin-bottom:0;
	}
	.service {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.service .map{
		width:100%;
		position:inherit;
		right:inherit;
		top:0;
	}
	.servicejs,.servicelf h4{
		margin-top:40px;
	}
	.servicelf ul{
		width:100%;
	}
	.news {
		padding-top: 80px;
	}
	.about{
		padding-top:80px;
		padding-bottom:80px;
	}
	.aboutmore,.aboutlist{
		margin-top:40px;
	}
	.pro{
		padding-top:80px;
	}
	.protit .promenu{
		text-align:left;
	}
	.newstit .newstitrt{
		text-align:left;
		margin-top:30px;
	}
	.newslist{
		height:auto;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.about .aboutlf{
		padding:0;
	}
	.about .aboutrt{
		text-align:center;
		margin-top:30px;
	}
	.menu_n{
		bottom:10px;
	}
	.menu_n ul li {
		margin: 5px 20px;
	}
	.nsbnr dl dd,.teamnr_n dl dd{
		font-size:16px;
		margin-top:5px;
	}
	.botlxfs {
		margin-top: 30px;
	}
	.linknr {
		padding: 20px 0;
	}
	.botlxfs {
        padding-right: 0;
    }
	.footer{
		padding-bottom:10px;
	}
	.footer .footerrt{
		margin-top:30px;
	}
	.footer .footerrt ul li p{
		display:none;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
}
@media(max-width:860px) {
	
}
@media(max-width:768px) {
	.service .map {
		background-size: 88%;
	}
}
@media(max-width:767px) {
	.aboutlist dl dt .counter {
		font-size: 36px;
		line-height: 46px;
	}
	.about_n .aboutlf_n h3, .gslnlf_n h3, .honornr_n h3,.tit h3,.tit h3 a,.sbqd_n h3{
		font-size: 28px;
		line-height: 38px;
	}
	.prolist .swiper-button div{
		width:40px;
		height:40px;
	}
	.servicelf ul li a{
		padding-left: 0;
	}
	.servicelf ul li a span {
		margin-left: 10px;
	}
	.active-inner-item .oursl_nr .yslist{
		padding:20px 20px 0 20px;
	}
	.ys ul li .normal-inner .num b{
		font-size:60px;
		line-height:60px;
	}
	.active-inner-item .oursl_nr .num {
		font-size: 120px;
		line-height: 90px;
	}
	.active-inner-item .oursl_nr p {
		font-size: 15px;
		line-height: 22px;
	}
	.ys ul li h4, .active-inner-item .oursl_nr h4 {
		font-size: 18px;
	}
	.active-inner-item .oursl_nr .yslist{
		width:100%;
	}
	.ys ul li .normal-inner{
		padding:0 10px;
	}
	.teamnr_n dl{
		padding:0 5px;
	}
	.topnewslf{
		display:none;
	}
	.topnewsrt {
		width:100%;
		height: 60px;
		padding-top: 15px;
	}
	#scrollWrap {
		width: 92%;
	}
	.topnew_icon {
		width: 8%;
	}
	.aw5list li{
		width:100%;
		margin:20px 0;
	}
	.iawtxt1 {
		width: 85%;
		padding: 20px 20px;
	}
	.iawdate {
		width: 15%;
	}
	.newslist .newsrt ul li {
		border-bottom: solid 1px #e5e5e5;
	}
	.about {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.jsnllist .jsnlrt{
		min-height:auto;
		background-position:0;
		margin-top:40px;
	}
	.nsbnr dl{
		padding:0 10px;
	}
	.footer .footerrt ul li{
		width:33.3333333333%;
	}
	.footer .footerrt ul li h4{
		margin-bottom:20px;
	}
}
@media(max-width:640px) {
	.banner .swiper-slide .img img {
		width: 110%;
		margin-left: -5%;
	}
	.banner .swiper-button {
		bottom: 10px;
		left: 2%;
	}
	.banner .swiper-pagination .swiper-pagination-bullet{
		width:30px;
	}
	.gsln_n{
		padding-top:60px;
	}
	.gslnrt_n dl,.gslnrt_n p{
		margin-top:20px;
	}
	.gslnrt_n dl dt,.gslnrt_n dl dd{
		width:100%;
	}
	.about_n .aboutlf_n h3, .gslnlf_n h3, .honornr_n h3,.tit h3,.tit h3 a,.sbqd_n h3{
		font-size: 24px;
		line-height: 34px;
	}
	.promenu ul{
		width:100%;
	}
	.promenu ul li{
		width:25%;
		text-align:center;
		margin-left:0;
	}
	.service .map{
		min-height: 600px;
	}
	.jsnlmenu ul li{
		width:49.5%;
		margin-right:1%;
		font-size:16px;
	}
	.jsnlmenu ul li:nth-child(3n) {
		margin-right: 1%;
	}
	.jsnlmenu ul li:nth-child(2n) {
		margin-right: 0;
	}
	.ys ul li span, .active-inner-item .oursl_nr p {
		margin-top: 10px;
	}
	.newstit .newstitrt ul li{
		width:108px;
		padding-left:0;
		text-align:center;
		margin-left:10px;
	}
	.newstit .newstitrt ul li span {
		margin-left: 5px;
	}
	.active-inner-item .oursl_nr .num {
		font-size: 100px;
		line-height: 80px;
	}
	.ys ul li .normal-inner .num b {
		font-size: 50px;
		line-height: 50px;
	}
	#scrollMsg li a{
		width:100%;
	}
	#scrollMsg li span{
		display:none;
	}
	.map .mapicon img{
		width:20px;
	}
	.map .mapicon:after{
		left: -15px;
		top: -15px;
	}
	.teamnr_n dl dd{
		font-size:14px;
	}
	.menu_n {
		bottom: 5px;
	}
	.menu_n ul{
		width:100%;
	}
	.menu_n ul li {
		width:20%;
		text-align:center;
		margin:0;
	}
	.menu_n ul li a{
		font-size:16px;
	}
}
@media(max-width:540px) {
	.aboutlist dl dt .counter {
		font-size: 32px;
		line-height: 42px;
	}
	.promenu ul li{
		width:50%;
		margin-bottom:10px;
	}
	.prolist{
		margin-top:30px;
	}
	.service .map {
		min-height: 500px;
	}
}
@media(max-width:500px) {
	.ys ul li h4, .active-inner-item .oursl_nr h4 {
		font-size: 16px;
		line-height:25px;
	}
	.active-inner-item .oursl_nr p {
		font-size: 14px;
		line-height: 20px;
	}
}
@media(max-width:425px) {
	.menu_n ul li {
		width:33.3333333333%;
	}
	.service .map {
		min-height: 400px;
	}
	.aboutmore a,.promore a{
		width: 150px;
	}
	.aboutmore a span,.promore a span{
		margin-left:30px;
	}
	.zzjg_n img {
		width: 120%;
		margin-left: -10%;
	}
	.ivideo{
		width:60%;
	}
}
@media(max-width:375px) {
	.aboutlist dl dt .counter {
		font-size: 28px;
		line-height: 38px;
	}
	.servicelf ul li a{
		font-size:14px;
	}
	.servicelf ul li a span {
		margin-left: 5px;
	}
	.active-inner-item .oursl_nr .yslist {
		padding: 10px 10px 0 10px;
	}
	.service .map {
		min-height: 350px;
	}
}
@media(max-width:320px) {
	.service .map {
		min-height: 300px;
	}
}
@media(max-width:319px) {
	.aboutlist dl dt .counter {
		font-size: 25px;
		line-height: 35px;
	}
	.service .map {
		min-height: 280px;
	}
}