/*公共的css*/



* {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei, 微软雅黑, Arial, Helvetica;
    /*letter-spacing: -0.5px;*/
    letter-spacing: 0;
}

a {
    color: #333;
    text-decoration: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:active {
    text-decoration: none !important;
}
a:focus, a:hover {
    text-decoration: 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;
}
.container1660{
    width: 100%;
    max-width: 1660px;
    display: block;
    margin: 0 auto;
}
.container1400{
    width: 100%;
    max-width: 1400px;
    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;
}

.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;
}
.disfixspacecnetre {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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; /* 溢出部分显示省略号 */
}

.newrow12{
    margin: 0 -12px;
}
.newcol12{
    padding: 0 12px;
}

@media (min-width: 1600px) {
    .container {
        width: 1600px;
        padding: 0;
    }
}

body {
    padding: 140px 0 0 0;
}





/*pc端导航区域*/
.pcnav{
    background: #ffffff;
    box-shadow: 0px 0px 3px #b7b7b7;
}
.navlistbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 140px;
}
.naviconbox{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 16px;
}
.naviconbox .icondome{
    margin: 0 0 0 36px;
    margin: 0 0 0 20px;
    position: relative;
}
.naviconbox .icondome:nth-child(2){
    margin: 0 0 0 22px;
}
.naviconbox .icondome:first-child{
    margin: 0;
}
.naviconbox .icondome:first-child input{
    color: #333333;
}
.navinput::placeholder {
    color: #333333;
}
.navinput:-moz-placeholder {
    color: #333333;
}
.navinput::-moz-placeholder {
    color: #333333;
}
.navinput:-ms-input-placeholder {
    color: #333333;
}

.naviconbox .icondome a{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    position: relative;
}
.naviconbox .icondome i{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
    background: url("../img/nav2.png") no-repeat 0 0;
    background-size: 100%;
    transition: all 0.3s;
}

.naviconbox .icondome:nth-last-child(2)  i{

    background: url("../img/nav3.png") no-repeat 0 0;
    background-size: 100%;
    vertical-align: bottom;
}
.naviconbox .icondome:last-child i  {
    background: url("../img/nav4.png") no-repeat 0 0;
    background-size: 100%;
    vertical-align: bottom;
}



.naviconbox .icondome.icondomeimg:hover i {
    background-position: 0 100%;
}
.naviconbox .icondome.icondomeimg:hover a{
    color: #1269b4;
}


.naviconbox .icondome:nth-child(1) {
    height: 34px;
    border-radius: 16px;
    position: relative;

}


/*
.naviconbox .icondome:nth-child(1) {
    height: 34px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.naviconbox .icondome:nth-child(1) button{
    width: 24px;
    height: 24px;
    display: inline-block;
    border: none;
    background:none;
}
.naviconbox .icondome:nth-child(1) input{
    width: 62px;
    height: 32px;
    border: none;
    border-radius: 32px;
    position: relative;
    padding: 0 4px 0 0;
    transition: all 0.3s;
}

.naviconbox .icondome:nth-child(1):hover {
    border: 1px #999999 solid;
}
.naviconbox .icondome:nth-child(1):hover input{
    width: 200px;
}
.pcnavrighticon{
    width: 70px;
    height: 70px;
    display: inline-block;
    background:url(../img/navnav.png) no-repeat center #1269b4;
    background-size: 27px;
    margin: 0  0 0 50px;
    text-align: center;
}
*/

.pcnavbox{
    height: 100%;
    padding-top: 40px;
}
.navlistboxright{
    height: 100%;
}









/*pc端导航和二级导航区域*/
.navlistul{
    top: 60%;
    left: 0%;
    transform: translate(0,0);
    transition: top 0.3s ease;
}
.navlistul>li{
    margin: 0 0 0 36px;
    position: relative;
}
.navlistul>li:first-child{
    margin: 0;
}
.navlistul>li>a{
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    /*line-height: 54px;*/
    font-weight: bolder;
    font-family:Arial;
    padding: 0 0 26px 0;
}
.navlistul>li.acitve>a,
.navlistul>li:hover>a{
    color: #1269b4;
}

