p {
  margin: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.toux  .container-fluid {
  padding: 0 8.33333333%;
}
.toux {
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
}
.cur .toux{background: #000;z-index: 999999;}
.toux .logo {
  line-height: 100px;
  width: 20%;
}
 .x-banner{position:relative;z-index:99;}  
.toux .logo img {
  max-width: 100%;
}

.toux .ss {
  position: relative;
  line-height:100px;
  padding-right: 15px;
}

.toux #formsearch {
  position: absolute;
  right: 0;
  top: 80px;
  border: 1px solid #ccc;
  width: 252px;
  z-index: 11;
  background: #fff;
  display: none;
}

.toux #formsearch input {
  line-height: 34px;
  height: 34px;
  background: none;
  border: none;
}

.toux #formsearch input#keyword {
  text-indent: 10px;
  float: left;
  width: 200px;
}

.toux #formsearch input#s_btn {
  background: url(../images/ss1.png) no-repeat 50%;
  font-size: 0;
  float: right;
  width: 50px;
}
.dh{font-size: 18px;color: #fff;line-height: 100px;}

.ad1 {
  margin-top: -8%;
  position: relative;
  z-index: 99;
}

.ad1 .ad1-list {
  border-bottom: 1px solid #e8e9ea;
  background: #fff;
}

.ad1 .ad1-list li {
  float: left;
  width: 25%;
  text-align: center;
  overflow: hidden;
  padding: 30px 0;
  height: 200px;
  background: url(../images/ad1.png) no-repeat right center;
}

.ad1 .ad1-list li h3 {
  font-size: 20px;
  color: #050505;
  margin-bottom: 30px;
  padding-top: 5px;letter-spacing: -1px;
}

.ad1 .ad1-list li h4 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.ad1 .ad1-list li:last-child {
  background: none;
}

.ad1 .ad1-list li:hover {
  background: #92a3b5;
}

.ad1 .ad1-list li:hover h3 {
  color: #fff;
}

.ad1 .ad1-list li:hover h4 {
  color: #fff;
}

@media (max-width: 1366px) {
  .ad1 .ad1-list li {
    height: 180px;
  }
}

@media (max-width: 1024px) {
  .ad1 .ad1-list li h3 {
    margin-bottom: 18px;
  }
  .ad1 .ad1-list li {
    height: 170px;
  }
}

@media (max-width: 900px) {
  .ad1 {
    margin-top: 10px;
  }
  .ad1 .ad1-list {
    border-bottom: none;
  }
  .ad1 .ad1-list li {
    width: 50%;
    height: auto;
    padding: 10px 0;
  }
  .ad1 .ad1-list li:nth-of-type(2) {
    background: none;
  }
  .ad1 .ad1-list li:hover:nth-of-type(2){
  background: #92a3b5;
  }
}

@media (max-width: 767px) {
  .ad1 .ad1-list li h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ad1 .ad1-list li h4 {
    font-size: 13px;
  }
}

.product-index {
  margin-top: 90px;
  display: flex;
}

.product-index .proleft {
  width: 30%;
}

.product-index .proleft .P-list1 li a {
  display: block;
}

.product-index .proleft .P-list1 li a img {
  width: 100%;
}

.product-index .proleft .ptitle a{
  border: 1px solid #e9edf0;
  margin-top: 38px;
  text-align: center;
  display: block;
  font-size: 19px;
  color: #666666;
  line-height: 2.6;
}

.product-index .proright {
  width: 65%;
  margin-left: 5%;
}

.product-index .proright .ptitle {
  border: 1px solid #e9edf0;
  margin-bottom: 40px;
  text-align: center;
  font-size:23px;
  color: #050505;
  line-height: 2.6;
}

.product-index .proright .p-list2 li {
  float: left;
  width: 46%;
  position: relative;
}

.product-index .proright .p-list2 li a {
  display: block;
}

.product-index .proright .p-list2 li a img {
  width: 100%;
}

.product-index .proright .p-list2 li a h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(146, 163, 181, 0.86);
  text-align: center;
  color: rgba(3, 3, 3, 0.71);
  font-size: 18px;
  padding: 20px 0;
  opacity: 0;
}

.product-index .proright .p-list2 li:nth-of-type(2) {
  float: right;
}

.product-index .proright .p-list2 li:hover a h3 {
  opacity: 1;
}

@media (max-width: 1024px) {
  .product-index {
    margin-top: 30px;
  }
}

