@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

@font-face
{
	font-family: myThreeFont;
	src: url('../font/BarlowCondensed-SemiBold_mianfeiziti.ttf'),
		 url('../font/BarlowCondensed-SemiBold_mianfeiziti.eot'); /* IE9 */
}

/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"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:"Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */
.header{
	width:100%;
	height:100px;
	background:#fff;
	position:fixed;
	z-index: 999;
	top:0;
	padding:0 1%;
	}
.small{
	box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
}
.top{
	width:100%;
	overflow:hidden;
	line-height:40px;
	border-bottom:solid 1px rgba(255,255,255,0.25);
	font-size:13px;
	color:#fff;
	text-align:right;
	}
.top a{
	font-size:13px;
	color:#fff;
	}
.logo{
	height:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
}
.logo img{
	max-width:100%;
	height:auto;
}
.language{
	height:100%;
	font-size:16px;
	color:#212123;
	text-align:center;
	line-height:100px;
	position:relative;
}
.language a{
	font-size:16px;
	color:#212123;
}
.language a > img{
	margin-right:10px;
}
.language a i{
	margin-left:8px;
}
.language .languagenr{
	width:100px;
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
}
.language .languagenr p{
	width:100%;
	padding:0;
	background: rgba(230,33,41,0.8);
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin:1px 0 0 0;
}
.language .languagenr p a {
	width:100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
	display:block;
}
.language .languagenr p:hover{
	background:#e62129;
}
.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;
}
/* search
-------------------------------------------------------------- */
.search{
	overflow:hidden;
	text-align:center;
	padding:40.5px 0;
	margin-right:34px;
	cursor:pointer;
	position:relative;
}	
.search_box{
	width:260px;
	position: absolute;
	top:100px;
	right:0;
	background-color:#cf0a0a;
	padding:10px; 
	z-index:99;
	display:none;
	}
.search_box input{
	width:80%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	float:left;
	}
.search_box button{
	width:18%;
	height: 30px;
	line-height: 30px;
	text-align:center;
	float:right;
	background:none;
	}
.search_box button img{
	max-width:100%;
	height:auto;
}
.toplxfs{
	overflow:hidden;
	line-height:100px;
	margin-right:60px;
}
.toplxfs span{
	font-size:16px;
	color:#121212;
	margin-right:28px;
}
.toplxfs span img{
	margin-right:8px;
}
/* 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:93px;
}
.header .navbar_nav li{
	float:left;
	display: block;
}

.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 37px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #2f2f2f;
	font-size: 16px;
	line-height:100px;
	position:relative;
}
.header .navbar_nav li a::before{
	content:"";
	width:8px;
	height:8px;
	background:#cf0a0a;
	border-radius:50%;
	position:absolute;
	left:11px;
	top:50%;
	border-radius:50%;
	margin-top:-4px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	z-index:99;
	opacity:0;
}
.header .navbar_nav li.dropdown .dropdown_menu a::before{
	display:none;
}
.header .navbar_nav li:hover a::before,.header .navbar_nav li.active a::before{
	opacity:1;
}
.header .navbar_nav li:hover a,.header .navbar_nav li.active a{
	font-weight:bold;
	color:#cf0a0a;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	overflow:hidden;
	opacity: 0;
	position: absolute;
	top:0;
	margin-top:100px;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
	z-index:-1;
	border-radius:0 0 10px 10px;
	-webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);

  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 15px;
	color: #2b2b2b;
	font-weight:normal;
	padding: 8px 10px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border-top:dashed 1px #ddd;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	opacity: 1;
  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: #cf0a0a;
}
.header .navbar_nav li.dropdown .dropdown_menu a:after{
	display:none;
}

.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: #2d9bd0;
}
#navToggle{
	display: none;
}

.cont{
	width:1600px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1600px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	position:relative;
	margin-top:100px;
	}
.banner video{ width:100%; height:100%; object-fit: cover;}
.banner video::-webkit-media-controls{ 
	display:none !important;
}
.banner video::-webkit-media-controls-enclosure{
    display: none !important;
}
.banner .indexbg{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}
.banner .bannernr{
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../images/banner1-1.png) no-repeat top left;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
	z-index:20;
}
.banner .bannernr img{
	max-width:100%;
	height:auto;
}
.mban{
	display:none;
}
.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%;
	height:910px;
	overflow:hidden;
	position:relative;
}
@media(min-width:1921px) {
	.banner .img{
		height:100vh;
	}
}
@media(max-width:1768px) {
	.banner .img{
		height:838px;
	}
}
@media(max-width:1680px) {
	.banner .img{
		height:796px;
	}
}
@media(max-width:1600px) {
	.banner .img{
		height:758px;
	}
}
@media(max-width:1440px) {
	.banner .img{
		height:683px;
	}
}
@media(max-width:1366px) {
	.banner .img{
		height:647px;
	}
}
@media(max-width:1360px) {
	.banner .img{
		height:645px;
	}
}
@media(max-width:1280px) {
	.banner .img{
		height:607px;
	}
}
@media(max-width:1152px) {
	.banner .img{
		height:546px;
	}
}
@media(max-width:1024px) {
	.banner .img{
		height:485px;
	}
}
.banner .swiper-container .bannernr1{
	width:28%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:12%;
}
.banner .swiper-container .bannernr2{
	width:35%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:25%;
}
.banner .swiper-container .bannernr3{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-24%;
	bottom:28%;
	text-align:center;
}
.banner .swiper-container .banimg{
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .banimg img{
	max-width:100%;
	height:auto;
}
.banner .swiper-container p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	line-height:25px;
	margin-top:54px;
}
.banner .banmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.banner .swiper-container .bannernr3 .banmore{
	margin:90px auto 0;
}
.banner .swiper-container .bannernr3 .banmore a{
	margin:auto;
	text-align:left;
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.banner .swiper-slide .img img{
	width:100%;
	height:auto;
}
.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.banner .swiper-button{
	overflow:hidden;
	position:absolute;
	left:8%;
	bottom:50px;
	z-index:99;
	}
.banner .swiper-button div{
	width:48px;
	height:48px;
	overflow:hidden;
	border-radius:50%;
	float:left;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.banner .swiper-button .swiper-button-prev{
	background:#7d7d7d url(../images/prev.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next{
	background:#7d7d7d url(../images/next.png) no-repeat center;
	margin-left:15px;
}
.banner .swiper-button div:hover{
	background-color:#cf0a0a;
}
/*shubiao*/
.shubiao{
	position:absolute;
	left:50%;
	margin-left:-13px;
	bottom:34px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:116px;
	background:#fff;
	position:absolute;
	left:27.5px;
	bottom:100px;
}
.mouse{
  position: relative;
  width: 26px;
  height: 45px;
  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: 4px;
  height: 10px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.shubiao p{
	overflow:hidden;
	text-align:center;
	color:#fff;
	margin-top:2px;
}
.banner .down p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	letter-spacing:2px;
	line-height:30px;
}
.banner .swiper-slide 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:#fff;
	line-height:20px;
	font-size:18px;
	font-weight:bold;
	font-family:Arial;
	float:left;
	position:relative;
}

.swiper-pagination-fraction span:before{
	content:"0";
	}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width:10px;
	height:10px;
	background:#fff;
	display: inline-block;
	margin:0 7px;
	outline:none;
	border-radius:50%;
	position:relative;
}

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:28px;
	border-radius:5px;
}

.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;
	-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:7%;
	bottom:50px;
	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;
}
.banner_menu{
	width:100%;
	overflow:hidden;
	padding:0 6%;
	position:absolute;
	left:0;
	bottom:54px;
	z-index:99;
}
.banner_menu ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
}
.banner_menu ul li{
	width:33.2%;
	height:100px;
	overflow:hidden;
	background:#fff;
	padding:20px 46px 0 46px;
	border-radius:5px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.banner_menu ul li:hover{
	background:#e62129;
}
.banner_menu ul li .banner_menulf{
	width:80%;
	overflow:hidden;
}
.banner_menu ul li .banner_menulf h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#373737;
	line-height:32px;
	font-weight:normal;
}
.banner_menu ul li .banner_menulf p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#a3a3a3;
	line-height:30px;
}
.banner_menu ul li:hover .banner_menulf h5,.banner_menu ul li:hover .banner_menulf p{
	color:#fff;
}
.banner_menu ul li .banner_menurt{
	width:20%;
	overflow:hidden;
	text-align:right;
}
.banner_menu ul li .banner_menurt img{
	max-width:100%;
	height:auto;
}
.banner_menu ul li .banner_menurt .baniconh,.banner_menu ul li:hover .banner_menurt .banicon{
	display:none;
}
.banner_menu ul li:hover .banner_menurt .baniconh{
	display:block;
	float:right;
}
/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	position:relative;
	}
