/*公共的css*/
/*初始化的css*/
@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../fonts/Source_Han_Sans_SC_Normal_Normal.otf');
}

@font-face {
    font-family: 'SourceHanSansRE';
    src: url('../fonts/SourceHanSansCN-Regular.otf');
}
@font-face {
    font-family: "newfont";
    src: url("../fonts/HarmonyOSMedium.ttf");
}

* {
    margin: 0;
    padding: 0;
    font-family: "SourceHanSansCN", Microsoft YaHei, 微软雅黑, Arial, Helvetica;
    letter-spacing: 0px;
}

a {
    color: #333;
    text-decoration: none;

}

a:focus, a:hover {
    text-decoration: none;
outline: none;
}

a:hover {
    text-decoration: none;
}

ul, ol {
    list-style-type: none;
    margin-bottom: 0
}

img {
    border: 0;
    max-width: 100%;
}

.container {
    margin: 0 auto;
    position: relative;
}
.container1260{
    max-width: 1260px;
    display: block;
    margin: 0 auto;

}

.clear {
    clear: both;
}

body {
    overflow-x: hidden;
    background: #f3f6fa;
}

h1, h2, h3, h4, h5, h6, b {
    font-weight: normal;
    margin: 0
}

input, textarea, select {
    outline: medium;
}

p {
    text-align: justify;
    margin: 0
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container-fluid {
    padding: 0;
    width: 100%;
}

.bigimg {
    display: block;
    font-size: 0;
    overflow: hidden;
}

.bigimg img {
    width: 100%;
    transition: all 0.3s;
}

.bigimg img:hover {
    transform: scale(1.08);
}

.hide {
    display: none !important;
}

.disfixcen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.disfixspace {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.disfixstart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.disblockbox {
    display: block;
    overflow: hidden;
}

.ellipsis {
    display: block;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 溢出部分显示省略号 */
}

@media (min-width: 1720px) {
    .pcnavbox .container {
        width: 1720px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1600px;
        padding: 0;
    }
}

body {
    padding: 184px 0 0 0;
}

/*pc端导航区域*/
.pcnavbox {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 100;
    padding: 18px 0 22px 0;
    background: #ffffff;
    box-shadow: 0px 0px 3px #b7b7b7;
}

.pcnavbox .logoimg {
    display: inline-block;
}

.pcnavbox .pcsosobox {
    text-align: right;
    display: block;
    overflow: hidden;
    margin: 10px 0 0 0;
}

.pcnavbox .pcsosobox a {
    display: inline-block;
    float: right;
    color: #034387;
    font-size: 16px;
    letter-spacing: -0.5px;
    margin: 8px 40px 0 0;
}

.pcnavbox .pcsosobox a i {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../img/icon1.png) no-repeat center;
    background-size: 100%;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

.pcnavbox .pcsosobox form {
    float: right;
    width: 330px;
    height: 40px;
    border: 1px #034387 solid;
    position: relative;
    border-radius: 1px;
}

.pcnavbox .pcsosobox form input {
    width: 100%;
    height: 100%;
    border: none;
    display: inline-block;
    font-size: 16px;
    color: #333333;
    padding: 0 60px 0 10px;
}

.pcnavbox .pcsosobox form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 38px;
    display: inline-block;
    background-color: #034387;
    border: none;
}



.pcnavbox .navlistul {
    display: block;
    margin: 26px 0 0 0;
}

.pcnavbox .navlistul > li {
    display: inline-block;
    float: left;
    padding: 0 30px;
    position: relative;
    text-align: center;
}

.pcnavbox .navlistul > li:last-child {
       /*padding: 0 0 0 20px;*/
}

.pcnavbox .navlistul > li > a {
    color: #333333;
    font-size: 27px;
    font-weight: 400;
    line-height: 28px;
    display: inline-block;
    position: relative;
    padding: 0 0 6px 0;
    text-align: center;
}
.pcnavbox .navlistul > li.acitve >a ,
.pcnavbox .navlistul > li.acitve >a>span,
.pcnavbox .navlistul > li > a:hover > span,
.pcnavbox .navlistul > li > a:hover {
    color: #034387;
}

.pcnavbox .navlistul > li > a span {
    display: block;
    color: #333333;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 6px 0 0 0;
}

.pcnavbox .navlistul > li ul {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 100%;
    background: #034387;
    border-radius: 2px;
    padding: 0;
    box-shadow: 0 0 3px #e7e7e730;
}

.pcnavbox .navlistul > li ul:after {
    position: absolute;
    top: -8px;
    left: 50%;
    content: ' ';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    transform: translate(-50%, 0);
    border-bottom: 8px solid #034387;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    display: none;
}

.pcnavbox .navlistul > li ul li {
    display: block;
    padding: 0 10px;
}

.pcnavbox .navlistul > li ul li a {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    height: 0;
    position: relative;
    padding: 0 0;
    color: #ffffff;
    transition: all 0.2s;
}

.pcnavbox .navlistul > li:hover ul {
    padding: 6px 0;
}

.pcnavbox .navlistul > li:hover ul:after {
    display: block;
}

.pcnavbox .navlistul > li:hover ul li a {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px #f1f1f142 solid;

    display: block;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 溢出部分显示省略号 */
}

.pcnavbox .navlistul > li:hover ul li:last-child a {
    border-bottom: none;
}

.pcnavbox .navlistul > li:hover ul li:hover a {
    background: #ffffff1a;
}

/*手机端顶部导航*/
#mobile.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100001;
    padding: 3px 12px;
    box-sizing: border-box;
    background: #f9f9f9;
    border-bottom: 1px #ebeaea solid;
}

