/* 样式 */

p {
    margin: 0px;
}
.navbar{
    float: right;
}
.navbar-header{
    float: none;
}
.navbar-toggle{
    display: block;
}




/*头部样式*/

@font-face {
    font-family: 'iconfont';
    /* project id 455609 */
    /* src: url('//at.alicdn.com/t/font_455609_gt0xju823n8z1tt9.eot');
    src: url('//at.alicdn.com/t/font_455609_gt0xju823n8z1tt9.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_455609_gt0xju823n8z1tt9.woff') format('woff'), url('//at.alicdn.com/t/font_455609_gt0xju823n8z1tt9.ttf') format('truetype'), url('//at.alicdn.com/t/font_455609_gt0xju823n8z1tt9.svg#iconfont') format('svg'); */
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 13px;
    font-style: normal;
}

.key_tag {
    text-decoration: underline;
}

.top {
    height: 79px;
}

.topbox .boxx {
    border-bottom: 1px solid #eee;
    color: #5a5a5a;
    line-height: 26px;
}

#header {
  
}

.logo {
    float: left;line-height:79px;height:79px;overflow:hidden;
  
}
.logo img{
    max-width: 100%;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    /* background: url(../images/dot4.png) no-repeat 88% 11px; */
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 32px;
    padding-top: 5px;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

#menu {
    padding-right:3%;
}


/*热门搜索*/

.search {
    text-align: left;
    height: 24px;
    background-color: #f8f8f8;
    padding: 5px 10px 5px 10px;
}

#formsearch {
    width: 230px;
    border: 2px solid #f06100;
    border-radius: 15px;
    margin-top: 23px;
}

.hotSearch {}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*主体样式*/

#container {
    width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
}

.boxx {
    padding: 0 10%;
    /* margin-top: 30px; */
}

.tit {
    color: #4e4e4e;
    font:600 36px/40px "Microsoft Yahei";
    padding-top: 150px;
    position: relative;
}

.tit span {
    color: #f46100;
}

.tit .webLine5 {
    position: absolute;
    left: -22px;
    top: 0;
}

.tit .webLine5 .webs5 {
    fill: none;
    stroke-width: 1px;
    stroke: #000;
    opacity: 1;
    stroke-dasharray: 0 720;
    transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) 1s;
    -webkit-transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) 1s;
    -moz-transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) 1s;
    -o-transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) 1s;
}

.active .tit .webLine5 .webs5 {
    stroke-dasharray: 720 0;
}

.tit .webLine6 {
    position: absolute;
    left: -22px;
    top: 0;
}

.tit .webLine6 .webs6 {
    fill: none;
    stroke-width: 1px;
    stroke: #000;
    opacity: 1;
    stroke-dasharray: 0 720;
    transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) 2s;
    -webkit-transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) 2s;
    -moz-transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) 2s;
    -o-transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) 2s;
}

.active .tit .webLine6 .webs6 {
    stroke-dasharray: 720 0;
}

.procate {}

.procate .catebox {
   
}

.cate-left {
    position: relative;
    left: -50px;
    opacity: 0;
    transition: all 1s;width:48%;
}

