* {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei, 微软雅黑, Arial, Helvetica;
    letter-spacing: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:focus, a:hover {
    text-decoration: none;
    outline: none !important;
}

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;
}
.container1800 {
    width: 100%;
    max-width: 1800px;
    display: block;
    margin: 0 auto;
}
.container1700 {
    width: 100%;
    max-width: 1700px;
    display: block;
    margin: 0 auto;
}

.container1600 {
    width: 100%;
    max-width: 1600px;
    display: block;
    margin: 0 auto;
}

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;
}
.bgf2{
    /*background: #f2f2f2;*/
    background: #ffffff;
}
.container-fluid {
    padding: 0;
    width: 100%;
}

.bigimg {
    display: block;
    font-size: 0;
    overflow: hidden;
}
.bigimg img {
    width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    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;
}
.ellipsistwo {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.ellipsisthree {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsisfure {
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newrow12 {
    margin: 0 -12px;
}

.newcol12 {
    padding: 0 12px;
}
@font-face {
    font-family: "systBold";
    src: url("../fonts/systCN.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

/*导航区域*/
.pcnav {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    padding: 30px 0 0 0 ;
}
.pcnav.pcnavbg{
    background:#1f76e0 ;
}
.navlistbox .logoimg {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.naviconbox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

.naviconbox .icondome {
    margin: 0 0 0 30px;
    position: relative;
}



.naviconbox .icondome:first-child {
    margin: 0;
}

.naviconbox .icondome:first-child input {
    color: #ffffff;
}

.navinput::placeholder {
    color: #ffffff;
}

.navinput:-moz-placeholder {
    color: #ffffff;
}

.navinput::-moz-placeholder {
    color: #ffffff;
}

.navinput:-ms-input-placeholder {
    color: #ffffff;
}

.naviconbox .icondome a {
    font-size: 18px;
    color: #ffffff;
    line-height: 16px;
    position: relative;
    display: flex;
    align-items: center;
}

.naviconbox .icondome i {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
    background: url("../img/navicon1.png") no-repeat 0 0;
    background-size: 100%;
    transition: all 0.3s;
}


.naviconbox .icondome.icondomeimg:hover i {
    background-position: 0 100%;
}

.naviconbox .icondome.icondomeimg:hover a {
    /*color: #1269b4;*/
    text-decoration: underline;
}

.naviconbox .icondome.icondomesoso {
    height: 34px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.naviconbox .icondome.icondomesoso button {
    width: 24px;
    height: 24px;
    display: inline-block;
    border: none;
    background: none;
}

.naviconbox .icondome.icondomesoso input {
    width: 36px;
    height: 32px;
    border: none;
    font-size: 16px;
    border-radius: 32px;
    position: relative;
    padding: 0 2px ;
    transition: all 0.3s;
    background: none;
    color: #ffffff;
}

.naviconbox .icondome.icondomesoso:hover {
    border: 1px #ffffff solid;
}

.naviconbox .icondome.icondomesoso:hover input {
    width: 140px;
}

.pcnavrighticonspan{
    border: 5px rgba(255,255,255,0.2) solid;
    font-size: 0;
    border-radius: 50%;
    margin:  0 0 0 10px;
}
.pcnavrighticon {
    width: 56px;
    height: 56px;
    display: inline-block;
    background: url(../img/navnav.png) no-repeat center #1f75e0;
    background-size: 22px;
    margin: 0;
    border-radius: 50%;
}
/*.pcnavrighticon:after{
    width: 100px;
    display: inline-block;
    height: 100%;
    content: " ";
    position: absolute;
    top: 0;
    right: -100px;
    background: #e18e33;
}*/


.pcnavbox {
    max-width: 1600px;
    width: 100%;
    height: 100%;
    padding-top: 38px;
    margin: 0 auto;
}

.navlistboxright {
    height: 100%;
}

.navlistul {
    width: 100%;
    justify-content: space-between;
    top: 60%;
    left: 0%;
    transform: translate(0, 0);
    transition: top 0.3s ease;
}

.navlistul>li {
    /*margin: 0 0 0 50px;*/
    position: relative;
}

.navlistul>li:first-child {
    margin: 0;
}

.navlistul>li>a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    line-height: 22px;
    font-weight: bolder;
    font-family: Arial;
    padding: 0 0 20px 0;
}


.navlistul>li.acitve>a, .navlistul>li:hover>a {
    /*color: #1f75e0;*/
}

.navlistul ul {
    width: 160%;
    display: block;
    position: absolute;
    top: 100%;
    left: -30%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s;
}

.navlistul ul li a {
    display: block;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    font-family: Arial;
    letter-spacing: -0.2px;
    line-height: 18px;
    overflow: hidden;
    padding: 10px 0;
    opacity: 0;
    border-bottom: 1px #f7f7f726 solid;
    transition: all 0.2s;
}

.navlistul ul li:last-child a {
    border: none;
}

.navlistul ul li a:hover {
    color: #ffffff;
    background: #075ec9;
}

.navlistul li:hover ul li a {
    opacity: 1;
}

.navlistul li:hover ul {
    background: #1f76e0;
    padding: 12px;
    border-radius: 0 0 6px 6px;
    max-height: 500px;
}

#pcnavdown {
    position: fixed;
    width: 100%;
    height: 64%;
    min-height: 450px;
    top: 0;
    left: 0;
}

#pcnavdown .navlistbox {
    position: relative;
}

#pcnavdown .navlistul {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1660px;
}

#pcnavdown .navlistul>li {
    flex: 1;
    margin: 0;
    text-align: center;
    padding: 0 3px;
}

#pcnavdown .navlistul>li>a {
    padding: 12px 2px;
    background: #075ec9;
    color: #fff;
}

#pcnavdown .navlistul ul {
    width: 100%;
    position: static;
    top: 0;
    left: 0%;
    max-height: none;
}

