.w1200 {
    margin: 0 auto;
    width: 1200px;
}

.index {
    position: relative;
    overflow: hidden;
}

.header_main {
    position: relative;
    width: 100%;
    height: 90px;
    background: transparent;
    transition: all 0.9s ease-out 0s;
    z-index: 100; /* background:rgba(255,255,255,0.2)*/
}

/*.header_main:hover{background:rgba(255,255,255,1)}*/
.header {
}

.header_main .webLogo {
    padding-top: 22px;
    float: left;
    position: relative;
    z-index: 6;
}

.header_main .webLogo img {
    display: block;
}

.header_main .nav_main {
    float: right;
    height: 90px;
}

.header_main .nav_main .nav {
    display: inline-block;
}

.header_main .nav_main .item {
    margin: 0 6px;
    float: left;
    height: 90px;
    line-height: 90px;
    z-index: 12;
    position: relative;
}

.header_main .nav_main .item a {
    display: block;
    height: 88px;
    font-size: 16px;
    line-height: 88px;
    color: #333;
    padding: 0 18px;
}

.header_main.xc .nav_main .item:hover .alink, .header_main.xc .nav_main .item.hover .alink {
    font-weight: bold;
    color: #e58012;
}

.header_main .nav_main .item:hover .alink, .header_main .nav_main .item.hover .alink {
    font-weight: bold;
    color: #e58012;
}

.header_main .nav_main .item.hover .alink {
    border-bottom: 3px solid #e58012;
}

.header_main.xc .nav_main .item.hover .alink {
    border-bottom: 3px solid #e58012;
}

.header_main .nav li .subnav {
    position: absolute;
    left: 50%;
    top: 0px;
    background-color: #fff;
    width: 120px;
    margin-left: -60px;
    display: none;
    border-radius: 4px;
    overflow: hidden;
}

.header_main .nav li .subnav .subA {
    color: #333;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    border-bottom: 1px dotted #ddd;
    margin: 0;
    text-align: center;
}

.header_main .nav li .subnav .subA:hover {
    font-weight: bold;
    background: #3bb79b;
    color: #4872de;
    background: #ffbe8b;
    background: rgba(21, 21, 21, 0.8);
}

.header_main .nav .sub-box {
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    top: 90px;
    background: rgba(255, 255, 255, 1);
    line-height: 35px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
    transition: all .6s ease;
    opacity: 0;
    visibility: hidden;
    width: 180px;
}

.header_main .nav li:hover .sub-box {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    text-align: center;
    transition: all .6s ease;
}

.header_main .nav .sub-box p {
    margin: 60px 20px 0px 50px;
    float: left;
    width: 40%;
    border-left: #e58012 solid 2px;
    padding-left: 100px;
    height: 206px;
}

.header_main .nav .sub-box p span {
    display: block;
    text-align: left;
    font-size: 32px;
    color: #666;
    padding-bottom: 30px;
}

.header_main .nav .sub-box p a {
    color: #fff;
}

.header_main .nav .sub-box p .icon {
    width: 6px;
    height: 10px;
    background-position: -96px 0;
    position: absolute;
    top: 19px;
    left: 15px
}

.header_main .nav .sub-box a {
    color: #333 !important;
    line-height: 46px !important;
    height: 46px !important;
    padding: 0;
    font-weight: 100;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    font-size: 14px;
    display: block;
    background: none;
    transition: ease-in-out 0.2s;
    text-shadow: none;
    width: 100%;
    border-bottom: #CCC solid 1px;
}

.header_main .nav .sub-box a:hover {
    text-indent: 6px;
    color: #fff !important;
    background-color: #e58012;
}

.header_main .nav .sub-box img {
    display: block;
    float: right;
    width: 40%;
    margin-top: 60px;
    margin-right: 20px;
}

.header_main:hover .nav_main .item a {
    color: #333;
    text-shadow: none;
}

.header_main:hover .quick .search_btn {
    background: url("../images/searchico2.png") no-repeat center center;
}

.header_main .webLogo .img1 {
    display: none;
}

.header_main .quick {
    padding-top: 40px;
    float: right;
    margin-right: 2vw;
    margin-left: 2vw;
    position: relative;
    z-index: 4;
}

.header_main .quick .searcher {
    margin-top: -6px;
    float: left;
    width: 20px;
    margin-right: 30px;
}

.header_main .quick .search_btn {
    width: 20px;
    height: 20px;
    background: url("../images/searchico.png") no-repeat center center;
    float: left;
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
}

.header_main .quick .search_btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.header_main .quick .search_main {
    position: absolute;
    z-index: 10;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    width: 0;
    height: 80px;
    right: 50px;
    top: 90px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    *background: #000;
}

.header_main .quick .search_box {
    width: 280px;
    height: 40px;
    margin-top: 20px;
    margin-left: 40px;
    background: url(../images/search_main.png) no-repeat bottom center;
}

.header_main .quick .search_box input {
    background-color: none;
    border: none;
}

.header_main .quick .search_box .stxt {
    width: 240px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-indent: 10px;
    color: #fff;
    background-color: transparent;
    outline: none;
}

.header_main .quick .search_box .sbtn {
    font-size: 0;
    width: 34px;
    height: 34px;
    display: block;
    cursor: pointer;
    border-radius: 100%;
    margin-top: 5px;
    outline: none;
    background: url("../images/searchico.png") no-repeat center center;
}

.header_main .quick .cte {
    position: relative;
    float: left;
    margin-right: 14px;
    cursor: pointer;
}

.header_main .quick .cte .cvalue {
    padding-right: 12px;
    font-family: arial;
    font-size: 20px;
    color: #fff;
    background: url("../images/cearr.png") no-repeat right center;
}

.header_main .quick .member {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/member.png") no-repeat center center;
}

.header_main .quick .member:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

/*.header_main.xc{height:100px;border-bottom:1px solid #ddd;transition: all 0.9s ease-out 0s; position:fixed; left:0; top:0;background-color: rgba(255,255,255,1);}
.header_main.xc .nav_main .item{height:100px;line-height:100px;}
.header_main.xc .nav_main .item a{height:99px;line-height:100px;color:#333;}*/

.header_main .tel_right {
    padding-top: 38px;
    float: right;
    margin-right: 2vw;
}

