﻿@charset "utf-8";
.top-nav-container{
    width:100%;
    height: 33px;
    line-height: 33px;
    background:#245DA2;
}
.menu-btn{display:none;padding:12px 0;float:right;margin-left:15px}

.menu-btn:before,.menu-btn:after,.menu-btn span{display:block;height:2px;background-color:#009049;content:''}

.menu-btn:before{width:24px;}

.menu-btn:after{width:18px;margin-left:6px}

.menu-btn span{width:12px;margin:6px 0 6px 12px}

.top-greet-span{
    color:#fff;
    font-size: 12px;
}
.inner-container{
    width:1200px;
    height: auto;
    position: relative;
    margin-left:auto;
    margin-right: auto;
}
.top-tel-bar{
    width:365px;
    height: 60px;
    overflow: hidden;
    background:url(../img/telbg.png) no-repeat center bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top:0;
    z-index: 1;
}
.top-tel-p{
    background:url(../img/tel.png) no-repeat left center;
    -webkit-background-size: 30px 26px;
    background-size: 30px 26px;
    padding-left: 40px;
    color:#fff;
    margin: 14px auto auto 30px;
}
.menu-container{
    width:100%;
    height: auto;
    position: relative;
    background:#fff;
}
.menu-container .inner-container{
    position: initial;
}
.logo-imgbox{
    width:25%;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
    margin-top:29px;
}
.logo-imgbox img{
    float: left;
    display: block;
    height: 60px;
}
.menu-right-panel{
    width:75%;
    height: auto;
    float: left;
    margin-top: 25px;
}
.menu-right-list{
    width:16%;
    height: auto;
    float: left;
    text-align: center;
}
.menu-right-list:after{
    content:"";
    display:block;
    clear:both;
}
a.menu-right-a,.menu-right-a{
    margin-top:20px;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
}
.menu-right-en{
    text-transform: uppercase;
    font-size: 12px;
}
.on a.menu-right-a,.on1 a.menu-right-a{
    color:#F27416;
}
/*轮播*/
.pb-carouselWarp {
    position: relative;
    width: 100%;
    height: 710px;
    overflow: hidden;
}
.pb-carouselWarp .pb-carousel {
    position: relative;
    height: 100%;
}
.pb-carouselWarp .pb-carousel li {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.pb-carouselWarp .pb-carousel li.anli{
    height: 500px;
    margin-top:90px;
}
.pb-carouselWarp .pb-carousel li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.pb-carouselWarp .pb-carousel .pb-this {
    display: block;
    left: 0;
}
.pb-carouselWarp .pb-carousel-ind {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.pb-carouselWarp .pb-carousel-ind li {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
    cursor: pointer;
}
.pb-carouselWarp .pb-carousel-ind.zizhi li{
     background-color: #245DA2;   
}
.pb-carouselWarp .pb-carousel-ind .pb-this {
    width:30px;
    border-radius: 5px;
}
.pb-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: none;
}
.pb-arrow-prev {
    left: 20px;
    background: #000000 url(../img/arrow-left.png) no-repeat center;
    opacity: 0.5;
}
.dg-container:hover .pb-arrow-prev,.dg-container:hover .pb-arrow-next{
    opacity: 1;
} 
.pb-arrow-next {
    right: 20px;
    background: #000000 url(../img/arrow-right.png) no-repeat center;
    opacity: 0.5;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind {
    position: absolute;
    width: 15px;
    top: 50%;
    left: auto;
    bottom: auto;
    right: 20px;
    transform: translateY(-50%);
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind li {
    float: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 5px 0;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind .pb-this {
    background-color: #000;
}
.pb-carouselWarp[type='updown'] .pb-arrow {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -20px;
    margin-top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.pb-carouselWarp[type='updown'] .pb-arrow-prev {
    top: 20px;
    background: #000000 url(arrow-top.html) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-arrow-next {
    top: auto;
    bottom: 20px;
    background: #000000 url(arrow-bottom.html) no-repeat center;
}
.slide-infor{
    position: absolute;
    left: 50%;
    margin-left: -450px;
    top:50%;
    margin-top:-125px;
}
/*3D轮播*/
.mk-carousel {
    height: 500px;
    overflow: hidden;
    position: relative;
    z-index: 999;
    font-size: 0;
    text-align: left;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .mk-carousel {
        height: 300px
    }
}

.mk-carousel>img {
    height: 259px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-bottom: 100%;
    opacity: 0.8;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: perspective(200px) rotateY(-50deg);
    -ms-transform: perspective(200px) rotateY(-50deg);
    -webkit-transform: perspective(200px) rotateY(-50deg);
    transform: perspective(200px) rotateY(-30deg);
    /*-webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(0,0,0,0.5)))*/
}

@media (max-width: 767px) {
    .mk-carousel>img {
        height: 100px;
        margin-top: -50px
    }
}

.mk-carousel>img.active {
    z-index: 2;
    opacity: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: rotateY(0deg) scale(1.3);
    -ms-transform: rotateY(0deg) scale(1.3);
    -webkit-transform: rotateY(0deg) scale(1.3);
    transform: rotateY(0deg) scale(1.3)
}

.mk-carousel>img.image-left {
    -moz-transform: perspective(200px) rotateY(30deg);
    -ms-transform: perspective(200px) rotateY(30deg);
    -webkit-transform: perspective(200px) rotateY(30deg);
    transform: perspective(200px) rotateY(30deg)
}

.mk-carousel .mk-nav-controls {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    margin-top:-24px;
    padding: 0;
    width: 1200px;
    font-size: 12px;
    text-align: center
}

.mk-carousel .mk-nav-controls li {
    display: inline-block;
    width:48px;
    height: 48px;
    overflow: hidden;
}

.mk-carousel .mk-nav-controls li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #666;
    display: inline-block;
    padding: 5px;
    line-height: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.mk-carousel .mk-nav-controls li a i{
    color:#666;
    font-size:42px;
}

.mk-carousel .mk-nav-controls li a:hover,.mk-carousel .mk-nav-controls li a:focus,.mk-carousel .mk-nav-controls li a:active {
    background: #fff;
    color: #333;
}
.threed-container{
    width:100%;
    background:#fafafa;
}
.threed-content{
    width:327px;
    height: auto;
    overflow: hidden;
    margin:0 auto 30px;
}
.threed-hd{
    font-size: 20px;
    text-align: center;
    color:#333;
    padding:10px 0;
    position: relative;
    margin-bottom: 20px;
}
.threed-hd:after{
    content: "";
    position: absolute;
    width:48px;
    height: 4px;
    background:#145ab7;
    bottom: 0;
    left:50%;
    margin-left:-24px;
}
.threed-bd{
    font-size: 13px;
    color:#666;
    line-height: 32px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.control-li-left{
    float: left;
}
.control-li-right{
    float: right;
}
/*新闻中心*/
.index-hd-view{
    width:100%;
    height: auto;
    overflow: hidden;
    margin:60px auto;
    text-align: center;
}
.first-hd-title{
    font-size: 34px;
    color:#333;
    margin-bottom: 18px;
    text-align: center;
}
.second-hd-title{
    font-size: 15px;
    color: #999;
    position: relative;
    width:600px;
    margin:0 auto;
    font-family: "微软雅黑";
    font-weight: normal;
    text-transform:uppercase;
    letter-spacing:2px;
}
.second-hd-title:before,.second-hd-title:after{
    content: "";
    width:155px;
    height: 1px;
    overflow: hidden;
    background:#999;
    top:50%;
    position: absolute;
}
.second-hd-title:before{
    left:0;
}
.second-hd-title:after{
    right:0;
}
.index-bd-view{
    width:100%;
    height: auto;
    overflow: hidden;
    background:#fff;
    box-shadow: 0px 0px 30px #ccc;
}
.news-left-view{
    width:522px;
    height: 372px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    position: relative;
}
.news-slide-infor{
    width:100%;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background:rgba(0,0,0,0.5);
    color: #fff;
    font-size: 16px;
    padding:0 26px;
}
.news-carouselWarp {
    position: relative;
    width: 100%;
    height: 372px;
    overflow: hidden;
}
.news-carouselWarp .pb-carousel-ind{
    position: absolute;
    height: 46px;
    bottom: 0px;
    right: 0px;
    transform: translateX(-50%);
    z-index: 3;
}
.news-carouselWarp .pb-carousel-ind .pb-this{
    opacity: 1;
    border-radius: 5px;
}
.new-right-more{
    color:#2f65cc;
    font-size: 16px;
    text-align: right;
    padding-right: 30px;
}
.new-right-more a{
    transition: all 0.3s;
}
.news-carouselWarp .pb-carousel-ind li {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
    cursor: pointer;
    margin-top:17px;
    opacity: 0.6;
}
.news-right-view{
    width:648px;
    height: auto;
    overflow: hidden;
    float: right;
}
.news-right-list{
    padding:20px 30px 0 0;
    height: auto;
    overflow: hidden;
}
.news-right-li{
    width:100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    padding:8px 0 20px;
}
.news-right-li:after{
    content: "";
    width:100%;
    height: 1px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    background:#b9b9b9;
}
.news-right-a{
    padding-right: 90px;
    position: relative;
    display: block;
}
.news-time-right{
    color:#5f5f5f;
    background:#f2f2f2;
    position: absolute;
    right: 0;
    top:32px;
    padding:0 5px;
}
.news-title-bar{
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    color:#7d7d7d;
    font-size: 20px;
    margin-bottom: 5px;
}
.news-title-span{
    color:#3f3f3f;
    font-weight: bold;
    margin-right: 5px;
}
.news-title-span{
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*合作案例*/
.cooperation-case-view{
    width:100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.cooperation-case-view p.content{
    width:736px;
    margin:0 auto 10px;
}
.cooperation-case-view p.more{

}
a.learn-more-a{
    color:#999;
    position: relative;
    padding-right: 30px;
}
a.learn-more-a:hover{
    color:#F27416;
}
.cooperation-case-wrap{
    width:100%;
    height: auto;
    overflow: hidden;
    background:url(../img/bg1.png) no-repeat center;
    background-size:cover
}
.cooperation-case-title{
    width:100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 160px;
    font-weight: bold;
}
a.cooperation-hd-list{
    display: block;
    position: relative;
    float: left;
    width:184px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border:solid 1px #245da2;
    color:#245da2;
    background:none;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
a.cooperation-hd-list.on{
    color:#fff;
    background:#245da2;
}
a.cooperation-hd-list.on:after{
    content: '';
    width:0;
    height:0;
    overflow:hidden;
    font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
    line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
    border-width:10px;
    border-style:solid;  /*ie6下会出现不透明的兼容问题*/
    border-color:#245da2 transparent transparent transparent;
    position: absolute;
    left:50%;
    margin-left:-5px;
    bottom:-20px;
}
.cooperation-case-content{
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cooperation-case-content.on{
    display: block;
}
.cooperation-left-panel{
    width:260px;
    height: 500px;
    overflow-x:hidden;
    overflow-y: auto;
    background:#4276cb;
    float: left;
    margin-top:90px;
    margin-bottom:90px;
}
.cooperation-left-panel::-webkit-scrollbar {
   width: 8px;
}
.cooperation-left-panel::-webkit-scrollbar-track {
 background-color:#F27416;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}
.cooperation-left-panel::-webkit-scrollbar-thumb {
 background-color:#3f8dd1;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}
.cooperation-left-li{
    position: relative;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding:0 15px;
}
.cooperation-left-li a:after{
    content: '';
    width: 100%;
    height: 1px;
    background:#6b80ab;
    left:0px;
    bottom: 0;
    position: absolute;
}
.cooperation-left-li:last-child a:after{
    background:none;
}
.cooperation-left-li a{
    color:#fff;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.cooperation-left-li:hover{
    background:#235693;
}
.cooperation-left-li:hover a:after{
    background:none;
}
.cooperation-right-panel{
    width:754px;
    height: auto;
    overflow: hidden;
    float: right;
    display: none;
}
.cooperation-right-panel.on{
    display: block;
}
.cooperation-right-panel img{
    width:100%;
}
/*我们的优势*/
.advantage-container{
    width:100%;
    height: auto;
    overflow: hidden;
    background:#f1f1f1;
}
.brief-intro{
    color:#333;
    text-align: center;
}
.our-advantage-middle{
    position: relative;
    width:717px;
    height: 439px;
    margin:0 auto;
}
.middle-img{
    width: 100%;
    position: absolute;
    left:0;
    top:0;
}
.our-advantage-left{
    width:241px;
    height: auto;
    overflow: hidden;
    float:left;
    margin-left:-241px;
    margin-top:42px;
}
.our-advantage-right{
    width:241px;
    height: auto;
    overflow: hidden;
    float:right;
    margin-right:-241px;
    margin-top:42px;
}
.advantage-list{
    width: 100%;
    height: 42px;
    line-height: 42px;
    float: left;
    margin-bottom: 36px;
}
.advantage-infor{
    width:100%;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    float: right;
    text-align: right;
    color:#666;
    font-size: 26px;
    padding-right: 52px;
    background-repeat: no-repeat;
    background-size:42px;
}
.advantage-infor.li1{
    background-image: url(../img/i1.png);
    background-position: right center;
}
.advantage-infor.li2{
    background-image: url(../img/i2.png);
    background-position: right center;
}
.advantage-infor.li3{
    background-image: url(../img/i3.png);
    background-position: right center;
}
.advantage-infor.li4{
    background-image: url(../img/i4.png);
    background-position: right center;
}
.advantage-infor.li5{
    background-image: url(../img/i5.png);
    background-position: right center;
}
.advantage-infor-right{
    width:100%;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    float: left;
    text-align: left;
    color:#666;
    font-size: 26px;
    padding-left: 52px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size:42px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.advantage-infor-right.li6{
    background-image: url(../img/i6.png);
    background-position: left center;
}
.advantage-infor-right.li7{
    background-image: url(../img/i7.png);
    background-position: left center;
}
.advantage-infor-right.li8{
    background-image: url(../img/i8.png);
    background-position: left center;
}
.advantage-infor-right.li9{
    background-image: url(../img/i9.png);
    background-position: left center;
}
.advantage-infor-right.li10{
    background-image: url(../img/i10.png);
    background-position: left center;
}
a.advantage-a:hover .li1{
    background-image: url(../img/i11.png);
    color: #F27416;
}
a.advantage-a:hover .li2{
    background-image: url(../img/i22.png);
    color: #F27416;
}
a.advantage-a:hover .li3{
     background-image: url(../img/i33.png);
     color: #F27416;
 }
a.advantage-a:hover .li4{
    background-image: url(../img/i44.png);
    color: #F27416;
}
a.advantage-a:hover .li5{
    background-image: url(../img/i55.png);
    color: #F27416;
}
a.advantage-a:hover .li6{
    background-image: url(../img/i66.png);
    color: #F27416;
}
a.advantage-a:hover .li7{
    background-image: url(../img/i77.png);
    color: #F27416;
}
a.advantage-a:hover .li8{
    background-image: url(../img/i88.png);
    color: #F27416;
}
a.advantage-a:hover .li9{
    background-image: url(../img/i99.png);
    color: #F27416;
}
a.advantage-a:hover .li10{
    background-image: url(../img/i1010.png);
    color: #F27416;
}
/*合作伙伴*/
.cooperation-slogan{
    font-size: 24px;
    color:#585858;
    text-align: center;
    margin-bottom: 20px;
}
.cooperation-wrap{
    width:100%;
    height: auto;
    overflow: hidden;
}
.cooperation-list{
    width:25%;
    height: auto;
    overflow: hidden;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
a.cooperation-a{
    display: block;
    width:100%;
    height: 100%;
}
.cooperation-imgbox{
    width:100%;
    height: 44px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
.cooperation-imgbox img{
    max-width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.cooperation-imgbox:hover img{
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.cooperation-infor{
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*底部*/
.footer-wrap{
    width:100%;
    height: auto;
    overflow: hidden;
    background:#35373a;
}
.footer-slogan{
    width:100%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    color:#F27416;
    font-size: 16px;
    position: relative;
}
.footer-slogan:after{
    content: "";
    width:100%;
    height: 1px;
    background:#838588;
    position: absolute;
    bottom: 0;
    left:0;
}
.footer-contact{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color:#999;
}
.footer-contact-p{
    display: inline;
    float: left;
}
.footer-contact-addr{
    float:right;
}
.footer-contact-tel{
    margin-right: 70px;
}
.footer-menu-wrap{
    width:100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 60px;
    position: relative;
}
.footer-menu-wrap:after{
    content: "";
    width:100%;
    height: 1px;
    background:#838588;
    position: absolute;
    bottom: 0;
    left:0;
}
.footer-menu-left{
    width:680px;
    height: auto;
    overflow: hidden;
    float: left;
}
.footer-menu-li{
    width:20%;
    height: auto;
    overflow: hidden;
    float: left;
}
.footer-menu-title{
    font-size: 16px;
    color:#fff;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a.footer-menu-a{
    color:#999;
    width:100%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
a.footer-menu-a:hover{
    color:#F27416;
}
.footer-menu-middle{
    width:125px;
    height: 125px;
    overflow: hidden;
    margin-top:24px;
    float: left;
    margin-right: 54px;
}
.footer-menu-middle img{
    width:100%;
}
.footer-menu-right{
    width:340px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 10px;
}
.footer-business-li{
    width:50%;
    height: auto;
    overflow: hidden;
    float: left;
}
a.footer-business-a{
    color: #f5f3f3;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
a.footer-business-a:hover{
    color:#F27416;
}
.more-i{
    position: absolute;
    right: 15px;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-1rem, -50%);
    -o-transform: translate(-1rem, -50%);
    transform: translate(-1rem, -50%);
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}
.learn-more-a:hover{
    color:#333;
}
.learn-more-a:hover .more-i{
    right: 0;
    opacity: 1;
    visibility: visible;
}
.second-menu-panel{
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #E3E7EB;
    left: 0;
    top:101px;
    z-index: 13;
    display: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; 
    padding:20px 0 0px;   
}
.cbp-hropen .second-menu-panel{
    display: block;
}
.inner-second-menu{
    width: 1200px;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;    
    padding-left: 300px;
}
.inner-second-menu a{
    display: inline-block;
    border-radius: 5px;
    -wekit-border-radius: 5px;
    background: #CFCFCF;
    color: #fff;
    font-size: 14px;
    padding:8px 16px;
    margin-bottom: 20px;
    margin-right: 26px;
    float: left;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;     
}
.inner-second-menu a:hover{
    background: #EF7F40;
}
/*补充*/
.menu-right-list1 {
    width: 16%;
    height: auto;
    float: left;
    text-align: center;
}
/*.menu-right-list.cbp-hropen a.menu-right-a {
    color: #F27416;
}*/
.inner-second-menu a.active{
    background: #EF7F40;
}









