@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%;
	}
.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;
}
.headerrt{
	overflow:hidden;
	height:100%;
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.headerrt div{
	height:100%;
	display:flex;
	align-items:center;
	margin-right:64px;
	margin-left:12px;
}
.headerrt div span{
	display:block;
	width:1px;
	height:20px;
	background:#b8b8b8;
	position:absolute;
}
.headerrt a{
	margin:0 10px;
}
.language{
	height:100%;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:100px;
	position:relative;
}
.language a{
	font-size:16px;
	color:#212332;
}
.language a i{
	margin-left:10px;
}
.language .languagenr{
	width:100px;
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
}
.language .languagenr p{
	width:100%;
	padding:0;
	background: rgba(211,8,8,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:#d30808;
}
.small{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); 
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}


/* nav
-------------------------------------------------------------- */
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	display: block;
}
.header .navbar_nav li{
	float:left;
	padding: 0 46px;
	display: block;
}

.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	font-size: 17px;
	text-transform:uppercase;
	line-height:100px;
	position:relative;
}
.header .navbar_nav li a::after{
	content:"";
	width:0;
	height:2px;
	background:#d30808;
	position:absolute;
	left:0;
	bottom:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.header .navbar_nav li:hover a::after,.header .navbar_nav li.active a::after{
	width:100%;
}
.header .navbar_nav li.dropdown .dropdown_menu a:after{
	display:none;
}
.header .navbar_nav li:hover a,.header .navbar_nav li.active a{
	color:#d30808;
	font-weight:bold;
}
.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:100px;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
	z-index:-1;
	-webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);

  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 15px;
	color: #2b2b2b;
	font-weight:normal;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border-top: solid 1px #ccc;
}
.header .navbar_nav li.dropdown .dropdown_menu a:first-child{
	border-top:none;
}
.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: #d30808;
}
.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:1642px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1642px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	position:relative;
	margin-top:100px;
	}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.banner .img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .img .banner1-1{
	width:30.5%;
	overflow:hidden;
	position:absolute;
	left:11.6%;
	top:25%;
	z-index:99;
	}
.banner .img .banner1-1 img{
	max-width:100%;
	height:auto;
	}
.banner .swiper-container .bannernr1{
	width:28%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:12%;
}
.banner .swiper-container .bannernr2{
	width:35%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:25%;
}
.banner .swiper-container .bannernr3{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-24%;
	bottom:28%;
	text-align:center;
}
.banner .swiper-container .banimg{
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .banimg img{
	max-width:100%;
	height:auto;
}
.banner .swiper-container p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	line-height:25px;
	margin-top:54px;
}
.banner .banmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.banner .swiper-container .bannernr3 .banmore{
	margin:90px auto 0;
}
.banner .swiper-container .bannernr3 .banmore a{
	margin:auto;
	text-align:left;
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.banner .swiper-slide .img img{
	width:100%;
	height:auto;
}
.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.banner .swiper-button{
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:50px;
	z-index:99;
	}
.banner .swiper-button div{
	width:60px;
	height:60px;
	overflow:hidden;
	border:solid 1px #fff;
	float:left;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.banner .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	border-left:none;
}
.banner .swiper-button .swiper-button-prev:hover{
	background:#fff url(../images/prevh.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next:hover{
	background:#fff url(../images/nexth.png) no-repeat center;
}
/*shubiao*/
.banner .down{
	width:66px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	position:absolute;
	left:50%;
	margin-left:-33px;
	bottom:16px;
	z-index:99; 
}
.banner .down span{
	display:block;
	width:1px;
	height:96px;
	background:#fff;
	margin:auto;
	}
/*shubiao*/
.shubiao{
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:18px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:116px;
	background:#fff;
	position:absolute;
	left:27.5px;
	bottom:100px;
}
.mouse {
  position: relative;
  width: 22px;
  height: 36px;
  border-radius: 30px;
  border: 2px solid #fff;
  margin:0 auto 0;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3px;
  height: 8px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.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:25px;
	height:6px;
	background:#fff;
	display: inline-block;
	margin:0 5px;
	outline:none;
	border-radius:5px;
	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:40px;
	background:#d30808;
}

.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 {
	height:3px;
	margin-top:40px;
	background:rgba(255,255,255,0.4);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	display:block;
	height:3px;
	background: #d30808;
	width: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}



.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
	animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

/*banner*/

.banner .swiper-pagination {
	overflow:hidden;
	text-align:center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	position:absolute;
	left:7.2%;
	bottom:78px;
	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;
	}
.tit .titen{
	width:100%;
	font-size:25px;
	color:#585858;
	line-height:35px;
	font-family: Arial;
	margin-top:8px;
}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#000;
	line-height:60px;
	font-weight:normal;
	}
.tit h3 a{
	font-size:50px;
	color:#000;
	}
.tit span{
	display:block;
	width:65px;
	height:2px;
	background:#02428a;
	margin-top:26px;
}
.more a{
	width:190px;
	height:56px;
	line-height:56px;
	background:#d30808;
	border-radius:28px;
	font-size:16px;
	color:#fff;
	display:block;
	padding-left:34px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	position:relative;
	}
.more a span{
	color:#fff;
	font-size:16px;
	margin-left:52px;
}
.more a:hover{
	transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* 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);
	}
}
/* tjpro
-------------------------------------------------------------- */
.tjpro{
	width:100%;
	overflow:hidden;
	background:#f1f1f1;
	position:relative;
	}
