﻿
/* 头部 */
.layout{
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
}
.header{
    width: 100%;
    display: block;
    min-width: 1200px;
    background: #31a4f2;
}
.header_title{
    overflow: hidden;
    background: #31a4f2;
}
.header_title .header_logo{
    padding:20px 0px;
}
.header_title .header_list{
    margin-top: 40px;
    /* background: red; */
}
.header_title .header_list li{
    margin: 0px 10px;
    transition:.1s;
    display:inline-block;
    text-align:center;
    padding-bottom: 35px;
    box-sizing: border-box;
}

.header_title .header_list li a{
    color: #fff;
}
.header_title .header_list li:hover{
    font-weight: bold;
    border-bottom: 5px solid #fff;
}
.header_title .header_list li:nth-child(1){
    width: 60px;
}
.header_title .header_list li:nth-child(2){
    width: 85px;
}
.header_title .header_list li:nth-child(3){
    width: 85px;
}
.header_title .header_list li:nth-child(4){
    width: 80px;
}
.header_title .header_list li:nth-child(5){
    width: 55px;
}
.header_title .header_list li:nth-child(6){
    width: 110px;
}
.header_title .header_list li:nth-child(7){
    width: 100px;
}

/* toutu */

.branner{
    overflow: hidden;
    min-width: 1200px;
    max-width: max-content;
    margin: 0 auto;
}
.branner img{
    width: 100%;
    min-width: 1200px;
}






/* 模块标题 */

.zhuanti{
    /* overflow: hidden; */
    position: relative;
    /* background: red; */
    height: 40px;
    padding-bottom: 20px ;
    border-bottom: 1px solid #e1e1e1;
    margin: 20px 0;
}

.zhuanti .timu{
    text-align: center;
    position: relative;
  
}
.zhuanti .timu h2{
    color: #1b8fe8;
    font-size: 30px;
    font-weight: bold;
}
.zhuanti .timu h3{
    color: #1b8fe8;
    font-size: 30px;
    font-weight: bold;
}


.zhuanti .timu h2::after{
    content: "";
    display: block;
    position: absolute;
    left: 46%;
    top: 50px;
    width: 100px;
    height: 20px;
    background: url(../images/标题下方装饰.png) no-repeat center center;
}

.more{
    position: absolute;
    right: 0;
    top: 10px;
    font-weight: bold;
  
}










.lianxiwomen_list{
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}

.lianxiwomen_list li{
    margin-top: 20px;
    width: 390px;
    height: 350px;
    /* background: red; */
}

.lianxiwomen_list li .text_bi{
    display: block;
    background: url(../img/文字下的蓝底.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 20px 30px;
    height: 192px;
}
.lianxiwomen_list li:nth-last-child(3n){
    margin-left: 0;
    margin-right: 15px;
}
.lianxiwomen_list li i{
    display: block;
    margin-bottom: 25px ;
    text-align: center;
}
.lianxiwomen_list li p{
         font-size: 16px;
   }
   .lianxiwomen_list li h4{
    text-align: center;
    padding:20px 0;
    color: #ff4a0e;
}
.lianxiwomen_list li:nth-last-child(3n-1){

}

.lianxiwomen_list li:nth-last-child(3n-2){
    margin-left: 15px;
    margin-right: 0px;
}




/* 留言板 */

.liuyanban h3{
    text-align: center;
    padding:10px 0;
    color: #fff;
    background: #4da5e2;

}
.liuyanban{
    box-shadow: 0px 0px 30px -20px #000;
    overflow: hidden;
    margin-bottom: 40px;
}

.liuyan_from p{
    width: 740px;
    overflow: hidden;
    margin: 10px auto;
    overflow: hidden;
    /* background: red; */
    
}
.liuyan_from p label{
    width: 70px;
    display: block;
    margin: 7px 0;
    float: left;
    text-align: center;
    line-height: 20px;
}
.liuyan_from p label {
 
}
.liuyan_from p input{
    width: 645px;
    padding:0 10px;
    display: block;
    font-size: 20px;
    height: 40px;
    border: 1px solid rgb(216, 216, 216);
    float: right;
}
.liuyan_from p textarea{
    width: 645px;
    padding:10px 10px;
    display: block;
    font-size: 20px;
    font-family: "heiti";
    overflow-x:visible;
    overflow-y:visible;
    height: 113px;
    border: 1px solid rgb(216, 216, 216);
    resize:none; 
    float: right;
}

.liuyan_from button{
    width: 252px;
    overflow: hidden;
    display: block;
    padding: 10px 10px;
    margin: 20px auto;
    font-size: 20px;
    cursor: pointer;
    background: #2284c7;
    border-radius: 30px;
    color: #fff;
} 






















/* 底部 */
        .ent{
            background: #000;
            width: 100%;
            height: 200px;
            min-width: 1200px;
            padding-bottom: 70px;
           
        }
        .uls{
            width:626px;
            margin: 0 auto;
            padding: 40px 0;
            overflow: hidden;
            text-align: center;
        }
        .uls li{
            padding: 0 20px;
            height: 14px;
            border-left: 1px solid #fff;
            line-height: 14px;
        }
        .uls li:first-child{
            border: none;
        }
        .uls li a{
            color: #fff;
        }
        .bor{
            border-bottom: 1px solid #e1e1e1;
        }

