@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
    font-family: "microsoft yahei";
}

html{
    overflow-y:scroll;
    overflow-x:scroll;
} 

html, body {
    width:100%;
    height:100%;
    display: block!important;
}

a {
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    FONT: 16px / 1.5 "Noto Sans SC", "Microsoft YaHei", 'SimSun', 'SimHei', Arial, Helvetica, sans-serif;
    min-height: 100%;
    color: #333;
    background: #fff;
}

input,textarea,select {
    color: #020202;
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer!important;
}

h1, h2, h3, h4, h5 {
    font-size: 14px;
    color: #020202;
    font-weight: normal;
}

li {
    list-style: none;
}

#wrap,#mfooter{
    display: none;
}

.dongxun_home .dongxun{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: .5s;
    background: #fff;
} 
 
.dongxun_home .menu-shrink{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
 
.container {
    width: 78.13vw;
    margin: 0 auto;
    max-width: 92%;
}

.header_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10.94494vh;
    min-height: 5.96997vh;
    margin: 0 0.2rem;
    transition: .5s;
}

.header_box .nav_logo img:nth-child(2) {
    display: none;
}

.header_box .nav_logo img {
    max-width: 7.46vw;
}

.header_box .nav_ul{
    width: 68%;
}

.header_box .nav_ul ul {
    display: flex;
    justify-content: space-between;
}

.header_box .nav_ul ul li {
    position: relative;
    line-height: 10.94494vh;
}

.header_box .nav_ul .sub {
    width: 5.85975vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 5px;
    top: 100%;
    display: none;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    padding: 0.73247vw 0;
}

.header_box .nav_ul .nav:hover .sub {
    display: block;
}

.header_box .nav_ul .sub dd a {
    border-bottom: 1px solid rgba(153, 153, 153, 0.1);
    padding: 0 !important;
    width: 70%;
    text-align: center;
    color: #0e0101!important;
    cursor: pointer;
    font-size: 0.78129vw!important;
    line-height: 1.70909vw!important;
}

.header_box .nav_ul .sub .active a{
    color: #0557FA!important;
}

.header_box .nav_ul .sub .active a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%);
    width: 6px;
    height: 6px;
    background: #0557FA;
    border-radius: 50%;
}

.header_box .nav_ul .sub .active a hover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%);
    width: 6px;
    height: 6px;
    background: #0557FA;
    border-radius: 50%;
}

.header_box .nav_ul .sub dd a:hover{
    color: #0557FA!important;
}

.header_box .nav_ul .sub dd:hover a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%);
    width: 0.29298vw;
    height: 0.59699vh;
    background: #0515f7;
    border-radius: 50%;
}

.header_box .nav_ul .sub:before {
    content: "";
    position: absolute;
    z-index: 6;
    display: inline-block;
    background-image: url(/t/site/img/arrow.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 7px;
    left: 43%;
    margin-top: -2.18898vh;
}

.header_box .nav_ul .sub dd {
    line-height: 3.58198vh;
    text-align: center;
}

.header_box .nav_ul .sub dd a {
    color: #333;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.header_box .nav_over .sub dd:hover a{
    color: #0557FA!important;
}

.header_box .nav_over ul i::before {
    -webkit-transform: rotate(135deg)!important;
    -moz-transform: rotate(135deg)!important;
    -o-transform: rotate(135deg)!important;
    transform: rotate(135deg)!important;
    left: 4px;
}

.header_box .nav_over ul i::after {
    -webkit-transform: rotate(45deg)!important;
    -moz-transform: rotate(45deg)!important;
    -o-transform: rotate(45deg)!important;
    transform: rotate(45deg)!important;
    left: 9px;
}

.header_box .nav_ul ul li a {
    color: #000;
    transition: .35s;
    position: relative;
    display: block;
    height: 100%;
    font-size: 0.87896vw;
    cursor: pointer;
    display: inline-block;
}

.header_box .nav_ul ul li .rel::after{
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 50%;
    height: 3px;
    background: transparent;
    bottom: -0.5px;
    transition: .5s;
    z-index: 2;
}

.header_box .nav_ul ul i{
    display: inline-block;
    width: 0.97662vw;
    height: 0.97662vw;
    position: relative;
}

.header_box .nav_ul ul i::before, .header_box .nav_ul ul i::after {
    content: '';
    position: absolute;
    background-color: #000;
    width: 50%;
    height: 1px;
    width: 7px;
    top: 1.49249vh;
}

.header_box .nav_ul ul .active i::before, .header_box .nav_ul ul .active i::after {
    content: '';
    position: absolute;
    background-color: #0515f7;
    width: 50%;
    height: 1px;
    width: 7px;
    top: 1.49249vh;
}

.header_box .nav_ul ul i::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 4px;
}

