@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

@font-face
{
	font-family: myOneFont;
	src: url('../font/SOURCEHANSANSCN-REGULAR.OTF');
}
@font-face
{
	font-family: myTwoFont;
	src: url('../font/SOURCEHANSANSCN-MEDIUM.OTF');
}

/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"myOneFont","Microsoft YaHei","Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"myOneFont","Microsoft YaHei","Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */
.header{
	width:100%;
	height:80px;
	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%;
	overflow:hidden;
	display:flex;
	align-items:center;
	position:relative;
}
.language a{
	display:block;
	height:100%;
	display:flex;
	align-items:center;
	font-size:16px;
	color:#141414;
}
.language span{
	margin:0 8px;
	font-size:16px;
	color:#141414;
}
.language a:hover{
	color:#004399;
}
.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: 50px;
	display: block;
	margin-right:48px;
}
.header .navbar_nav li{
	float:left;
	padding:0 57px;
	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: #141414;
	font-size:18px;
	line-height:80px;
	position:relative;
}
.header .navbar_nav li:hover > a,.header .navbar_nav li.active > a{
	color:#004399;
}
.header .navbar_nav li > a::after{
	content:"";
	width:0;
	height:2px;
	background:#004399;
	border-radius:50%;
	position:absolute;
	left:0;
	bottom:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.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.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:80px;
	background:#fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    left: 0;
	z-index:-1;
	-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{
	display:block;
	width:100%;
	overflow:hidden;
	font-size: 16px;
	color: #252525;
	padding: 5px;
	line-height:30px;
	text-align: center;
	border-top:solid 1px #e2e2e2;
}
.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: #004399;
}
.header .navbar_nav li.dropdown .dropdown_menu a:after{
	display:none;
}

#navToggle{
	display: none;
}

.cont{
	width:1720px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1720px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	position:relative;
	margin-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 .swiper-slide-active .img{
	visibility: visible; 
	-webkit-animation:scale-bg 4s linear forwards;
	animation:scale-bg 4s linear forwards;
}
.banner .bannertext1{
	overflow:hidden;
	position:absolute;
	left:5.2%;
	bottom:35.2%;
	z-index:99;
	}
.banner .bannertext1 h4{
	overflow:hidden;
	font-size:56px;
	color:#fff;
	line-height:66px;
	font-family:myTwoFont;
	font-weight:normal;
	letter-spacing:4px;
}
.banner .bannertext1 p{
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:30px;
	font-family:Arial;
	letter-spacing:3.1px;
}
.banner .bannertext1 .more{
	margin-top:90px;
}
.banner .bannertext1 .more a{
	background:none;
	border:solid 1px #fff;
	color:#fff;
}
.banner .bannertext2{
	overflow:hidden;
	position:absolute;
	left:5.2%;
	bottom:31.25%;
	z-index:99;
	}
.banner .bannertext2 h4,.banner .bannertext3 h4{
	overflow:hidden;
	font-size:60px;
	color:#fff;
	line-height:70px;
	font-family:myTwoFont;
	font-weight:normal;
}
.banner .bannertext2 p,.banner .bannertext3 p{
	overflow:hidden;
	font-size:22px;
	color:#fff;
	line-height:32px;
	margin-top:10px;
}
.banner .bannertext2 .more{
	margin-top:110px;
}
.banner .bannertext3{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:26.6%;
	z-index:99;
	}
.banner .bannertext3 h4,.banner .bannertext3 p{
	width:100%;
	text-align:center;
}
.banner .bannertext3 p{
	margin-top:16px;
}
.banner .bannertext3 .more a{
	margin:auto;
}
.banner .bannertext3 .more{
	margin-top:152px;
}
.banner .bannertext .banimg{
	width:100%;
	overflow:hidden;
	margin-bottom:65px;
}
.banner .bannertext .banimg img{
	max-width:100%;
	height:auto;
	}
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

@keyframes textAnimation {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  40%, 70% ,100%{
    transform: scale(1);
    opacity: 1;
  }
}
.banner .swiper-container .banimg{
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .banimg img{
	max-width:100%;
	height:auto;
}
.banner .banmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.banner .swiper-container .bannernr3 .banmore{
	margin:90px auto 0;
}
.banner .swiper-container .bannernr3 .banmore a{
	margin:auto;
	text-align:left;
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.banner .swiper-slide .img img{
	width:100%;
	height:auto;
}
.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.banner .swiper-button-next.swiper-button-disabled,.banner .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}


.banner .swiper-button-prev.swiper-button-black,.banner .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background:url("../images/prev.png") no-repeat center;
	opacity:0.5;
}
.banner .swiper-button-prev:hover{
	opacity:1;
	}

.banner .swiper-button-next.swiper-button-black,.banner .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background:url("../images/next.png") no-repeat center;
	opacity:0.5;
}
.banner .swiper-button-next:hover{
	opacity:1;
	}
/*shubiao*/
.shubiao{
	position:absolute;
	left:50%;
	margin-left:-11px;
	bottom:25px;
	z-index:99;
}
.mouse {
  position: relative;
  width: 26px;
  height: 46px;
  border-radius: 30px;
  border: 3px solid #fff;
  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: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.banner .down p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	letter-spacing:2px;
	line-height:30px;
}
.banner .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		}

@-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:#b1b1b1;
	line-height:40px;
	font-size:16px;
}

.swiper-pagination-fraction .swiper-pagination-current{
	color:#e62830;
	font-size:26px;
	font-weight:bold;
}
.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)
}

.swiper-pagination-bullet{
	width:26px;
	height:8px;
	background:#fff;
	opacity:0.4;
	display: inline-block;
	margin-right:16px;
	outline:none;
	position:relative;
}
.swiper-pagination-bullet::after{
	content:"";
	width:12px;
	height:12px;
	background:#fff;
	border-radius:50%;
	position:absolute;
	left:4px;
	top:4px;
}

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
}

.swiper-pagination-bullet-active{
	width:50px;
	opacity:1;
}

.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 {
	overflow:hidden;
	text-align:center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	position:absolute;
	left:5.2%;
	bottom:45px;
	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 h3{
	width:100%;
	font-size:56px;
	color:#292929;
	line-height:66px;
	font-weight:normal;
	font-family:myTwoFont;
	margin-top:6px;
	}
.tit h3 a{
	font-size:56px;
	color:#292929;
	font-family:myTwoFont;
	}
.tit p{
	width:100%;
	font-size:30px;
	color:#004399;
	line-height:40px;
	font-family:Arial;
	}
.more{
	overflow:hidden;
}
.more a{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:188px;
	height:54px;
	line-height:54px;
	background:#004399;
	font-size:16px;
	color:#fff;
	padding-left:26px;
	}
.more a span{
	margin-right:20px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.more a:hover span{
	margin-right:10px;
}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:#e4f0ff;
	padding-top:94px;
	padding-bottom:74px;
	position:relative;
}
.protit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	flex-wrap:wrap;
}
.pronr{
	position:relative;
	z-index:9;
}
.prolist,.prolist dl,.prolist dl dt,.prolist dl dd{
	width:100%;
	overflow:hidden;
}
.prolist{
	margin-top:100px;
}
.prolist dl dt{
	text-align:center;
	background:url(../images/probg.png) no-repeat center;
	background-size:76% auto;
}
.prolist dl dt img{
	max-width:100%;
	height:auto;
}
.prolist dl dd{
	font-size:30px;
	color:#292929;
	line-height:40px;
	text-align:center;
	margin-top:18px;
}
.prolist .swiper-slide dl{
	transform:scale(0.8);
}
.prolist .swiper-slide-active dl{
	transform:scale(1);
}
.prolist .swiper-slide-active dl dd{
	font-weight:bold;
}

.pronr .swiper-button{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:60px;
}
.pronr .swiper-button div{
	width:56px;
	height:56px;
	border:solid 1px #d0d2d7;
	border-radius:50%;
	display:inline-block;
	margin:0 13px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.pronr .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
}
.pronr .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh.png) no-repeat center;
}
.pronr .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
}
.pronr .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth.png) no-repeat center;
}
.pronr .swiper-button div:hover{
	border-color:#38393a;
}

/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	padding-top:160px;
	padding-bottom:178px;
	position:relative;
	}
