﻿#banner{
    max-width:1920px;
    margin:0 auto;
    z-index:-1;
}
#about {
    width: 100%;
    padding-top: 50px;
    height: 420px;
}
.about_l{
    float:left;
    width:45%;
}
.about_l_title {
    width: 100%;
    border-bottom: 1px solid #cecece;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
}
.about_l_tip {
    width: 100%;
    color: #c21026;
    font-size: 18px;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
}
.about_l_txt {
    width: 100%;
    line-height: 30px;
    text-align: justify;
}
.about_l_more div{
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #9e9e9e;
    display:block;
    margin-top:20px;
    cursor:pointer;
}
.about_l_more a {
    text-decoration: none;
    color: #fff;
}
.about_l_more i {
    font-size: 10px;
    color: #fff;
    margin-left:10px;
}
.about_r {
    float: right;
    text-align: center;
    width: 45%;
}
#types{
    width:100%;
    height:630px;
}
.types_li{
    float:left;
    margin-left:1%;
    margin-top:10px;
    width:32%;
    height:300px;
    cursor:pointer;
}
.types_li_div {
    /*display:none;*/
    width: 100%;
    height: 300px;
   /* background: #3f3a37;*/
}
.types_li1 {
    padding: 20px 0 0 27px;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
}
.types_li2 {
    margin: 0px 0 0 28px;
    color: #fff;
}
.types_li3 {
    margin: 0px 0 0 28px;
    font-size: 18px;
    color: #fff;
}
#links{
    width:100%;
    min-height:300px;
    margin:30px 0;
}
#links_tip {
    width: 100%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
}
#links_img{
    width:100%;
    text-align:center;
}
#links_info{
    width:100%;
    height:120px;
}
.links_li{
    width:18%;
    height:100px;
    float:left;
    margin-left:2%;
    margin-top:10px;
}
.box{
    width:200px;
    float:left;
}
.box-img {
    width: 180px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ADADAD;
    margin:5px 0 0 5px;
}
.box-img img{
    width:100%;
}
.box-more{
    width:150px;
    height:30px;
    line-height:30px;
    text-align:center;
    display:block;
    margin:0 auto;
    color:#000;
    font-size:16px;
    margin-top:30px;
}
.links_tip {
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    height: 60px;
    line-height: 60px;
    margin-bottom:30px;
}
#values {
    width: 100%;
    height: 700px;
}
.values_tip {
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    height: 60px;
    line-height: 60px;
}
.values_info{
    width:100%;
    height:430px;
}
.values_li {
    float: left;
    width: 18%;
    margin: 30px 0 0 2%;
    text-align: center;
    cursor:pointer;
}
.values_li_img {
    width: 175px;
    height: 125px;
    background: #9e9e9e;
    border-radius: 87.5px;
    margin:0 auto;
    padding-top:50px;
}
.values_li_tip {
    margin: 20px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    height: 60px;
}
.values_li_txt{
    line-height:25px;
}
#values_img{
    width:100%;
    height:240px;
}
#news{
    width:100%;
    height:400px;
}
.news_li {
    width: 100%;
    height: 100px;
    margin-top: 20px;
    display: block;
}
.news_li_l {
    float: left;
    width: 200px;
    text-align: center;
    height: 100px;
}
.news_li_r {
    float: right;
    width: 1000px;
    height: 100px;
}
.news_li_r_tip {
    width: 100%;
    font-size: 16px;
    color: #3f3a37;
    line-height:30px;
    font-weight:bold;
    height:60px;
}
.news_li_r_txt {
    width: 100%;
    color: #3b3b3b;
    line-height:25px;
    height:80px;
}
.news_li_r_but {
    width:100%;
    height:30px;
}
.news_li_r_but a{
    text-decoration: none;
    color:#ccc;
    text-align:center;
    line-height:30px;
    border:1px solid #ccc;
    display:block;
    height:30px;
    width:80px;
    border-radius:20px;
    float:right;
    margin-right:20px;
}
.news_li_r_but a:hover{
    border:1px solid #C30D23;
    color:#C30D23;
}
.new_list_more{
    width:100%;
    height:40px;
}
.new_list_more_border {
    width: 85%;
    float: left;
    height: 5px;
    margin-top: 13px;
    border: 1px solid #C30D23;
    border-radius: 5px;
}
.new_list_more_a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #C30D23;
    float: right;
    color: #C30D23;
    
}