@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

@font-face
{
	font-family: myFirstFont;
	src: url('../font/SOURCEHANSANSCN-REGULAR.OTF'),
		 url('../font/SOURCEHANSANSCN-REGULAR.eot'); /* IE9 */
}

/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"myFirstFont","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:"myFirstFont","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: 998;
	top:0;
	padding:0 2%;
	}
.logo{
	overflow:hidden;
	padding:20px 0;
}
.cnen{
	overflow:hidden;
	padding:39.5px 0;
	margin-right:20px;
	line-height:22px;
}
.cnen a{
	color:#191919;
	font-weight:bold;
}
.cnen a:hover{
	color:#b7131b;
}
.icon3{
	overflow:hidden;
	padding:42.5px 0;
}
.icon2{

	padding:28.5px 0;
}
     .icon2 {
    position: relative;  
}

.icon2 a {
    display: flex;
    flex-direction: column;  
    align-items: center;    
    text-decoration: none;
    position: relative;
}

.icon2 .phone-number {
    display: none;
    position: absolute;
    top: 100%;           
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 4px;       
    z-index: 999;
}

.icon2 a:hover .phone-number {
    display: block;
}
        .icon2 .phone-number::before {
    content: '';
    position: absolute;
    bottom: 100%;          
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.8);
}
.icon1{
	overflow:hidden;
	margin-right:14px;
	padding:28.5px 10px;
	}
.icon1 .iconnr1{
	width:43px;
	height:43px;
	border-radius:50%;
	box-shadow:0px 0px 10px rgba(13,13,18,0.06);
	background:url(../images/icon1.png) no-repeat center;
	}
.icon1 .ewmimg{
	opacity:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:absolute;
	background:#fff;
	padding:10px;
	border-radius:5px;
	top:100px;
	right:60px;
	box-shadow: 0px 0px 10px #ccc;
	-moz-box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
}
.icon1 .ewmimg img{
	width:100px;
}
.icon1:hover .ewmimg{
	opacity:1;
}
.small{
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); 
}
	
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -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;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}
.nav{
	text-align:right;
	margin-right:50px;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

	line-height:20px;
	font-size:13px;
	font-family:Arial;
	color:#b8b8b8;
	text-transform:uppercase;
}


.nav .menu > li{
	float:left;
	text-align:center;
	line-height:100px;
	position:relative;
	}
.nav .menu > li:after{
	content:"";
	width:0;
	height:3px;
	background:#b7131b;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-18px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nav .menu > li:hover:after{
	width:36px;
	}

.nav .menu > li a{
	color:#fff;
	font-weight:bold;
	font-size:17px;
	color:#191919;
	display:block;
	padding:0 35px;
	line-height:100px;
	}

.nav .menu > li:hover a,.nav .menu > li.active a{
	font-weight:bold;
	color:#b7131b;
}


.nav .menu > li .submenu{

	width:200px;
	left:50%;
	margin-left:-100px;

	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;
	padding:5px 0;
	background:rgba(183,19,27,0.8);

	text-align:center;
	margin-top:1px;

}

.nav .menu > li .submenu li a{

	display:block;
	color:#fff;
	background:none;
	font-size:14px;
	padding:0;
	line-height:30px;
}

.nav .menu > li .submenu li:hover{

	background:#b7131b;

}
.nav .menu > li:hover:after,.nav .menu > li.active:after{
	width:40px;
	}

.cont{
	width:1436px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1436px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:100px;
	}
.pro .search{
	width:345px;
	height:184px;
	background:#b7131b url(../images/searchbg.png) no-repeat 96% center;
	border-radius:5px;
	position:absolute;
	right:12.6%;
	top:-148px;
	z-index:996;
	padding:25px 30px 0 30px;
	}
.pro .search p{
	width:100%;
	overflow:hidden;
	color:#fff;
	line-height:20px;
	}
.pro .search h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	line-height:30px;
	font-weight: normal;
	background:url(../images/icon3.png) no-repeat 100px center;
	}
.searchnr{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:13px;
	}
.searchnr input{
	width:100%;
	height:52px;
	overflow:hidden;
	border-radius:5px;
	font-size:16px;
	color:#adadad;
	line-height:52px;
	padding:0 46px 0 10px;
	}
.searchnr button{
	width:22px;
	height:100%;
	background:url(../images/search.png) no-repeat center;
	position:absolute;
	right:24px;
	top:0;
	}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.banner .img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .img .banner1-1{
	width:30.5%;
	overflow:hidden;
	position:absolute;
	left:11.6%;
	top:25%;
	z-index:99;
	}
.banner .img .banner1-1 img{
	max-width:100%;
	height:auto;
	}
.banner .swiper-container .bannernr1{
	width:28%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:12%;
}
.banner .swiper-container .bannernr2{
	width:35%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:25%;
}
.banner .swiper-container .bannernr3{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-24%;
	bottom:28%;
	text-align:center;
}
.banner .swiper-container .banimg{
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .banimg img{
	max-width:100%;
	height:auto;
}
.banner .swiper-container p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	line-height:25px;
	margin-top:54px;
}
.banner .banmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.banner .swiper-container .bannernr3 .banmore{
	margin:90px auto 0;
}
.banner .swiper-container .bannernr3 .banmore a{
	margin:auto;
	text-align:left;
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.banner .swiper-slide .img img{
	width:100%;
	height:auto;
}
.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.banner .swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

/*shubiao*/
.shubiao-index{
	overflow:hidden;
	position:absolute;
	bottom:50px;
	right:36px;
	z-index:99;
}
.mouse {
  position: relative;
  width: 25px;
  height: 42px;
  border-radius: 30px;
  border: 3px solid #fff;
  margin:auto;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 4px;
  height: 10px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.shubiao-index p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:15px;
	color:#fff;
	font-family:Arial;
	line-height:30px;
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
.banner_more{
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	position:absolute;
	left:18%;
	bottom:124px;
	z-index:99;
}

.boxlist .swiper-container,.boxlist2 .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.boxlist .swiper-container-vertical>.swiper-wrapper,.boxlist2 .swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.boxlist .swiper-wrapper,.boxlist2 .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.boxlist .swiper-container-android .swiper-slide,.boxlist .mt-tabpage-cont__wrap .swiper-wrapper,
.boxlist2 .swiper-container-android .swiper-slide,.boxlist2 .mt-tabpage-cont__wrap .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.boxlist .swiper-container-multirow>.swiper-wrapper,.boxlist2 .swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.boxlist .swiper-container-free-mode>.swiper-wrapper,.boxlist2 .swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.boxlist .swiper-slide,.boxlist2 .swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.boxlist .swiper-slide-invisible-blank,.boxlist2 .swiper-slide-invisible-blank {
	visibility: hidden
}

.boxlist .swiper-container-autoheight,.boxlist .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide,
.boxlist2 .swiper-container-autoheight,.boxlist2 .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide {
	height: auto
}

.boxlist .swiper-container-autoheight .swiper-wrapper,.boxlist2 .swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}
.boxlist .swiper-button div{
	width:52px;
	height:52px;
	position:absolute;
	top:50%;
	margin-top:-26px;
	outline:none;
	border:solid 4px #d5d5d5;
	border-radius:50%;
	z-index:99;
	}
.boxlist .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	right:210px;
	}
.boxlist .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:144px;
	}
.boxlist .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh2.png) no-repeat center;
	}
.boxlist .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth2.png) no-repeat center;
	}
.boxlist .swiper-button div:hover{
	border:solid 4px #b21e23;
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.banner .swiper-container-wp8-vertical,.banner .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.banner .swiper-button{
	overflow:hidden;
	position:absolute;
	left:12.6%;
	bottom:50px;
	z-index:99;
	}
.banner .swiper-button div{
	width:40px;
	height:40px;
	outline:none;
	float:left;
	border:solid 1px rgba(255,255,255,0.4);
	border-radius:50%;
	}
.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;
	margin-left:20px;
	}
.banner .swiper-button-lock {
	display: none
}

.banner .swiper-pagination {
	width:100%;
	position: absolute;
	text-align: center;
	bottom:35px;
	left:32px;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 99;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	overflow:hidden;
	float:left;
	display:block;
	color:rgba(255,255,255,0.3);
	margin:0 10px;
	font-size:22px;
	font-family:Arial;
	line-height:30px;
	position:relative;
	}
.banner .swiper-pagination .swiper-pagination-bullet:before{
	content:"0";
	}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	padding-right:70px;
	}
.banner .swiper-pagination .swiper-pagination-bullet-active:after{
	content:"";
	width:58px;
	height:1px;
	background:#fff;
	position:absolute;
	top:13px;
	left:33px;
	}
.banner .swiper-pagination .swiper-pagination-bullet:hover,.banner .swiper-pagination .swiper-pagination-bullet-active{
	color:#fff;
	font-weight:bold;
	}

