@charset "utf-8";

/*----------------------------------------------------
                 Procyon - CSS File
------------------------------------------------------*/
ul,li,p{
    padding:0px;
    margin:0px;
    list-style: none;
}
a{
    text-decoration: none;
}
body {
    font-size: 14px;
    min-width: 1200px;
    padding: 0px;
    margin: 0;
    background: #fff;
    font-family: "Microsoft Yahei", "微软雅黑";
    -moz-user-select:none; /* Firefox私有属性 */

    -webkit-user-select:none; /* WebKit内核私有属性 */

    -ms-user-select:none; /* IE私有属性(IE10及以后) */

    -khtml-user-select:none; /* KHTML内核私有属性 */

    -o-user-select:none; /* Opera私有属性 */

    user-select:none; /* CSS3属性 */
}
::-webkit-scrollbar{
    width:6px;
    height: 5px;
    background:#ddd;/* 鏁翠釜婊氭潯鑳屾櫙 */
}
::-webkit-scrollbar-thumb{
    -webkit-border-radius:4px;
    border-radius:2px;
    background:#fc5859; /* 婊氭潯鍐呭祵棰滆壊 */
}
::-webkit-scrollbar-button {
    background-color:#ddd;/* 涓よ竟绔寜閽鑹� */
    display: none;
}
/*banner*/
.banner {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.banner .swiper-slide img{
    width: 100%;
}
.banner .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 15px;
}
img{
    vertical-align: middle;
}
.banner .swiper-pagination-bullet{
    width:15px;
    height:15px;
    background:#fff;
    border-radius:50%;
}