#pcnavdown .navlistul ul li a {
    opacity: 1;
    background: #efefef;
    padding: 10px 0;
}

#pcnavdown .navlistul ul li a:hover {
    color: #1269b4;
}

#pcnavdown .navlistul li:hover ul {
    border-top: none;
    padding: 0 0;
}

#pcnavdown .pcnavrighticon {
    background: url(../img/close.png) no-repeat center #1269b4;
    background-size: 24px;
}

#mobile.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100001;
    padding: 0px 15px;
    padding: 0px 6px;
    box-sizing: border-box;
    background: #1f76e0;
}
#mobile.header .dismobilebox{
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mobile.header .navtopmobile {
    position: relative;
    z-index: 10000;
}

#mobile.header .title {
    color: #fff;
    height: 100%;
    text-align: center;
    display: inline-block;
}

#mobile.header .title {
    display: inline-block;
    margin: 0 0;
    height: 100%;
    padding: 0 0;
    flex: 1;
}

#mobile.header .title a {
    border: none;
    color: #ffffff;
    font-size: 0px;
    letter-spacing: 0px;
    padding: 0px 0;
    display: block;
    height: 100%;
    line-height: 60px;
    text-align: left;
}

#mobile.header .title a img {
    /*height: 42px;*/
    /*height:auto;*/
    /*max-height: 54px;*/
    max-height: 48px;
    display: inline-block;
}

#mobile .iconbox {
    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 .iconbox a {
    float: left;
}

#mobile .iconbox .langbtnmobile img,
#mobile .iconbox .otherbtnmobile img,
#mobile .iconbox .sosobtnmobile img {
    width: 15px;
    display: inline-block;
    margin: 1px 0 0 4px;
}

#mobile .iconbox .langbtnmobile img {
    margin: 4px 0 0 4px;
}

#mobile .iconbox .otherbtnmobile img {
    margin: 2px 0 0 4px;
}

#mobile .nav-btn {
    color: #231f20;
    width: auto;
    /*height: 100%;*/
    text-align: center;
    -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;
    line-height: 60px;
    z-index: 10000;
    margin: 0 0 0 8%;
}

#mobile .nav-btn>img {
    width: 26px;
    width: 24px;
}