.header_main .tel_right .webTel {
    padding-left: 32px;
    font-family: arial;
    font-size: 26px;
    color: #fff;
    background: url("../images/telico.png") no-repeat left center;
}

.header_main.xc .cte .cvalue {
    color: #666;
    background: url("../images/cearr2.png") no-repeat right center;
}

.header_main.xc .member {
    background: url("../images/member2.png") no-repeat center center;
}

.header_main.xc .quick {
    padding-top: 40px;
}

.header_main.xc .quick .search_btn {
    background: url("../images/searchico2.png") no-repeat center center;
}

.header_main.xc .tel_right .webTel {
    color: #e58012;
    background: url("../images/telico2.png") no-repeat left center;
}

.header_main .lag_sel_box {
    margin-top: -40px;
    position: relative;
    line-height: 100px;
}

.header_main .lag_box {
    display: none;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -40px;
    transform: translateX(-50%);
    background-color: #fff;
    color: #758190;
    font-size: 14px;
    line-height: 32px;
    padding: 10px 20px;
}

.header_main .lag_box::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 30%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: rotate(45deg);
}

.header_main .lag_box .item {
    cursor: pointer;
    padding-right: 25px;
    width: 30px;
    border-bottom: 1px solid #758190;
}

.header_main .lag_box .item:last-child {
    border-bottom: none;
}

.header_main .lag_box .item::hover {
    color: #004bc6;
}

.header_box .lag_sel_box .lag_box li.on {
    color: #004bc6;
}

.header_main .lag_box.on {
    top: 100px;
    display: block;
}

.modal {
    display: none; /* 默认隐藏 */
    position: fixed; /* 根据浏览器定位 */
    z-index: 666; /* 放在顶部 */
    left: 0;
    top: 0;
    width: 100%; /* 全宽 */
    height: 100%; /* 全高 */
    overflow: auto; /* 允许滚动 */
    background-color: rgba(0, 0, 0, 0.4); /* 背景色 */
}

/*模态框内容*/
.modal-content {
    display: flex; /*采用flexbox布局*/
    flex-direction: column; /*垂直排列*/
    position: relative;
    background-color: #fefefe;
    margin: 15% auto; /*距顶部15% 水平居中*/
    padding: 20px;
    padding-top: 20px;
    border: 1px solid #888;
    width: 612px;
    animation: topDown 0.4s; /*自定义动画，从模态框内容上到下出现*/
}

@keyframes topDown {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/*模态框头部*/
.modal-header {
    display: block; /*采用flexbox布局*/
    flex-direction: row; /*水平布局*/
    align-items: center; /*内容垂直居中*/
    justify-content: space-between;
    text-align: right;
}

/*关闭X 样式*/
.close {
    float: right;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    transition: all ease 0.36s;
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/closemodal.png") no-repeat center center;
}

.close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
    transform: rotate(360deg);
    transition: all ease 0.36s;
}

.modal-body {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 10px;
}

.modal-body .stxt {
    float: left;
    width: 500px;
    height: 48px;
    border: #CCC solid 1px;
    padding-left: 30px;
}

.modal-body .sbtn {
    width: 80px;
    height: 50px;
    background: url("../images/search_btn.png") no-repeat center center #e58012;
    border: none;
    cursor: pointer;
}

/*banner*/
#banner_main {
    position: relative;
    z-index: 3;
}

.banner {
    position: relative;
    width: 100%;
    min-width: 1000px;
    padding: 0px 0 44.1%;
    overflow: hidden;
}

.banner .list {
    width: 100%;
    display: inline-block;
}

.banner .list li {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}

.banner .list li a {
    width: 100%;
    display: block;
    height: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    top: 0;
}

.banner .list li .wen {
    width: 1400px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -700px;
    text-align: center;
}

.banner .list li .wen .d1 {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
}

.banner .list li .wen .d2 {
    font-size: 30px;
    line-height: 45px;
    font-family: "Impact";
    color: #fff;
    text-transform: uppercase;
}

.banner .list li.li1 .wen {
    top: 40%;
    margin-top: -60px;
}

.banner .list li.li2 .wen {
    width: 700px;
    text-align: left;
    top: 40%;
    margin-top: -60px;
    margin-left: 90px;
}

.banner .list li.li2 .wen .d1 {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
}

.banner .list li.li2 .wen .d2 {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
}

.banner .list li.li2 .wen .d3 {
    font-size: 30px;
    line-height: 45px;
    font-family: "Impact";
    color: #fff;
    text-transform: uppercase;
}

.banner .list li.li3 .wen {
    top: 40%;
    margin-top: -90px;
}

.banner .list li.li3 .wen .d1 {
    font-size: 26px;
    line-height: 36px;
    color: #333;
    text-shadow: 0 0px 0px #72909d;
}

.banner .list li.li3 .wen .d2 {
    font-size: 50px;
    line-height: 70px;
    color: #a8160a;
    letter-spacing: 3px;
}

.typer_main {
    display: inline-block;
    font-weight: normal;
    font-weight: bold;
    -webkit-animation: typer 5s steps(50, end) forwards;
    animation: typer 5s steps(50, end) forwards;
    text-shadow: 0 1px 2px #72909d;
}

