@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

@font-face
{
	font-family: myThreeFont;
	src: url('../font/BarlowCondensed-SemiBold_mianfeiziti.ttf'),
		 url('../font/BarlowCondensed-SemiBold_mianfeiziti.eot'); /* IE9 */
}

/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","Arial"; color:#333;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}
@media (min-width: 768px){
	:root {
		--bw: 1400;
		--rate: 1px;
	}
}
/* top

-------------------------------------------------------------- */
.header{
	position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 17%;
    height: auto;
    text-align: center;
	padding:34px 0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.top{
	width:100%;
	height:100px;
	overflow:hidden;
	padding-right:36px;
	text-align:right;
	}
.top div{
	overflow:hidden;
	display:inline-block;
	}
.top .language{
	line-height:30px;
	padding:35px 0;
	}
.top .language img{
	margin-right:4px;
	}
.top .mlogo{
	overflow:hidden;
	padding:15px 0;
	display:none;
}
.top .mlogo img{
	height:30px;
}
.language a{
	font-size:16px;
	color:#545454;
	margin-left:20px;
	}
.language a:hover,.language a.cur{
	color:#72af2d;
	}
.logo,.logojs{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.logo img,.logojs img{
	max-width:100%;
	height:auto;
}
.logojs{
	margin-top:30px;
}
.icon1{
	overflow:hidden;
	padding:25px 0;
	margin-left:42px;
}
.header ul,.header ul li{
	width:100%;
	overflow:hidden;
	padding-bottom:6px;
	margin-top:26px;
	}
.header ul{
	padding:0 42px;
	}
.header ul li{
	line-height:30px;
	border-bottom:solid 1px #d6d6d6;
	}
.header ul li a{
	font-size:16px;
	color:#373737;
	font-weight:bold;
	}
.header ul li a:hover,.header ul li.active a{
	color:#72af2d;
}
.small{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); 
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.toggle,#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.icon1,.icon2{
	display:none
}
/**/
#toggleMenu {
  position: absolute;
  width: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  top:0;
  left:0;
  z-index:-1;
  opacity:0;
}
#toggleMenu.active{
	min-height:100vh;
}
#toggleMenu.active{
	z-index:999;
  opacity:1;
}
#toggleMenu nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#toggleMenu nav .logo {
  position: relative;
  font-size: 2em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 15;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#toggleMenu nav .full-width-menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  background: #72af2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  overflow: hidden;
  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
}

#toggleMenu.active nav .full-width-menu {
  opacity: 1;
  visibility: visible;
}

#toggleMenu nav .full-width-menu .cntBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#toggleMenu nav .full-width-menu .cntBox:nth-child(1) {
  width: 80%;
  background: #e85b17;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
}

#toggleMenu.active nav .full-width-menu .cntBox:nth-child(1) {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

#toggleMenu nav .full-width-menu .cntBox:nth-child(2) {
  padding: 0 15px;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #131313;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
}

#toggleMenu.active nav .full-width-menu .cntBox:nth-child(2) {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
  background: -webkit-linear-gradient(top, #1ccc98 , #042d93);
    background: -o-linear-gradient(bottom, #1ccc98 , #042d93);
    background: -moz-linear-gradient(bottom, #1ccc98 , #042d93);
    background: linear-gradient(to bottom, #1ccc98 , #042d93);
}

#toggleMenu nav .navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 80%;
}

#toggleMenu nav .navigation li {
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#toggleMenu.active nav .navigation li {
	width:100%;
	overflow:hidden;
  line-height:40px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
		  text-align:left;
}

#toggleMenu.active nav .navigation li:nth-child(1) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#toggleMenu.active nav .navigation li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#toggleMenu.active nav .navigation li:nth-child(3) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#toggleMenu.active nav .navigation li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#toggleMenu.active nav .navigation li:nth-child(5) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#toggleMenu nav .navigation li a {
  letter-spacing: 0.5px;
  font-size:18px;
  line-height:28px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  margin:0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}


#toggleMenu nav .hinfo {
	width:100%;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 80%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#toggleMenu.active nav .hinfo {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

#toggleMenu.active nav .hinfo{
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#toggleMenu.active nav .hinfo:nth-child(2) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#toggleMenu.active nav .hinfo:nth-child(3) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#toggleMenu nav .hinfo:not(:first-child) {
  margin-top: 30px;
}

#toggleMenu nav .hinfo li {
	width:100%;
	overflow:hidden;
	line-height:30px;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
  color: #fff;
  text-align:left;
  font-weight:normal;
}

#toggleMenu nav .hinfo li:nth-child(1) {
  font-size: 18px;
  opacity: 0.5;
}

#toggleMenu nav .hinfo li a {
  text-decoration: none;
	line-height:30px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin:0;
  font-weight:normal;
}

#toggleMenu nav .hinfo li a:hover {
  opacity: 0.5;
  color:#fff !important;
}

#toggleMenu nav .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#toggleMenu nav .social li:first-child {
  width: 100%;
}

#toggleMenu nav .social li {
  width: 50%;
}
.toggle {
  position: absolute;
  width: 40px;
  height: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
		  right:1%;
		  top:15px;
		  z-index:9999;
}

.toggle span {
  height: 3px;
  margin: 5px;
  width: 30px;
  display: block;
  background: #72af2d;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.showHeader .toggle span,.hover .toggle span{
	background: #000;
}
.toggle.active span{
	background: #fff;
}

.toggle span:nth-child(2) {
  width: 25px;
  margin-left: 0px;
}


.toggle.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
      -ms-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle.active span:nth-child(2) {
  opacity: 0;
}

.toggle.active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-6px, -7px);
      -ms-transform: rotate(45deg) translate(-6px, -7px);
          transform: rotate(45deg) translate(-6px, -7px);
}


#toggleMenu .content {
  position: relative;
  z-index: 10;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

#toggleMenu .content h2 {
  position: relative;
  color: #fff;
  font-size: 4rem;
  text-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

