﻿@charset "utf-8";
/*============================ 初始化样式 ============================*/
* { margin:0; padding:0; box-sizing: border-box}
body {color:#333; font-size:14px; line-height: 1.5; font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",sans-serif;min-width: 1200px;overflow-x: hidden }
*html { background-image:url(about:blank);background-attachment:fixed;}
li { list-style:none;}
img { border:none;}
body a img { border:none;}
a { color: #333; text-decoration:none; blr:expression(this.onFocus=this.blur());}
a:focus { outline:none;}
a:link { text-decoration:none;}
a:hover { text-decoration:none; }
input,textarea,button{border: none;outline: none;background: none}
.clear:after {content:''; display:block; clear:both; }
.clear { height:0px; clear:both; }
/*限制文字,文字超出显示冒号*/
.text-cut { overflow: hidden;  white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis;}
.flex-center{display: flex;justify-content: space-between;flex-wrap: wrap}
.text-center{text-align: center}
/*============================ 公共部分 ============================*/

/* 文章上下篇 */
.wengzhengfanye { overflow: hidden;padding: 15px 0 25px;border-top: 1px solid #E9E9E9}
.wengzhengfanye .wengzhengfanyeA,.wengzhengfanye .wengzhengfanyeB {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 300px}
.wengzhengfanye b{font-weight: normal}
.wengzhengfanye a:hover{color: #0046a3}


/* 文章类别上下页 */
.page{text-align:center;padding: 30px 0 60px;overflow:hidden;}
.page span,.page a
{ display:inline-block;text-align:center;padding:4px 10px;color: #999;margin: 0 6px;border: 1px solid #ccc}
.page a:hover,.page a.on {background: #4E7FC3;color: #fff;border-color: #4E7FC3}
.page span{display:inline-block; color:#fff; background:#4E7FC3;border-color: #4E7FC3}

/*========================================= 首页 =====================================*/
.container { width:1200px;  margin:0 auto;}
.fl{float: left}
.fr{float: right}

.top{background: #114497;padding: 5px 0;color: #fff}
.tops{align-items: center}
.top form{line-height: 30px;display: flex;}
.top form p{width: 250px;background: #fff;border: 1px solid #d5d9d8;display: flex;align-items: center;padding: 0 10px}
.top form p input{line-height: 28px;text-indent: 15px}
.top button{background: #db4a39;color: #fff;width: 65px;line-height: 30px;}

header{background: #fff}
.head{border-bottom: 3px solid #114497;padding: 2.18% 0}
.heads{align-items: center}
.head ul li{padding:0 2px;text-align: center;text-transform: capitalize;border-left: 1px solid #333;}
.head ul li a{display: inline-block;width: 95px;height: 42px;border-radius: 5px}
.head ul li:hover a,.head ul li.active a{color: #fff;background: #114497;}
.head ul li:hover span,.head ul li.active span{color: #fff}
.head ul li span{font-size: 12px;color: #114497}
.head ul li:first-child{border: none}

.nav{background: #114497}
.nav ul li{ width: 14.2%;line-height: 60px;padding: 0 30px;transition: all 0.3s ease;position: relative;}
.nav ul li a{font-size: 16px;color: #fff;display: block;width: 100%}
.nav ul li:hover,.nav ul li.active{background: #114497; font-weight: 900;}

.xlnav{display:none;z-index: 100;width: 74%;position: absolute;top: 60px;left: 50%;margin-left:-50%;/*animation: fadeInDown 0.5s .1s ease both;*/
    background-color: #fff;background-color: hsla(0,0%,100%,.95);border-bottom: 10px #114497 solid;transition: all 0.3s ease}
.xlnav dd{width: 100%;line-height: 35px;transition: all .3s ease 0s;text-align: center}
.xlnav dd a{display: block;color: #666!important;font-size: 15px!important;}
.xlnav dd a:hover{color: #114497!important;}
.nav ul li:hover .xlnav{display: block}
.xlnav2{width: 260px;padding: 15px}
.xlnav2 dd{text-align: left}
.xlnav2 .navbtn{display: block;width: 90px;line-height: 35px;background-color: #4E7FC3;color: #fff;text-align: center;font-size: 14px!important;margin-top: 10px}
.xlnav2 .navbtn:hover{background: #114497}
.xlnav2 dd:hover{padding-left: 5px}
/*导航下拉*/
/* .dropdown {
	position: relative;
	z-index: 100;
}

.dropdown .dropdown-content {
	width:100%;
	position: absolute;
	top: 54px;
	left: 0;
	background-color: #02489d;
	display: none;
	z-index: 100;
}

.dropdown .dropdown-content li a {
	font-size: 14px;
	color: #000;
	display: block;

	height: 50px;
	line-height: 50px;
}

.dropdown .dropdown-content li:hover {
	background: #0392e7;
}

.dropdown .dropdown-content li:hover a {
	color: #ffffff;
}

.dropdown:hover .dropdown-content {
	display: block;
} */
/*移动端导航*/
.mobile-nav {
  background: #fff;
  display: none;
}

.mobile-nav ul>li {
  list-style: none;
  width: 100%;
}

.mobile-nav ul>li>a {
  display: block;
  color: #333;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 15px;
  text-decoration: none;
}

.mobile-nav ul>li:hover {
  background: #999999;
}

.mobile-nav ul>li:hover>a {
  color: #fff;
}

.mobile-nav li.dropdown {
  height: auto;
}

.mobile-nav .dropdown>a {
  background: url(../images/down.png) no-repeat 85px center;
}

.mobile-nav .dropdown:hover>a {
  background-image: url(../images/down-on.png);
}

.mobile-nav .dropdown:hover .dropdown-content {
  display: none;
}

.mobile-nav .dropdown .dropdown-content {
  position: static;
  width: 100%;
}

.mobile-nav .dropdown .dropdown-content li a {
  height: 40px;
  line-height: 40px;
  padding-left: 0px;
  font-style: 14px;
  text-align: left;
}
/*banner图*/
.main{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .banner{
    height: 500px;
    overflow: hidden;
    position: relative;
  }
  .banner-slide{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat:no-repeat;
    position: absolute;
    display: none;
  }
  .slide1{
    background-image: url(../images/banner.png);
  }
  .slide2{
    background-image: url(../images/banner_1.png);
  }
  .slide3{
    background-image: url(../images/banner.png);
  }
  .slide-active{
    display: block;
  }
  .button{
    position: absolute;
    width: 40px;
    height: 80px;
    line-height: 80px;
    left: 0;
    top: 50%;
    margin-top: -40px;
    background:url(../images/arrow-lt.png) center center no-repeat;
  }
  .button:hover{
    background-color: #333;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .next{
    background:url(../images/arrow-rt.png) center center no-repeat;
    left:auto;
    right:0;
  }
  .dots{
    position: absolute;
    left: 50%;
    bottom: 24px;
    margin-left: -50px;
    text-align: right;
  }
  .dots span{
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 50%;
    background: rgba(7,17,27,0.4);
    margin-left: 8px;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.8) inset;
    cursor: pointer;
  }
  .dots span.active{
    box-shadow: 0 0 0 2px rgba(7,17,27,0.4) inset;
    background: #fff;
  }
  /* 认证领域 */
  .certification{
    padding-top: 60px;  
}
.certification .title{
    text-align: center;
}
.certification .pdv_border{
    margin-left: 41%;
    padding-top: 24px;
}
.certification .pdv_border a{
    line-height: 50px;
    float: left;
    display: block;
    font-size: 16px;
    margin-right: 44px;
    text-align: center;
    color: #114497;
}
.certification .pdv_border a:hover{
    width: 120px;
    height: 50px;
    line-height: 50px;
    background-color: #114497;
    color: #fff;
}
 .certification .container_1 {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 384px);
    gap: 24px;
    padding: 20px 0;
}

.certification .container_1  .item {
    text-align: center;
}
.certification .container_1  .item p{
    font-size: 18px;
    padding-bottom: 14px;
}


.certification .container_1  .item img {
    width: 100%;
    height: 240px; /* 可根据需要调整图片高度 */
    object-fit: cover; /* 保持图片比例 */
    margin-bottom: 16px;
    border-radius: 8px;
}


.certification .container_1  .item a {
    display: inline-block;
    color: #114497;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    width: 80px;
    height: 34px;
    line-height: 34px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.certification .container_1  .item a:hover {   
    text-decoration: none;
    background-color: #114497;
    color: #fff;
}
/* 我们的原则 */
.principle{
  padding-top: 60px;
}
/* 关于我们 */
.about{
  padding-top: 60px;
}
.about .title{
  margin-bottom: 30px;
  text-align:center;
}
.about .content{
  width: 100%;
  padding-top: 30px;
}
.about .content .left{
  float: left;
  width: 48%;
}

.about .content .left span{
  display: inline-block;
  width: 40px;
  border-bottom: 1px solid  #999;
}
.about .content .left p{
  padding-top: 10px;
  font-size: 15px;
  color: #333;
  line-height: 26px;
  text-align: justify;
}
.about .content .left a{
margin-top: 30px;font-size: 16px;
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #114497;
  color: #114497;
  text-align: center;
}
.about .content .right{
  float: right;
}
/* 认证流程 */
.process
{
  margin-top: 60px;
}
/* 新闻中心 */
.news {
  padding-top: 60px;
}
.news .title{
  margin-bottom: 30px;
  text-align:center;
}

.news .neirong{
  float: left;
  width: 100%;
}

 .shangmian {
  width: 100%;

}
.shangmian span{
  float: left;
  display: block;
  width: 4px;
  height: 16px;
  background-color: #114497;
}
.news a.more {
  color: #114497;
  float: right;
  display: inline-block;
}
.news .neirong .left {
  float: left;
width: 48%;
  line-height: 2.6;
}
 .news-container {
width: 100%;
  line-height: 30px;
  float: left;
  border-top: 2px solid #eee;
  padding: 20px 0;
}
.news .neirong .right {
  float: right;
width: 48%;
  line-height: 2.6;
}
.news-container a{
  line-height: 36px;
  /* float: left; */
  display: block;
  font-size: 14px;
}
.news-container  p 
{
  width: 400px;
  float: left;
}
.news-container a span{
  font-size: 12px;
  float: right;
  color: #999;
}
.news-container a:hover{
  color: #114497;
font-weight: 800;
text-decoration: underline;
}
/* 友情链接 */
.link{
  padding-top: 60px;
}
.link .title{
  margin-bottom: 30px;
  text-align:center;
}
.link ul{
  width: 100%;
}
.link ul li{
  float: left;
  width: 15%;
  margin-right: 20px;
}
/*底部*/
.footer{
margin-top: 24px;
  width: 100%;
  height: 236px;
  background-color: #114497;
  /* position: absolute;
  bottom: 0; */
}
.footer ul{
  overflow: hidden;
  border-bottom: 1px solid  #474747;
  padding: 20px 0;
}
.footer .contact li{
  float: left;
  width: 25%;
  line-height: 30px;
  color: #b3b3b3;
}
.footer li.on{
  width: 45%;
}
.footer p{
  color: #b3b3b3;
  text-align: center;
  padding:20px 0;
}
/******列表页******/
.detail_title{
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  margin-bottom: 20px;
}
.detail_title img{
  position: relative;
  top: -2px;
  margin-right: 2px;
}
.detail_title a{
  text-decoration: none;
  color: #666666;
}
.detail_title .color{
  color: #114497
}
.content_lt{
  float: left;
  width: 22%;
  margin-bottom: 30px;
}
.content_lt .first{
  margin-bottom: 10px;

  padding-left: 20px;

  background-color:#114497;
}
.content_lt .first a{
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin: 8px 0 10px
}
.content_lt .first_1 {
  margin-bottom: 10px;
  padding-left: 20px;
  height: 100px;
  background-color: #114497;
}
.content_lt .first_1 span {
  display: block;
  letter-spacing: 1px;
  color: #eee;
}
.content .content_rt li p {
    color: #808080;
    margin: 10px 0 15px;
    text-indent: 0;
}
.content_lt .first_1 a{
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin: 8px 0 10px
}
.content_lt .first span{
  display: block;
  letter-spacing: 1px;
  color: #eee;
}
.content_lt li{
  list-style: none;
  margin-bottom: 10px;
  height: 54px;
  line-height: 54px;
  width: 100%;
  background-color: #f9f9f9;
}
.content_lt .Sub li a {
  text-decoration: none;
  display: inline-block;
  text-align: left;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
  color: #595959;
}
.content_lt .Sub_1 li a{
  text-decoration: none;
  display: inline-block;
  text-align: left;
  height:50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
  color: #595959;
}
.content_lt li.current,
.content_lt li:hover{
  background-color:#0154a4;
}
.content_lt li.current a,
.content_lt li:hover a{
  color: #fff;
}
.content_rt{
  float: right;
  width: 75%;
  margin:10px 0 30px 0;
}
.content_rt ul li{
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 38px;
}
.top.clearfix {
  background: none;
}
.content_rt li .top a{
  text-decoration: none;
  float: left;
  font-size: 18px;
  color: #262626;
  padding-left: 0px;
  /*background: url(../images/xing.png) no-repeat left center;*/
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content_rt li:hover .top a{
  color: #0154a4;
}
.content_rt li p {
  float: left;
  margin: 10px 0 18px;
}
.content_rt li .top span{
  float: right;
  color: #808080;
}
/* .content .content_rt li p{
  color: #808080;
  margin: 10px 0 15px;
  text-indent:0;
} */
.page{
  font-size: 0;
  text-align: right;
}
.page a{
  text-decoration: none;
  display: inline-block;
  border:1px solid #d9d9d9;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  margin: 0 5px;
  font-size: 14px;
  color: #999999;
}
.page a.border,.page a.border:hover{
  border:0;
}
.page a.on,
.page a:hover{
  background: #0154a4;
  border-color:#0154a4;
  color: #fff;
}
.link .Part li a {
  height: 18px;
  line-height: 30px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
.link .Part2 li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  height: 18px;
  line-height: 30px;
}
.footer .fr h4 {
  padding-bottom: 0px;}
  .link .Part li {
    padding-top: 4px;
}
.link .Part2 li {
  margin-left: 68px;
  padding-top: 4px;
}
.footer .fuzhuxian {
  margin-top: 176px;
}
/******详情页******/
.content_rt .content-title{
  border-bottom:1px dashed #dcdee0;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.content .content_rt h2{
  font-size: 30px;
  margin-bottom: 10px;
}
.content_rt span{
  color: #cccccc;
}
.content .content_rt p{
  width: 100%;
  color: #000;
  line-height: 28px;
  text-indent:2em;
  text-align: justify;
  margin-top: 10px;
}
/* 站内导航 */
.ny_local {
    overflow: hidden;
    background: rgb(237, 242, 246);
    padding: 3% 0;
}
.local {
    color: rgb(182, 182, 182);
    background: url(../images/local.png) no-repeat left;
    padding-left: 30px;
}
.local a {
  font-size: 16px;
    color: rgb(182, 182, 182);
}
.local a:hover{
  color: #114497;
}
.prointro {
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.15);
    padding: 40px;
    margin-top: 40px;
    overflow: hidden;
}
.prointro .prointrol {
    width: 360px;
    height: 280px;
    position: relative;
}
.prointrol img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
}
.prointror {
    width: 730px;
}
.prointror h3 {
    font-size: 30px;
    font-weight: normal;
    border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 15px;
}
.prointror p {
    line-height: 1.8;
    font-size: 16px;
    margin-top: 20px;
}
.prointror dl {
    margin-top: 40px;
}
.prointror dl a {
    width: 152px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #174ea9;
    display: inline-block;
    border: 1px solid #174ea9;
    background: url(../images/zx_ico.png) 15px 9px no-repeat;
    padding-left: 55px;
    border-radius: 20px;
    margin-right: 20px;
}
.prointror dl span b {
    color: #FF0000;
}
.ny_con {
    margin-top: 40px;
    /* overflow: hidden; */
}
.prointroA {
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.12);
    overflow: hidden;
    margin-bottom: 40px;
}
.prointroNav {
    padding: 0 20px;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 0 7px rgba(0,0,0,0.15);
}
.prointroNav ul li {
    line-height: 54px;
    margin-right: 25px;
    font-size: 16px;
    float: left;
    text-align: center;
}
.prointroNav ul li a {
    border-bottom: 3px solid #fff;
    display: inline-block;
}
.prointroNav ul li a:hover{
  color: #114497;
  font-weight: 800;
  border-bottom: 2px solid #114497;

}
.prointroB {
    padding: 0 20px;
}
.prointro_tit {
    border-bottom: 1px solid #C7C7C7;
    line-height: 65px;
    margin-top: 20px;
}
.prointro_tit h2 {
    font-size: 26px;
    font-weight: normal;
    display: inline-block;
    border-bottom: 5px solid #174ea9;
}
.prointro_text {
    line-height: 1.8;
    padding: 40px 0;
    font-size: 16px;
}
.prointroA {
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.12);
    overflow: hidden;
    margin-bottom: 40px;
}
.prointro_tit {
    border-bottom: 1px solid #C7C7C7;
    line-height: 65px;
    margin-top: 20px;
}
.prointro_text table {
    border: none;
    border-collapse: collapse;
}
.prointro_text td {
    border: 1px solid #a9a9a9;
    padding: 0 5px;
}
.prointro_down {
    padding: 10px 0 40px;
}
.prointro_down ul li h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.prointro_down ul li {
    padding: 12px;
    border: 1px solid #eeeeee;
    margin-top: 20px;
}
.prointro_down ul li p {
    font-size: 12px;
}
.prointro_down ul li p b {
    color: rgb(67, 109, 166);
    border-right: 1px solid #cccccc;
    padding-right: 14px;
}
.prointro_down ul li p span {
    color: #cccccc;
    font-weight: bold;
    background: url(../images/see.png) no-repeat left;
    padding-left: 23px;
    margin-left: 12px;
}
.prointro_down ul li:hover>a{
  color: #114497;
  border-color: #114497;
}
/* 服务项目 */
.ny_conrE h2 {
    line-height: 58px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    background: #003059;
    text-align: center;
}
.ny_conrE ul {
    background: #fff;
    padding: 0 10px;
}
.ny_conrE ul li {
    border-bottom: 1px solid #e1e1e1;
    padding: 5px;
    line-height: 35px;
    transition: all 0.3s;
}
.ny_conrE ul li a:hover{
  font-weight:800 ;
  color: #114497;
}

/* .text-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
} */

/* 成功案例 */
 .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        .card-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }
        .card {
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            color: #333;
        }
        .card-image {
            width: 100%;
            height: 180px;
            object-fit: cover;
            transition: transform 0.3s;
            margin-bottom: 15px;
        }
        .card-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
            transition: color 0.3s;
        }
        .divider {
            height: 1.4px;
            background: #ddd;
            margin-bottom: 15px;
            transition: background 0.3s;
        }
        .card-content {
            font-size: 14px;
            line-height: 1.5;
        }
        .card:hover .card-image {
            transform: scale(1.05);
        }
        .card:hover .card-title {
            color: #114497
        }
        .card:hover .divider {
            background: #114497;
        }
/* 体系认证 */
.ny_local {
    overflow: hidden;
    background: rgb(237, 242, 246);
    padding: 3% 0;
}
.local {
    color: rgb(182, 182, 182);
    background: url(../images/local.png) no-repeat left;
    padding-left: 30px;
}
.local a {
    color: rgb(182, 182, 182);
}
.ny_nav ul {
  margin-left: 460px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.ny_nav ul li {
    padding: 0 15px;
}
.ny_nav ul li a:hover{
  font-weight: 800;
  color: #114497;
}
.show {
    background: #fff;
    margin-top: 50px;
    padding-bottom: 40px;
}
.showA {
    overflow: hidden;
    padding: 20px;
}
.showAl {
    width: 49%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.showAl img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.showAr {
    width: 49%;
}
.showAr h1 {
    font-size: 18px;
    font-weight: normal;
    margin: 8px 0;
    display: flex;
    align-items: center;
}
.pro_desc {
    font-size: 12px;
    color: #666;
}
.pro_intro {
    margin-top: 20px;
    line-height: 1.8;
    color: #666;
}
.prointror dl {
    margin-top: 40px;
}
.prointror dl a {
    width: 152px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #174ea9;
    display: inline-block;
    border: 1px solid #174ea9;
    background: url(../images/zx_ico.png) 18px 9px no-repeat;
    padding-left: 55px;
    border-radius: 20px;
    margin-right: 20px;
}
.prointror dl span {
    font-size: 18px;
}
.showB {
    overflow: hidden;
    padding: 20px;
    border-bottom: 1px solid rgb(242, 242, 242);
}
.showB .hd {
    /* border-bottom: 1px solid #d9d9d9; */
    overflow: hidden;
}
.showB .hd ul li {
    font-size: 16px;
    float: left;
    line-height: 44px;
    font-weight: bold;
    margin-right: 50px/*border-bottom: 2px solid #fff*/;
}
.showBbd {
    padding-top: 20px;
}
.showB_tit {
    border-bottom: 1px solid #C7C7C7;
    line-height: 65px;
}
.showB_tit h2 {
    font-size: 26px;
    font-weight: normal;
    display: inline-block;
    border-bottom: 5px solid #114497;
}
.one table {
    margin: auto;
    width: 80%;
    border-collapse: collapse;
}
.showBbd .one {
    padding: 40px 0;
}
.showB_tit {
    border-bottom: 1px solid #C7C7C7;
    line-height: 65px;
}
.showB_tit {             
    border-bottom: 1px solid #C7C7C7;
    line-height: 65px;
}
.one p{
  text-align:left;text-indent:2em;
  line-height: 30px;
}
.showC {
    padding: 30px 0px 0;
    overflow: hidden;
}
.showC ul li {
    width: 50%;
    float: left;
    margin-top: 15px;
}
.showC ul li h3{
  color:#333;
}
.showC ul li p{
  padding-top: 12px;
  color: #999;
}
.showC ul li h3:hover{
color: #114497;
}
.showD {
    margin-top: 40px;
}
.showD_tit {
    border-bottom: 2px solid #114497;
    line-height: 45px;
    padding: 0 20px;
}
.showD_tit h2 {
    font-size: 18px;
}
.showDa {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}
.showDa .swiper-container {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
}
.showDa ul li dd {
    border: 1px solid #dddee1;
    min-height: 210px;
    position: relative;
}
.showDa ul li dd img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.showDa ul li p {
    padding: 6px 10px;
    background: #dddee1;
}
.showDa ul li.swiper-slide {
    width: 218px;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.showDa ul li p:hover{
  background-color:#114497;
  color: #FFF;
}

/*移动端样式*/
@media (max-width:767px) {
  .nav{
    display: none;
  }
  .head{
    border-bottom: none;
  }
  .logo {
    margin-bottom: 20px;
    width: 100%;
}
.logo img {
    width: 30%;
}
.banner{
  height: 150px;
}
.banner-slide{
  width: 33%;
}
.dots{
  left: 18%;
  bottom: 9px;
}
.title {
    width: 32%;
}
.title img{
  width: 33%;
}
.certification .pdv_border{
  margin-left: 9%;
  padding-top: 4px;
}
.certification .pdv_border a{
  font-size: 14px;
}
.certification .container_1{
  grid-template-columns:repeat(1, 388px);
}
.principle img {
    width: 33%;
}
.about .content .left{
  width: 32%;
}
.about .content .right{
  display: none;
}
.process img{
  width: 33%;
}
.news .neirong .left{
  width: 32%;
}
.news .neirong .right{
  float: none;
  width: 32%;
}
.news-container a span{
  display: none;
}
.news-container a{
  font-size: 12px;
}
.link ul{
  width: 40%;
}
.link ul li {
    margin-left: 10px;
    float: left;
    width: 37%;
    margin-right: 1px;
}
.footer{
  width: 32%;
  height: 242px;
}
.footer ul{
  width: 32%;
}
.footer li.on{
  width: 100%;
}
.footer ul li{
  width: 100%;
}
.footer p{
  width: 94%;
}
.content_rt{
  float: left;
}
.page{
 float: left;

}
.content_rt ul li{
  width: 42%;
}
.page a{
 padding: 0 12px;
}
.content_rt .content-title{
  width: 43%;
}
.content_rt p{
  width: 43%;
  text-align: justify;
}
.card-grid {
    display: grid;
    grid-template-columns: repeat(1, 0.3fr);

}}
@media (max-width: 480px) {
  /* .mobile-nav{
    display: block;
    
  } */
  .content_lt{
    width: 33%;
  }
  .mobile-nav .dropdown .dropdown-content{
    padding-left: 14px;
  }
.content_rt ul li{
  width: 40%;
}
.page a {
    padding: 0 11px;
}
}
@media (min-width: 768px) {
  .head{
    border-bottom:none;
  }
  .logo {
    width: 35%;
}
  .logo img{
    width: 110%;
  }
.mobile-nav{
  display: block;
}
.mobile-nav .dropdown .dropdown-content li a{
  padding-left: 16px;
}
.flex-center {
  padding-top: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
  .nav{
    display: none;
  }
  .main{
    width: 100%;
  }
  .banner{
    height: 340px;
  }
.dots {
  bottom: 10%;
  /*margin-left: -19%;*/
}
  .button{
    margin-top: -5%;
  }
  .banner-slide{
    width: 67%;
    height: 94%;
  }
  .certification .title{
    width: 70%;
  }
  .about .title{
    width: 70%;
  }
  .news .title{
    width: 70%;
  }
  .link .title{

  }
  .certification .pdv_border{
    margin-left: 26%;
  }
  .certification .container_1 {
    padding-left: 20px;
    grid-template-columns: repeat(2, 378px);
}
  .principle img {
    width: 67%;
  }
  .about .content{
    padding-left: 20px;
  }
  .about .content .left{
    width: 65%;
  }
  .about .content .right {
    padding-top: 30px;
    float: left;
}
.process img{
  width: 66%;
}
.news .neirong .left {
  padding-left: 20px;
  width: 64%;
}
.news .neirong .right {
  padding-left: 20px;
  padding-top: 24px;
  float: left;
  width: 64%;
}
.link ul li {
  width: 10%;
  margin-right: 15px;
}
.link ul li img{
  width: 100%;
}
footer {
  width: 67%;
}
footer li.on {
  width: 30%;
}
.footer .contact li{
  width: 25.6%;
}
.footer p{
  width: 67%;
  padding: 0;
}
.content_rt {
    float: left;
    width: 55%;
    margin: 10px 0 30px 7px;
}
.content_lt {
    float: left;
    width: 18%;
    margin-bottom: 30px;
}
.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 0.21fr);}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .head .logo  img {
      width: 100%;
  }
  .mobile-nav{
    display: none;
  }
  .nav {
    display: block;
}
.dots{
  margin-left: -9%;

}
  .flex-center {
    justify-content:left;
}
.container{
  width: 100%;
}
.nav ul li{
  width: 12.2%;
}
.banner-slide {
  width: 84%;
}
.head_1 {
  display: none;
}
.certification .title{
  width: 84%;
}
.news .neirong .left{
  width: 48%;
}
.news .neirong .right {
    padding-top: 0px;
    float: right;
    width: 48%;
}
.certification .container_1{
  grid-template-columns: repeat(3, 317px);
}
.principle img {
  width: 84%;
}
.about .title{
  width: 84%;
}
.about .content .left {
  width: 40%;
}
.about .content .right {
  /* width: 36%; */
  float: left;
}
.about .content .right img {
  padding: 20px 0 0 20px;
width: 84%;
}
.process img{
  width: 84%;
}
.news .title {
  width: 84%;
}
.news .neirong{
  width: 83%;
}
.news-container a{
font-size: 12px;
}
.link .title{
  width: 84%;
}
.link ul li{
  margin-left: 8px;
  width: 12.6%;
  margin-right: 10px;
}
.link ul li img{
  width: 100%;
}
.footer li.on{
  width: 42%;
}
.footer p{
  width: 84%;
}
.content_rt {
    float: left;
    width: 60%;
    margin: 10px 0px 30px 19px;
}
.head{
  display: block;
}
.prointro .prointrol{
  width: 34%;
}
.prointror{
  width: 66%;
}
.prointror p{
  width: 78%;
}
.ny_conr .fr{
  width: 305px; float: left;
}
.ny_conl .fl{
  width: 84%;
}
.card-grid {
    grid-template-columns: repeat(3, 0.27fr);
}
}

@media (min-width: 1200px) {
  .nav{
    display: block;
  }
  .head_1 {
    display: none;
}
.mobile-nav {
    display: none;
}
.head {
    border-bottom: 3px solid #114497;
  }
  .logo {
    width: 47%;
}
.flex-center {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.ny_local .flex-center.container {
    justify-content: left;
}
.banner{
  height: 500px;
}
.banner-slide{
  height: 100%;
  width: 100%;

}
.certification .title{
  width: 100%;
}
.certification .pdv_border{
margin-left: 41%;

}
.certification .container_1 {
    padding-left: 0px;
    grid-template-columns: repeat(3, 384px);
}
.principle img{
  width: 100%;
}
.principle .container{
  width: 1920px;

}
.about .title{
  width: 100%;
}
.about .content .left{
  width: 46%;
}
.about .content .right{
  float: right;
 padding-top: 0;
}
.process img{
  width: 100%;
}
.process .container{
  width: 1920px;
}   
.news .title{
  width: 100%;
}
.news .neirong .left{
  padding-left: 0;
  width: 48%;
}
.news .neirong .right {
    padding-left: 0px; 
    padding-top: 0px;
    float: right;
    width: 48%;
}
.link ul li{
  margin-right: 50px;
  width: 15%;
}
/* .footer {
  width: 1920px;
  height: 180px;
} */
.footer li.on{
  width: 45%;

}
.footer .contact li{
  width: 25%;
}
.footer p {
  width: 100%;
    color: #b3b3b3;
    text-align:  left;
    padding: 5px 0;
}
.content_rt {
    float: right;
    width: 75%;
    margin: 10px 0 30px 0px;
}
.content_lt{
  width: 22%;
}

}
