@charset "UTF-8";
body{max-width: 1920px;margin: 0 auto;font-family: 'Noto Sans SC'}
.wrap {margin: 0 auto;width: 86%;max-width: 1600px;}
.flex1{display: flex;align-items: center;justify-content: space-between;}
.header .top{height: 120px;background-image: url(../images/common/bg1.png);background-repeat: no-repeat;background-position: center;background-size: cover;display: flex;}
.header .top .logo{display: block;width: 344px;}
.header .top .logo img{display: block;width: 100%;}
.header .searchBox{position: relative;}
.header .searchBox input{width: 380px;height: 38px;border-radius: 19px;border: 1px solid #0C6FCB;font-size: 16px;line-height: 38px;color: #333333;padding: 0 90px 0 24px;background-color: transparent;}
.header .searchBox .tj{width: 78px;height: 30px;background: #0C6FCB;border-radius: 15px;font-size: 16px;color: #ffffff;line-height: 30px;position: absolute;right: 4px;top: 4px;cursor: pointer;}
.header .navBox{background: #0C6FCB;height: 120px;display: flex;}
.header .navBox .index{text-align: center;width: 170px;}
.header .navBox .index img{display: block;width: 36px;margin: 0 auto 4px;}
.header .navBox .index span{font-size: 22px;color: #ffffff;line-height: 34px;display: inline-block;border-bottom:2px solid #ffffff;}
.header .navBox ul{display: flex;flex-wrap: wrap;width: calc(100% - 170px);}
.header .navBox ul li{width: 12%;text-align: right;}
.header .navBox ul li a{font-size: 22px;color: #ffffff;line-height: 46px;display: block;}
.header .navBox ul li a:hover{text-decoration: underline;}
.header .bot{background: #F4F4F4;padding: 15px 0;}
.header .bot .wrap{font-size: 0;}
.header .bot span{font-size: 22px;color: #0C6FCB;line-height: 36px;display: inline-block;}
.header .bot a{font-size: 22px;color: #0C6FCB;line-height: 36px;display: inline-block;margin-left: 54px;}
.header .bot a:hover{text-decoration: underline;}
.search{width: 30px;display: none;cursor: pointer;}
.menuBtn{position: relative;z-index: 9;display: none;float: right;width: 35px;height: 38px;padding: 17px 0 0;cursor: pointer;margin-right: 5px;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.menuBtn b{display: block;height: 3px;background-color: #ffffff;margin: 3px auto 5px;border-radius: 2px;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;width: 30px;}
.menuBtn.open{margin-top: 12px;}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 10px;top: 50%;width: 30px;}
.menuBtn.open b:first-child{display: block;transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.menuBtn.open b:last-child{display: block;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.navbg{display: none;width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.5);z-index:8;}


.fixRight{position: fixed;right: 50px;top: 40%;}
.fixRight a{width: 74px;height: 74px;background: #F4F4F4; border-radius: 12px;margin: 4px 0;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;align-content: center;position: relative;font-size: 16px;color: #327CD9;line-height: 18px;text-align: center;}
.fixRight a i{ width: 32px; height: 27px; background-repeat: no-repeat; background-position: center; background-size: 100%; display: block; margin: 4px auto 0; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }
.fixRight .icon1 i{background-image: url(../images/common/icon1.png);}
.fixRight .icon2 i{background-image: url(../images/common/icon2.png);}
.fixRight .icon3 i{background-image: url(../images/common/icon7.png);}
.fixRight a:hover,.fixRight a.active{background: #0C6FCB;color: #ffffff;}
.fixRight .icon1:hover i{background-image: url(../images/common/icon1_hover.png);}
.fixRight .icon2:hover i,.fixRight .icon2.active i{background-image: url(../images/common/icon2_hover.png);}
.fixRight .icon3:hover i{background-image: url(../images/common/icon7_hover.png);}
.fixRight a .ewm{ position: absolute; right: 120px; top: 50%; width: 160px; height: 160px; margin-top: -80px; box-shadow: 0 5px 20px rgba(0,0,0,.2); opacity: 0; visibility: hidden; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }
.fixRight a .ewm img{display: block;width: 100%;}
.fixRight a .ewm::after{content: '';border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 10px solid #ffffff;display: block;position: absolute;right: -10px;top: 50%;margin-top: -10px;}
.fixRight a:hover .ewm,.fixRight a.active .ewm{opacity: 1;visibility: visible;right: 90px;}

.footer{background: #0C6FCB;}
.footer .top{padding: 24px 0 35px;}
.footer .top h3{font-size: 22px;color: #ffffff;line-height: 30px;display: block;margin-bottom: 20px;font-weight: normal;}
.footer .selectBox{display: flex;margin: 0 -1%;}
.footer .select{ background: rgba(255, 255, 255, .2); width: 23%; margin: 0 1%; padding: 0 32px 0 20px; position: relative; display: inline-block; vertical-align: middle; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px;border:1px solid rgba(255, 255, 255, .2);}
.footer .select:after{content: '';display: block;width: 24px;height: 14px;background-image: url('../images/common/xl.png');background-repeat: no-repeat;background-position: center;background-size: 100%;position: absolute;right: 18px;top: 50%;margin-top: -7px;}
.footer .select.active:after{background-image: url('../images/common/xlOn.png');}
.footer .select span{display: block;font-size: 22px;color: #ffffff;line-height: 48px;cursor: pointer;}
.footer .select ul{position: absolute;left: 0;bottom: 48px;width: 100%;background: rgba(255, 255, 255, 1);opacity: 0;visibility: hidden;max-height: 336px;overflow-y: auto;box-shadow: 0 5px 20px rgba(0,0,0,.1);z-index: 99999;}
.footer .select ul li a{cursor: pointer;font-size: 20px;color: #333333;line-height: 48px;padding: 0 20px;display: block;}
.footer .select ul li:hover a{background: #1677FF;color: #ffffff;}
.footer .select.active ul{opacity: 1;visibility: visible;}
.footer .bot{border-top: 1px solid #FFFFFF;font-size: 20px;color: #ffffff;line-height: 34px;text-align: center;padding: 16px 0;}
.footer .bot .box{display: flex;align-items: center;justify-content: center;}
.footer .bot .right{width: 140px;margin-left: 4vw;}
.footer .bot .right img{display: block;width: 100%;}
.footer .bot .tel{margin-left: 4vw;}
.commTit{display: flex;justify-content: space-between;align-items: center;}
.commTit span{display: flex;align-items: center;border-bottom: 4px solid #0C6FCB;font-size: 24px;color: #333333;white-space: nowrap;font-weight: bold;}
.commTit span img{display: block;width: 25px;margin-right: 4px;}
.commTit a{display: flex;align-items: center;font-size: 18px;color: #0C6FCB;margin-top: 12px;white-space: nowrap;}
.commTit a img{display: block;width: 18px;margin-right: 4px;}
.commTit i{border-bottom: 2px solid #C5C5C5;display: block;width: 72%;color: #C5C5C5;position: relative;height: 18px;margin: 0 4px 0 10px;}
.commTit i::before{content: '/';display: block;font-size: 20px;color: #C5C5C5;position: absolute;left: -2px;bottom: -6px;font-weight: bold;}

.crumbsBox .wrap{overflow-x: auto;white-space: nowrap;}
.crumbsBox .wrap::-webkit-scrollbar{display: none;}
.crumbs{font-size: 16px;color: #333333;line-height: 30px;background-image: url(../images/common/icon3.png);background-repeat: no-repeat;background-position: left center;background-size: 6px auto;padding: 20px 0 20px 18px;}
.crumbs a{display: inline-block;vertical-align: middle;color: #666666;}
.crumbs a:hover{color: #1677FF;}
.crumbs i{display: inline-block;vertical-align: middle;width: 5px;height: 8px;background-image: url(../images/common/icon4.png);background-repeat: no-repeat;background-position: center;background-size: 100%;margin: 0 12px;}
.crumbs span{display: inline-block;vertical-align: middle;}

.videoTc{width: 100%;height: 100%;background: rgba(0, 0, 0, .5);position: fixed;left: 0;top: 0;display: none;z-index: 9999;}
.videoTc .videoInner{width: 100%;height:100%;position: fixed;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);display: flex;align-items: center;justify-content: center;}
.videoTc .videoInner video{width: 100%;height: 100%;}
.videoTc .close{width: 36px;height: 36px;position: absolute;right: 30px;top: 30px;cursor: pointer;z-index: 9999;opacity: 1;}

.zxTc{width: 100%;height: 100%;background: rgba(0,0,0,0.5);position: fixed;left: 0;top: 0;z-index: 9;display: none;}
.zxBox{ width: 790px;border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; position: fixed; left: 50%; top: 50%; z-index: 9;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);background-image: url(../images/common/bg2.png);background-repeat: no-repeat;background-position: center;background-size: cover;padding: 10px 14px 80px;display: none;}
.zxBox span{font-size: 20px;color: #ffffff;line-height: 30px;display: block;}
.zxBox .close{display: block;width: 20px;cursor: pointer;position: absolute;right: 20px;top: 20px;}
.zxBox h3{font-size: 40px;color: #ffffff;line-height: 60px;font-weight: normal;text-align: center;margin: 80px 0 20px;}
.zxBox h4{font-size: 50px;color: #ffffff;line-height: 70px;text-align: center;}
.zxBox .zx{font-size: 30px;color: #ffffff;width: 184px;line-height: 50px;border-radius: 8px;border: 1px solid #FFFFFF;display: block;margin: 70px auto 0;text-align: center;height: 60px;}
.zxBox .zx:hover{ color: #1677FF; border-color: #ffffff; background: #ffffff; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }
.bgTc{width: 100%;height: 100%;background: rgba(0,0,0,0.5);position: fixed;left: 0;top: 0;z-index: 9;display: none;}
.registerBox{ width: 790px; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); background: #ffffff; z-index: 9; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; overflow: hidden;display: none;}
.registerBox .tit{height: 66px;background-image: url(../images/index/bg2.png);background-repeat: no-repeat;background-position: center;background-size: cover;display: flex;align-items: center;justify-content: center;position: relative;}
.registerBox .tit h3{font-size: 24px;color: #ffffff;line-height: 30px;}
.registerBox .tit .close{width: 20px;display: block;cursor: pointer;position: absolute;right: 20px;top: 20px;}
.registerBox .box{display: flex;justify-content: space-between;position: relative;}
.registerBox .box .right{width: 345px;height: 100%;background-image: url(../images/index/loginImg1.png);background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;right: 0;top: 0;}
.registerBox .box .left{width: 445px;padding: 0 30px 56px;}
.registerBox .box .left .lable{display: flex;justify-content: space-between;margin: 30px 0;}
.registerBox .box .left .lable2{margin: 20px 0;}
.registerBox .box .left .lable2 .input{border: 0;}
.registerBox .box .left span{font-size: 18px;color: #333333;line-height: 34px;display: block;}
.registerBox .box .left .input{ width: 290px; border-radius: 8px; position: relative; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; overflow: hidden;border: 1px solid #979797;}
.registerBox .box .left input{ width: 100%; height: 34px; font-size: 16px; color: #333333; line-height: 34px; padding: 0 10px;  border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; }
.registerBox .box .left .dx{font-size: 16px;color: #333333;line-height: 30px;padding-left: 22px;background-image: url(../images/index/dx.png);background-repeat: no-repeat;background-position: left center;background-size: auto 18px;display: inline-block;vertical-align: middle;margin-right: 22px;cursor: pointer;}
.registerBox .box .left .dx.active{background-image: url(../images/index/dxOn.png);}
.registerBox .box .left .tj{ width: 100%;height: 36px;font-size: 18px; color: #ffffff; line-height: 36px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px;background: #0C6FCB;margin:10px auto 0;cursor: pointer;}
.registerBox .box .left .yzmBox input{padding-right: 100px;}
.registerBox .box .left .yzm{position: absolute;right: 0;top: 0;width: 92px;}
.registerBox .box .left .yzm img{display: block;width: 100%;}
.registerBox .tabTit{border-bottom: 2px solid #D8ECFE;display: flex;align-items: center;justify-content: space-around;}
.registerBox .tabTit span{font-size: 18px;color: #333333;line-height: 34px;position: relative;cursor: pointer;}
.registerBox .tabTit span::after{content: '';width: 100%;height: 2px;background: #0C6FCB;position: absolute;left: 0;bottom: 0;margin: 0 auto;opacity: 0;visibility: hidden;}
.registerBox .tabTit span.active::after{opacity: 1;visibility: visible;}
.registerBox .tabCon .con{display: none;}
.registerBox .tabCon .con.active{display: block;}
.registerBox .aBox{display: flex;justify-content: space-between;align-items: center;}
.registerBox .aBox button{ width: 100%; height: 36px; background: #0C6FCB; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; text-align: center;font-size: 18px;color: #ffffff;line-height: 36px;cursor: pointer;}
.registerBox .aBox .btn1{width: 33%;}
.registerBox .aBox .btn2{width: 63%;}
.registerBox .bot{display: flex;justify-content: space-around;align-items: center;padding: 0 30px;margin-top: 30px;}
.registerBox .remember{font-size: 16px;color: #999999;line-height: 30px;padding-left: 26px;background-image: url(../images/index/dx2.png);background-repeat: no-repeat;background-position: left center;background-size: auto 18px;cursor: pointer;}
.registerBox .remember.active{background-image: url(../images/index/dx2On.png);}
.registerBox .forget{font-size: 16px;color: #0C7CD6;line-height: 30px;cursor: pointer;}
.login .box .left{padding: 20px 30px 40px;}
.zxjl{position: fixed;right: 50px;top: 45%;width: 90px; height: 90px;background: #0C6FCB;border-radius: 11px;font-size: 18px;color: #ffffff;text-align: center;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;align-content: center;}
.zxjl img{display: block;width: 36px;margin: 0 auto 6px;}
.zxjl:hover{background: #0b60af;}

.pages{text-align: center;margin: 48px 0 80px;}
.pages a,.pages span{display: inline-block;vertical-align: middle;min-width: 34px;height: 34px;background-color: #F8FBFE;border-radius: 2px;margin: 0 6px;font-size: 16px;color: #333333;line-height: 30px;text-align: center;padding: 0 5px;}
.pages a:hover,.pages a.current,.pages span.current{background-color: #0C6FCB;color: #ffffff;}
.pages a.prev{background-image: url(../images/common/prev.png);background-repeat: no-repeat;background-position: center;background-size: auto  16px;}
.pages a.next{background-image: url(../images/common/next.png);background-repeat: no-repeat;background-position: center;background-size: auto  16px;}
.pages a.prev:hover{background-image: url(../images/common/prev_hover.png);}
.pages a.next:hover{background-image: url(../images/common/next_hover.png);}


.tipsBox{width: 100%;height: 100%;background: rgba(0, 0, 0, .5);position: fixed;top: 0;left: 0;z-index: 99;display: none;}
.tipsBox .tips{ font-size: 16px; color: #333333; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; background: #ffffff; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); padding: 6px 20px;z-index: 99;white-space: nowrap;max-width: 90%;}

.zxListBox{width: 100%;height: 100%;background: rgba(0,0,0,0.5);position: fixed;left: 0;top: 0;z-index: 9;display: none;}
.zxListBox .zxBox1{ width: 790px; height: 656px; background: #FFFFFF; border-radius: 8px; position: fixed; top: 50%; left: 50%; z-index: 99; border-radius: 8px; overflow: hidden; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.zxListBox .zxBox1 h3{font-size: 24px;color: #ffffff;line-height: 66px;text-align: center;background-image: url(../images/zx/bg1.png);background-repeat: no-repeat;background-position: center;background-size: cover;}
.zxListBox .zxBox1 .close{width: 40px;height: 40px;background-image: url(../images/common/close.png);background-repeat: no-repeat;background-position: center;background-size: 20px auto;position: absolute;right: 10px;top: 10px;cursor: pointer;}
.zxListBox .zxBox1 .box{height: calc(100% - 66px);overflow-y: auto;padding: 35px 45px 35px 25px;}
.zxListBox .zxBox1 .txBox{display: flex;align-items: center;}
.zxListBox .zxBox1 .txBox .tx{ width: 44px; height: 44px; overflow: hidden; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;margin-right: 10px;}
.zxListBox .zxBox1 .txBox .tx img{display: block;width: 100%;}
.zxListBox .zxBox1 .txBox span{font-size: 18px;color: #333333;line-height: 30px;font-weight: bold;display: block;}
.zxListBox .zxBox1 .text{margin-left: 50px;}
.zxListBox .zxBox1 .text h4{font-size: 18px;color: #333333;line-height: 30px;margin-bottom: 20px;}
.zxListBox .zxBox1 .text .aBox{display: flex;flex-wrap: wrap;}
.zxListBox .zxBox1 .text a{font-size: 16px;color: #0C6FCB;line-height: 30px;display: block;width: 50%;padding-right: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.zxListBox .zxBox1 .text a:hover{text-decoration: underline;}


@media only screen and (max-width:1600px){
    .header .bot a{margin-left: 42px;}
    .commTit span{font-size: 22px;}
}
@media only screen and (max-width:1440px){
    .header .top{height: 100px;}
    .header .top .logo{width: 300px;}
    .header .navBox{height: 100px;}
    .header .navBox .index span{font-size: 18px;}
    .header .navBox ul li a{font-size: 18px;line-height: 34px;}
    .header .bot{padding: 10px 0;}
    .header .bot a{font-size: 18px;margin-left: 36px;}
    .header .bot span{font-size: 18px;}
    .footer .select span{font-size: 18px;line-height: 42px;}
    .footer .select ul li a{font-size: 16px;}
    .footer .select ul{bottom: 42px;}
    .footer .select:after{background-size: 64%;right: 10px;}
    .footer .top h3{font-size: 18px;}
    .footer .bot{font-size: 18px;}
    .zxBox{width: 700px;}
    .zxBox span{font-size: 18px;}
    .zxBox h3{font-size: 32px;margin: 54px 0 20px;}
    .zxBox h4{font-size: 40px;}
    .zxBox .zx{margin: 60px auto 0;font-size: 26px;width: 170px;height: 52px;line-height: 46px;}
}
@media only screen and (max-width:1366px){
    .registerBox .box .left .lable{margin: 20px 0;}
    .registerBox .box .left .lable2{margin: 10px 0;}
    .registerBox .box .left span{font-size: 16px;}
    .registerBox .box .left input{font-size: 14px;}
    .registerBox .box .left .dx{font-size: 14px 0;}
    .registerBox .aBox button{font-size: 16px;}
    .registerBox .tabTit span{font-size: 16px;}
    .registerBox .remember{font-size: 14px;background-size: auto 14px;padding-left: 18px;}
    .registerBox .forget{font-size: 14px;}
}
@media only screen and (max-width:1199px){
    .header .top{height: 80px;}
    .header .top .logo{width: 250px;}
    .header .navBox{height: 80px;}
    .header .navBox .index span{font-size: 16px;}
    .header .navBox ul li a{font-size: 16px;line-height: 28px;}
    .header .navBox .index img{width: 28px;margin: 0 auto;}
    .header .searchBox input{width: 300px;}
    .header .searchBox input{font-size: 14px;height: 34px;line-height: 34px;}
    .header .searchBox .tj{font-size: 14px;height: 26px;line-height: 26px;}
    .header .bot{padding: 7px 0;}
    .header .bot a{font-size: 16px;margin-left: 20px;}
    .header .bot span{font-size: 16px;}
    .commTit span{font-size: 20px;}
    .commTit a{font-size: 16px;}
    .footer .top {padding: 18px 0 28px;}
    .footer .top h3{font-size: 16px;margin-bottom: 10px;}
    .footer .select span {font-size: 14px;line-height: 36px;}
    .footer .select ul li a{font-size: 14px;}
    .footer .select ul{bottom: 36px;}
    .footer .select:after {background-size: 56%;right: 6px;}
    .footer .bot{font-size: 14px;line-height: 26px;padding: 10px 0;}
    .fixRight a{font-size: 14px;width: 66px;height: 66px;}
    .fixRight a i{background-size: 92%;}
    .fixRight a .ewm{width: 120px;height: 120px;margin-top: -60px;}
    .pages{margin: 34px 0 45px;}
    .pages a,.pages span{font-size: 14px;}
}
@media only screen and (max-width:992px){
    .wrap{width: 100%;padding: 0 15px;}
    /* .nav{display: none;} */
    .menuBtn{display: block;z-index: 9;width: 30px;height: 30px;margin: 0;position: absolute;top: 0;right: 15px;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
    .menuBtn.open{padding:0;}
    .menuBtn.open b{background: #fff !important;left: 50%;margin-left: -15px;}
    .header{position: relative;}
    .header .top{height: 60px;}
    .header .top .logo{width: 180px;}
    .header .navBox{position: fixed;top: 0;left: -100%;width: 84%;height: 100%;padding: 0;background: #fff;z-index: 14;float: none;margin-left: 0;transition: all ease 0.5s;-webkit-transition: all ease 0.5s;display: block !important;opacity: 1;visibility: visible;margin-top: 0;overflow-y: auto;}
    .header .navBox.active{left: 0;}
    .header .navBox .wrap{display: block;white-space: nowrap;overflow-x: auto;padding: 0;}
    .header .navBox .wrap::-webkit-scrollbar {display: none;}
    .header .navBox .index{width: 100%;}
    .header .navBox .index img{display: none;}
    .header .navBox .index span{border: 0;color: #333333;line-height: 60px;padding: 0 20px;display: block;text-align: left;}
    .header .navBox ul{width: 100%;}
    .header .navBox ul li{text-align: left;width: 100%;}
    .header .navBox ul li a{line-height: 40px;color: #333333;padding: 0 20px;}
    .header .navBox ul li:nth-child(odd){background: #f4f4f4;}
    .header .bot::-webkit-scrollbar {display: none;}
    .header .bot{white-space: nowrap;overflow-x: auto;height: auto;padding: 0;}
    .header .bot a{line-height: 36px;margin-left: 10px;}
    .header .bot span{line-height: 36px;}
    .search{display: block;margin-right: 3rem;}
    .header .searchBox{display: none;}
    .header .searchBox.active{display: block;}
    .header .searchBox{position: absolute;left: 0;right: 0;top: 60px;background: rgba(0, 0, 0, .5);padding: 20px 20px;z-index: 9;}
    .header .searchBox input{width: 100%;background: #ffffff;border-color: #ffffff;}
    .header .searchBox .tj{right: 24px;top: 24px;}
    .fixRight{right: 15px;}
    .commTit{margin-top: 15px;}
    .footer .selectBox{display: block;margin: 0;}
    .footer .select{width: 100%;margin: 0 0 10px 0;}
    .footer .select ul{bottom: 36px;}
    .footer .select ul li a{font-size: 14px;line-height: 36px;}
    .footer .bot .box{flex-wrap: wrap;}
    .footer .bot .left{width: 100%;}
    .footer .bot .right{width:140px;margin: 10px 0 10px 0;}
    .footer .bot .tel{width: 100%;margin: 0;}
    .fixRight a:hover .ewm{opacity: 0;visibility: hidden;}
    .fixRight a.active .ewm{opacity: 1 !important;visibility: visible !important;}
    .fixRight a:hover,.fixRight a.active{background: #0C6FCB;color: #ffffff;}
    .fixRight .icon2:hover{background: #F4F4F4;color: #0C6FCB;}
    .fixRight .icon2:hover i{background-image: url(../images/common/icon2.png);}
    .fixRight .icon2.active{background: #0C6FCB;color: #ffffff;}
    .fixRight .icon2.active i{background-image: url(../images/common/icon2_hover.png);}
    .crumbs{padding: 10px 0 10px 18px;}
    .registerBox{width: 92%;}
    .registerBox .box .right{display: none;}
    .registerBox .box .left{width: 100%;padding: 15px 15px 40px;}
    .registerBox .tit{height: 46px;}
    .registerBox .tit h3{font-size: 20px;}
    .registerBox .tit .close{right: 14px;top: 14px;}
    .registerBox .box .left .lable{margin: 10px 0;}
    .registerBox .box .left .input{width: calc(100% - 82px );}
    .registerBox .bot{margin-top: 15px;}
    .registerBox .box .left .tj{font-size: 16px;}
    .login .box .left {padding: 10px 30px 20px;}
    .pages a,.pages span{margin: 0 3px;height: 30px;line-height: 30px;min-width: 30px;}
    .zxListBox .zxBox1{width: 90%;height: 70vh;}
    .zxListBox .zxBox1 h3{font-size: 20px;line-height: 46px;}
    .zxListBox .zxBox1 .close{top: 5px;right: 5px;}
    .zxListBox .zxBox1 .box{height: calc(100% - 46px);padding: 25px 20px;}
    .zxListBox .zxBox1 .txBox span{font-size: 14px;}
    .zxListBox .zxBox1 .text h4{font-size: 16px;line-height: 28px;margin-bottom: 10px;}
    .zxListBox .zxBox1 .text a{font-size: 14px;line-height: 28px;padding-right: 20px;}
    .zxListBox .zxBox1 .text {margin: 10px 0 0 0;}
}
@media only screen and (max-width: 768px){
    .zxBox{width: 90%;padding-bottom: 40px;padding-top: 24px;}
    .zxBox h3{font-size: 20px;margin: 20px 0 0;}
    .zxBox h4 {font-size: 22px;line-height: 50px;}
    .zxBox .zx {margin: 40px auto 0;font-size: 20px;width: 140px;height: 42px;line-height: 38px;}
}