#toggleMenu .content h2 span {
  font-size: 0.2em;
  font-weight: 300;
  letter-spacing: 5px;
  padding: 0 10px;
  text-transform: uppercase;
  background: #fff;
  color: #111;
  text-shadow: 0 5px 5px rgba(0,0,0,0);
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
          box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

#toggleMenu.active .content {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
          transform: translateX(-200px);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

#toggleMenu .sci {
  position: absolute;
  bottom: 40px;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}

#toggleMenu .sci li {
  list-style: none;
  margin: 5px;
  padding: 0 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#toggleMenu.active .sci li {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

#toggleMenu .sci li a {
  color: #111;
  background: #fff;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  padding: 2px 5px;
  text-transform: uppercase;
}

#toggleMenu .sci li a:hover {
  background: #111;
  color: #fff;
}

#toggleMenu .sci li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#toggleMenu .sci li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#toggleMenu .sci li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
}

.main{
    width:83%;
	float:right;
}
.cont{
	padding-left: 0;
    padding-right: 60px;
	position:relative;
	}

/* banner
-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.banner .img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .img .banner1-1{
	width:30.5%;
	overflow:hidden;
	position:absolute;
	left:11.6%;
	top:25%;
	z-index:99;
	}
.banner .img .banner1-1 img{
	max-width:100%;
	height:auto;
	}
.banner .swiper-container .bannernr1{
	width:28%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:12%;
}
.banner .swiper-container .bannernr2{
	width:35%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:25%;
}
.banner .swiper-container .bannernr3{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-24%;
	bottom:28%;
	text-align:center;
}
.banner .swiper-container .banimg{
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .banimg img{
	max-width:100%;
	height:auto;
}
.banner .swiper-container p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	line-height:25px;
	margin-top:54px;
}
.banner .banmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.banner .swiper-container .bannernr3 .banmore{
	margin:90px auto 0;
}
.banner .swiper-container .bannernr3 .banmore a{
	margin:auto;
	text-align:left;
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.banner .swiper-slide .img img{
	width:100%;
	height:auto;
}
.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.banner .swiper-button{
	overflow:hidden;
	position:absolute;
	right:36px;
	bottom:58px;
	z-index:99;
	}
.banner .swiper-button div{
	width:46px;
	height:46px;
	overflow:hidden;
	border-radius:50%;
	float:left;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0.5;
	}
.banner .swiper-button div:hover{
	opacity:1;
	}
.banner .swiper-button .swiper-button-prev{
	background:#fff url(../images/prev.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next{
	background:#fff url(../images/next.png) no-repeat center;
	margin-left:24px;
}
/*shubiao*/
.banner .down{
	width:66px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	position:absolute;
	left:50%;
	margin-left:-33px;
	bottom:16px;
	z-index:99; 
}
.banner .down span{
	display:block;
	width:1px;
	height:96px;
	background:#fff;
	margin:auto;
	}
/*shubiao*/
.shubiao{
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:18px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:116px;
	background:#fff;
	position:absolute;
	left:27.5px;
	bottom:100px;
}
.mouse {
  position: relative;
  width: 22px;
  height: 36px;
  border-radius: 30px;
  border: 2px solid #fff;
  margin:0 auto 0;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3px;
  height: 8px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.shubiao p{
	overflow:hidden;
	text-align:center;
	color:#fff;
	margin-top:2px;
}
.banner .down p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	letter-spacing:2px;
	line-height:30px;
}
.banner .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
.boxlist .swiper-container,.boxlist2 .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.boxlist .swiper-container-vertical>.swiper-wrapper,.boxlist2 .swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.boxlist .swiper-wrapper,.boxlist2 .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.boxlist .swiper-container-android .swiper-slide,.boxlist .mt-tabpage-cont__wrap .swiper-wrapper,
.boxlist2 .swiper-container-android .swiper-slide,.boxlist2 .mt-tabpage-cont__wrap .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.boxlist .swiper-container-multirow>.swiper-wrapper,.boxlist2 .swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.boxlist .swiper-container-free-mode>.swiper-wrapper,.boxlist2 .swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.boxlist .swiper-slide,.boxlist2 .swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.boxlist .swiper-slide-invisible-blank,.boxlist2 .swiper-slide-invisible-blank {
	visibility: hidden
}

.boxlist .swiper-container-autoheight,.boxlist .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide,
.boxlist2 .swiper-container-autoheight,.boxlist2 .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide {
	height: auto
}

.boxlist .swiper-container-autoheight .swiper-wrapper,.boxlist2 .swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}
.boxlist .swiper-button div{
	width:52px;
	height:52px;
	position:absolute;
	top:50%;
	margin-top:-26px;
	outline:none;
	border:solid 4px #d5d5d5;
	border-radius:50%;
	z-index:99;
	}
.boxlist .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	right:210px;
	}
.boxlist .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:144px;
	}
.boxlist .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh2.png) no-repeat center;
	}
.boxlist .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth2.png) no-repeat center;
	}
.boxlist .swiper-button div:hover{
	border:solid 4px #b21e23;
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.banner .swiper-container-wp8-vertical,.banner .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.banner .swiper-button-lock {
	display: none
}

.banner .swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:0;
	right: 88px;
	color:#b1b1b1;
	font-size:16px;
	top:40px;
}
.swiper-pagination-fraction span{
	color:#fff;
	line-height:20px;
	font-size:18px;
	font-weight:bold;
	font-family:Arial;
	float:left;
	position:relative;
}

.swiper-pagination-fraction span:before{
	content:"0";
	}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 44px;
	height:5px;
	display: inline-block;
	margin:0 5px;
	background:#fff;
	outline:none;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	background:#ea5415;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,.2s -webkit-transform;
	transition: .2s top,.2s -webkit-transform;
	-o-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
	transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left,.2s -webkit-transform;
	transition: .2s left,.2s -webkit-transform;
	-o-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
	transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right,.2s -webkit-transform;
	transition: .2s right,.2s -webkit-transform;
	-o-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
	transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}



.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
	animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

/*banner*/