#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: 60px;
    position: fixed;
    background: #ffffff;
    /*border-bottom: 1px #e5e5e5 solid;*/
    overflow: scroll;
    transition: all 0.3s linear 0s;
}

.nav .nav-list {
    border-top: 1px #e5e5e59c 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: 14px;
    color: #404040;
    line-height: 44px;
    text-decoration: none;
    padding: 0 0 0 0px;
    display: block;
    background: url(../img/navicontop.png) no-repeat 99% center;
    background-size: 14px;
    border-bottom: 1px #e5e5e57d solid;
    letter-spacing: -0.5px;
}

.nav-list>ul>li:nth-child(1)>a,
.nav-list>ul>li:nth-child(7)>a,
.nav-list>ul>li:nth-child(9)>a,
.nav-list>ul>li:nth-child(11)>a {
    background: none;
}

.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;
    display: none !important;
}


.mobilenavtwo {
    overflow: hidden;
}

.mobilenavtwo ul>li>a {
    font-size: 13px;
    color: #404040;
    line-height: 40px;
    text-decoration: none;
    letter-spacing: -0.2px;
    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: 40px !important;
    height: 40px !important;
}

.nav-list>ul>li .mobilenavtwo ul>li a {
    border-bottom: 1px #e5e5e57d 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;
}



/*手机端区域的样式*/
.nav.on {
    background: #1f75e0;
}
.nav-list>ul>li a{
    color: #ffffff !important;
}
.mobliewz{
    padding: 0 0 0 0;
}
.mobliewz ul{
    display: block;
    overflow: hidden;
}
.mobliewz ul li{
    width: 50%;
    float: left;
    display: block;
    padding: 12px 0;
}
.mobliewz ul li a{
    font-size: 16px;
    line-height: 38px;
    color: #ffffff;
    padding: 0 0 0 20px;
    background: url("../img/navicon1.png") no-repeat left center;
    background-size: 16px;
}
.mobliewz ul li:nth-child(2) a {
    background: url("../img/navicon2.png") no-repeat left center;
    background-size: 16px;
}
.formbox {
    position: relative;

}
.formbox input{
    width: 100%;
    line-height: 38px;
    border: 1px #fffefe solid;
    padding: 0 10px;
    border-radius: 4px;
}
.formbox .sbtnsoso{
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10;
    border: none;
    background: none;
}
.formbox .sbtnsoso img{
    width: 22px;
}







