/* 通用样式 */
.pcbanner{
    display: block;
}
.mobbanner{
    display: none;
}
body{
    min-width: 1650px;
    overflow: scroll;
}
/* 首页 */
* {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F2F3F5;
}
.moblunbo{
    display: none;
}
/* 首页轮播图 */
.pclunbo{
    width: 100%;
    height: 800px;
}
.pclunbo img{
    width: 100%;
    height: 800px;
}
.pclunbo .swiper-horizontal>.swiper-pagination-bullets{
    bottom: 40px;
}
.pclunbo .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    opacity: 0.6;
    border-radius: 50%;
}
.pclunbo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 40px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 4px;
    opacity: 1;
}
/* 首页 */
#indexPage {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.indeximg {
    width: 100%;
    height: auto;
}
#indexPage .indextitle{
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    line-height: 35px;
    margin-top: 135px;
}
#indexPage .indextext{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #747474;
    line-height: 40px;
    margin-top: 29px;
    margin-bottom: 30px;
}
#indexPage .small-triangle {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 13px solid transparent;
    border-top-color: #1D418D;
    margin-bottom: 100px;
}
#indexPage .applaction{
    display: flex;
    width: 100%;
    height: auto;
}
#indexPage .applactionmob {
    display: none;
}
#indexPage .applaction .case{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    width: 33.33%;
    height: auto;
    margin-top: 0;
    box-sizing: border-box;
    position: relative;
}
#indexPage .applaction .case img{
    width: 100%;
    height: auto;
}
#indexPage .applaction .case .pab{
    position: absolute;
    top: 103px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
#indexPage .applaction .case .pab span{
    display: block;
    width: 81px;
    height: 38px;
    border: 2px solid #FFFFFF;
    text-align: center;
    margin-top: 40px;
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
#indexPage .applaction .case .pab span i{
    display: block;
    margin-top: -7px;
}
#indexPage .product{
    width: 1660px;
    height: auto;
}
#indexPage .productmob {
    display: none;
}
#indexPage .product .left{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    justify-content: center;
}
#indexPage .product .left .case {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    width: 500px;
    height: 458px;
    background: #FFFFFF;
}
#indexPage .product .left .case:nth-child(3n){
    margin-right: 0;
}
#indexPage .product .left .case:nth-child(3) {
    margin-bottom: 0;
}
#indexPaget .product .left .case:nth-child(4) {
    margin-bottom: 0;
}
#indexPage .product .left .case img{
    width: 500px;
    height: 348px;
}
#indexPage .product .left .case .title {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #323233;
    line-height: 28px;
    margin-top: 24px;
}

#indexPage .product .left .case .text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #747474;
    line-height: 42px;
    padding: 0 20px;
    box-sizing: border-box;
}
#indexPage .product .rightimg{
    width: 600px;
    height: 945px;
}
#indexPage .productmore {
    text-decoration: none;
    width: 260px;
    height: 60px;
    background: #F2F3F5;
    border: 2px solid #1D418D;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1D418D;
    display: block;
    padding-left: 65px;
    line-height: 56px;
    margin: 70px 0 140px 0;
    position: relative;
    box-sizing: border-box;
}
#indexPage .productmore:hover{
    background-color: #1D418D;
    color: #fff;
}
#indexPage .productmore .more::before {
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    right: 65px;
    font-size: 24px;
}

#indexPage .about {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 140px;
}
#indexPage .about .content{
    width: 1400px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