.tjpro::before{
	content:"";
	width:31%;
	height:100%;
	background:#d30808 url(../images/tjbg.jpg) no-repeat top right;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
.tjpronr{
	height:102px;
	display:flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap:wrap;
	position:relative;
	z-index:1;
}
.tjprolf{
	display:flex;
	align-items:center;
}
.tjpro_nr{
	margin-left:240px;
}
.tjpro_tit{
	height:100%;
}
.tjpro_tit dl{
	height:100%;
	display:flex;
	align-items:center;
}
.tjpro_tit dl dt{
	font-size:62px;
	font-family:Arial;
	color:rgba(255,255,255,0.2);
	margin-right:20px;
}
.tjpro_tit dl dd h5{
	font-size:28px;
	color:#fff;
	letter-spacing:5px;
}
.tjpro_tit dl dd p{
	font-family:Arial;
	color:rgba(255,255,255,0.5);
	text-transform:uppercase;
	font-weight:bold;
}
.tjpro_nr a{
	font-size:16px;
	color:#2b2b2b;
	margin:0 20px;
}
.tjpro_nr a:hover{
	color:#d30808;
}

.tjpro .tjprort{
	width:274px;
	overflow:hidden;
	}
.tjprort .search_box{
	overflow:hidden;
	width:100%;
	height:45px;
	border:solid 2px #000;
	border-radius:25px;
	position:relative;
	}
.tjprort .search_box input{
	width:100%;
	overflow:hidden;
	background:#f1f1f1;
	float:left;
	font-size:16px;
	color:#afafaf;
	line-height:45px;
	padding-left:20px;
}
.tjprort .search_box button{
	width:35px;
	height:100%;
	overflow:hidden;
	background:none;
	position:absolute;
	right:6px;
	top:0;
	z-index:99;
}
.tjprort .search_box button img{
	max-width:100%;
	height:auto;
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	padding-bottom:92px;
	padding-top:92px;
	position:relative;
	}
.about .aboutbg{
	width:22%;
	overflow:hidden;
	position:absolute;
	left:28px;
	top:28px;
}
.about .aboutbg img,.aboutimg img{
	max-width:100%;
	height:auto;
}
.aboutimg{
	width:71%;
	overflow:hidden;
	text-align:right;
	position:absolute;
	right:0;
	bottom:0;
}
.about .aboutlf{
	padding:0;
	}
.aboutnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#828282;
	line-height:30px;
	margin-top:54px;
	text-align: justify;
}
.about .more{
	margin-top:62px;
}
/* aboutlist
-------------------------------------------------------------- */
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:98px;
}
.aboutlist ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.aboutlist ul li{
	width:24.4%;
	height:252px;
	overflow:hidden;
	background:#fff;
	padding:0;
	position:relative;
	border-radius:10px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutlist ul li i{
	display:block;
	width:65px;
	height:65px;
	border-radius:50%;
	position:absolute;
	right:30px;
	top:25px;
}
.aboutlist ul li:first-child i{
	background:#d30808 url(../images/icon3.png) no-repeat center;
}
.aboutlist ul li:hover:first-child i{
	background:#fff url(../images/iconh3.png) no-repeat center;
}
.aboutlist ul li:nth-child(2) i{
	background:#d30808 url(../images/icon4.png) no-repeat center;
}
.aboutlist ul li:hover:nth-child(2) i{
	background:#fff url(../images/iconh4.png) no-repeat center;
}
.aboutlist ul li:nth-child(3) i{
	background:#d30808 url(../images/icon5.png) no-repeat center;
}
.aboutlist ul li:hover:nth-child(3) i{
	background:#fff url(../images/iconh5.png) no-repeat center;
}
.aboutlist ul li:nth-child(4) i{
	background:#d30808 url(../images/icon5.png) no-repeat center;
}
.aboutlist ul li:hover:nth-child(4) i{
	background:#fff url(../images/iconh5.png) no-repeat center;
}
.aboutlist ul li dl{
	width:100%;
	overflow:hidden;
	position:absolute;
	padding:0 0 22px 32px;
	left:0;
	bottom:0;
}
.aboutlist ul li dl dt,.aboutlist ul li dl dd{
	width:100%;
	overflow:hidden;
}
.aboutlist ul li dl dt{
	font-size:16px;
	color:#343434;
	}
.aboutlist ul li dl dd{
	font-size:16px;
	color:#000;
	line-height:30px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutlist ul li dl dt .timer{
	color:#000;
	font-size:69px;
	font-family: Arial;
	line-height:60px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.about_n .aboutlist ul li{
	background:#f2f2f2;
}
.aboutlist ul li:hover,.about_n .aboutlist ul li:hover{
	background:#d30808;
}
.aboutlist ul li:hover dl dt .timer,.aboutlist ul li:hover dl dd,.about_n .aboutlist ul li:hover dl dt,.about_n .aboutlist ul li:hover dl dd{
	color:#fff;
}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:url(../images/probg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:70px;
	padding-bottom:125px;
}
.pro .tit{
	text-align:center;
}
.pro .tit .titen{
	color:#b3b3b3;
}
.pro .tit h3,.pro .tit h3 a,.pro .tit .titen{
	color:#fff;
}
.promenu{
	margin-top:25px;
}
.promenu,.promenu ul{
	width:100%;
	overflow:hidden;
	}
.promenu ul{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.promenu ul li{
	width:198px;
	height:52px;
	overflow:hidden;
	border-radius:26px;
	text-align:center;
	line-height:52px;
	background:rgba(255,255,255,0.35);
	margin:5px 9px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.promenu ul li a{
	display:block;
	font-size:16px;
	color:#fff;
	}
.promenu ul li:hover{
	background:#d30808;
}
.pronr{
	width:100%;
	margin-top:46px;
	position:relative;
	}
.prolist{
	width:100%;
	overflow:hidden;
	background:rgba(255,255,255,0.25);
	border-radius:15px;
	padding:0 45px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.prolist .proimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.prolist .proimg img{
	max-width:100%;
	height:auto;
}
.prolist .protext{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#272727;
	line-height:30px;
	padding:25px 0 18px 0;
	border-top:solid 1px #fff;
	display:flex;
	justify-content:space-between;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.prolist .protext .protextlf{
	width:80%;
	overflow:hidden;
}
.prolist .protext i{
	display:block;
	width:58px;
	height:58px;
	background:url(../images/icon6.png) no-repeat center;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.prolist:hover .protext i{
	background:url(../images/iconh6.png) no-repeat center;
}
.prolist .protext .protextlf h5{
	font-weight:normal;
}
.prolist .protext .protextlf h5,.prolist .protext .protextlf p{
	width:100%;
	overflow:hidden;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.prolist .protext .protextlf h5{
	font-size:25px;
	color:#fff;
	line-height:35px;
}
.prolist .protext .protextlf p{
	font-size:16px;
	font-family:Arial;
	color:rgba(255,255,255,0.5);
}
.prolist:hover .protext .protextlf h5,.prolist:hover .protext .protextlf p{
	color:#191919;
}
.prolist:hover .protext{
	border-top:solid 1px #d0d0d0;
}
.prolist:hover{
	background:#fff;
}
.pro .more a{
	background:none;
	border:solid 2px #fff;
	margin:84px auto 0;
}
.pronr .swiper-button{
	overflow:hidden;
}
.pronr .swiper-button div{
	width:17px;
	height:30px;
	position:absolute;
	top:50%;
	margin-top:-15px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.pronr .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	left:-55px;
}
.pronr .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	right:-55px;
}
/* ys
-------------------------------------------------------------- */
.ys{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	}
.ysnr{
	position:relative;
	text-align:center;
}
.ysnr .tit{
	width:100%;
	position:absolute;
	left:0;
	top:262px;
	z-index:9;
}
.yslf{
	width:34%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:35px;
	z-index:9;
}
.ysrt{
	width:34%;
	overflow:hidden;
	position:absolute;
	right:0;
	top:35px;
	z-index:9;
}
.yslf li,.ysrt li{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	margin-top:134px;
}
.yslf li dl,.ysrt li dl{
	width:70%;
	overflow:hidden;
}
.yslf li dl{
	margin-right:10px;
}
.ysrt li dl{
	margin-left:10px;
}
.yslf li dl dt,.yslf li dl dd{
	width:100%;
	overflow:hidden;
	text-align:right;
}
.ysrt li dl dt,.ysrt li dl dd{
	width:100%;
	overflow:hidden;
	text-align:left;
}
.yslf li i img,.ysrt li i img{
	max-width:100%;
	height:auto;
}
.yslf li dl dt,.ysrt li dl dt{
	font-size:25px;
	color:#000;
	line-height:35px;
	margin-bottom:10px;
}
.yslf li dl dd,.ysrt li dl dd{
	font-size:16px;
	color:#6f6f6f;
	line-height:28px;
}
.yslf li:nth-child(2){
	padding-right:100px;
}
.yslf li:last-child{
	padding-right:30px;
}
.ysrt li:nth-child(2){
	padding-left:100px;
}
.ysrt li:last-child{
	padding-left:30px;
}
/* ggt
-------------------------------------------------------------- */
.ggt{
	width:100%;
	height:300px;
	overflow:hidden;
	background:url(../images/ggt.jpg) no-repeat top center;
	background-size:cover;
}
.ggtnr{
	height:100%;
	display:flex;
	justify-content:left;
	align-items:center;
	flex-wrap:wrap;
}
.ggy{
	width:44%;
	overflow:hidden;
	position:relative;
}
.ggy::after{
	content:"";
	width:1px;
	height:154px;
	background:rgba(255,255,255,0.3);
	position:absolute;
	right:0;
	top:5.5px;
}
.ggy h5{
	font-size:40px;
	color:#fff;
	line-height:50px;
	font-weight:normal;
}
.ggy h5 span{
	font-size:40px;
	color:#fff;
	font-weight:bold;
}
.ggy p{
	font-size:23px;
	color:#fff;
	line-height:33px;
	font-family:Arial;
	color:rgba(255,255,255,0.4);
	letter-spacing:3.2px;
	margin-top:4px;
}
.ggy ul{
	width:100%;
	overflow:hidden;
	display:flex;
	margin-top:34px;
}
.ggy ul li{
	width:150px;
	height:44px;
	overflow:hidden;
	background:#d30808;
	text-align:center;
	line-height:44px;
	border-radius:22px;
	margin-right:12px;
}
.ggy ul li:last-child{
	margin-right:0;
}
.ggy ul li a{
	font-size:16px;
	color:#fff;
}
.ggy_tel{
	overflow:hidden;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-left:68px;
}
.ggy_tel i{
	margin-right:15px;
}
.ggy_tel i img{
	max-width:100%;
	height:auto;
}
.ggy_tel dl{
	overflow:hidden;
}
.ggy_tel dl dt{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	font-weight:normal;
}
.ggy_tel dl dd{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#fff;
	font-family:Arial;
	line-height:50px;
	font-weight:bold;
}
.ggy_tel dl dd a{
	font-size:40px;
	color:#fff;
	font-family:Arial;
}

/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:96px;
	padding-bottom:236px;
}
.news .newstit{
	width:100%;
	overflow:hidden;
	}
.newstit .tit,.newstit .newsmenu{
	overflow:hidden;
	padding:0;
	}
.newstit .newsmenu{
	padding-top:38px;
	}
.newstit .newsmenu ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content: flex-end;
	}
.newstit .newsmenu ul li{
	width:200px;
	height:52px;
	line-height:52px;
	background:#a4a4a4;
	padding-left:38px;
	border-radius:26px;
	margin-left:16px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.newstit .newsmenu ul li a{
	font-size:16px;
	color:#fff;
	display:block;
	}
.newstit .newsmenu ul li span{
	font-size:16px;
	color:#fff;
	margin-left:56px;
}
.newstit .newsmenu ul li:hover{
	background:#d30808;
}
.newsnr{
	padding:0;
	margin-top:46px;
	}
.newsnr .newslf{
	padding:0 23px 0 0;
	}
.newsnr .newslf .news1{
	width:100%;
	height:351px;
	overflow:hidden;
	position:relative;
	}
.newsnr .newslf .news1 img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.newsnr .newslf .news1 .newstext1{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	padding:0 48px;
	position:absolute;
	left:0;
	bottom:27px;
}
.newsnr .newslf dl dt{
	width:39%;
	overflow:hidden;
	float:left;
	}
.newsnr .newslf dl dt img{
	max-width:100%;
	height:auto;
}
.newsnr .newslf ul{
	background:#fff;
	padding:0 25px 32px 25px;
}
.newsnr .newslf ul,.newsnr .newslf ul li{
	width:100%;
	overflow:hidden;
}
.newsnr .newslf ul li{
	display:flex;
	justify-content:space-between;
	border-bottom:solid 1px #d1d8e5;
	line-height:30px;
	padding:20px 0;
	margin:12px 0;
}
.newsnr .newslf ul li a{
	display:block;
	width:80%;
	overflow:hidden;
	font-size:18px;
	color:#2d2d2e;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.newsnr .newslf ul li span{
	font-size:15px;
	color:#bababa;
	font-family:Arial;
}
.newsnr .newslf ul li:hover a,.newsnr .newsrt ul li:hover .newslirt h5{
	color:#d30808;
}
.newsnr .newslf .news1:hover img{
	transform:scale(1.05);
}
.newsnr .newsrt{
	overflow:hidden;
	padding:0 0 0 78px;
	}
.newsnr .newsrt ul,.newsnr .newsrt ul li{
	width:100%;
	overflow:hidden;
	}
.newsnr .newsrt ul li{
	padding:32px 0 54px 0;
	margin-bottom:16px;
	border-bottom:solid 1px #bfbfbf;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.newsnr .newsrt ul li:last-child{
	border-bottom:none;
	margin-bottom:0;
}
.newsnr .newsrt ul li .newslilf{
	width:21%;
	overflow:hidden;
	}
.newsnr .newsrt ul li .newslirt{
	width:79%;
	overflow:hidden;
	}
.newsnr .newsrt ul li .newslirt h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#2d2d2e;
	line-height:30px;
	font-weight:normal;
	margin-bottom:14px;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.newsnr .newsrt ul li .newslirt p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#7f7f80;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	}
.newsnr .newsrt ul li .newslilf span{
	display:block;
	width:100%;
	overflow:hidden;
	font-size:52px;
	color:#d30808;
	line-height:52px;
	font-weight:bold;
	font-family:Arial;
	text-align:center;
	}
.newsnr .newsrt ul li .newslilf p{
	width:100%;
	overflow:hidden;
	color:#d30808;
	font-family:Arial;
	text-align:center;
	}
/* 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: #d30808;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	color:#343434;
	}
.btn1 input{
	width:100px;
	height:45px;
	line-height:45px;
	overflow:hidden;
	font-size:16px;
	color: #333;
	padding:0 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}
/* contact
-------------------------------------------------------------- */
.contact{
	width:100%;
	overflow:hidden;
	background:url(../images/footerbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:160px;
	padding-bottom:188px;
	}
.contactlf{
	overflow:hidden;
	padding:0;
	}
.contacten{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#333333;
	line-height:50px;
	text-transform:uppercase;
	font-family:Arial;
	margin-top:20px;
	margin-bottom:74px;
	}
.contactlf dl,.contactlf dl dt,.contactlf dl dd{
	width:100%;
	overflow:hidden;
	}
.contactlf dl dt,.contactlf dl dd{
	font-size:16px;
	color:#333;
	line-height:30px;
	font-weight:normal;
	}
.contactlf dl{
	margin-top:30px;
	}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	background:url(../images/link.png) no-repeat left 4.5px;
	font-size:16px;
	color:rgba(255,255,255,0.5);
	line-height:30px;
	padding-left:38px;
	margin-top:91px;
	}
.linknr{
	font-size:16px;
	color:rgba(255,255,255,0.5);
	line-height:30px;
}
.link a{
	font-size:16px;
	color:rgba(255,255,255,0.5);
	margin-right:10px;
	}
.link img{
	margin-right:18px;
	}
.link a:hover{
	color:#fff;
}
/* footer
-------------------------------------------------------------- */
.footer{
	background:#343639;
	padding:199px 0 0 0;
	position:relative;
}
.footer_n{
	padding-top:60px;
}
.footer .hzkh{
	background:url(../images/hzkhbg.jpg) no-repeat top center;
	background-size:cover;
	border-radius:15px;
	height:173px;
	position:absolute;
	left:50%;
	margin-left:-821px;
	top:-86.5px;
	z-index:9;
}
.footer .hzkh ul{
	width:100%;
	height:100%;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}
.footer .hzkh ul li{
	width:12.7%;
	overflow:hidden;
	text-align:center;
	background:#fff;
	margin:0 6px;
	border-radius:10px;
}
.footer .hzkh ul li img{
	max-width:100%;
	height:auto;
}
.footernr .footerlf{
	width:34%;
	overflow:hidden;
	}
.botlogo{
	width:100%;
	overflow:hidden;
	margin-bottom:56px;
}
.botlogo img{
	max-width:100%;
	height:auto;
	}
.footernr .footerlf .bottel{
	width:100%;
	overflow:hidden;
	font-size:54px;
	color:#fff;
	line-height:54px;
	font-family:Arial;
	font-weight:bold;
	margin-bottom:4px;
}
.footernr .footerlf .bottel a{
	font-size:54px;
	color:#fff;
}
.footernr .footerlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
}
.footernr .footerlf p a{
	font-size:16px;
	color:#fff;
}
.footernr .footerin{
	width:51%;
	overflow:hidden;
	}
.footernr .footerrt{
	width:15%;
	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:6px;
	}
.footerin ul{
	width:100%;
	overflow:hidden;
}
.footerin ul li{
	width:20%;
	overflow:hidden;
	float:left;
}
.footerin ul li h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	line-height:30px;
	padding-bottom:4px;
	position:relative;
}
.footerin ul li h4 a{
	font-size:18px;
	color:#fff;
}
.footerin ul li p{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.56);
	line-height:30px;
	font-size:16px;
	margin-top:15px;
	}
.footerin ul li p a{
	color:rgba(255,255,255,0.56);
	font-size:16px;
	}
.footerin ul li p a:hover{
	color:#fff;
}
.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding:49px 0;
	position:relative;
	margin-top:19px;
	border-top:solid 1px #595f6b;
	}
.bot .botlf,.bot .botrt{
	padding:0;
	overflow:hidden;
	font-size:15px;
	color:#fff;
}
.bot .botrt{
	text-align:right;
}
.botlf p,.bot a{
	font-size:15px;
	color:#fff;
	}
.botlf p{
	line-height:30px;
	}
.bot a:hover{
	color:#fff;
	}
.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;
	}

/* search_n
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.searchnr{
	overflow:hidden;
	margin-bottom:15px;
	padding: 0 10px;
}
.searchnr .card,.card-img-150,.card-body,.card-title,.card-text{
	width:100%;
	overflow:hidden;
}
.card-img-150{
	height:260px;
	border: 1px solid #ebebeb;
	position:relative;
}
.card-img-150 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;
}
.card-img-150:hover img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.searchlist{
	width:100%;
	overflow:hidden;
}
.my-4{
	width: 100%;
    overflow: hidden;
    text-align: center;
}
.search_n .btn-info{
	background:#064b8a;
	border:solid 1px #064b8a;
}
.card-body h5{
	width:100%;
	height:30px;
	overflow:hidden;
	line-height:30px;
	color:#000;
	font-size:16px;
	margin-top:10px;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.card-body h5 a,.card-body h5 span{
	color:#000 !important;
	font-size:16px;
}
.card-body p{
	width:100%;
	overflow:hidden;
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:450px;
	background:url(../images/banner1.jpg) no-repeat top center;
	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;
	}
}
/* side
-------------------------------------------------------------- */
.side {
    position: fixed;
    right:0;
	top:50%;
    margin-top: -124px;
    z-index: 999;
}
.side ul li {
    width:64px;
	height:64px;
    position: relative;
    cursor: pointer;
	background:#f2f2f2;
	border-radius:5px;
	margin:2px 0;
}
.side ul li:last-child{
	background:#d30808;
}
.side ul li .sideimg{
	width:100%;
	height:100%;
	overflow:hidden;
}
.side ul li .ewm-box {
    position: absolute;
    z-index: 99;
    padding: 5px;
	background:#f2f2f2;
	border-radius:5px;
    width: 200px;
	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 li .ewm-box a{
	font-size:16px;
}
.side ul .sidetel .sideimg{
	background:url(../images/icon22.png) no-repeat center;
}
.side ul .sideyx .sideimg{
	background:url(../images/icon23.png) no-repeat center;
}
.side ul .sidezx .sideimg{
	background:url(../images/icon24.png) no-repeat center;
}
.side ul .sidetop .sideimg{
	background:url(../images/icon25.png) no-repeat center;
}
.side ul li p{
	width:100%;
	overflow:hidden;
	font-size:13px;
	color:#333333;
	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.sidetel:hover .ewm-box,.side ul li.sideyx:hover .ewm-box{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	background: #f2f2f2;
}
.positionnr{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.positionlf{
	font-size: 16px;
	color: #343434;
	line-height: 30px;
	padding: 10px 0 10px 30px;
	background: url(../images/icon15.png) no-repeat left 14.5px;
}
.positionnr a {
	font-size: 16px;
	color: #343434;
}
.position a:hover {
	color: #d30808;
}
/* menu_n
-------------------------------------------------------------- */
.menu_n ul{
	width:100%;
	overflow: hidden;
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
}
.menu_n ul li{
	overflow:hidden;
	margin-left:1px;
	font-size:16px;
	color:#333;
	padding:10px 20px;
	line-height:30px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.menu_n ul li a{
	font-size:16px;
	color:#333;
}
.menu_n ul li:hover,.menu_n ul li.active{
	background:#d30808;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#fff;
}

/* 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;
}
/* about_n
-------------------------------------------------------------- */
.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;
	}
.aboutimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:50px;
	}
.aboutimg_n img{
	width:100%;
	height:auto;
	}
.qyjzg_n,.qyjzgnr_n,.qyjzgnr_n ul{
	width:100%;
	overflow:hidden;
}
.qyjzg_n{
	margin-top:60px;
}
.qyjzgnr_n{
	margin-top:40px;
}
.qyjzgnr_n ul{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.qyjzgnr_n ul li{
	width:32%;
	height:800px;
	overflow:hidden;
	margin:10px 0;
	position:relative;
}
.qyjzgnr_n ul li img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.qyjzgnr_n ul li h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:absolute;
	left:0;
	bottom:50px;
	font-size:30px;
	line-height:40px;
	color:#fff;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.qyjzgnr_n ul li:hover h4{
	opacity:0;
}
.qyjzgnr_n ul li .qyjzgbg{
	width:100%;
	height:0;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	background: -webkit-linear-gradient(top, #d30808, rgba(211,8,8,0));
    background: -o-linear-gradient(top, #d30808, rgba(211,8,8,0));
    background: -moz-linear-gradient(top, #d30808, rgba(211,8,8,0));
    background: linear-gradient(to top, #d30808, rgba(211,8,8,0));
	z-index:99;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.qyjzgnr_n ul li:hover .qyjzgbg{
	height:100%;
	padding-top:204px;
}
.qyjzgnr_n ul li .qyjzgbg h5{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:26px;
	line-height:36px;
	color:#fff;
}
.qyjzgnr_n ul li .qyjzgbg p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#fff;
	margin-top:20px;
	padding:0 40px;
}
/* honor_n
-------------------------------------------------------------- */
.honor_n,.sbnr_n{
	margin-top:60px;
	margin-bottom:60px;
}
.honornr_n,.sbnr_n{
	width:100%;
	overflow:hidden;
}
.honornr_n dl,.sbnr_n dl{
	overflow:hidden;
	padding:0 10px;
	margin:15px 0;
}
.honornr_n dl dt,.honornr_n dl dd,.sbnr_n dl dt,.sbnr_n dl dd{
	width:100%;
	overflow:hidden;
}
.honornr_n dl dt{
	position:relative;
	height:552px;
}
.sbnr_n dl dt{
	position:relative;
	height:293px;
}
.honornr_n dl dt img,.sbnr_n dl dt img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	height:100%;
	object-fit:cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.honornr_n dl:hover dt img,.sbnr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.03);
	}
.honornr_n dl dd,.sbnr_n dl dd{
	text-align:center;
	line-height:30px;
	margin-top:5px;
	color:#333;
	font-size:16px;
}

/* npro
-------------------------------------------------------------- */
.pro_n{
	padding-top:60px;
	padding-bottom:60px;
	}
.prolf_n{
	width:20%;
	overflow:hidden;
	}
.prolf_n .prolf_tit{
	width:100%;
	overflow:hidden;
	background:#d30808 url(../images/icon21.png) no-repeat 91% center;
	padding:28px 50px 24px 28px;
}
.prolf_n .prolf_tit p{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	line-height:35px;
}

.ind_class_con{
	width:100%;
	overflow:hidden;
	}

.ind_class_con ul{
	width:100%;
	overflow:hidden;
	background:#fff;
	margin-bottom:0;
	}
.ind_class_con ul.menu{
	border: solid 1px #f0f0f0;
}
.ind_class_con>ul>li{ 
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding:15px;
	border-top:solid 1px #f0f0f0;
	position:relative;
	}
.ind_class_con ul li{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind_class_con ul li .items{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.ind_class_con ul li .items .list i{
	display:none;
}
.ind_class_con>ul>li>a{ 
	display:block;
}
.ind_class_con ul.menu li > ul > .list.on > ul > li{
	background:#d2d2d2;
}

.pro .ind_class_con>ul>li{
	background:none;
}
.ind_class_con > ul > li a{
	color:#0e0e0e;
	font-size:16px;
	display: block;
    width: 90%;
}
.ind_class_con ul li a:hover,.ind_class_con ul li.active > a{
	color:#d30808;
}
.ind_class_con ul li .items{
	height: 0px;
    overflow: hidden;
}
.ind_class_con ul li.on > .items{
	height: auto;
}
.ind_class_con ul li.on > .items li:first-child{
	margin-top:10px;
}
.ind_class_con ul li .items li{
	line-height:26px; 
	border-top: dashed 1px #ccc;
	padding:6px 0 6px 18px;
	background:url(../images/icon25.png) no-repeat 6px 15px;
	position:relative;
	}
.ind_class_con ul li .items li::before{
	
}
.ind_class_con ul li .items li:hover a,.ind_class_con ul li .items li.active a{ 
	color:#d30808;
}
.npro_jj,.npro_jj p{
	width:100%;
	overflow:hidden;
}
.npro_jj{
	margin-top:10px;
}
.npro_jj p{
	margin-top:20px;
	background:#f5f5f5;
	line-height:40px;
	font-size:16px;
	display:flex;
	align-items:center;
	padding:0 10px;
	flex-wrap: wrap;
}
.npro_jj p a{
	font-size:16px;
}
.npro_jj p svg{
	width: 20px;
    height: 20px;
    fill: #00478d;
	margin-right:5px;
}
.nprolf{
	width:50%;
	border: solid 1px #ddd;
}
.mySwiper2,.mySwiper{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.mySwiper2 .swiper-slide{
	border: solid 1px #ddd;
}
.mySwiper{
	position:relative;
	padding: 0 15px;
	margin-top:30px;
}
.mySwiper .swiper-slide{
	width:100%;
	overflow:hidden;
	border: solid 1px #ddd;
}
.mySwiper .swiper-slide-thumb-active{
	border: solid 1px #00478d;
}
.mySwiper .swiper-button-prev,.mySwiper .swiper-button-next{
	width:10px;
	height:17px;
	position:absolute;
	top:50%;
	margin-top:-8.5px;
	z-index:9;
	background-size:10px !important;
}
.mySwiper .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	left:0;
}
.mySwiper .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	right:0;
}
.pro_n .prort_n{
	width: 78%;
    overflow: hidden;
}
.pro_n .prolist_n dl{
	width:31.333333333333333%;
	overflow:hidden;
	margin:0 1% 40px 1%;
	float:left;
}
.prolist_n dl dt,.prolist_n dl dd{
	width:100%;
	overflow:hidden;
}
.prolist_n dl dt{
	position:relative;
	height:330px;
	border: solid 1px #ededed;
}
.prolist_n dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	height:100%;
	object-fit:cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.prolist_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.prolist_n dl dd{
	font-size:16px;
	color:#333;
	line-height:30px;
	text-align:center;
	padding:10px 0;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.prolist_n dl:hover dd{
	color:#d30808;
}
.nprolf{
	width:50%;
	overflow:hidden;
	text-align:center;
}
.nprolf img{
	max-width:100%;
	height:auto;
}
.nprort{
	width:46%;
}
.nprort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.nprort .npro_infolei span{
	font-size:20px;
	color:#333;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	white-space: nowrap;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}

/*产品展示结束*/
	
/* case_n
-------------------------------------------------------------- */
.case_n{
	margin-top:60px;
	margin-bottom:60px;
}
.casenr_n{
	width:100%;
	overflow:hidden;
}
.casenr_n li {
    width: 33.333333333333336%;
    padding: 0 10px;
    float: left;
    margin-bottom: 60px
}

.casenr_n li img {
    transition: all .5s;
    transform: scale(1.0000001)
}

.casenr_n li .box {
    display: block;
    color: #fff;
    position: relative
}

.casenr_n li .pic {
	height:322px;
    overflow: hidden;
    display: block;
    position: relative
}

.casenr_n li .pic:after {
    content: "";
    display: block;
    padding-top: 80%
}

.casenr_n li .pic:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #01758f;
    display: none \9;
    opacity: 0;
    transition: 200ms opacity linear
}

.casenr_n li .text {
    background: rgba(0,35,64,0.7);
    color: #fff;
    padding: 24px 25px 30px 25px;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: all .2s;
    z-index: 2;
    text-align: justify
}

.casenr_n li .bt {
    color: #fff;
    font-size: 30px;
    display: block;
    height: 50px;
    line-height: 50px;
    transition: all .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.casenr_n li .jsh {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 20px
}

.casenr_n li .more {
    position: absolute;
    bottom: -23px;
    width: 100%
}

.casenr_n li .more span {
    display: inline-block;
    background: #fff;
    border: 2px #fff solid;
    font-size: 13px;
    color: #002340;
    padding: 0 30px;
    line-height: 42px;
    min-width: 160px;
    text-align: center;
    transition: background .2s,border .2s;
    position: relative
}

.casenr_n li .more span:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/arrow-right-02.png) no-repeat center center;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 16px;
    transition: all .2s
}

.casenr_n li:hover img {
    transform: scale(1.05)
}

.casenr_n li:hover .pic:before {
    opacity: .5
}

.casenr_n li:hover .text {
    padding-bottom: 70px
}

.casenr_n li:hover .jsh {
    height: 96px
}

.casenr_n li:hover .more span {
    background: #002340;
    color: #fff
}

.casenr_n li:hover .more span:after {
    background: url(../images/arrow-right-01.png) no-repeat center center;
    margin-left: 20px
}

.casenr_n li:nth-child(even) .text {
    background: rgba(222,0,0,0.7)
}

.casenr_n li:nth-child(even) .more span {
    color: #de0000
}

.casenr_n li:nth-child(even) .more span:after {
    background: url(../images/arrow-right-03.png) no-repeat center center
}

.casenr_n li:nth-child(even):hover .pic:before {
    background: #de0000
}

.casenr_n li:nth-child(even):hover .more span {
    color: #fff;
    background: #ca1517
}

.casenr_n li:nth-child(even):hover .more span:after {
    background: url(../images/arrow-right-01.png) no-repeat center center
}

.casenr_n li.even .text {
    background: #ca1517
}

.casenr_n li.even .more span {
    color: #ca1517
}

.casenr_n li.even .more span:after {
    background: url(../images/arrow-right-03.png) no-repeat center center
}

.casenr_n li.even:hover .pic:before {
    background: #ca1517
}

.casenr_n li.even:hover .more span {
    background: #ca1517
}

.casenr_n li.even:hover .more span:after {
    background: url(../images/arrow-right-01.png) no-repeat center center
}
/* news_n
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.news_n .newsnr_n{
	width: 100%;
	overflow:hidden;
}
.newsnr_n dl{
	width:100%;
	overflow:hidden;
	padding:35px 0;
	border-bottom:solid 1px #e1e1e1;
	}
.newsnr_n dl:last-child{
	border-bottom:none;
	}
.newsnr_n dl dt{
	width:28%;
	height:240px;
	overflow:hidden;
	float:left;
	position:relative;
	}
.newsnr_n dl dd{
	width:72%;
	overflow:hidden;
	float:left;
	padding-left:30px;
	padding-top:20px;
	}
.newsnr_n dl dt img{
	display:block;
	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;
	}
.newsnr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.newsnr_n dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#585858;
	line-height:30px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newsnr_n dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8d8d8d;
	line-height:30px;
	margin-top:10px;
	}
.newsnr_n dl dd .nnewsdate{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	color:#343434;
	margin-top:10px;
	}
.newsnr_n dl:hover dd h4{
	color:#d30808;
}
.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;
	}
/* kh_n
-------------------------------------------------------------- */
.kh_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.khnr_n,.khnr_n ul{
	width:100%;
	overflow:hidden;
	}
.khnr_n ul li{
	width:19%;
	overflow:hidden;
	text-align:center;
	margin:10px 0.5%;
	float:left;
	border: solid 5px #ececec;
	position:relative;
	height:100px;
	    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.khnr_n ul li img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
	height:auto;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.khnr_n ul li:hover img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.khnr_n ul li:hover{
	border:solid 5px #d30808;
}
	
/* contact_n
-------------------------------------------------------------- */
.contact_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.contactjs_n{
	width:100%;
	overflow:hidden;
	font-size:35px;
	line-height:45px;
	color:#333;
	margin-top:30px;
}
.contactnr_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.contactnr_n ul{
	width: 100%;
    overflow: hidden;
}
.contactnr_n ul li{
	width:33.3333333333333333333333333%;
	overflow:hidden;
	float:left;
	}
.contactnr_n ul li .li_icon{
	width:100%;
	overflow:hidden;
	margin-bottom:24px;
	}
.contactnr_n ul li .li_icon img{
	max-width:100%;
	height:auto;
	}
.contactnr_n ul li h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	margin-bottom:22px;
	}
.contactnr_n ul li p{
	width:100%;
	overflow:hidden;
	font-size:24px;
	line-height:34px;
	}
.contactnr_n ul li p a{
	font-size:24px;
}

/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#d30808;
}

#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
	.nav,.icon1,.icon2,.side,.logojs,.tel,.side,.search{
		display:none
	}
	/**/
	#toggleMenu {
	  position: absolute;
	  width: 100%;
	  min-height: 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  overflow: hidden;
	  top:0;
	  left:0;
	  z-index:-1;
	  opacity:0;
	}
	#toggleMenu.active{
		min-height:100vh;
	}
	#toggleMenu.active{
		z-index:999;
	  opacity:1;
	}
	#toggleMenu nav {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  padding: 40px 100px;
	  z-index: 100;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}

	#toggleMenu nav .logo {
	  position: relative;
	  font-size: 2em;
	  color: #fff;
	  text-transform: uppercase;
	  font-weight: 700;
	  z-index: 15;
	  text-decoration: none;
	  text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu nav .full-width-menu {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100vh;
	  width: 100%;
	  overflow-y: auto;
	  visibility: hidden;
	  opacity: 0;
	  background: #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: #d30808;
	  -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: #d30808;
	  -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:70px;
			  top:10px;
			  z-index:9999;
	}

	.toggle span {
	  height: 2px;
	  margin: 4px 5px;
	  width: 30px;
	  display: block;
	  background: #d30808;
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	.showHeader .toggle span,.hover .toggle span{
		background: #000;
	}
	.toggle.active span{
		background: #fff;
	}

	.toggle span:nth-child(2) {
	  width: 25px;
	  margin-left:0;
	}


	.toggle.active span:nth-child(1) {
	  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
		  -ms-transform: rotate(-45deg) translate(-7px, 6px);
			  transform: rotate(-45deg) translate(-7px, 6px);
	}

	.toggle.active span:nth-child(2) {
	  opacity: 0;
	}

	.toggle.active span:nth-child(3) {
	  -webkit-transform: rotate(45deg) translate(-7px, -7px);
		  -ms-transform: rotate(45deg) translate(-7px, -7px);
			  transform: rotate(45deg) translate(-7px, -7px);
	}


	#toggleMenu .content {
	  position: relative;
	  z-index: 10;
	  text-align: center;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  -webkit-transition-delay: 1s;
		   -o-transition-delay: 1s;
			  transition-delay: 1s;
	}

	#toggleMenu .content h2 {
	  position: relative;
	  color: #fff;
	  font-size: 4rem;
	  text-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu .content h2 span {
	  font-size: 0.2em;
	  font-weight: 300;
	  letter-spacing: 5px;
	  padding: 0 10px;
	  text-transform: uppercase;
	  background: #fff;
	  color: #111;
	  text-shadow: 0 5px 5px rgba(0,0,0,0);
	  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
			  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu.active .content {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(-200px);
		  -ms-transform: translateX(-200px);
			  transform: translateX(-200px);
	  -webkit-transition-delay: 0s;
		   -o-transition-delay: 0s;
			  transition-delay: 0s;
	}

	#toggleMenu .sci {
	  position: absolute;
	  bottom: 40px;
	  right: 100px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  z-index: 100;
	}

	#toggleMenu .sci li {
	  list-style: none;
	  margin: 5px;
	  padding: 0 6px;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu.active .sci li {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateY(100px);
		  -ms-transform: translateY(100px);
			  transform: translateY(100px);
	}

	#toggleMenu .sci li a {
	  color: #111;
	  background: #fff;
	  text-decoration: none;
	  display: inline-block;
	  letter-spacing: 2px;
	  font-weight: 500;
	  font-size: 12px;
	  padding: 2px 5px;
	  text-transform: uppercase;
	}

	#toggleMenu .sci li a:hover {
	  background: #111;
	  color: #fff;
	}

	#toggleMenu .sci li:nth-child(1) {
	  -webkit-transition-delay: 0.2s;
		   -o-transition-delay: 0.2s;
			  transition-delay: 0.2s;
	}

	#toggleMenu .sci li:nth-child(2) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu .sci li:nth-child(3) {
	  -webkit-transition-delay: 0.4s;
		   -o-transition-delay: 0.4s;
			  transition-delay: 0.4s;
	}

}


