﻿@charset "utf-8";
/* CSS Document */

a:hover {
  text-decoration: none;
}

h2.h2_title {
  padding-top: 55px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
}
h2.h2_title a {
  color: #333;
  font-size: 50px;
  font-weight: bold;
}
h2.h2_title span {
  color: #333;
  font-size: 30px;
}
.pTit {
  margin-bottom: 35px;
  text-align: center;
}
.pTit em {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 480px;
  height: 9px;
}
.pTit em.eml {
  background: url(../images/titl01.png) no-repeat right center;
}
.pTit em.emr {
  background: url(../images/titr01.png) no-repeat left center;
}
.pTit span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 240px;
  text-align: center;
  font-size: 16px;
  color: #b7b7b7;
  font-weight: 100;
}

/* banner */
.banner {
  overflow: hidden;
  width: 100%;
}
#flashs {
  position: relative;
  height: 550px;
  overflow: hidden;
}
#flashs .btn {
  position: absolute;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  bottom: 38px;
  text-align: center;
  z-index: 998;
}
#flashs .btn span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 61px;
  height: 2px;
  background: #0a3754;
  margin: 0 4px;
  cursor: pointer;
}
#flashs .btn span.cur {
  background: #fff;
}

#flashs .bot {
  display: block;
  position: absolute;
  width: 58px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  display: none;
}
#flashs .bot1 {
  background: url(../images/babot1.png) no-repeat center;
  left: 5%;
  z-index: 2;
}
#flashs .bot2 {
  background: url(../images/babot2.png) no-repeat center;
  right: 5%;
  z-index: 2;
}
#flashs:hover .bot {
  display: block;
}

/* search部分 */
.wrap-search {
  background: #f6f6f6;
  padding: 13px 0;
}
.search .keyword {
  float: left;
  font-size: 20px;
  color: #666;
  height: 33px;
  width: 890px;
}
.search .keyword span {
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
}
.search .keyword b {
  color: #25af5f;
}
.search .keyword p {
  float: left;
  height: 14px;
  line-height: 14px;
}
.search .keyword p a {
  float: left;
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 18px;
  padding: 0 9px;
}
.search .keyword p a:hover {
  color: #cc9c5a;
}
.search .keyword a:first-child {
  padding-left: 0;
  border-left: none;
}
.search .inp {
  float: right;
  width: 280px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  padding: 0 13px;
  background: #fff;
  border-radius: 27px;
}
.search .inp input {
  float: left;
  border: none;
  height: 40px;
  line-height: 40px;
  width: 225px;
  float: left;
  text-indent: 12px;
  font-size: 14px;
  color: #999;
  background: none;
}
.search .inp span {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.search .inp span i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/search.png) no-repeat center;
}

