.w1160 {
  width: 1160px;
  margin: 0 auto;
}

a {
  -webkit-transition: color 0.3s ease 0s;
          transition: color 0.3s ease 0s;
  color: #666;
}

li {
  float: left;
}

ul:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

header {
  position: relative;
  z-index: 10;
}
header .top {
  height: 44px;
  background: #424249;
  font-size: 15px;
  line-height: 44px;
  color: #c2c2c2;
}
header .top .intr-tit{
  font-weight: bold;
  float: right;
  margin-right: 10px;
}
header .tel {
  padding-left: 34px;
  background: url(../img/bg_sign01.png) no-repeat left center;
  /*margin-right: 30px;*/
  font: 20px/44px Impact, Arial;
  color: #fff;
  float: right;
}
header .btns {
  margin-right: 20px;
  font-size: 12px;
  line-height: 42px;
  color: #fff;
}
header .btns a {
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
}
header input {
  float: left;
  width: 115px;
  padding-left: 10px;
  height: 15px;
  padding: 8px 3px 7px 18px;
  border: 0;
  border-radius: 14px 0 0 14px;
  background: #787881;
  margin-top: 7px;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
}
header input.submit {
  width: 60px;
  height: 30px;
  background: url(../img/bg_btn01.png) no-repeat center #787881;
  border-radius: 0 14px 14px 0;
}
header nav li {
  float: left;
  position: relative;
}
header nav li::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 42px;
  width: 1px;
  height: 11px;
  background: #277cbd;
}
header nav li a.t {
  display: inline-block;
  padding: 0 22px;
  font-size: 14px;
  line-height: 95px;
  color: #c8e7fe;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
header nav li a.t:hover, header nav li a.t.cur {
  color: #1295df;
}
header nav li:last-child a.t {
  padding-right: 0;
}
header nav li:last-child::after {
  display: none;
}
header nav li.cur a.t, header nav li:hover a.t {
  color: #1295df;
}
header nav .sub-box {
  position: absolute;
  top: 95px;
  left: -25px;
  background-color: #e7f5ff;
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
header nav .sub-box a {
  display: inline-block;
  padding: 5px 0;
}
header nav .sub-box p {
  line-height: 30px;
  padding: 0 15px;
  border-top: 1px solid #daefff;
  font-size: 12px;
}
header nav .sub-box p:first-child {
  border-top: none;
}

footer {
  background-color: #393b40;
  padding-top: 34px;
  padding-bottom: 22px;
}
footer .right-wrap {
  width: 935px;
}
footer .right-wrap .link-box {
  line-height: 32px;
}
footer .right-wrap .link-box a {
  display: inline-block;
  font-size: 14px;
  color: #828386;
  float: left;
}
footer .right-wrap .link-box .line {
  display: inline-block;
  width: 1px;
  height: 6px;
  background-color: #828386;
  margin: 13px 44px 0;
  float: left;
}
footer .right-wrap .link-box a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .right-wrap .add-msg {
  border-top: 1px dashed #4d4f53;
  line-height: 38px;
  margin-top: 23px;
  color: #616265;
}
footer .right-wrap .word {
  line-height: 22px;
  font-size: 12px;
  color: #616265;
}
footer .right-wrap .word a {
  color: #616265;
}
footer .right-wrap .word a:hover {
  color: #fff;
  text-decoration: underline;
}

.i-ban {
  position: relative;
  overflow: hidden;
  height: 650px;
}
.i-ban ul, .i-ban li {
  width: 100%;
  height: 100%;
}
.i-ban li {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.i-ban li a {
  display: block;
  width: 100%;
  height: 100%;
}
.i-ban .butn {
  width: 32px;
  height: 58px;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  cursor: pointer;
}
.i-ban .prev {
  left: 6px;
  background: url(../images/ico_01.png) no-repeat center #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.i-ban .prev:hover {
  background: url(../images/ico_01_hov.png) no-repeat center #1ec2fc;
}
.i-ban .next {
  right: 6px;
  background: url(../images/ico_02.png) no-repeat center #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.i-ban .next:hover {
  background: url(../images/ico_02_hov.png) no-repeat center #1ec2fc;
}
.i-ban .order {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 0 18px;
  background: url(../images/bg_01.png) repeat 0;
}
.i-ban .order .tt {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  margin-right: 20px;
}
.i-ban .order .tex {
  border: none;
  width: 185px;
  font-size: 14px;
  height: 15px;
  line-height: 14px;
  padding: 13px 11px;
  color: #999;
  border-radius: 10px;
  margin-right: 12px;
}
.i-ban .order .sub-btn {
  border: none;
  width: 142px;
  height: 40px;
  background: url(../img/bg_02.png) no-repeat center;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.i-recom-news {
  width: 100%;
  height: 54px;
  background-color: #f6f6f6;
  line-height: 54px;
}
.i-recom-news .tit {
  display: inline-block;
  font-size: 16px;
  color: #333;
}
.i-recom-news .news-scroll {
  width: 1065px;
}
.i-recom-news .news-scroll .bd {
  width: 700px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.i-recom-news .news-scroll .bd ul, .i-recom-news .news-scroll .bd li {
  width: 100%;
}
.i-recom-news .news-scroll .bd a {
  display: inline-block;
  float: left;
  line-height: 30px;
}
.i-recom-news .news-scroll .tt {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.i-recom-news .news-scroll li:hover .tt {
  color: #1295df;
}
.i-recom-news .news-scroll .date {
  display: inline-block;
  font-size: 12px;
  font-family: "Arial";
  color: #c0c0c0;
  margin-left: 16px;
}
.i-recom-news .news-scroll .hd {
  width: 64px;
  margin-top: 19px;
}
.i-recom-news .news-scroll .butn {
  display: block;
  width: 27px;
  height: 15px;
  border: 1px solid #d6d6d6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin-left: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.i-recom-news .news-scroll .butn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.i-recom-news .news-scroll .prev {
  background: url(../img/ico_03.png) no-repeat center;
}
.i-recom-news .news-scroll .next {
  background: url(../img/ico_04.png) no-repeat center;
}

.right-float-fir {
  position: fixed;
  right: 15px;
  top: 50%;
  background-color: #fafafa;
  width: 206px;
  padding-top: 28px;
  text-align: center;
  padding-bottom: 27px;
  z-index: 10;
  margin-top: -230px;
  display: none;
}
.right-float-fir .close{
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(../img/close_ico.png) no-repeat center #fff;
  cursor: pointer;
}
.right-float-fir .cent-font {
  margin-top: 33px;
}
.right-float-fir .cent-font .p1 {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.right-float-fir .cent-font .num {
  font-size: 24px;
  font-family: "Impact";
  color: #999;
}
.right-float-fir .link-box {
  margin: 48px auto 0;
  width: 144px;
}
.right-float-fir .link-box a {
  display: block;
  width: 90px;
  padding-left: 54px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
  background: url(../img/ico_05.png) no-repeat 28px center #656565;
  -webkit-transition: background 0.3s ease 0s;
          transition: background 0.3s ease 0s;
  border-radius: 20px;
}
.right-float-fir .link-box a:hover {
  background-color: #20b7fb !important;
}

.right-float-sec {
  position: fixed;
  right: 15px;
  top: 50%;
  width: 52px;
  text-align: center;
  z-index: 10;
  margin-top: 170px;
}
.right-float-sec a {
  display: block;
  width: 52px;
  height: 52px;
  background-color: #28a6d4;
  margin-bottom: 1px;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
}
.right-float-sec .return-top {
  color: #fff;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.right-float-sec .sina {
  background: url(../img/ico_23.png) no-repeat center #28a6d4;
}
.right-float-sec .txwb {
  background: url(../img/ico_24.png) no-repeat center #28a6d4;
}
.right-float-sec .wx {
  background: url(../img/ico_36.png) no-repeat center #28a6d4;
}
.right-float-sec a:hover {
  opacity: 0.8;
}
.right-float-sec .wx-show{
  position: absolute;
  right: 60px;
  top: 53px;
  display: none;
}

.column-titbox {
  text-align: center;
  line-height: 62px;
  color: #999;
  font-size: 32px;
  font-family: "Myriad Pro", "Arial";
}
.column-titbox .cn {
  font-size: 36px;
  color: #1295df;
  font-family: "΢���ź�";
}

.look-more {
  display: block;
  width: 218px;
  height: 50px;
  border: 1px solid #d6d6d6;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #666;
  margin: 50px auto 0;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}

.look-more:hover {
  color: #fff;
  background-color: #40bbe9;
  border: 1px solid #40bbe9;
}

.i-wrap-fir {
  padding-top: 48px;
  padding-bottom: 45px;
}
.i-wrap-fir .list-wrap {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.i-wrap-fir .list-wrap ul {
  width: 103%;
}
.i-wrap-fir .list-wrap li {
  width: 375px;
  margin-right: 15px;
  margin-bottom: 24px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.i-wrap-fir .list-wrap li a {
  display: block;
}
.i-wrap-fir .list-wrap li img {
  width: 100%;
  height: 250px;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}
.i-wrap-fir .list-wrap li:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.6s ease 0s;
          transition: transform 0.6s ease 0s;
}
.i-wrap-fir .list-wrap .up-tips {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 320px;
  padding: 11px 28px 2px 27px;
  background: url(../images/bg_03.png) repeat 0;
}
.i-wrap-fir .list-wrap .up-tips .cn {
  font-size: 22px;
  line-height: 36px;
  color: #333;
}
.i-wrap-fir .list-wrap .up-tips .en {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  text-transform: uppercase;
  font-family: "Century Gothic","Arial";
}

.i-wrap-sec {
  padding-top: 46px;
  padding-bottom: 65px;
  background-color: #f4f4f4;
}
.i-wrap-sec .list-wrap {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.i-wrap-sec .list-wrap ul {
  width: 104%;
}
.i-wrap-sec .list-wrap li {
  width: 260px;
  margin-right: 40px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 10px 0 #eaeaea;
}
.i-wrap-sec .list-wrap .imgbox {
  position: relative;
  display: block;
}
.i-wrap-sec .list-wrap .up-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/bg_08.png) no-repeat center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.i-wrap-sec .list-wrap .up-box .ico {
  display: block;
  width: 54px;
  height: 54px;
  background: url(../img/ico_15.png) no-repeat center;
  position: absolute;
  left: 50%;
  margin-left: -27px;
  top: 50%;
  margin-top: -27px;
}
.i-wrap-sec .list-wrap .cont {
  width: 220px;
  padding: 13px 20px 18px;
}
.i-wrap-sec .list-wrap .cont .tit {
  font-size: 22px;
  line-height: 33px;
}
.i-wrap-sec .list-wrap .cont .tit a {
  color: #484848;
}
.i-wrap-sec .list-wrap .cont .word {
  line-height: 12px;
  line-height: 18px;
  margin-top: 6px;
}
.i-wrap-sec .list-wrap .cont .word a {
  color: #40bbe9;
}
.i-wrap-sec .list-wrap li:hover .up-box {
  opacity: 1;
  filter: alpha(opacity=100);
}

.i-wrap-thi {
  padding-top: 66px;
  padding-bottom: 80px;
  background: url(../img/bg_04.jpg) no-repeat center bottom;
}
.i-wrap-thi .list-wrap {
  margin-top: 82px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url(../img/bg_05.png) no-repeat center top;
}
.i-wrap-thi .list-wrap ul {
  width: 1320px;
}
.i-wrap-thi .list-wrap li {
  width: 208px;
  height: 208px;
  border: 3px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 100px;
}
.i-wrap-thi .list-wrap li img {
  width: 100%;
  height: 100%;
}
.i-wrap-thi .list-wrap li .tit {
  position: absolute;
  left: 0;
  bottom: 50px;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  color: #333;
  background: url(../img/bg_06.png) repeat 0;
  width: 100%;
}
.i-wrap-thi .look-more {
  margin-top: 70px;
}

.i-wrap-fou {
  padding-top: 72px;
  padding-bottom: 88px;
  background: url(../img/bg_07.jpg) no-repeat center top;
}
.i-wrap-fou .column-titbox {
  color: #fff;
}
.i-wrap-fou .column-titbox .cn {
  color: #fff;
}
.i-wrap-fou .list-wrap {
  margin-top: 42px;
  position: relative;
  overflow: hidden;
}
.i-wrap-fou .list-wrap ul {
  width: 102%;
}
.i-wrap-fou .list-wrap li {
  width: 284px;
  border: 1px solid #80dbe1;
  background: url(../img/bg_09.png) repeat 0;
  padding-top: 58px;
  text-align: center;
  height: 152px;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 6px;
}
.i-wrap-fou .list-wrap li .ico {
  display: block;
  height: 54px;
  width: 54px;
  margin: 0 auto;
}
.i-wrap-fou .list-wrap li .tit {
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  margin-top: 12px;
}
.i-wrap-fou .list-wrap li .ico1 {
  background: url(../img/ico_07.png) no-repeat center;
}
.i-wrap-fou .list-wrap li .ico2 {
  background: url(../img/ico_08.png) no-repeat center;
}
.i-wrap-fou .list-wrap li .ico3 {
  background: url(../img/ico_09.png) no-repeat center;
}
.i-wrap-fou .list-wrap li .ico4 {
  background: url(../img/ico_10.png) no-repeat center;
}
.i-wrap-fou .list-wrap li .ico5 {
  background: url(../img/ico_11.png) no-repeat center;
}
.i-wrap-fou .list-wrap li .ico6 {
  background: url(../img/ico_12.png) no-repeat center;
}
.i-wrap-fou .list-wrap li .ico7 {
  background: url(../img/ico_13.png) no-repeat center;
}
.i-wrap-fou .list-wrap li .ico8 {
  background: url(../img/ico_14.png) no-repeat center;
}

.i-wrap-fiv {
  padding-top: 124px;
  padding-bottom: 116px;
  background: url(../img/bg_10.jpg) no-repeat center bottom;
}
.i-wrap-fiv .list-wrap {
  margin-top: 40px;
  position: relative;
}
.i-wrap-fiv .list-wrap .bd {
  position: relative;
}
.i-wrap-fiv .list-wrap .bd ul {
  width: 102%;
}
.i-wrap-fiv .list-wrap li {
  margin-right: 5px;
  padding-bottom: 10px;
}
.i-wrap-fiv .list-wrap li .img {
  display: block;
  width: 155px;
  height: 184px;
  position: relative;
  overflow: hidden;
}
.i-wrap-fiv .list-wrap li .img img {
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}
.i-wrap-fiv .list-wrap li .cont {
  width: 195px;
  padding: 34px 17px 0 17px;
  box-shadow: 3px 3px 5px 0 #e7e7e7;
  height: 150px;
  background-color: #fff;
}
.i-wrap-fiv .list-wrap li .tit {
  font-size: 20px;
  line-height: 32px;
}
.i-wrap-fiv .list-wrap li .tit a {
  color: #333;
  display: inline-block;
}
.i-wrap-fiv .list-wrap li .word {
  line-height: 23px;
  font-size: 13px;
  margin-top: 10px;
}
.i-wrap-fiv .list-wrap li .word a {
  color: #888;
}
.i-wrap-fiv .list-wrap li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.6s ease 0s;
          transition: transform 0.6s ease 0s;
}
.i-wrap-fiv .list-wrap .butn {
  width: 32px;
  height: 65px;
  background: url(../img/ico_16.png) no-repeat center;
  position: absolute;
  top: 54px;
  cursor: pointer;
}
.i-wrap-fiv .list-wrap .prev {
  left: -60px;
  background: url(../img/ico_16.png) no-repeat center;
}
.i-wrap-fiv .list-wrap .prev:hover {
  background: url(../img/ico_16_h.png) no-repeat center;
}
.i-wrap-fiv .list-wrap .next {
  right: -60px;
  background: url(../img/ico_17.png) no-repeat center;
}
.i-wrap-fiv .list-wrap .next:hover {
  background: url(../img/ico_17_h.png) no-repeat center;
}
.i-wrap-fiv .look-more {
  margin-top: 62px;
}

.i-wrap-sex {
  padding-top: 86px;
  padding-bottom: 152px;
}
.i-wrap-sex .list-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
.i-wrap-sex .list-wrap ul {
  width: 102%;
}
.i-wrap-sex .list-wrap li {
  width: 185px;
  position: relative;
  margin-right: 10px;
  border-radius: 7px;
  overflow: hidden;
  height: 197px;
}
.i-wrap-sex .list-wrap li .up-box {
  background: url(../img/bg_11.png) repeat 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.i-wrap-sex .list-wrap li .ico1 {
  display: block;
  width: 66px;
  height: 67px;
  background: url(../img/ico_18.png) no-repeat center;
  margin: 48px auto 0;
}
.i-wrap-sex .list-wrap li .tit {
  line-height: 26px;
  font-size: 18px;
  color: #caf0ff;
  margin-top: 12px;
  text-align: center;
}
.i-wrap-sex .list-wrap li .num-tit {
  font-size: 35px;
  line-height: 36px;
  color: #fff;
  margin-top: 58px;
}
.i-wrap-sex .list-wrap li .ico2 {
  background: url(../img/ico_19.png) no-repeat center;
  display: block;
  width: 50px;
  height: 50px;
  margin: 58px auto 0;
}
.i-wrap-sex .list-wrap li .ico3 {
  background: url(../img/ico_20.png) no-repeat center;
  display: block;
  width: 50px;
  height: 50px;
  margin: 58px auto 0;
}

.i-wrap-sev {
  padding-top: 50px;
  padding-bottom: 70px;
  background: url(../img/bg_12.jpg) no-repeat center bottom;
}
.i-wrap-sev .list-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 45px;
  min-height: 530px;
}
.i-wrap-sev .list-wrap ul {
  width: 102%;
}
.i-wrap-sev .list-wrap li {
  width: 222px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 #e8e8e8;
  margin-right: 12px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 36px;
}
.i-wrap-sev .list-wrap li .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.i-wrap-sev .list-wrap li .img img {
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}
.i-wrap-sev .list-wrap li .cont {
  width: 200px;
  padding: 9px 11px 0;
  height: 70px;
}
.i-wrap-sev .list-wrap li .cont a {
  display: inline-block;
  color: #484848;
  line-height: 24px;
}
.i-wrap-sev .list-wrap li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.6s ease 0s;
          transition: transform 0.6s ease 0s;
}
.i-wrap-sev .list-wrap li:hover .cont a {
  color: #1295df;
}
.i-wrap-sev .look-more {
  margin-top: 34px;
}

.i-wrap-eight {
  padding-top: 60px;
  padding-bottom: 130px;
}
.i-wrap-eight .scroll-wrap {
  margin-top: 93px;
  width: 100%;
  position: relative;
}
.i-wrap-eight .scroll-wrap .butn {
  display: block;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  cursor: pointer;
  border-radius: 50%;
}
.i-wrap-eight .scroll-wrap .prev {
  left: 0;
  background: url(../img/ico_21.png) no-repeat center;
}
.i-wrap-eight .scroll-wrap .prev:hover {
  background: url(../img/ico_21_h.png) no-repeat center #cfcfcf;
}
.i-wrap-eight .scroll-wrap .next {
  right: 0;
  background: url(../img/ico_22.png) no-repeat center;
}
.i-wrap-eight .scroll-wrap .next:hover {
  background: url(../img/ico_22_h.png) no-repeat center #cfcfcf;
}
.i-wrap-eight .scroll-wrap .scroll {
  width: 700px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 320px;
}
.i-wrap-eight .scroll-wrap li {
  width: 436px;
  position: absolute;
  top: 0;
  left: 132px;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.i-wrap-eight .scroll-wrap li img {
  width: 100%;
  height: 100%;
}

.i-wrap-nine {
  padding-top: 70px;
  padding-bottom: 52px;
  background-color: #f9f9f9;
}
.i-wrap-nine .list-wrap {
  margin-top: 46px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.i-wrap-nine .list-wrap ul {
  width: 102%;
}
.i-wrap-nine .list-wrap li {
  width: 570px;
  background-color: #fff;
  margin-right: 19px;
  margin-bottom: 19px;
}
.i-wrap-nine .list-wrap li a {
  display: block;
  width: 512px;
  padding: 45px 34px 0 24px;
  float: left;
  height: 130px;
}
.i-wrap-nine .list-wrap li .ico {
  display: block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background-color: #999;
  font-size: 32px;
  font-weight: bold;
  margin-top: 5px;
  border-radius: 50%;
  color: #fff;
}
.i-wrap-nine .list-wrap li .cont {
  margin-left: 32px;
  width: 390px;
}
.i-wrap-nine .list-wrap li .tit {
  font-size: 20px;
  color: #333;
  line-height: 35px;
  -webkit-transition: color 0.3s ease 0s;
          transition: color 0.3s ease 0s;
}
.i-wrap-nine .list-wrap li .word {
  display: block;
  line-height: 24px;
  font-size: 13px;
  margin-top: 13px;
  color: #666;
}
.i-wrap-nine .list-wrap li:hover .ico {
  background-color: #08a3d9;
}
.i-wrap-nine .list-wrap li:hover .tit {
  color: #08a3d9;
}
.i-wrap-nine .look-more {
  margin-top: 44px;
}

.i-wrap-ten {
  padding-top: 36px;
  padding-bottom: 80px;
}
.i-wrap-ten .cent-wrap {
  margin-top: 50px;
}
.i-wrap-ten .left-wrap {
  width: 560px;
}
.i-wrap-ten .left-wrap .img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i-wrap-ten .left-wrap .img img {
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}
.i-wrap-ten .left-wrap .img:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.6s ease 0s;
          transition: transform 0.6s ease 0s;
}
.i-wrap-ten .left-wrap .cont {
  margin-top: 25px;
}
.i-wrap-ten .left-wrap .tit-box {
  line-height: 32px;
}
.i-wrap-ten .left-wrap .tit-box .stt {
  font-size: 18px;
  display: inline-block;
}
.i-wrap-ten .left-wrap .tit-box .stt a {
  color: #292929;
}
.i-wrap-ten .left-wrap .tit-box .date {
  font-size: 14px;
  color: #6d6d6d;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.i-wrap-ten .left-wrap .word {
  margin-top: 13px;
  line-height: 24px;
}
.i-wrap-ten .left-wrap .word a {
  color: #888;
  display: inline-block;
}
.i-wrap-ten .left-wrap .word a:hover {
  color: #292929;
}
.i-wrap-ten .look-more {
  margin-top: 66px;
}
.i-wrap-ten .right-list {
  width: 560px;
}
.i-wrap-ten .right-list li {
  width: 560px;
  padding-top: 15px;
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: background 0.3s ease 0s;
          transition: background 0.3s ease 0s;
}
.i-wrap-ten .right-list li .left-bord {
  display: none;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2e7ada;
}
.i-wrap-ten .right-list li .num {
  width: 122px;
  text-align: center;
  line-height: 90px;
  font-size: 68px;
  color: #333;
}
.i-wrap-ten .right-list li .line {
  display: inline-block;
  width: 1px;
  height: 76px;
  background-color: #6b6a6a;
  margin-top: 12px;
}
.i-wrap-ten .right-list li .cont-wrap {
  margin-left: 23px;
  width: 385px;
}
.i-wrap-ten .right-list li .tit-box {
  line-height: 38px;
}
.i-wrap-ten .right-list li .tit {
  display: inline-block;
  font-size: 18px;
  color: #2e7ada;
}
.i-wrap-ten .right-list li .date {
  display: inline-block;
  font-size: 14px;
  color: #232323;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.i-wrap-ten .right-list li .word {
  line-height: 24px;
  margin-top: 4px;
}
.i-wrap-ten .right-list li .word a {
  color: #888;
}
.i-wrap-ten .right-list li:hover {
  background-color: #eeecec;
}
.i-wrap-ten .right-list li:hover .left-bord {
  display: block;
}

.ins-ban {
  width: 100%;
  height: 450px;
}

.prevent-firwrap {
  padding-top: 73px;
  background: url(../img/bg_13.jpg) no-repeat center bottom;
}
.prevent-firwrap .cent-cont {
  margin-top: 45px;
  text-align: center;
}
.prevent-firwrap .cent-cont h4 {
  font-weight: normal;
  font-size: 28px;
  color: #1295df;
  line-height: 48px;
}
.prevent-firwrap .cent-cont .word {
  line-height: 24px;
  font-size: 15px;
  color: #777;
  width: 898px;
  margin: 5px auto 0;
}
.prevent-firwrap .cent-pic-box {
  width: 1024px;
  padding: 55px 68px 117px 68px;
  margin-top: 45px;
  background: url(../img/bg_14.png) no-repeat center top;
}
.prevent-firwrap .cent-pic-box span {
  display: block;
  box-shadow: 0 0 10px 5px #eee;
}

.prevent-secwrap {
  padding-top: 60px;
  padding-bottom: 78px;
}
.prevent-secwrap .top-cont {
  text-align: center;
}
.prevent-secwrap .top-cont h4 {
  font-weight: normal;
  font-size: 36px;
  line-height: 62px;
  color: #1295df;
}
.prevent-secwrap .top-cont .word {
  line-height: 32px;
  font-size: 15px;
  color: #777;
}
.prevent-secwrap .list-wrap {
  margin-top: 38px;
  min-height: 475px;
}
.prevent-secwrap .list-wrap li {
  width: 1020px;
  padding: 30px 80px 28px 60px;
  border-radius: 10px;
  background-color: #f1f1f1;
  margin-top: 5px;
}
.prevent-secwrap .list-wrap .img {
  width: 0px;
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
.prevent-secwrap .list-wrap .img img {
  position: absolute;
  left: 0;
  top: 0;
}
.prevent-secwrap .list-wrap .word {
  width: 100%;
  font-size: 17px;
  color: #777;
  line-height: 30px;
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
.prevent-secwrap .list-wrap .word b {
  color: #333;
}
.prevent-secwrap .list-wrap li.cur {
  background: url(../img/bg_15.png) no-repeat center top;
  padding-left: 68px;
}
.prevent-secwrap .list-wrap li.cur .img {
  width: 270px;
  height: 164px;
}
.prevent-secwrap .list-wrap li.cur .word {
  width: 700px;
  color: #fff;
  margin-top: 42px;
}
.prevent-secwrap .list-wrap li.cur .word b {
  color: #fff;
}

.prevent-thiwrap {
  padding-top: 57px;
  padding-bottom: 88px;
  background: url(../img/bg_16.jpg) no-repeat center top;
  min-height: 300px;
}
.prevent-thiwrap h4 {
  font-weight: normal;
  font-size: 36px;
  color: #22adf9;
  line-height: 62px;
  text-align: center;
}
.prevent-thiwrap .word {
  line-height: 24px;
  font-size: 15px;
  margin-top: 14px;
  color: #666;
}
.prevent-thiwrap .img {
  margin-top: 40px;
}
.prevent-thiwrap img {
  max-width: 100%;
}

.treat-firwrap {
  padding-top: 77px;
  padding-bottom: 72px;
  background-color: #f9f9f9;
}
.treat-firwrap .list {
  margin-top: 32px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.treat-firwrap .list ul {
  width: 102%;
}
.treat-firwrap .list li {
  width: 230px;
  height: 174px;
  background-color: #fff;
  margin-top: 3px;
  margin-right: 3px;
  text-align: center;
}
.treat-firwrap .list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.treat-firwrap .list .ico {
  display: inline-block;
  margin-top: 30px;
}
.treat-firwrap .list .tit {
  line-height: 36px;
  font-size: 18px;
  margin-top: 9px;
}
.treat-firwrap .list li:hover .tit {
  color: #08a3d9;
}

.i-wrap-fou.treat-secwrap {
  padding-top: 56px;
  padding-bottom: 70px;
}

.i-wrap-fou.treat-secwrap .list-wrap {
  margin-top: 22px;
}

.treat-thiwrap {
  padding-top: 60px;
  padding-bottom: 96px;
}
.treat-thiwrap .list-wrap {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.treat-thiwrap .list-wrap ul {
  width: 106%;
  background: url(../img/bg_19.jpg) no-repeat left top;
}
.treat-thiwrap .list-wrap li {
  width: 182px;
  height: 182px;
  border-radius: 50%;
  position: relative;
  margin-right: 60px;
  overflow: hidden;
}
.treat-thiwrap .list-wrap .tit {
  font-size: 16px;
  line-height: 40px;
  background: url(../img/bg_06.png) repeat 0;
  position: absolute;
  bottom: 42px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #666;
}

.treat-fouwrap {
  padding-top: 64px;
  padding-bottom: 88px;
  background: url(../img/bg_12.jpg) no-repeat center bottom;
}
.treat-fouwrap .word {
  margin-top: 10px;
  line-height: 24px;
  font-size: 15px;
  text-align: center;
  color: #888;
}
.treat-fouwrap .list-wrap {
  margin-top: 60px;
}

.treat-fivwrap {
  background: none;
  padding-top: 66px;
  padding-bottom: 60px;
}

.treat-sexwrap {
  padding-top: 74px;
  padding-bottom: 70px;
  background-color: #f4f4f4;
}
.treat-sexwrap .list-wrap {
  margin-top: 35px;
  padding-bottom: 52px;
  position: relative;
}
.treat-sexwrap .list-wrap .bd ul {
  width: 105%;
}
.treat-sexwrap .list-wrap .bd li {
  width: 215px;
  padding: 40px 33px 0;
  background-color: #fff;
  height: 308px;
  margin-right: 10px;
}
.treat-sexwrap .list-wrap .bd li:hover .more {
  background-color: #1295df;
  color: #fff;
  border: 1px solid #1295df;
}
.treat-sexwrap .list-wrap .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 16px;
}
.treat-sexwrap .list-wrap .tit a {
  color: #333;
  display: inline-block;
}
.treat-sexwrap .list-wrap .word {
  margin-top: 15px;
  line-height: 22px;
  font-size: 14px;
  min-height: 140px;
  padding-bottom: 12px;
}
.treat-sexwrap .list-wrap .word a {
  display: inline-block;
  color: #666;
}
.treat-sexwrap .list-wrap .more {
  display: block;
  width: 127px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #dadada;
  border-radius: 18px;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.treat-sexwrap .list-wrap .hd {
  position: absolute;
  bottom: 0;
  left: 50%;
  overflow: hidden;
}
.treat-sexwrap .list-wrap .hd li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 3px solid #b0b0b0;
  margin: 0 5px;
  cursor: pointer;
  text-indent: 999px;
}
.treat-sexwrap .list-wrap .hd li.on {
  background-color: #b0b0b0;
}

.prefe-firwrap {
  padding-top: 72px;
  padding-bottom: 106px;
  background: url(../img/bg_16.jpg) no-repeat center bottom;
}
.prefe-firwrap .list {
  margin-top: 98px;
  position: relative;
  overflow: hidden;
}
.prefe-firwrap .list ul {
  width: 103%;
}
.prefe-firwrap .list li {
  width: 375px;
  margin-right: 16px;
  position: relative;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.prefe-firwrap .list .big-font {
  font-size: 28px;
  line-height: 52px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 98px;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.prefe-firwrap .list .cent-word {
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100px;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.prefe-firwrap .list li:hover .big-font {
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}
.prefe-firwrap .list li:hover .cent-word {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.prefe-secwrap {
  padding-top: 60px;
  padding-bottom: 66px;
}
.prefe-secwrap .cont {
  background-color: #f1f1f1;
  margin-top: 36px;
  padding: 34px 52px 18px 82px;
  width: 1025px;
  border-radius: 15px;
}
.prefe-secwrap .cont .word {
  width: 800px;
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-top: 38px;
}

.prefe-thiwrap {
  padding-top: 45px;
  padding-bottom: 65px;
  background: url(../img/bg_16.jpg) no-repeat center bottom;
}
.prefe-thiwrap .cont {
  margin-top: 32px;
  background: url(../img/bg_20.png) no-repeat center bottom;
  padding: 34px 52px 4px 82px;
  width: 1025px;
}
.prefe-thiwrap .cont .word {
  width: 800px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin-top: 28px;
  text-align: right;
}
.prefe-thiwrap .cont .img {
  display: inline-block;
}

.prefe-fouwrap {
  padding-top: 42px;
  padding-bottom: 85px;
}
.prefe-fouwrap .intro {
  line-height: 26px;
  font-size: 18px;
  color: #333;
  margin-top: 30px;
  text-align: center;
}
.prefe-fouwrap .cent-word {
  margin-top: 60px;
  padding-left: 265px;
}
.prefe-fouwrap .cent-word .listbox {
  width: 352px;
  font-size: 15px;
  line-height: 24px;
  color: #777;
}
.prefe-fouwrap .imgbox {
  margin-top: 55px;
}

.prefe-fivwrap {
  padding-top: 52px;
  padding-bottom: 75px;
  background: url(../img/bg_16.jpg) no-repeat center bottom;
}
.prefe-fivwrap .word {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #777;
  margin-top: 5px;
}
.prefe-fivwrap .list-wrap ul {
  background: url(../img/bg_21.png) no-repeat left top;
}

.prefe-sexwrap {
  padding-top: 54px;
  padding-bottom: 70px;
  background: url(../img/bg_22.jpg) repeat-x 0 bottom;
}
.prefe-sexwrap .word {
  line-height: 22px;
  font-size: 14px;
  margin-top: 20px;
  color: #777;
  text-align: center;
}
.prefe-sexwrap .bot-font {
  line-height: 48px;
  font-size: 24px;
  margin-top: 35px;
  color: #777;
  text-align: center;
}

.prefe-sevwrap {
  padding-top: 62px;
  padding-bottom: 75px;
  background: url(../img/bg_23.jpg) no-repeat center top;
}
.prefe-sevwrap .word {
  font-size: 16px;
  line-height: 24px;
  color: #777;
  text-align: center;
  width: 900px;
  margin: 11px auto 0;
}
.prefe-sevwrap .list {
  margin-top: 57px;
  position: relative;
  overflow: hidden;
}
.prefe-sevwrap .list ul {
  width: 102%;
}
.prefe-sevwrap .list li {
  width: 375px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 16px;
}
.prefe-sevwrap .list li img {
  width: 100%;
}
.prefe-sevwrap .list li .tit-box {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/bg_24.png) repeat 0;
  width: 335px;
  padding: 8px 20px 3px;
}
.prefe-sevwrap .list li .cn {
  font-size: 22px;
  line-height: 35px;
  color: #333;
}
.prefe-sevwrap .list li .en {
  font-size: 14px;
  font-family: "Century Gothic";
  color: #999;
  line-height: 25px;
  text-transform: uppercase;
}

.check-wrap {
  padding-top: 94px;
}
.check-wrap .navbox {
  margin-top: 34px;
}
.check-wrap .navbox li {
  margin-right: 23px;
  border-radius: 22px;
  width: 125px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #dbdbdb;
  font-size: 20px;
}
.check-wrap .navbox li a {
  display: block;
  color: #666;
}
.check-wrap .navbox li.hover, .check-wrap .navbox li:hover {
  background: url(../img/bg_25.png) no-repeat center;
  border: 1px solid #fff;
}
.check-wrap .navbox li.hover a, .check-wrap .navbox li:hover a {
  color: #fff;
}
.check-wrap .list-wrap {
  padding-top: 62px;
}
.check-wrap .list-wrap li {
  width: 1077px;
  padding: 58px 33px 54px 50px;
  background-color: #f6f6f6;
  margin-bottom: 45px;
}
.check-wrap .list-wrap .img {
  display: block;
  width: 428px;
  height: 275px;
}
.check-wrap .list-wrap .right-cont {
  width: 580px;
}
.check-wrap .list-wrap .tit {
  line-height: 60px;
  margin-top: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 30px;
}
.check-wrap .list-wrap .tit a {
  display: inline-block;
  color: #333;
}
.check-wrap .list-wrap .word {
  margin-top: 26px;
  font-size: 14px;
  margin-top: 26px;
}
.check-wrap .list-wrap .word a {
  display: inline-block;
  color: #666;
}
.check-wrap .list-wrap .more {
  display: block;
  width: 101px;
  padding-left: 26px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  margin-top: 60px;
  background: url(../img/bg_27.png) no-repeat center;
}
.check-wrap .list-wrap li:hover .tit a {
  color: #1295df;
}
.check-wrap .list-wrap li:hover .more {
  background: url(../img/bg_27_h.png) no-repeat center;
}

.project-firwrap {
  padding-top: 54px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.project-firwrap .list-wrap {
  margin-top: 46px;
  position: relative;
  overflow: hidden;
  padding-bottom: 54px;
}
.project-firwrap .list-wrap .bd ul {
  width: 105%;
}
.project-firwrap .list-wrap .bd li {
  width: 370px;
  margin-right: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.project-firwrap .list-wrap .bd li a {
  display: block;
}
.project-firwrap .list-wrap .bd li .tit {
  display: block;
  width: 342px;
  padding: 0 14px;
  line-height: 70px;
  font-size: 18px;
  color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/bg_28.png) repeat 0;
}
.project-firwrap .list-wrap .hd {
  position: absolute;
  left: 50%;
  bottom: 0;
  overflow: hidden;
}
.project-firwrap .list-wrap .hd li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 3px solid #bfbfbf;
  margin: 0 5px;
  cursor: pointer;
  text-indent: 999px;
}
.project-firwrap .list-wrap .hd li.on {
  background-color: #b0b0b0;
  border: 3px solid #b0b0b0;
}

.project-secwrap {
  padding-top: 60px;
  padding-bottom: 98px;
}
.project-secwrap .cont-wrap {
  margin-top: 38px;
  text-align: center;
}

.project-thiwrap {
  padding-top: 55px;
  height: 515px;
  background: url(../img/bg_29.jpg) no-repeat center;
}
.project-thiwrap .column-titbox {
  color: #fff;
}
.project-thiwrap .column-titbox .cn {
  color: #fff;
}
.project-thiwrap .scroll-wrap {
  margin-top: 62px;
  padding-bottom: 85px;
  position: relative;
}
.project-thiwrap .scroll-wrap .bd {
  width: 100%;
}
.project-thiwrap .scroll-wrap .bd ul {
  width: 105%;
}
.project-thiwrap .scroll-wrap .bd li {
  width: 378px;
  height: 238px;
  border: 1px solid #a3e7ed;
  text-align: center;
  background: url(../img/bg_30.png) repeat 0;
  border-radius: 10px;
  margin-right: 10px;
}
.project-thiwrap .scroll-wrap .bd .ico {
  display: block;
  height: 90px;
  margin-top: 48px;
  width: 100%;
}
.project-thiwrap .scroll-wrap .bd p {
  line-height: 60px;
  font-size: 22px;
  color: #fff;
}
/*.project-thiwrap .scroll-wrap .bd .ico1 {
  background: url(../img/ico_33.png) no-repeat center;
}
.project-thiwrap .scroll-wrap .bd .ico2 {
  background: url(../img/ico_34.png) no-repeat center;
}
.project-thiwrap .scroll-wrap .bd .ico3 {
  background: url(../img/ico_35.png) no-repeat center;
}*/
.project-thiwrap .scroll-wrap .hd {
  position: absolute;
  bottom: 0;
  left: 50%;
  overflow: hidden;
}
.project-thiwrap .scroll-wrap .hd li {
  width: 7px;
  height: 7px;
  border: 3px solid #d2f3f6;
  margin: 0 5px;
  border-radius: 50%;
  text-indent: 999px;
  cursor: pointer;
}
.project-thiwrap .scroll-wrap .hd li.on {
  background-color: #fff;
  border: 3px solid #fff;
}

.advan-firwrap {
  padding-top: 80px;
  padding-bottom: 140px;
  background: url(../img/bg_31.jpg) no-repeat center top;
}
.advan-firwrap .list-wrap {
  margin-top: 55px;
  position: relative;
  overflow: hidden;
}
.advan-firwrap .list-wrap ul {
  width: 103%;
}
.advan-firwrap .list-wrap li {
  width: 250px;
  text-align: center;
  margin: 0 21px;
}
.advan-firwrap .list-wrap .word {
  margin-top: 15px;
  line-height: 24px;
  font-size: 16px;
}
.advan-firwrap .list-wrap .blue {
  color: #1295df;
}


@media (max-width: 1600px) {
  .right-float-fir{
    margin-top: -90px;
  }
  .right-float-fir p.img-box{
    display: none;
  }
  .right-float-fir .cent-font{
    margin-top: 0;
  }
  .right-float-fir .link-box{
    margin-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
.leftmenu_title{font-size:26px; color:#FFFFFF; padding-left:30px;}
.leftmenu_class{ float:left; width:270px;}
.leftmenu_class { float:left; width:270px; }
.leftmenu_class a{ float:left; width:240px; padding-left:30px; line-height:42px; background:url(../images/leftmenu_bg.jpg) no-repeat; font-size:15px; color:#9cd5f5;}
.leftmenu_class a:hover,
.leftmenu_class a:hover{ background:url(../images/leftmenu_bg2.jpg) no-repeat;color:#fff;}
.class_dh{font-size:12px; color:#666; padding-right:10px;}
.class_title{font-size:16px; color:#013563; padding-left:20px; font-weight:bold;}
.class_content{ font-size:14px; padding:20px 0 20px 20px; line-height:26px;}
.class_content p{text-indent:28px;}

.zs_news_detail_page {
    margin: 0 auto;
    width: 1002px;
}

.zs_news_detail_page h3 {
    color: #1b1a1a;
    font-size: 26px;
    font-weight: 400;
    line-height: 50px;
    margin: 20px 0;
    text-align: center;
}

.zs_news_detail_title {
    background:url("../images/news_detail_border.gif") repeat-x bottom;
    line-height: 40px;
    margin-bottom: 30px;
    width: 1002px;
	text-align:center;
}

.zs_n_d_main {
    height: 40px;
    width: 600px;
	text-align:center;
}
.zs_n_d_main1 {
    height: 40px;
    margin: 0 auto;
    width: 180px;
	color: #7c7c7c;
}

.zs_news_detail_title  .nd_one {
    min-width: 150px;
	padding:0 20px;
	text-align:center;
	font-size:12px;
}
.zs_nd_page_content { padding:0 18px;}
.zs_nd_page_content img {
    display: block;
    margin: 0 auto 10px;
    max-width: 1002px;
}
.news_imglist img{ display:block; margin:0 auto; margin-bottom:40px;}

.zs_nd_page_content p {
    color: #3c3c3c;
    font-size: 14px;
    margin: 10px 0;
	line-height:30px;
	text-indent:28px;
}
.zs_back_up_div {
    border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 55px;
    width: 1083px;
	text-align:center;
	padding-top:15px;
}
.zs_share_to {
    float: right;
    margin: 30px 0;
}
.share_to{ float:right; margin:30px 10px 30px 0;}
.sp_nav {
	width: 100%;
	height: 49px;
	background-color: #f6f6f6;
}

.sp_naver {
	width: 1002px;
	height: 49px;
	margin: 0 auto;
	background-color: #f6f6f6;
}
.home_link {
	height: 49px;
	line-height: 49px;
	color: #5f5f5f;
	font-size: 12px;
}

.home_link_bg {
	width: 15px;
	height: 13px;
	background: url(../images/home_link_bg.png) no-repeat center center;
	float: left;
	margin: 17px 5px 0px 0px;
}

.home_link a {
	margin: 0 2px;
}

.home_link a.onhome {
	color: #2267c4;
}