@media only screen and (min-width: 1768px) and (max-width: 1768px) {
	
}

@media(max-width:1768px) {
	.cont,.cont1{
		width:88%;
	}
	.tit h3,.tit h3 a{
		font-size:45px;
		line-height:55px;
	}
	.aboutlist ul li dl dt .timer{
		font-size:60px;
	}
	.prolist{
		padding:0 40px;
	}
	.prolist .protext .protextlf h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.ggy h5,.ggy h5 span{
		font-size:35px;
		line-height:45px;
	}
	.ggy p{
		font-size:20px;
		line-height:30px;
	}
	.ysnr > img{
		width:1030px;
	}
	.newsnr .newsrt {
		padding: 0 0 0 50px;
	}
	.newsnr .newslf .news1 .newstext1{
		padding:0 30px;
	}
	.honornr_n dl dt{
		height:522px;
	}
	.sbnr_n dl dt {
		height: 276px;
	}
	.qyjzgnr_n ul li {
		height: 747px;
	}
	.footer .hzkh{
		margin-left:-44%;
	}
	.footernr .footerlf .bottel,.footernr .footerlf .bottel a{
		font-size:50px;
		line-height:50px;
	}
}
@media(max-width:1680px) {
	.header .navbar_nav li{
		padding:0 40px;
	}
	.tjpro_nr {
		margin-left: 220px;
	}
	.ysnr > img{
		width:1010px;
	}
	.ysnr .tit {
		top: 252px;
	}
	.honornr_n dl dt{
		height:494px;
	}
	.sbnr_n dl dt {
		height: 262px;
	}
}
@media(max-width:1600px) {
	.header .navbar_nav li{
		padding:0 35px;
	}
	.ggy h5, .ggy h5 span {
		font-size: 32px;
		line-height: 42px;
	}
	.ggy p{
		letter-spacing: 2px;
	}
	.ggy_tel dl dd,.ggy_tel dl dd a{
		font-size:35px;
		line-height:45px;
	}
	.aboutnr,.about .more {
		margin-top: 40px;
	}
	.ysnr > img{
		width:980px;
	}
	.yslf li dl dt, .ysrt li dl dt {
		font-size: 22px;
		line-height: 32px;
	}
	.ysnr .tit {
		top: 240px;
	}
	.tjpro_nr {
		margin-left: 200px;
	}
	.prolist_n dl dt{
		height:300px;
	}
	.prolf_n .prolf_tit p{
		font-size:26px;
	}
	.newsnr .newsrt {
		padding: 0 0 0 40px;
	}
	.honornr_n dl dt{
		height:469px;
	}
	.sbnr_n dl dt {
		height: 249px;
	}
	.qyjzgnr_n ul li {
		height: 676px;
	}
}
@media(max-width:1440px) {
	.header .navbar_nav li{
		padding:0 30px;
	}
	.headerrt div {
		margin-right: 40px;
	}
	.tjpro_nr {
		margin-left: 160px;
	}
	.tit h3,.tit h3 a{
		font-size:40px;
		line-height:50px;
	}
	.tit .titen{
		font-size:22px;
		line-height:32px;
	}
	.prolist{
		padding:0 35px;
	}
	.aboutlist ul li dl dt .timer{
		font-size:50px;
		line-height:50px;
	}
	.aboutlist ul li{
		height:210px;
	}
	.aboutlist {
		margin-top: 60px;
	}
	.honornr_n dl dt{
		height:420px;
	}
	.sbnr_n dl dt {
		height: 222px;
	}
	.ggy h5, .ggy h5 span {
		font-size: 28px;
		line-height: 38px;
	}
	.ggy p {
		letter-spacing: 1.5px;
		font-size:18px;
	}
	.ggy_tel {
		margin-left: 50px;
	}
	.ysnr > img {
		width: 900px;
	}
	.yslf li, .ysrt li {
		margin-top: 100px;
	}
	.yslf li i img, .ysrt li i img{
		width:90px;
	}
	.ysnr .tit {
		top: 210px;
	}
	.nprort h1,.news_n h1{
		font-size:26px;
		line-height:36px;
	}
	.nprort .npro_infolei,.nprort .npro_infolei span{
		font-size:18px;
	}
	.prolist_n dl dt{
		height:280px;
	}
	.prolf_n {
		width: 22%;
	}
	.pro_n .prort_n{
		width:76%;
	}
	.card-img-150 {
		height: 240px;
	}
	.qyjzgnr_n ul li:hover .qyjzgbg {
		padding-top: 150px;
	}
	.qyjzgnr_n ul li {
		height: 608px;
	}
	.contactnr_n ul li h5{
		font-size:18px;
	}
	.contactnr_n ul li p,.contactnr_n ul li p a {
		font-size: 22px;
	}
	.contactjs_n{
		font-size: 30px;
		line-height: 40px;
	}
	.footernr .footerlf .bottel,.footernr .footerlf .bottel a{
		font-size:45px;
		line-height:45px;
	}
}
@media(max-width:1360px) {
	.header .navbar_nav li{
		padding:0 25px;
	}
	.ysnr > img {
		width: 850px;
	}
	.yslf li i img, .ysrt li i img {
		width: 80px;
	}
	.yslf li dl dt, .ysrt li dl dt {
		font-size: 20px;
		line-height: 30px;
	}
	.yslf li dl dd, .ysrt li dl dd{
		font-size:15px;
		line-height:25px;
	}
	.ysnr .tit {
		top: 200px;
	}
	.tjpro_nr {
		margin-left: 140px;
	}
	.honornr_n dl dt{
		height:395px;
	}
	.sbnr_n dl dt {
		height: 209px;
	}
	.qyjzgnr_n ul li {
		height: 574px;
	}
	.qyjzgnr_n ul li:hover .qyjzgbg {
		padding-top: 100px;
	}
}
@media(max-width:1300px) {
	.honornr_n dl dt{
		height:376px;
	}
}
@media(max-width:1280px) {
	.header .navbar_nav li{
		padding:0 20px;
	}
	.headerrt div {
		margin-right: 30px;
	}
	.aboutlist ul li dl dt .timer{
		font-size:45px;
		line-height:45px;
	}
	.aboutlist ul li dl dd{
		font-size:15px;
	}
	.aboutlist ul li dl{
		padding: 0 0 20px 20px;
	}
	.newsnr .newslf .news1{
		height:300px;
	}
	.newsnr .newsrt ul li {
		padding: 32px 0 32px 0;
	}
	.sbnr_n dl dt {
		height: 196px;
	}
	.pronr .swiper-button .swiper-button-prev{
		left:-40px;
	}
	.pronr .swiper-button .swiper-button-next{
		right:-40px;
	}
	.prolist {
		padding: 0 30px;
	}
	.prolist .protext .protextlf h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.honornr_n dl dt{
		height:370px;
	}
	.ysnr > img {
		width: 750px;
	}
	.yslf li i img, .ysrt li i img {
		width: 70px;
	}
	.yslf li, .ysrt li {
		margin-top: 80px;
	}
	.yslf,.ysrt{
		width:36%;
	}
	.ysnr .tit {
		top: 170px;
	}
	.ggy ul li {
		width: 130px;
	}
	.ggy_tel {
		margin-left: 30px;
	}
	.ggy_tel dl dd,.ggy_tel dl dd a{
		font-size: 32px;
		line-height: 42px;
	}
	.ggy h5, .ggy h5 span {
		font-size: 26px;
		line-height: 36px;
	}
	.ggy p {
		letter-spacing: 1px;
	}
	.tjpro_nr {
		margin-left: 120px;
	}
	.tjpro_nr a {
		margin: 0 15px;
	}
	.prolist_n dl dt{
		height:240px;
	}
	.prolf_n .prolf_tit p {
		font-size: 24px;
	}
	.newsnr_n dl dt {
		height: 220px;
	}
	.banner .swiper-pagination{
		bottom:50px;
	}
	.card-img-150 {
		height: 220px;
	}
	.qyjzgnr_n ul li {
		height: 540px;
	}
	.qyjzgnr_n ul li h4 {
		font-size: 26px;
		line-height: 36px;
	}
}
@media(max-width:1200px) {
	.sbnr_n dl dt {
		height: 183px;
	}
	
}
@media(max-width:1152px) {
	.header .navbar_nav li{
		padding:0 15px;
	}
	.headerrt div {
		margin-right:20px;
	}
	.tjpro_nr {
		margin-left: 80px;
	}
	.ggy ul li {
		width: 110px;
		margin-right: 10px;
	}
	.ggy h5, .ggy h5 span {
		font-size: 24px;
		line-height: 34px;
	}
	.ggy p {
		font-size:16px;
	}
	.yslf li dl dt, .ysrt li dl dt {
		font-size: 18px;
	}
	.yslf li dl dd, .ysrt li dl dd{
		font-size:14px;
	}
	.ysnr > img {
		width: 650px;
	}
	.yslf li, .ysrt li {
		margin-top: 60px;
	}
	.yslf li i img, .ysrt li i img {
		width: 60px;
	}
	.yslf li dl dt, .ysrt li dl dt {
		font-size: 17px;
	}
	.yslf li dl dd, .ysrt li dl dd {
		font-size: 13px;
		line-height:23px;
	}
	.ysnr .tit {
		top: 140px;
	}
	.honornr_n dl dt{
		height:330px;
	}
	.sbnr_n dl dt {
		height: 175px;
	}
	.contactnr_n ul li p, .contactnr_n ul li p a {
		font-size: 20px;
	}
}
@media(max-width:1080px) {
	.header .navbar_nav li{
		padding:0 12px;
	}
	.logo img{
		height:50px;
	}
}