@media (max-width: 900px) {
  .product-index {
    display: block;
  }
  .product-index .proleft {
    width: 100%;
  }
  .product-index .proleft .ptitle {
    margin-top: 10px;
  }
  .product-index .proright {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .product-index .proright .ptitle {
    margin-bottom: 10px;
  }
}

.about-bg {
  background: url(../images/aboutbg.png) no-repeat top center;
  background-size: cover;
  font-size: 0;
  margin-top: 100px;
}

.about-bg .about-index {
  padding-top: 65px;
  display: flex;
}

.about-bg .about-index .ableft {
  width: 60%;
}

.about-bg .about-index .ableft h2 {
  color: #fff;
  font-size: 42px;
  font-family: "Times New Roman";
  text-transform: uppercase;
  padding-top: 34px;
  line-height: 42px;
}

.about-bg .about-index .ableft .ab-con {
  background: rgba(12, 12, 12, 0.75);
  padding: 50px 50px 37px 50px;
  margin-top: 25px;
}

.about-bg .about-index .ableft .ab-con h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.about-bg .about-index .ableft .ab-con .nei {
  font-size: 15px;
  color: #fcfaf9;
  line-height: 30px;
  margin-top: 30px;
}

.about-bg .about-index .abright {
  width: 34.6%;
  margin-left: 2%;
}

.about-bg .about-index .abright p img {
  width: 100%;
}
.ab-con a{display: block;color: #fff;font-size: 18px;border:1px solid #fff;width: 148px;height: 36px;line-height: 34px;margin: 0 auto;text-align: center;margin-top: 36px;}

@media (max-width: 1600px) {
  .about-bg .about-index .ableft .ab-con {
    padding: 17px 30px;
  }
}

@media (max-width: 1440px) {
  .about-bg .about-index .ableft .ab-con {
    margin-top: 16px;
  }
  .about-bg .about-index .ableft .ab-con .nei {
    margin-top: 6px;
  }
}

@media (max-width: 1366px) {
  .about-bg .about-index .ableft .ab-con {
    margin-top: 26px;
  }
  .about-bg .about-index .ableft .ab-con .nei {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
}

@media (max-width: 1024px) {
  .about-bg {
    margin-top: 30px;
  }
  .about-bg .about-index {
    display: block;
    padding-top: 20px;
  }
  .about-bg .about-index .ableft {
    width: 100%;
  }
  .about-bg .about-index .abright {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}




.htt{text-align: center;margin-top: 40px;}
.htt dd{font-size: 29px;font-weight: bold;color: #031542;}
.htt dt{font-size: 14px;text-transform: uppercase;color: #686868;font-weight: normal;margin-top: 5px;}



.slick-wrap {
}

.slick-contanier .slick-slide {
  outline: none;margin: 0 2px;
}

.slick-contanier img {
  display: inline-block;
  width: 100%;
}

.slick-contanier .slick-con {
  display: block;
  padding: 0 5%;
  font-size: 0;
  border:1px solid #e3e3e3;
  padding:10% 10% 3% 10%;
}
.slick-contanier .slick-con h3{color: #8d8d8d;font-size: 14px;text-align: center;line-height: 30px;margin-top: 20px;}

.tab-li {
  text-align: center;
  font-size: 0;
  cursor: pointer;
  position: relative;
  padding-top:20px;
  
}

.tab-li li {
 color: #fff;display: inline-block;
 width: 160px;height: 37px;line-height: 37px;background: #738aa9;font-size: 16px;text-align: center;
}

.tab-li li:hover, .tab-li li.active {
  background: #45609f;
 

}

.tab-con {
  position: relative;
  margin-top: 30px;
}

.tab-con .tab-main {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
}

.tab-con .tab-main {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.tab-con .tab-main.active {
  position: static;
  opacity: 1;
  visibility: visible;
}



@media (max-width: 1024px) {
  .slick-wrap {
    margin-top: 30px;
  }
  .tab-li {
    float: none;
    width: 100%;
  }
  .tab-con {
    float: none;
    width: 100%;
  }
}

dt{font-weight: normal;}

.youshi{background: #fafafa; margin-top: 55px;display: flex;align-content: space-between;flex-wrap: nowrap;display: -webkit-flex;overflow: hidden;}
.yleft{width: 46.5%;background: url(../images/bj1.jpg) no-repeat top center;background-size: 101% 100%;}
.ybox{padding-left: 31%;}
.yright{width:53.5%;}
.yright img{display: block;width: 100%;}
.ytt{margin-top: 30px;}
.ytt dd{font-size: 43px;color: #fff;font-family: '黑体';}
.ytt dt{font-size: 21px;color: #fff;text-transform: uppercase;font-family: 'Arial';line-height: 21px;}
.ytel{font-size: 24px;color: #fff;font-family: '黑体';background: url(../images/tel2.png) no-repeat left center;background-size: 80%;/* width: 486px; *//* height: 92px; */line-height: 92px;padding-left: 148px;margin-top: 35px;}
.ys1{font-size: 18px;font-family: '黑体';color: #000000;line-height: 48px;}
.shu{margin-right: 10px;width: 48px;height: 48px;background-color: #92a3b5;line-height: 48px;font-family: '黑体';text-align:center;border-radius: 50%;color: #ffffff;font-size: 24px;}
.yul li{margin-bottom: 8%;}
.yul{margin-top: 19%;}



@media(max-width: 1678px){
  .yul li{margin-bottom: 4%;}
  .yul{margin-top: 15%;}.ytel{padding-left: 23%;font-size: 18px;margin-top: 25px;}
  .ytel span{font-size: 16px!important;}

}
@media(max-width: 1395px){
.ytt dd{font-size: 28px;}
 .yul li{margin-bottom: 2%;}
 .yul{margin-top: 12%;}
 .ys1{font-size: 16px;}
}

@media(max-width: 1268px){
  .youshi{display: block;}
 .yleft{width: 100%;}
 .ytel{background: url(../images/tel2.png) no-repeat left center;background-size: 43%;    padding-left: 12%;}
 .youshi{background:none;}
 .yleft{padding: 20px 0;}
 .yul{margin-top: 4%;}
 .ytt{margin-top: 0;}
 .yright{width: 80%;margin: 0 auto;}
 .ybox{padding-left: 10%;}
}

@media(max-width: 849px){
.mtel{background: url(../images/tel2.png) no-repeat left center;background-size:64%;    padding-left: 12%;}
.ytel span{font-size: 14px!important;}
.yul{font-size: 16px;}
}
@media(max-width: 716px){
 .ytel{background: url(../images/tel2.png) no-repeat left center;background-size:58%;    padding-left: 19%;}
}

@media(max-width: 565px){
 .ytel{background: url(../images/tel2.png) no-repeat left center;background-size:66%; margin-top: 10px;   padding-left: 19%;}
}
@media(max-width: 470px){
 .ytel{background: url(../images/tel2.png) no-repeat left center;background-size:80%; margin-top: 10px;   padding-left: 24%;}
 .ys1{width:70%;line-height: 30px; }
}
@media(max-width: 392px){
 .ytel{background: url(../images/tel2.png) no-repeat left center;background-size:90%; margin-top: 10px;   padding-left: 25%;}
}




.news-bg {
  background: #fcfcfc;
  padding:75px 0 30px 0;
}

.news-bg .news-idnex .ntitle {
  font-size: 20px;
  color: #0d0d0c;
  border: 2px solid #92a3b5;
  text-align: center;
  line-height: 2;
}

.news-bg .news-idnex .news-con {
  padding: 0 3%;
}

.news-bg .news-idnex .news-con .news1 {
  margin-top: 46px;
}

.news-bg .news-idnex .news-con .news1 .news1left {
  width: 38.5%;
  float: left;
}

.news-bg .news-idnex .news-con .news1 .news1left p img {
  width: 100%;
}

.news-bg .news-idnex .news-con .news1 .news1right {
  width: 57%;
  float: right;
}

.news-bg .news-idnex .news-con .news1 .news1right .n-list li {
  border: 2px solid #e3e3e3;
  padding: 20px 26px;
  position: relative;
  margin-bottom: 18px;
}

.news-bg .news-idnex .news-con .news1 .news1right .n-list li a {
  display: block;
  padding-right: 15%;
}

.news-bg .news-idnex .news-con .news1 .news1right .n-list li a h3 {
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-bg .news-idnex .news-con .news1 .news1right .n-list li a h4 {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  padding-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-bg .news-idnex .news-con .news1 .news1right .n-list li a .more {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.news-bg .news-idnex .news-con .news1 .news1right .n-list li:hover {
  background: #fff;
  border-color: #5b5b5b;
}

.news-bg .news-idnex .news-con .news2 {
  margin-top: 46px;
}

.news-bg .news-idnex .news-con .news2 .news1left {
  width: 38.5%;
  float: right;
}

.news-bg .news-idnex .news-con .news2 .news1left p img {
  width: 100%;
}

.news-bg .news-idnex .news-con .news2 .news1right {
  width: 57%;
  float: left;
}

.news-bg .news-idnex .news-con .news2 .news1right .n-list li {
  border: 2px solid #e3e3e3;
  padding: 20px 26px;
  position: relative;
  margin-bottom: 18px;
}

.news-bg .news-idnex .news-con .news2 .news1right .n-list li a {
  display: block;
  padding-right: 15%;
}

.news-bg .news-idnex .news-con .news2 .news1right .n-list li a h3 {
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-bg .news-idnex .news-con .news2 .news1right .n-list li a h4 {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  padding-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-bg .news-idnex .news-con .news2 .news1right .n-list li a .more {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.news-bg .news-idnex .news-con .news2 .news1right .n-list li:hover {
  background: #fff;
  border-color: #5b5b5b;
}

@media (max-width: 1600px) {
  .news-bg .news-idnex .news-con .news1 .news1right .n-list li {
    padding: 12px 26px;
  }
  .news-bg .news-idnex .news-con .news2 .news1right .n-list li {
    padding: 12px 26px;
  }
}



@media (max-width: 900px) {
  .news-bg .news-idnex .news-con .news1 {
    margin-top: 30px;
  }
  .news-bg .news-idnex .news-con .news1 .news1left {
    width: 100%;
    float: none;
  }
  .news-bg .news-idnex .news-con .news1 .news1right {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .news-bg .news-idnex .news-con .news2 {
    margin-top: 30px;
  }
  .news-bg .news-idnex .news-con .news2 .news1right {
    width: 100%;
    float: none;
  }
  .news-bg .news-idnex .news-con .news2 .news1left {
    width: 100%;
    float: none;
  }
}

.foot-bg {
  background:#000000 url(../images/foot.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 30px;
}

.foot-bg .foot-index {
  padding: 50px 0;
}

.foot-bg .foot-index .erq1 {
  float: left;
  width: 10%;
}

.foot-bg .foot-index .erq1 p {
  text-align: center;
  font-size: 12px;
  color: #666666;
  line-height: 30px;
}

.foot-bg .foot-index .erq1 p img {
max-width:100%; height:auto !important;width:auto !important;
}

.foot-bg .foot-index .erq2 {
  margin-left: 4%;
}

.foot-bg .foot-index .fnav {
  width: 30%;
  float: left;
  margin-left: 10%;
}

.foot-bg .foot-index .fnav .fnav-list li {
  display: inline-block;
  width: 49%;
}

.foot-bg .foot-index .fnav .fnav-list li a {
  display: block;
  font-size: 16px;
  color: #dddddd;
  line-height: 41px;
  position: relative;
  transition: .3s;
}

.foot-bg .foot-index .fnav .fnav-list li a::before {
  position: absolute;
  left: -15px;
  top: 20px;
  content: "";
  width: 60px;
  height: 1px;
  background: #dddddd;
  transition: .3s;
  opacity: 0;
}

.foot-bg .foot-index .fnav .fnav-list li a:hover {
  padding-left: 75px;
  color: #dddddd;
}

.foot-bg .foot-index .fnav .fnav-list li a:hover::before {
  opacity: 1;
  left: 0px;
}

.foot-bg .foot-index .ct {
  width: 25%;
  float: left;
  text-align: right;
  padding-top: 15px;
}

.foot-bg .foot-index .ct p {
  color: #fff;
  font-size: 13px;
  line-height: 24px;
}

.foot-bg .foot-index .ct p:nth-of-type(1) {
  color: #dddddd;
  font-family: "Arail";
  font-size: 36px;
  line-height: 50px;
}

.foot-bg .link {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.foot-bg .link a {
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  padding-right: 5px;
}

.foot-index2 {
  padding: 30px 0;
  color: #666666;
  font-size: 14px;
}

.foot-index2 a {
  color: #666666;
}

.foot-index2 .copyright {
  float: left;
}

.foot-index2 .region {
  float: right;
}

@media (max-width: 1600px) {
  .foot-bg .foot-index {
    padding: 34px 0;
  }
}

@media (max-width: 1440px) {
  .foot-bg .foot-index {
    padding: 20px 0;
  }
  .foot-bg .foot-index .ct p:nth-of-type(1) {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .foot-bg .foot-index .ct {
    float: right;
    width: 35%;
  }
}

@media (max-width: 900px) {
  .foot-bg {
    padding-bottom: 20px;
  }
  .foot-bg .foot-index .erq1 {
    width: 48%;
  }
  .foot-bg .foot-index .fnav {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .foot-bg .foot-index .ct {
    width: 100%;
    text-align: center;
  }
  .link {
    text-align: center;
  }
  .foot-index2 {
    padding: 10px 0;
    text-align: center;
  }
  .foot-index2 .copyright {
    float: none;
  }
  .foot-index2 .region {
    float: none;
  }
}



/*导航栏样式*/

/*.navBar2 {*/
/*    z-index: 1;    width: 75%;*/
/*}*/

/*.navBar2 .bignav {*/
/*    height: 91px !important;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*.navBar2 .bignav h3 {*/
/*    font-weight: normal;*/
/*    margin: 0px;*/
/*}*/

/*.navBar2 .bignav .m {*/
/*    position: relative;*/
/*    display: inline;*/
/*    text-align: center;*/
/*    float: left;*/
/*    width: 16%;*/
/*}*/

/*.navBar2 .bignav h3 a {*/
/*    zoom: 1;*/
/*    line-height: 91px !important;*/
/*    display: block;*/
/*    color: #ffffff;*/
/*    font-size: 18px;*/
/*    font-family: "微软雅黑";*/
/*}*/

/*.navBar2 .bignav .on h3 a {*/
    /*color: #c91b1b;*/
/*}*/

/*.navBar2 .bignav #m1 .sub {*/
/*    z-index: 9999;*/
/*    width: 863px;*/
/*    left: -185px;*/
/*    padding-top: 55px;*/
/*}*/
/*.navBar2 .bignav #m1 .sub {*/
/*    z-index: 9999;*/
/*    width: 863px;*/
/*    left: -185px;*/
/*    padding-top: 55px;*/
/*}*/

/*.navBar2 .bignav #m2 .sub {*/
/*    z-index: 1;*/
/*    width: 1920px;*/
/*    left: -960px;*/
/*    padding-top: 25px;*/
/*}*/



/*.navBar2 .bignav #m2 .sub ul {*/
/*    width: 80%;*/
/*    margin: 0 auto;*/
/*}*/

/*.navBar2 .bignav #m2 .sub ul li {*/
/*    float: left;*/
/*    text-align: center;*/
/*    list-style: none;*/
/*}*/

/*.navBar2 .bignav #m2 .sub ul li h3 {*/
/*    display: block;*/
/*    font-size: 18px;*/
/*    color: #c91b1b;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.navBar2 .bignav #m2 .sub ul li img {*/
/*    width: 91px;*/
/*    height: 152px;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.navBar2 .bignav #m2 .sub ul li span {*/
/*    display: block;*/
/*    font-size: 16px;*/
/*    color: #000000;*/
/*}*/

/*.navBar2 .bignav #m3 .sub {*/
/*    z-index: 1;*/
/*    width: 863px;*/
/*    left: -185px;*/
/*    padding-top: 55px;*/
/*}*/


/*.navBar2 .bignav #m3 .sub li img{width:90%;}*/

/*.navBar2 .bignav #m4 .sub {*/
/*    z-index: 1;*/
/*    width: 863px;*/
/*    left: -260px;*/
/*    padding-top: 55px;*/
/*}*/

/*.navBar2 .bignav #m5 .sub {*/
/*    z-index: 1;*/
/*    width: 863px;*/
/*    left: -320px;*/
/*    padding-top: 55px;*/
/*}*/

/*.navBar2 .bignav #m6 .sub {*/
/*    z-index: 1;*/
/*    width: 863px;*/
/*    left: -410px;*/
/*    padding-top: 55px;*/
/*}*/

/*.navBar2 .bignav #m7 .sub {*/
/*    z-index: 1;*/
/*    width: 863px;*/
/*    left: -530px;*/
/*    padding-top: 55px;*/
/*}*/

/*.navBar2 .bignav #m8 .sub {*/
/*    z-index: 1;*/
/*    width: 863px;*/
/*    left: -650px;*/
/*    padding-top: 55px;*/
/*}*/

/*.navBar2 .bignav .sub {*/
/*    display: none;*/
/*    padding: 10px 0;*/
/*    position: absolute;*/
/*    left: -10px;*/
/*    top: 91px;*/
/*    float: left;*/
/*    line-height: 30px;*/
/*    background: url(../images/navbj.png)top repeat-x #ffffff;*/
/*    height: 325px;*/
/*}*/

/*.navBar2 .bignav .sub .subl {*/
/*    width: 200px;*/
/*    float: left;*/
/*    text-align: left;*/
/*    margin-left: 54px;*/
/*}*/

/*.navBar2 .bignav .sub .subl h3 {*/
/*    display: block;*/
/*    font-size: 24px;*/
/*    color: #2b2b2b;*/
/*}*/

/*.navBar2 .bignav .sub .subl span {*/
/*    display: block;*/
/*    padding-top: 15px;*/
/*    font-size: 14px;*/
/*    color: #777777;*/
/*    line-height: 24px;*/
/*    height: 140px;*/
/*    overflow: hidden;*/
/*}*/

/*.navBar2 .bignav .sub .subr {*/
/*    width: 279px;*/
/*    height: 144px;*/
/*    float: right;*/
/*    text-align: left;*/
/*    margin-right: 59px;*/
/*    color: #565656;*/
/*    font-size: 24px;*/
/*    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;*/
/*    line-height: 24px;*/
/*}*/

/*.navBar2 .bignav .sub .subr img {*/
/*    width: 279px;*/
/*    height: 144px;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.navBar2 .bignav .sub dl {*/
/*    display: inline-block;*/
/*    *display: inline;*/
/*    zoom: 1;*/
/*    vertical-align: top;*/
/*    border-left: 1px solid #e5e5e5;*/
/*    border-right: 1px solid #e5e5e5;*/
/*    width: 165px;*/
/*    padding: 0px 20px;*/
/*    height: 230px;*/
/*}*/

/*.navBar2 .bignav .sub dl dt {*/
/*    border-bottom: 1px solid #e5e5e5;*/
/*    font-size: 16px;*/
/*    line-height: 36px;*/
/*    text-align: left;*/
/*    text-indent: 10px;*/
/*}*/

/*.navBar2 .bignav .sub dl dt a {*/
/*    display: block;*/
/*    color: #555555;*/
/*    font-weight: normal;*/
/*    font-family: "Microsoft YaHei";*/
/*}*/

/*.navBar2 .bignav .sub dl dt a:hover {*/
/*    color: #c91b1b;*/
/*    background: url(../images/navh.png) 105px center no-repeat;*/
/*}*/
/*.topr{width: 80%;}*/
/*@media(max-width:1678px) {*/
/*.navBar2{width: 63%;margin-left: 3%;}*/
/*}*/
/*@media(max-width:1320px) {*/
/*  .navBar2 .bignav h3 a,.dh{font-size: 16px;}*/
/*    .navbar-brand {*/
/*        width: 45%*/
/*    }*/
/*}*/

/*@media(max-width:1320px) {*/
/*  .dh{display: none;}*/
/*  .navBar2{width: 92%;}*/

/*}*/

/*@media(max-width: 1073px){*/
/*  .navBar2 .bignav h3 a, .dh{font-size: 14px;}*/
/*}*/
/*@media(max-width: 1043px){*/
/*  .navBar2{width: 86%;}*/
/*}*/



/*导航栏样式*/


.navBar2 {
    z-index: 1;    width: 75%;height: 100px ;
}

.navBar2 .bignav {
    height: 100px !important;
    margin: 0;
    padding: 0;
}

.navBar2 .bignav h3 {
    font-weight: normal;
    margin: 0px;font-size: 18px;margin-bottom: 0px;
}
.navBar2 .bignav span{display:block;margin-top:15px;}
.navBar2 .bignav .m {
    position: relative;
    display: inline;
    text-align: center;
    float: left;
    width: 13%;
}

.navBar2 .bignav h3 a {
    zoom: 1;
    line-height: 100px !important;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-family: "微软雅黑";
}

.navBar2 .bignav .on h3 a {
    /*color: #c91b1b;*/
}

.navBar2 .bignav #m1 .sub {
    z-index: 9999;
    width: 863px;
    left: -185px;
    padding-top: 55px;
}

.navBar2 .bignav #m2 .sub {
    z-index: 1;
    width: 863px;
    left: -185px;
    padding-top: 25px;
}

.navBar2 .bignav #m2 .sub ul {
    width: 80%;
    margin: 0 auto;
}

.navBar2 .bignav #m2 .sub ul li {
    float: left;
    text-align: center;
    list-style: none;
}

.navBar2 .bignav #m2 .sub ul li h3 {
    display: block;
    font-size: 18px;
    color: #c91b1b;
    margin-bottom: 30px;
}

.navBar2 .bignav #m2 .sub ul li img {
    width: 91px;
    height: 152px;
    margin-bottom: 30px;
}

.navBar2 .bignav #m2 .sub ul li span {
    display: block;
    font-size: 16px;
    color: #000000;
}

.navBar2 .bignav #m3 .sub {
    z-index: 1;
    width: 863px;
    left: -185px;
    padding-top: 55px;
}

.navBar2 .bignav #m4 .sub {
    z-index: 1;
    width: 1920px;
    left: -949px;
    padding-top: 55px;
    height: 325px;
}


.navBar2 .bignav #m4 .sub ul {
    width: 80%;
        margin-left: 11%;
}


.navBar2 .bignav #m4 .sub ul li img{max-width:100%; height:auto !important;width:auto !important;}


.navBar2 .bignav #m5 .sub {
    z-index: 1;
    width: 863px;
    left: -320px;
    padding-top: 55px;
}

.navBar2 .bignav #m6 .sub {
    z-index: 1;
    width: 863px;
    left: -410px;
    padding-top: 55px;
}

.navBar2 .bignav #m7 .sub {
    z-index: 1;
    width: 863px;
    left: -530px;
    padding-top: 55px;
}

.navBar2 .bignav #m8 .sub {
    z-index: 1;
    width: 863px;
    left: -650px;
    padding-top: 55px;
}

.navBar2 .bignav .sub {
    display: none;
    padding: 10px 0;
    position: absolute;
    left: -10px;
    top: 100px;
    float: left;
    line-height: 30px;
    background: url(../images/navbj.png)top repeat-x #ffffff;
    height: 325px;
}


/*.navBar2 .bignav .sub .pp li img{width: 91px;height: 152px;margin-bottom: 30px;}*/

.navBar2 .bignav .sub .subl {
    width: 200px;
    float: left;
    text-align: left;
    margin-left: 54px;
}

.navBar2 .bignav .sub .subl h3 {
    display: block;
    font-size: 24px;
    color: #2b2b2b;
}

.navBar2 .bignav .sub .subl span {
    display: block;
    padding-top: 15px;
    font-size: 14px;
    color: #777777;
    line-height: 24px;
    height: 180px;
    overflow: hidden;
}

.navBar2 .bignav .sub .subr {
    width: 279px;
    height: 144px;
    float: right;
    text-align: left;
    margin-right: 59px;
    color: #565656;
    font-size: 24px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    line-height: 24px;
}

.navBar2 .bignav .sub .subr img {
    width: 279px;
    height: 144px;
    margin-bottom: 10px;
}

.navBar2 .bignav .sub dl {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    width: 165px;
    padding: 0px 20px;
    height: 230px;
}

.navBar2 .bignav .sub dl dt {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    text-indent: 10px;
}

.navBar2 .bignav .sub dl dt a {
    display: block;
    color: #555555;
    font-weight: normal;
    font-family: "Microsoft YaHei";
}

.navBar2 .bignav .sub dl dt a:hover {
    color: #c91b1b;
    background: url(../images/navh.png) 105px center no-repeat;
}
.topr{width: 80%;}
@media(max-width:1678px) {
.navBar2{width: 63%;margin-left: 3%;}
}
@media(max-width:1320px) {
  .navBar2 .bignav h3 a,.dh{font-size: 16px;}
    .navbar-brand {
        width: 45%
    }
}

@media(max-width:1320px) {
  .dh{display: none;}
  .navBar2{width: 92%;}

}

@media(max-width: 1073px){
  .navBar2 .bignav h3 a, .dh{font-size: 14px;}
}
@media(max-width: 1043px){
  .navBar2{width: 86%;}
}




















.inside-menu {
  height: 70px;
  border-bottom: 1px solid #ededed;
  background: #fff;
}
.inside-ban {
  width: 100%;
}
.inside-ban img {
  width: 100%;
}
.mob-ban {
  display: none;
}
@media only screen and (max-width: 980px) {
  .inside-menu {
    display: none;
  }
  .inside-ban {
    display: none;
  }
  .mob-ban {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .mob-ban img {
    opacity: 0;
    width: 100%;
  }
}
.inside-menu.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.inside-menu a {
  display: inline-block;
  font-size: 14px;
  line-height: 70px;
  color: #a3a3a3;
}
.inside-menu a:hover {
  color: #0062cb;
}
.inside-menu a.home {
  width: 20px;
  height: 70px;
  background: url(../images/bg_sign06.png) no-repeat center;
}
.inside-menu span {
  display: inline-block;
  width: 28px;
  height: 70px;
  background: url(../images/bg_sign07.png) no-repeat center;
}
.inside-menu em {
  display: inline-block;
  font-size: 14px;
  line-height: 70px;
  color: #a3a3a3;
  font-style: normal;
}
.inside-menu .menu a {
  position: relative;
  display: inline-block;
  margin: 0 16px;
  font-size: 14px;
  line-height: 70px;
  color: #a3a3a3;
}
.inside-menu .menu a:last-child {
  padding-right: 0;
}
.inside-menu .menu a:after {
  transition: all 0.5s;
}

.inside-menu .menu a:hover:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #92a3b5;
}

.menu-block {
  height: 0px;
}

.page-wrap-left {
    display: none;
}
.inside-title, .about-wrap .title, .duty-wrap .title, .projects-wrap .tips .title, .bases-wrap .title {
  text-align: left;
  font-size: 27.82px;
  line-height: 36px;
  color: #777;
  text-transform: uppercase;
}
.inside-title p, .about-wrap .title p, .duty-wrap .title p, .projects-wrap .tips .title p, .bases-wrap .title p {
  margin-bottom: -5px;
  font-family: Arial;
}
.inside-title p.fz, .about-wrap .title p.fz, .duty-wrap .title p.fz, .projects-wrap .tips .title p.fz, .bases-wrap .title p.fz {
  font-size: 17.89px;
  line-height: 28px;

}
.inside-title span, .about-wrap .title span, .duty-wrap .title span, .projects-wrap .tips .title span, .bases-wrap .title span {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  font-size: 17.89px;
  line-height: 36px;
  color: #4baedd;
  font-weight: bold;
}
.inside-title span:before, .about-wrap .title span:before, .duty-wrap .title span:before, .projects-wrap .tips .title span:before, .bases-wrap .title span:before, .inside-title span:after, .about-wrap .title span:after, .duty-wrap .title span:after, .projects-wrap .tips .title span:after, .bases-wrap .title span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 17.5px;
  width: 27px;
  height: 1px;
  background: #c8c8c8;
}
.inside-title span:before, .about-wrap .title span:before, .duty-wrap .title span:before, .projects-wrap .tips .title span:before, .bases-wrap .title span:before {
  left: 0;
}
.inside-title span:after, .about-wrap .title span:after, .duty-wrap .title span:after, .projects-wrap .tips .title span:after, .bases-wrap .title span:after {
  right: 0;
}
.inside-title.white, .about-wrap .white.title, .duty-wrap .white.title, .projects-wrap .tips .white.title, .bases-wrap .white.title {
  color: #fff;
}
.inside-title.white span, .about-wrap .white.title span, .duty-wrap .white.title span, .projects-wrap .tips .white.title span, .bases-wrap .white.title span {
  color: #fff;
}
.inside-title.white span:before, .about-wrap .white.title span:before, .duty-wrap .white.title span:before, .projects-wrap .tips .white.title span:before, .bases-wrap .white.title span:before, .inside-title.white span:after, .about-wrap .white.title span:after, .duty-wrap .white.title span:after, .projects-wrap .tips .white.title span:after, .bases-wrap .white.title span:after {
  background: #fff;
  opacity: 0.8;
}



.sun_news_list {
    position: relative;
    margin: 0 -1%;
  }
  .sun_news_list li {
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
    float: left;
    width: 31.3333%;
    margin: 0 1% 2rem 1%;
  }
  .sun_news_list li .pic {
    display: block;
    width: 100%;
  }
  .sun_news_list li img {
    width: 100%;
  }
  .sun_news_list li .cont {
    display: block;
    width: 100%;
    padding: 26px 30px 13px;
    box-sizing: border-box;
  }
  .sun_news_list li .tit {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    text-align: center;
    height: 28px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .sun_news_list li .tit:hover {
    color: #0062cb;
  }
  .sun_news_list li .tit a{
    color: #000;
    display: inline-block;
  }
  .sun_news_list li .tit a:hover{
    color: #0062cb;
  }
  .sun_news_list li .font {
    display: inline-block;
    margin-top: 13px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    height: 110px;
    overflow: hidden;
  }
  .sun_news_list li .font:hover {
    color: #0062cb;
  }
  .sun_news_list li .date {
    display: block;
    border-top: 1px solid #f2f2f2;
    line-height: 28px;
    padding-top: 9px;
    font-size: 14px;
    font-family: "Arial";
    color: #8d8d8d;
    margin-top: 22px;
  }

  @media (max-width: 1020px) {
    .sun_news_list li{
      width: 48%;
    }
  }
  @media (max-width: 768px) {
    .sun_news_list {
      margin: 0;
      padding: 0 5%;
      box-sizing: border-box;
    }
    .sun_news_list li{
      width: 100%;
      float: none;
      margin: 0 0 2rem 0;
    }
  }

  @media (min-width: 1019px){
  .sun_news_list1 li {
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
    float: left;
    width: 48%;
    margin: 0 1% 2rem 1%;
  }

  }

@media (max-width: 930px){
.foot-index2 .copyright,.jszc{float: none;width:100%;text-align: center;}
}
@media (max-width: 768px){
  .container-fluid{padding:0 4%;}
  .news-bg{padding-top: 0;}
  .x-ys{padding-bottom: 20px;}
  .company-title span{width: 140px;}
  .ad1 .ad1-list li h4{font-size: 12px;}
}