.banner .swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:0;
	right: 88px;
	height:40px;
	line-height: 40px;
	color:#b1b1b1;
	font-size:16px;
	top:40px;
}
.swiper-pagination-fraction span{
	color:#b1b1b1;
	line-height:40px;
	font-size:16px;
}
.swiper-pagination-fraction .swiper-pagination-current{
	color:#cf1423;
	font-size:26px;
	font-weight:bold;
}
.swiper-pagination-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)
}

.zsjmnr .swiper-pagination-bullet {
	width: 144px;
	height: 2px;
	display: inline-block;
	background: #fff;
	margin:10px 0;
	outline:none;
}

.zsjmnr  button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.zsjmnr  .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.zsjmnr  .swiper-pagination-bullet-active {
	background: #b50b1e;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,.2s -webkit-transform;
	transition: .2s top,.2s -webkit-transform;
	-o-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
	transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left,.2s -webkit-transform;
	transition: .2s left,.2s -webkit-transform;
	-o-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
	transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right,.2s -webkit-transform;
	transition: .2s right,.2s -webkit-transform;
	-o-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
	transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
	animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

/*banner*/

/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:60px;
	font-weight:bold;
	color:#252525;
	line-height:60px;
	text-transform:uppercase;
}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#252525;
	line-height:46px;
	margin-top:3px;
	}
.tit h3 a{
	font-size:36px;
	color:#252525;
	}
.bg{
	background:#f7f7f7;
	}
/* more
-------------------------------------------------------------- */
.more{
	overflow:hidden;
	}
.more a{
	display:block;
	width:200px;
	height:60px;
	background:#b50b1e url(../images/icon4.png) no-repeat 81% center;
	font-size:15px;
	color:#fff;
	line-height:60px;
	padding-left:48px;
	border-radius:5px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.more a:hover{
	background:#fff url(../images/icon4.png) no-repeat 81% center;
	color:#808080;
	}

/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:188px;
	padding-bottom:218px;
	position:relative;
	}
.about .tit{
	padding-top:66px;
	background:url(../images/abouten.png) no-repeat left top;
	}
.aboutnr .aboutlf{
	width:50%;
	overflow:hidden;
	}
.aboutrt {
	width:50%;
	overflow:hidden;
	}
.aboutnr .aboutlf .tit h3,.aboutnr .aboutlf .tit h3 a,.aboutnr .aboutlf .tit p{
	color:#fff;
}
.aboutnr {
    display: flex;
    align-items: center;
    gap: 100px;
}
   
.about .aboutjs{
	width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    line-height: 35px;
    margin-top: 43px;
    text-indent: 2em;
	}
.about .aboutjs p{    text-indent: 2em;
    font-size: 16px;
    line-height: 35px;
    color: rgba(255,255,255,0.7); }
.aboutnr .more{
	margin-top:116px;
	}
.aboutlist{
	width:51%;
	overflow:hidden;
	background:#b7131b;
	position:absolute;
	right:0;
	bottom:0;
	padding:42px 0 30px 0;
	border-radius:35px 0 0 0;
	}
.aboutlist ul{
	width:100%;
	overflow:hidden;
	}
.aboutlist ul li{
	width:20%;
	overflow:hidden;
	float:left;
	}
.aboutlist ul li .about_icon,.aboutlist ul li h4,.aboutlist ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.aboutlist ul li .about_icon img{
	max-width:100%;
	height:auto;
}
.aboutlist ul li h4{
	font-size:18px;
	color:#fff;
	line-height:25px;
	font-weight:normal;
	margin-top:12px;
}
.aboutlist ul li p{
	font-size:15px;
	color:rgba(255,255,255,0.5);
}
.aboutrt{display:grid;grid-template-columns:1fr 1fr;gap:80px;text-align:center;}
.data-item .num{font-size:72px;font-weight:bold;color:#dcdcdc;line-height:1;margin-bottom:8px;}
.data-item .label{font-size:16px;color:#dcdcdc;}

@media (max-width:1200px){
    .cont{width:90%;}
    .aboutnr{flex-direction:column;}
    .aboutrt{width:100%;max-width:450px;    gap: 40px;    padding-bottom: 50px;}
}
.line2{
	width:50px;
	height:3px;
	background:#fff;
	margin-left:24px;
	margin-top:80px;
	}
.probg{
	width:100%;
	overflow:hidden;
	background:#1b1b1b url(../images/probg.jpg) no-repeat center 290px;
	background-size:cover;
	padding-top:120px;
	}
.cyl{
	background:#1b1b1b;
	padding-bottom:110px;
	border-bottom:solid 4px #ad0c1e;
	}
.cyl .tit{
	padding-left:120px;
	}
.cylnr{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:60px;
	}
.cylnr dl{
	overflow:hidden;
	display:inline-block;
	margin:10px 19px;
	}
.cylnr dl dt,.cylnr dl dd{
	width:100%;
	overflow:hidden;
	}
.cylnr dl dd{
	font-size:16px;
	color:rgba(255,255,255,0.4);
	line-height:30px;
	text-align:center;
	margin-top:16px;
	}
.cyl .more{
	margin-top:70px;
	}
.cyl .more a{
	margin:auto;
	}
/* gssl
-------------------------------------------------------------- */
.gssl{
	width:100%;
	overflow:hidden;
	padding-left:12.6%;
	position:relative;
	margin-top:172px;
	}
.gssllf{
	width:24%;
	overflow:hidden;
	position:absolute;
	left:12.6%;
	top:0;
	padding-top:88px;
	}
.gssllf .tit{
	margin-bottom:100px;
	}
.gssllf .gssllist{
	width:100%;
	overflow:hidden;
	}
.gssllf .gssllist .classes-item{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#808080;
	line-height:30px;
	padding:26px 0;
	position:relative;
	cursor:pointer;
	}
.gssllf .gssllist .classes-item:after{
	content:"";
	width:10px;
	height:1px;
	background:#999999;
	position:absolute;
	right:0;
	top:14.5px;
	}
.gssllf .gssllist .classes-item.active{
	background:#b7131b url(../images/icon14.png) no-repeat 75% center;
	border-radius:3px;
	color:#fff;
	padding:25px 0 25px 24px;
	font-size:23px;
	}
.gssllf .gssllist .classes-item.active:after{
	display:none;
	}
.gssllf .gssllist .classes-item.active:before{
	position:absolute;
	right:0;
	bottom:0;
	font-family:Arial;
	color:#d2272f;
	font-size:106px;
	line-height:50px;
	font-weight:bold;
	}
.gssllf .gssllist .classes-item:first-child.active:before{
	content:"01";
	}
.gssllf .gssllist .classes-item:nth-child(2).active:before{
	content:"02";
	}
.gssllf .gssllist .classes-item:nth-child(3).active:before{
	content:"03";
	}
.gssllf .gssllist .classes-item:nth-child(4).active:before{
	content:"04";
	}
.gssllf .gssllist .classes-item:nth-child(5).active:before{
	content:"05";
	}
.gsslrt{
	width:65%;
	overflow:hidden;
	}
.gsslrt .list-wrap{
	width:100%;
	height:741px;
	border-radius:20px 0 0 20px;
	display:none;
	position:relative;
	}
.gsslrt .list-wrap.active{
	display:block;
	}
.gsslrt .list-wrap{
	background:url(../images/gsslimg.jpg) no-repeat top center;
	background-size:cover;
	}
.gsslrt .list-wrap .gsslnr{
	width:55%;
	overflow:hidden;
	padding-right:90px;
	position:absolute;
	right:0;
	bottom:106px;
	}
.gsslrt .list-wrap .gsslmore{
	width:118px;
	height:118px;
	border-radius:50%;
	background:rgba(183,19,27,0.8) url(../images/icon11.png) no-repeat center;
	float:right;
	margin-bottom:78px;
	}
.gsslrt .list-wrap .gsslmore a{
	display:block;
	width:100%;
	height:100%;
}
.gsslrt .list-wrap h4{
	width:100%;
	overflow:hidden;
	font-size:35px;
	line-height:45px;
	color:#fff;
	text-align:right;
	margin-bottom:22px;
	}
.gsslrt .list-wrap p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
	text-align:right;
	}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	padding-top:50px;
	margin-bottom:106px;
	position:relative;
	}
.protit .tit{
	width:70%;
	overflow:hidden;
	background:url(../images/proen.png) no-repeat left top;
	padding-top:70px;
	}