/*页脚区域*/
.footerbox{
    display: block;
    background: url("../img/footerbg.jpg") no-repeat center;
    background-size: 100% 100%;
    border-bottom: 1px #5a9cef solid;
}
.footerbox .footerboxdis{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footerbox .footerboxdis>div:nth-child(1),
.footerbox .footerboxdis>div:nth-child(2){
    margin-top: 50px;
}
.footerbox .footerboxdis .footerlogo{
    display: inline-block;
}
.footerbox .footerboxdis .footerlogo a{
    margin: 0 0 16px 0;
    display: block;
}
.footerbox .footerboxdis .footerlogo p{
    font-size: 20px;
    margin: 0 0 16px 0;
    color: #ffffff;
    letter-spacing: 1px;
}
.footerbox .footerboxdis .footerfriend{
    width: 40%;
    max-width: 570px;
    color: #ffffff;
    display: inline-block;
}
.footerbox .footerboxdis .footerfriend h5{
    font-size: 18px;
    margin: 10px 0 24px 0;
    font-weight: bolder;
}
.footerbox .footerboxdis .footerfriend .footerfriendother{
    display: flex;
    justify-content: flex-start; /* 左对齐，不要两端分散 */
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}
.footerbox .footerboxdis .footerfriend .footerfriendother .footerdome{
    width: calc(50% - 15px);
    position: relative;
    cursor: pointer;
}
.footerbox .footerboxdis .footerfriend .footerfriendother .footerdome span{
    border: 1px #ffffff solid;
    display: inline-block;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    padding: 0 3%;
    background: url("../img/down.png") no-repeat 97% center;
    background-size: 14px;
}
.footerbox .footerboxdis .footerfriend .footerfriendother .footerdome ul{
    position: absolute;
    width: 100%;
    height: 140px;
    overflow-y: scroll;
    border: 1px #ffffff solid;
    display: none;
    background: #ffffff;
}

.footerbox .footerboxdis .footerfriend .footerfriendother .footerdome ul li a{
    display: block;
    color: #333333;
    font-size: 14px;
    line-height: 34px;
    border-bottom: 1px #e1e1e1 solid;
    padding: 0 5%;
}
.footerbox .footerboxdis .footerfriend .footerfriendother .footerdome ul li:last-child a{
    border-bottom: none;
}

.footerbox .footerboxdis .footerfriend .footerfriendother .footerdome:hover ul {
    display: block;
    z-index: 100;
}
.footerbox .footerboxdis .footerfriend .footerfriendother .footerdome ul li a:hover{
    color: #1f75e0;
}


.footerbox .footereamli{
    max-width: 410px;
    width: 40%;
    height: 380px;
    padding:  2%;
    background: url("../img/footerbg2.png") no-repeat left bottom #0753b2;
    background-size: 100%;
    color: #ffffff;
    position: relative;
}
.footerbox .footereamli .leftsan{
    position: absolute;
    left: -20px;
    top: -20px;
    width:calc(100% + 40px);
    height: 20px;
    background: url("../img/footerbgtel.png") no-repeat center;
    background-size: 100% 100%;
}



.footerbox .footereamli h5{
    font-size: 24px;
    text-align: center;
    border-bottom: 1px #ffffff solid;
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    position: relative;
}
.footerbox .footereamli h5:after{
    width: 30%;
    height: 3px;
    display: inline-block;
    background: #ffffff;
    position: absolute;
    bottom: -2px;
    left: 50%;
    content: ' ';
    transform: translate(-50%,0%);
}
.footerbox .footereamli p{
    font-size: 18px;
    margin: 0 0 20px 0;
}
.footerbox .footereamli span{
    font-size: 18px;
    font-weight: bolder;
    display: inline-block;
    text-align: right;
    width: 100px;
    margin: 0 8px 0 0 ;
}


.footerboxipc{
    background: #1f75e0;
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
}















.pd60{
    padding: 60px 0;
}
.pd80{
    padding: 80px 0 120px 0;
}
.mianboxdisfiex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.mianboxdisfiex .mianleft{
    width: 340px;
    height: auto;
    margin-right: 60px;
    background: #ebf4ff;
}
.mianboxdisfiex .mianleft ul{
    display: block;
    background: url("../img/navleftbgall.png") no-repeat bottom  right #ebf4ff;
    background-size:   100%;
    padding:0 0 280px 0;
}
.mianboxdisfiex .mianleft .mainlefttitle{
    display: block;
    line-height: 110px;
    font-weight: bolder;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    background: url("../img/navleftbg.png") no-repeat bottom  right #ebf4ff;
    background-size:   100%;
    margin-bottom: 20px;
}
.mianboxdisfiex .mianleft ul li{
    padding: 0 20px;
}

.mianboxdisfiex .mianleft ul li a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
    font-size: 23px;
    color: #333333;
    line-height: 70px;
    border-bottom: 1px #dbdbdb solid;
    text-align: center;
}
.mianboxdisfiex .mianleft ul li a:hover,
.mianboxdisfiex .mianleft ul li.acitve a{
    font-weight: bolder;
    color: #1f75e0;
}

.mianboxdisfiex .mainright{
    flex: 1;
    min-width: 0;
    /*padding:40px 40px 40px  40px ;*/
    padding:20px 0px ;
    background: #ffffff;
    /*border-top: 4px #1f75e0 solid;*/
    /*overflow: hidden;*/
}
.mianboxdisfiex .mainright .mainrighttitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 0 0  26px 0;*/
    border-bottom: 1px #accbf1 solid;
    position: relative;
}


.mianboxdisfiex .mainright .mainrighttitle .dwbox {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0  26px 0;
}