.typer {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

@-webkit-keyframes typer {
    from {
        width: 0;
    }
}

@keyframes typer {
    from {
        width: 0;
    }
}

@media (max-width: 1366px) {
    .banner .list li .wen .d1 {
        font-size: 54px;
        line-height: 64px;
        color: #fff;
    }

    .banner .list li .wen .d2 {
        font-size: 26px;
        line-height: 40px;
    }

    .banner .list li.li2 .wen .d1 {
        font-size: 20px;
        line-height: 30px;
        color: #fff;
    }

    .banner .list li.li2 .wen .d2 {
        font-size: 54px;
        line-height: 64px;
        color: #fff;
    }

    .banner .list li.li2 .wen .d3 {
        font-size: 26px;
        line-height: 40px;
    }

    .banner .list li.li1 .wen {
        top: 40%;
        margin-top: -30px;
    }

    .banner .list li.li2 .wen {
        width: 700px;
        text-align: left;
        top: 40%;
        margin-top: -60px;
        margin-left: 0px;
        left: 46%;
    }
}

.banner .prev, .banner .next {
    background: url("../images/icon.png") no-repeat center center;
    width: 64px;
    height: 64px;
    position: absolute;
    z-index: 12;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    background-position: -0px -147px;
    display: none;
}

.banner .prev {
    left: 8%;
    background-position: -0px -147px;
}

.banner .prev:hover {
    background-position: -162px -147px;
}

.banner .next {
    right: 8%;
    background-position: -94px -147px;
}

.banner .next:hover {
    background-position: -256px -147px;
}

.banner:hover .prev, .banner:hover .next {
    display: block;
}

.banner .sline {
    display: none;
}

.banner .tip {
    position: absolute;
    width: 100%;
    left: 0%;
    bottom: 60px;
    height: 34px;
    z-index: 30;
    text-align: center;
}

.banner .tip li {
    margin: 0 5px;
    width: 34px;
    height: 34px;
    line-height: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 0;
    font-weight: bold;
    overflow: hidden;
    display: inline-block;
    background: url("../images/tip.png") no-repeat center center;
    *display: inline;
    *zoom: 1;
    transition: ease-in-out 0.2s;
}

.banner .tip li.cur {
    background: url("../images/tip_on.png") no-repeat center center;
}

.banner .pbg1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 885px;
    height: 225px;
    background: url("../images/banner_bg1.png") no-repeat center center;
    z-index: 4;
    background-size: cover;
}

.banner .pbg2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1614px;
    height: 330px;
    background: url("../images/banner_bg2.png") no-repeat center center;
    z-index: 3;
    background-size: cover;
}

.banner .v-txt {
    position: absolute;
    width: 100%;
    top: 44%;
    text-align: center;
    z-index: 14;
}

.banner .v-txt h3 {
    height: 90px;
    font-size: 54px;
    line-height: 90px;
    margin-bottom: 12px;
    color: #fff;
    letter-spacing: 8px;
}

.banner .v-txt h3 .uimg1 {
    display: block;
    width: 596px;
    height: 61px;
    margin: 0 auto;
}

.banner .v-txt h3 .uimg2 {
    display: block;
    width: 283px;
    height: 30px;
    margin: 0 auto;
    margin-top: 30px;
}

.banner .video-container {
    background-color: #fff;
    z-index: 1;
}

.banner .video-container #video {
    display: block;
    min-width: 100%;
    min-height: 106%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 12; /*transform:scale(1.25)*/
}

.banner .opacity {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 13;
}

.banner .online {
    position: absolute;
    bottom: 30%;
    left: 50%;
    margin-left: -70px;
    display: block;
    width: 140px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    z-index: 16;
    transition: all ease 0.36s;
    border-radius: 5px;
}

.banner .online:hover {
    text-indent: 6px;
    color: #fff;
    border-color: #e58012;
    background: #e58012;
    transition: all ease 0.36s;
    box-shadow: 0 6px 12px rgba(71, 114, 222, 0.17);
    transition: all ease 0.36s;
}

.banner .video-container {
    background-color: #fff;
    z-index: 1;
}

.banner .video-container #video {
    display: block;
    min-width: 100%;
    min-height: 106%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 12; /*transform:scale(1.25)*/
    transform: scale(1.1)
}

.banner .opacity {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/s1_01.png") no-repeat center center;
    z-index: 13;
}

.banner .online {
    position: absolute;
    bottom: 30%;
    left: 50%;
    margin-left: -70px;
    display: block;
    width: 140px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    z-index: 16;
    transition: all ease 0.36s;
    border-radius: 5px;
}

.banner .online:hover {
    text-indent: 6px;
    color: #fff;
    border-color: #0065b4;
    background: #0065b4;
    transition: all ease 0.36s;
    box-shadow: 0 6px 12px rgba(71, 114, 222, 0.17);
    transition: all ease 0.36s;
}

.ui-linebar {
    height: 75px;
    background-color: #466ec1;
    opacity: 1;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    margin-left: -.5px;
    z-index: 10;
    display: none;
}