.aboutnr{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#9e9e9e;
	line-height:30px;
	margin-top:50px;
	margin-bottom:76px;
}
.aboutlf{
	width:40%;
	overflow:hidden;
}
.aboutnr .more{
	margin-top:60px;
}
.about .aboutbg{
	width:31.9%;
	height:576px;
	background:#004399;
	position:absolute;
	right:0;
	top:140px;
	z-index:0;
}
.about .aboutimg{
	width:47.5%;
	overflow:hidden;
	position:absolute;
	right:2.6%;
	margin-left:-20%;
	top:248px;
	z-index:1;
}
.about .aboutimg img{
	width:100%;
	height:auto;
}
.about .aboutimg:hover img{
	transform:scale(1.02);
}
/* aboutlist
-------------------------------------------------------------- */
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:120px;
}
.aboutlist ul{
	width:100%;
	height:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.aboutlist ul li{
	overflow:hidden;
}
.aboutlist ul li:first-child{
	margin-right:20%;
}
.aboutlist ul li dl{
    overflow: hidden;
}
.aboutlist ul li dl dt,.aboutlist ul li dl dd{
	max-width:100%;
	overflow:hidden;
}
.aboutlist ul li dl dt{
	font-size:16px;
	color:#004399;
	font-weight:normal;
}
.aboutlist ul li dl dt .timer{
	font-size:56px;
	color:#004399;
	line-height:56px;
	font-weight:bold;
	font-family:Arial;
	margin-right:7px;
}
.aboutlist ul li dl dt font{
	font-size:26px;
	color:#004399;
	line-height:26px;
}
.aboutlist ul li dl dd{
	font-size:16px;
	color:#636363;
	line-height:26px;
}
/* yyly
-------------------------------------------------------------- */
.yyly{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/yylybg1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
.yyly .tit{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:absolute;
	left:0;
	top:104px;
	z-index:990;
}
.yyly .tit h3,.yyly .tit h3 a,.yyly .tit p{
	color:#fff;
}
.yyly ul{
    width:100%;
	height:100%;
}
.yyly ul li{
    width:20%;
	height:100%;
	overflow:hidden;
	border-right:solid 1px rgba(255,255,255,0.5);
	float:left;
	position:relative;
}
.yyly ul li::after{
	content:"";
	width:100%;
	height:0;
	position:absolute;
	left:0;
	bottom:0;
	opacity:0;
	z-index:1;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	background: rgba(255,255,255,0.3);
}
.yyly ul li:hover::after{
	height:100%;
	opacity:1;
	backdrop-filter: blur(5px);
}
.yyly ul li .yylynr{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-69.5px;
	padding:0 45px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	z-index:9;
}
.yyly ul li .icon,.yyly ul li h5,.yyly ul li p{
	width:100%;
	overflow:hidden;
}
.yyly ul li .icon,.yyly ul li h5{
	text-align:center;
}
.yyly ul li .icon img{
	max-width:100px;
	height:auto;
	}
.yyly ul li h5{
	font-size:30px;
	color:#fff;
	line-height:40px;
	font-weight:normal;
}
.yyly ul li p{
	font-size:16px;
	color:#fff;
	line-height:30px;
	height:0;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.yyly ul li .yylynr .more a{
	margin:0 auto 0;
	height:0;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.yyly ul li:hover p{
	margin-top:18px;
	height:auto;
	opacity:1;
}
.yyly ul li:hover .yylynr .more a{
	margin:50px auto 0;
	height:auto;
	opacity:1;
	border-color:#fff;
	background:none;
}
.yyly ul li .more{
	margin-top:60px;
}
.yyly ul li .more a{
	border:solid 1px #fff;
}
.yyly ul li:hover .yylynr{
	margin-top:-144px;
}
/* ys
-------------------------------------------------------------- */
.ys{
	padding-top:166px;
	padding-bottom:158px;
}
.ys .yslf{
	width:45.3%;
	overflow:hidden;
}
.ys .yslf .ysnr,.yslf .ysnr ul{
	width:100%;
	overflow:hidden;
}
.ys .yslf .ysnr{
	margin-top:60px;
}
.yslf .ysnr ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.yslf .ysnr ul li{
	width:30.5%;
	overflow:hidden;
}
.yslf .ysnr ul li .ysnum,.yslf .ysnr ul li h5,.yslf .ysnr ul li p{
	width:100%;
}
.yslf .ysnr ul li h5{
	font-size:22px;
	color:#292929;
	line-height:32px;
	font-weight:normal;
}
.yslf .ysnr ul li .ysnum{
	padding:10px;
	margin-bottom:12px;
}
.yslf .ysnr ul li .ysnum div{
	width:40px;
	height:40px;
	background:#004399;
	transform:rotate(45deg);
	display:flex;
	align-items:center;
	justify-content:center;
}
.yslf .ysnr ul li .ysnum div span{
	width:100%;
	display:block;
	transform:rotate(-45deg);
	font-family:Arial;
	font-size:20px;
	color:#fff;
	text-align:center;
}
.yslf .ysnr ul li p{
	font-size:15px;
	color:#a9abab;
	margin-top:10px;
}
.yslf .more{
	margin-top:126px;
}
.ys .ysimg{
	width:50%;
	overflow:hidden;
}
.ys .ysimg img{
	width:100%;
	height:auto;
}
.ys .ysimg:hover img{
	transform:scale(1.02);
}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:#e4f0ff;
	background-size:cover;
	padding-top:112px;
	padding-bottom:144px;
	position:relative;
}
.newstit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	flex-wrap:wrap;
}
.newsnr{
	position:relative;
	z-index:9;
}
.newsmenu{
	overflow:hidden;
	text-align:right;
}
.newsmenu ul{
	width:100%;
	overflow:hidden;
}
.newsmenu ul{
	display:inline-block;
}
.newsmenu ul li{
	float:left;
	position:relative;
	margin-top:18px;
	margin-left:76px;
	padding-left:20px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.newsmenu ul li:first-child{
	margin-left:0;
}
.newsmenu ul li a{
	font-size:18px;
	color:#6e7783;
	display:block;
	position:relative;
}
.newsmenu ul li:hover a{
	color:#004399;
}
.newsmenu ul li::before{
	content:"";
	width:0;
	height:8px;
	background:#004399;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-4px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.newsmenu ul li:hover::before{
	width:8px;
}
.newsmenu ul li a::after{
	content:"";
	width:0;
	height:1px;
	background:#004399;
	position:absolute;
	left:0;
	bottom:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.newsmenu ul li a:hover::after{
	width:100%;
}
.newsnr .newslist{
	width:100%;
	overflow:hidden;
	margin-top:42px;
}
.newslist .newslf{
	width:50%;
	height:586px;
	overflow:hidden;
	position:relative;
}
.newslist .newslf img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.newslist .newslf:hover img,.newslist .newsrt dl:hover dd img{
	transform:scale(1.03);
}
.newslist .newslf .newsjs{
	width:100%;
	overflow:hidden;
	padding:0 50px;
	position:absolute;
	left:0;
	top:32px;
	z-index:99;
}
.newslist .newslf .newsjs .newsdate{
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.newslist .newslf .newsjs h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	line-height:40px;
	font-weight:normal;
	margin-top:6px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.newslist .newslf .newsjs .newsxq{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:30px;
}
.newslist .newslf .newsjs .newsxq span{
	font-size:16px;
	color:#fff;
	margin-left:15px;
}
.newslist .newsrt{
	width:45.3%;
	overflow:hidden;
}
.newslist .newsrt dl{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #c8d2df;
	padding:30px 0;
	position:relative;
}
.newslist .newsrt dl:first-child{
	padding-top:0;
}
.newslist .newsrt dl dt{
	width:65.4%;
	overflow:hidden;
	float:left;
	font-weight:normal;
}
.newslist .newsrt dl dt .newsdate,.newslist .newsrt dl dt h5,.newslist .newsrt dl dt .newsxq{
	width:100%;
	overflow:hidden;
}
.newslist .newsrt dl dt .newsdate{
	font-size:16px;
	color:#888e97;
	font-family:Arial;
}
.newslist .newsrt dl dt h5{
	font-size:21px;
	color:#292929;
	line-height:31px;
	font-weight:normal;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.newslist .newsrt dl dt .newsxq{
	font-size:16px;
	color:#888e97;
	line-height:30px;
	margin-top:12px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.newslist .newsrt dl dt .newsxq span{
	font-size:16px;
	color:#888e97;
	margin-left:15px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.newslist .newsrt dl dd{
	width:27.6%;
	height:146px;
	overflow:hidden;
	float:right;
	position:relative;
}
.newslist .newsrt dl dd img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.newslist .newsrt dl:hover dt h5,.newslist .newsrt dl:hover dt .newsxq,.newslist .newsrt dl:hover dt .newsxq span{
	color:#004399;
}
.newslist .newsrt dl::after{
	content:"";
	width:0;
	height:1px;
	background:#004399;
	position:absolute;
	left:0;
	bottom:0;
	z-index:99;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.newslist .newsrt dl:hover::after{
	width:90px;
}
/* contact
-------------------------------------------------------------- */
.contact{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/contactbg.jpg) no-repeat top center;
	background-size:cover;
	background-attachment: fixed;
}
.contactnr{
	height:100%;
	display:flex;
	align-items:center;
}
.contactin{
	width:100%;
	overflow:hidden;
}
.contact h3{
	width:100%;
	overflow:hidden;
	font-size:58px;
	line-height:68px;
	color:#fff;
	text-align:center;
	letter-spacing:15px;
	font-weight:normal;
	margin-bottom:104px;
}
.contact .more a{
	margin:auto;
	background:none;
	border:solid 1px #fff;
}

/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#e9eff5;
	padding:82px 0 0 0;
	border-radius:30px 30px 0 0;
	margin-top:-30px;
	position:relative;
}
.footerin{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #c9cccf;
	padding-top:62px;
	margin-top:60px;
}
.footernr .footerlf{
	width:35%;
	overflow:hidden;
	}
.botlogo{
	width:100%;
	overflow:hidden;
}
.botlogo img{
	max-width:100%;
	height:auto;
}
.botlogo h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	font-weight: normal;
	line-height:40px;
	}
.footernr .footerrt .bottel{
	overflow:hidden;
}
.footernr .footerrt .bottel h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#000;
	line-height:32px;
	font-weight:normal;
	margin-bottom:11px;
}
.footernr .footerrt .bottel p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#545755;
	line-height:30px;
	margin-top:5px;
}
.footernr .footerrt .bottel p a{
	font-size:16px;
	color:#545755;
}
.footernr .footerrt .bottel .bottelnr .bottelphone{
	line-height:40px;
}
.footernr .footerrt .bottel .bottelnr .bottelphone,.footernr .footerrt .bottel .bottelnr .bottelphone a{
	font-size:35px;
	color:#d5d7dc;
	font-weight:bold;
}
.footernr .footerlf{
	width:46%;
	overflow:hidden;
	}
.footerlf ul{
	width:100%;
	overflow:hidden;
	display: flex;
    justify-content: space-between;
}
.footerlf ul li{
	overflow:hidden;
}
.footerlf ul li h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#14212c;
	font-weight:normal;
	line-height:32px;
	margin-bottom:15px;
}
.footerlf ul li h4 a{
	font-size:22px;
	color:#14212c;
}
.footerlf ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#545755;
	line-height:30px;
	}
.footerlf ul li p a{
	font-size:16px;
	color:#545755;
	}
.footerlf ul li p a:hover{
	color:#004399;
}
.botewm{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:flex-end;
	margin-top:18px;
}
.botewm dl{
	overflow:hidden;
	margin-left:35px;
}
.botewm dl dt,.botewm dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.botewm dl dt img{
	max-width:100%;
	height:auto;
}
.botewm dl dd{
	font-size:15px;
	color:#252525;
	line-height:30px;
}
.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding:37px 0;
	position:relative;
	margin-top:74px;
	border-top:solid 1px #c8cbcd;
	}
.bot .botlf,.bot .botrt{
	padding:0;
	overflow:hidden;
	font-size:15px;
	color:#14212c;
}
.bot .botrt{
	text-align:right;
}
.bot a{
	font-size:16px;
	color:#14212c;
	}
.bot .botrt dl{
	overflow:hidden;
	float:right;
	}
.bot .botrt dl dt,.bot .botrt dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.bot .botrt dl dt img{
	max-width:100%;
	height:auto;
	}
.bot .botrt dl dd{
	font-size:15px;
	color:#fff;
	line-height:30px;
	letter-spacing:5px;
	margin-top:4px;
	}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:676px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	margin-top:80px;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n{
		height:901px;
	}
}
@media(max-width:1768px) {
	.banner_n{
		height:622px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:592px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:507px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:479px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:451px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:406px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:361px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:349px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:270px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:225px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:190px;
	}
}
@media(max-width:425px) {
	.banner_n{
		height:150px;
	}
}
@media(max-width:375px) {
	.banner_n{
		height:132px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	border-bottom:solid 1px #d9d9d9;
}
.positionnr .positionrt{
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	padding:20px 0;
}
.positionnr .positionrt a {
	font-size: 16px;
	color: #2c3441;
}
.position a:hover {
	color: #004399;
}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	overflow:hidden;
}
.menu_n ul{
	width:100%;
	overflow:hidden;
}
.menu_n ul li{
	overflow:hidden;
	float:left;
	margin-right:74px;
	font-size:16px;
	color:#2c3441;
	line-height:70px;
	position:relative;
}
.menu_n ul li::after{
	content:"";
	width:0;
	height:1px;
	background:#004399;
	position:absolute;
	left:0;
	bottom:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.menu_n ul li:hover::after,.menu_n ul li.active::after{
	width:100%;
}
.menu_n ul li a{
	font-size:16px;
	color:#2c3441;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#004399;
}


/* ntit
-------------------------------------------------------------- */
.ntit{
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	color:#292929;
    font-size:40px;
    line-height:50px;
	font-weight:normal;
	}
.ntit p {
    width: 100%;
    overflow: hidden;
    font-family:Arial;
    color:#004399;
    font-size:22px;
	line-height:32px;
}
/* about_n
-------------------------------------------------------------- */
.about_n{
	width:100%;
	overflow:hidden;
	padding-top:88px;
	padding-bottom:142px;
	padding-left:5.2%;
	}
.aboutlf_n{
	width:40%;
	overflow:hidden;
	font-size:16px;
	color:#282828;
	line-height:30px;
	padding-top:62px;
}
.aboutnr_n,.aboutnr_n p{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#9e9e9e;
	line-height:30px;
	text-align:justify;
}
.aboutnr_n{
	margin-top:49px;
	}
.aboutrt_n{
	width:50%;
	overflow:hidden;
	position:relative;
	padding-right:50px;
}
.aboutbg_n{
	width:63.8%;
	height:575px;
	background:#004399;
	position:absolute;
	right:0;
	top:0;
	z-index:0;
}
.aboutimg_n{
	width:100%;
	overflow:hidden;
	margin-top:108px;
	position:relative;
	z-index:9;
}
.aboutimg_n img{
	width:100%;
	height:auto;
}
.aboutimg_n:hover img{
	transform:scale(1.02);
}
.sl_hj{
	width:100%;
	overflow:hidden;
	background:url(../images/slbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:110px;
	padding-bottom:212px;
}
.sl .slnr{
	margin-top:62px;
}
.sl .slnr,.sl .slnr .sllist{
	width:100%;
	overflow:hidden;
}
.sl .slnr .sllist{
	height:826px;
	background:#fff;
	border-radius:20px;
	padding:58px 50px 0 50px;
}
.sl .slnr .swiper-slide:nth-child(2n+1){
	margin-top:62px;
}
.sl .slnr .sllist h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	font-weight:normal;
}
.sl .slnr .sllist .sljs,.sl .slnr .sllist .sljs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8d8d8d;
	line-height:28px;
	text-align:justify;
}
.sl .slnr .sllist hr{
	border:none;
	border-bottom:solid 1px #e5e5e5;
	margin-top:20px;
	margin-bottom:34px;
}
.gshj_n,.gshjnr_n{
	width:100%;
	overflow:hidden;
}
.gshj_n{
	margin-top:90px;
}
.gshj_n .tit h3,.gshj_n .tit p{
	color:#fff;
	text-align:center;
}
.gshjnr_n{
	margin-top:70px;
	position:relative;
}
.gshjnr_n .gshjimg_n{
	width:100%;
	overflow:hidden;
	border-radius:10px;
}
.gshjnr_n .gshjimg_n img{
	width:100%;
	height:auto;
}
.gshjnr_n .gshjimg_n:hover img{
	transform:scale(1.02);
}
.gshjnr_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);
	opacity:0.4;
}
.gshjnr_n .swiper-slide-active{
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}
.gshjnr_n .swiper-slide-active .tdfcimg_n .tdfcbg,.gshjnr_n .swiper-slide-active .tdfcimg_n .tdfcms{
	display:block;
}
.gshjnr_n .swiper-button-prev,.gshjnr_n .swiper-button-next{
	width:56px;
	height:56px;
	position:absolute;
	top:50%;
	margin-top:-28px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	z-index:99;
}
.gshjnr_n .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:19%;
}
.gshjnr_n .swiper-button-prev:hover{
	background:url(../images/prevh2.png) no-repeat center;
}
.gshjnr_n .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:19%;
}
.gshjnr_n .swiper-button-next:hover{
	background:url(../images/nexth2.png) no-repeat center;
}
/* honor_n
-------------------------------------------------------------- */
.honorbg{
	background:#f7f7f7;
}
.honor_n{
	margin-top:60px;
	margin-bottom:60px;
}
.honornr_n,.honor_n ul{
	width:100%;
	overflow:hidden;
}
.honor_n ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.honor_n ul li{
	width:30%;
	overflow:hidden;
	margin:35px 5% 35px 0;
}
.honor_n ul li:nth-child(3n){
	margin-right:0;
}
.honor_n ul li img{
	width:100%;
	height:auto;
}
.honor_n ul li:hover img{
	transform:scale(1.01);
}
/* sb_n
-------------------------------------------------------------- */
.sb_n{
	margin-top:60px;
	margin-bottom:60px;
}
.sbnr_n{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.sbnr_n dl{
	width:32%;
	overflow:hidden;
	margin:30px 2% 30px 0;
}
.sbnr_n dl:nth-child(3n){
	margin-right:0;
}
.sbnr_n dl dt,.sbnr_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.sbnr_n dl dt{
	position:relative;
	height:384px;
}
.sbnr_n dl dt img{
	width:100%;
	height:100%;
	object-fit:cover;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sbnr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.03);
}
.sbnr_n dl dd{
	height:80px;
	background:#f2f5f9;
	display:flex;
	align-items:center;
	justify-content:center;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.sbnr_n dl dd p{
	font-size:16px;
	color:#2e2e2e;
	line-height:30px;
}
.sbnr_n dl:hover dd{
	background:#20408e;
}
.sbnr_n dl:hover dd p{
	color:#fff;
}
.sblist_n{
	width:100%;
    overflow:auto;
}
.sblist_n table{
	width:100%;
    overflow: hidden;
    white-space: nowrap;
}
.sblist_n table thead,.sblist_n table .thead tr{
	width:100%;
	overflow:hidden;
}
.sblist_n table,.sblist_n table tr,.sblist_n table td{
	border:none;
}
.sblist_n table th,.sblist_n table td{
	line-height:30px;
	text-align:center;
	padding:0 10px;
}
.sblist_n table th{
	height:66px;
	background:#20408e;
	font-size:16px;
	color:#fff;
}
.sblist_n table tr th,.sblist_n table tr td{
	border-right:solid 1px #fff;
}
.sblist_n table tr th:last-child,.sblist_n table tr td:last-child{
	border-right:none;
}
.sblist_n table td{
	height:66px;
	font-size:16px;
	color:#222222;
}
.sblist_n table tbody tr:nth-child(2n+1){
	background:#f0f2f8;
}
.sblist_n table tbody tr:nth-child(2n){
	background:#e0e5f0;
}
/* npro
-------------------------------------------------------------- */
.pro_n{
	padding-top:70px;
	padding-bottom:120px;
	}
.prolf_n{
	width:19.5%;
	overflow:hidden;
}
.promenu_n{
	width:100%;
	overflow:hidden;
}
.prort_n{
    width:77%;
    overflow:hidden;
}
.prolf_n ul,.prolf_n ul li{
	width:100%;
}
.prolf_n ul{
	margin-top:14px;
}
.prolf_n ul li{
	height:68px;
	line-height:30px;
	display:flex;
	align-items:center;
	border-bottom:solid 1px #e8e8e8;
	background:url(../images/icon12.png) no-repeat center right;
	padding:0 10px 0 0;
	position:relative;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.prolf_n ul li:first-child{
	border-top:solid 1px #e8e8e8;
}
.prolf_n ul li a{
	font-size:18px;
    color: #262626;
	display:block;
	width:100%;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.prolf_n ul li:hover a,.prolf_n ul li.active a{
	color:#004399;
	font-weight:bold;
}
.prolf_n ul li:hover{
	background:url(../images/iconh12.png) no-repeat center right;
}
.prolist_n{
	width:100%;
	overflow:hidden;
}
.prolist_n dl{
	width:32.5%;
	overflow:hidden;
	margin:0 1.25% 68px 0;
	float:left;
}
.prolist_n dl:nth-child(3n){
	margin-right:0;
}
.prolist_n dl dt,.prolist_n dl dd{
	width:100%;
	overflow:hidden;
}
.prolist_n dl dt{
	position:relative;
	height:323px;
	border:solid 1px #e8e8e8;
}
.prolist_n dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.prolist_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.prolist_n dl dd{
	background:#f5f5f5;
	padding:43px 30px 52px 30px;
}
.prolist_n dl dd h5,.prolist_n dl dd p{
	width:100%;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.prolist_n dl dd h5{
	font-size:22px;
	color:#292929;
	line-height:32px;
	font-weight:normal;
}
.prolist_n dl dd p{
	font-size:16px;
	color:#919191;
	height:30px;
	line-height:30px;
}
.prolist_n dl dd .icon{
	width:60px;
	height:60px;
	background:#fff url(../images/icon13.png) no-repeat center;
	border:solid 1px #fff;
	margin-top:32px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.prolist_n dl:hover dd{
	background:#004399;
}
.prolist_n dl:hover dd .icon{
	background:none;
	background:url(../images/iconh13.png) no-repeat center;
}
.prolist_n dl:hover dd h5,.prolist_n dl:hover dd p{
	color:#fff;
}
.proinfo_n{
	width:100%;
	overflow:hidden;
}
.proinfo_n .propic_n{
	width:46.8%;
	overflow:hidden;
	text-align:center;
	border:solid 1px #e8e8e8;
}
.proinfo_n .proinfonr_n{
	width:49.2%;
	overflow:hidden;
	padding-top:40px;
}
.propic_n img{
	max-width:100%;
	height:auto;
}
.proinfonr_n h1{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#292929;
	line-height:50px;
	font-weight:normal;
	border-bottom:solid 1px #cccccc;
	padding-bottom:36px;
	margin-bottom:42px;
}
.proinfonr_n .proinfolei_n{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#252525;
	line-height:30px;
}
.proinfonr_n .proinfojs_n,.proinfonr_n .proinfojs_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#292929;
	line-height:30px;
}
.proinfonr_n ul,.proinfonr_n ul li{
	width:100%;
	overflow:hidden;
}
.proinfonr_n ul{
	margin-top:57px;
}
.proinfonr_n ul li{
	background:#f7f7f7;
	height:50px;
	line-height:50px;
	display:flex;
	align-items:center;
	font-size:18px;
	color:#1f1f1f;
	padding-left:18px;
	margin-top:14px;
}
.proinfonr_n ul li a{
	font-size:18px;
	color:#1f1f1f;
	margin-left:5px;
}
.proinfonr_n ul li img{
	max-width:100%;
	height:auto;
	margin-right:15px;
}
.nprofbnr {
	width:100%;
    overflow: hidden;
    font-size: 16px;
	color:#282828;
    line-height: 30px;
    margin-top:60px;
}
.nprofbnr h5{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#292929;
	line-height:50px;
	font-weight:normal;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#282828;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	border: solid 3px #000;
	}
.nprofbnr table tr,.nprofbnr table td,.nprofbnr table td p,.nprofbnr table td sapn,.nprofbnr table td strong{
	line-height:32px;
	font-size:22px;
}
.nprofbnr table td{
	text-align:center;
	padding:10px;
}

/*产品展示结束*/
	
/* erp_n
-------------------------------------------------------------- */
.erp_n{
	margin-top:60px;
	margin-bottom:60px;
}
.erpjs_n{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#1b1b1b;
	line-height:30px;
	margin-top:28px;
}
.erp_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	margin-top:47px;
}
.erp_n ul li{
	overflow:hidden;
}
.erp_n ul li:first-child{
	width:53.5%;
}
.erp_n ul li:last-child{
	width:43.5%;
}
.erp_n ul li img,.gylc_n img,.gylcimg_n img{
	max-width:100%;
	height:auto;
}
.erp_n ul li:hover img{
	transform:scale(1.01);
}
.erpgs_n{
	padding-top:30px;
}
.erpgs_n,.erpgsnr_n,.erpgsnr_n ul{
	width:100%;
	overflow:hidden;
}
.erpgsnr_n{
	background:#f0f3f6;
	padding:100px 0;
	margin-top:44px;
}
.erpgsnr_n ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.erpgsnr_n ul li{
	width:31.5%;
	height:190px;
	overflow:hidden;
	background:#fff;
	border-radius:10px;
	padding:40px 50px 0 50px;
	margin:10px 0;
}
.erpgsnr_n ul li h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#252525;
	line-height:32px;
}
.erpgsnr_n ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#959595;
	margin-top:7px;
}
.pdm_n ul li:first-child{
	width:45.6%;
}
.pdm_n ul li:last-child{
	width:51.6%;
}
.pdmnr_n{
	background:#163789;
}
/* gylc_n
-------------------------------------------------------------- */
.gylc_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:84px;
}
.gylcnr_n{
	padding-top:60px;
	margin-bottom:150px;
}
.gylcimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:46px;
}
/* bzlc_n
-------------------------------------------------------------- */
.bzlc_n{
	margin-top:78px;
	margin-bottom:150px;
}
.bzlclf_n{
	width:41%;
	overflow:hidden;
	padding-top:50px;
}
.bzlcnr_n{
	margin-top:60px;
}
.bzlcnr_n,.bzlcnr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#252525;
	line-height:30px;
}
.bzlcimg_n{
	width:50%;
	overflow:hidden;
	text-align:right;
}
.bzlcimg_n img{
	max-width:100%;
	height:auto;
}
/* news_n
-------------------------------------------------------------- */
.news_n{
	width:100%;
	overflow:hidden;
	margin-top:80px;
	margin-bottom:80px;
	}
