@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:20.5px 0;
}
.toptel{
	width:100px;
	height:100%;
	background:#024d9e url(../images/icon2.png) no-repeat center;
}
.language{
	height:100%;
	font-size:16px;
	color:#fff;
	font-family:Arial;
	text-align:center;
	line-height:100px;
	position:relative;
	background:url(../images/icon1.png) no-repeat left center;
	padding-left:44px;
	margin-left:96px;
}
.language a{
	font-size:16px;
	color:#fff;
}
.language a i{
	margin-left:10px;
}
.language .languagenr{
	width:100px;
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
}
.language .languagenr p{
	width:100%;
	padding:0;
	background: rgba(39,62,113,0.8);
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin:1px 0 0 0;
}
.language .languagenr p a {
	width:100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
	display:block;
}
.language .languagenr p:hover{
	background:#273e71;
}
.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); 
}
.header3 {
	z-index: 998;
	-webkit-transition: top .4s ease-in-out;
	transition: top .4s ease-in-out
}

.header3 .wrap {
	width: 90%
}

.hideHeader_one.header3 {
	transform: translateY(-100%)
}

.hideHeader.header3 {
	transform: translateY(-100%);
	background: #fff;
	-webkit-transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out
}

.hideHeader{
	opacity:0;
}


.header3 ul li {
	float: left;
    text-align: center;
    line-height: 100px;
}

.header3 ul li>a {
	color: #fff;
	position: relative;
	box-sizing: border-box;
	font-size: 16px;
	margin: 0 40px;
	line-height: 100px;
}

.header3 ul li>a em {
	display: inline-block;
	width: 7px;
	height: 6px;
	position: absolute;
	right: -13px;
	top: 50%;
	transform: translateY(-50%)
}

.header3.hover {
	background:rgba(0,0,0,0.5);
}

.header3.hover .left a {
	background-position: left -193px
}


.header3.hover ul li>a em {
	background-position: left -6px
}

.header3 ul li>a:hover,.header3 ul li.active>a:hover{
	font-weight:bold;
}

.header3 ul li:hover>a em {
	background-position: left -12px
}



.hideHeader_one.header3 {
	transform: translateY(-100%)
}

.hideHeader.header3 {
	transform: translateY(-100%);
	background: #fff;
	-webkit-transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out
}


.hideHeader.header3 ul li>a {
	padding: 20px 0;
	color: #000
}

.hideHeader.header3 ul li>a em {
	background-position: left -6px
}

.showHeader.header3 {
	transform: translateY(0%);
	background: #fff;
	-webkit-transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out
}
.hover .tel,.showHeader .tel{
	color:#333;
	background: url(../images/iconh1.png) no-repeat left center;
}
.hover .hamburger__line-in::after,.showHeader .hamburger__line-in::after{
	background-color: #000;
}

.showHeader.header3 ul li>a {
	padding: 0;
	color: #000
}
.showHeader.header3 ul li>a:hover{
background-image: -webkit-linear-gradient(left,#0da17b,#0067b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.showHeader.header3 ul li>a em {
	background-position: left -6px
}

.showHeader.header3 ul li:hover>a {
	    background-image: -webkit-linear-gradient(left,#0da17b,#0067b6) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.showHeader.header3 ul li:hover>a em {
	background-position: left -12px
}

@media only screen and (min-width:1200px) {
	.showHeader.header3 ul li.nav_hover_show>a,.showHeader.header3 ul li.nav_hover_show>a:hover {
		background-image: -webkit-linear-gradient(left,#0da17b,#0067b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	}

	.showHeader.header3 ul li.nav_hover_show>a em {
		background-position: left -12px
	}

	.showHeader.header3 .nav_list {
		top: 100px
	}
}

.header3.nav_bg_show .nav_bg {
	background: #fff;
	width: 100%
}

.header3 .nav_hover_show .nav_list {
	visibility: visible;
	opacity: 1;
	transition: all .4s ease-in-out
}

.header3 .nav_list dl {
	transform: translateY(-50px)
}

.header3 .nav_hover_show .nav_list dl {
	transform: translateY(0px);
	transition: all .4s ease-in-out
}

.header3 .nav_list {
	height:460px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 100px 0 0 0;
	background:#fff;
	overflow:hidden;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.header3 .nav_list{
		height:500px;
	}
}
@media only screen and (min-width: 1768px) and (max-width:1920px) {
	.header3 .nav_list{
		height:460px;
	}
}
@media only screen and (min-width: 1680px) and (max-width:1767px) {
	.header3 .nav_list{
		height:430px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1679px) {
	.header3 .nav_list{
		height:420px;
	}
}
@media only screen and (min-width: 1440px) and (max-width:1599px) {
	.header3 .nav_list{
		height:378px;
	}
}
@media only screen and (min-width: 1360px) and (max-width:1439px) {
	.header3 .nav_list{
		height:350px;
	}
}
@media only screen and (min-width: 1280px) and (max-width:1359px) {
	.header3 .nav_list{
		height:330px;
	}
}
@media only screen and (min-width: 1152px) and (max-width:1279px) {
	.header3 .nav_list{
		height:300px;
	}
}
@media only screen and (min-width: 1024px) and (max-width:1151px) {
	.header3 .nav_list{
		height:260px;
	}
}

.header3 .nav_list .img_con {
	width: 46%;
	position: relative;
	float: right;
	overflow: hidden;
	text-align:right;
}

.header3 .nav_list .img_con em {
	display: none
}

.header3 .nav_list .img_con img {
	max-width: 100%;
	height:auto;
}

.header3 .nav_list .img_con .m_p {
	display: none
}

.header3 .nav_list .img_con .p {
	position: absolute;
	bottom: 10px;
	left: 30px;
	font-weight: 700;
	color: #fff
}

.header3 .nav_list dl {
	width: 50%;
	float: left;
	margin-left: 4%
}

.header3 .nav_list dt {
	float: none;
	background-image: -webkit-linear-gradient(left,#0da17b,#0067b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: 700;
	width: 100%;
	min-height: 10px;
	margin-bottom: 50px;
	padding-left: 15px;
	box-sizing: border-box
}

.header3 .nav_list dl.dl_other dt {
	margin-bottom: 20px
}

.header3 .nav_list dt a {
	font-size:18px;
	background-image: -webkit-linear-gradient(left,#0da17b,#0067b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header3 .nav_list dd {
	float: left;
	width: 33%;
	border-right: 1px solid #eee;
	padding-left: 15px;
	box-sizing: border-box;
	margin: 5px 0;
}

.header3 .nav_list dd:last-child {
	margin-right: 0;
}
.header3 .nav_list dd:nth-child(3n+1){
	border-right: 0
}

.header3 .nav_list dd h3 {
	color: #999;
	margin-bottom: 15px;
	font-weight:normal;
	font-size:16px;
}

.header3 .nav_list dd h3 a {
	color: #999;
	font-size:16px;
}

.header3 .nav_list dd h3 a:hover {
	background-image: -webkit-linear-gradient(left,#0da17b,#0067b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header3 .nav_list dd p {
	margin-bottom: 5px
}

.header3 .nav_list dd a:hover {
	background-image: -webkit-linear-gradient(left,#0da17b,#0067b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header3 .li_nav02 .nav_list dl {
	width: 52%;
	margin-left: 2%
}

.header3 .li_nav02 .nav_list dd {
	width: 20%
}

.header3 .li_nav03 .img_con .p {
	right: 40px;
	left: auto
}

.header3 .show_submenu {
	display: none
}
.nav>li>a:hover,.nav>li>a:focus {
	text-decoration: none;
	background: none !important;
}
.navlf{
	width:20%;
	overflow:hidden;
	text-align:left;
}
.navlf h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	line-height:40px;
	color:#111;
	font-weight:normal;
	margin-bottom:30px;
}
.navlf h3 a{
	font-size:30px;
	color:#111;
}
.navlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#111;
	line-height:30px;
}
.navlf p span,.navlist p span{
	margin-right:5px;
	color:#005299;
}
.navlf p a{
	color:#111;
	font-size:16px;
}
.navrt{
	width:80%;
	overflow:hidden;
	border-left:solid 1px #ccc;
	text-align:left;
	padding-left:20px;
}
.navlist{
	width:60%;
	overflow:hidden;
}
.navlist p{
	width:50%;
	overflow:hidden;
	float:left;
	font-size:16px;
	color:#111;
	line-height:30px;
	margin-bottom:10px;
	    white-space: nowrap;
    text-overflow: ellipsis;
}
.navlist p a{
	font-size:16px;
	color:#111;
}
.navlist p a:hover,.navlf p a:hover{
	color:#005299
}
.navimg{
	width:35%;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.navimg img{
	max-width:100%;
	height:auto;
}




.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 .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:20px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:116px;
	background:#fff;
	position:absolute;
	left:27.5px;
	bottom:100px;
}
.mouse {
  position: relative;
  width: 30px;
  height: 50px;
  border-radius: 30px;
  border: 3px 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;
}

@-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;
	right:30%;
	bottom:40px;
	z-index:100;
	right:36px;
	}
.banner .swiper-button div{
	width:13px;
	height:20px;
	outline:none;
	float:left;
	border-radius:50%;
	}
.banner .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	}
.banner .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh.png) no-repeat center;
	}
.banner .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	margin-left:30px;
	}
.banner .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth.png) no-repeat center;
	}
