@media (min-width: 1230px) {
    .container{
        width: 1200px;
    }
}

body,html{
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
    line-height: 1;
    background-color:#FFFFFF;
    position: relative;
}

a{
    text-decoration: none;
    color:#333;
}

a:hover{
    text-decoration: none;
}

a:focus{
    text-decoration: none;
}

ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.clearfix::after,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

img{
    max-width: 100%;
}

p{
    margin: 0;
    padding: 0;
}


textarea{resize:none}

/*************************清除默认样式****************************/
.dede_pages {
    margin-top: 30px;
    font-size: 0;
}

.dede_pages ul {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0;
}

.dede_pages li {
    display: inline-block;
    margin: 5px;
}

.dede_pages li a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #eee;
    font-size: 15px;
    color: #666;
}

.dede_pages li a:hover,
.dede_pages li span:hover,
.dede_pages li.thisclass a {
    background-color: #3377FF;
    color: #fff;
    border-color: #3377FF;

}

.dede_pages li.active span{
    background-color: #3377FF !important;
    border-color: #3377FF !important;
}

.dede_pages li span {
    font-size: 14px;
    color: #666;
}
/********************分页***************************/
.head{
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    top: 0;
    height: 100px;
    width: 100%;
    z-index: 9;
}
.head .logo{
    float: left;
    padding: 25px 0;
}
.head .logo a{
    height: 48px;
    display: block;
    font-size: 32px;
    line-height: 48px;
    color: #33333D;
    padding-left: 56px;
    background-image: url("../img/logo.png");
    background-size: 48px;
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: 700;
}

.head .nav{
    float: right;
}

.head .nav li{
    float: left;
    margin-left: 30px;
    line-height: 100px;
}

.nav>li>a:focus{
    background-color: transparent;
    outline: none;
}

.head .nav li:first-child{
    margin-left: 0;
}

.head .nav li a{
    font-size: 18px;
    font-weight: 400;
    color: #33333D;
    display: block;
    padding: 0;
}

.nav>li>a:hover{
    background-color: transparent;
}

.head .nav li a i{
    display: block !important;
    width: 0;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #3377FF;
    content: '';
    transform: translateX(100%);
    transition: all 0.3s;
    opacity: 0;
}

.head .nav li.active a i,
.head .nav li:hover a i{
    width: 100%;
    opacity: 1;
    transform: translateX(0);
}

.head .nav li.active a,
.head .nav li:hover a{
    color: #3377FF;
}

/*.head .nav li:last-child{*/
/*    width: 170px;*/
/*    line-height: 48px;*/
/*    text-align: center;*/
/*    height: 50px;*/
/*    padding: 25px 0;*/
/*}*/

/*.head .nav li:last-child a{*/
/*    font-size: 20px;*/
/*    color: #3377Ff;*/
/*    font-weight: 500;*/
/*    background-color: #fff;*/
/*    border: 1px solid #3377FF;*/
/*    border-radius: 4px;*/
/*}*/
/*****************************************/
.footer{
    background: linear-gradient(180deg, #5A8DF3 0%, #2C63D0 139.78%), #FBFCFF;
    padding: 60px 0 0;
}

.animated-waves{
   position: absolute;
    bottom: 0;
    width: 100%;
}

.animated-waves svg:first-child{
    margin-bottom: -154px;
}

.footer .footer-logo p{
    font-size: 16px;
    line-height: 1.6;
    text-indent: 2em;
    color: #fff;
    margin-top: 20px;
}

.footer .footer-public{
    margin-left: 40px;
}

.footer .footer-public h3{
    margin: 0;
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
}

.footer .footer-public img{
    width: 170px;
    margin-top: 25px;
}

.footer .footer-contact h3{
    margin: 0;
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
}

.footer .footer-article{
    margin-top: 30px;

}

.footer .footer-article p{
    font-size: 18px;
    color: #eee;
    font-style: normal;
    text-align: left;
    display: flex;
    margin-bottom: 15px;
    line-height: 1.6;
    flex-wrap: wrap;
}

.footer .footer-article span{
    font-size: 16px;
    display: inline-block;
    color: #eee;
    flex: 1;
}

.footer .beian{
    display: block;
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin: 60px 0 20px;
    position: relative;
    z-index: 999;
}

.footer .beian p{
    float: left;
    color: #fff;
    font-size: 16px;
}

.footer .beian p a{
    display: inline-block;
    color: #fff;
}

.footer .beian span{
    float: right;
    display: block;
    color: #fff;
    font-size: 16px;
}
.footer .beian span a{
    float: right;
    display: block;
    color: #fff;
    font-size: 16px;
}
/************************************************/
.page-banner{
    position: relative;
}

.page-banner .page-image{
    padding-bottom: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-banner .page-title h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '';
    color: #fff;
    font-size: 48px;
    line-height: 72px;
    margin: 0;
}

.page-banner .page-title h3:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70px;
    height: 2px;
    margin-bottom: -20px;
    content: '';
    background-color: #fff;
    transform: translateX(-50%);
}

.page-message{
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 10;
}

.page-message form{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '';
    width: 450px;
    padding: 20px;
    background-color: #fff;
    z-index: 99;
}

