/* Header */
body{
    -webkit-font-smoothing: antialiased;
}
.graybg{
    background: #F7F7F7;
}
.whitebg{
    background: #ffffff;
}
.header{
    position: fixed;
    width: 100%;
    min-width: 1200px;
    height: 80px;
    top: 0;
    background: rgba(255,255,255,0.95);
    border-bottom: 1px solid #ebeef3;
    z-index: 100;
}
.header .container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}
.header-logo{
    width: 120px;
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.header-logo img{
    max-height: 50px;
}
.header-menu{
    margin-left: 45px;
    width: 800px;
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
}
.menu-item{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    margin: 0 25px;
    -ms-align-items: center;
    align-items: center;
}
.menu-item a{
    position: relative;
    font-size: 16px;
    color: #000;
    line-height: 40px;
    text-decoration: none;
}
.menu-item a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    border-radius: 1.5px;
    display: block;
    width: 100%;
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #d71820;
    -webkit-transition: all .2s cubic-bezier(.18,.89,.17,.88) 0s,opacity .15s ease 0s;
    -o-transition: all .2s cubic-bezier(.18,.89,.17,.88) 0s,opacity .15s ease 0s;
    transition: all .2s cubic-bezier(.18,.89,.17,.88) 0s,opacity .15s ease 0s;
}
.menu-item a:hover{
    color: #d71820;
}
.menu-item a:hover:after{
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.header-right{
    position: relative;
    width: 160px;
    height: 80px;
    display: -ms-flexbox;
    display: flex;
}
.header-right a{
    display: block;
    width: 120px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #c12528;
}
.header-right ul li{
    text-align: center;
    padding-bottom: 10px;
}
.header-right ul li p{
    font-weight: 500;
    font-size: 16px;
}
.header-right img{
    width: 180px;
}

#footer{
    padding-top: 50px;
    padding-bottom: 30px;
    color: #99979c;
    text-align: center;
    background-color: #2a2730;
}
#footer ul{
    padding-left: 0;
    margin-bottom: 20px;
}
#footer ul li{
    display: inline-block;
}
#footer li+li {
    margin-left: 20px;
}
#footer ul li a,#footer p a{
    color: #99979c;
}
#footer ul li a:hover,#footer p a:hover{
    color: #c12528;
}
#footer p{
    margin: 0 0 10px;
}

.mg-header{
    margin-top: 80px;
    clear: both;
}

/*mini-header*/
.mini-header-bg{
    height: 70px;
    background: #f7f7f7;
    width: 100%;
    overflow: hidden;
}
.mini-header{
    width: 800px;
    margin: 10px auto;
}
.mini-logo{
    margin-top: 15px;
    margin-left: 15px;
}
.mini-body{
    width: 800px;
    margin: 30px auto;
}

/*底部留言*/
.msg-wrap{
    position: fixed;
    width: 100%;
    height: 240px;
    background: #2a2730;
    bottom: -240px;
    left: 0;
    z-index: 999;
}
.msg-wrap>i{
    color: #ffffff;
    font-size: 48px;
    position: absolute;
    right: 20px;
    top: 2px;
    cursor: pointer;
}
.msg-wrap ul{
    margin-top: 50px;
    width: 60%;
    margin-left: 20%;
}
.msg-wrap ul li{
    margin-top: 25px;
}
.msg-wrap ul li input{
    width: 100%;
    background: #2a2730;
    border-bottom: 1px solid #464646;
    height: 36px;
    line-height: 36px;
    color: #CCCCCC;
}
.msg-wrap ul li input:focus{
    border-bottom: 1px solid #a5a5a5;
}
.msg-wrap ul li button{
    color: #ffffff;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 40px;
    background-color: #c12528;
    font-size: 14px;
}

