﻿@charset "utf-8";
body{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;}
a{text-decoration: none;}
.grey {
    background: #282828;
	    display: flex;
    justify-content: center;
}
.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;
	margin-top:20px;
	}
.cbody{
    width:1200px;
    margin:0 auto;
}
.df{
    display: flex;
} 
.f-d_c{
    flex-direction: column;
}
.j-c_s{
    justify-content: space-between;
}
.a-i_c{
    align-items: center;
}
.header{
    height:120px;
}
.slogan{
    font-size:36px;
    font-weight: bold;
    color:#0066cc;
    margin-left:32px;
    letter-spacing: 4.5px;
}
.logo{
    position: relative;
}
.logo::after{
    content: '';
    width:2px;
    height:55px;
    background: #b8b8b8;
    position: absolute;
    top:50%;
    right:-12px;
    transform: translateY(-50%);
}
.menu{
    background: #0066cc;
}
.menu ul{
    height:60px;
    display: flex;
    justify-content:space-around;
    align-items: center;
}
.menu ul li a{
    font-size:18px;
    color:#ffffff;
    transition: all .3s;
}
.menu ul li a:hover{
    color:#d6d6d6;
}

.news{
    padding:82px 0;
}
.news-l{
    width:588px;
}
.news-r{
    width:588px;
}
.news-l .swiper-slide a{
    position: relative;
    display: flex;
}
.news-l .swiper-slide a span{
    position: absolute;
    left:10px;
    bottom: 10px;
    font-size:16px;
    color:#fff;
    transition: all .3s;
    z-index: 1;
}
.news-l .swiper-pagination{
    text-align: right;
    padding-right: 10px;
}
.swiper-pagination-bullet{
    background: #c1d7ff;
}