.tit .titen{
	width:100%;
	font-size:129px;
	color:#f3f3f3;
	line-height:129px;
	font-family: Arial;
	font-weight:bold;
	text-transform:uppercase;
}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:52px;
	color:#333333;
	line-height:62px;
	margin-top:-56px;
	}
.tit h3 a{
	font-size:52px;
	color:#333333;
	}
.more{
	overflow:hidden;
	}
.more a{
	width:176px;
	height:56px;
	line-height:56px;
	background:#cf0a0a;
	font-size:16px;
	color:#fff;
	display:block;
	text-align:center;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	position:relative;
	}
.more a span{
	font-size:16px;
	color:#fff;
	margin-left:40px;
}

/* partner
-------------------------------------------------------------- */
.partner{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/map.jpg) no-repeat top center;
	position:relative;
	}
.partnerrt{
	width:22%;
	overflow:hidden;
	}
.partnertit{
	width:100%;
	overflow:hidden;
	margin-top:272px;
	}
.partnertit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	text-align:right;
	}
.partnertit h3 a{
	font-size:45px;
	color:#fff;
	}
.partnertit hr{
	width:70px;
	border:none;
	border-bottom:solid 1px #fff;
	float:right;
	margin-top:38px;
	}
.partnernr .partnerjs{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	text-align:right;
	margin-top:76px;
	}
.partnermore{
	width:100%;
	overflow:hidden;
	margin-top:130px;
	}