#indexPage .about .contentmob {
    display: none;
}
#indexPage .about .content .left .backgroundbox {
    width: 620px;
    height: 400px;
    background-color: #1D418D;
}
#indexPage .about .content .left .backgroundbox img {
    width: 660px;
    height: 440px;
    margin-left: 30px;
    margin-top: -70px;
}
#indexPage .about .content .text {
    width: 630px;
    height: auto;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
}
#indexPage .news {
    display: flex;
    width: 1630px;
    height: auto;
    justify-content: space-between;
    padding-bottom: 140px;
}
#indexPage .newmob {
    display: none;
}
#indexPage .news .left {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
#indexPage .news .button {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #747474;
    margin-bottom: 50px;
}
#indexPage .news .buttonblue {
    color: #2C4E94;
}
#indexPage .news .link{
    position: relative;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #747474;
    margin-top: 30px;
}
#indexPage .news .link:hover{
    color: #2C4E94;
}
#indexPage .news .link i{
    position: absolute;
    font-size: 30px;
    color: rgba(116, 116, 116, 1);
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
#indexPage .news .link:hover i{
    color: #2C4E94;
}
#indexPage .news .enterprise{
    display: flex;
}
#indexPage .news .enterprise .case{
    width: 436px;
    height: auto;
    margin-right: 30px;
}
#indexPage .news .enterprise .case img{
    width: 436px;
    height: 295px;
}
#indexPage .news .enterprise .case .time{
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #747474;
    margin: 35px 0 10px 0;
}
#indexPage .news .enterprise .case .text{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    line-height: 40px;
}
#indexPage .news .enterprise .case .text:hover{
    color: #1D418D;
}
#indexPage .news .industry{
    display: none;
}
#indexPage .news .industry .case{
    width: 436px;
    height: auto;
    margin-right: 30px;
}
#indexPage .news .industry .case img{
    width: 436px;
    height: 295px;
}
#indexPage .news .industry .case .time{
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #747474;
    margin: 35px 0 10px 0;
}
#indexPage .news .industry .case .text{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    line-height: 40px;
}
#indexPage .news .industry .case .text:hover{
    color: #1D418D;
}
#indexPage .contact{
    position: relative;
    width: 100%;
    height: auto;
}
#indexPage .contactmob {
    display: none;
}
#indexPage .contact img{
    width: 100%;
    height: auto;
}
#indexPage .contact .text{
    position: absolute;
    top: 230px;
    right: 170px;
}
#indexPage .contact .text .text1{
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
}
#indexPage .contact .text .text2{
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
    margin: 30px 0 50px 0;
}
#indexPage .contact .text .text3{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
}
#indexPage .contact .text a{
    display: block;
    width: 220px;
    height: 60px;
    border: 1px solid #000;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
    line-height: 60px;
    text-align: center;
    margin-top: 80px;
}
/* 页头 */
.headpc{
    display: block;
}
.headmob{
    display: none;
}
header{
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
    padding: 0 70px 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerpc{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headermob{
    display: none;
}
header .left{
    display: flex;
}
header .left img{
    height: auto;
    width: auto;
}
header .left .leftmenu{
    display: flex;
    margin-left: 65px;
}
header .left .leftmenu .menu{
    position: relative;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    padding: 0 35px;
    height: 80px;
    line-height: 80px;
    width: auto;
}
header .left .leftmenu .actnav{
    color: #1D418D;
}
header .left .leftmenu .menu .menuer{
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 142px;
    background-color: #fff;
    box-sizing: border-box;
    height: auto;
}
header .left .leftmenu .menu .menuer a{
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
header .left .leftmenu .menu .menuer a:hover{
    color: #1D418D;
}
header .left .leftmenu .menuhover:hover .menuer{
    display: block;
}
header .tel{
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #323233;
}
header .tel .telicon::before{
    font-size: 18px;
    margin-right: 10px;
    color: #323233;
}
/* 页脚 */
footer {
    width: 100%;
    height: auto;
}
footer .footpc{
    width: 100%;
    height: auto;
    display: block;
}
footer .footmob{
    display: none;
}
footer .top {
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: #222223;
}

footer .top .block {
    width: 100%;
    padding: 0 7.2%;
    display: flex;
    margin: 100px 0;
    justify-content: space-between;
}

footer .top .block .area1 .text {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 38px;
    margin-bottom: 40px;
}

footer .top .block .area1 .bigicon {
    display: flex;
}

footer .top .block .area1 .bigicon .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #5B5B5C;
    border-radius: 50%;
    margin-right: 31px;
}

footer .top .block .area1 .bigicon .icon:last-child {
    margin-right: 0;
}

footer .top .block .area2 {
    margin-left: 0;
    margin-right: 0;
}

footer .top .block .area2 .part1 a {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    width: auto;
    padding-right: 35px;
    border-right: 1px solid #fff;
    padding-left: 35px;
}
footer .top .block .area2 .part1 a:first-child {
    padding-left: 0;
}
footer .top .block .area2 .part1 a:last-child {
    padding-right: 0;
    border: none;
}

footer .top .block .area2 .part2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AFAFAF;
    margin-top: 59px;
    margin-bottom: 40px;
}

footer .top .block .area2 .part3 a {
    text-decoration: none;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 81px;
}

footer .top .block .area2 .part3 a:last-child {
    margin-right: 0;
}

footer .top .block .area3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer .top .block .area3 .part1 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AFAFAF;
}
footer .top .block .area3 .part1:last-child{
    margin-top: 60px;
}

footer .top .block .area3 .part2 {
    font-size: 36px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
}

footer .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2C2C2E;
}