.banner .swiper-button-lock {
	display: none
}

.banner .swiper-pagination {
	position: absolute;
	text-align: center;
	bottom:60px;
	right:10%;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 99;
}
.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{
	width:70px;
	background:#ca0f16;
}

.banner .swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:0;
	right: 88px;
	height:40px;
	line-height: 40px;
	color:#b1b1b1;
	font-size:16px;
	top:40px;
}
.swiper-pagination-fraction span{
	color:#b1b1b1;
	line-height:40px;
	font-size:16px;
}
.swiper-pagination-fraction .swiper-pagination-current{
	color:#cf1423;
	font-size:26px;
	font-weight:bold;
}

.swiper-pagination-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:18px;
	color:#7d7d7d;
	line-height:30px;
	text-align:center;
}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#2c2c2c;
	line-height:60px;
	text-align:center;
	margin-bottom:15px;
	}
.tit h3 a,.tit h3 span{
	font-size:50px;
	color:#2c2c2c;
	}
.tit h3 span{
	color:#d00c12;
	}
.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;
	}

/* ys
-------------------------------------------------------------- */
.ys{
	width:100%;
	overflow:hidden;
	background:#005299;
	padding:84px 0;
}
.ys ul{
	width:100%;
	overflow:hidden;
}
.ys ul li{
	width:23.5%;
	height:236px;
	overflow:hidden;
	padding:17px 25px 0 25px;
	background:url(../images/bg1.jpg) no-repeat top center;
	background-size:cover;
	margin:10px 2% 10px 0;
	float:left;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.ys ul li .ysnum{
	width:100%;
	overflow:hidden;
	font-size:37px;
	color:#005299;
	line-height:47px;
	font-family:myTwoFont;
	margin-bottom:13px;
}
.ys ul li p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	color:#272727;
	font-weight:bold;
}
.ys ul li:last-child{
	margin-right:0;
}
.ys ul li:first-child:hover{
	background:url(../images/bg2.jpg) no-repeat center top;
	}
.ys ul li:nth-child(2):hover{
	background:url(../images/bg3.jpg) no-repeat center top;
	}
.ys ul li:nth-child(3):hover{
	background:url(../images/bg4.jpg) no-repeat center top;
	}
.ys ul li:nth-child(4):hover{
	background:url(../images/bg5.jpg) no-repeat center top;
	}
.ys ul li:hover .ysnum,.ys ul li:hover p{
	color:#fff;
	}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	margin-top:120px;
	padding-bottom:20px;
	position:relative;
	}
.about:before{
	content:"";
	width:100%;
	height:906px;
	background:#005299;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	}
.about .aboutlf{
	overflow:hidden;
	padding:138px 0 0 0;
	position:relative;
	z-index:9;
	}
.about .abouten{
	width:100%;
	overflow:hidden;
	}
.about .abouten p{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.03);
	font-size:187px;
	font-weight:bold;
	font-family:Arial;
	line-height:160px;
	text-transform:uppercase;
	}
.aboutlf h4{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#fff;
	line-height:60px;
	margin-bottom:38px;
	}
.aboutlf h4 a{
	font-size:50px;
	color:#fff;
}
.aboutlf span{
	display:block;
	width:58px;
	height:3px;
	background:#fff;
	}
.aboutlf .aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:rgba(255,255,255,0.5);
	margin-top:40px;
	}
.aboutlist{
	width:100%;
	overflow:hidden;
	background:#fff;
	margin-top:92px;
	padding:58px 0;
	box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
	margin-top:80px;
	}
.aboutlist dl{
	overflow:hidden;
	padding:0;
	border-right:solid 1px #c3c3c3;
	}
.aboutlist dl:last-child{
	border-right:none;
}
.aboutlist dl dt,.aboutlist dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.aboutlist dl dt{
	font-size:16px;
	color:#393939;
	}
.aboutlist dl dt .counter{
	font-size:70px;
	color:#393939;
	font-family: myTwoFont;
	line-height:70px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist dl dd{
	font-size:18px;
	color:#393939;
	line-height:30px;
	margin-top:4px;
	}
.aboutlist dl:hover dt .counter{
	background-image:-webkit-linear-gradient(left,#035197,#ce0d14); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
	}
.about .map{
	overflow:hidden;
	position:absolute;
	right:0;
	top:184px;
	z-index:0;
	}
#plusDiv1,#plusDiv2,#plusDiv3{
	width: 44px;
	height: 44px;
	position:absolute;
	outline: none;
	background-color: rgba(255, 255, 255, 0.3);
	box-shadow: 1px 1px 8px 0 rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	transform-origin: 0 0;
	display: block;
	z-index:1;
}
#plusDiv4,#plusDiv5,#plusDiv6,#plusDiv7,#plusDiv8,#plusDiv9{
	width: 24px;
	height: 24px;
	position:absolute;
	outline: none;
	background-color: rgba(255, 255, 255, 0.3);
	box-shadow: 1px 1px 8px 0 rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	transform-origin: 0 0;
	display: block;
	z-index:1;
}
#plusDiv10{
	width: 120px;
	height: 120px;
	position:absolute;
	outline: none;
	background-color: rgba(255, 255, 255, 0.3);
	box-shadow: 1px 1px 8px 0 rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	transform-origin: 0 0;
	display: block;
	z-index:1;
}
#plusDiv1{
	left: 50%;
	margin-left:-410px;
	top:152px;
}
#plusDiv2{
	left: 50%;
	margin-left:50px;
	top:230px;
}
#plusDiv3{
	left: 50%;
	margin-left:250px;
	top:40px;
}
#plusDiv4{
	left: 50%;
	margin-left:-290px;
	top:80px;
}
#plusDiv5{
	left: 50%;
	margin-left:-260px;
	top:94px;
}
#plusDiv6{
	left: 50%;
	margin-left:-186px;
	top:40px;
}
#plusDiv7{
	left: 50%;
	margin-left:210px;
	top:190px;
}
#plusDiv8{
	left: 50%;
	margin-left: 265px;
    top: 246px;
}
#plusDiv9{
	left: 50%;
	margin-left: 500px;
    top: 206px;
}
#plusDiv10{
	left: 50%;
	margin-left: 310px;
    top: 106px;
}
#plusDiv10::before{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 41px;
	height: 52px;
	background:url(../images/icon18.png) no-repeat center;
	position: absolute;
	margin: 34px 0 0 39.5px;
	}