/*欢迎*/
.top_hy{
    background: #EFEFEF;
}
.top_hy>div{
    width: 1200px;
    margin: auto;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
/*logo*/
.top-logo-box{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}
.top-logo>img{
    height: 56px;
}
.top-ser{
    position: relative;
}
#search-keyword{
    width: 374px;
    height: 34px;
    border: 2px solid #E62129;
    border-radius: 18px;
    font-size: 14px;
    background: url("../images/ss.png")no-repeat;
    background-position: 13px center;
    text-indent: 46px;
}
.ser-sub{
    width: 72px;
    height: 40px;
    background: #E62129;
    border-radius: 0px 18px 18px 0px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    font-size: 16px;
    color: #fff;
}
.top-phone>div:nth-child(1){
    background: url('../images/24.png')no-repeat;
    background-position: left center;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    font-weight: 400;
    color: #999999;
    padding-left: 42px;
    margin-left: 3px;
}
.top-phone>div:nth-child(2){
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: #E62129;
}
/*导航*/
.top-nav{
    background: #E62129;
}
.top-nav>div{
    width: 1200px;
    margin: auto;
    display: flex;
}
.top-nav>div>.title{
    width: 12.5%;
    position: relative;
}
.top-nav>div>.title:hover>.disssss{
    display: block;
}
.top-nav>div>.title>.disssss{
    width: 100%;
    top: 60px;
    position: absolute;
    z-index: 2;
    background: #E62129;
    display: none;
}
.top-nav>div>.title>.disssss>a{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
.top-nav>div>.title>a{
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.top-nav>div>.title>a:hover,.top-nav>div>.title>a.action,.top-nav>div>.title>.disssss>a:hover{
    background: #B80910;
    font-weight: 700;
}
/*核名*/
.index-heming{
    background: url('../images/heming.jpg') center;
    height: 403px;
}
.index-heming>div{
    width: 1200px;
    margin: auto;
    text-align: center;
}
.index-heming>div:nth-child(1){
    font-size: 60px;
    font-weight: 400;
    color: #FFFEFE;
    text-shadow: 0px 2px 0px #4C0A0A;
    line-height: 60px;
    padding-top: 42px;
}
.index-heming>div:nth-child(2){
    font-size: 30px;
    font-weight: 400;
    color: #FFFEFE;
    text-shadow: 0px 2px 0px #4C0A0A;
    line-height: 30px;
    margin-top: 14px;
}
.index-heming>div:nth-child(3){
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 33px;
    color: #FFFFFF;
    text-shadow: 0px 2px 0px #4C0A0A;
}
.index-heming>div:nth-child(3)>span{
    color: #FBFD9A;
    font-style: italic;
}
.index-heming>div:nth-child(5){
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
}
.index-heming>div:nth-child(4){
    width: 1200px;
    height: 94px;
    background: rgba(255, 255, 255,.62);
    border-radius: 10px;
    margin-top: 36px;
    margin-bottom: 20px;
}
.dis-form{
    display: flex;
    align-items: center;
    height: 94px;
}
.dis-form>input{
    width: 286px;
    height: 58px;
    box-shadow: 0px 0px 6px 0px rgba(76,10,10,0.24);
    border-radius: 10px;
    border: none;
    font-size: 16px;
    text-indent: 52px;
    margin-left: 13px;
}
.dis-form>input:nth-child(1){
    width: 196px;
    background: url("../images/fo1.png")#fff no-repeat;
    background-position: 10px center;
}
.dis-form>input:nth-child(2){
    width: 242px;
    background: url("../images/fo2.png")#fff no-repeat;
    background-position: 10px center;
}
.dis-form>input:nth-child(3){
    width: 222px;
    background: url("../images/fo3.png")#fff no-repeat;
    background-position: 10px center;
}
.dis-form>input:nth-child(4){
    width: 286px;
    background: url("../images/fo4.png")#fff no-repeat;
    background-position: 10px center;
}
.dis-form>input:nth-child(5){
    width: 159px;
    color: #fff;
    background: #FF0000;
    font-size: 24px;
    text-indent: 0;
}
/*标题*/
.ttt{
    text-align: center;
}
.ttt>div:nth-child(1){
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ttt>div:nth-child(1)::after{
    content: "";
    width: 96px;
    height: 13px;
    background: url("../images/ttt1.png")no-repeat center;
}
.ttt>div:nth-child(1)::before{
    content: "";
    width: 96px;
    height: 13px;
    background: url("../images/ttt2.png")no-repeat center;
}
.ttt>div:nth-child(2){
    font-size: 20px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 9px;
}
/*热门套餐*/
.index-rmtc{
    padding-top: 39px;
    background: #F0F0F0;
    padding-bottom: 43px;
}
.rmtc-box{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
    padding-top: 44px;
}
.rmtc-item{
    width: 350px;
    height: 262px;
    background: url("../images/rm1.png")no-repeat center;
}
.rmtc-item:nth-child(2){
    background: url("../images/rm2.png")no-repeat center;
}
.rmtc-item:nth-child(3){
    background: url("../images/rm3.png")no-repeat center;
}
.rmtc-item>div:nth-child(1){
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    text-align: center;
}
.rmtc-item>div:nth-child(2){
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    padding-top: 42px;
    line-height: 30px;
    position: relative;
    padding-left: 22px;
}
.rmtc-item>div:nth-child(2)::after{
    content: "";
    background: url("../images/huo.png")no-repeat center;
    width: 31px;
    height: 39px;
    position: absolute;
    top: 10px;
    left: 119px;
}
.rmtc-item>div:nth-child(2)::before{
    content: "";
    background: url("../images/hh1.png")no-repeat center;
    width: 85px;
    height: 25px;
    position: absolute;
    top: 46px;
    left: 148px;
}
.rmtc-item:nth-child(2)>div:nth-child(2)::before{
    content: "";
    background: url("../images/hh2.png")no-repeat center;
    width: 40px;
    height: 25px;
    position: absolute;
    top: 46px;
    left: 148px;
}
.rmtc-item:nth-child(3)>div:nth-child(2)::before{
    content: "";
    background: url("../images/hh3.png")no-repeat center;
    width: 90px;
    height: 48px;
    position: absolute;
    top: 16px;
    left: 148px;
}
.rmtc-item>div:nth-child(3){
    font-size: 20px;
    font-weight: 400;
    color: #999;
    padding-left: 22px;
    margin-top: 12px;
    line-height: 20px;
}
.rmtc-item>div:nth-child(3)>span{
    color: #FF0000;
}
.lxyh{
    display: block;
    width: 132px;
    height: 42px;
    background: #FF0000;
    border-radius: 6px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 22px;
    margin-top: 51px;
}
/*工商服务*/
.index-gsfw>div{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
}
.index-pro-left{
    width: 258px;
    height: 630px;
    background: linear-gradient(179deg, #E62129, #FF5656);
    text-align: center;
}
.index-pro-left>div:nth-child(1){
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    padding-top: 22px;
}
.index-pro-left>div:nth-child(2){
    font-size: 26px;
    font-weight: 400;
    color: #FAF2C8;
    line-height: 26px;
    margin-top: 116px;
}
.index-pro-left>div:nth-child(3){
    font-size: 40px;
    font-weight: 400;
    color: #F1DE91;
    background: url("../images/hg.png")no-repeat center;
    width: 216px;
    height: 136px;
    margin: auto;
    margin-top: 21px;
    padding-top: 42px;
}
.index-pro-left>div:nth-child(4){
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 135px;
}
.index-pro-left>div:nth-child(5){
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 13px;
}
.index-pro-right{
    display: flex;
    justify-content: space-between;
    width: 932px;
    flex-wrap: wrap;
}
.pro-right-item{
    width: 304px;
    height: 310px;
    background: #FFFFFF;
    box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.35);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.pro-right-item:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.pro-right-item:nth-child(n+4){
    margin-top: 8px;
}
.pro-right-item>div:nth-child(1){
    font-size: 26px;
    font-weight: 400;
    color: #E62129;
    line-height: 26px;
    padding-top: 71px;
}
.pro-right-item>div:nth-child(2){
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    margin-top: 29px;
    line-height: 18px;
}
.pro-right-item>div:nth-child(3){
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
    margin-top: 10px;
}
.pro-right-item>div:nth-child(4){
    width: 152px;
    height: 36px;
    background: #E62129;
    border-radius: 18px;
    margin: auto;
    line-height: 36px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 32px;
}
/*关于我们*/
.index-about{
    width: 1200px;
    margin: auto;
    padding-top: 40px;
}
.about-box{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.about-left{
    position: relative;
    width: 525px;
    height: 336px;
}
.about-left>div{
    width: 511px;
    height: 321px;
    border: 1px solid #E62129;
    top: 0;
    right: 0;
    position: absolute;
}
.about-left>img{
    width: 512px;
    height: 326px;
    background: #E62129;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.35);
    left: 0;
    bottom: 0;
    position: absolute;
}
.about-right{
    width: 621px;
    margin-right: 31px;
}
.about-right>div:nth-child(1){
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    padding-top: 10px;
    height: 190px;
    overflow: hidden;
}
.about-right>div:nth-child(2)>a{
    display: block;
    /*width: 50px;*/
    height: 15px;
    background: url("../images/rj.png")no-repeat;
    background-position: right center;
}
.about-sub{
    display: flex;
    border-top: 1px solid #CCCCCC;
    margin-top: 19px;
    padding-top: 12px;
}
.about-sub>a{
    width: 25%;
    text-align: center;
}
.about-sub>a>div:nth-child(1){
    height: 51px;
    line-height: 51px;
}
.about-sub>a>div:nth-child(2){
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin-top: 13px;
}
.about-hj{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-hj>a{
    width: 279px;
    height: 242px;
    margin-top: 25px;
    overflow: hidden;
}
.about-hj>a>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.about-hj>a:hover>img{
    transform: scale(1.2);
}
.about-ry{
    position: relative;
}
.swiper-button-nexts{
    width: 30px;
    height: 54px;
    position: absolute;
    background: url("../images/right.png")no-repeat center;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.swiper-button-prevs{
    width: 30px;
    height: 54px;
    position: absolute;
    background: url("../images/left.png")no-repeat center;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.swiper-ry{
    width: 1115px;
    margin: auto;
    overflow: hidden;
    padding: 40px 0;
}
.swiper-ry .swiper-slide{
    height: 267px;
    box-shadow: 0px 4px 24px 0px rgba(0,0,0,0.36);
    overflow: hidden;
}
.swiper-ry img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.swiper-ry img:hover{
    transform: scale(1.2);
}
/*广告*/
.index-gg{
    height: 240px;
    background: url('../images/gg.jpg')no-repeat center;
}
.index-gg>div{
    width: 1200px;
    margin: auto;
}
.index-gg>div>div:nth-child(1){
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    padding-top: 66px;
}
.index-gg>div>div:nth-child(1)>span{
    color: #F7F593;
}
.index-gg>div>div:nth-child(2){
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    margin-top: 21px;
}
.index-gg>div>div:nth-child(2)>span{
    color: #F7F593;
}
/*优势*/
.index-ys{
    padding-top: 39px;
    padding-bottom: 40px;
}
.youshi-box{
    height: 22.4vw;
    /*width: 100vw;*/
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}
.ys-iitt{
    display: flex;
}
.ys-iitt>.numb{
    width: 4.1vw;
    height: 4.1vw;
    background: #E62129;
    border-radius: .4vw;
    font-size: 2vw;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    line-height: 3vw;
}
.ys-iitt>.numb::after{
    content: "";
    width: 1.2vw;
    height: .1vw;
    background: #FFFFFF;
    position: absolute;
    top: 3.1vw;
    left: 0;
    right: 0;
    margin: auto;
}
.ys-iitt>.wenzi>div:nth-child(1){
    font-size: 1.9vw;
    line-height: 1.9vw;
    font-weight: bold;
    color: #E62129;
}
.ys-iitt>.wenzi>div:nth-child(2){
    font-size: 1.1vw;
    font-weight: 400;
    color: #666666;
    line-height: 1.9vw;
}
.ys-iitt:nth-child(1){
    position: absolute;
    left: 9.7vw;
    top: 3.9vw;
}
.ys-iitt:nth-child(2){
    position: absolute;
    left: 13.4vw;
    top: 14.5vw;
}
.ys-iitt:nth-child(3){
    position: absolute;
    right: 9.6vw;
    top: 3.9vw;
}
.ys-iitt:nth-child(4){
    position: absolute;
    right: 13.3vw;
    top: 14.5vw;
}
.ys-iitt:nth-child(1)>.numb,.ys-iitt:nth-child(2)>.numb{
    margin-right: .9vw;
}
.ys-iitt:nth-child(3)>.numb,.ys-iitt:nth-child(4)>.numb{
    margin-left: .9vw;
}
@-webkit-keyframes rotate{
    from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{
    from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{
    from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{
    from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}
.youshi-box::after{
    content: "";
    width: 22.4vw;
    height: 22.4vw;
    border-radius: 50%;
    background: url("../images/yuan.png")no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}

.youshi-box::before{
    content: "4大优势";
    background: url("../images/cz.png")no-repeat;
    background-size: 4.2vw 4.2vw;
    background-position: center 0;
    font-size: 1.9vw;
    font-weight: bold;
    color: #E62129;
    line-height: 1.9vw;
    height: 1.9vw;
    width: 7vw;
    padding-top: 5.1vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.yousi-fuwu{
    width: 760px;
    height: 69px;
    background: url("../images/dddd.png")#FFFFFF no-repeat;
    background-position: 18px center;
    border-radius: 50px;
    margin: auto;
    margin-top: 80px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yousi-fuwu>div:nth-child(1){
    margin-left: 74px;
    font-size: 19px;
    font-weight: 400;
    color: #E62129;
    line-height: 19px;
}
.yousi-fuwu>div:nth-child(2){
    font-size: 36px;
    font-weight: bold;
    color: #E62129;
    line-height: 37px;
}
.yousi-fuwu>div:nth-child(3)>a{
    width: 230px;
    height: 69px;
    background: url("../images/show.png")#E62129 no-repeat;
    background-position: 46px center;
    border-radius: 50px;
    line-height: 69px;
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #FFFFFF;
    text-indent: 103px;
}

.index-hzhb{
    background: #F0F0F0;
    padding-top: 40px;
    padding-bottom: 33px;
}

/*新闻中心*/
.index-news{
    padding-top: 38px;
    padding-bottom: 72px;
}
.index-news-box{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
    margin-top: 49px;
}
.index-news-left{
    width: 520px;
    margin-top: 7px;
}
.index-news-left img{
    width: 520px;
    height: 320px;
    object-fit: cover;
}
.new-it-1{
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}
.new-it-1>div:nth-child(1){
    width: 85px;
}
.new-it-1>div:nth-child(2){
    width: 406px;
    padding-left: 19px;
    border-left: 1px solid #DCDCDC;
    height: 76px;
}
.new-it-1>div:nth-child(1)>div:nth-child(1){
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}
.new-it-1>div:nth-child(1)>div:nth-child(2){
    font-size: 54px;
    font-weight: 400;
    color: #666666;
    line-height: 54px;
    margin-top: 10px;
}
.new-it-1>div:nth-child(2)>div:nth-child(1){
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}
.new-it-1>div:nth-child(2)>div:nth-child(2){
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 12px;
}
.index-news-right{
    margin-right: 32px;
    width: 583px;
    padding-left: 29px;
    height: 443px;
    border-left: 1px solid #DCDCDC;
}
.i-n-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px;
}
.i-n-nav>a{
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    height: 18px;
    color: #666666;
    width: 33.33%;
    border-right: 1px solid #999;
}
.i-n-nav>a:nth-child(2){
    text-align: center;
}
.i-n-nav>a:hover{
    color: #E62129;
}
.new-it-2{
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 1px dashed #DCDCDC;
}
.new-it-2:nth-child(1){
    margin-top: 18px;
}
.new-it-2>div:nth-child(1){
    width: 448px;
}
.new-it-2>div:nth-child(1)>div:nth-child(1){
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}
.new-it-2>div:nth-child(1)>div:nth-child(2){
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 15px;
}
.new-it-2>div:nth-child(2){

}
.new-it-2>div:nth-child(2)>div:nth-child(1){
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}
.new-it-2>div:nth-child(2)>div:nth-child(2){
    font-size: 54px;
    font-weight: 400;
    color: #666666;
    line-height: 54px;
    margin-top: 10px;
}

.new-it-2:hover>div:nth-child(2)>div:nth-child(1),
.new-it-2:hover>div:nth-child(2)>div:nth-child(2),
.new-it-2:hover>div:nth-child(1)>div:nth-child(1),

.new-it-1:hover>div:nth-child(1)>div:nth-child(1),
.new-it-1:hover>div:nth-child(1)>div:nth-child(2),
.new-it-1:hover>div:nth-child(2)>div:nth-child(1){
    color: #E62129;
}
/*底部*/
.foot{
    background: #E62129;
}
.foot>div{
    width: 1200px;
    margin: auto;
    height: 227px;
    display: flex;
    justify-content: space-between;
    padding-top: 39px;
}
.foot-ttt{
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    position: relative;
}
.foot-ttt::after{
    content: "";
    width: 40px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 34px;
}
.foot1{
    width: 166px;
}
.foot-nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 12px;
}
.foot-nav>a{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
}
.foot-ewm{
    text-align: center;
}
.foot-ewm>div:nth-child(1)>img{
    width: 158px;
    height: 48px;
}
.foot-ewm>div:nth-child(2)>img{
    width: 106px;
    height: 106px;
    margin-top: 7px;
}
.foot-ewm>div:nth-child(3){
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 5px;
}
.lx-cc{
    margin-top: 24px;
}
.lx-cc>div{
    padding-left: 37px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    background: url("../images/ff1.png")no-repeat;
    background-position: left center;
}
.lx-cc>div:nth-child(2){
    background: url("../images/ff2.png")no-repeat;
    background-position: left center;
}
.lx-cc>div:nth-child(3){
    background: url("../images/ff3.png")no-repeat;
    background-position: left center;
}
.bq>div{
    width: 1200px;
    margin: auto;
    line-height: 49px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.bq>div a{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.links{
    border-top: 1px solid #DCDCDC;
}
.links>div{
    width: 1200px;
    margin: auto;
    line-height: 49px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.links a{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-left: 20px;
}

.right-fiexd{
    width: 254px;
    height: 456px;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.35);
    border-radius: 24px;
    position: fixed;
    right: 20px;
    top: 30%;
    z-index: 111;
    overflow: hidden;
    transform: scale(0.76);
}
.right-fiexd>div:nth-child(1){
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    background: #E62129;
    text-align: center;
}
.right-fiexd>div:nth-child(2){
    background: url('../images/rphone.png')no-repeat;
    background-position: 12px center;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: #E62129;
    text-indent: 58px;
    height: 51px;
    line-height: 51px;
}
.right-fiexd-nav>div{
    height: 76px;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    text-indent: 127px;
    line-height: 76px;
}
.right-fiexd-nav>div:nth-child(1){
    background: url("../images/rr1.png")no-repeat;
    background-position: 47px center;
}
.right-fiexd-nav>div:nth-child(2){
    background: url("../images/rr2.png")no-repeat;
    background-position: 47px center;
}
.right-fiexd-nav>div:nth-child(3){
    background: url("../images/rr3.png")no-repeat;
    background-position: 47px center;
}
.right-fiexd-nav>div:nth-child(4){
    background: url("../images/rr4.png")no-repeat;
    background-position: 47px center;
}
.right-fiexd-nav>div:nth-child(1):hover{
    background: url("../images/rr1h.png")#E62129 no-repeat;
    background-position: 47px center;
    color: #fff;
}
.right-fiexd-nav>div:nth-child(2):hover{
    background: url("../images/rr2h.png")#E62129 no-repeat;
    background-position: 47px center;
    color: #fff;
}
.right-fiexd-nav>div:nth-child(3):hover{
    background: url("../images/rr3h.png")#E62129 no-repeat;
    background-position: 47px center;
    color: #fff;
}
.right-fiexd-nav>div:nth-child(4):hover{
    background: url("../images/rr4h.png")#E62129 no-repeat;
    background-position: 47px center;
    color: #fff;
}
.click-top{
    background: url("../images/fiexdend.png")no-repeat center;
    height: 27px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    padding-top: 15px;
}

.foot-fiexd{
    position: fixed;
    width: 100%;
    background: rgba(16, 21, 24,.6);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
}
.foot-fiexd>div{
    width: 1200px;
    margin: auto;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fpptsadas>div:nth-child(1){
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}
.fpptsadas>div:nth-child(1)>span{
    font-style: italic;
    color: #F9FF9C;
    font-weight: 700;
}
.fpptsadas>div:nth-child(2){
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 15px;
}

#fsdgdfgdfsg{
    width: 240px;
    height: 40px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    font-size: 16px;
    text-indent: 18px;
}
.erwtewrads{
    display: flex;
}
.fgdgdfg{
    width: 96px !important;
    height: 46px !important;
    background: #FF0000 !important;
    line-height: 46px !important;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
    border: none !important;
}

.center-fiexd{
    width: 510px;
    height: 386px;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.35);
    border-radius: 20px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    display: none;
}
.form-title-x{
    width: 493px;
    margin: auto;
    height: 74px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
.form-title-x>div:nth-child(1){
    font-size: 26px;
    font-weight: 400;
    color: #333333;
    margin-left: 14px;
}
.form-title-x>div:nth-child(2){
    width: 24px;
    height: 23px;
    background: url("../images/cuo.png")no-repeat center;
    margin-right: 16px;
}

.fgjdghdf{
    display: flex;
    justify-content: space-between;
    width: 396px;
    margin: auto;
    align-items: center;
    margin-top: 26px;
}
.sadasdasfgdgfdhfg{
    margin-top: 66px;
}
.fgjdghdf>div{
    font-size: 20px;
    font-weight: 400;
    color: #666666;
}
.fgjdghdf>input{
    width: 287px;
    height: 41px;
    border: 1px solid #EEEEEE;
    font-size: 14px;
    text-indent: 17px;
}
.fdgkfhjkh{
    width: 300px !important;
    height: 42px !important;
    background: #FF0000 !important;
    line-height: 42px !important;
    text-align: center !important;
    font-size: 23px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 21px !important;
    margin: auto;
    display: block;
    margin-top: 36px;
}
































































