.newslist_n{
	width:100%;
	overflow:hidden;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newslist_n:hover{
	background:#014499;
}
.newslist_n .newsnr_n{
	border-bottom:solid 1px #d3d3d3;
	padding:76px 0;
}
.newsnr_n .newsdate_n{
	width:16.3%;
	overflow:hidden;
	font-size:18px;
	color:#222222;
	font-family:Arial;
	line-height:30px;
}
.newsnr_n .newsbt_n{
	width:42%;
	overflow:hidden;
	padding-right:60px;
}
.newsnr_n .newsbt_n span{
	display:block;
	width:60px;
	height:60px;
	border-radius:100%;
	background:#eeeeee url(../images/icon11.png) no-repeat center;
	margin-top:60px;
}
.newslist_n .newsnr_n .newsimg_n{
	width:25.5%;
	height:223px;
	overflow:hidden;
	border-radius:10px;
	position:relative;
}
.newslist_n .newsnr_n .newsimg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newslist_n:hover .newsnr_n .newsimg_n img{
	transform:translate(-50%, -50%) scale(1.02);
}
.newsnr_n .newsbt_n h5{
	width:100%;
	overflow:hidden;
	font-size:38px;
	color:#222222;
	line-height:48px;
	font-weight:normal;
	margin:0;
}
.newsnr_n .newsfl_n{
	width:16.2%;
	overflow:hidden;
	font-size:18px;
	color:#222222;
	line-height:30px;
}
.newslist_n:hover .newsnr_n .newsdate_n,.newslist_n:hover .newsnr_n h5,.newslist_n:hover .newsnr_n .newsfl_n{
	color:#fff;
}
.newsinfo_n{
	width:73%;
	overflow:hidden;
	margin:auto;
}
.newsinfo_n h1{
	width:100%;
    overflow:hidden;
    font-size:45px;
	line-height:60px;
    color:#282828;
	font-weight:normal;
	}
.newsinfo_n .fbtime{
	width: 100%;
    overflow: hidden;
	display:flex;
	font-size:22px;
	color:#9b9b9b;
	line-height:32px;
	margin-top:24px;
	border-bottom:solid 1px #e1e1e1;
	padding-bottom:44px;
	}
.newsinfo_n .fbtime span{
	font-size:18px;
	color:#282828;
	margin-left:30px;
}
.newsinfo_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top:50px;
    font-size:18px;
    line-height: 30px;
    color: #9d9d9d;
}
.newsinfo_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size:18px;
    line-height: 30px;
    color: #9d9d9d;
}
.newsinfo_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
.news_bk{
	width: 100%;
    overflow: hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	border-top:solid 3px #004399;
	padding-top:26px;
	margin-top:50px;
}
.news_bk .news_bknr{
	width:43%;
	overflow:hidden;
}
.news_bk .news_bknr,.news_bk .news_bknr a{
	font-size:18px;
	color:#9b9b9b;
	line-height:30px;
}
.news_bk .news_bknr a:hover{
	color:#004399;
}
.news_bk .news_bknr:last-of-type{
	text-align:right;
}
.fhlist{
	width:12%;
	text-align:center;
}
.fhlist,.fhlist a{
	font-size:18px;
	color:#222222;
	line-height:30px;
}
.fhlist a:hover{
	color:#004399;
}
/* gjzc_n
-------------------------------------------------------------- */
.gjzc_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.gjzcnr_n,.gjzcnr_n ul,.gjzcnr_n ul li,.gjzcnr_n ul li .gjzclf_n h5,.gjzcnr_n ul li .gjzclf_n p{
	width:100%;
	overflow:hidden;
	}
