*{
  padding:0;
  margin:0;
  word-break: break-all;
}
body{
  color:#666;
  font:14px "Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
  background:#fff;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.links{
  display: block;
  width: 100%;
  height: 100%;
}
p,h1,h2,h3,h4,h5,h6,ul,li,ol{
  padding:0;
  margin:0;
}
.m60{margin-bottom: 60px}
i,em{font-style: normal}
.lf{float:left;}
.rt{float:right;}
.clear{clear:both;}
ul,dl,dt,dd,ol,li{list-style:none;}
a{
  color:#666;
  text-decoration:none;
}
input,button,textarea{outline: none;background-color: #fff}
img{border: none;}

.contact,.searchLabels input,.search .searchMeun,.MeunItem li a,.headerBg,.MeunTxt .span3,.Plays div,.ALRight ul dt img,
.ActImg,.FSLabel input,.FSBtns:before,.HrefList a,.LMLabel input,.LMBtns,.LMForm .close,.ABImg ul li,.pages a,
.SDetailTop .BSBtns,.SDHref,.SDMeun ul li,.SDMeun ul li .num1,.PMBotImg ul li .nus1,.pios,.nios,.PdfList a .span2,.button_s2,
.MinBanner button,.MaxBan .cut,.MaxActContent:after,.MaxActContent:before,.MeunItem li a:before,.MeunItem li a:after,.register,
.RMLabel input,.RMLabel select,.RMBtns,.MapContent ul a,.nuscon a,.AboutDetailMeun li a,.ADCLabel input,.ADCLabel select,
.ADCLabel textarea,.ADCBtns,.ADCReset,.SDetailMeun ul li a,.FooTop ul.addr li.m2 a,.SDetailThr,.CNList,.CNList:before,
.ToChina ul li a,.PMBotRtTop ul li img,.minTo,.FooTop a,.minThree,.minTo,.PdfAddrListNew a,.JumpIndex,.PcToIndex,.ContactToIndex:before,
.ContactToIndex,.ServiceRt ul li dd,.duhlep,#play button,.ServiceRt li dd .emcon .se1,.ServiceRt li dd .emcon i{
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.NeiArcMain,.NeiArc,.LinesList ul li a img,.NeiArcTxt,.NeiArcTxt .span2,.IFrame,.IFrames,.IFramecon,.ProductFrame,.TitleTXT{
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.cmain:after,.LinesList ul:after,.Application:after,.ALLeft:after,.MaxActCon ul:after,.MaxActCon ul li:after,.FooTop:after,
.appcon:after,.AboutContent:after,.AboutNav .em1:after,.ABImg ul:after,.ServiceRt ul:after,.SDetailTop:after,.SDContent:after,
.SDMeun ul:after,.PMBotImg:after,.PMBotImg ul li:after,.PMBotRtTop ul:after,.PMTabel ul:after,.PMTabel li:after,.PMBotImg ul:after,
.PLFigure:after,.PLPline ul:after,.RegisterMain:after,.RMForm form:after,.RFooMain:after,.RMMax:after,.AboutDetailCon:after,
.AboutDetailMeun ul:after,.ADCForm form:after,.ADCFormTop:after,.ADCFormBot:after,.SDetailMeun:after,.SDetailMeun ul:after,
.pageContent:after,.playtxt:after{
  content: ' ';
  display: table;
  clear: both;
}

.cmain{
  width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 500;
}
.headerBg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.headerActive{
  opacity: .3;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
.logo{
  float: left;
  height: 110px;
  line-height: 110px;
}
.logo img{
  vertical-align: middle;
  max-width: 100%;
}
.login{
  float: right;
  width: 29px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/dl.png");
  cursor: pointer;
}
.contact{
  float: right;
  width: 108px;
  height: 41px;
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  margin-right: 45px;
  margin-top: 33px;
  margin-left: 45px;
}
.contact:hover{
  background-color: #244e38;
}
.serach{
  float: right;
  margin-right: 45px;
}
.position{display:none}
/*  搜索框  */
.search{
  float: right;
  position: relative;
  margin-top: 33px;
}
.search .searchMeun{
  width: 45px;
  height: 45px;
  background-color: #244e38;
  background-image: url("images/fdj.png");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 3px;
}
.search .active{background-image: url("images/close.png") !important;}
#search{
  position: absolute;
  height: 38px;
  top: 77px;
  right: 0;
  width: 398px;
  padding: 25px 0;
  background-color: #000;
  background-color: rgba(0,0,0,.3);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  z-index: 50;
  display: none;
  border: 1px solid #244e38;
}
.searchLabels{
  width: 300px;
  margin: 0 auto;
}
.searchLabels input{
  width: 288px;
  height: 38px;
  padding-left: 10px;
  line-height: 38px;
  border: 1px solid #ddd;
  outline: none;
  border-radius: 3px;
}
.searchLabels input:focus{border: 1px solid #244e38}
/*  新增中英文切换  */
.ToChina{
  float: right;
  color: #fff;
  margin-top: 33px;
  margin-left: 45px;
  position: relative;
}
.CNList{
  cursor: pointer;
  width: 35px;
  height: 41px;
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-image: url("images/cn2.png");
  padding-left: 40px;
  position: relative;
}
.CNList:before{
  content: '';
  position: absolute;
  top: 11px;
  right: 8px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/xjt1.png");
  background-size: 90%;
}
.CNList:hover:before{background-image: url("images/xjt2.png");}
.CNList.active:before{background-image: url("images/xjt2.png");}
.CNList.active{
  border: 2px solid #244e38 !important;
  background-image: url("images/cn.png") !important;
  background-color: #fff !important;
}
.CNList:hover{
  border: 2px solid #244e38;
  background-image: url("images/cn.png");
  background-color: #fff;
}
.ToChina .ulsl{
  position: absolute;
  right: 0;
  top: 50px;
  width: 130%;
  display: none;
}
.ToChina .ulsl .ulTop{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid rgb(240,240,240);
  position: relative;
  left: 60px;
}
.ToChina ul{
  background-color: rgb(240,240,240);
  border-radius: 5px;
  border: 1px solid transparent;
  overflow: hidden;
}
.ToChina ul li a{
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #333;
  border-bottom: 1px solid #fff;
  padding-left: 25px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 5px center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 9px;
  text-align: left;
}
.ToChina ul li a:hover{background-color: #244e38;color: #fff}
.ToChina ul li a.m1{background-image: url("images/mkw1.png")}
.ToChina ul li a.m2{background-image: url("images/mkw2.png")}
.ToChina ul li a.m3{background-image: url("images/mkw3.png")}
/*  导航栏  */
.MeunList{
  float: right;
  width: 38px;
  position: relative;
  margin-top: 38px;
  margin-left: 45px;
  display: none;
}
.MeunList:after,.MeunList:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #fff;
}
.MeunList:after{top: 0;}
.MeunList:before{bottom: 0}
.MeunBtns{
  height: 3px;
  background-color: #fff;
  margin: 15px 0;
}
/*  主体部分  */
.MainOne{
  width: 100%;
  min-height: 750px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 205px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  z-index: 30;
}
.MeunItem{float: left;}
.MeunItem li{
  font-size: 0;
  position: relative;
}
.MeunItem li a{
  display: inline-block;
  font-size: 16px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.MeunItem li a:after{
  content: '';
  position: absolute;
  right: -70px;
  width: 0;
  top: 23px;
  height: 1px;
  border-bottom: 1px solid #fff;
}
.MeunItem li a:before{
  content: '';
  position: absolute;
  left: -70px;
  width: 0;
  top: 23px;
  height: 1px;
  border-bottom: 1px solid #fff;
}
.MeunItem li a:hover:after{width: 60px}
.MeunItem li a:hover:before{width: 60px}
.MeunTxt{
  float: right;
  width: 480px;
  text-align: right;
}
.MeunTxt .span1{
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
.MeunTxt .span1 .em1{color: #244e38;}
.MeunTxt .span2{
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}
.MeunTxt .span3{
  display: inline-block;
  width: 128px;
  height: 42px;
  border: 1px solid #244e38;
  border-radius: 3px;
  text-align: center;
  line-height: 44px;
  color: #244e38;
  margin-top: 20px;
}
.MeunTxt .span3:hover{
  background-color: #244e38;
  color: #fff;
}
/*  banner  */
.banner {
  width: 801px;
  height: 435px;
  position: relative;
  margin: 60px auto 0;
}
.banner ul li {
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
  z-index:10;
}
.banner .cut {
  position: absolute;
  width: 43px;
  height: 75px;
  top:50%;
  margin-top: -38px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  border-radius: 3px;
  cursor: pointer;
  display: none;
}
.banner:hover .cut{
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.banner .prev {
  left: 30px;
}
.banner .next {
  right: 30px;
}
.banner .indicator {
  position: absolute;
  width: 100%;
  left:0;
  bottom:24px;
  text-align: center;
  z-index: 20;
  display: none;
}
.banner .indicator a {
  display: inline-block;
  width: 45px;
  height: 2px;
  background: #fff;
  margin: 10px;
}
.banner .indicator a.cur {background: #0067b2;}
.banner .indicator a.cur:hover{background: #0067b2;}
/*  轮播结束  */
/*  手机端轮播  */
.PhoneBanner{display: none}
/*  第二部分  */
.MainTwo{
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/m2.jpg");
  background-size: cover;
}
.GoodNess{
  text-align: center;
  padding-top: 40px;
}
.GoodNess .span1{
  font-size: 36px;
  font-weight: bold;
  color: #464646;
}
.GoodNess .span2{
  font-size: 18px;
  color: #464646;
}
.GoodNess .hen{
  width: 30px;
  height: 2px;
  background-color: #464646;
  margin: 25px auto 15px;
}
.lines{
  padding-top: 40px;
  height: 790px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("images/xian.png");
}
.LinesList ul li{
  width: 225px;
  height: 225px;
  float: left;
  margin-right: 200px;
  position: relative;
}
.LinesList ul li a{
  display: block;
  width: 225px;
  height: 225px;
  text-align: center;
  position: absolute;
  left: 0;
}
.LinesList ul li.ms1 a{top: 121px;}
.LinesList ul li.ms2 a{top: 191px;}
.LinesList ul li.ms3 a{top: 151px;}
.LinesList ul li.ms4 a{top: 230px;}
.NeiArc{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -23px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #748b7c;
}
.NeiArcMain{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #244e38;
}
.LinesList ul li a img{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -104.5px;
  margin-left: -104.5px;
  width: 209px;
  height: 209px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.LinesList ul li a:hover .NeiArc{
  width: 223px;
  height: 223px;
  margin-top: -112.5px;
  margin-left: -112.5px;
  background-color: #d4daca;
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.LinesList ul li a:hover .NeiArcMain{
  width: 209px;
  height: 209px;
  margin-left: -104.5px;
  margin-top: -104.5px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.LinesList ul li a:hover img{
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.NeiArcTxt{
  width: 100%;
  position: absolute;
  top: 150px;
  text-align: center;
}
.NeiArcTxt .span1{
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}
.NeiArcTxt .span2{
  width: 260px;
  height: 0;
  position: relative;
  left: 50%;
  top: -30px;
  margin-left: -130px;
  text-align: justify;
  font-size: 14px;
  color: #666;
  line-height: 23px;
  overflow: hidden;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.LinesList ul li a:hover .NeiArcTxt{top: 235px}
.LinesList ul li a:hover .NeiArcTxt .span2{
  top: 0;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  height: 69px;
}
.MainThree{
  width: 100%;
  height: 845px;
  padding-top: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/m4.jpg");
  background-size: cover;
  box-sizing: border-box;
}
.areas{text-align: center;margin-bottom: 105px}
.areas .h3{
  font-size: 30px;
  color: #333;
  margin-bottom: 10px;
}
.ALLeft{
  float: left;
  width: 25%;
  background-color: #244e38;
  color: #fff;
  padding-top: 75px;
  padding-right: 35px;
  box-sizing: border-box;
  text-align: right;
  position: relative;
}
.ALLeft .h3{
  font-size: 24px;
  color: #fff;
  line-height: 45px;
}
.ALLeft .h3 em{color: #000}
.ALLeft .span1{
  font-size: 12px;
  color: #fff;
  margin-top: 20px;
}
.Plays{
  font-size: 0;
  text-align: right;
  margin-top: 50px;
}
.Plays div{
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #12271c;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.Plays #prevs{background-image: url("images/zbx.png");margin-right: 15px}
.Plays #nexts{background-image: url("images/ybx.png")}
.Plays div:hover{
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.ALRight{
  float: right;
  width: 73%;
  overflow: hidden;
}
#ul{
  position: relative;
  left: 0;
}
.ALRight ul{font-size: 0}
.ALRight ul li{
  display: inline-block;
  box-sizing: border-box;
}
.ALRight ul li a{
  display: block;
  margin: 0 3%;
  width: 94%;
  font-size: 16px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.ALRight ul dt{
  width: 100%;
  overflow: hidden;
}
.ALRight ul dt img{width: 100%}
.ALRight ul a:hover dt img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.ALRight ul dd{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.ALRight ul dd em{
  display: block;
  height: 100%;
  position: relative;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
}
.ALRight ul dd em i{
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 80px;
  overflow: hidden;
  text-align: center;
  background-color: #244e38;
  background-color: rgba(36,78,56,.6);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform: rotate3d(-1, 0, 0, -55deg);
  -webkit-transform: rotate3d(-1, 0, 0, -55deg);
  -moz-transform: rotate3d(-1, 0, 0, -55deg);
  -ms-transform: rotate3d(-1, 0, 0, -55deg);
  -o-transform: rotate3d(-1, 0, 0,-55deg);
  z-index: -1;
}
.MainFore{
  padding-top: 60px;
  min-height: 961px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/m5.jpg");
  background-size: cover;
  box-sizing: border-box;
}
.MainFore .areas{margin-bottom: 60px}
.MaxActCon{
  height: 635px;
  position: relative;
}
.MaxActCon ul li{
  width: 50%;
  float: right;
  text-align: right;
  position: relative;
  margin-bottom: 180px;
}
.MaxActCon ul li.active{
  float: left;
  text-align: left;
}
.MaxActTxt{
  width: 444px;
  position: relative;
  padding-left: 91px;
  float: right;
}
.MaxActCon ul li.active .MaxActTxt{
  padding-left: 0;
  padding-right: 91px;
  float: left;
}
.MaxAct{
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -318px;
  width: 636px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /*background-image: url("images/m7.png");*/
  background-size: 100%;
}
.MaxActContent{
  position: relative;
  width: 100%;
  height: 100%;
}
.MaxActContent:after,.MaxActContent:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #244e38;
  border-radius: 50%;
}
.MaxAct .m0:after{
  top: -10px;
  left: -10px;
}
.MaxAct .m1:after{
  top: -5px;
  left: 5px;
}
.MaxAct .m1:before{
  top: 5px;
  left: -5px;
}
.MaxAct .m2:after{
  top: -5px;
  left: -5px;
}
.MaxAct .m2:before{
  top: 10px;
  left: 10px;
}
.MaxAct .m3:after{
  top: -5px;
  left: 5px;
}
.MaxAct .m3:before{
  top: -10px;
  left: 10px;
}
.MaxActContent .MaxUl{
  position: absolute;
  width: 490px;
  height: 490px;
  top: 50%;
  margin-top: -255px;
  left: 50%;
  margin-left: -245px;
  border-radius: 50%;
  overflow: hidden;
}
.MaxActContent .MaxUl dl{
  position: relative;
  width: 100%;
  height: 100%;
}
.MaxActContent .MaxUl dt{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.MaxActContent .MaxUl dl img{width: 100%;height: 100%;}
.MaxActTxt .h3{
  font-size: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MaxActTxt .hen{
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #244e38;
  margin: 20px 0 25px;
}
.MaxActTxt .span1{
  line-height: 30px;
  height: 120px;
  overflow: hidden;
}
.ActImg{
  position: absolute;
  width: 90px;
  height: 90px;
  top: 50%;
  margin-top: -45px;
  border-radius: 50%;
  border: 1px solid #244e38;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-color: #fff;
}
.ActImg:hover{background-color: #244e38}
.MaxActCon ul li .acs{background-color: #244e38}
.MaxActCon ul li .s1{background-image: url("images/s1.png");}
.MaxActCon ul li .s1:hover{
  background-image: url("images/sh1.png");
}
.MaxActCon ul li .s1.acs{background-image: url("images/sh1.png");}
.MaxActCon ul li .s2{background-image: url("images/s3.png");}
.MaxActCon ul li .s2:hover{
  background-image: url("images/sh3.png");
}
.MaxActCon ul li .s2.acs{background-image: url("images/sh3.png");}
.MaxActCon ul li .s3{background-image: url("images/s2.png");}
.MaxActCon ul li .s3:hover{
  background-image: url("images/sh2.png");
}
.MaxActCon ul li .s3.acs{background-image: url("images/sh2.png");}
.MaxActCon ul li .s4{background-image: url("images/s4.png");}
.MaxActCon ul li .s4:hover{
  background-image: url("images/sh4.png");
}
.MaxActCon ul li .s4.acs{ background-image: url("images/sh4.png");}
.MaxActCon ul li.active .ActImg{right: 0;}
.MaxActCon ul li.list2 .ActImg{left: 0;}
.MainFive{
  height: 435px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/m6.jpg");
}
.footer{padding: 30px 0 0}
.map1{
  width: 1500px;
  margin: 0 auto;
  min-height: 206px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("images/map.jpg");
}
.FooTop{
  width: 1200px;
  margin: 0 auto;
}
.FooTop a:hover{color: #244e38}
.FooTop ul{
  float: left;
  font-size: 14px;
  width: 375px;
  line-height: 30px;
  color: #333;
}
.FooTop ul li.active{color: #244e38;font-weight: bold}
.FooTop ul li.ms1{
  /*padding-left: 30px;*/
  background-repeat: no-repeat;
  background-position: left center;
  /*background-image: url("images/addr3.png");*/
  margin-top: 10px;
}
.FooTop ul.addr{
  padding-left: 35px;
  border: 1px solid #d3d3d3;
  border-top: 0;
  border-bottom: 0;
  margin: 0 35px;
}
.FooTop ul.addr li{
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 15px;
  font-weight: bold;
}
.FooTop ul.addr li.m1{background-image: url("images/tel1.png")}
.FooTop ul.addr li.m2{background-image: url("images/eail1.png")}
.FooTop ul.addr li.m2 a{
  padding-bottom: 3px;
  color: #333;
  border-bottom: 1px solid transparent;
}
.FooTop ul.addr li.m2 a:hover{
  border-bottom: 1px solid #333;
}
.FooTop ul.addr li.m3{background-image: url("images/cz1.png")}
.FooTop ul.addr li.m4{background-image: url("images/pl.png")}
.FooSear{
  float: right;
  width: 300px;
}
.FSForm form{position: relative}
.FSLabel input{
  width: 213px;
  height: 45px;
  border-radius: 3px;
  background-color: #b0b0b0;
  padding-left: 10px;
  padding-right: 75px;
  border: 1px solid transparent;
}
.FSLabel input:focus{
  border: 1px solid #244e38;
  background-color: #eaeaea;
}
.FSBtns{
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 47px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/ff.png");
}
.FSBtns:before{
  content: '';
  position: absolute;
  width: 2px;
  height: 23px;
  background-color: #fff;
  right: 62px;
  top: 13px;
}
.FSActive:before{background-color: #244e38}
.HrefList{font-size: 0;margin-top: 20px}
.HrefList a{
  display: inline-block;
  width: 20px;
  height: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.HrefList a.wb1{background-image: url("images/wb.png");opacity: 1 !important;}
.HrefList a.wx1{background-image: url("images/wx.png");opacity: 1 !important;}
.HrefList a.fn1{background-image: url("images/dn.png")}
.HrefList a.in1{background-image: url("images/in.png")}
.HrefList a:hover{
  opacity: .7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.HrefList a:before{
  content: '';
  position: absolute;
  right: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #244e38;
}
.HrefList .last:before{display: none}
.ewm{
  position: absolute;
  top: 21px;
  left: -25px;
  width: 80px;
  height: 80px;
  display: none;
  opacity: 1 !important;
}
.ewm img{width: 100%}
.FooBot{
  height: 50px;
  line-height: 50px;
  background-color: #dfdfdf;
  text-align: right;
  font-size: 12px;
}
.MeunNone{display: none}
.ALRightPhone{display: none}
.ALRightPhone a{display: block;}
.ALRightPhone a img{
  width: 100%;
  margin: 0 auto;
}
/*   弹出登录框   */
.LoginMed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30000;
  display: none;
}
.LMbg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #244e38;
  opacity: .3;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  z-index: 30000;
}
.LMForm{
  padding: 30px 0;
  width: 400px;
  min-height: 300px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 300000;
  border-radius: 3px;
  top: 0;
  opacity: 0;
}
.LMForm .close{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/close.png");
  background-color: #244e38;
  border-radius: 50%;
  cursor: pointer;
}
.LMForm .close:hover{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.logos{
  text-align: center;
  background-color: #244e38;
  padding: 10px 0;
  max-height: 100px;
  margin-bottom: 25px;
}
.LMForm .h3{
  font-size: 24px;
  text-align: center;
  color: #244e38;
  margin-bottom: 25px;
}
.LMForm form{
  width: 94%;
  margin: 0 auto;
}
.LMLabel{
  margin-bottom: 25px;
}
.LMLabel input{
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
  padding-left: 10px;
}
.LMBtns{
  width: 100%;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  border-radius: 3px;
  border: 0;
  background-color: #244e38;
  color: #fff;
  text-align: center;
  font-size: 16px;
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.LMBtns:hover{
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.LMLabel input:focus{
  border: 1px solid #244e38;
}
/*  关于我们  */
.home{
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.appcon{
  width: 100%;
  height: 100%;
}
.AboutTxt{
  float: left;
  width: 60%;
  height: 100%;
  background-color: #f1f3f2;
}
.AboutNav{padding-top: 55px;margin-bottom: 120px;position: relative}
.ToHome{
  /*display: block;*/
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("images/tofh.png");
  font-weight: bold;
  color: #244e38;
  z-index: 200;
  display: none;
}
.AboutNavTxt{
  width: 151px;
  height: 131px;
  line-height: 155px;
  margin-left: 110px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 24px;
  text-indent: 13px;
  color: #fff;
  margin-bottom: 10px;
}
.AboutNavTxt1{
  width: 100%;
  height: 60px;
  margin: 0 0 30px 0;
  line-height: 60px;
}
.AboutNavTxt1 img{
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
.AboutNav .em1{font-size: 0;display: none}
.AboutNav .em1 i{
  display: inline-block;
  vertical-align: top;
  width: 258px;
  height: 2px;
  background-color: #424242;
}
.AboutNav .em1 i.span1{width: 229px;margin-right: 74px}
.AboutContent{margin-left: 140px;position: relative}
.ABImg{
  float: left;
  width: 20%;
}
.ABImg ul li{
  width: 75px;
  height: 75px;
  cursor: pointer;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 8px;
  position: relative;
  left: 0;
}
.ABImg ul li.active{left: -40px}
.ABImg ul li.ims1{background-image: url("images/ims1.png")}
.ABImg ul .ims1:hover{background-image: url("images/imsa1.png")}
.ABImg ul .ims1.act{background-image: url("images/imsa1.png")}
.ABImg ul li.ims2{background-image: url("images/ims2.png")}
.ABImg ul .ims2:hover{background-image: url("images/imsa2.png")}
.ABImg ul .ims2.act{background-image: url("images/imsa2.png")}
.ABImg ul li.ims3{background-image: url("images/ims3.png")}
.ABImg ul .ims3:hover{background-image: url("images/imsa3.png")}
.ABImg ul .ims3.act{background-image: url("images/imsa3.png")}
.ABImg ul li.ims4{background-image: url("images/ims4.png")}
.ABImg ul .ims4:hover{background-image: url("images/imsa4.png")}
.ABImg ul .ims4.act{background-image: url("images/imsa4.png")}
.ABImg ul li.ims5{background-image: url("images/ims5.png")}
.ABImg ul .ims5:hover{background-image: url("images/imsa5.png")}
.ABImg ul .ims5.act{background-image: url("images/imsa5.png")}
.ABTxt{
  float: right;
  width: 75%;
}
.ABTxt .h3,.ABTxt .h4{
  font-size: 24px;
  color: #383838;
}
.ABTxt .h4{color: #244e38;margin-top: 8px}
.ABTxtCon{
  width: 90%;
  height: 341px;
  line-height: 34px;
  text-align: justify;
  color: #333333;
  margin-top: 10px;
  position: relative;
}
.ABTxtNum{
  position: absolute;
  height: 341px;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #f1f3f2;
  display: none;
}
.lasrol{
  height: 270px;
  overflow: hidden;
}
.AboutImg{
  float: right;
  width: 40%;
  height: 100%;
  position: relative;
}
.AINum{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.AboutImg img{
  width: 100%;
  height: 100%;
}
/*  应用  */
.ServiceLf{
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
.ApplicationImg{
  position: absolute;
  top: 20px;
  left: 15%;
  width: 70%;
  z-index: 10;
  max-height: 80px;
}
.ApplicationImg img{
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.SLImg{
  position: absolute;
  width: 100%;
  height: 100%;
}
.SLImg img{
  width: 100%;
  height: 100%;
}
.SLTxt{
  color: #fff;
  position: relative;
  top: 50%;
  z-index: 20;
  width: 70%;
  min-height: 336px;
  margin: -168px auto 0;
}
.SLTxt .h3{font-size: 18px;}
.SLTxt .hen{
  width: 107px;
  height: 2px;
  background-color: #fff;
  margin: 25px 0;
}
.SLTxtCon{
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  text-align: justify;
  height: 275px;
  overflow: hidden;
}
.ServiceRt{
  float: right;
  width: 50%;
  height: 100%;
}
.ServiceRt .SRul{
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.ServiceRt ul li{
  float: left;
  width: 32%;
  margin: 1% 0 0 1%;
}
.ServiceRt ul li a{
  width: 100%;
  display: block;
  position: relative;
}
.ServiceRt ul li a img{width: 100%;display: block}
.ServiceRt ul li dd{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #244e38;
  background-color: rgba(36,78,56,.8);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  color: #fff;
  font-size: 18px;
}
.ServiceRt li dd .emcon{
  display: block;
  position: relative;
  padding: 0 35px 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ServiceRt li dd .emcon .se1{
  position: relative;
  left: 15px;
}
.ServiceRt li:hover .emcon .se1{
  left: 0;
}
.ServiceRt li dd .emcon i{
  position: absolute;
  right: 15px;
  top: 0;
  width: 35px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/hjt223.png");
}
.ServiceRt li:hover .emcon i{
  right: 0;
}
.pages{
  font-size: 0;
  text-align: left;
  padding: 25px 5px 25px 0;
}
.pages a{
  display: inline-block;
  width: 48px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #d8dce0;
  background-color: #fff;
  border-radius: 3px;
  vertical-align: top;
  margin-left: 13px;
  background-repeat: no-repeat;
  background-position: center;
  color: #8c8c8c;
  font-size: 14px;
}
.pages a:hover{
  background-color: #8c8c8c;
  color: #fff;
}
.pages a.prevs{background-image: url("images/zxh.png");}
.pages a.prevs:hover{background-image: url("images/zxb.png")}
.pages a.nexts{background-image: url("images/yxh.png");}
.pages a.nexts:hover{background-image: url("images/yxb.png")}
.SRulBanner{display: none}
/*  应用详情页  */
/*  loading加载  */
.loadPage {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
}
.loadPage .bar {
  width: 0;
  height: 10px;
  position: relative;
  background-color: #244e38;
  min-width: 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 50%;
}
.loadPage .bar span {
  position: absolute;
  float: none;
  top: 12px;
  right: 0;
  color: #244e38;
  font-size: 16px;
}
.SDetailTop{
  height: 65px;
  line-height: 65px;
  background-color: #244e38;
  overflow: hidden;
}
.SDetailTop .button_s1,.SDetailTop .button_s2{
  float: left;
  width: 240px;
  height: 65px;
  cursor: pointer;
  background-color: #1a3627;
  overflow: hidden;
}
.BSBtns{
  width: 100%;
  height: 65px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/back.png");
  position: relative;
  left: 20px;
}
.SDetailMeun{
  float: left;
  line-height: 65px;
}
.SDetailThr{
  float: left;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/home_meun_icon.png");
  cursor: pointer;
  margin: 17px 30px 0;
}
.SDetailThr.active{background-image: url("images/close3.png")}
.SDetailMeun .SDetailul{
  float: left;
  z-index: 600;
}
.SDetailulbg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #244e38;
  opacity: .5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  z-index: 500;
  display: none;
}
.SDetailMeun ul li{
  float: left;
  position: relative;
  top: -65px;
  opacity: 0;
}
.SDetailMeun ul li a{
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
.SDetailMeun ul li a:hover{
  background-color: #1a3627;
}
.SDetailTop .button_s1:hover .BSBtns,.SDetailTop .button_s2:hover .BSBtns{left: 0}
.SDBanner{
  width: 100%;
  position: relative;
}
.SDBanner img{width: 100%;display: block}
.SDHref{
  position: absolute;
  width: 184px;
  height: 66px;
  left: 50%;
  top: 50%;
  margin-left: -94px;
  margin-top: -35px;
  background-color: #244e38;
  background-color: rgba(36,78,56,.5);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  border: 2px solid #b1c3c5;
  text-align: center;
  line-height: 66px;
  font-size: 18px;
  color: #b1c3c5;
  border-radius: 5px;
}
.SDHref:hover{
  background-color: rgba(36,78,56,.7);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.SDContent{
  padding-left: 320px;
  position: relative;
  min-height: 500px;
  padding-bottom: 50px;
}
.SDMeun{
  width: 255px;
  position: absolute;
  top: 0;
  left: 0;
}
.SDMeun ul li{
  height: 55px;
  line-height: 55px;
  color: #666;
  cursor: pointer;
  font-size: 0;
  padding-left: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.SDMeun .num1{
  display: inline-block;
  font-size: 18px;
  height: 55px;
  vertical-align: top;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("images/yd1.jpg");
}
.SDMeun ul li:hover{background-color: #244e38;}
.SDMeun ul li:hover .num1{
  color: #fff;
  background-image: url("images/yd2.jpg");
}
.SDMeun ul li.active{background-color: #244e38;}
.SDMeun ul li.active .num1{
  color: #fff;
  background-image: url("images/yd2.jpg");
}
.SDTxtMain{width: 90%;}
.SDTxtMainList{position: relative}
.SDTxtCon1{
  display: none;
  opacity: 0;
}
.SDTxtMainList .h3{
  line-height: 54px;
  color: #244e38;
  font-size: 0;
  margin-bottom: 40px;
}
.SDTxtMainList .h3 div{
  display: inline-block;
  font-size: 20px;
  border-bottom: 1px solid #244e38;
  vertical-align: top;
}
.SDTxt1{
  font-size: 14px;
  text-align: justify;
  line-height: 200%;
  color: #999;
}
.IFrame,.ProductFrame,.IFrames{
  position: fixed;
  top: 0;
  right: -70%;
  width: 70%;
  height: 100%;
  background-color: #fff;
  z-index: 50000;
  display: none;
}
#IFrameBg,#parDivBg{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #244e38;
  background-color: rgba(36,78,56,.4);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  z-index: 49000;
  display: none;
}
.IFrameActive{right: 0 !important;}
.IFramecon{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
/*  产品中心  */
.ProductMain{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 50;
  box-sizing: border-box;
}
.MaxImage{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #FFF;
  z-index: -1;
}
.MaxImage img{width: 100%;height: 100%}
.PMTop{width: 100%;margin-bottom: 45px}
.PMTop .AboutNavTxt{
  line-height: 145px;
  text-indent: 20px;
  background-image: url("images/lyt.png");
}
.PMTop .AboutNavTxt span{
  border-top: 1px solid #b1c3c5;
  border-bottom: 1px solid #b1c3c5;
}
.PMTop .AboutNav{margin-bottom: 0}
.PMBot{
  min-height: 845px;
  padding-left: 450px;
  position: relative;
  padding-bottom: 100px;
}
.PMBotLf{
  position: absolute;
  width: 400px;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 70px;
  box-sizing: border-box;
}
.PMBotImg{
  height: 815px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/warter.png");
}
.BlueWeater{
  position: absolute;
  width: 12px;
  height: 19px;
  top: -30px;
  left: 50%;
  margin-left: -6px;
  background-image: url("images/blue_warter.png");
}
.PMBotImg ul li{height: 78px;}
.PMBotImg ul li .nus1{
  float: left;
  width: 50px;
  height: 76px;
  padding: 0 13px;
  border-radius: 50%;
  border: 1px solid #7e7e7e;
  cursor: pointer;
  position: relative;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.PMBotImg ul li .nus1:hover{
  background-color: #244e38;
  color: #fff;
  border: 1px solid #244e38;
}
.PMBotImg ul li.act .nus1{
  background-color: #244e38;
  color: #fff;
  border: 1px solid #244e38;
}
.nusove{
  width: 50px;
  height: 66px;
  margin-top: 5px;
  line-height: 22px;
  overflow: hidden;
}
.nuscon{
  width: 50px;
  height: 66px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.nuscon a:hover{color: #fff}
.PMBotImg ul li.act .nuscon a{color: #fff}
.PMBotImg ul li .nus1:before{
  content: '';
  position: absolute;
  left: 77px;
  top: 39px;
  width: 82px;
  border-top: 1px solid #7e7e7e;
}
.PMBotImg ul li.active .nus1{float: right}
.PMBotImg ul li.active .nus1:before{
  left: auto;
  right: 77px;
}
.PMBotRt{
  width: 94%;
  height: 100%;
}

.PMBotRtTop ul{font-size: 0}
.PMBotRtTop ul li{
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.PMBotRtTop ul li a{
  display: block;
  width: 90%;
  margin: 2% auto;
  position: relative;
  overflow: hidden;
}
.PMBotRtTop ul li a:before{
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 300;
  width: 21px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/hjt23.png");
}
.minThree{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 210px solid transparent;
  border-left: 210px solid #244e38;
  -ms-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  opacity: .5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  z-index: 30;
}
.PMBotRtTop ul li:hover .minThree,.PMBotRtTop ul li:hover .minTo{
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.minTo{
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 210px solid transparent;
  border-right: 210px solid #333;
  -ms-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  z-index: 30;
}
.PMBotRtTop ul li img{
  display: block;
  width: 100%;
}
.PMBotRtTop ul li:hover a img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.minTxt{
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  padding-left: 15%;
  box-sizing: border-box;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #244e38;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.TitleTXT{
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  z-index: 200;
  color: #fff;
  font-size: 20px;
  text-align: center;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.PMBotRtTop ul li:hover .TitleTXT{
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.PMTabel{
  width: 100%;
  margin-top: 20px;
  text-align: justify;
}
.PMTabel ul{
  display: none;
  opacity: 0;
}
.PMTabel li{
  width: 100%;
  position: relative;
}
.PMTabel .h3{
  float: left;
  padding: 0 2px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  background-color: #244e38;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  cursor: pointer;
}
.PMTabel .h3.cells1{font-weight: normal}
.PMTabel .h3 a{color: #fff;display: block}
.cells1{width: 14%;font-weight: bold;text-align: center !important;}
.cells5{width: 18%}
.cells2{width: 6%;text-align: center !important;}
.cells6{width: 12%;position: relative}
.cells3{width: 25%}
.cells4{width: 25%}
.PMTabel .h3.cells6{border-right: 0}
.PMTabel .tbody{
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
  border-left: 1px solid #999;
}
.PMTcon1{border-left: 1px solid #244e38}
.PMTabel .tbody .cells{
  float: left;
  padding: 10px 5px;
  text-align: justify;
  background-color: #fff;
  border: 1px solid #999;
  border-left: 0;
  box-sizing: border-box;
}
.cellchildren{
  position: relative;
  top: 0;
}
.cells6 .cellchildren{padding-bottom: 14px}
.cells2 .cellchildren{color: #f00}
.cells6 .rod{
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 10px 10px 0;
}
.cells6 .rod a{
  color: #f00 !important;
  text-align: right !important;
  margin-bottom: 0 !important;
}
.PMTabel .tbody .cells a{
  display: block;
  color: #244e38;
  line-height: 16px;
}
.cellto{
  padding-left: 15px;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position:  left center;
  background-image: url("images/suo1.png");
}
/*  产品中心轮播  */
.PMBotRtTop{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.PMBotRtBtns{position: relative}
.PMBotRtTop ul{
  position: relative;
  left: 0;
}
.pios,.nios{
  position: absolute;
  width: 25px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #244e38;
  border-radius: 3px;
  cursor: pointer;
  z-index: 300;
  opacity: .6;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  top: 50%;
  margin-top: -25px;
}
.pios{
  left: 0;
  background-image: url("images/zxb.png");
}
.nios{
  right: 0;
  background-image: url("images/yxb.png");
}
.pios:hover,.nios:hover{
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
/*  产品中心轮播结束  */
/*  产品详情页  */
.ProductDea{
  margin-top: 60px;
  position: relative;
  padding-right: 360px;
  min-height: 510px;
  padding-bottom: 100px;
}
.PDRight{
  position: absolute;
  right: 0;
  top: 0;
  width: 229px;
  padding-right: 91px;
}
.NavH3{
  height: 36px;
  line-height: 36px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("images/h21.jpg");
  font-size: 16px;
  padding-left: 15px;
}
.PdfList{
  border: 2px solid #f8f8f8;
  padding: 15px 0;
}
.PdfList li{
  margin-bottom: 10px;
  padding: 0 5px 0 15px;
}
.PdfList a{
  display: block;
  font-size: 14px;
  color: #28282e;
  line-height: 16px;
}
.PdfList a div{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
}
.PdfList a .span1{
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.PdfList a .span1:after,.PdfList a .span1:before{
  content: '';
  position: absolute;
  width: 15px;
  height: 16px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.PdfList a .span1:after{
  background-image: url("images/pdf1.png");
  left: 0;
}
.PdfList a .span1:before{
  background-image: url("images/suo2.png");
  right: 0;
}
.PdfList a .span2{
  color: #7e7e7e;
  padding: 0 20px;
}
.PdfList a:hover .span2{color: #28282e}
.NavH3Bot{margin-top: 30px}
.PdfAddrList{
  font-size: 12px;
  color: #666;
  line-height: 20px;
  padding: 15px 5px;
  border: 2px solid #f8f8f8;
  text-align: justify;
}
.PdfAddrList div{margin-bottom: 10px}
.PdfAddrListNew a{
  color: #666;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}
.PdfAddrListNew a:hover{
  color: #244e38;
  border-bottom: 1px solid #244e38;
}
/*  产品详情页左侧  */
.PDLeft{
  width: 80%;
  height: 100%;
  padding-left: 80px;
}
.PDLh3{
  font-size: 0;
  color: #244e38;
  margin-bottom: 20px;
}
.PDLh3 span{
  display: inline-block;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #244e38;
}
.PLFigure{
  position: relative;
  padding-left: 270px;
  min-height: 252px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f8f8f8;
}
.PLFigureImg{
  position: absolute;
  width: 250px;
  height: 250px;
  border: 2px solid #e2e2e2;
  left: 0;
  top: 0;
}
.PLFigureImg img{width: 100%}
.PLFigureCap{
  font-size: 14px;
  color: #244e38;
}
.PLFigureCap .h3{
  padding: 25px 0;
  font-weight: bold;
  font-size: 18px;
}
.PLFigureCap .h4{
  text-align: justify;
  line-height: 30px;
  overflow: hidden;
  max-height: 120px;
}
.PLPline{
  padding: 15px 0 30px;
  text-align: center;
}
.PLPline li{
  width: 59px;
  margin-right: 45px;
  float: left;
}
.PLPline li dt{
  width: 100%;
  height: 59px;
}
.PLPline li dt img{width: 100%}
.PLPline li dd{
  margin-top: 12px;
  font-size: 12px;
  color: #244e38;
}
.PLNavName{
  height: 40px;
  line-height: 40px;
  background-color: #f8f8f8;
  color: #244e38;
  margin: 15px 0;
}
.PLNavTxt{
  line-height: 200%;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 45px;
}
/*  新增轮播图  */
.MinBanner{
  float: right;
  width: 480px;
  height: 200px;
  position: relative;
  display: none;
}
.MinBanner img{max-width: 100%}
#playleft {
  width:100%;
  height:200px;
  margin: 0 auto;
  position:relative;
  overflow:hidden;
}
#playleft #ulsl {
  position:absolute;
}
#playleft #ulsl li {
  float:left;
  text-align: center;
}
#playleft #ulsl li img {
  max-width: 100%;
}
.MinBanner button {
  outline: none;
  border: 0;
  cursor: pointer;
  position:absolute;
  top:50%;
  margin-top: -35px;
  width: 35px;
  height: 70px;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  background-color: rgba(0,0,0,0);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
}
.MinBanner:hover button{
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60) !important;
  background-color: rgba(0,0,0,.6) !important;
}
.MinBanner #prevl {
  left:0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  background-image: url("images/zxb.png");
}
.MinBanner #nextl {
  right:0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  background-image: url("images/yxb.png");
}
.MinBanner:hover #prevl,.MinBanner:hover #nextl{
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60) !important;
  opacity: 1 !important;
}
/*  首页新加轮播结束  */
/*  新加头部轮播  */
/*  banner  */
.MaxBan {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.MaxBan ul li {
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
  z-index:10;
  background-size: cover !important;
}
.MaxBan .cut {
  position: absolute;
  width: 30px;
  height: 60px;
  bottom:20%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  border-radius: 3px;
  cursor: pointer;
  background-color: #244e38;
}
.MaxBan:hover .cut{
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.MaxBan .prevl {
  right: 90px;
  background-image: url("images/zxb.png");
}
.MaxBan .nextl {
  right: 30px;
  background-image: url("images/yxb.png");
}
.rod{color: #244e38}
/*.banner .indicator {*/
  /*position: absolute;*/
  /*width: 100%;*/
  /*left:0;*/
  /*bottom:24px;*/
  /*text-align: center;*/
  /*z-index: 20;*/
  /*display: none;*/
/*}*/
/*.banner .indicator a {*/
  /*display: inline-block;*/
  /*width: 45px;*/
  /*height: 2px;*/
  /*background: #fff;*/
  /*margin: 10px;*/
/*}*/
/*.banner .indicator a.cur {background: #0067b2;}*/
/*.banner .indicator a.cur:hover{background: #0067b2;}*/
/*  轮播结束  */
/* 新加头部轮播结束 */

/*  媒体查询  */
.MeunItemRegister{display: none}
.register{
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  color: #666;
}
.register:hover{color: #244e38}
/*  注册页面  */
.RegisterMain{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.RegisterBan{border-top: 4px solid #2aa61d;}
.RegisterBan img{width: 100%;display: block}
.RMTop{
  width: 1200px;
  height: 60px;
  line-height: 60px;
  background-color: #244e38;
  color: #fff;
  font-size: 24px;
  padding-left: 25px;
  position: absolute;
  top: -60px;
  box-sizing: border-box;
}
.RMText{
  float: left;
  width: 30%;
  background-color: #ecf0f1;
  padding: 50px;
  line-height: 28px;
  text-align: justify;
  box-sizing: border-box;
}
.RMText .h3{
  font-size: 0;
  color: #333;
  margin-bottom: 15px;
}
.RMText .h3 span{
  font-size: 16px;
  display: inline-block;
  padding-right: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #244e38;
}
.RMText .span a{color: #244e38}
.RMForm{
  float: right;
  padding: 50px 40px;
  width: 65%;
  background-color: #ecf0f1;
  box-sizing: border-box;
}
.RMForm .h3{
  font-size: 0;
  color: #333;
  margin-bottom: 15px;
}
.RMForm .h3 span{
  font-size: 16px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #244e38;
}
.spnum{
  font-size: 14px;
  color: #666;
}
.RMForm form{
  margin-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #999;
}
.nun1{
  display: block;
  color: #333;
  margin-bottom: 5px;
  cursor: pointer;
  padding-left: 5px;
}
.RMLabel{
  width: 46%;
  margin-bottom: 20px;
}
.RMLabel input,.RMLabel select{
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
}
.RMLabel select{
  cursor: pointer;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: 98% center;
  background-image: url("images/jt22.jpg");
}
.RMcontent{
  float: left;
  line-height: 38px;
}
.RMBtns{
  float: right;
  width: 76px;
  height: 38px;
  background-color: #244e38;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  border-radius: 3px;
  border: 0;
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.RMLabel input:focus,.RMLabel select:focus{border: 1px solid #244e38}
.RMBtns:hover{
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.RFooter{
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #244e38;
  color: #fff;
  margin-top: 55px;
  box-sizing: border-box;
}
.RFooMain{
  width: 94%;
  margin: 0 auto;
  line-height: 30px;
}
.RFooMain .lf{font-size: 18px}
.RFooMain .rt{font-size: 12px}
.RFooMain .rt a{color: #fff}
/*  cookie  */
.cookie{
  width: 94%;
  margin: 0 auto;
}
.cookie .h3{
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 25px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #999;
}
.CookieMain{
  line-height: 30px;
  text-align: justify;
  padding-bottom: 40px;
}
.InterAddr img{
  width: 100%;
  display: block;
}
.InterMain{
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -750px;
}
.InterAddr{position: relative;}
.MapH3{
  position: absolute;
  font-size: 48px;
  color: #fff;
  width: 100%;
  text-align: center;
  top: 55%;
  left: 0;
}
.MapContent{
  width: 1000px;
  margin: 60px auto;
}
.MapContent .h3{
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 25px;
}
.MapContent ul li{
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
.MapContent ul a{
  font-size: 18px;
  display: block;
  line-height: 40px;
  padding-left: 20px;
  background-color: #ececec;
}
.MapContent ul dl{font-size: 0;padding-left: 20px}
.MapContent ul dd{
  display: inline-block;
  margin-right: 35px;
  vertical-align: top;
  margin-top: 8px;
}
.MapContent ul dd a{
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  background-color: #fff;
  padding-left: 0;
}
.appcons2{overflow-y: hidden}
.AboutImgS1{display: block;}
.AboutContents1{
  padding: 0;
  width: 94%;
  margin: 0 auto;
  line-height: 28px;
}
.MapContent ul a:hover{color: #244e38}
.lasimk{
  height: 270px;
  overflow-y: scroll;
}
.lasimk span{
  display: block;
  height: auto;
}
/*  新加页面以及样式  */
.LasrolHref{
  display: block;
  width: 34px;
  height: 34px;
  margin-top: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/jia1.jpg");
}
.AboutDetail{
  height: 100%;
  padding-left: 310px;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  padding-bottom: 65px;
}
.AboutDetailMeun{
  position: absolute;
  width: 240px;
  height: 100%;
  background-color: #ccc;
  left: 0;
  top: 0;
}
.AboutDetailMeun .h3{
  text-align: center;
  color: #244e38;
  padding: 45px 0;
}
.AboutDetailMeun .h3 .span1{
  font-size: 36px;
  font-weight: lighter;
  font-family: 迷你简细圆;
  margin-bottom: 5px;
}
.AboutDetailMeun .h3 .span2{font-size: 18px}
.AboutDetailMeun ul{padding-left: 35px;}
.AboutDetailMeun li a{
  display: block;
  border-left: 2px solid #ccc;
  height: 55px;
  line-height: 55px;
  background-color: #ccc;
  padding-left: 40px;
  color: #333333;
  font-size: 18px;
}
.AboutDetailMeun li.active a{
  background-color: #fff;
  border-left: 2px solid #244e38;
}
.AboutDetailMeun li a:hover{
  background-color: #fff;
  border-left: 2px solid #244e38;
}
.AboutDetailCon{
  height: 100%;
  position: relative;
}
.ADCImg{
  float: right;
  width: 38%;
  height: 100%;
  display: none;
}
.ADCImg img{width: 100%;height: 100%}
.ADCTxt{
  float: left;
  width: 98%;
  height: 100%;
  padding-top: 115px;
  box-sizing: border-box;
  position: relative;
}
.ADCTxt .h3{
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  margin-bottom: 10px;
  font-size: 24px;
}
.ADCTxt .h3 .span1{
  color: #333;
  margin-bottom: 5px;
}
.ADCTxt .h3 .span2{color: #244e38;}
.ADCTxtCon{
  line-height: 200%;
  text-align: justify;
  color: #333;
  width: 100%;
  height: 90%;
  padding: 20px 20px 20px 0;
  overflow: hidden;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.ADCLabel{
  width: 48%;
  margin-bottom: 20px;
}
.red{color: #f00}
.ADCFor{
  display: block;
  padding-left: 5px;
  cursor: pointer;
  color: #666;
}
.ADCLabel input,.ADCLabel select,.ADCLabel textarea{
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
}
.ADCLabel select{
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: 98% center;
  background-image: url("images/jt22.jpg");
}
.ADCLabel textarea{
  height: 100px;
  padding: 5px 10px;
  line-height: 26px;
  resize: none;
}
.ADCLabel input:focus,.ADCLabel select:focus,.ADCLabel textarea:focus{border: 1px solid #244e38}
.ADCBtns,.ADCReset{
  width: 48%;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background-color: #244e38;
  border: 0;
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.ADCBtns:hover,.ADCReset:hover{
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.JumpIndex{
  margin-left: 80px;
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  color: #333;
  background-color: #eee;
  border: 1px solid #ddd;
  background-position: 8px center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.JumpIndex:hover{
  padding-left: 40px;
  background-color: #244e38;
  border: 1px solid #244e38;
  color: #fff;
  background-image: url("images/is112.png");
}
.pageContent .pages{float: left;}
.PcToIndex{
  float: left;
  color: #333;
  width: 80px;
  height: 38px;
  margin: 25px 13px 25px 0;
  line-height: 38px;
  border: 1px solid #d8dce0;
  padding-left: 40px;
  text-align: center;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-image: url("images/sy113.png");
}
.PcToIndex:hover{
  background-image: url("images/sy112.png");
  background-color: #244e38;
  border: 1px solid #244e38;
  color: #fff;
}
/*  新增联系我们页面  */
.ContactWe{
  position: relative;
  padding-right: 460px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /*background-image: url("images/newx1.jpg");*/
  background-size: cover;
}
.ContactWeImg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ContactWeImg img{
  width: 100%;
  height: 100%;
  display: block;
}
.CWHrefItem{
  width: 460px;
  position: absolute;
  right: 0;
  top: 8%;
  font-size: 0;
}
.CWHrefItemCon{width: 425px}
.CWHrefItem a{
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  color: #244e38;
}

.CWHrefItem a:hover{
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  color: #057b3c;
}

.CWHrefItem a .em1{
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
}
.CWHrefItem a .span1{
  line-height: 22px;
  font-size: 12px;
}
.CWHrefItem .ko1{
  border-bottom: 1px dashed #244e38;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.CWHrefItem .ko1.last{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
/*  新加轮播  */
.PlayContent{
  margin:  40px auto 0;
}
.PlayContentno{
  width: 570px;
  margin: 0 auto;
  padding: 26px 15px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("images/photo.png");
}
#play {
  width:570px;
  height: 350px;
  margin: 0 auto;
  position:relative;
  overflow:hidden;
}
#play #ulsls {
  position:absolute;
}
#play #ulsls li {
  float:left;
  width: 100%;
  text-align: center;
}
#play #ulsls li img {
  max-width: 100%;
}
#play button {
  outline: none;
  border: 0;
  cursor: pointer;
  position:absolute;
  top:50%;
  border-radius: 50%;
  margin-top: -24px;
  width: 47px;
  height: 47px;
  background-repeat: no-repeat;
  background-image: url("images/rolling.png");
}
#play #prev {
  left:0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  background-position: 0 0;
}
#play #next {
  right:0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  background-position: 0 -48px;
}
#play:hover #prev,#play:hover #next{
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60) !important;
  opacity: 1 !important;
}
.playtxt{margin-top: 50px}
.playtxt .f24{
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
  width: 100%;
}
.playtxt .f12{
  color: #666;
  line-height: 20px;
}
.playtxt .f12 a{
  padding-bottom: 3px;
  color: #244e38;
  border-bottom: 1px solid transparent;
}

.playtxt .f12 a:hover{
  border-bottom: 1px solid #244e38;
}


.playtxt .rt dl{width: 100px;text-align: center}
.playtxt .rt dt{
  height: 100%;
  overflow: hidden;
}
.playtxt .rt dt img{
  width: 100%;
  display: block;
}
.playtxt .rt dd{
  color: #333;
  line-height: 30px;
}
.duhlep{
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  display: block;
  margin-top: 10px;
  background-color: #244e38;
  color: #fff;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 30px center;
  background-image: url("images/zzll2.png");
  text-align: center;
  font-size: 16px;
  border: 1px solid transparent;
}
.duhlep:hover{
  border: 1px solid #244e38;
  background-color: #fff;
  color: #244e38;
  background-image: url("images/zzll1.png");
}
.contacttome{
  font-size: 0;
  color: #244e38;
}
.contacttome span{
  display: inline-block;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.ContactToIndex{
  display: inline-block;
  position: relative;
  color: #fff;
  padding-left: 20px;
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}
.ContactToIndex:hover{border-bottom: 1px solid #fff}
.ContactToIndex:before{
  content: '';
  position: absolute;
  left: 10px;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid #fff;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.ContactToIndex:hover:before{
  left: 0;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
@media (min-width: 1200px) and (max-width: 1300px){.MinBanner{width: 325px}#playleft #ulsl li{width: 325px} }
@media (min-width: 1301px) and (max-width: 1500px){.MinBanner{width: 385px}#playleft #ulsl li{width: 385px}}
@media screen and (min-width: 1501px){.MinBanner{width: 410px}#playleft #ulsl li{width: 410px}}
@media screen and (max-width: 1500px){
  .header .cmain{
    width: auto;
    padding: 0 15px;
  }
  .lines{background-image: none}
  .ABTxtCon{line-height: 30px}
  .AboutNav .em1 i{width: 60px}
}
@media screen and (max-width: 1600px){
  .AboutNav{margin-bottom: 20px;padding-top: 20px}
  .AboutNavTxt1{
    margin: 15px 0 15px 0;
    width: 50%;
    height: auto;
  }
  .PMBotRtTop ul li a:before{
    bottom: 5px;
    right: 5px;
  }
}
.MeunItem .new_nav{
    display:block!important;
  }
  .MeunItem .new_nav_m{
    display:none!important;
  }
  .SDetailMeun .new_nav{
    display:block!important;
  }
  .SDetailMeun .new_nav_m{
    display:none!important;
  }
@media screen and (max-width: 1199px){
  .ADCTxt{
    width: 94%;
  }
  .ContactWe {
    padding-right: 0;
    background-image: none;
    /* background-color: #244e38; */
    padding-bottom: 180px;
  }
  .CWHrefItem{
    width: 94%;
    margin: 0 auto;
    position: relative;
  }
  .CWHrefItemCon{width: 100%}
  .ContactWeImg{display: none}
  .ContactToIndex:before{
    left: 0;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
  .minThree {
    border-bottom: 210px solid transparent !important;
    border-left: 210px solid #244e38 !important;
  }
  .PMBotRtTop ul li:hover .minThree{
    -ms-transform: scale(0.2) !important;
    -moz-transform: scale(0.2) !important;
    -o-transform: scale(0.2) !important;
    -webkit-transform: scale(0.2) !important;
    transform: scale(0.2) !important;
  }
  .minTo {
    border-top: 210px solid transparent !important;
    border-right: 210px solid #333 !important;
  }
  .PMBotRtTop ul li:hover .minTo{
    -ms-transform: scale(0.3) !important;
    -moz-transform: scale(0.3) !important;
    -o-transform: scale(0.3) !important;
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }
  .TitleTXT{display: none}
  .ADCImg{display: none}
  .MapContent{width: 94%;}
  .RegisterBan{display: none}
  .RMMax{
    width: 94%;
    margin: 0 auto;
  }
  .RMTop{
    width: 100%;
    position: relative;
    top: 0;
  }
  .RFooter{width: 100%}
  .RegisterMain{
    width: 100%;
    margin: 110px auto 0;
  }
  .MeunItemRegister{display: block}
  .MeunItem li a:after,.MeunItem li a:before{display: none}
  .MaxBan{display: none}
  .MinBanner{display: none;}
  .BSBtns{left: 0}
  .Children{display: block;}
  .ALRight{display: none}
  .ALRightPhone{
    display: block;
  }
  .MeunItem li {
    left: -200px;
    opacity: 0;
  }
  .MeunList{display: block}
  .banner{display: none;}
  .PhoneBanner{
    display: block;
    width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    text-align: center;
  }
  .MainOne{
    background-image: none;
    background-color: #000;
    background-color: rgba(0,0,0,.5);
    padding-top: 130px;
  }
  .MeunItem{
    position: fixed;
    width: 320px;
    height: 100%;
    top: 0;
    left: -320px;
    background-color: #244e38;
    overflow: hidden;
    z-index: 50;
  }
  .MeunItem ul{
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
 .MeunItem .new_nav{
    display:none!important;
  }
  .MeunItem .new_nav_m{
    display:block!important;
  }
  .SDetailMeun .new_nav{
    display:none!important;
  }
  .SDetailMeun .new_nav_m{
    display:block!important;
  }
  .MeunNone{
    display: block;
    padding: 0 10px;
    overflow: hidden;
    background-color: #363535;
  }
  .MeunNav{
    width: 34px;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
  }
  .MeunNav:after, .MeunNav:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #fff;
  }
  .MeunNav:before {
    bottom: 0;
  }
  .MeunNav:after {
    top: 0;
  }
  .MeunItem li a{
    display: block;
    padding: 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #666;
  }
  .app{
    position: relative;
    left: 0;
  }
  .appbg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #244e38;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    z-index: 200;
    display: none;
  }
  /*  文字部分 主体  */
  .MeunTxt{
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 65px;
    display: block
  }
  .MeunTxt .span1{line-height: 70px}
  .MeunTxt .span2{line-height: 35px;margin-top: 25px}
  /*  主体部分  */
  .MainTwo{padding-bottom: 60px}
  .cmain{
    width: 94%;
    margin: 0 auto;
    text-align: center;
  }
  .LinesList ul li {
    width: 22%;
    height: auto;
    margin-right: 3%;
  }
  .LinesList ul li a {
    position: inherit;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .NeiArc{display: none}
  .LinesList ul li a img{
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    min-height: 138px;
    height: auto;
    max-width: 100%;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #244e38;
    box-sizing: border-box;
  }
  .lines{
    height: auto;
  }
  .NeiArcMain{display: none}
  .NeiArcTxt{
    position: relative;
    left: 0;
    top: 0;
    margin: 25px 0 0;
    width: 100%;
    height: auto;
  }
  .LinesList ul li a:hover .NeiArcTxt {
    top: 0;
  }
  .NeiArcTxt .span2{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 69px;
    line-height: 23px;
    margin: 0;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
  /*  自适应轮播主体部分  */
  .ALLeft{display: none;}
  .ALRight{width: 100%;}
  .MainThree{
    height: auto;
    padding: 60px 0;
  }
  .MainThree .areas{margin-bottom: 60px}
  /*   实验数据模块   */
  .MainFore{
    height: auto;
    padding-bottom: 60px;
  }
  .MaxActCon{
    height: auto;
  }
  .MaxAct{
    display: none;
  }
  .MaxActTxt{
    width: 90%;
    box-sizing: border-box;
  }
  .MaxActCon ul li{margin-bottom: 65px}
  .MaxActCon ul li.active .MaxActTxt{padding-right: 115px}
  .MaxActCon ul li.list2 .MaxActTxt{padding-left: 115px}
  /*  底部部分  */
  .map1 {
    width: 100%;
  }
  .FooTop{
    width: 94% !important;
    margin: 0 auto;
  }
  .FooTop ul{
    width: 45%;
    box-sizing: border-box;
    margin-bottom: 50px;
  }
  .FooTop ul.addr{
    margin: 0;
    padding-left: 10%;
    margin-left: 10%;
    border-right: 0;
  }
  .FooSear{
    float: left;
    margin-top: 50px;
  }
  .HrefList{
    text-align: center;
    margin-bottom: 40px;
  }
  .FooBot{text-align: center}
  #search{
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 15px 0;
    box-sizing: border-box;
  }
  .searchLabels input{
    width: 100%;
    box-sizing: border-box;
  }
  .searchLabels{
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px){
  .AboutImg{display: none}
  .AboutImgS1{display: block}
  .AboutTxt{
    width: 100%;
  }
}
@media (min-width: 1500px) and (max-width: 1800px){
  .ALLeft{
    padding-top: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1550px){
  .MapH3{font-size: 40px}
  .TitleTXT{left: 10px;font-size: 16px}
  .MeunTxt .span1{font-size: 28px}
  .MeunTxt .span2{font-size: 14px}
  .MaxActCon ul li .MaxActTxt{width: 53%;}
  /*  中间四个部分排版  */
  .MainTwo .cmain{width: 1100px;margin: 0 auto}
  .lines{background-image: none}
  .lines{
    height: auto;
    padding: 260px 0 180px;
  }
  .LinesList ul li{margin-right: 66px}
  .LinesList ul li a{
    position: inherit;
    top: 0 !important;
    left: 0;
  }
  /*  中间部分排版结束  */
}
@media (min-width: 1200px) and (max-width: 1300px){
  .TitleTXT{font-size: 12px}
}
@media (min-width: 1200px) and (max-width: 1500px){
  .ALLeft .h3{
    font-size: 18px;
    color: #fff;
    line-height: 45px;
  }
  .ALLeft{
    padding-right: 20px;
    padding-top: 10px;
  }
  .ALLeft .h3{
    line-height: 35px;
  }
  .MainThree{height: 605px}
  .Plays{margin-top: 25px}
}
@media (min-width: 768px) and (max-width: 1550px){
  .MainOne .cmain{width: 94%;}
  .MainFore .cmain{width: 94%;}
  .InterMain{
    width: 94%;
    margin: 0 auto;
    left: 3%;
  }
  .map1{width: 100%}
  .FooTop{width: 1160px}
}

/*  ipad显示  */
@media (min-width: 768px) and (max-width: 1199px){
.new_none{
	display:none;
}
  .position{display:block;width: 94%;line-height:30px;margin:0 auto;}
  .MapH3{font-size: 32px}
  .ALRightPhone a{
    width: 100%;
    text-align: center;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .ServiceRt ul li{
    float: left;
    width: 47%;
    margin: 2% 0 0 2%;
  }
  .PMBot{
    width: 100%;
    padding-left: 0;
  }
  .PMBotRt{
    margin: 0 auto;
  }
  .PMBotLf{
    width: 94%;
    position: relative;
    padding-left: 0;
    margin: 0 auto;
  }
  .BlueWeater{display: none}
  .PMBotImg{
    background-image: none;
    height: auto;
  }
  .PMBotImg ul li{
    width: 20%;
    height: auto;
    float: left;
    font-size: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .PMBotImg ul li .nus1{
    float: none !important;
    display: inline-block;
  }
  .PMBotImg ul li .nus1:before{width: 0}
  .PLFigureCap .h3{padding: 10px 0;}
  .PLFigureImg{width: 150px;height: 150px}
  .PLFigure{padding-left: 170px}
  .PLFigure{min-height: 152px}
  .PLPline li{margin-top: 20px}
  
  .new_none{
	display:none!important;
  }
}
@media (min-width: 320px) and (max-width: 767px){

  .position{display:block;width: 94%;line-height:30px;margin:0 auto;}


  .PlayContentno{
    width: 94%;
    margin: 0 auto;
  }
  .PlayContentno{
    background-image: none;
    padding: 26px 0;
  }
  #play{
    width: 100%;
    height: auto;
  }
  .playtxt>div{float: none !important;text-align: center}
  .playtxt .rt dl{margin: 0 auto}
  #play #ulsls{position: relative}
  .appconx1{
    position: relative;
    top: 0;
    left: 0;
  }
  .contacttome{
    padding-top: 30px;
  }
  .ContactWe{
    padding-right: 0;
    background-image: none;
    /*background-color: #244e38;*/
    padding-bottom: 180px;
  }
  .CWHrefItem{
    width: 94%;
    margin: 0 auto;
    position: relative;
  }
  .CWHrefItemCon{width: 100%}
  .duhlep{margin: 30px auto}
  .PcToIndex{
    width: 120px;
    display: block;
    margin: 25px auto 0;
    float: none;
    background-image: url("images/sy112.png");
    background-color: #244e38;
    border: 1px solid #244e38;
    color: #fff;
  }
  .pageContent .pages{float: none;margin: 0 auto}
  .pages a{width: 38px}
  .PMBotRtBtns{display: none}
  .JumpIndex{
    margin-left: 3%;
    margin-top: 55px;
    padding-left: 40px;
    background-color: #244e38;
    border: 1px solid #244e38;
    color: #fff;
    background-image: url("images/is112.png");
  }
  .SDetailMeun .SDetailul{
    float: none;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
  }
  .SDetailMeun ul li{
    opacity: 1;
    top: 0;
    width: 50%;
    background-color: #eee;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
  }
  .SDetailMeun ul li:nth-child(2n){border-right: 0}
  .SDetailMeun ul li a{
    color: #333;
    line-height: 50px;
  }
  .SDetailThr{margin: 17px 20px 0}
  #search{top: 90px;}
  .ADCLabel{
    float: none!important;
    width: 100%;
  }
  .AboutDetail{
    padding-left: 0;
  }
  .AboutDetailMeun{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .AboutDetailMeun ul{
    padding-left: 0;
    width: 94%;
    margin: 0 auto;
  }
  .AboutDetailMeun .h3{padding: 20px 0}
  .AboutDetailMeun li{
    float: left;
    width: 30%;
    margin: 0 1.6%;
  }
  .AboutDetailMeun li a{
    padding-left: 0;
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
  .ADCTxt .h3{text-align: center}
  .ADCTxt{
    float: none;
    margin: 0 auto;
  }
  .ADCTxtCon{padding-right: 0}
  .appcons2{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .RegisterMain{
    margin: 90px auto 0;
  }
  .RMText{
    float: none;
    width: 100%;
    margin: 25px 0;
    padding: 3%;
  }
  .RMForm{
    float: none;
    width: 100%;
    padding: 3%;
  }
  .RMLabel{
    width: 100%;
    float: none; !important;
  }
  .RFooMain div{
    float: none;
    text-align: center;
  }
  .ALRightPhone a{
    width: 100%;
    text-align: center;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .header{
    height: 90px;
  }
  .logo{
    width: 15%;
    height: 90px;
    line-height: 90px;
  }
  .login{
    height: 90px;
    background-size: 80%;
  }
  .contact{
    width: 100px;
    height: 38px;
    line-height: 42px;
    margin: 24px 15px 0;
  }
  .search{margin-top: 25px;}
  .search .searchMeun{
    width: 40px;
    height: 40px;
  }
  .MeunList{
    margin-top: 28px;
    margin-left: 8px;
  }
  .MeunTxt .span1{
    font-size: 30px;
    line-height: 50px;
  }
  .MeunTxt .span2{
    font-size: 14px;
    line-height: 25px;
  }
  .PhoneBanner img{
    width: 100%;
    max-width: 100%;
  }
  .MainOne{
    min-height: 500px;
  }
  .LinesList ul li{
    float: none;
    width: 100%;
    padding: 0 15%;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    margin-bottom: 4%;
    padding-bottom: 4%;
    box-sizing: border-box;
  }
  /*  实验室部分  */
  .MainFore{background-size: cover}
  .MaxActCon ul li{
    float: none !important;
    text-align: center !important;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding-bottom: 5%;
    margin-bottom: 5%;
    border-bottom: 1px solid #ddd;
  }
  .MaxActCon ul li .MaxActTxt{
    padding: 0 !important;
    padding-top: 100px !important;
    float: none !important;
    margin: 0 auto;
  }
  .ActImg {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0 !important;
    margin-top: 0 !important;
    left: 50% !important;
    margin-left: -45px !important;
    border-radius: 50%;
    border: 1px solid #244e38;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-color: #fff;
  }
  .MaxActTxt .h3{font-size: 24px}
  .MaxActTxt .span1{
    line-height: 25px;
    height: 75px;
  }
  .MaxActTxt .hen{
    margin: 10px 0 15px 0;
  }
  .MainFive{display: none}
  /*  底部样式  */
  .FooTop ul{
    width: 100%;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 5% !important;
    padding-bottom: 5% !important;
  }
  .FooTop ul.addr{
    border: 0;
    margin: 0;
    padding: 0;
  }
  .FooTop ul li.active{
    padding-left: 30px;
  }
  .map1{background-size: 100%}
  .FooTop{
    width: 90% !important;
    margin: 0 auto;
  }
  .FSLabel input{
    width: 100%;
    box-sizing: border-box;
  }
  .FooSear{
    width: 100%;
    margin-top: 0;
  }
  .FooBot{
    height: auto;
    line-height: 30px;
  }
  .FooBot a{display: inline-block}
  .LMForm{
    width: 94%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .LMForm .h3{margin-bottom: 15px}
  .logos{margin-bottom: 15px}
  .LMLabel{margin-bottom: 15px}
  .LMBtns{
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
  /*  关于我们  */
  .AboutNavTxt{
    margin: 0 auto;
  }
  .AboutNav .em1{margin-top: 10px}
  .AboutNav .em1 i{
    float: right;
    width: 30%;
  }
  .AboutNav .em1 i.span1{
    margin-right: 0;
    float: left;
    width: 60%;
  }
  .AboutContent{
    margin-left: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .AboutContents1{margin: 0 auto}
  .AboutTxts1{width: 100%}
  .AboutImgS1{
    width: 100%;
    height: 400px;
  }
  .ABImg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .ABImg ul{font-size: 0}
  .ABImg ul li{
    display: inline-block;
    left: 0 !important;
    width: 50px;
    height: 50px;
    background-size: 100%;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .ABTxt{
    width: 94%;
    margin: 0 auto;
    float: none;
  }
  .AboutNav{
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .ABTxtCon{
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
  }
  .AboutNavTxt{
    width: 120px;
    height: 100px;
    background-size: 100%;
    text-indent: 8px;
    line-height: 110px;
    font-size: 22px;
  }
  .AboutNavTxt1{
    width: 60%;
    padding: 20px 0;
    height: auto;
    margin: 0;
  }
  .ABTxtNum{height: auto}
  .home{
    width: 100%;
    height: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #f1f3f2;
  }
  .AboutTxt{height: auto}
  /*  应用  */
  .ServiceLf,.ServiceRt{
    width: 94%;
    height: auto;
    float: none;
    margin: 0 auto;
  }
  .SLTxtCon {
    line-height: 25px;
    font-size: 14px;
    color: #333;
    text-align: justify;
    height: auto;
  }
  .SLTxt{
    color: #333;
    position: relative;
    top: 0;
    z-index: 20;
    width: 100%;
    min-height: 336px;
    margin: 0 auto 25px;
  }
  .SLImg{display: none;}
  .SLTxt .h3{
    text-align: center;
    font-size: 20px;
    padding-top: 60px;
  }
  .SLTxt .hen {
    width: 50%;
    background-color: #333;
    margin: 25px auto;
  }
  .pages{
    padding: 25px 0;
    text-align: center;
  }
  .pages .prevs{margin: 0}
  .ServiceRt ul{display: none}
  .ServiceRt ul li{
    float: left;
    width: 47%;
    margin: 2% 0 0 2%;
  }
  .SRulBanner dl{
    width: 100%;
    position: relative;
  }
  .SRulBanner dt img{
    display: block;
    width: 100%;
  }
  .SRulBanner dd{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #244e38;
    background-color: rgba(36,78,56,.8);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    color: #fff;
    font-size: 14px;
  }
  .SRulBanner{display: block}
  .ServiceRt .SRul{overflow-y: hidden}
  .SDHref{
    width: 116px;
    height: 42px;
    margin-left: -60px;
    margin-top: -23px;
    line-height: 42px;
  }
  .SDContent{
    padding: 0 0 50px 0;
    width: 94%;
    margin: 0 auto;
  }
  .SDMeun{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .SDBanner{margin-bottom: 25px}
  .SDTxtMain{width: 100%;}
  .SDMeun ul li{
    float: left;
    width: 48%;
    margin-right: 4%;
    height: 45px;
    line-height: 45px;
    padding: 0;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .SDMeun ul li:nth-child(2n){margin-right: 0}
  .SDMeun .num1 {
    font-size: 14px;
    height: 45px;
  }
  .SDTxtMainList .h3{text-align: center}
  .SDTxt1{
    font-size: 14px;
    line-height: 26px;
  }
  body.home{
    height: auto;
    overflow-y: hidden;
  }
  .PMBot {
    width: 100%;
    padding-left: 0;
	
  }
  .PMBotLf {
    width: 94%;
    position: relative;
    padding-left: 0;
    margin: 0 auto;
  }
  .PMBotImg {
    background-image: none;
    height: auto;
  }
  .BlueWeater {display: none;}
  .PMBotImg ul li {
    width: 25%;
    height: auto;
    float: left;
    font-size: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .PMBotImg ul li .nus1 {
    float: none !important;
    display: inline-block;
    width: 53px;
    height: 63px;
    padding: 0 5px;
  }
  .nusove{
    width: 53px;
    height: 55px;
    padding: 0;
    line-height: 20px;
  }
  .nuscon {
    width: 53px;
    height: 53px;
  }
  .PMBotImg ul li .nus1:before {width: 0;}
  .PMBotRt{margin: 0 auto; }
  .PMTabel{display: none;}
  .cells2,.cells3,.cells4,.cells5{display: none}
  .cells1,.cells6{width: 50%;}
  .PMTop{margin-bottom: 20px}
  .PMTop .AboutNavTxt{
    width: 110px;
    font-size: 18px;
    line-height: 105px;
    text-indent: 15px;
  }
  /*  产品详情页  */
  .ProductDea{padding-right: 0;padding-bottom: 35px}
  .PDLeft{
    padding-left: 0;
    width: 94%;
    margin: 0 auto;
  }
  .PDRight{
    position: relative;
    width: 94%;
    margin: 25px auto 0;
    padding-right: 0;

  }
  .PLFigure{padding-left: 0;}
  .PLFigureImg{
    position: relative;
    margin: 0 auto;
  }
  .PLFigureCap .h3{padding: 10px 0}
  .PLPline{padding-bottom: 5px}
  .PLPline li{
    margin: 15px 15px 0;
  }
  .CNList{
    padding-left: 0;
    width: 80px;
    height: 38px;
    line-height: 42px;
  }
  .CNList:hover {
    border: 2px solid #fff;
    background-image: url(images/cn2.png);
    background-color: transparent;
  }
  .CNList.active:before {
    background-image: url(images/xjt2.png) !important;
  }
  .CNList:hover:before {
    background-image: url(images/xjt1.png);
  }
  .ToChina ul{
    width: 100%;
    box-sizing: border-box;
    top: 41px;
  }
  .ToChina{
    margin: 24px 0 0 15px;
  }
  /*  注册页面  */
  .MapContent ul dd{
    margin-right: 15px;
  }
  .MapContent ul dd a{
    height: 35px;
    line-height: 35px;
  }
  
  .new_none{
	display:none!important;
  }
  
}
@media (min-width: 320px) and (max-width: 350px){
.new_none{
	display:none!important;
  }
  
  .contact{
    width: 80px;
    height: 32px;
    line-height: 36px;
    margin: 27px 5px 0;
  }
  .search{margin-top: 27px;}
  .search .searchMeun{
    width: 36px;
    height: 36px;
  }
  .MeunList{
    width: 34px;
    margin-top: 31px;
  }
  .MeunBtns{
    margin: 12px 0;
  }
}
@media (min-width: 320px) and (max-width: 550px){
  .AboutNavTxt1{width: 100%}
  .header .cmain {
    padding: 0 10px;
  }
  .ToChina .ulsl{top: 40px;}
  .contact{
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("images/lx.png");
    width: 35px;
  }
  .CNList{
    padding-left: 0;
    height: 32px;
    line-height: 34px;
  }
  .ToChina ul{top: 35px;}
  .ToChina{
    margin: 27px 0 0 5px;
  }
  .CNList:before {
    top: 8px;
  }
}
@media screen and (min-width: 1199px){
  .NeiArc{
    width: 44px;
    height: 44px !important;
  }
  .LinesList ul li a:hover .NeiArc{
    width: 223px;
    height: 223px !important;
    margin-top: -112.5px;
    margin-left: -112.5px;
    background-color: #d4daca;
    opacity: .8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  }
}
@media screen and (min-width: 1200px){
  .ServiceRt .SRul::-webkit-scrollbar,.ADCTxtCon::-webkit-scrollbar
  {
    width: 2px;
    height: 2px;
    background-color: #F5F5F5;
  }
  .ServiceRt .SRul::-webkit-scrollbar-track,.ADCTxtCon::-webkit-scrollbar-track
  {
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  .ServiceRt .SRul::-webkit-scrollbar-track-piece,
  .ADCTxtCon::-webkit-scrollbar-track-piece{
    background-color: #ddd;
  }
  .ServiceRt .SRul::-webkit-scrollbar-thumb,.ADCTxtCon::-webkit-scrollbar-thumb
  {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #244e38;
  }
  .ServiceRt .SRul::-webkit-scrollbar-button{
    width: 10px;
    height: 10px;
    background-color: #244e38;
    border-radius: 3px;
    cursor: pointer;
  }
}


@media screen and (max-width: 1199px){
	.PMTabel{
		display: block !important;
	}
	.PMTabeltwo{
		/* display: none; */
	}
}

@media (min-width: 320px) and (max-width: 767px){
	.PMTabel{
		display: none !important;
	}
	.PDLh3 span{
  font-size: 16px;
}
    .ProductDea{
  margin-top: 0;
}
      .MaxImage{display:none}
}

@media (min-width: 768px) and (max-width: 1550px){
	
}
@media screen and (min-width: 1200px) {
    .PMTabeltwo{
    	display: none;
    }
}