#plusDiv10::after{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 200%;
	width: 200%;
	position: absolute;
	margin: -50% 0 0 -50%;
	box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.2);
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite; /*无穷反复*/
	animation-delay: 1.1s;
}
#plusDiv1::before,#plusDiv2::before,#plusDiv3::before{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 12px;
	width: 12px;
	background:#fff;
	position: absolute;
	margin: 16px 0 0 16px;
}
#plusDiv1::after,#plusDiv2::after,#plusDiv3::after{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 200%;
	width: 200%;
	position: absolute;
	margin: -50% 0 0 -50%;
	box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.2);
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite; /*无穷反复*/
	animation-delay: 1.1s;
}
#plusDiv4::before,#plusDiv5::before,#plusDiv6::before,#plusDiv7::before,#plusDiv8::before,#plusDiv9::before{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 12px;
	width: 12px;
	background:#fff;
	position: absolute;
	margin: 6px 0 0 6px;
}
#plusDiv4::after,#plusDiv5::after,#plusDiv6::after,#plusDiv7::after,#plusDiv8::after,#plusDiv9::after{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 200%;
	width: 200%;
	position: absolute;
	margin: -50% 0 0 -50%;
	box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.2);
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite; /*无穷反复*/
	animation-delay: 1.1s;
}
 @keyframes pulsate {
	 0% {
	 transform: scale(0.1, 0.1);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
	 50% {
	 opacity: 1;
	 filter: none;
	}
	 100% {
	 transform: scale(1.2, 1.2);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
}
/* 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;
	}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:#f2f2f2;
	padding-top:77px;
	}
.pro_one,.pro_one ul{
	width:100%;
	overflow:hidden;
	}
.pro_one{
	margin-top:54px;
	}
.pro_one ul li{
	width:48.5%;
	overflow:hidden;
	float:left;
	margin-right:3%;
	background:#e1eaf1;
	}
.pro_one ul li:last-child{
	margin-right:0;
	}
.pronr_one{
	width:100%;
	overflow:hidden;
	padding:35px 54px 0 54px;
	}
.pro_one ul li h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	line-height:40px;
	color:#2c2c2c;
	margin-bottom:2px;
	}
.pro_one ul li p{
	width:100%;
	overflow:hidden;
	font-size:30px;
	line-height:40px;
	color:#d00c12;
	font-weight:bold;
	}
.pro_one ul li .promore{
	width:160px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:16px;
	color:#2c2c2c;
	font-weight:bold;
	border:solid 1px #2c2c2c;
	margin-top:27px;
	}
.pro_one ul li .proimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:relative;
	height:374px;
	}
.pro_one ul li .proimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.pro_one ul li:hover .proimg img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.pro_one ul li:hover{
	background:#323e4e;
	}
.pro_one ul li:hover h4{
	color:#fff;
	}
.pro_one ul li:hover .promore{
	color:#fff;
	border:solid 1px #fff;
	}
.protit{
	width:100%;
	overflow:hidden;
	padding:0 28px;
	height:76px;
	background:#005299;
	margin-top:45px;
	}
.protitlf,.protitrt{
	overflow:hidden;
	padding:0;
	}
.protitlf{
	font-size:30px;
	color:#fff;
	font-weight:bold;
	line-height:74px;
	}
.protitlf a{
	font-size:30px;
	color:#fff;
}
.protitlf span{
	display:block;
	width:20px;
	height:8px;
	background:#d00c12;
	margin-top:34px;
	float:left;
	margin-right:20px;
	}
.protitlf font{
	font-family:Arial;
	font-size:30px;
	color:rgba(255,255,255,0.2);
	text-transform:uppercase;
	margin-left:22px;
	}
.protitrt{
	overflow:hidden;
	padding:0;
	font-size:16px;
	color:#fff;
	line-height:76px;
	color:#fff;
	text-align:right;
	}
.protitrt a{
	font-size:16px;
	color:#fff;
	}
.protitrt img{
	margin-left:42px;
	}
.prolist{
	margin-top:48px;
	}
.prolist,.prolist .prolistnr{
	width:100%;
	}
.prolist .prolistnr{
	background:#fff;
	padding-bottom:24px;
}
.prolist .swiper-slide{
	padding:0 15px;
	}
.prolist .prolistnr .proimg_two{
	width:100%;
	text-align:center;
	height:334px;
	position:relative;
	}
.prolist .prolistnr .proimg_two,.prolist .prolistnr h4,.prolist .prolistnr p{
	width:100%;
	overflow:hidden;
	}
.prolist .prolistnr .proimg_two 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;
	}
.prolist .prolistnr:hover .proimg_two img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.prolist .prolistnr h4{
	font-size:22px;
	line-height:32px;
	color:#202020;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.prolist .prolistnr p{
	font-size:22px;
	line-height:32px;
	height:32px;
	color:#202020;
	font-weight:bold;
	text-align:center;
	}
.prolist .prolistnr .probot{
	width:100%;
	overflow:hidden;
	padding:0 28px;
	}
.prolist .prolistnr .probuton{
	width:100%;
	overflow:hidden;
	margin-top:32px;
	}
.prolist .prolistnr .probuton_xq{
	overflow:hidden;
	padding:0;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background:#005299;
	}
.prolist .prolistnr .probuton_zx{
	overflow:hidden;
	padding:0;
	font-size:16px;
	color:#005299;
	border:solid 1px #005299;
	height:50px;
	line-height:50px;
	text-align: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;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.sdlymore a:hover{
	background: #005299;
	color:#fff;
	border:solid 1px #005299;
}
.sdlylist{
	width:100%;
	overflow:hidden;
	margin-top:119px;
	}
.sdly_cont{
	overflow:hidden;
	background:#fff;
	margin-top:55px;
	}
.sdlyimg{
	overflow:hidden;
	}
.sdlyimg img{
	max-width:100%;
	height:auto;
	}
.sdlybt{
	width:56px;
	overflow:hidden;
	font-size:18px;
	color:#2c2c2c;
	padding:50px 20px 0 20px;
	line-height:20px;
	text-align:center;
	}
/* 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;
	}
/* case
-------------------------------------------------------------- */
.case{
	width:100%;
	overflow:hidden;
	padding-top:82px;
	}
.casenr,.caselist,.caseimg{
	width:100%;
	overflow:hidden;
	}
.casenr{
	margin-top:62px;
	padding-bottom:74px;
	position:relative;
	}
.caseimg img{
	width:100%;
	height:auto;
	}
.caselist .swiper-slide{
	padding:0 25px;
	opacity:0.5
	}
.caselist .swiper-slide-active{
	opacity:1
	}
.casenr .swiper-button{
	overflow:hidden;
	position:absolute;
	bottom:54px;
	right:28%;
	z-index:99;
	}
.casenr .swiper-button div{
	overflow:hidden;
	width:50px;
	height:50px;
	background-color:#005299;
	float:left;
	}
.casenr .swiper-button .swiper-button-prev{
	background:#d00c12 url(../images/prev.png) no-repeat center;
	}
.casenr .swiper-button .swiper-button-next{
	background:#005299 url(../images/next.png) no-repeat center;
	}
.casetel{
	width:550px;
	height:105px;
	background:#005299;
	position:absolute;
	left:26.3%;
	bottom:0;
	z-index:99;
	}
.casetellf{
	overflow:hidden;
	padding-right:40px;
	border-right:solid 1px rgba(255,255,255,0.3);
	padding:0 40px 0 35px;
	margin-top:17px;
	}
.casetellf h4{
	overflow:hidden;
	font-size:25px;
	line-height:35px;
	color:#fff;
	}
.casetelrt{
	overflow:hidden;
	margin-left:32px;
	line-height:105px;
	color:#fff;
	font-size:47px;
	font-family: myTwoFont;
	background:url(../images/icon10.png) no-repeat left center;
	padding-left:61px;
	}
.casemore{
	width:100%;
	overflow:hidden;
	margin-top:88px;
	}
.casemore 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:auto;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.casemore a:hover{
	background:#005299;
	color:#fff;
    border: solid 1px #005299;
}
.casenr .swiper-pagination{
	width:294px;
	overflow:hidden;
	position:absolute;
    right: 28%;
	bottom:0;
	top: inherit;
	z-index:99;
	height:30px;
	line-height:30px;
	}
.casenr .swiper-pagination span{
	font-family:Arial;
	font-size:18px;
	color:#2c2c2c;
	float:left;
	height:30px;
	line-height:30px;
	}
.casenr .swiper-pagination span:last-child{
	float:right;
	}
.casenr .swiper-pagination span:before{
	content:"0";
	}
.casenr .swiper-pagination-fraction .swiper-pagination-current{
	color:#005299;
	}
.casenr .swiper-scrollbar{
	width:230px;
	height:2px;
	overflow:hidden;
	position:absolute;
    right: 29.7%;
	bottom:14px;
	z-index:99;
	background:#d3d3d3;
	}
.casenr .swiper-scrollbar-drag{
	background:#005299;
	}
/* 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;
	}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:#fff;
	padding-bottom:120px;
	}
.news .newstit{
	width:100%;
	overflow:hidden;
	margin-bottom:45px;
	}
.newstit .tit{
	overflow:hidden;
	padding:0;
	}
.newstit .tit .titen{
	width:100%;
	overflow:hidden;
	font-size:60px;
	font-family:Arial;
	color:#b21e23;
	line-height:60px;
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;
	}
.newstit .tit h3{
	overflow:hidden;
	font-size:30px;
	color:#3d3a39;
	line-height:40px;
	position:relative;
	margin-top:12px;
	}
.newstit .tit h3 a{
	font-size:30px;
	color:#3d3a39;
	}
.newstit .tit h3:after{
	content:"";
	width:36%;
	height:1px;
	background:#c4c4c3;
	position:absolute;
	left:136px;
	top:19.5px;
	}
.newstit .newsmenu{
	overflow:hidden;
	padding:0;
	text-align:right;
	margin-top:38px;
	}
.newstit .newsmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.newstit .newsmenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	margin-left:74px;
	padding-left:46px;
	}
.newstit .newsmenu ul li a{
	font-size:20px;
	color:#3d3a39;
	}
.newstit .newsmenu ul li:hover a{
	color:#b21e23;
}
.newstit .newsmenu ul li:first-child{
	background:url(../images/icon9.png) no-repeat left center;
	}
.newstit .newsmenu ul li:nth-child(2){
	background:url(../images/icon10.png) no-repeat left center;
	}
.newstit .newsmenu ul li:nth-child(3){
	background:url(../images/icon11.png) no-repeat left center;
	}
.newsnr{
	overflow:hidden;
	margin-top:144px;
	}
.newsnr .newslf{
	padding:0 0 0 18px;
	}
.newsnr .newslf dl{
	width:100%;
	overflow:hidden;
	background:#fff;
	padding:20px 25px 20px 20px;
	margin-bottom:28px;
	box-shadow: 0px 0px 18px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 18px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0px 0px 18px rgba(0,0,0,0.08); 
	}
.newsnr .newslf dl dt{
	width:43%;
	overflow:hidden;
	float:left;
	position:relative;
	height:209px;
	}
.newslf dl dt img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsnr .newslf dl dd{
	width:57%;
	overflow:hidden;
	padding:0 0 0 40px;
	float:left;
	}
.newsnr .newslf dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:19px;
	line-height:30px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newsnr .newslf dl dd p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#585858;
	margin-top:16px;
	}
.newsnr .newslf dl dd .newsdate{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	text-align:right;
	line-height:30px;
	}
.newslf dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.newsnr .newslf dl:hover dd h4{
	color:#005299;
	}
.newsnr .newslf dl:hover dd .newsdatelf{
	background:url(../images/iconh18.png) no-repeat left center;
}
.newsnr .newsrt{
	padding:0 0 0 40px;
	}
.newsnr .newsrt dl{
	width:100%;
	overflow:hidden;
	background: -webkit-linear-gradient(top, #fcfcfc , #f4f4f4); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #fcfcfc , #f4f4f4); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #fcfcfc , #f4f4f4); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, #fcfcfc , #f4f4f4); /* 标准的语法 */
	padding:30px 16px;
	margin-bottom:46px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newsnr .newsrt dl dt{
	width:21%;
	overflow:hidden;
	float:left;
	border-right:solid 1px #d5d5d5;
	padding-top:10px;
	}
.newsrt dl dt .newsday{
	width:100%;
	overflow:hidden;
	font-size:45px;
	line-height:45px;
	color:#005299;
	font-family:Arial;
	text-align:center;
	}
.newsrt dl dt .newsyear{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	color:#005299;
	line-height:30px;
	text-align:center;
	font-weight:normal;
	}
.newsnr .newsrt dl dd{
	width:79%;
	overflow:hidden;
	float:left;
	padding-left:30px;
	}
.newsnr .newsrt dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:19px;
	color:#000;
	line-height:30px;
	margin-top:14px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newsnr .newsrt dl dd p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#545454;
	margin-top:10px;
	}
.newslist,.newslist ul{
	width:100%;
	overflow:hidden;
	}
.newslist ul li{
	overflow:hidden;
	padding:0;
	border-bottom:solid 1px #f1f1f1;
	line-height:30px;
	padding-bottom:20px;
	margin-bottom:28px;
	}
.newslist ul li:nth-child(2n+1){
	padding-right:24px;
	}
.newslist ul li:nth-child(2n){
	padding-left:24px;
	}
.newslist ul li a{
	display:block;
	width:70%;
	overflow:hidden;
	float:left;
	font-size:16px;
	color:#343434;
	padding-left:24px;
	position:relative;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newslist ul li a:before{
	content:"";
	width:6px;
	height:6px;
	background:#005299;
	position:absolute;
	left:0;
	top:12px;
	}
.newslist ul li span{
	display:block;
	width:30%;
	overflow:hidden;
	text-align:right;
	font-size:16px;
	color:#9f9f9f;
	float:right;
	}
.newsnr .newsrt dl:hover{
	background:#005299;
	}
.newsrt dl:hover dt .newsday,.newsrt dl:hover dt .newsyear,.newsnr .newsrt dl:hover dd h4,.newsnr .newsrt dl:hover dd p{
	color:#fff;
	}
.newslist ul li:hover a{
	color:#005299;
	}
/* contact
-------------------------------------------------------------- */
.contact{
	width:100%;
	overflow:hidden;
	background:url(../images/contactbg.jpg) no-repeat top center;
	background-size:cover;
	padding-bottom:90px;
	}
.contactnr{
	position:relative;
	padding-top:98px;
	}
.contacten{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:96px;
	z-index:0;
	}
.contacten img{
	max-width:100%;
	height:auto;
	}
.contact .contactlf,.contact .contactrt{
	overflow:hidden;
	padding:0;
	}
.contact .contactlf{
	overflow:hidden;
	padding:0;
	margin-top:88px;
	}
.contact .contactrt{
	padding-bottom:42px;
	}
.contactbtn{
	width:100%;
	overflow:hidden;
	margin-bottom:38px;
	}
.contactbtn a{
	display:block;
	font-size:19px;
	color:#fff;
	width:126px;
	height:38px;
	line-height:38px;
	text-align:center;
	background:#005299;
	}
.contactlf .tit{
	margin-bottom:10px;
	}
.contactlf .tit h3{
	text-align:left;
	color:#fff;
	}
.contactlf p{
	width:100%;
	overflow:hidden;
	font-size:23px;
	color:#fff;
	line-height:35px;
	}
.contactlist{
	width:360px;
	overflow:hidden;
	background:#fff;
	padding:0 25px;
	}
.contactlist ul,.contactlist ul li,.contactlist ul li p{
	width:100%;
	overflow:hidden;
	}
.contactlist ul li{
	border-bottom:solid 1px #d2d7db;
	padding-left:70px;
	padding-top:36px;
	padding-bottom:38px;
	}
.contactlist ul li h5{
	font-size:20px;
	color:#343434;
	line-height:30px;
	font-weight:normal;
	}
.contactlist ul li p{
	font-size:18px;
	color:#343434;
	}
.contactlist ul li h4{
	width:100%;
	overflow:hidden;
	font-size:43px;
	color:#d00c12;
	line-height:43px;
	font-family: myTwoFont;
	}
.contactlist ul li:first-child{
	background:url(../images/icon11.png) no-repeat left center;
	}
.contactlist ul li:nth-child(2){
	background:url(../images/icon12.png) no-repeat left center;
	}
.contactlist ul li:nth-child(3){
	background:url(../images/icon13.png) no-repeat left center;
	}
.contactlist ul li:last-child{
	border-bottom:none;
	}

/* link
-------------------------------------------------------------- */
.link{
	width:90%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.6);
	line-height:30px;
	}
.linknr span{
	font-size:22px;
	color:#000;
	font-weight:bold;
	border-bottom:solid 4px #273e71;
	padding-bottom:3px;
	display:block;
	float:left;
	margin-right:44px;
	}
.link a{
	font-size:16px;
	color:rgba(255,255,255,0.6);
	margin-right:20px;
	}
.link a:hover{
	color:#fff;
	}
.footertop{
	width:100%;
	overflow:hidden;
	margin-bottom:62px;
	}
.botlogo{
	width:10%;
	overflow:hidden;
	}	
.botlogo img{
	max-width:100%;
	height:auto;
	}	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	background:#323232;
	padding-top:60px;
	position:relative;
}
.pad{
	padding-top:214px;
}
.footer .botmessage{
	position:absolute;
	background:#005299;
	left:50%;
	margin-left:-738px;
	top:-132px;
	padding:30px 45px;
	height:284px;
	}