.protit .more{
	width: 200px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    border: solid 1px #c3c3c3;
    border-radius: 5px;
    text-align: left;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	margin-top:98px;
}
.protit .more a{
	font-size:16px;
	color:#c3c3c3;
	display:block;
    padding-left: 46px;
    background: url(../images/icon4.png) no-repeat 81% center;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.protit .more:hover{
    border: solid 1px #b7131b;
	}
.protit .more a:hover{
	background:#b7131b url(../images/iconh4.png) no-repeat 81% center;
	border:solid 1px #b7131b;
	color:#fff;
	}
.pronr{
	width:100%;
	/*overflow:hidden;*/
	margin-top:59px;
	position:relative;
	}
.pronr .swiper-slide{
	padding:0 10px;
	transform: scale(0.8);
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.pronr .swiper-slide-active,.pronr .swiper-slide-duplicate-active{
	transform: scale(1);
	}
.pronr .swiper-slide dl,.pronr .swiper-slide dl dt,.pronr .swiper-slide dl dd{
	width:100%;
	overflow:hidden;
	}
.pronr .swiper-slide dl dt{
	border-radius:20px;
	background:#fafafa;
	position:relative;
	opacity:0.5;
	}
.pronr .swiper-slide dl dt:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(247,241,241,0.5);
	z-index:9;
	opacity:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.pronr .swiper-slide dl dt:after{
	content:"";
	width:118px;
	height:118px;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	background:rgba(183,19,27,0.8) url(../images/icon11.png) no-repeat center;
	border-radius:50%;
	z-index:10;
	opacity:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.pronr .swiper-slide dl dt img{
	width:100%;
	height:auto;
	}
.pronr .swiper-container .swiper-slide.swiper-slide-active dl dt{
	opacity:1;
}
.pronr .swiper-container .swiper-slide.swiper-slide-active dl:hover dt:before,.pronr .swiper-container .swiper-slide.swiper-slide-active dl:hover dt:after{
	opacity:1;
	}
.pronr .swiper-slide dl dd{
font-size: 20px;
    color: #2b2b2b;
    line-height: 30px;
    
    opacity: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    text-align: center;
	}
.pronr .swiper-slide:hover dl dd{
	opacity:1;
	}
.pronr .swiper-slide:hover dl dt:before{
	display:none;
	}
.pro .swiper-button .swiper-button-prev,.pro .swiper-button .swiper-button-next{
	width:21px;
	height:7px;
	outline:none;
	}
.pronr .swiper-button{
	width:200px;
	overflow:hidden;
	text-align:center;
	position:absolute;
	bottom:0;
	z-index:99;
	left:50%;
	margin-left:-83px;
        bottom: -50px;
}
.pronr .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	float:left;
	}
.pro .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	float:right;
	}
.pronr .swiper-pagination{
	width:146px;
	overflow:hidden;
	text-align:center;
	float:left;
}
.pronr .swiper-pagination span{
	width:8px;
	height:8px;
	background:#c3c3c3;
	border-radius:50%;
	display:inline-block;
	margin:0 9px;
}
.pronr .swiper-pagination span.swiper-pagination-bullet-active{
	background:#b7131b;
}

/* case
-------------------------------------------------------------- */
.case{
	padding-top:95px;
	padding-bottom:60px;
	background:#f5f7f9;
}
.case,.casenr{
	width:100%;
	overflow:hidden;
}
.casenr{
	margin-top:50px;
	position:relative;
}
.casenr .swiper-container{
	width:138%;
	margin-left: -19%;
}
.caseimg,.casems,.casejs{
	width:100%;
	overflow:hidden;
}
.caseimg{
	position:relative;
}
.caseimg img{
	width:100%;
	height:auto;
}
.casenr .casebg{
	width:100%;
	height:53%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	/*background: -webkit-linear-gradient(bottom, #c8161e, rgba(1,72,69,0));
    background: -o-linear-gradient(top, #c8161e, rgba(1,72,69,0));
    background: -moz-linear-gradient(top, #c8161e, rgba(1,72,69,0));
    background: linear-gradient(to top, #c8161e, rgba(1,72,69,0));
*/	border-radius:0 0 10px 10px;
	display:none;
}
.casems{
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	padding:0 80px;
	position:absolute;
	left:0;
	bottom:74px;
	z-index:9;
	display:none;
}
.casems h5{
	width:65%;
	overflow:hidden;
	font-size:35px;
	color:#fff;
	line-height:45px;
	font-weight:normal;
}
.casejs{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	margin-top:40px;
}
.casejs .casejslf{
	width:65%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.casems .more{
	width:auto;
}
.casenr .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	opacity:0.4;
}
.casenr .swiper-slide-active{
	opacity:1;
}
.casenr .swiper-slide-active .casebg{
	display:block;
}
.casenr .swiper-slide-active .casems{
	display:none;
}
.casenr .swiper-button-prev,.casenr .swiper-button-next{
	position:absolute;
	top:50%;
	margin-top:-39px;
	width:78px;
	height:78px;
	border:solid 2px #c8161e;
	border-radius:50%;
	z-index:99;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.casenr .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:10.3%;
}
.casenr .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:10.3%;
}
.casenr .swiper-button-prev:hover{
	background:#c8161e url(../images/prevh2.png) no-repeat center;
}
.casenr .swiper-button-next:hover{
	background:#c8161e url(../images/nexth2.png) no-repeat center;
}

/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	padding-bottom:108px;
    background: #fff;
	}
.newsnr{
	overflow:hidden;
	margin-top:140px;
	}
