@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */


@font-face
{
	font-family: myThreeFont;
	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: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif !important; 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:"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;
	background:#fff;
	position:fixed;
	z-index: 999;
	top:0;
	padding:0 1%;
	}
.top{
	width:100%;
	overflow:hidden;
	line-height:40px;
	border-bottom:solid 1px rgba(255,255,255,0.25);
	font-size:13px;
	color:#fff;
	text-align:right;
	}
.top a{
	font-size:13px;
	color:#fff;
	}
.logo{
	height:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
}
.logo img{
	max-width:100%;
	height:auto;
}
.language{
	height:100%;
	font-size:16px;
	color:#212123;
	text-align:center;
	line-height:100px;
	position:relative;
}
.language a{
	font-size:16px;
	color:#212123;
}
.language a > img{
	margin-right:14px;
}
.language a i{
	margin-left:20px;
}
.language .languagenr{
	width:100px;
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.language .languagenr p{
	width:100%;
	padding:0;
	background:#fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
	border-bottom:solid 1px #f1f1f1;
}
.language .languagenr p a {
	width:100%;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
	display:block;
}
.language .languagenr p:hover{
	background:#0239ad;
}
.language .languagenr p:hover a{
	color:#fff;
}
.small{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); 
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}


/* nav
-------------------------------------------------------------- */
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 100px;
	display: block;
	margin-right:76px;
}
.header .navbar_nav li{
	float:left;
	padding: 0 40px;
	position: relative;
	display: block;
}

.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	font-size: 18px;
	line-height:100px;
	position:relative;
}
.header .navbar_nav li a:after{
	content:"";
	width:0;
	height:2px;
	background:#0239ad;
	position:absolute;
	left:0;
	bottom:0;
	border-radius:50%;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	z-index:99;
}
.header .navbar_nav li.dropdown .dropdown_menu a:after{
	display:none;
}
.header .navbar_nav li:hover a:after,.header .navbar_nav li.active a:after{
	width:100%;
}
.header .navbar_nav li:hover a,.header .navbar_nav li.active a{
	font-weight:bold;
	color:#0239ad;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	overflow:hidden;
	opacity: 0;
	position: absolute;
	top:0;
	padding-top:100px;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
	z-index:-1;
	border-top:solid 3px #0239ad;
	border-radius:0 0 10px 10px;
	-webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);

  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	    font-size: 15px;
    color: #2b2b2b;
    font-weight: normal;
    padding: 0;
    line-height: 40px;
    text-align: center;
    background: #fff;
}
.header .navbar_nav li.dropdown .dropdown_menu a:last-child{
	margin-bottom:20px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	opacity: 1;
  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: #0239ad;
}
.header .navbar_nav li.dropdown .dropdown_menu a:after{
	display:none;
}

.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: #2d9bd0;
}
#navToggle{
	display: none;
}




.cont{
	width:90%;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:90%;
	height:auto;
	margin:auto;
	}
/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;padding-top:80px;
	}
.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:34%;
	overflow:hidden;
	position:absolute;
	left:5%;
	top:35%;
	z-index:99;
}
.banner .img .banner2-1{
	width:76%;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-38%;
	top:13.8%;
	z-index:99;
}
.banner .img .banner3-1{
	width:27%;
	overflow:hidden;
	position:absolute;
	left:5%;
	top:35%;
	z-index:99;
	}
.banner .img .banner4-1{
	width:31%;
	overflow:hidden;
	position:absolute;
	left:5%;
	top:35%;
	z-index:99;
	}
.bannerimg1,.bannerimg2,.bannerimg3,.bannerimg4{
	width:100%;
}
.bannerimg2 img,.bannerimg3 img,.bannerimg4 img,.bannerimg1 img{
	max-width:100%;
	height:auto;
}

.banner .img .banner1-1 h4,.banner .img .banner2-1 h4{
	width:100%;
	overflow:hidden;
	font-size:64px;
	color:#fff;
	line-height:74px;
	margin-bottom:6px;
}
.banner .img .banner2-1 h4{
	margin-bottom:27px;
}
.banner .img .banner2-1 ul{
	overflow:hidden;
	margin-top:35px;
}
.banner .img .banner2-1 ul li{
	width:164px;
	height:45px;
	overflow:hidden;
	line-height:45px;
	float:left;
	font-size:16px;
	color:#fff;
	text-align:center;
	margin-right:8px;
	background:#0239ad;
	border-radius:25px;
}
.banner .img .banner1-1 h5{
	width:100%;
	overflow:hidden;
	font-size:48px;
	color:#fff;
	line-height:58px;
	margin-bottom:48px;
}
.banner .img .banner1-1 p,.banner .img .banner2-1 p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:30px;
	font-weight:bold;
}
.banner .img .banner1-1 img{
	max-width:100%;
	height:auto;
	}
.banner .img .banmore{
	width:100%;
	overflow:hidden;
	margin-top:124px;
}
.banner .img .banmore a{
	display:block;
	font-size:16px;
	color:#fff;
	width:178px;
	height:60px;
	text-align:center;
	line-height:60px;
	border:solid 1px #fff;
	border-radius:30px;
}
.banner .img .banmore a span{
	font-size:16px;
	color:#fff;
	margin-left:20px;
}
.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 .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 .banimg{
	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
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.banner .swiper-button{
	overflow:hidden;
	position:absolute;
	right:5%;
	bottom:35px;
	z-index:100;
	}
.banner .swiper-button div{
	width:41px;
	height:41px;
	overflow:hidden;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.banner .swiper-button .swiper-button-next{
	background:url(../images/next02.png) no-repeat center;
	border-left:none;
}
/*shubiao*/
.banner .down{
	width:66px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	position:absolute;
	left:50%;
	margin-left:-33px;
	bottom:16px;
	z-index:99; 
}
.banner .down span{
	display:block;
	width:1px;
	height:96px;
	background:#fff;
	margin:auto;
	}
/*shubiao*/
.shubiao{
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:18px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:116px;
	background:#fff;
	position:absolute;
	left:27.5px;
	bottom:100px;
}
.mouse {
  position: relative;
  width: 20px;
  height: 34px;
  border-radius: 30px;
  border: 2px solid #3b6dd7;
  margin:0 auto 0;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3px;
  height: 8px;
  border-radius: 20px;
  background-color: #3b6dd7;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.shubiao p{
	overflow:hidden;
	text-align:center;
	color:#fff;
	margin-top:2px;
}
.banner .down p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	letter-spacing:2px;
	line-height:30px;
}
.banner .swiper-slide .banimg{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 1s;
		transform:scale(1.1,1.1);
		}
.banner .swiper-slide .bannerimg2 img{
	transition:1s linear 1s;
		transform:scale(1.1,1.1);
}
.banner .swiper-slide-active .banimg,.banner .swiper-slide-duplicate-active .banimg,.banner .swiper-slide-active .bannerimg2 img{
		transition:1s linear;
		transform:scale(1,1);
		}

@-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);
  }
}
.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-lock {
	display: none
}

.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:#fff;
	line-height:20px;
	font-size:18px;
	font-weight:bold;
	font-family:Arial;
	float:left;
	position:relative;
}

.swiper-pagination-fraction span:before{
	content:"0";
	}

.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)
}

.banner .swiper-pagination-bullet {
	display: inline-block;
	margin:0 10px;
	outline:none;
	color:#3b6dd7;
	font-size:20px;
	font-family:Arial;
	line-height:42px;
	position:relative;
}
.banner .swiper-pagination-bullet:before{
	content:"0";
}
.banner .swiper-pagination .swiper-pagination-bullet-active:after {
    content: "";
    width: 70px;
    height: 1px;
    background: #3b6dd7;
    position: absolute;
    top: 20.5px;
    left: 42px;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.banner .swiper-pagination-bullet-active {
	font-size:30px;
	font-weight:bold;
	padding-right: 70px;
}

.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-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*/

.banner .swiper-pagination {
	width:90%;
	overflow:hidden;
	text-align:right;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	position:absolute;
	right:5%;
	bottom:30px;
	padding-right:66px;
	z-index:99;
}
.banner .swiper-pagination-fraction span{
	font-size:30px;
	color:#fff;
	font-family:Arial;
}
.banner .swiper-pagination-fraction .swiper-pagination-current{
	font-size:56px;
	font-family:Arial;
}
.banner .swiper-pagination-fraction span{
	line-height:63px;
}
.banner .swiper-pagination-fraction span:nth-child(2):after{
	content:"/";
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	font-size:30px;
}
.banner .swiper-pagination-fraction span:nth-child(2){
	padding-left:10px;
	padding-top:10px;
}
.banner .swiper-scrollbar{
	width:124px;
	height:5px;
	overflow:hidden;
	background:#fff;
	border-radius:5px;
	position:absolute;
	left:11.6%;
	bottom:40px;
	z-index:99;
}
.banner .swiper-scrollbar .swiper-scrollbar-drag{
	margin:0 6px;
}
.banner .swiper-scrollbar-drag {
    background: #55ae97;
}
/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	border-left:solid 3px #0239ad;
	padding-left:30px;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:42px;
	color:#1e1e1e;
	line-height:64px;
	background:url(../images/titbg1.png) no-repeat left center;
	}
.tit h3 a{
	font-size:42px;
	color:#1e1e1e;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:17px;
	color:#a3a3a3;
	line-height:25px;
	text-transform:uppercase;
	}
.more{
	width:100%;
	overflow:hidden;
	margin-top:124px;
	}
.more a{
	width:176px;
	height:60px;
	line-height:60px;
	border:solid 1px #717882;
	display:block;
	font-size:16px;
	color:#717882;
	border-radius:30px;
	text-align:center;
	transition: all .5s ease;
	}
.more a span{
	font-size:16px;
	color:#717882;
	margin-left:18px;
}
.more a:hover{
	background: #0239ad;
	border:solid 1px #0239ad;
	color:#fff;
}
.more a:hover span{
	color:#fff;
}
/* partner
-------------------------------------------------------------- */
.partner{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/map.jpg) no-repeat top center;
	position:relative;
	}
.partnerrt{
	width:22%;
	overflow:hidden;
	}
.partnertit{
	width:100%;
	overflow:hidden;
	margin-top:272px;
	}
.partnertit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	text-align:right;
	}
.partnertit h3 a{
	font-size:45px;
	color:#fff;
	}
.partnertit hr{
	width:70px;
	border:none;
	border-bottom:solid 1px #fff;
	float:right;
	margin-top:38px;
	}
.partnernr .partnerjs{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	text-align:right;
	margin-top:76px;
	}
.partnermore{
	width:100%;
	overflow:hidden;
	margin-top:130px;
	}
.partnermore a{
	display:block;
	width:160px;
	height:50px;
	line-height:50px;
	background:#c70b19 url(../images/icon2.png) no-repeat 76% center;
	font-size:16px;
	color:#fff;
	padding-left:30px;
	float:right;
	}
 @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);
	}
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:#f0f0f0 url(../images/aboutbg.jpg) no-repeat bottom center;
	background-size:cover;
	position:relative;
	padding-top:50px;
	padding-bottom:80px;
	}
