/* 
* @Author: Marte
* @Date:   2021-11-30 20:15:42
* @Last Modified by:   Marte
* @Last Modified time: 2022-08-12 22:29:55
*/
body{
    background-color: #fff;
    font-family:"楷体";
}
.layui-fluid{
    padding:0;
}
.nav{
    height:80px;
    line-height: 80px;
    text-align: center;
    font-size: medium;
}
.nav img{
    height:60px;
    width:180px;
    margin-right:20px;
}
.nav span{
    margin:0px 10px;
}
.main{
    width:1140px;
    margin:0 auto;
}
#test1 img{
    width:100%;
    height:100%;
}
.type{
    height:500px;
    text-align: center;
    padding-top: 30px;
    background-image: url("/static/images/bg1.png");
    background-position: 0;
    background-size:100% 100%;
    background-repeat: no-repeat;
}
.shi{
    height:430px;
    text-align: center;
    padding-top: 30px;
    background-image: url("/static/images/bg2.png");
    background-position: 0;
    background-size:100% 100%;
    background-repeat: no-repeat;
    color:white;
}
.shi .title{
    font-size: 20px;
}
.shi .line{
    height:2px;
    background-color: white;
    width:420px;
    margin:10px auto 0px auto;
}
.shi .title2{
    margin-top: 10px;
    font-size: 16px;
}
.type .title{
    font-size: 22px;
    font-weight: bold;
}
.type .nav{
    width:420px;
    height:4px;
    margin-top:10px;
}
.type_list{
    height:400px;
    margin-top: 80px;
}
.type_list .list{
    background-color: white;
    height:260px;
    width:180px;
    margin-left: 20px;
    border:0.5px solid rgb(235,235,235);
}
.type_list i{
    font-size: 40px;
}
.type_list .type_img{
    width:100%;
    height:170px;
}
.type_list img{
    width:100%;
    height:170px;
}
.type_list .type_title{
    height:60px;
    border-top:0.5px solid rgb(235,235,235);
    box-shadow: 0px 0px 7px 0px rgba(235,235,235);
}
.shi_list{
    margin-top: 30px;
}
.shi_list .list{
    background-color: white;
    border: rgb(50,146,221) solid 1px;
    height:260px;
    width:180px;
    margin-left: 20px;
    text-align: center;
    padding:10px;
}
.shi_list img{
    height:80px;
    width:90px;
    margin-top: 40px;
}
.shi_list h2{
    color:rgb(6, 92, 206);
    font-size: 15px;
    margin-top: 30px;
    text-align: center;
    font-weight: 600;
}
.shi_list p{
    line-height: 20px;
    font-size: 13px;
    margin-top:10px;
    color:rgb(77, 77, 77);
}
.sevice{
    padding-top:20px;
    width:871.6px;
    margin: 10px auto 0px auto;
}
.sevice .l_img{
    height:100%;
    width:380px;
}
.sevice .l_img img{
    height:100%;
    width:100%;
}
.sevice .r_text{
    height:100%;
    width:470px;
}
.l_h{
    height:230px;
}
.r_text .text{
    margin-top: 60px;
    text-align: center;
    padding-top: 20px;
    border-top:dashed 1px;
}
.r_text .text p{
    margin-top: 20px;
    text-align: left;
}
.r_text .text h2{
    color:rgb(79, 94, 123);
}
.news .title{
    font-size: 22px;
    font-weight: bold;
}
.news .nav{
    width:420px;
    height:4px;
    margin-top:10px;
}
.news{
    height:450px;
    width:871.6px;
    text-align: center;
    padding-top: 30px;
    margin: 10px auto 0px auto;
}
.img_left{
    position:relative;
    width:48.5%;
    height:350px;
}
.news_right{
    width:48.5%;
    margin-left:2%;
    height:350px;
}
.news_right .line{
    height:87.6px;
    border-bottom: solid 1px rgb(181,181,181);
    text-align: left;
}
.img_left img{
    height:350px;
    width: 100%;
}
.img_left span{
    display: inline-block;
    padding:5px 10px;
    width:90%;
    color:#fff;
    position:absolute;
    bottom:10px;
    right:0px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 10px;
    letter-spacing:1.5px;
    color:rgb(239,239,239);
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
}
.news_right .line .date{
    margin-top:13px;
    height:60px;
    width:60px;
    color:rgb(102,102,102);
    background-color: rgb(240,240,240);
    text-align: center;
}
.news_right .line .date .day{
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.news_right .line .news_c{
    margin-top:13px;
    margin-left: 10px;
    width:80%;
}
.news_right .line .news_c h2{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
}
.news_right .line .news_c .content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
}
.album{
    width:1000px;
    height:300px;
    margin: 10px auto 0px auto;
}
.album .title{
    text-align: center;
    color:rgb(43,63,101);
    font-weight: 900;
}
.album div{
    font-weight: normal;
}
.album div span{
    display:inline-block;
    height:1px;
    width:200px;
    background-color: gray;
    margin-bottom: 5px;
}
.album .mr_frbox {
    height: 150px;
    line-height: 150px;
    padding: 24px 22px 0px;
}
.album .mr_frbox i{
    font-size: 45px;
}
.album .mr_frUl {
    float: left;
    height: 150px;
    width: 820px;
}
.album .mr_frUl ul li {
    display: inline;
    float: left;
    height: 150px;
    width: 200px;
    margin-right: 8px;
    overflow: hidden;
}
.album .mr_frUl ul li img {
    display: block;
    margin-bottom: 7px;
    width:100%;
    height:150px;
}
.case .tempWrap{
    width:800px;
}
.case{
    width:1000px;
    height:300px;
    margin: 10px auto 0px auto;
}
.case .title{
    text-align: center;
    color:rgb(43,63,101);
    font-weight: 900;
}
.case div{
    font-weight: normal;
}
.case div span{
    display:inline-block;
    height:1px;
    width:200px;
    background-color: gray;
    margin-bottom: 5px;
}
.case .mr_frbox {
    height: 190px;
    line-height: 190px;
    padding: 24px 22px 0px;
}
.case .mr_frbox i{
    font-size: 45px;
}
.case .mr_frUl {
    float: left;
    height: 190px;
    width: 820px;
}
.case .mr_frUl ul li {
    display: inline;
    float: left;
    height: 190px;
    width: 265px;
    margin-right: 8px;
    overflow: hidden;
}
.case .mr_frUl ul li img {
    display: block;
    margin-bottom: 10px;
    width:100%;
    height:190px;
}
.footer{
    height:110px;
    background-color: rgb(35,55,82);
    color:white;
}
.contact{
    background-position: 0;
    background-size:100% 100%;
    background-repeat: no-repeat;
    height:550px;
    z-index: 1;
    color:white;
}
.contact_l{
    background-color: rgba(35,55,82, 0.7);
    height:550px;
    z-index: 10;
}
.contact_r{
    width:871.6px;
    margin:0px auto;
    text-align: center;
    padding-top:30px;
}
.contact_n{
    width:871.6px;
    margin:0px auto;
    height:400px;
    margin-top:40px;
}
.contact_n .lianxi{
    height:360px;
    width:57%;
}
.contact_n .form{
    height:360px;
    margin-left: 1%;
    width:41%;
    background-color: #fff;
    color:#000;
}
.font_w{
    font-weight: 400;
    letter-spacing:1.5px;
    font-family:"楷体";
}
.contact_n .lianxi i{
    font-size: 20px;
    margin-right: 5px;
}
.name{
    width:48.5%;
}
.contact_n .form .input{
    height:360px;
    margin-left: 1%;
    width:41%;
    background-color: #fff;
    color:rgb(52,52,52);
}
.tong{
    border:none;
    background-color: rgb(233,233, 233);
    color:grey;
    padding:2px;
    margin-top:5px;
}
#canvas {
    float: right;
    display: inline-block;
    cursor: pointer;
}
.contact_n .form button{
    height:30px;
    line-height: 30px;
    text-align: center;
    width:90px;
    float:right;
    margin-left: 10px;
}
.layui-carousel[lay-indicator=outside] .layui-carousel-ind {
    top: 5px;
}
.layui-carousel[lay-indicator=outside] .layui-carousel-ind ul {
    background-color:transparent;
}
.layui-carousel-ind li {
    border:1px solid rgb(35,55,82);
    width:8px;
    height:8px;
}
.layui-carousel-ind li.layui-this {
    background-color: rgb(35,55,82);
}
.type_list .list .type_title div{
    height:25px;
    line-height: 25px;
    text-align: center;
    letter-spacing:1.5px;
    font-family:"楷体";
    color:rgb(35,55,82);
    font-weight: bold;
}