.banner .swiper-pagination {
	width:55px;
	overflow:hidden;
	text-align:center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	position:absolute;
	right:4%;
	bottom:90px;
	top:inherit;
	z-index:99;
}
.banner .swiper-pagination-fraction span{
	font-size:50px;
	color:rgba(255,255,255,0.4);
	font-family:Arial;
	line-height:50px;
}
.banner .swiper-pagination-fraction .swiper-pagination-current{
	font-size:50px;
	font-family:Arial;
	color:#fff;
}
.banner .swiper-pagination-fraction span:nth-child(2):after{
	content:"";
	position:absolute;
	width:12px;
	height:2px;
	background:#fff;
	left:50%;
	margin-left:-6px;
	top:0;
}
.banner .swiper-pagination-fraction span:nth-child(2){
	padding-top:16px;
	margin-top:16px;
}
.banner .swiper-scrollbar{
	width:124px;
	height:5px;
	overflow:hidden;
	background:#fff;
	border-radius:5px;
	position:absolute;
	left:11.6%;
	bottom:40px;
	z-index:99;
}
.banner .swiper-scrollbar .swiper-scrollbar-drag{
	margin:0 6px;
}
.banner .swiper-scrollbar-drag {
    background: #55ae97;
}
/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:66px;
	line-height:66px;
	color:#72af2d;
	font-weight:bold;
	}
.tit a{
	font-size:66px;
	color:#72af2d;
	}
.tit span{
	font-size:23px;
	margin-left:25px;
	}
.more{
	width:150px;
	height:150px;
	border-radius:50%;
	border:dashed 1px rgba(97,171,152,0.5);
	}
.morecolor::after {
    content: "";
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 200%;
    width: 200%;
    position: absolute;
    margin: -50% 0 0 -50%;
    box-shadow: 0 0 6px 2px rgba(97, 171, 152, 0.2);
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    animation-delay: 1.1s;
	left:0;
	top:0;
}
.morebg{
	width:110px;
	height:110px;
	background:#fff;
	border-radius:50%;
	margin:20px;
	box-shadow:0px 0px 16px rgba(0,0,0,0.1);
	}
.morecolor{
	width:84px;
	height:84px;
	margin:13px;
	background:#61ab98;
	border-radius:50%;
	display:inline-block;
	padding-top:14px;
	position:relative;
	}
.morecolor p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	line-height:20px;
	}
.moreicon{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:7px;
	}
/* partner
-------------------------------------------------------------- */
.partner{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/map.jpg) no-repeat top center;
	position:relative;
	}
.partnerrt{
	width:22%;
	overflow:hidden;
	}
.partnertit{
	width:100%;
	overflow:hidden;
	margin-top:272px;
	}
.partnertit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	text-align:right;
	}
.partnertit h3 a{
	font-size:45px;
	color:#fff;
	}
.partnertit hr{
	width:70px;
	border:none;
	border-bottom:solid 1px #fff;
	float:right;
	margin-top:38px;
	}
.partnernr .partnerjs{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	text-align:right;
	margin-top:76px;
	}
.partnermore{
	width:100%;
	overflow:hidden;
	margin-top:130px;
	}
.partnermore a{
	display:block;
	width:160px;
	height:50px;
	line-height:50px;
	background:#c70b19 url(../images/icon2.png) no-repeat 76% center;
	font-size:16px;
	color:#fff;
	padding-left:30px;
	float:right;
	}
 @keyframes pulsate {
	 0% {
	 transform: scale(0.1, 0.1);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
	 50% {
	 opacity: 1;
	 filter: none;
	}
	 100% {
	 transform: scale(1.2, 1.2);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	margin-top:135px;
	}
.aboutnr{
	margin-top:22px;
	}
.aboutnr,.aboutnr ul{
	width:100%;
	overflow:hidden;
	}
.aboutnr ul li{
	width:32.33333333333333%;
	overflow:hidden;
	float:left;
	margin-right:1.5%;
	padding-top:48px;
	position:relative;
	}
.aboutnr ul li .abouttit{
	width:50px;
	height:104px;
	background:#72af2d;
	border-radius:22px;
	font-size:25px;
	color:#fff;
	padding:24px 10px 0 10px;
	text-align:center;
	line-height:28px;
	position:absolute;
	left:26px;
	top:0;
	z-index:9;
	}
.aboutnr ul li:last-child{
	margin-right:0;
	}
.aboutimg{
	width:100%;
	overflow:hidden;
	border-radius:15px 15px 0 0;
	}
.aboutimg img{
	width:100%;
	height:auto;
	}
.aboutimg:hover img,.pronr dl:hover dt img{
	transform:scale(1.05);
}
.aboutnr ul li .aboutbot{
	width:100%;
	height:290px;
	overflow:hidden;
	background:#f5f5f5;
	padding:72px 38px 0 38px;
	border-radius:0 0 15px 15px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutnr ul li .aboutbot h4{
	width:100%;
	overflow:hidden;
	color:#333333;
	font-size:22px;
	line-height:32px;
	margin-bottom:20px;
	}
.aboutnr ul li .aboutbot p{
	width:100%;
	overflow:hidden;
	color:#808080;
	font-size:15px;
	}
.aboutnr ul li:hover .aboutbot{
	background:#72af2d;
	}
.aboutnr ul li:hover .aboutbot h4,.aboutnr ul li:hover .aboutbot p{
	color:#fff;
	}

/* history
-------------------------------------------------------------- */
.history{
	width:100%;
	overflow:hidden;
	margin-top:120px;
	}
.history h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	line-height:40px;
	margin-bottom:10px;
	}
.history h4 span{
	color:#72af2d;
	font-size:30px;
	}
.historyjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	text-align:center;
	line-height:30px;
	padding: 0 26%;
	margin-top:43px;
	}
.historymore{
	width:100%;
	overflow:hidden;
	margin-top:63px;
	}
.historymore a{
	display:block;
	width:354px;
	height:90px;
	line-height:90px;
	font-size:18px;
	text-align:center;
	background:#72af2d;
	color:#fff;
	font-weight:bold;
	border-radius:45px;
	margin:auto;
	}
.historymore a span{
	font-size:18px;
	color:#fff;
	}
/* gylc
-------------------------------------------------------------- */
.gylc{
	width:100%;
	overflow:hidden;
	margin-top:145px;
	}
.gylcimg{
	width:100%;
	overflow:hidden;
	margin-top:64px;
	}
.gylcimg img{
	max-width:100%;
	height:auto;
}
.gylcnr{
	width:100%;
	overflow:hidden;
	margin-top:64px;
	}
.gylcnr dl{
	overflow:hidden;
	padding:0;
	margin:17px 0;
	}
.gylcnr dl dt,.gylcnr dl dd{
	overflow:hidden;
	float:left;
	}
.gylcnr dl dt img{
	max-width:100%;
	height:auto;
	}
.gylcnr dl dt{
	width:19%;
}
.gylcnr dl dd{
	width:81%;
	padding-left:28px;
	font-weight:bold;
	padding-top:18px;
	}
.gylcnr dl dd .num{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:45px;
	line-height:45px;
	}
.gylcnr dl dd p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	margin-top:14px;
	}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:136px;
	padding-bottom:130px;
}
.newsnr h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:45px;
	color:#3b3b3b;
	line-height:55px;
	font-weight:normal;
	}
