@CHARSET "UTF-8";
*{
    margin:0px;
    padding: 0px;
    font-size: 12px;
}
a:link,a:visited{
    color: #262e38;
    font-size: 14px;
    text-decoration: none;
}
a:hover{
    color: orange;
}
.flex{
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.main{
    min-width: 1300px;
    width: 100%;
    height:100%;
}


.foot_nav_td a:link,.foot_nav_td a:visited,.foot_nav_td{
    color: #999;
    line-height: 22px;
    font-size: 14px;
}
.foot_nav_td a:hover{
    color:orange;
}
.foot_nav_th{
    font-weight: bold;
    color: #666;
    font-size: 14px;
    line-height: 30px
}
.foot_nav{
    width: 1300px;
    justify-content: space-around;
    margin: auto;
    padding: 20px;
    align-items: flex-start;
}

.company_display{
    width: 100%;
}
.company_title{
    width: 100%;
    font-size: 30px;
    line-height: 50px;
    color: #999;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 70px;
}
.company_img{
    width: 100%;
}
.company_img img{
    width: 367px;
    height: 231px;
    overflow: hidden;
    margin: 13px;
}
.foot_print_form{
    position: absolute;
    top:250px;
    width: 100%;            
}
.foot_print_form input,.foot_print_form textarea{
    width: 275px;
    min-height: 50px;
    /*color: red;*/
    margin:10px;
    border:none;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    
}
.foot_print_form input::-webkit-input-placeholder,.foot_print_form textarea::-webkit-input-placeholder{
    color:red;
}
.foot_print_form input:-moz-placeholder,.foot_print_form textarea:-moz-placeholder{
    color:red;
}
.foot_print_form input::-moz-placeholder,.foot_print_form textarea::-moz-placeholder{
    color:red;
}
.foot_print_form input:-ms-input-placeholder,.foot_print_form textarea:-ms-input-placeholder{
    color:red;
}
.foot_print_form span{
    cursor: pointer;
    width: 172px;
    height: 50px;
    background: red;
    color:#fff;
    border-radius: 5px;
    font-size: 18px;
}
.blog_more{
    width: 190px;
    height: 50px;
    border:solid 1px #999;
    border-radius: 50px;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    color: #999;
    margin-top: 20px;
    margin-bottom: 20px;
}
.recommend_item{
    height: 50%;
}
.recommend_img{
    width: 245px;
    height: 132px;
    overflow: hidden;
}
.recommend_img img{
    width: 100%;
    height: 100%;
}
.recommend_title{
    height: 55px;
    width: 100%;
    text-align: center;
    line-height: 25px;
}
.blog_recommend{
    height: 375px;
}
.blog{
    max-width: 1550px;
    margin:auto;
    justify-content: space-between;
}
.blog_content{
    width: 500px;
    flex-direction: column;
    justify-content: flex-start;
    height: 90px;
}
.blog_title{
    height: 18px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color:#282828;
    overflow: hidden;
}
.blog_excerpt{
    width: 100%;
    color: #9b9b9b;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}
.blog_slider{
    width: 580px;
    position: relative;
}
.blog_slider img{
    width: 580px;
    height: 375px;
}
#blog_slider{
    width: 580px;
} 
.blog_list{
    width: 620px;
    flex-direction: column;
}
.blog_list_item{
    width: 600px;
    height: 120px;
    justify-content: space-around;
    border-bottom: solid 1px #ccc;
}
.blog_date{
    width: 82px;
    height: 90px;
    background-color: #c0c0c0;
    flex-direction: column;

}
.blog .sy-pager{
    bottom: 10px;
    z-index: 99;
    position: absolute;
    width: auto;
    right: 0px;
    /*text-align: right*/ 
}
.blog .sy-pager li,.blog .sy-pager a{
    border-radius: 0px;
}
.blog .sy-caption-wrap{
    right:auto;
    width: 100%;
    left: auto;
    border-radius: 0px;
    bottom: 0px;
}
.blog .sy-caption{
    left:auto !important;
    border-radius: 0px !important;
    padding: 15px !important;
}
.blog_day{
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    color:#fff;
}
.blog_my{
    height: 20px;
    font-size: 12px;
    line-height: 12px;
    color: #fff
}
.blog_recommend{
    width: 250px;
}
.blog_type div{
    padding: 5px 10px;
    border-radius: 10px;
    border:1px solid #ccc;
    color: #ccc;
    margin:10px;
}
.blog_type_select{
    border:none !important;
    color: #fff !important;
    background-color: #ce251f;
}
.blog_type{
    width: 100%
}
.blog{
    width: 100%;

}
.why_content{
    max-width: 1600px;
    width: 100%;
    margin:auto;
}
.why_item{
    width: 20%;
    height: 180px;
    float: left;
    text-align: center;
    padding: 10px;
}
.why_text{
    font-size: 16px;
    color: #282828;
    width: 200px;
    margin:8px auto;
}
.why_item:nth-child(odd){
    background-color: #fff;
}
.why_item:nth-child(even){
    background-color: #efefef
}
.why_title{
    width: 100%;
    font-size: 50px;
    color: #666;
    text-align: center;
    line-height: 100px;
    padding-top: 50px;

}
.why_choose{
    width: 100%
}
.index_products{
    position: relative;
}
.product_text1{
    font-size: 40px;
    color: #fff;
    font-family: "Arial";
    line-height: 40px;
    font-weight:normal
}
.product_text2{
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
}
.product_text{
    position: absolute;
    left: 80px;
    top: 90px;
}
.product{
    width: 25%;
    float: left;
}
.product img{
    width:100%;
}
.product_text3 div{
    height:34px;
    line-height: 34px;
    padding-left:5px; 
    padding-right:5px; 
    border:1px solid #fff;
    float: left;
}
.about_us{
    background: url(../../../public/assets/images/yun.jpg) center center;
    height: 795px;
    flex-direction: column;
}
.header{
    justify-content: space-around;
    position: fixed;
    top: 0;
    z-index: 99;
    background:rgba(255,255,255,0.6);
    width: 100%
}
.nav{
    width: 40%;
    justify-content: space-around;
}
/*.nav a:link,.nav a:visited{
    color: #262e38;
    font-size: 14px;
}*/
.home-slider .sy-pager{
    margin-top: -40px;
    z-index: 99;
    position: absolute;
}
.mid{
    height: 118px;
    background-color: #f7f7f7;
}
.mid_content{
    max-width: 1550px;
    width: 100%;
    justify-content: space-around;
}
.mid .item{
    height: 118px;

}
.mid_line{
    border-right: 1px solid #ebebeb;
    height: 118px;
}
.mid .item1{
    font-size: 26px;
    font-weight: bold;
    color: #ce251f;
}
.mid .item2{
    width: 550px;
    justify-content: space-around;
}
.item2_title{
    font-weight: bold;
    color: #818181;
    font-size: 15px;
}
.item2_content{
    font-size: 23px;
    font-weight: bold;
    color: #818181;
}
.item3{
    flex-direction: column;
    color: #818181;
    font-size: 12px;
    line-height: 13px;
}
.item3 img{
    margin:5px;
}
