/*
* name:Global && Pc StyleSheet
* version:v3.3.1
* update:雪碧图对齐
* date:2016-04-30
*/

@font-face {
  font-family: 'swromnsregular';
  src: url('./font/swromns-webfont.woff2') format('woff2'),
  url('./font/swromns-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
 雪碧图
 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/03/css-layout-base-20px/)
.ico { display:inline-block; width:20px; height:20px; white-space:nowrap; letter-spacing:-1em; text-indent:-99em; color:transparent; background:url(../img/ico.png);
  *text-indent:0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');}
.ico:before {
  content: '\3000';
}
.ico1_2 {
  background-position: -20px 0;
}
.ico1_3 {
  background-position: -40px 0;
}
.ico1_4 {
  background-position: -60px 0;
}
.ico1_5 {
  background-position: -80px 0;
}
.ico2_1 {
  background-position: 0 -20px;
}
.ico2_2 {
  background-position: -20px -20px;
}
.ico2_3 {
  background-position: -40px -20px;
}
.ico2_4 {
  background-position: -60px -20px;
}
.ico2_5 {
  background-position: -80px -20px;
}
.ico3_1 {
  background-position: 0 -40px;
}
.ico3_2 {
  background-position: -20px -40px;
}
.ico3_3 {
  background-position: -40px -40px;
}
.ico3_4 {
  background-position: -60px -40px;
}
.ico3_5 {
  background-position: -80px -40px;
}
.ico4_1 {
  background-position: 0 -60px;
}
.ico4_2 {
  background-position: -20px -60px;
}
.ico4_3 {
  background-position: -40px -60px;
}
.ico4_4 {
  background-position: -60px -60px;
}
.ico4_5 {
  background-position: -80px -60px;
}
/* 常量设置 */
html {
  overflow-x: auto;
}
html,
body,
.wrap {
  min-width: 1200px;
}
.wrap {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
body {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  background: #fff;
}
a {
  color: inherit;
}
a:hover {
  color: #ff2d31;
}
::-moz-selection {
  color: #fff;
  background: #39f;
}
::selection {
  color: #fff;
  background: #d71519;
}
::-webkit-input-placeholder {
  color: #aaa;
}
.placeholder {
  color: #aaa;
}
/*css组件设置*/
.form-control,
.input-group-addon,
.btn {
  border-radius: 2px;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}
.imgZoom img,
.imgY180 img {
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.imgZoom {
  overflow: hidden;
}
.imgZoom:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.imgY180:hover img {
  cursor: pointer;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* 网站样式 */
.delay100 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.delay200 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.delay300 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.delay400 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.delay500 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.delay600 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.delay700 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.delay800 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.delay900 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.delay1000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay1200 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.delay1400 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.delay1600 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.delay1800 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.delay2000 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delay2400 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.delay3000 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.rect-264 {
  padding-bottom: 26.4%;
}
.rect-479 {
  padding-bottom: 47.9%;
}
.rect-400 {
  padding-bottom: 40.0%;
}
.rect-659 {
  padding-bottom: 65.9%;
}
.rect-719 {
  padding-bottom: 71.9%;
}
.mobile_key {
  display: none;
}
.pageHeader .nav_top{height: 128px;}
.pageHeader .nav_top .wrap {
padding-top: 30px;
}
.pageHeader .nav_top .wrap:after {
  content: '';
  display: table;
  clear: both;
}
.pageHeader .nav_top .wrap:after {
  content: '';
  display: table;
  clear: both;
}
.pageHeader .nav_top .logo {
  width: 50%;
  float: left;
}
.pageHeader .nav_top .logo a {
  display: block;
  width: 100%;
  height:66px;
  /*padding-bottom: 26.4%;*/
  background: url("/images/logo.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.pageHeader .nav_top .top_xuanze {
  width: 62.3%;
  float: left;
}
.pageHeader .nav_top .top_xuanze .xuanze_box {
  padding-top: 15px;
  padding-left: 7.5%;
}
.pageHeader .nav_top .top_xuanze .xuanze_box a:hover {
  color: inherit;
}
.pageHeader .nav_top .top_xuanze .xuanze_box:after {
  content: '';
  display: table;
  clear: both;
}
.pageHeader .nav_top .top_xuanze .xuanze_box:before {
  content: '';
  display: table;
  clear: both;
}
.pageHeader .nav_top .top_xuanze .xuanze_box .xuanze_item1 {
  position: relative;
}
.pageHeader .nav_top .top_xuanze .xuanze_box .xuanze_item1:after {
  content: '';
  height: 50px;
  width: 2px;
  background: #EEEEEE;
  position: absolute;
  top: 0;
  right: 25px;
}
.pageHeader .nav_top .top_xuanze .xuanze_box .xuanze_item2 {
  position: relative;
}
.pageHeader .nav_top .top_xuanze .xuanze_box .xuanze_item2:after {
  content: '';
  height: 50px;
  width: 2px;
  background: #EEEEEE;
  position: absolute;
  top: 0;
  right: 25px;
}
.pageHeader .nav_top .top_xuanze .xuanze_box .xuanze_item {
  display: inline-block;
  width: 25%;
  float: left;
}
.pageHeader .nav_top .top_xuanze .xuanze_box .xuanze_item:hover .left_tubiao {
  background-position-y: -16px;
}
.pageHeader .nav_top .top_xuanze .xuanze_box .xuanze_item:hover .right_txt {
  color: #d71519;
}
.pageHeader .nav_top .top_xuanze .xuanze_box .xuanze_item.cur .left_tubiao {
  background-position-y: -16px;
}
.pageHeader .nav_top .top_xuanze .xuanze_box .xuanze_item.cur .right_txt {
  color: #d71519;
}
.pageHeader .nav_top .top_xuanze .xuanze_box .xuanze_item .left_tubiao {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/head_d.png");
  background-repeat: no-repeat;
  vertical-align: 20px;
  margin-right: 5px;
}
.pageHeader .nav_top .top_xuanze .xuanze_box .xuanze_item .right_txt {
  display: inline-block;
}
.pageHeader .nav_top .top_xuanze .xuanze_box .xuanze_item .right_txt .tit {
  font-size: 16px;
  font-weight: bold;
}
.pageHeader .nav_top .top_xuanze .xuanze_box .xuanze_btn {
  display: inline-block;
  width: 20%;
  float: left;
  margin-left: 2%;
}
.pageHeader .nav_top .top_xuanze .xuanze_box .xuanze_btn a {
  background: #0075C2;
  display: block;
  color: #ffffff;
  border: none;
  font-size: 14px;
  padding: 13px 0;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
}
.pageHeader .nav_top .top_xuanze .xuanze_box .xuanze_btn a span {
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url("../img/fangdajing.png");
  margin-left: 5px;
  vertical-align: -3px;
}
.pageHeader .nav_top .top_kefu {
  width: 15%;
  float: right;
}
.pageHeader .nav_top .top_kefu .kefu_box {
  padding-top: 8px;
}
.pageHeader .nav_top .top_kefu .top_tit {
  font-size: 14px;
}
.pageHeader .nav_top .top_kefu .bottom_tel {
  font-size: 24px;
  font-weight: bold;
  color: #dd0000;
  font-style: italic;
}
.pageHeader .nav_bottom {
  height: 70px;
  background: rgba(0, 117, 194, 0.8);
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 128px;
}
.pageHeader .nav_bottom .wrap {
  height: 100%;
}
.pageHeader .nav_bottom .wrap:after {
  content: '';
  display: table;
  clear: both;
}
.pageHeader .nav_bottom .wrap:before {
  content: '';
  display: table;
  clear: both;
}
.pageHeader .nav_bottom .main_nav {
  width: 100%;
  float: left;
  height: 100%;
}
.pageHeader .nav_bottom .main_nav .nb_ul {
  height: 100%;
}
.pageHeader .nav_bottom .main_nav .nb_ul:after {
  content: '';
  display: table;
  clear: both;
}
.pageHeader .nav_bottom .main_nav .nb_ul:before {
  content: '';
  display: table;
  clear: both;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li {
  height: 100%;
  float: left;
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 70px;
  padding: 0 40px;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  height: 228px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala {

}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .left_piclist {
  width: 100%;
  float: left;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .left_piclist .pro_item {
  width: 15%;
  float: left;
  padding-top: 30px;
  margin-right:20px;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .left_piclist .pro_item .type_name {
  font-size: 14px;
  color: #474747;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .left_piclist .pro_item .type_name a {
  line-height: 14px;
  font-size: 14px;
  padding-top: 20px;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .left_piclist .pro_item .blue_jt {
  width: 5px;
  height: 10px;
  display: inline-block;
  background: url("../img/blue_jt.png");
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .right_dinggou {
  width: 40%;
  float: left;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .right_dinggou .dinggou_tit {
  font-size: 18px;
  color: #212121;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .right_dinggou .dinggou_tit a .blue_jt {
  width: 5px;
  height: 10px;
  display: inline-block;
  background: url("../img/blue_jt.png");
  margin-left: 8px;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .right_dinggou .dinggou_dec {
  font-size: 13px;
  color: #8e8c8c;
  line-height: 1.6em;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .left_nav {
  width: 16.7%;
  float: left;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .left_nav .nav_box {
  padding: 20px 20px 0 5px;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .left_nav .nav_box .xiala_ul .xiala_li {
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  position: relative;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .left_nav .nav_box .xiala_ul .xiala_li:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DCDBDD;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .left_nav .nav_box .xiala_ul .xiala_li a {
  display: inline-block;
  color: #4b4b4b;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .mid_pic {
  width: 33.3%;
  float: left;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .mid_pic .pic_box {
  padding: 25px 30px 0 30px;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .right_txt {
  width: 50%;
  float: left;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .right_txt .right_txt_box {
  padding: 25px 20px 0 5px;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .right_txt .right_txt_box .dec_txt {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 1.8em;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .right_txt .right_txt_box .more {
  margin-top: 25px;
  display: inline-block;
  padding: 10px 35px;
  background: #E8E8E8;
  line-height: normal;
}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li a {
  display: block;
}
.pageHeader .nav_bottom .right_tubiao {
  width: 10%;
  float: right;
  height: 100%;
  text-align: right;
}
.pageHeader .nav_bottom .right_tubiao .sousuo {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../img/sousuo.png");
  vertical-align: -30px;
  margin-right: 18px;
}
.pageHeader .nav_bottom .right_tubiao .lan {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../img/diqiu.png");
  vertical-align: -30px;
  margin-right: 30px;
}
.pageHeader .nav_fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
.wrap-1366 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1366px;
}
.pageFooter .foot_top {
  height: 312px;
  background: url("../img/foot_topbac_05.jpg") no-repeat center;
}
.pageFooter .foot_top .wrap-1366:after {
  content: '';
  display: table;
  clear: both;
}
.pageFooter .foot_top .wrap-1366:before {
  content: '';
  display: table;
  clear: both;
}
.pageFooter .foot_top .qk1 {
  width: 25%;
  float: left;
}
.pageFooter .foot_top .qk1 .qk1_box {
  padding-left: 55px;
  padding-top: 40px;
}
.pageFooter .foot_top .qk1 .qk1_box .foot_logo {
  margin-bottom: 20px;
}
.pageFooter .foot_top .qk1 .foot_logo a {
  width: 204px;
  height: 38px;
  display: inline-block;
  background: url("../img/foot_logo.png");
}
.pageFooter .foot_top .qk1 .tit {
  font-size: 14px;
  color: #FFFFFF;
  font-style: italic;
}
.pageFooter .foot_top .qk1 .bottom_tel {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  font-style: italic;
}
.pageFooter .foot_top .qk2,
.pageFooter .foot_top .qk3,
.pageFooter .foot_top .qk4 {
  width: 15%;
  float: left;
}
.pageFooter .foot_top .qk2 .nav_qk_box,
.pageFooter .foot_top .qk3 .nav_qk_box,
.pageFooter .foot_top .qk4 .nav_qk_box {
  padding-top: 40px;
}
.pageFooter .foot_top .qk2 .title,
.pageFooter .foot_top .qk3 .title,
.pageFooter .foot_top .qk4 .title {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.pageFooter .foot_top .qk2 .title a,
.pageFooter .foot_top .qk3 .title a,
.pageFooter .foot_top .qk4 .title a {
  position: relative;
}
.pageFooter .foot_top .qk2 .title a:after,
.pageFooter .foot_top .qk3 .title a:after,
.pageFooter .foot_top .qk4 .title a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  left: 0;
  bottom: -10px;
}
.pageFooter .foot_top .qk2 .foot_navli,
.pageFooter .foot_top .qk3 .foot_navli,
.pageFooter .foot_top .qk4 .foot_navli {
  color: #FFFFFF;
  line-height: 2.2em;
}
.pageFooter .foot_top .qk5 {
  width: 30%;
  float: left;
  position: relative;
}
.pageFooter .foot_top .qk5:before {
  content: '';
  height: 235px;
  border: 1px dashed #8FC7DF;
  position: absolute;
  top: 40px;
  left: 0;
}
.pageFooter .foot_top .qk5 .qk5_box {
  padding-top: 40px;
  padding-left: 40px;
}
.pageFooter .foot_top .qk5 .qk5_box .foot_share {
  padding-top: 10px;
}
.pageFooter .foot_top .qk5 .qk5_box .foot_share span {
  color: #FFFFFF;
  display: block;
  float: left;
  margin-top: 10px;
}
.pageFooter .foot_top .qk5 .qk5_box .foot_share .share_area {
  display: block;
  float: left;
  margin-left: 20px;
}
.pageFooter .foot_top .qk5 .qk5_box .foot_share .share_area .share_btn {
  background: url("../img/bottom_share.png") no-repeat;
}
.pageFooter .foot_top .qk5 .qk5_box .foot_share .share_area .share_btn.bds_tsina {
  background-position: 0 0;
}
.pageFooter .foot_top .qk5 .qk5_box .foot_share .share_area .share_btn.bds_tqq {
  background-position: -38px 0;
}
.pageFooter .foot_top .qk5 .qk5_box .foot_share .share_area .share_btn.bds_tqf {
  background-position: -76px 0;
}
.pageFooter .foot_top .qk5 .qk5_box .foot_share .share_area .share_btn.bds_qzone {
  background-position: -114px 0;
}
.pageFooter .foot_top .qk5 .qk5_box .foot_share .share_area .share_btn.bds_kaixin001 {
  background-position: -152px 0;
}
.pageFooter .foot_top .qk5 .qk5_box .foot_share .share_area .share_btn.bds_douban {
  background-position: -190px 0;
}
.pageFooter .foot_top .qk5 .title {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.pageFooter .foot_top .qk5 .title a {
  position: relative;
}
.pageFooter .foot_top .qk5 .title a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  left: 0;
  bottom: -10px;
}
.pageFooter .foot_top .qk5 .ewm_area .ewm {
  width: 30%;
  margin-right: 5%;
  display: inline-block;
}
.pageFooter .foot_top .qk5 .ewm_area .ewm .ewm_txt {
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 5px;
}
.pageFooter .foot_bottom {
  height: 78px;
  background: url("../img/foot_bottom_bac.png");
}
.pageFooter .foot_bottom .banquan {
  float: left;
  line-height: 78px;
  color: #FFFFFF;
  opacity: 0.5;
}
.pageFooter .foot_bottom .fb_right {
  float: right;
  line-height: 78px;
  color: #FFFFFF;
  opacity: 0.5;
}
.pageFooter .foot_bottom .foot_yate {
  margin-right: 5px;
}
.pageFooter .foot_bottom .ba_txt {
  margin-left: 20px;
}
.pageFooter .foot_bottom .beianhao {
  margin-right: 30px;
}
.pageFooter .foot_bottom .jerei {
  margin-right: 12px;
}
.pageFooter .foot_bottom .weihu {
  margin-left: 12px;
}
.pageFooter .foot_bottom .map {
  margin-right: 12px;
}
.pageFooter .foot_bottom .call {
  margin-left: 10px;
}
.xc_banner {
  height: 308px;
  width: 100%;
  overflow: hidden;
}
.xc_banner .banner_area {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.xc_banner .banner_area .onbanner_txt {
  position: absolute;
  width: 100%;
  top: 50%;
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
}
.xc_banner .banner_area .onbanner_txt .onbanner_word {
  position: relative;
  padding-left: 20px;
  line-height: 1;
}
.xc_banner .banner_area .onbanner_txt .onbanner_word:before {
  content: '';
  position: absolute;
  display: block;
  height: 33px;
  width: 4px;
  background: #D71519;
  top: 3px;
  left: 2px;
}
.xc_banner img {
  width: 1920px;
  height: 308px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  max-width: none;
}
.xc_nav2 {
  height: 63px;
  line-height: 63px;
  border-bottom: 1px solid #E8E8E8;
}
.xc_nav2 .widget-bread-2 {
  float: left;
  width: 25%;
}
.xc_nav2 .widget-bread-2 em {
  margin: 0 5px;
}
.xc_nav2 .erji_nav {
  width: 75%;
  float: left;
  text-align: right;
}
.xc_nav2 .erji_nav .erji_li {
  display: inline-block;
  padding: 0 10px;
  margin-right: 10px;
  font-size: 16px;
  position: relative;
}
.xc_nav2 .erji_nav .erji_li:hover a {
  color: #d71519;
}
.xc_nav2 .erji_nav .erji_li:hover:after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  height: 3px;
  background: #d71519;
}
.xc_nav2 .erji_nav .erji_li.cur a {
  color: #d71519;
}
.xc_nav2 .erji_nav .erji_li.cur:after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  height: 3px;
  background: #d71519;
}
.xc_nav2 .erji_nav .erji_li a {
  display: block;
  color: #7d7d7d;
}
.xc_nav2 .fangzi {
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url("/images/fangzi.jpg");
}
.banner {
  height: 650px;
  width: 100%;
  overflow: hidden;
}
.banner .banner_area {
  height: 100%;
  position: relative;
}
.banner .banner_area .pn_area {
  position: absolute;
  width: 100%;
  top: 50%;
}
.banner .banner_area .pn_area .wrap:after {
  content: '';
  display: table;
  clear: both;
}
.banner .banner_area .pn_area .wrap:before {
  content: '';
  display: table;
  clear: both;
}
.banner .banner_area .pn_area .wrap a {
  display: block;
  width: 20px;
  height: 38px;
  background: url("../img/index_pn.png");
}
.banner .banner_area .pn_area .wrap a.index_banner_prev {
  background-position: 0 0;
  float: left;
  margin-left: -40px;
}
.banner .banner_area .pn_area .wrap a.index_banner_next {
  background-position: -20px 0;
  float: right;
  margin-right: -40px;
}
.banner .banner_area .slide_nav {
  bottom: 25px;
  left: 45%;
}
.banner .banner_area .slide_nav a {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("/images/banner_bt.png") no-repeat center;
  font-size: 0;
  margin-right: 5px;
}
.banner .banner_area .slide_nav a.on {
  background: url("/images/banner_on.png") no-repeat center;
}
.banner .banner_area .banner_ul {
  height: 100%;
}
.banner .banner_area .banner_ul:after {
  content: '';
  display: table;
  clear: both;
}
.banner .banner_area .banner_ul:before {
  content: '';
  display: table;
  clear: both;
}
.banner .banner_area .banner_ul .banner_li {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .banner_area .banner_ul .banner_li .banner_img {
  position: absolute;
  width: 1920px;
  max-width: none;
  left: 50%;
  margin-left: -960px;
  height: 100%;
}

/*=============================================================================================================================================================*/
.ibanner,.ibanner.slide { position:fixed; }
.ibanner { top:0; width:100%; height:590px; overflow:hidden; }
.ibanner .iban_li { display:none; }
.ibanner img { position:absolute; top:0; left:50%; margin-left:-960px; width:1920px; max-width:none; }
.ibanner .arrs { display:block; position:absolute; /*right:50%; bottom:40px;*/ width:58px; height:57px; background-image:url(../img/index04.png); background-repeat:no-repeat; }
.ibanner .arrs.arr_prev { margin-right:-440px; }
.ibanner .arrs.arr_next { margin-right:-510px; background-position:-58px 0; }
.ibanner .cover { position:absolute; top:0; left:0; bottom:0; width:100%; text-align:center; background-image:url(../img/index01.png); background-repeat:repeat; }
.ibanner .cover ._tt { margin-top:15%; margin-bottom:0.2%; font-size:42px; font-weight:bold; color:#ffffff; }
.ibanner .cover ._desc { margin:0 auto; max-width:576px; font-size:17px; color:#dadada; }
/*2016-12-29 10:34 ysl*/
/*通用样式*/
/*动画*/
.ibanner .iban_li.txt_left .cover ._txt,
    .transition_800 { -webkit-transition-duration:0.8s; transition-duration:0.8s; }
/*首页*/
.ibanner { background-color:#fff; }
.ibanner .iban_li { display:block; visibility:hidden; background-color:#00489d; }
.ibanner .iban_li.txt_left .cover ._txt { position:absolute; left:70%; margin-left:-512px; text-align:left; opacity:0; }
.ibanner .active.txt_left .cover ._txt { left:50%; opacity:1; }
.ibanner .iban_li.txt_left .cover ._desc { margin:0; }
.ibanner .iban_li.slide_c { visibility:visible; }
/*.ibanner video { position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none; }*/
/*.ibanner img { width:100%; }*/
.ibanner .iban_li.wide_pic img,.ibanner .iban_li.wide_pic video { left:50%; margin-left:-960px; height:100%; width:auto; }
.ibanner .iban_li.narrow_pic img,.ibanner .iban_li.narrow_pic video { left:0; margin-left:0; height:auto; width:100%; }

/*地图*/
#map img{max-width:none;}

/*2016-12-30 08:20 zhangjun*/
.ibanner .cover{background-image: none;}
.ibanner .iban_li.video_li .cover{background-image:url(../img/index01.png);}
.ibanner .loading{ background:url(../img/loading.gif) no-repeat; width:100%; height:100%;position: absolute;left: 50%;top: 50%;margin-left: -50px;margin-top: -50px;}

/*=============================================================================================================================================================*/




.rect-106 {
  padding-bottom: 106%;
  z-index: 3;
}
.rect-106 .ck_area {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 100%;
  transition: 0.3s all ease;
}
.rect-106 .ck_area .ck_box {
  padding-top: 70px;
}
.rect-106 .ck_area .ck_box .ck_tit {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  transform: scale(1.3);
  opacity: 0;
  transition: 0.3s all ease;
}
.rect-106 .ck_area .ck_box .ck_png {
  text-align: center;
  transform: scale(1.3);
  opacity: 0;
  transition: 0.3s all ease;
}
.rect-353 {
  padding-bottom: 35.3%;
  background: rgba(0, 117, 194, 0.8);
  z-index: 3;
  transition: 0.3s all ease;
}
.txt_box {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
.txt_box .part_tit {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
.txt_box .part_tit .black {
  color: #000000;
}
.txt_box .part_tit .red {
  color: #D71519;
}
.txt_box .part_dec {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.index_pt1 {
  background: url("../img/id_pt1bac.png") top right no-repeat;
}
.index_pt1 .pt1_txt {
  padding-top: 40px;
}
.index_pt1 .pt1_hg .hg_area {
  position: relative;
}
.index_pt1 .pt1_hg .hg_area .hg_mb {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 99.7%;
}
.index_pt1 .pt1_hg .hg_area .hg_mb .hg_mb_area {
  height: 200px;
  background: url("/images/id_pt1mb.png") repeat-x;
  background-position: -100px -100px;
}
.index_pt1 .pt1_hg .hg_area .hg_ul:after {
  content: '';
  display: table;
  clear: both;
}
.index_pt1 .pt1_hg .hg_area .hg_ul:before {
  content: '';
  display: table;
  clear: both;
}
.index_pt1 .pt1_hg .hg_area .hg_li {
  margin-right: 4px;
  background:url("/images/index-li-bg.png") repeat-x;
}
.index_pt1 .pt1_hg .hg_area .hg_li:hover .rect-353 {
  background: rgba(215, 21, 25, 0.8);
}
.index_pt1 .pt1_hg .hg_area .hg_li:hover .ck_area {
  top: 0;
}
.index_pt1 .pt1_hg .hg_area .hg_li:hover .ck_area .ck_tit {
  transition-delay: 0.3s;
  opacity: 1;
  transform: scale(1);
}
.index_pt1 .pt1_hg .hg_area .hg_li:hover .ck_area .ck_png {
  transition-delay: 0.3s;
  opacity: 1;
  transform: scale(1);
}
.index_pt1 .pt1_hg .hg_area .hg_li .hg_txt_box {
  padding: 15px 0 0 31px;
}
.index_pt1 .pt1_hg .hg_area .hg_li .hg_txt_box .tit {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.index_pt1 .pt1_hg .hg_area .hg_li .hg_txt_box .en_tit {
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.index_pt1 .pt1_hg .hg_area .hg_pn:after {
  content: '';
  display: table;
  clear: both;
}
.index_pt1 .pt1_hg .hg_area .hg_pn:after {
  content: '';
  display: table;
  clear: both;
}
.index_pt1 .pt1_hg .hg_area .hg_pn .hg_btn {
  width: 34px;
  height: 71px;
  background: url("../img/idpt1_pn.png");
  display: block;
  transition: 0.3s all ease;
}
.index_pt1 .pt1_hg .hg_area .hg_pn .hg_btn:hover {
  background-position-y: -71px;
}
.index_pt1 .pt1_hg .hg_area .hg_pn .hg_prev {
  position: absolute;
  top: 40%;
  z-index: 4;
  left: 0;
  background-position: 0 0;
}
.index_pt1 .pt1_hg .hg_area .hg_pn .hg_next {
  position: absolute;
  top: 40%;
  z-index: 4;
  right: 4px;
  background-position: -34px 0;
}
.rect-54 {
  padding-bottom: 54%;
}
.rect-107 {
  padding-bottom: 107.9%;
}
.rect-107 .pt_area {
  margin-top: 40%;
}
.rect-107 .pt_area img {
  margin-bottom: 10px;
}
.rect-107.top_small {
  background: #d71519;
  text-align: center;
}
.rect-107.top_small .title {
  font-size: 20px;
  color: #FFFFFF;
}
.rect-107.bottom_small {
  background: #f39700;
  text-align: center;
}
.rect-107.bottom_small .title {
  font-size: 20px;
  color: #000000;
}
.index_pt2 {
  padding-top: 45px;
}
.index_pt2 .neirong_area:after {
  content: '';
  display: table;
  clear: both;
}
.index_pt2 .neirong_area .big_area {
  width: 50%;
}
.index_pt2 .neirong_area .big_area.big_area1 {
  float: left;
}
.index_pt2 .neirong_area .big_area.big_area2 {
  float: right;
}
.index_pt2 .neirong_area .big_area .txt_mb {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.index_pt2 .neirong_area .big_area .txt_mb .txt_box {
  padding-top: 105px;
  padding-left: 5px;
  text-align: left;
}
.index_pt2 .neirong_area .big_area .txt_mb .txt_box .entit {
  font-size: 24px;
  color: #ff2d31;
}
.index_pt2 .neirong_area .big_area .txt_mb .txt_box .chtit {
  font-size: 24px;
  color: #FFFFFF;
}
.index_pt2 .neirong_area .big_area .txt_mb .txt_box .dec {
  color: #FFFFFF;
}
.index_pt2 .neirong_area .small_area {
  width: 25%;
  float: left;
}









.nl_pt1 .left_pic {
  width: 32.7%;
  float: left;
}
.nl_pt1 .mid_news {
  height: 0;
  padding-bottom: 23.5%;
  width: 41.7%;
  float: left;
  background: #EEEEEE;
}
.nl_pt1 .mid_news .mid_news_box {
  padding: 45px 60px 45px 26px;
}
.nl_pt1 .mid_news .tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.nl_pt1 .mid_news .time {
  margin-bottom: 10px;
}
.nl_pt1 .mid_news .time .yanjing {
  margin-left: 30px;
}
.nl_pt1 .mid_news .more {
  margin-top: 20px;
}
.nl_pt1 .mid_news .more a {
  display: inline-block;
  padding: 6px 18px;
  color: #FFFFFF;
  background: #0075C2;
}
.news-search {
  width: 25.6%;
  float: left;
  background: #D9D9D9;
  height: 0;
  padding-bottom: 23.5%;
}
.news-search ._pd {
  padding: 20px;
}
.nsearch-lant {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333333;
}
.nsearch-main .news-sele {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: none;
  background: #ffffff url(/widget/newslist/8/nse_jt.png) no-repeat right;
  border-radius: 0;
  margin-bottom: 15px;
}
.nsearch-main .news-sele ._arrow {
  display: none;
}
.nsearch-main .select-ui-choose-default-bottom.on {
  border-radius: 0;
}
.select-ui-options-default {
  border-color: #f1f1f1 !important;
}
.nsearch-main .news-inp {
  width: 82%;
  float: left;
  height: 35px;
  line-height: 35px;
  background: #fff;
  border: none;
  padding: 0;
  margin: 0;
  text-indent: 8px;
}
.nsearch-main .news-btn {
  width: 18%;
  float: right;
  height: 35px;
  line-height: 35px;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #fff;
  background-color: #0075C2;
  font-size: 21px;
}
.nl_pt2 {
  padding-top: 30px;
  padding-bottom: 20px;
}
.nl_pt2 .nl_li:hover .riqi .riqi_box {
  color: #CC000C;
}
.nl_pt2 .nl_li:hover .riqi .neirong_tit {
  color: #CC000C;
}
.nl_pt2 .nl_li .li_box {
  padding: 22px 0;
}
.nl_pt2 .nl_li .riqi {
  width: 15%;
  float: left;
}
.nl_pt2 .nl_li .riqi .riqi_box {
  font-size: 18px;
  color: #0075c2;
  line-height: 1em;
}
.nl_pt2 .nl_li .riqi .riqi_box .day {
  font-size: 33px;
}
.nl_pt2 .nl_li .neirong {
  width: 85%;
  float: left;
}
.nl_pt2 .nl_li .neirong .neirong_tit {
  font-size: 18px;
  padding-bottom: 10px;
  color: #333333;
}
/* page-1 start*/
.page {
  font-size: 12px;
  color: #777777;
  text-align: center;
}
.page a,
.page span {
  color: #777777;
  display: inline-block;
  border: 1px solid #ededed;
  padding: 5px 10px;
  vertical-align: middle;
  margin: 0 0 10px 4px;
}
.page .goprev {
  margin-right: 10px;
}
.page .gonext,
.page .count {
  margin-left: 10px;
}
.page a:hover,
.page span {
  color: #fff;
  background: #CC000C;
}
.page span.goprev,
.page span.gonext {
  color: #777777;
  background: none;
}
.page span.count {
  border: 0;
  background: 0;
  color: #777777;
}
.news_list .input_area {
  width: 100%;
  border: 1px solid #7FBAE0;
  border-radius: 3px;
  margin-bottom: 12px;
  position: relative;
}
.news_list .input_area .input_mb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: right;
}
.news_list .input_area .input_mb .product_sanjiao {
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url("../img/product_sanjiao.png");
  margin-top: 15px;
  margin-right: 15px;
}
.news_list .input_area .year_xiala {
  position: absolute;
  width: 101%;
  top: 41px;
  left: -1px;
  display: none;
  z-index: 4;
}
.news_list .input_area .year_xiala .year_ul {
  text-align: center;
  background: #EBEBEB;
}
.news_list .input_area .year_xiala .year_ul .year_li {
  padding: 5px 0;
}
.news_list .input_area .year_xiala .year_ul .year_li:hover {
  background: #0088E2;
  color: #FFFFFF;
}
.news_list .input_area .month_xiala {
  position: absolute;
  width: 101%;
  top: 41px;
  left: -1px;
  display: none;
  z-index: 4;
}
.news_list .input_area .month_xiala .month_ul {
  text-align: center;
  background: #EBEBEB;
  overflow: auto;
  max-height: 99px;
}
.news_list .input_area .month_xiala .month_ul .month_li {
  padding: 5px 0;
}
.news_list .input_area .month_xiala .month_ul .month_li:hover {
  background: #0088E2;
  color: #FFFFFF;
}
.news_list .input_area input {
  width: 100%;
  border: none;
  padding: 11px 0;
}
/* newsdetail-8 start*/
/*widget-newsdetail-8*/
.widget-newsdetail-8 .ion {
  color: #676767;
}
.widget-newsdetail-8 .n_left {
  width: 66.8%;
  float: left;
}
.widget-newsdetail-8 ._head ._title {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}
.widget-newsdetail-8 ._tools {
  font-size: 0;
  color: #7e7e7e;
  margin-bottom: 15px;
}
.widget-newsdetail-8 ._tools ._tool {
  font-size: 12px;
  margin-right: 10px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.widget-newsdetail-8 ._tools .ion {
  font-size: 18px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: -2px;
}
.widget-newsdetail-8 ._tools b {
  font-weight: normal;
}
.widget-newsdetail-8 ._tools #switcher {
  margin-left: 10px;
}
.widget-newsdetail-8 ._tools #switcher ._title {
  margin-right: 5px;
  font-size: 12px;
  color: #7e7e7e;
}
.widget-newsdetail-8 ._tools #switcher .ion {
  font-size: 15px;
}
.widget-newsdetail-8 ._tools .bds_more {
  float: none;
  background: none;
  padding: 0;
}
.widget-newsdetail-8 .myart {
  line-height: 2;
  min-height: 200px;
  font-size: 13px;
  color: #555555;
}
.widget-newsdetail-8 .n_right {
  width: 30%;
  float: right;
  padding-top: 90px;
}
.widget-newsdetail-8 .n_right ._tools {
  text-align: right;
}
.widget-newsdetail-8 ._tools ._back {
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
  color: #676767;
  height: 26px;
  line-height: 26px;
  border-right: #cccccc 1px solid;
  padding-right: 40px;
  vertical-align: 5px;
}
.widget-newsdetail-8 ._tools ._back .ion {
  font-weight: normal;
  vertical-align: 0;
}
.widget-newsdetail-8 ._tools .share,
.widget-newsdetail-8 ._tools .print {
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  background-color: #80939e;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  margin-right: 0;
  margin-left: 15px;
}
.widget-newsdetail-8 ._tools .share:hover,
.widget-newsdetail-8 ._tools .print:hover {
  background-color: #ec7f00;
}
.widget-newsdetail-8 ._tools .share .ion,
.widget-newsdetail-8 ._tools .print .ion {
  font-size: 13px;
  color: #ffffff;
}
.widget-newsdetail-8 ._tools .share:hover .ion,
.widget-newsdetail-8 ._tools .print:hover .ion {
  color: #ffffff;
}
.widget-newsdetail-8 ._tools .share .ion {
  font-size: 13px;
}
.widget-newsdetail-8 ._detailPage_bottom li strong,
.widget-newsdetail-8 ._detailPage_bottom li span,
.widget-newsdetail-8 ._detailPage_bottom li a {
  display: block;
}
.widget-newsdetail-8 ._detailPage_bottom {
  margin-top: 45px;
  border: #f3f3f3 10px solid;
}
.widget-newsdetail-8 ._detailPage_bottom ul {
  padding: 10px 7%;
}
.widget-newsdetail-8 ._detailPage_bottom li ._mark {
  padding-bottom: 8px;
  font-size: 19px;
  font-weight: bold;
  color: #000000;
}
.widget-newsdetail-8 ._detailPage_bottom ._date {
  height: 30px;
  line-height: 30px;
  margin-bottom: 7px;
  font-family: Arial;
  font-size: 13px;
  color: #676767;
}
.widget-newsdetail-8 ._detailPage_bottom ._date .ion {
  font-size: 20px;
  height: 30px;
  vertical-align: -2px;
  margin-left: 0;
}
.widget-newsdetail-8 ._detailPage_bottom li ._title:hover {
  color: #5c5c5c;
}
.widget-newsdetail-8 ._detailPage_bottom li ._title {
  font-size: 16px;
  font-weight: bold;
  color: #5c5c5c;
}
.widget-newsdetail-8 ._detailPage_bottom li {
  padding: 27px 0;
}
.widget-newsdetail-8 ._detailPage_bottom li._prev {
  border-bottom: 1px #ececec solid;
}
@media only screen and (max-device-width: 1024px) {
  .widget-newsdetail-8 .n_right {
    padding-top: 0;
  }
  .widget-newsdetail-8 ._detailPage_bottom {
    margin-top: 10px;
  }
  .widget-newsdetail-8-tools,
  ._tools {
    display: none;
  }
  .widget-newsdetail-8 ._detailPage_bottom ul {
    padding-right: 3%;
  }
}
@media only screen and (max-device-width: 760px) {
  .widget-newsdetail-8 ._head ._title {
    font-size: 24px;
  }
  .widget-newsdetail-8 .n_left,
  .widget-newsdetail-8 .n_right,
  .widget-newsdetail-8 .news_img {
    width: 100%;
    float: none;
  }
  .widget-newsdetail-8 .n_left {
    margin-bottom: 20px;
  }
}
.news_detail .xc_nav2 {
  margin-bottom: 65px;
}
.news_detail {
  padding-bottom: 40px;
}
.rect-575 {
  padding-bottom: 57.5%;
}
.rect-654 {
  padding-bottom: 65.4%;
}
.rect-551 {
  padding-bottom: 55.1%;
}
.pro_hg {
  height: 330px;
  overflow: hidden;
}
.pro_hg .hg_box {
  position: relative;
}
.pro_hg .hg_box .product_zy .product_zybt {
  display: inline-block;
  width: 35px;
  height: 62px;
  background: url("../img/product_zy.png");
}
.pro_hg .hg_box .product_zy .product_Z {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -31px;
  background-position: 0 0;
}
.pro_hg .hg_box .product_zy .product_y {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 0;
  margin-top: -31px;
  background-position: -35px 0;
}
.pro_hg .hg_li {
  overflow: hidden;
}
.pro_hg .hg_li:hover .ck_mb {
  top: 0;
}
.pro_hg .li_box {
  padding: 20px;
  position: relative;
}
.pro_hg .li_box .ck_mb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  transition: 0.3s all ease;
  background: rgba(0, 117, 194, 0.9);
  text-align: center;
}
.pro_hg .li_box .ck_mb .mb_box {
  padding-top: 25%;
}
.pro_hg .li_box .ck_mb .mb_box .car_name {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 30px;
}
.pro_hg .li_box .ck_mb .mb_box .ck_btn {
  width: 40%;
  display: inline-block;
  padding: 7px 0;
  font-size: 14px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  text-align: center;
  margin-right: 5px;
}
.pro_hg .li_box .txt_box {
  width: 100%;
  padding-top: 15px;
}
.pro_hg .li_box .txt_box .title {
  font-size: 18px;
  color: #000000;
  padding-bottom: 25px;
}
.pro_hg .li_box .pro_type_box:after {
  content: '';
  display: table;
  clear: both;
}
.pro_hg .li_box .pro_type_box:before {
  content: '';
  display: table;
  clear: both;
}
.pro_hg .li_box .pt_item {
  line-height: 2em;
  width: 50%;
  display: block;
  float: left;
}
.product .product_pt2 .pt2_qk3 .txt_area {
  background-color: #91C6E4;
  background-image: url("../img/product_baclogo.png");
  background-position: right;
  background-position-y: 40px;
  background-repeat: no-repeat;
}
.product .product_pt2 .pt2_qk3 .txt_area .insert_car {
  margin-top: 20px;
}
.product .product_pt2 .pt2_qk3 .txt_area .txt_box {
  padding: 50px 0 0 40px;
}
.product .product_pt2 .pt2_qk3 .txt_area .left_pic {
  float: left;
  width: 20%;
}
.product .product_pt2 .pt2_qk3 .txt_area .left_pic .tel_png {
  display: block;
  width: 51px;
  height: 55px;
  background: url("../img/tel_png.png");
}
.product .product_pt2 .pt2_qk3 .txt_area .right_txt {
  float: left;
  width: 80%;
}
.product .product_pt2 .pt2_qk3 .txt_area .right_txt .top_txt {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1;
}
.product .product_pt2 .pt2_qk3 .txt_area .right_txt .tel {
  font-size: 40px;
  font-family: Impact;
  color: #FFFFFF;
  line-height: 1.4;
}
.product_pt2 {
  padding-top: 40px;
}
.product_pt2 .pt2_qk3 .qs_area {
  padding-bottom: 65.4%;
  height: 0;
  text-align: right;
}
.product_pt2 .pt2_qk3 .qs_area .qs_box {
  padding: 15px 55px 0 75px;
}
.product_pt2 .pt2_qk3 .qs_area .entit {
  font-size: 26px;
  color: #ABABAB;
}
.product_pt2 .pt2_qk3 .qs_area .chtit {
  font-size: 24px;
  color: #d71519;
}
.product_pt2 .pt2_qk3 .qs_area .search_btn {
  padding: 10px 67px;
  background: #0088E2;
  border: none;
  color: #FFFFFF;
  border-radius: 3px;
}
.product_pt2 .pt2_qk3 .qs_area .input_area {
  width: 100%;
  border: 1px solid #7FBAE0;
  border-radius: 3px;
  margin-bottom: 12px;
  position: relative;
}
.product_pt2 .pt2_qk3 .qs_area .input_area .input_mb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product_pt2 .pt2_qk3 .qs_area .input_area .input_mb .product_sanjiao {
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url("../img/product_sanjiao.png");
  margin-top: 15px;
  margin-right: 15px;
}
.product_pt2 .pt2_qk3 .qs_area .input_area .leibie_xiala {
  position: absolute;
  width: 101%;
  top: 41px;
  left: -1px;
  display: none;
  z-index: 4;
}
.product_pt2 .pt2_qk3 .qs_area .input_area .leibie_xiala .leibie_ul {
  text-align: center;
  background: #EBEBEB;
}
.product_pt2 .pt2_qk3 .qs_area .input_area .leibie_xiala .leibie_ul .leibie_li {
  padding: 5px 0;
}
.product_pt2 .pt2_qk3 .qs_area .input_area .leibie_xiala .leibie_ul .leibie_li:hover {
  background: #0088E2;
  color: #FFFFFF;
}
.product_pt2 .pt2_qk3 .qs_area .input_area .chexing_xiala {
  position: absolute;
  width: 101%;
  top: 41px;
  left: -1px;
  display: none;
  z-index: 4;
}
.product_pt2 .pt2_qk3 .qs_area .input_area .chexing_xiala .chexing_ul {
  text-align: center;
  background: #EBEBEB;
}
.product_pt2 .pt2_qk3 .qs_area .input_area .chexing_xiala .chexing_ul .chexing_li {
  padding: 5px 0;
}
.product_pt2 .pt2_qk3 .qs_area .input_area .chexing_xiala .chexing_ul .chexing_li:hover {
  background: #0088E2;
  color: #FFFFFF;
}
.product_pt2 .pt2_qk3 .qs_area .input_area input {
  width: 95%;
  border: none;
  padding: 11px 0;
}
.product_pt2 .pt2_qk {
  width: 33.3%;
  float: left;
}
.product_pt2 .pt2_qk .txt_area {
  padding-bottom: 69.8%;
  height: 0;
  background: #F8F8F8;
}
.product_pt2 .pt2_qk .txt_area .txt_box {
  width: auto;
  text-align: left;
  padding: 25px 40px 0 25px;
}
.product_pt2 .pt2_qk .txt_area .txt_box .en_tit {
  font-size: 26px;
  text-transform: uppercase;
}
.product_pt2 .pt2_qk .txt_area .txt_box .ch_tit {
  margin-bottom: 15px;
  font-size: 24px;
  color: #d71519;
}
.product_pt2 .pt2_qk .txt_area .txt_box .dec {
  font-size: 14px;
  margin-bottom: 35px;
}
.product_pt2 .pt2_qk .txt_area .txt_box .more a {
  display: inline-block;
  padding: 8px 13px 8px 20px;
  background: #E5E5E5;
  border: 1px solid #C9C9C9;
  border-radius: 3px;
  transition: 0.3s all ease;
}
.product_pt2 .pt2_qk .txt_area .txt_box .more a:hover {
  border-color: #0088E2 ;
  background: #0088E2;
  color: #FFFFFF;
}
.product_pt3 .pt3_bottom {
  padding-top: 40px;
  padding-bottom: 60px;
}
.product_pt3 .ptb_li {
  text-align: center;
  position: relative;
}
.product_pt3 .ptb_li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
  height: 161px;
  background: url("../img/pt3_after.png");
}
.product_pt3 .ptb_li.ptb_li4:after {
  display: none;
}
.product_pt3 .ptb_li .bottom_txt .tit {
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.product_pt3 .ptb_li .bottom_txt .dec {
  font-size: 16px;
}
.rect-594 {
  padding-bottom: 59.4%;
}
.pro_detail_banner {
  height: 544px;
  background: #F3F3F3;
  overflow: visible;
}
.pro_detail_banner .banner_area {
  padding-top: 150px;
}
.pro_detail_banner .left_txt {
  width: 39.2%;
  float: left;
}
.pro_detail_banner .left_txt .title {
  font-size: 34px;
  color: #d71519;
  font-weight: bold;
  margin-bottom: 15px;
}
.pro_detail_banner .left_txt .dec {
  font-size: 14px;
  color: #454545;
  margin-bottom: 45px;
}
.pro_detail_banner .left_txt .qita_area {
  width: 260px;
  border: 1px solid #79B4DA;
  position: relative;
  border-radius: 3px;
}
.pro_detail_banner .left_txt .qita_area .qita {
  padding: 12px 30px;
  font-size: 18px;
  color: #0075c2;
}
.pro_detail_banner .left_txt .qita_area .qita .product_sanjiao {
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url("../img/product_sanjiao.png");
  margin-top: 9px;
  float: right;
}
.pro_detail_banner .left_txt .qita_area .qita_xiala {
  width: 100%;
  position: absolute;
  text-align: center;
  background: #FFFFFF;
  margin-top: 1px;
  display: none;
  z-index: 3;
}
.pro_detail_banner .left_txt .qita_area .qita_xiala .qita_li {
  padding: 8px 0;
}
.pro_detail_banner .right_pic {
  width: 55% ;
  float: left;
}
.pro_detail_banner .right_pic img {
  margin: 0;
}
.pro_detail_pt1 {
  height: 156px;
  background-color: #2E3A4C;
  background-image: url("../img/peo_detailback.png");
  background-position: center;
  position: relative;
}
.pro_detail_pt1 .tab_dec .xiaoshou_tel {
  padding-top: 30px;
  font-size: 18px;
  color: #FFFFFF;
  text-align: right;
  margin-right: 20px;
  line-height: 1em;
}
.pro_detail_pt1 .tab_dec .xiaoshou_tel .tel_number {
  font-size: 32px;
  color: #ffffff;
  font-family: Impact;
}
.pro_detail_pt1 .tab_btn_area {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.pro_detail_pt1 .tab_btn_area .tab_btn {
  width: 24%;
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  padding: 12px 0;
  border: 1px solid #949EA9;
  border-bottom: none;
  margin-left: 1%;
  cursor: pointer;
  font-size: 18px;
}
.pro_detail_pt1 .tab_btn_area .tab_btn.tab_t_cur {
  background: #FFFFFF;
  color: #0075c2;
}
.tab_neirong .neirong_box {
  padding: 50px;
}
.rect-683 {
  padding-bottom: 68.3%;
}
.prol_pt1 {
  background: #F9F9F9;
}
.prol_pt1 .prol_pt1_box {
  padding: 25px;
}
.prol_pt1 .prol_pt1_box .chexing .chexing_item {
  font-size: 15px;
  padding-right: 80px;
  display: inline-block;
  padding-left: 10px;
}
.prol_pt1 .prol_pt1_box .chexing .chexing_item.cur .xuankuang {
  background-position: 0 -17px;
}
.prol_pt1 .prol_pt1_box .chexing .chexing_item .xuankuang {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../img/pro_xuan.png");
  vertical-align: -3px;
  margin-right: 10px;
}
.prol_pt1 .prol_pt1_box .sousuo {
  padding-top: 22px;
  position: relative;
  display: inline-block;
}
.prol_pt1 .prol_pt1_box .sousuo span {
  padding-right: 8px;
}
.prol_pt1 .prol_pt1_box .sousuo input {
  width: 188px;
  border: 1px solid #A3CDE7;
  padding: 8px 10px;
}
.prol_pt1 .prol_pt1_box .sousuo button {
  width: 35px;
  height: 35px;
  border: none;
  background: url("../img/pl_search.png") no-repeat center;
  position: absolute;
  right: 0px;
  top: 22px;
}
.prol_pt2 {
  padding-top: 40px;
}
.prol_pt2 .page {
  padding: 50px 0;
}
.prol_pt2 .pic_li {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
}
.prol_pt2 .pic_li .pic_li_mb_box {
  padding: 50px 40px;
}
.prol_pt2 .pic_li .pic_li_mb_box .pro_name {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  padding-bottom: 40px;
  position: relative;
}
.prol_pt2 .pic_li .pic_li_mb_box .pro_name:after {
  content: '';
  position: absolute;
  width: 33px;
  height: 3px;
  background: #FFFFFF;
  left: 0;
  bottom: 30px;
}
.prol_pt2 .pic_li .pic_li_mb_box .pro_canshu {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 2em;
}
.prol_pt2 .pic_li:hover .pic_li_mb {
  top: 0;
}
.prol_pt2 .pic_li .pic_li_mb {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 117, 194, 0.8);
  top: 100%;
  transition: 0.3s all ease;
}
.prol_pt2 .pic_li .pic_li_mb a:hover {
  color: inherit;
}
.prol_pt2 .pic_li .txt_box {
  width: auto;
  padding: 20px 0 90px 0;
}
.rect-672 {
  padding-bottom: 67.2%;
}
.about_banner {
  height: 500px;
}
.about_banner img {
  width: 1920px;
  height: 500px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  max-width: none;
}
.num {
  text-align: center;
  color: #000000;
}
.num div {
  color: #878787;
}
.num1,
.num2,
.num3 {
  font-family: Impact;
  font-size: 80px;
  font-weight: bold;
  color: #006ab3;
}
.animate_nums > ul > li {
  display: inline-block;
  width: 33.3%;
  float: left;
}
.about_main .part02 {
  padding: 70px 0;
  background: #f2f2f2;
}
.about_main .part02_title1 {
  font-size: 34px;
  text-align: center;
  color: #000000;
}
.about_main .part02_title2 {
  font-size: 15px;
  text-align: center;
  color: #000000;
}
.about_pt1 {
  padding-top: 60px;
  padding-bottom: 70px;
}
.about_pt2 {
  background: url("../img/about_pt2_02.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 82px;
}
.about_pt2 .pt2_tit {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding-top: 67px;
  text-align: center;
  margin-bottom: 42px;
}
.about_pt2 .about_hg {
  position: relative;
}
.about_pt2 .about_hg .about_pn {
  position: absolute;
  top: 50%;
  margin-top: -41px;
  width: 100%;
}
.about_pt2 .about_hg .about_pn .about_btn {
  display: block;
  width: 44px;
  height: 82px;
  background: url("../img/about_hg_pn.png");
}
.about_pt2 .about_hg .about_pn .about_prev {
  background-position: 0 0;
  float: left;
  margin-left: -60px;
}
.about_pt2 .about_hg .about_pn .about_next {
  background-position: -44px 0;
  float: right;
  margin-right: -60px;
}
.about_pt2 .about_hg .about_hg_li {
  background: url("../img/about_hgbac.png") no-repeat;
  background-size: cover;
  position: relative;
}
.about_pt2 .about_hg .about_hg_li .li_box {
  padding-bottom: 63.7%;
  height: 0;
}
.about_pt2 .about_hg .about_hg_li .li_box .neibu_box {
  padding: 35px 35px 0 80px;
}
.about_pt2 .about_hg .about_hg_li .li_box .hg_txt {
  color: #6d6c6c;
  font-size: 14px;
  line-height: 2;
}
.about_pt2 .about_hg .about_hg_li .li_box .year {
  font-size: 16px;
  color: #d71519;
  font-weight: bold;
  padding-top: 7px;
}
.about_pt3 {
  padding-top: 30px;
  padding-bottom: 90px;
}
.about_pt3 .fq_item {
  height: 419px;
  width: 25%;
  float: left;
  position: relative;
  transition: 0.5s all ease;
}
.about_pt3 .fq_item.cur {
  width: 50%;
  background-size: cover;
}
.about_pt3 .fq_item.cur .bl_txt {
  width: 65%;
  background: rgba(0, 117, 194, 0.9);
}
.about_pt3 .fq_item.cur .bl_txt .bl_txt_box {
  padding: 45px 35px;
}
.about_pt3 .fq_item .bl_txt {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about_pt3 .fq_item .bl_txt .bl_txt_box {
  padding: 35px 30px;
}
.about_pt3 .fq_item .bl_txt .title {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}
.about_pt3 .fq_item .bl_txt .dec {
  font-size: 14px;
  color: #FFFFFF;
}
.about_pt3 .fq_item .fq_mb {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/fq_mb.png");
  top: 0;
}
.about_pt3 .fq1 {
  background: url("../img/fq_bac_03.jpg") no-repeat;
  background-position: bottom left;
}
.about_pt3 .fq2 {
  background: url("../img/fq_bac_03.jpg") no-repeat;
  background-position: bottom left;
}
.about_pt3 .fq3 {
  background: url("../img/fq_bac_03.jpg") no-repeat;
  background-position: bottom left;
}
.about_pt4 {
  height: 466px;
  background: url("../img/yate_pt4bac_02.jpg") no-repeat;
  background-position: center;
}
.about_pt4 .about_pt4_box {
  padding-top: 96px;
}
.about_pt4 .pt4_btn {
  text-align: center;
}
.about_pt4 .pt4_btn .lianxi {
  background: #D71519;
}
.about_pt4 .pt4_btn .changqu {
  background: #0075C2;
}
.about_pt4 .pt4_btn .pt4_a {
  display: inline-block;
  width: 165px;
  text-align: center;
  padding: 10px 0;
  color: #FFFFFF;
  font-size: 15px;
  border-radius: 3px;
  margin: 0 23px;
}
.about_pt4 .pt4_main_area {
  padding-top: 40px;
  width: 1000px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.76);
  padding-bottom: 58px;
}
.about_pt4 .pt4_main_area .txt_box {
  width: 600px;
}
.about_pt4 .pt4_main_area .part_dec {
  color: #060001;
}
.rect-8029 {
  padding-bottom: 80.29%;
}
.rencai_banner .banner_area .onbanner_txt {
  top: 30%;
}
.rencai_banner {
  height: 576px;
}
.rencai_banner .onbanner_box {
  text-align: center;
}
.rencai_banner .onbanner_box .title {
  font-size: 34px;
  color: #FFFFFF;
  font-weight: bold;
}
.rencai_banner .onbanner_box .dec {
  font-size: 14px;
  font-weight: normal;
}
.rencai_banner img {
  width: 1920px;
  height: 576px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  max-width: none;
}
.rencai {
  position: relative;
  padding-top: 350px;
}
.rencai .rencai_pt1 {
  position: absolute;
  top: -273px;
  width: 100%;
}
.rencai .rencai_pt1 .rcpt1_right {
  width: 50%;
  float: left;
  background: url("../img/rencai3_03.jpg") center no-repeat;
  background-size: cover;
  height: 546px;
  position: relative;
}
.rencai .rencai_pt1 .rcpt1_right .rcpt1_on {
  position: absolute;
  width: 50%;
  height: 50%;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.rencai .rencai_pt1 .rcpt1_right .rcpt1_on .on_box {
  padding: 45px 50px 0 70px;
  text-align: right;
}
.rencai .rencai_pt1 .rcpt1_right .rcpt1_on .tit {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 10px;
}
.rencai .rencai_pt1 .rcpt1_right .rcpt1_on .dec {
  font-size: 14px;
  color: #FFFFFF;
}
.rencai .rencai_pt1 .rcpt1_right .rcpt1_on .more {
  display: inline-block;
  border: 1px solid #FFFFFF;
  padding: 5px 20px;
  border-radius: 3px;
  color: #FFFFFF;
  margin-top: 20px;
}
.rencai .rencai_pt1 .rcpt1_left {
  width: 50%;
  float: left;
}
.rencai .rencai_pt1 .rcpt1_left .bottom_area {
  height: 273px;
  background: url("../img/rencai2_06.jpg") no-repeat center;
  background-size: cover;
}
.rencai .rencai_pt1 .rcpt1_left .bottom_box {
  padding: 60px 60px 0 60px;
  text-align: center;
}
.rencai .rencai_pt1 .rcpt1_left .bottom_box .tit {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 10px;
}
.rencai .rencai_pt1 .rcpt1_left .bottom_box .dec {
  font-size: 14px;
  color: #FFFFFF;
}
.rencai .rencai_pt1 .rcpt1_left .bottom_box .more {
  display: inline-block;
  border: 1px solid #FFFFFF;
  padding: 5px 20px;
  border-radius: 3px;
  color: #FFFFFF;
  margin-top: 20px;
}
.rencai .rencai_pt1 .rcpt1_left .rcpt1_left_box .top_area .top_item1 {
  background: url("../img/rencai1.jpg") no-repeat center;
  background-size: cover;
}
.rencai .rencai_pt1 .rcpt1_left .rcpt1_left_box .top_area .top_item1 .tit {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 20px;
}
.rencai .rencai_pt1 .rcpt1_left .rcpt1_left_box .top_area .top_item1 .dec {
  font-size: 14px;
  color: #FFFFFF;
}
.rencai .rencai_pt1 .rcpt1_left .rcpt1_left_box .top_area .top_item1 .more {
  display: inline-block;
  border: 1px solid #FFFFFF;
  padding: 5px 20px;
  border-radius: 3px;
  color: #FFFFFF;
  margin-top: 20px;
}
.rencai .rencai_pt1 .rcpt1_left .rcpt1_left_box .top_area .top_item2 {
  background: #FFFFFF;
}
.rencai .rencai_pt1 .rcpt1_left .rcpt1_left_box .top_area .top_item2 .tit {
  font-size: 28px;
  color: #8494b3;
  font-weight: bold;
  margin-bottom: 20px;
}
.rencai .rencai_pt1 .rcpt1_left .rcpt1_left_box .top_area .top_item2 .dec {
  font-size: 14px;
  color: #8494b3;
}
.rencai .rencai_pt1 .rcpt1_left .rcpt1_left_box .top_area .top_item2 .more {
  display: inline-block;
  border: 1px solid #8494b3;
  padding: 5px 20px;
  border-radius: 3px;
  color: #8494b3;
  margin-top: 20px;
}
.rencai .rencai_pt1 .rcpt1_left .rcpt1_left_box .top_area .top_item {
  width: 50%;
  float: left;
  height: 273px;
}
.rencai .rencai_pt1 .rcpt1_left .rcpt1_left_box .top_area .top_item .top_item_box {
  padding: 40px;
}
.rencai .rencai_pt1 .rcpt1_right {
  width: 50%;
  float: left;
}
.rencai_pt2 {
  text-align: center;
}
.rencai_pt2 .rcptpm {
  padding-top: 40px;
  padding-bottom: 60px;
}
.rencai_pt2 .rcptpm .mail_area {
  margin-left: 60px;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
}
.rencai_pt2 .rcptpm .mail_area .mail {
  display: inline-block;
  width: 22px;
  height: 30px;
  background: url("../img/mail.png") no-repeat center;
  vertical-align: -10px;
  margin-right: 10px;
}
.rencai_pt2 .rcptpm .mail_area a {
  font-size: 16px;
  color: #d71519 ;
}
.rencai_pt2 .rcptpm .phone_area {
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
}
.rencai_pt2 .rcptpm .phone_area .phone {
  display: inline-block;
  width: 22px;
  height: 30px;
  background: url("../img/phone.png");
  vertical-align: -10px;
  margin-right: 10px;
}
.rencai_pt2 .rcptpm .phone_area a {
  font-size: 16px;
  color: #d71519;
}
.rencai_pt2 .rcpt2_neirong {
  margin-top: 40px;
  height: 229px;
}
.rencai_pt2 .tit {
  font-size: 34px;
  color: #4d4e4c;
  margin-bottom: 5px;
}
.rencai_pt2 .dec {
  font-size: 14px;
  color: #8e8b8b;
}
.rencai_pt2 .rept2n_right {
  width: 50%;
  float: left;
  background: url("../img/rencai_bac2_03.jpg") no-repeat center;
  background-size: cover;
  height: 100%;
  text-align: center;
}
.rencai_pt2 .rept2n_right .rr_box {
  padding-top: 80px;
}
.rencai_pt2 .rept2n_right .jianli {
  display: inline-block;
  padding: 10px 49px;
  border: 2px solid #FFFFFF;
  border-radius: 1px;
  font-size: 30px;
  color: #FFFFFF;
  position: relative;
}
.rencai_pt2 .rept2n_right .jianli:before {
  content: '';
  position: absolute;
  width: 49px;
  height: 29px;
  left: -49px;
  top: 70%;
  display: block;
  background: url("../img/rc_xx.png");
}
.rencai_pt2 .rept2n_right .jianli:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 29px;
  right: -49px;
  top: -29px;
  display: block;
  background: url("../img/rc_xx.png");
}
.rencai_pt2 .rept2n_left {
  text-align: left;
  width: 50%;
  float: left;
  background: url("../img/rencai_bac1_03.jpg") no-repeat center;
  background-size: cover;
  height: 100%;
}
.rencai_pt2 .rept2n_left .left_box {
  padding: 55px 30px 0 85px;
}
.rencai_pt2 .rept2n_left .tit {
  font-size: 28px;
  color: #FFFFFF;
  padding-bottom: 15px;
}
.rencai_pt2 .rept2n_left .dec {
  font-size: 14px;
  color: #FFFFFF;
}
.rect-64 {
  padding-bottom: 64%;
}
.gongsi_part {
  padding-top: 50px;
  padding-bottom: 60px;
}
.gongsi_part p {
  line-height: 2.2;
  margin-bottom: 10px;
  margin-top: 10px;
}
.gongsi_part .gongsi_title {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
}
.gongsi_part .en_title {
  font-size: 18px;
  color: #666666;
}
.gongsi_part .pic_area .left_area {
  width: 50%;
  float: left;
}
.gongsi_part .pic_area .right_area {
  width: 50%;
  float: left;
}
.gongsi_part .pic_area .right_area .little_pic {
  width: 50%;
  float: left;
  position: relative;
}
.gongsi_part .pic_area .right_area .little_pic .lp_mb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.gongsi_part .pic_area .right_area .little_pic .lp_mb .mb_box {
  padding: 45px;
}
.gongsi_part .pic_area .right_area .little_pic .lp_mb .mb_tit {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 5px;
}
.gongsi_part .pic_area .right_area .little_pic .lp_mb .mb_dec {
  font-size: 14px;
  color: #FFFFFF;
}
.gongsi_part .pic_area .right_area .little_pic .lp_mb.lp2_mb {
  background: rgba(0, 117, 194, 0.9);
}
.gongsi_part .pic_area .right_area .little_pic .lp_mb.lp3_mb {
  background: rgba(215, 21, 25, 0.9);
}
.honor_tab {
  height: 141px;
  background: url("../img/honor_bac_03.jpg") no-repeat center;
  margin-top: 50px;
}
.honor_tab .ht_box {
  padding: 20px 35px;
}
.honor_tab .ht_box .left_txt {
  width: 50%;
  float: left;
}
.honor_tab .ht_box .left_txt .ltxt_box {
  padding-right: 30%;
}
.honor_tab .ht_box .left_txt .tit {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.honor_tab .ht_box .left_txt .dec {
  color: #FFFFFF;
}
.honor_tab .ht_box .right_tab {
  width: 50%;
  float: left;
}
.honor_tab .ht_box .right_tab .rt_box {
  padding-left: 30%;
  padding-top: 30px;
}
.honor_tab .ht_box .right_tab .rt_box .tab_t {
  font-size: 18px;
  color: #FFFFFF;
  float: left;
  margin-right: 50px;
  cursor: pointer;
}
.honor_tab .ht_box .right_tab .rt_box .tab_btn {
  width: 39px;
  height: 39px;
  display: inline-block;
  background: url("../img/tab_pn.png");
  vertical-align: -10px;
  margin-right: 10px;
}
.honor_tab .ht_box .right_tab .rt_box .tab_btn.tab_cp {
  background-position: 0 0;
}
.honor_tab .ht_box .right_tab .rt_box .tab_btn.tab_qy {
  background-position: -39px 0;
}
.tab_neirong .tab_c {
  display: none;
}
.tab_neirong .neirong_box {
  padding: 50px 0;
}
.tab_neirong .tab_li {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.tab_neirong .tab_li img {
  transition: 0.5s all ease;
}
.tab_neirong .tab_li:hover .bottom_title {
  background: transparent;
}
.tab_neirong .tab_li:hover .li_mb {
  top: 0;
}
.tab_neirong .tab_li:hover img {
  transform: scale(1.2, 1.2);
}
.tab_neirong .tab_li .bottom_title {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s all ease;
  z-index: 2;
}
.tab_neirong .tab_li .bottom_title .bottom_box {
  padding: 10px 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 15px;
}
.tab_neirong .tab_li .li_mb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  text-align: center;
  transition: 0.3s all ease;
  z-index: 1;
}
.tab_neirong .tab_li .li_mb i {
  font-size: 30px;
  margin-top: 75px;
}
.lianxi_part1 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.lianxi_part2 {
  padding-top: 75px;
  background: #f9f9f9;
  padding-bottom: 50px;
}
.lianxi_part2 .left_form {
  width: 62.5%;
  float: left;
}
.lianxi_part2 .left_form .txt_box {
  text-align: left;
  width: 100%;
}
.lianxi_part2 .left_form .form_area .btn_area {
  padding-top: 20px;
}
.lianxi_part2 .left_form .form_area .btn_area .form_btn {
  width: 20%;
  padding: 10px 0;
  display: inline-block;
  margin-right: 5%;
  border: none;
  border-radius: 3px;
  color: #FFFFFF;
}
.lianxi_part2 .left_form .form_area .btn_area .form_btn.tijiao {
  background: #D71519;
}
.lianxi_part2 .left_form .form_area .btn_area .form_btn.chongzhi {
  background: #0075C2;
}
.lianxi_part2 .left_form .form_area .txt_area {
  width: 96%;
}
.lianxi_part2 .left_form .form_area .txt_area textarea {
  width: 100%;
  border: none;
  background: #EFEFEF;
  padding: 15px;
  resize: none;
}
.lianxi_part2 .left_form .form_area .input_item {
  width: 47%;
  position: relative;
}
.lianxi_part2 .left_form .form_area .input_item .ion {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #A9B1B4;
  font-size: 16px;
}
.lianxi_part2 .left_form .form_area input {
  width: 85%;
  border: none;
  background: #EFEFEF;
  padding: 12px 25px;
  margin-bottom: 15px;
}
.lianxi_part2 .right_mes {
  width: 32.25%;
  float: right;
  height: 425px;
  background: url("../img/lianxi_bac_07.jpg");
}
.lianxi_part2 .right_mes .mes_tit {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.lianxi_part2 .right_mes .mes_dec {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.lianxi_part2 .right_mes .mes_tel {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
}
.lianxi_part2 .right_mes .rm_box {
  padding: 45px 60px;
}
.job_search {
  font-size: 15px;
  color: #756E6E;
}
.job_search span {
  display: inline-block;
  width: 7%;
  float: left;
  font-weight: bold;
}
.job_search ul {
  width: 90%;
  float: left;
}
.job_search .job_area {
  padding-top: 30px;
  margin-bottom: 20px;
}
.job_search .job_area .area_li {
  width: 8%;
  float: left;
}
.job_search .job_area .area_li.cur {
  color: #0075c2;
}
.job_search .job_type {
  margin-bottom: 15px;
}
.job_search .job_type .type_li {
  width: 8%;
  float: left;
}
.job_search .job_type .type_li.cur {
  color: #0075c2;
}
.job_search .job_sousuo {
  padding-bottom: 30px;
}
.job_search .job_sousuo span {
  font-size: 18px;
  font-weight: normal;
  line-height: 35px;
}
.job_search .job_sousuo .job_input {
  padding: 6px 15px;
  width: 200px;
}
.job_search .job_sousuo button {
  border: none;
  color: #FFFFFF;
  background: #0075c2;
  font-size: 18px;
  padding: 6px 30px;
  border-radius: 3px;
  vertical-align: -1px;
  margin-left: 10px;
}
.job_mes .job_top {
  background: #A7A7A7;
  height: 60px;
}
.job_mes .job_top .jt_box {
  padding: 0 20px 0 60px;
}
.job_mes .job_top .jt_box .jobt_li {
  float: left;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 60px;
}
.job_mes .job_top .jt_box .jbli1 {
  width: 25%;
}
.job_mes .job_top .jt_box .jbli2 {
  width: 20%;
}
.job_mes .job_top .jt_box .jbli3 {
  width: 20%;
}
.job_mes .job_top .jt_box .jbli4 {
  width: 35%;
}
.widget-job-2 .jia {
  display: inline;
}
.widget-job-2 .jian {
  display: none;
}
.widget-job-2 ._jt_act .jia {
  display: none;
}
.widget-job-2 ._jt_act .jian {
  display: inline;
}
.widget-job-2 ._jt_box .ion {
  font-size: 14px;
  color: #88B82A;
}
.widget-job-2 .cell1 {
  width: 25%;
}
.widget-job-2 .cell2 {
  width: 20%;
}
.widget-job-2 .cell3 {
  width: 20%;
}
.widget-job-2 .cell4 {
  width: 35%;
}
.widget-job-2 ._jt_box {
  padding: 0 20px 0 60px;
}
.widget-job-2 .yaoqiu {
  width: 50%;
  float: left;
}
.widget-job-2 .zhize {
  width: 50%;
  float: left;
}
.widget-job-2 .jc_title {
  font-size: 16px;
  font-weight: bold;
}
.widget-job-2 .jc_dec_box {
  padding-right: 40px;
  line-height: 2.2;
}
.widget-job-2 .shenqing_btn {
  display: inline-block;
  margin-top: 50px;
  background: #0075C2;
  border: none;
  padding: 8px 15px;
  color: #FFFFFF;
  border-radius: 3px;
}
/* job-2 start*/
.widget-job-2 ._jt {
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  *zoom: 1;
  cursor: pointer;
  border-bottom: 1px solid #f2f2f2;
}
.widget-job-2 ._jt strong {
  float: left;
  text-align: left;
  font-size: 15px;
}
.widget-job-2 ._jt span {
  float: right;
}
.widget-job-2 ._jc {
  display: none;
  background: #f9f9f9;
}
.widget-job-2 ._jcon {
  padding: 35px 80px;
}
@media only screen and (max-width: 40rem) {
  .widget-job-2 ._jt span {
    display: none;
  }
}
.job_bottom {
  text-align: center;
  margin-top: 25px;
}
.job_bottom .bottom_txt {
  height: 117px;
  background: url("../img/zhiwei_bottom_03.jpg");
}
.job_bottom .bottom_txt .bt_box {
  padding: 35px 145px 0 145px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
}
.job_bottom .rcptpm {
  padding-top: 40px;
  padding-bottom: 60px;
}
.job_bottom .rcptpm .mail_area {
  margin-left: 60px;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
}
.job_bottom .rcptpm .mail_area .mail {
  display: inline-block;
  width: 22px;
  height: 30px;
  background: url("../img/mail.png") no-repeat center;
  vertical-align: -10px;
  margin-right: 10px;
}
.job_bottom .rcptpm .mail_area a {
  font-size: 16px;
  color: #d71519 ;
}
.job_bottom .rcptpm .phone_area {
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
}
.job_bottom .rcptpm .phone_area .phone {
  display: inline-block;
  width: 22px;
  height: 30px;
  background: url("../img/phone.png");
  vertical-align: -10px;
  margin-right: 10px;
}
.job_bottom .rcptpm .phone_area a {
  font-size: 16px;
  color: #d71519;
}
.yingxiao .tab_map .left_tubiao {
  width: 5.5%;
  height: 65px;
  float: left;
  text-align: center;
  border-right: 1px solid #FFFFFF;
}
.yingxiao .tab_map .left_tubiao .top_zuobiao {
  display: inline-block;
  width: 21px;
  height: 26px;
  background: url("../img/yingxiao_zuobiao.png");
  vertical-align: -30px;
}
.yingxiao .tab_map .search_area {
  width: 90%;
  float: left;
}
.yingxiao .tab_map .search_area .jiansuo {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 14px;
  padding: 6px 18px;
  margin-top: 17px;
}
.yingxiao .tab_map .search_area .input_area {
  width: 35%;
  float: left;
  margin-right: 2%;
  margin-left: 2%;
  margin-top: 17px;
  position: relative;
}
.yingxiao .tab_map .search_area .input_area .input_mb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: right;
}
.yingxiao .tab_map .search_area .input_area .input_mb .product_sanjiao {
  display: inline-block;
  width: 9px;
  height: 6px;
  background: url("../img/yingxiao_sanjiao.png");
  margin-top: 15px;
  margin-right: 15px;
}
.yingxiao .tab_map .search_area .input_area .shengfen_xiala {
  position: absolute;
  width: 101%;
  top: 41px;
  left: -1px;
  display: none;
  z-index: 4;
}
.yingxiao .tab_map .search_area .input_area .shengfen_xiala .shengfen_ul {
  text-align: center;
  background: #EBEBEB;
}
.yingxiao .tab_map .search_area .input_area .shengfen_xiala .shengfen_ul .shengfen_li {
  padding: 5px 0;
}
.yingxiao .tab_map .search_area .input_area .shengfen_xiala .shengfen_ul .shengfen_li:hover {
  background: #0088E2;
  color: #FFFFFF;
}
.yingxiao .tab_map .search_area .input_area .city_xiala {
  position: absolute;
  width: 101%;
  top: 41px;
  left: -1px;
  display: none;
  z-index: 4;
}
.yingxiao .tab_map .search_area .input_area .city_xiala .city_ul {
  text-align: center;
  background: #EBEBEB;
}
.yingxiao .tab_map .search_area .input_area .city_xiala .city_ul .city_li {
  padding: 5px 0;
}
.yingxiao .tab_map .search_area .input_area .city_xiala .city_ul .city_li:hover {
  background: #0088E2;
  color: #FFFFFF;
}
.yingxiao .tab_map .search_area .input_area input {
  padding: 8px 12px;
  width: 95%;
  border: none;
}
.yingxiao .quyu_area {
  padding-top: 40px;
}
.yingxiao .quyu_area .li_box {
  padding: 35px 35px 85px 35px;
  position: relative;
}
.yingxiao .quyu_area .li_box .sanxian {
  position: absolute;
  width: 23px;
  height: 19px;
  background: url("../img/sanxian.png");
  opacity: 0.5;
  bottom: 35px;
  right: 35px;
}
.yingxiao .quyu_area .quyu_li {
  margin-bottom: 30px;
  background: #F6F6F6;
}
.yingxiao .quyu_area .quyu_li a:hover {
  color: inherit;
}
.yingxiao .quyu_area .quyu_li:hover {
  background: #0081D6;
}
.yingxiao .quyu_area .quyu_li:hover a {
  color: inherit;
}
.yingxiao .quyu_area .quyu_li:hover .quyu_name {
  color: #ffffff;
}
.yingxiao .quyu_area .quyu_li:hover .lxr_tel {
  color: #ffffff;
}
.yingxiao .quyu_area .quyu_li:hover .sanxian {
  background-position-x: -23px;
}
.yingxiao .quyu_area .quyu_li:hover .bottom_zuobiao {
  background-position: -14px 0;
}
.yingxiao .quyu_area .quyu_li .quyu_name {
  font-size: 26px;
  font-weight: bold;
  color: #5d5d5d;
  margin-bottom: 25px;
}
.yingxiao .quyu_area .quyu_li .lxr_tel {
  font-size: 14px;
  color: #5d5d5d;
  line-height: 1.8;
}
.yingxiao .quyu_area .quyu_li .bottom_zuobiao {
  display: inline-block;
  width: 14px;
  height: 20px;
  background: url("../img/bottom_zuobiao.png");
  margin-right: 14px;
}
.yingxiao .top_search {
  margin-top: 38px;
  height: 65px;
  background: #0081D6;
}
.yingxiao .yingxiao_tab {
  padding-top: 50px;
  padding-bottom: 38px;
}
.yingxiao .yingxiao_tab .yxtb_box {
  padding-left: 25px;
}
.yingxiao .tab_t {
  width: 20%;
  float: left;
  cursor: pointer;
  font-size: 19px;
  color: #a0a0a0;
}
.yingxiao .tab_t.cur {
  color: #000000;
}
.yingxiao .tab_t.cur .dingwei {
  background-position: -17px 0;
}
.yingxiao .dingwei {
  display: inline-block;
  width: 17px;
  height: 27px;
  background: url("../img/zuobiao.png");
  vertical-align: -6px;
  margin-right: 20px;
}
/*** 营销网络*/
.map_area{width: 1200px;height: 500px}
.map_area img,.map_area label{ max-width:none;}
/**联系我们 */
#map-42859 img,#map-42859 label{ max-width:none;}
/*20170120*/
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li:hover{background: rgba(256,256,256,0.95);color: #0a85ff}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li:hover a{color: #0a85ff}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li a:hover{color: inherit}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala{height: auto;}
.banner .banner_area .banner_ul .banner_li a{display: block;position: relative;width: 100%;height: 100%;}
/*新闻列表改*/
/* newslist-9 start*/
.widget-newslist-9 { margin-bottom:20px; }
.widget-newslist-9 li { clear:both; overflow:hidden; border-bottom:#ccc 1px dashed; padding-bottom:10px; margin-bottom:30px;}
.widget-newslist-9 ._img { width:225px; float:left; margin-right:30px; }
.widget-newslist-9 ._img img{ -moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.widget-newslist-9 ._intro { overflow:hidden; }
.widget-newslist-9 ._title { display:block; height:32px; line-height:32px; font-size:20px; font-weight:bold; margin-bottom:5px; color:#333333; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.widget-newslist-9 ._info { height:20px; line-height:20px; color:#999999; margin-bottom:10px; }
.widget-newslist-9 ._text { line-height:1.8em; height:3.6em; overflow:hidden; font-size:14px; margin-bottom:15px;}
.widget-newslist-9 ._more { display:inline-block; white-space:nowrap; width:auto; height:32px; line-height:32px; background-color:#0075C2; color:#fff; padding:0 20px; }
.widget-newslist-9 ._time{background:#ededed;color:#999999;}
.widget-newslist-9 ._more,.widget-newslist-9 ._time { display:inline-block; height:32px; line-height:32px; padding:0 20px; }
.widget-newslist-9 li:hover ._title,.widget-newslist-9 li:hover ._text { color:#0075C2; }
.widget-newslist-9 li:hover ._more { filter:alpha(opacity=80); opacity:0.8; }
.widget-newslist-9 li:hover ._img img { transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);}

/*mobile*/
@media only screen and (max-width:480px) {

  .widget-newslist-9 ._img { width:auto; float:none; margin:0 0 10px; }

}
.txt_box .part_tit{letter-spacing: -0.5em}
.txt_box .part_tit span{ letter-spacing: normal;}
.pro_detail_banner .left_txt{padding-top: 60px}
.prol_pt2 .pic_li .pic_li_mb_box p{color: #FFFFFF}
.xc_nav2 .erji_nav{width: 64%;}
.xc_nav2 .widget-bread-2{width: 36%;}
.product_pt3{padding-top: 40px}
.product_pt1{padding-top: 40px}
.pro_hg .li_box .txt_box .pro_type{line-height: 1.6em;min-height: 3.2em;}
/*20170121*/
.pageFooter .foot_bottom .banquan{color: #555;opacity: 1;}
.pageFooter .foot_bottom .fb_right{color: #555;opacity: 1;}
.news_list .nl_pt1{padding-top: 50px}
@keyframes am1 {
  0% {
    opacity: 0;
    transform: scale(1.8,1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1,1);
  }
}
@-webkit-keyframes am1 {
  0% {
    opacity: 0;
    transform: scale(1.8,1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1,1);
  }
}
@-moz-keyframes  am1{
  0% {
    opacity: 0;
    transform: scale(1.8,1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1,1);
  }
}
@-o-keyframes am1 {
  0% {
    opacity: 0;
    transform: scale(1.8,1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1,1);
  }
}

.rolling > .rolling-box {
  -webkit-perspective:1300px;
  -o-perspective:1300px;
  -ms-perspective:1300px;
  perspective:1300px;
  -webkit-transform-style:preserve-3d;
  -o-transform-style:preserve-3d;
  -ms-transform-style:preserve-3d;
  transform-style:preserve-3d;
}
.rolling .is_animated {
  -webkit-transition-duration:1.2s;
  -webkit-transition-property:-webkit-transform,opacity;
  -webkit-transition-delay:.15s;
  -webkit-transition-timing-function:'ease-in-out';
  -moz-transition-duration:1.2s;
  -moz-transition-property:all;
  -moz-transition-delay:.15s;
  -moz-transition-timing-function:'ease-in-out';
  -o-transition-duration:1.2s;
  -o-transition-property:transform,opacity;
  -o-transition-delay:.15s;
  -o-transition-timing-function:'ease-in-out';
  -ms-transition-duration:1.2s;
  -ms-transition-property:transform,opacity;
  -ms-transition-delay:.15s;
  -ms-transition-timing-function:'ease-in-out';
  transition-duration:1.2s;
  transition-property:transform,opacity;
  transition-delay:.15s;
  transition-timing-function:'ease-in-out';
  -webkit-transform:rotatex(-80deg) translateZ(0);
  -ms-transform:rotatex(-80deg) translateZ(0);
  transform:rotatex(-80deg) translateZ(0);
  -webkit-transform-origin:0 0 0;
  -ms-transform-origin:0 0 0;
  transform-origin:0 0 0;
  opacity:0
}
.rolling .is_animated.revealed {
  -webkit-transform:rotatex(0) translateZ(0);
  -ms-transform:rotatex(0) translateZ(0);
  transform:rotatex(0) translateZ(0);
  opacity:1
}
.rolling > .rolling-box .tansDelay00{transition-delay: 0s;-webkit-transition-delay: 0s;}
.rolling > .rolling-box .tansDelay200{transition-delay: .2s;-webkit-transition-delay: .2s;}
.rolling > .rolling-box .tansDelay400{transition-delay:.4s;-webkit-transition-delay: .4s;}
.rolling > .rolling-box .tansDelay600{transition-delay: .6s;-webkit-transition-delay: .6s;}
.rolling > .rolling-box .tansDelay800{transition-delay: .8s;-webkit-transition-delay: .8s;}
.rolling > .rolling-box .tansDelay1000{transition-delay:1s;-webkit-transition-delay: 1s;}
.rolling > .rolling-box .tansDelay1200{transition-delay: 1.2s;-webkit-transition-delay: 1.2s;}
.rolling > .rolling-box .tansDelay1400{transition-delay: 1.4s;-webkit-transition-delay: 1.4s;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala{background: rgba(255, 255, 255, 0.95)}
.rect-106 .ck_area{background: rgba(0,0,0,0.65)}
/*时间延迟*/
.delay100 { -webkit-animation-delay: 0.1s; animation-delay: 0.1s;}
.delay200 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s;}
.delay300 { -webkit-animation-delay: 0.3s; animation-delay: 0.3s;}
.delay400 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s;}
.delay500 { -webkit-animation-delay: 0.5s; animation-delay: 0.5s;}
.delay600 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s;}
.delay700 { -webkit-animation-delay: 0.7s; animation-delay: 0.7s;}
.delay800 { -webkit-animation-delay: 0.8s; animation-delay: 0.8s;}
.delay900 { -webkit-animation-delay: 0.9s; animation-delay: 0.9s;}
.delay1000 { -webkit-animation-delay: 1s; animation-delay: 1s;}
.delay1200 { -webkit-animation-delay: 1.2s; animation-delay: 1.2s;}
.delay1400 { -webkit-animation-delay: 1.4s; animation-delay: 1.4s;}
.delay1600 { -webkit-animation-delay: 1.6s; animation-delay: 1.6s;}
.delay1800 { -webkit-animation-delay: 1.8s; animation-delay: 1.8s;}
.delay2000 { -webkit-animation-delay: 2s; animation-delay: 2s;}
.delay2400 { -webkit-animation-delay: 2.4s; animation-delay: 2.4s;}
.delay3000 { -webkit-animation-delay: 3s; animation-delay: 3s;}
.wrap-1366{max-width: 1368px;}
.index_pt2 .neirong_area .big_area.big_area1 img{transition: 0.8s all ease}
.index_pt2 .neirong_area .big_area.big_area1:hover img{transform: scale(1.05,1.05)}
.index_pt2 .neirong_area .big_area.big_area2 img{transition: 0.4s all ease}
.index_pt2 .neirong_area .big_area.big_area2:hover img{transform: scale(1.05,1.05)}
.about_pt1 .num{position: relative}
.about_pt1 .num:after{content: '';position: absolute;width: 1px;height: 77px;background: #EFEFEF;right: 0;top: 40px;}
.animate_nums > ul > li{width: 25%;float: none;}
.animate_nums > ul{text-align: center}
/*20170203*/
.yingxiao .quyu_area .quyu_li .quyu_name{font-size:20px;}
.yingxiao .quyu_area .quyu_li:hover .li_box{color: #ffffff;}
.yingxiao .quyu_area .quyu_li{height: 337px;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .left_piclist .pro_item .type_name a{text-align: center}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .left_piclist .pro_item .blue_jt{margin-left: 5px;}
.yingxiao .quyu_area .li_box{height: 217px;}
.pro_hg .hg_box .product_zy .product_y{width: 35px;}
.pro_hg .hg_box .product_zy .product_z {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -31px;
}

.content-42789 .pdet_form .ord_sub{width: 10%!important;
  height: auto!important;
  padding: 10px 0;
  display: inline-block;
  margin-right: 5%;
  border: none;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer}
.content-42789 .pdet_form .ord_rest{
  width: 10%!important;
  height: auto!important;
  padding: 10px 0;
  display: inline-block;
  margin-right: 5%;
  border: none;
  border-radius: 3px;
  color: #FFFFFF;
  background: #0075C2!important;
  cursor: pointer;
}
.content-42792 .Form-J1 .Form-J1-Btn ._submit{width: 10%!important;
  height: auto!important;
  padding: 5px 0;
  display: inline-block;
  margin-right: 5%;
  border: none;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  background:#D71519!important; }
.content-42792 .Form-J1 .Form-J1-Btn ._reset{
  width: 10%!important;
  height: auto!important;
  padding: 5px 0;
  display: inline-block;
  margin-right: 5%;
  border: none;
  border-radius: 3px;
  color: #FFFFFF;
  background: #0075C2!important;
  cursor: pointer;
}
.content-42792 .Form-J1 .Form-J1-Btn{padding-bottom: 40px;}
.lianxi_part2 .left_form .form_area .btn_area .form_btn{cursor: pointer}
.h_nav_cur{background: rgba(256,256,256,0.95);color: #0a85ff;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .left_nav .nav_box{padding: 10px 20px 10px 5px}
.about_pt2 .about_hg .about_hg_li .li_box .hg_txt{height: 10em;overflow: hidden}
.lianxi_part2 .right_mes .rm_box{padding: 49px 60px;}
.lianxi_part2 .right_mes .mes_dec,.lianxi_part2 .right_mes .mes_tel{margin-bottom: 20px;}
.tab_neirong .tab_li .li_mb{cursor: pointer}
.ysgz .album_ordinary .album_close{background: #0075c2}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li.h_nav_cur{color: #0075c2}
.news_list .input_area{border: none;}
.news_list .input_area input{text-indent: 7px;}
.index_pt3 .hg_area .hg_ul .hg_li .li_box .neirong_box .title{white-space: normal;}
.rencai .rencai_pt1 .rcpt1_left .rcpt1_left_box .top_area .top_item2 .tit{font-size: 27px;}
.pro_detail_banner .banner_area{padding-top: 100px;}

/* newslist-8 start*/
.topnews .slide_nav { display:none;}
.topnews .arrs { display:block; width:44px; height:44px; line-height:44px; color:#fff; text-align:center; position:absolute; top:50%; margin-top:-20px; background:rgba(0,0,0,.60); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000); z-index:10; font-size:17px;}
.topnews .arrs:hover { background:rgba(0,0,0,.80); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#cc000000,endcolorstr=#cc000000);}
.topnews .arrs .ion { margin:0; }
.topnews .arr_prev { left:0;}
.topnews .arr_next { right:55%;}
.topnews{width: 74.4%;float: left}
.topnews .tn_cell{width: 100%;}


/* newslist-8 start*/
.widget-newstop-8 { background:#eeeeee; margin-bottom:20px;}
.topnews,.news-search { height:0; padding-bottom:24%; overflow:hidden; position:relative;}
.topnews { float:left; width:72%;}

.tn_wrap,.tn_cell { width:100%; height:100%; position:absolute; overflow:hidden; }
.topnews .left_pic{ float:left; width:45%;}
.topnews .mid_news{ float:right; width:50%; margin-right:2%;}
.topnews ._title{ font-size:20px; font-weight:bold; margin-top:20px; margin-bottom:5px; color:#333333;}
.topnews ._tools{ color:#a5a5a5; margin-bottom:5px; }
.topnews ._tools span{ padding-right:20px;}
.topnews ._tools .ion{ margin-left:0;}
.topnews ._sum{ font-size:14px; line-height:24px; height:72px; overflow:hidden; margin-bottom:15px; }
.topnews ._more{ display:block; width:120px; height:34px; line-height:34px; background:#dda300; font-size:14px; text-align:center; color:#fff; }
.topnews .slide_nav { display:none;}
.topnews .arrs { display:block; width:44px; height:44px; line-height:44px; color:#fff; text-align:center; position:absolute; top:50%; margin-top:-20px; background:rgba(0,0,0,.60); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000); z-index:10; font-size:17px;}
.topnews .arrs:hover { background:rgba(0,0,0,.80); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#cc000000,endcolorstr=#cc000000);}
.topnews .arrs .ion { margin:0; }
.topnews .arr_prev { left:0;}
.topnews .arr_next { right:55%;}

.news-search{ width:28%; float:right; background:#d9d9d9;}
.news-search ._pd{ padding:20px;}
.nsearch-lant{ font-size:20px; font-weight:bold; margin-bottom:10px; color:#333333; }
.nsearch-main .news-sele{ width:100%; height:35px; line-height:35px; border:none; background:#fff url(/widget/newslist/8/nse_jt.png) no-repeat right; border-radius:0; margin-bottom:15px;}
.nsearch-main .news-sele ._arrow{ display:none;}
.nsearch-main .select-ui-choose-default-bottom.on{border-radius:0;}
.select-ui-options-default{ border-color:#f1f1f1 !important; }
.nsearch-main .news-inp{ width:82%; float:left;  height:35px; line-height:35px; background:#fff; border:none; padding:0; margin:0; text-indent:8px;}
.nsearch-main .news-btn{ width:18%; float:right; height:35px; line-height:35px; border:none; padding:0; margin:0; cursor:pointer; color:#fff; font-size:21px;}

.topnews a:hover,.topnews a:hover ._title { color:#0075c2; }
.topnews a:hover ._more { filter:alpha(opacity=80); opacity:0.8; }

/* pad横屏*/
@media only screen and (max-width:1024px) {

    .nsearch-main .news-sele { background:#fff; }

}

/*pad竖屏*/
@media only screen and (max-width:768px) {

    .topnews ._img { width:56%; }
    .topnews ._nr { width:38%; }
    .topnews, .news-search { padding-bottom:30%; }
    .topnews .arr_next { right:44%; }

}

/*mobile*/
@media only screen and (max-width:480px) {

    .topnews,.news-search { width:100%;}
    .news-search { height:auto; padding-bottom:0; margin-bottom:20px;}
    .topnews { padding-bottom:115%; }
    .topnews ._img,.topnews ._nr { width:100%; margin-right:0;}
    .topnews ._img a.rect-75 { height:200px; padding-bottom:0; text-align:center; }
    .topnews ._img img { width:auto; height:200px; margin:0 -100%; position:static;}
    .topnews ._nr { padding:0 4%; box-sizing:border-box; }
    .topnews .arrs { top:80px; margin-top:0; }
    .topnews .arr_next { right:0; }

}
.tab_neirong .tab_c{display: block}
.topnews .left_pic{width: 46.3%;}
/* newslist-7 start*/
.dl_list { margin-bottom:115px;margin-top: 60px; }
.dl_list li { clear:both; overflow:hidden; padding:6px 10px; height:68px; line-height:68px; position:relative;}
.dl_list ._time { width:12%; min-width:100px; float:left; font-family:Verdana; font-size:14px;}
.dl_list ._title { width:83%; font-weight:normal; font-size:16px; float:left; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.dl_list ._download { width:60px; height:40px; position:absolute; right:5%; top:23px; overflow:hidden;}
.dl_list ._download img { position:absolute; left:0; top:0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.dl_list ._download img._hover { display:none; }

.dl_list li:nth-child(odd),.dl_list li.odd { background-color:#f7f7f7; }

.dl_list li:hover a,.dl_list li:hover ._title,.dl_list li:hover ._time { color:#0075c2; }
.dl_list li:hover ._download img { display:none; }
.dl_list li:hover ._download img._hover { display:block; }

.page{font-size: 12px; color: #777777; text-align: center; margin-bottom: 60px;}
.page a,.page span { color: #777777;display: inline-block;border: 1px solid #cbcbcb;padding: 8px 20px;vertical-align: middle;margin: 0 5px 10px 5px;font-size: 15px;}
.page .goprev{}
.page i{margin: 0 10px;}
.page .gonext,.page .count {}
.page a:hover,.page span{color:#fff; background: #0075c2;}
.page span.goprev,.page span.gonext {color: #777777; background: none}
.page span.count { border: 0;background: 0;color: #777777;}
.num1, .num2, .num3{font-size: 66px;}
.animate_nums > ul > li{width: 20%;}
.xian3.num:after{display: none;}
.topnews .arr_next{right:53.7%; }
.index_pt2 .neirong_area .big_area .txt_mb .txt_box .entit{color: rgba(255,45,49,0.5)}
.index_pt2 .neirong_area .big_area .txt_mb .txt_box .dec{line-height: 2.0;}
.index_pt2 .neirong_area .big_area .txt_mb .txt_box .chtit{margin-bottom: 15px;}
.index_pt2 .neirong_area .big_area .txt_mb{background: rgba(0,0,0,0.4)}
.index{background: url("../img/index_bac_02.jpg")}
.index_pt3 .hg_area .hg_ul .hg_li .li_box .neirong_box .title{font-weight: normal}
.index_pt2 .neirong_area .big_area .txt_mb .txt_box .entit{font-family:swromnsregular }
.pageFooter .foot_bottom .weihu{margin-left: 3px;}
.pageFooter .foot_bottom .jerei{margin-right: 5px;}
.about_pt3 .fq_item .fq_mb{display: block}
.about_pt3 .fq_item.cur .fq_mb{display: none;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala{-webkit-perspective: 200px;
  perspective: 200px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;background: none;
z-index: -2;height: 0}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .xiala_box{height: 100%;background: rgba(255, 255, 255, 0.95);display: block;visibility:hidden;-webkit-transform-origin: top center;  -webkit-transform: rotateX(-30deg);  transform: rotateX(-30deg);  opacity: 0;  transition: all 0.3s ease;  -webkit-transition: all 0.3s ease;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.hover .xiala_box{visibility: visible;-webkit-transform: rotateX(0deg);transform: rotateX(0deg);opacity: 1;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.hover{z-index: 1;height: auto;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .xiala_box{padding-bottom: 49px;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .left_piclist .pro_item .type_name a{font-size: 16px;line-height: 16px;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .left_nav .nav_box .xiala_ul .xiala_li{font-size: 16px;transition: 0.3s all ease}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .left_nav .nav_box .xiala_ul .xiala_li:hover{background: #0075c2;color: #FFFFFF}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .left_nav .nav_box .xiala_ul .xiala_li:hover a{color: #FFFFFF}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .left_nav .nav_box .xiala_ul .xiala_li a{width: 100%;}
.rect-107.bottom_small{position: relative}
.rect-107.bottom_small .ck_mb2{position: absolute;width: 100%;height: 100%;left: 0;top: 100%;transition: 0.5s all ease;background: #f39700;color: #fff;}
.rect-107.top_small .ck_mb1{position: absolute;width: 100%;height: 100%;left: 0;top: 100%;transition: 0.5s all ease;background: #0075C2;color: #FFFFFF}
.rect-107.bottom_small:hover .ck_mb2{top: 0;}
.rect-107.top_small:hover .ck_mb1{top: 0;}
.rect-107.bottom_small .ck_mb2 .ck_mb_tit{font-size: 30px;font-weight: bold;margin-bottom: 5%}
.rect-107.bottom_small .ck_mb2 .ck_mb_dec{font-size: 14px;}
.rect-107.top_small .ck_mb1 .ck_mb_tit{font-size: 30px;font-weight: bold;margin-bottom: 5%}
.rect-107.top_small .ck_mb1 .ck_mb_dec{font-size: 14px;}
.rect-107.bottom_small .ck_mb2 .ck_mb_box{padding: 36% 0;}
.rect-107.top_small .ck_mb1 .ck_mb_box{padding: 36% 0;}
.xc_nav2 .fangzi{margin-bottom: -1px;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .left_piclist .pro_item .type_name a:hover{color: #d71519}
.banner .banner_area .slide_nav{margin-left: -33px;left: 50%;}
.about_pt3 .fq_item .fq_img{position: absolute;top: 0;left: 0;width: 600px;height: 419px;max-width: none;}
.about_pt3 .fq1{background: none}
.about_pt3 .fq2{background: none}
.about_pt3 .fq3{background: none}
.gongsi_part .pic_area .right_area .little_pic.lp3 .lp2_mb{background: rgba(215, 21, 25, 0.8)}
.content-42789 .pdet_form .ord_area{width: 87.7%!important;}
.about_pt3 .fq_area .wrap{overflow: hidden}
.content-42789 .pdet_form{background: #fff!important;}
.content-42789 .pdet_form .ord_inp,.content-42789 .pdet_form .ord_area{border: none!important;background: #f7f7f7!important;}
.content-42792 .Form-J1 .Form-J1-li select{width: 70%!important;;border: none!important;background: #f7f7f7!important;}
.content-42792 .Form-J1 .Form-J1-li input,.content-42792 .Form-J1 .Form-J1-li textarea{border: none!important;background: #f7f7f7!important;}
.content-42792 .Form-J1 .Form-J1-li textarea{width:69.2%!important;height:129px;}
.content-42792 .Form-J1{padding-top: 30px;}
.content-42791 .form-m1 .form-m1-li input,.content-42791 .form-m1 .form-m1-li textarea{;border: none!important;background: #f7f7f7!important;}
.content-42791 .form-m1 .form-m1-btn ._submit{width: 10%!important;
  height: auto!important;
  padding: 5px 0;
  display: inline-block;
  margin-right: 5%;
  border: none;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  background: #D71519!important;}
.content-42791 .form-m1 .form-m1-btn ._reset{width: 10%!important;
  height: auto!important;
  padding: 5px 0;
  display: inline-block;
  margin-right: 5%;
  border: none;
  border-radius: 3px;
  color: #FFFFFF;
  background: #0075C2!important;
  cursor: pointer;}
.content-42791 .form-m1 .form-m1-btn{padding-bottom: 40px;}
.content-42791 .form-m1{padding-top: 30px;}
.page{padding-top: 40px;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .left_piclist .pro_item .type_name a:hover .blue_jt{background: url("../img/red_jt.png")}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .guanyu_xiala .left_nav{width: 16.7%}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .guanyu_xiala .right_txt{width: 43.3%}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .guanyu_xiala .left_nav .xiala_ul{width: 100%;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .guanyu_xiala .left_nav .xiala_ul .xiala_ul_box{padding: 0 15px;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .guanyu_xiala .mid_pic{width: 40%}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .guanyu_xiala .mid_pic .pic_box{padding-left:15px;padding-right:20px;}
.index_pt2 .neirong_area .big_area .txt_mb .txt_box{padding-top: 75px;}
/*.pageFooter .foot_top .qk5 .qk5_box .foot_share .share_area .share_btn:hover{opacity: 0.8;}
.pageFooter .foot_top .qk5 .qk5_box .foot_share .share_area .share_btn{transition: 0.3s all ease;opacity: 1;}*/
.bdshare-button-style2-32 a{transition: none;-webkit-transition: none;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .mid_pic .pic_box{padding-bottom: 25px;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .left_nav .nav_box .xiala_ul .xiala_li{line-height: 40px;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .left_nav .nav_box{padding: 25px 20px 10px 5px}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .right_dinggou .dinggou_tit a{color: #000;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .right_dinggou .dinggou_tit a .blue_jt{background: url("../img/black_jt.png")}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .right_dinggou .dinggou_box{padding: 0 50px;position: relative}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .right_dinggou .dinggou_box:after{content: '';display: block;height: 191px;width: 1px;background: rgba(0,0,0,0.1);top: 29px;left: 15px;position: absolute}
.yingxiao .fuwu_tab{padding-top: 30px;}
.rencai{padding-top: 310px;}
.rencai_pt2 .rcptpm{padding-bottom: 40px;}
.xc_tongyong{padding-bottom: 40px;}
.xc_nav2{margin-bottom: 10px;}
.gongsi_part{padding: 30px; line-height:28px;}
.news_list .nl_pt1{padding-top: 10px;}
.nl_pt2{padding-bottom: 0;}
.dl_list{margin-bottom: 30px;}
.pro_list{padding-bottom: 0;}
.yingxiao .fuwu_tab{padding-top: 0;}
.content-42792 .Form-J1{padding-top: 0;}
.content-42792 .Form-J1 .Form-J1-Btn{padding-bottom: 0;}
.lianxi{padding-bottom: 0;}
.honor_tab .ht_box{padding:29px 30px;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .left_piclist{padding-bottom: 49px;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala.product_xiala .xiala_box{padding-bottom: 0;}
.widget-newsdetail-8 ._tools .share:hover, .widget-newsdetail-8 ._tools .print:hover{background-color: #0075c2}
.job_bottom .rcptpm{padding-bottom: 0;}
.pageFooter .foot_bottom .fb_right{padding-right: 30px;}
.pageFooter .foot_bottom .banquan{padding-left: 30px;}
.Validform_wrong{position: absolute;
  top: 10px;
  right: 50px;}
.content-42792 .Form-J1 .Form-J1-li{position: relative}
.content-42792 .Form-J1 .Form-J1-li .Validform_wrong{position: absolute;
  top: 14px;
  right: 150px;}
.content-42791 .form-m1 .form-m1-li{position: relative}
.content-42791 .form-m1 .form-m1-li .Validform_wrong{position: absolute;
  top: 14px;
  right: 150px;}
.about{padding-bottom: 0;}
.pageHeader .nav_bottom .right_tubiao .sousuo{width: 20px;height: 20px;background-size: cover;vertical-align: -35px;}
.pageHeader .nav_bottom .right_tubiao .lan{width: 20px;height: 20px;background-size: cover;vertical-align: -35px;}
.honor_tab .ht_box .right_tab .rt_box{padding-left: 44%;}
.honor_tab .ht_box .right_tab .rt_box{padding-top: 22px;}
.honor_tab .ht_box .right_tab .rt_box .tab_t.btn1 .tab_cp{background-position: -39px 0;}
.pageHeader .nav_bottom .right_tubiao .lan{display: none;}
.about_pt3 .fq_item .fq_mb{background: rgba(0,0,0,0.5)}
.about_pt3 .fq_item .bl_txt{z-index: 1;}
.pageHeader .nav_bottom .main_nav .nb_ul .nb_li .xiala .right_txt .right_txt_box .more:hover{background: #0075c2;color: #FFFFFF  }
.pro_hg .li_box .ck_mb .mb_box .ck_btn:hover{background: #ffffff;color: #0075c2}
.nl_pt1 .mid_news .more a:hover{opacity: 0.8}
.product_pt2 .pt2_qk3 .qs_area .search_btn:hover{opacity: 0.8}
.rencai .rencai_pt1 .rcpt1_left .rcpt1_left_box .top_area .top_item1 .more:hover,.rencai .rencai_pt1 .rcpt1_left .bottom_box .more:hover,.rencai .rencai_pt1 .rcpt1_right .rcpt1_on .more:hover,.rencai_pt2 .rept2n_right .jianli:hover{background: #FFFFFF;color: #000000}
.rencai .rencai_pt1 .rcpt1_left .rcpt1_left_box .top_area .top_item2 .more:hover{background: #8494b3;color:#ffffff}
.rencai_pt2 .rcptpm{padding-bottom: 0;}
.rencai .rencai_pt1 .rcpt1_left .rcpt1_left_box .top_area .top_item1 .more:hover:hover{color: darkorange}
.pageHeader .nav_top .top_xuanze .xuanze_box .xuanze_btn a:hover{background: #d71519}
.rencai .rencai_pt1 .rcpt1_left .bottom_box .more:hover{color: #313541}
.rencai_pt2 .rept2n_right .jianli:hover{color: #515B67}
.about_pt4 .pt4_btn .pt4_a:hover{opacity: 0.8}
.pro_detail .tab_neirong .span-2{height: 1px;}
body{overflow: hidden}
.ps_sections04{position: relative;overflow: hidden;;background-color: #fff;}
.ps_sections04 .biaoti_ {padding:50px 0 35px;}
.ps_sections04 .biaoti_ .title{font-size: 26px;color:#000;text-align: left;font-weight: bolder;}
.ps_sections04 .sg_list{height: 356px;overflow: hidden;position: relative;}
.ps_sections04 .sg_list ul li{position: relative;overflow: hidden;}
.ps_sections04 .sg_list ul li ._mask{position: absolute;width:100%;height: 100%;left:0;top:100%;
  background:url(../img/images/black777_03.png) repeat;transition: all .5s ease;}
.ps_sections04 .sg_list ul li ._mask img{position: absolute;left:50%;top:28%;margin-left: -24px;
  margin-top: -24px;}
.ps_sections04 .sg_list ul li:hover ._mask{top:0;}
.ps_sections04 .sg_list ul li .info_{height: 68px;background-color: #ecf1f4;line-height: 68px;}
.ps_sections04 .sg_prev {
  left: 10px;
  background-position: left bottom;
}
.ps_sections04 .sg_arrs {
  position: absolute;
  top: 53%;
  margin-top: -25.5px;
  width: 37px;
  height: 71px;
  overflow: hidden;
  background: url(../img/iarr.png) 0px -71px no-repeat;
  z-index: 3;
}
.ps_sections04 .sg_next {
  right: 10px;
  background-position: right bottom;
}
.ps_sections04 .sg_prev:hover{ background-position: left top;}
.ps_sections04 .sg_next:hover{background-position: right top;}
.content-42789 .pdet_form .ord_inp,.content-42791 .form-m1 .form-m1-li input,.content-42792 .Form-J1 .Form-J1-li input,.content-42792 .Form-J1 .Form-J1-li select{height: 40px!important;line-height: 40px!important;}
.product_pt2 .pt2_qk1 .txt_area:hover{background:#f1f1f1 }
.product_pt2 .pt2_qk2 .txt_area:hover{background: #f1f1f1}
/*20170215*/
.product_pt2 .pt2_qk .rect-654 img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.rect-107.bottom_small .ck_mb2,.rect-107.top_small .ck_mb1{top:0;}
.rect-107.top_small .ck_mb1 .ck_mb_box .l_title{font-size: 20px;}
.rect-107.top_small .ck_mb1{transition: 0.2s all ease}
.rect-107.top_small .ck_mb1{background: rgba(215,21,25,1)}
.rect-107.top_small:hover .ck_mb1{background: rgba(0,0,0,0.1)}
.rect-107 .pt_area img{transition: 0.5s all ease}
.rect-107.top_small:hover .pt_area img{transform: scale(1.1,1.1)}
.map_area{width: 100%;}
.ysgz .album_ordinary .slide_c img{max-height: 550px;}
/*20170313*/
.content-42791 .form-m1 .form-m1-li .Validform_wrong{top: 21px;}
.content-42791 .form-m1 .form-m1-li input,.content-42791 .form-m1 .form-m1-li textarea{width: 78%!important;}
.content-42791 .form-m1 .form-m1-li .Validform_wrong{right: 70px;}
.content-42791 .form-m1 .form-m1-li input._yzm{width: 20%!important;}
.ysgz .album_ordinary .slide_c img{max-height: 500px;}
.product_pt2 .pt2_qk3 .qs_area{position: relative;z-index: 1}
.product .product_pt2 .pt2_qk3 .txt_area{position: relative;z-index: 0;}
/*20170316*/
.right_piaofu{position: fixed;right: 0;top: 250px;width: 72px;border-top: 1px solid #DDDDDD;border-left: 1px solid #DDDDDD;border-right: 1px solid #DDDDDD;transition: 0.3s all ease}
.right_piaofu.hid{right: -74px;}
.right_piaofu>a{float: left}
.right_piaofu .qq_lianxi{display: inline-block;width: 72px;height: 76px;background: url("../img/qq_lianxi.jpg");border-bottom: 1px solid #DDDDDD}
.right_piaofu .jxs_net{display: inline-block;width: 72px;height: 76px;background: url("../img/jxs_net.jpg");border-bottom: 1px solid #DDDDDD}
.right_piaofu .go_top{display: inline-block;width: 72px;height: 76px;background: url("../img/go_top.jpg");border-bottom: 1px solid #DDDDDD}
.right_piaofu .kuaijie_btn{position: absolute;left: -35px;top: 0;width: 34px;height: 107px;display: inline-block;background: url("../img/kuaijie_btn.jpg")}

.yingxiao .tab_t{width: 25%;text-align: center;font-size: 19px;font-weight: bold;color: #000000;background: #EAEAEA;position: relative}
.yingxiao .fuwu_tab .yxtb_box{height: 80px;line-height: 80px;}
.yingxiao .tab_t.cur{background: #0075C2;color: #ffffff;}
.yingxiao .tab_t.cur:after{content: "";display: block;width: 20px;height: 13px;background: url("../img/yx_sanjiao.png");position: absolute;left: 50%;margin-left: -10px;top: 100%;}
.right_piaofu{z-index: 99}
.rencai_pt2 .rcptpm{font-weight: bold;font-size: 16px;}
.pro_detail_banner .left_txt .down{font-size: 16px;color: #5a5a5a;margin-top: 15px;}
.pro_detail_banner .left_txt .down .down_png{display: inline-block;width: 15px;height: 15px;background: url("../img/down.png");margin-right: 10px;vertical-align: -1px;margin-left: 16px;}
.pro_detail_pt1 .tab_btn_area .tab_btn{font-size: 20px;font-weight: bold;position: relative;top: 12px;}
.pro_detail_pt1 .tab_btn_area .tab_btn.tab_t_cur{padding: 24px 0;top: 0}


.content-42792 .Form-J1 .Form-J1-li input, .content-42792 .Form-J1 .Form-J1-li textarea,.content-42792 .Form-J1 .Form-J1-li select{background: #EfEfEf!important}
.content-42792 .Form-J1 .Form-J1-li input,select#sexType,.content-42792 .Form-J1 .Form-J1-li textarea{box-sizing: border-box;border: 1px solid #0075c2!important;}
.content-42792 .Form-J1 .Form-J1-li textarea{width: 69.9%!important;}
.ysgz .album_ordinary .slide_c img{max-height: 400px;}


/*171225*/
.index_pt3 .hg_area.new_hgarea{width:100%; height:475px;}
.index_pt3 .hg_area.new_hgarea .hg_ul .hg_li .li_box{height:auto; padding-bottom:0;}
.index_pt3 .hg_area.new_hgarea a{display:block;}
.index_pt3 .hg_area.new_hgarea .img_box{margin-bottom:20px;}
.index_pt3 .hg_area.new_hgarea .hg_ul .hg_li .li_box .neirong_box .title{margin-bottom:10px;height: 56px;}

/*首页-ipart03*/
.index_pt3 {
  padding-top: 45px;
}
.index_pt3 .neirong_area:after {
  content: '';
  display: table;
  clear: both;
}
.index_pt3 .neirong_area .big_area {
  width: 50%;
}
.index_pt3 .neirong_area .big_area.big_area1 {
  float: left;
}
.index_pt3 .neirong_area .big_area.big_area2 {
  float: right;
}
.index_pt3 .neirong_area .big_area .txt_mb {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.index_pt3 .neirong_area .big_area .txt_mb .txt_box {
  padding-top: 105px;
  padding-left: 85px;
  text-align: left;
}
.index_pt3 .neirong_area .big_area .txt_mb .txt_box .entit {
  font-size: 24px;
  color: #ff2d31;
}
.index_pt3 .neirong_area .big_area .txt_mb .txt_box .chtit {
  font-size: 24px;
  color: #FFFFFF;
}
.index_pt3 .neirong_area .big_area .txt_mb .txt_box .dec {
  color: #FFFFFF;
}
.index_pt3 .neirong_area .small_area {
  width: 25%;
  float: left;
}






.index_pt3 { padding-bottom:55px; }
.index_pt3_lt_row { text-align:left;z-index: 33; }
.index_pt3_lt_row > li ._down { padding:7% 9% 12% 9%; background-color:#f7f7f7; }
.index_pt3_lt_row > li ._down ._tt { text-align:left; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.index_pt3_lt_row > li.index_pt3_lt_row_li01 ._msk { position:absolute; top:0; left:0; right:0; bottom:0; background-image:url(../img/iprt04_03.png); background-repeat:no-repeat; background-position:center center; }
.index_pt3_lt_row > li.index_pt3_lt_row_li01 ._down { position:relative; color: #8c8c8c; font-size:14px; }
.index_pt3_lt_row > li.index_pt3_lt_row_li01 ._down .arr_link { content:''; display:block; position:absolute; top:50%; right:9%; margin-top:-11px; width:25px; height:50px; background:url(../img/iprt04_02.png) center center no-repeat; }
.index_pt3_lt_row > li.index_pt3_lt_row_li01 ._down ._tt { margin-bottom:2px; font-size:18px; color:#000000; }
.index_pt3_lt_row > li.index_pt3_lt_row_li01 ._down ._tool { position:relative; float:left; margin-right:14px; font-size:13px; line-height:20px; color:#b1b1b1; }
.index_pt3_lt_row > li.index_pt3_lt_row_li01 ._down ._tool._view { padding-left:26px; }
.index_pt3_lt_row > li.index_pt3_lt_row_li01 ._down ._tool._view:after { content:''; display:block; position:absolute; top:0; left:0; width:20px; height:20px; background-image:url(../img/iprt04_01.png); background-repeat:no-repeat; }
.bdsharebuttonbox.bdshare-button-style0-16 a, .bdsharebuttonbox.bdshare-button-style0-16 .bds_more { width:20px; height:20px; background-image:url(../img/iprt04_01.png); background-repeat:no-repeat; background-position:-20px 0; }
.index_pt3_lt_row > li.iprt03_lt_row_li01 ._down ._tool._share .bds_more { width:20px; height:20px; background-image:url(../img/iprt04_01.png); background-repeat:no-repeat; background-position:-20px 0; }
.bdsharebuttonbox.bdshare-button-style0-16 a, .bdsharebuttonbox.bdshare-button-style0-16 .bds_more { margin-top:0; }
.index_pt3_lt_row > li.iprt03_lt_row_li02 ._msk { position:absolute; left:0; bottom:0; width:57.5%; height:34px; line-height:34px; font-size:14px; text-align:center; color:#ffffff; background:rgba(0,72,157,.90); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e600489d,endcolorstr=#e600489d); }
.index_pt3_lt_row > li.index_pt3_lt_row_li02 ._down ._tt { margin-bottom:2px; font-size:18px; color:#000000; }
.index_pt3_lt_row > li.index_pt3_lt_row_li02 ._down ._date { margin-bottom:4px; font-size:12px; color:#8c8c8c; }
.index_pt3_lt_row > li.index_pt3_lt_row_li02 ._down { font-size:14px; color:#8c8c8c; }

.index_pt3 .b_wrap li { margin-bottom:15px; padding-top:17px; background-color:#f7f7f7; }
.index_pt3 .b_wrap li:hover { background-color:#318ecd; }
.index_pt3 .b_wrap li:hover .xw_date_l{ color:#fff;}
.index_pt3 .b_wrap li:hover .xw_date_r .p{ color:#fff;}
.index_pt3 .b_wrap li:hover .xw_date_r .h3{ color:#fff;}
.index_pt3 .b_wrap li .xw_date_l{ position: relative; width:25%; font-family:Arial,sans-serif; text-align: right; color:#8c8c8c;}
.index_pt3 .b_wrap li .xw_date_l strong{font-size:35px;position:absolute;right:24px;top:15px;display: block;font-weight: normal;}
.index_pt3 .b_wrap li .xw_date_l span{font-size:16px;position: absolute;right:24px;display: block;}
.index_pt3 .b_wrap li .xw_date_r .h3{ font-weight:normal; font-size: 17px;color: #464646;}
.index_pt3 .b_wrap li .xw_date_r .p{font-size: 13px;margin-top:8px;line-height: 22px;padding-bottom: 16px; color:#666666; }
.index_pt3 .b_wrap li .xw_date_r{width:75%;text-align: left;}
.index_pt3 { overflow:hidden; }
.index_pt3 .b_wrap li .xw_date_r { padding-right:3.3%; width:71.7%; }




.iprt03_lt_row { text-align:left;z-index: 33; }
.iprt03_lt_row > li ._down { padding:15px 9% 15px 9%; background-color:#f7f7f7; }
.iprt03_lt_row > li ._down ._tt { text-align:left; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.iprt03_lt_row > li.iprt03_lt_row_li01 ._msk { position:absolute; top:0; left:0; right:0; bottom:0; background-image:url(../img/iprt04_03.png); background-repeat:no-repeat; background-position:center center; }
.iprt03_lt_row > li.iprt03_lt_row_li01 ._down { position:relative; color: #8c8c8c; font-size:14px; }
.iprt03_lt_row > li.iprt03_lt_row_li01 ._down .arr_link { content:''; display:block; position:absolute; top:50%; right:9%; margin-top:-11px; width:25px; height:50px; background:url(../img/iprt04_02.png) center center no-repeat; }
.iprt03_lt_row > li.iprt03_lt_row_li01 ._down ._tt { margin-bottom:2px; font-size:18px; color:#000000; }
.iprt03_lt_row > li.iprt03_lt_row_li01 ._down ._tool { position:relative; float:left; margin-right:14px; font-size:13px; line-height:20px; color:#b1b1b1; }
.iprt03_lt_row > li.iprt03_lt_row_li01 ._down ._tool._view { padding-left:26px; }
.iprt03_lt_row > li.iprt03_lt_row_li01 ._down ._tool._view:after { content:''; display:block; position:absolute; top:0; left:0; width:20px; height:20px; background-image:url(../img/iprt04_01.png); background-repeat:no-repeat; }
.bdsharebuttonbox.bdshare-button-style0-16 a, .bdsharebuttonbox.bdshare-button-style0-16 .bds_more { width:20px; height:20px; background-image:url(../img/iprt04_01.png); background-repeat:no-repeat; background-position:-20px 0; }
.iprt03_lt_row > li.iprt03_lt_row_li01 ._down ._tool._share .bds_more { width:20px; height:20px; background-image:url(../img/iprt04_01.png); background-repeat:no-repeat; background-position:-20px 0; }
.bdsharebuttonbox.bdshare-button-style0-16 a, .bdsharebuttonbox.bdshare-button-style0-16 .bds_more { margin-top:0; }
.iprt03_lt_row > li.iprt03_lt_row_li02 ._msk { position:absolute; left:0; bottom:0; width:57.5%; height:34px; line-height:34px; font-size:14px; text-align:center; color:#ffffff; background:rgba(0,72,157,.90); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e600489d,endcolorstr=#e600489d); }
.iprt03_lt_row > li.iprt03_lt_row_li02 ._down ._tt { margin-bottom:2px; font-size:18px; color:#000000; }
.iprt03_lt_row > li.iprt03_lt_row_li02 ._down ._date { margin-bottom:4px; font-size:12px; color:#8c8c8c; }
.iprt03_lt_row > li.iprt03_lt_row_li02 ._down { font-size:14px; color:#8c8c8c; }

/*图片*/
.rect-60 { padding-bottom:60%; }
.rect-66 { padding-bottom:66%; }
.rect-72 { padding-bottom:72%; }
.rect-81 { padding-bottom:81%; text-align:center}
.rect-112 { padding-bottom:112%; }


.page_footer{width:100%;background:url(/images/foot_bg.jpg) no-repeat center; left:0;bottom:0;z-index:1;background-size: cover;}
.footer_top{padding:40px 0px;}
.footer_top_l{width:70%;}
.footer_top_l dl{padding:0 7%;border-right: 1px solid rgba(255,255,255,0.2);min-height:213px;}
.footer_top_l dt{font-size:16px;color:#5ca9e3;margin-bottom: 10px;}
.footer_top_l dd{color:#c8c9ca; line-height:1.8; font-size:14px;}
.footer_top_l .dl1{overflow:hidden;width:32%;padding:0;}
.footer_top_l .dl1 dd{float:left;width:50%;}
.footer_top_r{width:27.2%;color:#c8c9ca;}
.footer_top_r .ewm_box{width:50%;}
.footer_top_r .ewm_list{width:44%; padding-top:10px;}
.footer_top_r dl{border-top: 1px solid #383838;margin-top:6px;padding-top:6px;cursor:pointer;}
.footer_top_r dl:first-child{border:none;margin:0;padding:0;}
.footer_top_r dd{font-size:12px;}
.footer_bar{width:100%;background:url(/images/black.2.png) repeat;font-size:13px;padding:10px 0px;color:#8a8c8d;line-height:30px;}
.footer_bar .bdshare-button-style0-16 a{width:30px;height:30px;background:url(../img/footer_share_ico.png) no-repeat;padding:0;margin:0;margin-left: 14px;}
.footer_bar img { vertical-align:middle;}
.footer_bar .bdshare-button-style0-16 .bds_weixin{background-position:-30px 0px;}
.footer_bar .bdshare-button-style0-16 .bds_tsina{background-position:-60px 0px;}
.footer_bar .bdshare-button-style0-16 .bds_tsina:hover{background-position:-60px -30px;}
.footer_bar .bdshare-button-style0-16 .bds_weixin:hover{background-position:-30px -30px;}
.footer_bar .bdshare-button-style0-16 .bds_sqq:hover{background-position:0px -30px;}



.head_tools { width: 45%; padding-top: 2%;}
.head_tools li{ float: left; width: 20%; position: relative; text-align: center; font-size: 13px; color: #333; line-height:22px;}
.head_tools li .ico{ display: inline-block; width: 20px; height: 15px; background: url(/images/head_tools_ico.png) no-repeat; margin-right: 3px;}
.head_tools li .ico2{ background-position: -20px 0; }
.head_tools li .ico3{ background-position: -43px 0; }


.head_tools li:first-child{ width: 45%; }
.head_tools li:first-child span{ font-size: 18px; color: #bf000f; font-weight: bold; }
.head_tools li:last-child{ width: 20%; }
.head_tools li:after{ content: ""; position: absolute; width: 1px; height: 10px; right: 0; top: 6px; background: #d7dadd }
.head_tools li:last-child:after{ display: none; }
.head_tools li:last-child b{ border-width: 6px; border-color: #c2cbd1 transparent transparent transparent; border-style: solid; display: inline-block; vertical-align: middle; margin-left: 5px; }
.head_tools li .link_box{display: none; position: absolute; top: 120%; left: 0; width: 100%; background: #eee; padding: 0 3%; border-top: 1px solid #bf000f ;}
.head_tools li .link_box a{ border-bottom: 1px dotted #d0d0d0; display: block; line-height: 40px;}


.nl_pt2 .bottom ul li { padding-top:20px; padding-left:2.4%; padding-right:2.4%; width:27.4%; }
.nl_pt2 .bottom ul li:hover .info_ ._mask { margin-top:78%; }
.nl_pt2 .bottom ul li .mask_ { margin-top:10px; }



.nl_pt2 .bottom{padding:20px 0 0;}
.nl_pt2 .bottom ul li{position: relative;background-color: #f4f4f4;padding:62px 3.5% 24px 3.5%;width:25%;float:left;margin-right:1%;overflow: hidden;margin-bottom: 20px;}
.nl_pt2 .bottom ul li .rect-70{overflow: visible;}
.nl_pt2 .bottom ul li .mask_{    margin-top: 45px;
    border-top: 1px solid #e7e7e7;
    text-align: center;
}
.nl_pt2 .bottom ul li .mask_ .title{font-size: 16px;color:#000000;margin-bottom: 16px;margin-top: 40px;}
.nl_pt2 .bottom ul li .mask_ .p{font-size: 14px;color:#5a5a5a;}
.nl_pt2 .bottom ul li .info_{width:100%;height: 100%;position:absolute;left:0;top:100%;opacity:0;
filter: alpha(opacity=0);transition: all .3s ease;background-color: rgba(0,0,0,.3)}
.nl_pt2 .bottom ul li:hover .info_{top:0;opacity:1;filter:alpha(opacity=100);}
.nl_pt2 .bottom ul li .info_ ._mask{margin-top: 357px;text-align: center;transition-delay: .2s;
    -webkit-transition-delay: .2s;}
	
.nl_pt2 .bottom ul li .info_ .more_ico { display:block; position:absolute; left:50%; top:42%; margin-top:-34px; margin-left:-34px; width:68px; height:68px; background:url(/images/dingzhi_xiao_03_black.png) 0 0 no-repeat; }
 


.nl_pt2 .bottom ul li .info_  img{
         position: absolute;
    left: 50%;
    margin-top: -34px;
    top: 42%;
    margin-left: -34px;}
.nl_pt2 .bottom ul li .info_ ._mask .title{font-size: 16px;color:#fff;margin-bottom: 16px;}
.nl_pt2 .bottom ul li .info_ ._mask .p{font-size: 14px;    color: #fff;}

.nl_pt2 .bottom ul li:hover .info_ ._mask{margin-top: 357px;text-align: center;transition-delay: .2s;
    -webkit-transition-delay: .2s;}
.nl_pt2 .bottom ul li:hover .info_ ._mask img{
         position: absolute;
    left: 50%;
    margin-top: -34px;
    top: 42%;
    margin-left: -34px;}
.nl_pt2 .bottom ul li:hover .info_ ._mask .title{font-size: 16px;color:#fff;margin-bottom: 16px;}
.nl_pt2 .bottom ul li:hover .info_ ._mask .p{font-size: 14px;    color: #fff;}

.nl_pt2 .spinner{margin-top: 70px;width:100%;}
.nl_pt2 .spinner  ._down_more .loading {
    width: 20px;
    height: 20px;
    background: url(../img/loading2.gif) no-repeat center;
    display: none;
    background-size: 100% 100%;
    position: absolute;
    left: 75%;
    top: 11px;
}
.nl_pt2 .spinner ._down_more{
       height: 42px;width:20%;position:relative;
    line-height: 42px;
    border: 1px solid #cbcbcb;
    font-size: 14px;font-weight: bold;color:#000;display:block;margin-left: 40%;
}
.nl_pt2 .spinner ._down_more p{margin-left: 20%;}
.nl_pt2 .spinner ._down_more .bg_img{
        margin-top: 15px;
    margin-left: 20%;
}
.nl_pt2 .spinner.cur ._down_more .bg_img{display:none;}
.nl_pt2 .spinner.cur  ._down_more .loading{display:inline-block;}


 
.nl_pt2 .item {cursor:pointer;margin-top:10px; }
.nl_pt2 .item ._item_top { position:relative; overflow:hidden; }
.nl_pt2 .item{margin-bottom: 40px;}
.nl_pt2 .item ._pic { height:0; overflow:hidden; padding-bottom:74.5%; text-align:center; background-color:#eeeeee;}
.nl_pt2 .item ._pic img { -webkit-transition-delay:0.4s; transition-delay:0.4s; }
.nl_pt2 .item ._mask{ position:absolute; top:100%; left:0; width:100%; height:100%; opacity:0;  -webkit-transition:all 0.3s ease; transition:all 0.3s ease;background:rgba(0, 117, 194, 0.4);}
.nl_pt2 .item ._mask .bg_img{position: absolute;left:50%;margin-left: -34px;top:50%;
margin-top: -34px;}
.nl_pt2 .item:hover ._mask { top:0; opacity:1; -webkit-transition-delay:0.1s; transition-delay:0.1s; }
.nl_pt2 .item ._item_down {padding: 10px 10% 10px 9%;background-color: #aaaaaa; -webkit-transition:all 0.3s ease; transition:all 0.3s ease; }
.nl_pt2 .item:hover ._item_down { background-color:#0075c2; }
.nl_pt2 .item ._name { height:1.6em; overflow:hidden; margin-bottom:13px; font-size:16px; line-height:2; color:#ffffff; }
.nl_pt2 .item ._time { font-size:12px; color:#ffffff; }
 
 
 
.nl_pt2 .widget-newsdetail-2 ._head { border-bottom: 1px dotted #cccccc; }
.nl_pt2 .widget-newsdetail-2 ._head ._title { font-size:28px; line-height: 1.4;color:#000;font-weight:bold;margin-bottom:30px;}
.nl_pt2 .widget-newsdetail-2 span {color: #c7c7c7;height:46px;line-height:46px;padding:10px 0px 30px;margin-right: 1%;}
.nl_pt2 .widget-newsdetail-2 .ion { font-size: 16px; font-weight: normal;}
.nl_pt2 .widget-newsdetail-2 .span ._tool{display: inline-block; vertical-align: middle;margin-right:24px;}
.nl_pt2 .widget-newsdetail-2 .span ._b2l .ion { color: #0e90d2;}
.nl_pt2 .widget-newsdetail-2 .myart { padding:50px 0;}
.nl_pt2 .widget-newsdetail-2 ._detailPage_bottom {border-top: 1px solid #cccccc;}
.nl_pt2 .widget-newsdetail-2 ._detailPage_bottom li {line-height: 60px; overflow: hidden; height: 60px;border-bottom: 1px solid #cccccc;font-size:16px;padding-right:28px;}
.nl_pt2 .widget-newsdetail-2 ._detailPage_bottom ._mark { float: left; margin-right:25px;padding:0px 28px;color:#7c7c7c;}
.nl_pt2 .widget-newsdetail-2 ._detailPage_bottom ._title { float:left; width: 68%;color:#000;}
.nl_pt2 .widget-newsdetail-2 ._detailPage_bottom li:hover ._mark{background-color:#027ac8;color:#fff;}
.nl_pt2 .widget-newsdetail-2 ._detailPage_bottom ._time { float: right;font-size:13px;color:#969696;}
.nl_pt2 .widget-newsdetail-2 .bdsharebuttonbox{margin-right:24px;}
.nl_pt2 .widget-newsdetail-2 .bdsharebuttonbox .bds_more { float: none; padding-left: 2px;background: none;font-size:14px;color:#c7c7c7;}


@media only screen and (max-width: 1240px) {

	.page_footer{position:static;}
    .footer_top_l dl{padding:0 5%;}
}

@media only screen and (max-width: 760px) {
   .footer_top{display:none;}
   .head_tools{ display: none; }
   .pageHeader .nav_top .wrap { padding-top:0px;}
   
   
.nl_pt2 .bottom ul li .info_{display:none;}
.nl_pt2 .bottom ul li:hover .mask_{opacity: 1;}
.nl_pt2 .bottom ul li{width:100%;padding:0;margin:0;margin-bottom:20px;}
.nl_pt2 .bottom ul li .mask_{margin-top:0;border:none;padding:14px 0px;}
.nl_pt2 .bottom ul li .mask_ .title{margin:0;}
.nl_pt2 .job-sear{margin-bottom:20px;}
.nl_pt2 .bottom{padding:0;}
.gongsi_part{padding: 10px; line-height:25px;}
.banner li video{ display: none; }
}
/*====================================================================================================*/
/*pro_detail*/
.rect-61{padding-bottom:75%;}
.pro_detail{padding-bottom:0;}
.pro_detail .pt1 {margin-bottom:60px;}
.pro_detail .pt1 .l_box{width:50%;}
.pro_detail .pt1 .r_box{width:46%;}
.pro_detail .pt1 .bigimg{border:1px solid #b6b6b6; margin-bottom:20px;}
.pro_detail .pt1 .smalimg li{cursor:pointer; opacity:0.7;}
.pro_detail .pt1 .smalimg li.cur{opacity:1;}
.pro_detail .pt1 .smalimg .bor{border:1px solid #b6b6b6;}
.pro_detail .pt1 .r_box .title{font-size:28px; color:#000; line-height:1; margin-bottom:25px;font-weight:normal;}
.pro_detail .pt1 .r_box .title span{color:#fcba0e; margin-right:15px; }
.pro_detail .pt1 .r_box .params_box{padding:25px 10px 15px; margin-bottom:20px; background:url(../img/pro_bg.jpg) repeat;}
.pro_detail .pt1 .r_box .params_box li{padding-bottom:20px; float:left;}
.pro_detail .pt1 .r_box .params_box li.short{width:100%;}
.pro_detail .pt1 .r_box .params_box li.long{width:55%; border-left:1px solid #fff;}
.pro_detail .pt1 .r_box .params_box li.short .t{padding-left:0px;}
.pro_detail .pt1 .r_box .params_box li.short .v{padding-left:0px;}
.pro_detail .pt1 .r_box .params_box li.long .t{padding-left:60px;}
.pro_detail .pt1 .r_box .params_box li.long .v{padding-left:60px;}
.pro_detail .pt1 .r_box .params_box  .t{font-size:18px; color:#000;}
.pro_detail .pt1 .r_box .params_box  .v{font-size:18px; color:#464646; line-height:40px;}
.pro_detail .pt1 .r_box .other {margin-bottom:30px;}
.pro_detail .pt1 .r_box .other .tit{font-size:18px; color:#4f4f4f; margin-right:15px;}
.pro_detail .pt1 .r_box .other .c{font-size:15px; color:#4f4f4f;}
.pro_detail .pt1 .r_box .btn_box {margin-bottom:30px;}
.pro_detail .pt1 .r_box .btn_box a{display:block; width:80%; margin-right:3%; line-height:50px; border:3px solid #fed100; font-size:24px; color:#000000;float:left; text-indent:9%;}
.pro_detail .pt1 .r_box .btn_box a i{width:8px; height:15px; background:url(../img/jtr.png) center center no-repeat; margin-left:20px; vertical-align:0;}
.pro_detail .pt1 .r_box .btn_box a:hover{background:#fed100;}
.pro_detail .pt1 .r_box .telline .t{font-size:15px; color:#000; margin-right:10px;}
.pro_detail .pt1 .r_box .telline .num{font-size:35px; font-family:Impact; color:#fcba0e; margin-right:40px;}
.pro_detail .pt1 .r_box .telline .smore{font-size:22px; color:#4f4f4f; cursor:pointer;}
.pro_detail .pt1 .r_box .telline .smore:hover{color:#fed100;}
.pro_detail .pt1 .r_box .telline .smore i{font-size:24px; color:#fed100;}
.pro_detail .pt2{margin-bottom:60px;}
.pro_detail .pt2 .targets li{width:25%; padding:20px 0; background:#949494; position:relative; cursor:pointer;}
.pro_detail .pt2 .targets li:before{content:'';position:absolute;right:0;width:3px; height:100%; background:#fff; top:0;}
.pro_detail .pt2 .targets li:after{content:''; position:absolute; left:50%;top:100%; border-left:10px solid transparent; border-right:10px solid transparent; border-top:10px solid #fdd000; margin-left:-10px; display:none;}
.pro_detail .pt2 .targets li .tb{width:35px; height:35px; margin:0 auto 10px; background:url(../img/pro_icons.png) no-repeat;}
.pro_detail .pt2 .targets li .name{font-size:17px; color:#fff; text-align:center;}
.pro_detail .pt2 .targets li:hover .name{color:#000;}
.pro_detail .pt2 .targets li:hover{background:#fdd000;}
.pro_detail .pt2 .targets li:hover:after{display:block;}
.pro_detail .pt2 .targets li.active .name{color:#000;}
.pro_detail .pt2 .targets li.active{background:#fdd000;}
.pro_detail .pt2 .targets li.active:after{display:block;}
.pro_detail .pt2 .targets .li1 .tb{background-position:0 0;}
.pro_detail .pt2 .targets .li1:hover .tb{background-position:0 -35px;}
.pro_detail .pt2 .targets .li1.active .tb{background-position:0 -35px;}
.pro_detail .pt2 .targets .li2 .tb{background-position:-35px 0;}
.pro_detail .pt2 .targets .li2:hover .tb{background-position:-35px -35px;}
.pro_detail .pt2 .targets .li2.active .tb{background-position:-35px -35px;}
.pro_detail .pt2 .targets .li3 .tb{background-position:-70px 0;}
.pro_detail .pt2 .targets .li3:hover .tb{background-position:-70px -35px;}
.pro_detail .pt2 .targets .li3.active .tb{background-position:-70px -35px;}
.pro_detail .pt2 .targets .li4 .tb{background-position:-105px 0;}
.pro_detail .pt2 .targets .li4:hover .tb{background-position:-105px -35px;}
.pro_detail .pt2 .targets .li4.active .tb{background-position:-105px -35px;}
.pro_detail .pt3 .section {margin-bottom:30px;}
.pro_detail .pt3 .section.s3{margin-bottom:0;}
.pro_detail .pt3 .s1 .bjk .img{float:right; margin: 0 0 30px 30px;}
.pro_detail .part3 { padding-top:20px;}
.pro_detail .part3 .t{font-size:23px; color:#000; line-height:1; margin-bottom:20px; font-weight:bold;}
.pro_detail .pt3 .s3 .t .more{float:right; font-size:15px; color:#595757; font-weight:normal;}
.pro_detail .pt3 .s3 .t .more:hover{color:#fed100;}
.pro_detail .pt3 .s3 .t .more i{width:14px; height:14px; background:url(../img/jia.jpg) center center no-repeat; margin-left:7px; vertical-align:-2px;}
.pro_detail .pt3 .s3{padding:40px 0 30px; background:#eaeaea;}
.pro_detail .pt3 .s3 li .tit{font-size:15px; color:#000; line-height:40px;}
.pro_detail .pt3 .s3 li a{display:block;}
.pro_detail .pt3 .s3 li a:hover .tit{color:#fed100;}
.pro_detail .pt3 .table-responsive{position:relative; overflow:hidden;}


.pro_detail .part3 .part_bd{overflow-x: auto;}