* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
body{
	width:100%;
  min-width:1500px;
}
img {
    border: none;
}

ul {
    list-style: none;
    overflow: hidden;
}

a {
    text-decoration: none;
}

@-webkit-keyframes ball {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes ball {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@-webkit-keyframes bounceInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      transform: translateY(-2000px);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
    }
  
    80% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
  
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  @keyframes bounceInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      -ms-transform: translateY(-2000px);
      transform: translateY(-2000px);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
    }
  
    80% {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
    }
  
    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }

.page_contact li{
  line-height:30px;
}
/*header*/
.header {
    background: #fff;
    border-top: 5px solid #2d65d6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    position: relative;
    z-index: 2222;
}

.h_con {
    width: 1344px;
    margin: 0 auto;
  transform: translateY(0) !important;
}

.h_con::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.logo,
.nav {
    float: left;
}

.nav {
    margin-left: 30px;
}
.nav ul{
    overflow: inherit;
}
.nav>ul>li {
    float: left;
    cursor: pointer;
    padding: 0 18px;
    position: relative;
}

.nav>ul>li>a {
    line-height: 100px;
    color: #333;
    display: block;
    width: 100%;
    text-align: center;
   font-size:17px;
}

.active a {
    color: #fff !important;
}

.search {
    width: 100px;
    height: 100px;
    background: #fc1819;
}

.active {
    background: #2d65d6;
}

.search {
    float: right;
}

.search img {
    display: block;
    margin: 0 auto;
    margin-top: 33px;

}

.search:hover img {
    animation: ball .6s infinite alternate;
}

.erji {
    position: absolute;
    top: 100px;
    left: 0;
    width: 540px;
    background: #FCFCFC;
    display: none;
    z-index: 222;
    border-top: 6px solid #2d65d6; 
}

.erji_con {
    margin: 0 auto;
    overflow: hidden;
}
.erji_con>span{
    height: 35px;
    line-height: 32px;
    color: #666;
    text-align: left;
    margin-top: 10px;
    background: #f0f0f0;
    border-left: 5px solid #fc1819;  
    font-size: 15px;
    padding-left: 15px;
    width: 540px;
    display: block;  
    box-sizing:border-box;

}
.erji_con>ul {
    margin: 10px 0 20px 0;
}

.zhutui>li {
    margin: 10px 0 0 15px;
    float: left;
    display: none;
}

.zhutui>li>a {
    display: block;
    width: 160px;
    height: 100px;
    overflow: hidden;
    border-radius: 5px; 
    position: relative;
}

.zhutui>li>a>img {
    height: auto;
    min-height: 150px;
    width: 100%;
}

.zhutui>li>a>span {
    display: block;
    position: absolute;
    text-align: center;
    color: #fff;
    line-height: 28px;
    background: #DA251C; 
    padding: 5px 0;
    top: 50%;
    border-radius: 5px;  
    margin-top:-19px; 
    width: 100%;
    font-size: 15px; 
}

.search {
    cursor: pointer;
}
.erjis{
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    background: #2d65d6;
    display: none;
    z-index: 222;
}
.erjis form {
    width: 550px;
    height: 50px;
    margin: 50px auto;
    overflow: hidden;
}
.erji_list li{
    float: left;
    width: 160px;
    margin: 0 0 0 15px;
}
.erji_list>li>a{
    display: block;
    font-size: 15px;
    line-height: 40px;
    border-radius: 5px;
    margin-top:10px; 
    text-align: center;   
    background: #194dba;
    color: #fff;
}
.erji_list>li>a:hover{
    background: #DA251C;
}

#keys {
    width: 425px;
    height: 50px;
    text-indent: 16px;
    border-style: none;
    float: left;
    padding-left: 15px;
}

.btn {
    height: 50px;
    line-height: 45px;
    border: 0;
    float: left;
    width: 125px;
    outline: none;
    cursor: pointer;
}

input:focus {
    outline: none;
}

