body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    color: #444444;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#FFF;
    font-family: "微软雅黑";
}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    border-radius:0;
}
textarea {  -webkit-appearance: none;}

td, th, caption {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
*{
    margin:0px;
    padding:0px;
    font-family: "微软雅黑";
}
a {
    color: #555;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    border: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}

textarea {  -webkit-appearance: none;}   
.img img{max-width: 100% !important; height: auto !important;}
input, textarea, select, button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
    border-radius:0;
}

table {
    border-collapse: collapse;
}

html {

}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.swiper-container {
    width: 100%;
    height: 100%;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff; /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media screen and (min-width: 1025px){
    .img span,.img p{font-size: 16px !important;}
    .main {
        width: 1200px;
        margin: 0 auto;
    }
    header{
        background: url("../img/banner.png");
        height:404px;
    }
    #logo{
        width: 100%;
        height: 80px;
        float: left;
        margin-top: 25px;
    }
    #logo img{
        width: 224px;
        height: 80px;
    }
    header form{
        float: left;
        margin-top:117px;
        width: 780px;
        margin-left: 215px;
    }
    header form ul{
        height: 18px;
        margin-bottom: 20px;
    }
    header form ul li{
        font-size: 18px;
        line-height: 18px;
        float: left;
    }
    header form ul li:not(:first-child){
        border-left: 1px solid white;
        padding: 0 20px;
    }
    header form ul li:first-child{
        padding-right: 20px;
    }
    header form ul li a{
        color: white;
    }
    #input_left{
        float: left;
    }
    .tips{
        width: 625px;
        height: 64px;
        line-height: 64px;
        font-size: 18px;
        background: rgba(201,200,189,0.4);
        padding-left: 20px;
        display: none;
    }
    header form input[type='text'] {
        background: url("../img/input.png");
        width: 625px;
        height: 54px;
        background-size: 100%;
        border: none;
        padding-left: 20px;
        display: block;
        padding-top: 10px;
        outline: none;  
    }

    header form input[type='text']::-webkit-input-placeholder{
        font-size: 18px;
    }
    header form input[type='text']::-ms-input-placeholder{
        font-size: 18px;
    }
    header form input[type='submit']{
        background: #00ae66;
        border: none;
        width: 130px;
        height: 56px;
        display: block;
        float: left;
        margin-top:8px;
        font-size: 18px;
        color: white;
    }
    #tit{
        margin: 50px 0;
    }
    #tit h1{
        font-size: 32px;
        line-height: 59px;
    }
    #tit h2{
        font-size: 16px;
        line-height: 28px;
        color: #757575;
    }
    .list1{
        overflow: hidden;
    }
    .list1 li{
        width: 251px;
        height: 360px;
        border: 1px solid #cccccc;
        padding: 5px;
        margin-bottom: 50px;
    }
    .list1 li:not(:nth-child(4n)){
        float: left;
        margin-right: 49px;
    }
    .list1 li:nth-child(4n){
        float: right;
    }
    .list1 li img{
        width: 251px;
        height: 251px;
    }
    .list1 li h1{
        margin-top: 15px;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
    }
    .list1 li p{
        text-align: center;
        color: #858585;
        font-size: 14px;
        line-height: 22px;
        width: 220px;
        margin: 0 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .list{
        overflow: hidden;
    }
    .list li{
        width: 251px;
        height: 360px;
        border: 1px solid #cccccc;
		overflow:hidden;
        padding: 5px;
        margin-bottom: 50px;
		overflow:hidden;
    }
    .list li:not(:nth-child(4n)){
        float: left;
        margin-right: 49px;
    }
    .list li:nth-child(4n){
        float: right;
    }
    .list li img{        
        width: 251px;
        height: 251px;
    }
    .list li .bg{width: 251px;height: 251px;position: relative;}
    .list li:hover .bg:after{
        content: "";
        display: block;
        position: absolute;
        width: 251px;
        height: 251px;
        z-index: 9;
        top: 0;left: 0;
        background: rgba(6,6,6,0.2);
    }
    .list li h1{
        margin-top: 15px;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
    }
    .list li p{
        text-align: center;
        color: #858585;
        font-size: 14px;
        line-height: 22px;
        width: 220px;
        margin: 0 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .more{
        width: 130px;
        height: 30px;
        border: 1px solid #999999;
        border-radius: 10px;
        display: block;
        margin: 60px auto 100px;
        text-align: center;
        line-height: 30px;
        font-size: 16px;
        color: #646464;
    }
    footer{
        background: url("../img/footer.png");
        height: 240px;
        background-size: 100%;
		clear:both;
    }
    #footer_word{
        float: left;
        width: 355px;
        margin-top: 55px;
        color: white;
    }
    #footer_word h1{
        font-size: 48px;
        line-height: 91px;
    }
    #footer_word p{
        font-size: 24px;
        line-height: 36px;
    }
    #code{
        float: right;
        margin-right: 65px;
        margin-top: 55px;
    }
    #code img{
        width: 124px;
        height: 124px;
    }
    #code h1{
        color: white;
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        letter-spacing: 5px;
        text-align: center;
    }
    #header{
        background: url("../img/banner1.png");
        height: 404px;
    }
    #header form{
        float: left;
        margin-top: 117px;
        width: 780px;
        margin-left: 215px;
    }
    #header form ul{
        height: 18px;
        margin-bottom: 20px;
    }
    #header form ul li{
        font-size: 18px;
        line-height: 18px;
        float: left;
    }
    #header form ul li:not(:first-child){
        border-left: 1px solid white;
        padding: 0 20px;
    }
    #header form ul li:first-child{
        padding-right: 20px;
    }
    #header form ul li a{
        color: white;
    }
    #header form input[type='text'] {
        background: url("../img/input.png");
        width: 625px;
        height: 54px;
        background-size: 100%;
        border: none;
        padding-left: 20px;
        display: block;
        padding-top: 10px;
    }
    #header form input[type='text']:focus{
        outline: none;
    }
    #header form input[type='text']::-webkit-input-placeholder{
        font-size: 18px;
    }
    #header form input[type='text']::-ms-input-placeholder{
        font-size: 18px;
    }
    #header form input[type='submit']{
        background: #00ae66;
        border: none;
        width: 130px;
        height: 56px;
        display: block;
        float: left;
        margin-top: 8px;
        font-size: 18px;
        color: white;
    }
    .title1{
        margin: 73px 0 30px;
        border-bottom: 2px solid #00ae66;
        height: 46px;
    }
    .title1 h1{
        text-align: center;
        float: left;
        width: 110px;
        height: 46px;
        line-height: 46px;
        font-size: 18px;
        background: #00ae66;
        color: white;
    }
    .title1 p{
        float: left;
        margin-left: 50px;
        font-size: 18px;
        color: #757575;
        margin-top: 12px;
    }
    #ma{
        overflow: hidden;
    }
    #ma_left{
        float: left;
        width: 800px;
    }
    #ma_right{
        float: right;
        width: 251px;
    }
    #icon{
        height: 25px;
        width: 100%;
        font-size: 12px;
    }
    #icon img{
        width: 16px;
        height: 16px;
        display: block;
        float: left;
        margin-left: 10px;
    }
    #icon span{
        float: right;
    }
    #icon span:last-child{
        border-right: 1px solid #999999;
        border-left: 1px solid #999999;
    }
    #name{
        margin-bottom: 40px;
    }
    #name h1{
        font-size: 30px;
        line-height: 52px;
    }
    #name h2{
        font-size: 14px;
        color: #888888;
        line-height: 30px;
    }
    #name h2 span{
        color: #579be0;
    }
    #name p{
        font-size: 16px;
        line-height: 30px;
        text-indent: 2em;
        margin-bottom: 20px;
    }
    .detail{
        margin-bottom: 40px;
    }
    .detail h1{
        width: 108px;
        height: 50px;
        border: 1px solid #999999;
        border-radius: 10px;
        text-align: center;
        line-height: 50px;
        font-size: 23px;
        margin-bottom: 50px;
    }
    .detail p{
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .green {
        height: 251px;
        width: 810px;
        margin-bottom: 40px;
    }

    .green li{
        width: 251px;
        height: 251px;
        margin-bottom: 20px;
    }
    .green li:not(:nth-child(3n)){
        float: left;
        margin-right: 28px;
    }
    .green li:nth-child(3n){
        float: right;
    }
    .green li img{width: 100%;height: 100%;}
    #ma_right h1{
        height: 55px;
        width: 100%;
        text-align: center;
        background: #666666;
        color: white;
        font-size: 24px;
        line-height: 55px;
        margin-bottom: 35px;
    }
    #ma_right img{
        width: 100%;
        margin-bottom: 30px;
    }
    .title2{
        margin: 0 0 40px;
        border-bottom: 2px solid #00ae66;
        height: 46px;
    }
    .title2 h1{
        text-align: center;
        float: left;
        width: 110px;
        height: 46px;
        line-height: 46px;
        font-size: 18px;
        background: #00ae66;
        color: white;
    }
    .title2 p{
        float: left;
        margin-left: 50px;
        font-size: 18px;
        color: #757575;
        margin-top: 12px;
    }
    .question{
        width: 800px;
    }
    .question li{
        font-size: 18px;
        line-height: 59px;
    }
    .question p{
        font-size: 16px;
        line-height: 30px;
        text-indent: 2em;
        margin-bottom: 20px;
    }
    #tab{
        display: none;
    }
    .title1 h2{
        /*display: none;*/
        float: right;
        margin-top: 18px;
    }
    .green2{
        display: none;
    }
}
@media screen and (max-width: 1024px){
    .img p,.img span{font-size: 0.2rem !important;}
    .main {
        width: 6rem;
        margin: 0 auto;
    }
    .head{
        background: url("../img/phone_banner.png");
        height: 2.5rem;
        background-size: 100%;
    }
    #logo{
        width: 1.75rem;
        height: 0.5rem;
        margin-top: 0.15rem;
        float: left;
    }
    #logo img{
        width: 100%;
    }
    .head form{
        float: left;
        margin-top: 0.5rem;
        margin-left: 0.4rem;
    }
    .head form ul{
        display: none;
    }
    #input_left{
        float: left;
        width: 4rem;
    }
    #input_left input{
        width: 3.9rem;
        height: 0.56rem;
        outline: none;
        font-size: 0.2rem;
        padding-left: 0.1rem;
        border: none;
        -webkit-appearance: none;
    }
    
    .tips{
        width: 3.9rem;
        height: 0.56rem;
        padding-left: 0.1rem;
        line-height: 0.56rem;
        font-size: 0.2rem;
        background: rgba(201,200,189,0.4);
        display: none;
    }
    .head form input[type="submit"]{
        float: right;
        width: 1.2rem;
        height: 0.56rem;
        background: #00ae66 !important;
        border-radius: 0 !important;
        font-size: 0.2rem;
        color: white;
        border: none;
    }
    #tit{
        margin: 0.5rem 0;
    }
    #tit h1{
        font-size: 0.3rem;
        margin-bottom: 0.3rem;
    }
    #tit h2{
        font-size: 0.2rem;
        color: #aaaaaa;
    }
    .list{
        overflow: hidden;
    }
    .list li{
        width: 2.9rem;
        margin-bottom: 0.4rem;
        text-align: center;
		overflow:hidden;
    }
    .list li:nth-child(odd){
        float: left;
    }
    .list li:nth-child(even){
        float: right;
    }
    .list li img{
        width: 2.9rem;
        height: 2.9rem;
    }
    .list li h1{
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.24rem;
    }
    .list li p{
        font-size: 0.2rem;
        line-height: 0.28rem;
        color: #858585;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .more{
        display: block;
        margin: 0.5rem auto;
        border: 1px solid #999999;
        width: 1.62rem;
        height: 0.35rem;
        text-align: center;
        line-height: 0.35rem;
        font-size: 0.2rem;
        border-radius: 8px;
    }
    footer{
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
        margin-bottom: 1rem;
        height: 2.2rem;
    }
    #footer_word{
        float: left;
        width: 3.55rem;
        margin-top: 0.35rem;
        color: #666666;
    }
    #footer_word h1{
        font-size: 0.48rem;
        line-height: 0.91rem;
    }
    #footer_word p{
        font-size: 0.24rem;
        line-height: 0.36rem;
    }
    #code{
        float: right;
        margin-top: 0.35rem;
    }
    #code img{
        width: 1.4rem;
        height: 1.4rem;
    }
    #code h1{
        text-align: center;
        letter-spacing: 5px;
        height: 0.45rem;
        line-height: 0.45rem;
        font-size: 0.16rem;
    }
    #tab{
        height: 1rem;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: white;
    }
    #tab li{
        float: left;
        width: 20%;
        text-align: center;
    }
    #tab li img{
        width: 0.29rem;
        height: 0.38rem;
        margin: 0.15rem auto 0;
    }
    #tab li h1{
        color: #666666;
        font-size: 0.22rem;
    }
    #icon{
        display: none;
    }
    .title1{
        margin: 0.5rem 0;
    }
    .title1 h1{
        font-size: 0.3rem;
        margin-bottom: 0.2rem;
    }
    .title1 p{
        font-size: 0.2rem;
        margin-bottom: 0.3rem;
        color: #aaaaaa;
    }
    .title1 h2{
        font-size: 0.2rem;
        color: #cccccc;
    }
    #ma_right{
        display: none;
    }
    .green{
        display: none;
    }
    .title2{
        margin: 0.5rem 0;
    }
    .title2 h1{
        font-size: 0.3rem;
        margin-bottom: 0.2rem;
    }
    .title2 p{
        font-size: 0.2rem;
        margin-bottom: 0.3rem;
        color: #aaaaaa;
    }
    #name{
        margin-bottom: 0.4rem;
    }
    #name h1{
        font-size: 0.26rem;
        font-weight: bold;
        margin-bottom: 0.1rem;
    }
    #name h2{
        font-size: 0.2rem;
        margin-bottom: 0.1rem;
        color: #cccccc;
    }
    #name p{
        font-size: 0.2rem;
        line-height: 0.3rem;
        color: #757575;
        margin-bottom: 0.1rem;
    }
    .detail {
        margin-bottom: 0.4rem;
    }
    .detail h1{
        width: 1.05rem;
        height: 0.5rem;
        margin-bottom: 0.3rem;
        text-align: center;
        line-height: 0.5rem;
        font-size: 0.24rem;
        border: 1px solid #999999;
        border-radius: 5px;
    }
    .detail p{
        font-size: 0.2rem;
        line-height: 0.3rem;
        color: #757575;
        margin-bottom: 0.1rem;
    }
    .green2{
        overflow: hidden;
    }
    .green2 li{
        width: 2.9rem;
        margin-bottom: 0.3rem;
    }
    .green2 li:nth-child(odd){
        float: left;
    }
    .green2 li:nth-child(even){
        float: right;
    }
    .green2 li img{
        width: 100%;
    }
    .question{
        padding-left: 0.3rem;
    }
    .question li{
        font-size: 0.2rem;
        line-height: 0.22rem;
        margin-bottom: 0.3rem;
    }
    .question li p{
        font-size: 0.2rem;
        line-height: 0.3rem;
        color: #757575;
        margin-bottom: 0.1rem;
        margin-top: 0.2rem;
    }
}