.tab{
    position: relative;
    height:44px;
    border-bottom: 2px solid #f7f7f7;
    display: flex;
    justify-content: space-between;
}
.tab::after{
    content: '';
    height:24px;
    width:5px;
    background: #3e75ac;
    position: absolute;
    left:0;
    top:5px;
}
.tab span{
    text-indent: 1rem;
    font-size:24px;
    color:#3d3d3d;
}
.tab a{
    width:57px;
    height:26px;
    border:1px solid #f6f6f6;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:12px;
    color:#585853;
}
.tab a:hover{
    color:#0066cc;
}
.news-list{
    padding-top: 20px;
}
.news-list ul li{
    line-height: 2.6;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.news-list ul li::after{
    content: '';
    width:4px;
    height:4px;
    border-radius: 50%;
    background: #a09580;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
}
.news-list ul li a{
    text-indent: 1rem;
    font-size:16px;
    color:#58554f;
    transition: all .3s;
}
.news-list ul li a:hover{
    color:#0066cc;
}
.news-list ul li span{
    font-size:15px;
    color:#58554f;
}
.catr{
    height:400px;
    background: url(../images/catr_bg.jpg) no-repeat center;
    padding-top:76px;
}
.catr-txt{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.catr-txt span{
    font-size:52px;
    letter-spacing: 10px;
    font-weight: bold;
    color:#fff;
    text-shadow: 0px 2px 4px #3d3d3d;
}
.catr-txt p{
    margin-top:8px;
    font-size:26px;
    letter-spacing: 1px;
    color:#fff;
    text-shadow: 0px 2px 4px #3d3d3d;
}
.catr-search{
    margin-top:36px;
}
.catr-l{
    background: #ffffff;
    width:905px;
    height:55px;
    border-radius:5px 0 0 5px;
    align-items: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
}
.catr-svg{
    width:22px;
    height:22px;
    margin-left:12px;
}
.catr-select{
    display: flex;
    align-items: center;
    margin-left:14px;
}
.catr-select span{
    font-size:16px;
    color:#999999;
    margin:0 5px;
}
.catr-input {
    margin-left:20px;
   width:70%;
}
.catr-input input{
    height:50px;
    border:0;
  width:100%;
}
.catr-input input::placeholder{
    font-size:16px;
    color:#999999;
}
.catr-r button{
    width:144px;
    height:55px;
    background: #0066cc;
    font-size:18px;
    color:#fff;
    font-weight: 400;
    letter-spacing: 5px;
    border-radius:0 5px 5px 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    cursor: pointer;
}
.catr-hot{
    margin-top:20px;
    padding-left: 30px;
}
.catr-hot span,
.catr-hot a{
    font-size:17px;
    color:#ffffff;
    letter-spacing: 2px;
    text-shadow: 0px 2px 2px #969696;
    transition: all .3s;
}
.catr-hot a{
    margin-right:3px;
}
.catr-hot a:hover{
    color:#0066cc;
}

.special{
    height: 600px;
    padding-top: 70px;
}
.special .catr-txt span{
    font-size:46px;
    font-weight: 400;
    color:#000;
    text-shadow: none;
}
.special .catr-txt p{
    margin-top:50px;
    font-size:21px;
    font-weight: 400;
    color:#221815;
    text-shadow: none;
}
.special .catr-search{
    margin-top:45px;
}
.special .catr-l{
    background-color: transparent
}
.special-ul{
    display: flex;
    justify-content: space-between;
    padding-top:50px;
}
.special-ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-around;
    padding:25px 0 20px 0;
    width:178px;
    height:160px;
    border-radius: 10px;
    background: linear-gradient(#e7f0fd, #adcbee);
}
.special-ul li p{
    font-size:20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}
.special-ul li span{
    font-size:19px;
    color:#0066cc;
    font-weight: bold;
}
.special-ul li.special-box{
    padding:20px 0;
    background: linear-gradient(#f1e8ec, #e3edff);
}
.effect{
    height:720px;
    background: #f4f4f4;
}
.effect-tab{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:96px;
}
.effect-tab span{
    font-size:45px;
    color:#221815;
}
.effect-tab p{
    margin-top:20px;
    font-size:20px;
    color:rgba(34, 24, 21, .6);
    text-align: center;
}
.effect-ul{
    display: flex;
    justify-content: space-between;
    margin-top:80px;
}
.effect-ul li{
    width:276px;
    height:320px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:40px 33px 0 33px;
    position: relative;
}
.effect-ul li span{
    margin-top:25px;
    font-size:22px;
    color:#221815;
}
.effect-ul li p{
    margin-top:10px;
    font-size:17px;
    line-height: 26px;
    text-align: center;
    color:rgba(34, 24, 21, .5);
}
.effect-num{
    position: absolute;
    left:50%;
    bottom: 26px;
    transform: translateX(-50%);
    font-size:12px;
    color:#d2dbdc;
}
.effect-num::after{
    content: '';
    width:41px;
    height:37px;
    background: url(../images/effect-num.png) no-repeat center;
    position: absolute;
    left:-90%;
    top:-30%;
    z-index: -1;
}
.market{
    height:705px;
    padding-top:95px;
}
.market-tab{
    position: relative;
    border-bottom: 1px solid #f4f5f7;
    display: flex;
    justify-content: center;
    padding:20px 0;
}
.market-tab::after{
    content: '';
    width:48px;
    height:4px;
    background: #0066cc;
    position: absolute;
    left:50%;
    bottom: -2px;
    transform: translateX(-50%);
}
.market-tab span{
    font-size: 45px;
    color: #221815;
}
.market-body{
    padding-top:90px;
}
.empower{
    height:618px;
    background: url(../images/empower_bg.jpg);
    padding-top:86px;
}
.empower-tab{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.empower-tab span{
    font-size:75px;
    color:#333333;
    font-weight: bold;
    letter-spacing: 3px;
}
.empower-tab p{
    margin-top:32px;
    font-size:26px;
    color:#333333;
    line-height: 1.6;
}
.empower-tag{
    margin-top:70px;
    display: flex;
}
.empower-tag a{
    font-size:20px;
    color:#333333;
    margin-right:50px;
}
.empower-more{
    margin-top:68px;
    width:242px;
    height:48px;
    border-radius: 10px;
    background: #0066cc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.empower-more a{
    font-size:26px;
    color:#ffffff;
    position: relative;
}
.empower-more a::after{
    content: '';
    width: 25px;
    height:13px;
    background: url(../images/empower-more.png) no-repeat center;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    margin-left:5px;
}
.regula{
    padding-top:80px;
}
.regula-main{
    display: flex;
    justify-content: space-between;
    padding-top:75px;
}
.regula-r,
.regula-l{
    width:562px;
}
.regula .tab::after{
    display: none;
}
.regula .tab span{
    text-indent: 0;
}
.link{
    margin-top:90px;
    margin-bottom:113px;
}
.link-top{
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #f2f3f4;
    position: relative;
}
.link-top::after{
    content: '';
    width:7px;
    height:29px;
    background: #0066cc;
    position: absolute;
    left:0;
}
.link-top span{
    text-indent: 1rem;
    font-size:25px;
    color:#0066cc;
}
.link-top p{
    margin-left:10px;
    font-size:18px;
    color:#0066cc;
  	line-height: 2;
}
.link-tag{
    padding-top:30px;
    display: flex;
    justify-content: space-between;
}
.link-tag a{
    font-size:15px;
    color:#707070;
}
.link-tag a:hover{
    color:#0066cc;
}
.footer{
    height:260px;
    background: #0066cc;
}
.footer-top{
    margin-top:65px;
    font-size:25px;
    font-weight: 500;
    color:#ffffff;
    letter-spacing: 2px;
}
.footer-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:22px;
}
.footer-body p a,
.footer-body p{
    font-size:16px;
    color:#ffffff;
    line-height:2.2;
    letter-spacing: 1px;
}
.footer-body p img{
    margin:0 10px;
}
.mybanner {
    width: 100%;
    overflow: hidden;
}
.mybanner 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 h3 {
    display: inline-block;
    color: #0066cc;
    font-size: 26px;
}
.position a {
    color: #888;
}
.content {
    padding: 30px 0;
}
.newslist {
    min-height: 400px;
}
.newslist li {
    padding: 20px 0;
    border-bottom: 1px dashed #dedede;
}
.newslist li .title {
    display: flex;
    justify-content: space-between;
}
.newslist li .title h3 {
    width: 75%;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#58554f;
    transition: all .5s;
}
.newslist li:hover .title h3{
    color:#0066cc;
}
.newslist li .title span {
    font-size: 18px;
    color:#58554f;
}
.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;
}
/*分页样式*/
.pglist{
    width:100%;
    text-align: center;
    padding: 30px 0;
}
.pglist a,.pglist span{
    color: #999;
    padding: 0 12px;
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    background: #fff;
    border: 1px solid #0066cc;
}
.pglist a:hover,.pglist span{
    display:inline-block;
    color: #fff;
    background: #0066cc;
    border-color: #0066cc;
}
.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;
}
.reLink {
    font-size: 14px;
    line-height: 48px;
    color: #6e6e6e;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin: 20px auto;
}
.reLink a{
    color: #666;
}
.reLink a:hover{
    color:#0066cc;
}
.reLink .prevLink, .reLink .nextLink {
    width: 50%;
}
.reLink .nextLink {
    text-align: right;
}
.Aboutpage {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
}

.Newslist{margin-top:50px;padding-bottom:50px;}
.Newslist li{padding: 20px 0;border-bottom: 1px dashed #dedede;}
.Newslist li .tit{display: flex;justify-content: space-between;}
.Newslist li .tit h3{width: 68%;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;}



/* 地位 */
.verify{
    border:10px solid #c3b561;
    width:1027px;
    margin:0 auto;
    position: relative;
}
.verify::after{
    content: '';
    width:613px;
    height:612px;
    background: url(../images/verify-bg.png) no-repeat center;
    position: absolute;
    left: 197px;
    top: 438px;
}
.verify-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:-90px;
}
.verify-title span{
    font-size:80px;
    color:#c3b561;
    font-weight: bold;
}
.verify-title p{
    font-size:48px;
    color:#e7262c;
    font-weight: bold;
    margin-top:-15px;
}
.verify-line{
    display: flex;
    justify-content: center;
}
.t40px{
    margin-top:40px;
}
.verify-txt{
    display: flex;
    flex-direction: column;
}
.verify-name{
    text-align: center;
    font-size:23px;
    color:#c3b561;
    font-weight: 500;
}
.verify-desc{
    margin:20px 76px 0 340px;
}
.verify-desc li{
    display: flex;
    margin-bottom: 20px;
}
.verify-desc li span{
    font-size:14px;
    color:#000;
    font-weight: 600;
    word-break:keep-all;
}
.verify-desc li p{
    font-size:14px;
    color:#000;
}
.t10px{
    margin-top:20px;
}
.t60px{
    margin-top:60px;
}
.verify-box{
    height:1084px;
    width:774px;
    margin:35px auto;
}
.verify-box img{
	max-height:100%;
	max-width:100%;
}





.book-layout{
    z-index: -1;
    position: absolute;
    height: 1px;
	width:100%;
    overflow: hidden;
}

.book{
    width:1600px;
    font-family: "SourceHanSerif-Heavy";
    padding-bottom: 130px;
    background: url(../images/book_bg.jpg) no-repeat center;
    background-size: cover;
	padding-top:50px;
}
.book-name{
    color: #c7b659;
    font-size: 145px;
    font-weight: bold;
    letter-spacing: 15px;
    text-align: center;
    margin-top:150px;
}
.grey .book{
    margin: 40px auto;
	padding-top:200px;
}
.grey .book-name{
	margin-top:0;
}
.book-logo{
    width:612px;
    height:317px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:65px auto;
}
.book-logo img{
    max-width: 100%;
    max-height: 100%;
}
.book-title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.book-title span{
     font-size: 100px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
	line-height: 1.2;
    color:#e7262d;
}
.book-title p{
    margin-top:0px;
    font-size: 150px;
    font-weight: bold;
    letter-spacing: 20px;
    text-align: center;
    color:#e7262d;
	line-height: 1.5;
	margin:20px 0 40px 0;
	white-space: nowrap; 
}
.book-source{
    width:1210px;
    margin:0 auto;
    font-size: 40px;
    line-height: 2.1;
    font-weight: bold;
    text-align: center;
}
.book-web{
    width:944px;
    height:96px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:125px auto 0 auto;
}
.book-web img{
    max-width: 100%;
    max-height: 100%;
}
.book-code{
    display: flex;
    justify-content: center;
    margin-top:95px;
}
.book-code li{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:0 10px;
}
.book-code li p{
    width:180px;
    height:177px;
    background: #084926;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-code li p img{
    max-width:95%;
    max-height: 95%;
}
.book-code li span{
    margin-top:2px;
    font-size:28px;
    color:#413f3d;
}
.book-end{
    margin-top:40px;
}
.book-end p{
    font-family: '微软雅黑';
    font-size:35px;
    text-align: center;
    line-height: 1.3;

}

.book-code li p#qrcode img{
	border-radius: 10px;
    border: 5px solid #ffffff;
	max-width: 80%;
    max-height: 80%;
}