#mobile.header .navtopmobile {
    position: relative;
    z-index: 10000;
}

#mobile.header .title {
    color: #fff;
    height: 100%;
    text-align: center;
    display: inline-block;
}

#mobile.header .title h1 {
    display: inline-block;
    margin: 0 0;
    height: 100%;
    padding: 0 0;
}

#mobile.header .title a {
    border: none;
    color: #0e0e0e;
    font-size: 0px;
    letter-spacing: 0px;
    padding: 0px 0;
    height: 48px;
    display: block;
    margin: 2px 0 0 0;
}

#mobile.header .title a img {
    height: 45px;
    display: inline-block;
    margin: 1px 0 0 2px;
}

#mobile .iconbox {
    float: right;
    margin: 17px 14px 0 0;
    font-size: 0;
}

#mobile .iconbox em {
    vertical-align: middle;
    width: 1px;
    height: 15px;
    background: #b3b3b3;
    display: inline-block;
    margin: 0 6px;
}

#mobile .iconbox .usericon {
    width: 20px;
    display: inline-block;
}

#mobile .iconbox .sosobtnmobile img {
    width: 18px;
    display: inline-block;
}

#mobile .nav-btn {
    color: #231f20;
    height: 100%;
    text-align: center;
    width: auto;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    padding: 18px 0 0 0;
    float: right;
    z-index: 10000;
    margin: 0 0 0 0;
}

#mobile .nav-btn > img {
    width: 20px
}

#mobile .nav-btn .mobileNavLeftBtn {
    display: block;
}

#mobile .nav-btn .mobileNavLeftBtnColse {
    display: none;
}

#mobile .nav-out .mobileNavLeftBtnColse {
    display: block;
}

#mobile .nav-out .mobileNavLeftBtn {
    display: none;
}

#mobile .nav-btn > p {
    font-size: 12px;
    display: block;
    text-align: center;
    transform: scale(0.8);
    color: #cb962f;
}

.nav {
    width: 100%;
    z-index: 999;
    left: 0%;
    height: 0;
    top: 56px;
    position: fixed;
    background: #ffffff;
    border-bottom: 1px #e5e5e5 solid;
    overflow: scroll;
    transition: all 0.3s linear 0s;
}

.nav .nav-list {
    border-top: 1px #e5e5e5 solid;
    padding: 0 14px 20px 14px;
}

