
* {
  box-sizing: border-box;
}


@font-face {
    font-family: 'Figtree-Regular';
    src: url('../fonts/Figtree-Regular.ttf');
  }

body {
    line-height: 24px;
    font-size: 16px;
    font-weight: 200;
    visibility: visible;
    font-family:'Figtree-Regular',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:'Figtree-Regular',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: 66px;
}
.b-header .b-logo{
    padding: 17px;
    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: #000;
    font-size: 20px;
}

.b-down{
    position: relative;
}

.b-down .b-two{
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    padding-left: 0px;
    background: #187fc4;
}
.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: 100px 0px;
    padding-top: 50px;
    padding-bottom: 30px;
    background: #f5f5f5;
    /*border-top: 3px solid #187fc4;*/
    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: #187fc4;
    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: 100px;
    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;
    border-bottom: 1px solid #444;
}
.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:100px;
    margin-bottom: 100px;
}
.homepro h2{
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
}

.homepro h2 span{
    font-size: 36px;
    font-weight: 200;
    line-height: 50px;
    padding-right: 20px;
    color: #187fc4;
}

.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 #187fc4;
    color: #187fc4;
    border-radius: 0px;
    transition: all .5s;
}

.more a:hover{
    background: #187fc4;
    color: #fff;
}

.more-b a{
    padding: 12px 30px;
    background: #fff;
    border:1px solid #fff;
    color: #111;
    border-radius: 0px;
    transition: all .5s;
}

.more-b a:hover{
    background: #fff;
    color: #111;
}

.homeabout{
    padding: 0px;
    background: #187fc4;
}

.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: #187fc4;
}


.why{
    background: #fff;
    min-height: 200px;
    padding: 80px 0px;
}

.why h2{
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    /*text-transform: uppercase;*/
}

.why .dec{
    color: #fff;
    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:#000;
    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(24, 127, 196, .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: url(../img/bg.jpg) no-repeat;
    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;
}