.mianboxdisfiex .mainright .mainrighttitle h5{
    font-size: 28px;
    color: #1f75e0;
    padding: 0 0  26px 0;
    font-weight: bolder;
    position: relative;
}
.mianboxdisfiex .mainright .mainrighttitle h5:before{
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1f75e0;
    content: ' ';
    display: inline-block;
    bottom: -1px;
    left: 0;
}
.mianboxdisfiex .mainright .mainrighttitle .dwbox span,
.mianboxdisfiex .mainright .mainrighttitle .dwbox a{
    color: #888888;
    font-size: 16px;
    margin-left: 6px;
}
.mianboxdisfiex .mainright .mainrighttitle .dwbox a:hover{
    color: #1f75e0;
    text-decoration: underline;
}



.mianboxdisfiex .mainright .mainrighttitle .dwbox span:last-child.moreborder {
    display: none;
}





/* ============================================== */
/* 媒体查询：min-width:1600px */
/* ============================================== */
@media (min-width: 1600px) {
    .container {
        width: 1600px;
        padding: 0;
    }

}



@media (max-width: 1800px) {
    .container1800 {
        width: 100%;
        padding:  0 14px;
    }
}

@media (max-width: 1740px) {
    .footerbox .footereamli .leftsan {
        left: -20px;
        width: calc(100% + 20px);
    }
}
/* ============================================== */
/* 媒体查询：max-width:1700px */
/* ============================================== */
@media (max-width: 1700px) {
    .navlistul>li>a {
        font-size: 17px;
    }
    .navlistbox .logoimg {
        padding: 0 0.5%;
    }
    .footerbox .footerboxdis>div:nth-child(1),
    .footerbox .footerboxdis>div:nth-child(2) {
        margin-top: 40px;
        padding: 0 14px;
    }

    .footerbox .footerboxdis .footerlogo p {
        font-size: 17px;
        margin: 0 0 12px 0;
    }
    .footerbox .footerboxdis .footerfriend .footerfriendother .footerdome span {
        line-height: 36px;
        font-size: 15px;
    }
    .footerbox .footereamli h5 {
        font-size: 22px;
        font-weight: bolder;
        margin: 0 0 24px 0;
        padding: 0 0 16px 0;
    }
    .footerbox .footereamli p {
        font-size: 17px;
        margin: 0 0 16px 0;
    }
    .footerbox .footereamli span {
        font-size: 17px;
        width: 100px;
        margin: 0 6px 0 0;
    }
    .footerboxipc {
        font-size: 16px;
        line-height: 54px;
    }


    .mianboxdisfiex .mainright .mainrighttitle .dwbox {
        padding: 0 0  22px 0;
    }
    .mianboxdisfiex .mainright .mainrighttitle h5{
        padding: 0 0  22px 0;
    }

}

