@charset "utf-8";
html{-webkit-font-smoothing:antialiased}
blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer{display: block;margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,b,caption,cite,code,dfn,em,i,strong,th,var{font-style:normal;font-weight:400}
dl,ol,ul{list-style-type:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}
a{text-decoration:none; color: #333;}
a:hover{text-decoration:none;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;outline:none;blr:expression(this.onFocus=this.blur())}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
textarea{resize:none}
img{vertical-align:middle}
button,input[type=submit],input[type=text],input[type=button],select{-webkit-appearance:none;border-radius:0;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;outline:0;blr:expression(this.onFocus=this.blur())}
body{color:#000;line-height:1.3;overflow-x: hidden;background:#fff}
.fl{float:left}
.fr{float:right}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0}
#web-ietip {width: 526px; height: 90px; padding: 83px 0 0 84px; overflow:hidden; background: url(../css/ietip/browser.png) no-repeat center center; margin: 200px auto 0; box-sizing:content-box;}
#web-ietip a{display: block; width: 65px; height: 80px; float: left;}
.ellipsis{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

strong,
b{
	font-weight: bold;
}
@media(min-width: 1201px){
    html{font-size: 100px}
}
@media(max-width: 1200px) and (min-width: 901px){
    html{font-size: calc(100vw / 1200 * 100);}
}
@media(max-width: 900px){
	html{font-size: calc(900px / 1200 * 100);}
}
body{font-size: 14px; font-family: Arial,"Microsoft YaHei";background-color: #fff;}
body *{box-sizing: border-box;}
.anmitem {
    transition: all ease .7s 0s; 
    -moz-transition: all ease .7s 0s; 
    -webkit-transition: all ease .7s 0s;
}
.oov,
.tov,
.thov {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.oov {
    -webkit-line-clamp: 1;
    white-space：nowrap;
}
.tov {
    -webkit-line-clamp: 2;
}
.thov {
	-webkit-line-clamp: 3;
}
.layout{
	max-width: 1200px;
	margin: 0 auto;
}
.header{
    height: 0.8rem;
    line-height: 0.8rem;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 12;
    width: 100%;
    background: url(../images/bg-header.png) no-repeat center/cover;
}
.header .logo{
    float: left;
}
.header .logo img{
    height: 0.5rem;
}
.header .hd-rg{
    float: right;
}
.nav{
    float: left;
}
.nav .fir-nav{
    float: left;
    position: relative;
}
.nav .fir-nav>a{
    font-size: calc(12px - 0.12rem + 0.16rem);
    color: #444;
    display: inline-block;
    position: relative;
    padding: 0 0.1rem;
    margin: 0 0.05rem;
    opacity: 0.7;
    /* transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s; */
}
.nav .active>a{
    opacity: 1;
}
.header .menu-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    float: right;
    position: relative;
    z-index: 100;
    top: 20px;
    display: none;
}
.header .menu-icon em {
    width: 26px;
    height: 2px;
    display: block;
    background: #444;
    text-align: right;
    position: absolute;
    right: 0;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.header .menu-icon em:first-of-type {
    top: 0px;
}
.header .menu-icon em:nth-of-type(2) {
    top: 10px;
}
.header .menu-icon em:last-of-type {
    top: 20px;
}
.header .menu-icon.on em:first-of-type {
    transform: translate(0, 10px) rotate(-45deg);
    -moz-transform: translate(0, 10px) rotate(-45deg);
    -webkit-transform: translate(0, 10px) rotate(-45deg);
    -ms-transform: translate(0, 10px) rotate(-45deg);
}
.header .menu-icon.on em:nth-of-type(2) {
    transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
}
.header .menu-icon.on em:last-of-type {
    transform: translate(0, -9px) rotate(45deg);
    -moz-transform: translate(0, -9px) rotate(45deg);
    -webkit-transform: translate(0, -9px) rotate(45deg);
    -ms-transform: translate(0, -9px) rotate(45deg);
}
.header .rg-menu{
    float: right;
}
.footer{
    text-align: center;
    padding: 0.5rem 0;
    line-height: 2;
    font-size: calc(12px - 0.12rem + 0.16rem);
}
@media screen and (max-width: 1260px){
    .layout{
        padding: 0 0.3rem;
    }
}
@media screen and (max-width: 1220px){
    .header{
        height: 0.8rem;
        line-height: 0.8rem;
    }
    body{
        padding-top: 0.6rem;
    }
    .header .menu-icon {
        display: block;
        top: 0.22rem;
        margin-left: 0.2rem;
    }
    .header .layout{
        padding: 0 0.3rem;
    }
    .header .hd-rg{
        padding-top: 60px;
        position: fixed;
        width: 100%;
        height: 100%;
        top:0;
        right: -100%;
        padding-left: 0;
        background: rgba(255,255,255,1);
        text-align: center;
        z-index: 11;
        opacity: 0;
        transition: all ease .3s 0s; 
        -moz-transition: all ease .3s 0s; 
        -webkit-transition: all ease .3s 0s;
    }
    .header .hd-rg.on {
        right: 0;
        opacity: 1;
    }
    .header .hd-rg .content{
        height: 100%;
        overflow-y: auto;
        padding-bottom: 60px;
        padding-top: 20px;
    }
    .nav{
        width: 100%;
        float: none;
        height: auto;
        padding: 0 0.4rem;
        text-align: left;
    }
    .nav .fir-nav{
        float: none;
        width: 100%;
        margin: 0;
        height: auto;
        line-height: 0.6rem;
        border-bottom: 1px solid rgba(0,0,0,0.03);
    }
    .nav .fir-nav>a{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .nav .active{
        display: block !important;
    }
    .nav .on{
        background: transparent;
    }
    .nav .on:after{
        display: none;
    }
    .nav .on a, .nav .fir-nav:hover>a{
        color: #333;
    }
    .nav .on a:after{
        display: none;
    }
}

@media screen and (max-width: 767px){
    .header{
        height: 0.7rem;
        line-height: 0.7rem;
    }
    body{
        padding-top: 0.5rem;
    }
    .header .logo img {
        height: 0.4rem;
    }
    .header .menu-icon{
        top: 0.2rem;
    }
}
.page-modu{
    background-position: center;
    background-size: cover;
    height: 10rem;
    align-items:center;
    display: flex;
}
.page-modu .layout{
    height: 100%;
    width: 100%;
    align-items:center;
    display: flex;
}
.page-modu .tex-box,
.page-modu .pic-box{
    width: 50%;
}
.page-modu .pic-box{
    text-align: center;
}
.page-modu .pic-box img{
    max-width: 100%;
}
.page2 .pic-box{
    width: 55%;
}
.page2 .tex-box{
    width: 45%;
}

.tt-modu{
    font-size: calc(12px - 0.12rem + 0.54rem);
    color: #444;
    margin-bottom: 0.5rem;
    font-family: '思源宋体 CN','华文中宋','宋体';
    font-weight: bold;
}
.dd-modu{
    font-size: calc(12px - 0.12rem + 0.3rem);
    color: #444;
    line-height: 2;
}
.page2 .layout{
    flex-direction:row-reverse;
}
.page3 .pic-box{
    text-align: right;
}
.code-list{
    margin-top: 0.7rem;
}
.code-list li{
    margin-right: 0.7rem;
    float: left;
    text-align: center;
}
.code-list img{
    width: 1.34rem;
    height: 1.34rem;
    margin-bottom: 0.15rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);
}
.code-list .lb{
    font-size: calc(12px - 0.12rem + 0.28rem);
    color: #444;
}
.page5 .code-list{
    display: none;
}
.page4 .tex-box{
    width: 100%;
    padding: 0 0.1rem;
}
.page4 .tt-modu,
.page5 .tt-modu{
    text-align: center;
}
.page5{
    height: 8rem;
}
.page5 .tt-modu{
    margin-bottom: 1rem;
}
.page5 .tex-box{
    width: 100%;
    text-align: center;
}
.page5 .tex-box p{
    margin-top: 0.3rem;
}
.page5 .tex-box span{
    margin: 0 0.6rem;
}
.page-modu .swiper-slide{
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    align-self: center;
}
.page-modu .swiper-pagination-bullet{
    background: #666;
    opacity: 0.5;
}
.page-modu .swiper-pagination-bullet-active{
    background:#ffc635;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0rem;
}
.page2 .pic-box .swiper-container{
    padding-bottom: 0.3rem;
}
.pic-box .swiper-slide img{
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform:translateX(-1rem);
}
.pic-box .swiper-slide-active img{
    opacity: 1;
    transform:translateX(0rem);
}
.tex-box .swiper-slide .tt-modu{
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform:translateX(2rem);
}
.tex-box .swiper-slide .dd-modu{
    opacity: 0;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transform:translateX(2rem);
}
.tex-box .swiper-slide-active .tt-modu,
.tex-box .swiper-slide-active .dd-modu{
    opacity: 1;
    transform:translateX(0rem);
}
.page2 .tex-box{
    padding-left: 0.2rem;
}
.page3 .tex-box{
    padding-left: 0rem;
}
@media screen and (max-width: 1260px){
    .page5 .tex-box span{
        display: block;
        margin: 0 auto;
    }
    .page2 .tex-box{
        padding-left: 0.2rem;
    }
}
@media screen and (max-width: 900px){
    .tt-modu {
        font-size: calc(12px - 0.12rem + 0.42rem);
    }
    .dd-modu {
        font-size: calc(12px - 0.12rem + 0.24rem);
    }
    .code-list .lb {
        font-size: calc(12px - 0.12rem + 0.2rem);
    }
}
@media screen and (max-width: 768px){
    .page-modu .layout{
        display: block;
    }
    .page-modu .tex-box, .page-modu .pic-box{
        width: 100%;
        float: none;
    }
    .page2 .tex-box {
        padding-left: 0rem;
    }
    .page-modu{
        height: auto;
        padding: 0.8rem 0;
    }
    .tt-modu {
        font-size: calc(12px - 0.12rem + 0.3rem);
        margin-bottom: 0.3rem;
        text-align: center;
    }
    .page5 .tt-modu {
        margin-bottom: 0.4rem;
    }
    .dd-modu {
        font-size: calc(12px - 0.12rem + 0.18rem);
        text-align: center;
    }
    .code-list .lb {
        font-size: calc(12px - 0.12rem + 0.18rem);
    }
    .code-list{
        margin-top: 0.3rem;
        text-align: center;
    }
    .code-list li{
        margin: 0 0.15rem;
        float: none;
        display: inline-block;
    }
    .page1 .code-list{
        display: none;
    }
    .page5 .code-list{
        display: block;
    }
    .page-modu .pic-box{
        height: 4.3rem;
        margin: 0.3rem 0;
        text-align: center;
    }
    .page2 .pic-box{
        height: 5rem;
    }
    .page-modu .swiper-container{
        height: 100%;
    }
    .page-modu .swiper-slide{
        padding: 0.1rem 0;
    }
    .page-modu .pic-box img{
        max-height: 100%;
        width: auto;
    }
    .page5 .tex-box p {
        margin-top: 0;
    }
    .footer {
        text-align: center;
        padding: 0.3rem 0;
        line-height: 2;
        font-size: calc(12px - 0.12rem + 0.14rem);
    }
    .page-modu .swiper-container{
        width: 60%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px){
    .tt-modu {
        font-size: calc(12px - 0.12rem + 0.26rem);
        margin-bottom: 0.25rem;
        text-align: center;
    }
    .dd-modu,
    .code-list .lb{
        font-size: calc(12px - 0.12rem + 0.14rem);
    }
    .page-modu .swiper-container{
        width: 90%;
    }
}






























































