.page-message form i{
    position: absolute;
    top:0;
    right: 0;
    width: 36px;
    height: 36px;
    content: '';
    background-image: url("../img/icon_42.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
    margin-top: -18px;
    margin-right: -18px;
    cursor: pointer;
}

.page-message{
    display: none;
}

.page-message .message-code{
    float: left;
    width: 140px;
}

.page-message .message-content{
    width: 250px;
    float: left;
    margin-left: 15px;
}

.message-content .form-group{
    padding-bottom: 6px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    margin-top: 11px;
}

.form-group label{
    float: left;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: normal;
}

.form-group .form-control {
    width: 190px;
    float: left;
    border: none;
    box-shadow: none;
    height: 26px;
    line-height: 26px;
    padding: 0;
    font-size: 16px;
    background-color: transparent;
}

.form-group .form-control:focus{
    background-color: transparent;
}
.page-message{
    text-align: center;
}
.page-message .btn{
    width: 170px;
    background-color: #3377FF;
    border-radius: 4px;
    font-size: 20px;
    margin-top: 23px;
    border-color: transparent;
}
.page-message .btn:focus{
    background-color: transparent;
    outline: none;
    border-color: #3377FF;
    color: #3377FF;
}
.page-message input:-webkit-autofill{
    -webkit-text-fill-color: #3377FF !important;
    /*自动填入光标颜色*/
    caret-color: #3377FF;
    /*背景透明；原理：动画由透明变有背景色；参数：背景色属性、动画时间、动画速度曲线、延迟时间*/
    transition: background-color 0s linear 3600s;
}
.page-message .btn:focus-visible{
    outline: none;
    background-color: transparent;
}
.page-message .btn.active,
.page-message .btn:hover{
    background-color: #fff;
    border: 1px solid #3377FF;
    color: #3377FF;
    outline: none;
}

.page-top{
   position: fixed;
    bottom: 2%;
    right: 2%;
    width: 40px;
    height: 40px;
    background-color: #3377Ff;
    background-image: url("../img/icon_54.png");
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0;
}

.page-top:hover{
    background-position-y: 8px;
}

.page-top.active{
    display: block;
    opacity: 1;
}

@media (max-width: 1200px) and (min-width: 992px) {

}

@media (max-width: 992px) {
    body{
        padding-top: 66px;
    }
    body.small .head{
        background-color: rgba(255,255,255,1);
        box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
    }
    .nav-mask{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background-color: rgba(0,0,0,0.3);
        z-index: 10;
        display: none;
    }
    .nav-mask.active{
        display: block;
    }
    .head{
        background-color: #fff;
        height: auto;
        z-index: 999;
    }
    .head .logo{
        padding: 15px 0;
    }
    .head .logo a{
        font-size: 24px;
        height: 36px;
        line-height: 36px;
        background-size: 36px;
        padding-left: 42px;
    }

    .head .nav li a {
        height: 50px;
        color: #000;
        line-height: 50px;
        float: none;
        margin-left: 0;
        font-size: 16px;
        padding: 0 15px;
    }

    .head .nav li a i{
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateX(-50%);
        width: 50px;
        height: 50px;
        content: '';
        background-position: center;
        background-repeat: no-repeat;
        background-size: 16px;
        background-image: url("../img/icon_43.png");
        background-color: transparent;
    }

    .head .nav li.active a i{
        transform: translateX(-50%);
        top: 0;
        width: 50px;
    }

    .head .nav {
        display: none;
        background-color: #fff;
    }

    .head .nav li{
        width: 100%;
        margin-left: 0;
    }

    .head .nav li:hover a{
        color: #3377FF;
    }

    .head .nav.active {
        display: block;
    }
    .head .nav span{
        display: block;
    }
    .head .nav a.active span::after, .head .nav a:hover span::after{
        display: none;
    }

    .head .menu-btn {
        background-color: transparent;
        border: none;
        width: 25px;
        height: 20px;
        position: relative;
        margin-top: 24px;
        outline: none;
    }

    .head .menu-btn span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .head .menu-btn span.one {
        top: 0px;
    }

    .head .menu-btn span.two {
        top: 8px;
    }

    .head .menu-btn span.three {
        top: 16px;
    }

    .head .menu-btn.active span.one {
        transform: rotate(45deg);
        top: 50%;
    }

    .head .menu-btn.active span.two {
        display: none;
    }

    .head .menu-btn.active span.three {
        transform: rotate(-45deg);
        top: 50%;
    }

    .head .nav li.active a i, .head .nav li:hover a i{
        opacity: 0;
    }

    .footer{
        padding: 30px 0 0 ;
    }

    .footer-logo img{
        width: 220px;
    }

    .footer .footer-logo p{
        font-size: 14px;
        margin-top: 10px;
    }

    .footer .footer-public{
        margin-left: 0;
        text-align: center;
        margin-top: 20px;
    }

    .footer .footer-public h3{
        font-size: 18px;
    }

    .footer .footer-public img{
        width: 150px;
        margin-top: 10px;
    }

    .footer .footer-article{
        text-align: center;
        margin-top: 40px;
    }

    .footer .footer-article p{
        display: inline-block;
        margin-bottom: 0px;
        font-size: 14px;
        text-align: center;
    }

    .footer .beian{
        margin:10px 0;
        padding: 10px 0 0;
    }

    .footer .beian p{
        font-size: 12px;
        height: auto;
        line-height: 1.6;
    }

    .footer .footer-article span{
        font-size: 14px;
    }

    .footer .beian a{
        font-size: 12px;
    }

    .footer .beian span{
        font-size: 12px;
    }

    .page-banner .page-image{
        padding-bottom: 150px;
    }

    .position-wrap{
        line-height: 42px;
        height: 42px;
        background-color: rgba(51,119,255,0.1);
        width: 100%;
    }

    .position-wrap a{
        font-size: 16px;
    }

    .position-wrap a:last-child{
        color: rgba(51,119,255,1);
    }

    .page-message form{
        width: auto;
    }

    .page-message .message-code{
        float: none;
        width: 140px;
        margin: 0 auto;
    }

    .page-message .btn{
        margin-top: 10px;
        width: 140px;
        padding: 3px 8px;
    }
}