.gjzcnr_n ul li{
	display:flex;
	justify-content:space-between;
	border-bottom:solid 1px #e2e2e2;
	padding:35px 0;
	margin-top:18px;
}
.gjzcnr_n ul li:first-child{
	padding-top:0;
}
.gjzcnr_n ul li .gjzclf_n{
	width:75%;
	overflow:hidden;
}
.gjzcnr_n ul li .gjzclf_n h5{
	font-size:28px;
	color:#191516;
	line-height:38px;
	font-weight:normal;
	margin-bottom:16px;
	position:relative;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.gjzcnr_n ul li:hover .gjzclf_n h5{
	padding-left:20px;
}
.gjzcnr_n ul li .gjzclf_n h5::before{
	content:"";
	width:4px;
	height:26px;
	background:#e62830;
	position:absolute;
	left:0;
	top:6px;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.gjzcnr_n ul li:hover .gjzclf_n h5::before{
	opacity:1;
}
.gjzcnr_n ul li .gjzclf_n p{
	font-size:16px;
	color:#8e8d8f;
	line-height:30px;
}
.gjzcnr_n ul li:hover .gjzclf_n h5{
	color:#e62830;
}
.gjzcnr_n ul li i img{
	max-width:100%;
	height:auto;
}
.gjzcnr_n ul li i .iconh,.gjzcnr_n ul li:hover i .icon{
	display:none;
}
.gjzcnr_n ul li:hover i .iconh{
	display:block;
}

/* zyyw_n
-------------------------------------------------------------- */
.zyywbg{
	background:#fafafa;
}
.zyyw_n{
	width:100%;
	overflow:hidden;
	margin-top:80px;
	margin-bottom:60px;
}
.zyywnr_n,.zyywnr_n ul{
	width:100%;
}
.zyywnr_n ul li{
	width:100%;
	overflow:hidden;
	background:#fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.02);
	height:323px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:75px 0;
	position:relative;
}
.zyywnr_n ul li:first-child{
	margin-top:0;
}
.zyywnr_n ul li .num{
	position:absolute;
	left:25px;
	font-size:280px;
	color:#f5f5f5;
	line-height:280px;
	font-family:Arial;
	font-weight:bold;
	z-index:0;
}
.zyywnr_n ul li .zyywtext_n{
	width:52%;
	overflow:hidden;
	padding-left:90px;
	position:relative;
	z-index:9;
}
.zyywnr_n ul li h5,.zyywnr_n ul li p{
	width:100%;
	overflow:hidden;
}
.zyywnr_n ul li h5{
	font-size:35px;
	color:#191516;
	line-height:45px;
	font-weight:normal;
	margin-bottom:26px;
}
.zyywnr_n ul li p{
	font-size:20px;
	color:#717171;
	line-height:30px;
}
.zyywnr_n ul li .zyywimg_n{
	width:34.4%;
	overflow:hidden;
	position:relative;
}
.zyywnr_n ul li .zyywimg_n::before{
	content:"";
	width:0;
	height:0;
	border-left:216px solid #fff;
	border-right:216px solid transparent;
	border-bottom:323px solid transparent;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}
.zyywnr_n ul li .zyywimg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.zyywnr_n ul li .zyywimg_n:hover img{
	transform:scale(1.02);
}
/* gf_n
-------------------------------------------------------------- */
.gf_n{
	margin-top:60px;
	margin-bottom:60px;
}
.gf_n h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#191516;
	font-weight:normal;
	line-height:45px;
}
.gfnr_n,.gfnr_n p{
	width:100%;
	overflow:hidden;
}
.gfnr_n{
	margin-top:25px;
	margin-bottom:54px;
}
.gfnr_n p{
	font-size:16px;
	color:#717171;
	line-height:30px;
}
.gf_n h5{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#191516;
	font-weight:normal;
	line-height:36px;
}
.gf_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:18px;
}
.gf_n ul li{
	width:23.25%;
	height:88px;
	overflow:hidden;
	background:#f1f1f1;
	font-size:18px;
	color:#717171;
	line-height:30px;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
}
.gfys_n{
	width:100%;
	overflow:hidden;
	background:url(../images/gfbg.jpg) no-repeat top center;
	background-size:cover;
	padding:178px 0;
}
.gfys_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.gfys_n ul li{
	width:30.75%;
	height:446px;
	overflow:hidden;
	border:solid 2px #fff;
	display:flex;
	align-items:center;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.gfys_n ul li:hover{
	border-color:#ee2221;
	background:rgba(255,255,255,0.9);
}
.gfys_n ul li .gfystext_n{
	width:100%;
	overflow:hidden;
	padding:0 18%;
}
.gfys_n ul li h5,.gfys_n ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.gfys_n ul li h5{
	font-size:26px;
	color:#fff;
	line-height:36px;
	font-weight:normal;
	margin-bottom:38px;
}
.gfys_n ul li p{
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.gfys_n ul li:hover h5{
	color:#ee2221;
}
.gfys_n ul li:hover p{
	color:#383838;
}
/* tzms_n
-------------------------------------------------------------- */
.tzms_n{
	margin-top:126px;
	margin-bottom:110px;
}
.tzms_n h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	line-height:45px;
	color:#191516;
	font-weight:normal;
}
.tzms_n ul,.tzms_n ul li{
	width:100%;
	overflow:hidden;
}
.tzms_n ul{
	margin-top:15px;
}
.tzms_n ul li{
	font-size:18px;
	color:#191516;
	line-height:30px;
	background:#fff;
	padding:24px 46px;
	margin:30px 0;
}
/* sbaz_n
-------------------------------------------------------------- */
.sbaz_n{
	margin-top:90px;
	margin-bottom:90px;
}
.sbaz_n h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#191516;
	line-height:45px;
	font-weight:normal;
}
.sbaznr_n,.sbaznr_n p{
	width:100%;
	overflow:hidden;
}
.sbaznr_n{
	margin-top:28px;
}
.sbaznr_n p{
	font-size:16px;
	color:#717171;
	line-height:30px;
}
.sbaznr_n img{
	max-width:100%;
	height:auto;
}
/* project
-------------------------------------------------------------- */
.project{
	margin-top:60px;
	margin-bottom:60px;
}
.projectnr{
	width:100%;
	overflow:hidden;
}
.yjs_table{
	width:100%;
	overflow:auto;
}
.yjs_table table{
    width: 100%;
    white-space: nowrap;
}
.yjs_table table thead,.yjs_table table .thead tr{
	width:100%;
	overflow:hidden;
}
.yjs_table table,.yjs_table table tr,.yjs_table table td{
	border:none;
}
.yjs_table table th,.yjs_table table td{
	line-height:30px;
	text-align:center;
	padding:0 10px;
}
.yjs_table table th{
	height:66px;
	background:#e62830;
	font-size:18px;
	color:#fff;
}
.yjs_table table tbody tr{
	border-bottom:solid 1px #e2e2e2;
}
.yjs_table table td{
	height:80px;
	font-size:16px;
	color:#494646;
}
.yjs_casemore{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:center;
	margin-top:25px;
}
.yjs_casemore dl{
	cursor:pointer;
}
.yjs_casemore dl dt{
	font-size:16px;
	color:#2c3441;
	font-weight:normal;
	line-height:30px;
}
.yjs_casemore dl dt,.yjs_casemore dl dd{
	text-align:center;
}
/* contact_n
-------------------------------------------------------------- */
.contact_n{
	margin-top:108px;
	}