.active .cate-left {
    left: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.cate-en {
    color: #686868;
    font:500 48px/60px "Microsoft Yahei";
    margin-bottom: 15px;
}

.catetext {
    padding-left:130px;
}
.cate-img{width:43%;}
.cate-img img{width:100%;display:block;}

.catetext h3 {
    color: #000;
    font:600 48px/104px "Microsoft Yahei";
    background: url("//cdn.myxypt.com/eb9b8f43/21/11/a3902e0f248c1a2c10a29fac3cf451afba3a3390.png") no-repeat 0 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catetext .intro {
    color: #646464;
    font: 400 16px/30px "Microsoft Yahei";
    margin: 10px 0 20px;
    display: block;
    overflow : hidden;text-indent:25px;
}

.catetext .more {
    margin-top: 20px;
}

.catetext .more a {
    display: inline-block;
    width: 101px;
    border: 1px solid #e5e5e5;
    border-radius:10px;
    color: #c3c2c2;
    text-align: center;
    font: 400 12px/27px "Microsoft Yahei";
    position: relative;
    transition: all 0.3s;
}

.catetext .more a:before {
    position: absolute;
    left: -100px;
    top: 13px;
    width: 100px;
    height: 1px;
    content: "";
    background: #e5e5e5;
}

.catetext .more:hover a {
    background: #f06100;
    color: #fff;
}

.catetext .more:hover a:before {
    background: #f06100;
}

.catetext h4{color:#f06716;font-size:20px;font-weight:bold;background:#ebebeb;line-height:96px;margin-top:45px;}
.catetext span{font-weight:bold;padding:0 30px;}

.cate-img {
    text-align: right;
    position: relative;
    right: -50px;
    opacity: 0;
    transition: all 1s;
}

.active .cate-img {
    right: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.cate-left {
    padding-top: 55px;
}

.cate-bottom {
    padding-left: 100px;
}

.sort1 {
    position: relative;
    left: -50px;
    opacity: 0;
    transition: all 1.2s;
}

.active .sort1 {
    left: 0;
    opacity: 1;
    transition-delay: 1s;
}

.sort1 li a {
    display: block;
    color: #969696;
    font: 400 14px/36px "Microsoft Yahei";
    padding-bottom: 10px;
}

.sort1 li.cur a {
    color: #f06100;
}

.sort1 li a:hover {
    color: #f06100;
}

.swiper-container2 {
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
}

.swiper-container2 .swiper-slide a {
    display: block;
    color: #333;
    font: 400 14px/36px "Microsoft Yahei";
    text-align: center;
}

.swiper-wrapper img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .webLine5,
    .webLine6 {
        display: none;
    }
    .tit {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .tit {
        font:600 30px/42px "Microsoft Yahei";
        padding-bottom: 10px;
    }
    .tit p {
        height: 30px;
        line-height: 30px;
    }
}


/* 公司简介 */

.about {
    background: #1e8bf8;
    position: relative;
    padding-right: 10%;

}

.about .aboutimg {
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.abouttext {
    padding: 155px 0 88px 300px;
    position: relative;
    right: -50px;
    opacity: 0;
    transition: all 1.2s;
 
}

.active .abouttext {
    right: 0;
    opacity: 1;
    transition-delay: 1s;
}

@media (max-width: 1200px) {
    .abouttext {
        background: none;
    }
}

.webLine7 {
    position: absolute;
    right: -52px;
    bottom: 0;
    padding-top: 30px;
    display: none;
}

.webLine7 .webs7 {
    fill: none;
    stroke-width: 1px;
    stroke: #fff;
    opacity: 1;
    stroke-dasharray: 0 720;
    transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) 1s;
    -webkit-transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) 1s;
    -moz-transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) 1s;
    -o-transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) 1s;
}

.active .webLine7 .webs7 {
    stroke-dasharray: 720 0;
}

.webLine8 {
    position: absolute;
    right: -52px;
    bottom: 0;
    display: none;
}

.webLine8 .webs8 {
    fill: none;
    stroke-width: 1px;
    stroke: #fff;
    opacity: 1;
    stroke-dasharray: 0 720;
    transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) 2s;
    -webkit-transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) 2s;
    -moz-transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) 2s;
    -o-transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) 2s;
}

.active .webLine8 .webs8 {
    stroke-dasharray: 720 0;
}

.abouttext .tit2 {
    color: #fff;
    font:600 34px/60px "Microsoft Yahei";
}

.abouttext .tit2 p {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;font-size:56px;
}

.abouttext .tit2 p:before {
    /*position: absolute;*/
    /*width: 56px;*/
    /*height: 2px;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*background: #fff;*/
    /*content: "";*/
}

