@font-face {
  font-family: ziti;
  src: url('../img/Barlow Condensed SemiBold.woff2.ttf');
}
@font-face {
  font-family: ziti1;
  src: url('../img/ModernMTStd-Extended.ttf');
}
@font-face {
  font-family: ziti2;
  src: url('../img/impact.ttf');
}
.clear:after{
  display: block;
  content: '';
  clear: both;
}
li{
  list-style: none;
}
.warpper1{
  width: 1242px;
  margin: 0 auto;
}
.containimg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.coverimg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*头部*/
.top{
  width: 100%;
  position: fixed;
  border-top: 5px solid #ba0f18;
  top: 0;
  z-index: 990;
  transition: all 0.5s;
}
.top.fixed{
  transition: all 0.5s;
  top: 0;
  height: 98px;
  background: rgba(0,0,0,0.7);
  transition: all 0.5s;
}
.container{
  width: 1600px;
  margin: 0 auto;
  position: relative;
}
.top-left{
  float: left;
  padding-top:20px;
  z-index: 100;
  position: relative;
}
.logo{
  float: left;

}
.logo img{
  padding-top: 10px;
  padding-right: 10px;
}
.logo-tit{
  float: right;
}
.logo-tit h1{
  color: #fff;
  font-size: 34px;
}
.logo-tit p{
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.3px;
  font-weight: lighter;
}
.top-right{
  position: absolute;
  right: 0;
  width:65%;
  z-index: 100;
  height: 92px;
  top: 0;
}
.top-right:after{
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.3);
  z-index: 100;
}
.nav{
  float: left;
}
.nav ul li{
  width: 86px;
  float: left;
  position: relative;
  height: 92px;
  margin-right: 25px;
  text-align: center;
}
.nav ul li> a{
  display: block;
  color: #fff;
  font-size:16px;
  line-height: 120px;
  position: relative;
  z-index: 100;
}
.nav ul li>a:after{
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  height: 98px;
  background: linear-gradient(to bottom,#051145,#1d3893);
  z-index: -10;
  top:-100%;
  transition: all 0.5s;
}
.nav ul li:last-child{
  margin-right: 0;
}
.nav ul li:hover>a:after{
  top: 0;
  transition: all 0.5s;
}
.nav ul li.active>a:after{
  top: 0;
}
.top-lianxi{
  position: absolute;
  top: 0;
  right: 0;
  ---width: 288px;
  height: 38px;
  border-radius: 0 0 21px 21px;
  background: #af0e19;
  z-index: 120;
}
.top-mes {
  line-height: 37px;
  text-align: center;
  width: 105px;
  background: #1c3791;
  border-radius: 0 0 0 21px;
  float: left;
}
.top-mes a{
  color:#fff;
  font-size: 16px;
}
.top-tel{
  float: right;
  width: 183px;
  text-align: center;
  background: url("../img/top-tel.png") no-repeat center left 12px;
  color: #fff;
  font-size: 24px;
  font-family: ziti;
  text-indent: 10px;
}
.nav-erji{
  position: relative;
  background: linear-gradient(to bottom,#051145,#1d3893);
  padding: 40px;
  top: 8px;
  display: none;
  z-index: 100;
}
.nav-text{
  float: left;
  padding-top: 12px;
  width: 675px;
}
.nav-text h3{
  color: #fff;
  font-size: 24px;
}
.nav-text h3 sub{
  color: rgba(255,255,255,0.6);
  font-size: 16px;
  padding-left: 26px;
  text-transform: uppercase;
  font-family: ziti1;
}
.nav-text  p{
  color: rgba(255,255,255,0.6);
  font-size: 16px;
  padding: 25px 0 15px 0;
}
.nav-erji-img{
  width: 360px;
  height: 220px;
  float: right;
  overflow: hidden;
}
.nav-erji-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-erji ul li{
  width: 156px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border: 1px dashed rgba(255,255,255,0.4);
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.nav-erji ul li:nth-child(4n){
  margin-right: 0;
}
.nav-erji ul li a{
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}
.nav-erji ul li:hover{
  background: #df0012;
  border: 1px solid #df0012;
}
.nav-erji ul li:hover a{
  color: #fff;
}
/*banner*/
.banner{
  width: 100%;
  position: relative;
}
.ban-next{
  padding-right: 5%;
  color: #df0012!important;
}
.ban-prev{
  padding-left: 5%;
  color: #df0012!important;
}
/*首页*/
.index1{
  width: 100%;
  position: relative;
  background: #ebeff3;
  padding-bottom: 67px;
}
.index1-left{
  width: 292px;
  height: 411px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,16,60,0.1);
  border-radius: 20px 0 20px 0;
  position: absolute;
  top: -100px;
  z-index: 150;
  right: 0;
  opacity: 0;
  transition: all 0.4s;
}
.index1-left img{
  display: block;
  margin: 0 auto;
  padding-top: 48px;
  padding-bottom: 17px;
}
.index1-left h3{
  color: #053ba8;
  font-size: 24px;
  text-align: center;
}
.index1-left p{
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  padding: 54px 33px 51px 33px;
  text-align: center;
}
.index1-left a{
  display: block;
  width: 190px;
  height: 51px;
  border-radius: 9px;
  box-shadow: 10px 10px 15px 0px rgba(224,1,18,0.2);
  background: linear-gradient(to right,#bc0d1a,#e10012);
  margin: 0 auto;
  text-align: center;
  line-height: 51px;
  color: #fff;
  font-size: 15px;
}
.index1-left a:hover{
  background: linear-gradient(to right,#051145,#1d3893);
  box-shadow: 10px 10px 15px 0px rgba(5,59,168,0.2);
}
.index1-right{
  padding-top: 40px;
  width: 100%;
}
.index1-right ul li{
  float: left;
  width: 292px;
  height: 289px;
  margin-right: 24px;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}
.index1-right ul li:last-child{
  margin-right: 0;
}
.adv1-box{
  width: 252px;
  height: 106px;
  margin: 0 auto;
  border-radius: 20px 0 20px 0;
  box-shadow: 10px 10px 15px 0px rgba(224,1,18,0.2);
  background: linear-gradient(to right,#bc0d1a,#e10012);
  position: relative;
  margin-top: -47px;
  z-index: 10;
  text-align: center;
  overflow: hidden;
}
.adv-img{
  width: 292px;
  height: 210px;
  overflow: hidden;
}
.adv-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adv1-img{
  padding-top:15px;
}
.adv1-img img{
  display: block;
  margin: 0 auto;
  filter: grayscale(100%) brightness(800%);
}
.adv1-box h3{
  color: #fff;
  font-size: 20px;
  padding-top: 15px;
  font-weight: bold;
}
.adv1-jia{
  position: relative;
  width: 74px;
  height: 74px;
  float: right;
  margin-top: -34px;
  margin-right:-34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  transition: all 0.5s;
}
.adv1-box p{
  position: absolute;
  right: 8px;
  bottom: 5px;
  color: #fff;
  font-size: 20px;
}
.index1-right ul li:hover{
  overflow: inherit;
}
.index1-right ul li:hover .adv1-jia{
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  margin-top: -94px;
  margin-right: -0px;
  border-radius: 0;
}
.index1-right ul li:hover .index1-left{
  opacity: 1;
  top: -125px;
  transition: all 0.4s;
}
.index2{
  width: 100%;
  position: relative;
  padding-top: 80px;
}
.index2-title{
  text-align: center;
  background: url("../img/title.png") no-repeat center center;
}
.index2-title p{
  color: rgba(4,57,149,0.8);
  font-size: 18px;
  padding-top: 10px;
  text-transform: uppercase;
  font-family: ziti1;
}
.index2-title h3{
  color: #043995;
  font-size: 36px;
  font-weight: bold;
}
.index2-center{
  width: 100%;
  padding: 80px 0 35px 0;
  margin-top: 50px;
  background: url("../img/index2.jpg?v=1.0.2") no-repeat center center;
}
.index2-right{
  width:802px;
  float: right;
}
.index2-r-title{
  margin-left: 230px;
}
.index2-hot{
  width: 178px;
  height: 178px;
  float: left;
  background: url("../img/hot.png") no-repeat center center;
  text-align: center;
  line-height: 224px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.index2-hot-type{
  float: right;
  width: 360px;
}
.index2-hot-type h3{
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
.index2-hot-type h3:after{
  display: block;
  content: '';
  width: 360px;
  height: 2px;
  background: url("../img/line.png") no-repeat center;
  margin: 20px 0;
}
.index2-hot-type h4{
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.index2-hot-list{
  width: 100%;
  overflow: hidden;
}
.index2-hot-list{
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  margin-top: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.phot-img{
  width: 240px;
  height: 240px;
  overflow: hidden;
}
.phot-img img{
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.phot .swiper-slide:hover .phot-img img{
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.phot p{
  color: #666666;
  font-size: 18px;
  text-align: center;
  padding-top: 17px;
}
.phot .swiper-slide:hover p{
  color: #db0213;
}
.chanpin-list{
  width: 100%;
  position: relative;
  padding:60px 0 65px 0;
}
.cp-type ul li:first-child{
  margin-left: -30px;
}
.cp-type ul li{
  padding:0 30px;
  float: left;
  position: relative;
}
.cp-type ul li:after{
  display: block;
  content: '';
  width: 2px;
  height: 16px;
  background: rgba(0,0,0,0.08);
  position: absolute;
  right: 0;
  top:5px;
}
.cp-type ul li a{
  color: #666666;
  font-size: 18px;
}
.cp-type ul li:nth-child(6):after{
  display: none;
}
.cp-type ul li a:after{
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #df0012;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  bottom: -5px;
}
.cp-type ul li:hover a{
  color: #df0012;
  font-weight: bold;
}
.cp-type ul li:hover a:after{
  width: 36px;
  transition: all 0.5s;
}
.cpmore{
  float: right;
  margin-top: -3px;
  background: url("../img/jia.png") no-repeat center right;
}
.cpmore a{
  color: #df0012;
  font-weight: bold;
  font-size: 20px;
  padding-right: 30px;
}
.cpmore:hover a{
  color: #082658;
}
.cp-list{
  width: 100%;
  overflow: hidden;
  margin-top: 35px;
}
.cplist .swiper-slide{
  position: relative;
}
.cp-img{
  width: 281px;
  height: 281px;
  overflow: hidden;
}
.cp-img img{
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.cplist .swiper-slide:hover .cp-img img{
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.cplist p{
  color: #666666;
  font-size: 18px;
  text-align: center;
  padding-top: 17px;
}
.cp-hover{
  position:absolute;
  width: 281px;
  height:281px;
  top: -100%;
  left: 0;
  background: rgba(0,0,0,.6);
  z-index: 100;
  transition: all 0.5s;
}
.cp-hover img{
  width: 48px;
  height: 48px;
  display: block;
  margin: 83px auto 30px;
}
.cp-link{
  width:254px;
  height: 40px;
  margin: 0 auto;
}
.cp-link a{
  display: block;
  width: 50%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-indent: 38px;
}
.cp-link a:nth-child(1){
  float: left;
  border-radius: 30px 0 0 0 ;
  background: #12328d url("../img/l1.png") no-repeat center left 15px;
}
.cp-link a:nth-child(2){
  float: right;
  border-radius: 0 0 30px 0;
  background: #c70a18 url("../img/l2.png") no-repeat center left 15px;
}
.cplist .swiper-slide:hover .cp-hover{
  top: 0;
  transition: all 0.5s;
}
.index3{
  width: 100%;
  position: relative;
  background: url("../img/index3.jpg") no-repeat center top;
  padding-top: 60px;
  padding-bottom: 80px;
}
.index3-title{
  background: url("../img/index3.png") no-repeat center center;
}
.index3-title p,.index3-title h3{
  color: #fff;
}
.company{
  width: 100%;
  padding-top: 33px;
}
.com-left{
  float: left;
  width: 662px;
}
.com-left h3{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.com-left h3:after{
  display: block;
  content: '';
  width: 61px;
  height: 2px;
  background: #d80111;
  margin: 20px 0;
}
.com-left .com-t{
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;

}
.com-right{
  width: 406px;
  height: 118px;
  float: right;
  background: rgba(0,0,0,0.15);
  border-radius: 20px 0 0 0;
  padding: 45px 40px;
}
.com-right-l{
  width: 167px;
  float: left;
}
.com-right-l a{
  display: block;
  width: 100%;
  height: 49px;
  border: 1px dashed rgba(255,255,255,0.5);
  border-radius: 20px 0 20px 0;
  text-indent:65px;
  color: #fff;
  font-size: 16px;
  line-height: 49px;
}
.com-right-l a:nth-child(1){
  background: url("../img/c1.png") no-repeat center left 38px;
  margin-bottom: 20px;
}
.com-right-l a:nth-child(2){
  background: url("../img/c2.png") no-repeat center left 38px;
}
.com-right-l a:nth-child(1):hover{
  background:#de0113 url("../img/c1.png") no-repeat center left 38px;
}
.com-right-l a:nth-child(2):hover{
  background:#de0113 url("../img/c2.png") no-repeat center left 38px;
}
.com-right-r{
  float: right;
  width: 218px;
  height: 119px;
  background: url("../img/c4.png") no-repeat center center;
}
.com-right-r img{
  display: block;
  margin: 0 auto;
  padding-top: 17px;
}
.com-right-r p{
  color: #fff;
  font-size: 32px;
  text-align: center;
  font-family: ziti;
}
.com-bo{
  width: 100%;
}
.com-pic{
  width: 800px;
  float: left;
  height: 339px;
  position: relative;
}
.com-pic p{
  width: 400px;
  height: 339px;
  float: left;
  overflow: hidden;
}
.com-pic p:nth-child(1){
  margin-right: 10px;
  border-radius: 120px 0 0 0;
}
.com-pic p:nth-child(2){
  width: 390px;
}
.com-pic p img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.com-pic-h{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 274px;
  height: 152px;
  background: rgba(216,1,17,0.85);
}
.com-pic-h img{
  display: block;
  margin: 0 auto;
  padding-top: 20px;
  filter: grayscale(100%) brightness(800%);
}
.com-pic-h h3{
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  padding-top: 10px;
  text-align: center;
}
.com-honor{
  width: 400px;
  height: 339px;
  border-radius: 0 0 120px 0;
  background: url("../img/honor.jpg") no-repeat center center;
  float: right;
  position: relative;
  overflow:hidden;
}
.com-honor-h{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.com-honor-h img{
  display: block;
  margin: 0 auto;
  padding-top: 100px;
}
.com-honor-h p{
  color: #fff;
  font-size:26px;
  text-align: center;
  padding-top: 18px;
}
.com-honor:hover .com-honor-h{
  background: rgba(216,1,17,0.8);
  transition: all 0.5s;
}
.index4{
  width: 100%;
  position: relative;
  background: url("../img/news.png") no-repeat center bottom;
  padding: 0 0 145px 0;
}
.news-top{
  width: 100%;
}
.news-left{
  width: 535px;
  float: left;
}
.news-title{
  background: url("../img/n-title.png") no-repeat center left 35px;
}
.news-title p{
  color: rgba(4,57,149,0.8);
  font-size: 18px;
  padding-top: 10px;
  text-transform: uppercase;
  font-family: ziti1;
}
.news-title h3{
  color: #043995;
  font-size: 36px;
  font-weight: bold;
}
.n1{
  width: 100%;
  padding-top: 28px;
  padding-bottom: 72px;
  border-bottom: 1px dashed #cbcbcb;
}

.n1 a{
  display: block;
}
.n1 h3{
  color: #292929;
  font-size: 22px;
  font-weight: bold;
}
.n1 h3:after{
  display: block;
  content: '';
  width: 50px;
  height: 2px;
  background: #df0012;
  margin: 25px 0;
}
.n1 p{
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;/*超出2行就显示省略号，可以填3或者其它正整数*/
}
.news-right{
  width: 600px;
  height: 350px;
  float: right;
  background: url("../img/n1.png") no-repeat center center;
  overflow: hidden;
}
.n-img{
  width: 568px;
  height: 333px;
  float: right;
  overflow: hidden;
  margin-top: 17px;
  margin-right: 7px;
  border-radius: 0 0 20px 0;
}
.n-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list{
  width: 100%;
  padding-top: 60px;
}
.news-list ul li{
  width: 384px;
  height: 250px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-sizing: border-box;
  float: left;
  margin-right: 24px;
  border-radius: 20px 0 20px 0;
  box-shadow: 10px 10px 15px 0px rgba(0,16,60,0.06);
}
.news-list ul li:last-child{
  margin-right: 0;
}
.n-t{
  padding-right: 18px;
  margin-bottom: 25px;
}
.n-time{
  float: left;
}
.n-time p{
  width: 90px;
  height: 36px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: ziti;
}
.n-time .t1{
  background: #033999;
  border-radius: 20px 0 0 0;
}
.n-time .t2{
  background: #df0012;
  border-radius:0 0 20px 0;
}
.n-tit{
  width: 250px;
  float: right;
  color: #252525;
  font-size: 19px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
  margin-top: 20px;
}
.n-text{
  padding: 20px;
  border-top: 1px solid #e5e5e5;

}
.n-text p{
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  font-weight: lighter;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;/*超出2行就显示省略号，可以填3或者其它正整数*/
}
.n-text span{
  color: #bbbbbb;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
}
.n-text span:before{
  display: block;
  content: '';
  width:0;
  height: 1px;
  background: url("../img/n-line.png") no-repeat center center;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  transition: all 0.5s;
}
.news-list ul li:hover .n-text span{
  color: #df0012;
  font-weight: bold;
}
.news-list ul li:hover .n-text span:before{
  width: 232px;
  transition: all 0.5s;
}
/*底部*/
.foot{
  width: 100%;
  position: relative;
}
.foot-link{
  width: 100%;
}
.foot-link .warpper{
  background: #fff;
  border-radius: 20px 0 20px 0;
  height: 113px;
  position: relative;
  margin: -68px auto 0;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.foot-link h3{
  color: #fff;
  width: 113px;
  height: 113px;
  background: #df0012;
  float: left;
  line-height: 113px;
  border-radius: 20px 0 0 0;
  text-align: center;
  font-size: 16px;
  margin-right: 20px;
}
.foot-link ul li{
  float: left;
}
.foot-link ul li a{
  color: #828282;
  font-size: 16px;
  display: block;
  line-height: 113px;
  padding: 0 20px;
}
.foot-link ul li a:hover{
  color: #df0012;
}
.foot{
  width: 100%;
  position: relative;
  background: url("../img/foot.jpg") no-repeat center top;
  height:350px ;
  margin-top: -45px;
}
.f-top{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
  z-index: 150;
  cursor: pointer;
}
.foot-center{
  width: 100%;
  padding-top: 138px;
}
.foot-left{
  width:925px;
  float: left;
}

.f-nav ul li{
  float: left;
  padding: 0 60px 0 0;
}
.f-nav ul li:before{
  display: block;
  content: '';
  width: 3px;
  height:17px;
  background: url("../img/f4.png") no-repeat center center;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  transition: all 0.5s;
}
.f-nav ul li a{
  color: #fff;
  font-size: 16px;
}
.f-nav ul li:hover:before{
  background:#df0012;
  transition: all 0.5s;
}
.f-nav ul li:hover a{
  color: #df0012;
  font-weight: bold;
}
.f-nav ul li:last-child{
  padding-right: 0;
}
.f-lianxi{
  width: 100%;
  margin-top: 87px;
}
.f-lianxi ul li{
  float: left;
  margin-left: 60px;
  height: 44px;
  padding-left: 60px;
}
.f-lianxi ul li:nth-child(1){
  background: url("../img/f1.png") no-repeat center left;
  margin-left: 40px;
}
.f-lianxi ul li:nth-child(2){
  background: url("../img/f2.png") no-repeat center left;
}
.f-lianxi ul li:nth-child(3){
  background: url("../img/f3.png") no-repeat center left;
}
.f-lianxi ul li p{
  color: #fff;
  font-size: 14px;
}
.f-lianxi ul li strong{
  color: #fff;
  font-family: ziti;
  font-size: 20px;
}
.f-lianxi ul li:nth-child(3) strong{
  font-size: 16px;
}
.foot-right{
  width: 140px;
  height: 167px;
  border: 1px dashed rgba(255,255,255,0.4);
  float: right;
  margin-top: -20px;
}
.foot-right img{
  display: block;
  width: 120px;
  margin: 10px;
}
.foot-right p{
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  text-align: center;
}
.f-admin{
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #c8000f;
}
.admin-left{
  float: left;
  color: #fff;
  font-size: 14px;
}
.admin-right{
  float: right;
}
.f-admin a{
  color: #fff;
  font-size: 14px;
}
/*内页banner*/
.inbanner{
  width: 100%;
  position: relative;
}
.inbanner img{
  display: block;
  max-width: 100%;
}
.location{
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 70px;
}
.location p{
  color: #666666;
  font-size: 14px;
  background: url("../img/home.png") no-repeat center left;
  text-indent: 36px;
}
.location p a{
  color: #666666;
  font-size: 14px;
}
.nei-index{
  width: 100%;
  position: relative;
  margin-top: 75px;
  margin-bottom: 105px;
}
/*内页-关于我们*/
.nei-title{
  text-align: center;
  margin-bottom: 40px;
}
.nei-title p{
  color: #f6f6f6;
  font-size: 60px;
  font-family: ziti2;
  text-transform: uppercase;
}
.nei-title h3{
  color: #282828;
  font-size: 36px;
  font-weight: bold;
  width: 325px;
  margin: -65px auto 0;
  position: relative;
  z-index: 100;
}
.nei-title h3:before{
  display: block;
  content: '';
  width: 50px;
  height: 3px;
  background: #e40213;
  float: left;
  margin-top: 23px;
}
.nei-title h3:after{
  display: block;
  content: '';
  width: 50px;
  height: 3px;
  background: #e40213;
  float: right;
  margin-top: 23px;
}
.about1{
  width: 100%;
}
.about1 img{
  display: block;
  max-width: 100%;
  padding-bottom: 20px;
}
.about1 p{
  color: #666666;
  font-size: 18px;
  line-height: 30px;
}
.about2{
  width: 100%;
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}
.hz-img{
  height: 91px;
  background: #f5f8fa;
  text-align: center;
  line-height: 91px;
}
.hz-img img{
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.about3{
  width: 100%;
  position: relative;
  z-index: 50;
  padding:85px 0;
  background-image: url(../img/about3.jpg);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
.about3{
  width: 100%;
  position: relative;
}
.about3 ul li{
  width: 285px;
  height: 210px;
  float: left;
  margin-right: 20px;
  position: relative;
  background: #000;
  overflow: hidden;
}
.about3 ul li:last-child{
  margin-right: 0;
}
.ab3-img1{
  width: 100%;
  height: 100%;
}
.ab3-img1 img{
  opacity: 0.6;
}
.ab3-box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 100;
  text-align: center;
}
.ab3-box img{
  margin: 0 auto;
  filter: grayscale(100%) brightness(800%);
}
.ab3-box h3{
  color: #fff;
  font-size: 20px;
  padding-top: 10px;
}
.about3 ul li:after{
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: url("../img/sy.png") no-repeat center center;
  z-index: 10;
  opacity: 0;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}
.about3 ul li:hover:after{
  opacity: 0.85;
  width: 100%;
  height: 100%;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}
.about4{
  width: 100%;
  position: relative;
  padding: 90px 0 180px  0;
}
.workshop{
  overflow: hidden;
}
.w-img{
  height: 298px;
  overflow: hidden;
}
.about4 h3{
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  text-indent: 18px;
  background: rgba(0,0,0,0.6) url("../img/ab4-jt.png") no-repeat center right 20px;
}
.about4 .swiper-slide:hover h3{
  background: url("../img/ab4-jt-h.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1600px) {
  .container{
    width: auto;
    margin: 0 5%;
  }
}
/*内页-产品中心*/
.pro-type{
  width: 285px;
  float: left;
  background: linear-gradient(to right,#bc0d1a,#e00112);
  border-radius: 30px 0 30px 0;
  padding: 30px 0 20px 0;
}
.type-title{
  text-indent: 32px;
}
.type-title p{
  color: rgba(255,255,255,0.3);
  font-size: 22px;
  text-transform: uppercase;
}
.type-title h3{
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-top: -10px;
}
.pro-type ul{
  margin:10px 20px 20px 20px;
  background: #fff;
  padding: 20px 10px;
}
.pro-type ul li{
  line-height: 60px;
  line-height: 25px;
  text-indent: 6px;
  border-bottom: 1px dashed #d9d9d9;
}
.pro-type ul li a{
  color: #333333;
  font-size: 14px;
  display: block;
}
.pro-type ul li .p1{
  width: 16px;
  height: 16px;
  float: left;
  display: block;
  margin-top: 3px;
  margin-left: 0px;
  transition: all 0.5s;
}
.pro-type ul li:hover .p1{
  filter: grayscale(100%) brightness(800%);
  transition: all 0.5s;
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.pro-type ul li:hover{
  background: #000000;
}
.pro-type ul li:hover a{
  color: #fff;
}
.pro-type ul li.active .p1{
  filter: grayscale(100%) brightness(800%);
}
.pro-type ul li.active{
  background: #000000;
}
.pro-type ul li.active a{
  color: #fff;
}


.pro-type .menu2{
  margin: 0 0 0 20px;
  background: #fff;
}
.pro-type .menu2 li{
  line-height: 60px;
  line-height: 25px;
  text-indent: 10px;
  border-bottom: 1px dashed #d9d9d9;
  position: relative;
}
.pro-type .menu2 li:before{
  display: inline-block;
  content:"";
  width: 5px;
  height: 5px;
  background-color: #666;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pro-type .menu2 li a{
  color: #333333;
  font-size: 14px;
  display: block;
  padding: 0 0 0 18px;
}
.pro-type .menu2 li .p1{
  width: 16px;
  height: 16px;
  float: left;
  display: block;
  margin-top: 5px;
  margin-left: 0px;
  transition: all 0.5s;
}
.pro-type .menu2 li:hover .p1{
  filter: grayscale(100%) brightness(800%);
  transition: all 0.5s;
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.pro-type .menu2 li:hover{
  background: #000000;
}
.pro-type .menu2 li:hover a{
  color: #fff;
}
.pro-type menu2 li.active .p1{
  filter: grayscale(100%) brightness(800%);
}
.pro-type .menu2 li.active{
  background: #000000;
}
.pro-type .menu2 li.active a{
  color: #fff;
}

.type-tel{
  padding-left: 55px;
  margin-left: 20px;
  background: url("../img/p-tel.png") no-repeat center left;
}
.type-tel p{
  color: #fff;
  font-size: 16px;
}
.type-tel strong{
  display: block;
  margin-top: -10px;
  color: #fff;
  font-size: 30px;
  font-family: ziti;
}
.pro-list{
  width: 895px;
  float: right;
}
.pro-list .cp-list{
  margin-top: 0;
}
.cplist ul li{
  width: 281px;
  margin-right: 25px;
  margin-bottom: 25px;
  overflow: hidden;
}
.cplist ul li:nth-child(3n){
  margin-right: 0;
}
/*产品详情*/
.pro-info{
  width: 895px;
  float: right;
}
.pinfo-left{
  width: 500px;
  height: 400px;
  float: left;
}
.infopro{
  height: 100%;
}
.pinfo-img{
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.pdian span{
  background: #b00e19!important;
}
.pinfo-right{
  float: right;
  width: 350px;
  margin-top: 30px;
}
.pinfo-top{
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.pinfo-top h3{
  color: #12328d;
  font-size: 24px;
  font-weight: bold;
}
.pinfo-top h3:after{
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #eee;
  margin: 15px 0;
}
.pinfo-top p{
  color: #666;
  font-size: 14px;
}
.pinfo-top p strong{
  color: #12328d;
  font-size:15px ;
}
.p-ys{
  width: 100%;
  margin-top: 40px;
}
.p-ys ul li{
  width: 165px;
  height: 50px;
  float: left;
  margin-right:20px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 50px;
  box-sizing: border-box;
}
.p-ys ul li:nth-child(2n){
  margin-right: 0;
}
.p-ys-img{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #12328d;
  text-align: center;
  line-height: 35px;
  float: left;
  margin: 5px;
}
.p-ys-img img{
  display: inline-block;
  max-height: 50%;
  max-width: 50%;
  vertical-align: middle;
}
.p-ys ul li h4{
  font-size: 15px;
  float: left;
  margin-left: 5px;
}
.p-tel{
  width: 100%;
  background: url("../img/p-tel1.png") no-repeat center left;
  padding-left: 45px;
  line-height:44px ;
  margin-top: 20px;
  margin-left: 10px;
}
.p-tel p{
  color: #333;
  font-size: 16px;
}
.p-tel p strong{
  font-size: 38px;
  color: #12328d;
  font-family: ziti;
}
/*内页-成功案例*/
.info-case{
  width: 100%;
  position: relative;
  padding: 3% 0 150px 0;
}
.info-case ul{
  margin-top: 40px;
}
.info-case ul li{
  width: 32%;
  margin-right: 2%;
  height: 370px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 2%;
  float: left;
}
.info-case ul li:nth-child(3n){
  margin-right: 0;
}
.info-case ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.anli-img{
  width: 100%;
  height: 300px;
  overflow: hidden;
  transition: all 0.5s;
}
.anli-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.anli-tit{
  line-height: 68px;
  border-bottom: 2px solid #f0f0f0;
  text-align: center;
  font-size: 20px;
  color: #282828;
  font-weight: bold;
}
.anli-hover{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  top: -100%;
  transition: all 0.5s;
  background: rgba(0,0,0,0.7);
}
.anli-hover-t{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  width: 100%;
}
.anli-hover-t h4{
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.anli-hover-t p{
  width: 176px;
  height: 50px;
  line-height: 50px;
  text-indent: 10px;
  background: #e40213 url("../img/p1.png") no-repeat center left 30px;
  margin: 37px auto 0;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
}
.info-case ul li:hover .anli-hover{
  opacity: 1;
  visibility: visible;
  top: 0;
  transition: all 0.5s;
}
.info-case ul li:hover .anli-tit{
  display: none;
}
.info-case ul li:hover .anli-img{
  height: 100%;
  transition: all 0.5s;
}
.info-case-img{
  width: 100%;
  text-align: center;
}
.info-case-img img{
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.news-detail h3{
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  background: #082658;
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
}
.case-info-tit{
  padding-bottom: 50px;
}
.news-detail-title h3{
  color: #333;
  font-size: 24px;
  text-align: center;
}
.news-detail-title p{
  color: #999;
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
}
.news-detail p{
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.news-detail img{
  margin: 0 auto;
  display: block;
  text-align: center;
}
.newsPage{
  width: 100%;
}
.page-a{
  line-height: 35px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 14px;
  color: #666;
}
.page-a a{
  font-size: 14px;
  color: #666;
}
.page-a a:hover{
  font-weight: bold;
  color: #004d81;
}
/*内页-新闻*/
.info-news{
  width: 100%;
  position: relative;
  margin-top: 75px;
  margin-bottom: 105px;
}
.xinwen-top{
  background: #f8f8f8;
  width: 100%;
}
.xw-left{
  width: 42%;
  float: left;
  padding: 5% 0 5% 5%;
}
.xw-time{
  background: url("../img/newicon.png") no-repeat center left;
  color: #999;
  font-size: 14px;
  padding-left: 30px;
}
.xw-left h3{
  font-size: 20px;
  color: #c9182d;
  margin-top: 20px;
  transition: 0.4s;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.xw-left h3:after{
  display: block;
  content: '';
  width: 50px;
  height: 2px;
  background: #c9182d;
  margin: 30px 0;
}
.xw-tit{
  color: #666;
  font-size: 16px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 28px;
}
.xw-left span{
  font-size: 14px;
  display: block;
  width: 130px;
  line-height: 40px;
  color: #fff;
  background: #c9182d;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.xw-left span small{
  padding-left: 10px;
  transition: 0.4s;
}
.xw-right{
  width: 50%;
  float: right;
  height: 405px;
  overflow: hidden;
}
.xw-right img{
  transition: 0.4s;
}
.xinwen-top:hover .xw-left span small{
  padding-left: 15px;
  transition: 0.4s;
}
.xinwen-top:hover .xw-right img{
  transform: scale(1.1);
}
.xinwen-list{
  margin-top: 40px;
}
.xinwen-list ul li{
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px #eee;
  transition: 0.4s;
}
.xw-img{
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.xw-img img{
  transition: 0.4s;
}
.xinwen-list ul li:nth-child(3n){
  margin-right: 0;
}
.xw-box{
  padding: 20px;
}
.xw-box h3{
  background: url("../img/newicon.png") no-repeat center left;
  color: #999;
  font-size: 14px;
  padding-left: 30px;
}
.xw-box h4{
  font-size: 18px;
  color: #333;
  margin: 20px 0;
  transition: 0.4s;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.xw-text{
  color: #666;
  font-size: 14px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 28px;
}
.xw-box span{
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: #c9182d;
}
.xinwen-list ul li:hover{
  box-shadow: 0px 0px 1rem #ddd;
}
.xinwen-list ul li:hover .xw-img img{
  transform: scale(1.1);
}
.xinwen-list ul li:hover .xw-box h4{
  color: #c9182d;
}
/*内页-资质荣誉*/
.info-honor{
  width: 100%;
  position: relative;
  margin-top: 75px;
  margin-bottom: 105px;
}
.info-honor ul li{
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
.info-honor ul li a{
  display: block;
  position: relative;
  z-index: 100;
}
.info-honor ul li:nth-child(3n){
  margin-right: 0;
}
.wrapUp {
  position: relative;
  overflow: hidden;
}
.imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
}
.imgbox img {
  object-fit: cover;
  left: 0;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: 0.3s;
}
.info-honor ul li .mask {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}

.info-honor ul li .mask:before, .info-honor ul li .mask:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/bgi-business-item.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.info-honor ul li .mask:before {
  -webkit-clip-path: polygon(0% 17.7%, 0% 0%, 100% 0%, 100% 82.5%);
  clip-path: polygon(0% 17.7%, 0% 0%, 100% 0%, 100% 82.5%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.info-honor ul li .mask:after {
  -webkit-clip-path: polygon(0% 17.5%, 0% 100%, 100% 100%, 100% 82.3%);
  clip-path: polygon(0% 17.5%, 0% 100%, 100% 100%, 100% 82.3%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.info-honor ul li .mask .wrapIn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5%;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  max-width: 80%;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.info-honor ul li .txtbox {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info-honor ul li .txtbox span {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
  transition: 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
}
.info-honor ul li .txtbox:after {
  position: absolute;
  content: "";
  background: #082658;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: transform .5s;
  -moz-transition: transform .5s;
  -ms-transition: transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.info-honor ul li .mask .wrapIn .title {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.25;
  font-size: 18px;
}
.info-honor ul li .mask .wrapIn .rarr{
  margin-top: 0.8rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 40px;
  background-image: url(../img/arrow-rarr1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.info-honor ul li:hover .txtbox span {
  color: #082658;
}
.info-honor ul li:hover .txtbox::after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.info-honor ul li .txtbox:after {
  position: absolute;
  content: "";
  background: #082658;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: transform .5s;
  -moz-transition: transform .5s;
  -ms-transition: transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.info-honor ul li:hover .mask {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
  transform: none !important;
}
.info-honor ul li:hover .mask:before, .info-honor ul li:hover .mask:after {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.info-honor ul li .mask .wrapIn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5%;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  max-width: 80%;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.info-honor ul li:hover .mask .wrapIn {
  -webkit-transition: all 250ms ease-out 340ms;
  transition: all 250ms ease-out 340ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*内页-联系我们*/
.info-contact{
  width: 100%;
  position: relative;
  margin-top: 55px;
  margin-bottom: 105px;
}
.info-contact .p1{
  color: #999;
  font-size: 16px;
  text-align: center;
  padding-bottom:40px;
}
.con-left{
  padding: 15px;
  border: 1px solid #eee;
  width: 400px;
  float: left;
}
.con-left p{
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.con-left h3{
  color: #333;
  font-size: 28px;
  line-height: 28px!important;
  margin-bottom: 30px;
}
.con-left ul li{
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  padding-left: 60px;
}
.con-left ul li strong{
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 28px;
}
.con-left ul li span{
  font-size: 16px;
  color: #333;
  line-height: 28px!important;
}
.con-left ul li:nth-child(1){
  background: url("../img/cont1.png") no-repeat center left;
}
.con-left ul li:nth-child(2){
  background: url("../img/cont2.png") no-repeat center left;
}
.con-left ul li:nth-child(3){
  background: url("../img/cont3.png") no-repeat center left;
}
.con-right{
  width: 700px;
  float: right;
}
.con-right input{
  display: block;
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 45px;
  text-indent: 20px;
  color: #333;
}
.con-right input:nth-child(2n){
  margin-right: 0;
}
.con-right .code{
  width: 49%;
  float: left;
}
.con-right .code input{
  float: left;
}
.con-right .code .verify{
  width: 49%;
  float: right;
  height: 45px;
  overflow: hidden;
}
.con-right .code .verify img{
  display: block;
  width: 100%;
  height: 100%;
}
.con-right textarea{
  width: 100%;
  line-height: 45px;
  text-indent: 20px;
  border: 1px solid #eee;
  color: #333;
  box-sizing: border-box;
  height: 175px;
}
.con-right input::-webkit-input-placeholder{
  color: #666;
}
.con-right textarea::-webkit-input-placeholder{
  color: #666;
}
.con-right a{
  display: block;
  width: 100%;
  line-height: 45px;
  background: #333333;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 1.2%;
}
.contact-map{
  width: 100%;
  margin-top: 40px;
}
#dituContent{
  width: 100%;
  height: 400px;
}