@media(max-width:1024px) {
	.tjpro_nr {
		margin-left: 50px;
	}
	.newsnr_n dl dt {
		height: 200px;
	}
	.honornr_n dl dt{
		height:290px;
	}
	.sbnr_n dl dt {
		height: 154px;
	}
	
}
@media(max-width:1023px) {
	.nav{
		display:none;
	}
	.header{
		height:60px;
	}
	.logo img {
		height: 40px;
	}
	.language{
		height:60px;
		line-height:60px;
	}
	.language .languagenr{
		top:60px;
	}
	.banner,.banner_n{
		margin-top:60px;
	}
	.language a i {
		margin-left: 5px;
	}
	.prolf_n,.pro_n .prort_n{
		width: 100%;
	}
	.pro_n .prort_n{
		margin-top:40px;
	}
	.header .nav,.headerrt{
		display:none;
	}
	.ggy,.ggy_tel{
		width:100%;
	}
	.ggy_tel {
		margin-left:0;
	}
	.ggy ul {
		margin-top: 20px;
	}
	.ggt{
		height:260px;
	}
	.ggy::after{
		display:none;
	}
	.ys{
		padding:60px 0;
	}
	.ysnr .tit{
		position:inherit;
		left:0;
		top:0;
	}
	.yslf, .ysrt{
		width:100%;
		position:inherit;
		top:0;
	}
	.yslf li{
		justify-content:flex-end;
	}
	.yslf li:nth-child(2),.yslf li:last-child{
		padding-right: 0;
	}
	.yslf li, .ysrt li {
		margin-top: 30px;
	}
	.ysrt li{
		justify-content:left;
	}
	.ysrt li:nth-child(2),.ysrt li:last-child{
		padding-left: 0;
	}
	.ysnr > img{
		max-width:100%;
		height:auto;
	}
	.newsnr .newslf,.newsnr .newsrt{
		width:100%;
		padding:0;
	}
	.newsnr .newsrt{
		margin-top:30px;
	}
	.newsnr .newsrt ul li {
		padding: 20px 0;
	}
	.news{
		padding-top:60px;
		padding-bottom:60px;
	}
	.link{
		margin-top:40px;
	}
	.footer .hzkh{
		padding:10px 0;
	}
	.footer .hzkh ul li {
		width: 23%;
		margin:5px 1%;
	}
	.footer .hzkh{
		height:auto;
	}
	.footernr .footerrt dl{
		float:left;
	}
	.footer {
		padding: 60px 0 0 0;
	}
	.footer .hzkh{
		position:inherit;
		left: 0;
		top:0;
		margin:0 auto 30px;
	}
	.footernr .footerlf,.footernr .footerin,.footernr .footerrt{
		width:100%;
	}
	.footernr .footerin,.footernr .footerrt{
		margin-top:30px;
	}
	.footerin ul li p{
		display:none;
	}
	.botlogo{
		margin-bottom:30px;
	}
}
@media(max-width:991px) {
	.tit h3, .tit h3 a {
		font-size: 35px;
		line-height: 45px;
	}
	.tit .titen {
		font-size: 20px;
		line-height: 30px;
	}
	.banner .swiper-pagination{
		bottom:30px;
	}
	.about{
		padding-top:60px;
		padding-bottom:60px;
	}
	.aboutlist{
		margin-top:40px;
	}
	.aboutlist ul li{
		width:49%;
		margin:10px 0;
		background: #f2f2f2;
	}
	.aboutnr, .about .more {
		margin-top: 30px;
	}
	.aboutlist ul li dl dt .timer {
		font-size: 40px;
		line-height: 40px;
	}
	.positionlf,.menu_n{
		width:100%;
	}
	.tjprolf,.tjpro::before{
		display:none;
	}
	.tjpro .tjprort {
		width: 100%;
	}
	.tjpronr{
		height:80px;
	}
	.promenu ul li {
		width: 130px;
		height: 45px;
		line-height: 45px;
	}
	.pro {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.prolist .protext .protextlf h5 {
		font-size: 18px;
	}
	.swiper-pagination-progressbar{
		margin-top:30px;
	}
	.newstit .newsmenu ul{
		justify-content:left;
	}
	.newstit .newsmenu ul li {
		width: 140px;
		height: 45px;
		line-height: 45px;
		padding-left: 20px;
		margin-left:0;
		margin-right:20px;
	}
	.newstit .newsmenu ul li span {
		margin-left: 30px;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:30px;
	}
	.nprort h1,.news_n h1{
		font-size: 22px;
		line-height: 32px;
	}
	.khnr_n ul li {
		width: 24%;
		height:90px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.contactnr_n ul li p, .contactnr_n ul li p a {
		font-size: 18px;
	}
	.contactjs_n{
		font-size: 25px;
		line-height: 35px;
	}
	.honornr_n dl dt{
		height:383px;
	}
	.honornr_n dl, .sb_n dl {
		margin: 10px 0;
	}
	.sbnr_n dl dt {
		height: 203px;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
	.bot{
		padding:30px 0;
	}
}
@media(max-width:860px) {
	.honornr_n dl dt {
		height: 328px;
	}
	.sbnr_n dl dt {
		height: 174px;
	}
}
@media(max-width:820px) {
	.honornr_n dl dt {
		height: 312px;
	}
	.sbnr_n dl dt {
		height: 165px;
	}
}
@media(max-width:768px) {
	.pronr .swiper-button .swiper-button-prev{
		left: -30px;
	}
	.pronr .swiper-button .swiper-button-next{
		right:-30px;
	}
	.honornr_n dl dt{
		height:290px;
	}
	.sbnr_n dl dt {
		height: 154px;
	}
	.qyjzgnr_n ul li{
		width:100%;
	}
}
@media(max-width:767px) {
	.khnr_n ul li {
		width: 32.3333333333333333333333%;
	}
	.pro_n .prolist_n dl {
		width: 48%;
	}
	.newsnr_n dl dt,.newsnr_n dl dd{
		width:100%;
	}
	.newsnr_n dl dd{
		padding-left:0;
	}
	.contactnr_n{
		margin-top:40px;
	}
	.contactnr_n ul li{
		width:100%;
		margin-bottom:20px;
		padding-bottom:20px;
		border-bottom:1px solid #e2e2e2
	}
	.contactnr_n ul li .li_icon,.contactnr_n ul li h5{
		margin-bottom:10px;
	}
	.honornr_n dl dt {
		height: 449px;
	}
	.sbnr_n dl dt {
		height: 238px;
	}
	.nmessagenr {
		margin-top: 30px;
	}
}
@media(max-width:640px) {
	.tit h3, .tit h3 a {
		font-size: 30px;
		line-height: 40px;
	}
	.tit .titen {
		font-size: 16px;
	}
	.banner .swiper-pagination{
		bottom:10px;
	}
	.banner .swiper-slide .img img {
		width: 110%;
		margin-left: -5%;
	}
	.banner .swiper-pagination{
		left:2%;
	}
	.swiper-pagination-bullet{
		width:20px;
	}
	.swiper-pagination-bullet-active{
		width:25px;
	}
	.aboutlist ul li dl dt .timer {
		font-size: 35px;
		line-height: 35px;
	}
	.aboutlist ul li dl dd {
		font-size: 14px;
	}
	.aboutlist ul li i{
		right:20px;
		top:20px;
	}
	.aboutlist ul li {
		height: 180px;
	}
	.aboutlist ul li i {
		width: 55px;
		height: 55px;
	}
	.promenu ul li {
		width: 31.33333333333333333333333333%;
		height: 40px;
		line-height: 40px;
		margin:5px 1%;
	}
	.pronr .swiper-button .swiper-button-prev{
		left: -20px;
	}
	.pronr .swiper-button .swiper-button-next{
		right:-20px;
	}
	.menu_n ul{
		justify-content:left;
	}
	.menu_n ul li{
		width:33.333333333333333333%;
		text-align:center;
		padding:10px 0;
		margin:0;
	}
	.khnr_n ul li {
		height:80px;
	}
	.ggy h5, .ggy h5 span {
		font-size: 22px;
		line-height: 32px;
	}
	.ggy p {
		font-size: 15px;
	}
	.newstit .newsmenu ul li span{
		display:none;
	}
	.newstit .newsmenu ul li{
		padding-left:0;
		text-align:center;
	}
	.yslf li i img, .ysrt li i img {
		width: 50px;
	}
	.newsnr .newsrt ul li .newslilf span{
		font-size:40px;
		line-height:40px;
	}
	.newsnr .newslf .news1 .newstext1 {
		padding: 0 20px;
	}
	.honornr_n dl dt {
		height: 370px;
	}
	.sbnr_n dl dt {
		height: 196px;
	}
	.nmessagenr dl{
		width:100%;
	}
	.nmessagenr dl:nth-child(2n+1) {
		margin-right:0;
	}
	.nmessagenr dl:nth-child(2n){
		margin-left:0;
	}
	.nmessagenr dl dd textarea{
		height:200px;
	}
	.contactjs_n {
		font-size: 22px;
		line-height: 32px;
	}
	.footernr .footerlf .bottel,.footernr .footerlf .bottel a{
		font-size: 40px;
		line-height: 40px;
	}
	.footerin ul li{
		width:33.333333333333333333333%;
	}
	.footerin ul li h4{
		text-align:center;
	}
}
@media(max-width:540px) {
	.prolist_n dl dt {
		height: 200px;
	}
	.honornr_n dl dt {
		height: 307px;
	}
	.sbnr_n dl dt {
		height: 163px;
	}
	.card-img-150 {
		height: 200px;
	}
}
@media(max-width:425px) {
	.logo img {
		height: 35px;
	}
	.aboutlist ul li dl dt .timer {
		font-size: 30px;
		line-height: 30px;
	}
	.aboutlist ul li dl dd {
		font-size: 13px;
		line-height:23px;
	}
	.aboutlist ul li i {
		right: 10px;
		top: 10px;
	}
	.aboutlist ul li dl {
		padding: 0 0 20px 10px;
	}
	.prolist_n dl dt {
		height: 160px;
	}
	.khnr_n ul li {
		width: 49%;
	}
	.ggy h5, .ggy h5 span {
		font-size: 20px;
		line-height: 30px;
	}
	.ggy p {
		font-size: 14px;
		letter-spacing: 0.5px;
		line-height:24px;
	}
	.ggy ul li{
		width:31.333333333333333333333%;
		margin:5px 1%;
	}
	.ggy_tel dl dd,.ggy_tel dl dd a{
		font-size: 30px;
		line-height: 40px;
	}
	.ggy_tel i {
		margin-right: 10px;
	}
	.ggy_tel i img{
		height:50px;
	}
	.honornr_n dl dt {
		height: 236px;
	}
	.sbnr_n dl dt {
		height: 125px;
	}
	.card-img-150 {
		height: 140px;
	}
}
@media(max-width:375px) {
	.logo img {
		height: 30px;
	}
	.aboutlist ul li dl dd {
		font-size: 12px;
		line-height:22px;
	}
	.prolist_n dl dt {
		height: 140px;
	}
	.ggy h5, .ggy h5 span {
		font-size: 18px;
		line-height: 30px;
	}
	.ggy p {
		font-size: 14px;
		letter-spacing: 0px;
		line-height:24px;
	}
	.ggy_tel dl dd,.ggy_tel dl dd a{
		font-size: 28px;
		line-height: 38px;
	}
	.newstit .newsmenu ul li{
		width:48%;
		margin:0 1%;
	}
	.honornr_n dl dt {
		height: 205px;
	}
	.sbnr_n dl dt {
		height: 108px;
	}
	.card-img-150 {
		height: 120px;
	}
	.footernr .footerlf .bottel,.footernr .footerlf .bottel a{
		font-size: 35px;
		line-height: 35px;
	}
}
@media(max-width:360px) {
	.qyjzgnr_n ul li {
		height: 475px;
	}
}
@media(max-width:340px) {
	.ggy ul li a{
		font-size:15px;
	}
	.ggy h5, .ggy h5 span {
		font-size: 16px;
		line-height: 26px;
	}
	.ggy p {
		font-size: 12px;
		line-height: 22px;
	}
	.sbnr_n dl dt {
		height: 97px;
	}
}
@media(max-width:320px) {
	.honornr_n dl dt {
		height: 170px;
	}
	.sbnr_n dl dt {
		height: 90px;
	}
	.qyjzgnr_n ul li {
		height: 422px;
	}
}
@media(max-width:319px) {
	.logo img {
		height: 24px;
	}
}