@charset "utf-8";
/* in_pro */
.in_pro .tab {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 18px;
}
.in_pro .tab li {
  margin: 0 26px;
  cursor: pointer;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}
.in_pro .tab li.on {
  border-bottom-color: #317CB5;
  color: #317CB5;
}
.in_pro #xun {
  display: none;
}
.in_pro .gund {
  position: relative;
}
.in_pro .gund .swiper-slide {
  background: #f5f5f5;
}
.in_pro .gund .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}
.in_pro .gund .swiper-slide .pic {
  overflow: hidden;
}
.in_pro .gund .swiper-slide .pic img {
  width: 100%;
  height: 204px;
  transition: all 0.7s;
}
.in_pro .gund .swiper-slide .pic img:hover {
  transform: scale(1.1);
}
.in_pro .gund .swiper-slide .box {
  padding: 10px;
  overflow: hidden;
}
.in_pro .gund .swiper-slide .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #f0f0f0;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 10px;
  transition: all 0.3s;
  font-size: 16px;
  color: #333;
}
.in_pro .gund .swiper-slide .text {
  margin: 10px;
  line-height: 20px;
  height: 40px;
  font-size: 12px;
  overflow: hidden;
  color: #666;
  transition: all 0.3s;
}
.in_pro .gund .swiper-slide .but {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -38px;
  transition: all 0.3s;
}
.in_pro .gund .swiper-slide .but a {
  float: left;
  background: #f09811;
  border: 2px solid #f09811;
  line-height: 34px;
  width: 116px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_pro .gund .swiper-slide .but a .iconfont {
  margin-right: 5px;
  font-size: 24px;
}
.in_pro .gund .swiper-slide .but a:hover {
  border-color: #f09811;
  background: #fff;
  color: #f09811;
}
.in_pro .gund .swiper-slide .but a:last-child {
  float: right;
  background: #4f5e65;
  border: 2px solid #4f5e65;
}
.in_pro .gund .swiper-slide .but a:last-child:hover {
  border-color: #4f5e65;
  background: #fff;
  color: #4f5e65;
}
.in_pro .gund .swiper-slide:hover .bt {
  background: #317CB5;
  color: #fff;
}
.in_pro .gund .swiper-slide:hover .text {
  opacity: 0;
}
.in_pro .gund .swiper-slide:hover .but {
  bottom: 12px;
}
.in_pro .pro-prev {
  left: -80px;
}
.in_pro .pro-next {
  right: -80px;
}
/* in_zhengs */
.in_zhengs {
  position: relative;
}
.in_zhengs .swiper-slide {
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.in_zhengs .swiper-slide .pic {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #fff;
  height: 320px;
  overflow: hidden;
  border: 1px solid #eee;
  padding: 20px;
}
.in_zhengs .swiper-slide .pic img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s;
}
.in_zhengs .swiper-slide span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-top: 12px;
}
.in_zhengs .swiper-slide:hover .pic img {
  transform: scale(1.1);
}
.in_zhengs .zhengs-prev {
  left: -80px;
}
.in_zhengs .zhengs-next {
  right: -80px;
}
/* in_liuc */
.in_liuc {
  overflow: hidden;
  padding-bottom: 10px;
}
.in_liuc li {
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
  padding-top: 70px;
}
.in_liuc li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  height: 70px;
  width: 244px;
  background: url(../images/icon_liucjt.png) no-repeat;
}
.in_liuc li .iconfont {
  width: 95px;
  height: 95px;
  margin: 0 auto 25px auto;
  border-radius: 50%;
  background: #f0f0f0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 40px;
  color: #317CB5;
}
.in_liuc li span {
  font-size: 16px;
}
.in_liuc li:hover .iconfont {
  transform: rotate(360deg);
  background: #317CB5;
  color: #fff;
}
.in_liuc li:last-child:before {
  display: none;
}
/* in_newsx */
.in_newsx {
  margin-bottom: -20px;
  overflow: hidden;
}
.in_newsx .tit {
  overflow: hidden;
  margin: 0 0 25px 0;
  height: 45px;
  line-height: 30px;
  border-bottom: 1px dotted #ddd;
}
.in_newsx .tit span {
  font-size: 30px;
  color: #f09811;
  padding: 0 8px 0 0;
  float: left;
}
.in_newsx .tit em {
  color: #999;
  font-family: 'Arial';
  text-transform: uppercase;
  font-size: 18px;
  float: left;
  margin-top: 8px;
}
.in_newsx .tit a {
  float: right;
  color: #666;
  margin-top: 8px;
}
.in_newsx .tit a:hover {
  color: #f09811;
}
.in_newsx .left {
  float: left;
  width: 720px;
}
.in_newsx .left dl {
  overflow: hidden;
}
.in_newsx .left dl dt {
  overflow: hidden;
  margin-bottom: 9px;
}
.in_newsx .left dl dt .pic {
  float: left;
  margin-right: 20px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.in_newsx .left dl dt .pic img {
  width: 265px;
  height: 160px;
  transition: all 0.3s;
}
.in_newsx .left dl dt .pic img:hover {
  transform: scale(1.1);
}
.in_newsx .left dl dt .bt {
  overflow: hidden;
  line-height: 34px;
  margin: 10px 0 0 0;
}
.in_newsx .left dl dt .bt a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333;
}
.in_newsx .left dl dt .bt a:hover {
  color: #317CB5;
}
.in_newsx .left dl dt .bt span {
  float: right;
  font-family: 'Arial';
  color: #999;
  padding: 0 0 0 15px;
}
.in_newsx .left dl dt p {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  margin: 7px 0 18px 0;
  color: #666;
}
.in_newsx .left dl dt .more {
  font-family: 'Arial';
  color: #4f5e65;
}
.in_newsx .left dl dt .more:hover {
  background: #4f5e65;
  color: #fff;
  padding: 5px 8px;
  border-radius: 3px;
}
.in_newsx .left dl dd {
  border-bottom: 1px solid #eee;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  position: relative;
}
.in_newsx .left dl dd a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 0 20px;
}
.in_newsx .left dl dd span {
  float: right;
  font-family: 'Arial';
  color: #999;
  padding: 0 0 0 15px;
}
.in_newsx .left dl dd:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: -3px;
  background: #999;
  transition: all 0.3s;
}
.in_newsx .left dl dd:last-child {
  border-bottom: 0;
}
.in_newsx .right {
  float: right;
  width: 440px;
}
.in_newsx .right ul li {
  height: 62px;
  line-height: 62px;
  margin-top: 10px;
}
.in_newsx .right ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 60px 0 40px;
  position: relative;
  background-color: #f5f5f5;
  background-position: 400px center;
  background-repeat: no-repeat;
  font-size: 16px;
}
.in_newsx .right ul li a:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: -3px;
  background: #999;
  transition: all 0.3s;
}
.in_newsx .right ul li:hover a {
  color: #fff;
  background-color: #317CB5;
  background-image: url(../images/icon_innright.png);
}
.in_newsx .right ul li:hover a:before {
  background: #fff;
}
.in_newsx .right ul li:first-child {
  margin-top: 0;
}
/* in_hengtel */
.in_hengtel {
  background: #4f5e65;
  width: 100%;
  text-align: center;
}
.in_hengtel .container {
  position: relative;
  height: 160px;
}
.in_hengtel .tel {
  position: absolute;
  left: 0px;
  top: 5px;
  background: url(../images/pic2.png) no-repeat;
  width: 211px;
  height: 195px;
}
.in_hengtel .tel p {
  display: block;
  overflow: hidden;
  padding: 85px 0 5px 0;
  font-size: 16px;
  color: #666;
}
.in_hengtel .tel em {
  font-size: 18px;
  color: #f09811;
  font-weight: bold;
}
.in_hengtel .pic {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}
.in_hengtel .pic img {
  height: 100%;
  width: auto;
}
.in_hengtel .box {
  color: #fff;
  font-size: 34px;
  line-height: 1.6;
  padding: 25px 90px 0 0;
}
.in_hengtel .box .t1 {
  font-size: 30px;
}
.in_hengtel .box .t1 span {
  color: #f09811;
}
/* in_wenti */
.in_wenti {
  background: url(../images/bj1.jpg) center top no-repeat;
  width: 100%;
  overflow: hidden;
}
.in_wenti .container {
  height: 465px;
  position: relative;
}
.in_wenti .box {
  width: 780px;
  float: left;
  text-align: center;
}
.in_wenti .pic {
  position: absolute;
  right: 0px;
  bottom: -120px;
}
.in_wenti .tit {
  font-weight: bold;
  font-size: 34px;
  color: #fff;
  letter-spacing: 5px;
  padding: 45px 0 40px 0;
}
.in_wenti ul {
  overflow: hidden;
  padding-bottom: 30px;
}
.in_wenti ul li {
  float: left;
  width: 180px;
  height: 180px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  margin-left: 20px;
  line-height: 1.6;
  color: #666;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
.in_wenti ul li:before {
  content: "";
  width: 50px;
  height: 10px;
  background: #2c6ea1;
  position: absolute;
  top: 85px;
  left: 50%;
  margin-left: -25px;
  z-index: 1;
}
.in_wenti ul li:after {
  position: absolute;
  top: 100%;
  width: 2px;
  height: 30px;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  left: 50%;
  margin-left: -1px;
}
.in_wenti ul li span {
  display: block;
  overflow: hidden;
  font-size: 20px;
  background: #317CB5;
  color: #fff;
  border-radius: 180px 180px 0 0;
  height: 55px;
  padding-top: 35px;
}
.in_wenti ul li p {
  display: block;
  overflow: hidden;
  padding: 15px 25px 0 25px;
}
.in_wenti ul li:first-child {
  margin-left: 0;
}
.in_wenti .line {
  position: relative;
  overflow: hidden;
  height: 37px;
}
.in_wenti .line:before {
  position: absolute;
  height: 2px;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  left: 89px;
  right: 89px;
  top: 0px;
}
.in_wenti .tips {
  background: #777;
  display: inline-block;
  line-height: 40px;
  position: relative;
}
.in_wenti .tips span {
  background: -webkit-linear-gradient(top, #317CB5, #f09811);
  background: -moz-linear-gradient(top, #317CB5, #f09811);
  background: -o-linear-gradient(top, #317CB5, #f09811);
  background: linear-gradient(top, #317CB5, #f09811);
  float: left;
  font-size: 18px;
  padding: 0 20px;
  color: #fff;
  letter-spacing: 2px;
}
.in_wenti .tips .tel {
  float: left;
  padding: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}
.in_wenti .tips .tel .iconfont {
  font-size: 24px;
  margin-right: 8px;
}
/* in_hengtit */
.in_hengtit {
  background: url(../images/bj2.jpg) center top no-repeat;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.in_hengtit .container {
  height: 160px;
  color: #fff;
  text-align: center;
  position: relative;
}
.in_hengtit .container:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 30px solid rgba(79, 94, 101, 0.9);
  margin-left: -45px;
}
.in_hengtit .t1 {
  font-size: 34px;
  margin: 20px 0 0 0;
  background: -webkit-linear-gradient(top, #317CB5, #f09811);
  background: -moz-linear-gradient(top, #317CB5, #f09811);
  background: -o-linear-gradient(top, #317CB5, #f09811);
  background: linear-gradient(top, #317CB5, #f09811);
  display: inline-block;
  padding: 0 15px;
  letter-spacing: 5px;
}
.in_hengtit .t2 {
  font-size: 30px;
}
.in_hengtit .t3 {
  text-transform: uppercase;
  font-size: 12px;
}
/* in_about */
.in_about {
  overflow: hidden;
}
.in_about .pic {
  float: left;
}
.in_about .pic img {
  width: 500px;
  height: 380px;
}
.in_about .box {
  float: right;
  width: 660px;
}
.in_about .tit {
  font-size: 30px;
  padding-bottom: 16px;
  background: url(../images/icon_tit.png) left bottom no-repeat;
  overflow: hidden;
  margin-bottom: 16px;
  color: #317CB5;
}
.in_about .text {
  line-height: 2;
  color: #666;
  text-indent: 2em;
  text-align: justify;
  height: 252px;
  overflow: hidden;
}
.in_about .more {
  margin-top: 16px;
  float: left;
  background: #317CB5;
  color: #fff;
  padding: 0 15px 0 10px;
  line-height: 40px;
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_about .more .iconfont {
  font-size: 24px;
  margin-right: 5px;
}
.in_about .more:hover {
  background: #f09811;
}
/* in_yous */
.in_yous {
  background: url(../images/bj3.jpg) center top no-repeat;
}
.in_yous .container {
  position: relative;
}
.in_yous .titp {
  position: absolute;
  left: -200px;
  top: 30px;
}
.in_yous ul {
  margin-top: 140px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 20px #eee;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.in_yous ul li {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #317CB5;
  width: 50%;
  float: left;
}
.in_yous ul li .pic {
  width: 50%;
  position: relative;
  z-index: 1;
}
.in_yous ul li .pic:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #317CB5;
  border-bottom: 20px solid transparent;
}
.in_yous ul li .pic img {
  width: 100%;
  height: auto;
}
.in_yous ul li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px;
  color: #fff;
}
.in_yous ul li .box .tit {
  font-size: 20px;
  padding-bottom: 10px;
}
.in_yous ul li .box .text {
  line-height: 1.8;
  color: #eee;
}
.in_yous ul li:nth-child(3),
.in_yous ul li:nth-child(4) {
  flex-direction: row-reverse;
}
.in_yous ul li:nth-child(3) .pic:before,
.in_yous ul li:nth-child(4) .pic:before {
  right: auto;
  left: 0px;
  transform: scaleX(-1);
}
.in_yous ul li:nth-child(3) .box,
.in_yous ul li:nth-child(4) .box {
  text-align: right;
}
.in_yous ul li:nth-child(2),
.in_yous ul li:nth-child(6) {
  background: #4f5e65;
}
.in_yous ul li:nth-child(2) .pic:before,
.in_yous ul li:nth-child(6) .pic:before {
  border-right-color: #4f5e65;
}
.in_yous ul li:nth-child(3) {
  background: #394348;
}
.in_yous ul li:nth-child(3) .pic:before {
  border-right-color: #394348;
}
.in_yous ul li:nth-child(4) {
  background: #26618d;
}
.in_yous ul li:nth-child(4) .pic:before {
  border-right-color: #26618d;
}
/* in_qywh */
.in_qywh {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.in_qywh .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 55px;
}
.in_qywh .box .tit {
  overflow: hidden;
}
.in_qywh .box .tit em {
  font-size: 48px;
  color: #eaeaea;
  text-transform: uppercase;
}
.in_qywh .box .tit span {
  font-size: 30px;
  display: block;
  overflow: hidden;
  padding: 0 0 30px 0;
}
.in_qywh .box .text {
  font-size: 16px;
  line-height: 2;
  color: #888;
}
.in_qywh .box .text span {
  color: #f09811;
}
.in_qywh .xun {
  margin: -15px;
  width: 540px;
}
.in_qywh .xun li {
  float: left;
  margin: 15px;
  width: 240px;
  height: 200px;
  background: #fff;
  text-align: center;
  transition: all 0.3s;
}
.in_qywh .xun li .tb {
  margin-top: 40px;
  font-size: 60px;
  color: #317CB5;
}
.in_qywh .xun li span {
  font-size: 16px;
  display: block;
  overflow: hidden;
  margin: 15px 0 0 0;
}
.in_qywh .xun li:hover {
  box-shadow: 0 5px 15px #ddd;
}
/* in_fazhan */
.in_fazhan {
  overflow: hidden;
  position: relative;
  padding: 0 0 60px 0;
  margin-bottom: -70px;
}
.in_fazhan:before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 0px;
  width: 1px;
  background: #eee;
  left: 50%;
}
.in_fazhan li {
  padding: 10px 0 10px 50%;
  position: relative;
  overflow: hidden;
}
.in_fazhan li:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 27px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 5px solid rgba(240, 152, 17, 0.6);
  border-radius: 50%;
  margin-left: -9px;
}
.in_fazhan li .box {
  margin: 0 10px 0 40px;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  float: left;
  box-shadow: 0 0 10px #ddd;
}
.in_fazhan li .box:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #eee;
  border-bottom: 15px solid transparent;
  position: absolute;
  right: 100%;
  top: 12px;
  z-index: 1;
}
.in_fazhan li .box .tit {
  font-size: 20px;
  line-height: 1;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 8px;
  color: #f09811;
  overflow: hidden;
}
.in_fazhan li .box .text {
  line-height: 1.8;
  color: #666;
}
.in_fazhan li:nth-child(even) {
  padding: 10px 50% 10px 0;
  text-align: right;
}
.in_fazhan li:nth-child(even) .box {
  margin: 0 40px 0 10px;
  float: right;
}
.in_fazhan li:nth-child(even) .box:before {
  right: auto;
  left: 100%;
  border-right: 0;
  border-left: 15px solid #eee;
}
/* in_aboutnei */
.in_aboutnei {
  position: relative;
  overflow: hidden;
}
.in_aboutnei .pic {
  float: left;
  width: 460px;
  height: 540px;
  position: relative;
}
.in_aboutnei .pic img {
  width: 420px;
  height: 500px;
  position: relative;
  z-index: 1;
}
.in_aboutnei .pic:before {
  width: 420px;
  height: 500px;
  background: url(../images/bj_abp.jpg) repeat;
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.in_aboutnei .box {
  width: 700px;
  float: right;
  line-height: 1.8;
  padding: 28px 0 0 0;
  position: relative;
}
.in_aboutnei .box .bt {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.in_aboutnei .box .bt em {
  font-size: 72px;
  color: #f7f7f7;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'deckerregular';
  letter-spacing: 5px;
}
.in_aboutnei .box .bt span {
  font-size: 24px;
  color: #317CB5;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
.in_aboutnei .box:before {
  width: 388px;
  height: 2px;
  background: #f09811;
  content: "";
  position: absolute;
  left: -100px;
  top: 118px;
}
.in_aboutnei .box p {
  padding-top: 10px;
  text-indent: 2em;
  color: #666;
}
.in_aboutnei .xun .tit {
  overflow: hidden;
  margin-top: -20px;
}
.in_aboutnei .xun .tit span {
  background: #4f5e65;
  color: #fff;
  display: block;
  overflow: hidden;
  float: left;
  padding: 0 20px;
  line-height: 46px;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
}
.in_aboutnei .xun ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 0 5px 5px 5px;
}
.in_aboutnei .xun ul li {
  width: 178px;
  background: #fff;
  text-align: center;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 5px;
  transition: all 0.3s;
}
.in_aboutnei .xun ul li .iconfont {
  font-size: 24px;
  margin-right: 10px;
  color: #f09811;
}
.in_aboutnei .xun ul li .icon-fahuokuai {
  font-size: 36px;
}
.in_aboutnei .xun ul li:hover {
  background: #4f5e65;
  color: #fff;
}
/* in_contact */
.in_contact .box {
  font-size: 16px;
  line-height: 36px;
  width: 500px;
  float: left;
}
.in_contact .box .tit {
  line-height: 1;
  overflow: hidden;
  font-size: 30px;
  color: #f09811;
  background: url(../images/icon_tit.png) left bottom no-repeat;
  height: 47px;
}
.in_contact .box ul {
  overflow: hidden;
}
.in_contact .box ul li {
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.in_contact .box ul li .iconfont {
  float: left;
  background: #f09811;
  width: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border-radius: 5px 0 0 5px;
}
.in_contact .box ul li span {
  display: block;
  overflow: hidden;
  float: left;
  background: #317CB5;
  color: #fff;
  padding: 0 10px;
}
.in_contact .box ul li .text {
  background: #f5f5f5;
  padding: 0 20px 0 15px;
  border-radius: 0 5px 5px 0;
  font-size: 14px;
}
.in_contact .box ul li:first-child {
  margin-top: 0;
}
.in_contact .box .but {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
}
.in_contact .box .but a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #4f5e65;
  color: #4f5e65;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.in_contact .box .but a .iconfont {
  font-size: 24px;
}
.in_contact .box .but a:hover {
  background: #f09811;
  border-color: #f09811;
  color: #fff;
}
.in_contact #bdmap {
  width: 680px;
  height: 395px;
  float: right;
}
.in_contact .anchorBL {
  display: none;
}
/* in_mess */
.in_mess {
  background: #fff;
  overflow: hidden;
  padding: 40px;
}
.in_mess li {
  margin: 10px;
  position: relative;
  float: left;
  width: 1100px;
  background: #fafafa;
}
.in_mess li input[type='text'] {
  width: 100%;
  height: 60px;
  border: 0;
  background: none;
  position: relative;
  z-index: 1;
  text-indent: 100px;
  color: #666;
}
.in_mess li input[type='text']:focus {
  box-shadow: 0 0 1px #f09811;
}
.in_mess li textarea {
  width: 985px;
  height: 104px;
  border: 0;
  background: none;
  position: relative;
  z-index: 1;
  padding: 18px 15px 18px 100px;
  line-height: 24px;
  color: #666;
  float: left;
}
.in_mess li textarea:focus {
  box-shadow: 0 0 1px #f09811;
}
.in_mess li label {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 60px;
  padding-left: 20px;
  color: #999;
}
.in_mess li input[type='submit'] {
  width: 165px;
  height: 50px;
  color: #fff;
  border: 0;
  font-size: 16px;
  transition: all 0.3s;
  cursor: pointer;
  background: #317CB5;
  margin-top: 20px;
}
.in_mess li input[type='submit']:hover {
  background: #f09811;
}
.in_mess li input[type='reset'] {
  width: 165px;
  height: 50px;
  color: #fff;
  border: 0;
  font-size: 16px;
  transition: all 0.3s;
  cursor: pointer;
  background: #666;
  margin-top: 20px;
  margin-left: 10px;
}
.in_mess li input[type='reset']:hover {
  background: #f09811;
}
.in_mess li.er {
  width: 540px;
}
.in_mess li.no {
  background: none;
  text-align: center;
}
/* page_box */
.page_box {
  background: #fff;
  padding: 40px;
  line-height: 2;
  overflow: hidden;
  color: #666;
  margin-top: -20px;
  box-shadow: 0 0 20px #eee;
}
.page_box hr {
  width: 100%;
  height: 15px;
  border: 0;
}
.page_box img {
  max-width: 100%;
  height: auto;
}
/* newslist */
.newslist {
  margin-top: -20px;
}
.newslist li {
  margin-top: 20px;
  padding: 0 40px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 15px #f0f0f0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 260px;
}
.newslist li .tips {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #f09811;
  color: #fff;
  border-radius: 0 0 30px 0;
  height: 30px;
  line-height: 28px;
  padding: 0 15px 0 8px;
}
.newslist li .pic {
  display: block;
  overflow: hidden;
  width: 300px;
  height: 180px;
  float: left;
  margin-right: 40px;
}
.newslist li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.newslist li .pic.diy {
  width: auto;
}
.newslist li .pic.diy img {
  width: auto;
}
.newslist li .pic:hover img {
  transform: scale(1.1);
}
.newslist li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.newslist li .bt {
  font-size: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.newslist li .bt:hover {
  color: #317CB5;
}
.newslist li p {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  margin: 20px 0;
}
.newslist li .more {
  color: #317CB5;
  font-family: 'Arial';
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 0;
}
.newslist li .more:hover {
  background: #317CB5;
  color: #fff;
  padding: 6px 10px;
}
.newslist li .data {
  font-size: 18px;
  font-family: 'Arial';
  width: 100px;
  text-align: right;
  color: #888;
  margin-left: 40px;
}
.newslist li .data em {
  font-size: 36px;
  color: #f09811;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 49px 0 0 0;
}
.newslist li .data em:before {
  height: 1px;
  width: 20px;
  display: block;
  overflow: hidden;
  background: #f09811;
  content: "";
  top: 27px;
  position: absolute;
  right: 0px;
}
/* view_news */
.view_news {
  background: #fff;
  overflow: hidden;
  padding: 50px;
  box-shadow: 0 0 20px #eee;
}
.view_news .tit {
  color: #333;
  font-size: 30px;
  text-align: center;
}
.view_news .cs {
  font-family: 'Arial';
  color: #999;
  overflow: hidden;
  text-align: center;
  margin: 15px 0 20px 0;
}
.view_news .cs span {
  padding: 0 10px;
}
.view_news .body {
  padding: 30px 5px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  line-height: 2;
  overflow: hidden;
  color: #666;
}
.view_news .body hr {
  width: 100%;
  height: 15px;
  border: 0;
}
.view_news .body img {
  max-width: 100%;
  height: auto;
}
.view_news .prne {
  padding: 30px 0 0 0;
  overflow: hidden;
  line-height: 1;
  color: #888;
}
.view_news .prne li {
  width: 49%;
  float: left;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view_news .prne li:last-child {
  float: right;
  text-align: right;
}
.view_news .bdsharebuttonbox {
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* maplist */
.maplist {
  background: #fff;
  overflow: hidden;
  padding: 30px;
  box-shadow: 0 0 20px #eee;
}
.maplist ul {
  margin-top: -20px;
}
.maplist ul li {
  margin-top: 20px;
  overflow: hidden;
}
.maplist ul li > a {
  display: block;
  overflow: hidden;
  line-height: 40px;
  border: 1px solid #eee;
  background: #f5f5f5;
  padding: 0 10px;
  font-size: 16px;
  color: #f09811;
}
.maplist ul li .sub {
  padding-top: 15px;
}
.maplist ul li .sub a {
  display: block;
  overflow: hidden;
  float: left;
  padding: 0 10px;
  line-height: 30px;
  color: #666;
}
.maplist ul li .sub a:hover {
  color: #f09811;
}
.maplist ul li .sub .big {
  font-weight: bold;
  color: #317CB5;
}
/* prolist */
.prolist {
  margin: -10px -15px -25px -15px;
  overflow: hidden;
}
.prolist li {
  width: 380px;
  float: left;
  margin: 10px 15px;
  padding: 0 0 50px 0;
  position: relative;
}
.prolist li .pic {
  display: block;
  overflow: hidden;
  position: relative;
}
.prolist li .pic img {
  width: 100%;
  height: 280px;
  transition: all 0.7s;
}
.prolist li .box {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0px;
  padding: 0px;
  text-align: center;
  transition: all 0.3s;
}
.prolist li .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 44px;
}
.prolist li .box span:after {
  width: 20px;
  height: 0px;
  transition: all 0.3s;
  display: block;
  overflow: hidden;
  content: "";
  margin: 0 auto;
  background: #f09811;
}
.prolist li .box p {
  display: block;
  overflow: hidden;
  height: 0px;
  line-height: 20px;
  color: #ddd;
  transition: all 0.3s;
}
.prolist li:hover .pic img {
  transform: scale(1.1);
}
.prolist li:hover .box {
  padding: 20px;
  background: #4f5e65;
}
.prolist li:hover .box span {
  color: #fff;
  line-height: 20px;
  font-size: 18px;
}
.prolist li:hover .box span:after {
  height: 2px;
  margin: 12px auto;
}
.prolist li:hover .box p {
  height: 40px;
}
/* view_pro */
.view_pro {
  overflow: hidden;
}
.view_pro .ban {
  width: 540px;
  float: left;
}
.view_pro .ban .big img {
  width: 100%;
  height: 398px;
}
.view_pro .ban .small {
  padding: 15px 0 0 0;
  overflow: hidden;
}
.view_pro .ban .small li {
  float: left;
  margin-left: 15px;
  opacity: 0.6;
}
.view_pro .ban .small li img {
  width: 96px;
  height: 70px;
}
.view_pro .ban .small li:first-child {
  margin-left: 0;
}
.view_pro .ban .small li.on {
  opacity: 1;
}
.view_pro .right {
  float: right;
  width: 610px;
}
.view_pro .right .bt {
  position: relative;
  overflow: hidden;
  font-size: 24px;
  color: #f09811;
}
.view_pro .right .cs {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  line-height: 30px;
  overflow: hidden;
  padding: 20px 0;
  margin: 20px 0 0 0;
}
.view_pro .right .bdsharebuttonbox {
  margin: 20px 0;
}
.view_pro .right .more {
  line-height: 48px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.view_pro .right .more .but {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #f09811;
}
.view_pro .right .more .but .iconfont {
  margin-right: 5px;
  font-size: 20px;
}
.view_pro .right .more .but:hover {
  background: #317CB5;
}
.view_pro .right .more span {
  color: #317CB5;
  font-size: 26px;
  margin: 0 5px 0 20px;
}
.view_pro .right .more em {
  font-size: 18px;
  color: #999;
}
.view_pro .tab {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid #eee;
}
.view_pro .tab li {
  float: left;
  width: 160px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.view_pro .tab li a {
  display: block;
  overflow: hidden;
}
.view_pro .tab li.on {
  background: #f09811;
  color: #fff;
}
.view_pro .tab.cur {
  position: fixed;
  top: 0px;
  width: 1198px;
  z-index: 4;
}
.view_pro .tab_height {
  height: 60px;
  width: 100%;
  display: none;
  overflow: hidden;
}
.view_pro .body {
  border: 1px solid #eee;
  border-top: 0;
  padding: 40px 49px 49px 49px;
  line-height: 2;
  overflow: hidden;
  color: #666;
}
.view_pro .body hr {
  width: 100%;
  height: 15px;
  border: 0;
}
.view_pro .body img {
  max-width: 100%;
  height: auto;
}
.view_pro .body .in_mess {
  padding: 0;
  margin: -10px;
}
/* helplist */
.helplist {
  margin-top: -20px;
  overflow: hidden;
}
.helplist li {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
}
.helplist li .tit {
  position: relative;
  overflow: hidden;
  line-height: 60px;
  padding: 0 20px 0 80px;
  font-size: 16px;
  cursor: pointer;
}
.helplist li .tit:before {
  content: "问";
  position: absolute;
  left: 20px;
  top: 13px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #317CB5;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
}
.helplist li .tit:after {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 19px;
  height: 15px;
  margin-top: -7px;
  content: "";
  background: url(../images/icon_xia.png) no-repeat;
}
.helplist li .text {
  display: none;
  position: relative;
  border-top: 1px solid #efefef;
  padding: 20px 20px 30px 80px;
  line-height: 2;
  overflow: hidden;
  color: #666;
}
.helplist li .text hr {
  width: 100%;
  height: 15px;
  border: 0;
}
.helplist li .text img {
  max-width: 100%;
  height: auto;
}
.helplist li .text:before {
  content: "答";
  position: absolute;
  left: 20px;
  top: 16px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #f09811;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 16px;
}
.helplist li.cur .tit {
  color: #4f5e65;
}
.helplist li.cur .tit:after {
  transform: scaleY(-1);
}
/* in_cebx */
.in_cebx {
  background: #fff;
  margin-top: 16px;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #eee;
}
.in_cebx .tit {
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.in_cebx .tit span {
  font-size: 18px;
  border-left: 3px solid #f09811;
  padding-left: 10px;
}
.in_cebx .tit a {
  color: #666;
  font-size: 12px;
}
.in_cebx .tit a:hover {
  color: #f09811;
}
.in_cebx .wzx {
  padding-top: 5px;
}
.in_cebx .wzx li {
  border-bottom: 1px dotted #eee;
}
.in_cebx .wzx li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 40px;
  color: #666;
  position: relative;
  padding-left: 13px;
}
.in_cebx .wzx li a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-left: 5px solid #4f5e65;
  border-bottom: 4px solid transparent;
}
.in_cebx .wzx li a:hover {
  color: #f09811;
}
.in_cebx .prx li {
  margin-top: 15px;
  overflow: hidden;
}
.in_cebx .prx li .pic {
  display: block;
  overflow: hidden;
}
.in_cebx .prx li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.in_cebx .prx li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #f5f5f5;
  text-align: center;
  line-height: 40px;
}
.in_cebx .prx li:hover .pic img {
  transform: scale(1.1);
}
.in_cebx .prx li:hover .bt {
  background: #317CB5;
  color: #fff;
}
