@charset "utf-8";
* {margin:0; padding:0;}
* html {overflow:visible;margin:0;padding:0;text-align:center; }
body{background:#fff;color:#2c2e34;width:100%;min-width:1434px; margin:0 auto;text-align: center;padding:0; font-family: "微软雅黑","Microsoft YaHei"; font-size: 15px; box-sizing: border-box }
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr {list-style-type:none;margin:0 auto; padding:0;}
input, select {font-size:14px; outline: none;vertical-align:middle;}
body div {text-align:left;box-sizing: border-box}
textarea, input {word-wrap:break-word; word-break:break-all; padding:0;}
img {border:0 none; vertical-align: middle}
a {color:#2c2e34; text-decoration:none;outline:none;margin:0;padding:0; display: inline-block}
.swiper-wrapper a{display: block;}
a:hover {color:#ca0000;}
span,i,em{display: inline-block;font-style: normal}
button{border:0;background: transparent;outline: none;cursor: pointer;}
.left{float: left;}
.right{float: right;}
.index{overflow: hidden}
.width{width:1200px;margin:0 auto;}
iframe{display:block;border:0;}
.img_box{overflow: hidden;text-align: center}
.img_box img{max-width: 100%;max-height: 100%;}
/*轮播通用样式*/
.swiper-container.banner .img_box{
    width:100%;
    /*height:650px;*/
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.swiper-container.banner .img_box img{
    max-width: none;
    max-height: none;
    width:100%;
    height: 100%;
    margin: 0 calc(50% - 960px);
}
/*首页轮播banner*/
.swiper-container.banner .swiper-pagination-bullet{
    width:10px;
    height:10px;
    margin:0 6px;
}
.swiper-container.banner .swiper-pagination-bullet-active{
    background: rgb(136,33,31);
}
.swiper-container.banner .swiper-pagination-bullets{
    bottom:18px;
}
/*******************欢迎******************/
header .welcome {
    width:100%;
    padding:7px 0;
    height:33px;
    position: absolute;
    top: 0;
    z-index: 3;
}
header .welcome .link-a a{
    color:#555555;
    border-right: 1px solid #555555;
    padding:0 15px;
}
header .welcome .link-a a:last-child{
    border-right: 0;
}
header .welcome .link-a a:hover,
header .welcome .link-a a:first-child{
    font-weight: bold;
    color:#f44336
}
header .welcome .qr{
    display: none;
    width:90px;
    height:90px;
    position: absolute;
    right:50%;
    top:35px;
    margin-right: -516px;
    border:2px solid #fff;
    background: #fff;
    box-shadow: 4px 5px 5px 0 rgba(0,0,0,0.3)
}
header .welcome .qr img{
    width:100%;
    height:100%;
}
/*logo*/
header .logo{
    position: relative;
    height:195px;
    overflow: hidden;
}
header .logo .portrait{
    position: absolute;
    width:444px;
    height:205px;
    left:50%;
    margin-left: -200px;
    top:0;
    z-index: 2;
}
header .logo .logo-img{
    width: 403px;
    height:165px;
    line-height: 165px;
}
header .logo .hot-line{
    padding:60px 0 0;
}
header .logo .logo-bottom{
    padding:23px 0 0;
}
header .logo .hot-line .img_box{
    width:46px;
    height:40px;
    margin:10px 10px 0 0;
}
header .logo .hot-line .img_box img{
    width:100%;
    height:100%;
}
header .logo .hot-line .text-p span{
    font-size: 15px;
    color:#f44336;
}
header .logo .hot-line h2{
    color:#f44336;
    font-size: 30px;
    letter-spacing: -2px;
}
header .logo .code{
    margin-left: 20px;
    padding:30px 0 0 0;
}
header .logo .code .img_box{
    width: 104px;
    height: 104px;
}
header .logo .code .img_box img{
    width:100%;
    height:100%;
}
header .logo .code .title{
    font-size: 12px;
    color:#78797a;
    display: block;
    text-align: center;
}
/*导航*/
section .nav-box{
    height: 77px;
    background: url(../img/img05.jpg) no-repeat;
    position: relative;
}
section .nav-box li{
    float: left;
    width:133px;
    text-align: center;
}
section .nav-box li a{
    color:#fff;
    display: block;
    padding:12px 0;
    height:77px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 30px;
    position: relative;
}
section .nav-box li a .bor{
    display: block;
    height:50px;
    border-right: 1px solid #f66c6a;
    position: absolute;
    right:0;
    top:20px;
}
section .nav-box li a .icon{
    display: block;
    width: 23px;
    height: 20px;
    margin:10px auto 2px;
}
section .nav-box .drop-box .drop{
    width:133px;
    position: absolute;
    top:77px;
    z-index: 9999;
    background: #fff;
    padding:15px;
    opacity: 0;
    transition: opacity 0.6s;
}
section .nav-box .drop-box:hover .drop{
    opacity: 1;
    transition: opacity 0.6s;
}
section .nav-box .drop-box .drop a{
    color:#f44336;
    text-align: center;
    height:40px;
    line-height: 40px;
    padding:0;
    background: none;
    font-size: 14px;
}
section .nav-box .drop-box .drop a:hover{
    background: #f44336;
    font-size: 14px;
    color:#fff;
}
section .nav-box li:link a,
section .nav-box li.active a{
    background: url(../img/img04.png) no-repeat;
    background-size: 133px 77px;
    color:#f44336;
    font-size: 12px;
}
section .nav-box li:hover a .icon,
section .nav-box li.active .icon{
    margin:4px auto 0;
}
section .nav-box li:first-child a .icon{
    background: url(../img/icon01.png) no-repeat;
    background-size: 100% 100%;
}
section .nav-box li:first-child:hover a .icon,
section .nav-box li:first-child.active a .icon{
    background: url(../img/icon1.png) no-repeat;
    background-size: 100% 100%;
}
section .nav-box li:first-child+li a .icon{
    background: url(../img/icon02.png) no-repeat;
    background-size: 100% 100%;
}
section .nav-box li:first-child+li:hover a .icon,
section .nav-box li:first-child+li.active a .icon{
    background: url(../img/icon2.png) no-repeat;
    background-size: 100% 100%;
}
section .nav-box li:first-child+li+li a .icon{
    background: url(../img/icon03.png) no-repeat;
    background-size: 100% 100%;
}
section .nav-box li:first-child+li+li:hover a .icon,
section .nav-box li:first-child+li+li.active a .icon{
    background: url(../img/icon3.png) no-repeat;
    background-size: 100% 100%;
}
section .nav-box li:first-child+li+li+li a .icon{
    background: url(../img/icon04.png) no-repeat;
    background-size: 100% 100%;
}
section .nav-box li:first-child+li+li+li:hover a .icon,
section .nav-box li:first-child+li+li+li.active a .icon{
    background: url(../img/icon4.png) no-repeat;
    background-size: 100% 100%;
}
section .nav-box li:first-child+li+li+li+li a .icon{
    width: 21px;
    height: 20px;
    background: url(../img/icon05.png) no-repeat;
    background-size: 100% 100%;
}
section .nav-box li:first-child+li+li+li+li:hover a .icon,
section .nav-box li:first-child+li+li+li+li.active a .icon{
    width: 21px;
    height: 20px;
    background: url(../img/icon5.png) no-repeat;
    background-size: 100% 100%;
}
section .nav-box li:first-child+li+li+li+li+li a .icon{
    background: url(../img/icon06.png) no-repeat;
    background-size: 100% 100%;
}
section .nav-box li:first-child+li+li+li+li+li:hover a .icon,
section .nav-box li:first-child+li+li+li+li+li.active a .icon{
    background: url(../img/icon6.png) no-repeat;
    background-size: 100% 100%;
}
section .nav-box li:first-child+li+li+li+li+li+li a .icon{
    width: 19px;
    height: 20px;
    background: url(../img/icon07.png) no-repeat;
    background-size: 100% 100%;
}
section .nav-box li:first-child+li+li+li+li+li+li:hover a .icon,
section .nav-box li:first-child+li+li+li+li+li+li.active a .icon{
    width: 19px;
    height: 20px;
    background: url(../img/icon7.png) no-repeat;
    background-size: 100% 100%;
}
section .nav-box li:first-child+li+li+li+li+li+li+li a .icon{
    width: 20px;
    height: 20px;
    background: url(../img/icon08.png) no-repeat;
    background-size: 100% 100%;
}
section .nav-box li:first-child+li+li+li+li+li+li+li:hover a .icon,
section .nav-box li:first-child+li+li+li+li+li+li+li.active a .icon{
    width: 20px;
    height: 20px;
    background: url(../img/icon8.png) no-repeat;
    background-size: 100% 100%;
}
section .nav-box li:first-child+li+li+li+li+li+li+li+li a .icon{
    width: 21px;
    height: 20px;
    background: url(../img/icon09.png) no-repeat;
    background-size: 100% 100%;
}
section .nav-box li:first-child+li+li+li+li+li+li+li+li:hover a .icon,
section .nav-box li:first-child+li+li+li+li+li+li+li+li.active a .icon{
    width: 21px;
    height: 20px;
    background: url(../img/icon9.png) no-repeat;
    background-size: 100% 100%;
}
section .name{
    text-align: center;
    padding:60px 0 45px 0;
}
section .name .title{
    font-size: 35px;
    color: #f44336;
    letter-spacing: 2px;
}
section .name .img-bg{
    display: block;
    width: 365px;
    height: 8px;
    background: url(../img/img15.png) no-repeat;
    background-size: 100% 100%;
    margin:12px auto;
}
section .name .text-s{
    font-size: 18px;
    line-height: 30px;
}
/*banner-img*/
section .banner-img{
    width: 100%;
    /*height: 400px;*/
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
section .banner-img img{
    max-width: none;
    max-height: none;
    width: 100%;
    /*height: 400px;*/
    /*margin: 0 calc(50% - 960px);*/
}
/*面包屑*/
section .crumbs{
    border-left: 5px solid #f44336;
    margin:30px auto;
    padding:0 10px;
    color:#666666;
}
section .crumbs a{
    color:#666666;
}
section .crumbs a:hover{
    color:#f44336
}
/*搜索框*/
section .search-box{
    height: 50px;
    line-height: 50px;
    background-color: #f1f1f1;
}
section .search-box .text-hot{
    font-size: 12px;
    color: #f53300;
}
section .search-box .text-hot a{
    padding:0 10px;
    color: #f53300;
}
section .search-box .text-hot a:hover{
    color:#8d231b
}
section .search-box .input-box{
    width: 252px;
    height: 34px;
    margin-top: 8px;
    line-height: 34px;
    background-color: #ffffff;
    border-radius: 8px;
    border: solid 1px #f53300;
    overflow: hidden;
}
section .search-box .input-box input{
    height: 34px;
    line-height: 34px;
    padding:0 10px;
    box-sizing: border-box;
    border:0
}
section .search-box .input-box .sub{
    width: 50px;
    height: 34px;
    line-height: 34px;
    background: url(../img/img47.png) center 5px no-repeat;
}
/*祺馨色彩资讯推荐*/
section .hot-consult .consult .head-bar .img_box{
    width: 320px;
    height: 219px;
    line-height: 215px;
    background-color: #f6f6f6;
}
section .hot-consult .consult .head-bar .text-box{
    width: 815px;
    padding:30px 0;
}
section .hot-consult .consult .head-bar .text-box .title .icon{
    width: 72px;
    height: 59px;
    background: url(../img/img49.png) no-repeat;
}
section .hot-consult .consult .head-bar .text-box .title .text-tit{
    width:730px;
}
section .hot-consult .consult .head-bar .text-box .title .text-tit time{
    font-size: 18px;
    color: #666666;
    line-height: 25px;
}
section .hot-consult .consult .head-bar .text-box .title .text-tit h2{
    font-size: 18px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
}
section .hot-consult .consult .head-bar .text-box .text-p{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin:25px 0;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
section .hot-consult .consult .head-bar .text-box:hover .title .text-tit h2,
section .hot-consult .consult .head-bar .text-box:hover .text-p{
    color:#f44336;
}
section .hot-consult .consult .consult-ul{
    margin-top: 30px;
}
section .hot-consult .consult .consult-ul li{
    width:47%;
}
section .hot-consult .consult .consult-ul li a{
    display: block;
    font-size: 16px;
    color: #666666;
    position: relative;
    line-height: 30px;
    padding-left: 20px;
}
section .hot-consult .consult .consult-ul li a:hover{
    color:#f44336;
}
section .hot-consult .consult .consult-ul li a:hover i{
    background-color: #f44336;
}
section .hot-consult .consult .consult-ul li a i{
    width: 10px;
    height: 10px;
    background-color: #989898;
    border-radius: 50%;
    position: absolute;
    left:0;
    top:10px;
}
section .hot-consult .consult .consult-ul li:first-child a i,
section .hot-consult .consult .consult-ul li:first-child+li a i {
    /*background-color: #f44336;*/
}
section .hot-consult .consult .consult-ul li a span{
    width:370px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*相关课程服务推荐*/
section .hot-service .service-ul li{
    float: left;
    width:25%;
    text-align: center;
    padding:0 15px;
    box-sizing: border-box;
}
section .hot-service .service-ul li .box{
    display: block;
}
section .hot-service .service-ul li .box .img_box{
    width: 100%;
    height: 206px;
}
section .hot-service .service-ul li .box .img_box img{
    width:100%;
    height:100%;
    transition: all 0.3s;
}
section .hot-service .service-ul li .box .title{
    font-size: 18px;
    line-height: 50px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
section .hot-service .service-ul li .box:hover .title{
    color: #f44336;
}
section .hot-service .service-ul li .box:hover .img_box img{
    transform: scale(1.1);
    transition: all 0.3s;
}
/*页码*/
.page{
    text-align: center;
}
/*创始人介绍*/
section .expert .expert-top {
    position: relative;
    padding: 100px 0 16px;
}
section .expert .expert-top .red-line{
    display: block;
    width: 100%;
    height: 550px;
    border: solid 5px #ffd8dc;
}
section .expert .expert-top  .expert-img{
    width: 429px;
    height: 623px;
    position: absolute;
    left:56px;
    top:0;
    z-index: 2;
}
section .expert .expert-top  .expert-img img{
    width:100%;
    height:100%;
}
section .expert .expert-top .fa{
    display: block;
    width: 1165px;
    height: 520px;
    border: solid 1px #ffd8dc;
    position: absolute;
    left: 20px;
    top: 120px;
}
section .expert .expert-top .fang{
    width:90px;
    height:42px;
    background:#fff;
    position: absolute;
    left:485px;
    top:85px;
}
section .expert .expert-top  .expert-name{
    position: absolute;
    left:415px;
    top:0px;
    color:#f44336;
    z-index: 3;
}
section .expert .expert-top  .expert-name h2{
    font-size: 58px;
}
section .expert .expert-top  .expert-name h3{
    font-size: 36px;
}
section .expert .expert-top  .expert-name span{
    font-size: 25px;
    line-height: 40px;
}
section .expert .expert-top .text{
    width: 560px;
    position: absolute;
    right:55px;
    top:210px;
}
section .expert .expert-top .text p{
    line-height: 25px;
    padding:30px 0 0 20px;
    position: relative;
    font-size: 18px;
}
section .expert .expert-top .text p i{
    width: 10px;
    height: 10px;
    background-color: #f44336;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left:0;
    top:38px;
}



/****************关于基色**********************/
.about-col header .welcome .link-a a:hover,.about-col header .welcome .link-a a:first-child{
    color:#964155
}
.about-col header .logo .hot-line .text-p span{
    color:#964155
}
.about-col header .logo .hot-line h2{
    color:#964155
}
.about-col section .nav-box{
    height: 77px;
    background: url(../img/img86.jpg) no-repeat;
    position: relative;
}
.about-col section .nav-box li a{
    color: #7c4652;
}
.about-col section .nav-box .drop-box .drop a:hover{
    background: #ffa0a0;
    font-size: 14px;
    color:#fff;
}
.about-col section .nav-box li:hover a,.about-col section .nav-box li.active a{
    color:#d77a9a
}
.about-col section .nav-box li a .bor{
    border-right: 1px solid #d77a9a;
}
.about-col section .nav-box li:first-child a .icon{
    background: url(../img/img87.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .nav-box li:first-child:hover a .icon,
.about-col section .nav-box li:first-child.active a .icon{
    background: url(../img/img96.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .nav-box li:first-child+li a .icon{
    background: url(../img/img88.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .nav-box li:first-child+li:hover a .icon,
.about-col section .nav-box li:first-child+li.active a .icon{
    background: url(../img/img97.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .nav-box li:first-child+li+li a .icon{
    background: url(../img/img89.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .nav-box li:first-child+li+li:hover a .icon,
.about-col section .nav-box li:first-child+li+li.active a .icon{
    background: url(../img/img98.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .nav-box li:first-child+li+li+li a .icon{
    background: url(../img/img90.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .nav-box li:first-child+li+li+li:hover a .icon,
.about-col section .nav-box li:first-child+li+li+li.active a .icon{
    background: url(../img/img99.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .nav-box li:first-child+li+li+li+li a .icon{
    background: url(../img/img91.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .nav-box li:first-child+li+li+li+li:hover a .icon,
.about-col section .nav-box li:first-child+li+li+li+li.active a .icon{
    background: url(../img/img100.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .nav-box li:first-child+li+li+li+li+li a .icon{
    background: url(../img/img92.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .nav-box li:first-child+li+li+li+li+li:hover a .icon,
.about-col section .nav-box li:first-child+li+li+li+li+li.active a .icon{
    background: url(../img/img101.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .nav-box li:first-child+li+li+li+li+li+li a .icon{
    background: url(../img/img93.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .nav-box li:first-child+li+li+li+li+li+li:hover a .icon,
.about-col section .nav-box li:first-child+li+li+li+li+li+li.active a .icon{
    background: url(../img/img102.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .nav-box li:first-child+li+li+li+li+li+li+li a .icon{
    background: url(../img/img94.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .nav-box li:first-child+li+li+li+li+li+li+li:hover a .icon,
.about-col section .nav-box li:first-child+li+li+li+li+li+li+li.active a .icon{
    background: url(../img/img103.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .nav-box li:first-child+li+li+li+li+li+li+li+li a .icon{
    background: url(../img/img95.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .nav-box li:first-child+li+li+li+li+li+li+li+li:hover a .icon,
.about-col section .nav-box li:first-child+li+li+li+li+li+li+li+li.active a .icon{
    background: url(../img/img104.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .search-box .text-hot,
.about-col section .search-box .text-hot a{
    color:#964155
}
.about-col section .search-box .text-hot a:hover{
    color:#ff9db4
}
.about-col section .search-box .input-box{
    border: solid 1px #964155;
}
.about-col section .search-box .input-box .sub{
    background: url(../img/img105.png) center 5px no-repeat;
}
.about-col section .crumbs{
    border-left: 5px solid #964155;
}
.about-col section .about .about-nav li:hover a .bar, .about-col section .about .about-nav li.active a .bar{
    background: url(../img/img106.png) no-repeat;
    background-size: 100% 100%;
}
.about-col section .name .title{
    color:#ff9db4
}
.about-col  section .hot-service .service-ul li .box:hover .title{
    color: #ff9db4;
}
.about-col section .hot-consult .consult .head-bar .text-box:hover .title .text-tit h2,
.about-col section .hot-consult .consult .head-bar .text-box:hover .text-p{
    color:#ff9db4;
}
.about-col section .hot-consult .consult .consult-ul li a:hover{
    color:#ff9db4;
}
.about-col section .hot-consult .consult .consult-ul li a:hover i{
    background-color: #ff9db4;
}
.about-col section .hot-consult .consult .consult-ul li:first-child a i,
.about-col section .hot-consult .consult .consult-ul li:first-child+li a i{
    /*background-color: #ff9db4;*/
}











.about-col footer .foot-bottom{
    background-color: #ff9db4;
}
.about-col footer .foot-bottom .foot-link .right,
.about-col footer .foot-bottom .foot-r .title-h3,
.about-col footer .foot-bottom .foot-r .title-h2,
.about-col footer .foot-top .foot-top-box .phone,
.about-col footer .foot-top .foot-top-box .english{
    color: #964155;
}
.about-col footer .foot-top .foot-top-box .ellipse{
    background: #964155;
}
.about-col footer .foot-bottom .foot-link{
    border-top: 1px solid #964155;
}
/****footer****/
footer .foot-top{
    height: 215px;
    background-color: #ccff5f;
    margin-top: 100px;
}
footer .foot-top .foot-top-box{
    position: relative;
    text-align: center;
    padding:30px 0;
}
footer .foot-top .foot-top-box .round{
    display: block;
    width: 58px;
    height: 58px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    left:50%;
    margin-left: -29px;
    top:-36px;
}
footer .foot-top .foot-top-box .english{
    font-size: 20px;
    color:#a72b2b;
    line-height: 50px;
}
footer .foot-top .foot-top-box .img_box{
    width:100%;
    height:45px;
}
footer .foot-top .foot-top-box .phone{
    font-size: 35px;
    line-height: 60px;
    color:#a72b2b;
}
footer .foot-top .foot-top-box .ellipse{
    width: 1200px;
    height: 48px;
    line-height: 48px;
    color:#fff;
    background-color: #8d231b;
    border-radius: 24px;
    position: absolute;
    bottom:-24px;
    padding:0 100px;
}
footer .foot-top .foot-top-box .ellipse .img{
    margin-right: 5px;
}
footer .foot-bottom{
    height: 415px;
    background-color: #e63810;
    padding-top: 60px;
}
footer .foot-bottom .foot-link{
    border-top: 1px solid #ba3028;
    height:75px;
    line-height: 75px;
}
footer .foot-bottom .foot-link .left{
    font-size: 18px;
    color:#fff;
}
footer .foot-bottom .foot-link .left a{
    color:#fff;
    font-size: 15px;
    padding:0 20px;
}
footer .foot-bottom .foot-link .left a:hover{
    color:#ccff5f;
}
footer .foot-bottom .foot-link .right{
    color:#80201d;
    padding-right: 150px;
}
footer .foot-bottom  .foot-k .foot-k-ul li{
    float: left;
    width:210px;
    color:#fff;
}
footer .foot-bottom  .foot-k .foot-k-ul li a{
    color:#fff;
    display: block;
    line-height: 35px;
}
footer .foot-bottom  .foot-k .foot-k-ul li .title{
    font-size: 18px;
    line-height: 40px;
}
footer .foot-bottom  .foot-k .foot-k-ul li .title:hover,
footer .foot-bottom  .foot-k .foot-k-ul li a:hover{
    color:#ccff5f;
}
footer .foot-bottom .foot-r {
    width:500px;
    text-align: center;
}
footer .foot-bottom .foot-r .title-h2{
    font-size: 28px;
    color:#811b18;
}
footer .foot-bottom .foot-r .title-h3{
    font-weight: normal;
    font-size: 18px;
    color:#811b18;
    line-height: 40px;
}

footer .foot-bottom .foot-r .foot-r-ul{
    width:320px;
}
footer .foot-bottom .foot-r .foot-r-ul li{
    float: left;
    width:50%;
    margin:30px 0;
}
footer .foot-bottom .foot-r .foot-r-ul li .img_box{
    width: 109px;
    background: #fff;
    height: 109px;
}
footer .foot-bottom .foot-r .foot-r-ul li .img_box img{
    width:100%;
    height:100%;
}
footer .foot-bottom .foot-r .foot-r-ul li .title{
    color:#fff;
    line-height: 30px;
}
/*悬浮框*/
.drift{
    width: 150px;
    height:470px;
    background: url(../img/img360.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    right:10px;
    top: 15%;
    z-index: 999;
}
.drift .dr-h2{
    width:100%;
    position: absolute;
    top:100px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
}
.drift .dr-box{
    position: absolute;
    top:210px;
    width: 130px;
    left:50%;
    margin-left: -63px;
    text-align: center;
}
.drift .dr-box a.link{
    display: block;
    width: 108px;
    height: 35px;
    line-height: 35px;
    color:#fff;
    background-color: #37aee6;
    border-radius: 5px;
    margin:20px auto;
    position: relative;
    padding-left:15px ;
    box-sizing: border-box;
}
.drift .dr-box a.link .icon{
    position: absolute;
    left:13px;
    top:-1px;
}
.drift .dr-box a.og{
    background-color: #8fbb49;
}
.drift .dr-box  input{
    width: 108px;
    height: 24px;
    border-radius: 5px;
    border: solid 1px #e64437;
    font-size: 12px;
    text-align: center;
}
.drift .dr-box .tel{
    width: 108px;
    height: 24px;
    background-color: #e64437;
    border-radius: 5px;
    line-height: 24px;
    color:#fff;
    margin:10px auto;
}
.drift .dr-box .code{
    color: #e64437;
    text-align: center;
}
/*一键返回*/
.return{
    display: none;
    width:50px;
    height:50px;
    position: fixed;
    bottom:115px;
    right:60px;
    z-index: 9999;
    cursor: pointer;
}

.today-news-ul{
	margin-bottom: 30px;
}

.brief .brief-p:last-child{
    padding-bottom: 0!important;
}

section .future .future-ul .box .img_box img , .those-ul li .img_box img, .ensure-ul li .img_box img,.brief-ul li .img_box img{
    width:100%;
    height:100%;
    transition: all 0.3s;
}
section .future .future-ul .box .img_box img:hover,.those-ul li .img_box img:hover, .ensure-ul li .img_box img:hover,.brief-ul li .img_box img:hover{
    transform: scale(1.1);
    transition: all 0.3s;
}

.page{
	margin-top: 30px;
	text-align: center;
}
.page li a,.page li span{
    color: #e2131b;
}
.page li{
	display: inline-block;
    padding: 7px 14px;
    margin: 0 5px;
    border: 1px solid #e2131b;
}
.page .active,.page .active span{
	background: #e2131b!important;
	color:#fff!important;
}
.n-de-lf p span{
    white-space: initial!important;
}

iframe{
	display: inline-block!important;
}


.drift .close{
    position: absolute;
    top:0;
    right:0;
    width:18px;
    height:18px;
    background: #f44336;
    color:#fff;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
}

/*----视频介绍----*/
section .interview.today-news .media-ul{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row ;
    padding:50px 0;
    justify-content: space-between;
    flex-wrap:  wrap;
}
section .interview.today-news .media-ul li{
    margin:0 ;
}
section .interview.today-news .media-ul li .box{
    display: block;
    width: 370px;
}
section .interview.today-news .media-ul li .box .img_box{
    width:100%;
    height: 275px;
}
section .interview.today-news .media-ul li .box .img_box img{
    width:100%;
    height: 100%;
}
section .interview.today-news .media-ul li .box .title{
    display: block;
    font-size: 16px;
    padding:30px 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