.ui-linebar .ink {
    -webkit-animation: k-ink 2s linear -.5s infinite;
    animation: k-ink 2s linear -.5s infinite;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

@-webkit-keyframes k-ink {
    0%, 25% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes k-ink {
    0%, 25% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

/* footer */
.footerM {
    height: 370px;
    background: #004898;
    overflow: hidden;
    position: relative;
}

.footerM .w1400 {
    position: relative;
}

.footerM .left_box {
    position: absolute;
    width: 300px;
    padding-top: 76px;
    left: 0;
    top: 0
}

.footerM .left_box .btlogo {
    display: block;
}

.footerM .left_box .webTel {
    margin-top: 10px;
    font-family: arial;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    background: url("../images/tel_03.png") no-repeat left center;
    padding-left: 28px;
}

.footerM .bnav {
    text-align: center;
    padding-top: 60px;
}

.footerM .bnav .list {
    display: inline-block;
    padding-left: 60px;
}

.footerM .bnav .list li {
    float: left;
    width: 160px;
    display: block;
    list-style: none;
    line-height: 32px;
    text-align: left;
    overflow: hidden;
}

.footerM .bnav .list .li1 {
    padding-left: 0;
}

.footerM .bnav .list li a {
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    position: relative;
}

.footerM .bnav .list li a i {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #666;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footerM .bnav .list .drop {
    padding-top: 10px;
}

.footerM .bnav .list .drop a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.footerM .bnav .list li a:hover {
    color: #e58012;
}

.footerM .bnav .list .drop a:hover {
    color: #e58012;
}

.footerM .ewm {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 76px;
}

.footerM .ewm ul {
    display: inline-block;
}

.footerM .ewm ul li {
    float: left;
    width: 120px;
    text-align: center;
    margin-left: 20px;
}

.footerM .ewm ul li img {
    display: block;
    width: 120px;
    height: 120px;
}

.footerM .ewm ul li span {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
}

.footerM .f_right .qimg {
    float: left;
    display: block;
    width: 150px;
    height: 150px;
    background: #999;
}

.footerM .f_right .qimg img {
    display: block;
    width: 150px;
    height: 150px;
}

.footerM .f_right .qrcode .tit {
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #b4d9f7;
}

.footerM .footer_2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    border-top: 1px solid #222;
}

.copyright {
    font-size: 12px;
    color: #999;
    height: 50px;
    background-color: #000;
}

.copyright .copy {
    height: 50px;
    line-height: 50px;
    color: #999;
}

.copyright a {
    color: #999;
}

.copyright em {
    margin: 0 5px;
}

.copyright .jszc {
    float: right;
    height: 50px;
    line-height: 50px;
}

.copyright .jszc span {
    height: 50px;
}

.copyright a:hover {
    color: #fff;
}

/* index css */
.index .index_title {
    padding-top: 90px;
}

.index .index_title .tit {
    float: left;
    display: block;
    width: 170px;
    font-size: 40px;
    line-height: 44px;
    color: #333; /*background:url("../images/ctitline.png") no-repeat 30px bottom;*/
}

.index .index_title .subtit {
    float: left;
    display: block;
    padding-top: 24px;
    margin-left: 20px;
    font-size: 18px;
    line-height: 20px;
    color: #999;
}

.index .tit_left {
    float: left;
}

.index .menu_right {
    float: right;
}

.index .menu_right .item {
    float: left;
    width: 154px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    margin-left: 3px;
    color: #333;
    background: #e5e5e5;
}

.index .menu_right .item a {
    display: block;
    font-size: 18px;
    transition: all ease 0.36s;
}

.index .menu_right .item:hover {
    background: url("../images/f2arr.png") no-repeat 90% center #e58012;
}

.index .menu_right .item:hover a {
    color: #fff;
    text-indent: -30px;
    transition: all ease 0.36s;
}

.index .menu_right .more {
    margin-left: 3px;
    float: left;
    font-family: arial;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    display: block;
    width: 45px;
    height: 45px;
    background: #e58012;
}

.index .menu_right .more a {
    display: block;
    font-size: 30px;
    color: #fff;
}

.index .menu_right .more:hover {
    background: #e58012;
}

/* 解决方案 */
.floor_1_main {
    position: relative;
    width: 100%;

    background: url("../images/d7_02.jpg") no-repeat center center;
    background-size: cover;
}

.floor_1_main .w1400 {
    position: relative;
    height: 100%;
}

.floor_1_main .t {
    color: #fff;
    line-height: normal;
    display: inline-block;
    padding-top: 86px;
    width: 100%;
}

.floor_1_main .t .t1 {
    float: left;
}

.floor_1_main .t .t1 h3 {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    line-height: 44px;
}

.floor_1_main .t .t1 span {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}

.floor_1_main .t .aa {
    display: block;
    width: 160px;
    height: 40px;
    float: right;
    margin-top: 28px;
    border: #fff solid 1px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.floor_1_main .t .aa:hover {
    background-color: #fff;
    color: #0059bc;
}

.floor_1_main .contents {
    width: 100%;

    margin-top: 26px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.floor_1_main .contents .floor_1_1 {
    width: 23%;
    color: #fff;
    text-align: center;
    transition: all 300ms ease;
    animation: flyIn3d 0.75s ease-out;
    margin-bottom: 2%;
}

.floor_1_main .contents .floor_1_1.c4 {
    border-right: 0;
}

.floor_1_main .contents .floor_1_1 a img {
    width: 93%;
    height: 260px;
    transition: all 0.6s;
    border: 1px solid #fff;
    padding: 10px;
}

.floor_1_main .contents .floor_1_1 a img:hover {
    transform: scale(1.02);
    transition: all 0.6s;
    background: rgba(0, 0, 0, 0.6);
}

.floor_1_main .contents .floor_1_1 a .t1 {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.floor_2_main {
    position: relative;
    width: 100%;
    height: 803px;
    background: url("../images/d3_02.jpg") no-repeat center center;
    background-size: cover;
}

.floor_2_main .w1400 {
    position: relative;
    height: 100%;
}

.floor_2_main dl {
    display: inline-block;
    width: 100%;
    padding-top: 6%;
}

.floor_2_main dl dt {
    width: 44%;
    float: left;
}

.floor_2_main dl dt h3 {
    color: #333;
    line-height: 44px;
    font-size: 44px;
    font-weight: bold;
}

.floor_2_main dl dt i {
    display: block;
    width: 52px;
    height: 5px;
    background-color: #e58012;
    margin-top: 46px;
}

.floor_2_main dl dt .x {
    font-size: 16px;
    color: #333;
    line-height: 35px;
    padding-top: 10%;
    text-align: justify;
}

.floor_2_main dl dt .l {
    width: 198px;
    height: 42px;
    border: #0059bc solid 1px;
    color: #0059bc;
    line-height: 42px;
    transition: all ease 0.36s;
    margin-top: 14%;
    text-align: center;
}

.floor_2_main dl dt .l:hover {
    background-color: #0059bc;
    color: #fff;
}

.floor_2_main dl dd {
    width: 43%;
    float: right;
    position: relative;
}

.floor_2_main dl dd img {
    display: block;
    width: 100%;
}

.about_2 {
    width: 64.5%;
    position: absolute;
    right: 0px;
    bottom: 11.5%;
}

.about_2 li {
    display: block;
    width: calc(100% / 3);
    float: left;
    height: 190px;
    padding-top: 54px;
    box-sizing: border-box;
}

.about_2 li .da1 {
    font-family: arial;
    font-size: 60px;
    line-height: 50px;
    color: #fff;
    font-family: "Arial";
    display: inline-block;
    position: relative;
    padding-left: 54px;
}

.about_2 li .da1 i {
    width: 16px;
    height: 16px;
    background: url("../images/d6_03.png") no-repeat center center;
    display: block;
    position: absolute;
    right: -20px;
    top: 0px;
}

.about_2 li .da1 .dt2 {
    font-size: 20px;
    color: #fff;
    padding-left: 10px;
}

.about_2 li .da2 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    clear: left;
    padding-left: 54px;
}

.about_2 li.d1 {
    float: none;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 1px #667680;
    float: right;
}

.about_2 li.d2 {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0px 1px #bfbfbf;
}

.about_2 .datalist {
    display: inline-block;
    width: 100%;
    clear: left;
    float: left;
    background: #0059bc;
}

.about_2 li.d1 i {
    display: none;
}

.about_2 li.d2 .da1 {
    color: #333;
}

.about_2 li.d2 .da1 .dt2 {
    color: #333;
}

.about_2 li.d2 .da2 {
    color: #333;
}

.about_2 li.d3 {
    background-color: #004898;
    box-shadow: 0 0px 1px #667680;
}

.about_2 li.d4 {
    background-color: #004898;
    box-shadow: 0 0px 1px #667680;
}

.floor_3_main {
    position: relative;
    width: 100%;
    height: 867px;
    background: url("../images/d10_02.jpg") no-repeat center center;
    background-size: cover;
}

.floor_3_1 {
    display: inline-block;
    width: 100%;
    padding-top: 86px;
}

.floor_3_1 h3 {
    color: #333;
    line-height: 44px;
    font-size: 44px;
    font-weight: bold;
}

.floor_3_1 h3 span {
    display: inline-block;
    color: #333;
}

.floor_3_2 {
    width: 100%;
    margin-top: 4%;
    position: relative;
}

.floor_3_2 .bd {
    display: inline-block;
    width: 100%;
}

.floor_3_2 .bd .tempWrap {
    overflow: initial !important;
}

.floor_3_2 .bd ul {
    display: inline-block;
    width: 100%;
    border-left: #dcdcdc solid 1px;
}

.floor_3_2 .bd ul li {
    border: #dcdcdc solid 1px;
    width: 466px;
    height: 598px;
    float: left;
    background-color: #fff;
    margin-left: -1px;
    position: relative;
}

.floor_3_2 .bd ul li .detail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: all 300ms ease;
    display: none;
}

.floor_3_2 .bd ul li .detail span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3)
}