.newsmenu{
	overflow:hidden;
	text-align:right;
}
.newsmenu ul{
	overflow:hidden;
	display:inline-block;
}
.newsmenu ul li{
	width: 200px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    float: left;
    border: solid 1px #c3c3c3;
    border-radius: 5px;
    text-align: center;
    /* padding-left: 46px; */
    margin-left: 18px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newsmenu ul li .on {
    	background:#b7131b  no-repeat 81% center;color: #fff;
   
    
}
.newsmenu ul li a{
	font-size:16px;
	color:#c3c3c3;
	display:block;
}
.newsmenu ul li:hover{
	background:#b7131b  no-repeat 81% center;
	border:solid 1px #b7131b;
}
.newsmenu ul li:hover a{
	color:#fff;
}
.news .newslist {
	width:100%;
	overflow:hidden;
	margin-top:42px;
}
.newslist .news_nr{
	width:31.33333333%;
	height:280px;
	overflow:hidden;
	margin:10px 1%;
	float:left;
	background:#f4f4f4;
	padding:50px 20px 0 20px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.news_nr .newsdate{
	padding:0;
	}
.news_nr .newsdate .newsyear,.news_nr .newsdate .newsday{
	width:100%;
	overflow:hidden;
	text-align:right;
	}
.news_nr .newsdate .newsyear{
	font-size:18px;
	color:#333;
	font-family:Arial;
	line-height:22px;
	}
.news_nr .newsdate .newsday{
	font-size:30px;
	color:#000;
	font-family:Arial;
	font-weight:bold;
	line-height:35px;
	}
.news_nr .newsrt{
	padding:0 0 0 30px;
	}
.news_nr .newsrt h4{
	width:100%;
	overflow:hidden;
	color:#333;
	font-size:24px;
	line-height:30px;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.news_nr .newsrt p{
	width:100%;
	overflow:hidden;
	color:#adadad;
	margin-top:8px;
	}
.news_nr .newsmore{
	overflow:hidden;
	font-size:16px;
	letter-spacing:3px;
	position:relative;
	margin-top:106px;
	}
.news_nr .newsmore:after{
	content:"";
	width:72px;
	height:4px;
	background:rgba(200,22,30,0.6);
	position:absolute;
	left:0;
	bottom:3px;
	}
.newslist .news_nr:hover{
	background:#c8161e;
	}
.news_nr:hover .newsdate .newsyear,.news_nr:hover .newsdate .newsday,.news_nr:hover .newsrt h4,.news_nr:hover .newsrt p,.news_nr:hover .newsmore{
	color:#fff;
	}
.news_nr:hover .newsmore:after{
	background:rgba(255,255,255,0.6);
	}
	/* message
-------------------------------------------------------------- */
.message{
	width:100%;
	overflow:hidden;
	background:#f4f4f4;
	padding-top:68px;
	padding-bottom:111px;
	position:relative;
}
.message .messageimg{
	width:42.7%;
	height:750px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
}
.message .messageimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.messagert{
	width:53.3%;
	overflow:hidden;
}
.messagert .tit h3{
	text-align:left;
}
.titjs{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	color:#3a3a3a;
	line-height:32px;
	margin-top:16px;
}
.messagenr{
	margin-top:52px;
}
.messagenr,.messagenr ul{
	width:100%;
	overflow:hidden;
}
.messagenr > ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.messagenr > ul > li{
	width:45%;
	overflow:hidden;
	margin-bottom:45px;
	position:relative;
}
.messagenr > ul > li input{
	width:100%;
	height:42px;
	line-height:42px;
	background:none;
	font-size:18px;
	color:#fff;
	border-bottom:solid 1px #d8d8d8;
}
.messagenr ul li:last-child{
	width:100%;
}
.messagenr ul li textarea{
	width:100%;
	height:42px;
	line-height:42px;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	background:none;
	border-bottom:solid 1px #d8d8d8;
}
.messagert .tjyzm{
	width:44%;
	overflow:hidden;
	color:#3a3a3a;
}
.messagert .tjyzm input{
	height:45px;
	line-height:45px;
	font-size:18px;
	color:#3a3a3a;
	background:none;
	border-bottom:solid 1px #d8d8d8;
}
.messagert .tjbtn{
	width:54%;
	overflow:hidden;
}
.messagert .tjbtn button{
	width:100%;
	overflow:hidden;
	line-height:45px;
	background:#b7131b;
	font-size:15px;
	color:#fff;
	text-align:center;
	border-radius:10px;
}
.messagert .tit h3,.messagert .tit h3 a,.messagert .titjs{
	color:#2b2b2b;
}
.messagert .titjs{
	text-align:left;
}
.messagert input::placeholder,
.messagert textarea::placeholder {
    color: #3f3f3f; /* 或者使用其他颜色代码 */
}
 
.messagert input::-webkit-input-placeholder {
    color: #3f3f3f; /* 或者使用其他颜色代码 */
}
.messagert input::-moz-placeholder { /* Firefox 19+ */
    color: #3f3f3f; /* 或者使用其他颜色代码 */
}
.messagert input:-ms-input-placeholder { /* IE 10+ */
    color: #3f3f3f; /* 或者使用其他颜色代码 */
}

.message_n .tjyzm_n{
	width:44%;
	overflow:hidden;
}
.message_n .tjyzm_n input{
	height:45px;
	line-height:45px;
	font-size:18px;
	background:none;
	border-bottom:solid 1px #d8d8d8;
}
.message_n .tjbtn_n{
	width:54%;
	overflow:hidden;
}
.message_n .tjbtn_n button{
	width:100%;
	overflow:hidden;
	line-height:45px;
	background:#ff6415;
	font-size:15px;
	color:#fff;
	text-align:center;
	border-radius:10px;
}
.message_n ul li input,.message_n ul li textarea{
	color: #666;
}
.message_n input::placeholder,
.message_n textarea::placeholder {
    color: #666; /* 或者使用其他颜色代码 */
}
 
.message_n input::-webkit-input-placeholder {
    color: #666; /* 或者使用其他颜色代码 */
}
.message_n input::-moz-placeholder { /* Firefox 19+ */
    color: #666; /* 或者使用其他颜色代码 */
}
.message_n input:-ms-input-placeholder { /* IE 10+ */
    color: #666; /* 或者使用其他颜色代码 */
}

/* link
-------------------------------------------------------------- */
.link{
	font-size:16px;
	color:#a8a8a8;
	line-height:30px;
	padding-top:15px;
	position:relative;
	}
.link:before{
	content:"LINK";
	color:rgba(220,220,220,0.3);
	font-size:52px;
	font-family:Arial;
	font-weight:bold;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	}
.link span{
	color:#b7131b;
	font-size:16px;
	}
.link a{
	font-size:16px;
	color:#a8a8a8;
	margin-right:10px;
	}
.linkrq{
	width:100%;
	overflow:hidden;
	margin-bottom:27px;
	}
	
.statistics-section {
    padding: 50px 0 40px;
    background: #ffffff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
overflow: hidden;
    width: 100%;
}
.statistics-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.stat-item {
    padding: 0 15px;
    margin-bottom: 20px;
}
.stat-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px 20px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}
.stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(240, 40, 48, 0.12);
    border-color: rgba(240, 40, 48, 0.2);
    background: #ffffff;
}
.stat-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #F02830, #FF5E14);
    transition: width 0.4s ease;
}
.stat-box:hover::before {
    width: 60%;
}
.stat-number {
    font-size: 48px;
    font-weight: 800;
    color: #F02830;
    line-height: 1.1;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
}
.stat-number span {
    font-size: 28px;
    font-weight: 700;
    color: #FF5E14;
    margin-left: 2px;
}
.stat-label {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.stat-desc {
    font-size: 13px;
    color: #888;
    font-weight: 400;
    line-height: 1.4;
}
@media (max-width: 991px) {
   .stat-number {
        font-size: 38px;
    }
    .stat-number span {
        font-size: 22px;
    }
    .stat-box {
        padding: 25px 15px 20px;
    }
}
@media (max-width: 767px) {
    .statistics-section {
        padding: 30px 0 20px;
    }
    .stat-item {
        padding: 0 8px;
        margin-bottom: 15px;
    }
    .stat-number {
        font-size: 32px;
    }
    .stat-number span {
        font-size: 18px;
    }
    .stat-label {
        font-size: 13px;
    }
    .stat-desc {
        font-size: 11px;
    }
    .stat-box {
        padding: 18px 10px 15px;
        border-radius: 8px;
    }
}
@media (max-width: 480px) {
    .stat-number {
        font-size: 28px;
    }
    .stat-number span {
        font-size: 16px;
    }
    .stat-label {
        font-size: 11px;
        letter-spacing: 0;
    }
    .stat-desc {
        display: none;
    }
    .stat-box {
        padding: 14px 8px 12px;
    }
}

/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#282828;
    padding-top:50px;
	padding-bottom:82px;
}
.footer .footernr{
	
	padding-top:30px;
}
.footernr .footerlf{
	width:72%;
	overflow:hidden;
}
.footernr .footerlf ul{
	width:100%;
	overflow:hidden;
}
.footernr .footerlf ul li{
	width:20%;
	overflow:hidden;
	float:left;
}
.footernr .footerlf ul li:nth-child(4) {
	width:40%;
}
.footernr .footerlf ul li h4,.footernr .footerlf ul li p{
	width:100%;
	overflow:hidden;
	line-height:30px;
}
.footernr .footerlf ul li h4,.footernr .footerlf ul li h4 a{
	font-size:18px;
	  color: #b9b9b9;
}
.footernr .footerlf ul li h4{
	padding-bottom:16px;
}
.footernr .footerlf ul li p,.footernr .footerlf ul li p a{
	font-size:16px;
	color:#7a7a7a;
}
.footernr .footerlf ul li p{
	margin-top:10px;
	    white-space: nowrap;
    text-overflow: ellipsis;
}
.footernr .footerlf ul li p a:hover{
	color:#b7131b;
}
.footer .footerrt{
	width:28%;
	overflow:hidden;
	border-left:solid 1px #dcdcdc;
	padding-left:94px;
    text-align: center;
}
.footer .footerrt h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#b9b9b9;
	line-height:30px;
	padding-bottom:16px;
}
.footer .footerrt h4 a{
	font-size:18px;
	color:#252525;
}
.footer .footerrt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#7a7a7a;
	margin-top:14px;
}
.footer .footerrt p a{
	font-size:16px;
	color:#7a7a7a;
}
.bot{
	width:100%;
	overflow:hidden;
	background:#2b2b2b;
	}
.bot .botnr{
	font-size:15px;
	color:#131313;
	line-height:30px;
	padding:21px 0;
    background: #2b2b2b;
}
.botnr .botlf,.botnr .botrt{
	overflow:hidden;
	font-size:15px;
	color:#b9b9b9;
	line-height:30px;
}
.botnr .botlf{
	width:70%;
	overflow:hidden;
}
.botnr .botrt{
	width:30%;
	overflow:hidden;
	text-align:right;
}
.bot a{
	font-size:15px;
	color:#131313;
}

/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:300px;
	overflow:hidden;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
	margin-top:100px;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:250px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:220px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:200px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:200px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:294px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:228px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:190px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:160px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #d3d3d3;
}
.positionnr{
	line-height:30px;
	font-size:16px;
	color:#000;
	}
.position a:nth-child(1) {
	color: #2b2b2b;
	transition: all 0.8s ease;
}
.positionlf{
	
        padding: 10px 0;
	}
.position a {
	transition: all 0.8s ease;
	font-size:16px;
	color:#000;
}

.position a:hover {
	color: #b7131b;
}
/* nmenu
-------------------------------------------------------------- */
.nmenu{
	width:70%;
	overflow:hidden;
	text-align:left;
	}
.nmenu ul{
	overflow:hidden;
	/*display:inline-block;
	*/}
.nmenu ul li{
	overflow: hidden;
    float: left;
    line-height: 30px;
    margin-right: 0;
    position: relative;
    padding: 10px 15px;
   
	}
.nmenu ul .on { background: #b7131b;}
.nmenu ul  .on a{color:#fff;}
.nmenu ul .on:hover a{
	color:#fff;
	}
.nmenu ul li:after{
	content:"";
	width:0;
	height:2px;
	background:#b7131b;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nmenu ul li a{
	font-size:18px;
	color:#2b2b2b;
	}
.nmenu ul li:hover:after,.nmenu ul li.active:after{
	width:100%;
	}
.nmenu ul li:hover a{
	color:#b7131b;
	}
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#b7131b;
	line-height:45px;
	}
.ntit p{
	width:100%;
	overflow:hidden;
	font-size: 22px;
    color: #b7131b;
	line-height:32px;
	font-weight:bold;
	}
/* nabout
-------------------------------------------------------------- */
.about_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.aboutnr_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#1c1c1c;
	line-height:30px;
    padding-top: 50px;
	
	}