.header_box .nav_ul ul i::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 9px;
}

.header_box .nav_ul ul li:hover i::before {
    transform: rotate(-45deg);
}

.header_box .nav_ul ul li:hover i::after {
    transform: rotate(45deg);
}

.header_box .nav_ul ul li:hover a , .header_box .nav_ul ul li.active a {
    color: #0557FA;
}

.header_box .nav_ul ul li:hover i::before,.header_box .nav_ul ul li:hover i::after  {
    content: '';
    position: absolute;
    background-color: #0557FA;
    width: 50%;
    height: 1px;
    width: 7px;
    top: 1.49249vh;
}

.header_box .nav_ul ul li.active a::after {
    background: #0515f7;
}

.header_box .nav_ul ul li:hover a,.header_box .nav_ul ul li.active a{
    color: #0515f7;
}

.header_box .nav_ul ul li:hover a::after,.header_box .nav_ul ul li.active a::after {
    background: #0515f7;
}

.header_box .nav_ul ul li:hover a::after, .header_box .nav_ul ul li.active a::after {
    width: 100%; left: 0;
}

.header_search {
    display: flex;
    align-items: center;
}

.clearfix{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.55235vh;
}

.nav_search .icBox{
    cursor: pointer;
}

.nav_search .icBox svg path {
    fill: #333;
}

.searchFull {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background-color: #fff;
    display: none;
}

.choseLuangage {
    position: relative;
    margin-left: 1.06494vw;
}

.choseLuangage .slibsange {
    height: 10.94494vh;
    display: flex;
    align-items: center;
}

.luangBox {
    height: 10.94494vh;
    display: flex;
    align-items: center;
    transition: .5s;
}

.luangBox svg path {
    fill: #333;
}

.luangBox span {
    color: #333;
}

.luangBox span {
    color: #fff;
    margin-left: 0.1rem;
    display: none;
}

.Luangagesub{
    width: 5.85975vw;
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 5px;
    top: 70%;
    display: none;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    padding: 0.73247vw 0;
}

.choseLuangage:hover .Luangagesub {
    display: block;
}

.Luangagesub:before {
    content: "";
    position: absolute;
    z-index: 6;
    display: inline-block;
    background-image: url(/t/site/img/arrow.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 7px;
    left: 43%;
    margin-top: -2.18898vh;
}

.Luangagesub .tit{
    line-height: 26px;
    font-size: 0.68129vw;
    font-weight: 600;
    text-align: center;
}

.Luangagesub .titul li{
    line-height: 26px;
    text-align: center;
}

.Luangagesub .titul li a {
    border-bottom: 1px solid rgba(153, 153, 153, 0.1);
    text-align: center;
    color: #333;
    cursor: pointer;
    font-size: 0.72129vw !important;
    line-height: 1.30909vw !important;
    transition: all .3s ease-in-out;
}

.Luangagesub .titul li.on a{
    color: #0557FA;
}

.Luangagesub .titul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
    background: transparent;
    bottom: -0.5px;
    transition: .5s;
    z-index: 2;
}

.Luangagesub .titul li.on a::before {
    content: '';
    position: absolute;
    left: 1.0952vw;
    top: 50%;
    transform: translateY(-40%);
    width: 0.22298vw;
    height: 0.51699vh;
    background: #0515f7;
    border-radius: 50%;
}