/* ============================================== */
/* 媒体查询：max-width:1600px */
/* ============================================== */
@media (max-width: 1600px) {
    .container1800,
    .container1700,
    .container1600{
        padding: 0 25px;
    }
    .pcnavbox {
        padding:  0  3%;
        padding-top: 24px;
    }


    .logoimg a img {
        height: 74px;
    }


    .naviconbox .icondome:nth-child(2) {
        margin: 0 0 0 20px;
    }

    .naviconbox .icondome {
        margin: 0 0 0 28px;
    }

    .pcnavrighticon {
        width: 60px;
        height: 60px;
    }

    .navlistul>li {
        margin: 0 0 0 30px;
    }

    .pd60{
        padding: 50px 0;
    }
    .pd80{
        padding: 60px 0;
    }
    .mianboxdisfiex .mianleft {
        width: 320px;
        margin-right: 50px;
    }
    .mianboxdisfiex .mianleft .mainlefttitle {
        line-height: 80px;
        font-size: 24px;
        margin-bottom: 10px;
    }
    .mianboxdisfiex .mianleft ul li a {
        font-size: 20px;
        line-height: 60px;
    }
    .footerbox .footereamli {
        height: 320px;
    }
    .footerbox .footerboxdis .footerlogo p {
        font-size: 16px;
        margin: 0 0 8px 0;
    }
    .footerbox .footerboxdis .footerfriend h5 {
        font-size: 16px;
        margin: 8px 0 14px 0;
    }
    .footerbox .footerboxdis .footerfriend .footerfriendother {
        gap: 18px;
    }
    .footerbox .footereamli h5 {
        font-size: 18px;
        margin: 0 0 20px 0;
        padding: 0 0 14px 0;
    }
    .footerbox .footereamli p {
        font-size: 16px;
        margin: 0 0 14px 0;
    }
    .footerbox .footereamli span {
        font-size: 15px;
        margin: 0 4px 0 0;
    }
    .footerboxipc {
        font-size: 15px;
        line-height: 50px;
    }


}
@media (max-width: 1500px) {
    .container1800,
    .container1700,
    .container1600{
        padding: 0 20px;
    }
    .mianboxdisfiex .mianleft ul{
        padding-bottom: 240px;
    }
    .mianboxdisfiex .mianleft .mainlefttitle {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .mianboxdisfiex .mainright .mainrighttitle .dwbox {
        padding: 0 0  20px 0;
    }
    .mianboxdisfiex .mainright .mainrighttitle h5{
        padding: 0 0  20px 0;
    }


}
/* ============================================== */
/* 媒体查询：max-width:1400px */
/* ============================================== */
@media (max-width: 1400px) {
    .container1800,
    .container1700,
    .container1600{
        padding: 0 15px;
    }
    .pcnavbox {
        padding-left: 10px;
        padding-right: 10px;
    }


    .navlistul ul li a {
        font-size: 13px;
    }
    .naviconbox .icondome.icondomesoso input{
        font-size: 13px;
    }

    .navlistul>li {
        margin: 0 0 0 26px;
    }

    .newrow12 {
        margin: 0;
    }

    .newcol12 {
        padding: 0;
    }



    .pd60{
        padding: 40px 0;
    }
    .pd80{
        padding: 50px 0;
    }
    .mianboxdisfiex .mainright {
        /*padding: 30px 35px;*/
        padding: 20px 0px;
    }
    .mianboxdisfiex .mainright .mainrighttitle h5{
        padding: 0 0  18px 0;
        font-size: 24px;
    }
    .mianboxdisfiex .mainright .mainrighttitle .dwbox {
        padding: 0 0  18px 0;
    }
    .mianboxdisfiex .mainright .mainrighttitle .dwbox span,
    .mianboxdisfiex .mainright .mainrighttitle .dwbox a{
        font-size: 15px;
        margin-left: 4px;
    }



    .mianboxdisfiex .mianleft {
        width: 300px;
        margin-right: 46px;
    }
    .mianboxdisfiex .mianleft ul{
        padding-bottom: 200px;
    }
    .mianboxdisfiex .mianleft .mainlefttitle {
        line-height: 70px;
        font-size: 20px;
    }
    .mianboxdisfiex .mianleft ul li a {
        font-size: 17px;
        line-height: 50px;
    }

    .footerbox .footerboxdis .footerfriend h5 {
        font-size: 15px;
        margin: 12px 0 12px 0;
    }
    .footerbox .footerboxdis .footerlogo p {
        font-size: 15px;
        margin: 0 0 6px 0;
    }
    .footerbox .footerboxdis .footerfriend .footerfriendother .footerdome span {
        line-height: 32px;
        font-size: 14px;
    }
    .footerbox .footereamli p {
        font-size: 15px;
        margin: 0 0 12px 0;
    }
    .footerbox .footereamli span {
        font-size: 14px;
    }
    .footerbox .footereamli {
        height: 280px;
    }

}

/* ============================================== */
/* 媒体查询：max-width:1300px */
/* ============================================== */
@media (max-width: 1300px) {




    .pcnavbox {
        padding-top: 26px;
    }

    .naviconbox {
        margin-bottom: 8px;
    }



    .navlistul>li {
        margin: 0 0 0 18px;
    }

    .pcnavrighticon {
        width: 50px;
        height: 50px;
        background-size: 22px;
    }

    .logoimg a img {
        height: 70px;
    }

    .naviconbox .icondome a {
        font-size: 13px;
        line-height: 15px;
    }

    .navlistul ul {
        width: 140%;
        left: -20%;
    }



    .mianboxdisfiex .mianleft {
        width: 280px;
        margin-right: 40px;
    }
    .mianboxdisfiex .mianleft .mainlefttitle {
        line-height: 64px;
        font-size: 19px;
    }
    .mianboxdisfiex .mianleft ul li a {
        font-size: 17px;
        line-height: 48px;
    }
    .mianboxdisfiex .mianleft ul{
        padding-bottom: 180px;
    }



}

/* ============================================== */
/* 媒体查询：max-width:1200px */
/* ============================================== */
@media (max-width: 1200px) {

    .navlistul>li>a {
        font-size: 14px;
    }
    .navlistul>li {
        margin: 0 0 0 10px;
    }


    .navlistul li:hover ul {
        padding: 4px 0;
    }

    #pcnavdown .navlistul>li {
        padding: 0 3px;
    }
    .logoimg a img {
        height: 60px;
    }



    .pcnavbox {
        padding-top: 16px;
    }

    .naviconbox {
        margin-bottom: 4px;
    }

    .naviconbox .icondome.icondomesoso {
        height: 30px;
        border-radius: 15px;
    }

    .navlistul>li>a {
        padding: 0 0 18px 0;
    }

    .naviconbox .icondome.icondomesoso input {
        width: 34px;
        height: 28px;
        border-radius: 28px;
    }

    .pcnavrighticon {
        width: 46px;
        height: 46px;
        background-size: 20px !important;
    }
    .naviconbox .icondome i {
        width: 13px;
        height: 13px;
        margin: 1px 6px 0 0;
    }

    .pd60{
        padding: 30px 0;
    }
    .pd80{
        padding: 40px 0;
    }
    .mianboxdisfiex .mainright {
        /*padding: 28px;*/
        /*padding: 28px 0;*/
    }
    .mianboxdisfiex .mainright .mainrighttitle h5{
        padding: 0 0  14px 0;
        font-size: 20px;
    }
    .mianboxdisfiex .mainright .mainrighttitle .dwbox {
        padding: 0 0  14px 0;
    }
    .mianboxdisfiex .mainright .mainrighttitle .dwbox span,
    .mianboxdisfiex .mainright .mainrighttitle .dwbox a{
        font-size: 14px;
    }


    .mianboxdisfiex .mianleft {
        width: 260px;
        margin-right: 34px;
    }
    .mianboxdisfiex .mianleft .mainlefttitle {
        font-size: 18px;
    }
    .mianboxdisfiex .mianleft ul li a {
        font-size: 15px;
    }

    .footerbox .footereamli span{
        width: auto;
        text-align: left;
    }





}