/*banner*/
/* .banner{
    margin-top:-129px;
} */
.banner{
    position: relative;
}
.banner:hover .pagination{
    opacity: 1;
}
.banner:hover .arrow-left{
    opacity: 1;
}
.banner:hover .arrow-right{
    opacity: 1;
}
.banner .arrow-left:hover,.banner .arrow-right:hover{
    background: rgba(0, 0, 0, .2);
}
.banner .arrow-left{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 222; 
    opacity: 1;
    transition:all 0.5s;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
}
.banner .arrow-left i,.banner .arrow-right i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#fafafa;
}
.banner .arrow-left i::before{
    content: "\25C4";
    font-size: 24px; 
}
.banner .arrow-right{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 222; 
    opacity: 1;
    transition:all 0.5s;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
}
.banner .arrow-right i::before{
    content: "\25BA";
    font-size: 24px; 
}
.banner .swiper-slide {
    height: 800px;
}

.banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 50px;
    text-align: center;
    width: 100%;
}

.banner .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2d65d6;
    margin: 0 5px;
    cursor: pointer;
}

.banner .swiper-active-switch {
    width: 30px;
    border-radius: 20px;
    background: #fff;
}

/*banner_b*/
.banner_b {
    background: #194dba;
}

.bb_con {
    width: 1250px;
    margin: 0 auto;
    padding: 30px 0;
}

.bb_con ul li {
    float: left;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, .3);
    overflow: hidden;
    margin-right: 6px;
}

.bb_con ul li img {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    position: relative;
    margin-top: 7px;
}

.bb_con ul li span {
    color: #fff;
    line-height: 32px;
    width: 300px;
    display: block;
    margin-left: 20px;
    float: left;
}

/* pro */
.pro {
    background: url(../image/pro_bg.jpg) no-repeat left top;
    padding: 60px 0;
    overflow: hidden;
}

.pro_con {
    width: 1250px;
    margin: 0 auto;
}

.tit {
    text-align: center;
    position: relative;
    left: -600px;
    opacity: 0;
}

.tit p {
    color: #333333;
    margin-top: 10px;
}

.list {
    position: relative;
    right: -600px;
    opacity: 0;
}

.list_go {
    width: 1100px;
    margin: 50px auto 20px auto;
    overflow: hidden;
}

.list_go ul {
    position: relative;
}

.list_go ul li {
    float: left;
    margin: 10px 20px;
    cursor: pointer;
}

.list_go ul>li>a {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 10px solid #2d65d6;
    overflow: hidden;
    display: block;
}

.list_go ul li a img {
    width: 100%;
    min-height: 180px;
    height: auto;
    transition: all 0.5s;
}

.list_go ul li span {
    display: block;
    width: 180px;
    line-height: 45px;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    background: #2d65d6;
}

.list_go ul li span a {
    color: #fff;
}

.list_go ul li:hover span {
    background: #fc1819;
}

.list_go ul li:hover img {
    transform: scale(1.1);
}

.list_arrowl {
    background: url(../image/arrow_l.png) no-repeat center center;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 20px;
    top: 40%;
    margin-top: -20px;
    cursor: pointer;
}

.list_arrowr {
    background: url(../image/arrow_r.png) no-repeat center center;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 20px;
    top: 40%;
    margin-top: -20px;
    cursor: pointer;
}

.pro_show {
    height: 590px;
    overflow: hidden;
    position: relative;
    top: 300px;
    left: -300px;
    opacity: 0;
}

.pro_go {
    height: 9999px;

}

.pro_show ul li {
    float: left;
    position: relative;
    margin: 5px 5px;
}

.pro_show ul li a {
    display: block;
    width: 302px;
    height: 244px;
    overflow: hidden;
}

.pro_show ul li a img {
    width: 100%;
    min-height: 265px;
    height: auto;
}

.pro_show ul li a span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 48px;
    background: rgba(0, 0, 0, .6);
    width: 100%;
}

.pro_show ul li a span p {
    position: relative;
    z-index: 2;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #fc1819;
    z-index: 1;
    transition: all 0.5s;
}

.pro_show ul li:hover .cover {
    width: 100%;
}

/* com */
.com {
    background: url(../image/com_bg.jpg) top left no-repeat;
}

.com_con {
    width: 1200px;
    margin: 0 auto;
}

.com_t {
    overflow: hidden;
    padding: 60px 20px 40px 20px;
}