.footer .botmessage h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:30px;
	}
.footer .botmessage p{
	width:100%;
	overflow:hidden;
	font-size:30px;
	line-height:40px;
	color:#fff;
	}
.footer .botmessage ul{
	width:100%;
	overflow:hidden;
	margin-top:35px;
	}
.footer .botmessage ul li{
	width:26%;
	overflow:hidden;
	float:left;
	margin-right:1%;
	}
.footer .botmessage ul li:last-child{
	width:19%;
	margin-right:0;
	}
.footer .botmessage ul li input{
	width:100%;
	height:60px;
	line-height:60px;
	padding-left:50px;
	font-size:16px;
	color:#b9b9b9;
	}
.footer .botmessage ul li button{
	width:100%;
	overflow:hidden;
	background:#d00c12;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#fff;
	font-size:16px;
	}
.footer .botmessage ul li:nth-child(1) input{
	background:#fff url(../images/icon14.png) no-repeat 14px center;
	}
.footer .botmessage ul li:nth-child(2) input{
	background:#fff url(../images/icon15.png) no-repeat 14px center;
	}
.footer .botmessage ul li:nth-child(3) input{
	background:#fff url(../images/icon16.png) no-repeat 14px center;
	}
.footer .footerlf{
	width:86%;
	overflow:hidden;
}
.footer .footerlf ul{
	width:100%;
	overflow:hidden;
}
.footer .footerlf ul li{
	width:33.333333333333%;
	overflow:hidden;
	float:left;
}
.footer .footerlf ul li h4,.footer .footerrt h4{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#fff;
	line-height:36px;
	border-bottom:solid 1px #5c5c5c;
	position:relative;
	padding-bottom:28px;
	margin-bottom:27px;
}
.footer .footerlf ul li h4 a{
	font-size:26px;
	color:#fff;
}
.footer .footerlf ul li h4:after,.footer .footerrt h4:after{
	content:"";
	width:100%;
	height:1px;
	background:#000;
	position:absolute;
	left:0;
	bottom:0;
	}