footer .bottom .text {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #878787;
    line-height: 26px;
    margin-top: 32px;
    margin-bottom: 30px;
}
footer .bottom .text a{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #878787;
    line-height: 26px;
    margin-top: 32px;
    margin-bottom: 30px;
}
/* 菜单栏 */
#bread{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    
}
#breadipad {
    display: none;
}
#bread .box{
    width: 1360px;
    height: 60px;
    overflow-x: scroll;
    overflow-y: hidden;
}
#bread .boxp{
    width: 1360px;
    height: 60px;
    display: flex;
    overflow: hidden;
}
#bread .box::-webkit-scrollbar{
}
#bread .box .xiaobox{
    width: 2000px;
    height: 60px;
    display: flex;
}
#bread .boxp .xiaobox{
    width: 100%;
}
#bread .box a{
    width: auto;
    display: block;
    height: 60px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    line-height: 60px;
    margin-right: 70px;
    box-sizing: border-box;
}
#bread .box .act{
    border-bottom: 2px solid #1D418D;
    color: #1D418D;
    font-size: 18px;
}
/* 面包屑 */
#crumbs{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-bottom: 1px solid rgba(31, 31, 31, 0.4100);
}
#crumbs .box{
    width: 1360px;
    height: 100%;
    display: flex;
}
#crumbs .box a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    height: 60px;
    line-height: 60px;
    margin-right: 5px;
}
/* 微信弹出框 */
.tanchuw{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 20;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
.tanchuw img{
    width: 400px;
    height: 400px;
    vertical-align:middle;
}
.tanchuw .close{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(200px,-212px);
    color: #fff;
    font-size: 50px;
}
/* qq弹出框 */
.tanchuq{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 20;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
.tanchuq img{
    width: 400px;
    height: 400px;
    vertical-align:middle;
}
.tanchuq .close{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(200px,-212px);
    color: #fff;
    font-size: 50px;
}
/* 产品列表页 */
#productPage {
    width: 100%;
    height: auto;
    background-color: #F2F3F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}
#productPage .title{
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    margin: 100px 0 20px 0;
}
#productPage .wrapbox{
    width: 1360px;
    display: flex;
    flex-wrap: wrap;
}
#productPage .wrapbox .box{
    width: 660px;
    height: 820px;
    margin: 80px 40px 0 0;

}
#productPage .wrapbox .box:nth-child(2n){
    margin-right: 0;
}
#productPage .wrapbox .box .img{
    width: 100%;
    height: 460px;
}
#productPage .wrapbox .box img{
    width: 100%;
    height: 460px;
}
#productPage .wrapbox .box .textbox{
    width: 100%;
    height: 360px;
    background-color: #F2F3F5;
    box-shadow: 0px 0px 16px 0px rgba(166,172,183,0.4100);
    padding: 60px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
#productPage .wrapbox .box .textbox:hover{
    background-color: #1D418D;
}
#productPage .wrapbox .box .textbox .dtitle{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    line-height: 38px;
}
#productPage .wrapbox .box .textbox:hover .dtitle{
    color: #fff;
}
#productPage .wrapbox .box .textbox .intro{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #747474;
    line-height: 30px;
    margin: 30px 0 40px 0;
}
#productPage .wrapbox .box .textbox:hover .intro{
    color: #fff;
}
#productPage .wrapbox .box .textbox .detail{
    position: absolute;
    display: block;
    width: 540px;
    height: 60px;
    background-color: #1D418D;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    bottom: 60px;
}
#productPage .wrapbox .box .textbox:hover .detail{
    color: #1D418D;
    background-color: #fff;
}
/* 产品详情页 */
#productdetailPage {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}
#productdetailPage .title{
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    margin: 100px 0;
}
#productdetailPage .contact{
    width: 1360px;
    height: auto;
}
#productdetailPage .application{
    width: 1360px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}
#productdetailPage .application .tow{
    position: relative;
    width: 665px;
    height: 360px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: block;
}
#productdetailPage .application .tow:last-child{
    margin-right: 0;
}
#productdetailPage .application .tow:nth-child(2n){
    margin-right: 0;
}
#productdetailPage .application .tow img{ 
    width: 100%;
    height: 100%;
}
#productdetailPage .application .tow .atitle{ 
    position: absolute;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#productdetailPage .application .tree{
    position: relative;
    width: 436px;
    height: 328px;
    margin-right: 26px;
    margin-bottom: 30px;
    display: block;
}
#productdetailPage .application .tree:last-child{
    margin-right: 0;
}
#productdetailPage .application .tree:nth-child(3n){
    margin-right: 0;
}
#productdetailPage .application .tree img{
    width: 100%;
    height: 100%;
}
#productdetailPage .application .tree .atitle{
    position: absolute;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#productdetailPage .application .five{
    position: relative;
    width: 436px;
    height: 328px;
    margin-right: 26px;
    display: block;
}
#productdetailPage .application .five:last-child{
    margin-right: 0;
}
#productdetailPage .application .five img{
    width: 100%;
    height: 100%;
}
#productdetailPage .application .five .atitle{
    position: absolute;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* 样品申请 */
