@charset "utf-8";
/*public start*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
  margin: 0;
  padding: 0;
}
body {
  font-size: 12px;
  font-family: "微软雅黑";
  color: #333;
  background: #fff;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  padding: 0;
  outline: none;
}
select,
input {
  vertical-align: middle;
}
textarea {
  resize: none;
}
ul,
ol {
  list-style: none;
}
img {
  vertical-align: middle;
  font-size: 0;
  border: 0;
  outline: none;
}
i,
em {
  font-style: normal;
  text-decoration: none;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #C81623;
}
.clear {
  clear: both;
}
.fix:after,
.fix:before {
  content: " ";
  display: table;
}
.fix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.abs {
  position: absolute;
}
.rel {
  position: relative;
  z-index: 2;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.tableCell {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.last {
  margin-right: 0 !important;
}
.wrap {
  min-width: 1200px;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
/*public end*/
/*通用头部&页脚*/
.hd.current {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  width: 100%;
  min-width: 1200px;
}
.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  z-index: 10;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hd .logo {
  display: inline-block;
  width: 193px;
  line-height: 125px;
  height: 125px;
  background: url("../images/logo.png") no-repeat center center;
  overflow: hidden;
}
.hd .logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
.hd .nv {
  display: inline-block;
}
.hd .nv > li {
  display: inline-block;
  float: left;
  margin-left: 10px;
  width: 94px;
  text-align: center;
  line-height: 47px;
}
.hd .nv > li > a {
  font-size: 16px;
  color: #666;
  display: block;
}
.hd .nv > li .en {
  display: none;
  font-size: 15px;
}
.hd .nv > li:hover .en,
.hd .nv > li.current .en {
  display: inline-block;
}
.hd .nv > li:hover .zw,
.hd .nv > li.current .zw {
  display: none;
}
.hd .nv > li:hover > a,
.hd .nv > li.current > a {
  color: #fff;
  background: url("../images/nav_cur.png") no-repeat;
}
.hd .hd-nv {
  padding: 46px 0 32px;
  margin-left: 40px;
}
.hd .hd-nv:hover .index-nv-menu {
  display: block;
}
.hd .content {
  position: relative;
}
.hd .search_box {
  position: absolute;
  top: 54px;
  right: 0;
  border: 1px solid #fdd000;
  border-radius: 10px;
  width: 184px;
  height: 29px;
  overflow: hidden;
}
.hd .search_box .txt {
  float: left;
  width: 150px;
  margin-top: 8px;
  background: none;
  margin-left: 5px;
}
.hd .search_box .btn {
  float: right;
  width: 22px;
  height: 20px;
  margin-top: 3px;
  margin-right: 5px;
  background: url("../images/search_btn.png") no-repeat center;
}
/*导航下拉*/
.index-nv-menu {
  width: 100%;
  left: 0;
  z-index: 12;
  position: fixed;
  top: 128px;
  height: 0;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeeeee, ee, endColorstr=#eeeeeeee, ee);
  background: rgba(240, 240, 240, 0.9);
}
.index-nv-menu .menu-wrap {
  position: relative;
  z-index: 12;
}
.index-nv-menu .content {
  padding: 20px 0;
}
.index-nv-menu table {
  margin: 0 auto;
}
.index-nv-menu td {
  vertical-align: top;
  padding: 0 15px;
  text-align: center;
}
.index-nv-menu td p a {
  display: block;
  padding: 5px 0;
  color: #1b6f9c;
  font-size: 16px;
  font-weight: 300;
}
.index-nv-menu td li a {
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.index-nv-menu td li a:hover {
  color: #1b6f9c;
}
.index-nv-menu td li:before {
  content: "·";
  color: #1b6f9c;
  margin: 0 3px 0 0;
}
/* 首页 */
.hd.index {
  background: none;
}
.hd.index .logo {
  background: url("../images/logo.png") no-repeat center center;
}
.hd.index .nv > li > a {
  color: #666;
}
.hd.index .nv > li.current a,
.hd.index .nv > li:hover a {
  color: #fff;
  text-decoration: none;
  border-color: #3db5d3;
}
.hd.index .search_box {
  border: 1px solid #fff;
}
/* 首页轮播 */
.myCarousel {
  position: relative;
  overflow: hidden;
  z-index: 3;
  width: 100%;
  min-width: 1200px;
}
.myCarousel .wrap {
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 9999999999px;
}
.myCarousel .carousel-item {
  height: 100%;
  position: absolute;
  overflow: hidden;
  background-size: 100% 100% !important;
}
.myCarousel .carousel-arrow {
  width: 42px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 5;
  display: inline-block;
  text-decoration: none;
}
.myCarousel .carousel-arrow.carousel-arrow-left {
  background: url("../images/icon-arrow.png") no-repeat left center;
  left: 3%;
}
.myCarousel .carousel-arrow.carousel-arrow-right {
  background: url("../images/icon-arrow.png") no-repeat right center;
  right: 3%;
}
.myCarousel .carousel-dots {
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 0;
  text-align: center;
  z-index: 5;
}
.myCarousel .carousel-dots .dots {
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
}
.myCarousel .carousel-dots .dots.current {
  /*background: #21409b;*/
  background: #fdd000;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.myCarousel .carousel-wrap {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.myCarousel .carousel-item .left {
  text-align: left;
  width: 50%;
  height: 100%;
}
.myCarousel .carousel-item .right {
  text-align: right;
  width: 50%;
  height: 100%;
}
.myCarousel .carousel-item .link-detail {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 3px 6px;
  border-radius: 5px;
  background: #134d73;
}
.myCarousel .carousel-item .link-detail:hover {
  background: #54788d;
  text-decoration: none;
}
.myCarousel .carousel-item.item-3 .addmargin-top {
  margin-top: 235px;
  margin-left: 110px;
}
.banner1-btn {
  display: block;
  width: 90px;
  height: 23px;
  float: right;
  background: url("../images/banner1-r-btn.png") no-repeat center center;
}
.banner1-btn:hover {
  background: url("../images/banner1-r-actbtn.png");
}
.banner2-btn {
  display: block;
  width: 84px;
  height: 21px;
  float: right;
  background: url("../images/banner2-r-btn.png") no-repeat center center;
}
.banner2-btn:hover {
  background: url("../images/banner2-r-actbtn.png");
}
.myCarousel a.link {
  display: block;
  width: 100%;
  height: 100%;
}
/*main*/
.inmain {
  overflow: hidden;
}
.in_htit {
  margin-top: 60px;
  text-align: center;
}
.in_htit span {
  position: relative;
  font-size: 32px;
  color: #fdd000;
}
.in_htit span em {
  color: #a6a4a4;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 8px;
}
.in_htit span:before {
  content: "";
  position: absolute;
  right: 105%;
  top: 20px;
  width: 206px;
  height: 7px;
  background: url("../images/in_tit_left_bg.png") no-repeat;
}
.in_htit span:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 25px;
  width: 210px;
  height: 10px;
  background: url("../images/in_tit_right_bg.png") no-repeat;
}
.in_contact_con {
  width: 1085px;
  margin: 40px auto 0;
}
.in_contact_left {
  float: left;
  width: 490px;
  height: 368px;
}
.in_contact_right {
  float: right;
  width: 537px;
  height: 348px;
  padding: 10px;
  background: url("../images/in_contact_txtbg.jpg") no-repeat;
}
.in_contact_right .ptxt {
  color: #605d5d;
  line-height: 30px;
  font-size: 14px;
  text-indent: 2em;
}
.in_contact_right .ptxt span {
  font-size: 28px;
}
.in_pro_con {
  margin: 60px 130px 0;
}
.in_pro_ul li {
  float: left;
  text-align: center;
  width: 190px;
  margin-bottom: 48px;
  margin-right: 185px;
}
.in_pro_ul li:hover .dimg:before,
.in_pro_ul li:hover .dimg .ptxt {
  display: block;
}
.in_pro_ul li:hover .dtxt {
  background: url("../images/in_pro_cur22.png") no-repeat;
}
.in_pro_ul li:hover .dtxt .ptxt {
  color: black;
}
.in_pro_ul .dimg {
  position: relative;
  width: 179px;
  height: 179px;
  margin: 0 auto;
}

 
 .in_pro_ul .dimg .img_con {
  width: 179px;
  height: 179px;
  border-radius: 50%;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
}

 
.in_pro_ul .dimg .ptxt {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 179px;
}
.in_pro_ul .dimg:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 179px;
  height: 179px;
  background: url("../images/in_pro_cur1.png") no-repeat;
}
.in_pro_ul .dtxt {
  overflow: hidden;
  margin-top: 10px;
  width: 189px;
  height: 164px;
  background: url("../images/in_pro_cur2.png") no-repeat;
}
.in_pro_ul .dtxt .ptxt {
  margin:0 auto;
  margin-top: 24px;
  font-size: 14px;
  color: #999898;
  font-family: 宋体;
  line-height: 30px;
  width:100px;
}
.in_about_box {
  background-color: #f2f1f1;
  overflow: hidden;
}
.index-menu {
  margin-top: 50px;
  padding-bottom: 90px;
  border-bottom: 1px solid #eee;
  min-width: 1200px;
}
.index-menu,
.index-menu-wrap {
  height: 378px;
  overflow: hidden;
  width: 100%;
}
.index-menu li {
  overflow: hidden;
  display: block;
  height: 370px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  width: 700px;
}
.index-menu li .pic {
  height: 100%;
  text-align: center;
  padding: 0 35px;
}
.index-menu li .pic img {
  max-width: 100%;
}
.index-menu li a.link {
  display: block;
  height: 100%;
  width: 100%;
}
.index-menu li a.more {
  display: inline-block;
  bottom: 10px;
  right: 0;
  border-radius: 4px 0 0 4px;
  color: #fff;
  font-size: 15px;
  padding: 5px 12px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.index-menu li {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.index-menu li .info {
  height: 100%;
  padding: 0 25px;
}
.index-menu li .info .tableCell {
  text-align: left;
}
.index-menu li p {
  font-size: 23px;
  line-height: 35px;
  font-weight: bold;
}
.index-menu li span {
  font-size: 14px;
  font-family: arial;
  word-break: break-all;
  display: block;
  word-wrap: break-word;
  width: 220px;
}
.in_case_con {
  padding: 70px 0 80px;
  margin-left: 60px;
}
.in_case_list li {
  float: left;
  width: 224px;
  height: 224px;
  background: url("../images/in_case_libg.png") no-repeat;
  margin-right: 60px;
  text-align: center;
  overflow: hidden;
}
.in_case_list li:hover {
  background: url("../images/in_case_libg_cur.png") no-repeat;
}
.in_case_list li:hover .ptxt {
  color: #ff871e;
}
.in_case_list li .dimg {
  margin-top: 42px;
}
.in_case_list li .ptxt {
  color: black;
  font-size: 18px;
  margin-top: 30px;
}
.in_new_box {
  background-color: #ecebeb;
  overflow: hidden;
}
.in_new_con {
  padding: 50px 0 55px;
  margin: 0 56px;
}
.in_new_con .in_new_tit {
  color: #0e0e0e;
  font-size: 24px;
  border-left: 7px solid #fdd000;
  padding-left: 10px;
  margin-bottom: 9px;
}
.in_new_left {
  float: left;
  width: 480px;
}
.in_new_right {
  float: right;
  width: 480px;
}
.in_new_content .htit {
  margin-top: 20px;
  font-size: 16px;
  color: #0e0e0e;
}
.in_new_content .ptime {
  font-size: 12px;
  color: #a9a8a8;
  margin-top: 10px;
}
.in_new_content .ptxt {
  margin-top: 15px;
  color: #838282;
  font-size: 14px;
  font-family: "宋体";
  line-height: 30px;
}
.in_new_content .more {
  float: right;
  margin-top: 25px;
  width: 98px;
  height: 30px;
  line-height: 30px;
  background-color: black;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 10px;
}
/*bottom*/
/*bottom*/
.bottom {
  background: #fdd000;
}
.bottom_left {
  float: left;
  width: 600px;
  margin-top: 55px;
  margin-bottom: 40px;
}
.bottom_left .bottom_code {
  float: left;
  margin-right: 45px;
}
.bottom_left .bottom_addres {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
}
.bottom_right {
  position: relative;
  margin-bottom: 10px;
  float: right;
  width: 510px;
}
.bottom_right .htit {
  margin-top: 38px;
  font-size: 14px;
  color: black;
}
.bottom_right .row {
  margin-top: 6px;
}
.bottom_right .inp_s,
.bottom_right .inp_l,
.bottom_right .text_l {
  border: 1px solid #a7abb6;
  color: #e6e8e9;
  font-size: 14px;
  padding-left: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #fdd000;
}
.bottom_right .inp_s {
  width: 240px;
}
.bottom_right .inp_l,
.bottom_right .text_l {
  width: 500px;
}
.bottom_right input::-webkit-input-placeholder {
  color: #fff;
}
.bottom_right input:focus::-webkit-input-placeholder {
  color: #fff;
}
.bottom_right textarea::-webkit-input-placeholder {
  color: #fff;
}
.bottom_right textarea:focus::-webkit-input-placeholder {
  color: #fff;
}
.bottom_right .inp_btn {
  float: right;
  width: 57px;
  height: 23px;
  color: #242d49;
  border-radius: 20px;
  background-color: #fff;
}
.bottom_copyright {
  line-height: 32px;
  border-top: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: 宋体;
}
.bottom_copyright a {
  color: #fff;
}
.go_btn {
  position: fixed;
  opacity: 0;
  z-index: 9999;
  bottom: 10%;
  right: 45px;
  width: 39px;
  height: 39px;
  background: url("../images/go_btn.png") no-repeat;
}
/*page_banner*/
.page_banner {
  height: 500px;
  margin-top: 128px;
  min-width: 1200px;
  width: 100%;
  overflow: hidden;
}
.page_banner .content {
  min-width: 1200px;
  margin: 0 auto;
}
.page_banner img {
  margin-left: -117px;
  min-width: 1200px;
}
.page_banner .nv {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 55px;
  z-index: 2;
}
.page_banner .nv ul {
  overflow: hidden;
}
.page_banner .nv ul li {
  line-height: 55px;
  float: left;
  display: inline-block;
  margin-right: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#993d9db3, b3, endColorstr=#993d9db3, b3);
  background: rgba(225, 224, 224, 0.5);
}
.page_banner .nv ul li a {
  transition: all 0.3s ease-out;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #373737;
}
.page_banner .nv ul li:hover a,
.page_banner .nv ul li.cur a {
  transition: all 0.3s ease-out;
  background: #fdd000;
  color: #fff;
}
/*内页*/
.nymain {
  overflow: hidden;
}
.nytit {
  margin-top: 65px;
  text-align: center;
}
.nytit span {
  position: relative;
  display: inline-block;
  font-size: 31px;
}
.nytit span em {
  display: block;
  font-size: 12px;
  color: #fdd000;
}
.nytit span:before {
  content: "";
  position: absolute;
  right: 115%;
  top: 18px;
  width: 206px;
  height: 10px;
  background: url("../images/ny_proshow_titleft.png") no-repeat;
}
.nytit span:after {
  content: "";
  position: absolute;
  left: 115%;
  top: 18px;
  width: 210px;
  height: 10px;
  background: url("../images/ny_proshow_titright.png") no-repeat;
}
.nytit p {
  color: #787777;
  font-size: 14px;
  margin-top: 15px;
}
/*案例分享*/
.case_box {
  padding-top: 60px;
  padding-bottom: 65px;
}
.case_list li {
  width: 495px;
  float: left;
  margin: 0 52px 32px;
}
.case_list li:hover .ptxt {
  background-color: #fdd000;
  color: #fff;
}
.case_list .dvoide img {
  width: 100%;
}
.case_list .ptxt {
  line-height: 60px;
  background-color: #e1e0e0;
  font-size: 18px;
  color: #666;
  text-align: center;
}
.nymore_btn {
  text-align: center;
}
/*新闻资讯*/
.new_box {
  padding: 75px 0;
}
.new_list li {
  position: relative;
  width: 590px;
  float: left;
  margin-bottom: 60px;
}
.new_list .dimg {
  width: 300px;
  height: 200px;
  overflow: hidden;
  float: left;
}
.new_list .dtxt {
  float: left;
  margin-left: 20px;
  width: 260px;
}
.new_list .dtxt .htit {
  font-size: 18px;
  color: black;
  margin-bottom: 20px;
}
.new_list .dtxt .ptxt {
  line-height: 25px;
  color: #666;
  margin-left: 3px;
}
.new_list .dtxt .more {
  position: absolute;
  bottom: 3px;
  right: 15px;
  color: #fdd000;
}
.new_list .lir {
  float: right;
}
/*产品展示*/
.product_box {
  padding-top: 80px;
}
.product_list li {
  position: relative;
  float: left;
  width: 350px;
  height: 235px;
  margin-right: 73px;
  margin-bottom: 90px;
}
.product_list li:hover .dimg {
  /*transition: all 0.3s ease-out;
  transform: scale(1.1);
  box-shadow: 2px 2px 10px rgba(4, 0, 0, 0.47);*/
}
.product_list li:hover .dtxt,
.product_list li:hover .dbg {
  display: block;
}
.product_list .dimg {
  transition: all 0.3s ease-out;
}
.product_list .dtxt {
  display: none;
  position: absolute;
  z-index: 2;
 /* width: 100%;
  height: 100%;*/
  width:351px;
  height:233px;
  left: 0;
  top: 0;
  text-align: center;
}
.product_list .dtxt .htit {
  font-size: 20px;
  color: #fff;
  margin-top: 75px;
}
.product_list .dtxt .more {
  display: inline-block;
  margin-top: 15px;
  width: 82px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #fdd000;
}
.product_list .dbg {
  display: none;
  position: absolute;
  top: 0px;
  /*left: -21px;*/
  width: 100%;
  height: 100%;
  /*background: url("../images/product_bg_03.png") no-repeat;*/
  background:rgba(0,0,0,0.5)
}
/*产品详情*/
.product_show_txt {
  margin-top: 50px;
}
.product_show_txt .htit {
  text-align: center;
  font-size: 30px;
  color: #21409b;
  margin-bottom: 30px;
}
.product_show_txt .dtxt {
  margin-top: 10px;
  margin-left: 293px;
}
.product_show_txt .dtxt span {
 /* float: left;*/
  font-size: 18px;
  color: #080808;
  /*font-weight: bold;*/
}
.product_show_txt .dtxt p {
 /* margin-left: 60px;
  line-height: 28px;
  font-size: 14px;
  color: #080808;*/
}
.product_show_list {
  margin-top: 95px;
  margin-bottom: 115px;
}
.product_show_list li {
  transition: all 0.3s ease-out;
  float: left;
}
.product_show_list li:hover {
  transition: all 0.3s ease-out;
  transform: scale(1.1);
  box-shadow: 2px 2px 10px rgba(4, 0, 0, 0.47);
}
/*联系我们*/
.contact_txt {
  margin-top: 50px;
  text-align: center;
  color: #000;
}
.contact_txt .padder {
  margin-top: 25px;
}
.contact_txt .pphone {
  margin-top: 15px;
  line-height: 25px;
}
.contact_txt .dphone {
  width: 150px;
  margin: 0 auto;
  text-align: left;
  margin-top: 25px;
  padding-left: 68px;
  background: url("../images/contact_phone.png") no-repeat left center;
}
.contact_txt .dphone span {
  font-size: 20px;
  color: #606262;
}
.contact_txt .dphone p {
  color: #606262;
  font-size: 24px;
}
.contact_list {
  text-align: center;
  margin-top: 30px;
}
.contact_list li {
  position: relative;
  margin: 0 5px;
  display: inline-block;
}
.contact_list li:hover .dcode {
  display: block;
}
.contact_list .dcode {
  display: none;
  position: absolute;
  top: 100%;
  left: -30px;
  width: 98px;
  height: 101px;
}
.map {
  margin-bottom: 60px;
  margin-top: 150px;
  text-align: center;
}
/*百问百答*/
.question_list {
  margin-top: 70px;
  margin-bottom: 60px;
  margin-left: 120px;
}
.question_list li {
  float: left;
  margin-right: 120px;
}
.question_txt {
  overflow: hidden;
  width: 830px;
  /*height: 500px;*/
  margin: 0 auto;
  padding: 0 65px;
  margin-bottom: 6px;
  box-shadow: 0 2px 10px rgba(4, 0, 0, 0.31);
}
.question_txt .htit {
  margin-top: 50px;
  font-size: 18px;
  color: #373737;
  padding-left: 40px;
  background: url("../images/question_icon1.png") no-repeat left top;
}
.question_txt .htit span {
  font-size: 24px;
}
.question_txt .ptxt {
  background: url("../images/question_icon2.png") no-repeat left top;
  padding-left: 40px;
  margin-top: 20px;
  font-size: 14px;
  color: #373737;
  line-height: 25px;
}
.question_txt .ptxt span {
  display: inline-block;
  margin-top: 33px;
  color: #21409b;
}
.qywh_txt {
  margin-left: 340px;
  margin-top: 50px;
}
.qywh_txt .ptxt {
  margin-bottom: 45px;
  font-size: 16px;
}
.qywh_txt .ptxt span {
  font-size: 24px;
}
.qywh_list {
  padding-top: 30px;
}
.qywh_list li {
  float: left;
  margin-right: 30px;
  transition: all 0.3s ease-out;
}
.qywh_list li:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-out;
  box-shadow: 3px 3px 10px rgba(4, 0, 0, 0.7);
}
.tdwh_box {
  overflow: hidden;
  margin-bottom: 70px;
  margin-top: 65px;
  height: 470px;
  background: url("../images/about_bbg.jpg");
}
.tdwh_box .nytit {
  margin-top: 40px;
}
.tdwh_con {
  margin-top: 40px;
}
.tdwh_con .dimg {
  float: left;
}


.tdwh_con .dimg {display: block;overflow: hidden;}
.tdwh_con li:hover .dimg img{ transform: scale(1.3);
    transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;}

.tdwh_con .dtxt {
  float: left;
  margin-top: 75px;
  margin-left: 130px;
}
.tdwh_con .dtxt .ptxt {
  font-size: 24px;
  color: #020202;
  margin-bottom: 20px;
}
/*优秀团队*/
.yxtd_box1 {
  margin-top: 95px;
  position: relative;
}
.yxtd_box1 .dtxt {
  position: relative;
  z-index: 2;
  float: left;
  width: 550px;
  /*height: 512px;*/
  box-shadow: 0 0 10px rgba(4, 0, 0, 0.4);
  background-color: #fff;
}
.yxtd_box1 .dtxt .htit {
  text-align: center;
  margin-top: 20px;
}
.yxtd_box1 .dtxt .ptxt {
  position: relative;
  top: -25px;
  font-size: 18px;
  color: #656464;
  line-height: 37px;
  padding: 0 38px;
}
.yxtd_box1 .dtxt .picon {
  position: absolute;
  bottom: 12px;
  right: 65px;
}
.yxtd_box1 .dimg {
  /*position: absolute;*/
  right: 0;
 /* top: 30px;*/
  z-index: 1;
  margin-top:-40px;
}
.yxtd_box2 {
  margin-top: 145px;
  margin-bottom: 85px;
  position: relative;
}
.yxtd_box2 .dtxt {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 98px;
  width: 728px;
  /*height: 465px;*/
  box-shadow: 0 0 10px rgba(4, 0, 0, 0.4);
  background-color: #fff;
}
.yxtd_box2 .dtxt .htit {
  margin-left: 220px;
  margin-top: 47px;
  font-size: 24px;
}
.yxtd_box2 .dtxt .ptxt {
  margin-left: 220px;
  font-size: 18px;
  color: #656464;
  line-height: 37px;
  margin-top: 35px;
}
.yxtd_box2 .dimg {
  position: relative;
  left: 0;
}
