@charset "UTF-8";
@import url(./resets.css);
body,
html {
  width: 100%;
  height: 100%; }

body {
  font-family: "Adobe 黑体 Std", "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Arial, "STHeiti", SimSun, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden; }

/* 公共 */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

a {
  color: #333; }
  a:hover {
    color: #1a8214; }

img {
  border: none;
  vertical-align: middle; }

li,
ol,
ul {
  list-style: none; }

a:active,
a:focus,
a:hover,
a:link,
a:visited {
  -moz-outline-style: none;
  outline: none;
  text-decoration: none; }

em,
i {
  font-style: normal; }

.max-w {
  max-width: 100%;
  max-height: 100%; }

.w-1200 {
  width: 1200px;
  margin: 0 auto; }

.w-1000 {
  width: 1000px;
  margin: 0 auto; }

.w-10 {
  width: 10%; }

.w-15 {
  width: 15%; }

.w-20 {
  width: 20%; }

.w-25 {
  width: 25%; }

.w-30 {
  width: 30%; }

.w-40 {
  width: 40%; }

.w-50 {
  width: 50%; }

.w-60 {
  width: 60%; }

.w-70 {
  width: 70%; }

.w-75 {
  width: 75%; }

.w-80 {
  width: 80%; }

.w-85 {
  width: 85%; }

.w-90 {
  width: 90%; }

.w-100 {
  width: 100%; }

.m10 {
  margin: 10px; }

.m20 {
  margin: 20px; }

.m30 {
  margin: 30px; }

.m40 {
  margin: 40px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mt100 {
  margin-top: 100px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb80 {
  margin-bottom: 80px; }

.mb100 {
  margin-bottom: 100px; }

.mb200 {
  margin-bottom: 200px; }

.ml0 {
  margin-left: 0; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.ml40 {
  margin-left: 40px; }

.ml50 {
  margin-left: 50px; }

.ml60 {
  margin-left: 60px; }

.ml80 {
  margin-left: 80px; }

.ml100 {
  margin-left: 100px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr20 {
  margin-right: 20px; }

.mr25 {
  margin-right: 25px; }

.mr30 {
  margin-right: 30px; }

.mr40 {
  margin-right: 40px; }

.mr80 {
  margin-right: 80px; }

.mlr10 {
  margin: 0 10px; }

.mlr20 {
  margin: 0 20px; }

.mlr30 {
  margin: 0 30px; }

.mtb10 {
  margin: 10px 0; }

.mtb20 {
  margin: 20px 0; }

.mtb30 {
  margin: 30px 0; }

.mtb40 {
  margin: 40px 0; }

.p0 {
  padding: 0; }

.p10 {
  padding: 10px; }

.p15 {
  padding: 15px; }

.p20 {
  padding: 20px; }

.p30 {
  padding: 30px; }

.p40 {
  padding: 40px; }

.p50 {
  padding: 50px; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl20 {
  padding-left: 20px; }

.pl25 {
  padding-left: 25px; }

.pl30 {
  padding-left: 30px; }

.pl40 {
  padding-left: 40px; }

.pl50 {
  padding-left: 50px; }

.pl60 {
  padding-left: 60px; }

.pl80 {
  padding-left: 80px; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr20 {
  padding-right: 20px; }

.pr30 {
  padding-right: 30px; }

.pr40 {
  padding-right: 40px; }

.pr50 {
  padding-right: 50px; }

.pr60 {
  padding-right: 60px; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.pt50 {
  padding-top: 50px; }

.pt60 {
  padding-top: 60px; }

.pt80 {
  padding-top: 80px; }

.pt100 {
  padding-top: 100px; }

.pt120 {
  padding-top: 120px; }

.pt140 {
  padding-top: 140px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.pb40 {
  padding-bottom: 40px; }

.pb50 {
  padding-bottom: 50px; }

.pb60 {
  padding-bottom: 60px; }

.pb80 {
  padding-bottom: 80px; }

.pb100 {
  padding-bottom: 100px; }

.plr2 {
  padding: 0 2px; }

.plr5 {
  padding: 0 5px; }

.plr10 {
  padding: 0 10px; }

.plr20 {
  padding: 0 20px; }

.plr30 {
  padding: 0 30px; }

.plr40 {
  padding: 0 40px; }

.plr50 {
  padding: 0 50px; }

.ptb2 {
  padding: 2px 0; }

.ptb5 {
  padding: 5px 0; }

.ptb10 {
  padding: 10px 0; }

.ptb20 {
  padding: 20px 0; }

.ptb30 {
  padding: 30px 0; }

.ptb40 {
  padding: 40px 0; }

.ptb50 {
  padding: 50px 0; }

.tl {
  text-align: left; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.fl {
  float: left; }

.fr {
  float: right; }

.fs12 {
  font-size: 12px; }

.fs13 {
  font-size: 13px; }

.fs14 {
  font-size: 14px; }

.fs16 {
  font-size: 16px; }

.fs18 {
  font-size: 18px; }

.fs20 {
  font-size: 20px; }

.fs22 {
  font-size: 22px; }

.fs24 {
  font-size: 24px; }

.fs26 {
  font-size: 26px; }

.fs28 {
  font-size: 28px; }

.fs30 {
  font-size: 30px; }

.fs32 {
  font-size: 32px; }

.fs34 {
  font-size: 34px; }

.fs36 {
  font-size: 36px; }

.fs38 {
  font-size: 38px; }

.fs40 {
  font-size: 40px; }

.fs50 {
  font-size: 50px; }

.fs60 {
  font-size: 60px; }

.fw {
  font-weight: 700; }

.cursor-pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

.dis_inline {
  display: inline; }

.dis_inlineBlock {
  display: inline-block; }

.dis_block {
  display: block; }

.dis_none {
  display: none; }

.vm {
  vertical-align: middle; }

.vSub {
  vertical-align: sub; }

.vt {
  vertical-align: top; }

.vb {
  vertical-align: bottom; }

.po-re {
  position: relative; }

.po-ab {
  position: absolute; }

.po-fixed {
  position: fixed; }

.overHidden {
  overflow: hidden; }

.border-radius {
  border-radius: 50%; }

.margin-auto {
  margin: auto; }

.red {
  color: #E52B2C !important; }

.orange {
  color: #EEA857 !important; }

.green {
  color: #6CD54E !important; }

/*  加入图标*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon:empty {
  width: 1em; }

.glyphicon-keyword:before {
  content: "hexvalue"; }

.glyphicon-user:before {
  content: "\e008"; }

.wrap {
  width: 1200px;
  margin: auto; }

.hide {
  display: none; }

.show {
  display: block; }

.MobileHea {
  display: none;
  visible: hidden; }

.CommonTitle {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .CommonTitle h3 {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: bold;
    letter-spacing: 5px; }
  .CommonTitle .line {
    width: 80px;
    height: 2px;
    line-height: 1.5rem;
    background-color: #357c36;
    margin: .5rem auto; }
  .CommonTitle .GraySubTitle {
    color: #999;
    letter-spacing: 2px; }

.CommonBtn {
  margin: 2rem auto;
  text-align: center; }
  .CommonBtn .btn {
    width: 12rem; }

.SecondTitle {
  margin: 2rem 0; }
  .SecondTitle h3 {
    font-size: 2rem;
    color: #333;
    display: inline; }
  .SecondTitle .blue {
    color: #357c36;
    display: inline-block;
    font-size: 1.6rem;
    margin-left: 10px; }

.SubBanner {
  margin-top: 115px; }
  .SubBanner img {
    width: 100%;
    height: auto; }

.wp {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3; }


.header {
  width: 100%;
  height: 115px;
  background: #fff; }
  .header .logo {
    float: left;
    width:20vw;
    margin-right: 2.8rem;
    line-height: 115px; }
    .header .logo img {
      max-width: 100%;
      height: auto;
      display: inline-block; }

.header_pre {
  position: relative;
  z-index: 1; }

.navbox {
  position: relative; }
  .navbox ul li {
    height: 115px;
    float: left;
    text-align: center;
    line-height: 115px; }
    .navbox ul li.m {
      margin: 0 .9rem; }
      .navbox ul li.m.current > a {
        border-bottom: 4px solid #357c36; }
      .navbox ul li.m.suCurrent > a {
        border-bottom: 4px solid #357c36; }
    .navbox ul li.m:hover .subnav{transition: all 1s;}
    .navbox ul li a {
      display: inline-block;
      color: #333;
      font-size: 1rem;
      height: 65px;
      line-height: 65px;
      transition: all 1s;
      /*transition-duration: .5s;*/
      border-bottom: 4px solid #fff; }
      .navbox ul li a:hover {
        border-bottom: 4px solid #357c36; }

.boxSub {
  width: 100%;
  position: absolute;
  transition: all 1s;
  left: 0;
  top: 115px;
  z-index: 10; }

.subnav {
  padding: 10px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 100; }
  .subnav.BGnone {
    background: none; }
  .subnav dl dd {
    /*float: left;*/
    padding: 0 15px;
    display: inline-block;
    line-height: 35px; }
    .subnav dl dd a {
      color: #fff;
      display: inline-block;
      font-size: .8rem; }
    .subnav dl dd:hover a {
      color: #FFF3CD; }

.bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 168px;
  left: 0;
  background: #000;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
  filter: Alpha(opacity=50); }
#BannerDe{
		 margin-top: 115px;
	 }
	 
#BannerDe .carousel-item img {
  width: 100%;
  height: 100%;
      position: absolute;
      left: 0;
      top: 0; }

.ProMainImg {
  width: 100%;
  display: block;
  height: auto;
  max-height: 20rem;
  min-height: 10rem;
  border-radius: 10px;
  overflow: hidden; }
  .ProMainImg img {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle; }

.ProfileDown {
  margin-top: 10px; }

.DownImgBox {
  width: 49%;
  float: left;
  display: inline-block;
  margin-right: 1%; }
  .DownImgBox a {
    display: block; }
    .DownImgBox a img {
      width: 100%;
      display: block;
      height: auto;
      border-radius: 10px; }
  .DownImgBox.Second {
    margin-right: 0;
    margin-left: 1%; }

.ProIntro {
  font-size: 1rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #555; }

.BtnSize {
  width: 10rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
  display: block; }
  .BtnSize button {
    width: 100%; }

.ProFildImg img {
  display: inline-block;
  float: left;
  margin: 1% 5% 1% 0;
  width: 32%; }

.BunissAreaBox {
  margin-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fff; }
  .BunissAreaBox li {
    float: left;
    display: inline-block;
    width: 23%;
    overflow: hidden;
    margin: 1%;
    background-color: #fff;
    box-shadow: 1px 1px 3px #aaa; }
    .BunissAreaBox li a {
      display: block;
      color: #333;
      font-size: 1rem;
      font-weight: 700; }
      .BunissAreaBox li a:hover {
        color: #357c36; }
      .BunissAreaBox li a .BuImg {
        width: 100%;
        height: 0;
            position: relative;
            padding-top: 69.9%;}
        .BunissAreaBox li a .BuImg img {
          display: block;
          width: 100%;
          height: 100%; 
		  position: absolute;
		  left: 0;
		  top: 0;}
    .BunissAreaBox li .title {
      height: 3rem;
      line-height: 3rem;
      text-align: center; }

.post-slide {
  margin: 0 .15rem;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 1px 1px 5px #aaa;
  margin-bottom: 1rem;
  max-width: 380px; }
  .post-slide a {
    display: block;
    width: 100%;
    height: 17rem; }
    .post-slide a img {
      width: 100%;
      display: block;
      height: 100%;
      transform: scale(1);
      transition: all 1s ease-in-out 0s; }
  .post-slide:hover a img {
    transform: scale(1.08); }
  .post-slide .post-content {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 700;
    background: #000000;
    opacity: 0.7;
    filter: Alpha(opacity=70); }

.StrengthBox {
  background-color: #fff;
 }

#StrengSlider .SliderImg {
  background: #fff;
  margin: 0 .5rem;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 1px 1px 5px #aaa;
  margin-bottom: 1rem;
  height: 13rem; }
  #StrengSlider .SliderImg a {
    display: block;
    width: 100%;
    text-align: center;
    height: 100%; }
    #StrengSlider .SliderImg a img {
      width: auto;
      display: block;
      height: 100%;
      margin: auto;
      transform: scale(1);
      transition: all 1s ease-in-out 0s; }
  #StrengSlider .SliderImg:hover a img {
    transform: scale(1.08); }

.linkBoxs a {
  float: left;
  display: inline-block;
  background-color: #eee;
  color: #333;
  padding: 0 1rem;
  font-size: 1rem;
  white-space: nowrap;
  line-height: 1.8rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-radius: 5px; }

.NewsHome {
  padding: 2rem 1rem;
  min-height: 20rem;
  background-color: #00aeff;
  background-image: linear-gradient(to right, #3978ff, #00aeff);
  border-radius: 10px; }
  .NewsHome li .circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #9CBCFF;
    float: left;
    border-radius: 50%;
    vertical-align: middle;
    margin: 10px 10px 10px 0; }
  .NewsHome li a {
    float: left;
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    width: calc(100% - 8rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .NewsHome li .data {
    float: right;
    color: #fff;
    font-size: 1rem; }
  .NewsHome .line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.2;
    filter: Alpha(opacity=20);
    margin-top: 10px;
    margin-bottom: 10px; }

.footer {
  margin-top: 3rem;
  background-color: #222;
  background: url(../img/foot.jpg) no-repeat 0 0 ;
 background-size: 100% 100%;
  color: #fff;
  padding: 3rem 0; }
  .footer li {
    float: left;
    display: inline-block;
    width: 16.6%; }
  .footer dt {
    font-size: 1rem;
    font-weight: normal;
   margin-bottom: 1.5rem; }
  .footer dd {
    margin-right: 1.5rem ; 
	margin-bottom: .8rem;}
  .footer dd a {
    font-size: .9rem;
    font-weight: normal;
    color: #fff; }

.LinksFoot {
  font-size: 1rem; }
  .LinksFoot .infoLine {
    margin: 2rem 0; }
  .LinksFoot h2 {
    font-size: 1.15rem;
    margin-bottom: 2rem; }
.LinksFoot img{display: inline-block;width: 116px;height: auto;}


.FootDown {
 font-size: .9rem;
     margin-top: 2rem;
     text-align: center;
     border-top: 1px solid #999;
     padding-top: 1rem; }

.SubCommonBoxLeft {
  float: left;
  display: inline-block;
  width: 20%;
  margin-right: 5%;
  margin-top: 2rem; }

.LeftMenu {
  border-top: 5px solid #357c36;
  text-align: center;
  width: 100%;
  height: 10rem;
  background: #263548; }
  .LeftMenu h2 {
    color: #fff;
    font-size: 2rem;
    line-height: 9.4rem; }
  .LeftMenu img {
    text-align: center; }

.LeftList {
  margin-top: 2rem; }
  .LeftList li {
    margin-bottom: 10px; }
    .LeftList li a {
      display: block;
      background: #eee;
      color: #555;
      padding: 0 1rem;
      height: 3rem;
      font-size: 1rem;
      line-height: 3rem;
      white-space: nowrap; 
      box-sizing: border-box;
   overflow:hidden;
      }
       .LeftList li a .SearchName{overflow: hidden;
    display: block;
    width: 100%;text-overflow: ellipsis;}
      .LeftList li a .arrow_right {
        display: inline-block;
        float: right;
        background: url(../img/arrow-black.png) no-repeat center center;
        width: 15px;
        height: 15px;
        margin-top: 1rem; }
      .LeftList li a:hover, .LeftList li a.current {
        background: #357c36;
        color: #fff; }
        .LeftList li a:hover .arrow_right, .LeftList li a.current .arrow_right {
          background: url(../img/arrow-r.png) no-repeat center center; }

.AdvImg a {
  display: block;
  margin-bottom: 10px; }
  .AdvImg a img {
    display: block;
    width: 100%;
    height: auto; }

.SubCommonBoxRight {
  float: left;
  display: inline-block;
  width: 75%;
  margin-top: 2rem; }

.breadMenu {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }

.breadMenu a {
  color: #333;
  margin: 0 10px; }

.ImgShowList {
  margin-top: 1rem; }
  .ImgShowList li {
    float: left;
    display: inline-block;
    width: 30%;
    margin: 15px;
    overflow: hidden; }
    .ImgShowList li a {
      display: block;
      width: 100%;
      height: 12rem;
      overflow: hidden;border: 1px solid #eee; }
      .ImgShowList li a img {
        display: block;
        width: 100%;
        height: 100%; }
  .ImgShowList .name {
    height: 35px;
    line-height: 35px;
    font-size: 1rem;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden; }

.FieldList {
  overflow: hidden;
  padding-bottom: 40px; }
  .FieldList li {
    float: left;
    display: inline-block;
    width: 30%;
    margin: 15px;
    overflow: hidden; }
    .FieldList li a {
      display: block; }
    .FieldList li .pics {
      height: 12rem;
      position: relative;
      z-index: 1; }
      .FieldList li .pics:hover .shadow, .FieldList li .pics:hover .look {
        display: block; }
      .FieldList li .pics:hover .imgbig img {
        transform: scale(1.2); }
    .FieldList li .imgbig {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .FieldList li .imgbig img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all 0.6s; }
    .FieldList li h1 a {
      font-size: 1rem;
      color: #444;
      line-height: 44px;
      overflow: hidden;
      height: 44px;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: center; }
      .FieldList li h1 a:hover {
        color: #006a4d; }
    .FieldList li .shadow {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 12rem;
      background: #000;
      opacity: 0.7;
      background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;
      filter: Alpha(opacity=70); }
    .FieldList li .look {
      display: none;
      width: 64px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -32px;
      margin-top: -15px;
      z-index: 1;
      border-bottom: 1px solid #fff;
      color: #fff;
      border-top: 1px solid #fff; }

.NewsList {
  padding: 1rem 0; }
  .NewsList li {
    width: 47%;
    background: #eee;
    margin: 1.5% 1.5% 0 0;
    float: left;
    display: inline-block;
    cursor: pointer; }
    .NewsList li .imgbig {
      width: 100%;
      height: 15rem;
      overflow: hidden; }
      .NewsList li .imgbig a {
        width: 100%;
        display: block;
        height: 100%; }
        .NewsList li .imgbig a img {
          width: 100%;
          display: block;
          height: 100%; }
    .NewsList li .name {
      font-size: 1rem;
      color: #444;
      margin: 20px;
      display: block;
      text-align: justify;
      height: 40px;
      line-height: 20px;
      overflow: hidden; }
    .NewsList li .info {
      width: 90%;
      margin: auto;
      border-top: 1px solid #ddd;
      margin-top: 14px;
      overflow: hidden;
      line-height: 20px;
      padding-top: 10px;
      padding-bottom: 10px; }
      .NewsList li .info span {
        float: left;
        color: #666;
        font-size: 14px;
        font-family: "Arial"; }
      .NewsList li .info a {
        float: right;
        color: #444;
        font-size: 18px; }
    .NewsList li h1:hover, .NewsList li .info a:hover {
      color: #006a4d; }

.ContactBox .map {
  margin: 2rem 0;
  width: 100%;
  height: 20rem;
  border: 1px solid #eee; }

.ContactBox .ContactDown {
  color: #333;
  font-size: 1rem;
  line-height: 3rem; }

.PeopleList li {
  margin: 1rem 0;
  background: #eee;
  padding: 10px; }
  .PeopleList li a {
    float: left;
    display: inline-block;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1rem;
    color: #333;
    width: calc(100% - 100px); }
  .PeopleList li span {
    display: inline-block;
    float: right;
    color: #999;
    line-height: 25px;
    font-size: .8rem;
    vertical-align: middle; }
  .PeopleList li .dott {
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #666;
    margin: 11px 1rem 0 0;
    border-radius: 50%;
    float: left;
    vertical-align: middle; }

.FiledBox {
  margin-top: 1.5rem; }
  .FiledBox li {
    float: left;
    display: inline-block;
    width: 30%;
    margin: 1.5%; }
    .FiledBox li a {
      text-align: center;
      padding: 1rem;
      display: block;
      background-color: #f6f6f6;
      box-shadow: 1px 0 2px #dedede;
      color: #393;
      line-height: 35px;
      font-size: 1rem;
      font-weight: bold;
      cursor: pointer; }
      .FiledBox li a img {
        margin-bottom: 10px; }

.sider {
  display: none;
  visibility: hidden; }

.TalentInfo {
  padding: 2rem 1rem;
  font-size: 1rem;
  color: #333;
  line-height: 2rem; }
  .TalentInfo h3 {
    font-size: 1.2rem;
    padding-bottom: 10px;
    font-weight: bold; }

.TDInfo {
  padding-left: 1rem; }

.FormTalent {
  display: none;
  margin-top: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  width: 340px; }
  .FormTalent label {
    margin: 5px 0; }
  .FormTalent .form-control {
    width: 300px; }

.caseDesc {
  color: #333;
  text-indent: 2rem;
  font-size: 1rem;
  line-height: 1.5rem; }
  .caseDesc h3 {
    font-size: 1.5rem;
    text-align: center;
    margin: 1.5rem 0; }
    
    
  /* 大事记   */
  .case{ background:#fff; overflow:hidden; padding-bottom:10rem;}
.case .titlebox{ text-align:center; padding-top:64px;}
		.titlebox h1{ font-size:1.8rem; color:#006a4d;padding-bottom: 1rem;}
		.titlebox span{ font-size:1.2rem; color:#666;}
		.titlebox img{ display:block; margin:0 auto; margin-top:2.5rem;}
		 .caseList{width:100%; margin:auto; overflow:hidden; background:url(../img/solid.jpg) repeat-y top center; 
						padding-top:95px; padding-bottom:84px;}
		.caseList li{ width:50%; overflow:hidden;padding-bottom:6rem;}
		.caseList li h1{ font-size:2.5rem; font-weight:bold; font-family:"arial"; color:#006a4d; }
		.caseList li a{ display: inline-block;; padding: 0 30px 0 1rem;background: url(../img/arrow-d.png) no-repeat 80px center;line-height: 2rem;
						border: 1px solid #c8c8c8;font-size: .9rem;color: #666; border-radius: 5px; margin-top: 8px;}
		.caseList li a.up{background:url(../img/arrow-u.png) no-repeat 80px center;}
		.caseList li a:hover{ color:#006a4d;}
		.caseContent{max-height: 18rem;line-height: 2rem;overflow: hidden;font-size:1rem;}
		.caseContent p{font-size:.9rem;}
		.caseList li.float-l{ clear:right;margin-left: 8.5px;text-align: right;}
		.caseList li.float-l h1{ text-align:right; background:url(../img/casedots.png) no-repeat right center; padding-right:2.5rem;}
		.caseList li.float-l .caseContent{ padding-right:2.5rem;text-align: right;}
		.caseList li.float-l a{ float:right;margin-right: 2.5rem; }
		.caseList li.float-r{ clear:left; float:right;transform: translateX(-8px);text-align:left; }
		.caseList li.float-r h1{ background:url(../img/casedots.png) no-repeat left center; padding-left:2.5rem;}
		.caseList li.float-r .caseContent{ text-align: left;padding-left:2.5rem;}
		.caseList li.float-r a{ margin-left: 2.5rem; }
		
    /* 顶部搜索   */
   .search {
  position: absolute;
  z-index: 2;
  width: 190px;
  right: 4vw;
  top: 41px; }

.search input {
  float: left;
  width: 150px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #333;
  padding: 0 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  outline: none;
  display: inline-block;
  white-space: nowrap;
  border-right: none; }

.search .search-btn {
  display: inline-block;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #ddd;
  color: #333;
  background-color: #fff;
  width: 40px;
  height: 30px;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  white-space: nowrap; }

.search .search-btn:hover {
  text-decoration: none; }

@media screen and (max-width: 768px) {
  #NewsBanner{margin-top: 2rem;}
  .wrap {
    width: 100%; }
  .Hiddex-xs, .wp, .ProfileDown, .ProFildImg, .FootRight, .SubCommonBoxLeft {
    display: none;
    visible: hidden; }
  .SubCommonBoxRight {
    width: 100%;
    padding: 0 1rem; }
  .MobileMar {
    margin: 0 .25rem; }
  .MobileHea {
    display: block;
    visible: visible;
    overflow-x: hidden; }
    .MobileHea .headerMobile {
      width: 100%;
      background: #fff;
      height: 6.2rem;
      padding: 0 0.9rem; }
      .MobileHea .headerMobile .logoMobile {
        float: left;
        margin-top: 1.8rem; }
        .MobileHea .headerMobile .logoMobile img {
          width: 18rem;
          height: auto; }
      .MobileHea .headerMobile .navbtn {
        float: right;
        width: 2.05rem;
        height: 1.25rem;
        margin-top: 2.6rem; }
    .MobileHea .nav {
      display: none;
      position: absolute;
      top: 6.2rem;
      z-index: 100;
      background: #222;
      width: 100%;
      height: auto;
      left: 0;
      padding-top: 1rem; }
      .MobileHea .nav .close {
        float: right;
        margin-right: 2.5rem;
        width: 1.55rem;
        height: 1.7rem;
        background: url(../img/close.png) no-repeat;
        background-size: cover; }
      .MobileHea .nav ul {
        clear: right; }
        .MobileHea .nav ul li a {
          display: block;
          border-bottom: 1px solid #393939;
          width: 95%;
          line-height: 4rem;
          padding-left: 1.2rem;
          margin: auto;
          font-size: 1.1rem;
          color: #fff; }
        .MobileHea .nav ul li dl {
          display: none;
          padding-top: 2rem;
          padding-bottom: 2rem;
          background: #2B3035; }
          .MobileHea .nav ul li dl dd {
            width: 100%;
            margin: auto; }
            .MobileHea .nav ul li dl dd a {
              line-height: 3rem;
              color: #fff;
              display: block;
              width: 100%;
              font-size: 1rem;
              padding-left: 2.7rem; }
          .MobileHea .nav ul li dl .ImgRight {
            width: 1.2rem;
            height: 0.95rem;
            display: inline-block;
            float: right;
            margin-right: 10%;
            margin-top: 1.1rem; }
    .MobileHea .ImgAdd {
      width: 1.2rem;
      height: 1.2rem;
      display: inline-block;
      float: right;
      margin-right: 10%;
      margin-top: 1.3rem; }
   .search{width:95%;position:static;margin:1rem auto;}
   .search input{width:calc(100% - 65px);}
   .search .search-btn{width:65px;}
  .comPanyBox {
    margin: 0 .5rem; }
  .ProIntro {
    font-size: .8rem;
    line-height: 1.8rem;
    margin-top: 10px; }
  .ProRight .BtnSize {
    margin: 2rem auto;
    text-align: center; }
  .CommonTitle {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .CommonTitle h3 {
      font-size: 1.3rem;
      line-height: 1.5rem;
      font-weight: bold;
      letter-spacing: 3px; }
    .CommonTitle .GraySubTitle {
      letter-spacing: 1px;
      font-size: 1rem; }
  .BunissAreaBox {
    padding: 0 .25rem 2rem .25rem; }
    .BunissAreaBox li {
      width: 48%; }
  .Boutique {
    margin: 0 .3rem; }
  .post-slide {
    max-width: 100%; }
  #StrengSlider .SliderImg {
    height: auto;
    max-height: 18rem; }
    #StrengSlider .SliderImg a {
      height: auto; }
      #StrengSlider .SliderImg a img {
        width: 100%;
        height: auto; }
  .SecondTitle {
    margin: 2rem .3rem; }
  .NewsHome {
    width: 98%; }
  .LinksFoot {
    padding-left: 2rem; }
  .SubBanner {
    margin-top: 0; }
    .SubBanner img {
      height: 5rem; }
  .ImgShowList li {
    width: 100%;
    margin: 15px 0; }
    .ImgShowList li a {
      height: auto; }
  .FieldList li {
    width: 100%;
    margin: 15px 0; }
  .NewsList li {
    width: 100%;
    margin: 1.5% 0;
    float: none;
    display: block;
    padding: 15px; }
    .NewsList li .imgbig {
      width: 30%;
      height: 5rem;
      float: left;
      display: inline-block;
      margin-right: 5%; }
    .NewsList li .newRight {
      float: left;
      display: inline-block;
      width: 65%; }
      .NewsList li .newRight .name {
        margin: 0 0 10px 0; }
      .NewsList li .newRight .info {
        width: 100%;
        padding-bottom: 0; }
  .sider {
    position: fixed;
    right: 0.8rem;
    bottom: 0;
    display: block;
    visibility: visible; }
    .sider a {
      display: block;
      width: 3.9rem;
      height: auto;
      margin-bottom: 0.7rem; }
      .sider a img {
        width: 3.9rem;
        height: auto; }
  .FormTalent {
    width: 100%; }
    .FormTalent .form-control {
      width: 90%; } 
	 #BannerDe{
		 margin-top: 0;
	 }
	 
	/* 大事记  */
	 
	   .titlebox img{margin-left: 64px;}
			.caseList{padding-top: 50px;}
			.caseList li{width: 100%;padding-bottom: 3rem;}
			.caseList{position:relative; overflow:hidden;  background: url(../img/solid.jpg) repeat-y 72px center; background-size:1px 2.6rem;}
			.caseList li.float-l h1,.caseList li.float-r h1{ float:left; font-weight:bold; color:#006a4d; font-size:1.1rem;padding-right: 1.5rem; }
			.caseList li.float-r h1{background: url(../img/casedots.png) no-repeat right center;padding-left: 7px;}
			.caseList li.float-l{margin-left: 0;}
		   .caseList li.float-l .caseContent, .caseList li.float-r .caseContent{
				padding-right: 0;padding-left: 10px;text-align: left;
			}
		   .casecontent{font-size:1.2rem; color:#444; line-height:2rem;}
		   .caseList li.float-l a,.caseList li.float-r a{float: left;margin-left: 90px;margin-right: 0;}
		   
	 }

@media screen and (min-width: 768px) and (max-width: 992px) {
	.search{display:none !important;}
  .wrap {
    width: 750px; }
	.navbox ul li.m {
	  margin: 0 0.2rem; }
	  .navbox ul li a {
	    font-size: 0.8rem; }
  .comPanyBox {
    margin: 0 .5rem; }
  .ProIntro {
    font-size: .8rem;
    line-height: 1.8rem;
    margin-top: 10px; }
  .BtnSize {
    margin-top: 1rem; }
  .ProFildImg {
    display: none;
    visible: hidden; }
  .ImgShowList li {
    width: 43%; }
  .FieldList li {
    width: 43%; }
  

     
     
     }

@media screen and (min-width: 993px) and (max-width: 1200px) {
	.search{display:none !important;}
	.navbox ul li.m {
	  margin: 0 0.5rem; }
	 
  .wrap {
    width: 970px; }
  .ImgShowList li {
    width: 44%; }
  .FieldList li {
    width: 44%; } 
	
  
   }
    

@media screen and (min-width: 768px) and (max-width: 1200px) {
       .search {
    display: none; }
  .header .logo {
    width: 28%; }
    .header .logo img {
      width: 100%; }
 
 
      
 }

.fenye {
	width: 100%;
	text-align: center;
}
.fenye .fenye_nei {
	display: inline-block;
}
.fenye .fenye_nei a {
	float: left;
	line-height: 31px;
	width: 33px;
	height: 33px;
	display: inline-block;
	text-align: center;
	margin: 15px 4px 0px 4px;
	border: #dddddd solid 1px;
	font-size: 16px;
	color: #545454;
}
.fenye .fenye_nei a.on {
	background: #5986db;
	border: #5986db solid 1px;
	color: #FFFFFF;
}

.newsdet_link {
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.newsdet_link .newsdet_link_left {
	width: 100%;
	padding-right: 120px;
}
.newsdet_link .newsdet_link_left div {
	width: 100%;
}
.newsdet_link .newsdet_link_left div span {
	float: left;
	display: inline-block;
	width: 60px;
	margin-right: -60px;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.newsdet_link .newsdet_link_left div a {
	display: inline-block;
	margin-left: 65px;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	white-space: pre;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsdet_link .newsdet_link_right {
	font-size: 15px;
	color: #FFFFFF;
	background: #5986db;
	display: inline-block;
	width: 97px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 8px;
}

.wp{z-index: 20;}

.detail-record img{
	max-width: 100%;
}

.TDInfo {
    padding-left:0;
}

#BannerDe .carousel-item{
	height: 0;
	padding-top: 34.9%;
}
.detailhead{
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	padding: 1rem;
}