.navlistul ul{
    /*display: none;*/
    width: 120%;
    display: block;
    position: absolute;
    top: 100%;
    left: -10%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s;
}
.navlistul ul li a{
    display: block;
    font-size: 14px;
    color: #333333;
    text-align: center;
    font-family: Arial;
    letter-spacing: -0.2px;
    line-height: 18px;
    overflow: hidden;
    padding: 9px 0;
    opacity: 0;
    border-bottom: 1px #f7f7f7 solid;
    transition: all 0.2s;

         font-size: 16px;
    font-weight: bold;

}
.navlistul ul li:last-child a {
    border: none;
}
.navlistul ul li a:hover{
    color: #ffffff;
    background: #1269b4;
}
.navlistul li:hover ul li a {
  opacity: 1;
}
.navlistul li:hover ul {
    background: #ffffff;
    border-top: 3px #1269b4 solid;
    padding: 6px 0;
    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: fixed;*/
    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 6px;
}
#pcnavdown .navlistul ul {
    width: 100%;
    position: static;
    top: 0;
    left: 0%;
    max-height: none;

}
#pcnavdown .navlistul>li>a {
    padding: 12px 2px;
    background: #1269b4;
    color: #fff;
}
#pcnavdown .navlistul ul li a {
     opacity: 1;
    background: #efefef;
    padding: 10px 0;
}
#pcnavdown .navlistul ul li a:hover {
    color: #1269b4;
    /*background: #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: 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: 42px;
    display: inline-block;
    margin: 4px 0 0 0px;
}

#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 .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 12px;
}
#mobile .iconbox .langbtnmobile img {
    margin: 4px 0 0 12px;
}
#mobile .iconbox .otherbtnmobile img {
    margin: 2px 0 0 12px;
}

#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: 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 #e5e5e5 solid;
    letter-spacing: -0.5px;
}
.nav-list > ul > li:last-child > a ,
.nav-list > ul > li:nth-child(1) > 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;

}
/*

.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(1) > a {
    background: none;
}
*/


/*banenr 区域的资料*/
.bannerbox{
    position: relative;
    display: block;
    overflow: hidden;
}
.bannerbox .bannerimg{
    width: 100%;
}
.bannerbox .bannerbg{
    position: absolute;
    width: 66%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.bannerbox .bannerdw{
    position: absolute;
    max-width: 1400px;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translate( -50%,0);
    z-index: 100;
    color: #fff;
}

.bannerbox .bannerdw h5{
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    position: relative;
    font-family: Arial;
    letter-spacing: -0.5px;
}
.bannerbox .bannerdw h5:after{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #f0b321;
    position: absolute;
    content: " ";
    border-radius: 50%;
    top: 14%;
    right: -10px;
    z-index: -1;

    display:none !important;
}
.bannerbox .bannerdw .dwboxtext{
    padding: 0 0 0 22px;
    background: url(../img/bannerdw.png) no-repeat 0px 1px;
    background-size: 15px;
    margin:28px 0  26px 0;
}
.bannerbox .bannerdw .dwboxtext a,
.bannerbox .bannerdw .dwboxtext span{
    font-size: 14px;
    color: #f0b321;
    font-family: Arial;
    letter-spacing: -0.5px;
}
.bannerbox .bannerdw .dwboxtext a:hover{
    text-decoration: underline;
}

/*正文的背景区域*/
.containerbg{
    position: relative;
}
.contatinerbg{
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    z-index: -1;
     display: none !important;

}







/*手机端二级导航*/
.mobilenavtwo {
    overflow: hidden;
    /*height: auto;*/
}

.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 #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: #00000091;
    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: #1269b4;
    text-align: center;
    border: none;

}

.mobilesoso .formbox .sbtnsoso img {
    width: 14px;
}

.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;
     height: 90px;
}

.mobilesoso.check .mobilesosobtn {
    height: 100%;
}


/*没有数据的区域*/
.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{
    background: #003f76;
    color: #ffffff;
}
.footerbox .footerflex{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -60px;
}
.footerbox .footerflex>div{
    width: 33%;
    padding: 50px 60px 40px 70px;
    border-left: 1px #2d6ca2 solid;
    box-sizing: border-box;
}
.footerbox .footerflex>div:nth-child(1){
    border-left: transparent 1px solid;
}
.footerbox .footerflex>div h5{
    font-size: 24px;
    font-family: Arial;
    margin: 0 0 30px 0;
}
.footerbox .footerflex>div a,
.footerbox .footerflex>div p{
    font-size: 16px;
    font-family: Arial;
    line-height: 24px;
    color: #ffffff;
    margin: 0 0 10px 0;
}
.footerbox .footerflex>div a:hover{
    text-decoration: underline;
}
.footerbox .footerflex>div .footericon p{
    margin:  10px 0;
    text-align: center;
}