.aboutlf{
	width:40%;
	overflow:hidden;
}
.aboutimg{
	width:100%;
	overflow:hidden;
	border-radius:0 30px 0 30px;
	margin-top:76px;
}
.aboutimg img,.aboutimg video{
	width:100%;
	height:auto;
}
.aboutimg:hover img,.about_n .aboutimg_n:hover img,.xxhj_cont .xxhjimg_n:hover img{
	transform:scale(1.04);
}
.scsb_n {width: 100%; padding: 50px 0 80px;}
.scsbnr_n {padding: 50px 0;}

.hzkh_n {width: 100%; background:#f3f3f3;padding: 50px 0 80px;}
.hzkhnr_n {padding: 50px 0;}
.hzkhnr_n ul { 
     display: grid;
  grid-template-columns: repeat(5, 1fr);
  }
.hzkhnr_n ul li {text-align: center;background: #fff;    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;}
.hzkhnr_n ul li:nth-child(5),.hzkhnr_n ul li:nth-child(10) {border-right: 1px solid #ededed;}
.hzkhnr_n ul li:nth-child(6),.hzkhnr_n ul li:nth-child(7),.hzkhnr_n ul li:nth-child(8),.hzkhnr_n ul li:nth-child(9),.hzkhnr_n ul li:nth-child(10) {border-bottom: 1px solid #ededed;}
.aboutrt{
	width:55%;
	overflow:hidden;
}
.aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:150px;
	}
.aboutjs h1 {color: #2b2b2b;font-size: 24px;}
.aboutjs p {line-height: 35px;
    font-size: 16px;color: #333;text-indent: 2em;}
.aboutjs h1 {font-size: 30px;
    padding-bottom: 30px;}
.aboutjs h3 {font-size: 20px;font-weight: bold;padding: 15px 0;}
.aboutlist{
	width:100%;
	overflow:hidden;
    margin-top: 60px;
	}
.aboutlist dl{
	overflow:hidden;
	padding:0;
	}
.aboutlist dl dt,.aboutlist dl dd{
	width:100%;
	overflow:hidden;
	}
.aboutlist dl dt{
	font-size:24px;
	color:#0239ad;
	font-weight:normal;
	font-family:Arial;
}
.aboutlist dl dt .counter{
	font-size:72px;
	color:#0239ad;
	font-family:Arial;
	font-weight:bold;
	line-height:56px;
}
.aboutlist dl dd{
	font-size:16px;
	color:#000;
	line-height:30px;
	}
.aboutbot{	
	margin-top:50px;
	}
.aboutbot,.aboutbot ul{
	width:100%;
	overflow:hidden;
}
.aboutbot ul li{
	width:33%;
	height:130px;
	overflow:hidden;
	background:#717882;
	float:left;
	margin-right:0.5%;
	border-radius:10px;
	padding-left:40px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.aboutbot ul li:last-child{
	margin-right:0;
}
.aboutbot ul li h5{
	overflow:hidden;
	font-size:23px;
	line-height:130px;
	color:#fff;
	font-weight:normal;
	padding-left:70px;
	float:left;
}
.aboutbot ul li i{
	overflow:hidden;
	float:right;
	margin-top:59.5px;
	margin-right:46px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.aboutbot ul li a{
	width:100%;
	height:100%;
	display:block;
}
.aboutbot ul li:first-child h5{
	background:url(../images/iconsb.png) no-repeat left center;
}
.aboutbot ul li:nth-child(2) h5{
	background:url(../images/iconzs.png) no-repeat left center;
}
.aboutbot ul li:nth-child(3) h5{
	background:url(../images/iconhb.png) no-repeat left center;
}
.aboutbot ul li:hover,.aboutbot ul li.cur{
	background:#0239ad;
}
.aboutbot ul li:hover i{
	margin-right:36px;
}
/* jssl
-------------------------------------------------------------- */
.jssl{
	width:100%;
	overflow:hidden;
	background:url(../images/jsbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:220px;
	padding-bottom:254px;
	}
.jssl .tit h3{
	background:url(../images/titbg2.png) no-repeat left center;
	}
.jssl .tit h3 a{
	color:#fff;
	}
.jssllist,.jssllist h4{
	width:100%;
	overflow:hidden;
	}
.jssllist{
	visibility:hidden;
	height:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.jssllist.active{
	visibility:visible;
	height:auto;
	}
.jssllf{
	overflow:hidden;
	padding:0;
	margin-top:25px;
	}
.jssllist h4{
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	margin-bottom:16px;
	}
.jssllist p{
	width:56%;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:rgba(255,255,255,0.5);
	}
.jssllf ul{
	width:100%;
	overflow:hidden;
	margin-top:122px;
	}
.jssllf ul li{
	overflow:hidden;
	background:url(../images/icon11.png) no-repeat right 6px;
	float:left;
	margin-right:30px;
	padding-right:32px;
	opacity:0.3;
	border-bottom:solid 2px #fff;
	padding-bottom:10px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.jssllf ul li a{
	font-size:18px;
	color:#fff;
	line-height:30px;
	}
.jssllf ul li.active{
	opacity:1;
	}
/* gkcjtit
-------------------------------------------------------------- */
.gkcj{
	padding-top:114px;
	padding-bottom:100px;
}
.gkcjtit{
	width:100%;
	overflow:hidden;
}
.gkcjnr{
	width:100%;
	overflow:hidden;
	margin-top:85px;
}
.gkcjlist{
	width:49%;
	overflow:hidden;
	background:url(../images/gkcjbg.jpg) no-repeat top center;
	background-size:cover;
	border-radius:20px;
	padding:58px 60px;
}
.gkcjlist h4,.gkcjlist .gkcj_table{
	width:100%;
	overflow:hidden;
}
.gkcjlist h4{
	font-size:45px;
	color:#fff;
	line-height:55px;
	text-align:center;
	margin-bottom:42px;
}
.gkcjlist .gkcj_table{
	overflow:auto;
	background:#fff;
	padding:16px;
}
.gkcjlist .gkcj_table table{
	width:100% !important;
	white-space: nowrap;
}
.gkcjlist .gkcj_table table tr,.gkcjlist .gkcj_table table td,.gkcjlist .gkcj_table table th{
	overflow:hidden;
	border:solid 1px #333;
}
.gkcjlist .gkcj_table table td,.gkcjlist .gkcj_table table th{
	text-align:center;
	line-height:20px;
	color:#333;
	font-weight:bold;
}
.gkcjlist .gkcj_table table th{
	font-size:15px;
}
.gkcjmore{
	width:100%;
	overflow:hidden;
	margin-top:70px;
}
.gkcjmore a{
	display: block;
    width: 176px;
    height: 60px;
   background:#0239ad;
	border:solid 1px #0239ad;
	color:#fff;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	margin:auto;
}
.gkcjmore a span{
	color:#fff;
	font-size:16px;
	margin-left:20px;
	transition: all .5s ease;
}
.gkcjmore a:hover span{
	margin-left:10px;
}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:#f7faff;
	background-size:cover;
	padding-top:50px;
	padding-bottom:80px;
}
.newsmenu{
	overflow:hidden;
	text-align:right;
}
.newsmenu ul{
	overflow:hidden;
	display:inline-block;
}
.newsmenu ul li{
	width:176px;
	height:60px;
	line-height:60px;
	overflow:hidden;
	text-align:center;
	float:left;
	border:solid 1px #717882;
	border-radius:30px;
	margin-left:20px;
}
.newsmenu ul li a{
	font-size:16px;
	color:#717882;
	display:block;
	transition: all .5s ease;
}
.newsmenu ul li a span{
	font-size:16px;
	color:#717882;
	margin-left:19px;
}
.newsmenu ul li a:hover{
	background:#0239ad;
	color:#fff;
}
.newsmenu ul li:hover{
	border:solid 1px #0239ad;
}
.newsmenu ul li a:hover span{
	color:#fff;
}
.newsnr{
	position:relative;
	}
.newslist{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	}
.newslist .newslf{
	width:50%;
	height:633px;
	overflow:hidden;
	position:relative;
	}
.newslist .newsrt {
    display: flex;
    flex-direction: column;
    height: 633px;
}

.newslist .newslf img{
	width:100%;
	height:100%;
	object-fit:cover;
	}
.newslist .newslf .newstit{
	width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 50px;
    z-index: 99;
    background: rgb(2,57,173,0.8);
}
.newslist .newslf .newstit .newsdate{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
}
.newslist .newslf .newstit h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	color:#fff;
	font-weight:normal;
	padding-right:40px;
	background:url(../images/next.png) no-repeat right center;
	margin-top:6px;
}
.newslist .newsrt{
    background: #fff;
	width:50%;
	overflow:hidden;
	}
.newslist .newsrt .newsrtlist,.newslist .newsrt .newsrttit{
	width:100%;
	overflow:hidden;
}
.newslist .newsrt .newsrtlist{
	height:211px;
	position:relative;
      border-bottom: 1px #e3e4e6 solid;


}
.newslist .newsrt .newsrtlist img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.newslist .newsrt .newsrttit{
position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 20px 0;
    z-index: 99;
  
    padding: 0 35px;
}
.newsrt .newsrttit p,.newsrt .newsrttit h5{
	width:100%;
	overflow:hidden;
}
.newsrt .newsrttit p{
	font-size:16px;
	    color: #6e6e6e;
	line-height:30px;
}
.newsrt .newsrttit h5{
	    font-size: 20px;
    color: #2b2b2b;
    line-height: 40px;
    font-weight: normal;
    padding-bottom: 10px;
    background: url(../images/next01.png) no-repeat right center;
}
.newsrt .newsrtlist:hover .newsbg {background: #0239ad;}
.newsrt .newsrtlist .newsbg,.newslf .newsbg{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:9;
	opacity:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newsrttit .news_zy{ width: 90%;}
.newsrt .newsrtlist:hover .newsbg,.newslf:hover .newsbg{
	opacity:1;
}
.newslist .newslf:hover img,.newslist .newsrt .newsrtlist:hover img{
	transform:scale(1.04);
}
.newsrt .newsrtlist:hover .newsrttit h5, .newsrt .newsrtlist:hover .newsrttit .news_zy ,.newsrt .newsrtlist:hover .newsrttit p {color: #fff;}



/* pro2
-------------------------------------------------------------- */

.pro2 {padding-top: 50px;padding-bottom: 80px;}
.tabBox { display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 10px;}
.zs .swiper-slide {
  text-align: center;
}
.zs .swiper-slide .box {
  display: block;padding-left:10px;padding-right:10px;
}
.zs .swiper-slide .box:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.zs .swiper-slide .box:hover .filter {
  opacity: 1;
  filter: alpha(opacity=100);
}
.zs .swiper-slide .box:hover .txt {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0%, -50%) scale(1, 1);
  -webkit-transform: translate(0%, -50%) scale(1, 1);
  -moz-transform: translate(0%, -50%) scale(1, 1);
  -ms-transform: translate(0%, -50%) scale(1, 1);
  -o-transform: translate(0%, -50%) scale(1, 1);
}
.zs .swiper-slide .box:hover .text {
  background: #0239ad;
    color: #fff;
}
.zs .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  cursor: pointer;max-width:100%;
}
.zs .swiper-slide .pic img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;max-width:100%;
}
.zs .swiper-slide .pic .filter {
  background: url(../images/service_filter.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.zs .swiper-slide .pic .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  padding: 66px 60px 0 60px;
  box-sizing: border-box;
  background: url(../images/add.png) no-repeat center 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0%, -50%) scale(3, 3);
  -webkit-transform: translate(0%, -50%) scale(3, 3);
  -moz-transform: translate(0%, -50%) scale(3, 3);
  -ms-transform: translate(0%, -50%) scale(3, 3);
  -o-transform: translate(0%, -50%) scale(3, 3);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.zs .swiper-slide .text {
  height: 70px;
  line-height: 70px;
  padding: 0 10px;
  box-sizing: border-box;
  display: block;
  font-size: 20px;
  color: #2b2b2b;
  background: url(../images/service_text.png);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.zs {padding: 50px 0 0 0;}
/* zsjz
-------------------------------------------------------------- */
.zsjz{
	width:100%;
	overflow:hidden;
	background:url(../images/jzbg.jpg) no-repeat top left;
	background-size:cover;
	padding-top:50px;
	padding-bottom:80px;
}
.zsjztit{
	width:100%;
	overflow:hidden;
}
.zsjztit .tit{
	border-left: solid 3px #fff;
}
.zsjztit .tit h3 a{
	color:#fff;
}
.zsjztit .tit p{
	color:rgba(255,255,255,0.5);
}
.zsjztitmore a{
	display:block;
	width:176px;
	height:60px;
	border:solid 1px #0239ad;
	border-radius:30px;
	text-align:center;
	line-height:60px;
	color:#0239ad;
	font-size:16px;
	transition: all .5s ease;
}
.zsjztitmore a span{
	color:#0239ad;
	font-size:16px;
	margin-left:20px;
	transition: all .5s ease;
}
.zsjztitmore a:hover{
	background: #0239ad;
	color:#fff;
}
.zsjztitmore a:hover span{
	color:#fff;
}
.zsjzlist{
	width:100%;
	overflow:hidden;
	padding-left:13%;
	position:relative;
}
.zsjz_cont,.zsjz_cont .zsjzimg,.zsjzbot,.zsjz_cont,.zsjzbot,.zsjzbot h4{
	width:100%;
	overflow:hidden;
}
.zsjz_cont{
	padding-top:8px;
	position:relative;
}
.zsjz_cont .zsjz_date{
	width:60px;
	height:78px;
	overflow:hidden;
	background:#717882;
	padding-top:12px;
	position:absolute;
	right:20px;
	top:0;
	z-index:99;
	transition: all .5s ease;
}
.zsjz_date .zsjz_day,.zsjz_date p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.zsjz_date .zsjz_day{
	font-size:38px;
	color:#fff;
	line-height:48px;
	font-family:Arial;
	font-weight:bold;
	line-height:35px;
}
.zsjz_date p{
	color:#fff;
	font-size:12px;
	line-height:20px;
}
.zsjz_cont .zsjzimg{
	position:relative;
	height:449px;
}
.zsjz_cont .zsjzimg img{
    width: 100%;
    height: 100%;
	object-fit:cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
}
.zsjz_cont:hover .zsjzimg img{
	transform:translate(-50%, -50%) scale(1.08);
}
.zsjz_cont .zsjzbot{
	    padding: 0 30px 20px 30px;
    background: #f1f3f4;
    border-radius: 0 0 0 20px;
}
.zsjz_cont .zsjzbot h4{
	font-size:23px;
	color:#343434;
	line-height:33px;
	height:50px;
	font-weight:normal;
	margin-top:20px;
}
.zsjz_cont .zsjzbot .zsjzxq{
	width:140px;
	height:48px;
	color:#717882;
	line-height:48px;
	text-align:center;
	border:solid 1px #717882;
	border-radius:25px;
	margin-top:10px;
	transition: all .5s ease;
}
.zsjz_cont .zsjzbot .zsjzxq span{
	color:#717882;
	margin-left:16px;
	transition: all .5s ease;
}
.zsjzlist{
	margin-top:50px;
}
.zsjzlist .swiper-slide{
	padding:0 12px;
}
.zsjz_cont:hover .zsjzbot .zsjzxq{
	color: #fff;
	background:#0239ad;
	border:solid 1px #0239ad;
}
.zsjz_cont:hover .zsjzbot .zsjzxq span{
	color: #fff;
}
.zsjzlist .swiper-button{
	overflow:hidden;
	position:absolute;
	left:0;
	top:80px;
}
.zsjzlist .swiper-button div{
	width:70px;
	height:70px;
	overflow:hidden;
	border:solid 1px #fff;
	border-radius:100%;
	float:left;
}
.zsjzlist .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
}
.zsjzlist .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	margin-left:20px;
}
.zsjz_cont:hover .zsjz_date{
	background:#0239ad;
}
/* zyjs
-------------------------------------------------------------- */
.zyjs{
	width:100%;
	overflow:hidden;
	background:#f2f5fc;
	padding-left:5%;
	}
.zyjslf{
	width:56%;
	overflow:hidden;
	padding-top:105px;
}
.zyjsnr{
	width:100%;
	overflow:hidden;
	margin-top:128px;
}
.zyjsrt{
	width:44%;
	height:1000px;
	overflow:hidden;
}
.zyjsnr,.zyjsnr ul{
	width:100%;
	overflow:hidden;
}
.zyjsnr ul li{
	width:20%;
	height:200px;
	overflow:hidden;
	background:#fff;
	float:left;
	padding:35px 20px 0 20px;
	box-shadow: 3px 7px 35px rgba(0,0,0,0.05);
	-moz-box-shadow: 3px 7px 35px rgba(0,0,0,0.05);
	-webkit-box-shadow: 3px 7px 35px rgba(0,0,0,0.05); 
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.zyjsnr ul li a{
	width:100%;
	height:100%;
	display:block;
}
.zyjsnr ul li .zyjsicon,.zyjsnr ul li h4,.zyjsnr ul li p{
	width:100%;
	overflow:hidden;
}
.zyjsnr ul li .zyjsicon img{
	max-width:100%;
	height:39px;
}
.zyjsnr ul li .zyjsicon{
	margin-bottom:46px;
}
.zyjsnr ul li .zyjsicon .iconimgh{
	display:none;
}
.zyjsnr ul li:hover .zyjsicon .iconimg,.zyjsnr ul li.active .zyjsicon .iconimg{
	display:none;
}
.zyjsnr ul li:hover .zyjsicon .iconimgh,.zyjsnr ul li.active .zyjsicon .iconimgh{
	display:block;
}
.zyjsnr ul li h4{
	font-size:22px;
	color:#1a1a1a;
	line-height:32px;
}
.zyjsnr ul li p{
	font-size:16px;
	color:#bebebe;
	font-family:Arial;
}
.zyjsnr ul li:hover,.zyjsnr ul li.active{
	background:#0239ad;
}
.zyjsnr ul li:hover h4,.zyjsnr ul li:hover p,.zyjsnr ul li.active h4,.zyjsnr ul li.active p{
	color:#fff;
}
.zyjscont{
	visibility:hidden;
	height:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	position:relative;
	}
.zyjscont .zyjsbg{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
.zyjsbgnr{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:9;
}
.zyjsrt .zyjscont:nth-child(1) .zyjs_num:before,.zyjsrt .zyjscont:nth-child(2) .zyjs_num:before,.zyjsrt .zyjscont:nth-child(3) .zyjs_num:before,.zyjsrt .zyjscont:nth-child(4) .zyjs_num:before,.zyjsrt .zyjscont:nth-child(5) .zyjs_num:before
,.zyjsrt .zyjscont:nth-child(6) .zyjs_num:before,.zyjsrt .zyjscont:nth-child(7) .zyjs_num:before,.zyjsrt .zyjscont:nth-child(8) .zyjs_num:before,.zyjsrt .zyjscont:nth-child(9) .zyjs_num:before{
	content:"0";
}
.zyjscont.active{
	width:100%;
	height:100%;
	padding:490px 200px 0 88px;
	visibility:visible;
	}
.zyjscont .zyjs_num{
	width:100%;
	overflow:hidden;
	font-size:60px;
	color:#fff;
	font-family:Arial;
	line-height:60px;
	font-weight:bold;
}
.zyjscont h4{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#fff;
	line-height:45px;
	margin-top:10px;
}
.zyjscont .zyjsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
	margin-top:32px;
	text-align: justify;
}
.zyjsxq{
	width:100%;
	overflow:hidden;
	margin-top:120px;
}
.zyjsxq a{
	display:block;
	font-size:16px;
	color:#fff;
	width:176px;
	height:60px;
	text-align:center;
	line-height:60px;
	border:solid 1px rgba(255,255,255,0.5);
	border-radius:30px;
}
.zyjsxq a span{
	font-size:16px;
	color:#fff;
	margin-left:20px;
}
/* message
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}
.nmessage{
	width:100%;
	overflow:hidden;
}
.nmessage .nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(1) dd input{
	background:#fff url(../images/icon17.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon18.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3) dd input{
	background:#fff url(../images/icon19.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(4) dd input{
	background:#fff url(../images/icon20.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(5){
	width:100%;
	}
.nmessagenr dl:nth-child(5) dd textarea{
	background:#fff url(../images/icon21.png) no-repeat 24px 21.5px;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #005faf;
    color: #fff;
	text-align:center;
	font-size:16px;
}
/* contact
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	padding-top:58px;
	background:#31363e;
	padding-bottom:82px;
	}
.footertop{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px rgba(255,255,255,0.1);
	padding-bottom:32px;
}
.footerlf{
	width:35%;
	overflow:hidden;
}
.lxfs,.lxfs p{
	width:100%;
	overflow:hidden;
}
.lxfs p{
	font-size:16px;
	color:#fff;
	line-height:30px;
	padding-left:40px;
	margin-bottom:6px;
}
.lxfs p a{
	font-size:16px;
	color:#fff;
}
.lxfs p span{
	font-size:16px;
	color:rgba(255,255,255,0.3);
}
.lxfs p:first-child{
	background:url(../images/icon13.png) no-repeat left center;
}
.lxfs p:nth-child(2){
	background:url(../images/icon16.png) no-repeat left center;
}
.lxfs p:nth-child(3){
	background:url(../images/icon15.png) no-repeat left center;
}
.lxfs dl{
	overflow:hidden;
	float:left;
	margin-top:24px;
	margin-right:10px;
}
.lxfs dl dt,.lxfs dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.lxfs dl dt img{
	width:120px;
	max-width:100%;
	height:auto;
}
.lxfs dl dd{
	color:#fff;
	font-size:13px;
	line-height:30px;
	margin-top:2px;
}
.footernr{
	margin-top:18px;
}
.footerrt{
	width:65%;
	overflow:hidden;
}
.footerrt ul{
	width:100%;
	overflow:hidden;
}
.footerrt ul li{
	width:16%;
	overflow:hidden;
	float:left;
}
.footerrt ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.4);
	line-height:30px;
	margin-bottom:7px;
}
.footerrt ul li p a{
	font-size:16px;
	color:rgba(255,255,255,0.4);
}
.footerrt ul li p a:hover{
	color:#fff;
}
.botlogo{
	width:35%;
	overflow:hidden;
}
.botlogo img{
	max-width:100%;
	height:auto;
}
.botnav{
	width:65%;
	overflow:hidden;
}
.botnav ul{
	width:100%;
	overflow:hidden;
}
.botnav ul li{
	width:16%;
	overflow:hidden;
	float:left;
	line-height:30px;
}
.botnav ul li a{
	font-size:18px;
	color:#fff;
	font-weight:bold;
}

/* bot
-------------------------------------------------------------- */
.bot{
	width:100%;
	overflow:hidden;
	background:#31363e;
	padding:20px 0;
	border-top: solid 1px rgba(255,255,255,0.1);
	}
.bot .botlf,.bot .botrt{
	overflow:hidden;
	padding:0;
	line-height:30px;
	color:#fff;
	color:rgba(255,255,255,0.4);    
    text-align: center;
	}
.bot .botlf a,.bot .botrt a{
	color:rgba(255,255,255,0.4);
	}
.bot .botrt{
	text-align:right;
	}
.bot a:hover{
	color:#fff;
}
/* side
-------------------------------------------------------------- */
.side {
    width:60px;
    position: fixed;
    right: 6px;
    top: 40%;
    z-index: 999;
}
.side ul li {
    width:100%;
	height:60px;
    position: relative;
    cursor: pointer;
	margin-bottom:2px;
}
.side ul li .sideimg{
	width:100%;
	height:100%;
	overflow:hidden;
	border-radius:10px;
    -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.07);
	-webkit-transition: all .7s;
    transition: all .7s;
}
.sidetel .sideimg{
	background:#fff url(../images/icon19.png) no-repeat center;
}
.sidetel .sideimg:hover{
	background:#0239ad url(../images/iconh19.png) no-repeat center;
}
.sidewx .sideimg{
	background:#fff url(../images/icon20.png) no-repeat center;
}
.sidewx .sideimg:hover{
	background:#0239ad url(../images/iconh20.png) no-repeat center;
}
.sidely .sideimg{
	background:#fff url(../images/icon21.png) no-repeat center;
}
.sidely .sideimg:hover{
	background:#0239ad url(../images/iconh21.png) no-repeat center;
}
.sidetop .sideimg{
	background:#fff url(../images/icon22.png) no-repeat center;
}
.sidetop .sideimg:hover{
	background:#0239ad url(../images/iconh22.png) no-repeat center;
}
.side ul li .ewm-box {
    position: absolute;
    z-index: 99;
    padding: 5px;
    background: #fff;
    width: 128px;
	overflow:hidden;
    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);
}
.side ul li .sideimg img,.side ul li .ewm-box img{
	max-width:100%;
	height:auto;
}
.side ul li.sidewx:hover .ewm-box{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* searchnr
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.searchnr{
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
}
.searchnr .card,.card-img-150,.card-body,.card-title,.card-text{
	width:100%;
	overflow:hidden;
}
.card-img-150{
	height:367px;
	border: 1px solid #ebebeb;
	position:relative;
}
.card-img-150 img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.card-img-150:hover img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.searchlist{
	width:100%;
	overflow:hidden;
}
.my-4{
	width: 100%;
    overflow: hidden;
    text-align: center;
}
.search_n .btn-info{
	background:#064b8a;
	border:solid 1px #064b8a;
}
.card-body h5{
	width:100%;
	overflow:hidden;
	line-height:30px;
	color:#000;
	font-size:16px;
}
.card-body h5 a,.card-body h5 span{
	color:#000 !important;
	font-size:16px;
}
.card-body p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.card-body h5:hover{
	color:#0239ad;
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:400px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:800px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:525px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:450px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:425px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:400px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:360px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:320px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:310px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:200px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:169px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
    overflow: hidden;
    background: #fbfbfb;
    padding: 15px 0;
}
.positionnr .positionlf{
	overflow:hidden;
	font-size: 16px;
	color: #929292;
	line-height:30px;
}
.positionnr .positionlf a {
	font-size: 16px;
	color: #929292;
}
.position a:hover {
	color: #004b96;
}
.positionnr .positionrt{
	overflow:hidden;
	font-size: 16px;
	color: #929292;
	line-height:30px;
	text-align:right;
}
.positionnr .positionrt ul{
	overflow:hidden;
	display:inline-block;
}
.positionnr .positionrt ul li{
	overflow:hidden;
	float:left;
	color:#636764;
	font-size: 16px;
	line-height:30px;
	margin-left:80px;
}
.positionnr .positionrt ul li a{
	color:#636764;
	font-size: 16px;
}
.positionnr a:hover,.positionrt ul li a:hover,.positionrt ul li.active a{
	color: #0239ad;font-weight: bold;
}
 .more_pro {
        display:flex;
        flex-wrap:wrap;
    }
    .more_pro .cf {
        width: calc(22.5% - 2px);
        margin: 1% !important;
        height: 100%;
        position: relative;
        cursor: pointer;
    }
    .more_pro img {
        width: 100%;
        transition: transform 0.3s ease;
    }
    /* 放大镜效果 */
    .cf:hover::after {
        content: "🔍";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 40px;
        color: white;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
        opacity: 0.8;
        pointer-events: none;
        z-index: 10;
        transition: opacity 0.3s ease;
        
    }
    .cf:hover img {
        
        transform: scale(1.02);
    }
    #outerdiv {
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.7);
        z-index: 100;
        width: 100%;
        height: 100%;
        display: none;
        overflow-y: auto;
    }
    #innerdiv {
        position: absolute;
    }
    .class-content p { text-indent:0em;}
/* nmenu
-------------------------------------------------------------- */
.nmenu {
	overflow: hidden;
	margin-top:30px;
}
.nmenu ul {
	width:100%;
	overflow: hidden;
}
.nmenu ul li {
	overflow: hidden;
	float: left;
	line-height: 40px;
	text-align: center;
	border-bottom:solid 2px rgba(150,150,150,0.8);
	margin-right:25px;
}
.nmenu ul li a {
	font-size: 16px;
	color: #343434;
	display: block;
}
.nmenu ul li:hover,.nmenu ul li.active{
	border-bottom:solid 2px #004b96;
}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#004b96;
}


/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	font-size: 36px;
	color: #112010;
	line-height:46px;
	text-align:center;
	font-weight:normal;
	}
.ntit hr{
	width:56px;
	border:none;
	border-bottom:solid 2px #;
	margin:18px auto 0;
	}
/* nabout
-------------------------------------------------------------- */
.about_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.aboutnr_n{
	width:100%;
	overflow:hidden;
	margin-top:55px;
	position:relative;
}
.aboutrt_n{
	width:60%;
	min-height:615px;
	overflow:hidden;
	background: #f3f3f3;
    padding: 55px 5% 20px 14%;
	}
.aboutrt_n h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	line-height:40px;
	margin-bottom:40px;
}
.aboutms_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.aboutms_n p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.about_n .aboutimg_n{
	width:50%;
	height:517px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:45px;
}
.about_n .aboutimg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.xxhj_n{
	width:100%;
	overflow:hidden;
}
.xxhjnr_n{
	margin-top:100px;
	margin-bottom:80px;
	position:relative;
}
.xxhjnr_n .swiper-slide{
	padding:0 15px;
}
.xxhj_cont,.xxhj_cont .xxhjimg_n,.xxhj_cont h4{
	width:100%;
	overflow:hidden;
}
.xxhj_cont .xxhjimg_n img{
	width:100%;
	height:auto;
}
.xxhj_cont h4{
	font-size:20px;
	color:#343434;
	line-height:30px;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
}
.xxhj_cont:hover h4{
	color:#0239ad;
}
.xxhjnr_n .swiper-button{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:50px;
}
.xxhjnr_n .swiper-button div{
	width: 70px;
    height: 70px;
    overflow: hidden;
    border: solid 1px #a3a3a3;
    border-radius: 100%;
	display:inline-block;
}
.xxhjnr_n .swiper-button .swiper-button-prev{
	background:url(../images/prev3.png) no-repeat center;
}
.xxhjnr_n .swiper-button .swiper-button-next{
	background:url(../images/next3.png) no-repeat center;
	margin-left:20px;
}






/* bmxt_n
-------------------------------------------------------------- */
.bmxt_n{
	margin-top:60px;
	margin-bottom:60px;
}
.bmxtnr_n{
	margin-top:60px;
	width:100%;
	overflow:hidden;
}
.bmxtnr_n img{
	max-width:100%;
	height:auto;
}
/* lvgylc_n
-------------------------------------------------------------- */
.lvgylc_n{
	margin-top:60px;
	margin-bottom:60px;
}
.lvgylcnr_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:160px;
}
.lvgylcnr_n img{
	max-width:100%;
	height:auto;
}
.zytd_n,.zytd_n .zytdimg_n{
	width:100%;
	overflow:hidden;
}
.zytd_n{
	position:relative;
}
.zytd_n .zytdimg_n img{
	width:100%;
	height:auto;
}
.zytd_n .swiper-button{
	overflow:hidden;
}
.zytd_n .swiper-button div{
	width:50px;
	height:50px;
	overflow:hidden;
	border-radius:50%;
	position:absolute;
	top:50%;
	margin-top:-25px;
	z-index:99;
}
.zytd_n .swiper-button .swiper-button-prev{
	background:#ddd url(../images/prev.png) no-repeat center;
	left:20%;
}
.zytd_n .swiper-button .swiper-button-next{
	background:#ddd url(../images/next.png) no-repeat center;
	right:20%;
}
.zytd_n .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

@media screen and (max-width: 668px) {
	.zytd_n .swiper-slide {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.zytd_n .swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 668px) {
	.zytd_n .swiper-slide-active,.swiper-slide-duplicate-active {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.zytd_n .none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
/* lvyd_n
-------------------------------------------------------------- */
.lvyd_n{
	width:100%;
	overflow:hidden;
	margin-top:132px;
	margin-bottom:80px;
	}
.lvydnr_n p{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#737373;
	line-height:32px;
	box-shadow: 6px 0px 32px #ececec;
	-moz-box-shadow: 6px 0px 32px #ececec;
	-webkit-box-shadow: 6px 0px 32px #ececec;
	padding:27px 40px;
	margin:52px 0;
	border-radius:15px;
	}
.lvydnr_n{
	padding-top:28px;
	}
.lvydnr_n p span{
	font-size:22px;
	color:#ea5415;
	margin-right:68px;
	position:relative;
	}
.lvydnr_n p span:after{
	content:"";
	width:26px;
	height:2px;
	background:#737373;
	position:absolute;
	left:48px;
	top:15px;
	}
.lvydnr_n p:hover{
	background:#ea5415;
	color:#fff;
	}
.lvydnr_n p:hover span{
	color:#fff;
	}
.lvydnr_n p:hover span:after{
	background:#fff;
	}
/* cmxg_n
-------------------------------------------------------------- */
.cmxg_n,.cmxgnr_n,.cmxgnr_n ul{
	width:100%;
	overflow:hidden;
	}
.cmxg_n{
	margin-top:96px;
	}
.cmxgnr_n ul li{
	width:32%;
	overflow:hidden;
	float:left;
	margin:10px 2% 0 0;
	}
.cmxgnr_n ul li img{
	max-width:100%;
	height:auto;
	}
.cmxgnr_n ul li:last-child{
	margin-right:0;
	}
.cmxgnr_n{
	margin-top:23px;
	margin-bottom:40px;
	}
.xcsg_n{
	margin-bottom:100px;
	}
.xcsg_n .tit{
	margin-bottom:62px;
	}
/* gswh_n
-------------------------------------------------------------- */
.gswh_n,.gswh_n dl{
	width:100%;
	overflow:hidden;
	}
.gswh_n{
	margin-top:105px;
	}
.gswh_n dl{
	background:#fff;
	margin:46px 0;
	}
.gswh_n dl dt{
	width:49%;
	height:406px;
	overflow:hidden;
	padding:70px 70px 0 70px;
	position:relative;
	}
.gswh_n dl:nth-child(2n+1) dt{
	float:left;
	}
.gswh_n dl:nth-child(2n) dt{
	float:right;
	}
.gswh_n dl dt h4{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#2e2e2e;
	line-height:50px;
	}
.gswh_n dl dt p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	font-family:Arial;
	color:#cfcfcf;
	font-weight:normal;
	}
.gswh_n dl dt .gswhnr_n{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#2e2e2e;
	line-height:35px;
	font-weight:normal;
	margin-top:36px;
	}
.gswh_n dl dt .gswhen{
	width:100%;
	overflow:hidden;
	font-size:138px;
	font-family:Arial;
	color:#f8f8f8;
	line-height:110px;
	text-transform:uppercase;
	position:absolute;
	left:0;
	bottom:0;
	}
.gswh_n dl dd{
	width:51%;
	overflow:hidden;
	}
.gswh_n dl dd img{
	max-width:100%;
	height:auto;
	}
.honor_n{
	width:100%;
	overflow:hidden;
	padding-top:100px;
	padding-bottom:200px;
	}
.honornr_n .tit p,.honornr_n .tit h3{
	text-align:center;
	}
.honorlist_n{
	width:100%;
	margin-top:78px;
	position:relative;
	}
.honorlist_n .swiper-slide{
	padding:0 10px;
	}
.honorlist_n .swiper-slide .honorimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.honorlist_n .swiper-slide .honorimg_n img{
	max-width:100%;
	height:auto;
	}
.honorlist_n .swiper-button{
	overflow:hidden;
	}
.honorlist_n .swiper-button div{
	width:16px;
	height:31px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-15.5px;
	}
.honorlist_n .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:-36px;
	}
.honorlist_n .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:-36px;
	}
/* aboutlist_n
-------------------------------------------------------------- */
.aboutlist_n{
	width:100%;
	overflow:hidden;
	padding:0 3%;
	margin-bottom:140px;
}
.aboutlist_n ul{
	width:100%;
	overflow:hidden;
}
.aboutlist_n ul li{
	width:24.25%;
	height:656px;
	overflow:hidden;
	float:left;
	margin-right:1%;
	padding-top:185px;
}
.aboutlist_n ul li:last-child{
	margin-right:0;
	}
.aboutlist_n ul li:first-child{
	background:url(../images/aboutbg1.jpg) no-repeat top center;
	background-size:cover;
	}
.aboutlist_n ul li:nth-child(2){
	background:url(../images/aboutbg2.jpg) no-repeat top center;
	background-size:cover;
	}
.aboutlist_n ul li:nth-child(3){
	background:url(../images/aboutbg3.jpg) no-repeat top center;
	background-size:cover;
	}
.aboutlist_n ul li:nth-child(4){
	background:url(../images/aboutbg4.jpg) no-repeat top center;
	background-size:cover;
	}
.aboutlist_n ul li .nabout_icon{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.aboutlist_n ul li .nabout_icon img{
	max-width:100%;
	height:auto;
	}
.aboutlist_n ul li h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	color:#fff;
	line-height:40px;
	font-weight:normal;
	margin-top:32px;
	margin-bottom:16px;
	}
.aboutlist_n ul li span{
	display:block;
	width:30px;
	height:1px;
	background:#fff;
	margin:auto;
	}
.aboutlist_n ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin-top:14px;
	}