/* 3-6 修改 */
.verify-box img{
    border:1px solid #e6e1d7;
}
.verify{
    border:none;
    position: relative;
}
.verify::after{
    content: '';
    width:100%;
    height:100%;
    background:linear-gradient(to right, #c4b561 0%, #d7ce96 5%, #d7ce96 95%,#c4b561 100%) ; 
    position: absolute;
    left:0;
    top:0;
    z-index: -2;
}
.verify::before{
    content: '';
    width:calc( 100% - 10px );
    height:calc( 100% - 10px );
    background: #fff;
    position: absolute;
    left:50%;
    top:50%;
    z-index: -1;
    transform: translate(-50% ,-50%);
}
.company-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:85px;
    font-family: "Jost", sans-serif;
}
.company-top span{
    font-size:28px;
    font-weight: bold;
}
.company-top p{
    font-size:16px;
    color:#5e5e5e;
    margin-top:10px;
}
.company-desc{
    margin:70px 35px;
    background: #ffffff;
    border-radius: 15px;
    padding:25px 30px 50px 30px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.company-txt{
    font-size:14px;
    color:#656565;
    line-height:1.75;
    font-family: "Jost", sans-serif;
}
.company-txt span{
    font-weight: bold;
}


/* 3-9修改  */
  .seal-box{
    position: absolute;
    display: flex;
    left: -76px;
    top: -67px;
  }
  .seal-box li{
    margin:0 10px;
  }
  .book-seal{
    padding:50px 100px 0 0;
    position: relative;
  }
  .seal-txt{
    font-family: '微软雅黑';
    font-size:32px;
    text-align: center;
    letter-spacing: 0;
  }
  .book{
    padding-bottom: 70px;
  }
  .book-code{
    margin-top:0;
    padding-right: 134px;
  }
  .book-info{
    display: flex;
    justify-content: center;
    margin-top: 135px;
  }
  .book-web{
    width:923px;
    height:216px;
    margin-top:75px;
  }
  .book-end {
    margin-top:120px;
  }
  .book-end p{
    font-size:30px;
    line-height: 1.5;
  }
  .book-title p{
    line-height: 1.4;
    margin-bottom: 0px;
  }
  .book-number{
    font-family: '微软雅黑';
    font-size:38px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 36px;
  }
  .book-source{
    font-size:36px;
    line-height: 1.6;
    letter-spacing: 4px;
  }

