.floor_3_2 .bd ul li:hover .detail {
    opacity: 1;
    display: block;
}

.floor_3_2 .bd ul li .table {
    cursor: pointer;
    position: relative;
    height: 80%;
    width: 80%;
    color: #4d4d4d;
    text-align: left;
    z-index: 3;
    display: block;
    padding: 10%;
}

.floor_3_2 .bd ul li .tr {
    display: table-row;
}

.floor_3_2 .bd ul li .tr .td {
    display: table-cell;
}

.floor_3_2 .bd ul li .t1 {
    font-size: 24px;
    transition: all 600ms ease;
    line-height: 36px;
    font-weight: bold;
    padding-top: 8%;
}

.floor_3_2 .bd ul li .t2 {
    transition: all 1200ms ease;
    position: relative;
    margin-top: 18%;
}

.floor_3_2 .bd ul li .t2 i {
    display: block;
    font-size: 30px;
    color: #e58012;
    line-height: 36px;
}

.floor_3_2 .bd ul li .t2 p {
    display: block;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 30px;
    padding-top: 10%;
}

.floor_3_2 .bd ul li .l {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10%;
    bottom: 5%;
    transition: all 300ms ease;
}

.floor_3_2 .bd ul li .l span {
    display: block;
    width: 18px;
    height: 9px;
    background: url("../images/s7_04.png") no-repeat center center;
    margin: 0 auto;
    margin-top: 15px;
}

.floor_3_2 .bd ul li:hover .l {
    background-color: #cc9c59;
}

.floor_3_2 .bd ul li:hover .l span {
    background: url("../images/s7_03.png") no-repeat center center;
}

.floor_3_2 .bd ul li .l:hover {
    margin-left: 10px;
}

.floor_3_2 .bd ul li:hover .t1 {
    color: #fff;
}

.floor_3_2 .bd ul li:hover .t2 i {
    color: #fff;
}

.floor_3_2 .bd ul li:hover .t2 p {
    color: #fff;
}

.floor_3_2 .hd {
    position: absolute;
    right: 0;
    top: -18%;
}

.floor_3_2 .hd .prev {
    display: block;
    width: 50px;
    height: 44px;
    float: left;
    cursor: pointer;
}

.floor_3_2 .hd .next {
    display: block;
    width: 50px;
    height: 44px;
    float: left;
    margin-left: 1px;
    cursor: pointer;
}

.floor_3_2 .hd .prev span {
    display: block;
    width: 18px;
    height: 9px;
    background: url("../images/s7_05.png") no-repeat center center;
    margin: 0 auto;
    margin-top: 18px;
}

.floor_3_2 .hd .next span {
    display: block;
    width: 18px;
    height: 9px;
    background: url("../images/s7_03.png") no-repeat center center;
    margin: 0 auto;
    margin-top: 18px;
}

.floor_3_2 .hd a {
    background-color: #e58012;
}

.floor_3_2 .hd a:hover {
    background-color: #eee;
}

.floor_3_2 .hd .prev span:hover {
    background: url("../images/s7_06.png") no-repeat center center;
}

.floor_3_2 .hd .next span:hover {
    background: url("../images/s7_04.png") no-repeat center center;
}

#index-banner {
    width: 100%;
    position: relative;
    font-family: microsoft yahei;
}

@media all and (-ms-high-contrast: none) {
    .line-one {
        background: #0065b4;
        opacity: 0.3;
    }

    .line-two {
        background: #fff;
        opacity: 0.4;
    }

    .cloud {
        background: none;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(1448px);
    }
}

.hoverAll {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 395px;
    z-index: 40;
}

#index-banner .swiper-container {
    opacity: 1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 21px;
    z-index: 20;
}

#index-banner .swiper-button-prev, #index-banner .swiper-button-next {
    opacity: 1;
    outline: none;
    background-size: 6px auto;
    width: 80px;
    height: 64px;
    background-color: #0065b4;
    transition: background-color 0.2s;
}

#index-banner .swiper-button-prev {
    background: url("../images/jt_03.png") no-repeat center center;
}

#index-banner .swiper-button-next {
    background: url("../images/jt_05.png") no-repeat center center;
}

#index-banner .swiper-button-prev:hover {
    background: url("../images/jt_04.png") no-repeat center center;
}

#index-banner .swiper-button-next:hover {
    background: url("../images/jt_06.png") no-repeat center center;
}

#index-banner .swiper-button-prev:hover, #index-banner .swiper-button-next:hover {
    background-color:;
}

#index-banner .swiper-button-prev {
    left: calc(50% - 390px);
}

#index-banner .swiper-button-next {
    right: calc(50% - 390px);
}

#index-banner .swiper-pagination {
    opacity: 0;
    top: 0;
    bottom: unset;
    right: 0;
    width: 940px;
    margin: 0 auto;
    text-align: right;
}

