@media (min-width:1300px) {
.wrapper {
    width: 1300px;
    margin: 0 auto;
}
}

.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.heada {
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0
}

.heada a.logo {
    display: block;
}

.heada .region {
    position: relative;
    cursor: pointer
}

.heada .region span {
    display: block;
    height: 42px;
    padding-left: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    color: #989898
}

.heada .region span em {
    display: block;
    font-style: normal;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    color: #ed6c00
}

.heada .region span:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../images/region-marker.svg) no-repeat center;
}

.heada .region a {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: -50px;
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #ed6c00;
    font-style: normal;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 20%)
}

.heada .region a:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    z-index: 8;
    width: 0;
    height: 0;
    margin-left: -6px;
    border: 6px solid #fff;
    border-color: transparent transparent #fff;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03))
}

.heada .region:hover a {
    display: block
}

.heada ul {
    padding-left: 25px
}

.heada ul li {
    float: left;
    height: 45px;
    margin-right: 50px;
    padding-left: 50px;
    color: #989898;
    background: url(../images/head_icon.png) no-repeat center left
}

.heada ul li.tips-1 {
    background-position: 0 0
}

.heada ul li.tips-2 {
    background-position: 0 -45px
}

.heada ul li.tips-2 {
    background-position: 0 -90px
}

.heada ul li span {
    display: inline-block;
    position: relative;
    line-height: 26px;
    font-weight: 700;
    font-size: 24px
}

.heada ul li span em {
    display: inline-block;
    position: absolute;
    top: 0;
    line-height: 20px;
    font-style: normal;
    font-size: 18px;
    margin-left: 3px;
    font-weight: 400
}

.heada ul li p {
    font-size: 12px
}

.heada .tel {
    height: 45px;
    padding-left: 50px;
    font-weight: 600;
    color: #ed6c00;
    background: url(../images/phone.png) no-repeat center left
}

.heada .tel span {
    line-height: 24px
}

.heada .tel p {
    line-height: 20px;
    letter-spacing: 2px
}

.navbar {
    position: relative;
    z-index: 101;
    height: 48px;
    line-height: 48px;
    background: #ec6c00
}

.nav li {
    position: relative;
    flex: 1
}

.nav li a {
    display: block;
    font-size: 15px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px
}

.nav li a i.icon-hot {
    display: block;
    position: absolute;
    top: -18px;
    right: 8px;
    width: 47px;
    height: 27px;
    background: url(../images/head_hot.png) no-repeat
}

.nav li>a:hover,
.nav li.on>a {
    font-weight: 600;
    color: #fff;
    background: #3c7a17
}

.nav .sub {
    display: none;
    position: absolute;
    top: 36px;
    z-index: 1;
    width: 100%;
    border-top: 1px solid #e6e4e3;
    background: #fcfcfc
}

.nav .sub dd {
    text-align: center
}

.nav .sub dd a {
    display: block;
    border-bottom: 1px solid #e6e4e3;
    padding: 6px 0;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.nav .sub dd a:hover {
    background: #FE7700;
    color: #fff
}

.navbar.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999
}