.partnermore a{
	display:block;
	width:160px;
	height:50px;
	line-height:50px;
	background:#c70b19 url(../images/icon2.png) no-repeat 76% center;
	font-size:16px;
	color:#fff;
	padding-left:30px;
	float:right;
	}
 @keyframes pulsate {
	 0% {
	 transform: scale(0.1, 0.1);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
	 50% {
	 opacity: 1;
	 filter: none;
	}
	 100% {
	 transform: scale(1.2, 1.2);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
}

/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	height:944px;
	overflow:hidden;
	background-size:cover;
	padding-top:114px;
	position:relative;
	}
.aboutrt{
	width:75.8%;
	height:944px;
	overflow:hidden;
	background:url(../images/aboutimg.jpg) no-repeat top left;
	position:absolute;
	right:0;
	top:0;
}
.about .aboutlf{
	padding:0;
	}
.aboutimg{
	width:100%;
	overflow:hidden;
}
.about .aboutlf .tit{
	margin-bottom:30px;
}
.about .aboutlf h5{
	width:100%;
	overflow:hidden;
	font-size:23px;
	color:#333;
	line-height:35px;
	}
.about .aboutlf h5 span{
	color:#cf0a0a;
	font-size:23px;
}
.aboutnr{
	width:60%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:58px;
	text-align: justify;
}
.about .more{
	margin-top:144px;
}
/* aboutlist
-------------------------------------------------------------- */
.aboutlist{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:64px;
}
.aboutlist ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:center;
}
.aboutlist ul li{
	width:24.4%;
	overflow:hidden;
	padding:0;
	position:relative;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutlist ul li::after{
	content:"";
	width:1px;
	height:156px;
	background:rgba(255,255,255,0.5);
	position:absolute;
	right:80px;
	top:0;
	transform: rotate(25deg);
}
.aboutlist ul li:last-child::after{
	display:none;
}
.aboutlist ul li dl,.aboutlist ul li dl dt,.aboutlist ul li dl dd,.aboutlist_n ul li dl dt,.aboutlist_n ul li dl dd{
	width:100%;
	overflow:hidden;
}
.aboutlist ul li dl dd,.aboutlist_n ul li dl dd{
	font-size:16px;
	color:#fff;
	}
.aboutlist ul li dl dt,.aboutlist_n ul li dl dt{
	font-size:16px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
}
.aboutlist ul li dl dd .counter{
	color:#fff;
	font-size:88px;
	font-family: Arial;
	line-height:88px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutlist ul li dl dd font{
	font-size:20px;
	color:#fff;
	font-family:Arial;
	}
.aboutlist ul li:hover{
	background:url(../images/d.jpg) no-repeat 98% 90%;
}
.aboutlist ul li:hover dl dt .counter,.aboutlist ul li:hover dl dd,.about_n .aboutlist ul li:hover dl dt,.about_n .aboutlist ul li:hover dl dd,.aboutlist ul li:hover dl dt font{
	color:#fff;
}
.aboutlist_n{
	width:100%;
	overflow:hidden;
	background: #cf0a0a;
    padding: 30px 0;
	margin-top:50px;
}
.aboutlist_n ul{
	width:100%;
	overflow:hidden;
}
.aboutlist_n ul li{
	width: 33.3333333333%;
    overflow: hidden;
    float: left;
    position: relative;
	display:flex;
	justify-content:center;
}
.aboutlist_n ul li dl dd .counter{
	color:#fff;
	font-size:88px;
	font-family: Arial;
	line-height:88px;
}
.aboutlist_n ul li dl dt,.aboutlist_n ul li dl dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
}
.aboutlist_n ul li::after {
    content: "";
    width: 1px;
    height: 120px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 30px;
    top: 0;
    transform: rotate(25deg);
}
.aboutlist_n ul li:last-child::after{
	display:none;
}
/* sdly
-------------------------------------------------------------- */
.sdly{
	width:100%;
	overflow:hidden;
	margin-top:126px;
}
.sdly .sdlylf{
	width:60%;
	overflow:hidden;
	height:976px;
	background:url(../images/lybg1.jpg) no-repeat top center;
	background-size:cover;
}
.sdlylf .sdlybg{
	width:516px;
	height:516px;
	background:#cf0a0a url(../images/logobg.jpg) no-repeat bottom right;
	clip-path: polygon(
        0 0,            /* 左上角 */
        100% 0,         /* 右上角 */
        100% 100%,      /* 右下角 */
        15% 100%,       /* 右下→左下过渡点 */
        0 85%           /* 左下→左上过渡点 */
    );
	margin-top:230px;
	position:relative;
}
.sdlylf .sdlybg .sdlyicon{
	width:69px;
	height:63px;
	overflow:hidden;
	position:absolute;
	top:68px;
	right:50px;
}
.sdlylf .sdlybg .sdlyicon img{
	max-width:100%;
	height:auto;
}
.sdlybg .sdlylfnr{
	width:100%;
	overflow:hidden;
	padding:0;
	height:0;
	visibility:hidden;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.sdlybg .sdlylfnr.active{
	height:auto;
	visibility:visible;
	padding:58px 114px 0 58px;
}
.sdlybg .sdlylfnr h5{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#fff;
	line-height:45px;
}
.sdlybg .sdlylfnr p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:rgba(255,255,255,0.4);
	font-family:Arial;
}
.sdlybg .sdlylfnr span{
	display:block;
	width:30px;
	height:3px;
	background:#fff;
	margin-top:34px;
}
.sdlybg .sdlylfnr .sdlylfjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:52px;
}
.sdly .sdlyrt{
	width:40%;
	overflow:hidden;
	height:976px;
	background:url(../images/lybg2.jpg) no-repeat top center;
	background-size:cover;
	padding-right:8%;
	padding-left:85px;
	position:relative;
}
.sdlyrt .sdlyrtnr{
	width:100%;
	height:100%;
	position:relative;
}
.sdlyrt .sdlyrtnr::after{
	content:"";
	width:1px;
	height:100%;
	background:rgba(255,255,255,0.15);
	position:absolute;
	right:1px;
	top:0;
}
.sdlyrt .sdlytit{
	width:100%;
	position:relative;
	margin-top:93px;
}
.sdlyrt .sdlytit::before{
	content:"";
	width:66px;
	height:57px;
	background:url(../images/icon9.png) no-repeat center;
	position:absolute;
	left:-42px;
	top:0;
	z-index:0;
}
.sdlyrt .sdlytit::after{
	content:"";
	width:66px;
	height:57px;
	background:url(../images/icon10.png) no-repeat center;
	position:absolute;
	left:230px;
	bottom:0;
	z-index:0;
}
.sdlyrt .sdlytit h3{
	width:100%;
	overflow:hidden;
	font-size:52px;
	color:#fff;
	line-height:62px;
}
.sdlyrt .sdlytit h3 span{
	font-size:52px;
	color:#cf0a0a;
}
.sdlyrt .sdlytit h4{
	width:100%;
	overflow:hidden;
	font-size:38px;
	color:#fff;
	line-height:48px;
	padding-left:48px;
	padding-top:12px;
}
.sdlyrt .sdlytit p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:25px;
	color:#fff;
	line-height:35px;
	margin-top:10px;
}
.sdlyrt ul,.sdlyrt ul li{
	width:100%;
	overflow:hidden;
}
.sdlyrt ul{
	margin-top:80px;
}
.sdlyrt ul li{
	font-size:20px;
	color:#fff;
	line-height:38px;
	margin-top:36px;
	position:relative;
}
.sdlyrt ul li::after{
	content:"";
	width:3px;
	height:12px;
	background:#fff;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-6px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.sdlyrt ul li span{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	line-height:38px;
	padding-left:82px;
	position:relative;
	z-index:1;
}
.sdlyrt ul li span::after{
	content:"";
	width:0;
	height:8px;
	background:#cf0a0a;
	position:absolute;
	left:0;
	bottom:-2px;
	z-index:-1;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.sdlyrt ul li i{
	font-size:38px;
	font-style:normal;
	font-family:Arial;
	font-weight:bold;
	line-height:38px;
	background-image: -webkit-linear-gradient(left,#fff,#8f8f8f) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
	position: absolute;
    left: 0;
    bottom: -6px;
}
.sdlyrt ul li:hover::after,.sdlyrt ul li.active::after{
	background:#cf0a0a;
}
.sdlyrt ul li:hover span::after,.sdlyrt ul li.active span::after{
	width:100%;
}
.sdlyrt .contact{
	width:100%;
	height:78px;
	overflow:hidden;
	background:#cf0a0a;
	padding-left:44px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:9;
}
.contact .contactlf{
	overflow:hidden;
	line-height:78px;
}
.contact .contactlf a,.contact .contactlf a span{
	font-size:16px;
	color:#fff;
}
.contact .contactlf a span{
	margin-left:42px;
}
.contact .contactrt{
	overflow:hidden;
	font-size:20px;
	color:#fff;
	font-family:Arial;
	font-weight:bold;
	line-height:78px;
	background:url(../images/icon8.png) no-repeat left center;
	padding-left:46px;
	margin-right:156px;
}
.contact .contactrt a{
	font-size:20px;
	color:#fff;
	font-family:Arial;
	letter-spacing:2px;
}
/* pro
-------------------------------------------------------------- */
.promenu,.promenu ul{
	width:100%;
}
.promenu ul li{
	width:20%;
	height:125px;
	overflow:hidden;
	float:left;
	line-height:125px;
	padding-left:40px;
	border-right:solid 1px #dcdcdc;
	position:relative;
	display:flex;
	align-items:center;
	padding-right:90px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.promenu ul li:last-child{
	border-right:none;
}
.promenu ul li::after{
	content:"";
	width:35px;
	height:35px;
	background:url(../images/icon6.png) no-repeat center;
	position:absolute;
	right:48px;
	top:50%;
	margin-top:-17.5px;
}
.promenu ul li a{
	color:#252525;
	font-size:18px;
	display:block;
	line-height:30px;
}
.promenu ul li:hover,.promenu ul li.active{
	background:#cf0a0a url(../images/proflbg.jpg) no-repeat right top;
}
.promenu ul li:hover a,.promenu ul li.active a{
	color:#fff;
}
.promenu ul li:hover::after,.promenu ul li.active::after{
	background:url(../images/iconh6.png) no-repeat center;
}
.pro{
	width:100%;
	overflow:hidden;
	background:url(../images/probg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:94px;
	padding-bottom:100px;
	position:relative;
}
.pronr,.prolist,.prolist h5,.prolist .profl,.prolist .proimg{
	width:100%;
	overflow:hidden;
}
.prolist h5{
	font-size:45px;
	color:#333;
	line-height:55px;
	text-align:center;
}
.prolist .profl{
	font-size:18px;
	color:#333;
	line-height:30px;
	text-align:center;
	margin-top:10px;
}
.prolist .proimg{
	margin-top:28px;
	text-align:center;
}
.prolist .proimg img{
	width:100%;
	height:auto;
}
.pronr{
	height:0;
	visibility:hidden;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.pronr.active{
	height:auto;
	visibility:visible;
}
.pronr .swiper-slide{
	opacity:0.4;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}
.pronr .swiper-slide-active{
	opacity:1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.pronr .swiper-slide-active .prolist .proimg{
	/*height:478px;
	background:url(../images/yuan.png) no-repeat left center;*/
}
.promore{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:42px;
}
.promore a,.promore a i{
	font-size:16px;
	color:#cf0a0a;
}
.promore a i{
	margin-left:35px;
}
.promorenr{
	width:112px;
	line-height:30px;
	overflow:hidden;
	margin:auto;
	padding-bottom:6px;
	border-bottom:solid 1px #cf0a0a;
}
.pro .swiper-button{
	overflow:hidden;
}
.pro .swiper-button div{
	width:80px;
	height:80px;
	border:solid 1px #b0b0b0;
	border-radius:50%;
	position:absolute;
	bottom:78px;
	z-index:99;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.pro .swiper-button div:hover{
	border:solid 1px #cf0a0a;
}
.pro .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:8%;
}
.pro .swiper-button .swiper-button-prev:hover{
	background:#cf0a0a url(../images/prevh2.png) no-repeat center;
}
.pro .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:8%;
}
.pro .swiper-button .swiper-button-next:hover{
	background:#cf0a0a url(../images/nexth2.png) no-repeat center;
}

/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:108px;
	padding-bottom:124px;
}
.news .tit{
	text-align:center;
	}
.news .tit .titen{
	color:#dddddd;
}
.news .newslist{
	position:relative;
	margin-top:102px;
}
.news .swiper-container::before{
	content:"";
	width:100%;
	height:2px;
	background:#dcdcdc;
	position:absolute;
	left:0;
	top:6px;
}
.news .newslist,.news .newsitem,.newsitem .newsdate,.newsitem .newsimg,.newsitem .newsbot,.newsitem .newsbot h5,.newsitem .newsbot p{
	width:100%;
	}
.news .newsitem{
	overflow:hidden;
	position:relative;
}
.news .newsitem::before{
	content:"";
	width:14px;
	height:14px;
	background:#fff;
	border:solid 3px #cf0a0a;
	border-radius:50%;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-7px;
	z-index:9;
}
.news .newsitem::after{
	content:"";
	width:0;
	height:2px;
	background:#cf0a0a;
	position:absolute;
	left:0;
	top:6px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	z-index:1;
}
.news .newsitem:hover::after{
	width:100%;
}
.newsitem .newsdate{
	font-size:16px;
	color:#333;
	font-family:Arial;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	padding-top:24px;
}
.newsitem .newsimg{
	margin-top:28px;
}
.newsitem .newsimg img{
	width:100%;
	height:auto;
}
.newsitem .newsbot{
	padding:35px;
	background:#fff;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.newsitem .newsbot h5{
	font-size:20px;
	color:#333;
	line-height:30px;
	font-weight:normal;
	margin-bottom:16px;
}
.newsitem .newsbot p{
	font-size:15px;
	color:#848484;
}
.newsitem:hover .newsbot{
	background:#cf0a0a;
}
.newsitem:hover .newsbot h5,.newsitem:hover .newsbot p{
	color:#fff;
}
.newsitem:hover .newsimg img{
	transform:scale(1.05);
	}
.newslist .swiper-button{
	overflow:hidden;
}
.newslist .swiper-button div{
	width:17px;
	height:30px;
	position:absolute;
	top:50%;
	margin-top:-15px;
	z-index:99;
}
.newslist .swiper-button .swiper-button-prev{
	background:url(../images/prev3.png) no-repeat center;
	left:-87px;
}
.newslist .swiper-button .swiper-button-next{
	background:url(../images/next3.png) no-repeat center;
	right:-87px;
}
/* message
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding:0 10px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:300px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding:18px 10px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #e50012;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	color:#343434;
	}
.btn1 .intxt{
	width:60px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}

/* map
-------------------------------------------------------------- */
.map{
	width:100%;
	height:1040px;
	overflow:hidden;
	margin:auto;
	background:url(../images/map.jpg) no-repeat top center;
	padding-top:80px;
	padding-bottom:148px;
	position:relative;
}
.map .tit{
	text-align:center;
}
.map .tit .titen{
	color:#1c1f26;
}
.map .tit h3{
	color:#fff;
}
.mapjs{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:25px;
	line-height:35px;
	color:#fff;
	position:absolute;
	left:0;
	bottom:142px;
}
/* searchnr
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.search_list,.search_list ul{
	width:100%;
	overflow:hidden;
}
.search_list ul li{
	padding:0 10px;
	margin:15px 0;
}
.search_list ul li .imgauto,.search_list ul li p{
	width:100%;
	overflow:hidden;
}
.search_list ul li .imgauto{
	height:260px;
	border: 1px solid #ebebeb;
	position:relative;
}
.search_list ul li .imgauto 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;
}
.search_list ul li:hover .imgauto img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.search_list ul li p{
	text-align:center;
	font-size:16px;
	line-height:30px;
}
/* side
-------------------------------------------------------------- */
.side {
    position: fixed;
    right: 0;
	top:50%;
    margin-top: -124px;
    z-index: 999;
}
.side ul li {
    width:68px;
	height:68px;
    position: relative;
    cursor: pointer;
	background:#fff;
	border:solid 1px #cdcdcd;
	padding-top:7px;
}
.side ul li:last-child{
	background:#cf0c0c;
	padding-top:0;
}
.side ul li .sideimg{
	width:100%;
	height:27px;
	overflow:hidden;
}
.side ul li:last-child .sideimg{
	height:100%;
}
.side ul li .ewm-box {
    position: absolute;
    z-index: 99;
    padding: 5px;
    background: #fff;
    width: 150px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}
.side ul .sidetel .sideimg{
	background:url(../images/icon17.png) no-repeat center;
}
.side ul .sidezx .sideimg{
	background:url(../images/icon16.png) no-repeat center;
}
.side ul .sideshop .sideimg{
	background:url(../images/icon18.png) no-repeat center;
}
.side ul .sidetop .sideimg{
	background:url(../images/icon19.png) no-repeat center;
}
.side ul li p{
	width:100%;
	overflow:hidden;
	font-size:13px;
	color:#616161;
	line-height:25px;
	text-align:center;
	margin-top:2px;
}
.side ul li .sideimg img,.side ul li .ewm-box img{
	max-width:100%;
	height:auto;
}
.side ul li.sidezx:hover .ewm-box{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* footer
-------------------------------------------------------------- */
.footer {
	background:#e5e5e5;
	padding:150px 0 0 0;
	position:relative;
}
.nfooter{
	padding:60px 0 0 0;
}
.footer .link{
	min-height:120px;
	position:absolute;
	left:50%;
	margin-left:-800px;
	top:-60px;
	background:#cf0a0a;
	line-height:32px;
	padding:44px 50px;
	font-size:16px;
	color:#fff;
}
.footer .link img{
	margin-right:18px;
}
.footer .link a{
	font-size:16px;
	color:#fff;
	margin-right:10px;
}
.footertop{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #d1d1d1;
	padding-bottom:44px;
	margin-bottom:45px;
}
.botlogo,.botsearch{
	overflow: hidden;
	padding:0;
	}
.botlogo img{
	max-width: 100%;
	height:auto;
	}
.botsearch dl{
	width:386px;
	float:right;
	}
.botsearch dl dt,.botsearch dl dd{
	width:100%;
	overflow:hidden;
	}
.botsearch dl dt{
	font-size:18px;
	color:#2e2e2e;
	line-height:30px;
}
.botsearch dl dd{
	position:relative;
	margin-top:10px;
}
.botsearch dl dd input{
	width:100%;
	overflow:hidden;
	height:66px;
	background:#fff;
	border-radius:10px;
	padding:0 30px 0 20px;
}
.botsearch dl dd button{
	width:19px;
	height:19px;
	background:none;
	position:absolute;
	right:30px;
	top:50%;
	margin-top:-9.5px;
	z-index:99;
}
.footernr .footerlf{
	width:36%;
	overflow:hidden;
	}
.footernr .footerlf .bottelbt{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:30px;
	}
.footernr .footerlf .bottel{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#000;
	line-height:50px;
	font-family:Arial;
	font-weight:bold;
	margin-bottom:11px;
}
.footernr .footerlf .bottel a{
	font-size:40px;
	color:#000;
}
.footernr .footerlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#686868;
	line-height:30px;
	margin-top:5px;
}
.footernr .footerlf p a{
	font-size:16px;
	color:#686868;
}
.botewm{
	width:100%;
	overflow:hidden;
	margin-top:56px;
}
.botewm img{
	max-width:100%;
	height:auto;
}
.footernr .footerrt{
	width:64%;
	overflow:hidden;
	}
.footernr .footerrt dl{
	overflow:hidden;
	float:right;
	}
.footernr .footerrt dl dt,.footernr .footerrt dl dd{
	overflow:hidden;
	text-align:center;
	}
.footernr .footerrt dl dt img{
	max-width:100%;
	height:auto;
	}
.footernr .footerrt dl dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-align:center;
	margin-top:10px;
	}
.footernr ul{
	width:100%;
	overflow:hidden;
}
.footernr ul li{
	width:20%;
	overflow:hidden;
	float:left;
}
.footernr ul li h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000000;
	line-height:30px;
	margin-bottom:32px;
	position:relative;
}
.footernr ul li h4 a{
	font-size:18px;
	color:#000000;
}
.footernr ul li p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	color:#686868;
	font-size:16px;
	margin-top:23px;
	}
.footernr ul li p a{
	color:#686868;
	font-size:16px;
	}
.footernr ul li:nth-child(3) p{
	background:none;
	padding-left:0;
	}
.footernr ul li p a:hover{
	color:#000;
}
.footernr ul li dl{
	overflow:hidden;
	float:right;
	margin-top:13px;
}
.footernr ul li dl dt,.footernr ul li dl dd{
	overflow:hidden;
}
.footernr ul li dl dt img{
	max-width:100%;
	height:auto;
}
.footernr ul li dl dd{
	text-align:center;
	line-height:30px;
	color:#ffffff;
}
.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding:28px 0 30px 0;
	border-top:solid 1px #d1d1d1;
	position:relative;
	margin-top:25px;
	}
