html{
  font: 16px "Microsoft YaHei", "宋体", Tahoma, Arial;
  background: #FFFFFF;
  color: #4a4a4a;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

ul{
    list-style: none;
}
.clear{
    clear: both;
}
.fadeContent{
    display: none;
}
.threeDots{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;  
}
.box{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}
.left{
  float: left;
}
.right{
  float: right;
}
.center{
  text-align: center;
}

/* header */
.header{
  width: 80%;
  max-width: 1200px;
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 100;
}
.header-first{
  width: 100%;
  height: 4rem;
  position: relative;
}
.logo{
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.625rem;
  width: 30%;
  height: 3.25rem;
}
.logo img{
  height: 100%;
}
.search{
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.75rem;
  width: 10.625rem;
  height: 1.5rem;
  z-index: 100;
}
.search input{
  float: left;
  width: 9.125rem;
  height: 100%;
  border: 1px solid rgba(155,155,155,.4);
  padding-left: 5px;
  font-size: .75rem;
}
.search-img{
  float: right;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #4a4a4a;
  cursor: pointer;
}
.search-img img{
  float: left;
  width: 1rem;
  margin: 0.25rem;
  height: 1rem;
}
.nav-click {
  display: none;
}
.nav{
  text-align: center;
  background-color: rgba(255,255,255,0.75);
}
.nav-active p,.nav li:hover{
  font-weight: bold;
  color: #FFFFFF;
}
.nav li{
  float: left;
  width: calc(100%/9);
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  color: #4C4948;
}
.nav a{
  color: #4C4948;
}
.nav li p,.sub a{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;  
}
.nav li .sub{
  position: absolute;
  width: 100%;
  left: 0;
  top: 2.5rem;
  background:rgba(0,0,0,0.3);
  display: none;
}
.sub a{
  border-top: 1px solid #F5F5F5;
  font-size: .875rem;
}
.nav li .sub a,.nav li:hover a{
  display: block;
  color: #FFFFFF;
}
.nav li .sub a:hover{
  background:rgba(0,0,0,0.4);
}
.nav li:hover .sub a{
  font-weight: normal;
}
/* index-banner */
.slide .carouse{
  width:100%;
  overflow:hidden;
  position:relative
}
.slide .slideItem .banner-img{width:100%;}
.slide .carouse .slideItem{
	width:100%;
	position:absolute;
}
.slide .dotList{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1.3%;
}
.slide .dotList ul li{
	display: inline-block;
    width: .625rem;
    height: .625rem;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-left: .625rem;
    cursor:pointer;
}
.slide .dotList ul li.active{
  background-color: #9B9B9B;
}

.slide .slidedetail{display:none;}
/* index-news */
.main-news{
  padding: 3.25rem 0px;
  position: relative;
}
/* 新闻手动轮播图 */
.news_left{
  width:100%;
  margin-bottom: 3.25rem;
  position: relative;
}
.news_left_text{
  width:100%;
  font-size: .96875rem;
  color:#3B3B3B;
}
.news_left_title{
  width:61%;
  height: 2.25rem;
  line-height: 2.25rem;
  cursor: pointer;
  position: absolute;
  left: 38%;
  z-index: 2;
}
.news_left_title_active{
  color: #FFFFFF;
  font-weight: bold;
}

.news_left_title span{
  float: left;
  padding:  0px 20px;
  height: 100%;
}
.m_2{
  margin-left: 4%;
}
.djNews,.sgNews,cwNews{
  position: absolute;
  top: 0;left: 0;
  width: 100%;
  opacity: 0;
  z-index: 0;
  background-color: #ffffff;
}
.newsBlock_parent{
  position: relative;
}
.newsImg{
  width: 34%;
  position: relative;
  top:0%;
  left: 0%;
  padding-bottom: 19.125%;
}
.newsImg img{
  position: absolute;
  top:0;
  width:100%;
  height: 100%;
}
.newsImg div{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2rem;
  font-size: .8125rem;
  background:rgba(0,0,0,0.3);
  color: #FFFFFF;
}
.newsImg div p{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  line-height: 2rem;
}
.newsBlock{
  position: absolute;
  left: 38%;top: 2.25rem;
  width:62%;
  height:calc(100% - 2.25rem);
}
.news_left_content_title{
  height:2.5rem;
  line-height: 3rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_left_content_title a{
  color:#000000;
}
.news_left_content_block{
  width: 100%;
  height:calc(100% - 4.0625rem);
}
.news_left_content_content{
  width: 100%;height: 100%;
  line-height: 26px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.news_left_content_content p{
  text-indent: 2rem;
}
.more{
  height: 1.5625rem;
  line-height: 1.5625rem;
  text-align: right;
  padding-right: .625rem;
  font-weight: bold;
}
.news_left_content_content a,.more a{
  font-size: .875rem;
  color: #4A4A4A;
}
.more a span{
  color:#BABABA;
}
/* 首页滑动-公司介绍  */
.tplc{
  cursor: pointer;
}
.w_1{
  margin-right: 1%;
}
.tplc_img{
  float: left;
  width: 24.5%;  height: 9.375rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  box-shadow: 1px 1px 10px 1px #dddddd;
  position: relative;
}
.tplc_img p{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1.65rem;
  line-height: 1.65rem;
  font-size: .9375rem;
  background:rgba(0,0,0,0.2);
  color: #FFFFFF;
  text-align: center;
}
.note{
  width: 0%;
  height: 9.375rem;
  overflow: hidden;
  background:rgba(0,0,0,0.3);
  float: left;
  cursor: pointer;
  color: #FFFFFF;
  font-size: .875rem;
}
.note p{
  padding: 0 3%;
}
.note-title{
  font-size: 1rem;
  font-weight: bold;
  height: 2.34375rem;
  line-height: 2.35375rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;  
}
.note-content{
  height: 5.625rem;
  line-height:1.40625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.note-more{
  display: block;
  height: 1.40625rem;
  line-height: 1.20625rem;
  text-align: right;
  color: #FFFFFF;
  padding-right: 3%;
}
.w_24{
  width: 24%;
}
/* 悬浮手机号 */
.phone{
  position: fixed;
  right: 2%;
  top:75%;
  z-index: 100;
  border-radius: 5px;
  cursor: pointer;
}
.phone_container{
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}
.icon{
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  position: absolute;
  z-index: 102;
  top: 0;
  left: 0;
  transition: all 1s linear 0.1s;
  border-bottom: 1px solid #ffffff;
}
.text{
  width: 2.5rem; 
  height: 2.5rem;
  line-height:2.5rem ;
  position: absolute;
  top:0;left:0px;
  font-size: .75rem;
  color:rgba(255,255,255,0);
  z-index: 101;
  overflow: hidden;
  border-radius: 6px;
  transition: all 0.5s linear 0.1s;
} 
.phone_container:hover .text{
  padding-left: 10px;
  width: 6.875rem;
  left:-6.6875rem;
  color:rgba(255,255,255,1);
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
}
.weixin{
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    position: relative;
    border-bottom: 1px solid #dddddd;
}
.weixin_img img{
  border-radius: 5px;
}
.ewm{
  display: none;
}
.ewm img{
    margin-top: -2px;
    width: 100px;height: 100px;
    padding: 10px;
    background-color: #ffffff;
    position: absolute;
    left:-108px;
    z-index: 100;
    top:-30px;
    box-shadow: 0px 0px 10px 0px #dddddd;
}

.block{
    position: absolute;
    top: .625rem;
    left: -8px;
    width: 0;
    height: 0;
    border:8px solid #eee9e9;
    border-bottom-color:transparent;
    border-top-color:transparent;
    border-right-color:transparent;
}

.toTop{
    width: 2.5rem;
    height:2.5rem;
    font-size: 13px;
    background-color: #9B9B9B;
}
.toTop img,.weixin_img img,.icon img{
  width: 100%;height: 100%;
}

/* index-service */
.main-service{
  padding: 3.125rem 0px;
}
.main-service .service-title{
  width: 280px;
  background: url(../img/一\ hp_zs_icon@2x.png) no-repeat 0px -3px;
  background-size:100% auto;

}
.service-title{
  width: 170px;
  margin: 0 auto 40px;
  background: url(../img/一\ hp_zs_icon@2x.png) no-repeat 0px -2px;
  background-size:100% auto;
  font-size: 1.1rem;
  color: #4a4a4a;
  text-align: center;
  font-family:FZLTTHJW--GB1-0,FZLTTHJW--GB1;
  font-weight: bolder;
}
.title-cn{
  height: 30px;
  font-size: 1.25rem;
}
.title-en{
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.27rem;
  display: none;
}
.tempWrap{
  overflow: hidden;
  cursor: pointer;
}
.tempWrap .picList li {
  float: left;
  list-style: none;
  margin-right: 20px;
  margin-bottom: 2.5rem;
}
.tempWrap .picList li div{
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border: 1px solid #F6F6F6;
}
.tempWrap .picList li img{
  position: absolute;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 15px 0px #eee9e9;
}
.tempWrap .picList li p{
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 100%;
  color: #4a4a4a;
  font-size: .875rem;
}
/* 二级页面 */
.second-main{
  background-color: #F5F5F5;
}
.second-banner img{
  display: block;
  width: 100%;height: auto;margin-top: 105px;
}
.second-bg{
  background-color: #FFFFFF;
  min-height: 31.25rem;
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
}
.second-left {
  width: 28%;
  min-width: 170px;
}
.second-left-phone{
  width: 100%;
  position: relative;
  font-weight: bolder;
  font-size: 1.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  padding-left: 4%;    
  background-color: rgba(233, 233, 233, 0.5);
  display: none;
}
.second-left-phone span{
  margin-right: 5px;
}
.second-left-phone::after{
  content: "V";
  position: absolute;
  top: 0;
  right: 5%;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  font-size: .625rem;
  cursor: pointer; 
}
.second-nav{
  width: 170px;
  margin: 0 auto;
}
.second-nav li{
  width: 100%;height:3.125rem;
  text-align: center;
  line-height: 3.125rem;
  background-color: #E9E9E9;
  border-top: 1px solid #979797;
}
.second-nav li:first-child{
  border-top: none;
}
.second-nav li.second-nav-active{
  background-color: #4A90E2;
}
.second-nav li.second-nav-active a,.second-nav li:hover a{
  color: #FFFFFF;
}
.second-nav li a{
  color: #4a4a4a;
}
.second-right{
  width: 70%;
  min-width: calc (100% -170px);
  padding-right: 10%;
}
.second-right-title{
  border-bottom: 1px solid #0068B7;
  margin-bottom: 1.25rem;
  font-size: .75rem;
}
.right-title-name{
  height: 2.5rem;line-height: 2.5rem;
  font-size: 1.125rem;
  font-weight: bolder;
  padding-left: 10px;
  position: relative;
}
.right-title-name span{
  position: absolute;
  width: 4px;
  height: 18px;
  top: 50%;
  left: 0px;
  margin-top: -9px;
}
.right-title-position{
  margin-top: 16px;
  float: right;
}
/* 新闻页面 */
.second-news li{
  height: 2.125rem;
  line-height: 2.125rem;
  border-bottom: 1px dotted #A1A1A1;
  font-size: .875rem;
}
.second-news a{
  color: #525252;
}
.second-news-title{
  width: 70%;
}
.second-news-date{
  width: 30%;
  text-align: right;
  padding-right: 5px;
}
/* 分页 */
.page{
  margin-top: 1.25rem;
  text-align: right;
}
.btn{
  border-radius:4px;
  width: 2.5rem;
  height: 1.25rem ;
  line-height: 1.2rem;
  text-align: center;
  margin-right: .3125rem;
  cursor: pointer;
  border:1px solid rgba(151,151,151,1);
 display: inline-block;
  font-size: .75rem;
}
/*分页选中样式 */
.page-active,.btn:hover{
  color:rgba(255,255,255,1);
  border: 1px solid #4A90E2;

}
/* 新闻三级内容页面 */
.main-right p{
  line-height: 1.5625rem;
  font-size: .875rem;
  text-indent: 2rem;
  margin: .625rem auto;
}
.main-right img{
  max-width: 100%;
}
.main-right p img{
  max-width: calc(100% - 2rem);
  height: auto !important;
}

.main-right-conpany,.service-list{
  margin-top: 1.25rem;
}
.main-right-top{
  text-align: center;
  margin: 1.25rem 0px;
}
.main-right-top p{
  line-height: 2.5rem;
  text-indent: 0rem;
}
p.top-title{
  font-size: 1.25rem;
  font-weight: bolder;
}
/* 新闻视频页面 */
.main-right-top video{
  width: 80%;
}
/* 公司领导 */
.main-leader{
  font-size: .875rem;
  color: #4A4A4A;
}
.main-leader p{
  line-height: 1.5625rem;
}
.main-leader-top img{
  width: 50%;
  max-width: 20.125rem;
  max-height: 15.375rem;
}
.main-leader-name{
  font-size: 1.125rem;
  font-weight: 500;
}
.main-leader-position{
  color: #9B9B9B;
}
.main-leader-other{
  margin: 1.25rem auto 0px;
  margin-top: 1.25rem;
  text-align: left;
  font-size: .875rem;
}

/* 联系我们 */
#dituContent{
  width:100%;height:260px;border:#ccc solid 1px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.address{
  height: 2.5rem;
  line-height: 2.5rem;
}
.address span:first-child{
  display: inline-block;
  width:4.625rem;
  font-weight: bold;
}
.main-leader-other span.addname{
  font-size: 1rem;
  font-weight: normal;
  width: 3rem;
  text-align-last:justify;
  text-align:justify;
  text-justify:distribute-all-lines;
 /* 这行必加，兼容ie浏览器 */
  text-align: justify;
}
/* 留言板块 */

.second-message {
  width: 80%;
  margin: 0 auto;
}

.second-message h5 {
  margin-top: 1.25rem;
  text-align: right;
  font-size: .875rem;
  color: #D81E06;
}

.second-message img {
  width: .875rem;
  height: .875rem;
}

.messsage-star {
  width: .75rem;
  height: .75rem;
  top: 0;
  right: -0.75rem;
  position: absolute;
  background: url("../img/star.png") center center no-repeat;
  background-size: .75rem .75rem;
}

.message-line {
  margin: 1.25rem 0;
  font-size: 1rem;
  position: relative;
  font-weight: normal;

}

.message-line span {
  position: absolute;
  width: 5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: right;
}

.message-line input {
  margin-left: 6.25rem;
  width: calc(100% - 6.25rem);
  height: 2.5rem;
  background: rgba(250, 250, 250, 1);
  border-radius: 6px;
  border: 1px solid rgba(155, 155, 155, 1);
  padding-left: .625rem;
}

.message-line textarea {
  margin-left: 6.25rem;
  width: calc(100% - 6.25rem);
  background: rgba(250, 250, 250, 1);
  border-radius: 6px;
  border: 1px solid rgba(155, 155, 155, 1);
  padding-left: .625rem;
  padding-top: .625rem;
}

.message-button {
  text-align: right;
}

.second-message input[type="button"],
.second-message input[type="reset"] {
  width: 6.25rem;
  height: 2.5rem;
  font-size: 1rem;
  background: linear-gradient(180deg, rgba(74, 144, 226, 1) 0%, rgba(34, 115, 211, 1) 100%);
  border-radius: 6px;
  border: none;
  color: #F6F6F6;
  cursor: pointer;
}

.second-message input[type="button"] {
  margin-left: 3.75rem;
}
.alert-box {
  position: fixed;
  width: 18.75rem;
  height: 8.75rem;
  top: calc(50vh - 4.375rem);
  left: calc(50vw - 9.375rem);
  border: 1px solid #ccc;
  background-color: rgba(250, 250, 250, 1);
  box-shadow: 0 0 10px 2px rgba(151, 151, 151, .5);
  text-align: center;
  border-radius: 6px;
  display: none;
  /* padding-right: 2rem; */
}

.alert-text{
  height: 5.25rem;
  line-height: 5.25rem;
  font-size: .9375rem;
}

.second-message .alert-box input[type="button"] {
  margin-left: 0;
  font-size: .875rem;
  width: 5rem;
  height: 2.125rem;
  text-align: center;
}
/* 大事记板块 */
.swiper-container{
  width: 350px;
  margin-left: 0;
}
.swiper-slide a{
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-left: 0;
  color: #4a4a4a;
  text-align: center;
}
.swiper-slide a{
  background-color: rgba(74, 144, 226, .5);
  color: rgba(255,255,255,0.9);
}
.swiper-slide-link a{
  background-color: #4A90E2;
  color:#FFF;
}

/* 业务板块 */
.service-list-link{
  border-bottom: 1px solid #4A90E2;
}
.service-list-link::after,.service-list-pics::after,.service-list-photos::after{
  display: block;
  clear: both;
  content:""; 
}
.service-list-link li{
  float: left;
  height: 2.875rem;
  padding: 0 20px;
  background-color: #F6F6F6;
}
.service-list-link li.service-list-link-active,.service-list-link li.service-list-link-active:hover{
  background-color: #4A90E2;
}
.service-list-link li:hover{
  background-color: rgba(74, 144, 226, .5);
}
.service-list-link li a{
  display: block;
  height: 2.875rem;
  line-height: 2.875rem;
  color: #4A4A4A;
}
.service-list-link li:hover a{
  color: rgba(255,255,255,0.8);
}
.service-list-link li.service-list-link-active a{
  color:#FFF;
}
.service-list-pics,.service-list-photos{
  margin-bottom: 20px;
}
.service-list-pics li{
  float: left;
  width: 18.8%;
  margin-right: 1.5%;
  margin-top: 1.25rem;
}
.service-list-pics li:hover{
  transform: translateY(-6px);
  -ms-transform: translateY(-6px); 	/* IE 9 */
  -moz-transform: translateY(-6px); 	/* Firefox */
  -webkit-transform: translateY(-6px); /* Safari 和 Chrome */
  -o-transform: translateY(-6px); 	/* Opera */
}
.service-list-pics li:nth-child(5n){
  margin-right: 0;
}
.service-list-pics li a,.service-list-photos li a{
  display: block;
}
.service-list-pics li a h6{
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: .875rem;
  padding: 0 10px;
  color: #4A4A4A;
}
.service-list-pic{
  width: 100%;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #F5F5F5;
}
.service-list-photos-box{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 101;
  background-color: rgba(0,0,0,0.8);
  display: none;
}
.service-list-photos-slide{
  position: absolute;
  width: 60vw; height: calc(60vw * 0.66834);
  left: 50%;
  top: 50%;
  margin-left: -30vw;
  margin-top: -20vw;
  overflow: hidden;
}
.service-list-photos-slide ul{
  width: 100%;
  height: 100%;
  position: absolute;top: 0;left: 0;
  z-index: 102;
}
.service-list-photos-slide ul li{
  float: left;
  height: 100%;
}
.service-list-photos-slide ul li a{
  display: block;
  height: 100%;
}
.service-list-photos-slide ul li a img{
  width: 100%;
  height: 100%;
  z-index: 103;
}
.btn span{
  display: block;
  width: 3.125rem;
  height: 6.25rem;
  background: rgba(0,0,0,0.4);
  color: rgba(255,255,255,0.75);
  font-size: 2.5rem;
  line-height: 6.25rem;
  text-align: center;
  cursor:pointer;
  border-radius: 8px;
  margin-top: -3.125rem;
  top: 50%;
  z-index: 104;
  position: absolute;
}
.btn .prev{
  left: 0px;
}
.btn .next{
  right: 0px;
}
.service-list-photos li{
  float: left;
  width: 23%;
  margin-right: 2%;
  margin-top: 1.25rem;
}
.service-list-photos li:nth-child(4n){
  margin-right: 0;
}
.service-list-photos li a h6{
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: .75rem;
  padding: 0 10px;
  color: #4A4A4A;
}
.service-list-photo{
  width: 100%;
  padding-bottom: 66.834%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.service-content-title{
  width: 100%;
  font-weight: normal;
  font-size: 1rem;
  height: 3.125rem;
  line-height: 3.75rem;
  border-bottom: 1px dashed #979797;
  margin-bottom: 10px;
  padding-right: 10%;
}
.service-content-text p{
  font-size: .875rem;
  line-height: 1.625rem;
  text-indent: 2rem;
}
.service-content-text p img{
  margin-left: 2rem;
}

.service-list li{
  margin: 1.25rem 0rem;
  font-size: .875rem;
  /* cursor: pointer; */
}
.service-list-block{
  width: 100%;
  position: relative;
}
.service-list-img{
  width: 30%;
  padding-bottom: 22.5%;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:center center;
}
.service-right{
  position: absolute;
  left: 31%;top: 0;
  width: 69%;height: 100%;
  padding: 0 4%;
  background-color: #F6F6F6;
}
.service-list-title{
  font-size: 1.125rem;
  height: 2.875rem;
  line-height: 2.875rem;
}
.service-list-text{
  height: calc(100% - 4.75rem);
}
.service-list-text-block{
  line-height: 23px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-indent: 2rem;

}
.service-list-more{
  font-size: .75rem;
  display: block;
  width: 100%;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: right;
  padding-right: 1%;
}

/* footer */
.footer-bg{
  padding: 22px 0px;
}
.footer-bg .box::after,.picList::after,.nav::after{
  display: block;
  clear: both;
  content:""; 
}
.footer{
  float: left;
  height: 76px;
  color: #BDE3FF; 
  font-size: .75rem;
}
.footer p{
  line-height: 24px;
}
.footer-part1{
  width: 37%;
}
.footer-part2{
  width: 40%;
}
.footer-part3{
  width: 23%;
}
.footer-part1 img{
  margin-right: 5px;
  margin-bottom: -3px;
}
.footer p a{
  color: #BDE3FF;
}

.footer-part3,.footer-part2{
  position: relative;
}
.footer-part2 div{
  width: 100%;
  position: absolute;
  top: 0px;
  left:20px;
}
.footer-part3 div{
  position: absolute;
  top: 0px;
  right: 0px;
}
.footer-part3 select{
  width: 100%;
  height: 24px;
  margin-top: 4px;
  max-width: 220px;
  font-size: .75rem;
}
@media screen and (max-width:1320px){
  .footer-part1{
    width: 34%;
  }
  .footer-part2{
    width: 43%;
  }
}
@media screen and (max-width:1250px){
  .footer-part1{
    width: 44%;
  }
  .footer-part2{
    width: 56%;
  }
  .footer-part3{
    width: 100%;
    margin-top: 1.25rem;
  }
  .footer-part3 div{
    left: 0;
  }
}
@media screen and (max-width:1023px){
  html{
    font-size: 14px;
  }
  .second-right{
    padding-right: 5%;
  }
  .main-news{
    padding: 2.5rem 0rem;
  }
  .news_left{
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width:991px){
  .second-bg{
    width: 100%;
  }
  .footer-part1{
    width: 100%;
  }
  .footer-part2{
    margin-top: 1.25rem;

    width: 100%;
  }
  .footer-part2 div {
    left: 0;
  }

}
@media screen and (max-width:767px){
  html{
    font-size: 12px;
  }
  .main .box{
    width: 100%;
    padding: 0 4%;
  }
  .header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0 !important;
    height: 6rem;
    background-color: rgba(255,255,255,.8);
  }
  .header-first{
    height: 3.25rem;
  }
  .logo {
    width: 100%;
    padding-left: 4%;
  }
  .search,.nav-click{
    top: 4rem;
    margin-top: 0;
  }
  .search{
    right: 2%;
  }
  .nav-click{
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 4%;
  }
  .nav-click img{
    width: 100%;height: 100%;
  }
  .close{
    display: none;
  }
  .nav {
    display: none;
    width: 50%;
    position: fixed;
    left: 0;
    top: 6rem;
    z-index: 99;
    height: calc(100% - 6rem);
  }
  .nav li{
    display: block;
    float: none;
    height: auto;
    width: 100% !important;
    border-bottom: 1px solid rgba(151, 151, 151, .5);
  }
  .nav li,.nav li a{
    color: #FFFFFF;
  }
  .nav .sub a{
    color: rgba(255,255,255,0.8);
  }
  .nav li .sub{
    position: relative;
    top: 0;
  }
  /* 新闻轮播图 */
  .main-news{
    padding: 1.65rem 0 0;
    margin-top: -5px;
  }
  .djNews,.sgNews,cwNews{
    top: 2.25rem;
  }
  .newsImg{
    display: none;
  }
  .news_left_title {
    position: relative;
    width: 100%;
    left: 0%;
  }
  .newsBlock{
    position: static;
    width: 100%;
  }
  .news_left_content_content{
    line-height: 1.4375rem;
    -webkit-line-clamp: 3;
  }
  .main,.second-main{
    margin-top: 6rem;
  }
  .second-bg,.second-left{
    width: 100%;
    padding-top: 0px;
  }
  .second-left-phone {
    display:block;
  }
  .second-nav {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    max-height: 0;
    overflow: hidden;
    border: none;
    transition: max-height 300ms ease-in-out;
    -webkit-transition: max-height 300ms ease-in-out;
  }
  .openSubnav {
    max-height: 100vh;
  }
  .service-title,.right-title-name{
    display: none;
  }
  .main-service .service-title{
    display: block;
  }
  .second-right-title{
    height: 2.5rem;
  }
  .right-title-position{
    float: left;
    margin-top: .625rem;
  }
  .second-right{
    width: 100%;
    padding: 0 5%;
  }
  .main-service,.main-leader{
    margin-top: 1.25rem;
  }

  .service-list-pics li{
    width: 30%;
    margin-right: 5%;

  }
  .service-list-pics li:nth-child(5n){
    margin-right: 5%;
  }
  .service-list-pics li:nth-child(3n){
    margin-right: 0;
  }
  .service-list-photos li{
    width: 47.5%;
    margin-right: 5%;
  }
  .service-list-photos li:nth-child(4n){
    margin-right: 5%;
  }
  .service-list-photos li:nth-child(2n){
    margin-right: 0;
  }
  /*  */
  .service-list-photos-slide{
    width: 90vw; height: calc(90vw * 0.66834);
    margin-left: -45vw;
  }
  .btn span{
    width: 2.5rem;
    height: 5rem;
    margin-top: -2.5rem;
    line-height: 5rem;
  }
}
@media screen and (max-width:640px){

  .main-leader-other{
    width: 80%;
  }
  .footer-bg{
    padding-bottom: 0px;
  }
  .footer{
    width: 100%;
  }
  .footer p{
    line-height: 20px;
  }
  .footer-part2 div{
    left: 0px;
    margin-left: 0px;
  }
  .footer-part3 div{
    left: 0px;
  }
}
@media screen and (max-width:600px){
  .tplc_img{
    width: 49%;
    margin-right: 1%;
    margin-top: 1.25rem;
  }
  .tplc_img p{
    display: block !important;
  }
  .note,.w_24{
    width: 49%;
    margin-top: 1.25rem;
  }
  .w_1{
    margin-right: 0px;
  }
  .news_left {
    height: 150px;
  }
  /* 业务板块 */
  .service-list-img{
    display: none;
  }
  .service-right{
    position: static;
    width: 100%;
  }
  .service-list-text{
    height: auto;
  }
  .service-list-text-block{
    line-height: 1.5625rem;
    -webkit-line-clamp: 3;
  }
  .second-message {
    width: 90%;
  }
  .swiper-container{
    width: 100%;
  }
}
@media screen and (max-width:370px){
  .news_left_title span{
    padding:  0px 15px;
  }
  .m_2{
    margin-right: 0;
  }
  .second-message {
    width: 94%;
  }

}
.second-bg::after{
  display: block;
  content: "";
  clear: both;
}