/*首页*/
#indexad{
    width: 100%;
    max-height: 550px;
    position: relative;
    overflow: hidden;
}
#indexad .swiper-slide{
    width: 100%;
    overflow: hidden;
}
#indexad .swiper-slide img{
    width: 100%;
}
#indexad .swiper-pagination {
    width: 100%;
    bottom: 20px;
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
#indexad .swiper-container-horizontal>.swiper-pagination-bullets, #indexad .swiper-pagination-custom, #indexad .swiper-pagination-fraction{
    bottom: 30px;
}
#indexad .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 8px;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
    width: 80px;
    height: 10px;
    background: #ccc;
    text-indent: -9999px;
}
#indexad .swiper-pagination-bullet-active {
    background-color: #c12528;
    opacity: 1;
}
.carousel-caption {
    top: 10%;
    left: 0;
    width: 100%;
    padding-bottom: 30px;
    text-align: left;
}
.carousel-indicators li {
    display: inline-block;
    width: 80px;
    height: 10px;
    background: #ccc;
}
.carousel-indicators .active {
    width: 80px;
    height: 10px;
    background-color: #c12528;
}
.slider_1{
    position: absolute;
    top: 25%;
    width: 600px;
    color: #fff;
    text-shadow: 1px 2px 5px #222;
}
.slider_1.fl{
    left: 6%;
}
.slider_1.fr{
    right: 10%;
    text-align: right;
}
.slider_1 > .text1 {
    font-size: 40px;
    margin-top: 10px;
}
.slider_1 > .text2{
    margin-top: 30px;
    font-size: 20px;
}
.slider_1 > .text3{
    margin-top: 50px;
}
.slider_1 a{
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.index-gg{
    padding: 25px 0;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fafafa;
}
.gg-icon{
    position: relative;
    float: left;
    width: 84px;
    height: 25px;
    background-image: url(../img/tc-icon.png);
    background-repeat: no-repeat;
    -webkit-background-size: 84px 25px;
    -moz-background-size: 84px 25px;
    background-size: 84px 25px;
    background-position: 0 3px;
}
.gg-content{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    float: left;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    padding-left: 10px;
}
.gg-content a{
    cursor: pointer;
}
.gg-content a:hover{
    color: #3296FA;
}
.gg-content span{
    border-right: 1px solid #ccc;
    margin-right: 5px;
    padding-right: 5px;
}
.index-gg .gg-more{
    float: right;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    padding-left: 2px;
}

.index-wt{
    margin: 50px 0;
}
.index-wt h2{
    position: relative;
    text-align: center;
    font-size: 36px;
}
.index-wt h2:after{
    position: absolute;
    border-bottom: 1px solid #c12528;
}
.wt-list{
    margin: 30px 0;
    cursor: pointer;
}
.wt-list .thumbnail{
    padding: 20px;
    margin: 30px 0;
    border: 1px solid #E8E8E8;
}
.wt-list .thumbnail>img{
    max-width: 90px;
}
.wt-list .thumbnail:hover{
    box-shadow:0 10px 12px 0 rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid #c12528;
    cursor: pointer;
}
.wt-list .caption>h3{
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    margin: 10px 0;
    color: #333;
}
.wt-list .caption>i{
    display: inherit;
    width: 50px;
    height: 1px;
    background: #ccc;
    margin: 10px auto;
    text-align: center;
}
.wt-list .caption>p{
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    color: #888;
}
.col-md-4:nth-child(3n+1){
    clear:left!important;
}

.solution-title{
    margin: 80px 0 40px 0;
    text-align: center;
    font-size: 36px;
    position: relative;
}
.solution-title::before{
    position: absolute;
    content: '';
    height: 2px;
    width: 70px;
    top: 25px;
    margin-left: -90px;
    background: #c12527;
}
.solution-title:after{
    position: absolute;
    content: '';
    height: 2px;
    width: 70px;
    top: 25px;
    margin-left: 20px;
    background: #c12527;
}

.solution_wrap{
    height: 600px;

}
.sulution-title{
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 36px;
}
.solution_wrap .solution-more {
    width: 100%;
    overflow: hidden
}

.solution-more-slide .container {
    height: 600px;
    position: relative
}

.solution-more-slide .hd {
    width: 255px;
    position: absolute;
    z-index: 2;
    background: #000;
    height: 600px;
    left: 0;
    top: 0;
    color: #fff
}

.solution-more-slide .hd ul {
    margin-top: 30px
}
.solution-more-slide .hd li {
    height: 90px;
    padding-top: 20px;
    position: relative;
    transition: all .5s;
    cursor: pointer
}

.solution-more-slide .hd li:after {
    content: "";
    width: 80%;
    border-bottom: 1px solid #2a2a2a;
    position: absolute;
    left: 10%;
    bottom: 0
}

.solution-more-slide .hd li i {
    margin-left: 20px;
    margin-right: 20px;
    float: left;
    background: url('../img/solution-icons.png') no-repeat;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2;
    transition: all .2s
}

.solution-more-slide .hd li.item-1 i {
    background-position: 0 0
}

.solution-more-slide .hd li.item-2 i {
    background-position: -40px 0
}

.solution-more-slide .hd li.item-3 i {
    background-position: -80px 0
}

.solution-more-slide .hd li.item-4 i {
    background-position: -120px 0
}

.solution-more-slide .hd li.item-5 i {
    background-position: -160px 0
}

.solution-more-slide .hd li.item-6 i {
    background-position: -200px 0
}

.solution-more-slide .hd li.item-1.on i {
    background-position: 0 -40px
}

.solution-more-slide .hd li.item-2.on i {
    background-position: -40px -40px
}

.solution-more-slide .hd li.item-3.on i {
    background-position: -80px -40px
}

.solution-more-slide .hd li.item-4.on i {
    background-position: -120px -40px
}

.solution-more-slide .hd li.item-5.on i {
    background-position: -160px -40px
}

.solution-more-slide .hd li.item-6.on i {
    background-position: -200px -40px
}

.solution-more-slide .hd li:before {
    background: #ee2d30;
    background: -moz-linear-gradient(left,#ee2d30 0%,#c12528 100%);
    background: -webkit-linear-gradient(left,#ee2d30 0%,#c12528 100%);
    background: linear-gradient(to right,#ee2d30 0%,#c12528 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2d30',endColorstr='#c12528',GradientType=1 );
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    transition: all .2s
}

.solution-more-slide .hd li.on:before {
    width: 100%
}

.solution-more-slide .hd li.on:after {
    display: none
}

.solution-more-slide .hd .text {
    position: relative;
    z-index: 2
}

.solution-more-slide .hd .text h3 {
    font-size: 18px;
    margin-bottom: 5px
}

.solution-more-slide .hd .text p {
    font-size: 14px;
    color: #fff;
    color: rgba(255,255,255,.7)
}

.solution-more-slide .bd {
    width: 1920px;
    margin-left: -360px
}

.solution-more-slide .bd .inner {
    padding-left: 360px;
    padding-top: 73px;
    color: #fff
}

.solution-more-slide .bd h2 {
    font-size: 24px;
    margin-bottom: 38px
}

.solution-more-slide .bd .intro {
    font-size: 14px;
    margin-bottom: 40px
}

.solution-more-slide .bd .intro dt {
    margin-bottom: 10px
}

.solution-more-slide .bd .intro dd {
    color: #ccc;
    margin-bottom: 20px;
    line-height: 1.8
}

.solution-more-slide .bd .btn-wrap {
    overflow: hidden;
    margin-bottom: 40px
}
.solution-more-slide .bd .btn-wrap {
    overflow: hidden;
    margin-bottom: 40px
}

.solution-more-slide .bd .btn-wrap a {
    width: 130px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-right: 15px;
    transition: all .2s
}

.solution-more-slide .bd .btn-wrap a.btn-2 {
    background: #fff;
    color: #000
}

.solution-more-slide .bd .btn-wrap a:hover {
    background: #c12528;
    color: #fff;
    border-color: #c12528;
    opacity: .9
}

.solution-more-slide .bd .btn-wrap a.btn-2:hover {
    background: #c12528;
    color: #fff;
    border-color: #c12528;
    opacity: .9
}

.safe-wrap{
    padding: 60px 0;
}
.safe-list .thumbnail{
    padding: 40px 10px;
    margin: 30px 0;
    border: 1px solid #E8E8E8;
}
.safe-list .thumbnail img{
    max-height: 108px;
}
.safe-list .thumbnail:hover{
    box-shadow:0 10px 12px 0 rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid #c12528;
    cursor: pointer;
}
.safe-list .caption>h3{
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    margin: 25px 0 15px 0;
    color: #333;
}
.safe-list .caption>i{
    display: inherit;
    width: 50px;
    height: 1px;
    background: #c12528;
    margin: 10px auto;
    text-align: center;
}
.safe-list .caption>p{
    margin: 20px 10px 0 10px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    color: #888;
}


/*产品介绍*/

.midimg{
    position: relative;
    max-height: 400px;
    overflow: hidden;
}
.midimg img{
    width: 100%;
}
.midimg>.text_1{
    position: absolute;
    top: 30%;
    left: 10%;
    color: #fff;
    text-shadow: 1px 2px 5px #222;
}
.midimg>.text_1>h2{
    font-size: 36px;
}
.midimg>.text_1>p{
    max-width: 500px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 32px;
}
.midimg>.text_nav{
    position: absolute;
    bottom: 0;
    width: 30%;
    left: 35%;
    height: 50px;
    line-height: 50px;
    background: rgba(255,255,255,0.9);
    border-radius: 5px 5px 0 0;
}
.midimg>.text_nav a{
    display: inline-block;
    width: 50%;
    font-size: 16px;
    text-align: center;
    color: #333;
}
.midimg>.text_nav a.onli,.midimg>.text_nav a.onli1{
    background: rgba(200,0,0,0.8);
    color: #ffffff;
}
.midimg>.text_nav a.onli{
    border-radius: 5px 0 0 0;
}
.midimg>.text_nav a.onli1{
    border-radius: 0 5px 0 0;
}


.about-content{
    padding: 50px 0;
    display: table-cell;
}
.about-content img{
    max-width: 100%;
}
.about-content h3{
    font-size: 28px;
    line-height: 50px;
}
.about-content p{
    position: relative;
    margin-top: 10px;
    text-indent: 20px;
    font-size: 16px;
    color: #555;
}
.about-content p:before{
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #f25700;
    position: absolute;
    margin-top: 9px;
    margin-left: -15px;
}
.about-content a{
    margin-left: 20px;
    margin-top: 20px;
    display: inline-block;
    padding: 10px 20px;
    background: #d42225;
    color: #fff;
}
.about-content a:hover{
    background: #111;
}
.contact-link{
    padding: 50px 0;
    background: url("https://www.aganweb.com/static/agan/images/require_bg.jpg") no-repeat;
    background-size: cover;
    text-align: center;
    overflow: auto;
}
.contact-link h3{
    font-size: 32px;
    color: #ffffff;
}
.contact-link a{
    display: inline-block;
    margin-top: 25px;
    width: 120px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    transition: all .2s;
}
.contact-link a:hover{
    background: #c12528;
    color: #fff;
    border-color: #c12528;
    opacity: .9
}
.contact-link>div{
    margin-top: 20px;
    color: #ffffff;
}
.contact-link>div>p{
    margin-top: 10px;
}

/*联系我们*/
.contact-wrap{
    padding: 80px 0;
    background: url("https://www.aganweb.com/static/agan/images/require_bg.jpg") no-repeat;
    background-size: cover;
    overflow: auto;
}
.contact-ct{
    width: 90%;
    margin-left: 5%;
    background: #ffffff;
    min-height: 300px;
    border-radius: 3px;
    padding: 30px;
    padding-top: 10px;
}
.contact-title{
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 30px;
}
.contact-add{
    margin-top: 30px;
}
.contact-add h3{
    font-size: 24px;
    line-height: 40px;
}
.contact-add h4{
    font-size: 20px;
}
.contact-add p{
    font-size: 16px;
    margin-top: 10px;
    color: #666;
}
.contact-items{
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
    overflow: auto;
}
.contact-items p{
    color: #333;
    text-align: left;
    font-size: 16px;
    margin: 20px 0;
}
.contact-items p>img{
    margin-right: 10px;
    vertical-align: middle;
}
.contact-items p>span{
    color: #888888;
    font-size: 18px;
    margin-left: 15px;
}

/*news*/
.nlist-wrap{
    width: 60%;
    margin: 50px auto;
}
.nlist{
    position: relative;
    height: 160px;
    margin-top: 15px;
}
.nlist>.nimg{
    position: relative;
    overflow: hidden;
    height: 160px;
}
.nlist>.nimg img{
    width: 100%;
}
.nlist>.nimg img:hover{
    overflow: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.nlist>.ninfo{
    border-top: 1px dotted #e4e4e4;
    position: relative;
    height: 140px;
}
.nlist h2{
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
}
.nlist a:hover{
    color: #c12528;
}
.nlist p{
    margin-top: 10px;
    color: #7d7d7d;
    line-height: 20px;
}
.nlist p.moreinfo{
    position: absolute;
    bottom: 8px;
    font-size: 12px;
    color: #aaa;
}

.ncontent-wrap{
    margin: 0 auto;
    padding: 30px 0;
    overflow: auto;
}
.news_content{
    min-height: 300px;
    overflow: hidden;
}
.n_title{
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.n_title h1{
    margin-top: 20px;
    line-height: 60px;
    font-size: 28px;
    font-weight: 400;
    color: #505050;
    text-align: center;
}
.n_title span {
    text-align: center;
    margin-top: 10px;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #a3a3a3;
    font-size: 14px;
}
.n_title a{
    color: #c12528;
}
.content_main {
    margin: 20px;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 50px;
    color: #222222;
}
.content_main p{
    margin-top: 10px;
}
.rmd-news-wrap{
    margin-left: 20px;
    padding: 20px;
}
.rmd-news-title{
    position: relative;
    margin-bottom: 30px;
}
.rmd-news-title>h3{
    font-size: 16px;
    color: #121212;
    font-weight: bold;
}
.rmd-news-title>h3:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 15px;
    margin-top: 2px;
    background-image: url(../img/kuan-icon.svg);
}
.rmd-news-title>h3:after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 200px;
    height: 15px;
    margin-top: 4px;
    margin-left: 8px;
    background-image: url(../img/xiebg-icon.svg);
}
.rmd-news-title>h3>span{
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
}
.rmd-list{
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #E8E8E8;
    overflow: hidden;
}
.rmd-list img{
    width: 100%;
}
.rmd-info a{
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.rmd-info a:hover{
    color: #c12528;
}
.rmd-info p{
    margin-top: 6px;
    font-size: 14px;
    color: #7d7d7d;
}

/*解决方案*/
.solution-wrap{
    margin: 40px auto;
    overflow: auto;
}
.solution-h3{
    font-size: 28px;
    text-align: center;
}
.solution-list{
    background: #ffffff;
    min-height: 280px;
    overflow: auto;
    margin: 20px 0;
    border-bottom: 1px solid #ffffff;
}
.solution-list img{
    width: 100%;
    max-height: 220px;
    overflow: hidden;
}
.solution-list:hover{
    box-shadow:0 10px 12px 0 rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid #c12528;
    cursor: pointer;
}
.solution-list a{
    margin-top: 16px;
    display: inline-block;
    background: #E8E8E8;
    padding: 6px 25px;
    border-radius: 3px;
    font-size: 14px;
}
.solution-list:hover a{
    color: #fff;
    background: #c12528;
}
.solution-list>.slt-info{
    margin: 15px 20px 30px 20px;
    text-align: center;
    overflow: auto;
}
.slt-info h2{
    font-size: 18px;
    font-weight: 500;
    color: #373d41;
    line-height: 40px;
}
.slt-info p{
    margin: 10px 0;
    color: #7d7d7d;
    font-size: 14px;
    display: block;
}


.slt-detail-wrap{
    width: 800px;
    margin: 15px;
}
.slt-detail-title{
    font-weight: 600;
    font-size: 32px;
    color: #222;
    letter-spacing: 2px;
}
.slt-detail-picon,.slt-detail-nicon{
    margin-top: 28px;
    height: 16px;
    width: 100%;
    background: url(../img/pre-dot.png) no-repeat left;
    background-size: contain;
}
.slt-detail-nicon{
    margin-top: -10px;
    background: url(../img/next-dot.png) no-repeat right;
    background-size: contain;
}
.slt-detail-summary{
    margin:  0;
    padding: 0 28px;
    font-size: 16px;
    line-height: 28px;
    color: #5b5b5b;
}
.slt-detail-content{
    margin: 30px 28px;
    line-height: 28px;
    font-size: 16px;
    color: #222;
}
.slt-detail-content img{
    max-width: 100%;
}

.slt-others{
    margin: 50px 28px;
    overflow: hidden;
}
.slt-others h2{
    font-size: 28px;
}
.slt-others ul li{
    margin-top: 15px;
    padding: 20px 0;
    border-top: 1px solid #E8E8E8;
    overflow: hidden;
}
.slt-others ul li img{
    width: 100%;
}
.slt-others ul li a{
    font-size: 20px;
    color: #222;
    font-weight: 500;
}
.slt-others ul li p{
    margin: 10px 50px 0 0;
    color: #7d7d7d;
    line-height: 24px;
}

/*常见问题*/
.faq-wrap{
    position: relative;
    margin: 30px 0;
}

.faq-left{
    background: #f5f6f7;
    border-radius: 5px;
    min-height: 300px;
    padding: 30px 0;
    box-sizing: border-box;
}
.faq-left a{
    display: block;
    border-bottom: 1px solid #E8E8E8;
    padding: 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
}
.faq-left a:nth-last-child(1){
    border-bottom: none;
}
.faq-left a p{
    margin-top: 8px;
    font-size: 13px;
    color: #999;
}
.faq-left a:hover,.faq-left a.onli{
    background: #ffffff;
    border-right: 2px solid #0099FF;
}
.faq-title{
    font-size: 28px;
    font-weight: 500;
}
.faq-content{
    margin-top: 20px;
    line-height: 28px;
    color: #555;
}

/*sem*/
.cst-title{
    display: block;
    line-height: 60px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
}
.cst-title p{
    font-size: 22px;
}
.cst-img{
    max-width: 100%;
}
.cst-img img{
    margin-left: 10%;
    width: 80%;
}
.about-wrap{
    margin: 50px 0;
    overflow: hidden;
}
.about-title{
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding: 15px 0;
    display: inline-block;
    margin: 14px 0;
    font-size: 20px;
}
.about-info{
    margin-top: 10px;
    color: #666;
    line-height: 28px;
}
.about-info>p {
    margin-top: 14px;
}
.about-wrap img{
    margin-top: 60px;
    width: 100%;
}