@charset "UTF-8";
@import url('max1024px.css');
/* 全局样式重置 */

/* 去除所有元素的默认外边距和内边距 */
* {
    margin: 0;
    padding: 0;
    font: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}
/* 在 Firefox 浏览器中去除元素的轮廓 */
*::-moz-outline {
    none;
}
/* 在所有浏览器中去除元素的轮廓 */
*:focus {
    outline: none;
}
/* 在移动端去除点击元素时的高亮效果 */
*::-webkit-tap-highlight-color: transparent;
/* 使用 border-box 盒模型，让元素的宽度和高度包含边框和内边距 */
* {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* ::before 和 ::after 伪元素也使用 border-box 盒模型 */
*::before,
*::after {
    box-sizing: border-box;
}
/* 设置 html 和 body 的宽度和高度，去除默认的外边距和内边距，设置相对定位，并开启触摸滚动效果 */
html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
    overflow-x: hidden;
}
/* 让 article、aside、details、figcaption、figure、footer、header、hgroup、main、nav、section、summary 等 HTML5 元素以块级元素显示 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/* 去除 ul 和 ol 元素的默认列表样式 */
ul,
ol {
    list-style: none;
}
/* 设置链接的文本装饰为无，并设置默认颜色为黑色 */
a {
    text-decoration: none;
    color: #111;
}
/* 让图片最大宽度和高度为 100%，去除边框 */
img {
    max-width: 100%;
    max-height: 100%;
    border: 0;
}
/* 设置 h1 到 h6 标题的字体大小为 120% */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 120%;
}
/* 设置段落的字体大小和行高 */
p {
    font-size: 1em;
    line-height: 1.5em;
}
/* 去除表格的边框间距 */
table {
    border-collapse: collapse;
}

/* 去除表格单元格的边框 */
table td,
table th {
    border: none;
}
/* 禁止 input 和 textarea 元素的大小调整 */
input,
textarea {
	border: none;
    resize: none;
    outline: none;
}
/* 去除 input[type="submit"]、input[type="reset"]、input[type="button"] 和 button 元素在不同浏览器中的默认外观 */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
}

/* 设置表单元素的字体大小和行高 */
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    font-size: 1em;
    line-height: 1.5em;
}

/* 设置表单元素的背景颜色和边框颜色 */
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    background-color: #fff;
    border: 1px solid #ccc;
}

/* 设置表单元素在获得焦点时的边框颜色 */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    border: 1px solid #333;
}

/* 设置按钮的背景颜色和边框颜色 */
button {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
}

/* 设置按钮在获得焦点时的边框颜色 */
button:focus {
    border: 1px solid #fff;
}

/* 设置链接在鼠标悬停时的颜色 */
a:hover {
    color: #333;
}