.bot .botlf,.bot .botrt{
	padding:0;
	overflow:hidden;
	font-size:15px;
	color:#2e2e2e;
	line-height:30px;
}
.bot a:hover{
	color:#cf0a0a;
	}
.bot .botrt{
	text-align:right;
}
.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:450px;
	background:url(../images/banner1.jpg) no-repeat top left;
	background-size:cover;
	position:relative;
	margin-top:100px;
}
@media(min-width:1921px) {
	.banner_n{
		height:600px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:394px;
	}
}
@media(max-width:1600px) {
	.banner_n{
		height:375px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:338px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:319px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:270px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:232px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:180px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:150px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:127px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	background:#f2f2f2;
}
.positionnr{
	font-size: 16px;
	color: #343434;
	line-height: 30px;
	padding: 10px 0 10px 30px;
	background: url(../images/icon14.png) no-repeat left 14.5px;
}
.positionnr .positionrt a {
	font-size: 16px;
	color: #343434;
}
.position a:hover {
	color: #004b96;
}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	margin-top:30px;
}
.menu_n ul{
	width:100%;
	overflow:hidden;
}
.menu_n ul li{
	overflow:hidden;
	float:left;
	margin-right:25px;
	font-size:16px;
	color:#333;
	line-height:30px;
	border-bottom: solid 1px #d5d5d5;
}
.menu_n ul li a{
	font-size:16px;
	color:#333;
}
/* nmenu
-------------------------------------------------------------- */
.nmenu {
	overflow: hidden;
	margin-top:30px;
}
.nmenu ul {
	width:100%;
	overflow: hidden;
}
.nmenu ul li {
	overflow: hidden;
	float: left;
	line-height: 40px;
	text-align: center;
	border-bottom:solid 2px rgba(150,150,150,0.8);
	margin-right:25px;
}
.nmenu ul li a {
	font-size: 16px;
	color: #343434;
	display: block;
}
.nmenu ul li:hover,.nmenu ul li.active{
	border-bottom:solid 2px #005bac;
}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#005bac;
}


/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	color: #111111;
    font-size: 35px;
    line-height: 45px;
	}
.ntit p {
    width: 100%;
    overflow: hidden;
    font-family: myThreeFont;
    color: #111111;
    font-size: 22px;
    text-transform: uppercase;
}
/* nabout
-------------------------------------------------------------- */
.about_n{
	margin-top:60px;
	margin-bottom:80px;
	}