#smaplePage {
    display: flex;
    justify-content: center;
    background: #F3F3F5;
    padding-bottom: 60px;
}
#smaplePage .contents{
    width: 1360px;
    height: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    padding-bottom: 100px;
}
#smaplePage .contact {
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    margin-top: 100px;
}
#smaplePage .contact-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    justify-content: center;
}
#smaplePage .text_l1 {
    outline: none;
    width: 420px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #1D418D;
}


#smaplePage .body_l1 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222223;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 87px;
    align-items: center;
}
#smaplePage .body_l1:nth-child(2n){
    margin-right: 0;
}
#smaplePage .check {
    display: flex;
    width: 1190px;
    margin-bottom: 40px;
    align-items: center;
}
#smaplePage .check .pro{
    width: 105px;
    height: auto;
    display: flex;
    justify-content: flex-end;
    margin-right: 25px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
}
#smaplePage .check .checkbox{
    display: flex;
    flex-wrap: wrap;
}
#smaplePage .check .checkbox .checktext{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    margin-left: 25px;
}
#smaplePage .check .checkbox .boxx{
    display: flex;
    align-items: center;
    margin-right: 115px;
    margin-top: -5px;
}
#smaplePage .body_l1 .body_l1jia{
    width: 105px;
    height: auto;
    display: flex;
    justify-content: flex-end;
    margin-right: 25px;
}
#smaplePage .body_l12 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222223;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
#smaplePage .body_l12 .body_l1jia{
    width: 105px;
    height: auto;
    display: flex;
    justify-content: flex-end;
    margin-right: 25px;
    align-items: center;
}
#smaplePage .text_l2 {
    outline: none;
    width: 1058px;
    height: 240px;
    background: #FFFFFF;
    border: 1px solid #1D418D;
}

#smaplePage .text_l3 {
    width: 260px;
    height: 60px;
    background: #1D418D;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    border: none;
    margin-top: 40px;
}

#smaplePage .contact-body {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


#smaplePage .contact-body span {
    font-size: 25px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #E60012;
    height: auto;
    display: block;
    margin-right: 10px;
}
/* 应用领域 */
#applactionPage {
    width: 100%;
    height: auto;
    background-color: #F2F3F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}
#applactionPage .title{
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    margin: 100px 0 100px 0;
}
#applactionPage .content-body1 {
    display: flex;
    background-color: #FFFFFF;
    width: 1360px;
    height: 500px;
    margin-bottom: 80px;
    box-sizing: border-box;
    padding: 60px;
}
#applactionPage .content-body1 .body1-img {
    width: 560px;
    height: 380px;
    margin-right: 60px;
}
#applactionPage .content-body1 .body1-text {
    flex: 1;
}
#applactionPage .content-body1 .body1-text .text-title {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    line-height: 35px;
    margin-bottom: 25px;
}

#applactionPage .content-body1 .body1-text .text-body {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    line-height: 34px;
    margin-bottom: 48px;
}

#applactionPage .content-body1 .body1-text .text-label .text-labels {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 620px;

}
#applactionPage .content-body1 .body1-text .text-label .type {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
#applactionPage .content-body1 .body1-text .text-label .small-square {
    width: 15px;
    height: 15px;
    background: #1D418D;
    margin-right: 10px;
}

#applactionPage .content-body1 .body1-text .text-label .label-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #747474;
    margin-right: 70px;
    width: 128px;
}
#applactionPage .content-body1 .body1-text .text-label .type:nth-child(3n) .label-text{
    margin: 0;
}
#applactionPage .content-body1 .body1-text .button-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 60px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
    background: #1D418D;
    margin-top: 20px;
    text-decoration: none;
}

#applactionPage .content-body1 .body1-text .button-text .rightarrow::before {
    font-size: 30px;
    line-height: 62px
}