.product {
  padding: 50px 0;
  background: #fff;
}
.product .conleft {
  width: 265px;
  background: #fff;
}
.product .conleft h3 img {
  display: block;
}
.product .conleft .proList {
  padding: 32px 13px 5px 15px;
  background: #cccccc;
}
.product .conleft .proList a {
  color: #000;
}
.lanse_biaoti {
  font-size: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 3px;
  line-height: 50px;
  margin-top: 15px;
}
.lanse_biaoti a {
  padding-left: 30px;
  color: #fff;
  font-weight: bold;
}
.product .conleft .proList li {
  padding-left: 18px;
  margin-bottom: 27px;
  background: url(../images/proicon01.png) no-repeat left center;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 3px;
}
.product .conleft .proList li:hover {
  background: url(../images/proicon02.png) no-repeat left center;
}
.product .conleft .proList li:hover a {
  color: #000;
}
.product .conleft .proTel {
  height: 101px;
  background: url(../images/protel.jpg) no-repeat center;
}
.product .conleft .proTel p {
  padding: 30px 0 0 85px;
  color: #fff;
}
.product .conleft .proTel p i {
  display: block;
}
.product .conleft .proTel p span {
  display: block;
  font-size: 22px;
}
.product .conright {
  width: 900px;
}
.product .conright dl {
  float: left;
  width: 275px;
  border: #e6e6e6 solid 7px;
  background: #fff;
  margin: 0 0 10px 10px;
}
.product .conright dl:nth-child(1) {
  margin-left: 0;
}
.product .conright dl:nth-child(4) {
  margin-left: 0;
}
.product .conright dl:nth-child(7) {
  margin-left: 0;
}
.product .conright dl dt {
  height: 275px;
  overflow: hidden;
  margin-bottom: 7px;
}
.product .conright dl dt img {
  display: block;
  width: 275px;
  height: 275px;
  transition: all 0.5s;
}
.product .conright dl dd {
  background: #e6e6e6;
  height: 30px;
  line-height: 30px;
  padding-top: 5px;
  text-align: center;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product .conright dl dd a {
  color: #333;
}
.product .conright dl:hover dt img {
  transform: scale(1.1);
}
.product .conright dl:hover dd a {
  color: #641c1e;
}

/*优势*/
.ys {
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.ys .yshh {
  width: 100%;
}
.ys .ysTit {
  overflow: hidden;
  background: url("../images/ys_titBg.png") no-repeat center;
  height: 206px;
  text-align: center;
}
.ys .ysTit h2 {
  font-size: 45px;
  margin-top: 73px;
  color: #c6a558;
}
.ys .ysTit h2 b {
  font-size: 65px;
  color: #ffa200;
}
.ys .ysTit p {
  font-size: 24px;
  margin-top: 5px;
  color: #fff;
}
.ys .ys01 {
  background: url("../images/ys_01.png") no-repeat center;
  height: 372px;
}
.ys .ys02 {
  background: url("../images/ys_02.png") no-repeat center;
  height: 404px;
}
.ys .ys03 {
  background: url("../images/ys_03.png") no-repeat center;
  height: 404px;
}
.ys .ys04 {
  background: url("../images/ys_04.png") no-repeat center;
  height: 365px;
}
.ys .ysBox {
  width: 470px;
  overflow: hidden;
  margin-top: 98px;
  margin-left: 70px;
}
.ys .ysBox h3 {
  font-size: 26px;
  color: #a88b47;
  margin-bottom: 25px;
  margin-left: 20px;
}
.ys .ysBox span {
  display: inline-block;
  background-color: #e5e5e5;
  color: #3d3d3d;
  line-height: 35px;
  margin-left: 20px;
  padding: 0 10px;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.ys .ysBox p {
  background: url("../images/ys_li.png") no-repeat left 8px;
  line-height: 24px;
  font-size: 18px;
  padding-left: 15px;
  margin-top: 15px;
  margin-left: 20px;
}
.ys .ysBox b {
  color: #d2a167;
}

.ys .ysBox h4 {
  width: 275px;
  margin: 0 auto;
  padding-bottom: 25px;
  font-weight: normal;
  background: url("../images/ys_phone.png") no-repeat 10px 5px,
    url("../images/ys_phoneBg.png") no-repeat center bottom;
  padding-left: 55px;
  font-size: 13px;
  color: #4e4e4e;
  margin-top: 45px;
}
.ys .ysBox h4 b {
  color: #082fa2;
  font-size: 27px;
  display: block;
}
.ys .four {
  margin-top: 35px;
}
.ys .thr,
.ys .two {
  margin-top: 108px;
}

.ys2 {
  overflow: hidden;
  width: 100%;
  background: #fff;
  margin-top: 85px;
}
.ys2 .yshh2 {
  width: 100%;
}
.ys2 .ysTit2 {
  overflow: hidden;
  background: url("../images/ys_titBg.jpg") no-repeat center;
  height: 206px;
  text-align: center;
}
.ys2 .ysTit2 h2 {
  font-size: 45px;
  margin-top: 68px;
  color: #c5a656;
}
.ys2 .ysTit2 h2 b {
  font-size: 65px;
  color: #ffa200;
}
.ys2 .ysTit2 p {
  font-size: 22px;
  margin-top: 15px;
  color: #c5a656;
}

.zxly {
  height: 373px;
  background: #d2a167;
}
.zxly .container {
  height: 373px;
  position: relative;
}
.zxly .zxlyImg {
  position: absolute;
  left: -50px;
  top: -43px;
}
.zxly .zxlyImg img {
  display: block;
  width: 868px;
  height: 417px;
}
.zxly .zxlyCon {
  margin-left: 827px;
  padding-top: 40px;
}
.zxly .zxlyCon .p1 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.zxly .zxlyCon .p1 i {
  font-size: 14px;
}
.zxly .zxlyCon .info1 {
  margin-bottom: 11px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.zxly .zxlyCon .info1 p {
  height: 23px;
  padding: 13px 13px 13px 47px;
  background: url(../images/zxlyicon01.png) no-repeat 15px center;
}
.zxly .zxlyCon .info1 input {
  height: 23px;
  border: none;
  line-height: 230px;
  text-indent: 10px;
  border-left: 1px solid #e0e0e0;
  width: 305px;
  color: #999;
}
.zxly .zxlyCon .info2 {
  margin-bottom: 11px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.zxly .zxlyCon .info2 p {
  height: 23px;
  padding: 13px 13px 13px 47px;
  background: url(../images/zxlyicon02.png) no-repeat 15px center;
}
.zxly .zxlyCon .info2 input {
  height: 23px;
  border: none;
  line-height: 230px;
  text-indent: 10px;
  border-left: 1px solid #e0e0e0;
  width: 305px;
  color: #999;
}

.zxly .zxlyCon .info3 {
  margin-bottom: 11px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.zxly .zxlyCon .info3 p {
  height: 23px;
  padding: 13px 13px 30px 47px;
  background: url(../images/zxlyicon03.png) no-repeat 15px center;
}
.zxly .zxlyCon .info3 input {
  height: 23px;
  border: none;
  line-height: 230px;
  text-indent: 10px;
  border-left: 1px solid #e0e0e0;
  width: 305px;
  color: #999;
}
.zxly .zxlyCon .info3 textarea {
  height: 45px;
  border: none;
  text-indent: 10px;
  border-left: 1px solid #e0e0e0;
  width: 305px;
  color: #999;
}

.zxly .zxlyCon .p2 a {
  display: block;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  background: #222222;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.fwlc {
  height: 385px;
  background: #641c1e url(../images/fwlcbg.jpg) no-repeat center top;
}
/*.fwlc h2.h2_title {padding-top: 65px;}*/
.fwlc h2.h2_title span {
  color: #c5a656;
  font-weight: bold;
  font-size: 50px;
}
.fwlc .pTit {
  margin-bottom: 85px;
}
.fwlc .pTit em {
  width: 425px;
}
.fwlc .pTit span {
  width: 330px;
  color: #b7b7b7;
}

.fwlc .fwlcCon dl {
  float: left;
  padding-left: 55px;
  margin-left: 55px;
  height: 75px;
  border-left: 1px solid #939499;
}
.fwlc .fwlcCon dl:first-child {
  padding-left: 0;
  border-left: none;
  margin-left: 0;
}
.fwlc .fwlcCon dl dt {
  margin-bottom: 10px;
  position: relative;
  top: -15px;
}
.fwlc .fwlcCon dl dt img {
  display: block;
  margin: 0 auto;
  width: 70px;
}
.fwlc .fwlcCon dl dd {
  font-size: 18px;
  color: #0e0e0e;
}

/*ryxg

.yyal {background: #f0f0f0;padding-bottom: 75px;}
.yyal .ryxg_p1 {font-size: 26px;color: #fff;text-align: center;}
.yyal .yyal_con {padding: 0 70px;position: relative;height: 547px;overflow: hidden;}
.yyal .yyal_con .conbox {position: relative;height: 547px;}
.yyal .yyal_con img {display: block ;}
.yyal .yyal_con .yyal_left {width: 804px;position: relative;height: 547px;overflow: hidden;float: left;}
.yyal .yyal_con .yyal_left ul {position: relative;}
.yyal .yyal_con .yyal_left ul li {height: 547px;background: #fff;}
.yyal .yyal_left dl dt {width: 804px;position: relative;}
.yyal .yyal_left dl dt p {height: 44px;line-height: 44px;text-align: center;font-size: 18px;color: #fff;font-weight: bold;position: absolute;left: 0;bottom: 0;width: 100%;background: url(../images/bg01.png);}
.yyal .yyal_left dl dd {height: 60px;background: #d2a167;text-align: center;padding: 18px 0;}
.yyal .yyal_left dl dd span {float: left;width: 260px;height: 60px;line-height: 60px;color: #fff;border-left: 1px dotted #4377b7;}
.yyal .yyal_right {width: 255px;height: 547px;overflow: hidden; float: right;}
.yyal .yyal_right ul {position: relative;}
.yyal .yyal_right ul li {background: #000;border: 1px solid #fff; position: relative;z-index: 1;}
.yyal .yyal_right ul li img {opacity: 0.7;width: 252px;height: 108px;}
.yyal .yyal_right ul li.cur {z-index: 2;}
.yyal .yyal_right ul li.cur img {opacity: 1;}
.yyal .yyal_con .yyal_btnl {width: 70px;position: absolute;left: 0;top: 70px;height: 450px;background: url(../images/bg01.png);text-align: center;}
.yyal .yyal_con .btn p {height: 280px;padding: 0 25px;font-size: 16px;color: #fff;padding-top: 100px;}
.yyal .yyal_con .btn span {display: block;width: 70px;height: 70px;background: #484e5e;overflow: hidden; cursor: pointer;}
.yyal .yyal_con .btn img {display: block;margin: 20px auto;}
.yyal .yyal_con .yyal_btnr {width: 70px;position: absolute;right: 0;top: 70px;height: 450px;background: url(../images/bg01.png);text-align: center;}
.yyal .yyal_con .btn:hover span {background: #d2a167;}
.ryxghxjs {background: url(../images/ryxgqyjs01.jpg) no-repeat center;height: 699px;padding-top: 110px;}
.ryxghxjs .mainCon .menu li.cur{background: #0b1f67;}
.yyal .yyal_left dl dt{width: 804px;height:451px}
*/

/*.yyal {background: #f0f0f0;padding-bottom: 75px;}
.yyal .ryxg_p1 {font-size: 26px;color: #fff;text-align: center;}
.yyal .yyal_con {padding: 0 70px;position: relative;height: 547px;overflow: hidden;}
.yyal .yyal_con .conbox {position: relative;height: 547px;padding: 0 28px;}
.yyal .yyal_con img {display: block ;}
.yyal .yyal_con .yyal_left {width: 804px;position: relative;height: 547px;overflow: hidden;float: left;}
.yyal .yyal_con .yyal_left ul {position: relative;}
.yyal .yyal_con .yyal_left ul li {height: 547px;background: #fff;}
.yyal .yyal_left dl dt {width: 804px;position: relative;}
.yyal .yyal_left dl dt img {display: block;width: 804px;height: 451px;}
.yyal .yyal_left dl dt p {height: 44px;line-height: 44px;text-align: center;font-size: 18px;color: #fff;font-weight: bold;position: absolute;left: 0;bottom: 0;width: 100%;background: url(../images/bg01.png);}
.yyal .yyal_left dl dd {height: 60px;background: #d2a167;text-align: center;padding: 18px 0;}
.yyal .yyal_left dl dd span {float: left;width: 260px;height: 60px;line-height: 60px;color: #fff;border-left: 1px dotted #4377b7;}
.yyal .yyal_left dl dd span:first-child {border-left: none;}
.yyal .yyal_right {width: 199px;height: 547px;overflow: hidden; float: right;}
.yyal .yyal_right ul {position: relative;}
.yyal .yyal_right ul li {background: #000;width: 196px;height: 108px; border: 1px solid #fff; position: relative;z-index: 1;}
.yyal .yyal_right ul li img {display: block;opacity: 0.7;width: 196px;height: 108px;}
.yyal .yyal_right ul li.cur {z-index: 2;}
.yyal .yyal_right ul li.cur img {opacity: 1;}
.yyal .yyal_con .yyal_btnl {width: 70px;position: absolute;left: 28px;top: 48px;height: 450px;background: url(../images/bg01.png);text-align: center;}
.yyal .yyal_con .btn p {height: 280px;padding: 0 25px;font-size: 16px;color: #fff;padding-top: 100px;}
.yyal .yyal_con .btn span {display: block;width: 70px;height: 70px;background: #484e5e;overflow: hidden; cursor: pointer;}
.yyal .yyal_con .btn img {display: block;margin: 20px auto;}
.yyal .yyal_con .yyal_btnr {width: 70px;position: absolute;right: 28px;top: 48px;height: 450px;background: url(../images/bg01.png);text-align: center;}
.yyal .yyal_con .btn:hover span {background: #d2a167;}*/

.ryxghxjs {
  background: url(../images/ryxgqyjs01.jpg) no-repeat center;
  height: 699px;
  padding-top: 110px;
}
.ryxghxjs .mainCon .menu li.cur {
  background: #0b1f67;
}

.sbzs {
  padding: 40px 0;
}
.sbzs .sbzsType {
  text-align: center;
  margin-bottom: 45px;
}
.sbzs .sbzsType li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 233px;
  height: 56px;
  line-height: 56px;
  background: #333333;
  font-size: 28px;
}
.sbzs .sbzsType li a {
  display: block;
  height: 56px; /*text-indent: 40px;*/
  color: #fff;
}
/*.sbzs .sbzsType li.li1 a {background: url(../images/sbzsicon01.png) no-repeat 60px center;}
.sbzs .sbzsType li.li2 a {background: url(../images/sbzsicon02.png) no-repeat 60px center;}*/
.sbzs .sbzsType li.cur {
  background: #641c1e;
  font-weight: bold;
}
.sbzs .sbzsCon {
  position: relative;
  position: relative;
}
.sbzs .sbzsCon .conbox {
  display: none;
}
.sbzs .sbzsCon .conbox.cur {
  display: block;
}
.sbzs .sbzsCon .conbox .box {
  position: relative;
  overflow: hidden;
}
.sbzs .sbzsCon .conbox .box ul {
  position: relative;
}
.sbzs .sbzsCon .conbox .box ul li {
  float: left;
  width: 288px;
  margin-left: 16px;
}
.sbzs .sbzsCon .conbox .box ul li:first-child {
  margin-left: 0;
}
.sbzs .sbzsCon .conbox .box ul li dt {
  width: 278px;
  height: 240px;
  padding: 4px;
  border: 1px solid #e5e5e5;
  margin-bottom: 18px;
}
.sbzs .sbzsCon .conbox .box ul li dd {
  text-align: center;
  font-size: 16px;
}
.sbzs .sbzsCon .conbox .box ul li dt img {
  width: 278px;
  height: 240px;
}
.sbzs .sbzsCon .conbox .sbzsBtnl {
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/sbzsjtl01.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  left: -61px;
  top: 104px;
}
.sbzs .sbzsCon .conbox .sbzsBtnr {
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/sbzsjtr01.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  right: -61px;
  top: 104px;
}

.about {
  height: 574px;
  background: #ededed; /* url(../images/abobg.jpg) no-repeat center top*/
}
.about h2.h2_title a {
  color: #fff;
}
.about .pTit em {
  width: 420px;
}
.about .pTit span {
  width: 340px;
}
.about .conleft {
  width: 493px;
  height: 337px;
}
.about .conright {
  width: 675px;
}
.about .conright .p1 {
  line-height: 24px;
  margin-bottom: 33px;
}
.about .conright .p1 a {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}
.about .conright .p2 {
  overflow: hidden;
}
.about .conright .p2 a {
  float: left;
  width: 131px;
  height: 41px;
  background: #fff;
  border-radius: 5px;
  line-height: 39px;
  color: #000;
  margin-right: 10px;
  text-align: center;
  font-size: 16px;
}
/*.about .conright .p2 a:hover {background: #ffa200;color: #FFF;}*/

.news {
  padding-bottom: 60px;
}

.news .conleft {
  width: 700px;
}
.news .conleft .newstop {
  height: 47px;
  border-bottom: 2px solid #641c1e;
  margin-bottom: 25px;
}
.news .conleft .newstop ul {
  float: left;
}
.news .conleft .newstop ul li {
  float: left;
  width: 148px;
  text-align: center;
  height: 47px;
  line-height: 47px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 7px 7px 0 0;
  font-weight: bold;
}
.news .conleft .newstop ul li a {
  color: #666;
}
.news .conleft .newstop ul li.cur {
  background: #641c1e;
}
.news .conleft .newstop ul li.cur a {
  color: #fff;
}
.news .conleft .newstop .morea {
  float: right;
  height: 48px;
  line-height: 48px;
  color: #999999;
}
.news .conleft .newsCon .box {
  display: none;
}
.news .conleft .newsCon .box.cur {
  display: block;
}
.news .newsCon dl {
  padding-left: 335px;
  height: 161px;
  position: relative;
  margin-bottom: 29px;
}
.news .newsCon dl dt {
  position: absolute;
  left: 0;
  top: 0;
}
.news .newsCon dl dt img {
  display: block;
  width: 300px;
  height: 161px;
}
.news .newsCon dl dd.dd1 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-top: 18px;
  font-weight: bold;
}
.news .newsCon dl dd.dd1 a {
  color: #333;
}
.news .newsCon dl dd.dd2 {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news .newsCon ul {
  padding-top: 25px;
  border-top: 1px dashed #ccc;
}
.news .newsCon ul li {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  padding-left: 30px;
  background: url(../images/proicon01.png) no-repeat 4px center;
}
.news .newsCon ul li a {
  float: left;
  width: 515px;
}
.news .newsCon ul li span {
  float: right;
  color: #999;
}
.news .newsCon ul li:hover {
  background: url(../images/proicon02.png) no-repeat 5px center;
}
.news .newsCon ul li:hover a {
  color: #641c1e;
}

.news .conright {
  width: 420px;
}
.news .conright .newstop {
  height: 47px;
  border-bottom: 2px solid #641c1e;
  line-height: 47px;
}
.news .conright .a1 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.news .conright i {
  font-weight: normal;
  font-size: 14px;
  color: #999999;
}
.news .conright .morea {
  float: right;
  height: 48px;
  line-height: 48px;
  color: #999999;
}
.news .conright .cjwt {
  position: relative;
  border: 1px solid #e2e2e2;
}
.news .conright .cjwt dl {
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 1px dashed #ccc;
}
.news .conright .cjwt dl dt {
  padding-left: 31px;
  height: 23px;
  line-height: 23px;
  font-size: 16px;
  font-weight: bold;
  background: url(../images/news_q.png) no-repeat left center;
  margin-bottom: 10px;
}
.news .conright .cjwt dl dt a {
  color: #333;
}
.news .conright .cjwt dl dd {
  padding-left: 31px;
  height: 46px;
  line-height: 23px;
  font-size: 13px;
  background: url(../images/news_a.png) no-repeat left 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .conright .cjwt dl dd a {
  color: #888888;
}

.yqlj {
  padding: 36px 0;
  background: #f0f0f0;
}
.yqlj .container {
  position: relative;
  padding: 15px 0;
  background: #fff;
}
.yqlj .box {
  text-align: left;
  margin: 0 30px;
}
.yqlj .box .p1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 56px;
  /* height: 35px; */
  margin-right: 15px;
  /* margin-top: -20px;*/
}
.yqlj .box ul {
  display: inline-block; /**display: inline;*zoom: 1;vertical-align: middle;position: relative;margin-top: -33px;margin-left: 73px;*/
}
.yqlj .box ul li {
  float: left;
  padding: 0 20px;
  padding-top: 8px;
  font-size: 16px;
}
.yqlj .box ul li a {
  color: #999;
}
.yqlj .box ul li:last-child {
  border-right: none;
}
.yqlj .box ul li:hover a {
  color: #cc9c5a;
}

.advantage05 .cx-title01 {
  width: 100%;
  text-align: center;
  color: #222;
  margin-bottom: 50px;
}
.advantage05 .cx-title01 h2 {
  font-size: 36px;
  padding-bottom: 10px;
  position: relative;
}
.advantage05 .cx-title01 h2 a {
  color: #222;
  padding: 0 30px;
}
.advantage05 .cx-title01 .subtitle {
  font-size: 16px;
}
.advantage05 .cx-title01 h2 em {
  display: inline-block;
  width: 20%;
  height: 1px;
  background-color: #e3e3e3;
  position: relative;
  top: -10px;
}
.advantage05 .cx-title01 h2 em:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #d2a167;
  position: absolute;
  top: 0;
  z-index: 2;
}
.advantage05 .cx-title01 h2 em.left:after {
  right: 0;
}
.advantage05 .cx-title01 h2 em.right:after {
  left: 0;
}

.advantage05 {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  background: no-repeat center;
  background-color: #fff;
  background-image: url(../);
}
.advantage05 .cmy-datas {
  width: 100%;
}
.advantage05 .cmy-datas > div {
  width: 24.7%;
  text-align: center;
  border-right: solid 1px #e5e5e5;
  position: relative;
}
.advantage05 .cmy-datas > div:first-child {
  border-left: solid 1px #e5e5e5;
  margin-bottom: 30px;
}
.advantage05 .cmy-datas > div:after,
.advantage05 .cmy-datas > div:first-child:before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #d2a167;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  z-index: 3;
}
.advantage05 .cmy-datas > div:after {
  right: -1px;
}
.advantage05 .cmy-datas > div:first-child:before {
  left: -1px;
}
.advantage05 .cmy-datas span {
  display: inline-block;
  color: #c3a656;
  position: relative;
}
.advantage05 .cmy-datas strong {
  font-size: 60px;
  font-weight: normal;
}
.advantage05 .cmy-datas span em {
  font-size: 16px;
  position: absolute;
  right: -15px;
  top: 5px;
  z-index: 2;
}
.advantage05 .cmy-datas p {
  font-size: 18px;
  color: #c3a656;
  padding-top: 1%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.advantage-box {
  width: 1200px;
  margin: 0 auto;
}
.advantage02 .cx-title01 {
  width: 100%;
  text-align: center;
  color: #222;
  margin-bottom: 50px;
}
.advantage02 .cx-title01 h2 {
  font-size: 36px;
  padding-bottom: 10px;
  position: relative;
}
.advantage02 .cx-title01 h2 a {
  color: #222;
  padding: 0 30px;
}
.advantage02 .cx-title01 .subtitle {
  font-size: 16px;
}
.advantage02 .cx-title01 h2 em {
  display: inline-block;
  width: 20%;
  height: 1px;
  background-color: #e3e3e3;
  position: relative;
  top: -10px;
}
.advantage02 .cx-title01 h2 em:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #d2a167;
  position: absolute;
  top: 0;
  z-index: 2;
}
.advantage02 .cx-title01 h2 em.left:after {
  right: 0;
}
.advantage02 .cx-title01 h2 em.right:after {
  left: 0;
}

.advantage02 {
  width: 100%;
  padding: 10px 0 60px;
  background: no-repeat center;
  background-color: #ededed;
}
.advantage02 .advantage-box .advantage-cont {
  width: 23.5%;
  background-color: #f2f2f2;
  padding: 3% 0 5%;
  text-align: center;
  position: relative;
}
.advantage02 .advantage-box .advantage-cont:not(:first-child) {
  margin-left: 2%;
}
.advantage02 .advantage-cont > span {
  display: block;
  width: 57%;
  background-color: #d2a167;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.advantage02 .advantage-cont h3 {
  font-size: 20px;
  color: #222;
  padding: 8%;
  font-weight: bold;
}
.advantage02 .advantage-cont p {
  height: 72px;
  font-size: 22px;
  color: #959595;
  padding: 8% 8% 0 8%;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.advantage02 .advantage-box .advantage-cont:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: rgba(116, 116, 116, 0.5);
  position: absolute;
  bottom: 9%;
  left: 50%;
  margin-left: -10px;
}

.advantage02 .advantage-box .advantage-cont:hover {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.advantage02 .advantage-box .advantage-cont {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* service */
/* com-title */
.com-title {
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
.com-title h2 {
  color: #fff;
  font-size: 32px;
  font-weight: normal;
}
.com-title h2 a {
  color: #c5a656;
  text-decoration: none;
  font-size: 32px;
}
.com-title p {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}

.service {
  width: 100%;
  background: #ededed;
}
.service_con {
  overflow: hidden;
  padding-top: 38px;
}
.service_con .servicebox {
  float: left;
  width: 255px;
  height: 395px;
  position: relative;
  left: -1200px;
  padding: 31px 18px 0 18px;
  background: #fff;
  margin-left: 12px;
}
.service_con .servicebox .boxi {
  display: none;
  width: 9px;
  height: 5px;
  background: url(../images/servicebg02.png) no-repeat center;
  position: absolute;
  left: 111px;
  top: -5px;
}
.service_con .servicebox:first-child {
  margin-left: 0;
}
.service_con .servicebox .p1 {
  padding: 12px 0;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  font-size: 18px;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
  width: 159px;
  margin: 0 auto;
}
.service_con .servicebox .p1 b {
  display: block;
  font-size: 24px;
  color: #641c1e;
  margin-bottom: 5px;
}
.service_con .servicebox ul {
  position: relative;
  margin-top: 52px;
}
.service_con .servicebox li {
  font-size: 18px;
  margin-bottom: 6px;
  color: #555555;
  padding-left: 12px;
  background: url(../images/service-icon06.png) no-repeat 4px center;
}

.service_con .servicebox .p3 {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 350px;
}
.service_con .servicebox .serviceicon {
  display: block;
  width: 57px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 278px;
  transition: all 0.5s;
  overflow: hidden;
  margin-left: -23px;
}
.service_con .servicebox .p3 span {
  display: block;
  color: #666666;
  font-size: 11px;
}
.service_con .servicebox .p4 {
  height: 29px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #eee;
  overflow: hidden;
  transition: all 0.5s;
}
.service_con .servicebox .p4 span {
  position: absolute;
  left: -100px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  transition: all 0.5s;
  font-size: 14px;
}
.service_con .servicebox .p4 em {
  display: block;
  width: 40px;
  height: 13px;
  background: url(../images/service-jt01.png) no-repeat center;
  position: absolute;
  left: 97px;
  top: 7px;
  transition: all 0.5s;
}
.service_con .box1 .serviceicon {
  background: url(../images/service-icon01.png) no-repeat center top;
}
.service_con .box2 .serviceicon {
  background: url(../images/service-icon02.png) no-repeat center top;
}
.service_con .box3 .serviceicon {
  background: url(../images/service-icon03.png) no-repeat center top;
}
.service_con .box4 .serviceicon {
  background: url(../images/service-icon04.png) no-repeat center top;
}
.service_con .box5 .serviceicon {
  background: url(../images/service-icon05.png) no-repeat center top;
}

.service_con .servicebox:hover {
  background: #d2a167;
}
.service_con .servicebox:hover .boxi {
  display: block;
}
.service_con .servicebox:hover .p1 {
  color: #fff;
  border-color: #fff;
}
.service_con .servicebox:hover .p1 b {
  color: #fff;
}
.service_con .servicebox:hover li {
  color: #fff;
  background: url(../images/service-icon07.png) no-repeat 4px center;
}
.service_con .servicebox:hover .p2 {
  color: #fff;
}
.service_con .servicebox:hover .p3 em {
  color: #fff;
}
.service_con .servicebox:hover .p3 span {
  color: #fff;
}
.service_con .servicebox:hover .p4 {
  height: 40px;
  background: #7e0101;
  border-top-color: #fcb713;
}
.service_con .servicebox:hover .p4 span {
  left: 15px;
}
.service_con .servicebox:hover .p4 em {
  background: url(../images/service-jt02.png) no-repeat center;
  position: absolute;
  left: 230px;
  top: 13px;
}

.service_con .servicebox:hover .serviceicon {
  transform: rotateY(360deg);
  background-position: center bottom;
}

/*ys_case*/
.ys_case {
  text-align: center;
  width: 100%;
  background: #ffffff url(../images/sy_case3.jpg) no-repeat center;
  height: 473px;
  padding: 25px 0;
}

.sy_ewm {
  float: right;
  padding-right: 240px;
  width: 90px;
  height: 90px;
  margin-top: 17px;
}
.sy_ewm img {
  width: 80px;
  height: 80px;
}

/**/
.zxtj {
  padding: 25px 0;
}
.zxtj .container {
  position: relative;
  height: 300px;
  width: 100%;
  margin: 0 auto;
  background: #f0d391;
}
.info {
  height: 250px;
  color: #fff;
  padding: 25px 10px;
  position: relative;
  z-index: 2;
  width: 1200px;
  margin: 0 auto;
}
.info .info_left {
  width: 505px;
  padding: 20px 0 0 20px;
}
.info .info_left h3 b {
  font-size: 60px;
}
.info .info_left h3 {
  font-size: 42px;
}
.info .info_left p.info_p1 {
  font-size: 26px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  position: relative;
}
.info .info_left p.info_p1 span {
  border-top: 16px solid #fff;
  width: 130px;
  margin-top: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.info .info_left p.info_p2 {
  font-size: 18px;
  color: #fff;
  height: 52px;
  line-height: 52px;
  padding-left: 65px;
  background: url(../images/zxtjtel_1.png) no-repeat left center;
  margin-top: 30px;
}
.info .info_left p.info_p2 b {
  font-size: 24px;
}

.info .info_right {
  width: 600px;
  height: 235px;
  background: #fff;
  position: relative;
  padding: 15px 0 0 32px;
}
.info_right p {
  width: 279px;
  height: 42px;
  line-height: 42px;
  text-indent: 12px;
  margin-bottom: 14px;
  border: 1px solid #e3e0e1;
  color: #999;
  float: left;
  margin-left: 10px;
}
.info_right p:first-child {
  margin-left: 0;
}
.info_right input {
  height: 36px;
  line-height: 36px;
  border: none;
  position: relative;
  top: 2px;
  color: #999;
  background: transparent;
}
.info_right textarea {
  width: 550px;
  height: 75px;
  resize: none;
  border: none;
  border: 1px solid #e3e0e1;
  color: #999;
  padding: 10px;
}
.info_right a.atj {
  display: block;
  width: 572px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #b59860;
  margin-top: 15px;
}

.zxtj .zxtjbg {
  position: absolute;
  left: -300px;
  top: -68px;
  width: 338px;
  height: 363px;
  z-index: 1;
}