.footer .footerlf ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:rgba(255,255,255,0.6);
	padding-left:22px;
	margin-top:7px;
	position:relative;
}
.footer .footerlf ul li p:before{
	content:"";
	width:6px;
	height:6px;
	background:#005299;
	position:absolute;
	left:0;
	top:12px;
	}
.footer .footerlf ul li p a{
	font-size:16px;
	color:rgba(255,255,255,0.6);
	}
.footer .footerlf ul li p a:hover{
	color:#fff;
	}
.footer .footerrt{
	width:14%;
	overflow:hidden;
}
.footer .footerrt dl{
	overflow:hidden;
	margin-top:7px;
	float:right;
}
.footer .footerrt dl dt,.footer .footerrt dl dd{
	overflow:hidden;
}
.footer .footerrt dl dt{
	text-align:center;
	}
.footer .footerrt dl dt img{
	max-width:100%;
	height:auto;
}
.footer .footerrt dl dd{
	text-align:center;
	line-height:30px;
	font-size:18px;
	color:#fff;
	margin-top:9px;
}
.footer .footerrt h4{
	text-align:right;
	}
.bot{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #000;
	font-size:16px;
	color:rgba(255,255,255,0.6);
	line-height:30px;
	position:relative;
	padding:40px 0;
	margin-top:63px;
	}
.bot:before{
	content:"";
	width:100%;
	height:1px;
	background:#5c5c5c;
	position:absolute;
	left:0;
	top:0;
	}
.bot a{
	color:rgba(255,255,255,0.6);
	font-size:16px;
}
.bot .botlf,.bot .botrt{
	overflow:hidden;
	padding:0;
	color: rgba(255,255,255,0.6);
	font-size:16px;
	}
.bot .botrt{
	text-align:right;
	}
.bot a:hover{
	color:#fff;
	}
/* toolbar
-------------------------------------------------------------- */
#toolbar {
	width:84px;
    position: fixed;
    z-index: 9999;
    right: 17px;
    bottom: 10%;
}
#toolbar ul,#toolbar ul li .li-icon,#toolbar ul li p{
	width:100%;
}
#toolbar ul li{
	width:100%;
	margin-bottom:1px;
	background:#fff;
	padding-top:20px;
	padding-bottom:4px;
}
#toolbar ul li .li-icon,#toolbar ul li p{
	text-align:center;
}
#toolbar ul li p{
	color:#464646;
	line-height:30px;
}
#toolbar ul li:last-child{
	background:#005299;
}
#toolbar ul li:last-child p{
	color:#fff;
}
#toolbar .online-one li.phone,#toolbar .online-one li.ewm{
	position:relative;
}
#toolbar .online-one li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: 110px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    font-size: 14px;
	background:#fff;
	z-index:99;
}
#toolbar .online-one li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#toolbar .online-one li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}
#toolbar .online-one li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#toolbar .online-one li.return{
	cursor:pointer;
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	overflow:hidden;
	background-size:cover;
	position:relative;
}
.banner_n img{ 
	width:100%;
	height:auto;
}
.ibbe {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 88px;
	line-height: 88px;
	background: rgba(0, 0, 0, .5);
}

.ibeleft {
	float: left;
	width: 24%;
	box-sizing: border-box;
	padding: 0 1% 0 5%;
}

.ibltxt {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.ibltxt a{
	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{
	margin-top:60px;
	margin-bottom:60px;
	}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	width:18%;
	overflow:hidden;
	margin-top:30px;
	text-align:center;
	padding-top:286px;
}
.menu_n ul,.menu_n ul li{
	width:100%;
	overflow:hidden;
}
.menu_n ul li{
	text-align:center;
	line-height:30px;
	margin:20px 0;
	position:relative;
}
.menu_n ul li:after{
	content:"";
	width:30px;
	height:1px;
	background:#b50b1e;
	position:absolute;
	right:70px;
	top:14.5px;
	opacity:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.menu_n ul li a{
	font-size:22px;
	color:#565656;
	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:#b21e23;
}
.menu_n ul li:hover:after{
	opacity:1;
	}
.menu_n ul li:hover a{
	color:#fff;
	}
/* nabout
-------------------------------------------------------------- */
.about_n{
	width:100%;
	overflow:hidden;
	background:#f4f4f4;
}
.aboutnr_n{
	position:relative;
	padding-top:60px;
	padding-bottom:180px;
}
.aboutnr_n:before{
	content:"";
	width:1px;
	height:100%;
	background: rgba(112, 112, 112, .1);
	position:absolute;
	left:50%;
	top:0;
}
.about_n .aboutlf_n{
	overflow:hidden;
	padding:0 5% 0 0;
	}
.about_n .aboutrt_n{
	overflow:hidden;
	padding:0 0 0 5%;
	}
.aboutlf_n h4{
	width:100%;
	overflow:hidden;
	font-size:32px;
	line-height:42px;
}
.aboutlfnr_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:50px;
}
.aboutlfnr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
/* qywh
-------------------------------------------------------------- */
.about-bot2 {
	position: relative;
	overflow: hidden;
}
.about-bot2 .nygb {
    position: absolute;
    top: 107px;
    left: 5%;
    z-index: 1;
}
.ngbs .al1eng, .ngbs .al1name {
    color: #fff;
}
.al1name {
    position: relative;
    display: block;
    color: #1F6EB1;
    font-size: 32px;
    padding-bottom: 30px;
    line-height: 1.5;
}
.al1name:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 5px;
    background: #333333;
}
.al1eng {
    display: block;
    color: #333333;
    font-size: 29px;
}
.ab2pics{
	position: relative;
	overflow: hidden;
}
.ap2item{
	position: relative;
	float: left;
}
.ai2tp{
	position: relative;
	overflow: hidden;
}
.ai2tp:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../img/34.png) no-repeat;
	background-size: cover;
	background-position: left;
	z-index: 1;
}
.ai2tp img{
	display: block;
	width: 100%;
}
.ai2wz{
	position: absolute;
	bottom: 25%;
	left: 5%;
	width: 450px;
	z-index: 10;
}
.aw2t1{
	display: block;
	color: #fff;
	font-size: 18px;
}
.aw2t2{
	display: block;
	color: #fff;
	font-size: 26px;
}
.aw2t3{
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
}
.ab2pics {
    position: relative;
    overflow: hidden;
}
.ng-c {
	text-align: center;
}

.ng-c .al1name:before {
	left: 50%;
	transform: translateX(-50%);
}

.ab2list {
	margin-top: 95px;
	text-align: center;
}

.ab2list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 55px;
}

.al2cv {
	opacity: 0;
	visibility: hidden;
	transition: 0.55s;
	position: absolute;
	top: 130%;
	left: 50%;
	transform: translate(-50%, 50px);
	width: 480px;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 30px;
}

.al2cv:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -16px;
	transform: translateX(-50%);
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 16px solid #fff;
}

.ac2t1 {
	display: block;
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-weight: normal;
}

.ac2t2 {
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
	text-align: justify;
}

.al2c {
	position: relative;
	display: block;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	border: 1px solid #D1D1D1;
	margin: 0 auto;
	transition: 0.45s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ab2list li:not(:first-child) .al2c:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -105px;
	transform: translateY(-50%);
	width: 95px;
	height: 1px;
	border-top: 1px dashed #D2D2D2;
}

.al2c:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	height: 85%;
	border-radius: 50%;
	border: 1px dashed #D1D1D1;
	transition: 0.15s;
}

.ac2icon {
	display: block;
	margin: 0 auto;
	transition: 0.45s;
}

.ab2list li:nth-child(1) .ac2icon {
	width: 28px;
	height: 30px;
	background: url(../images/i1.png) no-repeat;
	background-size: contain;
}

.ab2list li:nth-child(2) .ac2icon {
	width: 26px;
	height: 26px;
	background: url(../images/i2.png) no-repeat;
	background-size: contain;
}

.ab2list li:nth-child(3) .ac2icon {
	width: 29px;
	height: 29px;
	background: url(../images/i3.png) no-repeat;
	background-size: contain;
}

.ab2list li:nth-child(4) .ac2icon {
	width: 29px;
	height: 29px;
	background: url(../images/i4.png) no-repeat;
	background-size: contain;
}

.ab2list li:nth-child(5) .ac2icon {
	width: 30px;
	height: 26px;
	background: url(../images/i5.png) no-repeat;
	background-size: contain;
}

.ab2list li:nth-child(6) .ac2icon {
	width: 31px;
	height: 29px;
	background: url(../images/i6.png) no-repeat;
	background-size: contain;
}

.ab2list li:nth-child(7) .ac2icon {
	width: 25px;
	height: 25px;
	background: url(../images/i7.png) no-repeat;
	background-size: contain;
}