#applactionPage .content-body1 .body1-text .button-text .text-img {
    margin-left: 14px;
    height: 60px;
}
/* 应用领域详情 */
#applactiondetailPage {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#applactiondetailPage .title{
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    margin: 100px 0;
}
#applactiondetailPage .contact{
    width: 1360px;
    height: auto;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    line-height: 42px;
}
#applactiondetailPage .contact p{
    font-size: 16px !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400 !important;
    color: #323233 !important;
    line-height: 42px !important;
}
#applactiondetailPage .contact span{
    font-size: 16px !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400 !important;
    color: #323233 !important;
    line-height: 42px !important;
}
#applactiondetailPage .product{
    width: 100%;
    height: auto;
    padding: 120px 0;
    background-color: #1D418D;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    justify-content: center;
}
#applactiondetailPage .product .ptltle{
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 100px;
    
}
#applactiondetailPage .product .pbox{
    display: flex;
    width: auto;
    height: auto;
    flex-wrap: wrap;
    width: 1360px;
}
#applactiondetailPage .product .pbox a{
    display: block;
    margin-right: 20px;
    text-align: center;
    width: 440px;
    height: auto;
    margin-bottom: 50px;
}
#applactiondetailPage .product .pbox a:nth-child(3n){
    margin-right: 0;
}
#applactiondetailPage .product .pbox a img{
    width: 440px;
    height: 305px;
}
#applactiondetailPage .product .pbox a p{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 40px;
}
#applactiondetailPage .more{
    position: relative;
    width: 220px;
    height: 60px;
    border: 2px solid #FFFFFF;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    padding-left: 40px;
    box-sizing: border-box;
}
#applactiondetailPage .more .iconmore{
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    right: 40px;
}
#applactiondetailPage .more .iconmore::before{
    font-size: 30px;
}
/* 新闻资讯 */
#newPage{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F3F3F7;
}
#newPage .menubox{
    display: flex;
    margin: 100px 0 60px 0;
}
#newPage .menubox .change{
    display: block;
    width: 260px;
    height: 60px;
    background: #F2F3F5;
    border: 1px solid #1D418D;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    line-height: 60px;
    text-align: center;
    margin-right: 60px;
}
#newPage .menubox .change:last-child{
    margin-right: 0;
}
#newPage .menubox .changeact{
    background-color: #1D418D;
    color: #fff;
}
#newPage .box{
    width: 1360px;
    height: auto;
    margin-bottom: 100px;
    background-color: #fff;
    padding: 20px 60px 100px 60px;
    box-sizing: border-box;
}
#newPage .box .new{
    width: 100%;
    height: 390px;
    padding: 60px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
}
#newPage .box .new img{
    height: 100%;
    width: 400px;
    margin-right: 60px;
}
#newPage .box .new .time{
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #9B9B9B;
    margin-bottom: 50px;
}
#newPage .box .new .ntitle{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
}
#newPage .box .new .ntitle:hover{
    color: #1D418D;
}
#newPage .box .new .tag{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
}
#newPage .box .new .tag p{
    width: auto;
    height: auto;
    padding: 5px 15px;
    background-color: #F8F8F8;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9B9B9B;
    margin-right: 20px;
}
#newPage .box .new .tag p:last-child{
    margin-right: 0;
}
/* 新闻详情页 */
#newdetailPage {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}
#newdetailPage .title{
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    margin: 100px 0 50px 0;
}
#newdetailPage .time{
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #9B9B9B;
}
#newdetailPage .line{
    width: 1360px;
    height: 1px;
    background: #DDDDDD;
    margin: 50px 0 80px 0;
}
#newdetailPage .contact{
    width: 1360px;
    height: auto;
    margin-bottom: 100px;
}
#newdetailPage .daohang {
    display: flex;
}
#newdetailPage .mobdaohang {
    display: none;
}
#newdetailPage .left{
    width: 650px;
    height: 100px;
    display: flex;
    background-color: #F2F3F5;
    box-sizing: border-box;
    padding: 0 20px 0 35px;
    line-height: 28px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #747474;
    align-items: center;
    margin-right: 60px;
}
#newdetailPage .left .lefticon{
    margin-right: 55px;
}
#newdetailPage .left .lefticon::before{
    font-size: 30px;
    transform: rotate(180deg);
    display: inline-block;
    color: #9B9B9B;
}
#newdetailPage .hov:hover{
    background-color: #1D418D;
    color: #fff;
}
#newdetailPage .hov:hover .lefticon::before{
    color: #fff;
}
#newdetailPage .hov:hover p{
    color: #fff;
}
#newdetailPage .hov:hover .righticon::before{
    color: #fff;
}
#newdetailPage .right{
    width: 650px;
    height: 100px;
    display: flex;
    background-color: #F2F3F5;
    box-sizing: border-box;
    padding-left: 25px;
    align-items: center;
}
#newdetailPage .right p{
    line-height: 28px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #747474;
    width: 505px;
    margin-right: 20px;
}
#newdetailPage .right .righticon{
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
}
#newdetailPage .right .righticon::before{
    font-size: 30px;
    display: inline-block;
    color: #9B9B9B;
}
/* 企业简介 */
#briefPage{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}
#briefPage .briefone{
    position: relative;
    width: 100%;
    height: auto;
}
#briefPage .briefone .imgs{
    width: 100%;
    height: auto;
}
#briefPage .briefone .abs{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#briefPage .briefone .abs .title{ 
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    width: auto;
    margin: 100px 0 60px 0;
}
#briefPage .briefone .abs .text{ 
    width: 890px;
    height: auto;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
}
#briefPage .briefone .abs .text p{ 
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
}
#briefPage .briefone .abs .bottom{ 
    width: 380px;
    height: 140px;
    background: #1D418D;
    opacity: 0.8;
    text-align: center;
}
#briefPage .briefone .abs .bottom .btitle{ 
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
#briefPage .briefone .abs .bottmbox{ 
    position: absolute;
    bottom: 80px;
    display: flex;
}
#briefPage .briefone .abs .bottom{ 
    width: 380px;
    height: 140px;
    background: #1D418D;
    opacity: 0.8;
    text-align: center;
    padding: 0 100px;
    box-sizing: border-box;
    margin-right: 30px;
}
#briefPage .briefone .abs .bottom:last-child{ 
    margin-right: 0;
}
#briefPage .briefone .abs .bottom .btitle{ 
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin: 25px 0 15px 0;
}
#briefPage .briefone .abs .bottom .btext{ 
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}
#briefPage .briefone .abs .bottom .btext p{ 
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}
#briefPage .brieftwo{ 
    width: 1500px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 118px 0 108px 0;
}
#briefPage .brieftwo .imgbox{ 
    width: 580px;
    margin-top: 96px;
}
#briefPage .brieftwo .imgs{ 
    width: 580px;
    height: 400px;
}
#briefPage .brieftwo .content{ 
    display: flex;
    flex-direction: column;
    align-items: center;
}
#briefPage .brieftwo .content .title{ 
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #323233;
    margin-bottom: 40px;
}
#briefPage .brieftwo .content .text{ 
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    width: 868px;
    line-height: 46px;
}
#briefPage .brieftwo .content .text p{ 
    font-size: 18px !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400 !important;
    color: #323233 !important;
    line-height: 46px !important;
}
#briefPage .brieftwo .content .text span{ 
    font-size: 18px !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400 !important;
    color: #323233 !important;
    line-height: 46px !important;
}
#briefPage .brieffour{ 
    display: flex;
    width: 1500px;
    padding-bottom: 90px;
    box-sizing: border-box;
    justify-content: space-between;
}
#briefPage .brieffourmob{ 
    display: none;
}
#briefPage .brieffour .imgbox{ 
    width: 694px;
    height: 460px;
    background: #F2F3F5;
    overflow: visible;
    margin-top: 120px;
}
#briefPage .brieffour .imgbox .imgs{ 
    width: 690px;
    height: 460px;
    margin: -30px 0 0 30px;
    overflow: visible;
}
#briefPage .brieffour .content{ 
    margin: 150px 60px 0 0;
    text-align: center;
}
#briefPage .brieffour .content .title{ 
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #323233;
    margin-bottom: 35px;
}
#briefPage .brieffour .content .text{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    line-height: 46px;
    text-align: start;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#briefPage .brieffour .content .text p{
    font-size: 18px !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400 !important;
    color: #323233 !important;
    line-height: 46px !important;
}
#briefPage .brieffour .content .text span{
    font-size: 18px !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400 !important;
    color: #323233 !important;
    line-height: 46px !important;
}
#briefPage .briefthree{ 
    width: 1500px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#briefPage .briefthree .imgboxmob{ 
    display: none;
}
#briefPage .briefthree img{ 
    width: 690px;
    height: 460px;
}
#briefPage .briefthree .textbox{ 
    width: 700px;
    height: auto;
}
#briefPage .briefthree .textbox .title{ 
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}
#briefPage .briefthree .textbox .title:first-child{ 
    font-size: 36px;
}
#briefPage .briefthree .textbox .text{ 
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    line-height: 28px;
    margin-bottom: 30px;
}
#briefPage .briefthree .textbox .content{ 
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    line-height: 28px;
    margin-bottom: 30px;
}
#briefPage .briefthree .textbox .content:last-child{ 
    margin-bottom: 0;
}
#briefPage .briefthree .textbox .content p{ 
    font-size: 20px !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400 !important;
    color: #333 !important;
    line-height: 28px !important;
    text-align: center;
}
#briefPage .briefthree .textbox .content span{ 
    font-size: 20px !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400 !important;
    color: #333 !important;
    line-height: 28px !important;
}
/* 荣誉资质 */
#honorPage{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F0F4F7;
    width: 100%;
    height: auto;
}
#honorPage .menubox{
    display: flex;
    margin: 100px 0 60px 0;
}
#honorPage .menubox .menuhonor{
    width: 260px;
    height: 60px;
    background: #F2F3F5;
    border: 1px solid #1D418D;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323233;
    line-height: 60px;
    text-align: center;
    margin-right: 60px;
}
#honorPage .menubox .menuhonor:last-child{
    margin-right: 0;
}
#honorPage .menubox .menuact{
    background-color: #1D418D;
    color: #fff;
    border: none;
}
#honorPage .contentbox{
    width: 1360px;
    height: auto;
    background: #FFFFFF;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}
