@charset "UTF-8";

@font-face {
    font-family: "hangkai";
    src: url("../fonts/hangkai.eot");
    /* IE9 */
    src: url("../fonts/hangkai.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */

        url("../fonts/hangkai.woff") format("woff"),
        /* chrome、firefox */
        url("../fonts/hangkai.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

        url("../fonts/hangkai.svg#hangkai") format("svg");
    /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

.findcode{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.findcode div{
    text-align: center;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.findcode div:hover p{
    color: #ee920f;
}
.findcode h4{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.findcode p{
    border-bottom: 1px #bbb solid;
    line-height: 18px;
}
.findcode img{
    width: 18px;
    margin-left: 4px;
}

/*网站主题色*/
a:hover {
    color: #ee920f;
}

/*图片*/
img {
    max-width: 100%;
}

/*定宽布局*/
.com-width {
    margin-right: auto;
    margin-left: auto;
    width: 1600px;
}

.w1200 {
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
}

.wap-banner {
    display: none;
}

@media (max-width:1600px) {
    .com-width {
        width: 1200px;
    }

}
#upimg{
    padding: 40px 50px;
}

.openImg img{
    width: 100%;
}
/*@media (max-width:1280px) {
    .com-width {
        width: 1000px;
    }

}

@media (max-width:1040px) {
    .com-width {
        width: 980px;
    }

}

@media (max-width:980px) {
    .com-width {
        width: 96%;
    }

}*/


/*头部*/
.header {
    position: relative;
    height: 120px;
    z-index: 99999;
}

.header h1 {
    margin-top: 35px;
}
.header .menu{display: none;}
.header-other {
    margin-top: 42px;
    text-align: right;
}
.header-other .lang{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1111;
    padding: 5px 10px 10px;
}
.header-other .lang:hover .iifo{
    display: block;
}
.header-other .lang .jt{
 transition: .5s;   
}
.header-other .lang:hover .jt{
    transform: rotate(180deg);
}
.header-other .lang .iifo{
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 10px 16px;
    display: none;
    border: 1px #eee solid ;
    z-index: 99;
}
.header-other .lang .iifo a{
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    width: 100%;
}
.header-other .lang .iifo i{
    width: 16px;
    height: 16px;
    border: 1px #aaa solid ;
    border-radius: 50%;
    background: #fff;
}
.header-other .lang .iifo a:hover i{
    border-width: 5px;
    border-color: #f69603;
}
.header-other .lang p{
    margin: 0 10px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.header-other .lang p img{
    margin: 0 4px;
}
.header-other .lang i{
    width: 2px;
    height: 22px;
    background: #ddd;
    margin: 0 8px;
}
.header-other .mall {
    display: inline-block;
    font-size: 16px;
    color: #ee920f;
    vertical-align: middle;
}

.header-other .mall .icon-mall {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/header-icon-1.png) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
    vertical-align: middle;
}

.header-other .search-box {
    display: inline-block;
    width: 310px;
    height: 36px;
    vertical-align: middle;
}

.header-other .search-box .inp {
    float: left;
    width: 264px;
    line-height: 34px;
    height: 36px;
    padding: 0 15px;
    border: 1px solid #aaa;
    border-right: none;
    -moz-border-radius-bottomleft: 5px;
         border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
         border-top-left-radius: 5px;
    font-size: 16px;
    color: #828081;
}

.header-other .search-box .sub {
    width: 46px;
    height: 36px;
    background: #ff9600 url(../images/header-icon-2.png) no-repeat center;
    cursor: pointer;
    -moz-border-radius-bottomright: 5px;
         border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
         border-top-right-radius: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.header-other .search-box .sub:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
       -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
}

.header-navlist {
    margin-top: 20px;
}

.header-navlist li {
    position: relative;
    float: left;
    font-size: 18px;
    padding: 0 30px;
    line-height: 1.5;
}

.header-navlist li:last-child {
    padding-right: 0;
}

.header-navlist li~li:before {
    content: "/";
    position: absolute;
    left: 0;
}

.header-navlist li a {
    display: inline-block;
    position: relative;
    color: #4d4d4d;
    padding-bottom: 5px;
}

.header-navlist li a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    border-bottom: 2px solid #ee920f;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.header-navlist li.on a:before,
.header-navlist li a:hover:before {
    width: 100%;
    left: 0;
}


/*新导航*/
.navlist-bar {
    background: #000;
    line-height: 64px;
    position: relative;
    z-index: 999;
}

.navlist li {
    position: relative;
    float: left;
    font-size: 16px;
}

.navlist li a {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 172px;
}

.navlist li.on a,
.navlist li a:hover,.navlist li a.cur,.s_menu li a.cur {
    color: #f69603;
}

.navlist>li~li>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    border-left: 2px solid #fff;
}

.head-mall {
    font-size: 16px;
    color: #f69603;
}

.head-mall .icon-mall {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: url(../images/head-mall.png) no-repeat center;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-animation: sh-shake 2s ease infinite;animation: sh-shake 2s ease infinite;
}
@-webkit-keyframes sh-shake {
0%,25%,100% {-webkit-transform: translateY(0)}
3%,9%,15% {-webkit-transform: translateY(-3px)}
6%,12%,20% {-webkit-transform: translateY(3px)}
}

@keyframes sh-shake {
0%,25%,100% {-webkit-transform: translateY(0);transform: translateY(0)}
3%,9%,15% {-webkit-transform: translateY(-3px);transform: translateY(-3px)}
 6%,12%,20% { -webkit-transform: translateY(3px);transform: translateY(3px)}
}

/*  导航按钮 */
.navTrigger {
    position: absolute;
    top: 22px;
    right: 15px;
    width: 28px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 20;
    cursor: pointer;
    display: none;
}

.navTrigger span {
    display: block;
    height: 2px;
    background: #333;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.navTrigger span:nth-child(3) {
    margin-bottom: 0;
}

.navTrigger-on span:nth-child(1) {
    -webkit-transform: translateX(4px) translateY(0px) rotate(45deg);
       -moz-transform: translateX(4px) translateY(0px) rotate(45deg);
        -ms-transform: translateX(4px) translateY(0px) rotate(45deg);
            transform: translateX(4px) translateY(0px) rotate(45deg);
}

.navTrigger-on span:nth-child(2) {
    opacity: 0;
}

.navTrigger-on span:nth-child(3) {
    -webkit-transform: translateX(2px) translateY(2px) rotate(-45deg);
       -moz-transform: translateX(2px) translateY(2px) rotate(-45deg);
        -ms-transform: translateX(2px) translateY(2px) rotate(-45deg);
            transform: translateX(2px) translateY(2px) rotate(-45deg);
}


/*首页轮播图*/
.banner.flexslider {
    overflow: hidden;
    z-index: 2;
}

.banner .slides {
    height: 100%;
}

.banner .slides li {
    width: 100%;
    /*height: 100%;*/
    min-height: 300px;
    position: relative;
    overflow: hidden;
}

.banner .slides li img {
    /*opacity: 0;*/
}

.banner .slides li .banloader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.banner .slides li .loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    -moz-border-radius: 50%;
         border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -webkit-animation: spinner 700ms infinite linear;
}

.banner .slides li video {
    position: absolute;
    top: 0;
    left: 0;
}

.banner .flex-direction-nav a {
    cursor: pointer !important;
    background: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: none;
}

.banner .flex-direction-nav a:hover {
    opacity: 1;
}

.banner .flex-direction-nav .flex-next {
    right: 10px;
    background: url(../img/flex-next.png) no-repeat center #fff;
}

.banner .flex-direction-nav .flex-prev {
    left: 10px;
}

.banner .flex-control-nav {
    bottom: 20px;
}

.mbanner {
    display: none;
    overflow: hidden;
}

.mbanner ul {
    height: 100%;
}

.mbanner ul li {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mbanner ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.mbanner ul li a span {
    display: block;
    z-index: -1;
}

.mbanner ul li img {
    opacity: 0;
    filter: alpha(opacity=0);
}

.mbanner ul li video {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
}

.mbanner .flex-control-nav {
    bottom: 10px;
}

.flex-control-nav li {
    width: 16px;
    height: 16px;
    border: 2px #f69603 solid;
    -moz-border-radius: 50%;
         border-radius: 50%;
    overflow: hidden;
}

.flex-control-nav li .flex-active::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f69603;
    /*border-radius: 50%;*/
}

.flex-control-paging li a {
    width: 14px !important;
    height: 14px !important;
}



/*首页*/
.index-title {
    text-align: center;
}

.index-title h3 {
    /*display: none;*/
    font-size: 36px;
    color: #fff;
    line-height: 1;
}

.index-title .en {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}

.index-title-big h3 {
    font-size: 48px;
    color: #333;
    line-height: 1;
    letter-spacing: 5px;
    font-weight: 300;
}

.index-title-big h3 sup{ font-size:24px;}

.index-title-big p {
    display: inline-block;
    font-size: 26px;
    color: gray;
    margin-top: 30px;
    line-height: 1;
    font-weight: 300;
}

.index-title-big p span {
    font-size: 38px;
    color: #636363;
    font-family: "hangkai";
}

.index-one {
    padding-top: 80px;
    padding-bottom: 100px;
    background: #e8f2fb;
}

.index-one .index-title-big {
    margin-bottom: 80px;
}

.index-one-list .item .box {
    position: relative;
    background: #e5f1ff;
    height: 670px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: background .4s, box-shadow .4s;
    -webkit-transition: background .4s, -webkit-box-shadow .4s;
    transition: background .4s, -webkit-box-shadow .4s;
    -moz-transition: background .4s, box-shadow .4s, -moz-box-shadow .4s;
    transition: background .4s, box-shadow .4s;
    transition: background .4s, box-shadow .4s, -webkit-box-shadow .4s, -moz-box-shadow .4s;
}

.index-one-list .item .box:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    background: #ed9211;
}

.index-one-list .item .box .pic {
    position: relative;
}

.index-one-list .item .box .pic .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #202020;
    background: rgba(32, 32, 32, .8);
    text-align: center;
    padding-top: 25%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.index-one-list .item .box:hover .pic .cover {
    opacity: 1;
    visibility: visible;
}

.index-one-list .item .box .pic .cover .ct {
    display: block;
    font-size: 28px;
    color: #fff;
    width: 100%;
    height: 53px;
    line-height: 53px;
    background: url(../images/tit-bg.png) no-repeat center;
    margin-bottom: 25px;
}

.index-one-list .item .box .pic .cover .cm {
    color: #ff9600;
    font-size: 16px;
}

.index-one-list .item .box .cont {
    padding: 30px 50px;
    text-align: center;
}

.index-one-list .item .box .cont .tit {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.index-one-list .item .box .more2 {
    position: absolute;
    right: 50px;
    bottom: 50px;
    font-size: 16px;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
}

.index-one-list .item .box .cont p {
    font-size: 18px;
    color: #484a4c;
    line-height: 36px;
    text-align: justify;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
letter-spacing: 3px;
}

.index-one-list .item .box .cont .subitem {
    text-align: left;
}

.index-one-list .item .box .cont .subitem dl {
    font-size: 16px;
    color: #484a4c;
    line-height: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.index-one-list .item .box .cont .subitem dl dt {
    position: relative;
}

.index-one-list .item .box .cont .subitem dl dt:before {
    content: "·";
    position: absolute;
    left: -10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.index-one-list .item .box:hover .cont .subitem dl dt:before {
    color: #fff;
}

.index-one-list .item .box .cont .subitem dl dt a {
    display: inline-block;
    color: #484a4c;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.index-one-list .item .box .cont .subitem dl dt a:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -moz-transform: translateX(10px);
         transform: translateX(10px);
}

.index-one-list .item .box:hover .cont .tit,
.index-one-list .item .box:hover .cont p,
.index-one-list .item .box:hover .cont .subitem dl dt a,
.index-one-list .item .box:hover .more2 {
    color: #fff;
}

.com-more {
    display: inline-block;
    width: 120px;
    line-height: 36px;
    font-size: 16px;
    color: #fff !important;
    background: #ee920f;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.com-more:hover {
    width: 140px;
}

.index-one-list .item .box .cont .com-more {
    margin-top: 25px;
}

.index-partner {
    padding-top: 70px;
    padding-bottom: 70px;
    /*height: 840px;*/
    -moz-background-size: cover;
         background-size: cover;
}

.index-partner-list {
    margin-top: 90px;
}

.index-partner-list {
    margin-left: -6px;
    margin-right: -6px;
}

.index-partner-list li {
    padding: 0 6px;
    margin-bottom: 12px;
}

.index-partner-list li .box {
    background: #fff;
    -moz-border-radius: 5px;
         border-radius: 5px;
    text-align: center;
    overflow: hidden;
    height: 120px;
    line-height: 120px;
    font-size: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.index-partner-list li .box:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
         box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
         transform: translate3d(0, -2px, 0);
}

.index-partner-list li:last-child .box {
    background: #f69706;
    color: #fff;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.index-partner-list li:last-child .box:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) inset;
       -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) inset;
}

.com-title {
    position: relative;
}

.com-title h3 {
    color: #252c5a;
    font-size: 36px;
    line-height: 1;
}

.com-title .en {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    color: #828081;
}

.com-title .more {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 16px;
    color: #252c5a;
    text-transform: uppercase;
}

.com-title .more:hover {
    color: #ee920f;
}

.index-news {
    padding-top: 95px;
    padding-bottom: 105px;
    background: #e9f2fc;
}

.index-news-content {
    margin-left: -30px;
    margin-right: -30px;
}

.index-news-content .item {

    padding: 0 30px;
}

.index-news-list {
    margin-top: 10px;
}

.index-news-list li {
    width: 100%;
}

.index-news-list li~li {
    border-top: 1px solid #dddddd;
    width: 100%;
}

.index-news-list li .a-box {
    display: block;
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, .3);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.index-news-list li:hover .a-box {
    background: #fff;
    /*padding: 20px;*/
}

.index-news-list li .a-box .cont {
    overflow: hidden;
    padding-left: 30px;
    padding-top: 5px;
}

.index-news-list li .a-box h4 {
    color: #252c5a;
    font-size: 18px;
}

.index-news-list li .a-box h4 .tit {
    display: inline-block;
    width: 80%;
}

.index-news-list li .a-box h4 .date {
    font-size: 14px;
    color: #828081;
    margin-top: 5px;
}

.index-news-list li .a-box p {
    margin-top: 15px;
    color: #828081;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

/*底部*/
.footer {
    background: #3c3c3c;
}

.footer-content {
    padding-top: 40px;
    padding-bottom: 35px;
    margin-left: -70px;
    margin-right: -70px;
}

.footer-content .item {
    float: left;
    padding: 0 70px;
}

.footer-content .item h3 {
    margin-bottom: 25px;
    padding-bottom: 8px;
    font-size: 18px;
    color: #ff9600;
    border-bottom: 1px solid #868686;
}

.footer-contact {
    width: 30%;
}

.footer-nav {
    width: 40%;
}

.footer-focus {
    width: 30%;
}

.footer-contact-list li {
    height: 34px;
    line-height: 1.5;
    color: #f5f5f5;
}

.footer-contact-list li a {
    color: #f5f5f5;
}

.footer-contact-list li a:hover {
    color: #fff;
}

.footer-contact-list li~li {
    margin-top: 15px;
}

.footer-contact-list li i {
    float: left;
    width: 34px;
    height: 34px;
    background-image: url(../images/footer-icon-list.png);
    background-repeat: no-repeat;
    margin-right: 10px;
}

.footer-contact-list li span {
    display: block;
    line-height: 1;
    font-size: 14px;
    color: #ff9600;
    margin-bottom: 2px;
}

.footer-contact-list li .icon-tel {
    background-position: 0 0;
}

.footer-contact-list li .icon-fax {
    background-position: 0 -54px;
}

.footer-contact-list li .icon-email {
    background-position: 0 -108px;
}

.footer-contact-list li .icon-addr {
    background-position: 0 -162px;
}

.footer-navlist {
    margin-bottom: 10px;
}

.footer-navlist li {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}

.footer-navlist li a {
    color: #f5f5f5;
    font-size: 14px;
}
.footer-navlist li a.yqlj{ color:#666;}

.gotomall {
    display: inline-block;
    width: 173px;
    line-height: 50px;
    background: #f69702;
    color: #000 !important;
    text-align: center;
    font-size: 16px;

}

.gotomall .icon-gotomall {
    display: inline-block;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    background: url(../images/footer-icon-mall.png) no-repeat center;
    vertical-align: middle;
}

.focus-list {
    margin-top: 24px;
    display: none;
}

.copyright {
    border-top: 1px solid #868686;
    line-height: 80px;
    text-align: center;
    font-size: 15px;
    color: #f5f5f5;
}

.copyright a {
    color: #f5f5f5;
}

.copyright a:hover,
.footer-navlist li a:hover {
    color: #ee920f
}

.copyright span {
    display: inline-block;
    margin: 0 20px;
}


/*二级导航*/
.tnavbox {
    position: absolute;
    width: 100%;
    left: 0;
    /*margin-left:-61px;*/
    top: 70px;
    height: 0;
    text-align: center;
    z-index: 12;
}

.tnav {
    background: rgba(49, 49, 49, .85);
    padding: 10px 0;
    -moz-transform: translateY(20px);
     -ms-transform: translateY(20px);
         transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
    line-height: 1;
    overflow: hidden;
}

.tnav a {
    position: relative;
    display: block;
    color: #fff;
    line-height: 40px;
    padding: 0; border-bottom: 1px solid transparent;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
    font-size: 16px;
    font-size: 20px;
    margin: 3px 0;
    color: #f6f6f6;
    letter-spacing: 2px;
}

.tnavbox .line {
    z-index: 9;
    width: 20px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 17px;
    background: #3890ff;
    -moz-transform: translateY(20px);
     -ms-transform: translateY(20px);
         transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
    display: none;
}

.tnav a:before {
    content: "";
    position: absolute;
    left: 12%;
    width: 6px;
    height: 6px;
    background: #ff9600;
    top: 50%;
    margin-top: -3px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.tnav a:hover:before {
    opacity: 1;
}

.tnav a:hover,
.tnav a.on {
    color: #ff9600;
}

.navlist>li:hover .tnavbox {
    height: 100px;
}

.navlist>li:hover .tnavbox .tnav,
.navlist>li:hover .tnavbox .line {
    -moz-transform: translate(0);
     -ms-transform: translate(0);
         transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1;
    visibility: visible;
}
.s_menu li a,.s_menu li {
    height: 40px;
    line-height: 40px;
     -moz-transition: .5s;
     transition: .5s;
    -webkit-transition: .5s;
   
}
.s_menu li a::before{
       opacity: 0;
    visibility: hidden;
      width: 6px;
    height: 6px;
    background: #ff9600;
       -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.s_menu li:hover>a::before,.s_menu li>a.cur{
    content: "";
       opacity: 1;
    visibility: visible;
    display: inline-block;
    vertical-align: middle;
      
    margin-right: 10px;
        
}
.s_menu li:hover>a{
    color: #f69603;
}
.z_menu{
   left: 200px;
   top: -10px;
}
.z_menu li{
    width: auto!important;

     
}
.z_menu li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
      text-align: left;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;

}
.tnav>ul>li:hover .z_menu{
    display: block;

}


.navlist li ul{
   background: rgba(49, 49, 49, .85);
    padding: 10px 0;
    -moz-transform: translateY(20px);
     -ms-transform: translateY(20px);
         transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
    position: absolute;
    padding: 10px 0;
    z-index: 99;

  
}
.navlist>li:hover .s_menu,.s_menu>li:hover .z_menu{
       -moz-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1;
    visibility: visible;
}






@media (max-width: 1800px) {

    .com-width {
        width: 1400px;
    }

    .index-one-list .item .box .cont .subitem dl {
        font-size: 14px;
    }
    .qs_t ul{
        padding: 0!important;
    }
   /* .zzry_box{
        text-align: center;
    }
    .zzry_box>div{
        display: inline-block;
        float: none!important;
        margin: 0 10px;
        padding: 16px 16px 0 16px;
    }
    .zzry_s img{
        width: 200px;
    }*/
    
}

@media (max-width: 1600px) {
    .com-width {
        width: 1200px;
    }

    .navlist li {
        float: left;
        font-size: 16px;
    }

    .navlist li a {
        padding: 0 40px;
        width: auto;
        font-size: 14px;
    }
    .tnav a{
        letter-spacing: 2px;
       
        padding: 0!important;
        text-align: center;
        display: block!important;
    }

    .head-mall {
        font-size: 16px;
        color: #f69603;
        font-weight:bold;
    }

    .header-navlist li {
        font-size: 16px;
        padding: 0 20px;
    }

    .index-one-list .item .box {
        height: 600px!important;
    }


    .index-one-list .item .box .cont {
        padding: 30px 30px;
    }

    .index-one-list .item .box .cont p {
        font-size: 16px;
    }

    .index-one-list .item .box .cont .subitem p {
        font-size: 14px;
    }

    .index-news-list li .a-box h4 .tit {
        display: block;
        width: 100%;
    }

    .index-news-list li .a-box h4 .date {
        float: none;
    }

    .index-news-list li .a-box p {
        margin-top: 10px;
        height: 75px;
    }

    .footer-content .item {
        padding: 0 20px;
    }

    .footer-content {
        margin-left: -20px;
        margin-right: -20px;
    }

    .footer-contact {
        width: 40%;
    }

    .footer-focus {
        width: 20%;
    }

    .index-one-list .item .box .cont .subitem dl {
        font-size: 14px;
    }
    .message{
        height: auto!important;
    }
    .message_form dt input{
            margin-left: 0!important;
    }
     .w1600{
        width: 1400px!important;
    }
    .pro-main2 .main li{
        width: 430px!important;
         margin:0 22px 22px 14px!important;
    }
    .pro-main2 .main li .txt{
        width: 218px!important;
    }
    .pro-main2 .main li .img{
        width: 174px!important;
    }
    .s_menu li a{
        padding: 0 15px;
    }
    .z_menu{
        left: 136px!important;
    }

}


@media (max-width: 1400px) {
     .w1600{
        width: 1200px!important;
    }
    .qs_b ul dd{
        padding-right: 20px!important;
    }
    .com-width {
        width: 1200px;
    }

    .index-partner-list li .box {
        padding: 0 15px;
    }

    .header .com-width {
        /*width: 1100px;*/
    }

    .header-navlist li {
        font-size: 15px;
    }

    .index-one-list .item .box .cont .tit {
        font-size: 18px;
    }

    .index-one-list .item .box .cont .subitem dl {
        font-size: 12px;
    }

    .index-news-list li .a-box .pic {
        width: 50%;
    }

    .com-title h3 {
        font-size: 30px;
    }
    .t_info{
        margin-top: 0!important;
    }
    .intro_box li{
        margin-bottom: 50px;
    }
    .message_form dl dt{
        float: none!important;
        width: auto!important;
    }
    dt.dl_o label{
        margin-left: 0!important;
    }
    .message_form input[type="submit"]{
        position: inherit!important;
        margin-top: 20px;
    }
    .pro-main2 .main li{
        float: none!important;
        display: inline-block;
        vertical-align: top;

    }
    .pro-main2 ul{
        text-align: center;
    }
   .w1400{
     width: 1200px!important;

   }
}


.map img{
    height: auto;
}
@media (max-width: 1200px) {
    .mb_box li{
        width: 50%!important;

    }
     .w1600{
        width: 1000px!important;
    }
    .pro-del-main1 .txt .other{
        margin-top: 10px!important;
    }
    
     .pro-del-main1 .txt .other>a{
        display: inline-block;
        margin-bottom: 10px;
     }
   /* .pro-main2 .main li{
        margin-right: 0!important;
    }
    .pro-main2 .main li:nth-child(3n) {
     margin-right: 0!important; 
    }*/
  .w1400{
     width: 1000px!important;

   }

   .crumbs span,.crumbs a{
    margin-right: 5px!important;
    font-size: 14px!important;
   }
   .qs_b ul,.title2{
    padding: 0!important;
   }
   .title2{
    font-size: 18px!important;
   }


}

@media (max-width: 1024px) {
    .index-one-list .item .box .cont .subitem{
        margin-bottom: 20px;
    }
    .index-one-list .item .box{
        height: auto!important;
    }
    .n_l_b li{
        height: auto!important;
    }
    .n_l_b li>div{
        float: none;
        width: 100%;
    }
    .n_img a{
        display: block;
    }
    .n_img img{
        width: 100%;
    }
    .contact_bottom>div,.contact_info li{
        float: none!important;
        width: 100%!important;
    }
    .w1600{
        width: 960px!important;
    }
      .w1400{
     width: 960px!important;

   }
    .pro-del-main1{
        height: auto!important;
    }
    .customer li{
        width: 25%!important;
    }
     .customer li:nth-child(4n){
            border-right: 1px solid #ebebeb;
     }
}


@media screen and (max-width:992px){
    .qs_b ul li{
        float: none!important;
        width: auto!important;
    }
    .qs_b ul dd{
        height: auto!important;
        margin-bottom: 32px;
    }
      .w1600{
        width: 100%!important;
    }
    .pro-main1 .content .img{
        height: auto!important;
    }
    .pro-main1 .content{
        width: 100%!important;
        padding: 0 5%;
    }
        .pro-main1 .content:not(.active){
        display: none!important;
    }
    .pro-del-slide.img,.txt{
        width: 100%!important;
    }
      .w1400{
     width: 96%!important;
     margin: 0 2%!important;

   }
   .customer li{
        width: 50%!important;
        height: 7rem!important;
        overflow: hidden!important;
    }
    .zzry_box>div{
            padding: 5%  5% 0  5%!important;
            margin: 0 5%!important 5%;
    }
    .zzry_box>div .title2{
        font-size: 18px!important;
    }
    
}

@media screen and (max-width:768px){
      .qs_t li{
       margin-right: 0!important; 
       display: block!important;
       margin: 0 auto 58px!important;
    }
    .qs_t li::before{
        display: none!important;
    }
     .qs_t li::after{
        
       content: " ";
        display: block;
        position: absolute;
        z-index: -1;
        bottom: -36px;
        left: 50%;
        margin-left: -34px;
        width: 0;
        height: 0;
        
        border-left: 34px solid transparent;
        border-right: 34px solid transparent;
        border-top: 34px solid #ff8a00;
     }
     .qs_t li:last-child::after{
        display: none;
     }
     .qs_t li>div{
            padding: 60px 40px!important;
     }
     .zzry_box>div{

     }
}


.index-one-list .item .box {
    height: 730px;
}
/* ====== 客服 ====== */
.qqkefu {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 20;
    width: 53px;
}

.qqkefu ul li {
    position: relative;
    float: right;
    margin-bottom: 1px;
    height: 47px;
    background: #757575;
    font-size: 14px;
    line-height: 47px;
    opacity: .9;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.qqkefu ul li a {
    color: #fff;
}

.qqkefu ul li.qq_cza {
    overflow: hidden;
}

.qqkefu ul li:hover {
    background: #F69706;
}


.to-top {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 30px;
    right: 30px;
    background: rgba(113, 113, 113, .5) url(../images/kf/top_icon.png) no-repeat center;
    color: #1c1c1c;
    text-align: center;
    font-weight: 800;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}


.qqkefu ul li.top:hover {
    background-color: #F69706;
}

.qqkefu ul li b {
    float: left;
    display: block;
    overflow: hidden;
    width: 53px;
    height: 47px;
}

.qqkefu ul li b.a {
    background: url(../images/kf/czx4.png) no-repeat center center;
}

.qqkefu ul li b.swt {
    background: url(../images/kf/icon-zixun.png) no-repeat center center;
}

.qqkefu ul li b.b {
    background: url(../images/kf/czx3.png) no-repeat center center;
}

.qqkefu ul li b.d {
    background: url(../images/kf/bdsq.png) no-repeat center center;
}

.qqkefu ul li b.qq {
    background: url(../images/kf/qq.png) no-repeat center center;
    -moz-background-size: 28px;
         background-size: 28px;
}

.qqkefu ul li b.c {
    background: url(../images/kf/czx5.png) no-repeat center center;
}

.qqkefu ul li b.e {
    background: url(../images/kf/icon_kf_tel.png) no-repeat center center;
}

.qqkefu ul li b.lxb {
    background: url(../images/kf/phone0.png) no-repeat center center;
}

.qqkefu .erweima {
    position: absolute;
    top: -103px;
    left: -134px;
    float: right;
    display: none;
    height: 150px;
    border: 1px solid #CCC;
    background: #FFF;
    cursor: default !important;
}

.qqkefu .erweima p {
    float: left;
    width: 130px;
    color: #000;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.qqkefu .erweima p img {
    margin: 10px 10px 0 10px;
    width: 110px;
    height: 110px;
}

.qqkefu .kf-tel .erweima {
    top: -23px;
    left: -153px;
    height: 70px;
    text-align: center;
}

.qqkefu .kf-tel .erweima p {
    width: 150px;
}

.qqkefu .kf-tel .erweima em {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 6px;
    width: 100%;
    color: #F69706;
    font-weight: 600;
    font-size: 18px;
}


.kf-box {
    display: none;
}


/*客服02*/

/*客服02*/
.kf02 {
    position: fixed;
    top: 45%;
    right: -130px;
    z-index: 999;
    width: 120px;
    background: #f3f3f3;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.kf02.on {
    right: 0;
}

.kf02-head {
    height: 134px;
    background: url(../images/kefu/kf-2-0.png) no-repeat center;
    font-size: 0;
}

.kf02-list li~li {
    border-top: 1px solid #dadada;
}

.kf02-list li .box {
    position: relative;
    padding: 5px 0px 5px 50px;
}

.kf02-qq {
    position: absolute;
    left: 16px;
    top: 50%;
    width: 18px;
    height: 20px;
    background: url(../images/kefu/kf-2-qq.png) no-repeat center;
    margin-top: -10px;
}

.kf02-list li .box:hover .kf02-qq {
    /*-webkit-animation: sh-shake 2s ease infinite;
    animation: sh-shake 2s ease infinite;*/
}

/*动画——抖动效果*/
@-webkit-keyframes sh-shake {

    0%,
    25%,
    100% {
        -webkit-transform: translateY(0)
    }

    3%,
    9%,
    15% {
        -webkit-transform: translateY(-3px)
    }

    6%,
    12%,
    20% {
        -webkit-transform: translateY(3px)
    }
}

@-moz-keyframes sh-shake {

    0%,
    25%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
             transform: translateY(0)
    }

    3%,
    9%,
    15% {
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
             transform: translateY(-3px)
    }

    6%,
    12%,
    20% {
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
             transform: translateY(3px)
    }
}

@keyframes sh-shake {

    0%,
    25%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
             transform: translateY(0)
    }

    3%,
    9%,
    15% {
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
             transform: translateY(-3px)
    }

    6%,
    12%,
    20% {
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
             transform: translateY(3px)
    }
}

.kf02-list li .box .cont {
    font-size: 12px;
    line-height: 20px;
    font-size: 0;
}

.kf02-list li .box .cont span {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    color: #333;
}

.kf02-list li .box .cont span.big {
    width: 100%;
}

.kf02-foot {
    height: 31px;
    background: url(../images/kefu/kf-2-1.png) no-repeat center #FF651B;
    cursor: pointer;
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.kf02-foot:hover {
    opacity: .8 !important;
}

.kf02-left {
    position: absolute;
    left: -70px;
    top: 0;
    width: 60px;
    height: 69px;
    background: #f69603 url(../images/kf/qq.png) no-repeat center;
    text-align: center;
    cursor: pointer;
}

.kf02-left .icon-right {
    display: inline-block;
    margin-top: 8px;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url(../images/kefu/kf-02-close.png) no-repeat center;
    -moz-background-size: 5px;
         background-size: 5px;
}

.kf02-close {
    position: absolute;
    left: -25px;
    top: 0;
    width: 25px;
    height: 30px;
    background: rgba(0, 0, 0, .2);
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.kf02-close .icon-close {
    width: 25px;
    height: 30px;
    background: url(../images/kefu/kf-02-close.png) no-repeat center;
    -moz-background-size: 10px;
         background-size: 10px;
    /*-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;*/
}

.kf02-close:hover {
    background-color: rgba(244, 101, 28, .5);
}

.kf02-close.on .icon-close {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
}



.crumbs {
    height: 36px;
    background: #f3f3f3;
    line-height: 36px;
    color: #959595;
    margin-bottom:25px;
}

.crumbs a {
    font-size: 14px;
    color: #959595;
    margin-right: 16px;
}
.crumbs a.cur{
    color: #000;
}
.crumbs span {
    margin-right: 16px;
    font-size: 14px;

}

.t_title {
    width: 340px;
    height: 86px;
    margin: 0 auto;
    background: url(../images/k1.png) no-repeat center bottom;
    text-align: center;
    overflow: hidden;
}

.t_title h2 {
    font-size: 18px;
    color: #1b1b1b;
    margin-top: 20px;
    letter-spacing: 5px;
}

.t_title b {
    margin-top: 14px;
    font-size: 18px;
    color: #bfbfbf;

}

.contact_info li { height: 50px;
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
/*.contact_info li:nth-child(1){background:url(../images/footer-icon-list.png) left no-repeat; background-position: 0 0; } 
.contact_info li:nth-child(2){background:url(../images/footer-icon-list.png) left no-repeat;background-position: 0 -108px;} 
.contact_info li:nth-child(3){background:url(../images/footer-icon-list.png) left no-repeat;background-position: 0 -54px;} 
.contact_info li:nth-child(4){background:url(../images/footer-icon-list.png) left no-repeat;background-position: 0 -162px;} */
.contact_info li{background:url(../images/footer-icon-list.png) left no-repeat;background-position: 0 -162px;}

.contact_info li p { text-indent:50px;
    font-size:18px;
    padding-right: 6px;

}

.contact_info li p::before {

/*     content: "";
display: inline-block;
vertical-align: middle;
width: 9px;
height: 9px;
background: #ff9000;
margin-left: 6px;
margin-right: 12px; */
}

.follow_us {
    text-align: right;
    margin-bottom: 0px;
}

/* .contact_bottom{ width:1600px; margin:0 auto;} */

/*.contact_bottom>div {
    width: 50%;
    float: left;
}*/

.message { width:50%; float:left;
    background: #eeeeee;
    height: 475px;
    padding: 16px;
}
.map{ width:50%;height: 475px; float:right;}

.message_form {
    border: 1px dashed #ff9000;
    -moz-border-radius: 15px;
         border-radius: 15px;

    height: 100%;
}

@media (max-width:1520px) and (min-width:1440px) {
  .contact_bottom{ width:1200px; margin:0 auto;}   
  .message { width:600px; float:left;}   
  .map{ width:600px;height: 412px; float:right;}
}

@media (max-width:1440px) and (min-width:1200px) {
  .contact_bottom{ width:1200px; margin:0 auto;}   
  .message { width:600px; float:left;}   
  .map{ width:600px;height: 592px; float:right;}
}

@media (max-width:1520px) and (min-width:1220px) {
 
 .message_form dl dt{ margin-top:20px;}
 .message_form dd textarea{ height:68px !important;}
 .map img{ height:409px;}
    }

.message_form form {
    padding: 30px;
    position: relative;
}

.message_form h2 {
    text-align: center;
    font-size: 23px;
    letter-spacing: 5px;
    color: #535353;
    line-height: 1.8;
}

.message_form dl dt {
    float: left;
    width: 50%;
    margin-top: 33px;
}

.message_form dt label {

    display: inline-block;
    text-align: justify;
    vertical-align: middle;
    font-size: 18px;
}

.justify {
    text-align: justify;
    width: 56px;
    height: 30px;


}

.justify::after {
    content: "";
    display: inline-block;
    width: 100%;
}

.message_form dt span {
    vertical-align: middle;
}

.message_form dt i {
    vertical-align: bottom;
}

.message_form dt input {
    border-bottom: 1px solid #959595;
    width: 64%;
    font-size: 18px;
    margin-left: 28px;
}

dt.dl_o label {
    margin-left: 10px;
}

.message_form dd textarea {
    margin-top: 33px;
    border: none;
    border-bottom: 1px solid #959595;
    resize: none;
    height: 130px;
    font-size: 18px;
    width: 70%;
}

.message_form input[type="submit"] {
    position: absolute;
    right: 48px;
    bottom: 30px;
    width: 104px;
    height: 36px;
     cursor:pointer;
    line-height: 36px;
    background: #ff9000;
    color: #fff;
    font-size: 18px;

}
.message_form input:hover{ box-shadow: 0 0 12px #ccc; } 

.contact_bottom {
    margin-top: 80px;
    margin-bottom: 136px;
}

.n_l_b li {
    height: 349px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 50px 60px;
    overflow: hidden;
    margin-bottom: 94px;
}

.n_img {
    float: left;
    width: 26%;
    overflow: hidden;
}

.n_info {
    float: right;
    width: 70%;
}

.n_info .news_title {
    color: #1b1b1b;
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
}

.n_info span,
.n_info p {
    font-size: 16px;
    color: #7d7d7d;
}

.n_info p {
    margin-top: 16px;
    line-height: 32px;
}

a.n_btn {
    display: block;
    margin-top: 16px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 146px;
    box-shadow: 1px 1px 5px #ccc;
    font-size: 16px;
    -webkit-transition: background .4s, text-indent .4s;
    -moz-transition: background .4s, text-indent .4s;
    transition: background .4s, text-indent .4s;
}

a.n_btn:hover {
    background: #ff9600;
    border-color: #ff9600;
    color: #fff !important;
  

}

.intro_box>p {
    margin-bottom: 90px;
 font-size: 18px;
}

.intro_box p,
.intros {
   font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 34px;
line-height: 2.1;
}

.t_img,
.t_info {
    width: 47%;
}

.t_info {
    margin-top: 52px;
}

.t_info.fl h3 {
    text-align: right;
}

.t_info p {
    text-align: justify;
}

.t_info h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 24px;
}

.intro_box ul {
    margin-bottom: 90px;
}

.mechanisam_left li {
    float: none;
    width: auto;
}

.mechanisam_left li p {
    font-size: 14px;
}

.mechanisam_left {
    margin-top: 120px; width:50%;
}
.mechanisam_right{ width:50%;}

.mb_1_title {
    height: 147px;
    background: url(../images/ht.jpg) no-repeat center bottom;
    color: #fff;
    text-align: center;
    display: table;
    width: 100%;
    margin-bottom: 2px;
}

.mb_t_wrap {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
}

.mb_box li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    border:2px solid #fff;
    position: relative;
    height: 202px;
    text-align: center;
-moz-background-size:cover!important;
     background-size:cover!important;
    
}




.mb_box li:hover .cover{
    
    background: rgba(0,0,0,0)!important;
    opacity: 0;
   
     width: 0;
    height: 0;
    
    left: 50%;
    bottom: 50%;
}
.mb_box li:hover .mb{
    opacity:0;
}


.mb_box li .cover{
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    -webkit-transition:.4s;
    -moz-transition:.4s;
    transition:.4s;
}


.mb{
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    opacity: 1;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.mb_box li img{
    width: 100%;
    height: 198px;

}

.mb .mb_t_wrap{
    color: #fff;
    line-height: 1.4;
    font-size: 18px;
}
.mb .mb_t_wrap font{
    color: #ff8a00;
}
.customer{
       position: relative;
       margin-bottom: 100px;
       margin-top: 50px;
}
.customer ul{

    border-top: 2px solid #ff8a00;
    border-bottom: 2px solid #ff8a00;
}
.customer  i{
    position: absolute;
    display: block;
    width: 8px;
    height: 18px;
    background: #ff8a00;
    z-index: 9;
}
.customer li{
    width: 16.666%;
    float: left;
    overflow: hidden;
    height: 110px;
    background: #fff;
    text-align: center;
    display: table;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}

.customer li>div{
     display: table-cell;
     vertical-align: middle;
}
.customer li:nth-child(6n){
       border-right: 1px solid #ebebeb;

}
.customer li img{
   
    vertical-align: middle;
    max-width: 100%;
       -webkit-transition:-webkit-filter 0.2s;
       transition:-webkit-filter 0.2s;
       -moz-transition:filter 0.2s;
       transition:filter 0.2s;
       transition:filter 0.2s, -webkit-filter 0.2s;
}
.customer li img:hover{
    -webkit-filter:grayscale(0%);
            filter:grayscale(0%);
}
.tl{
    left: 0;
    top: 0;
}
.tr{
    right: 0;
    top: 0;
}
.bl{
    left: 0;
    bottom: 0;
}

.br{
    right:0;
    bottom: 0;
}
.mb_1{
    margin-bottom: 100px;
}
.title2{
    font-size: 16px;
    color: #1b1b1b;
    padding:2% 4%;
    position: relative;
   
    line-height: 1.4;
    
}
.title2::before{
   content: "";
display: inline-block;
vertical-align: middle;
width: 9px;
height: 9px;
background: #ff9000;
margin-left: 6px;
margin-right: 12px;
}
.qs_t li{
    width: 244px;
    background: #898989;
    border-bottom: 10px solid #ff8a00;
    display: table;
    text-align: center;
    color: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 5px #898989;
       -moz-box-shadow: 0 0 5px #898989;
            box-shadow: 0 0 5px #898989;

}
.qs_t li>div{
  
    vertical-align: middle;
    padding: 60px 48px;
}
@media all and (max-width:1400px) {
        .qs_t li>div{padding: 40px 20px;}
       .qs_t li{ width: 190px;margin-right: 36px;}
       .qs_t li p{ font-size:14px;}
    }
.qs_t li h3{
    font-size: 18px;
    margin-bottom: 21px;
}
.qs_t li p{
    font-size: 15px;
    text-align: justify;
    height: 34px;
}
.qs_t li p::after{
     content: " ";
    display: inline-block;
    width: 100%;
}
.qs_t li::before{
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    right: -34px;
    top: 50%;
    margin-top: -34px;
width:0;

height:0;

border-top:34px solid transparent;

border-bottom:34px solid transparent;

border-left:34px solid #ff8a00;

}
.qs_t ul{
    overflow: hidden;
    padding: 0 72px;
    text-align: center;
   
}
.qs_t li{
    display: inline-block;
    vertical-align: top;
    margin-right: 53px;
     margin-bottom: 58px;
}
.qs_t li:last-child{
    margin-right: 0;
}
.qs_t li:last-child::before{
    border: none;
}
.qs_b ul{
    overflow: hidden;
    padding: 0 70px;
}
.qs_b ul dt{
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    background: #ff9000;
    display: inline-block;
    -moz-border-radius: 16px;
         border-radius: 16px;
    color: #fff;
    -webkit-box-shadow: 0 0 10px #ccc;
       -moz-box-shadow: 0 0 10px #ccc;
            box-shadow: 0 0 10px #ccc;
    font-size: 16px;
    margin-bottom: 16px;
}
.qs_b ul li{
    width: 50%;
    float: left;
}
.qs_b ul dd{
    line-height: 2;
    font-size: 16px;
    padding: 0 160px 0 18px;
    height: 100px;
    text-align: justify;
}
/*.zzry_box>div{
    float: left;
    box-shadow: 0 0 5px #ccc;
    box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; 
padding:32px 32px 0 32px;
text-align: center;
margin-bottom: 50px;

}
.zzry_s{
    margin-right: 88px;

}
.zzry_s img{
    width: 387px;
}
.zzry_h{
    margin-right: 72px;
}
.zzry_box>div .title2{
   margin-top: 22px;
   margin-bottom: 22px;
}

*/
.zzry_s{
    float:left;
    width: 32%;
    border: 1px solid #ccc;
    margin-right: 2%;
    text-align: center;
    padding-top: 3%;
    margin-bottom: 2%;

}
.zzry_s img,.zzry_h img{
    max-width: 80%;
}
.zzry_h{
    width: 49%;
    margin-right: 2%;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    padding-top: 3%;
    margin-bottom: 2%;
}

.navSub_menu{
    display: none;
}
.follow_us{
    position: relative;
    margin-top:-62px; margin-bottom:50px;
}
.follow_us .ewm{
    position: absolute;
    right: 0;
    z-index: 9;
}
.follow_us .ewm img{
    opacity: 0;
    width: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.follow_us:hover .ewm img{
    width: 200px;
    opacity: 1;
}
.n_img  a{
    display: block;
   
}
.n_img  img{
    width: 100%;
}
.table_form table{
    width: 100%;
}
.table_form th:nth-child(1){
    width: 30%;
}
.table_form th:nth-child(2){
    width: 40%;
}
.table_form th:nth-child(3){
    width: 10%;
}
.table_form th:nth-child(4){
    width: 20%;
}
.table_form th{
    line-height: 70px;
    background: #ff9600;
    color:#fff;
    font-size: 22px;
    text-align: center;
    width: 25%;
   
}
.table_form td{
    text-align:left;
    height: 70px;
    color: #000000;
    font-size: 14px;
    
}
.table_form tr td:nth-child(1){
   
   padding-left: 10%;
}
.table_form tr td:nth-child(2){
 padding-left: 10%;  
}
.table_form tr td:nth-child(3){
 padding-left: 4%; 
}
.table_form tr td:nth-child(4){
 padding-left: 4%; 
}
.table_form tbody tr:nth-child(odd){
    background: #fff;
}
.table_form tbody tr:nth-child(even){
    background: #f8f8f8;
}
#page li{
    display: inline-block;
    vertical-align: middle;
}
#page li {
    font-size: 18px;
    color: #626262;
    margin-left: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
  
}

#page li:hover{
    color: #ff9600;
}
li.pageItemActive,.pages .current{
    color:#fff!important;
    background: #ff9600!important;
    border-color: #ff9600!important;
    display: inline-block;
    margin-right: 10px;
}
.pages a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
li.fl{
    float: left;
   
    line-height: 32px;
    background: #ff9000;
    padding: 0 20px!important;
    -moz-border-radius: 16px;
         border-radius: 16px;
    border-color: #ff9000!important;
    width: auto!important;
    color: #fff!important;
}
.pages{
    font-size: 22px;
    color: #626262;
    margin-bottom: 50px;
}
.pages select{
    height: 22px;
    vertical-align: middle;
}
.page-banner .pb-pic img {
    width: 100%;
    -moz-transform:matrix(1.05, 0, 0, 1.05, 0, 0);
     -ms-transform:matrix(1.05, 0, 0, 1.05, 0, 0);
         transform:matrix(1.05, 0, 0, 1.05, 0, 0); 
    -webkit-transform:matrix(1.05, 0, 0, 1.05, 0, 0); 
    -webkit-animation: minus 5s 0s ease both infinite;
    -moz-animation: minus 5s 0s ease both infinite;
    animation: minus 5s 0s ease both infinite;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
/*缩小停止*/
@-webkit-keyframes minus {
    from {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}
}
@-moz-keyframes minus {
    from {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -moz-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
         transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
         transform: matrix(1, 0, 0, 1, 0, 0);
}
}
@keyframes minus {
    from {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -moz-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
         transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
         transform: matrix(1, 0, 0, 1, 0, 0);
}
}

.box .index-news-list li .pic.fl {
    width: 240px;
    height: 168px;
}
.qylj{
    margin-top: 40px;
}
.qylj p{
    display: inline-block;
    color: #ffffff;
}
.qylj ul{
    display: inline-block;
   
}
.qylj a{
    display: inline-block;
    color: #ffffff;
}
.qylj a:hover{
    color: #ff9600;;
}
.banner_warp { width: 100%; height: 490px; overflow: hidden; position: relative; overflow: hidden; }
.banner-ny { width: 1920px; margin-left: -960px; position: absolute; left: 50%; text-align: center; }
.banner-ny img { width: 1920px; height: 490px; }

.banner2{ width: 100%; height:490px; margin:0 auto; height:auto; }
.index1{ float:left; width:59.12%; position:relative;}
.index1 img{ width:100%;}
.index1 h3{ width:100%; position:absolute; height:60px;line-height:60px;margin-top:-60px; text-indent:60px; position:absolute; background:rgba(0,0,0,0.6); color:#fff; font-size:19px; letter-spacing:4px; }
.index1 h3 span{ color:#ff9600; margin-right:6px;font-size:24px;}
.index2{ float:right; width:40.72%; position:relative;}
.index2 img{ width:100%;}
.index2 h3{width:100%; position:absolute; height:60px; margin-top:-60px; line-height:60px;text-indent:60px; position:absolute; background:rgba(0,0,0,0.6); color:#fff; font-size:19px; letter-spacing:4px;}
.index2 h3 span{ color:#ff9600; margin-left:10px;font-size:24px;}