@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body {
  font-size: 15px;
  font-family: "5FAE8F6F96C59ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "5B8B4F53" !important;
  color: #666;
}
a {
  text-decoration: none;
  color: #666;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.clearfix {
  height: 100%;
}
.common {
  width: 77%;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
}
.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
}
p {
  line-height: 28px;
}
img {
  border: none;
}
*:focus {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
em {
  font-style: normal;
}
/************************************陈总2021.04.05增加的,后面没有用了就删除************************************************************************/
i {
  font-style: normal;
}
.nav li.on a.nv {
  font-weight: bold;
}
.footer .ft1 .ft_nv p {
  float: left;
}
.footer .ft1 .ft_nv span.no7 {
  display: none;
}
/*.row5 ul{padding: 20px 0 !important;height: 60px !important;overflow:hidden;}
.row5 ul li img{width:150px !important;height:60px !important;}*/
.subnav a.on {
  color: #fff;
  background: #19325f;
}
.row2 li.first a.img img {
  max-height: 343px;
}
/*.row5 dl .description{max-height:462px;overflow:hidden;}*/
/************************************************************************************************************/
/************************************************************************************************************/
/*** 顶部代码 ***/
.header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9999;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
.header dl {
  position: relative;
  z-index: 10;
}
.header .tp_ln {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 18px;
  line-height: 0;
  font-size: 0;
  background: rgba(255, 255, 255, 0.6);
  background-color: #fff\6; /*ie6/7/8 hack*/ filter: alpha(opacity=60);
}
.header img, .logo a {
  display: block;
}
.logo, .tp_xx span {
  padding: 26px 0;
  cursor: pointer;
}
.logo {
  width: 180px;
  position: relative;
}
.logo span {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.tp_xx span {
  display: inline-block;
  line-height: 27px;
}
.tp_xx span img {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: auto;
}
.tp_xx span.tp_dh img {
  width: 15px;
}
.tp_xx span.tp_dh {
  font-size: 16px;
}
.tp_xx em {
  margin: 0 20px;
}
.searchbox {
  position: absolute;
  left: 0;
  width: 100%;
  height: 55px;
  top: 0px;
  opacity: 0;
  transition: top 300ms ease 0s;
  z-index: 1;
}
.searchbox.onss {
  top: 80px;
  opacity: 1;
}
.searchbox input {
  float: right;
  font-size: 12px;
  color: #757575;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  width: 200px;
  border: 6px solid #4c4a4f;
}
.searchbox .input_but {
  display: none;
}
.nav_trigger {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 200;
  cursor: pointer;
  display: none;
}
.nav_icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 3px;
  background: #333;
  -webkit-transition-property: background-color, -webkit-transform;
  ransition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.nav_icon:before, .nav_icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  background: #333;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.nav_icon:before {
  margin-top: -10px;
}
.nav_icon:after {
  margin-top: 10px;
}
.nav-active .nav_icon {
  background: rgba(0, 0, 0, 0);
}
.nav-active .nav_icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #000;
}
.nav-active .nav_icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #000;
}
.nav {}
.nav a {
  color: #fff;
}
.nav li {
  float: left;
  position: relative;
  font-size: 16px;
}
.nav li .nv {
  display: block;
  line-height: 79px;
  margin: 0 29px;
}
.nav li ul {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 80px;
  left: 0;
  display: none;
  background: #fff;
}
.nav li ul li {
  font-size: 15px;
  float: none;
  border-bottom: solid 1px #e8e8e8;
  margin: 0 15px;
}
.nav lis ul li a {
  color: #666;
  line-height: 45px;
}
.nav li:hover .nv {
  font-weight: bold;
}
.nav li:hover ul {
  display: block;
}
.nav li ul li:hover a {
  color: #0e3d65;
}
/************************************************************************************************************/
/************************************************************************************************************/
/*** 底部代码 ***/
.footer {
  background: #272727;
  padding: 30px 0 20px;
}
.footer, .footer a {
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
}
.footer .ft1 {
  padding-bottom: 29px;
  border-bottom: solid 1px #3d3d3d;
  margin-bottom: 15px;
}
.footer .ft1 .fl p {
  margin-top: 20px;
}
.footer .ft1 .ft_nv {
  line-height: 40px;
}
.footer .ft1 .ft_nv a {
  display: inline-block;
  vertical-align: middle;
}
.footer .ft1 .ft_nv span {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  margin-right: 18px;
  height: 12px;
  border-right: solid 2px #8f8f8f;
}
.footer .ft1 select {
  width: 178px;
  padding: 0 15px;
  height: 35px;
  margin-top: 10px;
  border: solid 1px #686868;
  color: rgba(255, 255, 255, .2);
  background: url('../images/ft_jt.jpg') 95% center no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.footer .ft1 select option {
  color: #000;
}
.footer .ft1 .fr {
  text-align: right;
}
.footer .ft1 .fr span {
  display: block;
  font-size: 30px;
  color: rgba(255, 255, 255, .8);
  line-height: 45px;
  margin-top: 10px;
}
.footer .share {}
.footer .share a {
  display: inline-block;
  float: none;
  margin: 10px 0 0 10px !important;
  padding-left: 33px;
  height: 33px;
}
.footer .share a.bds_weixin {
  background: url('../images/ft_wx.jpg') center no-repeat;
}
.footer .share a.bds_tsina {
  background: url('../images/ft_wb.jpg') center no-repeat;
}
.footer .ft2, .footer .ft2 a {
  color: rgba(255, 255, 255, .3);
}
.footer .ft2 dt {
  line-height: 28px;
}
.footer .ft2 dt span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
}
.footer .ft2 dd {
  text-align: center;
}
/************************************************************************************************************/
/************************************************************************************************************/
/*** 顶部banner代码 ***/
.hdp {
  width: 100%;
  height: 940px;
  position: relative;
  min-width: 1200px;
}
.hdp .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.hdp .bd ul {
  width: 100% !important;
}
.hdp .bd li {
  width: 100% !important;
  height: 940px;
  overflow: hidden;
  text-align: center;
}
.hdp .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 0;
  height: 30px;
  line-height: 30px;
  display: none;
}
.hdp .hd ul {
  text-align: center;
}
.hdp .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 6px;
  width: 8px;
  height: 8px;
  overflow: hidden;
  background: #dedede;
  text-indent: -99999em;
  border-radius: 50%;
}
.hdp .hd ul .on {
  background: #cc1930;
}
.hdp .prev, .hdp .next {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: 15px;
  right: 8%;
  z-index: 1;
  width: 40px;
  height: 60px;
  background: url('../images/bn_jt.png') center no-repeat;
  cursor: pointer;
}
.hdp .prev {
  left: 8%;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari å’Œ Chrome */
  -o-transform: rotate(180deg); /* Opera */
}
/************************************************************************************************************/
/*** 幻灯片代码 ***/
.fullslide {
  position: relative;
  width: 100%;
  display: none;
}
.fullslide .bd {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.fullslide .bd li {
  float: left;
  width: 100%;
}
.fullslide .bd li img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.fullslide .hd {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 25px;
  text-align: center;
  bottom: 0px;
  z-index: 99;
}
.fullslide .hd li {
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 8px;
  text-indent: -10em;
  overflow: hidden;
  margin: 0px 4px;
  cursor: pointer;
  background: #dedede;
  border-radius: 50%;
}
.fullslide .hd li.on {
  background: #cc1930;
}
/************************************************************************************************************/
/************************************************************************************************************/
/*** 首页主体代码 ***/
.center {
  text-align: center;
}
.itit {
  font-size: 36px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.itit b, .itit span {
  display: block;
  line-height: 35px;
}
.itit span {
  margin-top: 20px;
}
.ipad85 {
  padding: 85px 0;
}
.ipad85 li img {
  display: block;
  width: 100%;
  height: auto;
}
/************************************************************************************************************/
/*** 首页-公司简介主体代码 ***/
.row1 {
  background: url('../images/rw1_bg.jpg') center bottom no-repeat;
}
.row1 .itit { /*margin-left:11.5%;*/ padding-top: 50px;
}
.row1 .itit b {
  margin-top: -35px;
}
.row1 .itit .en {
  font-size: 180px;
  color: rgba(51, 51, 51, .03);
  line-height: 140px;
  margin-left: -15px;
  height: 140px;
  overflow: hidden;
  margin-top: 0;
}
.row1 dl dt {
  font-size: 26px;
  line-height: 36px;
  color: #333;
  margin-top: 70px;
}
.row1 dl dd {
  margin-top: 45px;
}
.row1 dl dd span {
  display: block;
  font-size: 16px;
  line-height: 40px;
}
.more, .more em, .row1 dl dd .num {
  display: inline-block;
  vertical-align: middle;
}
.more {
  padding: 0 28px;
  line-height: 45px;
  border: solid 1px #d3d3d3;
  font-size: 16px;
}
.more em {
  width: 5px;
  height: 10px;
  background: url('../images/more_jt.png') center no-repeat;
  background-size: 5px auto !important;
  margin-top: -2px;
  margin-left: 20px;
}
.row1 dl dd .num {
  font-size: 260px;
  letter-spacing: -25px;
  color: rgba(51, 51, 51, .03);
  margin-left: 100px;
  line-height: 180px;
}
.more_rad {
  display: block;
  line-height: 38px;
  width: 138px;
  text-align: center;
  border: solid 1px #e0e0e0;
  color: #999;
  font-size: 14px;
  margin-top: 40px;
  border-radius: 50px;
}
/************************************************************************************************************/
/*** 首页-中雷团队主体代码 ***/
.row2 {
  background: url('../images/rw2_bg.jpg') center no-repeat;
}
.row2 .p {
  position: relative;
  line-height: 36px;
  font-size: 16px;
}
.row2 .p span {
  display: block;
}
.row2 .p .more {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -23px;
}
.row2 ul {
  margin-top: 75px;
}
.row2 li {
  float: left;
  width: 15%;
  margin-left: 2%;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
}
.row2 li img {
  width: auto;
  height: 275px;
  margin-bottom: 10px;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
.row2 li.first {
  margin: 0;
  width: 90%;
  text-align: left;
}
.row2 li.first a {
  display: inline-block;
  vertical-align: bottom;
}
.row2 li.first a.img {
  width: 35%;
  overflow: hidden;
}
.row2 li.first a.img img {
  width: auto;
  height: 100%;
  margin: 0;
}
.row2 li.first a.txt {
  width: 61%;
  margin-left: 3%;
}
.row2 li.first span {
  font-size: 30px;
  color: #333;
  display: block;
  line-height: 36px;
}
.row2 li.first b {
  display: block;
  color: #999;
  margin: 15px 0;
  line-height: 36px;
  position: relative;
}
.row2 li.first hr {
  position: absolute;
  width: 55%;
  right: 0;
  top: 50%;
  border: none;
  height: 1px;
  background: #bababa;
}
.row2 li.first p {
  line-height: 32px;
  height: 160px;
  overflow: hidden;
}
.row2 li p b {
  display: block;
  color: #333;
}
/************************************************************************************************************/
/*** 首页-业务领域主体代码 ***/
.row3 {
  background: url('../images/rw3_bg.jpg') center top no-repeat;
  padding-bottom: 0;
}
.row3 li {
  width: 16.6%;
  margin-right: 0.06%;
  background: #000;
  float: left;
  overflow: hidden;
  position: relative;
}
.row3 li .img {
  opacity: 0.6;
  width: auto;
  height: 100%;
}
.row3 li a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.row3 li a img {
  width: 58px;
  height: auto;
}
.row3 li a .more_rad {
  border-color: #fff;
  color: #fff;
  margin-top: 25px;
}
.row3 li a dl {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 80%;
  padding: 0 10%;
  line-height: 36px;
  transition: all .2s linear;
}
.row3 li dl dt {
  text-transform: uppercase;
}
.row3 li dl dt span {
  font-size: 26px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row3 li dl dt p {
  line-height: 36px;
  font-size: 20px;
  margin-top: 5px;
  color: rgba(255, 255, 255, .5);
}
.row3 li dl dd {
  margin-top: 20px;
  transition: all .5s linear;
  height: 0;
  overflow: hidden;
}
.row3 li dl dd p {
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  border-top: solid 1px rgba(255, 255, 255, .3);
  padding-top: 20px;
}
.row3 li:hover .img {
  opacity: 0.7;
}
.row3 li:hover a {
  background: rgba(14, 61, 101, 0.8);
  background-color: #0e3d65\8;
  filter: alpha(opacity=80);
}
.row3 li:hover dl {
  bottom: 55px;
}
.row3 li:hover dd {
  height: auto;
}
#videoallIndex {
  width: 100%;
}
/************************************************************************************************************/
/*** 首页-资讯动态主体代码 ***/
.row4 {
  background: url('../images/rw4_bg.jpg') center top repeat-y;
}
.row4 dl {
  text-align: center;
}
.row4 dl dt {
  font-size: 20px;
  color: #999;
}
.row4 dl dt span {
  display: inline-block;
  vertical-align: top;
  line-height: 38px;
  border-bottom: solid 2px rgba(0, 0, 0, 0);
  margin: 0 30px;
  cursor: pointer;
}
.row4 dl dt span.hit {
  border-color: #000;
  color: #000;
  font-weight: bold;
}
.row4 dl dd {
  margin-top: 60px;
}
.row4 ul li {
  float: left;
  width: 340px;
  margin: 15px;
  text-align: left;
  background: #fff;
}
.row4 ul li .txt {
  padding: 35px;
  padding-top: 0;
}
.row4 ul li em {
  display: block;
  color: #ff0000;
  line-height: 36px;
  margin: 20px 0 10px;
}
.row4 ul li b {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #333;
  font-weight: normal;
  max-height: 64px;
  overflow: hidden;
}
.row4 ul li p {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 15px 0 25px;
}
.row4 ul li span {
  font-size: 14px;
  color: #333;
}
.row4 ul li:hover {
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0px 20px rgba(0, 0, 0, .1);
}
.row4 ul li:hover b {
  color: #0d3a65;
  text-decoration: underline;
}
.row4 .listpic {
  position: relative;
  display: none;
}
.row4 .listpic.show {
  display: block;
}
.row4 .rw4_btn {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 15px;
  height: 30px;
  cursor: pointer;
  background: url('../images/r4_jt.png') center no-repeat;
  background-size: 15px auto;
}
.row4 .prev {
  left: -60px;
}
.row4 .next {
  right: -60px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari å’Œ Chrome */
  -o-transform: rotate(180deg); /* Opera */
}
/************************************************************************************************************/
/*** 首页-资讯动态主体代码 ***/
.row5 {
  color: #fff;
  background: url('../images/rw5_bg.jpg') center top no-repeat;
  padding: 70px 0 60px;
}
.row5 dl {
  width: 38%;
}
.row5 dl dt {
  padding-bottom: 24px;
  border-bottom: solid 1px rgba(255, 255, 255, .3);
}
.row5 dl dt b {
  font-size: 14px;
  line-height: 36px;
}
.row5 dl dt span {
  display: block;
  font-size: 45px;
  line-height: 65px;
  margin-top: 15px;
}
.row5 dl dt em {
  display: block;
}
.row5 dl dd {
  padding-top: 10px;
}
.row5 dl dd b {
  font-size: 18px;
}
.row5 dl dd div {
  max-height: 60px;
  overflow: hidden;
  margin-top: 20px;
}
.row5 dl dd div p {
  display: inline;
}
.row5 dl dd p {
  line-height: 30px;
  font-size: 16px;
  margin-top: 20px;
}
.row5 .more {
  border-color: #fff;
  margin-top: 50px;
  color: #fff;
}
.row5 .more em {
  background: url('../images/more_jt1.png') center no-repeat;
}
.row5 ul {
  background: #fff;
  margin-top: 80px;
  text-align: center;
  padding: 10px 0;
}
.row5 ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 3%;
}
.row5 ul li img {
  width: auto;
  height: 60px;
}
/************************************************************************************************************/
/************************************************************************************************************/
/*** 内页主体代码 ***/
.sjyc {
  display: block;
}
.sjxs {
  display: none;
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
}
.banner .common {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  z-index: 10px;
  transform: translateX(-50%);
}
.banner dl {
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner dl dt {
  margin-top: 80px;
  font-size: 50px;
  letter-spacing: 4px;
  line-height: 60px;
}
.banner dl dd p {
  line-height: 32px;
  font-size: 16px;
}
.subnav {
  text-align: center;
  margin-bottom: 40px;
}
.subnav a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 4%;
  font-size: 18px;
  line-height: 43px;
  border: solid 1px #e1e1e1;
  margin: 0 1.5%;
}
.subnav a:hover {
  color: #fff;
  background: #19325f;
}
.page {
  text-align: center;
}
.page a, .page b {
  display: inline-block;
  padding: 5px 10px;
  margin: 0;
}
.page a:nth-child(1) {
  display: none;
}
.pic {
  text-align: center;
  text-indent: 0 !important;
}
.pic img {
  max-width: 100%;
  height: auto;
}
.sxb {
  margin-top: 80px;
  padding-top: 45px;
  border-top: solid 1px #efefef;
}
.sxb li {
  width: 49%;
  background: #f8f8f8;
  text-align: center;
  padding: 20px 0;
}
.sxb li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************************************************/
/************************************************************************************************************/
/*** 关于我们主体代码 ***/
.bn_ab dl {
  text-align: left;
}
.bn_ab dl dt {
  font-size: 15px;
  letter-spacing: 0;
}
.bn_ab dl dt img {
  width: auto;
  height: auto;
  margin-bottom: -5px;
  margin-left: 20px;
}
.bn_ab dl dt span {
  display: block;
  font-size: 26px;
  line-height: 35px;
  margin: 35px 0;
}
ul li img {
  width: 100%;
  height: auto;
}
dl.ab_tit {
  text-align: center;
  font-weight: bold;
  margin: 15px 0 50px;
}
dl.ab_tit dt {
  font-size: 32px;
  color: #333;
  line-height: 50px;
  position: relative;
  z-index: 10;
  margin-bottom: -75px;
}
dl.ab_tit dd {
  font-size: 100px;
  line-height: 100px;
  text-transform: uppercase;
  color: rgba(51, 51, 51, .03);
  height: 100px;
  overflow: hidden;
}
dl.ab_tit hr {
  width: 24px;
  margin: 0 auto;
  border: none;
  height: 1px;
  background: #333;
}
.pad60 {
  padding: 60px 0;
}
.ab1 {
  background: url('../images/ab1_bg.jpg') center;
  text-align: center;
}
.ab1 p {
  line-height: 36px;
  text-align: left;
  text-indent: 2em;
}
.ab1 p span {
  display: block;
}
.ab1 ul {
  margin-top: 60px;
}
.ab1 ul li {
  display: inline-block;
  vertical-align: middle;
  width: 19%;
}
.ab1 ul li img {
  width: 55px;
  height: auto;
}
.ab1 ul li b, .ab1 ul li span {
  display: block;
  line-height: 36px;
  font-size: 16px;
}
.ab1 ul li b {
  font-size: 30px;
  color: #333;
  margin-top: 10px;
}
.ab2 ul {
  width: 50%;
}
.ab2 {
  background: url('../images/ab2_bg.jpg') center;
  text-align: center;
}
.ab2 .common {
  position: relative;
  padding-bottom: 160px;
}
.ab2 .ab2_1 ul li {
  float: left;
  width: 50%;
}
.ab2 .ab2_1 ul li img {}
.ab2 .ab2_1 ul li:nth-last-child(2), .ab2 .ab2_1 ul li:last-child {
  width: 48.5%;
  margin-top: 2.5%;
}
.ab2 .ab2_1 ul li:last-child {
  float: right;
}
.ab2 .ab2_1 dl {
  margin-left: 4%;
  width: 38%;
  color: #fff;
  text-align: left;
  padding-top: 25px;
}
.ab2 .ab2_1 dl dt {
  font-size: 55px;
  line-height: 60px;
}
.ab2 .ab2_1 dl dd {
  font-size: 30px;
  line-height: 40px;
  margin: 20px 0 25px;
}
.ab2 .ab2_1 p {
  line-height: 36px;
}
.ab2 .ab2_2 {
  position: absolute;
  bottom: -50%;
  width: 830px;
  transform: translateX(-50%);
  left: 50%;
}
.ab2 .ab2_2 video {
  width: 100%;
  height: 465px;
}
.ab3 {
  background: url('../images/ab3_bg.jpg') center;
  padding-top: 18%;
}
.ab3 .hd {
  width: 39%;
}
.ab3 .hd li {
  border-bottom: solid 1px #dcdcdc;
}
.ab3 .hd li a {
  display: block;
  line-height: 57px;
  height: 57px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ab3 .hd li:last-child {
  border: none;
}
.ab3 .hd li.on a {
  color: #0e3d65;
  text-decoration: underline;
}
.ab3 .bd {
  width: 58%;
  background: #fff;
  text-align: center;
  position: relative;
  padding: 64px 0;
}
.ab3 .bd img {
  width: auto;
}
.ab3 .bd span {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  cursor: pointer;
  background: #999 url('../images/more_jt1.png') center no-repeat;
  background-size: 10px auto;
}
.ab3 .bd .prev {
  left: 50px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari å’Œ Chrome */
  -o-transform: rotate(180deg); /* Opera */
}
.ab3 .bd .next {
  right: 50px;
}
/************************************************************************************************************/
/************************************************************************************************************/
/*** 业务领域主体代码 ***/
.business {
  background: url('../images/yw_bg.jpg') center;
}
.business ul li {
  float: left;
  width: 30.33%;
  margin: 1.5%;
}
.business ul li a {
  display: block;
  background: #fff;
  padding: 8%;
}
.business ul li img {
  width: 45px;
  height: auto;
  vertical-align: middle;
  margin-right: 25px;
}
.business ul li span {
  display: block;
  font-size: 26px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.business ul li p {
  padding-top: 23px;
  border-top: solid 1px #e4e4e4;
  color: #888;
  margin: 23px 0;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}
.business ul li .more_rad {
  font-style: normal;
  border-radius: 0;
  border-color: #7f7f7f;
  color: #666;
  margin: 0;
}
.business ul li:hover {
  -webkit-box-shadow: 0 1px 10px rgba(26, 44, 220, .1);
  -moz-box-shadow: 0 1px 10px rgba(26, 44, 220, .1);
  box-shadow: 0 1px 10px rgba(26, 44, 220, .1);
}
.business ul li:hover span {
  color: #0e3d65;
}
/************************************************************************************************************/
/*** 业务领域-详情主体代码 ***/
.ywxq {
  background: #f3f5f7 url('../images/ywxq_bg.jpg') center top no-repeat;
  position: relative;
  min-height: 891px;
}
.ywxq .xq {
  width: 52%;
}
.ywxq .xq p {
  line-height: 25px;
  margin-top: 20px;
}
.ywxq .xq p strong {
  font-weight: normal;
  display: block;
  margin-top: 50px;
  font-size: 24px;
  color: #333;
}
.ywxq .ab_tit {
  text-align: left;
  margin: 0 auto;
}
.ywxq .ab_tit hr {
  margin: 0;
}
.ywxq .xqimg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43%;
}
.ywxq .xqimg img {
  width: 100%;
  height: auto;
  display: block;
}
/************************************************************************************************************/
/************************************************************************************************************/
/*** 团队主体代码 ***/
.team .ab_tit {
  text-align: left;
}
.team .ab_tit hr {
  margin: 0;
}
.team .ab_tit dt span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.team1 {
  background: url('../images/tm_bg1.jpg') center repeat;
}
.team1 .common {
  position: relative;
}
.team1 p {
  width: 90%;
  font-size: 16px;
  line-height: 36px;
}
.team1 img {
  float: left;
  margin-right: 20px;
}
.team2 {
  background: url('../images/tm_bg2.jpg') top;
  background-size: 100% auto;
  position: relative;
  padding-bottom: 30px;
}
.team2 ul li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  text-align: center;
}
.team2 ul li img {
  width: 84%;
}
.team2 ul li p {
  line-height: 32px;
  margin-top: 15px;
}
.team2 ul li p b {
  font-size: 16px;
  color: #333;
  display: block;
}
.team2 ul li a {
  display: block;
  position: relative;
}
.team2 ul li em {
  display: block;
  display: none;
  width: 36px;
  height: 19px;
  background: url('../images/tm_jt.png') center no-repeat;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -18px;
}
.team2 ul li .txt {
  display: none;
  color: #fff;
  margin-top: 5px;
  text-align: left;
  padding: 50px 0;
  position: absolute;
  left: 0;
  width: 100%;
  background: url('../images/tm_bg3.jpg') center no-repeat;
  transition: all .6s ease;
}
.team2 ul li .txt img {
  display: none;
}
.team2 ul li .txt p {
  font-size: 16px;
  line-height: 40px;
  margin: 0 8%;
}
.team2 ul li:hover {
  padding-bottom: 225px;
}
.team2 ul li:hover em, .team2 ul li:hover .txt {
  display: block;
  z-index: 999;
}
.search {
  margin-bottom: 20px;
}
.search form {
  font-size: 0;
  text-align: center;
}
.search form .input_txt {
  width: 60%;
  height: 50px;
  line-height: 50px;
  border: none;
  text-indent: 1em;
  font-size: 16px;
}
.search form .input_but {
  height: 50px;
  text-align: center;
  width: 10%;
  font-size: 16px;
  border: none;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
.sous {
  margin-top: 10px;
}
.picScroll-left {
  width: 100%;
  position: relative;
  padding: 10px 0;
  margin-top: 80px;
  background: #fff;
}
.picScroll-left .tempWrap {
  margin: auto;
  position: relative;
  z-index: 99999;
}
.picScroll-left .hd {
  position: absolute;
  margin: auto;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
  display: block;
  float: right;
  position: relative;
  z-index: 99999;
  overflow: hidden;
  text-align: center;
  transition: .5s;
  cursor: pointer;
  height: 58px;
  width: 40px;
  font-size: 12px;
  line-height: 58px;
  color: #2086b5;
  font-size: 40px;
}
.picScroll-left .hd .prev {
  float: left;
}
.picScroll-left .hd .next {
  float: right;
}
.picScroll-left .bd {}
.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-left .bd ul li {
  float: left;
  _display: inline;
  position: relative;
  cursor: pointer;
  width: 150px;
  height: 64px;
  margin: 0 10px;
}
/* .team2 ul li:nth-child(2):hover,
.team2 ul li:nth-child(3):hover{padding-bottom:265px;}
.team2 ul li:nth-child(5):hover{padding-bottom:335px;}
.team2 ul li:nth-child(7):hover{padding-bottom:305px;}
.team2 ul li:nth-child(10):hover{padding-bottom:185px;} */
/************************************************************************************************************/
/************************************************************************************************************/
/*** 新闻动态主体代码 ***/
.imghover img, .imghover li img {
  transition: all .6s ease;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
}
.imghover a:hover img, .imghover li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.bgimg img {
  width: 100%;
  height: auto;
}
.newsbox, .newsbox .common, .visionbox, .visionbox .common {
  position: relative;
  z-index: 2;
}
.newsbox {
  background: url('../images/xw_bg.jpg') center repeat;
}
.news {
  padding-bottom: 50px;
  border-bottom: solid 1px #e3e3e3;
}
.news li {
  margin-top: 50px;
  padding-top: 54px;
  border-top: solid 1px #e3e3e3;
}
.news li dl, .news li a {
  display: inline-block;
  vertical-align: top;
}
.news li dl dt {
  font-size: 55px;
  font-weight: bold;
  color: #333;
  line-height: 40px;
}
.news li dl dd {
  font-size: 18px;
  line-height: 25px;
  margin-top: 15px;
  color: #999;
}
.news li .img {
  width: 37%;
  margin: 0 3% 0 2%;
  overflow: hidden;
}
.news li .img img {
  display: block;
}
.news li .txt {
  width: 51%;
  color: #999;
}
.news li .txt span {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 30px;
  height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news li .txt p {
  height: 56px;
  overflow: hidden;
  font-size: 14px;
}
.news li .txt em {
  display: block;
  margin-top: 5%;
  padding-top: 6%;
  border-top: dashed 1px #d1d1d1;
}
.news li:hover span {
  color: #0e3d65;
}
/************************************************************************************************************/
/*** 新闻动态-详情主体代码 ***/
.return {
  padding: 30px 0 15px;
  border-bottom: solid 1px #e5e5e5;
}
.return a {
  color: #999;
  font-size: 16px;
  line-height: 30px;
}
.newstext {
  background: #fff;
  width: 70%;
  padding: 0 3.5% 50px;
}
.newstext dl.nwtit {
  margin: 50px 0 55px;
}
.newstext dl.nwtit dt {
  font-size: 36px;
  color: #333;
  text-align: center;
  line-height: 50px;
}
.newstext dl.nwtit dd {
  border: dashed #d1d1d1;
  border-width: 1px 0;
  margin-top: 40px;
  padding: 21px 0;
}
.newstext dl.nwtit dd span {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  line-height: 36px;
}
.newstext .share a {
  padding-left: 24px;
  height: 24px;
  background: url('../images/share.jpg') no-repeat;
}
.newstext .share a.bds_sqq {
  background-position: -31px 0;
}
.newstext .share a.bds_tqq {
  background-position: -61px 0;
}
.newstext .share a.bds_qzone {
  background-position: -92px 0;
}
.newstext .share a.bds_weixin {
  background-position: -122px 0;
}
.newstext .share a.bds_tsina {
  background-position: -153px 0;
}
/************************************************************************************************************/
/************************************************************************************************************/
/*** 中雷视觉主体代码 ***/
.visionbox {
  background: url('../images/sj_bg1.jpg') center bottom repeat;
  padding-bottom: 40px;
}
.visionbox .page a {
  margin: 0;
}
.vision li {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
  padding-bottom: 65px;
  border-bottom: solid 1px #e8e8e8;
  position: relative;
}
.vision li a {
  color: #999;
  font-size: 14px;
}
.vision li b {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 40px;
  height: 120px;
  overflow: hidden;
  margin: 15px 0 30px;
}
.vision li p {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.vision li hr {
  border: none;
  width: 45px;
  height: 4px;
  background: #000;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all .6s ease;
}
.vision li:hover b {
  color: #0e3d65;
  text-decoration: underline;
}
.vision li:hover hr {
  width: 100%;
}
/************************************************************************************************************/
/*** 中雷视觉-详情主体代码 ***/
.vscontent {}
.vscontent .dp {
  position: relative;
  margin-bottom: 55px;
}
.vscontent .dp dt {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  border: solid 1px #9c9c9c;
  padding: 25px;
  background: #fff;
}
.vscontent .dp dd {
  position: absolute;
  left: 6px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  background: #eaeaea;
  z-index: -1;
}
.vscontent p b {
  font-size: 16px;
  color: #333;
}
.vscontent .fx {
  padding: 35px 40px;
  background: #f6f6f6;
  margin-top: 60px;
}
/************************************************************************************************************/
/*** 视角-详情主体代码 ***/
.sjbox .vscontent .dp dt {
  text-align: left;
}
.sjbox .vscontent p {
  text-indent: 2em;
}
.sjbox .vscontent strong {
  display: block;
  margin-left: -2em;
}
.sjbox .vscontent p span {
  font-size: 13px !important;
  color: #999;
}
/************************************************************************************************************/
/************************************************************************************************************/
/*** 招贤纳士主体代码 ***/
.talent1 {
  background: url('../images/zx1.jpg') center no-repeat;
  background-size: auto 100%;
}
.talent1 .ab_tit {
  text-align: left;
}
.talent1 .ab_tit hr {
  margin: 0;
}
.talent1 .fl {
  width: 53%;
}
.talent1 .fl b {
  color: #333;
}
.talent1 .fr {
  width: 44%;
}
.talent1 .fr img {
  width: 100%;
  height: auto;
}
.talent2 {
  background: url('../images/zx2.jpg') center no-repeat;
  background-size: 100% 100%;
}
.talent2 .ab_tit {
  margin-top: 0;
  text-transform: uppercase;
}
.talent2 .ab_tit dt {
  margin: 0;
}
.talent2 .ab_tit p {
  font-weight: normal;
  font-size: 14px;
  margin-top: 10px;
  color: #999;
}
.talent2 ul {
  border-bottom: solid 1px #eaeaea;
}
.talent2 ul li {
  border-top: solid 1px #eaeaea;
}
.talent2 ul li .tltit {
  padding: 20px 0;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  background: url('../images/zx_a.png') 98.5% center no-repeat;
}
.talent2 ul li .tltit b, .talent2 ul li .tltit span {
  width: 23%;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.talent2 ul li .tltit b {
  margin-left: 2%;
}
.talent2 ul li .item {
  display: none;
  background: #fff;
  padding: 25px 4%;
  color: #333;
  font-size: 16px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, .03);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, .03);
  box-shadow: 0 0px 10px rgba(0, 0, 0, .03);
}
.talent2 ul li table {
  width: 100%;
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 25px;
}
.talent2 ul li table tr.b th {
  font-size: 14px;
  font-weight: bold;
}
.talent2 ul li table tr th {
  font-weight: normal;
  line-height: 30px;
}
.talent2 ul li .txt {
  position: relative;
  padding: 25px 0;
}
.talent2 ul li .fl, .talent2 ul li .fr {
  width: 46%;
}
.talent2 ul li .txt p {
  line-height: 36px;
}
.talent2 ul li .txt p b {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.talent2 ul li hr {
  width: 1px;
  height: 100%;
  border: none;
  background: #e0e0e0;
  position: absolute;
  left: 50%;
  top: 0;
}
.talent2 ul li .infor {
  background: #0e3d65;
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
}
.talent2 ul li.on .tltit {
  color: #fff;
  background: #0e3d65 url('../images/zx_h.png') 98.5% center no-repeat;
}
.talent2 ul li.on .item {
  display: block;
}
/************************************************************************************************************/
/************************************************************************************************************/
/*** 联系我们主体代码 ***/
.map {
  width: 100%;
  height: 680px;
}
.contact {}
.contact .h2 {
  font-size: 20px;
  display: block;
  line-height: 42px;
  color: #333;
}
.contact .usbox {
  background: url('../images/lx_bg.jpg') center no-repeat;
}
.contact .us {
  text-transform: uppercase;
  border-left: solid 23px #0e3d65;
}
.contact .us1, .contact .us2 {
  display: inline-block;
  vertical-align: top;
}
.contact .us1 {
  width: 43%;
  padding-left: 6%;
}
.contact .us2 {
  width: 44%;
  margin-left: 5%;
  position: relative;
}
.contact .us2 .h2 {
  margin-bottom: 10px;
}
.contact .us2 dl {
  display: inline-block;
  vertical-align: top;
}
.contact .us2 dl.us_ew {
  width: 62%;
}
.contact .us2 dl.us_ew p {
  font-size: 13px;
  line-height: 24px;
  color: #999;
}
.contact .us2 dl.us_ew .p {
  margin-top: 25px;
}
.contact .us2 dl.us_ew .p img, .contact .us2 dl.us_ew .p p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  display: inline-block;
  vertical-align: middle;
}
.contact .us2 dl.us_ew .p img {
  border: solid 1px #ececec;
  margin-right: 30px;
  max-width: 45%;
}
.contact .us2 dl.us_ew .p em {
  display: block;
  letter-spacing: 13px;
}
.contact .us2 dl.us_tt {
  text-align: right;
  width: 37%;
  position: relative;
  color: #333;
  padding-top: 40px;
}
.contact .us2 dl.us_tt dt {
  font-size: 34px;
  line-height: 40px;
  margin-right: 4px;
}
.contact .us2 dl.us_tt dd {
  font-size: 24px;
  line-height: 30px;
  margin-top: 5px;
  letter-spacing: 8px;
}
.contact .us2 dl.us_tt img {
  position: absolute;
  bottom: -60px;
  right: 0;
}
.contact .us3 {
  font-size: 30px;
  letter-spacing: 17px;
  color: rgba(153, 153, 153, .1);
  line-height: 40px;
  margin-top: 20px;
  margin-left: 6%;
}
.contact .ustit {
  padding-top: 25px;
  margin-left: 6%;
  margin-bottom: 35px;
}
.contact .ustit b, .contact .ustit span {
  display: inline-block;
  vertical-align: bottom;
}
.contact .ustit hr {
  width: 38px;
  height: 2px;
  margin-top: 24px;
  background: #0e3d65;
  border: none;
}
.contact .ustit b {
  font-size: 24px;
  color: #333;
}
.contact .ustit span {
  font-size: 14px;
  color: #999;
  margin-left: 20px;
}
.contact .us ul span {
  display: block;
  font-size: 20px;
  margin-top: 35px;
}
.contact .us ul li {
  font-size: 16px;
  line-height: 35px;
  margin-top: 10px;
}
.contact .us ul li img {
  width: 18px;
  height: auto;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width:640px) {
  .sjyc, .hdp {
    display: none;
  }
  .sjxs, .fullslide {
    display: block;
  }
  body {
    font-size: 14px;
  }
  p {
    line-height: 24px;
  }
  .inner {
    width: 94%;
    min-width: 0;
  }
  .common {
    width: 92%;
    min-width: 0;
  }
  .nav_trigger {
    display: block;
  }
  .ywxq {
    min-height: inherit;
  }
  /************************************************************************************************************/
  /*** 顶部代码 ***/
  .header {
    position: relative;
    left: auto;
    top: auto;
  }
  .header .tp_ln, .tp_xx {
    display: none;
  }
  .logo {
    padding: 17px 0;
    background: url('../images/m_logo.png') left center no-repeat;
    background-size: 140px auto;
  }
  .logo img {
    width: 130px;
    height: auto;
    opacity: 0;
  }
  .nav {
    position: fixed;
    left: -100%;
    top: 59px;
    background: #f1f1f1;
    z-index: 100;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    width: 94%;
    height: 100%;
    padding: 0 3%;
  }
  .nav li {
    float: none;
    width: 100%;
    border-top: solid 1px #e2e2e2;
  }
  .nav li a {
    padding: 0 5%;
    color: #666;
  }
  .nav li .nv {
    margin: 0;
    line-height: 54px;
  }
  .nav li ul {
    position: relative;
    top: 0px;
    display: block;
    background: none;
    text-align: left;
    border: none;
    padding-bottom: 10px;
  }
  .nav li ul li {
    font-size: 14px;
    margin: 0 15px;
    width: auto;
    border: none;
  }
  .nav li ul li a {
    color: #999;
    line-height: 30px;
  }
  .nav li ul li:hover a {
    color: #999;
  }
  .searchbox {
    top: -100%;
    width: 94%;
    left: 3%;
    border: solid 1px #d6d6d6;
    height: 50px;
    border-radius: 30px;
    background: #f1f1f1;
  }
  .searchbox .input_txt, .searchbox .input_but {
    display: inline-block;
    vertical-align: middle;
    border: none;
    background: none;
    margin-top: 6px;
  }
  .searchbox .input_txt {
    width: 80%;
    padding: 0;
    margin: 6px 5% 0;
  }
  .searchbox .input_but {
    width: 25px;
    height: 25px;
    background: url('../images/tp_sssj.png') center no-repeat;
    background-size: 25px auto;
  }
  .nav-active {
    background: #fff;
    position: fixed;
    z-index: 999;
  }
  .nav-active .nav {
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  /*.nav-active .logo{background:url('../images/lg_sj.png') left center no-repeat;background-size:130px auto;}
	.nav-active .logo img{opacity:0;}*/
  .nav-active .searchbox {
    position: fixed;
    opacity: 1;
    top: 90%;
    z-index: 999;
  }
  .searchbox input {
    display: block;
    float: none;
    margin: 0 auto;
    width: 90%;
    border: 3px solid #4c4a4f;
  }
  /************************************************************************************************************/
  /*** 底部代码 ***/
  .footer .ft1 .fl, .footer .ft1 .fr {
    width: 100%;
  }
  .footer .ft1 {
    padding-bottom: 24px;
  }
  .footer .ft1 dt {
    border-bottom: solid 1px #3d3d3d;
    padding-bottom: 24px;
    margin-bottom: 15px;
  }
  .footer .ft1 dt img, .footer .ft1 select {
    vertical-align: middle;
  }
  .footer .ft1 dt img {
    width: 40%;
  }
  .footer .ft1 select {
    width: 48%;
    padding: 0 3%;
    margin-left: 8%;
    margin-top: 0px;
    background-position: 98% center;
  }
  .footer .ft1 .fr {
    text-align: center;
    position: relative;
  }
  .footer .ft1 .fr p {
    margin-top: 10px;
  }
  .footer .ft1 .fr p img {
    width: 30px;
    height: auto;
    vertical-align: middle;
    display: inline;
    margin-right: 20px;
  }
  .footer .ft1 .fr span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 35px;
    margin-top: 0px;
  }
  .footer .share {
    margin-top: 20px;
  }
  .footer .ft2 dt {
    display: none;
  }
  /************************************************************************************************************/
  /*** 首页主体代码 ***/
  .itit {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .itit b, .itit span {
    line-height: 30px;
  }
  .itit span {
    margin-top: 10px;
  }
  .ipad85 {
    padding: 45px 0;
  }
  .more {
    padding: 0 25px;
    line-height: 40px;
    font-size: 14px;
  }
  /*** 首页-公司简介主体代码 ***/
  .row1 .itit {
    margin-left: 4%;
    padding-top: 0px;
  }
  .row1 .itit b {
    position: relative;
    z-index: 10;
    margin-top: -30px;
  }
  .row1 .itit .en {
    font-size: 0.75rem;
    line-height: 50px;
    z-index: 1;
    margin-left: -5px;
    margin-top: 0;
    height: 50px;
    overflow: hidden;
  }
  .row1 {
    background: url('../images/rw1_bgsj.jpg') center top no-repeat;
    padding-bottom: 0;
  }
  .row1 dl dt {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
  }
  .row1 dl dd {
    margin-top: 25px;
  }
  .row1 dl dd span {
    display: inline;
    line-height: 36px;
  }
  /*.more{padding:0 19px;line-height:40px;font-size:14px;}
	.more em{margin-left:15px;}*/
  .row1 dl dd .num {
    display: none;
  }
  .more_rad {
    line-height: 34px;
    width: 118px;
    margin-top: 25px;
  }
  .row1 .pic img {
    display: block;
    margin-top: 30px;
  }
  /*** 首页-中雷团队主体代码 ***/
  .row2 .p {
    line-height: 30px;
    font-size: 14px;
  }
  .row2 .p span {
    display: inline;
  }
  .row2 .p .more {
    display: none;
  }
  .row2 ul {
    margin-top: 35px;
  }
  .row2 li {
    width: 31%;
    margin: 1.1%;
  }
  .row2 li img {
    width: 100%;
    height: auto;
  }
  .row2 li b span {
    display: none;
  }
  .row2 li.first {
    width: 98.8%;
    margin-bottom: 10px;
  }
  .row2 li.first a {
    vertical-align: top;
  }
  .row2 li.first a.img img {
    width: 100%;
    height: auto;
  }
  .row2 li.first a.txt {
    width: 60%;
  }
  .row2 li.first span {
    font-size: 22px;
    line-height: 30px;
  }
  .row2 li.first b {
    margin: 0;
    line-height: 30px;
  }
  .row2 li.first p {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
  }
  .row2 li.first hr, .row2 li .more_rad {
    display: none;
  }
  /*** 首页-业务领域主体代码 ***/
  .row3 {
    padding-right: 1%;
    padding-left: 1%;
  }
  .row3 li {
    width: 48%;
    margin: 1%;
  }
  .row3 li a img {
    width: 45px;
    height: auto;
  }
  .row3 li .img {
    width: 100%;
    height: auto;
  }
  .row3 li dl dt span {
    font-size: 16px;
  }
  .row3 li dl dt p {
    line-height: 20px;
    font-size: 12px;
    margin: 0;
    display: none;
  }
  .row3 li dl dd {
    margin-top: 0px;
  }
  .row3 li dl dd p {
    line-height: 28px;
    height: 112px;
    padding-top: 15px;
    font-size: 14px;
  }
  .row3 li:hover dl {
    bottom: 25px;
  }
  .row3 li a .more_rad {
    margin-top: 10px;
  }
  /*** 首页-资讯动态主体代码 ***/
  .row4 dl dt {
    font-size: 18px;
  }
  .row4 dl dt span {
    line-height: 33px;
    margin: 0 20px;
  }
  .row4 dl dd {
    margin-top: 30px;
  }
  .row4 ul li {
    width: 48%;
    margin: 2% 1%;
  }
  .row4 ul li .txt {
    padding: 6% 5%;
  }
  .row4 ul li em {
    line-height: 20px;
    font-size: 12px;
    margin: 0;
  }
  .row4 ul li b {
    font-size: 16px;
    line-height: 28px;
    max-height: 28px;
    margin: 10px 0;
    overflow: hidden;
  }
  .row4 ul li p, .row4 .rw4_btn {
    display: none;
  }
  .row4 ul li span {
    color: #999;
  }
  /*** 首页-中雷视角主体代码 ***/
  .row5 {
    padding: 35px 0 30px;
  }
  .row5 dl {
    width: 100%;
  }
  .row5 dl dt {
    padding-bottom: 15px;
  }
  .row5 dl dt b {
    font-size: 12px;
    line-height: 30px;
  }
  .row5 dl dt span {
    font-size: 24px;
    line-height: 40px;
    margin-top: 10px;
  }
  .row5 dl dt span em {
    display: inline;
  }
  .row5 dl dd b {
    font-size: 16px;
  }
  .row5 dl dd p {
    line-height: 28px;
    font-size: 16px;
    margin-top: 15px;
  }
  .row5 .more {
    margin-top: 30px;
  }
  .row5 ul {
    margin-top: 40px;
    padding: 5px 0;
  }
  .row5 ul li {
    width: 20%;
    margin: 10px 3%;
  }
  .row5 ul li img {
    height: 40px;
  }
  /************************************************************************************************************/
  /*** 内页主体代码 ***/
  .banner .common {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    z-index: 10px;
    transform: translateX(-50%);
  }
  .banner dl dt {
    margin-top: 0px;
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 45px;
  }
  .banner dl dd p {
    line-height: 28px;
    font-size: 14px;
  }
  .subnav {
    text-align: center;
    margin-bottom: 20px;
  }
  .subnav a {
    padding: 0 2%;
    font-size: 16px;
    line-height: 39px;
  }
  .page a {
    margin: 25px 4px 0;
    font-size: 12px;
  }
  .sxb {
    margin-top: 40px;
    padding-top: 25px;
  }
  .sxb li {
    width: 100%;
    margin-top: 15px;
    padding: 10px 0;
  }
  .sxb li a {
    max-width: 75%;
  }
  /************************************************************************************************************/
  /*** 关于我们主体代码 ***/
  .bn_ab dl dt {
    font-size: 16px;
    letter-spacing: 0;
  }
  .bn_ab dl dt img {
    width: 42%;
    margin-left: 10px;
  }
  .bn_ab dl dt span {
    font-size: 18px;
    line-height: 25px;
    margin: 20px 0;
  }
  dl.ab_tit {
    margin: 10px 0 25px;
  }
  dl.ab_tit dt {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: -45px;
  }
  dl.ab_tit dd {
    font-size: 36px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
  }
  dl.ab_tit hr {
    width: 12px;
  }
  .pad60 {
    padding: 30px 0;
  }
  .ab1 p {
    line-height: 30px;
  }
  .ab1 p span {
    display: inline;
  }
  .ab1 ul {
    margin-top: 15px;
  }
  .ab1 ul li {
    width: 49%;
    margin-top: 15px;
  }
  .ab1 ul li img {
    width: 30px;
    height: auto;
  }
  .ab1 ul li b, .ab1 ul li span {
    line-height: 30px;
    font-size: 14px;
  }
  .ab1 ul li b {
    font-size: 22px;
    margin-top: 5px;
  }
  .ab2 ul {
    width: 100%;
  }
  .ab2 .common {
    position: relative;
    padding-bottom: 0;
  }
  .ab2 .ab2_1 dl {
    margin-left: 0;
    width: 100%;
    padding-top: 25px;
  }
  .ab2 .ab2_1 dl dt, .ab2 .ab2_1 dl dd {
    display: inline-block;
    vertical-align: bottom;
  }
  .ab2 .ab2_1 dl dt {
    font-size: 36px;
    line-height: 45px;
  }
  .ab2 .ab2_1 dl dd {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
  }
  .ab2 .ab2_1 p {
    line-height: 30px;
    margin-top: 20px;
  }
  .ab2 .ab2_2 {
    position: relative;
    bottom: auto;
    margin-top: 15px;
  }
  .ab2 .ab2_2 video {
    width: 100%;
    height: auto;
  }
  .ab3 .hd {
    width: 100%;
  }
  .ab3 .bd {
    width: 100%;
    padding: 30px 0;
  }
  .ab3 .bd .tempWrap {
    margin: auto;
  }
  .ab3 .bd li {
    width: 180px !important;
  }
  .ab3 .bd li img {
    width: 100%;
    height: auto;
  }
  .ab3 .bd span {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 7px auto;
  }
  .ab3 .bd .prev {
    left: 10px;
  }
  .ab3 .bd .next {
    right: 10px;
  }
  /************************************************************************************************************/
  /*** 业务领域主体代码 ***/
  .business ul li {
    width: 100%;
    margin: 2% 0;
  }
  .business ul li img {
    width: 32px;
    margin-right: 15px;
  }
  .business ul li span {
    font-size: 20px;
  }
  .business ul li p {
    padding-top: 15px;
    margin: 15px 0;
    line-height: 25px;
    height: auto;
  }
  /************************************************************************************************************/
  /*** 业务领域-详情主体代码 ***/
  .ywxq {
    padding-bottom: 0;
  }
  .ywxq .ab_tit {
    text-align: center;
  }
  .ywxq .ab_tit hr {
    margin: 0 auto;
  }
  .ywxq .xq {
    width: 92%;
    margin-left: 4%;
  }
  .ywxq .xq p {
    margin-top: 10px;
  }
  .ywxq .xq p span {
    margin-top: 25px;
  }
  .ywxq .xq p strong {
    font-size: 20px;
  }
  .ywxq .xqimg {
    position: relative;
    right: -4%;
    bottom: 0;
    width: 96%;
    margin-top: 30px;
  }
  /************************************************************************************************************/
  /*** 团队主体代码 ***/
  .team1 p {
    width: 100%;
    line-height: 32px;
  }
  .team1 a {
    float: right;
    display: block;
    width: 50%;
  }
  .team1 img {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100%;
    height: auto;
  }
  .team2 {
    padding-bottom: 10px;
  }
  .team2 ul li {
    width: 43%;
    margin-bottom: 4%;
  }
  .team2 ul li p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 5px;
  }
  .team2 ul li p b {
    font-size: 14px;
  }
  .team2 ul li p span {
    display: none;
  }
  .team2 ul li .txt {
    padding: 25px 0;
    background-size: auto 100%;
  }
  .team2 ul li .txt p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
  }
  .team2 ul li:hover {
    padding-bottom: 190px;
  }
  .team2 ul li:hover em, .team2 ul li:hover .txt {
    opacity: 1;
  }
  .team2 ul li:nth-child(2):hover {
    padding-bottom: 235px;
  }
  .team2 ul li:nth-child(3):hover, .team2 ul li:nth-child(6):hover {
    padding-bottom: 210px;
  }
  .team2 ul li:nth-child(10):hover {
    padding-bottom: 145px;
  }
  /************************************************************************************************************/
  /*** 新闻动态主体代码 ***/
  .news {
    padding-bottom: 25px;
  }
  .news li {
    margin-top: 25px;
    padding-top: 29px;
  }
  .news li dl, .news li .txt p {
    display: none;
  }
  .news li .txt span {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .pagelist {
    color: #999;
    margin: 30px auto 0px;
  }
  .pagelist select {
    border: solid 1px #eaeaea;
    background: none;
    font-size: 16px;
    width: 120px;
    height: 45px;
    text-align: center;
    margin-right: 25px;
  }
  .pagelist span {
    color: #333;
    font-size: 16px;
  }
  /************************************************************************************************************/
  /*** 新闻动态-详情主体代码 ***/
  .return {
    padding: 20px 0 10px;
  }
  .return a {
    font-size: 14px;
  }
  .newstext {
    width: 92%;
    padding: 0 4% 30px;
  }
  .newstext dl.nwtit {
    margin: 25px 0 30px;
  }
  .newstext dl.nwtit dt {
    font-size: 24px;
    line-height: 35px;
  }
  .newstext dl.nwtit dd {
    margin-top: 20px;
    padding: 11px 0;
  }
  .newstext dl.nwtit dd span {
    font-size: 14px;
    width: auto;
    line-height: 30px;
    margin-right: 2%;
  }
  .newstext .share {
    float: left;
  }
  /************************************************************************************************************/
  /*** 中雷视觉主体代码 ***/
  .visionbox {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .vision {
    border-top: solid 1px #e8e8e8;
    padding-top: 6%;
  }
  .vision li {
    width: 100%;
    margin: 0 0 6%;
    padding-bottom: 20px;
  }
  .vision li a {
    font-size: 12px;
  }
  .vision li b {
    font-size: 18px;
    line-height: 30px;
    height: auto;
    margin: 8px 0 15px;
  }
  .vision li p {
    display: none;
  }
  .vision li hr {
    height: 2px;
    bottom: -1px;
    width: 35px;
  }
  .visionbox .pagelist {
    margin-top: 0;
  }
  /************************************************************************************************************/
  /*** 中雷视觉-详情主体代码 ***/
  .vscontent .dp {
    margin-bottom: 30px;
  }
  .vscontent .dp dt {
    font-size: 14px;
    padding: 3%;
    text-align: left;
    line-height: 27px;
  }
  .vscontent .dp dd {
    position: absolute;
    left: 6px;
    bottom: -5px;
    width: 100%;
    height: 100%;
    background: #eaeaea;
    z-index: -1;
  }
  .vscontent p b {
    font-size: 14px;
  }
  .vscontent .fx {
    padding: 5% 6%;
    margin-top: 30px;
  }
  /************************************************************************************************************/
  /*** 招贤纳士主体代码 ***/
  .talent1 .fl, .talent1 .fr {
    width: 100%;
  }
  .talent1 .fr {
    margin-top: 20px;
  }
  .talent2 .ab_tit p {
    margin-top: 0px;
  }
  .talent2 ul li .tltit {
    padding: 10px;
    font-size: 14px;
  }
  .talent2 ul li .tltit b, .talent2 ul li .tltit span {
    width: 48%;
    line-height: 25px;
  }
  .talent2 ul li .tltit b {
    margin: 0;
    display: block;
    width: 100%;
  }
  .talent2 ul li .item {
    padding: 15px 4%;
    color: #333;
    font-size: 14px;
  }
  .talent2 ul li table {
    padding-bottom: 15px;
    position: relative;
  }
  .talent2 ul li table tr th {
    display: block;
    line-height: 30px;
    padding-left: 73px;
  }
  .talent2 ul li table tr.b th {
    position: absolute;
    left: 0;
    padding: 0;
  }
  .talent2 ul li table tr.b th:nth-child(1) {
    top: 5px;
  }
  .talent2 ul li table tr.b th:nth-child(2) {
    top: 35px;
  }
  .talent2 ul li table tr.b th:nth-child(3) {
    top: 65px;
  }
  .talent2 ul li .txt {
    padding: 15px 0;
  }
  .talent2 ul li .fl, .talent2 ul li .fr {
    width: 100%;
  }
  .talent2 ul li .fr {
    margin-top: 20px;
  }
  .talent2 ul li .txt p {
    line-height: 28px;
  }
  .talent2 ul li .txt p b {
    margin-bottom: 5px;
  }
  .talent2 ul li hr {
    display: none;
  }
  .talent2 ul li .infor {
    line-height: 25px;
    padding: 10px;
    font-size: 13px;
  }
  /************************************************************************************************************/
  /*** 联系我们主体代码 ***/
  .map {
    height: 380px;
  }
  .contact .usbox {
    background-position: right center;
  }
  .contact .h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .contact .us {
    border-left: solid 5px #0e3d65;
  }
  .contact .us1, .contact .us2 {
    display: block;
    width: 96%;
    padding-left: 4%;
  }
  .contact .us2 {
    margin-left: 0%;
    margin-top: 20px;
  }
  .contact .us2 dl.us_ew {
    width: 100%;
  }
  .contact .us2 dl.us_ew p {
    font-size: 14px;
  }
  .contact .us2 dl.us_ew .p {
    margin-top: 15px;
  }
  .contact .us2 dl.us_tt {
    display: none;
  }
  .contact .us3 {
    font-size: 22px;
    letter-spacing: 5px;
    line-height: 35px;
    margin-top: 10px;
    margin-left: 4%;
  }
  .contact .ustit {
    padding-top: 15px;
  }
  .contact .ustit hr {
    margin-top: 17px;
  }
  .contact .ustit b {
    font-size: 20px;
  }
  .contact .ustit span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
  .contact .us ul span {
    display: block;
    font-size: 16px;
    margin-top: 20px;
  }
  .contact .us ul li {
    font-size: 14px;
    line-height: 25px;
  }
  .contact .us ul li img {
    width: 15px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
.layout-footer {
	display: none;
}
}
.layout-footer {
	margin-top: 50px;
	background-color: #f4a814;
	height: 50px;
	color: black;
	position: fixed;
	width: 100%;
	z-index: 9999;
	bottom: 0;
	border-top: 1px solid #ea6e00;
	text-align: center;
}
.bottom_nav {
	width: 100%;
	float: left;
	line-height: 50px;
	font-size: 16px
}
.bottom_nav a {
	display: block;
	color: #FFF
}
.layout-footer .bottom_nav:hover {
	border-left: 1px solid #ea6e00;
	border-right: 1px solid #ea6e00;
}