#honorPage .contentbox .content{
    display: flex;
    flex-wrap: wrap;
    width: 1240px;
    height: auto;
    justify-content: start;
    margin-top: 20px;
}
#honorPage .contentbox .content .imgbox{
    width: 396px;
    height: auto;
    text-align: center;
    margin-top: 60px;
    margin-right: 25px;
}
#honorPage .contentbox .content .imgbox:nth-child(3n){
    margin-right: 0;
}
#honorPage .contentbox .content .imgbox img{
    width: 396px;
    height: auto;
    margin-bottom: 15px;
}
#honorPage .contentbox .content .imgbox p{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
}
/* 联系我们 */

body {
    background-color: #F2F3F5;
}

#contactPage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1360px;
    height: 778px;
    margin: 60px 0;
    background-image: url(../../../static/yixing/image/contactbackground.png);
}

#contactPage .contact-nav {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

#contactPage .contact2:last-child {
    margin-right: 0;
}

#contactPage .contact4 {
    border: none;
    width: 400px;
    height: 100px;
    font-weight: 400;
    color: #323233;
    line-height: 75px;
    font-size: 32px;
    font-family: "Microsoft YaHei";
    margin-right: 40px;
    margin-top: 60px;
    background: url(../../../static/yixing/image/contactbackground5.png);
}