.contact_tit{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:150px;
	color:#f2f4f7;
	text-transform:uppercase;
	line-height:150px;
	position:relative;
}
.contact_titnr,.contact_titnr h3,.contact_titnr p{
	width:100%;
	overflow:hidden;
}
.contact_titnr{
	position:absolute;
	left:0;
	top:32px;
	z-index:99;
}
.contact_titnr h3{
	font-size:52px;
	color:#292929;
	line-height:62px;
	font-weight:normal;
}
.contact_titnr p{
	font-size:30px;
	color:#292929;
	line-height:44px;
}
.contactnr_n{
	width:100%;
	overflow:hidden;
}
.contactnr_n{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:112px;
	padding-bottom:120px;
	border-bottom:solid 1px #e6ecf3;
	margin-bottom:145px;
}
.contactnr_n dl{
	overflow:hidden;
	display:flex;
}
.contactnr_n dl dt{
	font-size:16px;
	color:#282828;
	line-height:30px;
	margin-right:30px;
}
.contactnr_n dl dd p,.contactnr_n dl dd .lxfs_n{
	width:100%;
	overflow:hidden;
}
.contactnr_n dl dd .lxfs_n,.contactnr_n dl dd .lxfs_n a{
	font-size:28px;
	color:#535a64;
	font-weight:bold;
	line-height:36px;
	font-family:Arial;
}
.contactnr_n dl dd .lxfs2_n{
	font-size:23px;
	color:#535a64;
}
.contactnr_n dl dd p{
	font-size:16px;
	color:#282828;
	line-height:30px;
}
.message_n{
	width:100%;
	overflow:hidden;
	background:url(../images/messagebg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:102px;
	padding-bottom:150px;
}
.messagelf_n,.messagert_n{
	padding:0;
}
.messagelf_n .messageen{
	width:100%;
	font-size:100px;
	color:#fff;
	font-family:Arial;
	line-height:100px;
}
.messagelf_n h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#fff;
	line-height:50px;
	font-weight:normal;
}
.messagenr_n{
	width:100%;
	overflow:hidden;
}
.messagert_n h4{
	width:100%;
	overflow:hidden;
	font-size:38px;
	color:#fff;
	line-height:48px;
	font-weight:normal;
}
.messagenr_n dl{
	width:49%;
	overflow:hidden;
	margin-top:15px;
	padding:0;
	}
.messagenr_n dl:last-child{
	width:100%;
}
.messagenr_n dl:nth-child(2n+1){
	margin-right:1%;
}
.messagenr_n dl:nth-child(2n){
	margin-left:1%;
}
.messagert_n dl dt{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	}
.messagert_n dl dd{
	width:100%;
	overflow:hidden;
	margin-top:10px;
	}
.messagert_n dl dd input{
	width:100%;
	height:60px;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	border-bottom:solid 1px #fff;
	line-height:60px;
	background:none;
	}
.messagert_n dl dd textarea{
	width:100%;
	height:160px;
	font-size:18px;
	color:#fff;
	line-height:30px;
	border-bottom:solid 1px #fff;
	background:none;
	}
.messagebtn_n{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	margin-top:40px;
}
.tjbtn{
	width:51%;
	overflow:hidden;
	}
.tjbtn button{
	width:100%;
	overflow:hidden;
	background:#014499;
	height:46px;
	line-height:46px;
	text-align:center;
	font-size:15px;
	color:#fff;
	border-radius:8px;
	}
.message_pro .tjbtn{
	padding:0 15px;
}
.btn2{
	width:48%;
	overflow:hidden;
	}
.btn2 .intxt{
	width:200px;
	height:46px;
	line-height:46px;
	overflow:hidden;
	background:none;
	font-size:18px;
	color:#fff;
	border-bottom:solid 1px #fff;
	}
