@import url("https://fonts.googleapis.com/css?family=Lato:100,300,300i,400,400i,700,700i,900,900i|Open+Sans:300,400,400i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Otomanopee+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,200;0,300;0,400;1,200&display=swap");

@import url("https://fonts.googleapis.com/css?family=Calibri:400,500,600&display=swap");
* {
  box-sizing: border-box;
}

@font-face {
  font-family: "LinearIcons";
  src: url("../assets/fonts/linearIcons.eot");
  src: url("../assets/fonts/linearIcons.eot") format("embedded-opentype"), url("../assets/fonts/linearIcons.woff2") format("woff2"), url("../fonts/linearIcons.woff") format("woff"), url("../assets/fonts/linearIcons.ttf") format("truetype"), url("../assets/fonts/linearIcons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    visibility: visible;
    font-family: 'pingfang SC','helvetica neue','hiragino sans gb','microsoft yahei ui','microsoft yahei',arial,sans-serif;
    color: #111;
    letter-spacing: 0;
  }
  
p{
    margin-bottom: 10px;
}

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 400;
    margin-top: 0;
    font-family: 'pingfang SC','helvetica neue','hiragino sans gb','microsoft yahei ui','microsoft yahei',arial,sans-serif;
  }

  ul,li{
      list-style: none;
  }

.b-header{
    background: #fff;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 5px 5px -5px #bbb;
}

.b-header .b-logo img{
    max-height: 58px;
}
.b-header .b-logo{
    padding: 11px;
    flex-grow: 1;
    order: 1;
}

.b-header .b-nav{
    display: flex;
    font-size: 16px;
    color: #111;
    font-weight: bold;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
}
/*
.b-header .b-nav li{
    padding: 10px 0px;
    background: #fff;
    position: relative;
}
.b-header .b-nav li:hover{
    text-decoration: none;
    background: #eb4c24;
    color: #fff;
    cursor: pointer;
}
.b-header .b-nav li:hover a{
    color: #fff;
}
.b-header .b-nav li a{
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #111;
    padding-left: 20px;
    padding-right: 20px;
}
*/
.b-header .b-nav li a:hover{
    text-decoration: none;
}

.b-header .b-nav .b-search i{
    color: #111;
    font-size: 20px;
}

.b-down{
    position: relative;
}

.b-down .b-two{
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    padding-left: 0px;
    background: #da251c;
}
.b-down:hover .b-two{
    display: block;
}

.b-down .b-two a{
    line-height: 30px;
}

.b-header .b-nav li ul dd a{
    line-height: 30px;
}

.b-banner{
    padding: 0px;
}


.b-footer{
    padding: 80px 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    background: #f5f5f5;
    border-top: 3px solid #da251c;
    position: relative;
}

.b-footer p{
    margin-bottom: 10px;
}

.b-footer h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.b-footer a{
    color: #333;
}

.b-footer .btn-primary{
    background: #da251c;
    border: none;
    padding: 3px 15px;
}

.bq{
    background: #333;
    padding: 10px 0px;
    color: #fff;
}

.bq a{
    color: #fff;
    padding-left: 20px;
}

.b-nav .b-search{
    line-height: 80px;
    text-align: center;
    flex: 1;
    cursor: pointer;
    flex-grow: 1;
    order: 3;
}

@media (max-width:992px){
    .b-nav .b-search{
        display: none;
    }
}


.pc-{
    display: block;
}

.m-{
    display: none;
}
@media (max-width:992px){
    .pc-{
        display: none;
    }
    .m-{
        display: block;
    }
}

.top{
    background: #333;
    height: 36px;
}
.top .left{
    line-height: 36px;
    color: #fff;
}

.top .right{
    float: right;
    line-height: 36px;
    color: #fff;
    padding-right: 25px;
}
.top .right a{
    padding-right: 15px;
}

@media (max-width:992px){
    .top .left{
        display: none;
    }
    .top .right{
        padding-right: 0px;
    }
}


.homepro{
    padding-top:80px;
    margin-bottom: 50px;
}
.homepro h2{
    font-size: 36px;
    font-weight: bold;
}
.homepro .dec{
    color: #666;
    font-size: 17px;
    padding-top: 15px;
    margin-bottom: 40px;
}

.cpimg{
    border: 1px solid #eee;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cpimg img{
    transition: all .5s;
}
.cpimg img:hover{
    transform: scale(1.1);
}

.homecp{
    margin-bottom: 30px;
}

.more a{
    padding: 8px 35px;
    background: #da251c;
    color: #fff;
    border-radius: 5px;
    transition: all .5s;
}

.more a:hover{
    background: #111;
}

.homeabout{
    padding: 100px 0px;
    background: #f9f9f9;
}

.homeabout h2{
    font-size: 36px;
    font-weight: 700;
}

.homeys{
    padding: 100px 0px;
    background: url(../images/bg1.jpg) no-repeat;
}

.homeys .ys1{
    text-align: left;
}

.homeys .ys2{
    text-align: center;
}

.homeys .ys3{
    text-align: right;
}

.homeys .ys1 img,.homeys .ys2 img,.homeys .ys3 img{
    width: 100%;
    height: auto;
    max-width: 386px;
}

@media (max-width:768px){
    .homeys{
        padding: 50px 0px;
        background: #666;
        margin-bottom: 0px;
    }
    .homeys .ys1 img,.homeys .ys2 img{
        margin-bottom: 20px;
    }
    .homeys .ys1{
        text-align: center;
    }
    .homeys .ys3{
        text-align: center;
    }
}


.homecp .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.homecp .date{
    font-size: 14px;
    color: #666;
}
.homepro .newmore span{
    background: #999;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 14px;
    color: #fff;
    transition: all .5s;
}
.homepro .newmore span:hover{
    background: #da251c;
}