.zi {
    float: left;
    padding: 10px 110px 10px 0;
    border-right: 1px solid rgba(255, 255, 255, .8);
    position: relative;
    left: -600px;
    opacity: 0;
}

.zi h4 {
    font-size: 32px;
    color: #fff;
}

.zi span {
    display: block;
    width: 85px;
    height: 4px;
    margin: 20px 0;
    background: #fff;

}

.zi p {
    font-size: 16px;
    color: #fff;
}

.phone {
    float: right;
    background: url(../image/con_p.png) top left no-repeat;
    padding-left: 70px;
    position: relative;
    right: -600px;
    opacity: 0;
}

.phone span {
    font-size: 28px;
    color: #fff;
    display: block;
    margin-bottom: 22px; 
}

.phone h5 {
    font-size: 32px;
    color: #fff;
    margin: 5px 0;
}

.com_b {
    overflow: hidden;
    padding: 40px 20px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    display: none;
}

.com_b img {
    display: block;
    float: left;
    width: 615px;
    height: 350px;
}

.des {
    float: left;
    width: 500px;
    margin-left: 35px;
}

.des h4 {
    font-size: 28px;
    color: #195aaa;
}

.des span {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 5px;
    display: block;
}

.des p {
    font-size: 15.5px;
    color: #333;
    margin-top: 20px;
    line-height: 35px;
}

.des a {
    display: block;
    width: 165px;
    line-height: 45px;
    background: #2d65d6;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-top: 30px;
}
.des a:hover{
    background: #ff0000;
}

/* .course */
.lc {
    clear: both;
    position: relative;
    margin: 30px 0;
}

.lc .hx {
    width: 100%;
    height: 1px;
    background: #A6A6A6;
    position: absolute;
    left: 0px;
    top: 190px;
}

.lc .cont {
    width: 1230px;
    margin: 0 auto;
    position: relative;
}

.lc .cont .btn {
    display: block;
    width: 28px;
    height: 28px;
    border: 2px solid #A6A6A6;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    top: 175px;
    z-index: 10;
    transition: all 0.2s ease;
}

.lc .cont .prev {
    left: 0;
}

.lc .cont .next {
    right: 0;
}

.lc .cont .btn em {
    display: block;
    width: 10px;
    height: 10px;
    margin: 8px 0 0 10px;
    border-top: 2px solid #A6A6A6;
    border-right: 2px solid #A6A6A6;
    transform: rotate(-135deg);
    transition: all 0.2s ease;
}

.lc .cont .next em {
    transform: rotate(45deg);
    margin-left: 6px;
}

.lc .cont .btn:hover {
    border-color: #DA251C;
}

.lc .cont .btn:hover em {
    border-color: #DA251C;
}

.lc .cont .box {
    width: 1210px;
    height: 100px;
    margin: 0 auto;
    padding-top: 140px;
    overflow: hidden;
}

.lc .cont ul {
    padding: 0 0 0 135px;
    overflow: visible;
}

.lc .cont li {
    float: left;
    width: 60px;
    height: 100px;
    margin-right: 120px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.lc .cont li .p_1 {
    color: #da241c;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    font-family: 'BEBAS';
    font-weight: bold;
}

.lc .cont li .span_1 {
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #DA251C;
    border-radius: 50%;
    background: #FFF;
    margin: 41px 0 0 13px;
}

.lc .cont li .span_1 em {
    display: block;
    width: 11px;
    height: 11px;
    margin: 2px 0 0 2px;
    background: #DA251C;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.lc .cont li .info {
    width: 290px;
    height: 158px;
    position: absolute;
    left: -123px;
    top: -100px;
    background: #DA251C;
    color: #FFF;
    line-height: 23px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.lc .cont li .info b {
    display: block;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    margin: 20px 0 0 27px;
}

.lc .cont li .info p {
    padding: 0 27px;
    font-size: 13px;
    max-height: 75px;
    overflow: hidden;
}

.lc .cont li .info .course_more{
    display: block;
    float: right;
    height: 27px;
    font-size: 25px;
    margin: 10px 18px 0 0;
    color: #fff;
}

.lc .cont li .info em {
    margin: 43px 0 0 133px;
    display: inline-block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #DA251C;
}

.lc .cont li:hover .p_1 {
    top: 75px;
}

.lc .cont li:hover .span_1 em {
    width: 0;
    height: 0;
    margin: 7px 0 0 7px;
}

.lc .cont li:hover .info {
    visibility: visible;
    opacity: 1;
    top: -145px;
}

/*case*/
.case {
    width: 100%;
    overflow: hidden;
}

.case_show {
    width: 100%;
    overflow: hidden;
}

.case_go {
    width: 99999px;
    position: relative;
    margin: 30px 0;
    overflow: hidden;
}

#case_a,
#case_b {
    float: left;
}

#case_a li,
#case_b li {
    float: left;
    margin-right: 15px;
}

