
* {
  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;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../assets/fonts/Roboto-Regular.ttf');
  }

body {
    line-height: 24px;
    font-size: 15px;
    font-weight: 200;
    visibility: visible;
    font-family:'Roboto-Regular','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:'Roboto-Regular','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: #899c86;
}
.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 #899c86;
    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: #899c86;
    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: 50px;
}
.top .left{
    line-height: 50px;
    color: #fff;
    font-size: 14px;
}

.top .right{
    float: right;
    line-height: 50px;
    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:120px;
    margin-bottom: 100px;
}
.homepro h2{
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
}

.homepro h2 span{
    font-size: 36px;
    font-weight: 200;
    line-height: 50px;
    padding-right: 20px;
    color: #899c86;
}

.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: 12px 25px;
    background: none;
    border:1px solid #111;
    color: #111;
    border-radius: 0px;
    transition: all .5s;
}

.more a:hover{
    background: #111;
    color: #fff;
}

.more-b a{
    padding: 12px 25px;
    background: none;
    border:1px solid #899c86;
    color: #899c86;
    border-radius: 0px;
    transition: all .5s;
}

.more-b a:hover{
    background: #899c86;
    color: #fff;
}

.homeabout{
    padding: 0px;
    background: #333;
}

.homeabout h2{
    font-size: 36px;
    font-weight: 400;
}

.homeabout .syjs{
    padding: 50px;
    color: #fff;
}
@media (min-width:1600px){
    .homeabout .syjs{
        padding-top: 120px;
    }
}


.homeys{
    padding: 100px 0px;
    /*background: url(../images/bg1.jpg) no-repeat;*/
    background: #333;
}

.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: #899c86;
}


.why{
    background: #fff;
    min-height: 200px;
    padding: 80px 0px;
}

.why h2{
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    color: #333;
    /*text-transform: uppercase;*/
}

.why .dec{
    color: #555;
    font-weight: 200;
    font-size: 16px;
}

.why .why01{
    margin-bottom: 30px;
    cursor: pointer;
}

.why .why01:hover img{
    transform:rotate(360deg);
    -webkit-transform:rotate(360deg); /* Safari和Chrome浏览器 */
    -moz-transform:rotate(360deg); /* Firefox浏览器 */
    -ms-transform:rotate(360deg); /* IE浏览器 */
    -o-transform:rotate(360deg); /* Opera浏览器 */
    transition:transform 2s; /* 过渡效果 */
}

.why .why01 .tt{
    color:#666;
    font-size: 16px;
}

.yingyong{
    padding: 120px 0px;
}

.yingyong h2{
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
}

.yingyong .dec {
    color: #666;
    font-size: 17px;
    padding-top: 15px;
    margin-bottom: 40px;
}

.yy{
    background: none;
    text-align: center;
    position: relative;
}

.yy .jtcy-wz{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #ffffff;
    padding-top: 50%;
    transition: all .5s;
    cursor: pointer;
}

.yy .jtcy-wz:hover{
    background: rgba(137, 156, 134, .8);
    padding-top: 35%;
}

.yingyong .title{
    font-size: 20px;
    color: #111;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    
}

.yy .jtcy-wz .dec{
    font-size: 14px;
    color: #fff;
    font-weight: 200;
    text-align:justify;
    display: none;
    padding-left: 15px;
    padding-right: 15px;
}

.yy .jtcy-wz:hover .dec{
    display: block;
}

.homenews{
    background: #333;
    padding: 120px 0px;
}


.homenews h2{
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
}

.homenews .dec{
    color: #fff;
    font-weight: 200;
    font-size: 16px;
}

.newSwiper .date{
    color: #666;
    font-style: italic;
    padding-top: 30px;
    padding-left: 15px;
}

