.body-inside {
  background-color: #f0f0f0;
  margin-top: -9px;
  padding-bottom: 50px;
}

/* ------about str------ */

.subbanner {
  width: 1200px;
  margin: 0 auto;
  height: 110px;
  overflow: hidden;
  background: url(../img/dg01.png) no-repeat;
  position: relative;
}

.subbanner span {
  display: inline-block;
  margin: 52px 0 0 66px;
  color: #999;
  line-height: 20px;
}

.subbanner span a {
  color: #999;
}

.subbanner span a:hover {
  color: #EA7230;
}

.subbanner1 {
  width: 1200px;
  margin: 0 auto;
  height: 110px;
  overflow: hidden;
  background: url(../img/dg02.png) no-repeat;
  position: relative;
}

.subbanner1 span {display: inline-block; margin: 52px 0 0 66px; color: #999; line-height: 20px; }
.subbanner1 span a {color: #999; }
.subbanner1 span a:hover {color: #EA7230; }

.boxmain {
  background: #fff;
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 40px;
  position: relative;
  /* z-index: 1; */
}

.boxShadow {
  box-shadow: 0 0 10px #e2e2e2;
}

.boxL {
  float: left;
  display: inline-block;
  margin-left: 40px;
  width: 820px;
  padding-right: 40px;
  background: url(../img/bgNavInd.png) right repeat-y;
  min-height: 600px;
  /*  position: relative; */
}

.boxL .navCur {
  height: 90px;
  border-bottom: 1px solid #dedede;
  font-size: 26px;
  line-height: 110px;
  overflow: hidden;
}

.boxL .insideCon {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.boxL .insideCon p {
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #444;
}

.boxL .insideCon img {
  max-width: 100%;
  height: auto;
}


/* imglist fix */

.insidePic {
  margin: 0 -5px;
  padding: 20px 0 30px 0;
}

.insidePic .picbox {
  float: left;
  width: 25%;
  margin-bottom: 10px;
  cursor: pointer;
}

.insidePic .picbox img {
  vertical-align: middle;
  transition: all 400ms;
  max-width: 100%;
  height: 150px;
  margin: 0 auto;
  display: block;
}

.insidePic .picbox h3 {
  font-size: 14px;
  color: #122e67;
  font-weight: normal;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.insidePic .picbox h3:hover {
  color: #EA7230;
}

/* imglist fix end */



/* newlist */
.boxL .newlist {
  margin-top: 15px;
}

.boxL .newlist a {
  display: block;
  padding: 7px 0 7px 20px;
  line-height: 26px;
  overflow: hidden;
  font-size: 16px;
  color: #122e67;
}

.boxL .newlist a:hover {
  color: #EA7230;
}

.boxL .newlist a span {
  float: right;
  font-size: 14px;
  color: #999;
}

.boxL .newlist a.line {
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  padding-bottom: 20px !important;
}

/* newlist end */

/* newcon */

.boxCon {
  float: left;
  width: 860px;
  padding-right: 40px;
  background: url(../img/bgNavInd.png) right repeat-y;
  overflow: hidden;
  min-height: 800px;
  position: relative;
}

.boxCon .newCon {
  width: 730px;
  overflow: hidden;
  position: relative;
  padding: 0 0 0 130px;
  margin-top: 40px;
  min-height: 100px;
}

    .boxCon .newCon .conTitle {
        height: auto;
    }

    .boxCon .newCon .conTitle div {
        position: absolute;
        top: 0;
        left: 0;
        width: 90px;
        padding-right: 10px;
        100px;
        background: #999;
        color: #fff;
        text-align: right;
    }

.boxCon .newCon .conTitle div i {
  display: inline-block;
  border-bottom: 2px solid #fff;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 5px;
}

.boxCon .newCon .conTitle div span {
  display: block;
  font-size: 18px;
}

.boxCon .newCon .conTitle h1 {
  font-size: 28px;
  line-height: 40px;
  padding: 10px 0;
  min-height: 40px;
}

    .boxCon .newCon .conTitle h3 {
        font-size: 16px;
        color: #999;
        border-bottom: 2px solid #dedede;
        min-height: 38px;
        clear: both;
        zoom: 1;
    }

        .boxCon .newCon .conTitle h3:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
        }

        .boxCon .newCon .conTitle h3 .subTitle {
            float: right;
            max-width: 580px;
            height: auto;
            display: inline-block;
            font-size: 20px;
            line-height: 30px;
        }

.boxCon .newCon .showCon {
  display: inline-block;
  ;
  width: 730px;
  margin-top: 20px;
}

.boxCon .newCon .showCon p {
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 16px;
  color: #444;
}

.boxCon .newCon .showCon img {
  margin: 10px auto;
  max-width: 730px;
}

/* newcon end */

/* right */
.boxR {
  width: 260px;
  display: inline-block;
}

.boxR .navtop {
  height: 40px;
  border-left: 4px solid #575757;
  margin: 30px 0 20px 0;
  padding: 0 0 0 30px;
  color: #888;
}

.boxR .navtop span.navtit {
  display: block;
  font-size: 22px;
  line-height: 22px;
  color: #444;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.boxR .navtop span.navtit2 {
  display: block;
  font-size: 14px;
  line-height: 14px;
}

.boxR .navlist {
  font-size: 0;
  text-align: center;
  border-top: 1px solid #dedede;
}

.boxR .navlist li {
  height: 50px;
  line-height: 50px;
}

.boxR .navlist li a {
  display: block;
  color: 777;
  padding: 0 27px;
  font-size: 14px;
  background: #EA7230;
  transition: all 400ms;
  background: url("../img/i_m1.png") no-repeat 90% center;
  border-bottom: 1px dashed #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.boxR .navlist li a:hover,
.boxR .navlist li.act a {
  background-color: #EA7230;
  color: #fff;
  background-image: url("../img/i_m.png");
  border-bottom-color: #EA7230;
}

/* ------about end------ */

/* ------resource------ */
.boxL .reslist {
  margin-top: 20px;
}

/* ------resource end------ */

/* ------contact------ */
.boxcs {
  width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.boxcs .navCur {
  height: 90px;
  border-bottom: 1px solid #dedede;
  font-size: 26px;
  line-height: 110px;
  overflow: hidden;
}

.boxcs .conMap {
  padding: 20px;
  background-color: #EA7230;
  height: 323px;
  width: 1080px;
  overflow: hidden;
  margin-top: 20px;
}

.boxcs .conMap .conName {
  position: absolute;
  width: 500px;
  top: 160px;
  left: 635px;
}

.boxcs .conMap .conName h1 {
  color: #fff;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  margin-bottom: 10px;
}

.boxcs .conMap .conName span {
  display: block;
  line-height: 24px;
  color: #fff;
}

.boxcs .netcon {
  margin-top: 20px;
}

/* ------contact end------ */


/* ------boxserch------ */
.boxserch {
  display: inline-block;
  width: 1120px;
  padding-left: 40px;
  min-height: 600px;
}

.boxserch .navCur {
  height: 90px;
  border-bottom: 1px solid #dedede;
  font-size: 26px;
  line-height: 110px;
  overflow: hidden;
}

.boxserch .newlist {
  margin-top: 15px;
}

.boxserch .newlist a {
  display: block;
  padding: 7px 0 7px 20px;
  line-height: 26px;
  overflow: hidden;
  font-size: 16px;
  color: #444;
}

.boxserch .newlist a:hover {
  color: #EA7230;
}

.boxserch .newlist a span {
  float: right;
  font-size: 14px;
  color: #999;
}

.boxserch .newlist a.line {
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  padding-bottom: 20px !important;
}

/* ------boxserch end------ */

.sIcon {margin-right: 5px; }