#index-banner .swiper-pagination-bullet {
    width: 35px;
    height: 3px;
    opacity: 1;
    background: none;
    border-radius: 0;
    margin: 0 1px;
    vertical-align: top;
    border-top: 4px solid #0065b4;
    outline: none;
}

#index-banner .swiper-pagination-bullet-active {
    height: 0px;
    border-top: 7px solid #ff7900;
    padding-bottom: 0;
}

#index-banner .swiper-slide {
    position: relative;
    width: auto;
    overflow: hidden;
}

#index-banner .swiper-slide .img {
    display: block;
    width: 80%;
    margin: 8% 10%;
}

#index-banner .swiper-slide img {
    opacity: 0.8;
    transition: all 0.3s;
    display: block;
    width: 100%;
}

#index-banner .swiper-slide-active img, #index-banner .swiper-slide-duplicate-active img {
    opacity: 1;
}

#index-banner .animating .swiper-slide .img::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 800px;
    top: 0;
    left: -250px;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-32deg);
    -ms-transform: skewX(-32deg);
    -moz-transform: skewX(-32deg);
    transform: skewX(-32deg);
    opacity: 0;
}

#index-banner .animating .swiper-slide img {
    opacity: 1;
}

#index-banner .animating .swiper-slide:hover .img::before {
    -webkit-transition: left 2s;
    -moz-transition: left 2s;
    -ms-transition: left 2s;
    transition: left 2s;
    left: 150%;
    opacity: 1;
}

.hoverBtn {
    width: 958px;
    height: 353px;
    position: absolute;
    z-index: 30;
    top: 21px; /* cursor: pointer; */
}

.hoverPrev {
    left: calc(50% - 1479px);
}

.hoverNext {
    left: calc(50% + 521px);
}

#index-banner .swiper-slide .txt {
    display: block;
    padding-left: 10%;
    margin-top: -8%;
}

#index-banner .swiper-slide .txt .tit {
    font-size: 24px;
    line-height: 60px;
    text-align: left;
    color: #333;
}

#index-banner .swiper-slide .txt p {
    font-size: 18px;
    color: #999;
    line-height: 18px;
}

#index-banner .swiper-slide.swiper-slide-active .txt {
    display: block;
}

#index-banner .animating .swiper-slide.swiper-slide-active .img {
    width: 100%;
    margin: 0;
}

#index-banner .animating .swiper-slide.swiper-slide-active .txt {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: url("../images/equip_txt.png") no-repeat center center;
    width: 100%;
    height: 168px;
    z-index: 12;
    padding-left: 5%
}

#index-banner .animating .swiper-slide.swiper-slide-active .txt .tit {
    color: #fff;
    line-height: 80px;
    padding-top: 30px;
}

#index-banner .animating .swiper-slide.swiper-slide-active .txt p {
    color: #fff;
}

.floor_4_main {
    position: relative;
    width: 100%;
    height: 696px;
    background: url("../images/d8_02.jpg") no-repeat center center;
    background-size: cover;
}

.floor_4_main .w1400 {
    position: relative;
    height: 100%;
}

.floor_4_main .t {
    color: #fff;
    line-height: normal;
    display: inline-block;
    padding-top: 86px;
    width: 100%;
}

.floor_4_main .t .t1 {
    float: left;
}

.floor_4_main .t .t1 h3 {
    font-size: 44px;
    font-weight: bold;
    color: #333;
    line-height: 44px;
}

.floor_4_main .t .t1 span {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.floor_4_main .t .aa {
    display: block;
    width: 160px;
    height: 40px;
    float: right;
    border: #0059bc solid 1px;
    font-size: 16px;
    color: #0059bc;
    text-align: center;
    line-height: 40px;
}

.floor_4_main .t .aa:hover {
    background-color: #0059bc;
    color: #fff;
}

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 56px;
}

#certify .swiper-container {
    overflow: inherit;
}

#certify .swiper-slide {
    width: 416px;
    height: 366px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    opacity: 0.8;
}

#certify .swiper-slide.swiper-slide-active {
    opacity: 1;
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
    height: 306px;
}

#certify .swiper-slide p {
    line-height: 60px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 18px;
    margin: 0;
}

#certify .swiper-wrapper {
}

#certify .swiper-pagination {
    width: 100%;
    bottom: -60px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: 0px;
    width: 45px;
    height: 45px;
    background-size: 100%;
}

#certify .swiper-button-next {
    right: 0px;
    width: 45px;
    height: 45px;
    background-size: 100%;
}

/*#certify:hover .swiper-button-prev,#certify:hover .swiper-button-next{ display:block;}*/

/* 合作流程 */
.index .floor_5_main {
    padding-bottom: 120px;
    background: #fff;
}

.floor_5_1 {
    padding-top: 20px;
}

.floor_5_1 ul {
    display: inline-block;
    width: 105%;
}

.floor_5_1 ul li {
    width: 544px;
    height: 134px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    float: left;
    margin-top: 42px;
    margin-right: 42px;
    padding: 18px;
    transition: all ease 0.36s;
}

.floor_5_1 ul li .img {
    display: block;
    width: 240px;
    float: left;
}

.floor_5_1 ul li .img img {
    display: block;
    width: 100%;
}

.floor_5_1 ul li .txtbox {
    float: right;
    width: 274px;
}

.floor_5_1 ul li .txtbox .tit {
    font-size: 20px;
    line-height: 30px;
    margin-top: 12px;
    height: 90px;
}

.floor_5_1 ul li .txtbox .time {
    font-size: 16px;
    line-height: 16px;
    font-family: "Arial";
    color: #999;
}

.floor_5_1 ul li:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
    transition: all ease 0.36s;
}

/* 关于我们 */
.index .floor_6_main {
    position: relative;
    width: 100%;
    height: 830px;
    background: url("../images/f6bg.png") no-repeat top center #fff;
}

.index .floor_6 {
    position: relative;
}

.index .about_tit {
    position: absolute;
    top: 90px;
    left: 0;
}

.index .about_tit .tit {
    font-size: 40px;
    line-height: 40px;
    text-align: left;
    color: #fff;
}

.index .about_tit .aline {
    margin-top: 27px;
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
}

.index .about .hd {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
}

.index .about .hd li {
    float: left;
    display: block;
    width: 250px;
    height: 80px;
    background: url("../images/f6li.png") no-repeat top center;
    cursor: pointer;
}

