﻿
/*
 * Project Name:原域;
 * Author:禾火;
 * Date:2017-11-09;
*/

body{
    background: #fff;
}

.header{
    background: #fff;
}


/* product */
.Inside_item{
    width: 100%;
    margin: 129px auto 0;
    overflow: hidden;
}

.Inside_all{
    width: 90%;
    margin: 0 auto;
}

.pro_system{
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.pro_system .pro_1{
    width: 100%;
    margin: 0 auto;
}

.pro_system .pro_1 img{
    width: 100%;
}

.pro_system .pro_2{
    width: 100%;
    margin: 0 auto;
    padding: 47px 30px;
    text-align: center;
    background: #f1f0f0;
}

.pro_system .pro_2 h3{
    font-size: 23px;
}

.pro_system .pro_2 span{
    display: block;
    margin: 20px 0;
    font-size: 16px;
}

.pro_system .pro_2 p{
    margin-bottom: 5px;
    color: #333;
}

.pro_color{
    width: 100%;
    margin: 50px auto 30px;
    text-align: center;
}

.yy_title{
    font-size: 30px;
    margin-bottom: 50px;
}

.pro_color li{
    display: inline-block;
    width: 50%;
    margin-left: -4px;
    margin-bottom: 20px;
    padding: 0 10px;
}



.pro_color li img{
    position: relative;
    display: block;
    width: 100%;
}

.pro_color li .pro_model{
    position: absolute;
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 100%;
    top: 0;
    left: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}

.pro_color li .pro_model p{
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 17px;
    padding: 0 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.pro_color li:hover .pro_model{
    opacity: 1;
}

.pro_info{
    width: 100%;
    padding-top: 42px;
    padding-bottom: 10px;
    text-align: center;
}

.pro_info p{
    margin-bottom: 10px;
}

.pro_info ul{
    margin: 60px 0 0;
}

.pro_info li{
    display: inline-block;
    margin-left: -4px;
    margin-bottom: 40px;
    vertical-align: top;
    padding: 0 20px;
}

.pro_info li img{
    width: 100%;
}

.pro_allImg{
    width: 100%;
    margin: 0 auto;
    background: #91b7b1;
}

#gallery-wrapper {
    position: relative;
}

.white-panel {
    position: absolute;
}

.white-panel img{
    width: 100%;
}

@media screen and (min-width: 1600px){
    .Inside_all{
        width: 70%;
    }
}
/* product  end */

/* case */

.case_allImg .white-panel img{
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.case_allImg .white-panel:hover img{
    opacity: 0.6;
}

.white-panel p{
    margin: 20px;
}

.aboutOne{
    width: 680px;
    margin: 0 auto;
    padding: 30px 0 0;
    text-align: center;
}

.ab_Item{
    width: 100%;
    margin: 0 auto;
}

.Inside_all img{
    display: block;
    width: 100%;
}

.Inside_all .white-panel .pro_model{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}

.Inside_all .white-panel .pro_model p{
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 17px;
    padding: 0 20px;
    margin: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.Inside_all .white-panel:hover .pro_model{
    opacity: 1;
}

.Inside_all .pro_model{}

.ab_Item .yy_title{
    font-size: 25px;
    margin: 30px 0;
}

.ab_Box{
    width: 100%;
    margin: 0 auto;
    padding: 24px 0;
}

/* .ab_Box p{
    font-size: 15px;
} */

.ab_dian{
    margin: 20px 0;
    text-align: center;
}

.ab_dian span{
    display: inline-block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin: 0 10px;
}

.ab_Box img{
    margin-bottom: 10px;
}

.aboutTwo{
    width: 680px;
    margin: 0 auto 50px;
    text-align: center;
    overflow: hidden;
}

.ab_t,.ab_i{
    width: 100%;
    margin: 0 auto;
}

.ab_i{
    padding-top: 20px;
}

.ab_i p{
    margin-bottom: 10px;
    /* font-size: 16px; */
}

.ab_i img{
    margin-top: 10px;
}

.case_details{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.case_details h3{
    text-align: center;
    margin: 50px 0;
    font-size: 23px;
}

.case_details h5{
    text-align: center;
    margin: 50px 0;
    font-size: 17px;
}

.case_de_a{
    text-align: center;
}

.case_de_a p{
    margin: 20px 0;
    text-decoration: underline;
}


.case_de_t{
    width: 75%;
    margin: 0 auto;
}

.case_de_a ul{
    margin: 60px 0;
    overflow: hidden;
}

.case_de_a li{
    width: 33.33%;
    float: left;
    padding: 0 20px;
}

.case_de_a a img{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.case_de_a a img:hover{
    opacity: .5;
}

/* case  end */

/* contact */
.contact_item{
    width: 680px;
    margin: 0 auto;
}

.information{
    margin: 60px 0 40px;
    text-align: center;
}

.information img{
    width: 25px;
    margin: 0 auto;
}

.information h3{
    margin: 32px 0 24px;
}

.line-con{
    display: block;
    width: 20px;
    height: 1px;
    margin: 0 auto;
    background: #939598;
    margin-bottom: 20px;
}

.information p{
    color: #333;
    line-height: 28px;
}

.message{
    padding: 0 50px;
}

.message input,.message textarea{
    width: 100%;
    font-size: 15px;
    border: 1px solid #939598;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.message textarea{
    height: 211px;
}

.flex-send button{
    background: none;
}

.flex-send{
    text-align: right;
    margin-bottom: 40px;
}

.flex-send button{
    cursor: pointer;
}

.flex-send button:hover{
    opacity: 0.7;
}

.flex-send span{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-left: 8px;
    color: #333;
}

.flex-send span.circle{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f1f1f1;
}
/* contact  end */