/* ============================================== */
/* 媒体查询：max-width:1100px */
/* ============================================== */
@media (max-width: 1100px) {

    .navlistul>li>a {
        padding: 0 0 10px 0;
    }
    .naviconbox .icondome.icondomesoso:hover input {
        width: 80px;
    }
    .logoimg a img {
        height: 54px;
    }
    .mianboxdisfiex .mainright {
        padding: 18px 0;
    }
    .navlistbox .logoimg{
        padding: 0 1%;
    }
    .navlistul ul li a {
        font-size: 12px;
    }

    .footerbox .footerboxdis a img{
        max-height: 62px;
    }
    .footerbox .footerboxdis>div:nth-child(1),
    .footerbox .footerboxdis>div:nth-child(2) {
        margin: 30px 0;
    }
    .footerbox .footereamli{
        display: none;
    }

    .footerboxipc {
        font-size: 14px;
        line-height: 40px;
    }

}

/* ============================================== */
/* 媒体查询：max-width:1000px */
/* ============================================== */
@media (max-width: 1000px) {


    .pcnavrighticon {
        width: 44px;
        height: 44px;
        background-size: 20px;
    }

    #pcnavdown .navlistul>li>a {
        padding: 10px 2px;
    }

    #pcnavdown .pcnavrighticon {
        background-size: 20px;
    }

    .logoimg  a img {
        /*height: 60px;*/
    }

    .pd60{
        padding: 20px 0;
    }
    .pd80{
        padding: 30px 0;
    }
    .mianboxdisfiex .mainright {
        /*padding: 20px 0;*/
        padding-top: 0;
    }
    .mianboxdisfiex .mainright .mainrighttitle h5{
        padding: 0 0  12px 0;
        font-size: 18px;
    }
    .mianboxdisfiex .mainright .mainrighttitle .dwbox {
        padding: 0 0  12px 0;
    }
    .mianboxdisfiex .mainright .mainrighttitle .dwbox span,
    .mianboxdisfiex .mainright .mainrighttitle .dwbox a{
        font-size: 14px;
    }

    .mianboxdisfiex .mianleft{
        display:none !important;
    }

    .footerbox .footerboxdis>div:nth-child(1),
    .footerbox .footerboxdis>div:nth-child(2) {
        margin: 20px 0;
        padding: 0 10px;
    }
    .footerbox .footerboxdis .footerlogo p {
        font-size: 14px;
        margin: 0 0 4px 0;
    }
    .footerbox .footerboxdis .footerfriend {
        width: 70%;
    }



}

