@charset "utf-8";

/* 初始化 */
html,body{width:100%;height:100%;padding: 0px;margin:0px;*position:static;*overflow-x:hidden; }
body{margin:0 0 0 0;font-family:Tahoma,"Arial","Helvetica","Microsoft YaHei","思源黑体 CN","思源黑体","宋体";font-size:16px;
letter-spacing:0px;color:#444;background-color:#fff;-webkit-text-size-adjust: none;

}
img{border:none}
input,button,select,textarea{outline:none;resize:none;padding:0px;margin:0px;font-family:tahoma,arial,"Hiragino Sans GB","微软雅黑","宋体";font-size:12px;border:none;}
select{*font-size:14px;}
h1,h2,h3,h4,h5,h6,figure{padding:0px;margin:0px;}
h3,h4,h5,h6{font-size:12px;}
table, tr, td{border-spacing:0px;padding:0px;margin:0px;border-collapse:collapse;}
ul, li, ol, p, dt, dd, dl, pre, xmp, plaintext, listing{padding:0px;margin:0px;list-style-type:none;}
strong{font-weight:bold}
canvas{pointer-events:none;}
a{color:#444;text-decoration:none;outline:none;cursor:pointer;}
.BigDiv{ width: 100%; max-width: 1920px; min-width: 1200px; }
.lc_k{height:0px;width:0px;overflow:hidden;}


.fullslide{position:relative;width:100%; margin-left: 17px;  }
.fullslide .bd{position:relative;z-index:0;overflow:hidden; }
.fullslide .bd li{float:left;width:100%; }
.fullslide .bd li img{display:block;height:auto;margin:0 auto;}
.fullslide .bd li .c2{ display: none; }
.fullslide .hd{position:absolute;z-index:99;bottom:10px;left:0;width:200px;height:28px;text-align:center; left: 50%; margin-left: -100px; }
.fullslide .hd li{display:inline-block;overflow:hidden;width:8px;height:8px;cursor:pointer; background:#cb000e; border-radius: 8px; transition: .5s; margin-left: 5px; background: #bababa; }
.fullslide .hd li.on{ transition: .5s; background: #7c7c7c; }
.Me1{float: left; height: 848px; padding-top: 100px; }
.Me1 .mep1{ color:#999999; font-size: 65px; text-transform: uppercase; font-weight: bold; }
.Me1 .mep1 span{ color:#c84d4d;font-size: 90px;}
.Me1 .mep2{font-size: 50px; color:#454545;font-weight: bold; }
.Me1 .mep3{width: 170px;height: 4px;background: #999999; margin-top: 15px; margin-bottom: 15px; }
.Me1 .mep4{ color:#454545; font-size: 25px; font-weight: bold; }
.Me2 .mn1{ position: absolute; bottom: 0px; left: 10%;transition: 1s; }
.Me2 .mn2{ position: absolute; right: 0;bottom: 30%;transition: 1s; }
.s1{ overflow: hidden; }

	.lc{ height: 50px; background: #000000; position: absolute;  min-width: 1000px; z-index: 9999;width: 100%; }
	.lc ul{margin: auto; width: 1000px; }
	.lc ul li{ display: inline-block; vertical-align: top;  width: 20%; background: url("https://www.paichen.net/images/i3.jpg") right no-repeat;padding-top: 5px; height: 45px;}
	.lc ul li div{ background: url("https://www.paichen.net/images/i4.jpg") no-repeat 15px 2px; }
	.lc ul li.ok div{background: url("https://www.paichen.net/images/i1.jpg") no-repeat 15px 2px;  }
	.lc ul li.on div{background: url("https://www.paichen.net/images/i2.jpg") no-repeat 15px 2px;  }
	.lc ul li.on p{ color:#ff0000; }
	.lc ul li p{ font-size: 14px; color:#999999;  padding-bottom: 3px; width: 80%; margin-left: 20%; }
	.lc ul li .time{ font-size: 12px; }
	.lc .x{position: absolute;  right: 50px; top: 0; top: 12px; cursor: pointer; }


#superContainer {
    height: 100%;
    position: relative;
}
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.controlArrow.prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullPage-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fullPage-nav.right {
    right: 17px;
}
#fullPage-nav.left {
    left: 17px;
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fullPage-slidesNav.bottom {
    bottom: 17px;
}
.fullPage-slidesNav.top {
    top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fullPage-slidesNav li {
    display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
.section{ overflow: hidden; height: 100%;
 width: 100%;
display: table;
}
.section .SSes{
display: table-cell; padding-top: 50px; padding-bottom: 30px;
	vertical-align: middle;
width: 100%;
}

.section.active .SSes{}
#wraper{ overflow: hidden; }
.SSes .Cen{ padding-bottom: 30px; }

.s1.section .SSes{ display: block; }
.s1.section{ display: block; }


#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
    background: #333;
}
#fullPage-nav span,
.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}






.fullPage-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    top: -2px;
}
.fullPage-tooltip.right {
    right: 20px;
}
.fullPage-tooltip.left {
    left: 20px;
}
.fp-section.fp-table, .fp-slide.fp-table{ display: table;

table-layout: fixed;

width: 100%;}
.fp-tableCell{display: table-cell;

vertical-align: middle;

width: 100%;}


.newleft{ position: fixed;z-index: 9999; width: 300px; top: 0px;opacity: 1; transition: .5s; height: 100%; background: rgba(255,255,255,.9);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
 }
.elogo{ float:right; background: url(../i/navb.png)no-repeat right; padding-right: 80px; transition: .5s; }
.newleft.on{ opacity: 1;}
.Bcen{  margin-top: 57px; text-align: center;}

.unav{ margin-top: 60px; width: 100%;  }
.unav li .pic{ color:#999999; font-size: 14px;transition: .5s;  }
.unav li .pic img{ display: inline-block; position: relative; top: 2px;  filter:Gray; -webkit-filter: grayscale(100%); padding-right: 6px; transition: .5s; }
.unav li{ margin-bottom: 25px; height: 38px; line-height: 38px; }
.unav li a{ display: block; }
.unav li.active{ background: url("../i/en.png") no-repeat center; }
.unav li.active .pic{ color:#99d31f; }
.unav li.active .pic img{filter:Gray; -webkit-filter: grayscale(0%); }

  .Nrms::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
  .Nrms::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
  }
  .Nrms::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
  }


.right{ position: fixed; right: 2%; top: 50%; }
.right li{ margin-bottom: 2px; }
.right li a{  width: 7px; height: 7px; border-radius: 20px; background: #a5a5a6; margin-top: 3px;margin-bottom: 3px; display: block; transition: .5s; }
.right li a.active{ background: #99d31f; height: 27px;}
.Cen{ width: 82%; float: right; }
.s1 .Cen{ width:100%;  }
.Met p.pic img{ max-width: 100%; }
.s2 .Met{ overflow: hidden; }
.s2 .No1:nth-child(1){
	 /* overflow-y: auto; max-height: 600px;
width: 102%;
box-sizing: border-box; padding-right: 2%; */
}

.Mea1 .righta .Nr{
	/* overflow-y: auto; max-height: 500px;
	width: 104%;
	box-sizing: border-box; padding-right: 4%; */
}
.Mea1 .righta .Nr p img{max-width: 100%; height:auto; }

.Met .No1:nth-child(1) p strong{ padding-top: 5px; padding-bottom: 5px; }
.s2 .No1:nth-child(1) .Mcl1a{ display: none; }
.Mcl1a{ margin-top: 20px; cursor: pointer; }
.Mcl1a img{ position: relative; top: 4px; margin-right: 6px; }
.Mcl1b{ margin-top: 20px; cursor: pointer; display: none; }
.Mcl1b img{ position: relative; top: 4px; margin-right: 6px; }
.Mcl1c{ margin-top: 20px; cursor: pointer; }
.Mcl1c img{ position: relative; top: 4px; margin-right: 6px; }
.s1{ background: url("../i/banner1.jpg") no-repeat center; color:#99d31f; }
.Mcl1dd a:nth-child(1){ display: none; }
.Mcl1dd a{ color:#999999; font-size: 12px; padding-left: 3px; padding-right: 3px; }
.Mcl1dd b{ border-radius: 50%; border: 1px solid #a0d631; display: inline-block; width: 20px; height: 20px; line-height: 20px; font-size: 12px; color:#a0d631; }
.Bigdiv .section{ transition: 1s; background-size: 120% 120% !important;}
.Bigdiv .section.active{ background-size: 100% 100% !important; transition: 1.5s;}
.Bigdiv .s2{ background: url("../i/banner2.jpg") no-repeat bottom #fff; background-size: auto auto !important; background-attachment:fixed; }
.Bigdiv .s3{ background: url("../i/banner2.jpg") no-repeat center #fff; background-size: auto auto !important; background-attachment:fixed; }
.Bigdiv .s5{ background: url("../i/banner2.jpg") no-repeat center #fff; background-size: auto auto !important; background-attachment:fixed; }
.Bigdiv .s6{ background: url("../i/banner2.jpg") no-repeat center #fff; background-size: auto auto !important; background-attachment:fixed; }
.Bigdiv .s7{ background: url("../i/banner2.jpg") no-repeat center #fff; background-size: auto auto !important; background-attachment:fixed; }
.Bigdiv .s8{ background: url("../i/banner2.jpg") no-repeat center #fff; background-size: auto auto !important; background-attachment:fixed; }
.Bigdiv .s9{ background: url("../i/banner2.jpg") no-repeat center #fff; background-size: auto auto !important; background-attachment:fixed; }
.Bigdiv .s2.active{  background: url("../i/banner2.jpg") no-repeat bottom #fff; background-size: auto auto !important; transition: 0s;}
.Bigdiv .s4.active{ background: url("../i/banner2.jpg") no-repeat bottom right #ffffff; background-size: auto auto !important; transition: 0s; }
.Bigdiv .s5.active{ background: url("../i/banner2.jpg") no-repeat bottom right #fff; background-size: auto auto !important; transition: 0s; }
.Bigdiv .s6.active{ background: url("../i/banner2.jpg") no-repeat bottom right #fff; background-size: auto auto !important; transition: 0s; }
.Bigdiv .s7.active{ background: url("../i/banner2.jpg") no-repeat bottom right #fff; background-size: auto auto !important; transition: 0s; }
.Bigdiv .s8.active{ background: url("../i/banner2.jpg") no-repeat bottom right #fff; background-size: auto auto !important; transition: 0s; }
.Bigdiv .s9.active{ background: url("../i/banner2.jpg") no-repeat bottom right #fff; background-size: auto auto !important; transition: 0s; }


.slideBox{ width:1040px;  position:relative; margin: auto; margin-top: 30px; padding-bottom: 40px;  }
		.slideBox .bd{ position:relative;  z-index:0;   }
		.slideBox .bd li{ overflow: hidden;  }
		.MNns{ overflow: hidden; width: 100%; }
		.slideBox .bd li .Mles{ width: 214px; float: left;  margin-right: 9px; margin-bottom: 9px; background: #fff; text-align: center; }
		.slideBox .bd li .Mles .pica{ max-width: 214px;border-radius: 10px; overflow: hidden; height:149px; display: flex; }
		.slideBox .bd li .Mles .pica img{ max-height: 100%; width: auto; max-width: 100%; vertical-align: middle; }
		.slideBox .bd li .Mles a{display: block;  }
		.slideBox .prev,
		.slideBox .next{ position:absolute; top:50%; margin-top:-25px; display:block; width:28px; height:28px;
			  filter:alpha(opacity=100);opacity:1; border-radius: 50%;  filter:Gray; -webkit-filter: grayscale(100%); }
		.slideBox .next{  right: 0; }
		.slideBox .prev{  }
		.slideBox .prev:hover{filter:Gray; -webkit-filter: grayscale(0%);   }
		.slideBox .next:hover{  filter:Gray; -webkit-filter: grayscale(0%); }
		.slideBox .bd li .Mles{ overflow: hidden; margin-left: 20px; margin-right: 20px; margin-bottom: 15px; background: none; }
.slideBox .bd li .Mles img{margin: auto;  display: block; width: 100%; }
.slideBox .hd{ width: 86px; height: 30px; position: absolute;bottom: 0; left: 50%; margin-left: -58px; }
.slideBox .bd li span{ display: block; color:#999999; margin-top: 15px; height: 42px; color:#545454;  }
.cl .logo{ overflow: hidden; }
.cl .logo img{ float: left; }
.slideBox .bd li .Muyss{ height: auto; float:left;  font-size: 20px; margin-top: 7px; margin-left: 10px; }
.cl p:nth-child(2){ min-height: 110px; }
.Dpoll{ display: none; text-align: center;  position: relative; top: 10%;  width: 85%;}
.Dpoll img{ max-width: 100%;}
.Mnes{ width: 90%; }
.Mpe1{ text-align: center; }
.Mpe1 h1{ font-size: 57px; color:#f1f1f1;text-transform: uppercase;  }
.Mpe1 h2{color:#454545; font-size: 27px; margin-top: -36px; }

.sul{ text-align: center; margin-top: 30px; }
.sul li{ display: inline-block; min-width: 72px; height: 37px; line-height: 37px; text-align: center; border-radius: 20px; border: 1px solid #fff; color:#999999;
	margin-left: 15px; margin-right: 15px; transition: .5s;  cursor: pointer; padding-left: 10px; padding-right: 10px;
	font-size: 16px;
 }
.sul li.on{ border: 1px solid #99d31f; color:#99d31f;  }
.sul li a{font-size: 16px; color:#999999; display: block;  width: 100%; height: 100%; }
.sul li.on a{  color:#99d31f; }
.Met{ margin-top: 30px; text-align: center; }
.Met p{ line-height: 27px; font-size: 14px; color:#999999; }
.Met p.pic{ margin-bottom: 20px; }
.Met br{ margin-top: 5px; }
.Lpo{ margin-top: 85px; }
.Lpo li{ display: inline-block; width: 213px; height: 190px;border-radius: 10px; border: 1px solid #98d41d; margin-left: 7px; margin-right: 7px; transition: .5s; position: relative;
transition: .5s; top: 0;
}
.Lpo li .pic{ margin-top: -40px; margin-bottom:0;  }
.Lpo li .pic img{ border-radius: 50%; display: block; margin: auto; }
.Lpo li:hover{ top: -20px; }
.Lpo li .title{ font-size: 14px; color:#999999; font-size: 14px; }
.Lpo li p{ font-size: 16px; color:#999; }
.Met strong{ color:#454545; font-size: 16px; padding-bottom: 15px; display: block; }


.xpe1{ }
.s8 .slideBoxa li .zp{ margin-bottom: 15px; }
.Mea1{ overflow: hidden; }
.Mea1 .left{ float: left;width: 330px; position: relative;  }
.Mea1 .bx{ width: 100%; position: absolute; height: 10px; top: 50%; background: #fff; }
.Mea1 .righta{ float: left; width: 700px; margin-left: 30px; margin-top: 50px; }
.Mpe{width: 1066px; margin: auto; margin-top: 35px; }
.Mea1 .righta .pic{ color:#454545; font-size: 16px; }
.Mea1 .righta .pic img{ position: relative; top: 5px; padding-right: 10px; }
.Mea1 .righta .Nr{ line-height: 27px; color:#999999; font-size: 14px; margin-top: 10px; }
.Mea1 .righta .Nr p{ }
.cl{ width: 45%; float: left; margin-right: 5%; text-align: left;  border-bottom: 1px solid #98d41d;  margin-bottom: 60px; }
.cl p:nth-child(3){ min-height: 108px;  }
.cl .logo{ height: auto; padding-bottom: 5px; }

.Mleks{ background: url("../i/lj.png") no-repeat center 90%; height: 600px; }
.se4ul{position: relative;}
.se4ul li{ width: 321px; height: 148px; border-radius: 10px; border: 1px solid #eaeced;box-sizing: border-box; padding: 15px; text-align: center; position: absolute;
	background: rgba(255,255,255,.8); transition: .5s; margin-left: 30%; margin-top: 32%; opacity: 0; }
.se4ul li .Npp{ color:#99d31f; font-size: 20px; margin-top: -30px; }
.se4ul li .Mpo{ line-height: 27px; color:#999999; margin-top: 13px; font-size: 14px; }
.se4ul li.on{ opacity: 1; }
.se4ul li.nn1.on{ margin-top: 32%; margin-left: 5%; }
.se4ul li.nn2.on{ margin-top: 18%; margin-left: 9%; }
.se4ul li.nn3.on{ margin-top: 4%; margin-left: 22%; }
.se4ul li.nn4.on{ margin-top: 4%; margin-left: 50%; }
.se4ul li.nn5.on{ margin-top: 18%; margin-left: 68%; }
.se4ul li.nn6.on{ margin-top: 32%; margin-left:72%; }





.Mls{ overflow: hidden; }
.Mls .left{ float: left; width: 240px; height: 192px; border-radius: 10px; overflow: hidden; }
.Mls .left img{ width: 100%; }
.Mls .righta{float: right; width: 760px; margin-left: 20px; }
.Mls .righta .tls{ color:#99d31f; font-size: 16px; }
.Mls .righta .tls span{ color:#99d31f; padding-left: 8px; border-left: 3px solid #99d31f; }
.Mls .righta p{ line-height: 27px; color:#999999; font-size: 14px; margin-top: 15px; }

.Mois .pic{ text-align: center; margin-top: 15px; margin-bottom: 15px; }
.Mois .pic img{ max-width: 745px; height: auto; }
.Mois p{ text-align: center; line-height: 27px; color:#999999; }

.s5 .slideBox .bd li .Mles{ width: 260px; margin-left: 10px; margin-right: 10px; transition: .5s;}
.s5 .slideBox .bd li .Mles span{ transition: .5s; }
.s5 .slideBox .bd li .Mles:hover span{ color:#99d31f; }
.s5 .slideBox{ width: 1120px; }
.s5 .slideBox .bd li .Mles .pica{ max-width: 260px;display: block; height: auto;
background-repeat: no-repeat !important;
    background-position: center !important;  -moz-background-size: 100% !important;
    background-size: 100% !important;
 }
.s6 .slideBox{ width: 1100px; height: auto; }
.s6 .Zp1{ display: inline-block; width: 330px;
	/* height: 456px; */
	 border-radius: 10px; border: 1px solid #ebebeb;
	 padding: 14px; box-sizing: border-box; margin-left: 10px; margin-right: 10px; vertical-align: top; }
.s6 .Zp1 .pic img{ width: 100%; }
.s6 .Zp1 .time{ color:#999; font-size: 12px; margin-top: 15px; }
.s6 .Zp1 .time img{ position: relative; top: 4px; padding-right: 3px; }
.s6 .Zp1 .title{ -webkit-box-orient: vertical;  font-size: 16px; color:#454545; line-height: 22px; margin-top: 10px;
-webkit-line-clamp: 2; overflow: hidden; display: -webkit-box; }
.s6 .Zp1 .smet{ color:#999999; font-size: 14px; line-height: 27px; -webkit-line-clamp: 3; overflow: hidden; display: -webkit-box; margin-top: 15px; }

.s7 .slideBox li{ overflow: hidden; }
.s7 .slideBox .Left{ float: left; width: 643px; height: 482px; position: relative;border-radius: 10px; overflow: hidden; }
.s7 .slideBox .Left .Burs{ position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,.5); text-align: center; }
.s7 .slideBox .Left .Burs .zt1{ position: relative; top: 46%; }
.s7 .slideBox .Left .pic{ height: 100%; }
.s7 .slideBox .Left .pic>img{ width: 100%; height: 100%; }
.s7 .slideBox{ width: 1130px; height: 550px; }
.Xsp .pic{ width: 213px; height: 160px; float: left; position: relative; float: left; }
.s7 .slideBox .Riget{ float: right; width: 460px;  }
.s7 .slideBox li .Riget span{ margin-top: 0; }
.s7 .slideBox li .Riget .tls{ overflow: hidden; }
.s7 .slideBox li .Riget .tls span{ float: left; color:#99d31f; padding-left: 5px; border-left: 3px solid #99d31f;font-size: 16px; height: auto; }
.s7 .slideBox li .Riget .tls a{ float: right; margin-right: 15px;  }
.s7 .slideBox li .Riget .smme{ color:#999999; line-height: 24px; font-size: 14px; margin-top: 10px; }
.s7 .slideBox li .Riget .Xsp .Burs{position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,.5); text-align: center;  }
.s7 .slideBox li .Riget .Xsp .Burs .zt1{position: relative; top: 46%; }
.s7 .slideBox li .Riget .Xsp .pic>img{ width: 100%; height: 100%; }
.s7 .slideBox li .Riget .Xsp .pic{ margin-right: 17px; margin-bottom: 17px; border-radius: 10px; overflow: hidden;}
.s7 .slideBox li .Riget .Xsp{ overflow: hidden; margin-top: 20px; }
.tope{ margin-top: 20px; }

.s8 .slideBoxa{ height: auto; width: 1140px; padding-bottom: 60px; margin: auto; margin-top: 40px; }
.s8 .slideBoxa li .zp{ width: 100%; height: auto; padding: 10px; box-sizing: border-box; border: 1px solid #ebebeb; border-radius: 10px; display: inline-block; margin-right: 25px; }
.s8 .slideBoxa li .zp .zp1{ background: #f2f2f2; margin-top: 0; height: 64px; border-radius: 10px; color:#454545; font-size: 16px; width: 100%; line-height: 64px; padding-left: 15px; padding-right: 15px; box-sizing: border-box; }
.s8 .slideBoxa li .zp .zp1 .z2{ display: none;padding-right: 10px; position: relative;top: 7px; }
.s8 .slideBoxa li .zp .zp1 .z1{ display: inline-block; padding-right: 10px; position: relative;top: 7px; }
.s8 .slideBoxa li .zp .zp1 span{ float: right; margin-top: 0; }
.s8 .slideBoxa li .zp>p{ color:#999999; font-size: 16px; width: 90%; margin: auto; margin-top: 32px;}
.s8 .slideBoxa li .zp>p strong{ color:#454545; font-weight: 400; }
.xpe1{ width: 90%; margin: auto; margin-top: 16px; }
.xpe1 p{ line-height: 24px; color:#999999; font-size: 14px; }
.s8 .slideBoxa li .zp:hover .zp1{ background: #99d31f; transition: .5s; color:#fff;  }
.s8 .slideBoxa li .zp:hover .zp1 .z2{ display: inline-block;}
.s8 .slideBoxa li .zp:hover .zp1 .z1{ display: none; }
.s8 .slideBoxa li .zp:hover .zp1 span{ color:#fff; transition: .5s; }

.Puse{text-align: center; }
.Puse li{ display: inline-block; margin: 95px 80px; vertical-align: top; }
.Puse li p{ margin-top: 16px; font-size: 16px; color:#454545; }
.Puse li strong{ font-size: 20px; color:#454545; }


.newsd li{ border-bottom: 1px solid #e5e5e5; line-height: 45px;width: 45%; margin: auto; margin-left:1%; box-sizing: border-box; display: inline-block; padding-left: 2%; padding-right: 2%;
margin-top: 10px;
 }
.newsd li a{ font-size: 16px; color:#454545; text-overflow: ellipsis; white-space: nowrap; float: left; overflow: hidden; width: 80%}
.newsd li span{ float: right; color:#999999;font-size: 14px;  }
.s6 .Mcl1c{ text-align: center; }
.s6 .Mcl1c a{  color:#999; }
/* .Bigdiv .section.active .CenA .left{ width: 45%; }
.Bigdiv .section.active .CenA .Right{opacity: 1;}

.Nen{ color:#fff; font-size: 16px; line-height: 24px; padding-top: 5px; }



.KLe ul li.on{ background: #fc9128; }
.s2 .KLe ul li.on{ background: #24adff; }
.s2 .KLe .hx{ background: #24adff; }
.s3 .KLe ul li.on{ background: #dc6f80; }
.s3 .KLe .hx{ background: #dc6f80; }
.s4 .KLe ul li.on{ background: #2f28b6; }
.s4 .KLe .hx{ background: #2f28b6; }
.s5 .KLe ul li.on{ background: #f55e5c; }
.s5 .KLe .hx{ background: #f55e5c; }
.s6 .KLe ul li.on{ background: #1fa360; }
.s6 .KLe .hx{ background: #1fa360; }
.s7 .KLe ul li.on{ background: #fc9128; }
.s7 .KLe .hx{ background: #fc9128; } */




.Mnsd{ clear: both; width: 100%; position: absolute; bottom: 10px; text-align: center; left: 0; font-size: 14px; }
.Kum{ display: none; }
.ifaen{ position: absolute; left: 50%; width: 60%; margin-left: -30%; margin-top: 100px; }
.Nie .Pmz img{max-width: 65px; }
.Mlk{ display: none; }
.ccp{ display: none;}
.Nte3{ display: none; }
.Vmesd{ display: none; }

.Mlese{ background: #f8f8f8; }
.llog{ position: absolute; }
.table-cell{ overflow: hidden;  }
.wrapper{ position: absolute; top: 50%; margin-top: -150px; left: 50%; margin-left: -50%; width: 100%;  }
.Lmesa1{ height: 150px; position: absolute; width: 100%;z-index: 99; animation: dasha 4s linear forwards; overflow: hidden; }
.Liies{ width: 100%; height: 150px; background: #f8f8f8; position: absolute;  right: 0;  margin-top: -150px; z-index: 9; }
.Lmesa2{ height: 150px; width: 100%; overflow: hidden; position: absolute;  animation: dash 4s linear forwards;
z-index: 99;

}
.ctil{ text-align: right; }

.wrapper .svg-inner {
    position: absolute;
    left: 0;
}
.wrapper
.wait,
.percent-0,
.percent-100 {
    color: #fff;
    position: absolute;
    font-family: Arial;
    font-family: 'Indie Flower', cursive;
}
.percent-0 {
    top: 45px;
    left: 50px;
    font-size: 22px;
}
.percent-100 {
    bottom: 48px;
    right: 34px;
    font-size: 22px;
}
.wait {
    font-size: 26px;
    top: 115%;
    left: 0;
    width: 100%;
    text-align: center;
    padding-left: 30px;
}
.svg-inner-path {
   width: 100%;
    animation: dash 6s linear reverse;
}

.wrapper svg{ transform: scale(.65) rotateY(180deg); margin-top: 35px; position: absolute; margin-left: -35px;  }

@keyframes dash {
    0% {
        width:0%;
    }

		100%{
			  width:100%;
		}
}


.Mcl1{ margin-top: 40px; cursor: pointer; }
.Mcl1 img{ position: relative; top: 4px; margin-right: 6px; }

.Vmesd{ position: absolute; width: 85%; height: 100%; right: 0; top: 0; border: none; background: rgba(255,255,255,0.9); z-index: 99999999999999999; }
.ifaen{border: none;  margin: auto; overflow: hidden;  }

#video{ width: 100%; display: block; max-width: 1000px; margin: auto; margin-top: 100px; }
.newsw .colse{ right: inherit; left: 10%; margin-top: 5px; }
.newsw .CenA{ position: relative; }
.newsw .Nrms{ max-height: inherit; }
.newsw .Kem{ width: 80%; margin: auto; }
.colse{ position: absolute; right: 10%; top: 0; margin-top:50px; z-index: 9999; }
.NMes{ text-align: center; color:#ffffff; font-size: 16px;  padding-top: 20px; }
.Sxbm{ position: absolute; width: 60%; left: 20%; margin-top: 15%; }
.Nepps{ background: none; }
.ifaen{ height: 100%; }

.Btum{ text-align: center; font-size: 20px; color:#454545; margin-bottom: 15px; }

.hx{ width: 100%; background: #e5e5e5; height: 1px; margin-top: 15px; margin-bottom: 15px; }
.Jcx{ text-align: center; }
.Jcx span{ color:#999999; font-size: 12px; margin-left: 10px; margin-right: 10px; }
.Nrms{ margin-top: 40px; margin-bottom: 40px;max-height: 600px; overflow-y: auto; padding-right: 10px;  }
.Nrms p{  color:#999999; line-height: 27px; font-size: 14px; }
.Nrms p.pic{ text-align: center; margin-top: 10px; margin-bottom: 10px; }
.Nrms p.pic img{ max-width: 100%; }
.Bueis{ clear: both; }
.Bueis a{ color:#999;  }
.Bueis .righta,.Bueis .left{ float: right; color: #999999;font-size: 12px;}
.Bueis .left{ float: left; }
.colse{ cursor: pointer; }

.ifaen{ position: absolute; left: 50%; width: 80%; margin-left: -40%; margin-top: 53px; }
.video{ width: 80%; }
.Nie .Pmz img{max-width: 65px; }
.Met .No1:nth-child(2){ width: 1180px; margin: auto; }
.Met p.pic img{ height: auto; }

.Mlked{ display: none; }
.Xsp .pic:hover .tei{ display: block; }
.tei{ position: absolute; margin-top: -26px;width: 100%;  color:#fff; font-size: 14px; text-align: center; display: none; }



@media screen and (max-width:1500px) and (min-width:0px){
.wrapper{ }
.Lmesa1 img{position: relative; left: -200px; }
.Lmesa2 img{position: relative; left: -200px; }
}

@media screen and (max-width:1400px) and (min-width:0px){

.Lmesa1 img{position: relative; left: -250px; }
.Lmesa2 img{position: relative; left: -250px; }
}
@media screen and (max-width:1300px) and (min-width:0px){

.Lmesa1 img{position: relative; left: -300px; }
.Lmesa2 img{position: relative; left: -300px; }
}
@media screen and (max-width:1200px) and (min-width:0px){

.Lmesa1 img{position: relative; left: -350px; }
.Lmesa2 img{position: relative; left: -350px; }
}
@media screen and (max-width:1100px) and (min-width:0px){

.Lmesa1 img{position: relative; left: -400px; }
.Lmesa2 img{position: relative; left: -400px; }
}
@media screen and (max-width:1000px) and (min-width:0px){

.Lmesa1 img{position: relative; left: -450px; }
.Lmesa2 img{position: relative; left: -450px; }
}
@media screen and (max-width:640px) and (min-width:0px){

.Lmesa1 img{position: relative; left: -700px; }
.Lmesa2 img{position: relative; left: -700px; }
}
@media screen and (max-width:540px) and (min-width:0px){

.Lmesa1 img{position: relative; left: -730px; }
.Lmesa2 img{position: relative; left: -730px; }
}
@media screen and (max-width:440px) and (min-width:0px){

.Lmesa1 img{position: relative; left: -770px; }
.Lmesa2 img{position: relative; left: -770px; }
}
@media screen and (max-width:340px) and (min-width:0px){

.Lmesa1 img{position: relative; left: -800px; }
.Lmesa2 img{position: relative; left: -800px; }
}
.Xtop{ position: fixed; right: 40px; bottom: 10%; z-index: 999; background: #99d31f;padding: 8px 13px; display: none;}
.Xtop.on{ display: block; }
.Sjt{ display: none;}

@media screen and (max-width:1000px) and (min-width:0px){
.Sjt{ display: block; height: 1px; color:#fff; overflow: hidden; }
	.Xtop{ left: 5px; right: inherit;bottom: 0; padding-bottom: 8px; padding-top: 8px; }
	.Xtop img{ display: block; }
	.s1 .fullslide .hd{ display: none; }
	.tei{ display: block; }
	.newsd li{ line-height: 40px; overflow: hidden;padding-bottom: 10px; }
	.newsd li a{ font-size: 14px; line-height: 24px; float: left; width: 60%;  white-space:normal; }
	.newsd li span{ font-size: 14px; }
	.newsw .Kem{ width: 100%; }
	.newsw .colse{ position: relative; left: 0; }
	.s1 .fullslide{ margin-top: 70px; }

.newsw .left{color: #999999;
font-size: 12px;}
.Mleks{ height: auto; }
	.Mlked{ display: block; position: fixed; bottom: 0%; right: 5px; z-index: 9; }
.Mlked p{  width: 100px;  padding-top: 5px;padding-bottom: 5px; border-radius: 10px; background: #99d31f; text-align: center; margin-bottom: 5px; cursor: pointer;

 }

 .Mlked p.ps1{ display: none; }
 .fullslide .bd li .c2{ max-width: 640px; }
 .s1 .fullslide{ max-width: 640px; }
.Mlked p span{ font-size: 14px; color:#fff; padding-right: 5px; }
.Mlked p img{ position: relative; top: 2px; }
	.Btum{ font-size: 18px; width: 70%; margin: auto; }
.Dpoll{ margin: auto; }
.Vmesd{ position: fixed; }
	.colse{ left: inherit; right: 10%; }
.fullslide .bd li .c2{ display: block;}
.fullslide .bd li .c1{ display: none; }
.fullslide .bd li img{ width: 100%; height: 100%;}
	.Sxbm{ margin-top: -35px;}
	.Nte2{ display: none; }
	.Nte3{ display: block; }
	.Mnes .Mh1{ text-align: center;  margin-bottom: 25px; }
	.Nte3 li:hover .zp1{background: url("../i/s1a.png") no-repeat center;   }
	.Nte3 li .zp1{ background: url("../i/s1.png") no-repeat center;padding-top: 30px; }
	.elogo{ height: 26px; }
.elogo ul{ display: none; }
.Bigdiv .section.active{background-size: auto auto !important;  }
.lc{ display: none; }
.newleft{ width: 45%; background: rgba(255,255,255,.8);right: -45%; transition: .5s;}
.newleft.on{ right: 0; }
.Bcen{ margin-left: 0;margin-top: 20px; }
.unav li.active .hx{ display: none; }
.unav li.active .title{ margin-top: 0; }
.unav li .hx{ display: none; }
.unav li{ text-align: center;margin-bottom: 5px; height: 30px;line-height: 30px; }
.log{display: none; }
.Kum{ display: block; position: fixed; top: 0; background: rgba(255,255,255,.5); box-shadow: 0 1px 5px rgba(0,0,0,.1);
	 z-index: 99999999; width: 100%;  padding-bottom: 7px;  }
.Kum .Mkp{ float: right; width: 12%; margin-top: 15px; }
.Kum .Logo{  margin: auto; width: 50%; margin-left: 5%; text-align: left; float: left; position: relative; top: 5px; }
.Kum .Logo img{ width: 150px;}
.Kum .tela{ float: right;width: 15%; text-align: right;margin-top: 15px; margin-right: 5%; }
.Kum .tela img{ width: 21px; }
.Mlk{ display: block;  margin-left: 15px; margin-top: 15px; }
.unav{ margin-top: 65px; }
.Mpe1 h1{ font-size: 20px;}
.Mpe1 h2{ font-size: 18px;}
.Mpe1 h2{ margin-top: -15px; }
.sul li{font-size: 14px; height: 27px; line-height: 27px; min-width: 50px; margin-left: 3px; margin-right: 3px; padding-left: 5px; padding-right: 5px; }
.Met p.pic img{ width: 100%; }
.sul{ margin-top: 10px; }
.Met{ font-size: 14px; }
.Mnes{ width: 100%; }
.fullslide{ width: 100%; margin-left: 0; }
.Cen{ width: 90%; float: none; margin: auto; }
.Me1{ display: none; }
.Me2{ display: none; }
.ccp{ display: block; width: 100%; }
.ccp img{ width: 100%; height: auto; }
.s1 .CenA{ width: 100%; }
.fullslide .bd li{ float: none; }
.Nbes{ text-align: center; }
.Nbes li{ width: auto; margin-right: 5px; font-size: 14px; padding-left: 8px; padding-right: 8px; float: none; display: inline-block; vertical-align: top; }
.sul{ margin-top: 30px; }
.slideBox .hd{ margin-left: -43px; }
.Mnes .Mh1{ margin-bottom: 10px; }
.Bnemm{ width: 90%; margin: auto;
overflow-y: auto; max-height: 260px;
	-webkit-overflow-scrolling:touch;margin-top: 14px;
 }
 .Nmess{ margin: auto; margin-top: 18px; width: 96%; }
 .Nmess li .boot img{ width: 100%; }
.Nmess li .boot{ display: none; }
.Nmess li{ width: 50%; height: auto; }
.Nmess li:nth-child(2n) .top{ position: relative; bottom: inherit; }
.Nmess li:nth-child(3){ width: 33%;}
.Nmess li:nth-child(4){ width: 33%;}
.Nmess li:nth-child(5){ width: 33%;}
.Nmess li .pica img{ height: 40px; }
.Nte1 li .zp2{ display: none; }
.Nte1{ background: none; width: 100%; height: auto; }
.Nte2 li .zp2{ display: none;}
.Nte2{ background: none;width: 100%; height: auto; }
.Nte1 li{ margin-right: 0;  max-width: 164px; width: 45%; margin-left: 2%; margin-right: 2%; }
.Nte2 li{ margin-right: 0;  max-width: 164px; width: 45%; margin-left: 2%; margin-right: 2%;}
.Nte1 li .zp1{ width: 100%;}
.Nte2 li .zp1{ width: 100%;}
.slideBox{ width: 100%;  height: auto; }
.slideBox .hd{ margin-top: -40px; }
.slideBox .bd li { text-align: center; }
.slideBox .bd li .pica{ height: 60px; width: 100px; display: inline-block; float: none; }
.slideBox .bd li .pica img{ max-width: 100%; position: relative; top: 10px; }
.fwxm li{ width: 100%; }
.fwxm li>img{ width: 100%; height: auto;  display: none; }
.fwxm li:nth-child(2n){ margin-top: 4px; }
.fwxm{ margin-bottom: 15px; }
.Nie .Nbes p{ font-size: 12px; line-height: 24px; }
.Nie .Nbes{ margin-top: 10px; }
.Nie .Pmz img{ width: 40px; }
.Nie .Mb1{ padding-top: 8px; padding-bottom: 8px; font-size: 16px; }
.fwxm .Nblc{ position: relative; width: 100%; height: auto; left: 0; top: 0; }
.fwxm li{ width: 90%; margin: auto; float: none; margin: auto; }
.fwxm li .Nie{ position: relative; width: 100%; height: auto; left: 0; top: 0; }
.Nie .Pmz{ display: block; }
.Mnes .Mh1{ margin-bottom: 25px; }
.Nie .Nbes{ display: block; }
.fwxm li{ margin-top: 4px; }
.fwxm li:nth-child(2) .Nblc{ width: 100%; left: 0; height: auto; }
.fwxm li:nth-child(3) .Nblc{ width: 100%; left: 0; height: auto; }
.fwxm li:nth-child(4) .Nblc{ width: 100%; left: 0; height: auto; }
.s4 .Mpt{  width: 94%; margin: auto;

 }
.s4 .slideBox .bd li span{ height: auto; }
.section .SSes{ padding-top: 100px; }
.Nie .Pmz{display: none !important; }
.Mnes .Mh1{ font-size: 24px; }
.Nie .Mb2{ display: none; }
.Nie .Nbes{ margin-top: 0px; padding-bottom: 4px; }
.Nie .Mb1{ padding-top: 2px; padding-bottom: 2px; }
.s4 .MNns{ margin: auto; max-width: 100%; float: none; margin-bottom: 15px; }
.s4 .slideBox{ margin-top: 20px; padding-bottom: 10px; }
.s4 .slideBox .hd{ display: none;  }

.Nbes li{ margin-bottom: 10px; }
.Jne li .left{ display: none; }
.s5 .slideBox .bd li .pica{ width: 100%; height: auto; }
.Jne li .righta{ width: 100%; float: none; margin-left: 0; }
.Jne li .righta .Mne .Bt{ float: none; margin-left: 0;  width: auto; }
.Jne li .righta .Mne .tem{ text-align: left ; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; }
.Jne li .righta .Mne .smer{ font-size: 12px; text-align: left; }
.Jne li .righta .Mne .time{ margin-right: 15px; display: none; }
.s5 .slideBox{ margin-top: 10px; }
.Jne li .righta .Mne{ margin-bottom: 6px; }
.s5 .slideBox{ padding-bottom: 50px; }
.fwxm{ font-size: 20px; }
.ifaen{ width: 90%; margin-left: -45%;  margin-top: 20px; }
.Mls .righta .tls span{ text-align: left; }
.Mls .righta p{ line-height: 24px; }
.Mls{ margin-bottom: 15px; }
.Mls .righta .tls span{ min-height: inherit; }
.Mls .righta p{ text-align: left; }
.s4 .Mpt{ margin-top: 15px; }
.sul li{ margin-bottom: 5px; }
.s5 .slideBox{ width: 100%; }
.s5 .slideBox .bd li { text-align: center; }
.s5 .slideBox .bd li .Mles{ width: 45%; display: inline-block; }
.No1 .slideBox{
padding-top: 5px;
padding-bottom: 5px;
  }
.s5 .slideBox{
padding-top: 5px;
padding-bottom: 5px;
  }
.slideBox .hd{ display: none; }
.s5 .slideBox .bd li span{ height: auto; margin-top: 5px; min-height: inherit;  }

.Mois .pic img{ width: 100%; }
.Bueis .left{ width: 100%; }
.Bueis .righta{ width: 100%; }
.s6 .left > div{  margin: auto; width: 100%; }
.s6 .left > div .pic{ float: none; margin: auto; }
.s6 .left>div.em2 .e1{  margin-right: 0; margin-top: 1px; }
.Mnbe>div{ height: auto; min-height: inherit; }
.s6 .left>div .e1{ float: none; margin-top: 10px;margin-bottom: 10px; margin-left: 0; text-align: center; font-size: 14px; }
.s6 .left > div .pic{ width: 80px; height: 80px; }
.s6 .left > div .pic img{ top: 25px;}
.s6 .left > div.em2 .e1{line-height: 24px; }

.Kum.on{ background: none; box-shadow: none;}
.Kum.on .Logo{ display: none; }
.cl p:nth-child(2){ min-height: inherit; padding-bottom: 15px; }
.slideBox .bd li .Muyss{ font-size: 16px; margin-top: 2px; }
.cl .logo img{ width: 30px; height: auto; }
/* .Nte1 li .zp1{ width: auto; height: auto; line-height:  inherit; } */
/* .Mtt::-webkit-scrollbar-track-piece {

  background-color: rgba(0, 0, 0, 0);

  border-left: 1px solid rgba(0, 0, 0, 0);

}

.Mtt::-webkit-scrollbar {

  width: 5px;

  height: 13px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

}

.Mtt::-webkit-scrollbar-thumb {

  background-color: rgba(0, 0, 0, 0.5);

  background-clip: padding-box;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  min-height: 28px;

}

.Mtt::-webkit-scrollbar-thumb:hover {

  background-color: rgba(0, 0, 0, 0.5);

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

} */


.Lpo li{  margin-bottom: 15px; height: auto; padding-bottom: 25px; }
.Lpo{ margin-top: 40px; }
.MNes{ margin-top: 40px; }
.Nte1{ margin-top: 20px; }
.Jne li .righta .Mne{ margin-bottom: 14px; }
.colse{z-index: 999999; }
.Nrms p img{ max-width: 100%; height: auto; }
.fwxm{ text-align: center;  margin-bottom: 25px; }
.Nmess li .top{ padding-top: 10px; height: 140px; }
.Nte1 li .zp1{ height: auto; background: #fff; border-radius: 5px; }
.Nte1 li:hover .zp1{ background: #c84d4d; }
.Nte2 li .zp2{ display: block; }
.Nte1 li .zp2{ display: block; }
.Nte2 li .zp1{ height: auto; background: #fff; border-radius: 5px; line-height: 69px; padding-top: 0;}
.Nte2 li:hover .zp1{ background: #c84d4d; }

.Nie .Nbes p{ line-height: 20px; }
.slideBox .bd li .pica{  margin-right: 15px; }
.Nte1 li .zp2{ width: 100%; }
.Nte2 li .zp2{ width: 100%; }
.s6 .left{ float: left;width: 100%; margin-top:30px; }
.s6 .righta{ display: none;}

.Mcl1{ margin-top: 20px; }
.Met .No1:nth-child(2){ width: 100%;

 }
 .Met{ margin-top: 10px; }
.Met p{ line-height: 24px; }
.slideBox .bd li .Mles{ width: 100%; margin-left: 0; margin-right: 0; }
.Met .No1:nth-child(2) .pic img{ width: auto; }
.slideBox{ margin-top: 0; }
.slideBox .bd li .pica img{ top: 0; }
.slideBox .bd li span{ height: 38px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.slideBox{ padding-bottom: 50px; }
.cl{ margin-bottom: 20px; }
.cl p{ height: auto; }
.slideBox .bd li .pica{ margin-right: 0; }
.cl{ width: 100%; float: none; margin-right: 0; }
.tempWrap{ margin: auto; }
.Mea1 .left{ display: none; }
.Mpe{ width: 100%; margin-top: 0; }
.Mea1 .righta{ width: 100%; height: auto; margin-top: 10px;margin-left: 0; }
.Mea1 .righta .Nr p{ margin-top: 5px; }
.Vmesd{ width: 100%; }
.se4ul li{ position: relative !important; top: 0 !important; margin-top: 0 !important;left: 0 !important; margin-left: 0 !important; width: 100%;height: auto; margin-top: 25px !important; }
.Mleks{ background: none; }
.Mls .left{ width: 100%; height: auto; }
.Mls .righta{width: 100%; margin-left: 0; }
.s6 .slideBox{ width: 100%; height: auto; }
.s6 .Zp1{ width: 100%; height: auto; margin-left: 0;margin-right: 0; }
.s6 .slideBox{
}
.s8 .slideBoxa{
padding-top: 5px;
padding-bottom: 5px;
}

.s6 .slideBox { margin-top: 20px; }
.s7 .slideBox .Left{ width: 100%; height: auto; float: none; }
.s7 .slideBox .Riget{ float: none; width: 100%;}
.s7 .slideBox{width: 100%; height: auto; margin-top: 20px; }
.s7 .slideBox li .Riget .tls span{ min-height: 0; height: auto; }
.s7 .slideBox{
padding-top: 5px;
padding-bottom: 5px;
}
.video{ margin: auto; }
.xpe1{ height: auto;  text-align: left; }
.s8 .slideBoxa li .zp > p{ margin-top: 10px; }
.s8 .slideBoxa li .zp{ width: 100%; height: auto; margin-right: 0; }
.s8 .slideBoxa{ width: 100%; margin-top: 20px; }
.s8 .xpe1{ overflow-y: inherit; }
.Puse li{ margin: auto; display: block; }
.Puse li p img{ width: 60px; }
.Puse li p{ margin-top: 8px; font-size: 14px; margin-top: 4px; }
.slideBox .bd li .pica{ height: auto; }
.s7 .slideBox li .Riget .Xsp .pic{ width: 100%; height: auto; margin-left: 0; margin-right: 0; }
.cl .logo img{ max-height: 80px; }
.colse{ margin-top: 25px; }
.s6 .Zp1{ margin-top: 0; margin-bottom: 20px; }
.cl p:nth-child(3){ min-height: inherit; padding-bottom: 5px; }
.s8 .slideBoxa li .zp{ margin-top: 10px; }

.fullslide .bd li .c2{}
.fullslide .bd li p{ background-size: 100% auto !important;}

.Mcl1{ text-align: center; }
.s4 .Mnes{ height: auto;}
.s5 .slideBox .bd li .Mles{ float: none; margin-left: 0; margin-right: 0; }
.s5 .slideBox .bd li .Mles{ margin-left: 0; margin-right: 0; }
.s5 .slideBox .bd li{ height: auto !important;}
.s5 .MNns{ height: auto !important;}
.s7 .slideBox li .Riget .Xsp { text-align: center; }
.s7 .slideBox li .Riget .Xsp .pic{ width: 45%; margin-left: 2%; margin-right: 2%; }
	.newsw .righta{ display: block; }
	.Btum{ width: 100%; }
	.slideBox .bd li .pica{ max-width: 100%; height: auto; }
	.slideBox .bd li .Mles .pica{ max-width: inherit;width: 100%; }

.s5 .slideBox .bd li span{ display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1; font-size: 14px; }
.newsd li{ width: 100%; }
.newsd li a{width: 65%; }
.newsw .left{ margin-top: 0; margin-bottom: 6px; }


@media screen and (max-width:1000px) and (min-height:640px){
	.Nrms{ margin-top: 20px;margin-bottom: 20px; }
	.s1{ background: linear-gradient(#daecf6, #daecf6); }

}
@media screen and (max-width:380px) and (min-width:0px) and (max-height:640px){

	.Nrms{ max-height: 450px; }
}
@media screen and (max-height:640px){
	.s1 .fullslide{ margin-top: 70px; }
.Bnemm{}
.Nmess li .top{ padding-top: 10px; height: 140px; }
.Nmess li:nth-child(1){ height: 140px; }
.Nmess li:nth-child(2){ height: 140px; }
.Nte1{ margin-top: 0; }
.Nie .Nbes p{ line-height: 16px; }
.Jne li .righta .Mne .smer{ line-height: 16px; -webkit-line-clamp:2; }
.Jne li .righta .Mne{ margin-bottom: 14px; }
.s6 .left{ margin-top: 10px; }
.unav li{ margin-bottom: 5px; }
.Jcx span{ margin-right: 5px; margin-left: 5px; }
.Nrms{ }
.Mnes .Mh1{ margin-bottom: 10px; }
.fwxm{ margin-bottom: 10px; }
.slideBox .bd li .pica{  margin-right: 9px; }
.Lpo li{ }
.MNns{  }
.s4 .Mpt{  }
.MNns{  }
.s6 .slideBox{  }
.s7 .slideBox{  }
.s8 .slideBoxa{  }
.No1 .slideBox{ }
.sul{ margin-top: 10px; }
.s5 .slideBox{ }
#wraper{ overflow: hidden; }


.Mcl1{ margin-top: 10px; }

.fullslide .bd li p{ max-height: 640px; }
}
@media screen and (max-height:540px){
	.fullslide .bd li p{ max-height: 540px; }
}
@media screen and (max-height:440px){
		.fullslide .bd li p{ max-height: 440px; }
}
@media screen and (max-height:340px){
		.fullslide .bd li p{ max-height: 340px; }
}