.nav.on {
    height: 100%;
    padding-bottom: 100px;
}

.nav.on img {
    width: 30px;
    display: inline-block;
    float: right;
}

.mobileNavLeftBtnClose {
    margin: 4px 4px 0 0;
}

.nav .logo {
    margin: 30px 6px 16px 16px;
    overflow: hidden;
}

.nav .logo img {
    width: 90%;
    float: left;
}

.nav-list > ul {
    display: block;
}

.nav-list > ul > li > a {
    font-size: 15px;
    color: #404040;
    line-height: 46px;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 0 0 0 0px;
    display: block;
    background: url(../img/navicontop.png) no-repeat 99% center;
    background-size: 14px;
    border-bottom: 1px #e5e5e5 solid;
}

.nav-list > ul > li > a i {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(../img/mobileicon1.png) no-repeat 99% center;
    background-size: 100%;
    vertical-align: text-top;
    margin: 2px 5px 0 0;
}

.nav-list > ul > li.nonement > a {
    background: none !important;
}

.nav-list > ul > li:nth-child(2) > a i {
    background: url(../img/mobileicon2.png) no-repeat 99% center;
    background-size: 100%;
}

.nav-list > ul > li:nth-child(3) > a i {
    background: url(../img/mobileicon3.png) no-repeat 99% center;
    background-size: 100%;
}

.nav-list > ul > li:nth-child(4) > a i {
    background: url(../img/mobileicon4.png) no-repeat 99% center;
    background-size: 92%;
}

.nav-list > ul > li:nth-child(5) > a i {
    background: url(../img/mobileicon5.png) no-repeat 99% center;
    background-size: 100%;
}

.nav-list > ul > li:nth-child(6) > a i {
    background: url(../img/mobileicon6.png) no-repeat 99% center;
    background-size: 100%;
}

.nav-list > ul > li:nth-child(7) > a i {
    background: url(../img/mobileicon7.png) no-repeat 99% center;
    background-size: 100%;
}

.nav-list > ul > li:nth-child(8) > a i {
    background: url(../img/mobileicon8.png) no-repeat 99% center;
    background-size: 100%;
}

/*.nav-list > ul > li:nth-child(9) > a i {*/
    /*background: url(../img/mobileicon9.png) no-repeat 99% center;*/
    /*background-size: 100%;*/
/*}*/

.nav-list > ul > li:nth-child(7) > a,
.nav-list > ul > li:nth-child(1) > a {
    background: none !important;
}

/*手机端二级导航*/
.mobilenavtwo {
    overflow: hidden;
    /*height: auto;*/
}

.mobilenavtwo ul > li > a {
    font-size: 14px;
    color: #404040;
    line-height: 40px;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 0 0 0 0px;
    display: block;
}

.mobilenavtwo ul > li {
    padding: 0 0 0 26px;
}

/*修改区域*/
.mobilenavtwo {
    display: none;
}

.mobilenavtwo ul > li > a {
    line-height: normal !important;
    height: auto !important;
}

.nav-list > ul > li .mobilenavtwo ul > li > a {
    line-height: 42px !important;
    height: 42px !important;
}

.nav-list > ul > li .mobilenavtwo ul > li a {
    border-bottom: 1px #efefef solid;
}

.nav-list > ul > li .mobilenavtwo ul > li:last-child a {
    border-bottom: none;
}

.nav-list > ul > li .mobilenavtwo ul {
    margin: 0;
    padding: 0 6px;
}

.nav-list > ul > li.on > a {
    background: url(../img/navicontopb.png) no-repeat 99% center;
    background-size: 14px;
}

/*手机端搜索的区域*/
.mobilesoso {
    display: block;
    position: fixed;
    height: 0px;
    overflow: hidden;
    top: 55px;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #f1f1f1;
    box-shadow: 0px 0px 5px #b5b5b5;
    transition: all 0.3s;
}

.mobilesoso .mobilesosobtn {
    width: 100%;
    height: 0%;
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    transition: all 0.1s;
}