#contactPage .contact {
    border: none;
    width: 400px;
    height: 100px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 75px;
    font-size: 32px;
    font-family: "Microsoft YaHei";
    margin-right: 40px;
    margin-top: 60px;
    background: url(../../../static/yixing/image/contactbackground2.png);
}

#contactPage .contact2 {
    font-size: 32px;
    color: #323233;
    border: none;
    width: 400px;
    height: 100px;
    font-weight: 400;
    line-height: 75px;
    font-family: "Microsoft YaHei";
    margin-right: 40px;
    margin-top: 60px;
    background: url(../../../static/yixing/image/contactbackground1.png)
}

#contactPage .contact3 {
    border: none;
    width: 400px;
    height: 100px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 75px;
    font-size: 32px;
    font-family: "Microsoft YaHei";
    margin-top: 60px;
    background: url(../../../static/yixing/image/contactbackground4.png);
}
#contactPage .contact-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 60px 87px 60px 83px;
}

#contactPage .contact-2 {
    display: none;
    flex-direction: column;
    align-items: center;
    margin: 60px 87px 60px 83px;
}

#contactPage .text_l1 {
    outline: none;
    width: 420px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #1D418D;
}
#contactPage .houlai {
    width: 1035px;
    margin-left: -1px;
}

#contactPage .body_l1 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222223;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    align-items: center;
}

#contactPage .text_l2 {
    outline: none;
    width: 1035px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #1D418D;
}

#contactPage .text_l3 {
    width: 260px;
    height: 60px;
    background: #1D418D;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    border: none;
}

#contactPage .contact-body {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


#contactPage .contact-body span {
    font-size: 25px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #E60012;
    height: auto;
    display: block;
    margin-right: 11px;
    margin-top: 8px;
}

#contactPage .contact-body .body_l1 h {
    margin-right: 50px;
}

#contactPage .contact-2 .contact-body2 {
    display: flex;
    align-items: center;
    width: 1062px;
    height: 244px;
    margin-bottom: 10px;
}

#contactPage .contact-2 .contact-body2:last-child {
    margin-bottom: 0;
}

#contactPage .contact-2 .contact-body2 .part1 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #323233;
    margin-bottom: 25px;
}

#contactPage .contact-2 .contact-body2 p {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #747474;
}

#contactPage .contact-2 .contact-body2 .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 26px;
    border-right: 1px solid #DCDCDC;
}

#contactPage .contact-2 .contact-body2 .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
}
/* 加入我们 */
#joinPage{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    background-color: #F2F3F5;
    padding-bottom: 100px;
}
#joinPage .dabox{
    width: 1360px;
    height: auto;
    background-color: #fff;
    padding: 80px 0 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}