.index .about .hd li .alogo {
    padding-top: 12px;
    padding-left: 20px;
}

.index .about .hd li .alogo img {
    max-width: 155px;
}

.index .about .hd li.ait2 .alogo {
    padding-top: 12px;
    padding-left: 50px;
}

.index .about .hd li .img1 {
    display: block;
}

.index .about .hd li .img2 {
    display: none;
}

.index .about .hd li.on {
    background: url("../images/f6li_h.png") no-repeat top center;
}

.index .about .hd li.on .img1 {
    display: none;
}

.index .about .hd li.on .img2 {
    display: block;
}

.index .about .bd {
    padding-top: 177px;
    position: relative;
    height: 480px;
}

.index .about .bd li .txt {
    position: relative;
    z-index: 2;
}

.index .about .bd li .atit {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}

.index .about .bd li .adesc {
    margin-top: 44px;
    width: 600px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.index .about .bd li .adesc span {
    display: block;
}

.index .about .bd li .img {
    position: absolute;
    top: 68px;
    right: -88px;
    display: block;
    width: 830px;
    height: 440px;
    z-index: 1;
}

.index .about .bd li img {
    display: block;
    width: 100%;
    height: 100%;
}

.index .about .bd li .detail {
    position: relative;
    margin-top: 30px;
    display: block;
    width: 160px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-indent: 30px;
    color: #e58012;
    background: url("../images/f6arr1.png") no-repeat 100px center #f2f2f2;
    transition: all ease 0.36s;
}

.index .about .bd li .detail span {
    position: relative;
    z-index: 12;
}

.index .about .bd li .detail:before, .index .about .bd li .detail:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 40px;
    background: url("../images/f7arr2.png") 106px center no-repeat #0986e8;
    z-index: 2;
    transition: .5s;
}

.index .about .bd li .detail:before {
    transition: .3s;
    background: url("../images/f7arr2.png") 106px center no-repeat #e58012;
    z-index: -1;
}

.index .about .bd li .detail:hover {
    text-indent: 24px;
    transition: all ease 0.36s;
}

.index .about .bd li .detail:hover:before, .index .about .bd li .detail:hover:after {
    width: 160px;
}

.index .about .bd li .detail:hover span {
    color: #fff;
    transition: all ease 0.36s;
}

.index .floor_6_main .bgline {
    position: absolute;
    left: 13.5%;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e8e8f2;
}

/* 新闻动态 */
.index .floor_7_main {
    background: #fff;
    padding-bottom: 50px;
}

.index .floor_7 .index_title {
    padding-top: 70px;
}

.index .newslist {
    margin-top: 50px;
}

.index .newslist li {
    position: relative;
    margin-right: 3.5%;
    margin-bottom: 3.4%;
    float: left;
    width: 31%;
    height: 516px;
    background: #f2f2f2;
    transition: all ease 0.36s;
}

.index .newslist li.nt3 {
    margin-right: 0;
}

.index .newslist li.nt5 {
    margin-right: 0;
}

.index .newslist li .img {
    display: block;
    width: 435px;
    height: 242px;
    overflow: hidden;
}

.index .newslist li img {
    display: block;
    width: 435px;
    height: 242px;
}

.index .newslist li .txtbox {
    padding: 40px 30px 30px 40px;
    box-sizing: border-box;
}

.index .newslist li .txtbox .time {
    font-family: arial;
    font-size: 18px;
    line-height: 16px;
    color: #999;
    transition: all ease 0.36s;
}

.index .newslist li .txt {
    padding-top: 40px;
    transition: all ease 0.36s;
}

.index .newslist li .txt .tit {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    color: #151527;
}

.index .newslist li .txt .desc {
    margin-top: 18px;
    height: 70px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.index .newslist li:hover {
    transform: translateY(-3px);
    transition: all ease 0.36s;
}

.index .newslist li:hover .txt .tit {
    color: #e58012;
}

/*.index .newslist li:first-child:hover .tit{color:#fff;}*/
.index .newslist li:hover img {
    filter: brightness(105%);
    -webkit-filter: brightness(105%);
}

.index .newslist li:hover .txtbox .time {
    transform: translateY(10px);
    transition: all ease 0.36s;
}

.index .newslist li:hover .txtbox .txt {
    transform: translateY(-10px);
    transition: all ease 0.36s;
}

/* 快捷导航 */
.index .floor_8_main {
    padding-bottom: 80px;
}

.index .floor_8 .index_title {
    padding-top: 50px;
}

.index .quick-box {
    margin-top: 60px;
}

.quick_nav {
    margin-bottom: 30px;
}

.quick_nav .tit {
    margin-right: 30px;
    float: left;
    display: block;
    width: 172px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    background: #e58012;
    border: 1px solid #e58012;
    transition: all ease 0.36s;
}

.index .navlist {
    float: left;
}

.index .quick-box li {
    margin-right: 10px;
    float: left;
    padding: 0 20px 0 23px;
    display: block;
    height: 43px;
    line-height: 43px;
    border: 1px solid #ddd;
}

.index .quick-box li a {
    display: block;
    font-size: 18px;
    color: #666;
}

.index .quick-box li:hover {
    color: #fff;
    background: #e58012;
    border: 1px solid #e58012;
    transition: all ease 0.36s;
}

.index .quick-box li:hover a {
    color: #fff;
}

.headv {
    position: fixed;
    left: 1%;
    top: 30%;
    z-index: 2;
}

.headv div {
    margin: 10px 0;
    display: block;
    height: 14px;
}

.headv div span {
    display: none;
    float: left;
    font-size: 12px;
    color: #333;
    line-height: 14px;
}

.headv .headv-check span {
    display: block;
}

.headv div i {
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    background-color: #CCC;
    border-radius: 30px;
    margin-top: 3px;
}

.headv .headv-check i {
    color: #fff;
    background-color: #d9491d;
    display: none;
}

.headv .i2.headv-check span {
    color: #fff;
}

.headv div:hover i {
    display: none;
}

.headv div:hover span {
    display: block;
}

/* 响应1200屏幕 */

@media (max-width: 1700px) {

}

@media (max-width: 1600px) {
}

@media (max-width: 1500px) {
}

@media (max-width: 1366px) {
    .header_main .nav_main .item {
        margin: 0 3px;
    }

    .header_main .nav_main .item a {
        padding: 0 14px;
    }

    .header_main .nav .sub-box a {
        padding: 0;
    }

    .about_2 {
        position: absolute;
        right: 0;
        bottom: 16%;
    }

    .about_2 li .da1 {
        padding-left: 34px;
        font-size: 50px;
    }

    .about_2 li .da2 {
        padding-left: 34px;
    }

    .floor_2_main dl {
        padding-top: 10.5%;
    }

    .about_2 {
        bottom: 14%;
    }

    .floor_2_main dl dt .x {
        line-height: 30px;
        padding-top: 7%;
    }

    .footerM .bnav .list li {
        width: 126px;
    }

}

/*响应1440 到 1680屏幕*/
@media (min-width: 1366px) and (max-width: 1680px) {

}

/*rightFix*/
.rightFix {
    width: 65px;
    position: fixed;
    right: 10px;
    bottom: 30%;
    z-index: 999;
}

.rightFix a {
    width: 48px;
    height: auto;
    background: #e58012;
    text-align: center;
    display: block;
    margin-bottom: 6px;
    position: relative;
    padding-top: 8px;
    border-radius: 80px;
    padding-bottom: 7px;
}

.rightFix a h3 {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    display: none;
}

.rightFix .ico {
    width: 32px;
    height: 32px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all ease 300ms;
    margin: 0 auto;
    margin-bottom: 1px;
    padding: 0px;
    background: url(../images/fix-ico.png) no-repeat 0 0;
}

.rightFix .img {
    width: 110px;
    height: auto;
    position: absolute;
    left: -10px;
    top: 0;
    padding: 6px;
    background: #e58012;
    border: 1px solid #ddd;
    background: #fff;
    display: none;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease-in-out 0.2s;
    border-radius: 5px;
    color: #333;
    padding-bottom: 10px;
}

.rightFix .img p {
    padding-top: 5px;
}

.rightFix a:hover .img {
    opacity: 1;
    filter: alpha(opacity=100);
    left: -140px;
    display: block;
}

.rightFix .img img {
    width: 110px;
    height: 110px;
}

.rightFix a span {
    width: 210px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    position: absolute;
    left: -78px;
    top: 0px;
    background: #e58012;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 18px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease-in-out 0.2s;
    border-radius: 30px;
}

.rightFix a:hover {
    background-color: #e58012;
    overflow: visible;
}

.rightFix a:hover h3 {
    color: #fff;
}

.rightFix a.fix-ewm:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    left: -140px;
}

