﻿@charset "utf-8";
body{/* overflow-x: hidden; */overflow-y: auto;}
body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd{margin: 0px;}
input,button,ul,ol{margin: 0px; padding: 0px;}
body,input,button,form{font-size: 14px;font-family: "Microsoft YaHei";color: #333;}
h1,h2,h3,h4,h5,h6{font-size: 14px; font-weight: normal;}
ul,ol,li{list-style: none;}
input{background: none;border: 0 none;}
img,iframe{border: 0px;}
em,i{font-style: normal;}
button,input,select,textarea{font-size: 100%;border: 0;outline: none;}
table{border-collapse: collapse; border-spacing: 0;}
*,::after,::before{box-sizing:border-box;}
.red{color: #ba292e;}
.fl{float: left;}
.fr{float: right;}
.tac{text-align: center;}
.tar{text-align: right;}
.poa{position: absolute;}
.por{position: relative;}
.hidden{display: none;}
.w1200{width: 1200px; margin: 0 auto;}
a{color: #333;text-decoration: none;}
a:hover{color: #ce1f20;text-decoration: none;}
a:visited{text-decoration: none;}
:-moz-placeholder{color: #aaa;}
::-moz-placeholder{color: #aaa;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{color: #aaa;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color: #aaa;}
.grey{background: #282828;}
/*清除浮动*/
.clearfix{zoom: 1;}
.clearfix:before,.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
/*头部*/
.header{position: relative;width: 100%;overflow: hidden;}
.header>img{position: absolute;top: 0;left: 50%;margin-left: -960px;}
.header>div{display: flex;height: 400px;flex-direction: column;align-items: center;justify-content: flex-end;}
.header .logo img{display: block;height: 100%;}
.header .search{width: 900px;margin-bottom: 55px;}
.header .search form{position: relative;display: flex;padding-right: 160px;border-radius: 10px;background: #fff;overflow: hidden;}
.header .search .input{width: 100%;color: #666;font-size: 16px;line-height: 40px;padding: 10px;padding-left: 20px;}
.header .search .btn{position: absolute;top: 0;right: 0;width: 160px;color: #fff;font-size: 24px;font-weight: bold;line-height: 60px;text-align: center;background: #ce1f20;cursor: pointer;}
/*导航*/
.nav{background: #ce1f20;}
.nav ul{display: flex;}
.nav li{position: relative;width: 100%;}
.nav li:before,.nav li:last-child:after{content: "";position: absolute;left: 0;top: 50%;margin-top: -15px;width: 1px;height: 30px;background: #fff;opacity: .2;transition: all .5s;}
.nav li:last-child:after{left: auto;right: 0;}
.nav li:hover:before,.nav li.active:before,
.nav li:last-child:hover:after,.nav li.active:last-child:after{opacity: 0;}
.nav li>a{display: block;color: #fff;font-size: 18px;line-height: 60px;text-align: center;}
.nav li:hover>a,.nav li.active>a{color: #fff;background: rgba(0,0,0,.2);}
.nav li .subnav{position: absolute;top: 100%;left: 0;width: 100%;background: #ce1f20;z-index: 199;box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);}
.nav li:hover .subnav{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);}
.nav li .subnav a{display: block;color: #fff;font-size: 13px;line-height: 40px;text-align: center;background: #ce1f20;border-bottom: 1px solid rgba(255,255,255,.2);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.nav li .subnav a:hover{background: rgba(0,0,0,.2);}
/*******index css*******/
/*首页标题*/
.in_title{position: relative;display: flex;line-height: 45px;background: #ecedee;}
.in_title h3{position: relative;width: 260px;color: #fff;font-size: 26px;font-weight: bold;letter-spacing: 3px;padding-left: 40px;background: url(../images/tit_bg1.png) center no-repeat;}
.in_title span{display: inline-block;color: #fff;font-size: 26px;font-weight: bold;line-height: 39px;padding: 0 15px;margin: 0 10px 3px 6px;border-bottom: 2px solid #ce1f20;background: #ce1f20;}
.in_title a{color: #666;font-size: 15px;margin-left: auto;padding-right: 10px;}
.in_title.center{justify-content: center;}
.in_title.center h3{width: 340px;text-align: center;padding: 0;background-image: url(../images/tit_bg2.png);}
/*推荐资讯*/
.news_hot{padding-top: 60px;}
.news_hot>div{display: flex;justify-content: space-between;}
.news_hot .news-pic{width: 575px;height: 425px;margin-right: 40px;}
.news_hot .news-pic>div{height: 100%;}
.news_hot .news-pic .img{position: relative;width: 100%;height: 100%;}
.news_hot .news-pic .img img{width: 100%;height: 100%;object-fit: cover;}
.news_hot .news-pic .img h3{position: absolute;bottom: 0;left: 0;width: 100%;color: #fff;line-height: 50px;padding-left: 20px;padding-right: 16%;background: rgba(0,0,0,.4);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news_hot .news-pic .swiper-pagination{left: auto;right: 5px;bottom: 0;width: auto;height: 50px;display: flex;align-items: center;}
.news_hot .news-pic .swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;margin: 0 5px;background: #fff;opacity: 1;}
.news_hot .news-pic .swiper-pagination .swiper-pagination-bullet-active{background: #ce1f20;}
/*文章资讯*/
.infor{padding: 60px 0;}
.infor>div{display: flex;flex-wrap: wrap;justify-content: space-between;}
.inews{flex: 1;border: 1px solid #cfcfcf;}
.inews .list{padding: 9px 20px;}
.inews .list li{position: relative;color: #666;font-size: 16px;line-height: 45px;padding: 0 150px 0 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.inews .list li:last-child{border: 0;}
.inews .list li:before{content:" ";position: absolute;top: 50%;left: 0;margin-top: -2px;width: 4px;height: 4px;border-radius: 50%;background: #a0a0a0;}
.inews .list li a{color: #333;font-size: 16px;}
.inews .list li span{position: absolute;top: 0;right: 0;}
.inews .list li:hover a{color: #ce1f20;}
.inews .list2{padding: 10px 20px;}
.inews .list2 li{line-height: 47px;}
/*服务行业*/
.service{padding: 60px 0;}
.service ul{display: flex;flex-wrap: wrap;margin: -15px;padding-top: 60px;}
.service li{position: relative;width: 380px;margin: 15px;border-radius: 15px;overflow: hidden;}
.service li .img{position: relative;width: 100%;height: 150px;}
.service li .img:before{content:" ";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: .3;}
.service li .img img{width: 100%;height: 100%;}
.service li h3{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 24px;}
/*案例公示*/
.case{padding: 60px 0;background: #fdf8f8;}
.case .in_title{background: none;}
.case .swiper-container{margin-top: 60px;}
.case ul li{width: 285px;margin-right: 20px;}
.case ul li .img{width: 100%;height: 213px;background: #fff;}
.case ul li .img img{width: 100%;height: 100%;object-fit: contain;}
/*小banner图*/
.ads{width: 436px;margin-left: 40px;padding: 12px;border: 1px solid #cfcfcf;}
.ads .img{width: 100%;height: 100px;margin-bottom: 12px;overflow: hidden;}
.ads .img:last-child{margin: 0;}
.ads .img img{width: 100%;height: 100%;}
/*******内页样式********/
.content{padding: 30px 0;}
/*内页大图*/
.nybanner{width: 100%;overflow: hidden;}
.nybanner img{display: block;width: 100%;max-width: 1920px;margin: 0 auto;}
/*当前位置*/
.position{color: #888;font-size: 14px;line-height: 50px;box-shadow: 0px 3px 18px #f0f0f0;background: #fff;}
.position a{color: #888;}
.position h3{display: inline-block;color: #ce1f20;font-size: 26px;}
/*栏目分类*/
.menu{display: flex;justify-content: center;margin-bottom: 30px;}
.menu li{margin: 0 10px;transition: all .5s;}
.menu li a{display: block;color: #666;font-size: 16px;line-height: 50px;padding: 0 30px;background: #f5f5f5;}
.menu li:hover a,.menu li.active a{color: #fff;background: #ce1f20;}
/*默认单页*/
.Aboutpage{color: #666;font-size: 14px;line-height: 28px;text-align: justify;min-height: 600px;overflow: hidden;}
.Aboutpage img{max-width: 100%;}
/**搜索栏*/
.content .search{width: 100%;padding: 15px 20px;margin-bottom: 20px;background: #F0F0F0;box-sizing: border-box;}
.content .sousuo{height: 45px;display: flex;justify-content: space-between;align-items: center;}
.content .sousuo input{flex: 1;height: 100%;padding: 0 10px;border: 1px solid #ce1f20;border-right: 0;outline: none;background: #fff;}
.content .sousuo button{width: 100px;height: 100%;font-size: 14px;color: #fff;border: none;background: #ce1f20;cursor: pointer;outline: none;}
/*文章列表*/
.Newslist{min-height: 600px;}
.Newslist li{padding: 20px 0;border-bottom: 1px dashed #dedede;}
.Newslist li .tit{display: flex;justify-content: space-between;}
.Newslist li .tit h3{width: 75%;font-size: 18px;font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.Newslist li .tit em{color: #666;font-size: 16px;font-weight: normal;margin-left: 20px;}
.Newslist li .tit span{font-size: 18px;}
.Newslist li p{color: #999;font-size: 16px;line-height: 26px;text-align: justify;margin-top: 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.Newslist li p span{float: right;}
/*内容详情*/
.article .title{font-size: 24px;font-weight: bold;text-align: center;}
.article .time{color: #888;font-size: 14px;line-height: 50px;text-align: center;border-bottom: 1px solid #ededed;margin-bottom: 20px;}
.article .details{color: #666;font-size: 14px;line-height: 28px;text-align: justify;overflow: hidden;}
.article .details img{max-width: 100%;}
/*内容分页*/
.reLink{font-size: 14px;line-height: 48px;color: #6e6e6e;border-top: 2px solid #eee;border-bottom: 2px solid #eee;margin: 20px auto;}
.reLink .prevLink,.reLink .nextLink{width: 50%;}
.reLink .nextLink{text-align: right;}
/*友情链接*/
.links{margin-bottom: 60px;}
.links .in_title{border-bottom: 2px solid #ecedee;background: none;}
.links .in_title h3{margin-bottom: -2px;}
.links .in_title span{color: #ce1f20;line-height: 1;padding: 0;margin: 0;border: 0;background: none;}
.links .box{color: #333;line-height: 2.5;margin-top: 30px;}
.links .box a{color: inherit;display: inline-block;}
.links .box span{margin: 0 30px;opacity: .15;}
.links .box span:last-child{display: none;}
.links .box a:hover{color: #ce1f20;}
/*底部*/
.footer{color: #fff;font-size: 16px;line-height: 2;text-align: center;padding: 50px 0;background: #ce1f20;}
.footer h3{font-size: 25px;margin-bottom: 15px;}
.footer a{color: inherit;}
/*证书样式*/
.zheng{padding: 50px 0;user-select: none;}
.zheng img{/* filter: grayscale(100%); */}
.zheng .flex{display: flex;width: 540px;margin: auto;justify-content: space-between;}
.zheng .down{display: flex;justify-content: center;align-items: center;width: 150px;color: #bbb;font-size: 16px;line-height: 48px;border-radius: 5px;border: 1px solid gray;background: #555;margin: auto;text-shadow: 0px 1px black;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;cursor: pointer;transition: all .5s;}
.zheng .down i{font-size: 20px;margin-right: 5px;}
.zheng .down:active{color: #fff;background: #444;transform: scale(0.98);}
.zheng .dis{display: none;}
/*公示信息*/
.gongshi{position: relative;color: #000;width: 1027px;text-align: center;padding-top: 17px;padding-bottom: 26px;margin: 0 auto;border: 10px solid #a61f28;background: url(../images/gs_bg.jpg) no-repeat center -10px;overflow: hidden;user-select: none;}
.gongshi .logo{width: 202px;height: 213px;}
.gongshi h2{font-size: 50px;font-weight: bold;margin-top: 20px;color: #a61f28;}
.gongshi .box{margin-top: 87px;}
.gongshi .box h3{font-size: 32px;font-weight: bold;padding-bottom: 16px;color: #a61f28;}
.gongshi .box p{width: 630px;font-size: 20px;line-height: 44px;text-align: justify;margin-left: 265px;}
.gongshi .box p.txt{display: flex;line-height: 23px;margin-top: 10px;margin-bottom: 18px;}
.gongshi .box p.txt b{flex: none;}
.gongshi .box .pic{width: calc(1600px * 0.575);margin: auto;margin-top: 30px;box-shadow: 0 0 10px -6px rgba(0, 0, 0, .5);}
.gongshi .box .lin1{height: 103px;}
/*证书样式*/
.zheng1{position: relative;left: 50%;margin-left: -800px;width: 1600px;height: 1195px;color: #221815;padding: 125px 125px 0;background: url(../images/zs_bg.jpg) center no-repeat;background-size: 100%;}
.zheng1 .logo{width: 220px;height: 220px;margin: auto;}
.zheng1 .logo img{width: 100%;height: 100%;margin-top: -20px;}
.zheng1 .txt1{position: relative;font-family: Microsoft YaHei Light;font-size: 49px;font-weight: bold;line-height: 65px;margin-top: 28px;}
.zheng1 .txt2{position: relative;font-size: 33px;line-height: 50px;text-align: justify;text-indent: 50px;margin-top: 35px;height: 150px;}
.zheng1 .txt3{color: #b01e27;font-family: 华文中宋;font-size: 97px;line-height: 128px;font-weight: bold;margin-top: 30px;text-align: center;}
.zheng1 .txt4{display: flex;flex-wrap: wrap;justify-content: space-between;margin: 38px 22px 0 -9px;}
.zheng1 .ewm{position: absolute;top: 160px;right: 80px;margin-right: 55px;display: flex;flex-direction: column;align-items: center;}
.zheng1 .ewm img{width: 110px;height: 110px;}
.zheng1 .ewm h3{font-size: 16px;margin-top: 5px;text-align: center;}
.zheng1 .txt{width: 700px;flex: none;font-size: 25px;line-height: 47px;text-align: left;margin-top: 24px;}
.zheng1 .txt p:nth-child(1),
.zheng1 .txt p:nth-child(5){display: none;}
.zheng1 .con{width: 638px;font-size: 28.7px;line-height: 50px;margin-top: 12px;display: none;}
.zheng1 .yz{position: relative;display: flex;margin-left: auto;margin-top: 0;}
.zheng1 .yz img{position: relative;height: 185px;margin-left: 38px;}
.zheng1 .yz p{position: absolute;left: 17px;top: 58px;font-size: 25px;line-height: 48px;text-align: left;white-space: nowrap;}
.zheng1 .yz span{position: absolute;top: 66px;left: -12px;font-size: 23px;line-height: 35px;letter-spacing: 1px;text-indent: 1px;text-align: center;white-space: nowrap;display: none;}
.zheng1 .txt5{font-size: 23px;letter-spacing: 2.8px;text-indent: 2.8px;text-align: center;margin-top: 26px;}
.zheng1.tp{background-image: url(../images/zs_tp.jpg);}
.zheng1.tp .ewm,.zheng1.bb .ewm{display: none;}
.zheng1.bb{background-color: #fff;}
/*单位证书*/
.zheng1 .tit1{color: #c89431;line-height: 1.5;text-align: center;margin-top: 13px;display: none;}
.zheng1 .tit1 p{font-size: 35px;letter-spacing: 9px;text-indent: 9px;}
.zheng1 .tit1 span{font-size: 16px;letter-spacing: 1.5px;text-indent: 1.5px;}
.zheng1 .tit2{color: #b01e27;font-size: 140px;font-weight: bold;text-align: center;letter-spacing: 18px;text-indent: 18px;margin-top: 24px;display: none;}
.zheng1.dw{color: #181511;padding: 123px 90px 0;background-image: url(../images/dw_bg.jpg);}
.zheng1.dw .txt1,
.zheng1.dw .txt2,
.zheng1.dw .txt3,
.zheng1.dw .txt5,
.zheng1.dw .ewm{display: none;}
.zheng1.dw .tit1{display: block;}
.zheng1.dw .tit2{display: block;}
.zheng1.dw .txt4{margin: 71px 0 0 35px;}
.zheng1.dw .txt{font-size: 28.7px;}
.zheng1.dw .txt p:nth-child(1),
.zheng1.dw .txt p:nth-child(5){display: block;}
.zheng1.dw .txt p:nth-child(3),
.zheng1.dw .txt p:nth-child(4){display: none;}
.zheng1.dw .con{display: block;}
.zheng1.dw .yz{margin-top: 25px;margin-right: 120px;}
.zheng1.dw .yz img{margin: 0;}
.zheng1.dw .yz .img1{display: none;}
.zheng1.dw .yz p{display: none;}
.zheng1.dw .yz span{display: block;}