.aboutnr_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:50px;
	}
.aboutnr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.about_n .aboutlist ul li{
	background: #f4f4f4;
}
.about_n .aboutlist ul li:hover{
	background:#005bac url(../images/d.jpg) no-repeat 98% 90%;
}
.aboutimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:50px;
	}
.aboutimg_n img{
	width:100%;
	height:auto;
	}
/* history
-------------------------------------------------------------- */
.history{
	width:100%;
	overflow:hidden;
	margin-top:80px;
	margin-bottom:80px;
}
.DevelopmentHistory .swiper_box {
  margin-left: 5.2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.DevelopmentHistory .swiper_box .banner2 {
  margin-top:50px;
  margin-bottom: 50px;
}
.DevelopmentHistory .swiper_box .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.DevelopmentHistory .swiper_box .banner2 .swiper-slide {
    padding-left: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom:50px;
    cursor: pointer;
}
.DevelopmentHistory .swiper_box .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
}
.DevelopmentHistory .swiper_box .banner2 .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.DevelopmentHistory .swiper_box .banner2 .swiper-slide .item {
  padding-left: 30px;
  min-height:200px;
  position: relative;
  top: 0;
  transition: .33s;
}
.DevelopmentHistory .swiper_box .banner2 .swiper-slide .item .year {
  font-size: 30px;
  line-height:40px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.DevelopmentHistory .swiper_box .banner2 .swiper-slide .item .fzlcnr {
  line-height: 30px;
  font-size:16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  	overflow: hidden;
	padding-right: 10px;
}

.DevelopmentHistory .swiper_box .banner2 .swiper-slide .item .fzlcnr::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 1px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 2px;
}

.DevelopmentHistory .swiper_box .banner2 .swiper-slide .item .fzlcnr::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 2px;
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	background: rgba(7, 49, 144, 1);
}

.DevelopmentHistory .swiper_box .banner2 .swiper-slide .item .fzlcnr::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.1);
}


.DevelopmentHistory .swiper_box .banner2 .swiper-slide .item .fzlcnr p {
      line-height: 30px;
    font-size: 16px;
}
.DevelopmentHistory .swiper_box .banner2 .swiper-slide .item::before {
  content: '';
  position: absolute;
  left: -4px;
  top: 0.09rem;
  width: 4px;
  height: 4px;
  border: 2px solid #025eb6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.DevelopmentHistory .swiper_box .banner2 .swiper-slide .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3rem;
  height: 100%;
  width: 1px;
  background: #ddd;
}

.DevelopmentHistory .swiper_box .banner2 .active .item .year {
  color: #025eb6;
}
.DevelopmentHistory .swiper_box .banner2 .active .item .fzlcnr {
  color: #000;
}
.DevelopmentHistory .swiper_box .banner2 .active .item::before {
  top: 0.15rem;
  background: #025eb6;
}
.DevelopmentHistory .swiper_box .banner2 .active .item::after {
  top: 0.4rem;
}