.rightFix a:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
    left: -215px;
}

.rightFix .fix-tel:hover .ico {
    background-position: -32px 0;
}

.rightFix .fix-xcx .ico {
    background-position: 0 -32px;
}

.rightFix .fix-xcx:hover .ico {
    background-position: -32px -32px;
}

.rightFix .fix-ewm .ico {
    background-position: 0px -64px;
}

.rightFix .fix-ewm:hover .ico {
    background-position: -32px -64px;
}

.rightFix .mess .ico {
    background-position: 0 -96px;
}

.rightFix .mess:hover .ico {
    background-position: -32px -96px;
}

.rightFix .fix_top .ico {
    background-position: 0 -128px;
}

.rightFix .fix_top:hover .ico,
.rightFix .fix_top.hover .ico {
    background-position: -32px -128px;
}

.rightFix .fix-form {
    background-position: 10px -234px;
}

.rightFix .fix-form span {
    font-size: 14px;
    line-height: 23px;
    width: 180px;
}

.rightFix .fix-form:hover {
    background-position: -37px -234px;
}

/* 图片 */
@-webkit-keyframes gradient-rectangle {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
        background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
        background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6)); /*FireFox*/
        background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6)); /* Opear */
        background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top;
        transform-origin: top;
        background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
        background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
        background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6)); /*FireFox*/
        background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6)); /* Opear */
        background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
        opacity: 0;
    }
}

/* Underline From Center1 */
.hvr-underline-from-center1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-underline-from-center1:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: -3px;
    background: #e58012;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center1:hover:before,
.hvr-underline-from-center1.hover:before,
.hvr-underline-from-center1:focus:before,
.hvr-underline-from-center1:active:before {
    left: 0;
    right: 0;
}

.hvr-underline-from-center1:hover,
.hvr-underline-from-center1.hover {
    *height: 43px;
    *border-bottom: 3px solid #e58012;
    *line-height: 43px;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}

.index_2_main {
    position: relative;
    width: 100%;
    height: 569px;
}

.index_2_main .index_t {
    position: relative;
    z-index: 11;
}

.index_2_main .slideTxtBox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.index_2_main .hd {
    position: absolute;
    bottom: 111px;
    left: 50%;
    margin-left: -700px;
    z-index: 11;
}

.index_2_main .hd li {
    width: 400px;
    height: 216px;
    border: 2px solid #1478be;
    background: #fff;
    float: left;
    border-radius: 10px;
    margin-left: 25px;
    padding-right: 46px;
}

.index_2_main .hd li .img {
    width: 113px;
    height: 109px;
    overflow: hidden;
    margin-left: 30px;
    margin-top: 53px;
    position: relative;
    float: left;
    margin-right: 32px;
}

.index_2_main .hd li .img img {
    position: absolute;
    left: -100%;
    top: 0;
    width: 113px;
    height: 109px;
    transition: ease-in-out 0.2s;
}

.index_2_main .hd li .img img:first-child {
    left: 0;
}

.index_2_main .hd li h3 {
    font-size: 23px;
    padding-top: 53px;
}

.index_2_main .hd li p {
    font-size: 16px;
    line-height: 26px;
    padding-top: 20px;
}

.index_2_main .hd li:first-child {
    margin-left: 0;
}

.index_2_main .hd li.on, .index_2_main .hd li:hover {
    color: #fff;
    background: url("../images/b5.png") repeat;
}

.index_2_main .hd li:hover a {
    color: #fff;
}

.index_2_main .hd li.on .img img, .index_2_main .hd li:hover .img img {
    left: 0;
}

.index_2_main .hd li.on .img img:first-child {
    left: -100%;
}

.index_2_main .bd li {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

.index_2_main .bd li a {
    display: block;
    width: 100%;
    height: 100%;
}

.index_t {
    padding-top: 100px;
    padding-bottom: 55px;
}

.index_t .left {
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
}