.searchFull .ssf-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.searchFull .ssf-fields-wrap {
    margin: 0 20%;
    position: relative;
}

.searchFull .ssf-fields-wrap .ssf-input {
    width: 100%;
    height: 60px;
    font-size: 20px;
    border: none;
    outline: none;
    border-bottom: 1px solid #a3a3a3;
}

.searchFull .ssf-fields-wrap .ssf-btn {
    cursor: pointer;
    width: 60px;
    height: 60px;
    font-size: 22px;
    text-align: center;
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    right: 0;
}

.ssfDismisser {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 31px;
    color: #8e9295;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.language {
    height: 10.94494vh;
    display: flex;
    align-items: center;
    margin-left: 1.06494vw;
}

.language .StranLink {
    width: auto;
    /*height: 3.48248vh;*/
    color: #000;
    font-size: 0.87896vw;
}

.cern{
    height: 10.94494vh;
}

.dongxun_line{
    padding: 18px 0;
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
}

.dongxun_line b{
    padding-left: 10px;
    font-weight: normal;
    padding-left: 30px;
    background: url(../img/location.png) no-repeat left center;
    font-size: 14px;
    color: #808080;
}

.dongxun_line b,.dongxun_line a{
    font-size: 14px;
    color: #808080;
}

.dongxun_line span{
    padding: 0px 5px;
    color: #808080;
}