.abo {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    padding-top: 50px;
    line-height: 34px;
}
.aboutnr_n .abo_left img {width:500px;}
.abo_left {float: left;
    box-sizing: border-box;
    padding-right: 25px;}
.abo_right {
    box-sizing: border-box;
    padding-top: 50px;font-size:16px;
}
.aboutnr_n p{

	font-size:18px;
	color:#1c1c1c;
	line-height:40px;    text-indent: 2em;
	}
.aboutnr_n img{
	width:100%;
	height:auto;
	}
.about_n .aboutlist{
	margin-top:40px;
	}
.video{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:50px;
}
.video iframe{
	width:100%;
	height:600px;
}
.video video{
	width:100%;
	height:auto;
}

.about-li {padding-top: 50px;}
.culture {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.culture .swiper-slide {width: 33.3%;}
.culture h3 {font-size: 30px; color: #2b2b2b;padding-bottom: 40px;text-align: center;}

.culture ul li {
	position: relative;
	float: left;
	width: 33.33%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

.culture-li {
	position: relative;
}

.culture ul li:before,
.culture-li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.culture ul li .img,
.culture-li .img {
	width: 100%;
	overflow: hidden;
}

.culture ul li .img img,
.culture-li .img img {
	width: 100%;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.culture ul li:hover .img img,
.culture-li:hover .img img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.culture ul li .txt,
.culture-li .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	max-width: 320px;
	width: 100%;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.culture ul li .txt .t1,
.culture-li .txt .t1 {
	color: #ffffff;
	font-size: 32px;
}

.culture ul li .txt .t2,
.culture-li .txt .t2 {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.7;
}

.culture ul li .txt i,
.culture-li .txt i {
	display: block;
	margin: 20px auto;
	width: 40px;
	height: 1px;
	background: #ffffff;
}
/* aboutlist
-------------------------------------------------------------- */
.aboutzs{
	height:190px;
	overflow:hidden;
	background:#b7131b;
	padding-top:54px;
	border-radius:10px;
	position: relative;
    z-index: 9;
}
.aboutzs .brandwave{
	position:absolute;
	left:0;
	bottom:0;
	z-index:-1;
	}
.aboutzs ul{
	width:100%;
	overflow:hidden;
}
.aboutzs ul li{
	overflow:hidden;
	padding:0;
	text-align:center;
	position:relative;
}
.aboutzs ul li:after{
	content:"";
	width:1px;
	height:78px;
	background:rgba(255,255,255,0.4);
	position:absolute;
	top:6px;
	right:0;
	}
.aboutzs ul li:last-child:after{
	display:none;
	}
.aboutzs ul li dl{
	display:inline-block;
	text-align:left;
}
.aboutzs ul li dl dt,.aboutzs ul li dl dd{
	width:100%;

}
.aboutzs ul li dl dt{
	font-size:16px;
	color:#fff;
	font-weight:normal;
	line-height:65px;
	}
.aboutzs ul li dl dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.aboutzs ul li dl dt .counter{
	color:#fff;
	font-size:65px;
	line-height:65px;
	font-weight:bold;
}
.aboutzs ul li dl dt i{
	font-size:20px;
	color:#fff;
	font-weight:bold;
}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	width:18%;
	overflow:hidden;
	margin-top:30px;
	text-align:center;
	padding-top:286px;
}
.menu_n ul,.menu_n ul li{
	width:100%;
	overflow:hidden;
}
.menu_n ul li{
	text-align:center;
	line-height:30px;
	margin:20px 0;
	position:relative;
}
.menu_n ul li:after{
	content:"";
	width:30px;
	height:1px;
	background:#b50b1e;
	position:absolute;
	right:70px;
	top:14.5px;
	opacity:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.menu_n ul li a{
	font-size:22px;
	color:#565656;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#b21e23;
}
.menu_n ul li:hover:after{
	opacity:1;
	}
.menu_n ul li:hover a{
	color:#fff;
	}

/* honor
-------------------------------------------------------------- */
.honor{
	padding-top:208px;
	padding-bottom:200px;
	}
.honor,.honornr{
	width:100%;
	overflow:hidden;
	}
.honornr{
	padding-bottom:100px;
	}
.honorimg{
	width:100%;
	overflow:hidden;
	}
.honornr{
	margin-top:40px;
	}
.honornr .swiper-slide{
	padding:0 20px;
	text-align:center;
	}
.honornr .swiper-button{
	overflow:hidden;
	text-align:center;
	margin-top:44px;
	}
.honornr .swiper-button div{
	width:56px;
	height:56px;
	border:solid 1px #fff;
	border-radius:50%;
	display:inline-block;
	margin:0 27px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.honornr .swiper-button-prev{
	background:url(../images/prev5.png) no-repeat center;
	}
.honornr .swiper-button-next{
	background:url(../images/next5.png) no-repeat center;
	}
.honornr .swiper-button div:hover{
	background-color:#b50b1e;
	border:solid 1px #b50b1e;
	}
/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:60px;
	margin-bottom:60px;
	}
.nproimg {
            padding: 0 15px;
            margin-bottom: 1.5rem;
        }
        .gallery-wrapper {
            background: #f9f9f9;
            border-radius: 18px;
            padding: 1.2rem 1.2rem 0.8rem;
            box-shadow: inset 0 2px 6px rgba(0,0,0,0.02), 0 6px 12px rgba(0,20,40,0.04);
        }
        .main-image {
            position: relative;
            width: 100%;
            border-radius: 16px;
            overflow: hidden;
            aspect-ratio: 1 / 1;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.2s;
            margin-bottom: 1rem;
      
        }
        .main-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
            padding: 0.5rem;
            transition: transform 0.25s ease;
        }
        .main-image img:hover {
            transform: scale(1.01);
        }
        .thumb-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: flex-start;
            padding: 0.2rem 0 0.4rem;
        }
        .thumb-item {
            flex: 0 0 calc(25% - 8px);
            min-width: 60px;
            max-width: 90px;
            aspect-ratio: 1 / 1;
            border-radius: 14px;
            overflow: hidden;
            cursor: pointer;
            border: 2px solid transparent;
            background: #f0f4fa;
            transition: all 0.2s ease;
            box-shadow: 0 2px 6px rgba(0,0,0,0.02);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .thumb-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .thumb-item.active {
             border-color: #b7131b;
            transform: scale(1.02);
        }
        .thumb-item:hover:not(.active) {
            border-color: #b7131b;
            transform: scale(1.01);
        }

.pro_search{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	margin-bottom:30px;
}
.pro_search input{
	width:260px;
	height:40px;
	line-height:40px;
	border:solid 1px #d3d3d3;
	font-size:16px;
	color:#333;
	padding:0 5px;
}
.pro_search button{
	width: 80px;
    height: 40px;
	line-height:40px;
	font-size:16px;
	color:#fff;
	text-align:center;
	background:#b7131b;
}
.npro .npronr{
	width:100%;
	overflow:hidden;
	margin-top:0;
	}
.npronr dl{
	width:32%;
	overflow:hidden;
	float:left;
	margin:15px 2% 15px 0;
	background:#f4f4f4;
	padding:30px;
	border:solid 2px #f4f4f4;
	}
.npronr dl dt,.npronr dl dd{
	width:100%;
	overflow:hidden;
	}
.npronr dl dt{
	text-align:center;
	position:relative;
	height:395px;
	}
.npronr dl dt img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.npronr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.npronr dl:nth-child(3n){
	margin-right:0;
	}
.npronr dl dd{
	padding-top:30px;
	}
.npronr dl dd h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#2a2a2a;
	font-size:20px;
	line-height:30px;
	margin:0;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.npronr dl dd h4 span{
	font-size:20px;
}
.npronr dl dd .pronum{
display:none;	width:100%;
	overflow:hidden;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.npronr dl dd .promore{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.npronr dl dd .promore .promorenr{
	width:215px;
	height:40px;
	margin:auto;
	background:url(../images/btn.jpg) no-repeat center;
	transition: all .5s ease;
	}
.npronr dl dd .promore .promorenr .promorelf,.npronr dl dd .promore .promorenr .promorert{
	width:50%;
	overflow:hidden;
	text-align:center;
	line-height:40px;
	font-size:16px;
	}
.npronr dl dd .promore .promorenr .promorelf{
	color:#fff;
	}
.npronr dl dd .promore .promorenr .promorert{
	color:#2a2a2a;
	}
.npronr dl:hover{
	border:solid 2px #b7131b;
}
.nprojs h1{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#1f1f1f;
	line-height:36px;
	font-weight:normal;
	border-bottom:solid 1px #eaeaea;
	padding-bottom:24px;
}
.npronr .nproimg{
	overflow:hidden;
	padding:0;
	}
.npronr .nproimg img{
	max-width:100%;
	height:auto;
	}
.nprojs{
	overflow:hidden;
	padding:0 0 0 40px;
}
.nlxfs{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.nlxfs a{
	display:block;
	width:160px;
	height:50px;
	text-align:center;
	font-size:16px;
	color:#b7131b;
	line-height:50px;
	border:solid 2px #b7131b;
	border-radius:25px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.nlxfs a:hover{
	background:#b7131b;
	color:#fff;
}
.npronr .nprojs .nprossxh{
	width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #343434;
    margin-top: 20px;
	}
.npronr .nproms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	margin-top:20px;
	line-height:26px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
	font-size:18px;
	line-height:40px;
	background:#f0f0f0;
	margin-top:40px;
	padding:0 20px;
	color:#000;
}
.nprofbnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:30px;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}
	

/* news
-------------------------------------------------------------- */
.nnews{
	margin-top:60px;
	margin-bottom:60px;
	}
.nnews .nnewsitem{
	width:31.33333333%;
	overflow:hidden;
	margin:15px 1%;
	float:left;
	}
.nnewsitem .one{
	width:100%;
	overflow:hidden;
	position:relative;
	height:306px;
	}
.nnewsitem .one img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.nnewsitem:hover .one img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnewsitem .two{
	width:100%;
	overflow:hidden;
	padding:20px;
	background:#f6f6f6;
	position:relative;
	z-index:1;
	}
.nnewsitem .two:before{
	content:"";
    display: inline-block;
    background: linear-gradient(124deg,#b7131b,#b7131b);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    -webkit-transition: all .6s;
    transition: all .6s;
	z-index:-1;
	}
.nnewsitem .two p{
	width:100%;
	overflow:hidden;
	}
.nnewsitem .two p:nth-child(1){
	color: #979696;
	font-family:Arial;
    font-size: 16px;
	line-height:30px;
	-webkit-transition: all .6s;
    transition: all .6s;
	}
.nnewsitem .two p:nth-child(2){
	color: #000;
    font-size: 18px;
	line-height:30px;
	margin-top:10px;
	-webkit-transition: all .6s;
    transition: all .6s;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.nnewsitem .two p:nth-child(3){
	color: #717171;
	line-height:30px;
	height:60px;
	margin-top:10px;
	-webkit-transition: all .6s;
    transition: all .6s;
	}
.nnewsitem .two .nnewsbtn{
	width: 153px;
    height: 36px;
    background: #fff;
	-webkit-box-shadow: 0 0 22px 0 rgba(40,11,45,0);
    box-shadow: 0 0 22px 0 rgba(40,11,45,0);
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    margin: 20px 0;
	padding:0;
    color: #8a8a8a;
    font-size: 14px;
	-webkit-transition: all .6s;
    transition: all .6s;
	}
.nnewsitem .two .nnewsbtn span{
	text-align: center;
    line-height: 36px;
    margin: 20px 0;
    color: #8a8a8a;
	}
.nnewsitem .two .nnewsbtn i{
	margin-left:10px;
	-webkit-transition: all .6s;
    transition: all .6s;
	}
.nnewsitem:hover .two:before{
	bottom:0;
	}
.nnewsitem:hover .two p{
	color:#fff;
	}
.nnewsitem .two .nnewsbtn:hover i{
	margin-left:20px;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #333;
	font-weight:bold;
    text-align: center;
    margin: 0 0 16px 0;
	line-height:40px;
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* nhzkh
-------------------------------------------------------------- */
.nhzkh{
	margin-top:40px;
	margin-bottom:60px;
}
.nhzkhnr,.nhzkhnr ul,.nhzkhnr ul li{
	width:100%;
	overflow:hidden;
}
.nhzkhnr h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	line-height:40px;
	color: #b7131b;
	margin-top:40px;
}
.nhzkhnr ul li{
	font-size:24px;
	color:#141414;
	line-height:34px;
	border-bottom:solid 1px #eeeeee;
	padding:23px 0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.nhzkhnr ul li:hover{
	color:#b7131b;
	border-bottom:solid 1px #b7131b;
}
/* nhonor
-------------------------------------------------------------- */
.nhonor,.nsb{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhonornr,.nsbnr{
	width:100%;
	overflow:hidden;
}
.nhonornr ul,.nsbnr ul{
	width:100%;
	overflow:hidden;
	margin:0;
	}
.nhonornr ul li{
    border: 5px solid #b3b3b3;	width:23%;
	overflow:hidden;
	float:left;
	margin:20px 1%;
	text-align:center;
	position:relative;
	height:auto;
	}
.nhonornr ul .zs {height:auto;}
.nhonornr ul li img,.nsbnr ul li img{
	position: initial;
    top: 50%;
    left: 50%;
    transform: translate(0%, 0%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.nhonornr ul li:hover img,.nsbnr ul li:hover img{
	transform:translate(0%, 0%) scale(1.1);
	}
/* nsb
-------------------------------------------------------------- */
.nsbnr ul li{
	width:23%;
	overflow:hidden;
	float:left;
	margin:20px 1%;
	text-align:center;
	position:relative;
	height:247px;
	}
/* nzsjm
-------------------------------------------------------------- */
.nzsjm {
	width:100%;
	overflow:hidden;
	margin-top:60px;
	color:#fff;
	font-size:16px;
	line-height:30px;
}
.nzsjm p{
	overflow:hidden;
	color:#fff;
	font-size:16px;
	line-height:30px;
}
.nzsjm img{
	max-width:100%;
	height:auto;
}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
}
.ncontact .ncontactnr{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d1d1d1;
	font-size:18px;
	color:#333;
	line-height:35px;
	padding:40px 0 0 0;
	margin-top:28px;
	}
.ncontact .ncontactnr .ncontactlf{
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:35px;
	padding:0;
	}
.newm{
	overflow:hidden;
	padding:0;
	}
.newm dl{
	overflow:hidden;
	float:right;
	}
.newm dl dt,.newm dl dd{
	overflow:hidden;
	text-align:center;
	}
.newm dl dt img{
	max-width:100%;
	height:auto;
	border: solid 1px #ccc;
}
.newm dl dd{
	font-size:16px;
	color:#333;
	line-height:32px;
	}
.ncontact .ncontactnr p,.ncontact .ncontactnr .ncontactlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:35px;
	}
.ncontact .ncontactnr p a,.ncontact .ncontactnr p span,.ncontact .ncontactnr p strong{
	font-size:16px;
	color:#333;
	}


/*download--------------------------*/

.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}
.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.relative {
    position: relative;
}
.vertical-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flex-center {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    justify-content: center;
}

.ndown{
	margin-top:60px;
	margin-bottom:158px;
	}
.ndownnr {
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:50px;
	}
.ndownnr  p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;text-indent: 2em; 
	}
.ndown .downlist ul li{
	background: #f4f4f4;
}
.ndown .downlist ul li:hover{
	background:#c30b0b url(../images/d.jpg) no-repeat 98% 90%;
}
.downimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:50px;
	}
.downimg_n img{
	width:100%;
	height:auto;
	}
.ndownnr .sep-pdf-grid {
	margin: 0 -50px
}
.ndownnr .sep-pdf-grid .item {
	padding: 0 50px;
	margin-bottom: 50px
}
.ndownnr .sep-pdf-grid .item .box {
	height: 240px;
	border: 1px solid rgba(8,144,64,0.1);
	border-radius: 10px;
	margin-left: 60px;
	padding-top: 55px;
	padding-left: 98px;
	padding-right: 43px
}
.ndownnr .sep-pdf-grid .item .box .iconx {
	position: absolute;
	left: -60px
}
.ndownnr .sep-pdf-grid .item .box .iconx:hover {
	opacity: .6
}
.ndownnr .sep-pdf-grid .item .box .iconx i {
	width: 120px;
	height: 120px;
	background: rgba(200,22,30,0.7);
	border-radius: 50%;
	color: #fff;
	font-size: 46px
}
.ndownnr .sep-pdf-grid .item .box .title {
	color: #333;
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 2%
}
.ndownnr .sep-pdf-grid .item .box .title:hover {
	color: #c30b0b
}
.ndownnr .sep-pdf-grid .item .box .view {
	color: #666;
	font-size: 16px
}
.ndownnr .sep-pdf-grid .item .box .view:hover {
	color: #c30b0b
}
.ndownnr .sep-pdf-grid .item .box .view:hover i {
	color: #c30b0b
}
.ndownnr .sep-pdf-grid .item .box .view i {
	color: rgba(153,153,153,0.6);
	font-size: 20px;
	margin-right: 10px
}
.ndownnr .sep-pdf-grid .item .box .download {
	position: absolute;
	right: 43px;
	bottom: 36px
}
.ndownnr .sep-pdf-grid .item .box .download:hover {
	opacity: .7
}
.ndownnr .sep-pdf-grid .item .box .download .icon {
	width: 50px;
	height: 50px;
	background: #c8161e;
	border-radius: 50%;
	color: #c30b0b;
	font-size: 24px
}


/* nmessage
-------------------------------------------------------------- */
.nmessage{
	margin-top:80px;
	margin-bottom:80px;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(1) dd input{
	background:#fff url(../images/icon16.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon17.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3) dd input{
	background:#fff url(../images/icon18.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(4) dd input{
	background:#fff url(../images/icon19.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(5){
	width:100%;
	}
.nmessagenr dl:nth-child(5) dd textarea{
	background:#fff url(../images/icon20.png) no-repeat 24px 21.5px;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #b7131b;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	color:#343434;
	}
.btn1 .intxt{
	width:60px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}
.contactrt .btn1{
	color:#fff;
	margin-top:0;
	margin-bottom:20px;
}
/* searchnr
-------------------------------------------------------------- */
.nsearch{
	margin-top:240px;
	margin-bottom:60px;
}
.nsearchnr{
	overflow:hidden;
	margin-bottom:15px;
}
.nsearchnr .card,.card-img-150,.card-body,.card-title,.card-text{
	width:100%;
	overflow:hidden;
}
.card-img-150{
	height:223px;
	position:relative;
}
.card-img-150 img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.nsearchnr .card:hover .card-img-150 img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nsearchlist{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.my-4{
	width: 100%;
    overflow: hidden;
    text-align: center;
}
.search .btn-info{
	background:#064b8a;
	border:solid 1px #064b8a;
}
.card-body h5{
	width:100%;
	overflow:hidden;
	line-height:30px;
	color:#000;
	font-size:16px;
	margin-top:10px;
	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;
}
/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;width:auto;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#b21e23;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1151px) and (min-width: 0px){
.icon2{    padding: 28.5px 0;} .nav,.icon1{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:34px;float:right;margin-right:10px;}
.rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}


@media only screen and (min-width: 1600px) and (max-width: 1600px) {
	.npronr dl dt{
		height:386px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	
	.nsbnr ul li{
		height:218px;
	}
	.npronr dl dt{
		height:341px;
	}
	.nnewsitem .one{
		height:270px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	
	.nsbnr ul li{
		height:206px;
	}
	.npronr dl dt{
		height:318px;
	}
	.nnewsitem .one{
		height:255px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	
	.nsbnr ul li{
		height:194px;
	}
	.npronr dl dt{
		height:296px;
	}
	.nnewsitem .one{
		height:240px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	
	.nsbnr ul li{
		height:174px;
	}
	.npronr dl dt{
		height:260px;
	}
	.nnewsitem .one{
		height:216px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	
	.nsbnr ul li{
		height:155px;
	}
	.npronr dl dt{
		height:224px;
	}
	.nnewsitem .one{
		height:192px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	
	.nsbnr ul li{
		height:150px;
	}
	.npronr dl dt{
		height:215px;
	}
	.nnewsitem .one{
		height:186px;
	}
   
    
}
@media(max-width:640px) {
     .message .messageimg{
		display:none;
	}
	.messagert{
		width:100%;
	}
	.message{
		padding-top: 60px;
		padding-bottom:60px;
	}
	.messagenr {
		margin-top: 30px;
	}
   } 
    
@media(max-width:640px) {

.messagenr > ul > li,.message_n .tjyzm_n,.message_n .tjbtn_n,.messagert .tjyzm,.messagert .tjbtn{
		width:100%;
	}
	.message_n .tjbtn_n,.messagert .tjbtn{
		margin-top:20px;
	}}

@media only screen and (min-width: 860px) and (max-width: 991px) {

	.nsbnr ul li{
		height:177px;
	}
	.npronr dl dt{
		height:319px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	
	.nsbnr ul li{
		height:158px;
	}
	.npronr dl dt{
		height:190px;
	}
	.nnewsitem .one{
		height:220px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
	.npronr dl dt{
		height:226px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	
	.nsbnr ul li{
		height:202px;
	}
	.nnewsitem .one{
		height:375px;
	}
	
}
@media only screen and (min-width: 540px) and (max-width: 640px) {
	.npronr dl dt{
		height:421px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	
	.nsbnr ul li{
		height:171px;
	}
	.nnewsitem .one{
		height:316px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	
	.nsbnr ul li{
		height:134px;
	}
	.npronr dl dt{
		height:322px;
	}
	.nnewsitem .one{
		height:249px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	
.nhonornr ul .zs {
    height: 240px;
}	.nsbnr ul li{
		height:118px;
	}
	.npronr dl dt{
		height:320px;
	}
	.nnewsitem .one{
		height:220px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	
	.nsbnr ul li{
		height:101px;
	}
	.npronr dl dt{
		height:231px;
	}
	.nnewsitem .one{
		height:187px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	
	.nsbnr ul li{
		height:88px;
	}
	.npronr dl dt{
		height:197px;
	}
	.nnewsitem .one{
		height:164px;
	}
}

@media(max-width:1768px) {
	.gsslrt .list-wrap h4 {
		font-size: 30px;
		line-height: 40px;
	}
	.gssllf {
		left: 10%;
	}
	.gssllf .gssllist .classes-item.active:before{
		font-size:90px;
	}
}
@media(max-width:1680px) {
	.nav {
		margin-right: 30px;
	}
	.nav .menu > li a {
		padding: 0 30px;
	}
	.gssllf {
		left: 7.5%;
	}
	.gssllf .gssllist .classes-item.active:before{
		font-size:80px;
	}
	.gssllf .gssllist .classes-item.active{
		font-size:20px;
	}
	.footer .footerrt {
		padding-left: 70px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
	}
	.nav {
		margin-right: 10px;
	}
	.nav .menu > li a {
		padding: 0 25px;
	}
	.cnen {
        margin-right: 10px;
	}
	.protit .tit {
		background-size: 800px;
	}
	.gssllf {
		left: 7%;
	}
	.footer .footerrt {
		padding-left: 50px;
	}
    	.aboutzs ul li dl dt .counter,.aboutzs ul li dl dt i{
		font-size:60px;
		line-height:60px;
	}
}
@media(max-width:1440px) {
	.nav {
		margin-right: 0;
	}
	.nav .menu > li a {
		padding: 0 25px;
	}
	.nhzkhnr ul li {
		font-size: 22px;
		line-height:32px;
	}
	.gsslrt .list-wrap h4 {
		font-size: 26px;
		line-height: 36px;
	}
	.gssllf .gssllist .classes-item.active:before{
		font-size:70px;
	}
	.gssllf .gssllist .classes-item.active{
		font-size:18px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li a {
		padding: 0 10px;
	}
	.protit .tit,.about .tit{
		background-size: 700px;
		padding-top: 60px;
	}
	.tit p {
		font-size: 50px;
		line-height: 50px;
	}
	.tit h3,.tit h3 a{
		font-size: 30px;
		line-height:40px;
		}
	.nhzkhnr ul li {
		font-size: 20px;
		line-height:30px;
	}
	.gsslrt .list-wrap .gsslnr {
		width: 59%;
	}
	.gssllf .gssllist .classes-item.active:before{
		font-size:60px;
	}
}
@media(max-width:1280px) {
	.logo {
		padding: 25px 0;
	}
	.logo img{
		height:50px;
	}
	.icon1{
		margin-right:10px;
	}
	.cnen {
        margin-right: 5px;
    }
    .nav .menu > li a{
        font-size: 16px;
    }
	.gsslrt .list-wrap .gsslnr {
		width: 65%;
	}
	.npronr dl {
		padding: 30px;
	}
    .aboutzs ul li dl dt .counter,.aboutzs ul li dl dt i{
		font-size:55px;
		line-height:55px;
	}
}
@media(max-width:1200px) {
	.nav {
		margin-right: 0;
	}
	.nav .menu > li a {
		padding: 0 10px;
	}
	.icon1{
		margin-right:5px;
	}
	
}
@media(max-width:1152px) {
    .newslist .news_nr {
    width: 100%;
    }
	.nav .menu > li a {
		padding: 0 8px;
	}
	.protit .tit,.about .tit{
		background-size: 600px;
		padding-top: 50px;
	}
	.gssllf {
		width: 27%;
	}
	.gssllf .gssllist .classes-item.active{
		padding: 25px 0 25px 15px;
		background-position:80%;
	}
	.gssllf .gssllist .classes-item.active:before {
		font-size: 50px;
	}
	.footer .footerrt {
		padding-left: 30px;
	}
	.gsslrt .list-wrap .gsslnr {
		width: 75%;
	}
}
@media(max-width:1151px) {
	
}
@media(max-width:1024px) {
	.footer .footerrt {
		padding-left: 20px;
	}
	
}
@media(max-width:1023px) {
	.pro .search{
		display:none;
	}
	.gssllf,.gsslrt{
		width: 100%;
	}
	.gssllf{
		position:inherit;
		left: 0;
	}
	.gssl{
		margin-top:0;
		padding-left:6%;
		padding-right:6%;
	}
	.gssllf .tit{
		width:100%;
		margin-bottom:50px;
	}
	.gsslrt .list-wrap .gsslnr {
		width: 100%;
		padding-left:6%;
		padding-right:6%;
	}
	.gsslrt{
		margin-top:30px;
	}
    .icon2{    padding: 5px 0;} 
}
@media(max-width:991px) {
	.header{
		height:60px;
            padding: 0 0.5%;
	}
	.logo{
		padding-top:13px;
	}
	.logo img{
		height:34px;
	}
	.rg{
		padding-top:14px;
	}
	.cnen {
        padding: 19px 0;
	}
	.banner,.banner_n{
		margin-top:60px;
	}
	.protit .tit,.about .tit{
		background-size: 500px;
		padding-top: 40px;
	}
	.banner .swiper-pagination {
		bottom: 10px;
		left: 10px;
	}
	.banner .swiper-pagination .swiper-pagination-bullet-active:after{
		display:none;
	}
	.banner .swiper-pagination .swiper-pagination-bullet-active{
		padding-right:0;
		}
	.tit p {
		font-size: 46px;
		line-height: 46px;
	}
	.newm dl{
		float:left;
		margin-top:10px;
	}
	.gsslrt .list-wrap{
		height:584px;
	}
	.nhonornr ul li,.nsbnr ul li{
		width: 31.3333333333%;
	}
	.nhzkhnr ul li {
		font-size: 18px;
	}
	.npronr dl {
		width: 48%;
		padding: 20px;
	}
	.nprojs {
		padding: 0;
		margin-top:30px;
	}
	.nprojs h1{
		font-size:22px;
		line-height:32px;
	}
	.nlxfs {
		margin-top: 30px;
	}
	.newsnr .newsrt {
		border-left: solid 1px #efefef;
	}
	.newsnr .tit,.newsmenu{
		width:100%;
	}
	.newsmenu{
		text-align:left;
		margin-top:20px;
	}
	.newsmenu ul li{
		margin-left:0;
		margin-right:10px;
	}
	.newsnr .newslf dl dt img{
		max-width:100%;
		height:auto;
	}
	.newsnr .newslf,.newsnr .newsrt{
		height:auto;
	}
	.nnews .nnewsitem{
		width:48%;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.nmenu,.positionlf{
		width:100%;

	}
    .aboutnr .aboutlf{
	width:100%;
}
    .aboutnr {

    gap: 50px;
}
	.about .aboutjs {
		width: 100%;
	}
    
	.aboutlist{
		position:inherit;
		width:100%;
		margin-top:40px;
	}
	.about{
		padding-bottom:0;
		padding-top:100px;
	}
	.aboutnr .more {
		margin-top: 60px;
	}
	.footernr .footerlf{
		width:100%;
	}
	.footer .footerrt{
		width:100%;
		padding-left:0;
		margin-top:20px;
		border-left:none;
	}
	.footer {
		padding-bottom: 50px;
	}
	.footernr .footerlf ul li p{
		display:none;
	}
	.botnr .botlf,.botnr .botrt{
		width:100%;
		text-align:center;
	}
    .aboutzs{
	    padding-top: 10px;	margin-top:0;
	}
	.aboutzs ul li dl dt .counter, .aboutzs ul li dl dt i {
		font-size: 40px;
		line-height: 50px;
	}
	.aboutzs ul li dl dt,.aboutzs ul li dl dd{
		font-size:14px;
	}
}
@media(max-width:860px) {
	.protit .tit,.about .tit{
		background-size: 400px;
		padding-top: 30px;
	}
}
@media(max-width:768px) {
.culture .swiper-wrapper {display: block;}	.nnewsrt h4{
		margin-top:20px;
	}
	.botlf,.botrt{
		text-align:center;
	}
}
@media(max-width:767px) {
    .data-item .num {

    color: #b50b1e;}
    .culture .swiper-slide {
    width: 100%;
}
    .data-item .label {
    color: #b50b1e;
}
    .casenr .casebg {

    background: rgb(0,0,0,0);

}
    
    
     .footernr .footerlf ul li:nth-child(4) {
    width: 90%;
    margin: auto;
    display: block;
    float: inherit;
}

.footernr .footerlf ul li:nth-child(4) {
   
    TEXT-ALIGN:left;
}
.footernr .footerlf ul li:nth-child(4) h4 {display:none;}
.footernr .footerlf ul li:nth-child(4) p {display:block;}
    
    
	.footernr .footerlf ul li {
    width: 33.3%;
    TEXT-ALIGN: CENTER;
}
    
  .nmenu ul li {

    padding: 10px 10px;
}
    
	.protit .tit,.about .tit{
		background:none;
		padding-top:0;
	}
	.tit p {
		font-size: 42px;
		line-height: 42px;
	}
	.tit h3, .tit h3 a {
		font-size: 26px;
		line-height: 36px;
	}
	.protit .tit{
		width:100%;
		}
	.protit .more{
		margin-top:40px;
            display: none;
		float:left;
		}
	.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: 220px;
	}
	.nhonornr ul li,.nsbnr ul li{
		width: 48%;
	}
	.nhzkhnr ul li {
		font-size: 16px;
		line-height:28px;
	}
	.npronr dl dd h4 {
		font-size: 18px;
	}
	.nnews .nnewsitem {
		width: 98%;
	}
	.newsmenu ul li {
		width: 130px;
		
	}
}
@media(max-width:640px) {


.abo {
    padding-top: 20px;

}
.aboutnr_n {

    padding-top: 0;
}

 .cont, .cont1 {
    width: 95%;
}	.banner .swiper-pagination .swiper-pagination-bullet {
		margin: 0 5px;
		font-size: 18px;
	}
	.tit p {
		font-size: 28px;
    line-height: 28px;
	}
	.npronr dl {
		width: 98%;
	}
	.npronr dl dd h4 {
		font-size: 16px;
	}
	.aboutlist ul li {
		width: 33.33333333%;
		margin:5px 0;
	}
	.aboutlist ul li:nth-child(4){
		clear:both;
	}
	.aboutlist {
		padding: 30px 0 30px 0;
	}
	.aboutlist ul li h4 {
		font-size: 16px;
	}
	.aboutlist ul li p{
		font-size:14px;
	}
	.gsslrt .list-wrap{
		height:377px;
	}
	.gsslrt .list-wrap .gsslnr{
		bottom:30px;
	}
	.gsslrt .list-wrap .gsslmore{
		width: 80px;
		height: 80px;
		margin-bottom:40px;
	}
	.gsslrt .list-wrap h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.gssllf .gssllist .classes-item.active{
		background-position:94%;
		padding:15px 0 15px 15px;
	}
	.gssllf .gssllist .classes-item.active:before{
		display:none;
	}
	.gssllf .gssllist .classes-item:after{
		top:40px;
	}
	.newsnr {
		margin-top: 70px;
	}
	.footernr .footerlf ul li h4, .footernr .footerlf ul li h4 a {
		font-size: 16px;
        color: #b9b9b9;
	}
    	.aboutzs ul li dl dt .counter, .aboutzs ul li dl dt i {
		font-size: 35px;
		line-height: 45px;
	}
	.aboutzs ul li dl dt,.aboutzs ul li dl dd{
	    font-size: 12px;
		text-align: center;
	}
	.aboutzs ul li dl dd{
		line-height:22px;
	}
    .aboutnr_n .abo_left img {
    width: 100%;
}
    .abo_left {
    padding-right: 0;
}
}
@media(max-width:500px) {
	.pro_search input {
		width: 160px;
	}
   
    .aboutzs ul li dl dt .counter, .aboutzs ul li dl dt i {
		font-size: 30px;
		line-height: 40px;
	}
}
@media(max-width:425px) {
	.banner .swiper-pagination {
    	bottom: 0;
	}
    	.aboutzs ul li dl dt .counter, .aboutzs ul li dl dt i {
		font-size: 25px;
		line-height: 35px;
	}
	.aboutzs ul li dl dt, .aboutzs ul li dl dd {
		font-size: 10px;
	}
	.aboutzs ul li dl dd{
		line-height:20px;
	}
}
@media(max-width:375px) {
	.aboutlist ul li p{
		font-size:13px;
	}
	.pro_search input {
		width: 120px;
	}
	.pro_search button {
		width: 60px;
	}
}
@media(max-width:320px) {
	.aboutlist ul li p{
		font-size:12px;
	}
}
@media(max-width:319px) {
	.newsmenu ul li {
		width: 110px;
		background-position:94%;
	}
	.gsslrt .list-wrap p {
		font-size: 15px;
		line-height: 25px;
	}
	.pro_search input {
		width: 100px;
	}
}