﻿@charset "UTF-8";

.logo {
	width: 260px;
}
/*面包屑*/
.breadcrumb{
    width: 1250px;
    margin: 25px auto;
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.2);
    box-shadow: 0 0px 4px rgba(0,0,0,0.2);
    padding: 10px 10px 10px 40px;   
    background: #fff url(../images/home-icon.png) no-repeat 10px center;
}

/*left-main*/
.left-main{
    width: 260px;
    float: left;
}

/*right-main*/
.right-main{
    float:right;
    width: 950px;
}

/*about*/
.content{
	margin-bottom: 30px;
}
.cnav_tab{
    width: 100%;
    border-bottom:1px solid #e4e4e4;
    margin-bottom: 30px;
}
.nav_tab_main{
    width: 100%;
}
.nav_tab_main h2{
    color: #333333;
    font-size: 24px;
    margin-bottom: 10px;
}
.nav_tab-box{
    background: #fff;
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.2);
    box-shadow: 0 0px 4px rgba(0,0,0,0.2);
}
.nav_tab_main li a{
    color: #1a1a1a;
    font-size: 16px;
    line-height: 45px;
    display: block;
    padding-left: 20px;
    border-bottom: 1px solid #d9d9d9;
}
.nav_tab_main li.current a,.nav_tab_main li:hover a{
    font-weight: 700;
}

.about-main{
    width: 100%;
}
.about-main p,content,content p {
    color: #333333;
    font-size: 14px;
    line-height: 25px;
}

.aboutTil h2{
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}
.about_left p{
    color: #000000;
    font-size: 16px;
    line-height: 38px;
    padding: 15px 0;
}
.histoy{
    margin-top: 30px; 
}
.histoy ul{
    position: relative;   
}
.histoy ul::after{
    content: "";
    position: absolute;
    left: 105px;
    width: 1px;
    height: 100%;
    display: block;
    background: #7b7b7b;
    top: 0;
}
.histoy li{
    padding-bottom: 35px;
}
.histoy li h3{
    float: left;
    color: #555555;
    font-size: 18px;
    line-height: 25px;
    position: relative;
}
.histoy li h3::before,.histoy li h3::after{
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
}
.histoy li h3::before{
    width: 11px;
    height: 11px;
    background: #7b7b7b;
    left: 100px;
    top: 3px;
}
.histoy li h3::after{
    width: 17px;
    height: 17px;
    border: 1px solid #7b7b7b;
    left: 97px;
    top: 0;
}
.histoy li p{
    padding-left: 80px;
    float: left;
}

/*products*/
.pro-js{
    width: 100%;
    background: #fff;
    border-radius: 5px;
    display: block;
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.2);
    box-shadow: 0 0px 4px rgba(0,0,0,0.2);
    padding: 20px;
}
.pro-js a{
    width: 120px;
    line-height: 40px;
    height: 40px;
    background: #9ac201;
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.pro-box{
    margin-top: 20px;
}
.pro-box ul{
    margin: 0 -10px;
}
.pro-box li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.pro-box li .pro-main{
    margin:10px;
}
.pro-box .pro-pic{
    display: block;
    overflow: hidden;
    margin: 1px;
}
.pro-box .pro-pic a{
    border: 1px solid #b1b1b1;
    display: block;
    overflow: hidden;
    width: 100%;
}
.pro-box .pro-pic a img{
    transition-duration: .8s;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
}
.pro-box li:hover .pro-pic a 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);
}
.pro-box h3,.store-box h3{
    font-size: 14px;
    line-height: 35px;
    text-align: center;
}
.pro-box .li:hover h3 a{
    color:#e60012;
}

/*color*/
.color-main.pro-box ul{
    margin:-20px -10px
}
.color-main.pro-box ul li{
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.color-font{
    background: #fff;
    padding: 15px;
}
.color-font p{    
    color: #555;
    font-size: 13px;
    line-height: 22px;
}
/*color_detail*/
h2.detail-til{
    color: #333;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}
.color-detail,.color-detail p{
    color: #555;
    font-size: 15px;
    line-height: 25px;
}

/*honor*/
.honor-box .pro-box {
    margin-top: -10px;
}
.honor-box .pro-box li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

/*join*/
.join li {
    margin-bottom: 35px;
    padding: 20px;
    background: #fff;
}
.join-til {
    text-align: center;
    padding-bottom: 15px;
}
.join-til h2 {
    color: #333;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
}
.join-til span {
    color: #555;
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
    padding: 0 10px;
}

/*contact*/
.con-box{
    width: 350px;
    float: left;
}
.con-box h3{
    color: #424242;
    font-size: 20px;
    line-height: 45px;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
}
.con-box h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 2px;
    display: block;
    background: #333;
}
.con-box  p {
    color: #424242;
    line-height: 30px;
}
.con-mess{
    width:550px;
    float: right;
}
.con-mess h2{
    color: #424242;
    font-size: 18px;
    line-height: 45px;
    position: relative;
    font-weight: 700;
}
.messages .form-group input, .messages .form-group textarea {
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin: 4px 0;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    padding: 10px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 10px center;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.messages .form-group input.name1{
    width: 49%;
    float: left;
}
.messages .form-group input.tel{
    width: 49%;
    float: right;
}
.messages .form-group textarea {
    min-height: 80px;
    max-width: 550px;
    min-width: 550px;
}
#submit-button {
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #3b3b3b;
    margin: 15px 0;
    border-radius: 5px;
}

.map{
    width: 100%;
    height: 352px;
}








































/*foot*/
#footer .container{
    width: 1365px;
}