/* ============================================== */
/* 媒体查询：max-width:992px */
/* ============================================== */
@media (max-width: 992px) {
    body {
        padding: 60px 0 0 0;
    }
}

/* ============================================== */
/* 媒体查询：max-width:770px */
/* ============================================== */
@media (max-width: 770px) {

    .container1800,
    .container1700,
    .container1600{
        padding: 0 10px;
    }


    .pd60{
        padding: 18px 0;
    }
    .pd80{
        padding: 18px 0;
    }
    .mianboxdisfiex .mainright {
        padding:  0;
    }
    .mianboxdisfiex .mainright .mainrighttitle{
        padding: 0 0  8px 0;
        border-bottom: 1px #cbcbcb solid;
    }
    .mianboxdisfiex .mainright .mainrighttitle h5{
        font-size: 16px;
        display: none;
        padding: 0 0  8px 0;
    }
    .mianboxdisfiex .mainright .mainrighttitle .dwbox {
        padding: 0 0  8px 0;
    }
    .mianboxdisfiex .mainright .mainrighttitle .dwbox{
        padding: 0 0 0 15px;
        background: url(../img/home.png) no-repeat 0px 2px;
        background-size: 15px;
    }
    .mianboxdisfiex .mainright .mainrighttitle .dwbox span,
    .mianboxdisfiex .mainright .mainrighttitle .dwbox a{
        font-size: 14px;
        margin:0 1px;
        color: #333333;
    }

    .footerbox .footerboxdis .footerlogo a {
        margin: 0 0 8px 0;
    }
    .footerbox .footerboxdis>div:nth-child(1), .footerbox .footerboxdis>div:nth-child(2) {
        margin: 20px 0;
        padding: 0;
    }
    .footerbox .footerboxdis a img{
        max-height: 58px;
    }
    .footerbox .footerboxdis .footerfriend{
        display: none;
    }
    .footerbox .footerboxdis .footerlogo p{
        padding: 0 0 0 22px;
        background: url(../img/footericon1.png) no-repeat 0px 3px;
        background-size: 18px;
        letter-spacing: 0;
    }
    .footerbox .footerboxdis .footerlogo p:nth-child(3){
        background: url(../img/footericon2.png) no-repeat 0px 3px;
        background-size: 18px;
    }
    .footerbox .footerboxdis .footerlogo p:nth-child(4){
        background: url(../img/footericon3.png) no-repeat 2px 3px;
        background-size: 15px;
    }
    .footerboxipc {
        padding: 12px 0;
        font-size: 14px;
        line-height: 18px;
    }


}

/* ============================================== */
/* 媒体查询：max-width:380px */
/* ============================================== */
@media (max-width: 380px) {



}