body,div,p,ul,ol,li,dl,a,dt,dd,form,table,tr,td,hr,h1,h2,h3,h4,h5,h6,fieldset,input,figure{
    margin:0;
    padding:0;
}
html,body{
    width:100%;
    height: 100%;
}
body{
    font-family:"微软雅黑";
    /*padding-top: 80px;*/
}
ul,ol{
    list-style:none;
}
a{
    text-decoration:none;
}
img{
    border:0;
    display: block;
}
input{
    outline: none;
}
*{
    transition: all .5s;
}

.common-header{
    width:100%;
    background-color: white;
    position: fixed;
    left:0;
    top:0;
    z-index: 20;
    border-bottom: 1px solid #dedede;
}
.common-header .header{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
}
.header .menu{
    display: none;
}
.header .logoBox_m{
    display: none;
}
.header .close{
    display: none;
}
.header .logoBox{
    float: left;
    margin-top: 20px;
    padding-left: 5px;
}
.logoBox .logo{
    width:190px;
    height:45px;

}
.header .navList{
    float: left;
    margin-left: 60px;
    overflow: hidden;
}
.navList .navItem{
    padding:27px 25px;
    font-size: 16px;
    line-height: 26px;
    color:#262626;
    float: left;
}
.navItem p{
    box-sizing: border-box;
}
.itemLink p{
    color:#3eaceb;
    border-bottom: 1px solid #3eaceb;
}
.header .login{
    float: right;
    font-size: 16px;
    line-height: 80px;
    color:#3eaceb;
    padding-right: 5px;
}

.rightBar{
    height:200px;
    position: fixed;
    right:15px;
    bottom:100px;
    z-index: 20;
    overflow: hidden;
}
.rightBar .barItem{
    width:50px;
    height:49px;
    margin-left: 110px;
    position: relative;
    border-bottom: 1px solid #049dff;
    background-color: #3eaceb;
}
.barItem .barItem-icon{
    width:50px;
    height:49px;
    transition: background-color .5s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
}
.barItem:hover .barItem-icon{
    background-color: #049dff;
    transition: background-color .5s;
}
.barItem1 .barItem-icon{
    background-image: url("../image/rightBar-qq.png");
}
.barItem2 .barItem-icon{
    background-image: url("../image/rightBar-tel.png");
}
.barItem3 .barItem-icon{
    background-image: url("../image/rightBar-WeChat.png");
}
.barItem4 .barItem-icon{
    background-image: url("../image/rightBar-backTop.png");
}
.barItem .barItem-text{
    width:130px;
    height:49px;
    background-color: #3eaceb;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color:white;
    position: absolute;
    left:50px;
    top:0;
    transition: left .5s ease-out;
}
.barItem .barItem-text:hover{
    background-color: #049dff;
}
.barItem:hover .barItem-text{
    left:-80px;
}
.barItem-text .qq-service:first-child{
    border-right: 1px solid #333333;
    box-sizing: border-box;
}
.barItem .itemCode{
    width:95px;
    height:95px;
    position: absolute;
    left:-100px;
    top:-15px;
    opacity: 0;
    display: none;
}
.barItem:hover .itemCode{
    opacity: 1;
    display: block;
}