#joinPage .box{
    width: 1240px;
}
#joinPage .box .top{
    width: 1240px;
    padding: 0 40px;
    height: 60px;
    background-color: #F5F7FA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin-top: 10px;
}
#joinPage input{
    display: none;
}
#joinPage input[type = 'checkbox']:checked~label{
    background-color: #1D418D;
}
#joinPage input[type = 'checkbox']:checked~label .name{
    color: #fff;
}
#joinPage input[type = 'checkbox']:checked~label .icon{
    color: #fff;
}
#joinPage .box .top .name{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
}
#joinPage .box .top .icon{
    font-size: 18px;
    color: #444444;
}
#joinPage .box .bottom{
    width: 1240px;
    padding: 50px 40px 40px 40px;
    box-sizing: border-box;
    display: none;
}
#joinPage .box .bottom .toptextbox{
    display: flex;
}
#joinPage .box .bottom .toptextbox .toptext{
    width: 50%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    margin-bottom: 20px;
}
#joinPage .box .bottom .bottomtitle{
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #444444;
    margin-top: 40px;
}
#joinPage .box .bottom .bottomtext{
    margin-top: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 32px;
}
#joinPage .box .btnbox{
    width: 100%;
    height: 40px;
    display: flex;
    margin-top: 60px;
    justify-content: center;
}
#joinPage .box .btnbox a{
    display: block;
    width: 280px;
    height: 60px;
    background: #1D418D;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    border: none;
    line-height: 60px;
}
/* 分页样式 */
#pagination .pagination{
    display: flex;
    margin-top: 100px;
}
#pagination .pagination li{
    list-style:none;
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: block;
    margin-right: 20px;
}
#pagination .pagination li:last-child{
    margin-right: 0;
}
#pagination .pagination  a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #9B9B9B;
}
#pagination .pagination  a .left{
    display: inline-block;
    transform: rotate(-270deg);
}
#pagination .pagination  a .left::before{
    font-size: 20px;
    color: #9B9B9B;
}
#pagination .pagination  a .right{
    display: inline-block;
    transform: rotate(-90deg);
}
#pagination .pagination  a .right::before{
    font-size: 20px;
    color: #9B9B9B;
}
#pagination .pagination  .fenyea{
    background-color: #0E57A2;
    color: #fff;
}
/* 新闻中心分页样式 */
#newPage #pagination{
    width: 1360px;
    height: auto;
    display: flex;
    justify-content: center;
}
#newPage #pagination .pagination{
    display: flex;
    margin-top: 100px;
}
#newPage #pagination .pagination li{
    list-style:none;
    width: 40px;
    height: 40px;
    background-color: #F2F3F5;
    display: block;
    margin-right: 20px;
}
#newPage #pagination .pagination li:last-child{
    margin-right: 0;
}
#newPage #pagination .pagination  a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #9B9B9B;
}
#newPage #pagination .pagination  a .left{
    display: inline-block;
    transform: rotate(-270deg);
}
#newPage #pagination .pagination  a .left::before{
    font-size: 20px;
    color: #9B9B9B;
}
#newPage #pagination .pagination  a .right{
    display: inline-block;
    transform: rotate(-90deg);
}
#newPage #pagination .pagination  a .right::before{
    font-size: 20px;
    color: #9B9B9B;
}
#newPage #pagination .pagination  .fenyea{
    background-color: #0E57A2;
    color: #fff;
}
/* 荣誉资质分页样式 */
#honorPage #pagination{
    width: 1360px;
    height: auto;
    display: flex;
    justify-content: center;
}
#honorPage #pagination .pagination{
    display: flex;
    margin-top: 100px;
}
#honorPage #pagination .pagination li{
    list-style:none;
    width: 40px;
    height: 40px;
    background-color: #F2F3F5;
    display: block;
    margin-right: 20px;
}
#honorPage #pagination .pagination li:last-child{
    margin-right: 0;
}
#honorPage #pagination .pagination  a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #9B9B9B;
}
#honorPage #pagination .pagination  a .left{
    display: inline-block;
    transform: rotate(-270deg);
}
#honorPage #pagination .pagination  a .left::before{
    font-size: 20px;
    color: #9B9B9B;
}
#honorPage #pagination .pagination  a .right{
    display: inline-block;
    transform: rotate(-90deg);
}
#honorPage #pagination .pagination  a .right::before{
    font-size: 20px;
    color: #9B9B9B;
}
#honorPage #pagination .pagination  .fenyea{
    background-color: #0E57A2;
    color: #fff;
}