@charset "UTF-8";
header{
    height: 110px;
}
/*products*/
.content{
    margin: 40px 0 40px 0;
    background: #000;
}

.product_list{
    width: 100%;
}
.product_list li{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background: #fff;
    margin-bottom: 20px;
}
.product_list li:nth-child(even) .pro_left{
    float: right;
}
.product_list li .pro_left{
    display: table;
    width: 60%;
    float: left;
    overflow: hidden;
    background: #000;
}
.product_list li .pro_left img{
    transition-duration: .8s;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
}
.product_list li:hover .pro_left img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.product_list li .pro_font{
    display: table;
    width: 40%;
    float: left;
    height: 100%;
    padding: 20px;
}
.pro_font h5{
    color:#666666;
    font-size: 15px;
    line-height: 40px;
}
.pro_font h2{
    color: #333;
    font-size: 1.9rem;
    line-height: 1.8rem;
    margin: 20px 0 40px 0;
}
.pro_list-mo{
    width: 45px;
    height: 45px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    display: block;
    line-height: 45px;
    text-align: center;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.pro_list-mo:hover{
    opacity: 0.8;
}

/*pro-list*/
.pro-li{  
    margin-right: -20px;
}
.pro-li li{
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
}
.pro-li-box{
    margin-right: 20px;
    height: 100%;    
  background:#fff;
}
.pro_left{
    width: 40%;
    display: table;
    float: left;
    height: ;
	margin-right: 0.7rem;
}
.pro_left a{
	height:100%;
}
.pro_li-font{
    width: 100%;
    display: table;
    float: left;
    height: 100%;
    background: #fff;
    padding: 20px;
}
.pro_li-font h2{
    color: #333;
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 30px;
    max-width: 1160px;
    text-align: center;
}
.pro_li-font h2 a{
    word-wrap: break-word;
}

/*products_detail*/
.pro_detail{
    width: 100%;
    padding-top: 50px;
}
.products_detail{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pro_det-dpic{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background: #fff;
    -webkit-box-flex: 0;
}
.pro_det-dpic .pro_li-font h2.pro-name{
    margin: 0 0 15px 0;
}

.pro_xq{
    background: #fff;
    padding: 0;
}
.pro_xq-box tr td{
    border: 1px solid #d1d1d1 !important;
}
.pro_xq-box p{
	color:#555!important;
}


/*about*/
.about-main{
    padding: 120px 0;
}
.about-main h2{
    color: #fff;
    font-size:38px;
    text-align:center;
    line-height: 50px;
    padding-bottom: 40px;
}
.about_left{
    display: table;
    width: 40%;
    float: left;
}
.about_left img{
    width: 100%;    
}
.about-main p{
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}
.about_right{
    display: table;
    height: 100%;
    width: 60%;
   padding-left: 20px;
    text-align: justify;
    text-justify:inter-ideograph;
}


/*contact*/
.contact-main{
    padding:20px 0 60px;
}
.contact_left{
    float: left;
    width: 100%;
    text-align: center;
}
.contact_left h3{
    color: #fff;
    font-size: 26px;
    line-height: 42px;
    margin-top: 20px;
}
.contact_left p,.contact_left p a{
    color: #fff;
    font-size: 18px;
    line-height: 42px;
}

.contact_right{
    float: right;
    width: 100%;
}
.contact_right input,.contact_right textarea{
    width: 100%;
    height: 50px;
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: none;
    line-height: 28px;
    color:#fff;
    border-radius: 0px;
    padding: 11px 0;
    background-color: #181818;
    font-family: PlainLight, sans-serif;
    font-weight: 400;
    padding-left: 20px;
}
.contact_right textarea{
    min-height:100px;
    max-height:100px;
    max-width:100%;
    min-width:100%;
}
.contact_right button{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    min-width: 180px;
    margin-top: 20px;
    padding: 0px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: PlainLight, sans-serif;
    color: #000;
    font-size: 10px;
    line-height: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact_map{
    width: 100%;
    background: #fff;
    height:600px;
}
.contact_map .container{
    background: url(../images/map.jpg) no-repeat center center;
    height:600px;
    position: relative;
}
.contact_map img{
    position: absolute;
    right: 238px;
    top: 205px;
    z-index: 99;
    -webkit-animation: iconFloat 1.5s infinite linear;
    -moz-animation: iconFloat 1.5s infinite linear;
    -ms-animation: iconFloat 1.5s infinite linear;
    -o-animation: iconFloat 1.5s infinite linear;
    animation: iconFloat 1.5s infinite linear;
}
.contact_map .map2{ 
  right: 245px;
    top: 305px;
}

@-webkit-keyframes maptil {
    0% { top: 195px; }
    50% { top: 205px; }
    100% { top: 195px; }
}
@-moz-keyframes maptil {
    0% { top: 195px; }
    50% { top: 205px; }
    100% { top: 195px; }
}
@-o-keyframes maptil {
    0% { top: 195px; }
    50% { top: 205px; }
    100% { top: 195px; }
}
@keyframes maptil {
    0% { top: 195px; }
    50% { top: 205px; }
    100% { top: 195px; }
}