.ab2list li:nth-child(8) .ac2icon {
	width: 35px;
	height: 34px;
	background: url(../images/i8.png) no-repeat;
	background-size: contain;
}

.al2t {
	margin-top: 40px;
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}

.ngbs .al1eng,
.ngbs .al1name {
	color: #fff;
}

.ngbs .al1name:before {
	background: #fff;
}
.about-bot2 .nygb{
	position: absolute;
	top: 107px;
	left: 5%;
	z-index: 1;
}
.ab2bt{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(31,110,177,.9);
	padding: 37px 5%;
}
.ab2l{
	float: left;
}
.ab2qh{
	display: inline-block;
	vertical-align: middle;
	width: 61px;
	height: 61px;
	border-radius: 50%;
	text-align: center;
	line-height: 61px;
	color: #fff;
	margin-right: 79px;
	background: rgba(255,255,255,.3);
	cursor: pointer;
	transition: 0.65s;
}
.ab2qh.active{
	background: #fff;
	color: #1F6EB1;
} 
.ab2l .ab2qh:first-child{
	background:rgba(255,255,255,0.3) url(../images/iconh25.png) no-repeat center;
}
.ab2l .ab2qh:first-child.active{
	background:#fff url(../images/icon25.png) no-repeat center;
}
.ab2l .ab2qh:nth-child(2){
	background:rgba(255,255,255,0.3) url(../images/iconh26.png) no-repeat center;
}
.ab2l .ab2qh:nth-child(2).active{
	background:#fff url(../images/icon26.png) no-repeat center;
}
.ab2l .ab2qh:nth-child(3){
	background:rgba(255,255,255,0.3) url(../images/iconh27.png) no-repeat center;
}
.ab2l .ab2qh:nth-child(3).active{
	background:#fff url(../images/icon27.png) no-repeat center;
}
.ab2qh.active{
	transform: rotateY(180deg);
}
.ab2qh i img{
	margin:auto;
}
.ab2qh i{
	display: block;
	font-size: 23px;
	transition: 0.65s;
}
.ar2num{
	font-family: "Gilroy-Regular.woff";
	color: #fff;
	font-size: 14px;
	line-height:54px;
}
.ar2num span{
	font-family: "Gilroy-Regular.woff";
	color: #fff;
	font-size: 14px;
}
.ab2r{
	position: relative;
	float: right;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.3);
	text-align: center;
	line-height: 54px;
	box-sizing: border-box;
}
.ab2r:before{
	content: "";
    animation: xzrotate 10s linear infinite;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icon19.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
	animation: xzrotate 10s linear infinite;
}
@keyframes xzrotate{
    0%{
        transform: rotate(0);
    }
    50%{
        transform:rotate(360deg);
    }
    100%{
        transform: rotate(0);
    }
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: #f1f1f1 url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}


/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
/* honor_n
-------------------------------------------------------------- */
.honor_n{
	margin-top:60px;
	margin-bottom:60px;
}
.honornr_n{
	width:100%;
	overflow:hidden;
	margin-top:50px;
}
.honornr_n .swiper-slide{
	padding:0 10px;
}
.honorimg_n{
	width:100%;
	overflow:hidden;
}
.honorimg_n img{
	max-width:100%;
	height:auto;
}
/* honor
-------------------------------------------------------------- */
.honor{
	padding-top:208px;
	padding-bottom:200px;
	}
.honor,.honornr{
	width:100%;
	overflow:hidden;
	}
.honornr{
	padding-bottom:100px;
	}
.honorimg{
	width:100%;
	overflow:hidden;
	}
.honornr{
	margin-top:40px;
	}
.honornr .swiper-slide{
	padding:0 20px;
	text-align:center;
	}
.honornr .swiper-button{
	overflow:hidden;
	text-align:center;
	margin-top:44px;
	}
.honornr .swiper-button div{
	width:56px;
	height:56px;
	border:solid 1px #fff;
	border-radius:50%;
	display:inline-block;
	margin:0 27px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.honornr .swiper-button-prev{
	background:url(../images/prev5.png) no-repeat center;
	}
.honornr .swiper-button-next{
	background:url(../images/next5.png) no-repeat center;
	}
.honornr .swiper-button div:hover{
	background-color:#b50b1e;
	border:solid 1px #b50b1e;
	}
/* pro_n
-------------------------------------------------------------- */
.pro_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.npronr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.pro_n dl{
	overflow:hidden;
	margin:20px 0;
	padding:0 10px;
	}
.pro_n dl dt{
	width:100%;
	overflow:hidden;
	height:283px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	position:relative;
	}
.pro_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;
}
.pro_n dl dt em {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 0;
        display: none;
    } 
.pro_n dl dt i {
        position: absolute;
        width: 50px;
        height: 50px;
        background: #005299;
        border-radius: 100%;
        left: 50%;
        margin-left: -25px;
        top: 50%;
        margin-top: -25px;
        z-index: 1;
    }  
.pro_n dl dt i:after {
        content: "";
        width: 9px;
        height: 9px;
        border: 1px solid #fff;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        left: 18px;
        margin-top: -5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1;
    }
.pro_n dl:hover dt em {
    display: block;
    }
.pro_n dl dd h4 {
	width:100%;
	overflow:hidden;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 3px;
    padding-left: 20px;
	position:relative;
}
    
.pro_n dl dd h4:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 18px;
	background: #005299;
	left: 0;
	top: 50%;
	margin-top: -9px;
	z-index: 1;
}
.pro_n dl dd .p102-pros-1-desc {
	width:100%;
	overflow:hidden;
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    text-align: justify;
}
.pro_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}

.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.pro_n .nprort h1{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#333;
	line-height:36px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.pro_n .nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.pro_n .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;
}
.imglist,.picture{
	width:100%;
	overflow:hidden;
}
.picture{
	margin-top:40px;
}
.picture img{
	max-width:100%;
	height:auto;
}
.imglist .swiper-slide{
	padding:0 10px;
}
	
/* news_n
-------------------------------------------------------------- */
.news_n{
	width:100%;
	overflow:hidden;
	background: #f4f4f4;
	padding-top:60px;
	padding-bottom:60px;
	}
.newslist_n,.newslist_n ul{
	width:100%;
	overflow:hidden;
}
.newslist_n ul li{
	width:31.33333333333%;
	overflow:hidden;
	background:#fff;
	float:left;
	margin:20px 1%;
	position:relative;
}
.newslist_n ul li:after{
	content:"";
	width:0;
	height:4px;
	background:#005299;
	position:absolute;
	left:0;
	bottom:0;
	transition: 0.45s;
}
.newslist_n ul li .nlpic{
	width:100%;
	overflow:hidden;
	height:244px;
	position:relative;
}
.newslist_n ul li .nlpic img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newslist_n ul li:hover .nlpic img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.newslist_n ul li:hover:after{
	width:100%;
}
.newslist_n ul li .nlwz {
	width:100%;
	overflow:hidden;
    padding: 20px 30px 35px 30px;
}
.newslist_n ul li .nwt1{
	width:100%;
	overflow:hidden;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
	line-height:32px;
    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.newslist_n ul li .nwt2{
	width:100%;
	overflow:hidden;
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
    height: 60px;
	line-height:30px;
    overflow: hidden;
}
.newslist_n ul li .nwbt {
	width:100%;
	overflow:hidden;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #E1E1E1;
}
.newslist_n ul li .nbdate {
	overflow:hidden;
    display: block;
    color: #333333;
    font-size: 12px;
	line-height:20px;
}
.newslist_n ul li .nbicon {
	width:14px;
	height:20px;
	overflow:hidden;
    display: block;
    color: #999999;
    font-size: 12px;
	line-height:20px;
	background:url(../images/icon20.png) no-repeat center;
}
.newslist_n ul li:hover .nbicon {
	background: url(../images/iconh20.png) no-repeat center;
}
.newsnr_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;
	}
.newsnr_n .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 23px;
}
.newsnr_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
}
.newsnr_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
}
.newsnr_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:120px;
	}
.contactnr_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.contactlf_n,.contactrt_n{
	overflow:hidden;
	padding:0;
	}
.contactlf_n,.contactlf_n p,.contactlf_n p a{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.contactnr_n ul{
	width:100%;
	overflow:hidden;
	}
.contactnr_n ul li{
	overflow:hidden;
	padding:0 5px;
	}
.nw4icon {
    width: 119px;
    height: 119px;
    line-height: 119px;
	overflow:hidden;
    text-align: center;
    border: 1px solid #1F6EB1;
    margin: 0 auto 15px;
}
.nw4icon img{
	max-width:100%;
	height:auto;
}
.nw4icon i {
    display: block;
    color: #1F6EB1;
    font-size: 34px;
}
.nw4t1 {
    display: block;
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
    word-break: break-all;
	text-align:center;
}
.map_n{
	width:100%;
	overflow:hidden;
}
.map_n img{
	width:100%;
	height:auto;
}
/* case_n
-------------------------------------------------------------- */
.case_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.case_n dl{
	overflow:hidden;
	padding:0 15px;
	margin:20px 0;
	}
.case_n dl dt,.case_n dl dd{
	width:100%;
	overflow:hidden;
	}
.case_n dl dt{
	position:relative;
	height:279px;
	}
.case_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;
	}