.DevelopmentHistory .box {
  margin-top: 40px;
}
.DevelopmentHistory .box .banner1 {
  width: 94%;
}
.DevelopmentHistory .box .banner1 .swiper-slide {
  cursor: pointer;
}
.DevelopmentHistory .box .banner1 .swiper-slide p {
  font-size: 23px;
  color: #999;
  text-align: center;
  cursor: pointer;
}
.DevelopmentHistory .box .banner1 .active p {
  color: #025eb6;
}
.DevelopmentHistory .box .button{
  width: 13px;
    height: 24px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.DevelopmentHistory .box .prev{
	background: url(../images/prev2.png) no-repeat center;
}
.DevelopmentHistory .box .next{
	background: url(../images/next2.png) no-repeat center;
}
.DevelopmentHistory .box .button i:hover {
  color: #025eb6;
}
.DevelopmentHistory .img_box {
  margin-left: 10.4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin-top: -2rem;
}
.DevelopmentHistory .img_box .img_list {
  position: relative;
  left: 0;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.DevelopmentHistory .img_box .img_list > img {
  height: 1.85rem;
  position: relative;
  left: 0;
}
.DevelopmentHistory .img_box .img_list .bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../images/tu2.png") no-repeat;
  background-position: -800px 50%;
  -webkit-transition: 0.6s ease-in;
  -o-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
  background-size: auto 100%;
  -webkit-mask-image: url("../images/tu3.png");
  -webkit-mask-size: auto 100%;
}
.w1520 {
    padding-left: 5.2%;
    padding-right: 5.2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.flexBetween {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
/* qywh_n
-------------------------------------------------------------- */
.qywh_n{
	width:100%;
	overflow:hidden;
	background:url(../images/qywhbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:108px;
	padding-bottom:152px;
}
.qywh_n .tit .titen{
	color:rgba(255,255,255,0.3);
}
.qywh_n .tit h3{
	color:#fff;
}
.qywh_n .qywhnr_n,.qywh_n .qywhnr_n h5,.qywh_n .qywhnr_n .qywhjs_n,.qywh_n .qywhnr_n .qywhjs_n p,.qywhnr_n ul{
	width:100%;
	overflow:hidden;
}
.qywh_n .qywhnr_n{
	margin-top:64px;
}
.qywh_n .qywhnr_n ul li{
	height:430px;
	background:#fff;
	width:48.5%;
	overflow:hidden;
	float:left;
	padding:56px 54px 0 54px;
}
.qywh_n .qywhnr_n ul li:last-child{
	float:right;
}
.qywh_n .qywhnr_n ul li h5{
	font-size:25px;
	color:#212121;
	line-height:35px;
	font-weight:normal;
	margin-bottom:24px;
}
.qywh_n .qywhnr_n ul li .qywhjs_n p{
	font-size:16px;
	color:#797979;
	line-height:30px;
}
/* honor_n
-------------------------------------------------------------- */
.honor_n{
	width:100%;
	overflow:hidden;
	padding-top:100px;
	padding-bottom:200px;
	}
.honornr_n .tit p,.honornr_n .tit h3{
	text-align:center;
	}
.honorlist_n{
	width:100%;
	margin-top:78px;
	position:relative;
	}
.honorlist_n .swiper-slide{
	padding:0 10px;
	}
.honorlist_n .swiper-slide .honorimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.honorlist_n .swiper-slide .honorimg_n img{
	max-width:100%;
	height:auto;
	}
.honorlist_n .swiper-button{
	overflow:hidden;
	}
.honorlist_n .swiper-button div{
	width:16px;
	height:31px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-15.5px;
	}
.honorlist_n .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:-36px;
	}
.honorlist_n .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:-36px;
	}

/* pro_n
-------------------------------------------------------------- */
.pro_n{
	padding-top:60px;
	padding-bottom:60px;
	}
.pro_n .prolf_n{
	width:25%;
	overflow:hidden;
	}
.pro_n .prolf_n h4{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:20px;
	color:#fff;
	padding:15px 0;
	text-align:center;
	background:#cf0a0a;
}
.pro_n .prort_n{
	width:72%;
	overflow:hidden;
}
.pro_n .prolf_n ul,.pro_n .prolf_n ul li{
	width:100%;
	overflow:hidden;
	}
.pro_n .prolf_n ul li{
	line-height:30px;
	background: #f5f5f5 url(../images/icon15.png) no-repeat 96% center;
	border-top: 1px solid #ebebeb;
	padding:10px 15px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.pro_n .prolf_n ul li a{
	font-size:16px;
	display:block;
	}
.pro_n .prolf_n ul li:hover,.pro_n .prolf_n ul li.active{
	background:#cf0a0a url(../images/iconh15.png) no-repeat 96% center;
}
.pro_n .prolf_n ul li:hover a,.pro_n .prolf_n ul li.active a{
	color:#fff;
}
.pro_n .prort_n dl{
	width:31.333333333333333%;
	overflow:hidden;
	padding:10px;
	background: rgba(242, 242, 242, 1);
	margin:0 1% 40px 1%;
	float:left;
	position:relative;
}
.pro_n .prort_n dl:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #cf0a0a;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.pro_n .prort_n dl:hover:after {
    height: 100%
}
.prort_n dl dt,.prort_n dl dd{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:9;
}
.prort_n dl dt{
	height:255px;
}
.prort_n dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.prort_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.prort_n dl dd{
	font-size:16px;
	color:#333;
	line-height:30px;
	text-align:center;
	padding:10px 0;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.prort_n dl:hover dd{
	color:#fff;
}
.nprolf{
	width:50%;
}
.proimg_n{
	width:100%;
	overflow:hidden;
}
.proimg_n .swiper-slide img{
	width:100%;
	height:auto;
}
.proimg_n .mySwiper2{
	width:100%;
	overflow:hidden;
	border:solid 1px #ddd;
}
.proimg_n .mySwiper{
	width:100%;
	overflow:hidden;
	margin-top:15px;
	position:relative;
	padding:0 15px;
}
.proimg_n .mySwiper .swiper-slide{
	border:solid 1px #ddd;
}
.proimg_n .mySwiper .swiper-slide-thumb-active{
	border:solid 2px #cf0a0a;
}
.proimg_n .mySwiper .swiper-button-prev,.proimg_n .mySwiper .swiper-button-next{
	width:10px;
	height:18px;
	position:absolute;
	z-index:99;
	top:50%;
	margin-top:-9px;
}
.proimg_n .mySwiper div.swiper-button-disabled{
	opacity:0.3;
}
.proimg_n .mySwiper .swiper-button-prev{
	background:url(../images/prev4.png) no-repeat center;
	left:0;
}
.proimg_n .mySwiper .swiper-button-next{
	background:url(../images/next4.png) no-repeat center;
	right:0;
}
.nprort{
	width:45%;
}
.nprort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.nprort .npro_infolei span{
	font-size:20px;
	color:#333;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}


/*产品展示结束*/
	
/* news_n
-------------------------------------------------------------- */
.news_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:60px;
	}
.newsnr_n,.newsnr_n ul{
	width:100%;
}
.newsnr_n ul li{
	width:32%;
	overflow:hidden;
	float:left;
	margin:20px 2% 20px 0;
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
	border-radius:20px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.newsnr_n ul li:nth-child(3n){
	margin-right:0;
}
.newsnr_n ul li .newsimg_n,.newsnr_n ul li h5,.newsnr_n ul li p,.newsnr_n ul li .text{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul li .newsimg_n img{
	width:100%;
	height:200px;
	object-fit:cover;
}
.newsnr_n ul li:hover .newsimg_n img{
	transform:scale(1.05);
	}
.newsnr_n ul li .text{
	padding:30px;
}
.newsnr_n ul li h5{
	font-size:20px;
	line-height:30px;
	color:#333;
	font-weight:normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.newsnr_n ul li hr{
	width:100%;
	border:none;
	border-bottom:1px solid #e0e0e0;
	margin:20px 0;
}
.newsnr_n ul li p{
	font-size:16px;
	line-height:30px;
	color:#333;
	background:url(../images/next2.png) no-repeat right center;
}
.newsnr_n ul li:hover{
	background:#cf0a0a;
}
.newsnr_n ul li:hover h5,.newsnr_n ul li:hover p{
	color:#fff;
}
.newsnr_n ul li:hover p{
	background:url(../images/nexth2.png) no-repeat right center;
}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 28px;
	line-height:38px;
    color: #262626;
	font-weight:normal;
    text-align: center;
	border-bottom:solid 1px #d9d9d9;
	padding-bottom:26px;
	}
.news_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	}
.news_n .nnewsdatelf{
	width: 70%;
    overflow: hidden;
	line-height:30px;
	font-size:16px;
	color:#333;
	}
.news_n .nnewsdatert{
	width: 30%;
    overflow: hidden;
	text-align:right;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
	
/* contact_n
-------------------------------------------------------------- */
.contact_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:60px;
	}
.contactnr_n,.contactnr_n ul{
	width:100%;
	}
.contactnr_n ul{
	display:flex;
	justify-content:space-between;
	margin-top:40px;
}
.contactnr_n ul li{
	width:32%;
	height:248px;
	overflow:hidden;
	border:1px solid #dedede;
	padding:52px 10px 0 10px;
	border-radius:3px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.contactnr_n ul li .c_icon,.contactnr_n ul li h5,.contactnr_n ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.contactnr_n ul li .c_icon img{
	max-width:100%;
	height:auto;
	opacity:0.3;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.contactnr_n ul li h5{
	font-size:24px;
	line-height:34px;
	color:#333;
	margin-top:17px;
	margin-bottom:8px;
}
.contactnr_n ul li p{
	font-size:16px;
	line-height:30px;
}
.contactnr_n ul li p a{
	font-size:16px;
}
.contactnr_n ul li:hover{
	box-shadow: 0px 0px 24px rgba(0,0,0,0.05);
	border:1px solid transparent;
	}
.contactnr_n ul li:hover .c_icon img{
	opacity:1;
}
/* message_n
-------------------------------------------------------------- */
.message_n{
	width:100%;
	margin-top:60px;
	}
.messagenr_n{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.messagenr_n .xm_n{
	width:49%;
	overflow:hidden;
	margin-bottom:20px;
}
.messagenr_n .xm_n input{
	width:100%;
	height:80px;
	border:solid 1px #dedede;
	line-height:80px;
	padding:0 30px;
	font-size:16px;
	color:#a59d90;
}
.messagenr_n .ly_n{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
.messagenr_n .ly_n textarea{
	width:100%;
	height:250px;
	overflow:hidden;
	border:solid 1px #dedede;
	font-size:16px;
	color:#a59d90;
	line-height:30px;
	padding:10px 32px;
}
.yzm{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
.yzm span{
	font-size:16px;
	color:#333;
}
.yzm input{
	height:40px;
	line-height:40px;
	border:solid 1px #dedede;
	padding:0 5px;
}
.tjbtn_n{
	width:100%;
	overflow:hidden;
}
.tjbtn_n button{
	width:100%;
	height:70px;
	line-height:70px;
	overflow:hidden;
	text-align:center;
	background:#cf0a0a;
	font-size:16px;
	color:#fff;
}
.map_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:50px;
	}
.map_n img{
	width:100%;
	height:auto;
	}

/* pages

-------------------------------------------------------------- */
.pages{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.pages .pagination{
	height:auto !important;
	padding:0 !important;
}
.pagination p,.pagination a{
	padding: 0 10px !important;
}
.pagination a.cur{
	background:#cf0a0a !important;
}
.pagination a:hover,.pagination a.cur{
	border-color:#cf0a0a !important;
	background:#cf0a0a !important;
	color:#fff !important;
}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 p{
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a{
	font-size:16px;
	color:#343434;
}
.news-exp2 p:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#cf0a0a;
}

#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1151px) and (min-width: 0px){
	.header .nav,.toplxfs{
		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: #e62129;
	  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: #e62129;
	  -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: #e62129;
	  -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:1%;
			  top:30px;
			  z-index:9999;
	}

	.toggle span {
	  height: 2px;
	  margin: 4px 5px;
	  width: 30px;
	  display: block;
	  background: #cf0a0a;
	  -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: 1680px) and (max-width: 1680px) {
	.prort_n dl dt {
		height: 235px;
	}
}
@media only screen and (min-width: 1680px) and (max-width: 1767px) {
	
}
@media only screen and (min-width: 1600px) and (max-width: 1679px) {
	.prort_n dl dt {
		height: 223px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.prort_n dl dt {
		height: 199px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.prort_n dl dt {
		height: 187px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.prort_n dl dt {
		height: 175px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.prort_n dl dt {
		height: 156px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.prort_n dl dt {
		height: 137px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.prort_n dl dt {
		height: 190px;
	}
}
@media only screen and (min-width: 912px) and (max-width: 991px) {
	.prort_n dl dt {
		height: 273px;
	}
}
@media only screen and (min-width: 820px) and (max-width: 911px) {
	.prort_n dl dt {
		height: 244px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 819px) {
	.prort_n dl dt {
		height: 228px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.prort_n dl dt {
		height: 187px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.prort_n dl dt {
		height: 156px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.prort_n dl dt {
		height: 119px;
	}
}
@media only screen and (min-width: 414px) and (max-width: 524px) {
	.prort_n dl dt {
		height: 116px;
	}
}
@media only screen and (min-width: 393px) and (max-width: 413px) {
	.prort_n dl dt {
		height: 109px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 392px) {
	.prort_n dl dt {
		height: 103px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.prort_n dl dt {
		height: 86px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.prort_n dl dt {
		height: 73px;
	}
}

@media(max-width:1768px) {
	
	
}
@media(max-width:1680px) {
	.cont,.cont1{
		width:88%;
	}
	.banner .swiper-button{
		bottom:30px;
	}
	.prolist h5{
		font-size:40px;
		line-height:50px;
	}
	.aboutlist ul li dl dd .counter,.aboutlist_n ul li dl dd .counter{
		font-size:78px;
		line-height:78px;
	}
	.tit .titen{
		font-size:110px;
		line-height:110px;
	}
	.newslist .swiper-button .swiper-button-prev{
		left: -4%;
	}
	.newslist .swiper-button .swiper-button-next{
		right: -4%;
	}
	.contact .contactlf a span{
		margin-left: 30px;
	}
	.sdly .sdlyrt{
		padding-right: 6%;
	}
	.promenu ul li{
		padding-left:30px;
		padding-right:70px;
	}
	.promenu ul li::after{
		right:30px;
	}
	.newsnr_n ul li h5 {
		font-size: 18px;
	}
	.footer .link{
		margin-left:-44%;
	}
}
@media(max-width:1600px) {
	.toplxfs{
		margin-right:40px;
	}
	.header .nav{
		margin-right:60px;
	}
	.header .navbar_nav li a{
		padding:0 35px;
	}
	.toplxfs span {
		margin-right: 20px;
	}
	.aboutlist ul li dl dd .counter,.aboutlist_n ul li dl dd .counter{
		font-size:68px;
		line-height:68px;
	}
}
@media(max-width:1440px) {
	.banner .swiper-button{
		bottom:20px;
	}
	.prolist h5{
		font-size:35px;
		line-height:45px;
	}
	.toplxfs{
		margin-right:30px;
	}
	.header .nav{
		margin-right:40px;
	}
	.header .navbar_nav li a{
		padding:0 30px;
	}
	.tit .titen {
		font-size: 100px;
		line-height: 100px;
	}
	.promenu ul li {
		padding-left: 20px;
		padding-right: 60px;
	}
	.promenu ul li::after {
		right: 20px;
	}
	.contact .contactlf a span{
		margin-left: 20px;
	}
	.contact .contactrt {
		margin-right: 120px;
	}
	.aboutlist ul li dl dd .counter,.aboutlist_n ul li dl dd .counter{
		font-size:58px;
		line-height:58px;
	}
	.nprort h1{
		font-size:26px;
		line-height:36px;
	}
	.nprort .npro_infolei,.nprort .npro_infolei span{
		font-size:18px;
	}
	.footernr .footerlf .bottel,.footernr .footerlf .bottel a {
		font-size: 35px;
	}
}
@media(max-width:1360px) {
	.prolist h5{
		font-size:30px;
		line-height:40px;
	}
	.toplxfs{
		margin-right:20px;
	}
	.header .nav{
		margin-right:20px;
	}
	.header .navbar_nav li a{
		padding:0 25px;
	}
	.tit .titen {
		font-size: 90px;
		line-height: 90px;
	}
	.tit h3,.tit h3 a {
		font-size: 46px;
		line-height:56px;
	}
	.promenu ul li a{
		font-size:16px;
	}
	.map {
		height: 737px;
		background-size: 1360px;
	}
	.mapjs{
		bottom:90px;
	}
}
@media(max-width:1280px) {
	.search{
		margin-right:20px;
	}
	.pro .swiper-button div {
		width: 60px;
		height: 60px;
	}
	.prolist h5{
		font-size:25px;
		line-height:35px;
	}
	.toplxfs span img {
		margin-right:5px;
	}
	.toplxfs span {
		margin-right: 10px;
	}
	.toplxfs span:last-child{
		margin-right:0;
	}
	.header .navbar_nav li a {
		padding: 0 22px;
	}
	.tit .titen {
		font-size: 80px;
		line-height: 80px;
	}
	.tit h3,.tit h3 a {
		font-size: 42px;
		line-height:52px;
	}
	.tit h3 {
		margin-top: -46px;
	}
	.aboutlist ul li dl dd .counter,.aboutlist_n ul li dl dd .counter{
		font-size:50px;
		line-height:50px;
	}
	.newsitem .newsbot h5 {
		font-size: 18px;
	}
	.newsitem .newsbot {
		padding: 25px;
	}
	.sdly .sdlyrt{
		padding-left: 60px;
	}
	.sdlyrt .sdlytit h4 {
		font-size: 34px;
		line-height: 44px;
	}
	.sdlyrt .sdlytit h3 span{
		font-size: 48px;
	}
	.sdlyrt .sdlytit h3 {
		font-size: 48px;
		line-height: 58px;
	}
	.contact .contactrt {
		padding-left: 40px;
		margin-right: 80px;
	}
	.newsnr_n ul li .text {
		padding: 20px;
	}
	.news_n h1{
		font-size:24px;
		line-height:34px;
	}
}
@media(max-width:1200px) {
	.header .navbar_nav li a {
		padding: 0 17px;
	}
}
@media(max-width:1152px) {
	.tit .titen {
		font-size: 70px;
	}
	.sdlyrt .sdlytit::before,.sdlyrt .sdlytit::after{
		width:60px;
		height:52px;
		background-size:60px;
	}
	.sdlyrt .sdlytit h4{
		padding-left:40px;
	}
	.sdlyrt .sdlytit::after{
		left:220px;
	}
	.aboutlist ul li dl dd .counter,.aboutlist_n ul li dl dd .counter{
		font-size:40px;
		line-height:40px;
	}
	.sdlyrt .contact{
		padding-left:30px;
	}
	.contact .contactlf a span {
		margin-left: 10px;
	}
	.contact .contactrt {
		margin-right: 60px;
	}
	.footernr .footerlf .bottel,.footernr .footerlf .bottel a {
		font-size: 32px;
	}
}
@media(max-width:1151px) {
	.header {
		padding: 0 55px 0 1%;
	}
	
}
@media(max-width:1080px) {
	
}

@media(max-width:1023px) {
	.header {
		height: 60px;
		padding: 0 55px 0 1%;
	}
	.language{
		line-height:60px;
	}
	.search{
		margin-right: 10px;
		padding:20.5px 0;
	}
	.logo img{
		height:40px;
	}
	.toggle{
		top:10px;
	}
	.search_box,.language .languagenr{
		top:60px;
	}
	.banner .img {
		height: auto;
	}
	.pcban{
		display:none;
	}
	.mban{
		display:block;
	}
	.pro_n .prolf_n,.pro_n .prort_n{
		width:100%;
	}
	.pro_n .prort_n{
		margin-top:40px;
	}
	.nprofbnr table{
		white-space: nowrap;
	}
	.banner,.banner_n{
		margin-top:60px;
	}
	.sdly .sdlylf,.sdly .sdlyrt{
		width:100%;
	}
	.sdlyrt .sdlytit {
		margin-top: 60px;
	}
	.sdlyrt ul {
		margin-top: 40px;
	}
	.sdlyrt ul li{
		margin-top: 10px;
	}
	.sdly .sdlyrt{
		height:auto;
		padding-bottom:40px;
	}
	.sdlyrt .contact{
		display:none;
	}
	.sdly .sdlylf{
		height:auto;
		padding:60px 0;
	}
	.sdlylf .sdlybg{
		width:88%;
		float:none;
		margin:0 auto;
	}
	.footernr .footerlf,.footernr .footerrt{
		width:100%;
	}
	.footernr .footerrt{
		margin-top:30px;
	}
	.footernr ul li p{
		display:none;
	}
	.side{
		display:none;
	}
}
@media(max-width:991px) {
	.shubiao {
		bottom: 20px;
		margin-left: -10px;
	}
	.mouse {
		width: 20px;
		height: 34px;
	}
	.mouse:after{
		height:6px;
	}
	.banner .swiper-button div {
		width: 34px;
		height: 34px;
	}
	.pro{
		padding:60px 6%;
	}
	.pro .swiper-button div {
		width: 45px;
		height: 45px;
		bottom:60px;
	}
	.promenu ul li {
		width: 33.333333333333333%;
		height:80px;
	}
	.promenu ul li:first-child,.promenu ul li:nth-child(2),.promenu ul li:nth-child(3){
		border-bottom:solid 1px #dcdcdc;
	}
	.promenu ul li:nth-child(3n){
		border-right:none;
	}
	.promenu ul li:last-child{
		border-right:solid 1px #dcdcdc;
	}
	.about{
		height:auto;
		padding-top:60px;
	}
	.aboutrt{
		display:none;
	}
	.aboutnr{
		width:100%;
		margin-top:30px;
	}
	.about .more {
		margin-top: 40px;
	}
	.about .aboutlf h5,.about .aboutlf h5 span{
		font-size:20px;
	}
	.about .aboutlf h5{
		line-height:30px;
	}
	.sdly{
		margin-top:60px;
	}
	.news{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.news .newslist{
		margin-top:60px;
	}
	.tit .titen {
		font-size: 60px;
	}
	.tit h3, .tit h3 a {
		font-size: 35px;
		line-height: 45px;
	}
	.map {
		height: 537px;
		background-size: 991px;
		padding-top:30px;
	}
	.mapjs{
		font-size:22px;
		line-height:32px;
		bottom: 70px;
	}
	.ntit h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.pro_n .prort_n dl{
		width:48%;
		margin: 0 1% 30px 1%;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:40px;
	}
	.nprort .npro_infolei{
		margin-bottom:0;
	}
	.nprort h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.newsnr_n ul li{
		width:49%;
	}
	.newsnr_n ul li:nth-child(2n+1) {
		margin-right:2%;
	}
	.newsnr_n ul li:nth-child(2n) {
		margin-right:0;
	}
	.newsnr_n ul li h5 {
		font-size: 16px;
	}
	.news_n h1{
		font-size:22px;
		line-height:32px;
	}
	.news-exp2 p{
		width:100%;
	}
	.news-exp2 p:last-child {
		text-align: left;
	}
	.botsearch{
		margin-top:20px;
	}
	.botsearch dl{
		float:left;
	}
	.footernr ul li h4{
		margin-bottom:10px;
	}
	.footertop {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.bot{
		padding:20px 0;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
	.footer{
		padding:50px 0 0 0;
	}
	.footer .link{
		position:inherit;
		top:0;
		margin-bottom:30px;
		min-height:auto;
		padding:20px;
	}
}
@media(max-width:820px) {
	.tit .titen {
		font-size:50px;
	}
	.tit h3, .tit h3 a {
		font-size: 30px;
		line-height: 40px;
	}
}
@media(max-width:768px) {
	.promenu ul li::after,.promenu ul li:hover::after, .promenu ul li.active::after{
		background-size:25px;
	}
}
@media(max-width:767px) {
	.tit .titen {
		font-size: 40px;
	}
	.tit h3, .tit h3 a {
		font-size: 26px;
		line-height: 36px;
	}
	.tit h3 {
		margin-top: -40px;
	}
	.contactnr_n ul{
		display:inherit;
	}
	.contactnr_n ul li{
		width:100%;
		margin-bottom:20px;
		height:auto;
		padding:30px 10px;
	}
	.contactnr_n ul li h5 {
		font-size: 20px;
		line-height: 30px;
	}
}
@media(max-width:640px) {
	.banner .swiper-button{
		left:6%;
	}
	.banner .swiper-button {
		bottom: 10px;
	}
	.banner .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.banner .swiper-slide > .img > img {
		width: 116%;
		margin-left: -8%;
	}
	.shubiao{
		display:none;
	}
	.tit .titen {
		font-size:30px;
		line-height: 40px;
	}
	.tit h3 {
		margin-top: 0;
	}
	.tit h3, .tit h3 a {
		font-size: 24px;
		line-height: 34px;
	}
	.about .aboutlf h5, .about .aboutlf h5 span {
		font-size: 18px;
	}
	.prolist h5{
		font-size:23px;
		line-height:33px;
	}
	.prolist .profl{
		font-size:16px;
	}
	.promore a i {
		margin-left: 20px;
	}
	.pro .swiper-button div {
		width: 40px;
		height: 40px;
		bottom: 55px;
	}
	.map {
		height: 433px;
		background-size: 800px;
		padding-top: 20px;
	}
	.mapjs {
		font-size: 18px;
		line-height: 30px;
		bottom: 40px;
	}
	.newslist .swiper-button .swiper-button-prev {
		left: -5%;
	}
	.newslist .swiper-button .swiper-button-next {
		right: -5%;
	}
	.sdlybg .sdlylfnr.active {
		padding: 50px 40px 0 40px;
	}
	.sdlylf .sdlybg .sdlyicon {
		top: 50px;
		right: 40px;
	}
	.sdlybg .sdlylfnr h5{
		font-size:30px;
		line-height:40px;
	}
	.sdlybg .sdlylfnr p{
		font-size:13px;
	}
	.sdlyrt .sdlytit h4 {
		font-size: 30px;
		line-height: 40px;
	}
	.sdlyrt .sdlytit h3 {
		font-size: 44px;
		line-height: 54px;
	}
	.sdlyrt .sdlytit h3 span {
		font-size: 44px;
	}
	.sdlyrt .sdlytit p{
		font-size:22px;
		line-height:32px;
	}
	.sdlyrt .sdlytit::before,.sdlyrt .sdlytit::after{
		width:50px;
		height:43px;
		background-size:50px;
	}
	.sdlyrt .sdlytit h4{
		padding-left:20px;
	}
	.sdlyrt .sdlytit::after{
		left:190px;
	}
	.aboutlist_n ul li dl dt, .aboutlist_n ul li dl dd {
		font-size: 14px;
	}
	.aboutlist ul li dl dd .counter, .aboutlist_n ul li dl dd .counter {
		font-size: 30px;
		line-height: 30px;
	}
	.aboutlist_n ul li::after{
		transform: rotate(0deg);
		right: 0;
	}
	.ntit h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.newsnr_n ul li{
		width:100%;
	}
	.newsnr_n ul li:nth-child(2n+1) {
		margin-right:0;
	}
	.messagenr_n .xm_n{
		width:100%;
	}
	.messagenr_n .xm_n input{
		height:60px;
		line-height:60px;
		padding:0 10px;
	}
	.messagenr_n .ly_n textarea{
		height:180px;
		padding:10px;
	}
	.yzm input,.yzm img{
		width:130px;
	}
	.footernr ul li {
		width: 33.3333333333333%;
	}
	.footernr ul li h4{
		text-align:center;
	}
	.botsearch dl {
		width: 100%;
	}
}
@media(max-width:500px) {
	.promenu ul li {
		width: 50%;
	}
	.promenu ul li {
		padding-left: 10px;
		padding-right: 45px;
	}
	.promenu ul li::after {
		right: 10px;
	}
	.promenu ul li:nth-child(2n+1){
		border-right:solid 1px #dcdcdc;
	}
	.promenu ul li:nth-child(2n){
		border-right:none;
	}
	.promenu ul li:nth-child(4){
		border-bottom:solid 1px #dcdcdc;
	}
}
@media(max-width:425px) {
	.banner .swiper-button div {
		width: 30px;
		height: 30px;
	}
	.newslist .swiper-button .swiper-button-prev {
		left: -6%;
	}
	.newslist .swiper-button .swiper-button-next {
		right: -6%;
	}
	.sdlybg .sdlylfnr .sdlylfjs {
		margin-top: 30px;
	}
	.sdlybg .sdlylfnr.active {
		padding: 50px 30px 0 30px;
	}
	.sdlylf .sdlybg .sdlyicon {
		right: 30px;
	}
	.map {
		height: 271px;
		background-size: 500px;
		padding-top: 20px;
	}
	.mapjs {
		font-size: 16px;
		bottom: 15px;
	}
	.mapnr .tit .titen {
		font-size: 26px;
		line-height: 36px;
	}
	.prort_n dl dd {
		font-size: 14px;
	}
	.footernr .footerlf .bottel, .footernr .footerlf .bottel a {
		font-size: 26px;
	}
	.footernr ul li h4 a {
		font-size: 16px;
	}
}
@media(max-width:375px) {
	.sdlyrt .sdlytit h4 {
		font-size: 26px;
		line-height:36px;
	}
	.sdlyrt .sdlytit h3 {
		font-size: 40px;
		line-height: 50px;
	}
	.sdlyrt .sdlytit h3 span {
		font-size: 44px;
	}
	.sdlyrt .sdlytit p{
		font-size:20px;
		line-height:30px;
	}
	.sdlyrt .sdlytit::before,.sdlyrt .sdlytit::after{
		width:40px;
		height:35px;
		background-size:40px;
	}
	.sdlyrt .sdlytit h4{
		padding-left:10px;
	}
	.sdlyrt .sdlytit::after{
		left:170px;
	}
	.sdlyrt ul li span{
		padding-left:65px;
	}
	.aboutlist ul li dl dd .counter, .aboutlist_n ul li dl dd .counter {
		font-size: 26px;
		line-height: 26px;
	}
	.mapnr .tit .titen {
		font-size: 22px;
		line-height: 32px;
	}
	.mapjs {
		font-size: 14px;
		bottom: 10px;
	}
}
@media(max-width:319px) {
	
	.mapnr .tit .titen {
		font-size: 20px;
		line-height: 30px;
	}
}