.zzjg{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.zzjg img{
	width:100%;
	height:auto;
	}
  #map-con {
        margin-top: 50px;        height: 100%;
            width: 100%;
        }

      .custom-content-marker {
    position: relative;
    width: 320px;
    /* height: 50px; */
    background: #fff;
    padding: 10px;
}
       .custom-content-marker p {font-size: 18px;
                  font-weight: bold;}
        .custom-content-marker img {
             width: 120px;
            height: 53px;
        }
        .custom-content-marker .close-btn {
            position: absolute;
            top: -6px;
            right: -8px;
            width: 15px;
            height: 15px;
            font-size: 12px;
            background: #ccc;
            border-radius: 50%;
            color: #fff;
            text-align: center;
            line-height: 15px;
            box-shadow: -1px 1px 1px rgba(10, 10, 10, .2);
        }
        .custom-content-marker .close-btn:hover{
            background: #666;
        }
/* npro
-------------------------------------------------------------- */
/* pro_n
-------------------------------------------------------------- */
   
.shown_products_a_left {overflow: hidden;}
.prodt .swiper-slide{
	border: solid 1px #ddd;overflow: hidden
}
.proxt{
	position:relative;
	padding: 0 15px;
	margin-top:30px;
}
.proxt .swiper-slide{
	width:100%;
	overflow:hidden;
	border: solid 1px #ddd;
}
.proxt .swiper-slide-thumb-active{
	border: solid 1px #0239ad;
}
.proxt .swiper-button-prev,.proxt .swiper-button-next{
	width:19px;
	height:25px;
	position:absolute;
	top:50%;
	margin-top:-9px;
	z-index:9;
}
.proxt .swiper-button-prev{
	background:url(../images/prev02.png) no-repeat center;
	left:0;
}
.proxt .swiper-button-next{
	background:url(../images/next02.png) no-repeat center;
	right:0;
}


