*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    color: #000000;
}
html,body{ 
    width: 100%; 
    height: 100%;
    overflow-x: hidden;
    font-family: 'Adobe 黑体 Std';
}
body{
    overflow-x: hidden;
} 
.clearfix:after{
    content:"";        
    display:block;        
    height:0;        
    clear:both;        
    visibility:hidden;        
}
.swerper{
    width: 100%;
    margin-top: 72px;
}
.swerper .swiper-container .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.swerper .swiper-container img{
    width: 100%;
    height: 100%;
    display: block;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30px;
}
.swiper-pagination-bullet{
    width: 40px;
    height: 5px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #82c684;
}
.product1{
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    margin-top: 80px;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
}
.product1 .proImg{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.product1 .proImg .fontImg{
    position: absolute;
    left: 20px;
    top: 30px;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.product1 .proImg .fontImg_right{
	-ms-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.product1 .proImg .fontImg_left{
	-ms-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.product1 .proImg .fontImg_top{
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.product1 .proImg1{
    width: 25%;
    height: 100%;
}
.product1 .proImg1 .fontImg{
    left: 10%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
}
.product1 .proImg2{
    width: 45%;
    height: 100%;
}
.product1 .proImg2 .fontImg{
    width: 200px;
}
.product1 .proImg3{
    width: 30%;
    height: 100%;
}
.product1 .proImg3 .proImg3_top{
    width: 100%;
    height: 50%;
}
.product1 .proImg3 .proImg3_top .fontImg{
    width: 120px;
}
.product1 .proImg3 .proImg3_bot{
    width: 100%;
    height: 50%;
    background-position: bottom right;
}
.product1 .proImg3 .proImg3_bot .fontImg{
    width: 70%;
}
.product2{
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
}
.product2 .product2_top{
    padding: 0 1.5%;
}
.product2 .product2_top .pt_name{
    float: left;
}
.product2 .product2_top .pt_name .s1{
    font-size: 20px;
}
.product2 .product2_top .pt_name .s2{
    font-size: 14px;
}
.product2 .product2_top .pro_ul{
    float: right;
    max-width: 800px;
    text-align: right;
}
.product2 .product2_top .pro_ul a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    border-radius: 50px;
    padding: 3px 10px;
    margin: 0px;
    color: #000;
}
.product2 .product2_top .pro_ul a:hover{
    background: #0072a1;
    color: #fff;
}
.product2 .proContent{
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.product2 .proContent .prolis{
    display: block;
    width: 30%;
    margin: 0 1.5%;
    margin-top: 20px;
}
.product2 .proContent .prolis .proimg{
    border: 1px solid #d9d9d9;
    overflow: hidden;
}
.product2 .proContent .prolis .proimg img{
    width: 100%;
    display: block;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.product2 .proContent .prolis .proimg:hover img{
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.product2 .proContent .prolis .protitle{
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}
.about{
    margin-top: 80px;
}
.about .a_top{
    position: sticky;
    z-index: 1;
}
.about .a_top img{
    width: 100%;
    display: block;
}
.about .a_bot{
   margin-top: -5.7%;
}
.about .a_bot .ab_imgs{
    width: 70%;
    float: right;
    position: relative;
}
.about .a_bot .ab_imgs .fontimg{
    width: 100%;
    display: block;
}
.about .a_bot .ab_imgs .a_img{
    position: absolute;
    width: 55%;
    top: -40%;
    left: 13%;
    z-index: 2;
}
.about .a_bot .ab_imgs .a_img img{
    width: 100%;
    display: block;
}
.about .a_bot .ab_imgs .a_img .more{
    display: inline-block;
    width: 5%;
    position: absolute;
    top: -10%;
    right: -6%;
}
.about .a_bot .ab_imgs .a_img .more img{
    width: 100%;
    display: block;
}
.new{
    margin-top: 80px;
}
.new .new_title{
    text-align: center;
}
.new .new_title .p1{
    font-size: 20px;
}
.new .new_title .p2{
    font-size: 14px;
}
.new .new_ul{
    text-align: center;
}
.new .new_ul .new_nav{
    display: inline-block;
    padding: 5px 20px;
    margin-top: 20px;
    font-size: 14px;
    color: #939393;
    border:1px solid #8c8c8c;
}
.new .new_content{
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.new .new_content .newlis{
    width: 23%;
    margin: 0 1%;
    border-bottom: 1px solid #bfbfbf;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.new .new_content .newlis .newimg{
    width: 100%;
    overflow: hidden;
}
.new .new_content .newlis .newimg img{
    width: 100%;
    display: block;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.new .new_content .newlis .new_name{
    font-size: 16px;
    margin-top: 5px;
    width: 100%;
}
.new .new_content .newlis .new_time{
    width: 100%;
    font-size: 12px;
    margin: 5px 0;
    color: #8c8c8c;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.new .more{
    margin-top: 40px;
    text-align: center;
}
.new .more a{
    display: inline-block;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.new .more .icon_jtLeft{
    font-size: 25px;
    color: #a0a0a0;
}
.new .more .icon_jtRight{
    font-size: 25px;
    color: #a0a0a0;
}
.new .more .icon_order{
    padding: 8px 15px;
    margin: 0 15px;
    color: #a0a0a0;
    border: 1px solid #8c8c8c;
    font-size: 25px;
}
.new .new_content .newlis .newimg:hover img{
    transform: scale(1.2);
}
.new .more .icon_jtLeft:hover{
    color: #000;
}
.new .more .icon_jtRight:hover{
    color: #000;
}
.new .more .icon_order:hover{
    color: #fff;
    background: #a0a0a0;
}
.contact{
    margin-top: 80px;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact .content{
    flex: 1;
    background: #faf9f7;
}
.contact .content .main{
    margin-left: 10%;
    padding: 80px 0;
}
.contact .content .main .main_head{
    
}
.contact .content .main .main_head .p1{
    font-family: 'CoffeeShop';
    font-size: 20px;
    height: 60px;
}
.contact .content .main .main_head .p2{
    font-size: 16px;
}
.contact .content .main .main_content{
    margin-top: 40px;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact .content .main .main_content .p1{
    font-family: '方正大标宋简体';
    font-size: 25px;
}
.contact .content .main .main_content .p2{
    font-size: 14px;
    color: #828282;
    margin-top: 10px;
}
.contact .content .main .main_content .main_imgs{
    margin-top: 10px;
}
.contact .content .main .main_content .main_imgs .wechat{
    width: 80px;
    display: inline-block;
}
.contact .content .main .main_content .main_imgs .wechat img{
    width: 100%;
    display: block;
}
.contact .content .main .main_content .main_imgs .wechat p{
    font-size: 14px;
    text-align: center;
    color: #828282;
}
.contact .content .main .main_content form{
    display: block;
    flex: 1;
    padding: 0 20px;
}
.contact .content .main .main_content form .inps{

}
.contact .content .main .main_content form .inps input{
    width: 180px;
    padding-bottom: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    outline: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #828282;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.contact .content .main .main_content form textarea{
    display: block;
    max-width: 580px;
    width: 100%;
    height: 120px;
    margin-top: 20px;
    font-size: 16px;
    outline: none;
    resize: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #828282;
}
.contact .content .main .main_content form .but{
    display: inline-block;
    margin-top: 20px;
    padding: 8px 30px;
    font-size: 14px;
    color: #fff;
    background: #303030;
    border: 0;
    outline: none;
}
.contact .map{
    width: 500px;
}
.contact .map img{
    width: 100%;
    display: block;
}
@media screen and (max-width: 1280px){
    .product1{
        width: 900px;
        height: 500px;
    }
    .product2{
        width: 900px;
    }
    .product2 .product2_top .pro_ul{
        max-width: 650px;
    }
    .new .new_content .newlis .new_name{
        font-size: 14px;
    }
    .contact .map{
        width: 100%;
        height: 400px;
    }
}
@media screen and (max-width: 1152px){

   
}
@media screen and (max-width: 1000px){
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }
    .swiper-pagination-bullet{
        width: 20px;
        height: 3px;
        border-radius: 0;
        background: #fff;
        opacity: 1;
    }
    .swiper-pagination-bullet-active{
        background: #903d3d;
    }
    .product1{
        width: 720px;
        height: 400px;
    }
    .product2{
        width: 720px;
    }
    .product2 .product2_top .pro_ul{
        max-width: 500px;
    }
    .product2 .product2_top .pro_ul a{
        font-size: 14px;
    }
    .product2 .proContent .prolis .protitle{
        font-size: 14px;
    }
    .contact .content .main{
        padding: 40px 0;
        margin-left: 5%;
    }
    .contact .content .main .main_head .p1 {
        font-size: 16px;
        height: 50px;
    }
    .contact .content .main .main_head .p2 {
        font-size: 14px;
    }
    .contact .content .main .main_content{
        margin-top: 20px;
    }
    .contact .content .main .main_content .p1{
        font-size: 22px;
    }
    .contact .content .main .main_content form{
        padding: 0 40px;
    }
    .contact .content .main .main_content form .inps input{
        display: block;
        font-size: 14px;
    }
    .contact .content .main .main_content form textarea{
        font-size: 14px;
    }
}
@media screen and (max-width: 768px){
    .swerper{
        margin-top: 4rem;
    }
    .product1{
        width: 90%;
        height: auto;
        padding: 0 5%;
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product1 .proImg .fontImg{
        left: 10px;
        top: 10px;
    }
    .product1 .proImg1{
        width: 50%;
        height: 400px;
    }
    .product1 .proImg1 .fontImg{
        top: 0;
    }
    .product1 .proImg2{
        width: 50%;
        height: 400px;
    }
    .product1 .proImg2 .fontImg{
        width: 70%;
    }
    .product1 .proImg3{
        width: 100%;
        height: 250px;
    }
    .product1 .proImg3 .proImg{
        display: inline-block;
        width: 49%;
        height: 100%;
    }
    .product2{
        width: 90%;
        margin-top: 20px;
    }
    .product2 .product2_top .pt_name{
        float: none;
        padding: 0 10px;
    }
    .product2 .product2_top .pt_name .s1{
        font-size: 1.2rem;
    }
    .product2 .product2_top .pt_name .s2{
        font-size: .8rem;
    }
    .product2 .product2_top .pro_ul{
        float: none;
        max-width: 100%;
        text-align: left;
        margin-top: 10px;
    }
    .product2 .proContent{
        margin-top: 10px;
    }
    .product2 .proContent .prolis{
        width: 45%;
        margin: 0px 2.5%;
        margin-top: 10px;
    }
    .product2 .proContent .prolis .protitle{
        font-size: .8rem;
        margin-top: 5px;
    }
    .about{
        margin-top: 20px;
    }
    .about .a_bot .ab_imgs{
        width: 100%;

    }
    .about .a_bot .ab_imgs .a_img{
        width: 45%;
        top: -20%;
        left: 35%;
        z-index: 2;
    }
    .about .a_bot .ab_imgs .a_img .more{
        width: 12%;
        top: -25%;
        right: -15%;
    }
    .new{
        margin-top: 20px;
    }
    .new .new_title .p1{
        font-size: 1.2rem;
    }
    .new .new_title .p2{
        font-size: .8rem;
    }
    .new .new_ul .new_nav{
        margin-top: 10px;
        font-size: .8rem;
    }
    .new .new_content{
        margin-top: 20px;
    }
    .new .new_content .newlis{
        width: 48%;
    }
    .new .new_content .newlis .new_name{
        font-size: .8rem;
    }
    .new .new_content .newlis .new_time{
        font-size: .6rem;
    }
    .new .more{
        margin-top: 20px;
    }
    .new .more .icon_order{
        font-size: 15px;
    }
    .new .more .icon_jtLeft{
        font-size: 15px;
    }
    .new .more .icon_jtRight{
        font-size: 15px;
    }
    .contact{
        margin-top: 20px;
    }
    .contact .content{
        padding: 0 5%;
        display: block;
    }
    .contact .content .main{
        margin: 0;
    }
    .contact .content .main .main_head .p1 {
        font-size: 12px;
        height: 35px;
    }
    .contact .content .main .main_content{
        display: block;
    }
    .contact .content .main .main_content .p1{
        font-size: 1.2rem;
    }
    .contact .content .main .main_content .p2{
        font-size: .8rem;
        margin-top: 5px;
    }
    .contact .content .main .main_content .main_imgs .wechat p{
        font-size: .8rem;
    }
    .contact .content .main .main_content form{
        padding: 0;
        margin-top: 20px;
    }
    .contact .content .main .main_content form .inps input{
        margin-bottom: 10px;
        font-size: .8rem;
    }
    .contact .content .main .main_content form textarea{
        font-size: .8rem;
        height: 80px;
    }
    .contact .content .main .main_content form .but{
        font-size: .8rem;
    }
    .contact .map{
        height: 220px;
    }
}
@media screen and (max-width: 414px){
    .product1 .proImg1{
        height: 300px;
    }
    .product1 .proImg2{
        height: 300px;
    }
    .product1 .proImg1 .fontImg{
        width: 90%;
        left: 5%;
    }
    .product1 .proImg3{
        height: 150px;
    }
    .product1 .proImg3 .proImg3_top .fontImg{
        width: 60%;
    }
}