.mobilesoso .formbg {
    width: 100%;
    padding: 10px 10px;
    background: #f1f1f1;
    box-shadow: 0px 0px 5px #b5b5b5;
    position: relative;
    z-index: 1001;
    font-size: 0;
}

.mobilesoso .formbox {
    width: 100%;
    display: inline-block;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.mobilesoso .formbox .sbtnsoso {
    position: absolute;
    width: 54px;
    height: 34px;
    right: 0;
    top: 0;
    background:url("../img/fromicon.png") no-repeat center #0072dd;
    background-size:12px;
    text-align: center;
    border: none;
 

}

.mobilesoso .formbox .sbtnsoso img {
    width: 14px;
    display:none;
}

.mobilesoso .formbox input {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    color: #666666;
    border: none;
    background: #ffffff;
    padding: 0 60px 0 10px;
}

.mobilesoso ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0;
    font-size: 13px;
    color: #999999;
}

.mobilesoso ::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0;
    font-size: 13px;
    color: #999999;
}

.mobilesoso :-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0;
    font-size: 13px;
    color: #999999;
}

.mobilesoso :-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0;
    font-size: 13px;
    color: #999999;
}

.mobilesoso.check {
    height: 54px;
}

.mobilesoso.check .mobilesosobtn {
    height: 100%;
}

/*手机端地板*/
.xf {
    z-index: 10000;
    background: #fff;
    border-top: 1px solid #e9e9e9;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 8px 0 0 0;
}

.xf .row {
    margin: 0 0 4px 0;
}

.xf li {
    float: left;
    text-align: center;
    padding: 0 0
}

.xf li img {
    width: auto;
    height: 22px
}

.xf li span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.xf li p {
    text-align: center;
    color: #666;
    font-size: 12px;
    margin: -2px 0 0 0;
}

.xf li.on p {
    color: #666;
}

/*没有数据的区域*/
.noneimg {
    text-align: center;
    margin: 60px 0 20px 0;
}

.noneimg img {
    display: block;
    margin: 0 auto;
}

.noneimg p {
    font-size: 18px;
    margin: 12px 0 0 0;
    font-weight: 600;
    color: #999999;
    text-align: center;
}

/*页脚区域的样式*/
.footerbox{
    margin: 80px 0 0 0;
    display: block;
    background: #034387;
    padding: 55px 0 0 0;
}


.footerbox .footerother{
    flex: 1;
    padding: 0 0 0 8%;
}
.footerbox h5{
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 20px 0;
}
.footerbox .footerother ul li,
.footerbox .footerother ul li a{
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 14px 0;
}

.footerbox .footerother ul li a:hover{
    text-decoration: underline;
}
.footerbox .footerother .footerfrend{
    /*flex: 1;*/
    /*min-width: 0;*/
}
.footerbox .footerother .footericon li {
    margin: 0 0 22px 0;
}
.footerbox .footerother .footericon li:before{
    width: 34px;
    height: 26px;
    display: inline-block;
    vertical-align: text-top;
    content: " ";
    background: url(../img/footericon1.png) no-repeat left center;
    transition: all 0.3s;
}
.footerbox .footerother .footericon li:hover:before {
   transform: rotate(360deg);
}
.footerbox .footerother .footericon li:nth-child(2):before{
    background: url(../img/footericon2.png) no-repeat left center;
}
.footerbox .footerother .footericon li:nth-child(3):before{
    background: url(../img/footericon3.png) no-repeat left center;
}

.footerbox .footeripc{
    border-top: 2px #145599 solid;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    margin: 44px 0 0 0;
}