.abouttext .content {
    color: #fff;
    font: 400 14px/30px "Microsoft Yahei";
    margin: 30px 0;

    overflow: hidden;
}

.abouttext .more {
    margin-top:120px;
}

.abouttext .more a {
    display: inline-block;
    width: 100px;
    border: 1px solid #fff;
    border-radius:10px;
    color: #fff;
    text-align: center;
    font: 400 12px/27px "Microsoft Yahei";
    position: relative;
    transition: all 0.3s;
}

.abouttext .more a:before {
    position: absolute;
    left:99px;
    top: 13px;
    width: 100px;
    height: 1px;
    content: "";
    background: #fff;
}

.abouttext .more:hover a {
    background: #fff;
    color: #f06100;
}

.abouttext .more:hover a:before {}

.aboutimgs img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .webLine7,
    .webLine8 {
        display: none;
    }
    .about {
        padding-right: 15px;
    }
    .abouttext {
        padding: 30px 0 30px 30px;
    }
    .abouttext .tit2 p{font-size:42px;}
    .abouttext .tit2{font-size:30px;}
}

@media (max-width: 767px) {
    .about .aboutimg {
        background: none;
    }
    .about {
        padding-right: 0;
    }
    .abouttext {
        padding: 30px 0 30px 0;
    }
    .abouttext .tit2 {
        font: 400 25px/42px "Microsoft Yahei";
    }
    .abouttext .tit2 p {
        margin-bottom: 10px;
    }
}


/* 服务网络 */

.small-map {
    position: relative;
    margin-top: 35px;
    height: 127px;
}

.small-map img {
    border: 1px solid #eee;
}

.small-map li {
    background: url(../images/small1.png) no-repeat;
    width: 429px;
    height: 127px;
}

.small-map li.on {
    background: url(../images/small2.jpg) no-repeat;
}

.map img {
    max-width: 100%;
    height: auto;
}

.mp2 {
    display: none;
}

.mapbox {
    position: relative;
    right: -50px;
    opacity: 0;
    transition: all 1.2s;
}

.active .mapbox {
    right: 0;
    opacity: 1;
    transition-delay: 1s;
    min-height: 640px;
}

.mapbox .mp2 {
    display: none;
}

@media (max-width: 1399px) {
    .catetext {
        padding: 0;
    }
}

@media (max-width: 1199px) {
    .cate-en {
        font: 400 30px/42px "Microsoft Yahei";
        height: 42px;
        overflow: hidden;
    }
    .catetext h3 {
        font: 400 26px/34px "Microsoft Yahei";
        padding-top: 10px;
    }
}

@media (max-width: 991px) {
    .active .cate-left {
        padding: 0;
    }
}


/* 合作伙伴 */

.partner {
    background: url("//cdn.myxypt.com/eb9b8f43/21/04/358dc34f636b7ed93079338313cf03057fe6c8f0.jpg") no-repeat 50% 100%;
    padding: 200px 0 50px;
    margin-top: 80px;
}

.part {
    padding-top: 70px;
    position: relative;
    left: -50px;
    opacity: 0;
    transition: all 1s;
}