/* 媒体查询：大屏幕设备 */
@media only screen and (min-width: 1024px) {
html,body {font-size: 16px;}
/*header导航*/
#pc-header{display: none;}

div.bg-gray{margin-top: 80px;}
.normal-list li{position:relative;display:block;background:#FFF;margin-bottom:20px;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li a{display:block;font-size:16px;line-height:24px;padding:25px 30px 25px 50px;color:#333;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li span{color:#888888;position:absolute;right:30px;top:28px}
.normal-list li:hover{background:#4c9fc9;color:#FFF;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li:hover a,.normal-list li:hover span{color:#FFF}
.normal-list li.dot:hover a:before {background:#fff;}
.normal-list li.dot a{position:relative}
.normal-list li.dot a:before {content:'';position:absolute;left:30px;background:#ececec;width:7px;height:7px;top:35px;border-radius:50%}




.search{display: none;}
.search1{position:absolute;right:0;width:80px;height:80px;line-height:80px;cursor: pointer;background: #4c9fc9;text-align: center;}
.search1 i{color:#fff;line-height:80px;}
.search1 i img{display: inline-block;width: 30px;height: 30px;line-height:80px;margin-top:25px;}
.search1:hover i{opacity:1}
.search1 .fa-X{display: none;}
.search_box{display:none;width: 100%;height: 80px; background: #4c9fc9; position:fixed;overflow: hidden;top:80px;z-index:9;}
.search_box .input_css{width: 90%;margin: 10px 5%;height: 60px; line-height: 60px;text-align: center;font-size: 16px;color: #333;border-radius: 5px;border: none;outline: none;}
.search_box .input_css:focus{
    border: none;
    outline: none;
}
.search_box span.iocn{position: absolute;top:20px;right:5.6%;width: 40px; height:40px;background:#4c9fc9;border-radius:5px;}
.search_box span.iocn i{display:block; margin-top: -40px;text-align:center;}
.search_box span.iocn i img{display: inline-block;width: 30px; height:30px;margin-top:5px;}
.search_box span.iocn input{
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity:0;
}

header{
    width: 94%;
    height: 80px;
    line-height: 80px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    position: fixed;
    background: #fff;
    padding: 0 3%;
    top:0;
    left: 0;
}
header .Toot_logo{
    width: 130px;
    height: 60px;
    margin-top: 12px;
    float: left;
}
header .Toot_logo .toggle-btn{display: none;}
header nav li section{display:none;}
header nav li:hover section{display: block;}

header nav{
    float: right;
    margin-right: 50px;
}
header nav ul{
    display: inline-block;
    width: 100%;
}
header nav ul li{
    float: left;
    text-align: center;
    height: 80px;
}
header nav ul li span{
    display: block;
}
header nav ul li span a{
    display: block;
    line-height: 77px;
    font-size: 18px;
    padding: 0 14px;
    text-align: center;
    position: relative;
    border-bottom: solid 3px #fff;
}
header nav ul li span a:hover,header nav ul li.on span a{
    color: #4c9fc9;
    font-weight: bold;
    border-bottom: solid 3px #4c9fc9;
}

header nav ul li section{
    position: absolute;
    top: 80px;
    left: 50%;
    width:94vw;
    transform: translate(-50%, 0px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-top: solid 1px #ccc;
    padding: 40px 3vw 20px;
    column-count: 6;
    background-color: #f5f5f5;
}

header nav ul li section dl{
    text-align: left;
    break-inside: avoid;
    padding-bottom: clamp(20px, 2.08333333vw, 20px);
}
header nav ul li section dl dt{
    display:flex;
}
header nav ul li section dl dt a{
    font-size: 18px;
    font-weight: bold;
    color: #111;
    line-height: 36px;

}
header nav ul li section dl dd,header nav ul li section dl dd a{
    font-size: 16px;
    color: #4c9fc9;
    line-height: 36px;
}

header nav ul li section dl dt i{
    font-size: 28px;
    font-weight: bold;
    color: #4c9fc9;
    font-style: normal;
    font-family: "iconfont" !important;
    margin-left: 8px;
    line-height: 34px;
    align-items: center;
    justify-content: center;
}
header nav ul li section dl dt i:before {
    content: ">";
}
header nav ul li section dl dd b{
    display: none;
}
header nav ul li section dl dd img{
    width: 235px;
    height: 118px;
}


article .title h3 {
    font-size: 4vw;
    color: rgba(51,51,51,0.08);
    line-height: 55px;
    font-family: 'AK';
    text-transform: uppercase;
}

article .title h4 {
    color: #333;
    font-size: 2.5vw;
    line-height: 40px;
    position: relative;
    padding-bottom: 29px;
    margin-top: -25px;
}

article.product{
    width: 100%;
    padding: 3.5vw 0;
    background: #f7f7f7;
    overflow: hidden;
    margin-bottom: 70px;
}

article .title{
    width: 100%;
    text-align: center;
    overflow: hidden;
}


article .title  h4:after {
    content: '';
    width: 50px;
    height: 5px;
    background: #4c9fc8;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.product nav{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.product nav .swiper-container{
    width: 85%;
    margin: 30px auto 10px;
    overflow: hidden;
}

.product nav .swiper-container .swiper-slide{
    width: 23.8%;
    float: left;
    text-align: center;
    line-height: 50px;
    margin: 10px 0.6%;
}
.product nav .swiper-container .swiper-slide div{
    border: solid 2px #4c9fc8;
    margin-bottom: 20px;
}

.product nav .swiper-container .swiper-slide a{
    display: inline-block;
    width: 100%;
    line-height: 50px;
    color: #111;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 9;
    transition: color 0.5s ease;
}

.product nav .swiper-container .swiper-slide div a::before {
      content: "";
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 0;
      background-color: #4c9fc8;
      transition: height 0.5s ease;
      z-index: -1;
}
.product nav .swiper-container .swiper-slide div a:hover{
    color: #fff;    
}
.product nav .swiper-container .swiper-slide div a:hover::before {
    height: 101%;
}

.product nav .swiper-button-prev {
    position: absolute;
    top: 60%; 
    transform: translateY(-50%);
    font-size: 40px;
    color: white;
    cursor: pointer;
    z-index: 1;
    width: 60px;
    height: 60px;
    line-height: 50px;
    border-radius: 50%;
    background: #ccc;
    text-align: center;
    transition: background 0.5s ease;
}

.product nav .swiper-button-next {
    position: absolute;
    top: 60%; 
    transform: translateY(-50%);
    font-size: 40px;
    line-height: 50px;
    color: white;
    cursor: pointer;
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ccc;
    text-align: center;
    transition: background 0.5s ease;
}

.product nav .swiper-button-prev:hover{
    background: #4c9fc8;
}
.product nav .swiper-button-next:hover{
    background: #4c9fc8;
}

.product nav .swiper-button-prev {
    left: 3%;
    text-indent: -3px;
}

.product nav .swiper-button-next {
    right: 3%;
    text-indent: 4px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    margin-top: -4px;
}

.Toot_banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 0;
    margin-top: 80px;
}
.page_banner{
    width: 100%;
    height: 23vw;
    overflow: hidden;
    margin-top: 80px;
}
.page_banner img{
    width: 100%;
    height: 100%;
}
.wap_banner{display: none;}

.Toot_banner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    transition: transform 0.5s ease;
}

.Toot_banner li {
    flex: 0 0 100%;
    height: auto;
}

.Toot_banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.Toot_banner .arrow {
    position: absolute;
    top: 45%;
    width: 
    transform: translateY(-50%);
    font-size: 40px;
    color: white;
    cursor: pointer;
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ccc;
    text-align: center;
    transition: background 0.5s ease;
}

.Toot_banner .arrow:hover{
    background: #4c9fc8;
}

.Toot_banner .prev {
    left: 3%;
    text-indent: -3px;
}

.Toot_banner .next {
    right: 3%;
    text-indent: 3px;
}

.Toot_banner .dot-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.Toot_banner .dot {
    width: 10px;
    height: 10px;
    background-color: gray;
    border-radius: 50%;
    cursor: pointer;
}

.Toot_banner .dot.active {
    background-color: #4c9fc8;
}

.product .box{
    width: 85%;
    margin: 0 auto 30px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.product .box .list{
    display: inline-block;
    flex-basis: calc(23.8% - 2px);
    border: solid 1px #ccc;
    margin: 10px 0.6%;
    position: relative;
    z-index: 9;
}

.product .box .list .cp_img{
    width: 100%;
    overflow: hidden;
}

.product .box .list .cp_img img{
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.product .box .list .cp_img img:hover {
    transform: scale(1.2);
}

.product .box .list .cp_title{
    padding: 20px;
}

.product .box .list .cp_title h4{
    font-size: 16px;
    font-weight: bold;
    color: #111;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}
.product .box .list .cp_title p{
    font-size: 14px;
    color: #666;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.product .box .list .cp_title span{
    display: inline-block;
    width: 120px;
    height: 36px;
    border: 1px solid #4c9fc8;
    margin-top: 10px;
    color: #4c9fc8;
    font-size: 14px;
    line-height: 36px;
    position: relative;
    text-align: left;
    padding-left: 26px;
}

.product .box .list .cp_title span i{
    display: inline-block;
    width: 23px;
    height: 13px;
    background: url(../Tootimg/right_hover.png) no-repeat center;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -6.5px;
}

.product .box .list::before {
      content: "";
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 0;
      background-color: #4c9fc8;
      transition: height 0.5s ease;
      z-index: -1;
}

.product .box .list:hover::before {
    height: 100%;
}

.product .box .list:hover h4{
    color: #fff;
}

.product .box .list:hover p{
    color: #fff;
}
.product .box .list:hover span{
    color: #fff;
    border: 1px solid #fff;
}

.product .box .list:hover span i{
    background: url(../Tootimg/right.png) no-repeat center;
}

.product .cp_more{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.product .cp_more a{
    display: inline-block;
    width: 200px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color:#4c9fc8;
    margin: 0 auto;
    text-align: center;
    border: solid 2px #4c9fc8;
    font-weight: bold;
    transition: color 0.5s ease;
}

.product .cp_more a:hover{
    background: #4c9fc8;
    color: #fff;
}

.news{
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
}

.news .box .news_box{
    width: 94%;
    margin: 0 auto 30px;
    overflow: hidden;
}

.news .box .news_box .news_box_tag{
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
    overflow: hidden;
}
.news .box .news_box .news_box_tag .news_tag{
    display: inline-block;
    width: 160px;
    line-height: 40px;
    margin: 0 15px;
    color: #111;
    font-size: 18px;
    position: relative;
}

.news .box .news_box .news_box_tag .news_tag i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    position: absolute;
    right: 23px;
    top: 50%;
    margin-top: -4px;
}

.news .box .news_box .news_box_tag .news_tag.active{
    background: #4c9fc8;
    color: #fff;
    padding-right: 10px;
    font-weight: bold;
}

.news .box .news_box .news_box_tag .news_tag.active i{
    background: #fff;
    right: 28px;
}

.news .box .news_box_content .news_content{
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.news .box .news_box .news_box_content .news_content {
    display: none;
}

.news .box .news_box .news_box_content .news_content.active {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.news .box .news_box .news_box_content .news_content .list{
    flex-basis: calc(31.7%);
    display: inline-block;
    margin: 0 0.8%;
    overflow: hidden;
    padding-bottom: 50px;
}

.news .box .news_box .news_box_content .news_content .list .news_img{
    display: block;
    width: 100%;
    height: 18vw;
    overflow: hidden;
}

.news .box .news_box .news_box_content .news_content .list .news_img img{
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.news .box .news_box .news_box_content .news_content .list .news_title{
    margin: -30px 15px 0;
    padding: 30px;
    position: relative;
    background: #fff;
    box-shadow: 3px 4px 15px rgb(0 0 0 / 10%);
}

.news .box .news_box .news_box_content .news_content .list .news_title h4{
    font-size: 18px;
    color: #111;
    line-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .box .news_box .news_box_content .news_content .list .news_title h5{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .box .news_box .news_box_content .news_content .list .news_title p{
    font-size: 16px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
    height: 52px;
}

.news .box .news_box .news_box_content .news_content .list .news_title span{
    display: inline-block;
    width: 24px;
    height: 13px;
    background: url(../Tootimg/right1.png) no-repeat center;
    margin-top: 30px;
}

.news .box .news_box .news_box_content .news_content .list:hover .news_img img{
    transform: scale(1.2);
}

.news .box .news_box .news_box_content .news_content .list:hover .news_title h4 {
    color: #4c9fc8;
}

.news .box .news_box .news_box_content .news_content .list:hover .news_title span{
    background: url(../Tootimg/right1_hover.png) no-repeat center;
}


.about{
    width: 100%;
    background: url(../Tootimg/about.png) no-repeat top center;
    background-size: cover;
    overflow: hidden;
}

.about .about_box{
    width: 86%;
    margin: 70px auto;
}

.about .about_box .title h3{
    color: rgba(250,250,250,0.2);
}

.about .about_box .title h4{
    color: #fff;
}

.about .about_box .about_box_content{
    margin: 50px auto;
    overflow: hidden;
}

.about .about_box .about_box_content .about_content p{
    font-size: 18px;
    line-height: 35px;
    color: #fff;
}

.about .about_box .about_box_tag .about_tag{
    float: left;
    width: 27%;
    margin: 0 1.5% 70px;
    background: rgba(250,250,250,0.7);
    padding: 1vw;
    overflow: hidden;
}

.about .about_box .about_box_tag .about_tag i{
    display: inline-block;
    width: 5vw;
    height: 5vw;
    margin-right: 1vw;
}

.about .about_box .about_box_tag .about_tag p{
    display: inline-block;
    font-size: 1vw;
    color: #666;
    line-height: 1.5vw;
    height: 5vw;
    overflow: hidden;
}

.about .about_box .about_box_tag .about_tag p b{
    display: block;
    font-size: 1.5vw;
    color: #4c9fc8;
    line-height: 2vw;
}

.about .about_box .about_box_tag .about_tag i.iocn1{
    background: url(../Tootimg/about1.png) no-repeat center;
    background-size: cover;
}

.about .about_box .about_box_tag .about_tag i.iocn2{
    background: url(../Tootimg/about2.png) no-repeat center;
    background-size: cover;
}

.about .about_box .about_box_tag .about_tag i.iocn3{
    background: url(../Tootimg/about3.png) no-repeat center;
    background-size: cover;
}

.about .about_box .about_box_tag .about_tag.active1{
    background: #4c9fc8;
    color: #fff;
}
.about .about_box .about_box_tag .about_tag.active1 p,.about .about_box .about_box_tag .about_tag.active1 b{
    color: #fff;
}

.about .about_box .about_box_tag .about_tag.active1 i.iocn1{
    background: url(../Tootimg/about1_hover.png) no-repeat center;
    background-size: cover;
}

.about .about_box .about_box_tag .about_tag.active1 i.iocn2{
    background: url(../Tootimg/about2_hover.png) no-repeat center;
    background-size: cover;
}

.about .about_box .about_box_tag .about_tag.active1 i.iocn3{
    background: url(../Tootimg/about3_hover.png) no-repeat center;
    background-size: cover;
}

.about .about_box_content .about_content{
      display: none;
    }

.about .about_box_content .about_content.active1{
      display: block;
    }

/* footer */
footer{background: #1d1d1d;padding-top: 79px;border-top: 3px solid #4c9fc8;}
footer .foot-con{width: 94%;margin: 0 auto;overflow: hidden;}
.foot-top{margin-bottom: 30px;overflow: hidden;}
.foot-toplf{float: left;position: relative;}
.foot-toplf dt a{font-size: 18px;color: #fff;padding-left: 12px;position: relative;display: inline-block;margin-bottom: 15px;font-weight: bold;}
.foot-toplf dt a:before{content: '';width: 2px;height: 18px;background: #4c9fc8;position: absolute;left: 0;top: 50%;margin-top: -7.5px;}
.foot-toplf dl{float: left;padding-right: 117px;}
.foot-toplf dl:last-child{padding-right: 0;}
.foot-toplf dd a{font-size: 16px;color: rgba(255,255,255,0.5);display: inline-block;padding-left: 12px;line-height: 34px;}
.foot-toprt{float: right;width: 340px;position: relative;padding-bottom: 25px; padding-right:20px;}
.foot-toprt:before{content: '';width: 1px;height: 100%;background: rgba(255,255,255,0.5);position: absolute;left: 0;top: 50%;transform: translateY(-50%);}

.foot-toprt-pic{text-align: right;margin-bottom: 33px;float:right;}
.foot-toprt-pic img{width:7vw;margin-left:30px;}
.foot-share .bdsharebuttonbox a{font-size: 22px;color: #a4a4a4;display: inline-block;margin:0 9px;background: none;padding-left: 0;float: none;height: 22px;line-height: 22px;opacity: 1;}
.foot-share .bdsharebuttonbox a.bds_sqq{background: url(../Tootimg/share-qq.png) no-repeat center;width: 18px;height: 19px;opacity: 0.5;}
.foot-share .bdsharebuttonbox a.bds_tsina{background: url(../Tootimg/share-wb.png) no-repeat center;width: 22px;height: 18px;opacity: 0.5;}
.foot-share .bdsharebuttonbox a.bds_weixin{background: url(../Tootimg/share-wx.png) no-repeat center;width: 20px;height: 17px;opacity: 0.5;}
.foot-share .bdsharebuttonbox a.bds_qzone{background: url(../Tootimg/share-qz.png) no-repeat center;width: 20px;height: 17px;opacity: 0.5;}

.foot-share{font-size: 0;text-align: right;display:inline-block;width:100%;}
.foot-share .bdsharebuttonbox a:last-child{margin-right: 0;}
.foot-share .bdsharebuttonbox a:hover{color: #fff;opacity: 1;}
.bd_weixin_popup{height: 318px!important;}
.footer-friend{position: relative;width: 220px;}

.footer-list{
  position:absolute;
  left:0;
  bottom: 35px;
  padding-bottom: 5px;
  width: 100%;
  z-index: 10;
  display: none;
}
.footer-list .m-padd{
  border:1px solid #4c9fc8;
  background:#fff;
}

.footer-list a{display:block;padding:5px 10px;color:#999;}
.footer-list a:hover{color: #4c9fc8; }
.foot-mid{width:100%;margin-bottom: 30px;font-size: 16px;color: white;opacity: 0.8;margin-top: 20px;line-height: 26px;}
.foot-mid a{color: rgba(255,255,255,0.5);padding: 0 10px;}
.foot-bot{width:100%;padding: 22px 0;position: relative;border-top: 1px solid rgba(255,255,255,0.5);overflow: hidden;}
.foot-bot p,.foot-bot p a{font-size: 14px;color: rgba(255,255,255,0.5);display: inline-block;}
.foot-bot p.p1{float: left;}
.foot-bot p.p2{float: right;}
footer a:hover{color: #4c9fc8;}

.gsdzs{
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.gsdzs h5{
    border-left: 2px solid  #4c9fc8;
    padding-left: 12px;
    margin-bottom: 15px;
    color: white;
    font-size: 16px;
    line-height: 21px;
}
.gsdzs ul{width: 100%;overflow: hidden;}
.gsdzs ul li{
    color: rgba(255,255,255,0.4);
    width: 21.5%;
    font-size: 16px;
    line-height: 24px;
    float: left;
    margin-right: 1%;
    border: 1px solid rgb(255 255 255 / 11%);
    padding: 1% ;
    height: 70px;
}
.gsdzs ul li span{
    color: white;
}

.gsdzs ul li:hover{
    border-color: white;
    color: white;
}

.product_list{
    width: 86%;
    margin: 70px auto 50px;
    overflow: hidden;
}

.product_list .list{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.product_list .list .Ptitle{
    width:  100%;
    overflow: hidden;
    margin-left: 1%;
    margin-bottom: 20px;
}
.product_list .list .Ptitle h3{
    font-size: 40px;
    font-weight: bold;
    color: #111;
}
.product_list .list .Ptitle p{
    font-size: 16px;
    font-weight: bold;
    color: #666;
    line-height: 36px;
}
.product_list .list ul li{
    float: left;
    width: 23%;
    margin: 0 1% 40px;
    text-align: left;
}
.product_list .list ul li .img{
    display: block;
    width: 100%;
    height: 19vw;
    border-radius: 5px;
    overflow: hidden;
}
.product_list .list ul li .img img{
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}
.product_list .list ul li img:hover{
    transform: scale(1.2);
}
.product_list .list ul li span{
    display: block;
    width: 100%;
    line-height: 50px;
    font-size: 18px;
    color: #111;
    height: 50px;
    overflow: hidden;
}
.product_list .list ul li p{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
}
.product_list .list1{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.product_list .list1 .img{
    border-radius: none;

}
.product_list .list1 .Ptitle{
    width:  100%;
    overflow: hidden;
    margin-left: 1%;
    margin-bottom: 20px;
}
.product_list .list1 .Ptitle h3{
    font-size: 40px;
    font-weight: bold;
    color: #111;
}
.product_list .list1 ul li{
    float: left;
    width: 14.6%;
    margin: 0 1% 30px;
    text-align: left;
}
.product_list .list1 ul li .img{
    display: block;
    width: 100%;
    height: 160px;
    border-radius: none;
    overflow: hidden;
}
.product_list .list1 ul li .img img{
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}
.product_list .list1 ul li img:hover{
    transform: scale(1.2);
}
.product_list .list1 ul li span{
    display: block;
    width: 100%;
    line-height: 40px;
    font-size: 18px;
    color: #111;
    height: 40px;
    font-weight: bold;
    overflow: hidden;
}
.product_list .list1 ul li p{
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
}


.message{
    width: 84%;
    margin: 0 auto 70px;
    overflow: hidden;
    position: relative;
}
.message .img{
    width: 100%;
    height: 530px;
    overflow: hidden;
}
.message .img img{
    width: 100%;
    height: 100%;
}
.message .text{
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 28px;
    color: #fff;
}
.message form{
    position: absolute;
    width: 470px;
    height: 430px;
    background: #fff;
    top: 25px;
    right: 50px;
    padding: 20px;
}
.message form .form-group{
    width: 96%;
    margin-bottom: 14px;
}
.message form .form-group input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 2%;
    font-size: 16px;
}
.message form .form-group textarea{
    width: 100%;
    line-height: 30px;
    padding: 0 2%;
    font-size: 16px;
}
.message form .form-button{
    width: 100%;
}
.message form .form-button input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 2%;
    font-size: 16px;
    background: #999;
    color: #fff;
}
.message form .form-button .button:hover{
    color: #fff;
    background: #4c9fc8!important;
    transition: all .3s cubic-bezier(0.175,0.885,0.32,1) 0s;
}


.page_column{
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    text-align: center;
}

.page_column li{
    display: inline-block;
    font-size: 18px;
    line-height: 60px;
    color: #111;
    padding: 0 40px;
}

.page_column li.active{
    background: #4c9fc8;
    color: #fff;
}

.page_column li.active a{
    color: #fff;
}

.page_column li:hover{
    background: #4c9fc8;
    color: #fff;
}

.page_column li:hover a{
    color: #fff;
}


.application{
    padding: 40px 3%;
    overflow: hidden;
}

.application .list{
    display: inline-block;
    width: 30%;
    overflow: hidden;
    margin: 30px 1.5%;
}
.application .list .application_img{
    width: 100%;
    height: 18vw;
    overflow: hidden;
}
.application .list .application_img img{
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}
.application .list:hover .application_img img{
    transform: scale(1.2);
}
.application .list .application_title{
    width: 80%;
    margin: -40px auto 20px;
    position: relative;
    color: #111;
    background: #fff;
    line-height: 80px;
    font-size: 18px;
    padding: 0 5%;
    height: 80px;
    overflow: hidden;
    box-shadow: 3px 3px 15px rgb(0 0 0 / 8%);
}
.application .list:hover .application_title{
    color: #4c9fc8;
}


.contact{
    width: 94%;
    margin: 70px auto;
    overflow: hidden;
}
.contact .fl{
    float: left;
    width: 44%;
}
.contact .fl img{
    width: 100%;
}
.contact .fr{
    float: right;
    width: 53%;
}
.contact .fr .Ctitle{
    width: 100%;
    overflow: hidden;
    border-top: solid 1px #ccc;
}
.contact .fr .Ctitle h3{
    font-size: 3vw;
    line-height: 3.5vw;
    color: #111;
}
.contact .fr .Ctitle p{
    font-size: 2vw;
    line-height: 2.5vw;
    color: #666;
}
.contact .fr span{
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 2vw;
    border-top: dashed 1px #ccc;
    padding: 1vw 0;
    font-size: 1.2vw;
    color: #111;
}
.contact .fr dl{
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 1vw;
}
.contact .fr dl dt{
    font-size: 1vw;
    font-weight: bold;
    color: #999;
    line-height: 1.5vw;
}

.contact .fr dl dd{
    font-size: 1.3vw;
    color: #111;
    line-height: 2vw;
}

.qualifications {
    position: relative;
    overflow: hidden;
    width: 86%;
    padding: 20px 7%;
    margin: 70px auto;
}

.qualifications ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    transition: transform 0.5s ease;
    overflow: hidden;
    margin-top: 50px;
}

.qualifications li {
    flex: 0 0 21%;
    height: 23vw;
    margin: 20px 1%;
    padding: 1vw;
    box-shadow: 0 0 5px #ccc;
}

.qualifications li img{
    width: 100%;
    height: 100%;
}
.qualifications .arrow {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    font-size: 40px;
    color: white;
    cursor: pointer;
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ccc;
    text-align: center;
    transition: background 0.5s ease;
}

.qualifications .arrow:hover{
    background: #4c9fc8;
}

.qualifications .prev {
    left: 3%;
    text-indent: -3px;
}

.qualifications .next {
    right: 3%;
    text-indent: 3px;
}


.Tabout{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 130px;
}
.Tabout .box{
    width: 94%;
    margin: 50px auto;
}

.Tabout .box .Atitle{
    float: left;
    width: 45%;
    overflow: hidden;
}

.Tabout .box .Atitle h3{
    font-size: 3vw;
    color: #f0f0f0;
    text-transform: uppercase;
}

.Tabout .box .Atitle h4{
    font-size: 2.3vw;
    color: #4c9fc8;
    position: relative;
    margin-top: -50px;
}

.Tabout .box .Atitle p{
    font-size: 18px;
    color: #666;
    line-height: 36px;
    margin-top: 30px;
}

.Tabout .box .img{
    position: absolute;
    width: 48%;
    top: 70px;
    right: 0;
    z-index: 999;
}

.Tabout .box .img img{
    width: 100%;
    max-height: 100%;
}

.Tabout .box .img i{
    display: block;
    width: 320px;
    height: 320px;
    position: absolute;
    left: -100px;
    bottom: -100px;
    background: #4c9fc8;
    z-index: -1;
}

.Tabout .box .Atitle .advantage{
    overflow: hidden;
    margin-top: 70px;
}
.Tabout .box .Atitle .advantage dl{
    float: left;
    width: 32%;
    margin-right: 1.3%;
    margin-bottom: 50px;
}

.Tabout .box .Atitle .advantage dl dt{
    width: 100%;
    overflow: hidden;
}

.Tabout .box .Atitle .advantage dl dt b{
    float: left;
    font-size: 3vw;
    color: #4c9fc8;
    line-height: 70px;
}

.Tabout .box .Atitle .advantage dl dt span{
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 35px;
    margin-left: 10px;
    text-align: center;
}

.Tabout .box .Atitle .advantage dl dt span i{
    display: block;
    font-size: 28px;
    color: #4c9fc8;
    font-weight: bold;
    font-style: normal;
}

.Tabout .box .Atitle .advantage dl dd{
    font-size: 18px;
    color: #111;
    line-height: 28px;
    font-weight: bold;
}

.Tabout .box .Titlebg{
    width: 100%;
    font-size: 15vw;
    color: #f6f6f6;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 60px;
    line-height: 280px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 80px;
    z-index: -2;
}


.Culture{
    width: 100%;
    height: 48vw;
    margin: 0 auto 50px;
    overflow: hidden;
}

.Culture .box{
    overflow: hidden;
    position: relative;
}

.Culture .box .fl{
    float: left;
    width: 50%;
    overflow: hidden;
}

.Culture .Atitle{
    text-align: left;
    overflow: hidden;
    position: absolute;
    top:70px;
    left: 5%;
}

.Culture .Atitle h3 {
    font-size: 3vw;
    color: rgba(250,250,250,0.3);
    line-height: 55px;
    font-family: 'AK';
    text-transform: uppercase;
}

.Culture .Atitle h4 {
    color: #fff;
    font-size: 2.3vw;
    line-height: 40px;
    position: relative;
    padding-bottom: 29px;
    margin-top: -25px;
}

.Culture .fl .img{
    width: 100%;
    overflow: hidden;
}

.Culture .fl .img img{
    display: block;
    width: 100%;
    height: 100%;
}

.Culture .box .fr{
    display: block;
    width: 50%;
    height: 48vw;
    background: #2c2c2c;
    overflow: hidden;
}

.Culture .fr .Culture_box_content .Culture_content{
    width: 26vw;
    position: absolute;
    top: 11vw;
    right: 12%;
    text-align: left;
}

.Culture .fr .Culture_box_content .Culture_content span{
    width: 100%;
    font-size: 1.6vw;
    color: #fff;
}
.Culture .fr .Culture_box_content .Culture_content span i{
    display: block;
    width: 70px;
    height: 5px;
    background: #4c9fc8;
    margin: 20px 0 30px;
}
.Culture .fr .Culture_box_content .Culture_content span b{
    display: inline-block;
    width: 100%;
    font-size: 3vw;
    color: #fff;
}

.Culture .fr .Culture_box_content img{
    position: absolute;
    top: 10vw;
    right: 7%;
    width:38vw;
}

.Culture .Culture_box_tag{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 13vw;
    background: rgba(0,0,0,0.3);
}

.Culture .Culture_box_tag .Culture_tag{
    float: left;
    width: 25%;
    text-align: center;
    padding: 1.5vw 0;
    overflow: hidden;
    height: 10vw;
}

.Culture .Culture_box_tag .Culture_tag h1{
    font-size: 1.2vw;
    color: #fff;
    line-height: 2vw;
}

.Culture .Culture_box_tag .Culture_tag span{
    display: inline-block;
    width: 40px;
    height: 4px;
    margin: 10px auto;
    background: #fff;
}

.Culture .Culture_box_tag .Culture_tag p{
    font-size: 1vw;
    color: #fff;
    line-height: 1.5vw;
}

.Culture .Culture_box_tag .active2{
    background: rgba(76,159,200,0.5);
}

.Culture .Culture_box_content .Culture_content{
      display: none;
    }

.Culture .Culture_box_content .Culture_content.active2{
      display: block;
    }


.screen{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.screen .texts{
    font-size: 40px;
    line-height: 80px;
    margin-bottom: 10px;
}

.screen .screen_banner{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.screen .screen_banner .fl{
    float: left;
    width: 32vw;
    height: 32vw;
    overflow: hidden;
}
.screen .screen_banner .fl img{
    width: 100%;
    height: 100%;
}
.screen .screen_banner .fr{
    float: right;
    width: 50%;
    height: 24vw;
    background: #333;
    overflow: hidden;
    padding: 4vw 4%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.screen .screen_banner .fr dl{
    width: 100%;
    height: 26vw;
    overflow: hidden;
    position: relative;
}
.screen .screen_banner .fr dl dt{
    font-size: 1.3vw;
    line-height: 2vw;
    margin-bottom: 3vw;
    color: #fff;
}
.screen .screen_banner .fr dl dd{
    font-size: 1.1vw;
    line-height: 2vw;
    height: 11vw;
    overflow: hidden;
    color: #fff;
}
.screen .screen_banner .fr dl a{
    position: absolute;
    bottom: 2vw;
    width: 8vw;
    line-height: 3vw;
    background: #4c9fc8;
    border-radius: 5px;
    text-indent: 1vw;
    font-size: 1vw;
    padding: 0 1.5vw;
    color: #fff;
}
.screen .screen_banner .fr dl a i{
    float: right;
    width: 1vw;
    height: 1vw;
    background: url(../Tootimg/screen_iocn1.png) no-repeat center;
    background-size: 100%;
    margin-top: 1vw;
}

.screen_cp{
    width: 100%;
    margin: 20px auto 70px;
    overflow: hidden;
}
.screen_cp .fl{
    float: left;
    width: 20%;
    overflow: hidden;
    background: #eee;
    padding: 2vw 2%;
}
.screen_cp .fl dl{
    overflow: hidden;
    margin-bottom: 10px;
}
.screen_cp .fl dl dt{
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    color: #111;
    border-bottom: solid 1px #ccc;

}
.screen_cp .fl dl dd{
    font-size: 18px;
    color: #999;
    margin-bottom: 5px;
}
.screen_cp .fl dl dd a{
    display: inline-block;
    width: 100%;
}
.screen_cp .fl dl dd a p{
    float: right;
    width: calc(100% - 30px);
    font-weight: normal;
    line-height: 40px;
}
.screen_cp .fl dl span{
    width: 60%;
    line-height: 40px;
    color: #999;
    border: solid 1px #ccc;
    border-radius: 5px;
    display: block;
    margin: 10px auto 0;
    text-align: center;
}
.screen_cp .fl dl dd input{
    width: 16px;
    height: 16px;
    border:solid 1px #ccc;
    margin:12px 0 0;
}
.screen_cp .fl dl dd a:hover{
    color: #4c9fc8;
}
.screen_cp .fl dl dd a.active b{color: #4c9fc8;font-weight:normal;}



input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}

input[type="checkbox"]:checked::before {
    content: "✔";
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    width: 16px; /* 设置一个宽度 */
    height: 16px; /* 设置一个高度 */
    line-height: 17px; /* 与高度相等实现垂直居中 */
    text-align: center; /* 水平居中 */
}
input[type="checkbox"] {
    border: none!important;
}

input[type="checkbox"]:checked {
    background-color: #4c9fc8;
    border-color: #4c9fc8;
}

.screen_cp .fr{
    float: right;
    width: 72%;
    overflow: hidden;
}
.screen_cp .fr ul{
    width: 100%;
    overflow: hidden;
}
.screen_cp .fr .text-center .pagination li{
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    color: #666;
    width: auto;
    border: solid 1px #ccc;
    margin:0 5px;
}
.screen_cp .fr .text-center .pagination li a{
    color: #666;
}
.screen_cp .fr .text-center .pagination li.active{
    border: solid 1px #4c9fc8;
    
}
.screen_cp .fr .text-center .pagination li.active a{
    color: #4c9fc8;
}
.screen_cp .fr .text-center .pagination li:hover{
    border: solid 1px #4c9fc8;
}
.screen_cp .fr .text-center .pagination li:hover a{
    color: #4c9fc8;
}
.screen_cp .fr ul li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
}
.screen_cp .fr ul li .img{
    float: left;
    width: 21%;
    height: 13vw;
    overflow: hidden;
}
.screen_cp .fr ul li .img img{
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}
.screen_cp .fr ul li .img:hover img{
    transform: scale(1.2);
}
.screen_cp .fr ul li .text{
    float: right;
    width: 76%;
}
.screen_cp .fr ul li .text h3{
    width: 100%;
    font-size: 1.5vw;
    line-height: 2vw;
    height: 2.5vw;
    overflow: hidden;
}
.screen_cp .fr ul li .text h4{
    width: 100%;
    font-size: 1.2vw;
    font-weight: normal;
    line-height: 1.5vw;
    height: 1.5vw;
    overflow: hidden;
    margin-bottom: 1vw;
}
.screen_cp .fr ul li .text h5{
    font-size: 1vw;
    font-weight: normal;
    line-height: 1.5vw;
    height: 1.5vw;
    overflow: hidden;
}
.screen_cp .fr ul li .text span{
    display: inline-block;
    width: 100%;
    margin-top:1vw;
    overflow: hidden;
}
.screen_cp .fr ul li .text span a{
    display: inline-block;
    width: 7vw;
    font-size: 0.9vw;
    line-height: 2.5vw;
    height: 2.5vw;
    padding: 0 1.5vw;
    text-indent: 0.5vw;
    text-align: left;
    margin-right: 1vw;
}
.screen_cp .fr ul li .text span a.iocn1{
    color: #fff;
    background: #4c9fc8;
}
.screen_cp .fr ul li .text span a.iocn1 i{
    float: right;
    width: 1vw;
    height: 1vw;
    background: url(../Tootimg/screen_iocn1.png) no-repeat center;
    background-size:cover;
    margin-top: 0.7vw;
}
.screen_cp .fr ul li .text span .iocn1:hover{
    background: #66aacc;
}
.screen_cp .fr ul li .text span a.iocn2{
    color: #333;
    background: #ddd;
}
.screen_cp .fr ul li .text span a.iocn3{
    color: #fff;
    background: #ff4000;
    padding: 0 ;
    text-align: center;
    text-indent: 0;
}
.screen_cp .fr ul li .text span a.iocn2 i{
    float: right;
    width: 1.2vw;
    height: 1.2vw;
    background: url(../Tootimg/screen_iocn2.png) no-repeat center;
    background-size:cover;
    margin-top: 0.7vw;
}
.screen_cp .fr ul li .text span .iocn2:hover{
    background: #e5e5e5;
}
.screen_cp .fr ul li .text b{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin-top: 0.7vw;
}
.screen_cp .fr ul li .text b a{
    display: inline-block;
    font-size: 0.9vw;
    line-height: 1.8vw;
    font-weight: normal;
    height: 1.8vw;
    overflow: hidden;
}
.screen_cp .fr ul li .text b a i{
    float: right;
    width: 1vw;
    height: 1vw;
    position: relative;
    margin: 0.4vw 0 0 0.5vw;
    background: url(../Tootimg/screen_iocn3.png) no-repeat center;
    background-size:cover;
}
.screen_cp .fr ul li .text h3:hover{
    color: #4c9fc8;
}
.screen_cp .fr ul li .text b a:hover{
    color: #4c9fc8;
}


.screen .message{width: 100%;overflow: hidden;}



.nav-bread{
    width: 90%;
    margin: 30px auto 10px;
    overflow: hidden;
    text-align: left;
}
.nav-bread a{
    font-size: 16px;
}
.nav-bread a:hover{
    color: #4c9fc8;
}



.page_product{
    width: 94%;
    margin: 70px auto 0;
    overflow: hidden;
}

.page_product .content_top{
    width: 98%;
    margin: 0 auto 50px;
    position: relative;
    overflow: hidden;
}

.page_product .content_top .fl{
    float: left;
    width: 40%;
    overflow: hidden;
    background: #f5f5f5;
    padding: 20px 0;
}
.page_product .content_top .fl img{
    width: 100%;
    height: 100%;
}
.page_product .content_top .fr{
    float: right;
    width: 56%;
    overflow: hidden;
}
.page_product .content_top .fr h3{
    display: inline-block;
    width: 100%;
    font-size: 46px;
    line-height: 80px;
    padding-bottom: 20px;
    border-bottom: solid 1px #666;
}
.page_product .content_top .fr dl{
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.page_product .content_top .fr dl dt{
    font-size: 24px;
    color: #111;
    line-height: 60px;
    font-weight: bold;
}
.page_product .content_top .fr dl dd{
    font-size: 18px;
    color: #111;
    line-height: 32px;
}
.page_product .content_top .fr dl dd p{
    font-size: 18px;
    color: #111;
    line-height: 36px;
    margin-bottom: 10px;
}
.page_product .content_top .fr span{
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 30px auto 10px;
}
.page_product .content_top .fr a{
    display: block;
    width: 27%;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #4c9fc8;
    position: absolute;
    bottom: 4px;
}
.page_product .content_top .fr a:hover{
    background: rgba(76,159,200,.85);
}

.page_cp_box{
    width: 98%;
    margin: 0 auto 70px;
    overflow: hidden;
}
.page_cp_box .page_cp_box_tag{
    width: 100%;
    line-height: 70px;
    background: #eee;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.page_cp_box .page_cp_box_tag .page_cp_tag{
    display: inline-block;
    flex-basis: calc(25% - 2px);
    text-align: center;
    font-size: 18px;
    border-right: 2px solid #fff;
}
.page_cp_box .page_cp_box_tag .page_cp_tag.active_cp{
    background: #4c9fc8;
    color: #fff;
}
.page_cp_box .page_cp_content{
    padding: 20px;
    text-align: center;
}
.page_cp_box .page_cp_content img{
    display: inline-block;
    text-align: center;
}
.page_cp_box .page_cp_content p,.page_cp_box .page_cp_content p img{
    text-align: center;
}

.page_cp_box .page_cp_box_content .page_cp_content{
      display: none;
    }

.page_cp_box .page_cp_box_content .page_cp_content.active_cp{
      display: block;
    }
.page_anniu{
    width: 100%;
    overflow: hidden;
    margin: 30px auto;
}
.page_anniu ul li{
    width: 46%;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    border:1px solid #ccc;
    color: #666;
}
.page_anniu ul li a{
    color: #111;
}
.page_anniu ul li.fl{
    float: left;
    text-align: left;
    padding-left: 10px;
}
.page_anniu ul li.fr{
    float: right;
    text-align: right;
    padding-right: 10px;
}
.page_anniu ul li:hover a{
    color: #4c9fc8;
}


.cp_qualifications{
    width: 100%;
    background: #f5f5f5;
    padding: 50px 0;
    overflow: hidden;
}
.cp_qualifications ul{
    width: 94%;
    margin:0 auto;
}
.cp_qualifications ul h3{
    margin-left: 2%;
    line-height: 60px;
    font-size: 40px;
    color: #111;
    margin-bottom: 30px;
}
.cp_qualifications ul h3 i{
    display: inline-block;
    width: 40px;
    height: 30px;
    background: url(../Tootimg/cp_iocn.png) no-repeat center;
}
.cp_qualifications ul li{
    float: left;
    width: 16%;
    margin: 0 2% 30px;
}
.cp_qualifications ul li img{
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}
.cp_qualifications ul li:hover img{
    transform: scale(1.2);
}
.cp_field{
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}
.cp_field ul{
    width: 94%;
    margin:0 auto;
}
.cp_field ul h3{
    margin-left: 2%;
    line-height: 60px;
    font-size: 40px;
    color: #111;
    margin-bottom: 30px;
}
.cp_field ul h3 i{
    display: inline-block;
    width: 40px;
    height: 30px;
    background: url(../Tootimg/cp_iocn.png) no-repeat center;
}
.cp_field ul li{
    float: left;
    width: 28%;
    height: 300px;
    margin: 0 2.6% 40px;
    position: relative;
    overflow: hidden;
}
.cp_field ul li img{
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}
.cp_field ul li span{
    width: 90%;
    line-height: 40px;
    font-size: 24px;
    padding: 0 5%;
    position: absolute;
    left: 0;
    bottom: 20px;
    color: #fff;
}
.cp_field ul li:hover img{
    transform: scale(1.2);
}































}






























































.news_page{
    width: 94%;
    margin: 50px auto;
    overflow: hidden;
}
.news_page .title{
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    color: #111;
}
.news_page .time{
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #666;
}
.news_page .time span{
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #666;
    margin: 0 20px 20px;
}
.news_page .content,.news_page .content p{
    font-size: 18px;
    line-height: 36px;
}
.news_page .content img,.news_page .content p img{
    display: inline-block;
    text-align: center;
}























