.news .newslist{
	width:100%;
	overflow:hidden;
	margin-top:64px;
}
.news .newslist dl{
	width:31.33333333333%;
	overflow:hidden;
	float:left;
	padding:0;
	margin:0 3% 0 0;
}
.news .newslist dl:last-child{
	margin-right:0;
}
.news .newslist dl dt,.news .newslist dl dd,.datemore,.news .newslist dl dd h4{
	width:100%;
	overflow:hidden;
}
.news .newslist dl dt{
	border-radius:20px;
	height:286px;
	position:relative;
}
.news .newslist 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;
}
.news .newslist dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.news .newslist dl dd{
	margin-top:25px;
}
.news .newslist dl dd h4{
	font-size:23px;
	line-height:33px;
	font-weight:normal;
	color:#3b3b3b;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.news .newslist dl:hover dd h4{
	color:#72af2d;
}
.datemore{
	margin-top:20px;
}
.datemore .date,.datemore .gd{
	overflow:hidden;
	padding:0;
	line-height:30px;
}
.datemore .gd{
	text-align:right;
	font-size:16px;
	color:#aeaeae;
	background:url(../images/icon5.png) no-repeat right center;
	padding-right:25px;
}
.datemore .date{
	font-size:16px;
	color:#aeaeae;
	line-height:30px;
}
.newsmore{
	width:100%;
	overflow:hidden;
	margin-top:112px;
}
.newsmore a{
	display:block;
	width:198px;
	font-size:16px;
	color:#fff;
	padding-left:32px;
	height:50px;
	line-height:50px;
	background:#72af2d url(../images/icon4.png) no-repeat 88% center;
	border-radius:25px;
	margin:auto;
}
/* bg
-------------------------------------------------------------- */
.bg{
	width:100%;
	overflow:hidden;
	background:url(../images/bg.jpg) no-repeat center 42px;
	}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	margin-top:94px;
	}
.projs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-bottom: 20px;
	}
.pronr{
	width:100%;
	overflow:hidden;
	margin-top:48px;
	}
.pronr dl{
	width:32%;
	overflow:hidden;
	margin-right:2%;
	float:left;
	}
.pronr dl:last-child{
	margin-right:0;
	}
.pronr dl dt,.pronr dl dd{
	width:100%;
	}
.pronr dl dt{
	border-radius:15px;
	overflow:hidden;
	}
.pronr dl dt img{
	width:100%;
	height:auto;
	}
.pronr dl dd{
	font-size:18px;
	line-height:30px;
	border-bottom:solid 2px #ebeaea;
	font-weight:bold;
	background:url(../images/icon3.png) no-repeat 96% center;
	position:relative;
	padding-top:18px;
	padding-bottom:14px;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.pronr dl dd:after{
	content:"";
	width:70px;
	height:2px;
	background:#72af2d;
	position:absolute;
	right:0;
	bottom:-2px;
	}
.pronr dl:hover dd{
	color:#72af2d;
	}

/* message
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}

/* line
-------------------------------------------------------------- */
.line{
	width:100%;
	height:4px;
	background:#e95416;
	}
/* link
-------------------------------------------------------------- */
.link{
    width: 100%;
    overflow: hidden;
	background:#acacac;
	padding:60px 0;
	border-bottom:solid 1px rgba(255,255,255,0.3);
	}
.linknr{
	line-height:30px;
	color:#fff;
	font-size:15px;
	}
.linknr img{
	margin-right:32px;
	}
.linknr a{
	color:#fff;
	font-size:15px;
	margin-right:10px;
	}
.linknr a:hover{
	color:#e95416;
	}
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	height:942px;
	background:url(../images/footerbg.png) no-repeat top center;
	background-size:cover;
	position:relative;
	z-index:0;
	margin-top:-200px;
	}

.footer .copyright{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 42px;
	text-align: right;
	color:#fff;
	padding:0 60px;
	line-height:30px;
	}
.footer .copyright a{
	color: #fff;
}

/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:600px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
/* position
-------------------------------------------------------------- */
.position{
	width: 100%;
	overflow: hidden;
	line-height:30px;
	font-size:18px;
	margin-bottom:20px;
}
.position a{
	font-size:18px;
}
.position a:hover {
	color: #72af2d;
}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	margin-bottom:20px;
}
.menu_n,.menu_n ul{
	width: 100%;
	overflow: hidden;
}
.menu_n ul li{
	overflow:hidden;
	float:left;
	line-height:40px;
	margin-right:15px;
	margin-bottom:5px;
	border-radius:10px;
	border:solid 1px #ccc;
	}
.menu_n ul li a{
	font-size:16px;
	color:#333333;
	padding:0 20px;
	display:block;
	}
.menu_n ul li:hover,.menu_n ul li.active{
	background:#72af2d;
	border:solid 1px #72af2d;
	}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#fff;
	font-weight:bold;
	}