.active .part {
    left: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.part li {
    margin-top: 13px;
    margin-bottom: 13px;
}

.part li img {
    max-width: 100%;
    height: auto;
}

.partext {
    padding: 0 0 200px 140px;
    background: url("//cdn.myxypt.com/eb9b8f43/21/04/66d0b027ed37dee6ca22f9a261f0387a9e5d6201.png") no-repeat 55px 30%;
    position: relative;
    right: -50px;
    opacity: 0;
    transition: all 1.2s;
}

.active .partext {
    right: 0;
    opacity: 1;
    transition-delay: 1s;
}

.partext .tit2 {
    color: #fff;
    font: 400 48px/60px "Microsoft Yahei";
}

.partext .tit2 p {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 10px;
}

.partext .tit2 p:before {
    position: absolute;
    width: 56px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #fff;
    content: "";
}

.partext .content {
    color: #fff;
    font: 400 14px/30px "Microsoft Yahei";
    padding: 30px 0;
}

.partext .more {
    margin-top: 20px;
}

.partext .more a {
    display: inline-block;
    width: 101px;
    border: 1px solid #f06100;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    font: 400 12px/27px "Microsoft Yahei";
    position: relative;
    background-color: rgba(240, 97, 0, .5);
    transition: all 0.3s;
}

.partext .more a:before {
    position: absolute;
    left: 101px;
    top: 13px;
    width: 100px;
    height: 1px;
    content: "";
    background: #f06100;
}

.partext .more:hover a {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 1);
    color: #f06100;
}

.partext .more:hover a:before {
    background: #fff;
}

@media (max-width: 1199px) {
    .partext .tit2 {
        font: 400 30px/42px "Microsoft Yahei";
    }
}

@media (max-width: 991px) {
    .partner {
        padding: 50px 0;
        margin-top: 30px;
    }
    .part {
        padding-top: 0;
        margin-bottom: 30px;
    }
    .partext {
        padding: 0;
        background: none;
    }
}

@media (max-width: 767px) {
    .part .pa7,
    .part .pa8 {
        display: none;
    }
    .active .part {
        padding: 0 !important;
    }
    .partbox {
        padding: 0 !important;
    }
}


/* 新闻资讯 */

.news .tit {
    text-align: center;
    padding-top: 75px;
    position: relative;
    bottom: -50px;
    opacity: 0;
    transition: all 1s;
}

.news.active .tit {
    bottom: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.newsbox {
    border: 1px solid #eee;
    padding: 20px 15px;
}

.newsbox .time {
    color: #5a5a5a;
    font: 400 16px/18px "Microsoft Yahei";
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 50%;
    width: 96px;
    height: 96px;
    padding-top: 15px;
}

.newsbox .time p {
    color: #000;
    font: 400 30px/30px "Microsoft Yahei";
}

.news_list1 {
    position: relative;
    bottom: -50px;
    opacity: 0;
    transition: all 1.5s;
    padding-top: 40px;
}

.active .news_list1 {
    bottom: 0;
    opacity: 1;
    transition-delay: 1.2s;
}

.news_list1 li {
    margin-top: 18px;
}

.news_list1 li:hover .time {
    background: #f06100;
    border: 3px solid #fde7d9;
    color: #fff;
}

.news_list1 li:hover .time p {
    color: #fff;
}

.news_list1 li h3 a {
    display: block;
    color: #323232;
    font: 400 16px/36px "Microsoft Yahei";
    position: relative;
    height: 36px;
    overflow: hidden;
}

.news_list1 li h3 a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #5a5a5a;
    font: 400 12px/36px "Microsoft Yahei";
}

.news_list1 li h3 p {
    color: #5a5a5a;
    font: 400 14px/24px "Microsoft Yahei";
    height: 48px;
    overflow: hidden;
}

.news_list1 li:hover h3 a {
    /*color: #f06100;*/
}

.news .more {
    margin-top: 55px;
    text-align: center;
    position: relative;
    bottom: -50px;
    opacity: 0;
    transition: all 2s;
}

.news.active .more {
    bottom: 0;
    opacity: 1;
    transition-delay: 1.5s;
}

.news .more a {
    display: inline-block;
    width: 101px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    color: #c3c2c2;
    text-align: center;
    font: 400 12px/27px "Microsoft Yahei";
    position: relative;
    transition: all 0.3s;
}

.news .more a:before {
    position: absolute;
    left: 101px;
    top: 13px;
    width: 100px;
    height: 1px;
    content: "";
    background: #e5e5e5;
}

.news .more a:after {
    position: absolute;
    right: 101px;
    top: 13px;
    width: 100px;
    height: 1px;
    content: "";
    background: #e5e5e5;
}