.footerbox .footerflex>div li img{
    width: 80px;
}

.footerbox .footeripc{
    font-size: 16px;
    font-family: Arial;
    line-height: 60px;
    color: #ffffff;
    margin: 0 0 0px 0;
    border-top: 1px #2d6ca2 solid;
     text-align: center;
}






/*左侧的导航区域*/
.navleft{
    display: inline-block;
    overflow: hidden;
    width: 340px;
    width: 300px;
    height: auto;
    border-radius: 26px 0 26px 0;
    border: 1px #1269b4 solid;
    padding-bottom: 300px;
    background: url("../img/navbg.jpg") no-repeat 0 bottom #fff;
    background-size: 100%;
}
.navleft .navtitle{
    font-size: 24px;
    color: #fff;
    line-height: 26px;
    font-weight: bold;
    font-family: Arial;
    padding: 22px 50px 22px 30px;
    background: url("../img/right.png") no-repeat 90% center;
    background-color: #1269b4;
    background-size: 18px;
}
.navleft .navlist li a{
    padding: 20px 10px 20px 30px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-family: Arial;
    border-bottom: 1px #e6e6e6 solid;
    display: block;
    overflow: hidden;
    background: #fff;
}
.navleft .navlist>li>a{
    font-weight: bold;
}
.navleft .navlist>li li a{
    padding: 0;
    color: #fff;
    line-height: 0px;
    border-bottom: none;
    transition: line-height 0.1s;
}
.navleft .navlist>li>a:hover,
.navleft .navlist>li.checkli>a{
    color: #1269b4;
}
.navleft .navlist>li.checkli li a{
    padding: 20px 24px 20px 50px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    border-bottom: 1px #e6e6e6 solid;

}
.navleft .navlist>li li a:hover,
.navleft .navlist>li li.check a{
    /*font-weight: bold;*/
    color:#fff;
    text-shadow: 0 0.5px 0px #fff;
    background: #1269b4;
}