.contact_box{
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.contact_box .clearfixon {
    display: flex;
    justify-content: space-between;
}

.box_title_h3 {
    font-size: 36px;
    color: #333333;
    font-weight: 700;
}

.contact_box .titletion dl {
    margin-top: 60px;
}

.contact_box .titletion dl dd {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.contact_box .titletion dl dd .value {
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_box .titletion dl dd span {
    font-size: 18px;
    color: #333333;
    margin-left: 10px;
}

.contact_box .titletion dl dd a {
    font-size: 18px;
    cursor: pointer;
    color: #333;
}

.contact_box .tactCode {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: flex-start;
    gap: 35px;
    margin-top: 60px;
    text-align: center;
}

.contact_box .tactCode .codeBox {
    border: 1px solid #eeeeee;
    max-width: 200px;
}

.contact_box .tactCode .codeBox img {
    max-width: 100%;
}

.contact_box .tactCode span {
    color: #777777;
    display: block;
    margin-top: 10px;
}

.contact_box .re {
    width: 55%;
    position: relative;
    z-index: 1;
}

.contact_box .re h3 {
    font-size: 36px;
    color: #333333;
    font-weight: 700;
}

.contact_box .re .disc {
    color: #777777;
}

.contact_box .re form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.contact_box .re .col2 {
    position: relative;
    width: 48%;
    margin-bottom: 50px;
}

.contact_box .re .col2 input {
    background: none;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    color: #333;
    width: 100%;
    outline: none;
    padding: 10px 0;
}

.contact_box .re label {
    font-weight: 400;
    color: #888;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: .5s;
    left: 0;
}

input.form-control:focus + label {
    top: -20px; 
    font-size: 14px;
}

.contact_box .re label span {
    color: #BA0703;
}

.contact_box .re .col4 {
    margin-top: 20px;
    margin-top: 60px;
}

.contact_box .re .col3 {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.contact_box .re .subinput {
    margin-top: 20px;
    cursor: pointer;
    width: 100%;
}
 
.contact_box .re .sub {
    width: 180px;
    height: 62px;
    border-radius: 31px;
    border: none;
    background: #0415F8;
    color: #ffffff;
    font-weight: 400;
    outline: none;
    cursor: pointer;
}

/*pc头部结束*/
.w1400{
    width: 1200px;
}

.contact_box .dongxun_article {
    text-align: justify;
    width: 63%;
}

.contact_box .dongxun_article .title {
    font-weight: bold;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    padding: 30px 0 30px 0;
}

.contact_box .dongxun_article .title h1 {
    font-size: 32px;
    font-weight: normal;
    line-height: 150%;
}

.contact_box .dongxun_article .source {
    color: #999;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.contact_box .dongxun_article .time {
    font-size: 14px;
}

.contact_box .dongxun_article .source .dongxun_source .asource {
    margin-left: 20px;
}

.contact_box .dongxun_article .dongxun_content .conmain p,.contact_box .dongxun_article .dongxun_content .conmain h2,.contact_box .dongxun_article .dongxun_content .conmain h3,.contact_box .dongxun_article .dongxun_content .conmain h4,.contact_box .dongxun_article .dongxun_content .conmain h5 {
    line-height: 200%;
    font-size: 18px;
    margin-top: 26px;
    text-indent: 2em;
    text-align: justify;
}

.contact_box .dongxun_article .dongxun_content .conmain .f_center{
    text-align: center;
    text-indent: 0;
}

.contact_box .dongxun_article .dongxun_content .conmain img {
    max-width: 65%;
}

.dongxun_content .tag_info{
    font-weight: 400;
    color: #fff;
    height: 26px;
    clear: both;
    line-height: 26px;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.dongxun_content .tag_info .sorter{
    display: inline-block;
    margin-right: 20px;
    opacity: .8;
    font-size: 16px;
}

.dongxun_content .tag_info .category{
    /*display: flex;
    justify-content: space-between;*/
}

.dongxun_content .tag_info .category dd {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
}

.dongxun_content .tag_info .category span {
    padding: 5px 10px;
    background: #e5e5e5;
    color: #333333;
    border-radius: 2px;
    margin-right: 10px;
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
}

.dongxun_content .tag_info .category .infotextkey{
    color: #2e2d3c;
    font-size: 14px;
}

.contact_box .dongxun_article .dongxun_content .relevant{
    padding: 30px 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_box .dongxun_content .relevant .nextlink,.contact_box .dongxun_content .relevant .prevlink {
    line-height: 50px;
    padding: 0 20px;
}

.contact_box .dongxun_content .relevant .newslist_back{
    display: inline-block;
    border: 1px dashed #e5e5e5;
    width: 160px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.contact_box .dongxun_content .relevant .newslist_back:hover{
    background: #f8f8f8;
}

.contact_box .dongxun_content .relevant .newslist_back:hover .news_icon{
    color:#fff;
}

.contact_box .dongxun_content .relevant .newslist_back .news_icon {
    color: #ff7019;
    font-size: 25px;
    margin-right: 8px;
    position: relative;
    top: 8px;
}

.contact_box .dongxun_content .relevant a {
    color: #666;
    font-size: 14px;
    cursor: pointer!important;
}

.contact_box .dongxun_content .relevant a:hover{
    color: #0557FA;
}

.contact_box .right{
    width: 30%;
}

.contact_box .right .fixed{
    /*position: fixed;*/
}

.contact_box .right .titlefix{
    line-height: 130%;
    margin-bottom: 15px;
}

.contact_box .right .clearrd,.contact_box .right .cleardl{
    background: #f8f8f8;
    padding: 16px;
    margin-top: 40px;
}

.contact_box .right .title {
    font-size: 18px;
    position: relative;
}

.contact_box .right .title:after {
    content: '';
    width: 50px;
    height: 3px;
    background: #1669e4;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.contact_box .right .clearrd ul li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-right: 7px;
    line-height: 150%;
}

.contact_box .right .clearrd ul li:last-of-type,.contact_box .right .cleardl ul li:last-of-type{
    border-bottom: 0px solid #ddd;
}

.contact_box .right .clearrd a {
    color: #222;
    font-size: 14px;
}

.contact_box .right .clearrd a:hover,.contact_box .right .cleardl h4:hover{
    color: #1669e4;
}

.contact_box .right .datatime{
    position: absolute;
    right: 0;
    top: 20px;
    color: #ddd;
}

.contact_box .right .cleardl li {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}

.contact_box .right .cleardl a{
    position: relative;
    display: flex;
    justify-content: space-between;
}

.contact_box .right .cleardl .pic {
    width: 32%;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.contact_box .right .cleardl .pic img{
    max-width: 100%;
    max-height: 100%;
}

.contact_box .right .cleardl .txt{
    width: 63%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

/*网站底部*/
.site-footer {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .088em;
    background: #1E293F;
}

.site-footer .footer-related{
    padding: 30px 0 20px;
    overflow: hidden;
    border-bottom: 1px solid #4b5054;
}

.site-footer .w1210 {
    width: 78.13vw;
    margin: 0 auto;
    max-width: 92%;
}

.site-footer a:hover {
    color: #ff7300!important;
}

.site-footer .footer-article {
    width:85%;
}

.site-footer .footer-article dl {
    margin-right: 10%;
    float: left;
}

.site-footer .footer-article dl dt,.site-footer .footer-article dl h6 {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.site-footer .footer-article dl dd {
    line-height: 200%;
}

.site-footer .footer-article a {
    color: #fff;
    cursor: pointer;
}

.site-footer .col-code {
    margin-top: 30px;
    width: 120px;
    text-align: center;
}

.site-footer .col-code p{
    color: #fff;
}

.site-footer .col-code img {
    width: 120px;
    height: 120px;
    margin-bottom: 5px;
}

.site-footer .copyright {
    width: 78.13vw;
    margin: 0 auto;
    max-width: 92%;
    padding: 20px 0;
    overflow: hidden;
    color: #fff!important;
}

.site-footer .copyright a,.site-footer .col-code span{
    color: #fff;
}

.site-footer .copyright .info-text {
    color: #fff!important;
}

.site-footer .copyright .info-text em {
    font-weight: bold;
    font-style: normal;
    padding: 0 0.1rem;
}

.site-footer .copyright .Copyr-txt span{
    margin: 0 3px;
    color: #fff;
}

@media screen and (max-width: 800px) {
@charset "UTF-8";html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    word-wrap: break-word;
    font-size: inherit;
    line-height: inherit;
}

html, body {  
    -webkit-text-size-adjust: 100%; /* WebKit 浏览器（如 Chrome 和 Safari）的文本大小调整 */  
    -ms-text-size-adjust: 100%; /* Microsoft 浏览器的文本大小调整 */  
    user-select: none; /* 禁止用户选择文本，可选，取决于你的需求 */  
    touch-action: pan-y;  
}  

body {
    margin: 0;
    letter-spacing: 0;
    flex-direction: column;
    background: #f1f8fe;
    touch-action: pan-x;
    touch-action: pan-y;
}

img {
    border-style: none;
}

#wrap,#mfooter{
    display: block!important;
}

.cern,.contact_box .right{
    display: none;
}

.overector{
    overflow: hidden; 
    position: fixed;
}

/*wap头部*/

.dongxun_home .menu-shrink {
    height: 1.2rem!important;
}

.dongxun_home .dongxun {
    width: 100%;
    height: 1.2rem;
    position: relative;
    background: #f1f8fe;
    left: 0;
    top: 0;
    z-index: 9999;
}

.dongxun_home .dongxun .head{
    display: none!important;
}

.dongxun_home .dongxun .mobile{
    display:block;
    height: auto;
    overflow: auto;
}

.dongxun_home .dongxun .mobile .space{
    width: 95%!important;
    min-width: auto!important;
    margin: 0 auto;
    display: block;
    background: #f1f8fe;
}

.dongxun_home .dongxun .mobile .space .navbar-toggle {
    position: relative;
    float: right;
    margin-right: .05rem;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    border:none;
    transition: all .3s ease-out 0s;
    margin-top: 0.4rem;
}

.dongxun_home .dongxun .mobile .space .navbar-toggle .icon-bar {
    display: block;
    width: 0.45rem;
    height: 0.05rem;
    border-radius: 1px;
    transition: all .3s ease-out .3s;
    background: #1a54a5;
}

.dongxun_home .dongxun .mobile .space .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 0.08rem;
}

.dongxun_home .dongxun .navbar-on .navbar-toggle {
    position: fixed;
    z-index: 1000;
    right: 0;
    background: none!important;
    border: 0!important;
    color: #999;
    transition: all .3s ease-out 0s;
}

.dongxun_home .dongxun .navbar-on .icon-bar-1 {
    margin-bottom: 0;
    -webkit-transform: rotate(-45deg) translate(-0.1rem,0.12rem);
    transform: rotate(-45deg) translate(-0.1rem,0.12rem);
}

.dongxun_home .dongxun .navbar-on .icon-bar-2 {
    opacity: 0;
}

.dongxun_home .dongxun .navbar-on .icon-bar-3 {
    -webkit-transform: rotate(45deg) translate(-3px,-5px);
    transform: rotate(45deg) translate(-3px,-5px);
}

.dongxun_home .dongxun .navbar-on .icon-bar {
    transition: all .3s ease-out .3s;
    background: #1a54a5!important;
}

.dongxun_home .dongxun .navbar-on .navbar-collapse {
    display: block!important;
    position: fixed!important;
    z-index: 998!important;
    width: 100%!important;
    height: 100%!important;
    margin: 0!important;
    background: #f1f8fe;
    transition: all .3s ease-out 0s;
    overflow: auto;
    border: 0;
}

.dongxun_home .dongxun .navbar-on .navbar-collapse .wpcom-adv-menu {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border-top: 1px solid rgba(0,0,0,.05);
    position: relative;
}

.dongxun_home .dongxun .navbar-on .navbar-collapse .wpcom-adv-menu li {
    display: block!important;
    width: 100%!important;
}

.dongxun_home .dongxun .navbar-on .navbar-collapse .wpcom-adv-menu li a {
    display: block!important;
    padding: 0 0.35rem;
    font-weight: 400;
    font-size: 0.28rem;
    line-height: 0.88rem!important;
    color: #1a54a5;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.dongxun_home .dongxun .navbar-on .navbar-collapse .wpcom-adv-menu .active a{
    font-weight: bold;
}

.dongxun_home .dongxun .navbar-on .navbar-collapse .wpcom-adv-menu .dropdown {
    position: relative;
}

.dongxun_home .dongxun .navbar-on .navbar-collapse .wpcom-adv-menu .dropdown a {
    display: block!important;
    padding: 0 0.35rem;
    font-weight: 400;
    font-size: 0.28rem;
    line-height: 0.88rem!important;
    color: #1a54a5;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.dongxun_home .dongxun .navbar-on .navbar-collapse .wpcom-adv-menu .dropdown .m-dropdown {
    display: block;
    height: auto;
    position: absolute;
    right: 3px;
    top: 0;
    width: 50px;
    text-align: center;
    color: #fff;
    transition: all .3s ease-out 0s;
}

.dongxun_home .dongxun .navbar-on .navbar-collapse .wpcom-adv-menu .dropdown .m-dropdown i {
    font-size: 24px;
    line-height: 48px;
    opacity: .7;
    transition: all .3s ease-out 0s;
}

.dongxun_home .dongxun .navbar-on .navbar-collapse .wpcom-adv-menu .dropdown .m-dropdown .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dongxun_home .dongxun .navbar-on .navbar-collapse .wpcom-adv-menu .dropdown .m-dropdown .fa-angle-down:before {
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(135deg);
    border-top: solid 2px #1a54a5;
    border-right: solid 2px #1a54a5;
    width: 10px;
    height: 10px;
    left: 19px;
    top: 20px;
}

.dongxun_home .dongxun .navbar-on .navbar-collapse .wpcom-adv-menu .dropdown .m-dropdown:after {
    position: absolute;
    left: 0;
    top: 7px;
    width: 1px;
    height: 34px;
    content: "";
    background: rgba(0,0,0,.07);
}

.dongxun_home .dongxun .navbar-on .navbar-collapse .wpcom-adv-menu .open.dropdown>div .fa-angle-down:before {
    transform: rotate(135deg);
    left: 21px;
    top: 18px;
}

.dongxun_home .dongxun .navbar-on .navbar-collapse .wpcom-adv-menu .dropdown .dropdown-menu {
    position: relative;
    display: none;
    float: none;
    width: 100%!important;
    left: 0!important;
    padding: 1px 0!important;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible;
    background: rgba(0,0,0,.05);
    opacity: 1;
    box-shadow: none;
    border-top: 0;
    box-sizing: border-box!important;
}

.dongxun_home .dongxun .mobile .primary-menu .wpcom-adv-menu .open .down {
    display: block!important;
}

.dongxun_home .dongxun .mobile .navbar-header .nav_logo {
    position: relative;
    align-items: center;
    display: flex;
    height: 1.2rem;
}

.dongxun_home .dongxun .mobile .navbar-header .nav_logo .logo {
    float: none;
    display: table-cell;
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    transition: all .3s ease-out 0s;
}

.dongxun_home .dongxun .mobile .navbar-header .nav_logo .logo img,.dongxun_home .dongxun .mobile .navbar-header .nav_logo .slogan img {
    max-height: 0.5rem;
}

.dongxun_home .dongxun .mobile .navbar-header .nav_logo .slogan{
    align-items: center;
    display: flex;
}

.dongxun_home .dongxun .mobile .navbar-collapse {
    display: none;
}

.dongxun_home .dongxun .mobile .navbar-collapse .primary-menu {
    margin-left: 0 !important;
    margin: 0;
    float: none!important;
}

.contact_box {
    padding: 0;
}

.contact_box .dongxun_article {
    width: 100%!important;
}


/*立即致电*/
.register {
    padding: 0.4rem 0 0.35rem;
}

.register .title {
    padding-bottom: 0.2rem;
    font-size: 0.3rem;
}

.register .desc {
    padding-bottom: 0.2rem;
    font-size: 0.26rem;
}

.register .btn {
    width: 1.6rem;
    height: 0.45rem;
    font-size: 0.25rem;
    line-height: 0.45rem;
}

#xun_gotop {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 2px;
    display: block!important;
    background: rgba(255,255,255,.9);
    position: fixed;
    right: 15px;
    bottom: 50px;
    color: #666;
    z-index: 999;
}

#xun_gotop .Catalog_box_up{
	display: flex;  
	justify-content: center;
	align-items: center;
}

#xun_gotop .Catalog_box_up:before {  
    content: "";  
    position: absolute; 
    top: 25%; 
    width: 0.4rem; 
    height: 0.4rem;
    background-image: url('../img/arrow-top-svgrepo-com.svg');  
    background-size: contain;
    background-repeat: no-repeat;
}

/*网站底部*/

.dongxun_link,.site-footer{
    display: none!important;
}

#mfooter {
    width: 100%;
    display: block;
    border-top: 1px solid #e6e6e6;
    clear: both;
    background: #28489c;
    background-image: url(/t/site/img/box.png);
    padding: 0.2rem 0;
    text-align: center;
}

#mfooter .foot_Copyright{
    padding:0 10px;
}

#mfooter p,#mfooter p span,#mfooter p a{
    color: #fff;
    line-height: 150%;
    font-size: 3.8vw;
}

/*字体*/
@media only screen and (min-width:751px) {
    html {
        font-size:100px;
    }
}
@media only screen and (max-width:750px) {
    html {
        font-size:100px;
    }
}
@media only screen and (max-width:640px) {
    html {
        font-size:85.3333px;
    }
}
@media only screen and (max-width:540px) {
    html {
        font-size:72px;
    }
}
@media only screen and (max-width:480px) {
    html {
        font-size:64px;
    }
}
@media only screen and (max-width:414px) {
    html {
        font-size:55.2px;
    }
}
@media only screen and (max-width: 400px) {
    html {
        font-size:53.3333px;
    }
}
@media only screen and (max-width: 375px) {
    html {
        font-size:50px;
    }
}
@media only screen and (max-width: 360px) {
    html {
        font-size:48px;
    }
}
@media only screen and (max-width: 320px) {
    html {
        font-size:42.6667px;
    }
}