.news .more:hover a {}

@media (max-width:1350px) {
    .timebox {
        display: none;
    }
    .newsbox h3 {
        width: 100%;
    }
}

@media (max-width:767px) {
    .news .tit {
        padding-top: 30px;
    }
    .news .more {
        margin-top: 30px;
    }
    .news_list1 {
        padding: 0;
    }
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*友情链接*/

.f_link {
    background: url("//cdn.myxypt.com/eb9b8f43/21/04/78a9175de7b04bf6c2a9c9b449cb20068d29c9ce.png") no-repeat 0 50%;
    color: #fff;
    text-indent: 5px;
    margin-left: 30px;
    /* display: none; */
}

.f_link a {
    font-weight: 400;
    color: #787878;
}


/*页面底部*/

#footer {
    background: #272727;
    font: 400 12px/28px "Microsoft Yahei";
    padding-top: 30px;
    margin-top:30px;
}

#footer a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#footer a:hover {
    text-decoration: none;
}

.foot-nav {
    background: url(../images/line6.png) no-repeat 100% 50%;
}

.contacts {
    color: #0f0f0f;
    font: 400 14px/30px "Microsoft Yahei";
}

.contacts img {
    padding-right: 8px;
    vertical-align: top;
}

.foot-bottom {
    background: #1b1b1b;
    color: #fff;
    font: 400 14px/42px "Microsoft Yahei";
}

.foot-bottom a {
    color: #fff;
}


.foot-right {
    text-align: right;
}

.ewm img {
    max-width: 100%;
    height: auto;
}

@media(max-width:991px) {
    .foot-left {
        text-align: center;
    }
}

@media (max-width:767px) {
    #footer {
        margin-top: 30px;
    }
}

.navv {
    height: 78px;
}

.navv li {
    line-height: 78px;
    height: 78px;
    float: left;
    position: relative;
    z-index: 999;
}

.navv li a {
    display: block;
    line-height: 78px;
    color: #333333;
    height: 78px;
    font-size: 16px;
    padding: 0 25px;
}