.imenu ul{
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}
/* promenu_n
-------------------------------------------------------------- */
.promenu_n{
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
}
.promenu_n ul{
	overflow:hidden;
	display:inline-block;
}
.promenu_n ul li{
	overflow:hidden;
	float:left;
	padding:5px 0;
	border-bottom:solid 1px #ccc;
	line-height:30px;
	margin:5px 15px 5px 0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.promenu_n ul li a{
	font-size:16px;
	color:#333;
}
.promenu_n ul li:hover,.promenu_n ul li.active{
	border-bottom:solid 1px #72af2d;
}
.promenu_n ul li:hover a,.promenu_n ul li.active a{
	color:#72af2d;
}
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	font-size: 36px;
	color: #112010;
	line-height:46px;
	text-align:center;
	font-weight:normal;
	}
.ntit hr{
	width:56px;
	border:none;
	border-bottom:solid 2px #003198;
	margin:18px auto 0;
	}
/* nabout
-------------------------------------------------------------- */
.about_n,.aboutnr_n{
	width:100%;
	overflow:hidden;
	}
.about_n h4{
	width:100%;
	overflow:hidden;
	font-size:24px;
	line-height:34px;
	margin-top:20px;
	}
.aboutnr_n{
	margin-top:45px;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	}
.aboutnr_n p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.aboutnr_n img{
	max-width:100%;
	height:auto;
	}
/* lvgylc_n
-------------------------------------------------------------- */
.lvgylc_n{
	margin-top:60px;
	margin-bottom:60px;
}
.lvgylcnr_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:160px;
}
.lvgylcnr_n img{
	max-width:100%;
	height:auto;
}
.zytd_n,.zytd_n .zytdimg_n{
	width:100%;
	overflow:hidden;
}
.zytd_n{
	position:relative;
}
.zytd_n .zytdimg_n img{
	width:100%;
	height:auto;
}
.zytd_n .swiper-button{
	overflow:hidden;
}
.zytd_n .swiper-button div{
	width:50px;
	height:50px;
	overflow:hidden;
	border-radius:50%;
	position:absolute;
	top:50%;
	margin-top:-25px;
	z-index:99;
}
.zytd_n .swiper-button .swiper-button-prev{
	background:#ddd url(../images/prev.png) no-repeat center;
	left:20%;
}
.zytd_n .swiper-button .swiper-button-next{
	background:#ddd url(../images/next.png) no-repeat center;
	right:20%;
}
.zytd_n .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

@media screen and (max-width: 668px) {
	.zytd_n .swiper-slide {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.zytd_n .swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 668px) {
	.zytd_n .swiper-slide-active,.swiper-slide-duplicate-active {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.zytd_n .none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
/* honor_n
-------------------------------------------------------------- */
.honor_n{
	width:100%;
	overflow:hidden;
	}
.honornr_n dl{
	overflow:hidden;
	padding:0 10px;
	margin:20px 0;
}
.honornr_n dl dt,.honornr_n dl dd{
	width:100%;
	overflow:hidden;
}
.honornr_n dl dt{
	position:relative;
	height:290px;
	border: solid 1px #e3e3e3;
	border-radius:10px;
}
.honornr_n 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;
}
.honornr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.08);
	}
.honornr_n dl dd{
	text-align:center;
	line-height:30px;
	margin-top:5px;
	color:#333;
	font-size:16px;
}
/* aboutlist_n
-------------------------------------------------------------- */
.aboutlist_n{
	width:100%;
	overflow:hidden;
	padding:0 3%;
	margin-bottom:140px;
}
.aboutlist_n ul{
	width:100%;
	overflow:hidden;
}
.aboutlist_n ul li{
	width:24.25%;
	height:656px;
	overflow:hidden;
	float:left;
	margin-right:1%;
	padding-top:185px;
}
.aboutlist_n ul li:last-child{
	margin-right:0;
	}
.aboutlist_n ul li:first-child{
	background:url(../images/aboutbg1.jpg) no-repeat top center;
	background-size:cover;
	}
.aboutlist_n ul li:nth-child(2){
	background:url(../images/aboutbg2.jpg) no-repeat top center;
	background-size:cover;
	}
.aboutlist_n ul li:nth-child(3){
	background:url(../images/aboutbg3.jpg) no-repeat top center;
	background-size:cover;
	}
.aboutlist_n ul li:nth-child(4){
	background:url(../images/aboutbg4.jpg) no-repeat top center;
	background-size:cover;
	}
.aboutlist_n ul li .nabout_icon{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.aboutlist_n ul li .nabout_icon img{
	max-width:100%;
	height:auto;
	}
.aboutlist_n ul li h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	color:#fff;
	line-height:40px;
	font-weight:normal;
	margin-top:32px;
	margin-bottom:16px;
	}
.aboutlist_n ul li span{
	display:block;
	width:30px;
	height:1px;
	background:#fff;
	margin:auto;
	}
.aboutlist_n ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin-top:14px;
	}