/*banner区域*/
.bannerbox{
    position: relative;
}
.bannerbox img{
    width: 100%;
}
.bannerbox .bannertext{
    display: inline-block;
    position: absolute;
    top: 50%;
    left:50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.bannerbox .bannertext h4{
    margin: 0;
    font-size: 40px;
    display: block;
    color: #fff;
    font-weight: bolder;
    font-family: auto;
}
.bannerbox .bannertext em{
    width: 360px;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: relative;
    margin: 16px 0;
}
.bannerbox .bannertext em:after{
    width: 100px;
    height: 3px;
    content: " ";
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
}
.bannerbox .bannertext p{
    margin: 0;
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    display: block;
    color: #fff;
    text-align: center;
}
.bannerbox .bannerdw{
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translate(-50%,0%);
    text-align: right;
    height: auto;
}
.bannerbox .bannerdw span,
.bannerbox .bannerdw a{
    color:#fff;
    font-size: 16px;
}
.bannerbox .bannerdw span:nth-child(1):before{
    width: 17px;
    height: 20px;
    display: inline-block;
    background: url(../img/wz.png) no-repeat center;
    background-size: contain;
    content: " ";
    margin: 0 10px 0 0;
    vertical-align: top;;
}
.bannerbox .bannerdw a:hover{
    text-decoration: underline;
}
.bannerbox .bannerdw span:last-child{
     display:none;
}


/*导航区区域*/
.navcomment{
    margin: 60px 0 50px 0;
}
.navcomment li{
    padding: 0 30px;
    width: auto;
    text-align: center;
    border-left: 1px #034488 solid;
}
.navcomment li:nth-child(1){
    border-left: transparent;
}
.navcomment li a p{
    font-size: 36px;
    text-align: center;
    color: #a5b3c1;
}
.navcomment li a span{
    display: block;
    width: 100%;
    font-size: 24px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #a5b3c1;
}

.navcomment li.on a p,
.navcomment li.on a span,
.navcomment li a:hover p,
.navcomment li a:hover span{
    color: #034387;
}




/*修改二级导航的区域要全显示不能省略*/
.pcnavbox .navlistul > li:last-child{
    margin-right: -30px;
}
.pcnavbox .navlistul > li:nth-child(6) ul ,
.pcnavbox .navlistul > li:nth-child(4) ul {
    width: 124%;
    left: -12%;
}
.pcnavbox .navlistul > li:hover ul {
    padding: 8px 0;
}
.pcnavbox .navlistul > li:hover ul li a {
    height: auto;
    line-height: 22px;
    white-space: normal;
    overflow: unset;
    text-overflow: unset;
    padding: 8px 3px;
}
.pcnavbox .navlistul > li ul li a {
    height: auto;
    line-height: 0;
    transition:"line-height" 0.24s;
}










/*响应式样式区域*/
@media (max-width: 1720px) {
    body {
        padding: 180px 0 0 0;
    }

    .logoimg img {
        height: 110px;
        margin: 4% 0 0 4%;
    }

    .pcnavbox .navlistul > li {
        padding: 0 26px;
    }

    .pcnavbox .navlistul > li a {
        font-size: 24px;
    }

    .pcnavbox .pcsosobox {
        margin: 6px 0 0 0;
    }

    .pcnavbox .container {
        width: 100%;
        padding: 0 15px;
    }

    .navcomment li a p {
        font-size: 32px;
    }

}

@media (max-width: 1600px) {
    body {
        padding: 160px 0 0 0;
    }

    .pcnavbox {
        padding: 10px 0;
    }

    .pcnavbox .navlistul > li {
        padding: 0 24px;
    }

    .pcnavbox .navlistul > li a {
        font-size: 20px;
    }

    .pcnavbox .navlistul {
        margin: 24px 0 0 0;
    }

    .pcnavbox .navlistul > li > a span {
        margin: 0;
    }

    .new-row {
        margin: 0 -8px;
    }

    .new-col {
        padding: 0 8px;
    }
    .navcomment {
        margin: 40px 0;
    }
    .navcomment li a p{
        font-size: 28px;
    }
    .navcomment li a span{
        font-size: 20px;
    }


    .footerbox {
        margin: 50px 0 0 0;
        padding: 40px 0 0 0;
    }
    .footerbox .container{
        width: 100%;
        padding: 0 15px;
    }





}

@media (max-width: 1500px) {

    .container {
        width: 100%;
        padding: 0 15px;
    }

    body {
        padding: 134px 0 0 0;
    }

    .pcnavbox {
        padding: 10px 0;
    }

    .logoimg img {
        height: 90px;
    }

    .pcnavbox .pcsosobox a {
        font-size: 15px;
        margin: 6px 30px 0 0;
    }

    .pcnavbox .pcsosobox form {
        width: 260px;
        height: 36px;
        border: 1px #0966c9 solid;
    }

    .pcnavbox .pcsosobox form button {
        width: 50px;
        height: 100%;
    }

    .pcnavbox .navlistul {
        margin: 20px 0 0 0;
    }

    .pcnavbox .navlistul > li > a span {
        line-height: 20px;
        font-size: 12px;
    }



    .pcnavbox .navlistul > li > a {
        /*font-size: 18px;*/
        line-height: 26px;
        padding: 0 0 6px 0;
    }

    .pcnavbox .navlistul > li ul li a {
        font-size: 14px;
    }

    .pcnavbox .navlistul > li:hover ul li a {
          /*height: 32px;*/
        /*line-height: 32px;*/
    }

    .mianbox .mianleftbox {
        width: 270px;
        margin-top: -40px;
    }

    .mianbox .mianleftbox h3 {
        font-size: 27px;
        height: 110px;
        line-height: 110px;
    }

    .mianbox .mianleftbox ul li a {
        line-height: 72px;
        background-size: 20px !important;
    }

    .mianbox .mianrightbox {
        width: calc(100% - 300px);
    }

    .bannerbox .bannertext h4 {
        font-size: 32px;
    }
    .bannerbox .bannertext p {
        font-size: 20px;
        line-height: 20px;
    }
    .bannerbox .bannerdw span,
    .bannerbox .bannerdw a {
        font-size: 16px;
    }


    .navcomment{
        margin: 40px 0 50px 0;
    }
    .navcomment li{
        padding: 0 26px;
    }
    .navcomment li a p{
        font-size: 22px;
    }
    .navcomment li a span{
        font-size: 17px;
    }




    .footerbox .footerother {
        padding: 0 0 0 6%;
    }
    .footerbox .footerother ul li, .footerbox .footerother ul li a {
        font-size: 15px;
        margin: 0 0 8px 0;
    }
    .footerbox .footerother .footericon li {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 1400px) {
    body {
        padding: 131px 0 0 0;
    }

    .pcnavbox .pcsosobox a {
        font-size: 14px;
        margin: 7px 24px 0 0;
    }

    .pcnavbox .pcsosobox form {
        width: 230px;
        height: 34px;
    }

    .pcnavbox .pcsosobox a i {
        width: 22px;
        height: 22px;
        margin: -2px 5px 0 0;
    }

     .pcnavbox .navlistul > li:hover ul li a{
        font-size: 13px;
    } 

    .logoimg img {
        /*height: 30px;*/
    }

    .pcnavbox .navlistul > li > a {
        font-size: 19px;
        line-height: 26px;
        padding: 0 0 5px 0;
    }

    .mianbox .mianleftbox {
        width: 260px;
        margin-top: -30px;
    }

    .mianbox .mianleftbox h3 {
        font-size: 26px;
        height: 100px;
        line-height: 100px;
    }

    .mianbox .mianleftbox ul li a {
        line-height: 70px;
        background-size: 20px !important;
    }

    .mianbox .mianrightbox {
        width: calc(100% - 280px);
    }

    .footerlogo{
        width: 300px;
    }


    .navcomment{
        margin: 30px 0 40px 0;
    }
    .navcomment li{
        padding: 0 24px;
    }
    .navcomment li a p{
        font-size: 20px;
    }
    .navcomment li a span{
        font-size: 16px;
    }


}


@media (max-width: 1350px) {

    
      .navlistbox img{
        max-height:90px;
     }

 }


@media (max-width: 1260px) {
    .container1260 {
        padding: 0 15px;
    }
}

@media (max-width: 1200px) {
    .pcnavbox {
        /*top: 40px;*/
    }
    .navlistbox img{
        max-height:88px;
     }



    .pcnavbox {
        padding: 10px 0 0 0;
    }

      .pcnavbox .navlistul > li {
        padding: 0 16px 16px 16px;
    }
    .pcnavbox .navlistul > li ul li {
        display: block;
        padding: 0 4px;
    }
   .pcnavbox .navlistul > li:hover ul {
       padding: 6px 0; 
    }
.pcnavbox .navlistul > li:nth-child(2) ul,
.pcnavbox .navlistul > li:nth-child(6) ul, .pcnavbox .navlistul > li:nth-child(4) ul {
    width: 140%;
    left: -20%;
}
    .pcnavbox .navlistul > li:hover ul li a{
        line-height: 18px;
        font-size: 12px;
    }


    .pcnavbox .navlistul > li > a {
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 4px 0;
    }


    .bannerbox .bannertext h4 {
        font-size: 30px;
    }
    .bannerbox .bannertext p {
        font-size: 18px;
        line-height: 18px;
    }
    .bannerbox .bannerdw span,
    .bannerbox .bannerdw a {
        font-size: 14px;
    }







    .new-row {
        margin: 0 -6px;
    }

    .new-col {
        padding: 0 6px;
    }

    .footerbox .footerother {
        padding: 0 0 0 3%;
    }
    .footerfrend{
        display: none;
    }

}

@media (max-width: 1100px) {
    .pcnavbox .navlistul > li {
        padding: 0 13px 16px 13px;
    }



}



@media (max-width: 1000px) {




}

@media (max-width: 990px) {
    body {
        padding-top: 57px;
    }

    .bannerbox .bannertext h4 {
        font-size: 24px;
    }
    .bannerbox .bannertext em {
        margin: 8px 0;
        width: 260px;
    }
    .bannerbox .bannertext p {
        font-size: 16px;
        line-height: 16px;
    }
    .bannerbox .bannerdw span,
    .bannerbox .bannerdw a {
        font-size: 13px;
    }

    .navcomment{
        margin: 20px 0 30px 0;
    }
    .navcomment li{
        padding: 0 20px;
    }
    .navcomment li a p{
        font-size: 18px;
    }
    .navcomment li a span{
        font-size: 14px;
    }





}

@media (max-width: 768px) {
    * {
        font-family: Microsoft YaHei, 微软雅黑, Arial, Helvetica !important;
    }

    .container {
        padding: 0 12px;
    }
    .bannerbox {
        position: relative;
        height: 180px;
        overflow: hidden;
    }
    .bannerbox .bannertext h4 {
        font-size: 17px;
    }
    .bannerbox .bannertext em {
        width: 150px;
    }
    .bannerbox .bannertext {
        font-size: 0;
    }
    .bannerbox .bannertext p {
        font-size: 14px;
        line-height: 14px;
    }
    .bannerbox .bannerdw {
        bottom: 10px;
    }
    .bannerbox .bannerdw span:nth-child(1):before {
        width: 13px;
        height: 17px;
        margin: 0 5px 0 0;
    }
    .bannerbox .bannertext em:after {
        width: 50%;
    }
    .bannerbox img{
        max-width: none;
        width: auto;
        height: 100%;
    }




    .footerbox {
        margin: 20px 0 0 0;
        padding: 18px 0 0 0;
    }
    .footerbox .footerother {
        padding: 0;
    }
    .footerbox h5 {
        font-size: 17px;
        margin: 0 0 14px 0;
    }
    .footerbox .footerother .footericon li {
        margin: 0 0 5px 0;
        font-size: 14px;
        padding: 0 0 0 22px;
        position: relative;
    }


    .footerbox .footerother .footericon li:before {
        width: 19px;
        height: 19px;
        vertical-align: middle;
        margin: 0 3px 0 0;
        position: absolute;
        top: 1px;
        left: 0;
        background-size: auto 17px !important;
    }
    .footerbox .footeripc {
        font-size: 13px;
        line-height: 36px;
        margin: 12px 0 0 0;
    }


    




}

@media (max-width: 600px) {

}

@media (max-width: 350px) {

}