.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center {
  width: 90%;
  margin: 0 auto;
}
body {
  color: #212529;
}
.i-caption .title {
  font-size: 48px;
  color: #004693;
  text-align: center;
  margin: 0 0 30px 0;
}
.i-caption .text {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
.move1{
  overflow: hidden;
}
.move1 img{
  transition: all .8s ease .1s;
}
.move1 img:hover {
  transform: scale(1.1);
}
.updown{
  justify-content: center;
  margin: 30px 0 0 0;
}
.updown a{
  padding: 0 13px;
  line-height: 30px;
  border: 1px solid #ededed;
  font-size: 14px;
  color: #212529;
  margin: 0 5px;
}
.updown span{
  font-size: 14px;
  color: #212529;
}
.updown a:hover{
  background: #004693 !important;
  border: 1px solid #004693 !important;
  color: #fff !important;
}
.updown .pages{
  background: #004693 !important;
  border: 1px solid #004693 !important;
  color: #fff !important;
}
.floatbox{
  position: fixed;
  right: 3%;
  bottom: 20%;
  z-index: 999;
}
.floatbox .flo .imgbox{
  margin: 0 0 10px 0;
  position: relative;
}
.floatbox .flo .imgbox a{
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 0 22px rgba(0, 0, 0, .2);
}
.floatbox .flo .imgbox a{
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.floatbox .flo .imgbox a img{
  width: 30px;
}
.floatbox .flo .emailbox .email{
  position: absolute;
  right: 60px;
  line-height: 50px;
  top: 0;
  padding: 0 20px;
  font-size: 16px;
  color: #212529;
  background: #fff;
  border-radius: 5px;
  display: none;
  box-shadow: 0 0 22px rgba(0, 0, 0, .2);
}
.floatbox .flo .emailbox:hover .email{
  display: block;
}
.floatbox .flo .phonebox .phone{
  position: absolute;
  right: 60px;
  line-height: 50px;
  top: 0;
  padding: 0 20px;
  font-size: 16px;
  color: #212529;
  background: #fff;
  border-radius: 5px;
  display: none;
  box-shadow: 0 0 22px rgba(0, 0, 0, .2);
}
.floatbox .flo .phonebox:hover .phone{
  display: block;
}
.floatbox .flo .linebox .line{
  position: absolute;
  right: 60px;
  width: 130px;
  top: 0;
  padding: 15px 15px;
  font-size: 16px;
  color: #212529;
  background: #fff;
  border-radius: 5px;
  display: none;
  box-shadow: 0 0 22px rgba(0, 0, 0, .2);
}
.floatbox .flo .linebox:hover .line{
  display: block;
}
.inquiry{
  position: fixed;
  background: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.inquiry .inq{
  position: absolute;
  width: 60%;
  left: 20%;
  top: 10%;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 50px 50px;
}
.inquiry .inq .caption{
  font-size: 32px;
  color: #666;
  margin: 0 0 50px 0;
}
.inquiry .inq .close{
  position: absolute;
  top: 50px;
  right: 50px;
}
.inquiry .inq .element .formbox140{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.inquiry .inq .element .formbox140 .inputbox{
  width: 48%;
  margin: 0 0 30px 0;
}
.inquiry .inq .element .formbox140 .inputbox input{
  width: 100%;
  border: 1px solid #bebebe;
  font-size: 16px;
  line-height: 45px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 20px;
    outline: none;
    color: #666;
}
.inquiry .inq .element .formbox140 .selectbox{
  width: 48%;
  margin: 0 0 30px 0;
}
.inquiry .inq .element .formbox140 .selectbox select{
  width: 100%;
  border: 1px solid #bebebe;
  font-size: 16px;
  line-height: 45px;
  height: 45px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #666;
    outline: none;
}
.inquiry .inq .element .formbox140 .selectbox select option{
  color: #666;
}
.inquiry .inq .element .formbox140 .textareabox{
  width: 100%;
  margin: 0 0 30px 0;
}
.inquiry .inq .element .formbox140 .textareabox textarea{
  width: 100%;
  border: 1px solid #bebebe;
  font-size: 16px;
  line-height: 45px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 20px;
  height: 150px;
  outline: none;
  color: #666;
}
.inquiry .inq .element .formbox140 .button_li{
  width: 200px;
  margin: 0 auto;
}
.inquiry .inq .element .formbox140 .button_li input{
  width: 100%;
  background: #004693;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
  border: 0;
  outline: none;
}
.inquiry-active{
  display: block;
}
/* 头部 */
header .hea {
  justify-content: flex-end;
}
header .hea .logo {
  width: 3%;
  margin: 0 auto 0 0;
}
header .hea .nav {
  width: 50%;
}
header .hea .nav .ul-a .li-a{
  position: relative;
  width: 100%;
}
header .hea .nav .ul-a .li-a .a-a {
  font-size: 18px;
  color: #333;
  display: block;
  text-align: center;
  line-height: 80px;
}
header .hea .nav .ul-a .li-a .ul-b{
  position: absolute;
  width: 120%;
  left: -10%;
  top: 100%;
  background: #fff;
  z-index: 99;
  display: none;
}
header .hea .nav .ul-a .li-a .ul-b .li-b .a-b{
  font-size: 16px;
  display: block;
  text-align: center;
  color: #666;
  padding: 10px 0;
}
header .hea .nav .ul-a .li-a:hover .a-a{
  color: #004693;
}
header .hea .nav .ul-a .li-a:hover .ul-b{
  display: block;
}
header .hea .nav .ul-a .li-a .ul-b .li-b .a-b:hover{
  color: #004693;
}
header .hea .language {
  width: 5%;
  position: relative;
}
header .hea .language .lan {
  font-size: 18px;
  color: #333;
  display: block;
  text-align: center;
  line-height: 80px;
}
header .hea .language ul{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 99;
  display: none;
}
header .hea .language ul li a{
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: #333;
}
header .hea .language:hover ul{
  display: block;
}
header .hea .language ul li:hover a{
  color: #004693;
}
header .hea .hr {
  width: 1px;
  height: 15px;
  background: #ddd;
}
header .hea .search {
  width: 5%;
}
header .hea .search a {
  display: block;
  text-align: center;
}
header .active-a{
  color: #004693 !important;
}
/* 轮播 */
.banner{
  position: sticky;
  top: 0;
  z-index: 9;
}
.banner .ban .imgbox .p{
  position: absolute;
  width: 80%;
  left: 10%;
  top: 30%;
}
.banner .ban .imgbox .p .title{
  font-size: 60px;
  color: #fff;
  padding: 0 0 35px 0;
  margin: 0 0 50px 0;
  position: relative;
}
.banner .ban .imgbox .p .title::after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  height: 3px;
  background: #fff;
  content: '';
}
.banner .ban .imgbox .p .text{
  font-size: 22px;
  color: #ffffff;
}
.banner .ban .element{
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 90%;
  background: #fff;
  box-sizing: border-box;
  padding: 20px 30px;
  z-index: 9;
  border-bottom: 1px solid #ccc;
}
.banner .ban .element .left{
  width: 40%;
  justify-content: flex-start;
}
.banner .ban .element .left .swiper-button-prev-a{
  position: unset;
  width: 40px;
  height: 40px;
  background: #004693;
  margin: 0 20px 0 0;
}
.banner .ban .element .left .swiper-button-prev-a::after{
  font-size: 20px;
  color: #fff;
}
.banner .ban .element .left .swiper-button-next-a{
  position: unset;
  width: 40px;
  height: 40px;
  background: #004693;
  margin: 0 20px 0 0;
}
.banner .ban .element .left .swiper-button-next-a::after{
  font-size: 20px;
  color: #fff;
}
.banner .ban .element .left .swiper-pagination-a{
  position: unset;
  width: auto;
  font-size: 16px;
  color: #004693;
  font-weight: bold;
}
.banner .ban .element .left .swiper-pagination-a .after{
  display: block;
  width: 50px;
  height: 1px;
  background: #a1a1a1;
  margin: 0 10px;
}
.banner .ban .element .right{
  width: 40%;
  height: 40px;
}
.banner .ban .element .right .swiperc{
  height: 40px;  
}
.banner .ban .element .right .textbox a{
  justify-content: flex-end;
}
.banner .ban .element .right .textbox a .after{
  width: 5px;
  height: 5px;
  background: #004693;
}
.banner .ban .element .right .textbox a .title{
  font-size: 16px;
  color: #333;
  margin: 0 0 0 20px;
}
.banner .ban .element .right .textbox a .time{
  font-size: 16px;
  color: #333;
  line-height: 40px;
  margin: 0 0 0 20px;
}
.banner .ban .element .right .textbox a:hover .title{
  color: #004693;
}
.banner .ban .element .right .textbox a:hover .time{
  color: #004693;
}
.n-banner .ban{
  position: relative;
}
.n-banner .ban .p{
  position: absolute;
  right: 10%;
  top: 45%;
  width: 80%;
}
.n-banner .ban .p .title{
  font-size: 46px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 20px 0;
  text-align: right;
  letter-spacing: 5px
}
.n-banner .ban .p .text{
  font-size: 26px;
  color: #fff;
  text-align: right;
}
/* 关于 */
.about{
  position: relative;
  z-index: 99;
  background: #fff;
}
.about .abo {
  padding: 60px 0;
}
.about .abo .i-caption {
  margin: 0 0 30px 0;
}
.about .abo .p {
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  margin: 0 0 20px 0;
}
.about .abo .img {
  margin: 0 0 40px 0;
}
.about .abo .more {
  width: 160px;
  margin: 0 auto;
}
.about .abo .more a {
  display: block;
  background: #004693;
  border: 1px solid #004693;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  line-height: 50px;
  font-weight: bold;
}
.about .abo .more:hover a{
  background: #fff;
  color: #004693;
}
.n-about-a .abo {
  padding: 60px 0;
}
.n-about-a .abo .i-caption {
  margin: 0 0 30px 0;
}
.n-about-a .abo .p {
  font-size: 17px;
  line-height: 34px;
}
.n-about-a .abo .element {
  width: 80%;
  border: 1px solid #ccc;
  padding: 40px;
  margin: 20px auto;
}
.n-about-a .abo .element .title {
  font-size: 20px;
  color: #333;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eaeaea;
}
.n-about-b {
  background: #f5f5f5;
}
.n-about-b .abo {
  padding: 60px 10%;
  box-sizing: border-box;
}
.n-about-b .abo .i-caption {
  margin: 0 0 30px 0;
}
.n-about-b .abo .element {
  flex-wrap: wrap;
  align-items: flex-start;
}
.n-about-b .abo .element .imgbox {
  width: 48%;
  background: #fff;
  margin: 0 0 40px 0;
}
.n-about-b .abo .element .imgbox .img {
  width: 30%;
}
.n-about-b .abo .element .imgbox .p {
  width: 65%;
}
.n-about-b .abo .element .imgbox .p .title {
  font-size: 48px;
  margin: 0 0 10px 0;
}
.n-about-b .abo .element .imgbox .p .title span {
  font-size: 16px;
}
.n-about-b .abo .element .imgbox .p .text {
  font-size: 17px;
  line-height: 34px;
}
.n-about-b .abo .element .imgbox:first-child {
  width: 100%;
}
.n-about-b .abo .element .imgbox:first-child .img {
  width: 25%;
}
.n-about-b .abo .element .imgbox:first-child .p {
  width: 70%;
}
.n-about-c .abo {
  padding: 60px 0;
}
.n-about-c .abo .i-caption {
  margin: 0 0 30px 0;
}
.n-about-d .abo {
  padding: 60px 0;
}
.n-about-d .abo .i-caption {
  margin: 0 0 30px 0;
}
.n-about-d .abo .caption {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  font-weight: bold;
  position: relative;
}
.n-about-d .abo .caption::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5%;
  height: 1px;
  background: #004693;
  content: '';
}
.n-about-d .abo .element-a {
  flex-wrap: wrap;
  align-items: flex-start;
}
.n-about-d .abo .element-a .imgbox {
  width: 25%;
  text-align: center;
  background: url(../img/abo1.png) repeat-x left bottom;
  padding: 10px 0 75px 0;
}
.n-about-d .abo .element-b {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.n-about-d .abo .element-b .imgbox {
  width: 18%;
  margin: 0 1% 30px 1%;
}
.n-about-d .abo .element-b .imgbox .img {
  text-align: center;
}
.n-about-d .abo .element-b .imgbox .p {
  font-size: 17px;
  color: #333;
  padding: 15px 0;
}
.n-about-e .abo {
  padding: 60px 0;
}
.n-about-e .abo .i-caption {
  margin: 0 0 30px 0;
}
.n-about-e .abo .p {
  font-size: 17px;
  line-height: 34px;
}
.n-about-e .abo .element {
  width: 80%;
  border: 1px solid #ccc;
  padding: 40px;
  margin: 20px auto;
}
.n-about-e .abo .element .title {
  font-size: 20px;
  color: #333;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eaeaea;
}
/* 数据 */
.data {
  background: url(../img/ind1.jpg) no-repeat;
  position: relative;
  z-index: 99;
}
.data .dat {
  padding: 60px 0;
}
.data .dat .textbox {
  width: 30%;
  padding: 20px 0 0 0;
}
.data .dat .textbox .num {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 0 20px 0;
}
.data .dat .textbox .num span {
  font-size: 50px;
  font-weight: bold;
}
.data .dat .textbox .title {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
/* 产品 */
.products {
  background: #f5f6f8;
  position: relative;
  z-index: 99;
}
.products .pro {
  padding: 60px 0;
}
.products .pro .i-caption {
  margin: 0 0 60px 0;
}
.products .pro .img {
  margin: 0 0 80px 0;
}
.products .pro .nav ul li {
  width: 100%;
  border-left: 1px solid #ccc;
}
.products .pro .nav ul li a {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #212529;
}
.products .pro .nav ul li:last-child {
  border-right: 1px solid #ccc;
}
.products .pro .nav ul li a:hover{
  color: #004693;
}
.n-products .caption {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  font-weight: bold;
  position: relative;
}
.n-products .caption::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5%;
  height: 1px;
  background: #004693;
  content: '';
}
.n-products .element {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.n-products .element .imgbox {
  width: 31%;
  border: 1px solid #eee;
  margin: 0 1% 30px 1%;
}
.n-products .element .imgbox a {
  display: block;
}
.n-products .element .imgbox a .p {
  font-size: 16px;
  text-align: center;
  color: #212529;
  line-height: 50px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-products .element .imgbox:hover a .p{
  color: #004693;
}
.x-products .element .title {
  font-size: 28px;
  margin: 0 0 30px 0;
  font-weight: bold;
  text-align: center;
}
.x-products .element h1 {
  width: 15%;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  font-weight: bold;
  position: relative;
}
.x-products .element h1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 1px;
  background: #d4312a;
  content: '';
}
.x-products .element h2 {
  font-size: 20px;
  margin: 0 0 30px 0;
  font-weight: bold;
}
.x-products .element p {
  font-size: 16px;
  line-height: 34px;
}
.x-products .element table{
  width: 100%;
  border: 1px solid #d9d9d9;
}
.x-products .element table .firstRow td{
  background: #004693;
  font-size: 18px;
  color: #fff;
  padding: 15px 0;
}
.x-products .element table tr td{
  font-size: 16px;
  color: #333;
  padding: 15px 0;
  background: #f3f3f3;
  text-align: center;
}
/* 合作 */
.cooperation {
  position: relative;
  z-index: 99;
  background: #fff;
}
.cooperation .coo {
  padding: 60px 0;
}
.cooperation .coo .i-caption {
  margin: 0 0 60px 0;
}
.cooperation .coo .element .img {
  text-align: center;
}
/* 联系 */
.contact {
  border-top: 1px solid #eee;
  position: relative;
  z-index: 99;
  background: #fff;
}
.contact .con {
  padding: 30px 0;
}
.contact .con .home a .img{
  margin: 0 10px 0 0;
}
.contact .con .home a .p {
  font-size: 16px;
  color: #212529;
}
.contact .con .phone .p {
  font-size: 16px;
}
.contact .con .phone .p span {
  font-size: 24px;
}
.n-contact-a .con {
  padding: 60px 0;
}
.n-contact-a .con .caption {
  font-size: 99px;
  color: #153a86;
  font-weight: bold;
}
.n-contact-b {
  background: #f2f4f6;
  border-bottom: 1px solid rgba(160, 160, 160, 0.5);
}
.n-contact-b .con {
  padding: 60px 0;
}
.n-contact-b .con .left {
  width: 48%;
}
.n-contact-b .con .left .company {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.n-contact-b .con .left .name {
  font-size: 22px;
  margin: 0 0 40px 0;
}
.n-contact-b .con .left .element .a {
  width: 48%;
}
.n-contact-b .con .left .element .a .imgbox{
  margin: 0 0 20px 0;
  align-items: flex-start;
}
.n-contact-b .con .left .element .a .imgbox .after {
  width: 10%;
  padding: 5px 0 0 0;
}
.n-contact-b .con .left .element .a .imgbox .p {
  width: 90%;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.n-contact-b .con .left .element .b {
  width: 48%;
}
.n-contact-b .con .left .element .b .img {
  text-align: center;
  margin: 0 0 10px 0;
}
.n-contact-b .con .left .element .b .p {
  font-size: 17px;
  color: #666;
  text-align: center;
}
.n-contact-b .con .right {
  width: 48%;
}
/* 技术 */
.i-technology .tec {
  padding: 60px 0;
}
.i-technology .tec .caption {
  margin: 0 0 30px 0;
}
.i-technology .tec .caption .title {
  position: relative;
  margin: 0 0 40px 0;
}
.i-technology .tec .caption .title span {
  font-size: 40px;
  background: #fff;
  display: inline-block;
  padding: 0 20px 0 0;
}
.i-technology .tec .caption .title::after {
  position: absolute;
  right: 0;
  top: 25px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #262626;
  content: '';
  z-index: -9;
}
.i-technology .tec .caption .text {
  font-size: 17px;
  line-height: 34px;
}
.i-technology .tec .element .imgbox {
  width: 25%;
  border: 1px solid #ddd;
}
.i-technology .tec .element .imgbox a .p {
  padding: 30px 20px;
}
.i-technology .tec .element .imgbox a .p .title {
  font-size: 24px;
  font-weight: bold;
  color: #212529;
  text-align: center;
  margin: 0 0 30px 0;
}
.i-technology .tec .element .imgbox a .p .more {
  width: 160px;
  line-height: 50px;
  background-image: -webkit-linear-gradient(0deg, #004693 40%, #d4792a 100%);
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
}
/* 内容 */
.n-content {
  position: relative;
  z-index: 99;
  background: #fff;
}
.n-content .con {
  padding: 60px 0;
  align-items: flex-start;
}
.n-content .con .n-left {
  width: 18%;
}
.n-content .con .n-left .caption {
  background: #004693;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 20px;
}
.n-content .con .n-left .caption .img{
  margin: 0 10px 0 0;
}
.n-content .con .n-left .caption .img img{
  width: 22px;
}
.n-content .con .n-left .caption .p {
  font-size: 20px;
  color: #fff;
  line-height: 60px;
}
.n-content .con .n-left .ul-a .li-a .a-a{
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  justify-content: flex-start;
}
.n-content .con .n-left .ul-a .li-a .a-a .img{
  margin: 0 10px 0 0;
}
.n-content .con .n-left .ul-a .li-a .a-a .img img{
  width: 12px;
}
.n-content .con .n-left .ul-a .li-a .a-a .p{
  font-size: 16px;
  color: #212529;
  line-height: 45px;
}
.n-content .con .n-left .ul-a .li-a .a-a:hover .p{
  color: #004693;
}
.n-content .con .n-left .ul-b {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
}
.n-content .con .n-left .ul-b .li-b .a-b {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  padding: 0 20px;
  color: #212529;
}
.n-content .con .n-left .ul-b .li-b .a-b {
  display: block;
  font-size: 16px;
  line-height: 45px;
  padding: 0 20px;
  color: #212529;
}
.n-content .con .n-left .ul-b .li-b .ul-c{
  border-bottom: 1px solid #ddd;
}
.n-content .con .n-left .ul-b .li-b .ul-c .li-c .a-c{
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  justify-content: flex-start;
}
.n-content .con .n-left .ul-b .li-b .ul-c .li-c .a-c .img{
  margin: 0 10px 0 0;
}
.n-content .con .n-left .ul-b .li-b .ul-c .li-c .a-c .img img{
  width: 12px;
}
.n-content .con .n-left .ul-b .li-b .ul-c .li-c .a-c .p{
  font-size: 14px;
  color: #212529;
  line-height: 35px;
}
.n-content .con .n-left .ul-b .li-b .ul-c .li-c .a-c:hover .p{
  color: #004693;
}
.n-content .con .n-right {
  width: 77%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 40px 20px;
}
/* 新闻 */
.n-news .caption {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  font-weight: bold;
  position: relative;
}
.n-news .caption::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5%;
  height: 1px;
  background: #004693;
  content: '';
}
.n-news .textbox {
  border-bottom: 1px dashed #ddd;
  box-sizing: border-box;
  padding: 0 2%;
}
.n-news .textbox a .p {
  width: 80%;
  font-size: 16px;
  color: #333;
  line-height: 60px;
}
.n-news .textbox a .time {
  font-size: 16px;
  color: #212529;
}
.n-news .textbox:hover {
  background: #eee;
}
.x-news .caption {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #f3f3f3;
  margin: 0 0 30px 0;
}
.x-news .caption .title{
  font-size: 24px;
  color: #212529;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.x-news .caption .time{
  font-size: 16px;
  color: #666
}
.x-news .caption .time span{
  color: #999;
  margin: 0 10px 0 0;
}
.x-news .element{
  font-size: 16px;
  line-height: 48px;
}
/* 视频 */
.n-videos {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.n-videos .imgbox {
  width: 31%;
  margin: 0 1% 30px 1%;
  border: 1px solid #eaeaea;
}
.n-videos .imgbox a {
  display: block;
}
.n-videos .imgbox a .p {
  font-size: 16px;
  color: #212529;
  text-align: center;
  line-height: 65px;
}
/* 责任 */
.n-duty {
  background: url(../img/dut1.jpg) no-repeat center;
  background-size: cover;
}
.n-duty .dut {
  padding: 60px 0;
}
.n-duty .dut .element-a {
  box-sizing: border-box;
  padding: 0 10%;
  margin: 0 0 60px 0;
}
.n-duty .dut .element-a .left {
  width: 48%;
}
.n-duty .dut .element-a .left .caption {
  margin: 0 0 60px 0;
}
.n-duty .dut .element-a .left .caption .cn {
  font-size: 48px;
  color: #004693;
  margin: 0 0 30px 0;
}
.n-duty .dut .element-a .left .caption .en {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
.n-duty .dut .element-a .left h1 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 40px 0;
}
.n-duty .dut .element-a .left p {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  font-weight: bold;
}
.n-duty .dut .element-a .left ul li {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  margin: 20px 0;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  position: relative;
}
.n-duty .dut .element-a .left ul li::after {
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 15px;
  background: #004693;
  content: '';
}
.n-duty .dut .element-a .right {
  width: 48%;
}
.n-duty .dut .element-a .right p {
  font-size: 14px;
  padding: 10px 10px;
  line-height: 28px;
  color: #fff;
}
.n-duty .dut .element-a .right p a {
  font-size: 14px;
  color: #fff;
}
.n-duty .dut .element-b {
  box-sizing: border-box;
  padding: 0 10%;
}
.n-duty .dut .element-b h1 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 40px 0;
}
.n-duty .dut .element-b ul li {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  margin: 20px 0;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  position: relative;
}
.n-duty .dut .element-b ul li::after {
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 15px;
  background: #004693;
  content: '';
}
/* 解决 */
.n-solution .sol{
  padding: 60px 0;
}
.n-solution .sol .i-caption{
  margin: 0 0 40px 0;
}
.n-solution .sol .element{
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.n-solution .sol .element .imgbox{
  width: 30%;
  margin: 0 1.5% 30px 1.5%;  
}
.n-solution .sol .element .imgbox a{
  display: block;
}
.n-solution .sol .element .imgbox a .p{
  box-sizing: border-box;
  padding: 30px 30px 60px 30px;
  background: #f5f5f5;
}
.n-solution .sol .element .imgbox a .p .title{
  font-size: 20px;
  color: #212529;
  margin: 0 0 20px 0;
}
.n-solution .sol .element .imgbox a .p .text{
  font-size: 16px;
  color: #212529;
  line-height: 28px;
  height: 100px;
}
.n-solution .sol .element .imgbox:hover{
  box-shadow: 0 0 10px #ccc;
}
/* 代理 */
.n-agency .age {
  padding: 60px 0;
}
.n-agency .age h1 {
  font-size: 24px;
  margin: 0 0 20px 0;
  color: #004693;
}
.n-agency .age p {
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 20px 0;
}
.n-agency .age h2 {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 10px 0;
}
.n-agency .age .textbox{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
.n-agency .age .textbox ul{
  width: 49%;
  background: #f3f5f8;
  box-sizing: border-box;
  padding: 2% 2%;
  height: 310px;
}
.n-agency .age .textbox ul li{
  margin: 0 0 15px 0;
}
.n-agency .age .textbox ul li:last-child{
  margin: 0;
}
.n-agency .age .textbox ul li{
  font-size: 16px;
  color: #555;
}
.n-agency .age .textbox ul li h3{
  font-size: 16px;
  color: #555;
  padding: 0 0 0 25px;
  position: relative;
}
.n-agency .age .textbox ul li h3::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 13px;
  background: #004693;
  content: '';
}
/* 搜索 */
.searchbox{
  position: fixed;
  width: 100%;
  left: 0;
  top: -400px;
  background: #fff;
  z-index: 999;
  transition: 0.3s;
}
.searchbox .sea{
  padding: 60px 0;
  position: relative;
}
.searchbox .sea .close{
  position: absolute;
  top: 25px;
  right: 50px;
}
.searchbox .sea .form {
  width: 60%;
  box-shadow: 0 0 10px 0 #efefef;
  margin: 0 auto;
}
.searchbox .sea .form input {
  border: none;
  outline: none;
}
.searchbox .sea .form .input {
  width: 85%;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #999999;
  line-height: 60px;
}
.searchbox .sea .form .submit {
  width: 5%;
  background: url(../img/hea1.png) no-repeat center;
  background-size: inherit;
  height: 60px;
}
.searchactive{
  top: 0;
}
/* 底部 */
footer {
  background: #222;
  position: relative;
  z-index: 99;
}
footer .foo-a {
  padding: 60px 0 30px 0;
}
footer .foo-a .foo .btn a {
  display: block;
  width: 30px;
  margin: 0 0 0 20px;
}
footer .foo-b {
  padding: 0 0 55px 0;
}
footer .foo-b .foo {
  align-items: flex-start;
}
footer .foo-b .foo .caption {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px 0;
}
footer .foo-b .foo .box-a ul li a {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}
footer .foo-b .foo .box-b{
  width: 30%;
}
footer .foo-b .foo .box-b .phone {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0 20px 0;
}
footer .foo-b .foo .box-b .email {
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0 20px 0;
}
footer .foo-b .foo .box-b .add {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin: 10px 0 20px 0;
}
footer .foo-b .foo .box-c {
  width: 8%;
}
footer .foo-b .foo .box-c .imgbox .img {
  text-align: center;
}
footer .foo-b .foo .box-c .imgbox .p {
  font-size: 12px;
  color: #fff;
  margin: 10px 0 0 0;
  text-align: center;
}
footer .foo-c {
  padding: 0 0 60px 0;
}
footer .foo-c .foo {
  justify-content: flex-start;
}
footer .foo-c .foo .caption {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 0 20px 0 0;
}
footer .foo-c .foo .btn {
  margin: 0 20px 0 0;
}
footer .foo-c .foo .btn a {
  display: block;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  color: #ccc;
  line-height: 30px;
}
footer .foo-d {
  background: #262626;
  border-top: 1px solid #333;
  font-size: 14px;
  color: #999;
  line-height: 55px;
  text-align: center;
}
/******************************************/
@media screen and (max-width: 1801px){
  header .hea .nav {
    width: 60%;
  }
  .n-content .con .n-left {
    width: 20%;
  }
  .n-content .con .n-left {
    width: 20%;
  }
  .n-solution .sol .element .imgbox a .p .text {
    height: 120px;
  }
  .n-content .con .n-left {
    width: 20%;
  }
  .n-content .con .n-left {
    width: 20%;
  }
  .n-contact-b .con .left .company {
    font-size: 36px;
    line-height: 48px;
  }
  .n-contact-b .con .left .element .a {
    width: 55%;
  }
  .n-contact-b .con .left .element .b {
    width: 40%;
  }
  .n-content .con .n-left {
    width: 20%;
  }
}
/******************************************/
@media screen and (max-width: 1601px){
  .banner .ban .imgbox .p .title {
    font-size: 46px;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
  }
  footer .foo-b .foo .box-c {
    width: 10%;
  }
  .n-banner .ban .p .title {
    font-size: 36px;
  }
  .n-content .con .n-left .ul-b .li-b .a-b {
    padding: 0 15px;
  }
  .n-content .con .n-left .ul-b .li-b .ul-c .li-c .a-c {
    padding: 0 15px;
  }
  .n-content .con .n-left .ul-a .li-a .a-a {
    padding: 0 15px;
  }
  .n-solution .sol .element .imgbox a .p .text {
    height: 140px;
  }
}
/******************************************/
@media screen and (max-width: 1401px){
  header .hea .logo {
    width: 4%;
  }
  header .hea .nav {
    width: 65%;
  } 
  .banner .ban .imgbox .p .title {
    font-size: 38px;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
  }
  .banner .ban .imgbox .p .text {
    font-size: 20px;
  }
  .i-caption .title {
    font-size: 32px;
    margin: 0 0 20px 0;
  }
  .i-caption .text {
    font-size: 22px;
  }
  .data .dat .textbox .num span {
    font-size: 38px;
  }
  .products .pro .img {
    margin: 0 0 40px 0;
  }
  .inquiry .inq {
    width: 80%;
    left: 10%;
    padding: 40px 50px;
  }
  .inquiry .inq .caption {
    font-size: 28px;
    margin: 0 0 30px 0;
  }
  .inquiry .inq .close {
    top: 40px;
  }
  footer .foo-b .foo .box-c {
    width: 12%;
  } 
  .n-content .con .n-left {
    width: 25%;
  }
  .n-content .con .n-right {
    width: 73%;
  }
  .n-solution .sol .element .imgbox a .p .text {
    height: 180px;
  }
  .n-solution .sol .element .imgbox a .p {
    padding: 30px 20px 60px 20px;
  }
}
/******************************************/
@media screen and (max-width: 1201px) {
  header {
    display: none;
  }
  .phone-section {
    display: block;
  }
  .phone-logo {
    width: 5%;
  }
  .phone-head {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #fff;
    /* position: fixed; */
    top: 0;
    left: 0;
  }
  .phone-close {
    width: 35px;
  }
  .phone-close .after {
    width: 100%;
    height: 3px;
    background: #333;
    margin: 8px 0;
    border-radius: 30px;
  }
  .phone-listnav {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999999999;
  }
  .phonelist-nav {
    width: 100%;
    background-color: #fff;
    line-height: 48px;
  }
  .phonelist-nav a {
    color: #333;
    font-size: 14px;
    padding: 0 15px;
  }
  .phonelist-nav1 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
  }
  .phonelist-nav1 a {
    display: block;
  }
  .phonelist-nav {
    border-bottom: 1px solid #eee;
  }
  .phonelist-nav:last-child {
    border-bottom: none;
  }
  .phonelist-navtop > a {
    width: 50%;
  }
  .phonelist-navtop div {
    flex-grow: 1;
    flex-direction: row-reverse;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .phonelist-navtop div img {
    width: 16px;
  }
  .phonelist-nav1 {
    display: none;
  }
  .menucl-img2 {
    display: none;
  }
  .banner .ban .imgbox .p {
    top: 25%;
  }
  .banner .ban .imgbox .p .title {
    font-size: 28px;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
  .banner .ban .imgbox .p .text {
    font-size: 18px;
  }
  .banner .ban .element {
    padding: 10px 20px;
  }
  .banner .ban .element .left .swiper-button-prev-a {
    width: 35px;
    height: 35px;
    margin: 0 15px 0 0;
  }
  .banner .ban .element .left .swiper-button-next-a {
    width: 35px;
    height: 35px;
    margin: 0 15px 0 0;
  }
  .about .abo {
    padding: 40px 0;
  }
  .i-caption .title {
    font-size: 28px;
  }
  .about .abo .p {
    line-height: 42px;
  }
  .data .dat {
    padding: 40px 0;
  }
  .products .pro {
    padding: 40px 0;
  }
  .products .pro .nav ul li a {
    font-size: 18px;
  }
  .cooperation .coo {
    padding: 40px 0;
  }
  .contact .con .phone .p span {
    font-size: 22px;
  }
  footer .foo-a {
    padding: 40px 0 20px 0;
  }
  footer .foo-b .foo{
    flex-wrap: wrap;
  }
  footer .foo-b .box-a{
    width: 100%;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #fff;
  }
  footer .foo-b .box-a ul{
    display: none;
  }
  footer .foo-b .foo .caption {
    font-size: 20px;
  }
  footer .foo-b .foo .box-b {
    width: 100%;
  }
  footer .foo-b .foo .box-b .phone {
    font-size: 26px;
    margin: 10px 0 20px 0;
  }
  footer .foo-b .foo .box-c {
    width: 20%;
    margin: 0 auto;
  }
  footer .foo-b {
    padding: 0 0 40px 0;
  }
  footer .active-a ul{
    display: block !important;
  }
  .inquiry .inq {
    width: 90%;
    left: 5%;
    padding: 30px 30px;
  }
  .n-banner .ban .p .title {
    font-size: 28px;
  }
  .n-banner .ban .p .text {
    font-size: 20px;
  }
  .n-banner .ban .p {
    top: 35%;
    width: 80%;
  }
  .n-content .con {
    padding: 40px 0;
  }
  .n-content .con .n-left {
    display: none;
  }
  .n-content .con .n-right {
    width: 100%;
    padding: 30px 20px;
  }
  .n-products .element .imgbox {
    width: 47%;
  }
  .x-products .element .title {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .n-solution .sol {
    padding: 40px 0;
  }
  .n-solution .sol .element .imgbox {
    width: 48%;
    margin: 0 1% 30px 1%;
  }
  .n-about-a .abo {
    padding: 40px 0;
  }
  .n-agency .age .textbox{
    flex-wrap: wrap;
  }
  .n-agency .age .textbox ul {
    width: 100%;
    padding: 2% 2%;
    height: auto;
    margin: 10px 0;
  }
  .n-contact-a .con {
    padding: 40px 0;
  }
  .n-contact-a .con .caption {
    font-size: 48px;
  }
  .n-contact-b .con {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .n-contact-b .con .left{
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-contact-b .con .left .company {
    font-size: 28px;
    line-height: 38px;
  }
  .n-contact-b .con .left .name {
    font-size: 20px;
  }
  .n-contact-b .con .right {
    width: 100%;
  }
}
/******************************************/
@media screen and (max-width: 801px) {
  .phone-logo {
    width: 10%;
  }
  .banner .ban .element{
    display: none;
  }
  .banner .ban .imgbox .p .title {
    font-size: 20px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
  .banner .ban .imgbox .p .text {
    font-size: 15px;
  }
  .i-caption .title {
    font-size: 22px;
  }
  .i-caption .text {
    font-size: 18px;
  }
  .about .abo .img {
    margin: 0 0 20px 0;
  }
  .data .dat{
    flex-wrap: wrap;
  }
  .data .dat .textbox {
    width: 50%;
    padding: 10px 0;
  }
  .data .dat .textbox .num span {
    font-size: 32px;
  }
  .products .pro .nav ul{
    flex-wrap: wrap;
  }
  .products .pro .nav ul li{
    width: 31%;
    margin: 0 0 10px 0;
    border-left: 0px solid #ccc;
  }
  .products .pro .img {
    margin: 0 0 20px 0;
  }
  .products .pro .nav ul li:last-child {
    border-right: 0px solid #ccc;
  }
  footer .foo-b .foo .box-c {
    width: 35%;
    margin: 0 auto;
  }
  .n-banner .ban .img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .n-banner .ban .p .title {
    font-size: 24px;
  }
  .n-products .element .imgbox {
    width: 100%;
    border: 1px solid #eee;
    margin: 0 0% 20px 0%;
  }
  .updown{
    flex-wrap: wrap;
  }
  .updown a{
    margin: 0 5px 5px 5px;
  }
  .updown span{
    display: none;
  }
  .x-products .element .table{
    overflow-x: auto;
  }
  .x-products .element .table table{
    width: 1200px;
  }
  .n-solution .sol .element .imgbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-solution .sol .element .imgbox a .p {
    padding: 30px 20px 30px 20px;
  } 
  .n-solution .sol .element .imgbox a .p .text {
    height: auto;
  } 
  .n-news .textbox a {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .n-news .textbox a .p {
    width: 100%;
  }
  .n-agency .age .textbox ul {
    padding: 5% 5%;
  }
  .n-contact-a .con .caption {
    font-size: 32px;
  }
  .n-contact-b .con .left .element {
    flex-wrap: wrap;
  }
  .n-contact-b .con .left .element .a {
    width: 100%;
  }
  .inquiry .inq .caption {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .inquiry .inq .close {
    top: 25px;
    right: 30px;
  }
  .inquiry .inq .element .formbox140 .inputbox {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .inquiry .inq .element .formbox140 .inputbox input {
    line-height: 40px;
  }
  .inquiry .inq .element .formbox140 .selectbox {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .inquiry .inq .element .formbox140 .selectbox select {
    line-height: 40px;
    height: 40px;
  }
  .inquiry .inq .element .formbox140 .textareabox {
    margin: 0 0 10px 0;
  }
  .inquiry .inq .element .formbox140 .textareabox textarea {
    line-height: 40px;
    height: 100px;
  }
}