.navv li a:before {
    position: absolute;
    background: #f1853c;
    left: 0;
    top: -1px;
    width: 0;
    height: 1px;
    content: '';
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.navv li a:hover {
    text-decoration: none;
    background-color: #eeeeee;
    position: relative;color:#7f7f7f;
}

.navv li a:hover:before {
    width: 100%;
}
@media (max-width: 1440px) {
    .navv li a {
            padding: 0 13px;
    }
}
@media (max-width: 1024px) {
    .navv li a {
        padding: 0 13px;font-size:14px;
    }
}
.navv li.en a {
    background-color: #eee;
}

.navv li.en a:before {
    position: absolute;
    background: #f06100;
    left: 0;
    top: -1px;
    width: 100%;
    height: 1px;
    content: '';
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.navv .sec {
    height: 0;
    background: #f06100;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 78px;
    left: 0px;
    width: 100%;
}

.navv .sec a {
    background: #f06100;
    color: #fff;
    height: 38px;
    line-height: 38px;
    display: block;
    font-size: 14px;
    overflow:hidden;
    padding: 0 5px;
    text-align: center;
}

.navv .sec a:hover {
    background: #f67a26;
    text-decoration: none;
}


.navbar-header {}

.navbar-header .navbar-toggle {
    border: 1px solid #b4b8bc;
    padding: 0 10px 0 10px;
    height: 34px;
}

.navbar-header .navbar-toggle .menu {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 34px;
    color: #000;
}

.navbar-header .navbar-toggle.active {}

.navbar-header .navbar-toggle a:hover {
    text-decoration: none;
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: #999;
}

.navbar-header .navbar-toggle:hover {
    border: 1px solid #f06100;
    background: #f06100;
}

.navbar-header .navbar-toggle:hover .menu {
    color: #fff;
}

.navbar-header .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.toleft {
    position: relative;
    overflow-x: hidden;
    left: 0;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.push-toleft {
    left: -260px;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.menuid.menuopen {
    left: 0px;
    opacity: 1;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.push-toleft .head {
    left: -260px;
}

#cbp-spmenu-s2 {
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.navbar-header {
    position: relative;
}

.menuid {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.mobile-menu-overlay {
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: absolute;
    display: none;
    background: #000000;
    z-index: 9;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
}

.cbp-spmenu-open .mobile-menu-overlay {
    display: block;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.cbp-spmenu-right {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    display: block;
    background: #000;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 260px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 60px 0 40px 0;
}

.cbp-spmenu-right li a {
    padding: 15px 23px;
    color: #fff;
    display: block;
    border-bottom: solid 1px #333;
}

.cbp-spmenu-right li a:hover {
    background: #f06100;
    text-decoration: none;
}

.menuid .icon-close {
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    right: 0;
    padding: 20px 20px 0 0;
    font-size: 16px;
}

.menuid .icon-close span {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.menuid .icon-close:hover span {
    color: #f06100;
}

.menuopen .mobile-menu-overlay {
    display: block;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.nav2 li a {
    display: block;
    color: #fff;
    font: 400 16px/46px "Microsoft Yahei";
}

.nav2 li a:hover {
    color: #f06100;
}

.nav2 li .sec {
    padding-top: 10px;
}

.nav2 li .sec a {
    color: #fff !important;
    font: 400 14px/30px "Microsoft Yahei";
    /*background: url("//cdn.myxypt.com/eb9b8f43/21/04/e809e12fb5188004cca5370641772e8140f32aa7.jpg") no-repeat 0 50%;*/
    /*padding-left: 15px;*/
}

.nav2 li .sec a:hover {
    color: #f06100 !important;
    background: url("//cdn.myxypt.com/eb9b8f43/21/04/b7f4fad9d95fd20bc8b0dbbd618bb2c544136ef8.jpg") no-repeat 0 50%;
}

.nav3 li a {
    display: block;
    color: #333 !important;
    font: 400 16px/46px "Microsoft Yahei";
    text-align: center;
    border-bottom: 1px solid #c3c3c3;
}

.nav3 li .sec {
    display: none;
}

.nav3 li .sec a {
    color: #6d6c71;
    font: 400 14px/30px "Microsoft Yahei";
    border-bottom: 1px solid #ddd;
}


/*é¦–é¡µbanner*/

.topbanner {
    width: 100%;
    position: relative;
}

.banner {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.banner ul.bb li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.banner ul.bb li a {
    display: block;
    width: 100%;
    height: 100%;
}

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

.banner .num li {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    background: url("//cdn.myxypt.com/eb9b8f43/21/04/fdfb599111b38a74cc4d9d57e3c7d6e4c81163d8.png") no-repeat 0 50%;
    line-height: 16px;
    text-indent: -100px;
    overflow: hidden;
}

.banner .num li {
    _display: inline;
    _zoom: 1;
    *display: inline;
}

.banner .num li.num_hover {
    background: url("//cdn.myxypt.com/eb9b8f43/21/04/b2e57e0bbec9e8c287c3f3ce638c30d07da3fcbe.png") no-repeat 0 50%;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.pre {
    width: 32px;
    height: 50px;
    position: absolute;
    left: 10%;
    top: 45%;
    margin-top: -25px;
    z-index: 999;
    cursor: pointer;
    display: none;
    opacity: 0.6;
}

.next {
    width: 32px;
    height: 50px;
    position: absolute;
    right: 10%;
    top: 45%;
    margin-top: -25px;
    z-index: 999;
    cursor: pointer;
    display: none;
    opacity: 0.6;
}

@keyframes myfirst {
    from {
        left: 100px;
        opacity: 0;
    }
    to {
        left: 0;
        opacity: 1;
    }
}

@-moz-keyframes myfirst
/* Firefox */

{
    from {
        left: 100px;
        opacity: 0;
    }
    to {
        left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes myfirst
/* Safari å’Œ Chrome */

{
    from {
        left: 100px;
        opacity: 0;
    }
    to {
        left: 0;
        opacity: 1;
    }
}

@-o-keyframes myfirst
/* Opera */

{
    from {
        left: 100px;
        opacity: 0;
    }
    to {
        left: 0;
        opacity: 1;
    }
}

@keyframes mysec {
    from {
        right: 100px;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

@-moz-keyframes mysec
/* Firefox */

{
    from {
        right: 100px;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

@-webkit-keyframes mysec
/* Safari å’Œ Chrome */

{
    from {
        right: 100px;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

@-o-keyframes mysec
/* Opera */

{
    from {
        right: 100px;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

.topbanner .text {
    color: #fff;
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    font: 400 40px/60px "Microsoft Yahei";
}

.banbox {
    display: table-cell;
    vertical-align: middle;
}

.topbanner .intro {
    color: #fff;
    font: 400 20px/40px "Microsoft Yahei";
    display: inline-block;
    border-top: 1px solid #b6aeae;
    padding-top: 10px;
}

.topbanner .bantop {
    position: relative;
    opacity: 1;
    right: 0;
    animation: myfirst 1.2s;
    -moz-animation: myfirst 1.2s;
    -webkit-animation: myfirst 1.2s;
    -o-animation: myfirst 1.2s;
}

.topbanner .banbottom {
    padding-top: 55px;
    position: relative;
    opacity: 1;
    right: 0;
    animation: mysec 1.5s;
    -moz-animation: mysec 1.5s;
    -webkit-animation: mysec 1.5s;
    -o-animation: mysec 1.5s;
}

.swiper-wrapper img {
    max-width: 100%;
    height: auto
}

.hotSearch a {
    margin-right: 6px;
}

#formsearch input {
    height: 25px;
    background: #fff;
    border: none;
    line-height: 25px;
    outline: none;
    border-radius: 15px;
}

#formsearch input#keyword {
    width: 174px;
    height: 25px;
    line-height: 25px;
    padding-left: 8px;
    color: #666;
    float: left;
    display: block;
}

#formsearch input#s_btn {
    width: 48px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: url("//cdn.myxypt.com/eb9b8f43/21/04/4f9a87d2f3b1a91cab275750f400bb2dd0e3c86a.png") no-repeat 50% 50%;
    color: #fff;
    border: none;
    cursor: pointer;
}

@media (max-width: 1680px) {
    .boxx {
        padding: 0 15px;
    }
}

@media (max-width: 1399px) {
    #formsearch {
        display: none;
    }
    #menu {
        padding-right: 0;
    }
}
@media (max-width: 1024px) {

    .navbar-header{
        top:1.5rem;
    }
}
@media (max-width: 1099px) and (min-width:994px) {
    .navv li a {
        padding: 0 13px;
    }
    .logo{
        width:36%;
    }
}

@media(max-width: 560px) {
    .top {
        height: auto;
    }
    .logo {
        /*width: 36%;*/
        width:76%;
    }
    .logo img {
        max-width: 100%;
    }
}

/* 小屏幕底部 */

@media(max-width:767px) {
    body {
        /*padding-bottom: 50px;*/
    }
}

li {
    list-style: none;
    cursor: pointer;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #f06100;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url("//cdn.myxypt.com/eb9b8f43/21/04/42b50da581c326e75c013761aeb082464da75880.png") no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url("//cdn.myxypt.com/eb9b8f43/21/04/83f5a342e0d2b452c2baa3b2cd78d8ffb2ab674c.png") no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url("//cdn.myxypt.com/eb9b8f43/21/04/220617956c7f7405a7fe113b00c85ccb37bd7785.png") no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}

/* 内页 */
.xypg-right-content img{
    max-width: 100%;
}