#case_a li a,
#case_b li a {
    width: 370px;
    height: 280px;
    overflow: hidden;
    display: block;
}

#case_a li a img,
#case_b li a img {
    width: 100%;
    min-height: 280px;
    height: auto;
    transition: all 0.5s;
}

#case_a li span,
#case_b li span {
    display: block;
    color: #fff;
    background: #2d65d6;
    line-height: 50px;
    text-align: center;
}

#case_a li:hover img {
    transform: scale(1.1);
}

#case_a li:hover span {
    background: #fd0100;
}

#case_b li:hover img {
    transform: scale(1.1);
}

#case_b li:hover span {
    background: #fd0100;
}

/* adv */
.adv {
    background: url(../image/adv_bg.jpg) left bottom no-repeat;
    padding: 30px 0 0 0;
    height: 870px;

}

.adv_con {
    width: 1250px;
    margin: 60px auto 0 auto;
    position: relative;
    transform: scale(0);
}

.adv_t {
    width: 480px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 222;
}

.chose {
    position: relative;
    margin-top: 30px;
    width: 480px;
    height: 530px;
}

.chose img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 480px;
    min-height: 530px;
    height: auto;
}

.adv_b {
    position: absolute;
    z-index: 111;
    right: 0;
    top: 80px;
    width: 1155px;
    height: 560px;
    float: right;
}

.four {
    width: 700px;
    float: right;
}

.four li {
    float: left;
    overflow: hidden;
    margin: 30px 0 0 20px;
    width: 326px;
    cursor: pointer;
}
.four li:hover img{
    transform: rotateY(360deg);
    transition: all 0.5s;
}

.four img {
    float: left;
}

.adv_lis {
    float: left;
    margin-left: 10px;
}

.adv_lis h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.adv_lis p {
    color: #666;
    margin-top: 5px;
}

.adv_des {
    background: #fff;
    margin-top: 255px;
    position: relative;
    padding-left: 450px;
    padding-bottom: 30px;
}

.circle {
    overflow: inherit;
}

.circle::after {
    height: 0;
    line-height: 0;
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}

.circle li {
    float: right;
    top: -14px;
    position: relative;
    margin-right: 43px;
    cursor: pointer;
}

.circle>li>div {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 6px solid #ff0000;
    background: #fff;
    margin: 0 auto;
}

.circle li .line_a {
    display: block;
    width: 1px;
    height: 45px;
    background: #fff;
    margin: 0 auto;
    transition: all 0.5s;
    position: relative;
}
.line_cover{
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    background: #ff0000;
    transition: all 0.5s;
}
.circle li:hover .line_cover{
    height: 45px;
}

.adv_tt {
    display: block;
    font-size: 17px;
    text-align: center;
    color: #333;
}

.xiangxi {
    width: 650px;
    height: 190px;
    border: 1px solid #ccc;
    margin-top: 22px;
    position: relative;

}

.xiangxi>div {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 650px;
    height: 190px;
    display: none;
}

.xx_t {
    overflow: hidden;
}

.xx_l {
    float: left;
    width: 440px;
    padding: 20px 30px 10px 30px;
}

.xxr {
    float: right;
    border-left: 1px solid #cccccc;
    padding: 30px 50px;
    margin-top: 35px;
}

.xx_t img {
    float: left;
}

.xx_t span {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #e50000;
    display: block;
    margin: 15px 0 0 10px;
}

.adv_xx {
    margin-top: 10px;
    color: #666;
    line-height: 30px;
}