.case_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.case_n dl dd{
	line-height:30px;
	font-size:18px;
	color:#333;
	margin-top:10px;
	text-align:center;
	}
.case_n dl:hover dd{
	color:#212565;
}
.gallery{
	width:100%;
	overflow:hidden;
	position:relative;
}
/* nmessage
-------------------------------------------------------------- */
.nmessage ::-webkit-input-placeholder {
  color: #a3a3a3;
}
.nmessage :-moz-placeholder {
  color: #a3a3a3;
}
.nmessage ::-moz-placeholder{
color: #a3a3a3;
}
.nmessage :-ms-input-placeholder {
  color: #a3a3a3;
}
/* job_n
-------------------------------------------------------------- */
.job_n{
	margin-top:60px;
	margin-bottom:120px;
	}
/* 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:#b21e23;
}

.toggle,#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.icon1,.icon2,#toolbar{
	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:10px;
		  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) {
	.pro_one ul li .proimg{
		height:358px;
	}
	.newslist_n ul li .nlpic{
		height:229px;
	}
	.prolist ul li .proimg_two{
		height:318px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.pro_one ul li .proimg{
		height:322px;
	}
	.newslist_n ul li .nlpic{
		height:196px;
	}
	.prolist ul li .proimg_two{
		height:287px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.pro_one ul li .proimg{
		height:304px;
	}
	.newslist_n ul li .nlpic{
		height:180px;
	}
	.prolist ul li .proimg_two{
		height:271px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.pro_one ul li .proimg{
		height:286px;
	}
	.newslist_n ul li .nlpic{
		height:164px;
	}
	.prolist ul li .proimg_two{
		height:255px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.pro_one ul li .proimg{
		height:257px;
	}
	.newslist_n ul li .nlpic{
		height:138px;
	}
	.prolist ul li .proimg_two{
		height:229px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.pro_one ul li .proimg{
		height:229px;
	}
	.newslist_n ul li .nlpic{
		height:112px;
	}
	.prolist ul li .proimg_two{
		height:204px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.pro_one ul li .proimg{
		height:222px;
	}
	.newslist_n ul li .nlpic{
		height:105px;
	}
	.prolist ul li .proimg_two{
		height:197px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.newslist_n ul li .nlpic{
		height:171px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.newslist_n ul li .nlpic{
		height:143px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
	
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.pro_one ul li .proimg{
		height:295px;
	}
	.prolist ul li .proimg_two{
		height:407px;
	}
	
}
@media only screen and (min-width: 540px) and (max-width: 640px) {
	
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.pro_one ul li .proimg{
		height:249px;
	}
	.prolist ul li .proimg_two{
		height:343px;
	}
	
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.pro_one ul li .proimg{
		height:196px;
	}
	.newslist_n ul li .nlpic{
		height:179px;
	}
	.prolist ul li .proimg_two{
		height:270px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.pro_one ul li .proimg{
		height:173px;
	}
	.newslist_n ul li .nlpic{
		height:147px;
	}
	.prolist ul li .proimg_two{
		height:238px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.pro_one ul li .proimg{
		height:147px;
	}
	.newslist_n ul li .nlpic{
		height:111px;
	}
	.prolist ul li .proimg_two{
		height:203px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.pro_one ul li .proimg{
		height:129px;
	}
	.newslist_n ul li .nlpic{
		height:111px;
	}
	.prolist ul li .proimg_two{
		height:178px;
	}
}

@media(max-width:1850px) {
	.casenr .swiper-scrollbar {
		width: 190px;
	}
	.casenr .swiper-pagination {
		width: 254px;
	}
}
@media(max-width:1768px) {
	.casenr .swiper-scrollbar {
		width: 150px;
	}
	.casenr .swiper-pagination {
		width: 214px;
	}
}
@media(max-width:1680px) {
	.tit h3,.tit h3 a,.tit h3 span{
		font-size:46px;
		line-height:56px;
	}
	.casetellf h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.casetelrt{
		font-size:40px;
	}
	.casetel {
		width:480px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
	}
	.about .abouten p{
		font-size:170px;
	}
	.aboutlf h4,.aboutlf h4 a{
		font-size:46px;
		line-height:56px;
	}
	.casenr .swiper-pagination {
		width: 174px;
	}
	.casenr .swiper-scrollbar {
		width: 120px;
	}
	.aboutlist dl dt .counter{
		font-size:60px;
		line-height:60px;
	}
	.prolist ul li h4,.prolist ul li p{
		font-size: 20px;
		line-height: 30px;
	}
	.footer .botmessage{
		margin-left:-44%;
	}
}
@media(max-width:1500px) {
	.sdlynr .sdlyimgin {
		width: 55%;
		margin-left: -27.5%;
		top: 160px;
	}
}
@media(max-width:1440px) {
	.language {
		margin-left: 30px;
	}
	.header3 ul li>a{
		margin: 0 35px;
	}
	.tit h3,.tit h3 a,.tit h3 span{
		font-size:42px;
		line-height:52px;
	}
	.about .abouten p {
		font-size: 160px;
		line-height: 140px;
	}
	.pro_one ul li h4,.pro_one ul li p{
		font-size: 26px;
		line-height: 36px;
	}
	.aboutlf h4,.aboutlf h4 a{
		font-size:42px;
		line-height:52px;
	}
	.casetellf {
		padding: 0 30px 0 30px;
	}
	.casetellf h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.casetelrt {
		margin-left: 30px;
	}
	.casetelrt {
		font-size: 36px;
	}
	.casetel {
		width: 430px;
	}
	.sdlyimg {
		width: 220px;
	}
	.sdlynr .sdlyimgin{
		top:220px;
	}
	.sdlybt {
		width: 50px;
		padding: 40px 15px 0 15px;
	}
	.shlist ul li {
		padding: 82px 30px 0 30px;
	}
	.shlist ul li h4{
		font-size:26px;
		line-height:36px;
	}
}
@media(max-width:1360px) {
	.ys ul li p{
		font-size:18px;
	}
	.pro_n .nprort h1{
		font-size:24px;
		line-height:34px;
	}
	.pro_one ul li h4,.pro_one ul li p{
		font-size: 22px;
		line-height: 32px;
	}
	.casenr .swiper-scrollbar {
		width: 90px;
	}
	.casenr .swiper-pagination {
		width: 134px;
	}
}
@media(max-width:1280px) {
	.language {
		margin-left: 20px;
	}
	.header3 ul li>a{
		margin: 0 26px;
	}
	.tit h3,.tit h3 a,.tit h3 span{
		font-size:38px;
		line-height:48px;
	}
	.sdlyimg {
		width: 200px;
	}
	.aboutlf h4,.aboutlf h4 a{
		font-size:38px;
		line-height:48px;
	}
	.casetellf {
		padding: 0 20px 0 20px;
	}
	.casetelrt {
		margin-left: 20px;
	}
	.casetelrt {
		font-size: 32px;
	}
	.casetel {
		width: 380px;
	}
	.sdlybt {
		padding: 30px 15px 0 15px;
	}
	.shlist ul li {
		padding: 82px 20px 0 20px;
	}
	.shlist ul li h4{
		font-size:22px;
		line-height:32px;
	}
	.aboutlist dl dt .counter{
		font-size:56px;
		line-height:56px;
	}
	.newsnr .newslf dl dd h4,.newsnr .newsrt dl dd h4{
		font-size:18px;
	}
	.aboutlf_n h4 {
		font-size: 28px;
		line-height: 38px;
	}
}
@media(max-width:1200px) {
	.ab2qh {
		width: 8px;
		height: 8px;
		line-height: 8px;
		margin-right: 20px;
		background: rgba(255,255,255,.3) !important;
	}
	.ab2qh.active{
		background: #fff !important;
	}
	.ab2r {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.ar2num{
		line-height: 45px;
	}
	.ab2bt {
		padding: 5px 5%;
	}
	.ab2l{
		margin-top:12.5px;
	}
	.about-bot2 .nygb {
		top: 40px;
	}
	.al1name {
		font-size: 20px;
	}
	.al1eng {
		font-size: 14px;
	}
	.al1name:before {
		height: 3px;
	}
	.aw2t2 {
		font-size: 18px;
	}
}
@media(max-width:1152px) {
	.header3 ul li>a{
		margin: 0 20px;
	}
	.pronr_one {
		padding: 35px 40px 0 40px;
	}
	.sdlyimg {
		width: 180px;
	}
	.sdlybt {
		padding: 25px 15px 0 15px;
	}
	.sdlynr .sdlyimgin {
		width: 50%;
		margin-left: -25%;
		top: 260px;
	}
	.casetel {
		width: 340px;
	}
	.casetelrt {
		font-size: 28px;
		padding-left:50px;
	}
}
@media(max-width:1080px) {
	
}
@media(max-width:1024px) {
	.language {
		margin-left: 0px;
	}
}
@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.logo{
		padding:10px 0;
	}
	.logo img{
		height:40px;
	}
	.language {
		padding-left: 34px;
		margin-right: 50px;
	}
	.language a {
		display: block;
		line-height: 60px;
	}
	.language .languagenr{
		top:60px;
	}
	.protitlf,.protitlf a{
		font-size:26px;
	}
	.shlist ul li{
		width:48%;
		margin:10px 1%;
	}
	.sdly{
		margin-top:80px;
		padding-bottom:80px;
	}
	.casenr .swiper-pagination,.casenr .swiper-scrollbar,.casetel{
		display:none;
	}
	.nprofbnr table{
		white-space: nowrap;
	}
	.botlogo{
		width:100%;
	}
	.footer .footerlf, .footer .footerrt {
		width: 100%;
	}
	.footer .footerrt h4 {
		text-align: left;
	}
	.footer .footerrt dl{
		float:left;
	}
}
@media(max-width:991px) {
	.tit h3,.tit h3 a,.tit h3 span{
		font-size:34px;
		line-height:44px;
	}
	.ys ul li {
		width: 49%;
	}
	.ys ul li:nth-child(2n){
		margin-right:0;
	}
	.pro_one ul li{
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
	.prolist ul li {
		width: 100%;
		margin: 10px 0;
	}
	.protitrt,.protitlf font{
		display:none;
	}
	.protitlf, .protitlf a {
		font-size: 22px;
	}
	.aboutlf h4, .aboutlf h4 a {
		font-size: 34px;
		line-height: 44px;
	}
	.sdlynr .sdlyimgin {
		width: 80%;
		margin:0 auto 0;
		left:0;
		top: 80px;
		position: inherit;
	}
	.ibbe {
		height: 50px;
		line-height: 50px;
	}
	.ibeleft{
		width:100%;
	}
	.aboutlist dl dt .counter {
		font-size: 50px;
		line-height: 50px;
	}
	.aboutlist dl dd {
		font-size: 16px;
	}
	.newsnr .newslf,.newsnr .newsrt{
		padding: 0 18px;
	}
	.newsnr {
		margin-top:60px;
	}
	.news{
		padding-bottom:60px;
	}
	.newslist ul li:nth-child(2n) {
		padding-left: 0;
	}
	.newslist ul li:nth-child(2n+1) {
		padding-right: 0;
	}
	.shlist {
		margin-top: 80px;
	}
	.aboutnr_n:before{
		display:none;
	}
	.aboutnr_n {
		padding-bottom: 80px;
	}
	.about_n .aboutlf_n,.about_n .aboutrt_n{
		padding:0;
	}
	.about_n .aboutrt_n{
		margin-top:30px;
	}
	.about_n .aboutrt_n img{
		max-width:100%;
		height:auto;
	}
	.aboutlf_n h4 {
		font-size: 24px;
		line-height: 34px;
	}
	.newsnr_n h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.contactnr_n ul li{
		margin:15px 0;
	}
	.newslist_n ul li{
		width:48%;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:40px;
	}
	.pro_n .nprort .npro_infolei,.pro_n .nprort .npro_infolei span{
		font-size:18px;
	}
	.pro_n .nprort h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.contact .contactlf{
		padding:0;
	}
	.contactlist{
		margin-top:30px;
		float:left;
	}
	.contact .contactrt {
		padding-bottom: 0;
	}
	.contactlf p {
		font-size: 20px;
		line-height: 30px;
	}
	.footer .botmessage{
		display:none;
	}
	.pad {
		padding-top: 60px;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
}
@media(max-width:860px) {
	.ai2tp img {
		height: 426px;
		object-fit: cover;
	}
	.banner_n img{
		height: 330px;
		object-fit: cover;
	}
	.ibdown i img{
		height:auto;
	}
}
@media(max-width:768px) {
	
}
@media(max-width:767px) {
	.banner .swiper-pagination {
		bottom: 20px;
		right: 2%;
	}
	.banner .swiper-slide .img img {
		width: 120%;
		margin-left:-10%;
	}
	.mouse{
		display:none;
	}
	.tit h3,.tit h3 a,.tit h3 span{
		font-size:30px;
		line-height:40px;
	}
	.aboutlist dl:nth-child(2){
		border-right:none;
	}
	.newsmenu ul li {
		width: 100px;
		height: 40px;
		line-height: 40px;
		margin: 10px 5px;
	}
	.newslist_n ul li{
		width:100%;
		margin: 20px 0;
	}
	.contactnr_n ul li:nth-child(3){
		clear:both;
	}
	.contact_n {
		margin-bottom: 60px;
	}
	.contactnr_n {
		margin-top: 40px;
	}
	.footer .footerlf{
		margin-bottom:20px;
	}
	.footer .footerlf ul li{
		width:100%;
	}
	.footer .footerlf ul li:nth-child(2),.footer .footerlf ul li:nth-child(3){
		display:none;
	}
	.footer .footerlf ul li p{
		width:33.3333333333%;
		float:left;
		padding-left:15px;
	}
}
.map_m{
	width:100%;
	overflow:hidden;
	    position: absolute;
    right: 0;
    top: 20px;
	display:none;
}
.map_m img{
	width:100%;
	height:auto;
}
@media(max-width:640px) {
	.map_m{
		display:block;
	}
	.map{
		display:none;
	}
	.about .aboutlf {
		padding: 100px 0 0 0;
	}
	.aboutlist dl dt .counter {
		font-size: 40px;
		line-height: 40px;
	}
	.contactlist {
		width: 100%;
	}
	.ys ul li {
		padding: 17px 15px 0 15px;
	}
	.ys ul li p{
		font-size:16px;
	}
	.sdly_cont{
		width:48%;
	}
	.sdlyimg{
		width:80%;
	}
	.sdlybt{
		width:20%;
	}
	.sdlyimg,.sdlybt{
		width: 100%;
	}
	.sdlyimg img{
		width:100%;
	}
	.about .abouten{
		display:none;
	}
	.sdlybt{
		padding:5px 0;
		line-height:30px;
	}
	.shlist ul li {
		width: 98%;
		height:auto;
		padding: 40px 20px;
	}
	.shlist {
		margin-top: 40px;
	}
	.shlist ul li .shicon img{
		width:60px;
	}
	.casenr .swiper-button {
		right: 50%;
		margin-right: -50px;
		bottom:0;
	}
	.casemore {
		margin-top: 40px;
	}
	.about{
		margin-top:60px;
	}
	.case{
		padding-top:60px;
	}
	.pronr_one {
		padding: 35px 20px 0 20px;
	}
	.pro_one ul li .promore {
		width: 110px;
		height: 40px;
		line-height: 40px;
	}
	.pro_one ul li h4, .pro_one ul li p {
		font-size: 20px;
		line-height: 30px;
	}
	.pro_one ul li .proimg{
		margin-top:20px;
	}
	.newsnr .newslf dl dt,.newsnr .newslf dl dd,.newsnr .newsrt dl dd{
		width:100%;
	}
	.newsnr .newsrt dl dd{
		padding-left:0;
	}
	.newsnr .newsrt dl dt{
		display:none;
	}
	.newsnr .newslf dl dd{
		padding:0;
		margin-top:20px;
	}
	.newsnr .newslf dl dd .newsdate{
		margin-top:20px;
	}
	.banner_n img {
		height: 240px;
	}
	.newslist_n ul li .nlwz {
		padding: 20px 20px 35px 20px;
	}
}
@media(max-width:480px) {
	.ai2tp img {
		height: 500px;
	}
}
@media(max-width:425px) {
	.newsrt dl dt .newsday {
		font-size: 40px;
		line-height: 40px;
	}
	.newsnr .newsrt dl{
		padding: 20px 10px;
	}
	.newslist ul li span{
		font-size:14px;
	}
	.contactlist ul li {
		padding-left: 55px;
	}
	.contactlist ul li h4{
		font-size:40px;
		line-height:40px;
	}
}
@media(max-width:375px) {
	.newsnr .newslf dl dt{
		height:180px;
	}
	.contactlist ul li h4{
		font-size:36px;
		line-height:36px;
	}
}
@media(max-width:320px) {
	.newsnr .newslf dl dt{
		height:120px;
	}
}
@media(max-width:319px) {
	.contactlist ul li h4{
		font-size:32px;
		line-height:32px;
	}
}