.zzjg{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.zzjg img{
	width:100%;
	height:auto;
	}
/* npro
-------------------------------------------------------------- */
.pro_n,.pronr_n{
	width:100%;
	overflow:hidden;
	}
.pronr_n{
	margin-top:25px;
	}
.pronr_n dl{
	width:32%;
	overflow:hidden;
	float:left;
	margin:20px 2% 20px 0;
	}
.pronr_n dl:nth-child(3n){
	margin-right:0;
	}
.pronr_n dl dt,.pronr dl dd{
	width:100%;
	}
.pronr_n dl dt{
	border-radius:15px;
	overflow:hidden;
	}
.pronr_n dl dt{
	width:100%;
	overflow:hidden;
	height:490px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	font-weight:normal;
	}
.pronr_n dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	height: 100%;
    object-fit: cover;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.pronr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.pronr_n dl dd{
	font-size:18px;
	line-height:30px;
	border-bottom:solid 2px #ebeaea;
	font-weight:bold;
	background:url(../images/icon3.png) no-repeat 96% center;
	position:relative;
	padding-top:18px;
	padding-bottom:14px;
	padding-right:50px;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.pronr_n dl dd:after{
	content:"";
	width:70px;
	height:2px;
	background:#72af2d;
	position:absolute;
	right:0;
	bottom:-2px;
	}
.pronr_n dl:hover dd{
	color:#72af2d;
	}
.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.nprort h1{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#333;
	line-height:36px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.npro_jj{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	font-size:18px;
	line-height:30px;
	color:#333;
}
.npro_jj p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	color:#333;
}
.nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.nprort .npro_infolei span{
	font-size:20px;
	color:#333;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	white-space: nowrap;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}

/* gylc_n
-------------------------------------------------------------- */
.gylc_n{
	margin-top:60px;
	margin-bottom:60px;
}
.gylcnr_n{
	width:100%;
	overflow:hidden;
	margin-top:100px;
}
.gylcnr_n .swiper-container{
	width:108%;
	margin-left:-4%;
}
.gylc_n h3{
	width: 100%;
    overflow: hidden;
    font-size: 36px;
    color: #72af2d;
    line-height: 46px;
    font-weight: normal;
}
.gylcnr_n .gylcimg{
	width:60%;
	overflow:hidden;
	text-align:center;
	margin:auto;
	border: solid 4px #72af2d;
    border-radius: 100%;
}
.gylcnr_n .gylcimg img{
	max-width:100%;
	height:auto;
}
.gylcnr_n p{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:20px;
	font-size:20px;
	color:#333;
	line-height:30px;
}
.gylcnr_n .swiper-slide{
	padding:0 25px;
	position:relative;
}
.gylcnr_n .swiper-slide:after{
	content:"";
	width:25px;
	height:22px;
	background:url(../images/icon16.png) no-repeat center;
	position:absolute;
	right:-12.5px;
	top:50%;
	margin-top:-11px;
}
.gylc_n .swiper-button{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:50px;
}
.gylc_n .swiper-button div{
	width:60px;
	height:60px;
	border-radius:50%;
	border:solid 1px #72af2d;
	display:inline-block;
	margin:0 14px;
}
.gylc_n .swiper-button .swiper-button-prev{
	background:url(../images/prev3.png) no-repeat center;
}
.gylc_n .swiper-button .swiper-button-next{
	background:url(../images/next3.png) no-repeat center;
}

/*产品展示结束*

/* contact
-------------------------------------------------------------- */
.contact,.contactnr{
	width:100%;
	overflow:hidden;
	}
.contact{
	margin-top:168px;
	position:relative;
	z-index:9;
	}
.contact h3{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:66px;
	color:#72af2d;
	line-height:66px;
	text-align:center;
	}
.contactnr .contactlf,.contactnr .contactrt{
	overflow:hidden;
	padding:0;
	}
.contacttit,.contacttit h4,.contacttit .contacten{
	width:100%;
	overflow:hidden;
	}
.contacttit{
	margin-bottom:38px;
	}
.contacttit h4{
	font-size:45px;
	color:#72af2d;
	line-height:55px;
	}
.contacttit .contacten{
	font-size:16px;
	color:#72af2d;
	font-family:Arial;
	text-transform:uppercase;
	letter-spacing:5px;
	}
.contactnr{
	margin-top:98px;
	}
.contactnr .contactlf p{
	width:100%;
	overflow:hidden;
	font-size:17px;
	font-weight:bold;
	line-height:32px;
	}
.tel{
	width:100%;
	overflow:hidden;
	font-size:30px;
	font-family:Arial;
	line-height:30px;
	font-weight:bold;
	background:url(../images/icon12.png) no-repeat left center;
	padding-left:46px;
	margin-top:34px;
	}
.tel a{
	font-size:30px;
}
.zx{
	width:100%;
	overflow:hidden;
	font-size:16px;
	margin-top:68px;
	}
.zx img{
	margin-left:22px;
	}
.contactnr .contactrt ul{
	width:100%;
	overflow:hidden;
	}
.contactrt ul li{
	overflow:hidden;
	padding:0;
	}
.contactrt ul li h4,.contactrt ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.contactrt ul li h4{
	padding-bottom:6px;
	}
.contactrt ul li h4 a,.contactrt ul li p a{
	font-size:16px;
	}
.contactrt ul li p{
	margin-top:5px;
	}
.contactrt ul li a:hover{
	color: #72af2d;
	}
/* nnews
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.newsnr_n{
	width:100%;
	overflow:hidden;
}
.newsnr_n .pu_slide{
	width:31.33333333333%;
	float:left;
	margin:40px 3% 40px 0;
	border-top: 2px solid #ccc;
	padding-top:50px;
	position:relative;
	}
.newsnr_n .pu_slide:nth-child(3n){
	margin-right:0;
}
.newsnr_n .pu_slide::before {
    transition: 0.6s;
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #002fa7;
}
.newsnr_n .pu_slide:hover::before {
  width: 100%;
}
.newsnr_n .pu_slide .t1{
	width:100%;
	overflow:hidden;
	font-size:32px;
	line-height:32px;
	color:#000;
}
.newsnr_n .pu_slide h4{
	width:100%;
	overflow:hidden;
	font-size:34px;
	line-height:44px;
	font-weight:normal;
	color:#000;
	margin-top:40px;
}
.newsnr_n .pu_slide .newsimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:40px;
}
.newsnr_n .pu_slide .newsimg_n img{
	width:100%;
	height:auto;
}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 28px;
	line-height:38px;
    color: #262626;
	font-weight:normal;
    text-align: center;
	border-bottom:solid 1px #d9d9d9;
	padding-bottom:26px;
	}
.news_n .nnewsdate{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	}
.news_n .nnewsdatelf{
	width: 70%;
    overflow: hidden;
	line-height:30px;
	font-size:16px;
	}
.news_n .nnewsdatert{
	width: 30%;
    overflow: hidden;
	text-align:right;
	font-size:16px;
	line-height:30px;
	}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* zsjm_n
-------------------------------------------------------------- */
.zsjm_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.zsjm_n dl{
	width:23%;
	overflow:hidden;
	background:#fff;
	float:left;
	margin:20px 1%;
	padding-bottom:20px;
	}
.zsjm_n dl dt,.zsjm_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.zsjm_n dl dt img{
	max-width:100%;
	height:auto;
	}
.zsjm_n dl dd{
	line-height:30px;
	font-size:16px;
	}
	
/* contact_n
-------------------------------------------------------------- */
.contact_n{
	width:100%;
	overflow:hidden;
	}
.contact_n .contactnr_n{
	width:100%;
	overflow:hidden;
	margin:45px 0;
	}
.contactnr_n .slide{
	width:32%;
	height:308px;
	float:left;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 40px;
    overflow: hidden;
	margin:20px 2% 0 0;
}
.contactnr_n .slide:last-child{
	margin-right:0;
}
.slide .e1 {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.slide .e2 {
    z-index: 2;
    position: relative;
    margin:30px 0 0;
}
.slide .e2 .text {
    font-size: 30px;
	line-height:40px;
    color: #000;
}
.slide .e2 .desc {
    display: block;
    margin: 20px 0 0;
	font-size: 20px;
	line-height:30px;
    display: grid;
}
.slide .e2 .desc p{
	font-size: 20px;
	line-height:30px;
}
.slide .e2 .desc p a{
	font-size: 20px;
}
.slide::after {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 6px;
    background: #72af2d;
}
.slide:hover::after {
	width:100%;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding:0 10px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:300px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding:10px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #72af2d;
    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;
}
/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#ea5404;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.top .icon1{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:14px;float:right;margin-right:10px;}
.rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}


@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	
}


@media(max-width:1920px) {
	.honornr_n dl dt{
		height:240px;
	}
}
@media(max-width:1768px) {
	.pronr_n dl dt{
		height:450px;
	}
}
@media(max-width:1680px) {
	.pronr_n dl dt{
		height:427px;
	}
}
@media(max-width:1600px) {
	.gylcnr dl dt {
		width: 24%;
	}
	.gylcnr dl dd {
		width: 76%;
	}
	.pronr_n dl dt{
		height:405px;
	}
	.honornr_n dl dt{
		height:220px;
	}
}
@media(max-width:1440px) {
	.slide .e2 .text {
		font-size: 26px;
		line-height: 36px;
	}
	.slide .e2 .desc p,.slide .e2 .desc p a{
		font-size:18px;
	}
	.contactnr_n .slide{
		padding:30px;
	}
	.contact {
		margin-top: 100px;
	}
	.tit,.tit a,.contact h3{
		font-size:60px;
		line-height:60px;
	}
	.about {
		margin-top: 100px;
	}
	.gylcnr dl dd {
		padding-left: 20px;
	}
	.aboutnr ul li .aboutbot {
		padding: 50px 30px 0 30px;
	}
	.pronr_n dl dt{
		height:363px;
	}
	.history h4,.history h4 span{
		font-size: 26px;
		line-height: 36px;
	}
	.honornr_n dl dt{
		height:180px;
	}
	.nprort h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.footer {
		height: 707px;
		margin-top: -150px;
		background-size: 1440px;
	}
}
@media(max-width:1360px) {
	.header{
		width:20%;
	}
	.main {
		width: 80%;
	}
	.tit, .tit a,.contact h3{
		font-size: 56px;
		line-height: 56px;
	}
	.gylcnr dl dt {
		width: 26%;
	}
	.gylcnr dl dd {
		width: 74%;
	}
	.pronr_n dl dt{
		height:328px;
	}
	.honornr_n dl dt{
		height:160px;
	}
}
@media(max-width:1280px) {
	.slide .e2 .text {
		font-size: 22px;
		line-height: 32px;
	}
	.slide .e2 .desc p, .slide .e2 .desc p a {
		font-size: 16px;
	}
	.header ul {
		padding: 0 30px;
	}
	.tit, .tit a,.contact h3{
		font-size: 52px;
		line-height: 52px;
	}
	.gylcnr dl dd{
		padding-top: 10px;
	}
	.gylcnr dl dd .num {
		font-size: 40px;
		line-height: 40px;
	}
	.gylcnr dl dd p {
		font-size: 18px;
	}
	.pronr_n dl dt{
		height:308px;
	}
	.history h4,.history h4 span{
		font-size: 22px;
		line-height: 32px;
	}
	.aboutnr ul li .aboutbot h4{
		font-size:20px;
		line-height:30px;
	}
	.aboutnr ul li .aboutbot {
		padding: 50px 25px 0 25px;
	}
	.footer {
		height: 628px;
		background-size: 1280px;
	}
}
@media(max-width:1152px) {
	.aboutnr ul li .aboutbot h4 {
		font-size: 18px;
	}
	.pronr_n dl dt{
		height:275px;
	}
	.honornr_n dl dt{
		height:140px;
	}
	.aboutnr ul li .aboutbot {
		padding: 40px 20px 0 20px;
	}
}
@media(max-width:1024px) {
	.pronr_n dl dt{
		height:242px;
	}
}

@media(max-width:1023px) {
	.top{
		height:60px;
	}
	.top .language {
		padding: 15px 0;
		margin-right:30px;
	}
	.language a{
		margin-left:10px;
	}
}
@media(max-width:991px) {
	.top .mlogo{
		display:block;
	}
	.header{
		display:none !important;
	}
	.main {
		width: 100%;
	}
	.cont{
		padding:0 6%;
	}
	.tit, .tit a,.contact h3{
		font-size: 40px;
		line-height: 40px;
	}
	.tit span {
		font-size: 20px;
		margin-left: 22px;
	}
	.gylc_n .swiper-button{
		margin-top:30px;
	}
	.gylc_n .swiper-button div {
		margin: 0 5px;
	}
	.about {
		margin-top: 60px;
	}
	.aboutnr ul li {
		width: 49%;
		margin-right:2%;
		margin-top:10px;
	}
	.aboutnr ul li:nth-child(2){
		margin-right:0;
	}
	.gylcnr_n{
		margin-top:50px;
	}
	.pro {
		margin-top: 60px;
	}
	.pronr dl dd{
		font-size:16px;
	}
	.gylc {
		margin-top: 60px;
	}
	.gylcnr{
		margin-top: 40px;
	}
	.gylcimg{
		margin-top: 30px;
	}
	.history {
		margin-top: 60px;
	}
	.history h4,.history h4 span{
		font-size: 20px;
		line-height: 30px;
	}
	.historyjs{
		padding:0;
	}
	.historymore a {
		width:180px;
		height: 50px;
		line-height: 50px;
	}
	.historymore {
		margin-top: 40px;
	}
	.contactnr .contactrt{
		margin-top:30px;
	}
	.zx {
		margin-top: 40px;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:30px;
	}
	.honornr_n dl dt {
		height: 170px;
	}
	.contact,.contactnr{
		margin-top: 60px;
	}
	.pronr_n dl dd{
		font-size:16px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.contactnr_n .slide{
		width:100%;
		height:auto;
		margin-right:0;
	}
	.slide .e1 img {
		width: 50px;
	}
	.footer {
		height: 486px;
		margin-top:-60px;
		background-size: 991px;
	}
	.footer .copyright{
		padding: 0 6%;
	}
}
@media(max-width:768px) {
	.banner .swiper-button {
		right: 20px;
		bottom: 20px;
	}
	.banner .swiper-button div {
		width: 30px;
		height: 30px;
	}
	.banner .swiper-button .swiper-button-next {
		margin-left: 10px;
	}
	.contact, .contactnr {
		margin-top: 40px;
	}
	.menu_n ul li{
		margin-right:10px;
	}
	.pronr_n dl dt{
		height:216px;
	}
	.footer {
		height: 377px;
		margin-top:-40px;
		background-size: 768px;
	}
}
@media(max-width:767px) {
	.tit, .tit a, .contact h3 {
		font-size: 36px;
		line-height: 36px;
	}
	.tit span {
		margin-left: 15px;
	}
	.pronr dl {
		width: 100%;
		margin-right:0;
		margin-bottom:20px;
	}
	.gylcnr dl:nth-child(2n+1){
		clear:both;
	}
	.honornr_n dl {
		margin: 15px 0;
	}
	.honornr_n dl dt {
		height: 190px;
	}
	.pronr_n dl {
		width: 49%;
	}
	.pronr_n dl:nth-child(3n) {
		margin-right: 2%;
	}
	.pronr_n dl:nth-child(2n) {
		margin-right: 0;
	}
	.pronr_n dl dt{
		height:330px;
	}
	.nmessagenr dl{
		width:100%;
	}
	.nmessagenr dl:nth-child(2n+1) {
		margin-right: 0;
	}
	.nmessagenr dl:nth-child(2n) {
		margin-left: 0;
	}
	.nmessagenr dl dd textarea{
		height:240px;
	}
}
@media(max-width:640px) {
	.tit, .tit a, .contact h3 {
		font-size: 32px;
		line-height: 32px;
	}
	.tit span {
		margin-left: 10px;
	}
	.tel,.tel a{
		font-size: 26px;
	}
	.tel{
		padding-left:26px;
	}
	.aboutnr ul li {
		width: 100%;
		margin-right:0;
	}
	.aboutnr ul li .aboutbot {
		padding: 30px 20px;
		height: auto;
	}
	.history {
		margin-top: 60px;
	}
	.pronr_n dl dt{
		height:275px;
	}
	.gylcnr dl dd {
		padding-left: 10px;
	}
	.gylcnr dl dd .num {
		font-size: 36px;
		line-height: 36px;
	}
	.gylcnr dl dd p {
		font-size: 16px;
		margin-top:10px;
	}
	.contacttit h4 {
		font-size: 40px;
		line-height: 50px;
	}
	.menu_n ul li{
		width:49%;
		margin:5px 0.5%;
		text-align:center;
	}
	.menu_n ul li a{
		padding:0;
	}
	.nprort h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.contactnr_n .slide {
		padding: 30px 20px;
	}
	.contactrt ul li {
		width: 50%;
	}
	.contactrt ul li:nth-child(2n+1){
		clear:both;
	}
	.footer {
		height: 314px;
		margin-top:-40px;
		background-size: 640px;
	}
}
@media(max-width:540px) {
	.honornr_n dl dt {
		height: 150px;
	}
	.pronr_n dl {
		width: 100%;
	}
	.pronr_n dl:nth-child(3n) {
		margin-right: 0;
	}
	.pronr_n dl dt{
		height:auto;
	}
	.pronr_n dl dt img{
		position:inherit;
		top:0;
		left:0;
		transform: translate(0, 0);
		height:auto;
		object-fit:inherit;
	}
}
@media(max-width:500px) {
	.history h4, .history h4 span {
		font-size:18px;
	}
}
@media(max-width:425px) {
	.banner .swiper-button {
		right: 10px;
		bottom: 10px;
	}
	.tit, .tit a, .contact h3 {
		font-size: 28px;
		line-height: 28px;
	}
	.tit span {
		font-size: 18px;
	}
	.gylcnr dl dd {
		padding-top: 5px;
	}
	.gylcnr dl dd p {
		font-size: 15px;
		margin-top: 5px;
	}
	.gylcnr dl dd .num {
		font-size: 32px;
		line-height: 32px;
	}
	.contacttit h4 {
		font-size: 36px;
		line-height: 46px;
	}
	.honornr_n dl dt {
		height: 120px;
	}
	.about_n h4{
		font-size:22px;
		line-height:32px;
	}
	.menu_n ul li{
		width:100%;
		margin:5px 0;
	}
	.footer {
		height: 209px;
		margin-top:-20px;
		background-size: 425px;
	}
	.footer .copyright{
		bottom:20px;
		line-height:25px;
	}
	.tel,.tel a{
		font-size: 22px;
	}
}
@media(max-width:424px) {
	
	
}
@media(max-width:375px) {
	.top .language {
		margin-right:15px;
	}
	.language a {
		margin-left: 5px;
	}
	.top .language img {
		margin-right: 0;
	}
	.honornr_n dl dt {
		height: 100px;
	}
	.tit, .tit a, .contact h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.tit span {
		font-size: 16px;
		margin-left:5px;
	}
}