.newSwiper .newtitle{
    font-size: 20px;
    padding-right: 30px;
    padding-left: 15px;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newSwiper .newdec{
    color: #666;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.lxwm .form-control{
    border-radius: 0px;
}

.lxwm .btn{
    border-radius: 0px;
}

.h-pt{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #666;
    padding-top: 50px;
}
.h-p-1{
    margin-bottom: 0px;
}
.h-p-1 img{
    max-width: 60px;
}

.h-p1{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #333;
}
.h-p2{
    
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;color: #333;
}
.h-p3{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;color: #333;
}
.h-p4{
    
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;color: #333;
}
.h-p5{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;color: #333;
}
.h-p6{
    
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;color: #333;
}
.h-p7{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;color: #333;
}
.h-p8{
    
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;color: #333;
}
.h-p9{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;color: #333;
}
.h-p10{
    
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;color: #333;
}

.bgr{
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/bj1.webp);
    background-attachment: fixed;
   
}

.h-lx{
    padding: 150px;
}
.h-lx .h-lx-1{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Times New Roman', Times, serif;
}
.h-lx .h-lx-2{
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 50px;
}
.h-lx .h-lx-3{
    text-align: center;
}
.h-lx .h-lx-3 a{
    text-align: center;
    background: #899c86;
    padding: 15px 40px;
    color: #fff;
    border-radius: 15px;
    font-family: 'Times New Roman', Times, serif;
}
.h-lx .h-lx-3 a:hover{
    background: #fff;
    color: #111;
}

.h-ab{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f5f5f5;
}

.h-ab h2{
    font-size: 36px;
    font-weight: 400;
    color: #333;
}

.h-ab .syjs{
    color: #555;
}
.h-ab .syjs p{
    line-height: 30px;
}

.h-new{
    padding-top: 80px;
    padding-bottom: 80px;
}
.h-new-1{
    background: #f9f9f9;
    padding: 50px 20px;
}
.h-new-1 .time{
    color: #999;
    font-size: 18px;
    font-style: italic;
}
.h-new-1 .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    font-size: 18px;
    color: #111;
    margin-bottom: 20px;
}
.h-new-1 .dec{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}
.h-new-1 .pic{
    overflow: hidden;
}
.h-new-1 .pic img{
    transition: all .5s;
}
.h-new-1 .pic img:hover{
    transform: scale(1.05);
}

.h-newlist{
    
    border-bottom: 1px solid #ccc;
    padding: 30px 0px;
    margin: auto 10%;
    cursor: pointer;
}
.h-newlist:first-child{
    border-top: 1px solid #ccc;
}
.h-newlist .h-n-100{
    overflow:auto;
}
.h-newlist .h-n-100 li{
    list-style-type: circle;
    font-size: 16px;
    float: left;
    width: 75%;
    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
    transition: all .5s;
}
.h-newlist .h-n-100 span{
    float: left;
    text-align: right;
    color: #999;
    font-style: italic;
    padding-right: 5px;
    width: 25%;
}
.h-newlist .h-n-d{
    overflow:auto;
    margin-top: 20px;
}
.h-newlist .h-n-d p{
    float: left;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #888;
    font-size: 14px;
    padding-left: 20px;
    transition: all .5s;
}

.h-newlist .h-n-d span{
    float: left;
    width: 25%;
    text-align: right;
    padding-top: 10px;
    color: #888;
    font-size: 24px;
    padding-right: 20px;
    transition: all .5s;
}

.h-newlist:hover .h-n-100 li{
    color: #899c86;
    padding-left: 10px;
}
.h-newlist:hover .h-n-d span{
    color: #899c86;
    padding-right: 0px;
}
.h-newlist:hover .h-n-d p{
    padding-left: 30px;
}

.ny-bg{
    background: #f5f5f5;
    padding-top: 25px;
    padding-bottom: 25px;
}
.ny-bg .position{
    font-size: 14px;
    color: #333;
}

.abtitle{
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0px;
}

.abwenben{
    line-height: 30px;
    padding-bottom: 50px;
}