/* news */
.news {
    background: #f6f6f6;
}

.news_con {
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
    color: #8d8d8d;
    padding: 80px 0 30px 0;
}

.news_l {
    float: left;
    width: 530px;
    margin-top: 22px;
    position: relative;
    left: -600px;
    opacity: 0;
}

.news_l span {
    font-size: 22px;
    font-weight: bold;
    display: block;
}

.news_l a {
    font-size: 18px;
    color: #333;
    display: block;
    margin: 20px 0;
}

.new_des {
    padding: 0 20px;
    border-left: 1px solid #8d8d8d;
    font-size: 16px;
    line-height: 30px;
    margin: 8px 0;
}

.news_img {
    width: 530px;
    height: 225px;
    overflow: hidden;
    margin: 20px 0;
}

.news_img img {
    width: 100%;
    min-height: 225px;
    height: auto;
}

.more {
    background: #ff0000;
    display: block;
    color: #fff !important;
    font-size: 15px !important;
    width: 165px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
}

.more:hover {
    background: #2d65d6;
}
.more:hover::after{
    margin-right: 20px; 
}
.more::after {
    content: '\2192';
    /* background-size: 100% 100%; */
    display: block;
    float: right;
    font-size: 20px;
    color: #fff; 
    margin-right: 30px; 
    transition: all 0.5s;
}

.news_r {
    float: right;
    width: 660px;
}

.news_r ul {
    overflow: inherit;
}

.news_r ul li {
    margin-bottom: 5px;
    padding: 30px 40px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
    margin-right: 8px;
    position: relative;
    right: -600px;
    opacity: 0;
}

.news_r ul li:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.news_r ul li:hover .new_tit a {
    color: #ff0000;
}

.news_r ul li:hover .time a {
    background: url(../image/news_arr.png) bottom left no-repeat;
}

.new_tit {
    float: left;
    width: 75%;
}

.new_tit a {
    font-size: 17px;
    color: #333;
}

.new_tit p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 15px;
}

.time {
    float: right;
}

.time span {
    font-size: 18px;
    display: block;
}

.time a {
    background: url(../image/news_arr.png) top left no-repeat;
    display: block;
    height: 27px;
    width: 50px;
    margin-top: 20px;
    float: right;
    transition: all 0.3s;
}

/* f_t */
.footer_t {
    background: url(../image/f_t.jpg) top left no-repeat;
    padding: 30px 0 67px 0;
}

.ft_con {
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
}

.ft_l {
    float: left;
}

.ft_l h4 {
    font-size: 28px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.ft_l p {
    margin-top: 20px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.ft_r {
    float: right;
    overflow: hidden;
    margin: 20px 85px 0 0;
}

.ft_r a {
    display: block;
    width: 155px;
    line-height: 48px;
    text-align: center;
    float: left;
    margin: 0 10px;
    border-radius: 5px;
    color: #fff;
}

.red {
    background: #ff0000;
}


.blue {
    background: #2d65d6;
}

/* footer */
.footer {
    background: #333333;
    padding-top: 40px;
    color: #ccc;
}

.f_con {
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;

}

.fl {
    float: left;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, .3);
  	height:184px;
}

.fl ul {
    float: left;
    margin-right: 40px;
}

.fp_list {
    width: 386px;
  height:184px;
  overflow:hidden;
}

.fp_list li {
    float: left;
    margin-right: 20px !important;
    width: 173px;
    margin: 0 20px 15px 0 !important;
}

.f_con ul {
    margin-right: 40px;
}

.f_con ul span {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}

.f_con ul li {
    font-size: 15px;
    margin: 15px 0;
}

.f_con ul li a {
    color: #ccc;
}

.fm {
    float: left;
}

.fr {
    float: left;
}

.fm {
    padding-left: 70px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.fr {
    padding-left: 40px;
    margin-top: 40px;
    margin-left: 30px;
}

.fr img {
    width: 90px;
    height: 90px;
    display: block;
  float:left;
  margin:0 5px;

}

.fr span {
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 15px;
}

.f_b {
    text-align: center;
    line-height: 60px;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    margin-top: 30px;
}

.f_b a {
    color: #ccc;
}

.f_b img {
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}