/*font*/
@font-face {
  font-family:GOTHICBI;
  src:url("../font/GOTHICBI.TTF")；
}
@font-face {
  font-family:mybold;
  src:url("font/CENTURYGOTHICBOLD.ttf") format('truetype');
}
/*header*/
.head{
  width: 100%;
}
.head .top{
  width: 100%;
  border-bottom: 1px solid #eee;
}
.head .top .inner{
  width: 1400px;
  height: 45px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .top .inner .welcome{
  font-size: 15px;
	letter-spacing: 2px;
	color: #333333;
}
.head .top .inner .right a{
  font-size: 15px;
	letter-spacing: 2px;
	color: #333333;
}
.head .top .inner .right .line{
  margin: 0 10px;
  color: #e5e5e5;
}
.head .center{
  width: 100%;
}
.head .center .inner{
  width: 1400px;
  height: 117px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .center .inner .left{
  display: flex;
  align-items: center;
}
.head .center .inner .left .logo{
  width: 227px;
	height: 53px;
}
.head .center .inner .left .line{
  width: 2px;
  height: 44px;
  background: #333;
  margin: 0 30px;
}
.head .center .inner .left .good p:nth-child(1){
  font-size: 28px;
  letter-spacing: 8px;
  line-height: 30px;
	color: #0848aa;
}
.head .center .inner .left .good p:nth-child(2){
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 20px;
	color: #333333;
}
.head .center .inner .right{
  display: flex;
  align-items: center;
}
.head .center .inner .right img{
  width: 43px;
  height: 43px;
  margin-right: 10px;
}
.head .center .inner .right .phone p:nth-child(1){
  font-size: 14px;
	letter-spacing: 1px;
	color: #333333;
}
.head .center .inner .right .phone p:nth-child(2){
  font-size: 30px;
  line-height: 35px;
  color: #0848aa;
  font-family:mybold;
  /* font-weight: bold;
  font-style: italic; */
}
.head .bottom{
  width: 100%;
  background-color: #333333;
}
.head .bottom .inner{
  width: 1400px;
  height: 66px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.head .bottom .inner a{
  /* height: 66px; */
  line-height: 66px;
  font-size: 15px;
	letter-spacing: 1px;
  color: #ffffff;
 /* padding-right: 26px;*/
  /*padding-left: 26px;*/
  padding: 0 23px;
  position: relative;
}
.head .bottom .inner a ul{
  display: none;
  width: 100%;
  /* height: 0; */
  overflow: hidden;
  position: absolute;
  top: 66px;
  left: 0;
  background-color: #0848aa;
  padding: 0 10px;
  box-sizing: border-box;
  /* transition: all .3s; */
  z-index: 2;
}
.head .bottom .inner a:nth-child(9) ul{
  width: 170px;
}
.head .bottom .inner a:nth-child(9) ul li a{
  text-align: left;
}
.head .bottom .inner a:nth-child(11) ul{
  width: 170px;
}
.head .bottom .inner a:nth-child(13) ul{
  width: 170px;
}
.head .bottom .inner a ul li{
  margin: 20px 0;
}
.head .bottom .inner a ul li a{
  line-height: 20px;
  font-size: 15px;
  letter-spacing: 1px;
  display: block;
  padding: 0;
  text-align: center;
}
.head .bottom .inner a:hover ul{
  /* height: 250px; */
  display: block;
}

.head .bottom .inner a.on{
  background-color: #0848aa;
}
/* .head .bottom .inner a:nth-last-child(1).on{
  background-color: transparent;
}
.head .bottom .inner a:nth-last-child(5).on{
  background-color: transparent;
} */
.head .bottom .inner a:hover{
  background-color: #0848aa !important;
}
.head .bottom .inner .line{
  width: 1px;
  height: 15px;
  background-color: #4b4b4b;
  margin-top: 26px;
}
/*footer*/
.foot .top{
  width: 100%;
	background-color: #f7f7f7;
}
.foot .top .inner{
  width: 1400px;
	height: 75px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot .top .inner .left{
  font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
  color: #333333;
  font-weight: bold;
}
.foot .top .inner .left a{
  font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
  color: #333333;
  margin-right: 20px;
}
.foot .top .inner .right{
  font-size: 14px;
  font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
	color: #0c459d;
}
.foot .center{
  width: 100%;
}
.foot .center .inner{
  width: 1400px;
  height: 328px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.foot .center .inner .left{
  width: 316px;
  height: 220px;
  margin-right: 88px;
}
.foot .center .inner .left .logo{
  width: 316px;
	height: 74px;
}
.foot .center .inner .left p:nth-child(2){
  font-size: 31px;
	line-height: 50px;
	letter-spacing: 17px;
	color: #898989;
}
.foot .center .inner .left p:nth-child(3){
  font-size: 15px;
	letter-spacing: 5px;
	color: #898989;
}
.foot .center .inner .left .wxqq{
  margin-top: 35px;
}
.foot .center .inner .left .wxqq a{
  margin-right: 10px;
  position: relative;
}
.foot .center .inner .left .wxqq a .codeimg{
  width: 160px;
  height: 165px;
  text-align: center;
  position: absolute;
  top: -185px;
  left: -25px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(233, 228, 228, 0.1);
  display: none;
  padding: 10px 0;
  box-sizing: border-box;
}
.foot .center .inner .left .wxqq a:hover .codeimg{
  display: block;
}
.foot .center .inner .left .wxqq a .codeimg img{
  width: 110px;
  height: 110px;
}
.foot .center .inner .left .wxqq a .codeimg p{
  font-size: 14px;
  color: #333;
  line-height: 20px;
  letter-spacing: 1px;
}
.foot .center .inner .right{
  width: 996px;
  height: 220px;
}
.foot .center .inner .right .top{
  background-color: transparent;
  padding-bottom: 30px;
  border-bottom: 1px solid #343434;
  margin-bottom: 30px;
}
.foot .center .inner .right .top a{
  font-size: 15px;
	letter-spacing: 1px;
	color: #ffffff;
}
.foot .center .inner .right .top .line{
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  width: 1px;
  height: 15px;
  background-color: #4b4b4b;
}
.foot .center .inner .right .c-bottom .b-left p{
  font-size: 16px;
	line-height: 39px;
	letter-spacing: 2px;
	color: #ffffff;
}
.foot .center .inner .right .c-bottom .b-left p span{
  margin-right: 30px;
}
.foot .center .inner .right .c-bottom{
  position: relative;
}
.foot .center .inner .right .c-bottom .b-right{
  width: 254px;
  height: 127px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.foot .center .inner .right .c-bottom .b-right img{
  width: 110px;
  height: 111px;
  margin-top: 8px;
  margin-left: 8px;
}
.foot .bottom{
  width: 100%;
  background-color: #212121;
}
.foot .bottom .inner{
  width: 1400px;
  height: 53px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot .bottom .inner p{
  font-size: 14px;
	letter-spacing: 1px;
	color: #838383;
}
/*首页*/
.swiper-index{
  width: 100%;
	height: 600px;
}
.swiper-index .next-index,
.swiper-index .prev-index{
  width: 41px;
  height: 41px;
  background-size: 100%;
}
.swiper-index .next-index{
  background-image: url(../img/icon_04.png);
  right: 30px;
}
.swiper-index .prev-index{
  background-image: url(../img/icon_05.png);
  left: 30px;
}
.swiper-index .pagination-index .swiper-pagination-bullet{
  width: 66px;
	height: 3px;
  background-color: #6a6a6c;
  border-radius: 0;
  opacity: 1;
}
.swiper-index .pagination-index .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #0848aa;
}
.search-box{
  width: 100%;
  background-color: #f8f8f8;
}
.search-box .inner{
  width: 1400px;
  height: 73px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-box .inner .hot{
  font-size: 14px;
  font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
	color: #333333;
}
.search-box .inner .hot a{
  font-size: 14px;
	letter-spacing: 1px;
  line-height: 25px;
  color: #333333;
  margin-right: 15px;
}
.search-box .inner .hot a:hover{
	color: #0848aa;
}
.search-box .inner .search input{
  width: 296px;
  height: 41px;
  padding: 12px 18px;
  box-sizing: border-box;
  font-size: 14px;
	letter-spacing: 1px;
	color: #727272;
}
.search-box .inner .search .search-btn{
  display: inline-block;
  width: 75px;
	height: 41px;
  background-color: #0848aa;
  text-align: center;
  font-size: 14px;
	line-height: 41px;
	letter-spacing: 1px;
  color: #ffffff;
  cursor: pointer;
}
.zdh-box{
  width: 100%;
  height: 641px;
  padding: 65px 0;
  box-sizing: border-box;
}
.zdh-box .title{
  text-align: center;
  font-size: 32px;
	letter-spacing: 2px;
  color: #333333;
  margin-bottom: 20px;
}
.zdh-box .title span{
  font-size: 32px;
  font-weight: bold;
	letter-spacing: 2px;
	color: #0848aa;
}
.zdh-box .subtitle{
  margin: 0 auto;
  text-align: center;
  width: 903px;
  font-size: 24px;
	letter-spacing: 1px;
	color: #333333;
  background-image: url(../img/img_04.png);
  background-repeat: no-repeat;
  background-position-y: center;
  margin-bottom: 58px;
}
.zdh-box .dzfa{
  margin: 0 auto;
  width: 1210px;
  display: flex;
  justify-content: space-between;
}
.zdh-box .dzfa .item-fa{
  width: 211px;
  height: 377px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.zdh-box .dzfa .item-fa .info{
  width: 100%;
  height: 117px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zdh-box .dzfa .item-fa .info p{
  width: 122px;
  font-size: 16px;
  font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
  color: #666666;
  text-align: center;
}
.cpzx-box{
  width: 100%;
  height: 889px;
  background-color: #fcfcfc;
  padding: 60px 0;
  box-sizing: border-box;
}
.cpzx-box .inner{
  width: 1400px;
  height: 768px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cpzx-box .inner .left{
  width: 418px;
  height: 100%;
  background-image: url(../img/img_11.jpg);
  background-size: 100%;
}
.cpzx-box .inner .left>p{
  padding-left: 40px;
}
.cpzx-box .inner .left>.title{
  font-size: 28px;
	line-height: 25px;
	letter-spacing: 1px;
  color: #ffffff;
  padding-top: 32px;
}
.cpzx-box .inner .left>.subtitle{
  font-family: GOTHICBI;
  font-size: 24px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #ffffff;
  opacity: 0.2;
  margin-top: 10px;
}
.cpzx-box .inner .left .tabs{
  width: 399px;
	height: 557px;
  background-color: #ffffff;
  margin: 35px 0;
  margin-left: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}
.cpzx-box .inner .left .tabs li{
  padding-top: 25px;
  padding-bottom: 35px;
  font-size: 18px;
  font-weight: bold;
	letter-spacing: 1px;
  color: #333333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.cpzx-box .inner .left .tabs li .hover{
  display: none;
}
.cpzx-box .inner .left .tabs li:hover{
  color: #0848aa;
}
.cpzx-box .inner .left .tabs li:hover .hover{
  display: block;
}
.cpzx-box .inner .left .tabs li:hover .default{
  display: none;
}
.cpzx-box .inner .left .tabs li+li{
  border-top: 1px solid #eee;
}
.cpzx-box .inner .left>.more{
  font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
  color: #fefefe;
  padding-left: 40px;
}
.cpzx-box .inner .right{
  width: 965px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cpzx-box .inner .right-box .right:not(:first-child){
  display: none;
}
.cpzx-box .inner .right .top{
  width: 100%;
	height: 333px;
	background-color: #ffffff;
  display: flex;
  align-items: center;
  border: solid 1px #fff;
}
.cpzx-box .inner .right .top:hover{
  border: solid 1px #0848aa;
}
.cpzx-box .inner .right .top>p{
  width: 100%;
	line-height: 333px;
	text-align: center;
}
.cpzx-box .inner .right .top .t-left{
  width: 483px;
  height: 100%;
  padding-left: 10px;
  box-sizing: border-box;
}
.cpzx-box .inner .right .top .t-left img{
  width: 100%;
  height: 100%;
}
.cpzx-box .inner .right .top .t-right{
  width: 482px;
  padding-left: 37px;
  padding-right: 26px;
  box-sizing: border-box;
  border-left: 1px solid #eee;
}
.cpzx-box .inner .right .top .t-right .name{
  font-size: 24px;
	line-height: 25px;
	letter-spacing: 1px;
  color: #333333;
  margin-bottom: 25px;
}
.cpzx-box .inner .right .top .t-right .details{
  font-size: 13px;
	line-height: 25px;
	letter-spacing: 1px;
  color: #888888;
  margin-bottom: 37px;
}
.cpzx-box .inner .right .top .t-right .btn a{
  display: inline-block;
  width: 116px;
  height: 41px;
  font-size: 14px;
	line-height: 41px;
  letter-spacing: 1px;
  text-align: center;
}
.cpzx-box .inner .right .top .t-right .btn .look{
  background-color: #0848aa;
	box-shadow: 0px 0px 15px 0px rgba(8, 72, 170, 0.35);
  color: #fefefe;
  margin-right: 12px;
}
.cpzx-box .inner .right .top .t-right .btn .talk{
  background-color: #ffffff;
	box-shadow: 0px 0px 15px 0px rgba(149, 149, 149, 0.35);
  border: solid 1px #0848aa;
  box-sizing: border-box;
  color: #0848aa;
}
.cpzx-box .inner .right .bottom{
  width: 100%;
  height: 423px;
  display: flex;
  /* justify-content: space-between; */
}
.cpzx-box .inner .right .bottom .item{
  width: 313px;
	height: 423px;
  background-color: #ffffff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 33px;
  box-sizing: border-box;
  border: 1px solid #fff;
  margin-right: 20px;
}
.cpzx-box .inner .right .bottom .item:nth-child(3){
  margin-right: 0;
}
.cpzx-box .inner .right .bottom .item:hover{
  border: 1px solid #0848aa;
}
.cpzx-box .inner .right .bottom .item img{
  width: 270px;
	height: 194px;
}
.cpzx-box .inner .right .bottom .item .name{
  font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
  color: #333333;
  margin: 23px 0;
}
.cpzx-box .inner .right .bottom .item .details{
  height: 58px;
  width: 253px;
  margin: 0 auto;
  font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
  color: #888888;
  margin-bottom: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cpzx-box .inner .right .bottom .item .btn a{
  display: inline-block;
  width: 116px;
  height: 41px;
  font-size: 14px;
	line-height: 41px;
  letter-spacing: 1px;
  text-align: center;
}
.cpzx-box .inner .right .bottom .item .btn .look{
  background-color: #0848aa;
	box-shadow: 0px 0px 15px 0px rgba(8, 72, 170, 0.35);
  color: #fefefe;
  margin-right: 12px;
}
.cpzx-box .inner .right .bottom .item .btn .talk{
  background-color: #ffffff;
	box-shadow: 0px 0px 15px 0px rgba(149, 149, 149, 0.35);
  border: solid 1px #0848aa;
  box-sizing: border-box;
  color: #0848aa;
}
.question-box{
  width: 100%;
  height: 728px;
  padding-top: 235px;
  box-sizing: border-box;
  position: relative;
}
.question-box>.title{
  position: absolute;
  font-size: 36px;
	line-height: 45px;
	letter-spacing: 2px;
  color: #333333;
  text-align: center;
  width: 100%;
  top: 60px;
}
.question-box>.title span{
  font-size: 36px;
	letter-spacing: 2px;
	color: #0848aa;
}
.question-box .inner{
  width: 1275px;
  height: 355px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.question-box .inner .item{
  width: 50%;
  height: 60px;
  display: flex;
  align-items: center;
}
.question-box .inner .item:nth-child(2n){
  flex-direction: row-reverse;
}
.question-box .inner .item img{
  margin-right: 30px;
  margin-left: 0;
}
.question-box .inner .item:nth-child(2n) img{
  margin-right: 0;
  margin-left: 30px;
}
.question-box .inner .item p{
  width: 300px;
  font-size: 18px;
	font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
	color: #333333;
}
.question-box .inner .item:hover p{
  color: #0848aa;
}
.question-box .inner .item p span{
  color: #0848aa;
  margin-right: 10px;
}
.advantage-box{
  width: 100%;
  height: 1300px;
  background-color: #fff;
  padding-top: 70px;
  box-sizing: border-box;
}
.advantage-box .inner{
  width: 1400px;
  margin: 0 auto;
}
.advantage-box .inner>.title{
  width: 100%;
  text-align: center;
  font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: 2px;
	color: #333333;
  background-image: url(../img/img_15.png);
  background-repeat: no-repeat;
  background-position-y: center;
}
.advantage-box .inner>.title span:nth-child(1){
  font-size: 46px;
  font-weight: bold;
  font-style: italic;
	letter-spacing: 2px;
  color: #0848aa;
  display: inline-block;
}
.advantage-box .inner>.title span:nth-child(2){
  display: inline-block;
  font-size: 36px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #0848aa;
}
.advantage-box .inner>.subtitle{
  font-size: 16px;
	line-height: 25px;
	letter-spacing: 1px;
  color: #333333;
  text-align: center;
  margin: 20px 0;
}
.advantage-box .inner .advantage .item{
  width: 100%;
  height: 223px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.advantage-box .inner .advantage .item:nth-child(n+3){
  flex-direction: row-reverse;
}
.advantage-box .inner .advantage .item .left{
  width: 900px;
  height: 223px;
  position: relative;
  box-shadow: 0px 10px 5px rgba(233, 228, 228, 0.1);
  padding-left: 130px;
  box-sizing: border-box;
  padding-right: 50px;
}
.advantage-box .inner .advantage .item .left .title{
  font-size: 28px;
	font-weight: bold;
	color: #0848aa;
}
.advantage-box .inner .advantage .item .left .subtitle{
  font-family: GOTHICBI;
	font-size: 16px;
  color: #c8c8c8;
  margin-top: 15px;
  margin-bottom: 30px;
}
.advantage-box .inner .advantage .item .left .details{
  font-size: 18px;
  line-height: 36px;
	letter-spacing: 2px;
	color: #333333;
}
.advantage-box .inner .advantage .item .left .details span{
  font-size: 18px;
  color: #3d66fe;
  margin-right: 6px;
}
.advantage-box .inner .advantage .item .num{
  width: 94px;
  height: 94px;
  background-image: url(../img/img_20.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.advantage-box .inner .advantage .item .num p{
  font-size: 22px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 0px;
	color: #ffffff;
  position: absolute;
  top: 23px;
  left: 29px;
}
.advantage-box .inner .advantage .item .num p span{
  font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.advantage-box .inner .advantage .item .right img{
  width: 459px;
	height: 223px;
}
.gg{
  display: block;
  width: 100%;
  height: 300px;
}
.anli-box{
  width: 100%;
  height: 664px;
  position: relative;
  background-color: #f3f3f3;
}
.anli-box .bg-w{
  width: 100%;
  height: 143px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.anli-box .inner{
  width: 1400px;
  height: 583px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -700px;
  display: flex;
  align-items: center;
}
.anli-box .inner .left{
  width: 369px;
	height: 100%;
  background-color: #0a439c;
  padding-left: 77px;
  padding-top: 99px;
  box-sizing: border-box;
}
.anli-box .inner .left .title{
  font-family: GOTHICBI;
  font-size: 35px;
  font-style: italic;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 2px;
	color: #ffffff;
	opacity: 0.5;
}
.anli-box .inner .left .subtitle{
  font-size: 28px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 55px;
}
.anli-box .inner .left .tabs li{
  width: 236px;
	height: 56px;
	border-radius: 28px;
  border: solid 1px #3b69b0;
  text-align: center;
  line-height: 56px;
  margin-bottom: 20px;
  font-size: 16px;
	letter-spacing: 1px;
  color: #ffffff;
  cursor: pointer;
}
.anli-box .inner .left .tabs li a{
  line-height: 56px;
  margin-bottom: 20px;
  font-size: 16px;
	letter-spacing: 1px;
  color: #ffffff;
}
.anli-box .inner .left .tabs li:hover{
  border: solid 1px #fff;
}
.anli-box .inner .left .tabs li img{
  margin-right: 16px;
}
.anli-box .inner .right{
  width: 1031px;
	height: 400px;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
}
.anli-box .inner .right .line{
  width: 910px;
	height: 1px;
  background-color: #d8d8d8;
  position: absolute;
  bottom: 10px;
  left: 40px;
}
.anli-box .inner .right .swipercasebox{
  width: 100%;
  height: 100%;
}
.anli-box .inner .right .swipercasebox .swiper-wrapper>p{
  width: 100%;
  text-align: center;
  line-height: 400px;
}
.anli-box .inner .right .swiper-case:not(:first-child){
  display: none;
}
.swiper-case{
  width: 100%;
  height: 100%;
}
.swiper-case .swiper-slide{
  width: 100%;
  height: 340px;
}
.swiper-case .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.swiper-case .swiper-slide a img{
  width: 100%;
  height: 270px;
}
.swiper-case .swiper-slide a p{
  width: 100%;
  font-size: 16px;
	line-height: 70px;
	letter-spacing: 1px;
  color: #333333;
  text-align: center;
}
.swiper-case .case-next,.swiper-case .case-prev{
  width: 25px;
  height: 26px;
  background-size: 100%;
  opacity: 1;
  bottom: 0;
  top: auto;
}
.swiper-case .case-next{
  background-image: url(../img/icon_17.png);
  right: 0;
}
.swiper-case .case-next.swiper-button-disabled{
  background-image: url(../img/icon_20.png);
}
.swiper-case .case-prev{
  background-image: url(../img/icon_18.png);
  left: auto;
  right: 40px;
}
.swiper-case .case-prev.swiper-button-disabled{
  background-image: url(../img/icon_19.png);
}
.dzlc-box{
  width: 100%;
  height: 875px;
  background-color: #fff;
  padding-top: 80px;
  box-sizing: border-box;
}
.dzlc-box .title{
  width: 1400px;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
  color: #211e1f;
  background-image: url(../img/img_25.png);
  background-repeat: no-repeat;
  background-position-y: center;
}
.dzlc-box .subtitle{
  text-align: center;
  font-family: GOTHICBI;
  font-size: 14px;
  font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
  color: #d4d4d4;
  margin-top: 15px;
  margin-bottom: 20px;
}
.dzlc-box .inner{
  width: 1240px;
  margin: 0 auto;
  position: relative;
}
.dzlc-box .inner .lc{
  display: flex;
  flex-wrap: wrap;
}
.dzlc-box .inner .lc .lc-item{
  width: 223px;
  height: 223px;
  position: relative;
  background-image: url(../img/img_26.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.dzlc-box .inner .lc .lc-item:hover{
  background-image: url(../img/img_27.png);
}
.dzlc-box .inner .lc .lc-item:not(:first-child){
  margin-left: 30px;
}
.dzlc-box .inner .lc .lc-item:nth-child(n+6){
  position: relative;
  left: 95px;
  top: -65px;
  z-index: 2;
}
.dzlc-box .inner .lc .lc-item .nr{
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 92px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.dzlc-box .inner .lc .lc-item:hover .nr p{
	color: #fff;
}
.dzlc-box .inner .lc .lc-item .nr img:nth-child(2){
	display: none;
}
.dzlc-box .inner .lc .lc-item:hover .nr img:nth-child(2){
	display: inline-block;
}
.dzlc-box .inner .lc .lc-item:hover .nr img:nth-child(1){
	display: none;
}
.dzlc-box .inner .lc .lc-item .nr p{
  font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
	color: #333;
}
.dzlc-box .inner .po-gg{
  width: 1178px;
  height: 382px;
  background-image: url(../img/img_28.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -168px;
  left: 50%;
  margin-left: -589px;
}
.dzlc-box .inner .po-gg>a{
  display: block;
  position: absolute;
  bottom: 47px;
  right: 54px;
  font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
	color: #333333;
}
.dzlc-box .inner .po-gg .input{
  position: absolute;
  bottom: 20px;
  left: 40px;
  display: flex;
}
.dzlc-box .inner .po-gg .input .input-child{
  padding: 10px 15px;
  border: 1px solid #3b69b0;
  margin-right: 14px;
}
.dzlc-box .inner .po-gg .input .input-child span{
  font-size: 14px;
	letter-spacing: 1px;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 5px;
}
.dzlc-box .inner .po-gg .input .input-child input{
  background-color: transparent;
  margin-left: 10px;
}
.dzlc-box .inner .po-gg .input .input-child input::placeholder{
  font-size: 14px;
	letter-spacing: 1px;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 5px;
}
.dzlc-box .inner .po-gg .input .input-child input.name{
  width: 100px;
}
.dzlc-box .inner .po-gg .input .input-child input.phone{
  width: 100px;
}
.dzlc-box .inner .po-gg .input .input-child input.need{
  width: 400px;
}
.about-box{
  width: 100%;
  height: 1026px;
  background-color: #fafafa;
  padding-top: 60px;
  box-sizing: border-box;
  position: relative;
  /* padding-bottom: 50px; */
}
.about-box .bg-w{
  width: 100%;
  height: 324px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-box .title{
  width: 1400px;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
  color: #211e1f;
  background-image: url(../img/img_29.png);
  background-repeat: no-repeat;
  background-position-y: center;
}
.about-box .subtitle{
  text-align: center;
  font-family: GOTHICBI;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
  color: #c9c9c9;
  margin-top: 15px;
  margin-bottom: 20px;
}
.about-box .inner{
  width: 1400px;
  margin: 0 auto;
  height: 800px;
  position: relative;
}
.about-box .inner .top{
  display: flex;
  align-items: center;
}
.about-box .inner .top img{
  width: 673px;
	height: 383px;
}
.about-box .inner .top .right{
  width: 727px;
  height: 383px;
  padding-left: 55px;
  padding-right: 35px;
  box-sizing: border-box;
  overflow: hidden;
}
.about-box .inner .top .right .txt-cont{
  width: 100%;
  height: 330px;
  overflow: hidden;
}
/* .about-box .inner .top .right p{
  font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #333333;
} */
.about-box .inner .top .right p:nth-child(1){
  /* font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
  color: #333333;
  margin-bottom: 35px; */
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; */
}
/* .about-box .inner .top .right p:nth-child(n+3){
  display: none;
} */
.about-box .inner .top .right .btn-box a{
  display: inline-block;
  width: 92px;
	height: 35px;
  background-color: #0a439c;
  font-size: 12px;
	line-height: 35px;
	letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  margin-right: 25px;
  margin-top: 17px;
}
.about-box .inner .swiper-firstabout{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 965px;
	height: 355px;
  background-color: #ededed;
  padding: 30px 33px 35px 33px;
  box-sizing: border-box;
}
.about-box .inner .swiper-firstabout .firstAbout{
  width: 100%;
  height: 100%;
}
.about-box .inner .swiper-firstabout .firstAbout .swiper-slide{
  height: 254px;
}
.about-box .inner .swiper-firstabout .firstAbout .swiper-slide .cont{
  display: block;
  width: 100%;
  height: 100%;
}
.about-box .inner .swiper-firstabout .firstAbout .swiper-slide .cont img{
  width: 100%;
  height: 205px;
}
.about-box .inner .swiper-firstabout .firstAbout .swiper-slide .cont p{
  font-size: 15px;
	line-height: 49px;
	letter-spacing: 1px;
  color: #666666;
  text-align: center;
}
.firstAbout .firstAbout-next,.firstAbout .firstAbout-prev{
  bottom: 0;
  top: auto;
  width: 8px;
  height: 14px;
  background-size: 100%;
  opacity: 1;
}
.firstAbout .firstAbout-next{
  right: 435px;
  background-image: url(../img/icon_40.png);
}
.firstAbout .firstAbout-next.swiper-button-disabled{
  background-image: url(../img/icon_42.png);
}
.firstAbout .firstAbout-prev{
  left: 435px;
  background-image: url(../img/icon_41.png);
}
.firstAbout .firstAbout-prev.swiper-button-disabled{
  background-image: url(../img/icon_43.png);
}
.about-box .inner .swiper-secondabout{
  position: absolute;
  bottom: 0;
  right: 67px;
  width: 337px;
	height: 442px;
	background-color: #333;
  padding: 30px 33px 35px 33px;
  box-sizing: border-box;
}
.about-box .inner .swiper-secondabout .biaoti{
  font-size: 16px;
	line-height: 25px;
	letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 20px;
}
.about-box .inner .swiper-secondabout .secondAbout{
  width: 261px;
	height: 330px;
}
.about-box .inner .swiper-secondabout .secondAbout .swiper-slide{
  width: 100%;
	height: 100%;
}
.about-box .inner .swiper-secondabout .secondAbout .swiper-slide a{
  width: 100%;
  height: 100%;
  display: block;
}
.about-box .inner .swiper-secondabout .secondAbout .swiper-slide a img{
  width: 100%;
  height: 100%;
}
.swiper-secondabout .secondAbout-next,.swiper-secondabout .secondAbout-prev{
  width: 8px;
  height: 14px;
  background-size: 100%;
  outline: none;
  margin-top: 0;
}
.swiper-secondabout .secondAbout-next{
  right: 16px;
}
.swiper-secondabout .secondAbout-prev{
  left: 16px;
}
.partner-box{
  width: 100%;
  background-color: #f7f7f7;
  padding: 32px 0 70px 0;
}
.partner-box .inner{
  width: 1400px;
  margin: 0 auto;
}
.partner-box .title{
  width: 100%;
  text-align: center;
  font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
  background-image: url(../img/img_35.png);
  background-repeat: no-repeat;
  background-position-y: center;
}
.partner-box .subtitle{
  text-align: center;
  font-family: GOTHICBI;
  font-style: italic;
  font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
  color: #d4d4d4;
  margin-top: 12px;
  margin-bottom: 45px;
}
.partner-box .list{
  display: flex;
  flex-wrap: wrap;
}
.partner-box .list .swiper-index-par{
  width: 100%;
  height: 100%;
}
.partner-box .list .partner{
  /* width: 188px; */
  /* margin-right: 14px; */
  background-image: url(../img/img_p_bg.jpg);
  background-size: 100% 132px;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 10px;
  text-align: center;
  display: block;
}
.partner-box .list .partner:nth-child(7n){
  margin-right: 0;
}
.partner-box .list .partner img{
  width: 200px;
  height: 110px;
  margin-bottom: 18px;
}
.partner-box .list .partner p{
  font-size: 13px;
	letter-spacing: 1px;
  color: #333333;
  text-align: center;
  line-height: 20px;
}
.news-box{
  width: 100%;
  padding: 43px 0 57px 0;
  background-color: #fff;
}
.news-box .inner{
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.news-box .inner .left{
  width: 924px;
  border: solid 1px #eeeeee;
  border-top: 4px solid #0a439c;
  box-sizing: border-box;
}
.news-box .inner .right{
  width: 448px;
  border: solid 1px #eeeeee;
  border-top: 4px solid #0a439c;
  box-sizing: border-box;
}
.news-box .inner .top-h{
  width: 100%;
  height: 70px;
  border-bottom: solid 1px #eeeeee;
  background-color: #f7f7f7;
}
.news-box .inner .left .top-h{
  display: flex;
}
.news-box .inner .left .top-h p{
  width: 159px;
  height: 100%;
  text-align: center;
  font-size: 18px;
	line-height: 70px;
	letter-spacing: 1px;
  color: #333333;
  cursor: pointer;
}
.news-box .inner .left .top-h p.active{
  background-color: #fff;
  font-weight: bold;
  color: #0a439c;
}
.news-box .inner .bot-nr{
  width: 100%;
  height: 406px;
}
.news-box .inner .bot-nr .swiper-index-req{
  width: 100%;
  height: 100%;
}
.news-box .inner .left .bot-nr{
  padding: 28px 37px;
  box-sizing: border-box;
}
.news-box .inner .left .bot-nr:not(:first-child){
  display: none;
}
.news-box .inner .left .bot-nr .lgt{
  display: flex;
  margin-bottom: 25px;
}
.news-box .inner .left .bot-nr .lgt .zuo{
  margin-right: 33px;
}
.news-box .inner .left .bot-nr .lgt .zuo img{
  width: 271px;
	height: 156px;
}
.news-box .inner .left .bot-nr .lgt .you p:nth-child(1){
  font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
  color: #0848aa;
  margin-bottom: 20px;
}
.news-box .inner .left .bot-nr .lgt .you p:nth-child(2){
  font-size: 13px;
	line-height: 25px;
  color: #333333;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-box .inner .left .bot-nr .lgt .you a{
  font-size: 13px;
	letter-spacing: 1px;
	color: #0a439c;
}
.news-box .inner .left .bot-nr ul li{
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px dashed #eee;
}
.news-box .inner .left .bot-nr ul li a{
  font-size: 14px;
	letter-spacing: 1px;
  color: #333333;
}
.news-box .inner .left .bot-nr ul li p{
  font-size: 14px;
	letter-spacing: 1px;
	color: #333333;
}
.news-box .inner .right .top-h{
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.news-box .inner .right .top-h p{
  font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #0a439c;
}
.news-box .inner .right .top-h a{
  font-size: 14px;
	letter-spacing: 1px;
	color: #333333;
}
.news-box .inner .right .answer{
  width: 100%;
  height: 135.3px;
  box-sizing: border-box;
  padding: 25px 30px 0 30px;
}
.news-box .inner .right .swiper-slide:not(:last-child) .answer{
  border-bottom: 1px dashed #eee;
}
.news-box .inner .right .answer p{
  position: relative;
}
.news-box .inner .right .answer .qusan{
  display: block;
  width: 25px;
	height: 25px;
  background-color: #a6a6a6;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.news-box .inner .right .answer .qusan.ans{
  background-color: #0a439c;
}
.news-box .inner .right .answer p{
  padding-left: 35px;
  line-height: 25px;
}
.news-box .inner .right .answer p:nth-child(1) a{
  font-size: 18px;
	letter-spacing: 1px;
	color: #333333;
}
.news-box .inner .right .answer p:nth-child(2){
  font-size: 14px;
	letter-spacing: 1px;
  color: #333333;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/*产品中心*/
.paget-img{
  width: 100%;
	height: 450px;
}
.propage-box{
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.propage-box .left{
  width: 393px;
}
.propage-box .left .procenter{
  width: 100%;
  height: 126px;
  background-image: url(../img/img_45.jpg);
  background-size: 100%;
  padding-top: 32px;
  padding-left: 40px;
  box-sizing: border-box;
}
.propage-box .left .procontact{
  width: 100%;
  height: 246px;
  background-image: url(../img/img_46.jpg);
  background-size: 100%;
  padding-top: 32px;
  padding-left: 34px;
  padding-right: 13px;
  box-sizing: border-box;
}
.propage-box .left .procontact p:nth-child(1){
  font-size: 16px;
	line-height: 44px;
	letter-spacing: 2px;
	color: #ffffff;
}
.propage-box .left .procontact p:nth-child(2){
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
	letter-spacing: 2px;
  color: #ffffff;
  padding-bottom: 15px solid #fff;
  margin-top: 12px;
  margin-bottom: 22px;
}
.propage-box .left .procontact p:nth-child(n+3){
  font-size: 16px;
	line-height: 22px;
	letter-spacing: 2px;
	color: #ffffff;
}
.propage-box .left .procenter.two{
  margin-top: 30px;
}
.propage-box .left .procenter p:nth-child(1){
  font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 10px;
}
.propage-box .left .procenter p:nth-child(2){
  font-size: 19px;
  font-family: GOTHICBI;
  font-style: italic;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.2;
}
.propage-box .left .first-ul{
  width: 100%;
}
.propage-box .left .first-ul .first-li{
  width: 100%;
  margin-bottom: 5px;
}
.propage-box .left .first-ul .first-li .first-tab{
  display: block;
  width: 100%;
  height: 76px;
  box-sizing: border-box;
  border-left: 5px solid #0848aa;
  background-color: #f6f6f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 28px;
}
.propage-box .left .first-ul .first-li .first-tab p{
  font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
  color: #333333;
}
.propage-box .left .first-ul .first-li.on .first-tab p{
  text-decoration: underline !important;
	color: #0848aa;
}
.propage-box .left .first-ul .first-li .first-tab:hover p{
  text-decoration: underline !important;
	color: #0848aa;
}
.propage-box .left .first-ul .first-li .first-tab .ybz{
  width: 41px;
	height: 100%;
  background-color: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
}
.propage-box .left .first-ul .first-li .first-tab .ybz img:nth-child(2){
  display: none;
}
.propage-box .left .first-ul .first-li .second-ul{
  width: 100%;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  display: none;
}
.propage-box .left .first-ul .first-li .second-ul li{
  width: 100%;
  height: 64px;
}
.propage-box .left .first-ul .first-li .second-ul li a{
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-left: 34px;
  padding-right: 19px;
}
.propage-box .left .first-ul .first-li .second-ul li a p{
  font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
}
.propage-box .left .first-ul .first-li .second-ul li a:hover{
  background-color: #0a45b0;
}
.propage-box .left .first-ul .first-li .second-ul li a:hover p{
  color: #fff;
}
.propage-box .left .first-ul .first-li .second-ul li:not(:last-child){
  border-bottom: solid 1px #e5e5e5;
}
.propage-box .right{
  width: 964px;
}
.propage-box .right .topnav{
  width: 100%;
  height: 61px;
	background-color: #f6f6f6;
  border: solid 1px #eeeeee;
  padding-left: 40px;
  padding-right: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.propage-box .right .topnav .place{
  font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
  color: #333333;
  padding-left: 15px;
  border-left: 3px solid #333;
}
.propage-box .right .topnav .nav{
  font-size: 14px;
	letter-spacing: 1px;
	color: #333333;
}
.propage-box .right .topnav .nav img{
  vertical-align: top;
  margin-right: 7px;
}
.propage-box .right .pro-type{
  width: 100%;
  margin-top: 33px;
}
.propage-box .right .pro-type .title{
  width: 100%;
	height: 54px;
  background-color: #0848aa;
  line-height: 54px;
  font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
  color: #fefefe;
  box-sizing: border-box;
  padding-left: 38px;
}
.propage-box .right .pro-type .pro-list{
  width: 100%;
  border: solid 1px #eeeeee;
  border-top: 0;
  padding: 35px;
  padding-bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.propage-box .right .pro-type .pro-list .pro-item{
  width: 280px;
	height: 373px;
  border: solid 1px #eeeeee;
  margin-bottom: 35px;
  margin-right: 26px;
  text-align: center;
  padding-top: 15px;
  box-sizing: border-box;
}
.propage-box .right .pro-type .pro-list .pro-item:hover{
  border: solid 1px #0848aa;
}
.propage-box .right .pro-type .pro-list .pro-item:nth-child(3n){
  margin-right: 0;
}
.propage-box .right .pro-type .pro-list .pro-item img{
  width: 257px;
	height: 185px;
}
.propage-box .right .pro-type .pro-list .pro-item .name{
  font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 12px;
}
.propage-box .right .pro-type .pro-list .pro-item .info{
  width: 231px;
	font-size: 13px;
	line-height: 20px;
  color: #888888;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.propage-box .right .pro-type .pro-list .pro-item .btns{
  margin-top: 25px;
}
.propage-box .right .pro-type .pro-list .pro-item .btns a{
  display: inline-block;
  width: 116px;
	height: 42px;
  background-color: #0848aa;
  box-sizing: border-box;
  font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
  color: #fefefe;
  line-height: 42px;
  vertical-align: middle;
}
.propage-box .right .pro-type .pro-list .pro-item .btns .zx{
  background-color: #ffffff;
  border: solid 1px #0848aa;
  color: #0848aa;
  margin-left: 12px;
}
.propage-box .right .bottom-box{
  width: 100%;
  padding: 35px;
  box-sizing: border-box;
  border: solid 1px #eeeeee;
  border-top: 0;
}
.propage-box .right .bottom-box .one{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.propage-box .right .bottom-box .oleft{
  width: 518px;
}
.propage-box .right .bottom-box .oleft .ttop{
  width: 100%;
  height: 370px;
  border: solid 1px #eeeeee;
  padding: 10px 18px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.propage-box .right .bottom-box .oleft .gallery-top{
  width: 100%;
	height: 100%;
}
.propage-box .right .bottom-box .oleft .gallery-top .swiper-slide img{
  width: 100%;
  height: 100%;
}
.propage-box .right .bottom-box .oleft .sl-siw{
  width: 100%;
  height: 96px;
  position: relative;
  margin-top: 15px;
}
.propage-box .right .bottom-box .oleft .sl-siw .slbtn-next,.propage-box .right .bottom-box .oleft .sl-siw .slbtn-prev{
  width: 31px;
	height: 100%;
  background-color: #f6f6f6;
  top: 0;
  margin-top: 0;
  outline: none;
  background-size: 6px 10px;
}
.propage-box .right .bottom-box .oleft .sl-siw .slbtn-next{
  right: 0;
}.propage-box .right .bottom-box .oleft .sl-siw .slbtn-prev{
  left: 0;
}
.propage-box .right .bottom-box .oleft .sl-siw{
  width: 100%;
  height: 96px;
}
.propage-box .right .bottom-box .oleft .sl-siw .gallery-thumbs{
  width: 430px;
  height: 100%;
}
.propage-box .right .bottom-box .oleft .sl-siw .gallery-thumbs .swiper-slide{
  height: 100%;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
}
.propage-box .right .bottom-box .oleft .sl-siw .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
  border: solid 1px #0848aa;
}
.propage-box .right .bottom-box .oleft .sl-siw .gallery-thumbs .swiper-slide img{
  width: 100%;
  height: 100%;
}
.propage-box .right .bottom-box .oright{
  width: 344px;
  position: relative;
}
.propage-box .right .bottom-box .oright .name{
  font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
  color: #333333;
  padding-bottom: 15px;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
}
/* .propage-box .right .bottom-box .oright .info p{
  font-size: 14px;
	line-height: 31px;
	color: #333333;
} */
.propage-box .right .bottom-box .oright .hot-phone{
  width: 100%;
	height: 63px;
  background-color: #0848aa;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.propage-box .right .bottom-box .oright .hot-phone .now-zx{
  width: 119px;
	height: 38px;
  background-color: #ffc82b;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
	line-height: 38px;
	letter-spacing: 1px;
  color: #0848aa;
  margin-left: 25px;
}
.propage-box .right .bottom-box .oright .hot-phone .phone{
  margin-left: 30px;
}
.propage-box .right .bottom-box .oright .hot-phone .phone p:nth-child(1){
  font-size: 12px;
	letter-spacing: 1px;
  color: #ffffff;
  line-height: 20px;
}
.propage-box .right .bottom-box .oright .hot-phone .phone p:nth-child(2){
  font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
}
.propage-box .right .bottom-box .two{
  margin-top: 50px;
}
.propage-box .right .bottom-box .two>.name{
  border-bottom: 2px solid #eee;
  height: 30px;
  box-sizing: border-box;
}
.propage-box .right .bottom-box .two>.name p{
  font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
  color: #0848aa;
  padding-bottom: 12px;
  border-bottom: 2px solid #1753af;
  display: inline-block;
}
.propage-box .right .bottom-box .two .pros{
  width: 100%;
  margin-top: 30px;
}
.propage-box .right .bottom-box .two .pros .pitem{
  width: 100%;
	height: 392px;
  border: solid 1px #eeeeee;
  margin-bottom: 43px;
  margin-right: 15px;
  text-align: center;
  padding-top: 15px;
  box-sizing: border-box;
}
.propage-box .right .bottom-box .two .pros .pitem:hover{
  border: solid 1px #0848aa;
}
.propage-box .right .bottom-box .two .pros .pitem:last-child{
  margin-right: 0;
}
.propage-box .right .bottom-box .two .pros .pitem img{
  width: 257px;
	height: 185px;
}
.propage-box .right .bottom-box .two .pros .pitem .name{
  font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 12px;
}
.propage-box .right .bottom-box .two .pros .pitem .info{
  width: 231px;
	font-size: 13px;
	line-height: 20px;
  color: #888888;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.propage-box .right .bottom-box .two .pros .pitem .btns{
  margin-top: 25px;
}
.propage-box .right .bottom-box .two .pros .pitem .btns a{
  display: inline-block;
  width: 116px;
	height: 42px;
  background-color: #0848aa;
  box-sizing: border-box;
  font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
  color: #fefefe;
  line-height: 42px;
  vertical-align: middle;
}
.propage-box .right .bottom-box .two .pros .pitem .btns .zx{
  background-color: #ffffff;
  border: solid 1px #0848aa;
  color: #0848aa;
  margin-left: 12px;
}
.propage-box .right .bottom-box .three .name{
  height: 30px;
  box-sizing: border-box;
  border-bottom: 2px solid #eee;
}
.propage-box .right .bottom-box .three .name p{
  font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #0848aa;
  border-bottom: 2px solid #1753af;
  display: inline-block;
  padding-bottom: 12px;
  vertical-align: middle;
}
.propage-box .right .bottom-box .three .name .line{
  display: inline-block;
  vertical-align: top;
  width: 2px;
  height: 16px;
  background-color: #dfdede;
  margin-left: 20px;
}
/* .propage-box .right .bottom-box .details{
  font-size: 14px;
	line-height: 29px;
	letter-spacing: 1px;
  color: #666666;
  margin: 20px 0;
}
.propage-box .right .bottom-box .details:last-child{
  margin-bottom: 0;
} */
.propage-box .about-zx{
  width: 100%;
  border: solid 1px #eeeeee;
  margin-top: 30px;
}
.propage-box .about-zx .title{
  font-size: 18px;
	font-weight: bold;
	line-height: 58px;
	letter-spacing: 1px;
  color: #333333;
  padding-left: 30px;
  border-bottom: 1px solid #eee;
}
.propage-box .about-zx .bot{
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
.propage-box .about-zx .bot ul{
  width: 423px;
}
.propage-box .about-zx .bot ul li{
  height: 50px;
}
.propage-box .about-zx .bot ul li+li{
  border-top: 1px dashed #eee;
}
.propage-box .about-zx .bot ul li a{
  font-size: 16px;
	line-height: 50px;
	letter-spacing: 1px;
	color: #333333;
}
.propage-box .about-zx .bot ul li a span{
  margin-right: 10px;
}
.page-cjzx{
  width: 978px;
}
.page-cjzx .place{
  font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #0848aa;
}
.page-cjzx .place img{
  margin-right: 5px;
  vertical-align: middle;
}
.page-cjzx .place a{
  font-size: 15px;
  font-weight: normal;
	letter-spacing: 1px;
	color: #333333;
}
.page-cjzx .qabox{
  width: 100%;
  border: solid 1px #eeeeee;
  padding: 25px;
  box-sizing: border-box;
  margin-top: 20px;
}
.page-cjzx .qabox .ques{
  width: 100%;
  border: solid 1px #eeeeee;
  padding: 25px;
  box-sizing: border-box;
  margin-bottom: 22px;
}
.page-cjzx .qabox .ques:hover{
  border: solid 1px #0848aa;
}
.page-cjzx .qabox .ques .qus{
  width: 100%;
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
  margin-bottom: 15px;
}
.page-cjzx .qabox .ques .qus p{
  display: flex;
  justify-content: space-between;
}
.page-cjzx .qabox .ques .qus p span{
  font-size: 16px;
	line-height: 25px;
	letter-spacing: 2px;
	color: #333333;
}
.page-cjzx .qabox .ques .qus p a{
  font-size: 13px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #0848aa;
}
.page-cjzx .qabox .ques .ans{
  width: 100%;
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
}
.page-cjzx .qabox .ques .ans p{
  font-size: 13px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #939393;
}
.page-cjzx .qabox .ques .quan{
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #0a439c;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
.page-cjzx .qabox .ques .quan.answer{
  background-color: #a6a6a6;
}
.page-cjzx .page{
  text-align: center;
}
.page-cjzx .page a{
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
	background-color: #ffffff;
  border: solid 1px #e5e5e5;
  font-size: 16px;
	line-height: 38px;
  color: #666666;
  box-sizing: border-box;
}
.page-cjzx .page a.kh1{
  padding-right: 8px;
}
.page-cjzx .page a.kh2{
  padding-left: 8px;
}
.page-cjzx .page a:hover{
  background-color: #0a439c;
  border: solid 1px #e5e5e5;
  color: #fff;
}
.page-cjzx .page a+a{
  margin-left: 10px;
}
.page-anli{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.page-anli .item{
  display: inline-block;
  width: 305px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.page-anli .item img{
  width: 100%;
  height: 211px;
}
.page-anli .item p{
  font-size: 18px;
	line-height: 50px;
	letter-spacing: 1px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-anli .item span{
  display: inline-block;
  width: 96px;
	height: 34px;
  border: solid 1px #eeeeee;
  text-align: center;
  font-size: 12px;
	line-height: 34px;
	letter-spacing: 1px;
	color: #333333;
}
.page-anli .item:nth-child(3n){
  margin-right: 0px;
}
.propage-box .page-cjzx .anli-xq{
  margin-top: 22px;
  padding: 30px;
  border: solid 1px #eeeeee;
}
.propage-box .page-cjzx .anli-xq .title{
  font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 2px;
  color: #333333;
  text-align: center;
}
.propage-box .page-cjzx .anli-xq .origin{
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-top: 20px;
  position: relative;
}
.propage-box .page-cjzx .anli-xq .cont{
  padding: 40px 0;
  border-bottom: 1px dashed #dcdcdc;
}
.propage-box .page-cjzx .anli-xq .cont p video{
  margin: auto;
}
/* .propage-box .page-cjzx .anli-xq .cont p{
  font-size: 13px;
  line-height: 29px;
  text-indent: 2rem;
	letter-spacing: 1px;
	color: #666666;
}
.propage-box .page-cjzx .anli-xq .cont img{
  width: 100%;
  height: 400px;
  margin: 20px 0;
} */
.propage-box .page-cjzx .anli-xq .origin .back{
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 101px;
	height: 30px;
  border-radius: 15px;
  border: solid 1px #a1a1a1;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
	color: #a1a1a1;
}
.propage-box .page-cjzx .anli-xq .origin .back img{
  width: 16px;
	height: 13px;
  vertical-align: middle;
  margin-left: 6px;
}
.propage-box .page-cjzx .anli-xq .origin span{
  font-size: 13px;
	letter-spacing: 1px;
	color: #666666;
}
.propage-box .page-cjzx .anli-xq .origin span span{
  cursor: pointer;
}
.propage-box .page-cjzx .anli-xq .origin span span.active{
  font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
}
.propage-box .page-cjzx .anli-xq .origin span span+span{
  margin-left: 15px;
}
.propage-box .page-cjzx .anli-xq .origin>span:nth-child(2){
  margin-left: 50px;
}
.propage-box .page-cjzx .anli-xq .origin>span:nth-child(3){
  margin-left: 60px;
}
.propage-box .page-cjzx .anli-xq .origin span img{
  margin-left: 12px;
  vertical-align: bottom;
}
.propage-box .page-cjzx .anli-xq .goon{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.propage-box .page-cjzx .anli-xq .goon a{
  width: 357px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 15px;
	color: #333333;
}
.propage-box .page-cjzx .anli-xq .goon a:hover{
	color: #0848aa;
}
.propage-box .about-zx .bot .cp{
  display: block;
  width: 288px;
  margin: 40px 0;
}
.propage-box .about-zx .bot .cp .img{
  width: 100%;
  height: 190px;
  border: 1px solid #eee;
  padding: 12px 30px;
  box-sizing: border-box;
}
.propage-box .about-zx .bot .cp img{
  width: 100%;
  height: 100%;
}
.propage-box .about-zx .bot .cp p{
  font-size: 14px;
	line-height: 50px;
	letter-spacing: 1px;
  color: #333333;
  text-align: center;
}
.propage-box .about-zx .bot .cp:hover .img{
  border: 1px solid #0a45b0;
}
.propage-box .about-zx .bot .cp:hover p{
  color: #0848aa;
}
.propage-box .page-cjzx .page-jjfa{
  width: 100%;
  box-sizing: border-box;
  padding: 0px 35px;
  border: solid 1px #eeeeee;
  margin-top: 25px;
}
.propage-box .page-cjzx .page-jjfa .list .item{
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #e5e5e5;
}
.propage-box .page-cjzx .page-jjfa .list .item .img{
  width: 386px;
  height: 274px;
  margin-right: 40px;
}
.propage-box .page-cjzx .page-jjfa .list .item .img img{
  width: 100%;
	height: 100%;
}
.propage-box .page-cjzx .page-jjfa .list .item .tex{
  width: 478px;
}
.propage-box .page-cjzx .page-jjfa .list .item .tex p:nth-child(1){
  font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: 1px;
	color: #333333;
}
.propage-box .page-cjzx .page-jjfa .list .item .tex p:nth-child(2){
  font-size: 15px;
  text-indent: 2rem;
	line-height: 32px;
	color: #333333;
}
.propage-box .page-cjzx .page-jjfa .list .item .tex>a{
  display: inline-block;
  width: 128px;
	height: 47px;
  background-color: #0848aa;
  font-size: 16px;
	line-height: 47px;
	letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
  margin-right: 15px;
}
.propage-box .page-cjzx .page-jjfa .page{
  margin: 35px 0;
}
.propage-box .page-cjzx .page-jjfa.xq{
  padding: 0;
}
.propage-box .page-cjzx .page-jjfa.xq .xq-title{
  font-size: 18px;
	font-weight: bold;
	line-height: 63px;
	letter-spacing: 1px;
  color: #333333;
  padding-left: 40px;
  border-bottom: 1px solid #eee;
}
.propage-box .page-cjzx .page-jjfa.xq .xq-nr{
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
}
.propage-box .page-cjzx .page-jjfa.xq .xq-nr img{
  max-width: 100%;
  /*margin-bottom: 45px;*/
}
.propage-box .page-cjzx .page-jjfa.xq .xq-nr p+img{
  margin-top: 40px;
}
.propage-box .page-cjzx .page-jjfa.xq .xq-nr p{
  font-size: 16px;
	line-height: 36px;
  color: #333333;
  text-indent: 2rem;
}
.propage-box .page-cjzx .dzff{
  width: 978px;
  height: 281px;
  background-image: url(../img/img_56.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 15px;
  position: relative;
}
.propage-box .page-cjzx .dzff .xingxi{
  width: 590px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 78px;
  right: 25px;
}
.propage-box .page-cjzx .dzff .xingxi .left{
  width: 455px;
}
.propage-box .page-cjzx .dzff .xingxi .left{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.propage-box .page-cjzx .dzff .xingxi .left .input-child{
  width: 221px;
  height: 40px;
  border: solid 1px #eee;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-left: 16px;
  box-sizing: border-box;
}
.propage-box .page-cjzx .dzff .xingxi .left .input-child span{
  font-size: 14px;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 5px;
}
.propage-box .page-cjzx .dzff .xingxi .left .input-child input{
  width: 99px;
  color: #fff;
  background-color: transparent;
  font-size: 14px;
  margin-left: 10px;
}
.propage-box .page-cjzx .dzff .xingxi .left .input-child input::placeholder{
  font-size: 14px;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 5px;
}
.propage-box .page-cjzx .dzff .xingxi .left .input-child.n textarea{
  width: 335px;
  height: 45px;
  color: #fff;
  background-color: transparent;
  font-size: 14px;
  margin-left: 10px;
}
.propage-box .page-cjzx .dzff .xingxi .left .input-child.n textarea::placeholder{
  font-size: 14px;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 5px;
}
.propage-box .page-cjzx .dzff .xingxi .left .input-child.n{
  width: 100%;
  height: 70px;
}
.propage-box .page-cjzx .dzff .xingxi .left .input-child.n img{
  vertical-align: top;
}
.propage-box .page-cjzx .dzff .xingxi .left .input-child.n span{
  vertical-align: top;
}
.propage-box .page-cjzx .dzff .xingxi .right{
  width: 131px;
	height: 121px;
  background-color: #fbd123;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.propage-box .page-cjzx .dzff .xingxi .right p{
  width: 70px;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	color: #333333;
}
.propage-box .page-cjzx .dzff .phone{
  position: absolute;
  font-size: 23px;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: 2px;
  color: #ffffff;
  bottom: 21px;
  right: 258px;
}
.propage-box .page-cjzx .page-news{
  width: 100%;
  padding: 0 22px;
  box-sizing: border-box;
  border: 1px solid #eee;
  margin-top: 20px;
}
.propage-box .page-cjzx .page-news .news-item{
  display: block;
  padding-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #eee;
  position: relative;
}
.propage-box .page-cjzx .page-news .news-item img{
  position: absolute;
  top: 20px;
  left: 0;
  width: 194px;
	height: 110px;
}
.propage-box .page-cjzx .page-news .news-item .cen{
  width: 597px;
  margin-left: 220px;
}
.propage-box .page-cjzx .page-news .news-item .cen p:nth-child(1){
  font-size: 18px;
	line-height: 35px;
	letter-spacing: 1px;
	color: #0848aa;
}
.propage-box .page-cjzx .page-news .news-item .cen p:nth-child(2){
  font-size: 13px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #555555;
}
.propage-box .page-cjzx .page-news .news-item .rt{
  width: 93px;
  position: absolute;
  right: 0;
  top: 30px;
  padding-left: 20px;
  box-sizing: border-box;
  border-left: 1px solid #eee;
  text-align: center;
}
.propage-box .page-cjzx .page-news .news-item .rt p:nth-child(1){
  font-size: 38px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333333;
}
.propage-box .page-cjzx .page-news .news-item .rt p:nth-child(2){
  font-size: 14px;
	letter-spacing: 1px;
  color: #747474;
  line-height: 20px;
}
.propage-box .page-cjzx .page-news .news-item .rt span{
  display: inline-block;
  width: 74px;
	height: 27px;
  background-color: #ffffff;
	border: solid 1px #e5e5e5;
  font-size: 12px;
	letter-spacing: 1px;
  color: #666;
  text-align: center;
  line-height: 27px;
  margin-top: 15px;
  box-sizing: border-box;
}
.propage-box .page-cjzx .page-news .news-item .rt a:hover{
  background-color: #0949aa;
	border: solid 1px #0949aa;
  color: #fff;
}
.propage-box .page-cjzx .page-news .page{
  margin: 40px 0;
}
.xd-nav{
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  align-items: center;
  padding-right: 35px;
  box-sizing: border-box;
}
.xd-nav .tabs a{
  padding: 20px 33px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
  color: #333333;
  position: relative;
}
.xd-nav .tabs a.active .sj{
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-width: 9px 9px 0px;
  border-style: solid;
  border-color: #0848aa transparent transparent;
  z-index: 2;
  display: block;
}
.xd-nav .tabs a.active{
  background-color: #0848aa;
  color: #fff;
}
.xd-nav .tabs p{
  font-size: 14px;
	letter-spacing: 1px;
	color: #333333;
}
.xd-nav .tabs p a{
  font-size: 14px;
	letter-spacing: 1px;
	color: #333333;
}
.xd-nav .tabs p img{
  vertical-align: bottom;
}
.ffxm-box{
  width: 100%;
  height: 1006px;
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  padding-top: 56px;
  box-sizing: border-box;
  position: relative;
}
p.lg-titley{
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #e0e0e0;
  font-style: italic;
  font-family: GOTHICBI;
  text-align: center;
}
p.lg-titlez{
  width: 469px;
  margin: 16px auto;
  background-image: url(../img/img_60.png);
  background-position-y: center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 28px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #333333;
}
.ffxm-box .lfk{
  width: 1200px;
  height: 764px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  margin-left: -570px;
  top: 170px;
}
.ffxm-box .lfk>div{
  width: 400px;
  height: 382px;
  box-sizing: border-box;
  padding-top: 80px;
  padding-left: 60px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ffxm-box .lfk>div img{
  width: 92px;
	height: 107px;
}
.ffxm-box .lfk>div p{
  width: 209px;
  font-size: 24px;
	line-height: 31px;
	letter-spacing: 2px;
  color: #ffffff;
  margin-top: 20px;
}
.ffxm-box .lfk>div:nth-child(2n) p,.ffxm-box .lfk>div:last-child p{
  color: #0a45b0;
}
.fwzc-lc{
  width: 1240px;
  margin: 0 auto;
  padding-top: 78px;
}
.fwzc-lc .lc{
  display: flex;
  flex-wrap: wrap;
  margin-top: 82px;
}
.fwzc-lc .lc .lc-item{
  width: 223px;
  height: 223px;
  position: relative;
  background-image: url(../img/img_26.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.fwzc-lc .lc .lc-item:hover{
  background-image: url(../img/img_27.png);
}
.fwzc-lc .lc .lc-item:not(:first-child){
  margin-left: 30px;
}
.fwzc-lc .lc .lc-item:nth-child(n+6){
  position: relative;
  left: 95px;
  top: -65px;
  z-index: 2;
}
.fwzc-lc .lc .lc-item .nr{
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 92px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.fwzc-lc .lc .lc-item:hover .nr p{
	color: #fff;
}
.fwzc-lc .lc .lc-item .nr img:nth-child(2){
	display: none;
}
.fwzc-lc .lc .lc-item:hover .nr img:nth-child(2){
	display: inline-block;
}
.fwzc-lc .lc .lc-item:hover .nr img:nth-child(1){
	display: none;
}
.fwzc-lc .lc .lc-item .nr p{
  font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
	color: #333;
}
.fwyzc-team{
  width: 100%;
	height: 680px;
  text-align: center;
  padding-top: 70px;
  box-sizing: border-box;
}
.fwyzc-team p:nth-child(1){
  font-family: GOTHICBI;
	font-size: 17px;
  font-weight: bold;
  font-style: italic;
	letter-spacing: 1px;
	color: #ffffff;
}
.fwyzc-team p:nth-child(2){
  font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
  color: #f6f6f6;
  background-image: url(../img/img_67.png);
  background-repeat: no-repeat;
  background-position-y: center;
  width: 364px;
  margin: 20px auto;
}
.fwyzc-team p:nth-child(3){
  font-size: 24px;
	line-height: 25px;
	letter-spacing: 2px;
	color: #ffffff;
}
.fwyzc-youship{
  font-size: 16px;
  text-align: center;
	line-height: 22px;
	letter-spacing: 2px;
	color: #333333;
}
.fwyzc-youshi{
  padding-top: 86px;
}
.fwyzc-youshi .inner{
  width: 100%;
	height: 785px;
  margin-top: 35px;
  position: relative;
}
.fwyzc-youshi .inner .nr{
  width: 632px;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
}
.fwyzc-youshi .inner .nr div:nth-child(1),.fwyzc-youshi .inner .nr div:nth-child(5){
  position: relative;
  left: -60px;
}
.fwyzc-youshi .inner .nr div:nth-child(2),.fwyzc-youshi .inner .nr div:nth-child(4){
  position: relative;
  left: 10px;
}
.fwyzc-youshi .inner .nr div:nth-child(3){
  position: relative;
  left: 50px;
}
.fwyzc-youshi .inner .nr div+div{
  margin-top: 70px;
}
.fwyzc-youshi .inner .nr div:last-child{
  justify-content: start;
}
.fwyzc-youshi .inner .nr div p:nth-child(1){
  font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
  color: #0a45b0;
  margin-bottom: 12px;
  line-height: 28px;
}
.fwyzc-youshi .inner .nr div p:nth-child(1) span{
  font-size: 26px;
	letter-spacing: 3px;
}
.fwyzc-youshi .inner .nr div p:nth-child(2){
  font-size: 16px;
	line-height: 22px;
	letter-spacing: 2px;
	color: #333333;
}
.aboutus-jj{
  width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
}
.aboutus-jj>p:nth-child(1){
  width: 469px;
  margin: 0 auto;
  background-image: url(../img/img_71.png);
  background-position-y: center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
  color: #333333;
  margin-bottom: 12px;
}
.aboutus-jj>p:nth-child(2){
  text-align: center;
  font-size: 16px;
	letter-spacing: 3px;
	color: #666666;
  margin-bottom: 40px;
}
.aboutus-jj .inner{
  width: 100%;
  /* display: flex; */
  /* justify-content: space-between; */
}
.aboutus-jj .inner .left{
  width: 658px;
  height: 372px;
  float: left;
  margin-right: 20px;
}
.aboutus-jj .inner .left img{
  width: 100%;
	height: 100%;
}
.aboutus-jj .inner .right{
  width: 696px;
}
.aboutus-jj .inner .right p{
  font-size: 18px;
	line-height: 37px;
	color: #666666;
}
.aboutus-ry{
  width: 100%;
	/* height: 617px; */
  background-color: #f6f6f6;
  padding-top: 50px;
  padding-bottom: 70px;
  box-sizing: border-box;
}
.lg-subtitle{
  text-align: center;
  font-size: 16px;
	letter-spacing: 3px;
	color: #666666;
}
.aboutus-swiperbox{
  width: 1470px;
  margin: 0 auto;
  margin-top: 38px;
  position: relative;
}
.swiper-about{
  width: 1400px;
  margin: 0 auto;
}
.swiper-about1{
  width: 1400px;
  margin: 0 auto;
  border: solid 1px #aaaaaa;
}
.aboutus-swiperbox .swiper-button-black{
  width: 12px;
  height: 21px;
  background-size: 100% 100%;
  outline: none;
}
.aboutus-swiperbox .aboutus-next{
  right: 0;
}
.aboutus-swiperbox .aboutus-prev{
  left: 0;
}
.swiper-about1 .swiper-slide{
  text-align: center;
  /* height: 390px; */
  box-sizing: border-box;
}
.swiper-about1 .swiper-slide img{
  width: 314px;
  height: 223px;
  margin: 30px 0;
}
.swiper-about1 .swiper-slide .name{
  font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
  color: #333333;
  margin-bottom: 15px;
}
.swiper-about1 .swiper-slide .details{
  width: 257px;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 1px;
  color: #666666;
  margin: 0 auto;
}
.swiper-about1 .swiper-slide+.swiper-slide{
  border-left: solid 1px #aaaaaa;
}
.aboutus-cq{
  padding-top: 55px;
}
.swiper-about2 .swiper-slide{
  height: 480px;
}
.swiper-about2 .swiper-slide img{
  float: left;
}
.swiper-about2 .swiper-slide img:nth-child(1){
  width: 50%;
  height: 100%;
}
.swiper-about2 .swiper-slide img:nth-child(n+2){
  width: 331px;
  height: 230px;
  margin-left: 19px;
}
.swiper-about2 .swiper-slide img:nth-child(2),.swiper-about2 .swiper-slide img:nth-child(3){
  margin-bottom: 20px;
}
/* .swiper-about2 .swiper-slide.oneimg{
  width: 692px;
}
.swiper-about2 .swiper-slide.twoimg{
  width: 331px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.swiper-about2 .swiper-slide.oneimg img{
  width: 100%;
  height: 100%;
}
.swiper-about2 .swiper-slide.twoimg img{
  width: 100%;
  height: 230px;
} */
.aboutus-td{
  padding-top: 70px;
}
.aboutus-td .swiper-about3 .swiper-slide img{
  width: 100%;
  height: 334px;
}
.aboutus-td .swiper-about3 .swiper-slide p{
  text-align: center;
  font-size: 18px;
	line-height: 37px;
	letter-spacing: 1px;
	color: #333333;
}
.aboutus-td .swiper-about3 .swiper-button-black{
  width: 40px;
	height: 69px;
	background-color: #ffffff;
  opacity: 0.8;
  background-size: 12px 21px;
  margin-top: -50px;
}
.aboutus-td .swiper-about3 .aboutus-buttonthree-next{
  right: 0;
}
.aboutus-td .swiper-about3 .aboutus-buttonthree-prev{
  left: 0;
}
.aboutus-hb{
  padding-top: 85px;
  padding-bottom: 60px;
}
.aboutus-hb .hb-swiper{
  width: 1400px;
  margin: 0 auto;
  box-shadow: 0px -4px 20px 0px rgba(232, 234, 244, 0.65);
  box-sizing: border-box;
  padding: 56px 65px;
}
.aboutus-hb .swiper-about4{
  width: 100%;
  height: 375px;
}
.aboutus-hb .swiper-about4 .swiper-slide{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aboutus-hb .swiper-about4 .swiper-slide div{
  /* margin-bottom: 38px; */
  height: 172px;
  background-image: url(../img/img_p_bg.jpg);
  background-size: 100% 132px;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 10px;
}
.aboutus-hb .swiper-about4 .swiper-slide div img{
  width: 206px;
  height: 110px;
  margin-bottom: 20px;
}
.aboutus-hb .swiper-about4 .swiper-slide div p{
  font-size: 16px;
  line-height: 20px;
	letter-spacing: 1px;
  color: #211e1f;
  text-align: center;
}
.aboutus-hb .swiper-about4 .swiper-slide div:hover p{
  color: #5478fe;
}
.page-contactus{
  padding-top: 60px;
}
.page-contactus>.title{
  font-size: 33px;
  font-weight: bold;
  font-style: italic;
	letter-spacing: 4px;
	color: #6e6e6e;
  opacity: 0.2;
  font-family: GOTHICBI;
  text-align: center;
}
.page-contactus>.subtitle{
  font-size: 32px;
	letter-spacing: 3px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.page-contactus>.subtitle .line{
  display: inline-block;
  width: 300px;
	height: 1px;
  background-color: #eeeeee;
  vertical-align: middle;
}
.page-contactus>.subtitle .p{
  margin: 0 10px;
}
.page-contactus>.smtitle{
  font-size: 16px;
	letter-spacing: 2px;
	color: #6e6e6e;
  text-align: center;
}
.page-contactus .tishi{
  width: 100%;
  background-color: #fbfbfb;
  margin-top: 50px;
  padding: 55px 0;
}
.page-contactus .tishi .inner{
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-contactus .tishi .inner .img{
  width: 289px;
	height: 182px;
}
.page-contactus .tishi .inner .img img{
  width: 100%;
	height: 100%;
}
.page-contactus .tishi .inner .txt{
  width: 1055px;
}
.page-contactus .tishi .inner .txt p{
  font-size: 16px;
  text-indent: 2rem;
	line-height: 33px;
	letter-spacing: 2px;
	color: #333333;
}
.page-contactus .tishi .inner .txt p:first-child{
  text-indent: 0;
}
.page-contactus .contact-info{
  width: 1400px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-contactus .contact-info>div{
  width: 1258px;
  height: 120px;
  border-bottom: 1px dashed #e5e5e5;
}
.page-contactus .contact-info .lainxi-fs>p{
  font-size: 24px;
	/* font-weight: bold; */
	line-height: 28px;
	letter-spacing: 2px;
	color: #333333;
}
.page-contactus .contact-info .lainxi-fs .lx-num{
  display: flex;
  margin-top: 20px;
}
.page-contactus .contact-info .lainxi-fs .lx-num div+div{
  margin-left: 100px;
}
.page-contactus .contact-info .lainxi-fs .lx-num div p:nth-child(1){
  font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #333333;
}
.page-contactus .contact-info .lainxi-fs .lx-num div p:nth-child(2){
  font-size: 22px;
  font-weight: bold;
  /* font-style: italic; */
	letter-spacing: 1px;
	color: #0848aa;
}
.page-contactus .contact-info .lainxi-dz p{
  font-size: 16px;
	line-height: 28px;
	letter-spacing: 2px;
	color: #333333;
}
.page-contactus .contact-info .lainxi-dz p:nth-child(1){
  font-size: 24px;
	/* font-weight: bold; */
	line-height: 28px;
	letter-spacing: 2px;
  color: #333333;
  margin-bottom: 15px;
}
.page-contactus .contact-map{
  width: 1400px;
  margin: 0 auto;
  margin-top: 55px;
}
.page-contactus .contact-map .title{
  padding-bottom: 25px;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 48px;
	font-weight: bold;
	letter-spacing: 0px;
  color: #0a45b0;
}
.page-contactus .contact-map .title span{
  display: inline-block;
  position: relative;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: normal;
  color: #333333;
  padding-top: 10px;
  border-top: 6px solid #0a45b0;
  left: 10px;
}
.page-contactus .contact-map .map-details{
  width: 100%;
  height: 579px;
  margin: 40px 0;
}
#mapContainer{
  width: 100%;
  height: 100%;
}
.amap-info-content.amap-info-outer{
  font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: 2px;
  color: #ff0000;
}