/*product*/
.product{
    padding: 0 0 50px 0;
}
/*标题一*/

.title a{
    color: #333333;
}
.title a:hover{
    color:#125cb3;
}

.title-five{
    font-size:30px;
    color:#222;
    padding: 10px 25px 26px;
}
.title-five a{
    color: #333333;
}
.title-five a:hover{
    color:#2196F3;
}

.one p{
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #222;
}
.introduce {
    background-color: #fff;
    width: 100%;
    min-height: 200px;
    text-align: center;
    padding: 80px 0 50px;
}

.index-edit:nth-child(odd){
    background:#F6FAFD;
}
.introduce-edit{
    overflow: hidden;
    padding:70px 0;
}
.index-edit:nth-child(odd) .introduce-edit .home-page-img,.index-edit:nth-child(even) .introduce-edit .home-page-content{
    float: right;
}

.index-edit:nth-child(odd) .introduce-edit .home-page-content,.index-edit:nth-child(even) .introduce-edit .home-page-img{
    float: left;
}

.introduce-edit .home-page-img{
    width:58%;
    text-align: center;
}
.introduce-edit .home-page-content{
    width:37%;
}
.introduce-edit li{
    padding:5px 0;
    color: #666666;
    font-size: 0;
}
.introduce-edit li .home-page-spot{
    width:10px;
    height:10px;
    display:inline-block;
    border-radius:50%;
    background:#6FB51F;
    margin:10px;
}
.introduce-edit li a{
    text-decoration: underline;
    color: #2196F3;
    padding-left:33px;
}
.introduce-edit li .home-page-main{
    display:inline-block;
    line-height:26px;
    vertical-align:top;
    font-size:14px;
    width:400px;
}
.introduce-edit img{
    max-width:100%;
}


.youshi{
    background-color:#F6FAFD;
    padding-bottom:30px;
}

.youshi-table{
    border-spacing: 0;
    background:#fff;
}
.youshi-table td{
    width:33.33%;
}
.youshi-table td.text-td{
    padding:20px 30px;
    background:#F8F8F8;
}
.youshi-table td.text-td div{
    font-size:22px;
    color:#333;
    padding-bottom:20px;
}
.youshi-table td.text-td p{
    font-size:15px;
    color:#333;
    line-height:30px;
}


.introduce-two {
    margin: 0 auto;
    overflow: hidden;
}
.introduce-two>span {
    display:block;
    float: left;
    width: 25%;
    padding: 0px 3%;
    text-align: center;
}
.introduce-two>span img {
    margin: 34px 0px;
}
.title-three {
    font-size: 26px;
    color: #313131;
}
.introduce-two>span p {
    line-height: 28px;
    font-size: 14px;
    color: #444;
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
    padding: 18px 0px 50px;
}


.founction-one-ul {
    overflow: hidden;
}
.founction-one-ul li {
    float: left;
    width: 16.66%;
    text-align: center;
    padding: 30px 0;
}
.founction-one-ul li div {
    font-size: 16px;
    padding: 20px 0;
    color: #333;
    font-weight: 600;
}


.introduce-four{
    padding: 30px 0px 50px;
    overflow: hidden;
}
.introduce-four .four-left {
    float: left;
    vertical-align: middle;
}
.introduce-four .four-right {
    width: 600px;
    float: right;
    vertical-align: middle;
}
.introduce-four .four-right>div {
    margin: 20px 0;
    padding: 12px 0;
}
.value-right {
    float: right;
    width: 500px;
    margin: -10px 0;
}
.value-right p {
    line-height: 28px;
    color: #555;
    font-size: 15px;
    padding: 10px 0;
}