html {
    font-size: 14px;
}
a {
    cursor: pointer;
    text-decoration: none;
}
body {
    /* overflow-x: hidden; */
    background-color: #F3F3F3;
}

/**::-webkit-scrollbar {*/
/*    background: rgba(237, 144, 28, 0.1);*/
/*    width: 0;*/
/*    height: 0;*/
/*}*/

*::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 0.75rem;
}
.hidden {
    display: none;
}
.contentbox{
    width: 580px;
}
.h_title{
    
    height: 40px;
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    position: relative;
}
.h_title::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1767AE;
}

header {
    width: 100%;
    background: #ffffff;
    height: 260px;
}
header .account_box{
    height: 44px;
    border-bottom: 1px solid #e3dfdf;
    line-height: 44px;

}
header .account_box .account{
    width: 1400px;
    height: 44px;
    position: relative;
    margin: 0 auto;
}
header .account_box .account > .login_box{
    position: absolute;
    right:0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:80px;
}
header .account_box .account .login_box .centerline{
    width: 1px;
    height: 12px;
    background: #333333;
    margin: 0 10px;
}

header .site_box,.navigation_box{
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
header .site_box{
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .site_box .contact_info{
    width: 325px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 1;
}
header .site_box .contact_info p{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-weight: 500;
}
header .site_box .contact_info a{
    font-size: 40px;
    color: #1479D7;
    line-height: 40px;
}
header .navigation_box{
    width: 100%;
    background: #1767AE;
}
header .navigation_box .navigation{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1767AE;
}
header .navigation_box .navigation.centerhead{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: start;
    background: #1767AE;
}
header .navigation_box .navigation a{
    color: #ffffff;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    width: 140px;
    text-align: center;
    text-decoration: none;
}
header .navigation_box .navigation a.active{
    background: #0A4D88;
}


.part1{
    width: 1200px;
    height: 460px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.part1 .picnotice{
    width:580px;
    height: 460px;
    border-radius: 10px;
}
.part1 .listnotice{
    width:600px;
    height: 460px;
    border-radius: 10px;
    padding: 20px 0;
}

.part1 .listnotice h3{
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;

}
.part1 .listnotice .noticelist{
    margin-top: 20px;
}
.part1 .listnotice .noticelist p{
    width: 560px;
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.part1 .listnotice .noticelist p::before{
    content: "•";
    color: #333333;
    font-size: 14px;
    margin-right: 10px;
}



.part2{
    width: 1200px;
    height: 460px;
    border-radius: 10px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.part2 .newslist{
    width: 580px;
    height: 460px;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 30px;
}


.part2 .newslist,.goodscenter h3{
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
}

.part2 .newslist .noticelist{
    margin-top: 20px;
}
.part2 .newslist .noticelist > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.part2 .newslist .noticelist > div > a{
    width: 400px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.part2 .newslist .noticelist > div > span{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
}
a.btn_join{
    width: 220px;
    background: rgba(23,103,174,0.1);
    border-radius: 8px;
    border: 1px solid #1767AE;
    font-weight: 400;
    font-size: 20px;
    color: #1767AE;
    line-height: 40px;
    text-align: center;
    font-style: normal;
}

.selectstyle{
    width: 106px;
    height: 40px;
    background: rgba(23,103,174,0.1);
    border-radius: 8px;
    border: 1px solid #1767AE;
    font-weight: 400;
    font-size: 18px;
    color: #1767AE;
    line-height: 40px;
    text-align: center;
    font-style: normal;
}
.part2 .goodscenter{
    width: 780px;
    height: 460px;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 30px;
}
.part2 .goodscenter .switchsort{
    margin: 20px auto;
}
.part2 .goodscenter .sortitem{
    width: 92px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    border: 1px solid #333333;
    opacity: 0.5;
    text-align: center;
    font-size: 18px;
    margin-right: 20px;
    cursor: pointer;
}
.part2 .goodscenter .sortitem.active{
    width: 92px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    border: 1px solid #1767AE;
    font-weight: 400;
    font-size: 18px;
    color: #1767AE;
    text-align: center;
    font-style: normal;
}

.itemlists span.showdetail{
    font-weight: 400;
    font-size: 16px;
    color: rgba(51,51,51,0.5);
    line-height: 40px;
    text-align: left;
    font-style: normal;
}
.itemlists .item {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.itemlists .item a.itemhref .title{
    width: 460px;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #333333;
    font-size: 16px;
    line-height: 40px;
}
.itemlists .item a.itemhref .showdetail{
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.itemlists .item a.itemhref .showdetail::after{
    content: url("../images/btn_more.png");
    font-size: 8px;
    color: #333333;
    margin-left: 10px;
    position: relative;
    top: 7px;
}
.part2 .platform{
    width: 380px;
    height: 460px;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 30px;
}
.part2 .platform a{
    width: 320px;
    height: 110px;
    line-height:110px;
    background: rgba(40,113,179,0.1);
    border-radius: 8px;
    font-weight: 500;
    font-size: 28px;
    color: #2871B3;
    text-align: center;
    font-style: normal;
 }

.part2 .switchtitle{
    height: 60px;
    border-bottom: 1px solid #D8D8D8;
}
.part2 .switchtitle label{
    height: 40px;
    font-weight: 400;
    font-size: 22px;
    color: rgba(51,51,51,0.42);
    line-height: 40px;
    text-align: left;
    font-style: normal;
    cursor: pointer;
}
.part2 .switchtitle label.active{
    height: 40px;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
}
.part2 .switchtitle label.active::after{
    content: " ";
    display: block;
    width: 60px;
    height: 6px;
    background: #2871B3;
    border-radius: 3px;
    position: relative;
    bottom: -15px;
    left: calc(50% - 30px);
}


.part2 .newslist .noticelist2{
    margin-top: 20px;
}
.part2 .newslist .noticelist2 > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.part2 .newslist .noticelist2 > div > a{
    width: 400px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.part2 .newslist .noticelist2 > div > span{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
}

.part2 .newslist a.more{

    font-weight: 400;
    font-size: 18px;
    color: rgba(51,51,51,0.5);
    line-height: 28px;
    text-align: right;
    font-style: normal;
}
.part2 .newslist a.more::after{
    content: url("../images/news_more.png");
    font-size: 10px;
    color: #333333;
    margin-left: 0px;
    position: relative;
    top: 5px;
 }
.partener {
    width:100%;
    margin: 30px auto;
}
.partener .partener_item{
    width:150px;
    /*height: 120px;*/
    position: relative;
    cursor: pointer;
    margin-right: 30px;
    margin-bottom: 30px;
}
.partener .partener_item:nth-child(3n){
    margin-right: 0;
}
.partener .partener_item .img img{
    width: 150px;
    height: 120px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.partener .partener_item .item_title{
    width: 150px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*position: absolute;*/
    /*bottom: 0;*/
    line-height: 30px;
    padding: 0 5px;
}
.partener .partener_item .item_desc{
    width: 240px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(51,51,51,0.5);
    text-align: left;
    font-style: normal;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

footer {
    width: 100%;
    height: 320px;
    background: #ffffff;
}

footer .footer{
    width: 1200px;
    margin: 0 auto;
}
footer .footer .footer_line1{
    padding: 20px 0 10px;
    /*height: 214px;*/
}

footer .footer .footer_line1 .line_item{
    width: 180px;
    padding: 0 30px 20px 20px;
    /*border-right: 1px solid #dad9d9;*/
    position: relative;
}
footer .footer .footer_line1 .line_item::after{
    position: absolute;
    right: 0;
    top: 0;
    height: 70%;
    width: 1px;
    content: '';
    background-color: #dad9d9;
}
footer .footer .footer_line1 .line_item:last-child{
    border-right: none;
}
footer .footer .footer_line1 .line_item .line_item_title{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}
footer .footer .footer_line1 .line_item .line_item_list{
    height: 160px;
}
footer .footer .footer_line1 .line_item .line_item_list a{
    height: 30px;
    line-height: 30px;
    margin-bottom: 6px;
    color: rgba(51, 51, 51, 0.5);
    font-weight: 500;
}
footer .footer .footer_line2{
    padding: 10px 0;
    font-size: 14px;
    color: #333333;
}
footer .footer .footer_line2 > div{
    margin: 0 30px;
}

/*登录注册*/

.login_body {
    background: url("../images/login_bg.jpg") top center no-repeat;
    background-size: cover;
}
.login_body_main {
    width: 1200px;
    margin: 0 auto;
}


.header .site_box{
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
.header .site_box{
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .site_box .contact_info{
    width: 255px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 1;
}
.header .site_box .contact_info p{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-weight: 500;
}
.header .site_box .contact_info a{
    font-size: 30px;
    color: #1479D7;
    line-height: 40px;
}

.login_body_main .login_box {
    width: 1200px;
    height: 800px;
    background-color: #fff;
    border-radius: 30px;
    background: #ffffff url("../images/login_main_left.jpg") top left no-repeat;
    margin: 40px auto;
    background-size: 50% 100%;
}
.login_body_main .login_box .login_main {
    width: 600px;
    height: 800px;
    padding: 40px;
}
.login_body_main .login_box .login_main_forreg {
    width: 600px;
    height: 800px;
    padding: 20px;
}
.login_body_main .login_box .login_main .switch_title{
    height: 70px;
    border-bottom: 2px solid #D8D8D8;
    font-weight: 500;
    font-size: 32px;
    color: #333333;
    line-height: 44px;
    text-align: left;
    font-style: normal;
}
.login_body_main .login_box .login_main .switch_title > div {
    cursor: pointer;
    width : 50%;
    text-align: center;
    position: relative;
}
.login_body_main .login_box .login_main .switch_title > div.active {
    color: #1479D7;
}

.login_body_main .login_box .login_main .switch_title > div.active::after {
    content: "";
    position: absolute;
    left: calc(50% - 27px);
    bottom: -1px;
    width: 54px;
    height: 2px;
    background: #1479D7;
}
.upload_box{
    background-color: #F2F2F2;
    margin: 0 20px;
    padding: 10px 0;
    margin-bottom: 20px;
    border-radius: 10px;
}
.upload_box .button-box-up{
    
    margin-top: 20px;
    align-items: center;
}
.inputline {
    margin-top: 40px;
}
.inputline.reginput {
    margin-top: 30px;
    height: 60px;
}
.inputline.mt-10 {
    margin-top: 10px;
    
}
.inputline label{
    width: 48px;
    height: 32px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
}
.inputline .inputbox .inputtext{
    width: 520px;
    height: 65px;
    line-height: 65px;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 0 20px;
    border: none;
    outline: none;
    font-size: 20px;
}
.login_main_forreg .inputline .inputbox .inputtext{
    width: 520px;
    height: 65px;
    line-height: 65px;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 0 20px;
    border: none;
    outline: none;
    font-size: 20px;
}
.inputline .inputbox .inputtext::-webkit-input-placeholder{
    color: rgba(51,51,51,0.5);
}
.inputline .inputbox .inputtext:focus{
    border: none;
    outline: none;
}
.login_body_main .login_box .button-box {
    /*height: 190px;*/
    margin-top: 30px;
    align-items: center;
}
.login_body_main .login_box .button-box >button,a.btn_reg{
    height: 65px;
    display: block;
    cursor: pointer;
}
.btn_reg {
    width: 520px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #1479D7 !important;
    font-weight: 400;
    font-size: 28px;
    color: #1479D7;
    font-style: normal;
}
.btn_reg:hover{
    color: #1479D7;
}
.btn_login {
    width: 520px;
    height: 65px;
    background: #1479D7;
    border-radius: 20px;
    line-height: 1;
    text-align: center;
    border: 1px solid #1479D7;
    font-weight: 400;
    font-size: 28px;
    color: #ffffff;
    font-style: normal;
}
.inputtext .layui-form-radio {
    margin: 0;
}
.inputtext .layui-form-radio>i:hover,.inputtext .layui-form-radioed>i {
    color: #1479D7;
}

.inputtext .layui-form-radio>i:hover,.inputtext .layui-form-radioed>i {
    color: #1479D7;
}

.center_main_box{
    width: 1400px;
    margin: 40px auto;
    background: #ffffff;
    padding: 40px;
}
.center_main_box_p_0{
    width: 1400px;
    margin: 40px auto;
    background: #ffffff;
}
.goodsbox{
    /*width: 340px;*/
    width: 260px;
    /*height: 458px;*/
    height: 400px;
}
.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #1479D7 !important;
    /*color: #1479D7;*/
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #1479D7 !important;
    background-color: #ffffff;
    color: #1479D7 !important;
}

.labelstyle {
    width: 120px;
    color: rgba(51,51,51,0.5);
}
.labeladdstyle {
    color: rgba(51,51,51);
    width: 160px;
    text-align: left;
    position: relative;
    font-size: 16px;
}
.labeladdstyle::before{
    content: '';
    
    position: absolute;
    width: 4px;
    height: 20px;
    background: #1767AE;
    border-radius: 3px;
    left: -20px;
    top: 10px;
}
.layui-input-block{
    margin-left: 160px;
}
.layui-form-checkbox[lay-skin=primary] span {
    padding-left: 0;
    padding-right: 15px;
    line-height: 18px;
    background: 0 0;
    color: #333;
}
.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
    background: #ffffff;
}
.layui-table-view {
    border: none;
}
.layui-table-view .layui-table th{
    border: none;
    font-weight: bold;
}

/*左侧菜单*/
.article_class {
    width:220px;
    background: #ffffff;
    padding: 20px;
}

.article_class_header{
    background: #1767AE;
    height: 80px;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
}
.article_class_list li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #b8b6b6;
}
/*新闻详情*/
.article {
    width: 1200px;
    margin: 30px auto;
}
.article_right ,.article_detail_left{
    width: 950px;
    background: #ffffff;
    padding: 30px;
}
.article_right h2.title{
    font-size: 28px;
    font-weight: normal;
    line-height: 2.5;
    text-align: center;
}
.article_right .date{
    line-height: 3;
}
.article_right .line{
    opacity: 0.3;
    border: 1px solid rgba(51,51,51,0.5);
}
.article_right .text{
    color: rgba(51,51,51,0.5);
    line-height: 2;
    padding: 30px 0;
}
.article_right .text p{

}
.article_right .artPage{
    height: 60px;
    line-height: 60px;
}

.inner_page_container {
    width: 1200px;
    margin: 30px auto;
}
.inner_page_left_content ul li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #3b97d7;
}
.inner_page_left_content ul li .title{
    font-weight: 600;
}
.article_item{
    padding: 10px 0;
}
.article_item .cover{
    margin-right: 30px;
    height: 160px;
    border-radius: 5px;
}
.article_item .title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}
.article_item .desc{
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.5;
}
.article_item .date{
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.5;
    text-align: left;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #3b97d7;
}
.layui-btn-normal{
    background: #3b97d7;
}

.layui-form-select dl dd.layui-this {
    background-color: #3b97d7;
}
 .layui-form-radioed>i {
     color: #3b97d7;
 }
 .page{
     width: 1400px;
     margin: 20px auto;
     /*background: #ffffff;*/
     text-align: center;
 }
 .pagination{
     display: flex;
     justify-content: center;
     align-items: center;
 }
.pagination li {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 5px;
    background: #ffffff;
}
.pagination li.active{
    background: #3b97d7;
    color: #ffffff;
}
.goodstitle{
    width: 230px;
    /*width: 310px;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
}
.price_box{
    height: 60px;
}
.compayinfo{
    position: relative;
}
.compayinfo ul{
    display: none;
}
.compayinfo ul li{
    padding: 0 5px;
}
.compayinfo ul li:hover{
    background: #3b97d7;
}
.compayinfo ul li:hover a{
    color: #ffffff;
}
.compayinfo:hover ul{
    display: block;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(99,99,99,0.1);
}

.center_main_box_new {
    background: transparent;
    width: 1200px;
    padding: 0;
    display: flex;
}

.reg__agreement {
    font-size: 20px;
    margin-bottom: 15px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.reg__agreement input[type=checkbox] {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.reg__agreement .layui-form-checkbox {
    display: none;
}

.reg__agreement a {
    color: #1479d7;
}


.login_main_contnetbox {
    width: 600px;
    height: 800px;
    padding: 20px;
    background: #ffffff;
}
.login_main_contnetbox .content_box{
    /*padding: 20px;*/
    width: 100%;
    height: 100%;
}
.content_box .content_box_iframe{
    width: 100%;
    height: 100%;
    border: 1px solid #cccccc;
}