.pageBanner{
    width:100%;
    height:480px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
}
.bannerText1{
    font-size: 40px;
    line-height: 40px;
}
.bannerText2{
    font-size: 24px;
    line-height: 24px;
}
.banner-textBox{
    width:1200px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.banner-textBox .bannerText1{
    padding:0 0 20px;
}
.banner-textBox .bannerText2{
    line-height: 40px;
}

.module-title{
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    padding-top: 65px;
    color:#262626;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-in,transform 1s ease-out;
}
.module_title{
    opacity: 1;
    transform: none;
}
.module-text{
    font-size: 16px;
    line-height: 28px;
    padding:22px 0 42px;
    text-align: center;
    color:#595959;
    margin:0 auto;
    max-width: 1200px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-in .5s,transform 1s ease-out .5s;
}
.module_text{
    opacity: 1;
    transform: none;
}

.sort{
    width:100%;
    border-bottom: 2px solid #d1d1d1;
}
.sort:after{
    content: "";
    display: block;
    clear: both;
}
.sort .sortTab{
    font-size: 20px;
    line-height: 32px;
    color:#868686;
    float: left;
    text-align: center;
    padding:0 25px;
    border-bottom: 4px solid transparent;
    transform: translateY(2px);
    cursor: pointer;
}
.sort .sortTab:hover{
    color:#1890ff;
}
.sort .tabLink{
    color:#1890ff;
    border-bottom: 4px solid #1890ff;
}

.common-footer{
    width:100%;
    background-color: #f5f5f5;
    border-top: 2px solid #e3e3e3;
}
.common-footer .footer{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
    padding:50px 0 10px;
    border-bottom: 2px solid #e3e3e3;
}
.footer .contactList{
    width:300px;
    float: left;
    /*margin-left: 200px;*/
}
.contactList .contactItem{
    width:100%;
}
.contactItem .item-title{
    font-size: 18px;
    line-height: 30px;
    color:#595959;
    display: block;
}
.contactItem .item-text{
    font-size: 24px;
    line-height: 32px;
    color:#262626;
    display: block;
}
.footer .codeBox{
    float: right;
    color:#595959;
    text-align: center;
    overflow: hidden;
}
.codeBox .code-box{
    float: left;
}
.codeBox .code-box:first-child{
    margin-right: 200px;
}
.code-box .code-title{
    font-size: 18px;
    line-height: 36px;
}
.code-box .codeList{
    overflow: hidden;
}
.codeList .codeItem{
    float: left;
    margin:0 5px;
}
.codeItem .codeImg{
    width:120px;
    height:120px;
}
.codeItem .codeText{
    font-size: 14px;
    line-height: 26px;
}
.common-footer .copyRight{
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color:#595959;
    padding:30px 0 46px;
}

@media screen and (max-width: 1250px){
    .common-header .header{
        width:94%;
    }
    .navList .navItem{
        padding:27px 20px;
    }
    .common-footer .footer{
        width:96%;
    }
    .banner-textBox{
        width:90%;
    }
}
@media screen and (max-width: 1100px){
    /*body{*/
    /*    padding-top: 70px;*/
    /*}*/
    .header .logoBox{
        margin-top: 18px;
    }
    .logoBox .logo{
        width:150px;
        height:auto;
    }
    .header .navList{
        margin-left: 40px;
    }
    .navList .navItem{
        padding:22px 15px;
    }
    .header .login{
        line-height: 70px;
    }
    .pageBanner{
        height:400px;
    }
    .sort .sortTab{
        padding:0 15px;
    }
}
@media screen and (max-width: 950px){
    .logoBox .logo{
        width:120px;
        height:auto;
    }
    .header .navList{
        margin-left: 30px;
    }
    .navList .navItem{
        padding:22px 8px;
    }
    .sort .sortTab{
        padding:0 10px;
    }
}
@media screen and (max-width: 850px){
    .common-footer .footer {
        width: 90%;
    }
    .footer .contactList{
        width:100%;
        float: none;
    }
    .contactList .contactItem{
        overflow: hidden;
    }
    .contactItem .item-title{
        font-size: 18px;
        line-height: 30px;
        float: left;
    }
    .contactItem .item-text{
        font-size: 22px;
        line-height: 30px;
        float: left;
    }
    .footer .codeBox{
        float: none;
    }
}
@media screen and (max-width: 800px){
    body{
        padding-top: 60px;
    }
    .common-header .header{
        width:100%;
    }
    .header .logoBox{
        width:50%;
        text-align: center;
        padding:0;
    }
    .logoBox .logo{
        display: inline-block;
    }
    .header .logoBox_m{
        width:calc(100% - 30px);
        height:30px;
        border-bottom: 1px solid #f5f5f5;
        display: block;
        padding:15px;
        position: relative;
    }
    .logoBox_m .logo_m{
        width:auto;
        height:30px;
        margin:0 auto;
    }
    .header .navList{
        float: none;
        margin-left: 0;
        overflow: hidden;
        position: fixed;
        left:-100%;
        top:0;
        width:100%;
        background-color: white;
        border-right: 1px solid #bebebe;
        box-sizing: border-box;
        z-index: 5;
        height:1100px;
        transition: all .6s;
    }
    .navList .navItem{
        padding:0;
        font-size: 16px;
        line-height: 60px;
        float: none;
        text-align: center;
        transform: translateX(-100%);
        display: block;
    }
    .navList .navItem:nth-child(1){
        transition: transform .3s ease-out .1s;
    }
    .navList .navItem:nth-child(2){
        transition: transform .3s ease-out .15s;
    }
    .navList .navItem:nth-child(3){
        transition: transform .3s ease-out .2s;
    }
    .navList .navItem:nth-child(4){
        transition: transform .3s ease-out .25s;
    }
    .navList .navItem:nth-child(5){
        transition: transform .3s ease-out .3s;
    }
    .navList .navItem:nth-child(6){
        transition: transform .3s ease-out .35s;
    }
    .navList .navItem:nth-child(7){
        transition: transform .3s ease-out .4s;
    }
    .navList .navItem:nth-child(8){
        transition: transform .3s ease-out .45s;
    }
    .navList .navItem-move{
        transform: none;
    }
    .navItem p{
        border-bottom: 1px solid #f5f5f5;
    }
    .itemLink p{
        border-bottom: 1px solid #f5f5f5;
    }
    .header .login{
        line-height: 60px;
        padding-right: 15px;
        width:25%;
        box-sizing: border-box;
        text-align: right;
    }
    .header .menu{
        float: left;
        width:25%;
        display: block;
        position: relative;
    }
    .menu img{
        width:30px;
        height:30px;
        margin:15px 0 0 15px;
    }
    .header .close{
        display: block;
        width:28px;
        height:28px;
        position: absolute;
        top:16px;
        right:20px;
    }
    .sort .sortTab{
        padding:0 8px;
    }
}
@media screen and (max-width: 766px){
    .bannerText1{
        font-size: 30px;
        line-height: 40px;
    }
    .bannerText2{
        font-size: 20px;
        line-height: 24px;
    }
    .module-title{
        font-size: 26px;
        line-height: 30px;
        padding-top: 30px;
    }
    .module-text{
        font-size: 16px;
        line-height: 26px;
        padding:10px 0 30px;
    }
}
@media screen and (max-width: 500px){
    body {
        padding-top: 50px;
    }
    .common-header .header {
        display: flex;
        align-items: center;
        height:50px;
    }
    .header .logoBox {
        margin-top: 0;
    }
    .logoBox .logo {
        width: auto;
        height: 35px;
    }
    .header .login{
        line-height: 50px;
    }
    .header .login span{
        display: none;
    }
    .menu img {
        width: 28px;
        height: 28px;
        margin: 0 0 0 15px;
    }
    .bannerText1{
        font-size: 22px;
        line-height: 30px;
    }
    .bannerText2{
        font-size: 14px;
        line-height: 18px;
    }
    .banner-textBox .bannerText1{
        padding:0;
    }
    .banner-textBox .bannerText2{
        line-height: 20px;
    }
    .pageBanner{
        height:200px;
    }
    .module-title{
        font-size: 18px;
        line-height: 18px;
        padding-top: 12px;
    }
    .module-text{
        font-size: 14px;
        line-height: 18px;
        padding:5px 0 10px;
    }
    .sort{
        border-bottom: 1px solid #d1d1d1;
    }
    .sort .sortTab{
        font-size: 16px;
        line-height: 22px;
        padding:0 6px;
        border-bottom: 2px solid transparent;
        transform: translateY(1px);
    }
    .sort .tabLink{
        border-bottom: 2px solid #1890ff;
    }
    .common-footer .footer{
        padding:10px 0 10px;
        width: 92%;
    }
    .contactList .contactItem {
        width:55%;
        margin:0 auto;
    }
    .contactItem .item-title{
        font-size: 12px;
        line-height: 18px;
    }
    .contactItem .item-text{
        font-size: 14px;
        line-height: 18px;
    }
    .footer .codeBox{
        width:100%;
    }
    .codeBox .code-box{
        float: none;
    }
    .code-box .code-title{
        font-size: 14px;
        line-height: 22px;
        margin-top: 5px;
    }
    .code-box .codeList{
        overflow: visible;
        display: flex;
        justify-content: center;
    }
    .codeList .codeItem{
        float: none;
        margin:0 10px;
    }
    .codeItem .codeImg{
        width:100px;
        height:100px;
    }
    .codeItem .codeText{
        font-size: 12px;
        line-height: 16px;
    }
    .common-footer .copyRight{
        padding:10px 0 15px;
    }
    .copyRight span{
        display: block;
    }
    .rightBar{
        display: none;
    }
    .sort{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .sort .sortTab{
        flex-shrink: 0;
    }
    .codeBox .code-box:first-child{
        margin-right: 0;
    }
}
@media screen and (max-width: 375px){
    .pageBanner{
        height:180px;
    }
    .bannerText1{
        font-size: 20px;
        line-height: 26px;
    }
    .bannerText2{
        font-size: 14px;
        line-height: 18px;
    }
    .contactList .contactItem {
        width:60%;
    }
}
@media screen and (max-width: 320px){
    .pageBanner{
        height:160px;
    }
    .bannerText1{
        font-size: 18px;
        line-height: 22px;
    }
    .bannerText2{
        font-size: 12px;
        line-height: 16px;
    }
    .header .login{
        line-height: 40px;
    }
    .menu img{
        width:25px;
        height:25px;
        margin: 0 0 0 10px;
    }
    .logoBox .logo{
        height:24px;
    }
    .contactList .contactItem {
        width:70%;
    }
    .common-footer .copyRight{
        font-size: 10px;
        line-height: 16px;
    }
}