/*响应式样式区域*/
@media (max-width: 1700px) {
    .navlistul>li>a {
        font-size: 17px;
    }
}
@media (max-width: 1600px) {
    .bannerbox .bannerdw h5 {
        font-size: 46px;
    }


    .pcnav .container1660{
        padding: 0 10px;
    }
    .logoimg img{
        height: 80px;
    }
    .navlistul>li>a {
        font-size: 16px;
    }
    .naviconbox .icondome:nth-child(2) {
        margin: 0 0 0 20px;
    }
    .naviconbox .icondome {
        margin: 0 0 0 28px;
    }
    .pcnavrighticon {
        width: 60px;
        height: 60px;
        margin: 0 0 0 30px;
    }
    .navlistul>li {
        margin: 0 0 0 30px;
    }
    .footerbox .footerflex {
        margin: 0 -50px;
    }
    .footerbox .footerflex>div {
        padding: 40px 50px;
    }


}
@media (max-width: 1400px) {
    .bannerbox .bannerdw h5 {
        font-size: 42px;
    }
    .bannerbox .bannerdw{
        padding: 0 3%;
    }
    .bannerbox .bannerdw .dwboxtext {
        margin: 12px 0 22px 0;
    }

    .navlistul>li>a {
        font-size: 15px;
    }
    .navlistul ul li a {
        font-size: 13px;
    }
    .navlistul>li {
        margin: 0 0 0 26px;
    }

    .newrow12{
        margin: 0  ;
    }
    .newcol12{
        padding: 0 ;
    }
    .footerbox .footerflex {
        margin: 0 -0;
    }
    .footerbox .footerflex>div {
        padding: 40px 30px;
    }
    .footerbox .footerflex>div a,
    .footerbox .footerflex>div p {
        font-size: 15px;
        margin: 0 0 8px 0;
    }

    .navleft .navtitle {
        font-size: 22px;
         line-height: 24px;
         padding: 16px 50px 16px 30px;
    }
    .navleft .navlist li a {
        padding: 18px 10px 18px 30px;
    }
    .navleft .navlist>li.checkli li a {
        font-size: 16px;
    }





}
@media (max-width: 1300px) {
    body {
        padding: 120px 0 0 0;
    }
    .bannerbox .bannerdw h5 {
        font-size: 34px;
    }
    .navlistbox {
        height: 120px;
    }
    .pcnavbox {
        padding-top: 26px;
    }
    .naviconbox {
        margin-bottom: 8px;
    }
    .navlistul>li>a {
        font-size: 14px;
        letter-spacing: -0.3px;
    }
    .navlistul>li {
        margin: 0 0 0 18px;
    }
    .pcnavrighticon {
        width: 50px;
        height: 50px;
        background-size: 22px;
        margin: 0 0 0 12px;
    }

    .logoimg img {
        height: 70px;
    }
    .naviconbox .icondome a {
        font-size: 13px;
        line-height: 15px;
    }
    .navlistul ul {
        width: 140%;
        left: -20%;
    }
    .navlistul li:nth-child(4) ul {
        width: 120%;
        left: -10%;
    }
    .footerbox .footerflex>div h5 {
        font-size: 20px;
        margin: 0 0 24px 0;
    }
    .footerbox .footerflex>div a,
    .footerbox .footerflex>div p {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 6px 0;
    }
    .footerbox .footeripc {
        font-size: 14px;
        line-height: 50px;
    }
    .footerbox .footerflex>div .footericon p {
        margin: 6px 0;
    }

    .footerbox .disfixspacecnetre {
        display: block;
    }
    .disfixspacecnetre li{
        width: 50%;
        float: left;
        text-align: center;
    }
    .footerbox .footerflex>div {
        padding: 30px;
    }

}
@media (max-width: 1200px) {
    .bannerbox .bannerdw h5 {
        font-size: 30px;
    }
    .navlistul>li {
        margin: 0 0 0 10px;
    }
    .navlistul li:hover ul {
        padding: 4px 0;
    }
    #pcnavdown .navlistul>li {
        padding: 0 3px;
    }
    body {
        padding: 92px 0 0 0;
    }
    .navlistbox {
        height: 92px;
    }
    .pcnavbox {
        padding-top: 16px;
    }
    .naviconbox {
        margin-bottom: 4px;
    }
    .naviconbox .icondome:nth-child(1) {
        height: 30px;
        border-radius: 15px;
    }
    .navlistul>li>a {
        padding: 0 0 18px 0;
    }
    .naviconbox .icondome:nth-child(1) input {
        width: 50px;
        height: 28px;
        border-radius: 28px;
    }
    .pcnavrighticon {
        width: 46px;
        height: 46px;
        background-size: 20px !important;
        margin: 0 0 0 10px;
    }

}
@media (max-width: 1100px) {
    .bannerbox .bannerdw h5 {
        font-size: 28px;
    }
    .logoimg img {
        height: 62px;
    }
}
@media (max-width: 1000px) {
    .container,
    .container1400{
        padding: 0 12px;
    }
    .bannerbox .bannerdw h5 {
        font-size: 24px;
    }
    .bannerbox .bannerdw .dwboxtext {
        margin: 8px 0 20px 0;
    }
    .pcnavrighticon {
        width: 44px;
        height: 44px;
        background-size: 20px;
    }
    #pcnavdown .navlistul>li>a {
        padding: 10px 2px;
    }
    #pcnavdown .pcnavrighticon {
        background-size: 20px;
    }
    .logoimg img {
        height: 60px;
    }

    .navleft {
        width: 300px;
        border-radius: 22px 0 22px 0;
        padding-bottom: 240px;
    }
    .navleft .navtitle {
        font-size: 20px;
           line-height: 24px;
         padding: 16px 40px 16px 26px;
 
    }
    .navleft .navlist li a {
        padding: 16px 10px 16px 26px;
        font-size: 15px;
    }
    .navleft .navlist>li.checkli li a {
        padding: 16px 24px 16px 36px;
        font-size: 15px;
        line-height: 22px;
    }


}
@media (max-width: 992px) {
    body {
        padding: 57px 0 0 0;
    }
}
@media (max-width: 770px) {
    table{
       max-width:100%;
    }
    .bannerbox .bannerdw{
        padding: 0 10px;
    }
    .bannerbox {
        position: relative;
        height: 180px;
        overflow: hidden;
    }
    .bannerbox .bannerimg{
        max-width: none;
        width: auto;
        height: 100%;
    }
    .bannerbox .bannerbg {
        width: 80%;
    }
    .bannerbox .bannerdw h5 {
        font-size: 16px;
    }
    .bannerbox .bannerdw h5:after {
        width: 8px;
        height: 8px;
        top: 14%;
        right: -2px;
    }
    .bannerbox .bannerdw .dwboxtext a,
    .bannerbox .bannerdw .dwboxtext span {
        font-size: 12px;
    }
    .bannerbox .bannerdw .dwboxtext {
        padding: 0 0 0 14px;
        background: url(../img/bannerdw.png) no-repeat 0px 3px;
        background-size: 12px;
        margin:0px 0 7px 0;
    }

    .footerbox .footerflex{
        display: block;
    }
    .footerbox .footerflex>div a.footerlogo img{
        width: 80%;
        max-width: 240px;
        margin: 18px 0 10px 0;
    }
    .footerbox .footerflex>div {
        width: 100%;
        padding: 0px 0 0 0;
        border-left:none;
        display: block;
        overflow: hidden;
    }
    .footerbox .footerflex>div h5 {
        font-size: 15px;
        margin: 0 0 4px 0;
    }
    .footerbox .footerflex>div .footericon p {
        margin:4px 0 10px 0;
    }
    .disfixspacecnetre{
        margin: 0 -4px;
    }
    .disfixspacecnetre li {
        width: auto;
         padding: 0 4px;
    }
    .footerbox .footeripc{
        padding: 14px 10px;
        font-size: 13px;
        line-height: 16px;
    }
    .footerbox .footerflex>div p {
        text-align: left;
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 8px 0;
    }
    .footerbox .footerflex>div.footerlogbox p {
        padding: 0 0 0 18px;
        background: url("../img/footericon1.png") no-repeat 0 2px;
        background-size: 16px;
    }
    .footerbox .footerflex>div.footerlogbox p:nth-child(3) {
        background: url("../img/footericon2.png") no-repeat 0 0;
        background-size: 16px;
    }
    .footerbox .footerflex>div.footerlogbox p:nth-child(4) {
        background: url("../img/footericon3.png") no-repeat 0 0;
        background-size: 15px;
    }
    .footerbox .footerflex>div.footercontact{
        margin-top: 10px;
    }

    .navleft{
        width: 100%;
        border-radius: 2px;
        border: 1px #1269b4 solid;
        padding-bottom: 150px;
        background: url(../img/navbg.jpg) no-repeat center bottom #fff;
        background-size:auto 100px;
    }
    .navleft .navtitle {
        font-size: 16px;


           line-height: 20px;
         padding: 16px 30px 16px 20px;

        background: url(../img/right.png) no-repeat 96% center;
        background-color: #1269b4;
        background-size: 13px;
    }
    .navleft .navlist li a {
        padding: 10px 40px 10px 20px;
        font-size: 14px;
        line-height: 24px;
        position: relative;
    }
    .navleft .navlist>li>a:before{
        width: 16px;
        height: 16px;
        background: url("../img/navopen.png") no-repeat center;
        background-size: 16px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 2px;
        content: " ";
        transform: translate(-50%, -50%);
    }
    .navleft .navlist>li.checkli>a:before{
        background: url("../img/navcolse.png") no-repeat center;
        background-size: 16px;
    }
    .navleft .navlist>li>a:hover{
        color: #333;
    }
    .navleft .navlist>li.checkli>a {
        color: #1269b4;
    }


    .navleft .navlist>li.checkli li a {
        padding: 10px 10px 10px 30px;
        font-size: 14px;
        line-height: 24px;
    }


}
@media (max-width: 500px) {
    .footerbox .footerflex>div.footercontact{
        display: none;
    }

}
@media (max-width: 380px) {
    .disfixspacecnetre li {
        width: 25%;
    }
    .footerbox .footerflex>div p {
        line-height: 16px;
        margin: 0 0 4px 0;
    }

}
@media (max-width: 320px) {

}