.btn2 a{
	color:#343434;
}
.messagert_n ::-webkit-input-placeholder {
	color: #fff;
}
.messagert_n :-moz-placeholder {
	color: #fff;
}
.messagert_n ::-moz-placeholder{
	color: #fff;
}
.messagert_n :-ms-input-placeholder {
	color: #fff;
}
/* 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{
	width:46px;
	height:46px;
	line-height:46px;
	text-align:center;
	color:#555;
	display:block;
	border: 1px solid #dbdbdc;
	border-radius:50%;
	float: left;
	margin:5px;
	font-size:16px;
	color:#1e1e1e;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.pages ul a:hover,.pages ul a.page-num-current{ 
	background:#004399;
	border-color:#004399;
	color:#fff;
	}
.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:#005bac;
}
.news-exp{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:15px;
}
.news-exp div{
	width:49.5%;
	overflow:hidden;
	background:#fff;
	font-size:16px;
	color:#2c3441;
	padding:13px 24px;
	display:flex;
	align-items:center;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.news-exp div:last-child{
	justify-content:flex-end;
}
.news-exp div span,.news-exp div a{
	font-size:16px;
	color:#2c3441;
}
.news-exp div hr{
	width:1px;
	height:18px;
	border:none;
	border-left:solid 1px #2c3441;
	margin:0 25px;
}
.news-exp div:hover{
	background:#163789;
}
.news-exp div:hover span, .news-exp div:hover a{
	color:#fff;
}
.news-exp div:hover hr{
	border-color:#fff;
}
#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
	.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: #004399;
	  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: #004399;
	  -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: #004399;
	  -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:80px;
			  top:10px;
			  z-index:9999;
	}

	.toggle span {
	  height: 2px;
	  margin: 4px 5px;
	  width: 30px;
	  display: block;
	  background:#004399;
	  -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;
	}

}

@media only screen and (min-width: 1768px) and (max-width: 1768px) {
	
}

@media(max-width:1768px) {
	.cont,.cont1{
		width:89.6%;
	}
	.banner .bannertext1 h4{
		font-size:52px;
		line-height:62px;
	}
	.banner .bannertext1 p{
		letter-spacing: 2.2px;
	}
	.banner .bannertext2 h4, .banner .bannertext3 h4{
		font-size:56px;
		line-height:66px;
	}
	.aboutlist{
		margin-top:80px;
	}
	.yslf .more {
		margin-top: 100px;
	}
	.sl .slnr .sllist{
		padding: 50px 30px 0 30px;
	}
	.sl .slnr .sllist h5{
		font-size:28px;
	}
	.newslist .newslf .newsjs {
		padding: 0 40px;
	}
	.newslist .newslf .newsjs h5{
		font-size:26px;
		line-height:36px;
	}
	.yyly ul li .yylynr{
		padding:0 40px;
	}
	.aboutbg_n,.about .aboutbg{
		height:550px;
	}
	.prolist_n dl dt{
		height:297px;
	}
	.prolist_n dl dd h5{
		font-size:20px;
		line-height:30px;
	}
	.proinfonr_n h1{
		font-size:36px;
		line-height:46px;
		padding-bottom:30px;
		margin-bottom:30px;
	}
	.nprofbnr h5{
		font-size:36px;
		line-height:46px;
	}
	.newsnr_n .newsbt_n h5{
		font-size: 34px;
		line-height: 44px;
	}
	.newsinfo_n h1{
		font-size:40px;
		line-height:50px;
	}
	.menu_n ul li{
		margin-right:50px;
	}
	.contact_tit{
		font-size: 140px;
		line-height:140px;
	}
	.contact_titnr{
		top:27px;
	}
	.contact_titnr h3{
		font-size:50px;
	}
	.footernr .footerlf {
		width: 48%;
	}
}
@media(max-width:1680px) {
	.banner .bannertext1 h4{
		font-size:48px;
		line-height:58px;
	}
	.banner .bannertext1 p{
		letter-spacing:1.4px;
	}
	.banner .bannertext2 h4, .banner .bannertext3 h4{
		font-size:52px;
		line-height:62px;
	}
	.aboutlf_n{
		padding-top:40px;
	}
	.aboutlist{
		margin-top:60px;
	}
	.sl .slnr .sllist hr{
		margin-bottom:20px;
	}
	.sl .slnr .sllist {
        padding: 40px 30px 0 30px;
    }
	.sl .slnr .sllist h5 {
        font-size: 26px;
    }
	.yslf .more {
		margin-top: 80px;
	}
	.contact h3{
		letter-spacing:10px;
	}
	.aboutbg_n,.about .aboutbg{
		height:530px;
	}
	.prolist_n dl dt{
		height:282px;
	}
	.proinfonr_n h1,.nprofbnr h5{
		font-size:32px;
		line-height:42px;
	}
	.proinfonr_n ul {
		margin-top: 40px;
	}
	.newsnr_n .newsbt_n h5{
		font-size: 30px;
		line-height: 40px;
	}
	.newsinfo_n h1 {
        font-size:35px;
        line-height:45px;
    }
	.contactnr_n dl dt{
		margin-right:20px;
	}
	.contactnr_n dl dd .lxfs1_n, .contactnr_n dl dd .lxfs1_n a {
		font-size: 26px;
	}
	.messagelf_n .messageen{
		font-size:90px;
		line-height:90px;
	}
	.messagert_n h4{
		font-size:34px;
		line-height:44px;
	}
}
@media(max-width:1600px) {
	.header .navbar_nav li{
		padding:0 55px;
	}
	.banner .bannertext1 h4{
		font-size:44px;
		line-height:54px;
	}
	.banner .bannertext1 p{
		font-size:18px;
		line-height:28px;
	}
	.banner .bannertext2 h4, .banner .bannertext3 h4{
		font-size:48px;
		line-height:58px;
	}
	.sl .slnr .sllist .sljs, .sl .slnr .sllist .sljs p{
		line-height:26px;
	}
	.contact h3{
		font-size:50px;
		line-height:60px;
	}
	.newsmenu ul li{
		margin-left:50px;
	}
	.aboutbg_n,.about .aboutbg{
		height:500px;
	}
	.prolist_n dl dt{
		height:269px;
	}
	.proinfonr_n h1{
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
	.nprofbnr h5{
        font-size: 30px;
        line-height: 40px;
    }
	.aboutnr{
		margin-top:40px;
		margin-bottom:50px;
	}
	.yyly ul li h5{
		font-size:26px;
		line-height:36px;
	}
	.contact_titnr h3 {
        font-size:46px;
		line-height:56px;
    }
	.contact_titnr {
        top: 20px;
    }
	.contact_tit {
        font-size: 130px;
        line-height: 130px;
    }
	.contactnr_n dl dd .lxfs1_n, .contactnr_n dl dd .lxfs1_n a {
		font-size: 24px;
	}
	.contactnr_n dl dd .lxfs2_n{
		font-size:20px;
	}
	.footernr .footerlf {
		width:50%;
	}
}
@media(max-width:1500px) {
	.sl .slnr .sllist .sljs, .sl .slnr .sllist .sljs p {
        line-height: 25px;
        font-size: 15px;
    }
}
@media(max-width:1440px) {
	.header .nav{
		margin-right:40px;
	}
	.header .navbar_nav li{
		padding:0 50px;
	}
	.banner .bannertext1 h4{
		font-size:40px;
		line-height:50px;
	}
	.banner .bannertext1 p{
		font-size:17px;
		line-height:27px;
		letter-spacing:1.2px;
	}
	.banner .bannertext2 h4, .banner .bannertext3 h4{
		font-size:44px;
		line-height:54px;
	}
	.banner .bannertext3 .more {
		margin-top: 100px;
	}
	.banner .bannertext2 .more{
		margin-top:80px;
	}
	.banner .bannertext1 .more {
		margin-top:70px;
	}
	.tit h3,.tit h3 a{
		font-size: 50px;
		line-height:60px;
	}
	.aboutnr {
        margin-top:30px;
        margin-bottom:30px;
    }
	.aboutlf{
		width:44%;
	}
	.yslf .ysnr ul li h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.ys .yslf .ysnr {
		margin-top:40px;
	}
	.yslf .more {
        margin-top:50px;
    }
	.newslist .newslf .newsjs {
        padding:0 30px;
    }
	.yyly ul li .yylynr {
        padding: 0 30px;
    }
	.yyly ul li h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.contact h3 {
        font-size: 45px;
        line-height: 55px;
    }
	.aboutlf_n{
		width:44%;
        padding-top:0;
	}
	.aboutlist {
        margin-top:40px;
    }
	.prolist dl dd {
		font-size:26px;
		line-height:36px;
	}
	.aboutnr_n {
		margin-top:30px;
	}
	.sl .slnr .sllist h5 {
        font-size:24px;
    }
	.sl .slnr .sllist{
        padding:40px 20px 0 20px;
    }
	.sl .slnr .sllist hr {
        margin-top:15px;
        margin-bottom:15px;
    }
	.aboutbg_n,.about .aboutbg{
		height:450px;
	}
	.prolist_n dl dt{
		height:242px;
	}
	.prolist_n dl dd{
		padding:43px 20px 52px 20px;
	}
	.ntit p{
		font-size:20px;
		line-height:30px;
	}
	.ntit h3{
		font-size:36px;
		line-height:46px;
	}
	.proinfo_n .proinfonr_n{
		padding-top: 20px;
	}
	.newsnr_n .newsbt_n h5{
		font-size:26px;
		line-height:36px;
	}
	.newsinfo_n h1 {
        font-size:30px;
        line-height:40px;
    }
	.newsinfo_n .fbtime{
		font-size:20px;
		line-height:30px;
	}
	.contactnr_n dl dd .lxfs1_n, .contactnr_n dl dd .lxfs1_n a {
        font-size:22px;
		line-height:32px;
    }
	.contactnr_n dl dd .lxfs2_n {
        font-size:18px;
    }
	.messagelf_n .messageen{
		font-size:80px;
		line-height:80px;
	}
	.messagelf_n h3{
		font-size:36px;
		line-height:46px;
	}
	.messagert_n h4{
		font-size:32px;
		line-height:42px;
	}
}
@media(max-width:1360px) {
	.header .nav {
        margin-right:30px;
    }
	.header .navbar_nav li {
        padding:0 40px;
    }
	.prolist dl dd {
		font-size:24px;
		line-height:34px;
	}
	.yslf .ysnr ul li {
		width: 31.5%;
	}
	.yslf .ysnr ul li h5 {
        font-size:18px;
        line-height:28px;
    }
	.aboutbg_n,.about .aboutbg{
		height:430px;
	}
	.prolist_n dl dt{
		height:228px;
	}
	.prolist_n dl dd h5 {
        font-size:18px;
        line-height:28px;
    }
	.prolist_n dl dd p{
		font-size:14px;
	}
	.proinfonr_n ul {
        margin-top:30px;
    }
	.proinfonr_n h1,.nprofbnr h5{
		font-size:26px;
		line-height:36px;
	}
	.nprofbnr table tr, .nprofbnr table td, .nprofbnr table td p, .nprofbnr table td sapn, .nprofbnr table td strong {
		line-height:30px;
		font-size:20px;
	}
	.contactnr_n{
		margin-bottom:100px;
	}
	.contactnr_n dl dt {
        margin-right:15px;
    }
	.contact_tit {
        font-size:120px;
        line-height:120px;
    }
	.contact_titnr h3 {
        font-size: 42px;
        line-height: 52px;
    }
	.contact_titnr {
        top: 15px;
    }
	.footernr .footerlf {
        width: 54%;
    }
}
@media(max-width:1280px) {
	.header .navbar_nav li {
        padding:0 35px;
    }
	.header .nav {
        margin-right:20px;
    }
	.banner .bannertext1 h4{
		font-size:36px;
		line-height:46px;
	}
	.banner .bannertext1 p{
		font-size:16px;
		line-height:26px;
		letter-spacing:0.8px;
	}
	.banner .bannertext2 h4, .banner .bannertext3 h4{
		font-size:40px;
		line-height:50px;
	}
	.banner .bannertext .more a{
		width:160px;
		height:50px;
		line-height:50px;
	}
	.banner .bannertext3 .more {
		margin-top: 80px;
	}
	.banner .bannertext2 .more{
		margin-top:60px;
	}
	.banner .bannertext1 .more {
		margin-top:50px;
	}
	.tit h3,.tit h3 a{
        font-size:45px;
        line-height:55px;
    }
	.aboutlist ul li dl dt .timer{
		font-size:50px;
        line-height:50px;
	}
	.aboutlist {
        margin-top:30px;
    }
	.contact h3 {
        font-size: 40px;
        line-height: 50px;
    }
	.newsmenu ul li{
		margin-left:40px;
	}
	.ys .yslf {
		width: 47%;
	}
	.prolist dl dd {
		font-size:22px;
		line-height:32px;
	}
	.sl .slnr .sllist .sljs, .sl .slnr .sllist .sljs p {
        line-height: 24px;
        font-size: 14px;
    }
	.prolist dl dd {
		font-size:24px;
		line-height:34px;
	}
	.yyly ul li .yylynr {
        padding:0 20px;
    }
	.yyly ul li h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.aboutbg_n,.about .aboutbg{
		height:400px;
	}
	.prolist_n dl dt{
		height:215px;
	}
	.ntit h3{
		font-size:32px;
		line-height:42px;
	}
	.proinfonr_n h1,.nprofbnr h5{
		font-size:24px;
		line-height:34px;
	}
	.nprofbnr table tr, .nprofbnr table td, .nprofbnr table td p, .nprofbnr table td sapn, .nprofbnr table td strong {
		font-size:18px;
	}
	.newsnr_n .newsbt_n h5{
		font-size:24px;
		line-height:34px;
	}
	.newsinfo_n h1 {
        font-size:26px;
        line-height:36px;
    }
	.newsinfo_n .fbtime{
		font-size:18px;
	}
	.menu_n ul li{
		margin-right:40px;
	}
	.contactnr_n{
		flex-wrap:wrap;
	}
	.contactnr_n dl{
		width:50%;
		margin:10px 0;
	}
	.contactnr_n {
		margin-top:80px;
		margin-bottom:80px;
		padding-bottom:80px;
	}
	.messagelf_n .messageen {
        font-size:70px;
        line-height:70px;
    }
	.messagelf_n h3 {
        font-size:32px;
        line-height:42px;
    }
	.messagert_n h4 {
        font-size: 30px;
        line-height: 40px;
    }
	.footerlf ul li h4,.footerlf ul li h4 a{
		font-size:20px;
		line-height:30px;
	}
}
@media(max-width:1200px) {
	.header .navbar_nav li {
        padding:0 30px;
    }
	.sl .slnr .sllist h5 {
        font-size:22px;
    }
	.sl .slnr .sllist{
        padding:30px 20px 0 20px;
    }
	.sl .slnr .sllist .sljs, .sl .slnr .sllist .sljs p {
        line-height: 23px;
        font-size: 13px;
    }
}
@media(max-width:1152px) {
	.header .navbar_nav li {
        padding:0 25px;
    }
	.banner .bannertext1 h4{
		font-size:32px;
		line-height:42px;
	}
	.banner .bannertext1 p{
		font-size:14px;
		line-height:24px;
		letter-spacing:0.8px;
	}
	.banner .bannertext2 h4, .banner .bannertext3 h4{
		font-size:36px;
		line-height:46px;
	}
	.tit h3,.tit h3 a{
        font-size: 40px;
        line-height: 50px;
    }
	.tit p{
		font-size:25px;
		line-height:35px;
	}
	.yslf .ysnr ul li h5 {
        font-size: 16px;
        line-height: 26px;
    }
	.yslf .ysnr ul li p{
		font-size:14px;
	}
	.aboutbg_n,.about .aboutbg{
		height:370px;
	}
	.prolist_n dl dt{
		height:193px;
	}
	.proinfonr_n ul li,.proinfonr_n ul li a{
		font-size:16px;
	}
	.proinfo_n .proinfonr_n {
        padding-top:0;
    }
	.proinfonr_n ul {
        margin-top: 20px;
    }
	.newsinfo_n h1 {
        font-size:24px;
        line-height:34px;
    }
	.footernr .footerlf {
        width: 58%;
    }
}
@media(max-width:1080px) {
	.header .navbar_nav li {
        padding:0 20px;
    }
	.header .nav {
        margin-right:10px;
    }
}

@media(max-width:1024px) {
	.header .navbar_nav li {
        padding:0 18px;
    }
	.aboutbg_n,.about .aboutbg{
		height:350px;
	}
	.prolist_n dl dt{
		height:172px;
	}
}
@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.header .nav{
		display:none;
	}
	.language span {
		margin:0 5px;
	}
	.logo img{
		height:40px;
	}
	.ys .yslf,.ys .ysimg{
		width:100%;
	}
	.ys .ysimg{
		margin-top:40px;
	}
	.ys {
		padding-top:60px;
		padding-bottom:60px;
	}
	.yslf .more {
        margin-top:30px;
    }
	.newslist .newslf .newsjs h5{
		text-overflow: inherit;
		white-space: normal;
	}
	.newstit .tit,.newstit .newsmenu{
		width:100%;
	}
	.newsmenu ul li{
		margin-left:0;
		margin-right:20px;
	}
	.news{
		padding-top:60px;
		padding-bottom:60px;
	}
	.newslist .newslf,.newslist .newsrt{
		width:100%;
	}
	.newslist .newsrt{
		margin-top:30px;
	}
	.banner,.banner_n{
		margin-top:60px;
	}
	.pro_n {
		padding-top:60px;
		padding-bottom:60px;
	}
	.prolf_n,.prort_n{
		width:100%;
	}
	.prolf_n ul li{
		height:auto;
		padding:10px 10px 10px 0;
	}
	.prort_n{
		margin-top:40px;
	}
	.news_n {
		margin-top:60px;
		margin-bottom:60px;
	}
	.newsinfo_n{
		width:100%;
	}
	.newsinfo_n .fbtime{
		padding-bottom:20px;
	}
	.newsinfo_n .fbnr,.newsinfo_n .fbtime{
		margin-top:20px;
	}
	.footer{
		padding:40px 0 0 0;
	}
	.footernr .footerlf,.footernr .footerrt{
		width:100%;
	}
	.footernr .footerrt{
		margin-top:20px;
	}
	.footerlf ul li p{
		display:none;
	}
	.footerlf ul li h4{
		margin-bottom:10px;
	}
	.footerin{
		padding-top:30px;
		margin-top:30px;
	}
	.bot {
        padding:20px 0;
		margin-top:30px;
    }
}
@media(max-width:991px) {
	.banner .bannertext .more a {
		width:140px;
		padding-left:20px;
	}
	.banner .swiper-pagination{
		bottom:20px;
	}
	.banner .bannertext1 h4{
		font-size:28px;
		line-height:38px;
	}
	.banner .bannertext1 p{
		font-size:13px;
		line-height:23px;
		letter-spacing:0.5px;
	}
	.banner .bannertext2 h4, .banner .bannertext3 h4{
		font-size:32px;
		line-height:42px;
	}
	.banner .bannertext1 .more,.banner .bannertext2 .more,.banner .bannertext3 .more {
		margin-top:40px;
	}
	.banner .bannertext2 p, .banner .bannertext3 p{
		font-size:20px;
		line-height:30px;
	}
	.swiper-pagination-bullet {
		width:20px;
	}
	.swiper-pagination-bullet-active{
		width:30px;
	}
	.tit h3,.tit h3 a{
        font-size: 35px;
        line-height: 45px;
    }
	.tit p {
        font-size: 20px;
        line-height: 30px;
    }
	.about{
		padding-top:60px;
		padding-bottom:60px;
	}
	.aboutlf,.about .aboutimg{
		width:100%;
	}
	.about .aboutimg{
		position:inherit;
		top:0;
		margin-left:0;
		margin-top:30px;
	}
	.prolist{
		margin-top:60px;
	}
	.prolist dl dd {
        font-size: 20px;
        line-height: 30px;
    }
	.pro{
		padding-top:60px;
		padding-bottom:60px;
	}
	.pronr .swiper-button{
		margin-top:40px;
	}
	.yyly .tit{
		top:20px;
	}
	.yyly ul li {
		width: 33.3333333333333333%;
		height: 50%;
		border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	}
	.yyly ul li .yylynr {
        padding:0 10px;
    }
	.yyly ul li .icon img{
		width:70px;
	}
	.yyly ul li:hover p{
		margin-top:10px;
		font-size:15px;
		line-height:25px;
	}
	.contact h3 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 5px;
    }
	.contact {
		height:auto;
		padding:60px 0 90px 0;
	}
	.contact h3{
		margin-bottom:50px;
	}
	.sl_hj{
		padding-top:60px;
		padding-bottom:90px;
	}
	.gshj_n {
		margin-top:60px;
	}
	.gshjnr_n,.sl .slnr{
		margin-top:30px;
	}
	.gshjnr_n .swiper-button-prev, .gshjnr_n .swiper-button-next,.gshjnr_n .swiper-button-prev:hover,.gshjnr_n .swiper-button-next:hover{
		width:40px;
		height:40px;
		background-size:40px;
		margin-top:-20px;
	}
	.ntit h3{
		font-size:28px;
		line-height:38px;
	}
	.ntit p {
        font-size:18px;
        line-height:28px;
    }
	.aboutlf_n,.aboutrt_n{
		width:100%;
	}
	.aboutrt_n{
		margin-top:30px;
		padding-right:0;
	}
	.about_n{
		padding-top:60px;
		padding-bottom:60px;
		padding-right: 5.2%;
	}
	.aboutbg_n,.about .aboutbg{
		display:none;
	}
	.aboutimg_n{
		margin-top:0;
	}
	.prolist_n dl {
		width:49%;
		overflow: hidden;
		margin: 0 2% 40px 0;
	}
	.prolist_n dl:nth-child(3n) {
		margin-right:2%;
	}
	.prolist_n dl:nth-child(2n) {
		margin-right: 0;
	}
	.prolist_n dl dt {
        height:326px;
    }
	.proinfo_n .propic_n,.proinfo_n .proinfonr_n{
		width:100%;
	}
	.proinfo_n .proinfonr_n{
		margin-top:30px;
	}
	.proinfonr_n h1,.nprofbnr h5{
        font-size: 22px;
        line-height: 32px;
    }
	.news_n {
		margin-top:60px;
		margin-bottom:60px;
	}
	.newsnr_n .newsdate_n,.newsnr_n .newsbt_n,.newsnr_n .newsfl_n,.newslist_n .newsnr_n .newsimg_n{
		width:100%;
	}
	.newsnr_n .newsbt_n{
		padding-right:0;
	}
	.newsnr_n .newsbt_n span,.newslist_n .newsnr_n .newsimg_n,.newsnr_n .newsfl_n.newsnr_n .newsbt_n h5,.newsnr_n .newsfl_n{
		margin-top:20px;
	}
	.newslist_n .newsnr_n {
		padding:40px 0;
	}
	.newsnr_n .newsbt_n h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align:left;
	}
	.newsinfo_n h1 {
        font-size:22px;
        line-height:32px;
    }
	.menu_n,.positionnr .positionrt{
		width:100%;
	}
	.positionnr .positionrt{
		padding:10px 0;
	}
	.menu_n ul li{
		line-height:50px;
	}
	.news_bk .news_bknr,.fhlist,.news_bk .news_bknr{
		width:100%;
	}
	.news_bk .news_bknr:last-of-type {
		text-align:left;
	}
	.contact_tit {
        font-size: 60px;
        line-height: 60px;
    }
	.contact_titnr{
		position:inherit;
		top:0;
	}
	.contact_titnr h3 {
        font-size:36px;
        line-height:46px;
    }
	.contact_titnr p{
		font-size:26px;
		line-height:36px;
	}
	.contact_n {
		margin-top:60px;
	}
	.contactnr_n {
        margin-top:60px;
        margin-bottom:60px;
        padding-bottom:40px;
    }
	.messagert_n{
		margin-top:30px;
	}
	.message_n{
		padding-top:60px;
		padding-bottom:90px;
	}
	.messagelf_n .messageen {
        font-size:60px;
        line-height:60px;
    }
	.messagelf_n h3 {
        font-size: 30px;
        line-height: 40px;
    }
	.messagert_n h4 {
        font-size:26px;
        line-height:36px;
    }
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
}
@media(max-width:860px) {
	.newslist .newslf{
		height:480px;
	}
	.prolist_n dl dt {
        height:283px;
    }
}
@media(max-width:768px) {
	.banner .bannertext1 h4{
		font-size:24px;
		line-height:34px;
	}
	.banner .bannertext1 p{
		font-size:12px;
		line-height:22px;
		letter-spacing:0.2px;
	}
	.banner .bannertext2 h4, .banner .bannertext3 h4{
		font-size:28px;
		line-height:38px;
	}
	.banner .bannertext1 .more,.banner .bannertext2 .more,.banner .bannertext3 .more {
		margin-top:40px;
	}
	.banner .bannertext2 p, .banner .bannertext3 p{
		font-size:18px;
		line-height:28px;
	}
	.more a,.contact .more a,.banner .bannertext .more a {
		width: 130px;
		height: 48px;
		line-height: 48px;
		font-size: 15px;
		padding-left: 15px;
	}
	.more a span,.contact .more a span,.banner .bannertext .more a span{
		margin-right:15px;
	}
	.newslist .newslf{
		height:400px;
	}
	.sl .slnr .swiper-slide:nth-child(2n+1){
		margin-top:0;
	}
	.prolist_n dl dt {
        height:253px;
    }
	.botlogo img{
		width:260px;
	}
}
@media(max-width:767px) {
	
}
@media(max-width:640px) {
	.logo img {
        height: 30px;
    }
	.language a{
		font-size:14px;
	}
	.toggle{
		right:70px;
	}
	.banner .swiper-slide .img img {
		width:120%;
		margin-left:-10%;
	}
	.banner .bannertext1 h4{
		font-size:20px;
		line-height:30px;
	}
	.banner .bannertext1 p{
		font-size:10px;
		line-height:20px;
		letter-spacing:0.2px;
	}
	.banner .bannertext2 h4, .banner .bannertext3 h4{
		font-size:24px;
		line-height:34px;
	}
	.banner .bannertext3{
		top:20%;
	}
	.banner .bannertext1 .more,.banner .bannertext2 .more,.banner .bannertext3 .more {
		margin-top:20px;
	}
	.banner .bannertext2 p, .banner .bannertext3 p{
		font-size:15px;
		line-height:25px;
	}
	.banner .bannertext .more a {
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10px;
    }
	.banner .swiper-slide img{
		width:15px;
	}
	.banner .bannertext .more a span {
        margin-right:10px;
    }
	.banner .bannertext2{
		bottom:22%;
	}
	.tit h3,.tit h3 a{
        font-size: 30px;
        line-height: 40px;
    }
	.tit p{
        font-size: 16px;
        line-height: 26px;
    }
	.prolist{
		margin-top:40px;
	}
	.prolist dl dd {
        font-size: 18px;
        line-height: 28px;
    }
	.aboutlist ul li dl dt .timer {
        font-size: 40px;
        line-height: 40px;
    }
	.protit .more{
		display:none;
	}
	.yslf .ysnr ul li {
        width:100%;
		margin-bottom:20px;
    }
	.yslf .more {
        margin-top:10px;
    }
	.newslist .newslf .newsjs h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.newslist .newslf .newsjs {
        padding:0 20px;
    }
	.newslist .newslf {
        height:300px;
    }
	.yyly ul li .icon img {
        width:50px;
    }
	.yyly ul li h5 {
        font-size:20px;
        line-height:30px;
    }
	.yyly ul li:hover p {
        font-size: 14px;
        line-height: 24px;
    }
	.contact h3 {
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 2px;
    }
	.contact h3 {
        margin-bottom:30px;
    }
	.pronr .swiper-button div{
		margin:0 5px;
		width: 46px;
		height: 46px;
	}
	.newslist .newsrt dl dt,.newslist .newsrt dl dd{
		width:100%;
	}
	.newslist .newsrt dl dd{
		margin-top:20px;
	}
	.newslist .newsrt dl dt h5{
		font-size:18px;
		line-height:28px;
	}
	.gshjnr_n .swiper-button-prev{
		left:0;
	}
	.gshjnr_n .swiper-button-next{
		right:0;
	}
	.gshjnr_n {
		margin-top:30px;
		padding:0 5.2%;
	}
	.gshjnr_n .swiper-button-prev, .gshjnr_n .swiper-button-next,.gshjnr_n .swiper-button-prev:hover,.gshjnr_n .swiper-button-next:hover{
		width:30px;
		height:30px;
		background-size:30px;
		margin-top:-15px;
	}
	.prolist_n dl{
        width:100%;
    }
	.prolist_n dl dd {
        padding: 30px 20px;
    }
	.prolist_n dl dd .icon{
		margin-top:20px;
	}
	.prolist_n dl dd .icon {
		width: 40px;
		height: 40px;
	}
	.prolist_n dl dt,.prolist_n dl dt img{
		height:auto;
	}
	.prolist_n dl dt img{
		transform: translate(0, 0);
		position:inherit;
		top:0;
		left:0;
	}
	.prolist_n dl:hover dt img{
		transform:translate(0, 0) scale(1.05);
	}
	.contact_tit {
        font-size: 40px;
        line-height: 40px;
    }
	.contact_titnr h3 {
        font-size:32px;
        line-height:42px;
    }
	.contact_titnr p {
        font-size: 22px;
        line-height: 32px;
    }
	.contactnr_n dl dd .lxfs1_n, .contactnr_n dl dd .lxfs1_n a {
        font-size: 20px;
        line-height: 30px;
    }
	.contactnr_n dl dt {
        margin-right:10px;
    }
	.contactnr_n dl dd .lxfs2_n {
        font-size: 16px;
    }
	.contactnr_n dl{
		width:100%;
	}
	.contactnr_n dl dt img{
		width:80px;
	}
	.messagenr_n dl{
		width:100%;
	}
	.messagenr_n dl:nth-child(2n+1){
		margin-right:0;
	}
	.messagenr_n dl:nth-child(2n){
		margin-left:0;
	}
	.messagelf_n .messageen {
        font-size:50px;
        line-height:50px;
    }
	.messagelf_n h3 {
        font-size:26px;
        line-height:36px;
    }
	.messagert_n h4 {
        font-size:22px;
        line-height:32px;
    }
	.messagert_n dl dd input,.messagert_n dl dd textarea,.btn2 .intxt{
		font-size:16px;
	}
	.footernr .footerrt .bottel h4{
		font-size:20px;
		line-height:30px;
	}
	.footerlf ul li h4, .footerlf ul li h4 a {
        font-size:18px;
    }
	.bot .botlf, .bot .botrt,.bot a{
		font-size:14px;
	}
}
@media(max-width:540px) {
	.banner .bannertext1 .more, .banner .bannertext2 .more, .banner .bannertext3 .more,.banner .bannertext3 p {
		margin-top:10px;
	}
	.banner .bannertext1 h4 {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
    }
	.banner .bannertext1 p {
        font-size: 7px;
        line-height: 17px;
        letter-spacing: 0;
    }
	.banner .bannertext .more a {
        width: 90px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
	.banner .bannertext2 h4, .banner .bannertext3 h4 {
        font-size: 16px;
        line-height: 26px;
    }
	.banner .bannertext2 p, .banner .bannertext3 p {
        font-size:12px;
        line-height:22px;
    }
	.yyly ul li h5 {
        font-size: 18px;
        line-height: 28px;
    }
	.yyly ul li:hover p {
        font-size: 12px;
        line-height: 22px;
    }
}
@media(max-width:425px) {
	.banner .swiper-pagination {
        bottom:10px;
    }
	.banner .bannertext3 {
        top: 15%;
    }
	.swiper-pagination-bullet{
		height:4px;
		margin-right:10px;
	}
	.swiper-pagination-bullet {
        width:15px;
    }
	.swiper-pagination-bullet-active{
		width:20px;
	}
	.aboutlist ul li dl dt .timer {
        font-size: 35px;
        line-height: 35px;
    }
	.aboutlist ul li dl dt,.aboutlist ul li dl dd {
		font-size:14px;
	}
	.aboutlist ul li dl dt .timer{
		margin-right:5px;
	}
	.newsmenu ul li{
        margin-right:10px;
    }
	.newslist .newslf .newsjs h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.newslist .newslf .newsjs{
		top:20px;
	}
	.newslist .newslf {
        height:240px;
    }
	.newslist .newslf .newsjs .newsxq {
		margin-top:20px;
	}
	.newslist .newslf .newsjs h5 {
        font-size:18px;
        line-height:28px;
    }
	.yyly ul li .yylynr {
        padding: 0 5px;
    }
	.yyly ul li:hover p {
        font-size: 11px;
        line-height: 21px;
    }
	.newsmenu ul li a {
		font-size: 16px;
	}
	.messagert_n h4 {
        font-size: 20px;
        line-height: 30px;
    }
	.messagelf_n .messageen {
        font-size: 45px;
        line-height: 45px;
    }
	.footerlf ul li h4, .footerlf ul li h4 a {
        font-size: 16px;
    }
}
@media(max-width:375px) {
	.banner .bannertext1 .more, .banner .bannertext2 .more, .banner .bannertext3 .more, .banner .bannertext3 p,.banner .bannertext2 p, .banner .bannertext3 p{
        margin-top:5px;
    }
	.proinfonr_n ul li{
		padding-left:15px;
	}
	.proinfonr_n ul li img{
		margin-right:5px;
	}
	.yyly ul li:hover p {
        font-size: 10px;
        line-height: 20px;
    }
	.footernr .footerlf .bottel,.footernr .footerlf .bottel a{
		font-size:32px;
		line-height:32px;
	}
}
@media(max-width:374px) {
	.logo img {
        height:26px;
    }
}
@media(max-width:320px) {
	.sl .slnr .sllist hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
    