.banner{
    width: 100%;
    overflow: hidden;
}
.banner img{
    width: 100%;
    height: auto;
}

.weizhi{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 30px;
}
.weizhi .w_1200{
    display: flex;
    align-items: center;
}
.weizhi .w_1200 a{
    font-size: 15px;
    color: #333;
}
.weizhi .w_1200 i{
    font-size: 16px;
    color: #333;
    margin: 0 6px;
}

.zuoyou{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.zuoyou .h_left{
    width: 75%;
}

.ser_list{
    width: 100%;
}
.ser_list li{
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
}
.ser_list li a{
    width: 100%;
    padding: 40px 0;
    display: flex;
    align-items: center;
}
.ser_list li a .img{
    width: 260px;
    height: 150px;
    margin-right: 30px;
}
.ser_list li a .img img{
    width: 100%;
    height: 100%;
}
.ser_list li a .coms{
    flex: 1;
    padding: 0 0;
}
.ser_list li a .coms .title{
    width: 100%;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ser_list li a .coms .text{
    width: 100%;
    font-size: 14px;
    color: #666;
    margin: 15px 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ser_list li a:hover .more_as{
    background-color: #FC6C1E;
    color: #fff;
}
.ser_list li a:hover .more_as>i{
    color: #fff;
}
.more_as{
    width: 160px;
    height: 40px;
    border-radius: 60px;
    justify-content: space-around;
    font-size: 14px;
    color: #FC6C1E;
    border: 2px solid #FC6C1E;
    font-weight: bold;
}
.more_as i{
    font-size: 18px;
    color: #FC6C1E;
}

.zuoyou .h_right{
    width: 20.4%;
}

.zuoyou .h_right .tight_title{
    width: 100%;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 22px;
    margin-top: 40px;
}


/* 右边开始 */
.right_ul{
    width: 100%;
}
.right_ul li{
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
}
.right_ul li a{
    width: 100%;
    display: flex;
    padding: 20px 10px;
    font-size: 15px;
    color: #666;
    font-weight: bold;
}
.right_ul .right_liAct a{
    color: #FC6C1E;
}
.right_ul li a:hover{
    color: #FC6C1E;
}
.right_ul li a i{
    font-size: 16px;
    margin-right: 10px;
}
.swiper {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}
.swiper .swiper-slide{
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e9e9e9;
}
.swiper .swiper-slide .img {
    width: 100%;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    overflow: hidden;
}
.swiper .swiper-slide .img img {
    width: auto;
    max-width: 100%;
    transition: all .3s;
}
.swiper .swiper-slide .title {
    font-size: 20px;
    color: #333;
    text-align: center;
}
.swiper .swiper-slide .text {
    width: 94%;
    font-size: 14px;
    color: #666;
    margin: 15px 0 25px;
    text-align: center;
}
.swiper .swiper-slide a {
    width: 100%;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.swiper .swiper-slide .swei_a {
    background-color: #FC6C1E;
    color: #fff;
}
.swiper .swiper-slide .swei_a2 {
    background-color: #fff;
    color: #FC6C1E;
}
.swiper .swiper-pagination {
    width: 100%;
    padding: 20px;
}
.swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #666;
    margin: 0 6px;
    
}
.swiper .swiper-pagination-bullet-active {
    border: 3px solid #FC6C1E;
    background-color: #fff0;
}

.right_ul2{
    width: 100%;
}
.right_ul2 li{
    margin-right: 10px;
    margin-bottom: 10px;
}
.right_ul2 li a{
    padding: 8px 18px;
    background-color: #F2F2F5;
    border-radius: 5px;
    display: flex;
    font-size: 14px;
    color: #333;
}
.right_ul2 li a:hover{
    background-color: #FC6C1E;
    color: #fff;
}
/* 右边结束 */

.ser_list li .coms{
    width: 100%;
    padding: 40px 0;
}
.ser_list li .coms .title{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.ser_list li .coms .text{
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.ser_list li .coms .more_as {
    width: 160px;
    height: 40px;
    border-radius: 60px;
    justify-content: space-around;
    font-size: 14px;
    color: #FC6C1E;
    border: 2px solid #FC6C1E;
    font-weight: bold;
    margin-right: 20px;
    padding: 0;
}
.ser_list li .coms .more_as:hover {
    background-color: #FC6C1E;
    color: #fff;
}
.ser_list li .coms .more_as:hover i{
    color: #fff;
}

/* product */
.picks_ul {
    width: 100%;
    align-items: flex-start;
}

.picks_ul li{
    width: 31%;
    margin-right: 3%;
    margin-bottom: 30px;
    box-shadow: 0 3px 8px 1px #c9c9c9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.picks_ul li:nth-child(3n){
    margin-right: 0;
}
.picks_ul li .img {
    width: 100%;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    overflow: hidden;
}


.picks_ul li .img img {
    width: auto;
    max-width: 100%;
    transition: all .3s;
}
.picks_ul li:hover .img>img{
    transform: scale(1.1);
}
.picks_ul li .title {
    font-size: 20px;
    color: #333;
    text-align: center;
}
.picks_ul li:hover .title{
    color: #FC6C1E;
}
.picks_ul li .text {
    width: 94%;
    font-size: 14px;
    color: #666;
    margin: 15px 0 25px;
    text-align: center;
}
.picks_ul li a {
    width: 100%;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.picks_ul li .picks_a {
    background-color: #FC6C1E;
    color: #fff;
}
.picks_ul li .picks_a2 {
    background-color: #fff;
    color: #FC6C1E;
}

.fadajin{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
}
.fadajin .fdj{
    width: 520px;
    height: 520px;
}
.fadajin .fdj .img{
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fadajin .fdj .img img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.fadajin .fdj_swi{
    width: 100%;
    position: relative;
    padding: 0 30px;
}
.fadajin .fdj_swi .swiper-slide{
    height: 66px;
    border: 1px solid #d9d9d9;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fadajin .fdj_swi .swiper-slide img{
    width: 100%;
    height: 100%;
}
.fadajin .swiper-button-next, 
.fadajin .swiper-button-prev{
    width: 20px;
    height: 66px;
    background-color: #FC6C1E;
    --swiper-navigation-size:20px;
    color: #fff;
    top: 10px;
}
.fadajin .fdj_swi .ulAct{
    border: 2px solid #FC6C1E;
}
.fadajin .swiper-button-next{
    right: 0;
}
.fadajin .swiper-button-prev{
    left: 0;
}

.fdj_com{
    flex: 1;
    margin-left: 30px;
}
.fdj_com .title{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 30px;
    color: #333;
}
.fdj_com .text{
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.more_as {
    width: 160px;
    height: 40px;
    border-radius: 60px;
    justify-content: space-around;
    font-size: 14px;
    color: #FC6C1E;
    border: 2px solid #FC6C1E;
    font-weight: bold;
    margin-right: 20px;
    padding: 0;
}
.more_as i {
    font-size: 18px;
    color: #FC6C1E;
}
.more_as:hover{
    background-color: #FC6C1E;
    color: #fff;
}
.more_as:hover i{
    color: #fff;
}

.view_tent{
    width: 100%;
}
.view_tent img{
    width: auto;
    max-width: 100%;
}

/* Cases */
.cases_ul {
    width: 100%;
    align-items: flex-start;
}
.cases_ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
    border-bottom: 1px solid #d9d9d9;
}
.cases_ul li:nth-child(2n){
    margin-right: 0;
}
.cases_ul li a{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.cases_ul li a .img{
    width: 100%;
    overflow: hidden;
}
.cases_ul li a .img img{
    width: 100%;
    transition: all .3s;
}
.cases_ul li a:hover .img img{
    transform: scale(1.1);
}
.cases_ul li a .title{
    width: 100%;
    font-size: 20px;
    color: #333;
    margin: 20px 0 15px;
    text-align: left;
}
.cases_ul li a .text{
    width: 100%;
    font-size: 14px;
    color: #666;
    text-align: left;
}

/* contct_us */
.contact {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.contact .contact_left {
    width: 70%;
}
.contact .contact_left .left_phone {
    width: 100%;
    margin-bottom: 30px;
    font-size: 26px;
}
.contact .contact_left .left_phone i {
    color: #153C74;
    margin-right: 16px;
    font-size: 24px;
}
.contact .contact_left .left_phone p{
    width: 95px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align-last:justify;
    text-align: justify;
}

.contact .contact_left .left_phone span {
    font-size: 16px;
    color: #666666;
    flex: 1;
    margin-left: 12px;
}
.contact .QR_code{
    width: 24%;
    justify-content: space-between;
}
.contact .QR_code .code {
    align-items: center;
}
.contact .QR_code .code .code_img {
    width: 200px;
    height: 200px;
    padding: 10px;
    border: 1px solid #d6d6d6;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact .QR_code .code .code_img img{
    width: 100%;
    height: auto;
}
.contact .QR_code .code span {
    font-size: 14px;
    color: #333;
}


/* get_a_quote */
.quote_p{
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.on_form {
    padding: 20px;
    border: 1px solid #F3F3F3;
    width: 100%;
}
.on_form form {
    width: 100%;
}
.on_form form .form_ul {
    width: 100%;
}
.on_form form .form_ul li {
    width: 49%;
    margin-bottom: 30px;
    margin-right: 2%;
}
.on_form form .form_ul li:nth-child(2n) {
    margin-right: 0;
}
.on_form form .form_ul li input {
    width: 100%;
    padding: 15px;
    background-color: #EEEEEE;
}

.on_form form textarea {
    width: 100%;
    padding: 15px;
    background-color: #EEEEEE;
    border: none;
    outline: none;
}
.on_form .but {
    width: 100%;
    margin: 30px 0;
    text-align: center;
}
.on_form .but button {
    padding: 10px 35px;
    background-color: #FC6C1E;
    color: #fff;
    font-size: 14px;
}





.so_ul{
    width: 100%;
    padding: 30px 0 10px;
}
.so_ul li{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
    border-right: 2px solid #F0F0F0;
}
.so_ul li:nth-child(4){
    border-right: 0px solid #F0F0F0;
}
.so_ul li .img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.so_ul li .img img{
    width: auto;
}
.so_ul li .num{
    font-size: 48px;
    color: #333;
    font-weight: bold;
    margin: 15px 0;
}
.so_ul li .title{
    font-size: 16px;
    color: #666;
    text-align: center;
}



.cooper_ul{
    width: 100%;
}
.cooper_ul li{
    width: 23%;
    margin-right: 2.666%;
    margin-bottom: 30px;
    border: 1px solid #d9d9d9;
}
.cooper_ul li:nth-child(4n){
    margin-right: 0;
}
.cooper_ul li a{
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 0 15px;
}
.cooper_ul li a img{
    width: auto;
    max-width: 100%;
}


@media (max-width:767px){
    .banner{height: 130px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
    .banner img{width: auto;height: 100%;}
    .weizhi{padding: 15px;margin-bottom: 15px;}
    .weizhi .w_1200 a{font-size: 12px;}
    .zuoyou{flex-direction: column-reverse;}
    .zuoyou .h_right{width: 100%;}
    .zuoyou .h_right .tight_title:nth-child(3),
    .zuoyou .h_right .tight_title:nth-child(6),
    .swiper,.right_ul2{display: none;}
    .zuoyou .h_right .tight_title{margin-top: 0;margin-bottom: 10px;}
    .zuoyou .h_left{width: 100%;margin-top: 20px;}
    .ser_list li a{padding: 20px 0;flex-wrap: wrap;}
    .ser_list li a .coms{padding: 0;flex: initial;}
    .ser_list li a .img{width: 100%;margin-right: 0;margin-bottom: 10px;}
    .ser_list li a .coms .title{font-size: 16px;}
    .ser_list li .coms .more_as{width: 110px;font-size: 12px;height: 34px;}
    .right_ul li a{padding: 15px 10px;}
    .picks_ul li{width: 48%;margin-right: 4%;}
    .picks_ul li:nth-child(2n){margin-right: 0;}
    .picks_ul li:nth-child(3){margin-right: 4%;}
    .picks_ul li:nth-child(9){margin-right: 4%;}
    .picks_ul li:nth-child(15){margin-right: 4%;}
    .picks_ul li .img{height: 155px;padding: 6px;}
    .cases_ul li{width: 100%;margin-right: 0;}
    .so_ul li{width: 50%;margin-bottom: 30px;}
    .so_ul li:nth-child(2) {border-right: 0px solid #F0F0F0;}
    .contact .contact_left{width: 100%;}
    .contact{margin-top: 0;}
    .contact .contact_left .left_phone p{font-size: 16px;text-align-last: initial;width: 80px;}
    .contact .contact_left .left_phone span{font-size: 14px;}
    .contact .contact_left .left_phone i{margin-right: 10px;font-size: 20px;}
    .cooper_ul li{width: 48%;margin-right: 4%;margin-bottom: 20px;}
    .cooper_ul li:nth-child(2n){margin-right: 0;}
    .fadajin .fdj{width: 100%;}
    .fdj_com{margin-left: 0px;}
    .on_form form .form_ul li{width: 100%;margin-right: 0;margin-bottom: 15px;}
    .so_ul li .num{font-size: 32px;margin: 8px 0;}
}

@media (min-width:768px) and (max-width:991px){
    .banner{height: 250px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
    .banner img{width: auto;height: 100%;}
    .weizhi{padding: 15px;margin-bottom: 15px;}
    .weizhi .w_1200 a{font-size: 12px;}
    .zuoyou{flex-direction: column-reverse;}
    .zuoyou .h_right{width: 100%;}
    .zuoyou .h_right .tight_title:nth-child(3),
    .zuoyou .h_right .tight_title:nth-child(6),
    .swiper,.right_ul2{display: none;}
    .zuoyou .h_right .tight_title{margin-top: 0;margin-bottom: 10px;}
    .zuoyou .h_left{width: 100%;margin-top: 20px;}
    .ser_list li a{padding: 20px 0;}
    .ser_list li .coms{padding: 0;}
    .cooper_ul li{width: 23%;margin-right: 2.666%;}
    .cooper_ul li:nth-child(4n){margin-right: 0;}
    .cooper_ul li:nth-child(6){margin-right: 2.666%;}
    .cooper_ul li:nth-child(18){margin-right: 2.666%;}
    .cooper_ul li:nth-child(30){margin-right: 2.666%;}
    .cooper_ul li:nth-child(42){margin-right: 2.666%;}
    
}


@media (min-width:992px) and (max-width:1024px){
    .banner{height: 250px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
    .banner img{width: auto;height: 100%;}
}

@media (min-width:1024px) and (max-width:1280px){
    .right_ul2 li{margin-right: 5px;}
    .right_ul2 li a{padding: 8px 12px;}
}