.navbar.fixed .nav li a i.icon-hot {
    display: none
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
@media (min-width:1300px) {
.com-width {
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
}
}

@media (min-width:1500px) {
    .com-width {
        width: 1300px;
    }
}
/*底部*/

.footer {
    background: #2f2d2d;
}

.foot-content {
    padding: 65px 0;
}

.foot-nav .item {
    float: left;
    margin-right: 100px;
}

.foot-nav .item .tit {
    position: relative;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.foot-nav .item .tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16px;
    border-bottom: 4px solid #818080;
}

.foot-nav .item ul li a {
    display: inline-block;
    width: 100%;
    line-height: 35px;
    font-size: 14px;
    color: #a5a4a4;
}

.foot-nav .item ul li a:hover,
.copyright a:hover {
    color: #ec6c00;
}

.foot-contact {
    padding-top: 2px;
    text-align: right;
}

.foot-contact .tit {
    color: #d7d7d7;
    margin-bottom: 15px;
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #6d6b6c;
    line-height: 1;
    padding-bottom: 20px;
    padding-top: 10px;
}

.foot-contact .tel {
    display: block;
    font-size: 25px;
    color: #fff;
    line-height: 1.1;
    font-family: "Impact", Arial;
}

.foot-contact .name {
    display: inline-block;
    padding-left: 25px;
    color: #d7d7d7;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 20px;
    height: 20px;
    background: url(../images/icon-footer-tel.png) no-repeat left center;
    background-size: 20px;
}

.foot-contact .zx {
    display: inline-block;
    width: 138px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ec6c00;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.foot-contact .zx:hover {
    opacity: .9;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.foot-contact .info {
    font-size: 14px;
    color: #a5a4a4;
    line-height: 32px;
}
.copyright {
    width: 100%;
    height: auto;
    background: #1b1b1b;
    padding: 38px 0 25px 0;
}
.copyright {

    line-height: 60px;
    color: #979797;
    background: #262424;
}

.copyright a {
    color: #979797;
}

.asideBanner {
    z-index: 999;
    position: fixed;
    bottom: -200px;
    left: 0;
    width: 100%;
    height: 143px;
    background: rgba(0, 0, 0, .8);
    opacity: 1;
    transition: .8s;
}

.asideBanner .main {
    height: 100%;
    position: relative;
}

.asideBanner .main .w_left {
    position: absolute;
    top: 5px;
    right: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ECECEC url(../images/icon_cha.png) no-repeat center;
    background-size: 15px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.asideBanner .main>div {
    text-align: left;
    display: inline-block;
    height: 100%;
    width: auto;
    vertical-align: top;
}

.asideBanner .num-txt {
    height: 100%;
    overflow: hidden;
    font-size: 28px;
    padding-top: 35px;
}

.asideBanner .num-txt h4 {
    color: #fff;
}

.asideBanner .num-txt p {
    color: #c3c3c3;
}

.asideBanner .num-txt span {
    color: #ff0007;
    font-family: Impact;
}

.asideBanner .jsq {
    width: 133px;
    height: 85px;
    background: url(../images/jsq.png) no-repeat center;
    float: left;
    box-sizing: border-box;
    margin-top: 35px;
}

.asideBanner .inp-main {
    margin-top: 35px;
    margin-left: 75px;
    width: 420px!important;
    padding-right: 81px;
    position: relative;
}

.asideBanner .inp-ys {
    width: 145px;
    height: 37px;
    background: #fff;
    line-height: 37px;
    border: 0;
    margin-left: 9px;
    font-size: 16px;
    color: #333;
    margin-bottom: 9px;
    box-sizing: border-box;
    padding-left: 5px;
}

.asideBanner .inp-sub {
    width: 95px;
    height: 83px;
    background: #bc262a;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/hqbj.jpg) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.asideBanner .inp-sel {
    border: none;
    outline: none;
    color: #666;
    border-radius: 0;
    background: transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.asideBanner .inp-sel {
    background: url(../images/icon_select.png) no-repeat 95% center #fff;
}

.asideBanner .inp-sub:hover {
    opacity: .9;
}

.asideBanner .tel-bj {
    color: #fff;
    margin-top: 35px;
    margin-left: 60px;
}

.asideBanner .tel-bj h4 {
    font-size: 24px;
    color: #fff;
    font-family: Adobe Heiti Std;
}

.asideBanner .tel-bj p {
    font-size: 32px;
    font-family: impact;
}

.zhankai {
    position: fixed;
    z-index: 999;
    width: 120px;
    height: 143px;
    left: -125px;
    bottom: 0;
    cursor: pointer;
    background: url(../images/zhankai.png) no-repeat;
    transition: .8s;
}



/*首页弹窗*/

.popup-vwrap {
    display: none;
    z-index: 1040;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.popup-bg {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    overflow: hidden;
}

.popup-box {
    z-index: 990;
    width: 800px;
    height: 400px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -400px;
}

.popup-close {
    z-index: 999;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -40px;
}

.popup-close i {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/close.png) no-repeat 50% 50%;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.popup-close:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tc-form {
    display: none;
    padding: 40px 30px;
    background: #fff;
}

.tc-form h3 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 30px;
    color: #333;
}

.tc-form .form-tit {
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
}

.tc-form .form-radio {
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}

.tc-form .form-radio .rad {
    margin-right: 8px;
    margin-left: 15px;
    cursor: pointer;
}

.tc-form ul li {
    float: left;
    width: 32.6666%;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    position: relative;
}

.tc-form ul li~li {
    margin-left: 1%;
}

.tc-form ul li input {
    line-height: 40px;
    width: 100%;
    padding: 0 10px;
    background-color: #f5f5f5;
    font-size: 16px;
}

.tc-form ul li input:focus,
.tc-form .form-desc .text:focus {
    /*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
}

.tc-form .form-desc {
    margin-bottom: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    position: relative;
}

.tc-form .form-desc .error {
    bottom: -25px;
}

.tc-form .form-desc .text {
    vertical-align: top;
    width: 90%;
    height: 175px;
    border: none;
    padding: 0 5px;
    font-size: 14px;
    line-height: 22px;
    background-color: #f5f5f5;
}

.tc-form .sub-btn {
    display: block;
    margin: 40px auto 0;
    width: 220px;
    height: 50px;
    line-height: 50px;
    background-color: #ec6c00;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-family: "微软雅黑";
}

.tc-form .sub-btn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.alertc {
    display: none;
}

.alertbg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
    top: 0;
    left: 0;
}

.alertcon {
    width: 728px;
    height: auto;
    position: fixed;
    z-index: 19891015;
    top: 20%;
    left: 50%;
    margin-left: -364px;
    background: url(../images/alert_top_bg.png) no-repeat 50% top;
    background-size: 728px auto;
}

.alertclose {
    position: absolute;
    z-index: 19891019;
    top: 32px;
    right: 39px;
}

.al_t {
    height: 115px;
    padding: 20px 0 0 40px;
}

.al_t .tit {
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    line-height: 32px;
    margin-bottom: 4px;
}

.al_t .info {
    color: rgba(225, 225, 225, 0.5);
    font-size: 14px;
    line-height: 22px;
}

.al_c {
    background: url(../images/alert_bg.png) no-repeat right bottom #fff;
    border-radius: 0 0 18px 18px;
    padding: 30px 70px;
}

.al_c .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.al_c .list .listl {}

.al_c .list .listl a {
    display: block;
    width: 50%;
    float: left;
}

.al_c .list .listl a:nth-of-type(1) {
    height: 56px;
    line-height: 56px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background: url() no-repeat 90% 50% #f3f3f3;
    padding-left: 25px;
    color: rgba(38, 38, 38, 0.5);
    font-size: 14px;
}

.al_c .list .listl a:nth-of-type(1).on {
    background: url(../images/al_c_a_on.png) no-repeat 90% 50% #e5e5e5;
    color: #1d1d1d;
    font-weight: bolder;
}

.al_c .list .listl a:nth-of-type(2) {
    height: 56px;
    line-height: 56px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background: url() no-repeat 90% 50% #f3f3f3;
    padding-left: 25px;
    color: rgba(38, 38, 38, 0.5);
    font-size: 14px;
}

.al_c .list .listl a:nth-of-type(2).on {
    background: url(../images/al_c_a_on.png) no-repeat 90% 50% #e5e5e5;
    color: #1d1d1d;
    font-weight: bolder;
}

.al_text {
    width: 100%;
    height: 56px;
    line-height: 56px;
    color: #333;
    font-size: 14px;
    background: #f3f3f3;
    border: 0;
    padding-left: 20px;
    border-radius: 12px;
}

.al_c .list .listr {
    position: relative;
    z-index: 99;
}

.al_c .list .listr span {
    position: absolute;
    z-index: 100;
    font-size: 15px;
    color: #080808;
    top: 16px;
    right: 18px;
    font-weight: bolder;
}

.al_c .lista {
    margin-bottom: 20px;
    text-align: center;
}

.al_sub {
    width: 246px;
    height: 56px;
    line-height: 56px;
    background: url(../images/contact_sub.png) no-repeat 58px 50% #e50120;
    text-indent: 92px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    border-radius: 14px;
    box-shadow: 0 5px 10px 0 rgba(229, 1, 32, 0.35);
    cursor: pointer;
}

.al_sub:hover {
    background: url(../images/contact_sub.png) no-repeat 58px 50% #b80820;
}

.al_c .listb {
    color: #bababa;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
}