.pro_n{
	padding-top:60px;
	padding-bottom:158px;
	}
.pro_n .prolf_n{
	width:25%;
	overflow:hidden;
	}
.pro_n .prolf_n h4{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:20px;
	color:#fff;
	padding:15px 0;
	text-align:center;
	background:#0239ad;
}
.pro_n .prort_n{
	width:72%;
	overflow:hidden;
}
.sub-category {display: none;    background: #fff;}
.sub-category div {      background: #e1e1e1;  border-bottom: 1px solid #f5f5f5;}

.category a {padding:10px 15px;display: block;  width: 50%;    font-size: 16px;
    font-weight: bold;
  }

.category{line-height:30px;
	  background: #f5f5f5 url(../images/icon002.png) no-repeat 98% top;
	border-top: 1px solid #ebebeb;
	
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;}

.category:hover {	 background: #0239ad url(../images/iconh002.png) no-repeat 98% top;}
#categoryList .active .sub-category {
    display: block;}

 #categoryList .active {
     background: #0239ad url(../images/iconh002.png) no-repeat 98% top;}
   
.category:hover a {   
}
.category .sub-category a {     background: #e1e1e1;   font-size: 14px;
    font-weight: 200;
    color: #000;}

#categoryList .active a {color: #fff;}
#categoryList .active .sub-category a {width:100%; background: #e1e1e1;color: #666;  font-size: 14px;
    font-weight: 200;}
#categoryList .sub-category a::before {
      content: "·";
    display: inline-block;
    margin-right: 4px;
    font-weight: bold;
    font-size: 20px;
}

.category:hover a {color: #fff;}
.category:hover .sub-category a {color: #666; background: #e1e1e1;   font-size: 14px;
    font-weight: 200;}
.category:hover .sub-category a:hover {color: #fff; background:#0239ad;width: 100%;}
#categoryList .active .sub-category  a:hover {color: #fff; background:#0239ad;width: 100%;}
.pro_n .prolf_n ul,.pro_n .prolf_n ul li{
	width:100%;
	overflow:hidden;
	}
.pro_n .prolf_n ul li{
	line-height:30px;
	background: #f5f5f5 url(../images/icon002.png) no-repeat 98% center;
	border-top: 1px solid #ebebeb;
	padding:10px 15px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.pro_n .prolf_n ul li a{
	font-size:16px;
	display:block;
	}
.pro_n .prolf_n ul li:hover,.pro_n .prolf_n ul li.active{
	background:#0239ad url(../images/iconh002.png) no-repeat 98% center;
}
.pro_n .prolf_n ul li:hover a,.pro_n .prolf_n ul li.active a{
	color:#fff;
}
.pro_n .prort_n dl{
	width:31.333333333333333%;
	overflow:hidden;
	padding:10px;
	background: rgba(242, 242, 242, 1);
	margin:0 1% 40px 1%;
	float:left;
	position:relative;
}
.pro_n .prort_n dl:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #0239ad;
    transition: all .5s ease
}

.pro_n .prort_n dl:hover:after {
    height: 100%
}.prort_n dl dd p {display:none;}

.prort_n dl dt,.prort_n dl dd{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:9;
}
.prort_n dl:hover dd p {color: #fff;}
.prort_n dl dt{
	height:300px;
}
.prort_n dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.prort_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.prort_n dl dd{
	font-size:16px;
	color:#333;
	line-height:30px;
	text-align:center;
	padding:10px 0;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.prort_n dl:hover dd{
	color:#fff;
}
.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.npro_zy {
padding: 30px 0;   font-size: 16px;
    line-height: 35px;}



.nprort{
	width:45%;
}
.nprort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.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%;
	white-space: nowrap;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}

/*产品展示结束*/

/*产品展示结束*

/* zsjz_n
-------------------------------------------------------------- */
.zsjz_n{
	width:100%;
	overflow:hidden;
	background:#f5f4f9;
	padding-top:60px;
	padding-bottom:60px;
	}
.zsjznr_n .zsjzlist_n{
	width:32%;
	overflow:hidden;
	margin:40px 2% 40px 0;
	float:left;
	}
.zsjznr_n .zsjzlist_n:nth-child(3n){
	margin-right:0;
	}
/* zyjs_n
-------------------------------------------------------------- */

.zyjs_n{
	width:100%;
	overflow:hidden;
	background: #F7F8FA;
	padding-top:60px;
	padding-bottom:60px;
}
.zyjsnr_n dl{
	width:32%;
	overflow:hidden;
	float:left;
	margin:30px 2% 30px 0;
}
.zyjsnr_n dl:nth-child(3n){
	margin-right:0;
}
.zyjsnr_n dl dt,.zyjsnr_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.zyjsnr_n dl dt{
	position:relative;
	height:314px;
}
.zyjsnr_n dl dt img{
	width:100%;
	height:100%;
	object-fit: cover;
    transition: all .3s linear;
}
.zyjsnr_n dl dt .zyjsbg_n{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 57, 173, 0.7);
    transition: all .3s linear;
    opacity: 0;
}
.zyjsnr_n dl:hover dt .zyjsbg_n{
  opacity: 1;
}
.zyjsnr_n dl dd{
	font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    padding: 15px 0;
    background: #f1f1f1;
}
.zyjsnr_n dl dd p {line-height: 30px;}
.zyjsnr_n dl:hover dd{
	color:#0239ad;
}
/* gkcj_n
-------------------------------------------------------------- */
.gkcj_n{
	margin-top:60px;
	margin-bottom:60px;
}
.gkcjnr_n{
	width:100%;
	overflow:auto;
}
.gkcjnr_n table{
	width:100% !important;
	white-space: nowrap;
}
.gkcjnr_n table tr,.gkcjnr_n table td,.gkcjnr_n table th{
	overflow:hidden;
	border:solid 1px #333;
}
.gkcjnr_n table td,.gkcjnr_n table th{
	text-align:center;
	line-height:30px;
	color:#333;
	padding:0 5px;
}
.gkcjnr_n table td{
	font-size:16px;
}
.gkcjnr_n table th{
	font-size:17px;
	font-weight:bold;
}
/* nnews
-------------------------------------------------------------- */
.news_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:60px;
	}
.newsnr_n .inform-item{
	width: 31.333333333333%;
	overflow:hidden;
	float:left;
    margin-right:3%;
    margin-bottom: 70px;
}
.newsnr_n .inform-item:nth-of-type(3n) {
	margin-right: 0;
}
.newsnr_n .inform-item .newsimg_n{
	width:100%;
	overflow:hidden;
	position:relative;
	height:372px;
}
.newsnr_n .inform-item .newsimg_n img{
	position: absolute;
    left: 0;
    top: 0;
	width:100%;
    height: 100%;
    object-fit: cover;
}
.newsnr_n .inform-item .txt{
	width:100%;
	overflow:hidden;
	background-color: #F9F9F9;
}
.inform-item .txt .newstop_n,.inform-item .txt .newsbot_n,.inform-item .txt .newstop_n h4,.inform-item .txt .newstop_n p,.inform-item .txt .newsbot_n{
	width:100%;
	overflow:hidden;
}
.inform-item .txt .newstop_n{
	padding: 30px 5% 60px;
}
.inform-item .txt .newstop_n h4{
	max-height: 24px;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.inform-item .txt .newstop_n p {
    height: 69px;
    color: #555;
    line-height: 1.7;
    margin-top: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.inform-item .newsbot_n {
    position: relative;
    padding: 16px 5% 27px;
}
.inform-item .newsbot_n::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.2);
}
.inform-item .newsbot_n::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: #0239ad;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.inform-item .icon {
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.inform-item i {
	width:11px;
	height:100%;
	display:block;
	position:absolute;
	left:5%;
	top:0;
	background:url(../images/icon13.jpg) no-repeat center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.inform-item .date_n{
  text-align: right;
   width: 50%;
    float: right;
}
.inform-item .date_x{
    width: 50%;
    float: left;
}
.newsnr_n .inform-item:hover {
  box-shadow: 0px 10px 15px 1px rgba(0, 0, 0, 0.1);
}
.newsnr_n .inform-item:hover img {
  transform: scale(1.04);
}
.inform-item:hover h3,
.inform-item:hover .date_n,
.inform-item .date_x{
  color: #0239ad;
}
.inform-item:hover i{
	background:url(../images/iconh13.jpg) no-repeat center;
}
.inform-item:hover .txt {
  background-color: #fff;
}
.inform-item:hover .newsbot_n::after {
  left: 0;
  width: 100%;
}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 28px;
	line-height:38px;
    color: #262626;
	font-weight:normal;
    text-align: center;
	border-bottom:solid 1px #d9d9d9;
	padding-bottom:26px;
	}
.news_n .nnewsdate{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	}
.news_n .nnewsdatelf{
	width: 70%;
    overflow: hidden;
	line-height:30px;
	font-size:16px;
	color:#333;
	}
.news_n .nnewsdatert{
	width: 30%;
    overflow: hidden;
	text-align:right;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.news_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
.news_n .fbnr video{
	max-width:100%;
	}
/* zsjm_n
-------------------------------------------------------------- */
.zsjm_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.zsjm_n dl{
	width:23%;
	overflow:hidden;
	background:#fff;
	float:left;
	margin:20px 1%;
	padding-bottom:20px;
	}
.zsjm_n dl dt,.zsjm_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.zsjm_n dl dt img{
	max-width:100%;
	height:auto;
	}
.zsjm_n dl dd{
	line-height:30px;
	font-size:16px;
	}
	
/* ncontact
-------------------------------------------------------------- */
.contactnr_map {height: 500px;}
 .custom-content-marker {
    position: relative;
    width: 320px;
    /* height: 50px; */
    background: #fff;
    padding: 10px;
}
       .custom-content-marker p {font-size: 18px;
                  font-weight: bold;}
        .custom-content-marker img {
             width: 100px;
            height: 28px;
        }
        .custom-content-marker .close-btn {
            position: absolute;
            top: -6px;
            right: -8px;
            width: 15px;
            height: 15px;
            font-size: 12px;
            background: #ccc;
            border-radius: 50%;
            color: #fff;
            text-align: center;
            line-height: 15px;
            box-shadow: -1px 1px 1px rgba(10, 10, 10, .2);
        }
        .custom-content-marker .close-btn:hover{
            background: #666;
        }
.contact_n{
	margin-top:80px;
	margin-bottom:80px;
	}
.contact_n h3{
    text-align: center;
	width:100%;
	overflow:hidden;
	font-size:45px;
	color: #000;
	line-height:55px;
	}
.contactnr_n{
	width:100%;
	overflow:hidden;
	margin-top:40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 10px;
}
.contactnr_n .slide{
	height:308px;
	float:left;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 50px;
    overflow: hidden;
	margin:20px 2% 0 0;
}
.contactnr_n .slide:last-child{
	margin-right:0;
}
.slide .e1 {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.slide .e2 {
    z-index: 2;
    position: relative;
    margin:30px 0 0;
}
.slide .e2 .text {
    font-size: 30px;
	line-height:40px;
    color: #000;
}
.slide .e2 .desc {
    display: block;
    margin: 20px 0 0;
    font-size: 24px;
	line-height:34px;
    display: grid;
}
.slide .e2 .desc p{
	font-size: 20px;
	line-height:30px;
}
.slide .e2 .desc p a{
	font-size: 20px;
}
.slide::after {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 6px;
    background: #0239ad;
}
.slide:hover::after {
	width:100%;
}
/* message
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}
.nmessage{
	width:100%;
	overflow:hidden;
}
.nmessage .nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(1) dd input{
	background:#fff url(../images/icon23.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon24.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3) dd input{
	background:#fff url(../images/icon25.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(4) dd input{
	background:#fff url(../images/icon26.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(5){
	width:100%;
	}
.nmessagenr dl:nth-child(5) dd textarea{
	background:#fff url(../images/icon27.png) no-repeat 24px 21.5px;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #0239ad;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	color:#343434;
	}
.btn1 .intxt{
	width:60px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}
/* jssl_n
-------------------------------------------------------------- */
.jssl_n{
	margin-top:60px;
	margin-bottom:60px;
}
.jssllist_n,.jsslcont_n{
	width:100%;
	overflow:hidden;
}
.jssllist_n{
	margin:50px 0;
}
.jssllist_n .jsslimg_n{
	width:48%;
	overflow:hidden;
	border-radius:0 200px 0 0;
}
.jssllist_n .jsslimg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.jssllist_n .jsslcont_n{
	width:52%;
	overflow:hidden;
	padding-top:50px;
}
.jssllist_n:nth-child(2n+1) .jsslcont_n{
	padding-left:200px;
}
.jssllist_n:nth-child(2n) .jsslcont_n{
	padding-right:200px;
}
.jssllist_n:nth-child(2n+1) .jsslimg_n{
	float:left;
}
.jssllist_n:nth-child(2n+1) .jsslcont_n{
	float:right;
}
.jssllist_n:nth-child(2n) .jsslimg_n{
	float:right;
}
.jssllist_n:nth-child(2n) .jsslcont_n{
	float:left;
}
.jsslen{
	width:100%;
	overflow:hidden;
	font-size: 50px;
    color: #333333;
    line-height: 55px;
    font-family: Arial;
    margin-top: 20px;
	margin-bottom:100px;
}
.jsslcont_n h4,.jsslcont_n p{
	width:100%;
	overflow:hidden;
}
.jsslcont_n h4{
	font-size: 45px;
    color: #333;
    line-height: 55px;
    font-weight: normal;
    margin-bottom: 16px;
	margin-bottom:60px;
}
.jsslcont_n p{
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#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:#0239ad;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1279px) and (min-width: 0px){
.nav,.topewm{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:14px;float:right;margin-right:10px;}
.rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}


@media(max-width:1768px) {
	.nav .menu > li {
		margin: 0 35px;
	}
	.zyjsnr ul li h4 {
		font-size: 18px;
		line-height: 30px;
	}
	.zyjsnr ul li{
		padding: 30px 15px 0 15px;
	}
	.zyjsnr ul li p{
		font-size:15px;
	}
	.zyjscont.active {
		padding: 490px 100px 0 88px;
	}
}
@media(max-width:1680px) {
	.nav .menu > li {
		margin: 0 25px;
	}
	.banner .img .banner1-1 h4, .banner .img .banner2-1 h4{
		font-size: 60px;
		line-height: 70px;
	}
	.banner .img .banner1-1 h5{
		font-size: 44px;
		line-height: 54px;
	}
	.aboutlf {
		width: 36%;
	}
	.aboutlist dl dt .counter{
		font-size: 66px;
		line-height: 50px;
	}
	.newsnr_n .inform-item .newsimg_n {
		height: 320px;
	}
	.zsjz_cont .zsjzbot .zsjzxq{
		margin-top:40px;
	}
	.tit h3,.tit h3 a{
		font-size: 50px;
		line-height: 60px;
	}
	.gkcjlist h4 {
		font-size: 40px;
		line-height: 50px;
	}
}
@media(max-width:1600px) {
	.nav .menu > li {
		margin: 0 15px;
	}
	.banner .img .banner1-1 h4, .banner .img .banner2-1 h4{
		font-size: 56px;
		line-height: 66px;
	}
	.banner .img .banner1-1 h5{
		font-size: 40px;
		line-height: 50px;
	}
	.banner .img .banmore {
		margin-top: 100px;
	}
	.aboutlist dl dt .counter{
		font-size: 62px;
	}
	.aboutjs {
		margin-top: 60px;
	}
	.more {
		margin-top: 100px;
	}
	.newslist .newslf{
		height:613px;
	}
    .newslist .newsrt {
    display: flex;
    flex-direction: column;
    height: 613px;
}
	.newslist .newsrt .newsrtlist{
		height:292px;
	}
	.positionnr .positionrt ul li{
		margin-left:50px;
	}
	.zyjscont h4{
		font-size:32px;
		line-height:42px;
	}
	.zyjscont .zyjs_num{
		font-size: 56px;
		line-height:56px;
	}
	.zsjz_cont .zsjzbot h4 {
		font-size: 20px;
		line-height: 30px;
		margin-top: 20px;
	}
	.newsnr_n .inform-item .newsimg_n {
		height: 300px;
	}
	.xxhjnr_n{
		margin-top:60px;
	}
	.tit h3,.tit h3 a{
		font-size: 46px;
		line-height: 56px;
	}
	.gkcjlist h4 {
		font-size: 36px;
		line-height: 46px;
	}
	.zyjsnr ul li h4 {
		font-size: 17px;
	}
	.contact_n h3{
		font-size:40px;
		line-height:50px;
	}
	.botnav ul li a {
		font-size: 16px;
	}
}
@media(max-width:1440px) {
  .prort_n dl dt {
    height: 220px;
}
	.headerin {
		margin-right: 20px;
	} 
	.nav .menu > li {
		margin: 0 12px;
	}
	.banner .img .banner1-1 h4, .banner .img .banner2-1 h4{
		font-size: 52px;
		line-height: 62px;
	}
	.banner .img .banner1-1 h5{
		font-size: 36px;
		line-height: 46px;
	}
	.banner .img .banner1-1 p, .banner .img .banner2-1 p{
		font-size:18px;
	}
	.aboutlist dl dt .counter{
		font-size: 58px;
		line-height:48px;
	}
	.newslist .newslf{
		height:593px;
	}
    .newslist .newsrt {
    height: 700px;
}
	.newslist .newsrt .newsrtlist{
		height:282px;
	}
	.newsrt .newsrttit h5,.newslist .newslf .newstit h5{
		font-size: 18px;
	}
	.zsjz_cont .zsjzbot h4 {
		font-size: 18px;
	}
	.zsjz_cont .zsjzbot {
		padding: 0 20px 50px 20px;
	}
	.zsjz_cont .zsjzimg {
		height: 350px;
	}
	.gkcjlist {
		padding: 58px 40px;
	}
	.gkcjlist h4 {
		font-size: 32px;
		line-height: 42px;
	}
	.contact_n h3{
		font-size:36px;
		line-height:46px;
	}
	.zyjsnr {
		margin-top: 100px;
	}
	.zyjscont.active {
		padding: 490px 100px 0 70px;
	}
	.zyjscont .zyjs_num{
		font-size:52px;
		line-height:52px;
	}
	.zyjscont h4{
		font-size:30px;
		line-height:40px;
	}
	.zyjsrt {
		height: 800px;
	}
	.zyjscont.active {
		padding: 340px 90px 0 70px;
		height: 800px;
	}
	.zyjsxq {
		margin-top: 100px;
	}
	.news_n h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.newsnr_n .inform-item .newsimg_n {
		height: 280px;
	}
	.zsjznr_n .zsjzlist_n {
		margin: 30px 2% 30px 0;
	}
	.tit h3,.tit h3 a{
		font-size: 42px;
		line-height: 52px;
	}
	.aboutlf {
		width: 38%;
	}
	.more {
		margin-top: 80px;
	}
	.zyjsnr ul li {
		padding: 30px 10px 0 10px;
	}
	.zyjsnr ul li h4 {
		font-size: 16px;
	}
	.zyjsnr ul li p {
		font-size: 14px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li {
		margin: 0 10px;
	}
	.nav .menu > li a {
		font-size: 16px;
	}
	.aboutlist dl dt .counter {
		font-size: 54px;
		line-height: 44px;
	}
	.newsnr_n .inform-item .newsimg_n {
		height: 260px;
	}
	.tit h3,.tit h3 a{
		font-size: 38px;
		line-height: 48px;
	}
	.aboutlf {
		width: 40%;
	}
	.more {
		margin-top: 60px;
	}
}
@media(max-width:1280px) {
	.banner .img .banner1-1 h4, .banner .img .banner2-1 h4{
		font-size: 48px;
		line-height:58px;
	}
	.banner .img .banner1-1 h5{
		font-size: 32px;
		line-height: 42px;
	}
	.banner .img .banner1-1 p, .banner .img .banner2-1 p{
		font-size:16px;
	}
	.banner .img .banner2-1 ul li {
		width: 150px;
	}
	.banner .img .banmore {
		margin-top: 60px;
	}
	.positionnr .positionrt ul li{
		margin-left:30px;
	}
	.contact_n h3{
		font-size:32px;
		line-height:42px;
	}
	.aboutlist dl dt .counter {
		font-size: 50px;
		line-height: 40px;
	}
	.zsjz_cont .zsjzimg {
		height: 300px;
	}
	.gkcjlist {
		padding: 58px 30px;
	}
	.gkcjlist h4 {
		font-size: 28px;
		line-height: 38px;
	}
	.zsjzlist .swiper-button div {
		width: 50px;
		height: 50px;
	}
	.zsjzlist .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.zyjscont.active {
		padding: 340px 90px 0 70px;
	}
	.zyjscont .zyjs_num {
		font-size: 48px;
		line-height: 48px;
	}
	.zyjscont h4 {
		font-size: 28px;
		line-height: 38px;
	}
	.newsnr_n .inform-item .newsimg_n {
		height: 240px;
	}
}
@media(max-width:1152px) {
	.banner .img .banner1-1 h4, .banner .img .banner2-1 h4{
		font-size: 44px;
		line-height:54px;
	}
	.aboutlist dl dt .counter {
		font-size: 46px;
		line-height: 36px;
	}
	.banner .img .banner1-1 h5 {
		font-size: 30px;
		line-height: 40px;
	}
	.banner .img .banner1-1 h5{
		margin-bottom:30px;
	}
	.banner .img .banmore {
		margin-top: 40px;
	}
	.banner .img .banner1-1 h4, .banner .img .banner2-1 h4{
		font-size: 40px;
		line-height: 50px;
	}
	.banner .img .banner1-1 h5{
		font-size:26px;
		line-height:36px;
	}

}
@media(max-width:1200px) {
	.nav{
		display:none;
	}
	.headertop {
		padding-top: 40px;
	}
}

@media(max-width:1024px) {
	.banner .img .banner2-1 ul li {
		width: 130px;
		font-size:14px;
	}
}
@media(max-width:1023px) {
	.about{
		padding-top:60px;
		padding-bottom:60px;
	}
	.aboutlf,.aboutrt{
		width:100%;
	}
	.aboutrt{
		margin-top:40px;
	}
	.aboutimg{
		margin-top:50px;
	}
	.aboutjs {
		margin-top: 40px;
	}
	.aboutbot {
		margin-top: 50px;
	}
	.zyjscont.active {
		padding: 140px 30px 0 30px;
	}
	.zyjsxq {
		margin-top: 40px;
	}
	.zyjsrt {
		height: 600px;
		display:none;
	}
	.gkcj {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.gkcjnr{
		margin-top:50px;
	}
	.gkcjlist{
		width:100%;
		margin-top:20px;
	}
	.zyjsnr ul li {
		height: 180px;
	}
	.zyjsnr ul li .zyjsicon {
		margin-bottom: 30px;
	}
	.zyjs{
		padding-right:5%;
		padding-bottom:60px;
	}
	.zyjslf,.zyjsrt{
		width:100%;
	}
	.zyjsrt{
		margin-top:30px;
	}
	.zyjsnr {
		margin-top: 60px;
	}
	.zyjslf {
		padding-top: 60px;
	}
	.zyjsnr ul li p {
		font-size: 13px;
	}
	.newslist .newslf,.newslist .newsrt{
		width:100%;
	}
	.newslist .newsrt{
		margin-top:30px;
	}
	.newslist {
		margin-top: 50px;
	}
	.news {
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.newsnr .tit,.newsmenu{
		width:100%;
	}
	.newslist .newslf {
		height: 400px;
	}
    .newslist .newsrt {

    height: 100%;
}
	.newsmenu{
		text-align:left;
		margin-top:30px;
	}
	.newsmenu ul li{
		margin-left:0;
		margin-right:10px;
	}
	.aboutrt_n{
		width:100%;
		min-height:auto;
		padding: 40px;
	}
	.about_n .aboutimg_n{
		position:inherit;
		width:100%;
		top:0;
		height:auto;
	}
	.about_n .aboutimg_n{
		height:auto;
		object-fit: inherit;
	}
	.botnav{
		margin-top:20px;
	}
	.botlogo,.botnav,.footerlf{
		width:100%;
	}
	.footer{
		padding-top:40px;
		padding-bottom:40px;
	}
	.footerrt{
		display:none;
	}
	.footertop {
		padding-bottom: 20px;
	}
}
@media(max-width:991px) {
    .pro_n .prort_n dl {
    width: 100%;
    }
    .pro_n {
    padding-top: 20px;
    padding-bottom: 50px;
}
    .pro_n .prolf_n,.pro_n .prort_n{
		width:100%;
            margin: 10px 0;
	}
	.logo{
		padding:10px 0;
	}
	.logo img{
		height:40px;
	}
	
	.headertop {
		padding-top: 20px;
	}
	.banner .img .banmore {
		margin-top: 20px;
	}
	.banner .img .banmore a{
		width:120px;
		height:45px;
		line-height:45px;
	}
	.banner .img .banmore a span{
		margin-left:10px;
	}
	.banner .img .banner1-1,.banner .img .banner3-1,.banner .img .banner4-1{
		top:30%;
	}
	.banner .img .banner1-1{
		width:44%;
	}
	.banner .img .banner3-1{
		width:37%;
	}
	.banner .img .banner4-1{
		width:41%;
	}
	.contactnr_n .slide{
		width:100%;
		height:auto;
		margin: 20px 0 0 0;
		padding:30px;
	}
	.slide .e1 img{
		width:50px;
	}
	.position {
		padding: 10px 0;
	}
	.positionnr .positionlf,.positionnr .positionrt{
		width:100%;
	}
	.positionnr .positionrt{
		text-align:left;
		margin-top:10px;
	}
	.positionnr .positionrt ul li{
		margin-left:0;
		margin-right:20px;
	}
	.xxhjnr_n .swiper-button {
		margin-top: 30px;
	}
	.xxhjnr_n{
		margin-top:40px;
		margin-bottom:60px;
	}
	.xxhjnr_n .swiper-button div {
		width: 40px;
		height: 40px;
	}
	.xxhjnr_n .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.aboutrt_n h4{
		font-size:26px;
		line-height:36px;
	}
	.tit h3, .tit h3 a {
		font-size: 34px;
		line-height: 44px;
	}
	.tit p{
		font-size:16px;
	}
	
	.aboutbot ul li h5{
		font-size:20px;
	}
	.aboutbot ul li i {
		margin-right: 36px;
	}
	.aboutbot ul li{
		padding-left:30px;
	}
	.aboutbot ul li h5{
		padding-left:60px;
	}
	.zsjztit .tit,.zsjztitmore,.gkcjtit .tit,.gkcjmore{
		width:100%;
	}
	.zsjztitmore{
		margin-top:30px;
	}
	.zsjztitmore a{
		border: solid 1px #fff;
		color: #fff;
	}
	.zsjztitmore a span{
		color:#fff;
	}
	.zsjzlist {
		margin-top: 40px;
	}
	.zsjz {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.zsjzlist .swiper-button {
		position: inherit;
		top: 0;
		margin-top: 20px;
	}
	.zsjzlist{
		padding-left:0;
	}
	.gkcjnr {
		margin-top: 40px;
	}
	.newsnr_n .inform-item{
		width:49%;
		margin-right: 2%;
		margin-bottom:50px;
	}
	.newsnr_n .inform-item:nth-of-type(3n) {
		margin-right: 2%;
	}
	.newsnr_n .inform-item:nth-of-type(2n) {
		margin-right: 0;
	}
	.newsnr_n .inform-item .newsimg_n {
		height: 200px;
	}
	.inform-item .txt .newstop_n {
		padding: 30px 5% 30px;
	}
	.zsjznr_n .zsjzlist_n {
		width: 49%;
	}
	.zsjznr_n .zsjzlist_n:nth-child(3n) {
		margin-right: 2%;
	}
	.zsjznr_n .zsjzlist_n:nth-child(2n) {
		margin-right: 0;
	}
	.news_n h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.zsjz_cont .zsjzbot .zsjzxq {
		margin-top: 30px;
	}
	.gkcjmore{
		margin-top:40px;
	}
	.botnav ul li {
		width:25%;
		text-align:center;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
}
@media(max-width:768px) {
	.banner .swiper-pagination{
		bottom:10px;
	}
	.banner .swiper-pagination .swiper-pagination-bullet-active:after{
		display:none;
	}
	.banner .swiper-pagination-bullet-active{
		padding-right:0;
	}
	.banner .swiper-pagination-bullet{
		margin:0 5px;
	}
	.banner .swiper-pagination{
		right:4%;
	}
	.news_n h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.aboutrt_n h4{
		font-size:22px;
		line-height:32px;
	}
	.tit {
		padding-left: 15px;
	}
	.tit h3, .tit h3 a {
		font-size: 30px;
		line-height: 40px;
	}
	.tit p{
		font-size:15px;
	}
	.banner .img .banner1-1 h4, .banner .img .banner2-1 h4 {
		font-size: 32px;
		line-height: 42px;
	}
	.banner .img .banner2-1 h4 {
		margin-bottom: 10px;
	}
	.banner .img .banner2-1 ul{
		margin-top:10px;
	}
	.banner .img .banner1-1 h5 {
		margin-bottom: 10px;
	}
	.banner .swiper-button{
		bottom:27px;
	}
	.newsmenu ul li a span {
		margin-left: 10px;
	}
	.newsmenu ul li {
		width: 120px;
		height: 45px;
		line-height: 45px;
		margin-top:10px;
	}
}
@media(max-width:767px) {
	.banner .img .banner1-1 h4, .banner .img .banner2-1 h4 {
		font-size: 28px;
		line-height:38px;
	}
	.aboutlist dl {
		margin-top: 10px;
	}
	.aboutlist dl dt .counter {
		font-size: 42px;
		line-height: 32px;
	}
	.aboutbot ul li{
		width:100%;
		margin-right:0;
		margin-bottom:10px;
	}
	.zyjsnr ul li {
		width: 25%;
	}
	.zsjznr_n .zsjzlist_n {
		width: 100%;
		margin-right:0;
	}
	.zsjznr_n .zsjzlist_n:nth-child(3n) {
		margin-right: 0;
	}
	.nmessagenr dl{
		width:100%;
	}
	.nmessagenr dl:nth-child(2n+1) {
		margin-right: 0;
	}
	.nmessagenr dl:nth-child(2n) {
		margin-left: 0;
	}
	.nmessagenr dl dd textarea{
		height:240px;
	}
}
@media(max-width:640px) {
	.headernr{
		width:98%;
	}
	.logo{
		padding:17px 0;
	}
	.logo img {
		height: 26px;
	}
	.headerin {
		margin-right: 10px;
	}
	.headertop a {
		padding-right: 5px;
		margin-right: 0px;
		font-size:14px;
	}


	.shubiao{
		margin-left:-13px;
		bottom:10px;
	}
	.mouse {
		width: 16px;
		height: 26px;
	}
	.banner .swiper-pagination-bullet{
		font-size:16px;
	}
	.banner .swiper-pagination-bullet-active{
		font-size:18px;
	}
	.banner .swiper-pagination {
		right: 0;
	}
	.banner .swiper-pagination-bullet{
		line-height:20px;
	}
	.banner .swiper-button {
		bottom: 17px;
		display:none;
	}
	.banner .swiper-pagination{
		padding-right:10px;
	}
	.banner .swiper-slide .img .banimg {
		width: 120%;
		margin-left: -10%;
	}
	.banner .img .banner1-1{
		width:59%;
	}
	.banner .img .banner2-1{
		top:18%;
	}
	.banner .img .banner3-1{
		width:52%;
	}
	.banner .img .banner4-1{
		width:56%;
	}
	.banner .img .banmore a{
		font-size:14px;
		width: 100px;
		height: 35px;
		line-height: 35px;
	}
	.banner .img .banmore a span {
		margin-left: 5px;
	}
	.banner .img .banner2-1 ul li{
		margin-right:2px;
	}
	.banner .img .banmore {
		margin-top: 10px;
	}
	.side {
		width: 40px;
	}
	.side ul li{
		height:40px;
	}
	.zyjsnr ul li {
		width: 33.33333333333333%;
	}
	.aboutlist dl dt .counter {
		font-size: 38px;
		line-height: 32px;
	}
	.newslist .newslf,.newslist .newsrt .newsrtlist{
		height: 280px;
	}
	.newslist .newslf .newstit{
		padding: 0 20px;
	}
	.newslist .newsrt .newsrttit{
		padding: 0 20px 20px 20px;
	}
	.newslist .newslf .newstit{
		padding: 15px 20px;
	}
	.more a,.zyjsxq a,.zsjztitmore a{
		width: 120px;
		height: 45px;
		line-height: 45px;
	}
	.more a span,.zyjsxq a span,,.zsjztitmore a span{
		margin-left: 10px;
	}
	.gkcjmore a {
		width: 140px;
		height: 50px;
		line-height: 50px;
	}
	.newsnr_n .inform-item{
		width:100%;
		margin-right: 0;
		margin-bottom:40px;
	}
	.newsnr_n .inform-item:nth-of-type(3n) {
		margin-right:0;
	}
	.inform-item .txt .newstop_n h4{
		font-size:16px;
	}
	.inform-item .txt .newstop_n p{
		margin-top:20px;
	}
	.inform-item .newsbot_n {
		padding: 16px 5% 16px;
	}
	.news_n .fbnr video{
		width:100% !important;
		height:auto !important;
	}
	.zsjz_cont .zsjzbot .zsjzxq {
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
	.contact_n h3 {
		font-size: 28px;
		line-height: 38px;
	}
	.slide .e2 .text {
		font-size: 26px;
		line-height: 36px;
	}
	.slide .e2 .desc p,.slide .e2 .desc p a {
		font-size: 18px;
	}
	.contactnr_n .slide {
		padding: 20px;
	}
    .slide .e2 {
    margin: 10px 0 0;
    width: 70%;
    float: left;
}
    .slide .e1 {
 
    width: 20%;
    float: left;
}
}
@media(max-width:500px) {
	.zyjsnr ul li {
		width: 50%;
	}
	.zyjsnr ul li p {
		font-size: 12px;
	}
	.botnav ul li {
		width:33.3333333333%;
	}
}
@media(max-width:425px) {
	.aboutlist dl dt .counter {
		font-size: 34px;
	}
	.zsjz_cont .zsjzbot h4{
		font-size:18px;
	}
	.aboutrt_n {
		padding: 30px;
	}
}
@media(max-width:424px) {
	
	
}
@media(max-width:375px) {
	.zsjz_cont .zsjzbot {
		padding: 0 20px 56px 20px;
	}
	.botnav ul li a {
		font-size: 15px;
	}
}
@media(max-width:319px) {
	.aboutlist dl dd{
		font-size:14px;
	}
	.zyjsnr ul li h4 {
		font-size: 15px;
	}
	.botnav ul li a {
		font-size: 14px;
	}
}
#toggleMenu{
	display:none;
}
/*移动端导航*/

@media screen and (max-width: 1400px) {
.header .nav{
   margin-right: 0; 
}
    .header .navbar_nav li {

    padding: 0 30px;
    }
    
}
@media screen and (max-width: 1023px) and (min-width: 0px){
    .header .nav{
	line-height: 50px;}
.header{
	height:50px;}
.language .languagenr {    top: 50px}
   
    .language {
    line-height: 50px;
    }
    .banner {
    padding-top: 50px;
}
	.header .nav,.icon1,.icon2,.side,.logojs,.tel,.side,.search{
		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: #0239ad;
	  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) {
	  width: 100%;
	  background: #0239ad;
	  -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: #0239ad;
	  -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: 18px;
	  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:100px;
			  top:10px;
			  z-index:9999;
	}

	.toggle span {
	  height: 2px;
	  margin: 4px 5px;
	  width: 30px;
	  display: block;
	  background: #0239ad;
	  -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:0;
	}


	.toggle.active span:nth-child(1) {
	  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
		  -ms-transform: rotate(-45deg) translate(-7px, 6px);
			  transform: rotate(-45deg) translate(-7px, 6px);
	}

	.toggle.active span:nth-child(2) {
	  opacity: 0;
	}

	.toggle.active span:nth-child(3) {
	  -webkit-transform: rotate(45deg) translate(-7px, -7px);
		  -ms-transform: rotate(45deg) translate(-7px, -7px);
			  transform: rotate(45deg) translate(-7px, -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;
	}
.nprolf {
    width: 100%;
}

.nprort {
    width: 100%;
}
.lxfs dl {
    width: 30%;
}
.tabBox {
    display: grid;
    grid-template-columns: auto;
    gap: 10px;
}
.more_pro .cf {
    width: 100%;
}
.contactnr_n {
    grid-template-columns: auto;

}
}

