* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 70px;
    display: none;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.7);
    padding: 18px 2%;
}

.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../images/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}

.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(51, 51, 51, 1);
}

.search-box form .text {
    font-size: 12px;
    color: #333;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #333;
    line-height: 40px;
    outline: none;
}

.search-box form .submit {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../images/searchb.png) no-repeat center;
    border: none;
}

.search-box form .text::-webkit-input-placeholder {
    color: #333;
}

.search-box form .text:-moz-placeholder {
    color: #333;
}

.search-box form .text::-moz-placeholder {
    color: #333;
}

.search-box form .text:-ms-input-placeholder {
    color: #333;
}

.head {
    width: 100%;
    position: absolute;
    height: 50px;
    line-height: 50px;
    left: 0;
    top: 20px;
    z-index: 999;
}

.heads {
    max-width: 1530px;
    margin: auto;
}

.logo {
    float: left;
    width: 26.3%;
}

.logo img {
    width: 100%;
}

.search {
    float: right;
    cursor: pointer;
}

.nav {
    float: right;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    padding: 0 20px;
    position: relative;
}

.nav ul li a {
    font-size: 17px;
    color: #fff;
}

.nav ul li .detialnav {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.7);
    display: none;
}

.nav ul li .detialnav li {
    width: 100%;
    padding: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.nav ul li .detialnav li a {
    font-size: 15px;
    color: #333;
}

.nav ul li:hover .detialnav {
    display: block;
}

.mid_check {
    max-width: 1195px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    height: 215px;
    top: -105px;
    position: relative;
    z-index: 999;
    padding: 0 105px;
    padding-top: 55px;
    -webkit-box-shadow: #f8f8f8 0px 10px 20px;
    -moz-box-shadow: #f8f8f8 0px 10px 20px;
    box-shadow: #f8f8f8 0px 10px 20px;
}

.mid_check_links a {
    font-size: 20px;
    color: #1e1f20;
    margin-right: 30px;
}

.mid_check_links a:hover {
    font-size: 20px;
    color: #eb5f3b;
    font-weight: bold;
}

.mid_check_table {
    overflow: hidden;
    margin-top: 20px;
}

.mid_check_table form {
    width: 760px;
    float: left;
}

.mid_check_table form input[type=text] {
    width: 605px;
    float: left;
    height: 54px;
    background: #eaeaea;
    border-radius: 30px 0 0 30px;
    border: none;
    outline: none;
    padding-left: 20px;
}

.mid_check_table form input[type=submit] {
    width: 155px;
    height: 54px;
    background: #eb5f3b;
    float: left;
    border: none;
    outline: none;
    border-radius: 0 30px 30px 0;
    color: #fff;
    font-size: 20px;
}

.mid_check_table a {
    display: block;
    float: left;
    width: 167px;
    height: 54px;
    background: #eb5f3b;
    border-radius: 30px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 20px;
    margin-left: 35px;
}

.service {
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    padding-top: 90px;
    margin-top: -30px;
    padding-bottom: 52px;
}

.services {
    max-width: 1380px;
    margin: auto;
}

.left_ser {
    width: 24%;
    float: left;
}

.left_ser img {
    width: 100%;
}

.right_ser {
    width: 74.3%;
    float: right;
}

.right_sers {
    width: 32%;
    float: left;
    margin-right: 2%;
    background: #fff;
    text-align: center;
    margin-bottom: 38px;
    padding-bottom: 32px;
    overflow: hidden;
}

.right_sers:nth-child(3n) {
    margin-right: 0;
}

.rser_num {
    width: 100%;
    height: 111px;
    background: url(../images/ser_bg.png) center no-repeat;
    line-height: 111px;
    font-family: "Arial";
    color: #fff;
    font-size: 57px;
    font-weight: bold;
    position: relative;
}

.rser_title {
    font-size: 24px;
    color: #292626;
    font-weight: bold;
    margin-top: 20px;
}

.rser_intro {
    font-size: 16px;
    color: #4f4949;
    margin-top: 20px;
}

.rser_more a {
    display: inline-block;
    width: 126px;
    height: 33px;
    line-height: 33px;
    background-image: linear-gradient(#ea5516, #f58a64);
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
}

.rser_more {
    margin-top: 25px;
}

.about {
    width: 100%;
    overflow: hidden;
    margin-top: 65px;
}

.abouts {
    max-width: 1385px;
    margin: auto;
}

.left_ab {
    float: left;
    width: 45.5%;
    padding-top: 100px;
}

.right_ab {
    float: right;
    width: 50%;
    overflow: hidden;
}

.right_ab img {
    width: 100%;
    transition: all 0.6s;
}

.right_ab:hover img {
    transform: scale(1.1);
}

.labtitle_fl {
    float: left;
    font-size: 28px;
    color: #12151d;
    font-weight: bold;
}

.labtitle_fr {
    float: right;
    width: 67px;
    height: 67px;
    text-align: center;
    line-height: 67px;
    border-radius: 100%;
    background: #eb591c;
}

.labtitle {
    overflow: hidden;
}

.labtitles {
    text-transform: uppercase;
    font-size: 13px;
    color: #838488;
    margin-top: 10px;
    line-height: 1.5;
}

.labtip {
    width: 100%;
    line-height: 36px;
    border-radius: 30px;
    background: #eb591c;
    text-align: center;
    font-size: 17px;
    color: #fff;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.labcon {
    font-size: 15px;
    color: #6d6d6e;
    margin-top: 40px;
    line-height: 1.5;
}

.hot {
    width: 100%;
    overflow: hidden;
    background: url(../images/hotbg.png) center no-repeat;
    margin-top: 95px;
    padding-bottom: 75px;
}

.hots {
    max-width: 1385px;
    margin: auto;
}

.htitle {
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    padding-top: 70px;
}

.htitles {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.hotswiper a {
    display: block;
    background: #ff8500;
    text-align: center;
    padding-bottom: 30px;
}

.hot_pic img {
    width: 100%;
}

.hot_name {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 25px;
}

.hot_intro {
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    margin-top: 20px;
}

.hotswiper {
    margin-top: 70px;
}

.hezuo {
    width: 100%;
    overflow: hidden;
    background: #f5f7fa;
    padding-bottom: 40px;
}

.hezuos {
    max-width: 1385px;
    margin: auto;
}

.hz_title {
    font-size: 36px;
    color: #181818;
    font-weight: bold;
    text-align: center;
    padding-top: 70px;
}

.hz_titles {
    text-align: center;
    font-size: 18px;
    color: #181818;
    margin-top: 15px;
}

.hzs {
    width: 25%;
    margin-bottom: 35px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
}

.hzs img {
    width: 65%;
}

.hz {
    overflow: hidden;
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
}

.fangan {
    width: 100%;
    overflow: hidden;
    background: url(../images/fbbg.png) center no-repeat;
    height: 342px;
}

.fangans {
    max-width: 930px;
    margin: auto;
}

.fbtitle {
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    padding-top: 35px;
}

.fbtitles {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.fangans form {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

.fangans form input[type=text] {
    border: none;
    outline: none;
    background: #fff;
    border-radius: 5px;
    padding-left: 10px;
    height: 44px;
    float: left;
    font-size: 14px;
    margin-right: 12px;
}

.fangans form input[type=submit] {
    width: 158px;
    height: 44px;
    background: #ff7f02;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    float: right;
}

.fangans form input[type=text]:first-child {
    width: 209px;
    background-image: url(../images/image_23.jpg);
    background-repeat: no-repeat;
    background-position: right 14px center;
}

.fangans form input[type=text]:nth-child(2) {
    width: 209px;
    background-image: url(../images/image_25.jpg);
    background-repeat: no-repeat;
    background-position: right 14px center;
}

.fangans form input[type=text]:nth-child(3) {
    width: 304px;
    background-image: url(../images/image_20.jpg);
    background-repeat: no-repeat;
    background-position: right 14px center;
}

.fb_bot {
    text-align: center;
    margin-top: 25px;
}

.fb_bot span {
    font-size: 17px;
    color: #f7f7f7;
    margin-left: 5px;
}

.fb_bot b {
    font-family: "Impact";
    font-size: 31px;
    color: #f7f7f7;
}

.new {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.news {
    max-width: 1305px;
    margin: auto;
}

.left_new {
    float: left;
    width: 43.7%;
    padding-right: 35px;
    border-right: 1px solid #f0f0f0;
    padding-bottom: 20px;
}

.newtitle span {
    font-size: 23px;
    color: #211c1c;
    font-weight: bold;
    float: left;
}

.newtitle a {
    font-size: 16px;
    color: #4b4848;
    float: right;
    display: block;
    line-height: 32px;
}

.newtitle {
    width: 100%;
    overflow: hidden;
}

.lnew_pic img {
    width: 100%;
    border-radius: 10px;
    margin-top: 35px;
}

.lnew_title {
    font-size: 19px;
    color: #1a1414;
    margin-top: 20px;
}

.lnew_con {
    font-size: 15px;
    color: #595656;
    margin-top: 15px;
}

.right_new {
    width: 53.7%;
    float: right;
}

.rnew_top {
    border-bottom: 1px solid #f1f1f1;
}

.rnew_left {
    float: left;
    width: 33.8%;
}

.rnew {
    overflow: hidden;
}

.rnew_left img {
    width: 100%;
}

.rnew_right {
    float: right;
    width: 60%;
}

.rnew_right a {
    display: block;
    padding-left: 15px;
    background: url(../images/image_34.jpg) left center no-repeat;
    font-size: 16px;
    color: #686767;
    margin-bottom: 20px;
}

.rnew_bot {
    margin-top: 15px;
}

.flink {
    width: 100%;
    overflow: hidden;
    background: #f5f7fa;
    padding: 30px 0;
    margin-top: 60px;
}

.flinks {
    max-width: 1385px;
    margin: auto;
    padding-left: 55px;
}

.flk {
    float: left;
}

.flk_line {
    width: 44px;
    height: 3px;
    background: #e3e5ed;
    margin: 0 50px;
    float: left;
    margin-top: 38px;
}

.flk_pic {
    float: left;
    width: 79px;
    height: 79px;
    border-radius: 100%;
    border: 3px solid #e3e5ed;
    text-align: center;
    line-height: 70px;
}

.flk_con {
    float: left;
    margin-left: 20px;
}

.flk_con_title {
    font-size: 16px;
    color: #000;
    margin-top: 15px;
}

.flk_cons {
    color: #939496;
}

.flock {
    width: 100%;
    overflow: hidden;
    height: 113px;
    border-bottom: 1px solid #353434;
    background: #1e1d1d;
}

.flocks {
    max-width: 1385px;
    margin: auto;
}

.left_flock {
    float: left;
    line-height: 112px;
}

.left_flock span {
    font-size: 18px;
    color: #999;
    margin-left: 25px;
}

.right_flock {
    float: right;
    text-align: right;
}

.right_flock_top {
    font-size: 18px;
    color: #999;
    margin-top: 25px;
}

.right_flock_bot {
    margin-top: 15px;
}

.right_flock_bot a {
    font-size: 14px;
    color: #999;
    border-left: 1px solid #999;
    padding-left: 5px;
}

.right_flock_bot a:first-child {
    border-left: none;
}

.copy {
    text-align: center;
    line-height: 90px;
    background: #0e0e0e;
}

.copy a {
    font-size: 14px;
    color: #d8d8d8;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #1e1d1d;
    padding-top: 60px;
    padding-bottom: 25px;
}

.foots {
    max-width: 1385px;
    margin: auto;
}

.ftitle {
    font-size: 18px;
    color: #999;
}

.fline {
    width: 102px;
    height: 2px;
    background: #8d8d8d;
    position: relative;
    margin-top: 15px;
}

.fline::before {
    content: "";
    width: 21px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.fnav ul {
    margin-bottom: 0;
}

.fnav ul li a {
    font-size: 14px;
    color: #999;
}

.fnav ul li {
    margin-top: 15px;
}

.fnav {
    float: left;
    margin-left: 85px;
}

.saoma {
    float: right;
}

.sm_pic {
    float: left;
}

.sms {
    float: left;
    margin-left: 15px;
}

.sm {
    font-size: 14px;
    color: #5d5c5c;
}

.sm_phone {
    font-family: "Arial";
    font-size: 30px;
    color: #fff;
}

.mobile-inner-header {
    background-color: rgba(234, 84, 21, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
}

.mobile-inner-header-icon {
    color: #fff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(234, 84, 21, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header img {
    height: 55%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(234, 84, 21, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.alllistsearch {
    width: 100%;
    height: 92px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    line-height: 92px;
}

.alllistsearch>div {
    max-width: 1220px;
    margin: auto;
    ;
    overflow: hidden;
    padding: 0 10px;
}

.alllistsearchLeft {
    float: left;
    font-size: 16px;
    color: #464646;
}

.alllistsearchLeft img {
    margin-right: 7px;
}

.alllistsearchLeft i {
    font-style: normal;
}

.alllistsearchLeft span {}

.alllistsearchLeft a {
    color: #464646;
}

.listnavRight {
    float: right;
}

.listnavRight a {
    display: block;
    float: left;
    font-size: 16px;
    color: #464646;
    padding: 0 3rem;
    transition: 0.3s linear;
}

.listnavRight a.on {
    background: #ea5415;
    color: #fff;
}

.listnavRight a:hover {
    background: #ea5415;
    color: #fff;
    transition: 0.3s linear;
}

.p12-aboutinfo-1 {
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
}

.p12-aboutinfo-1 .tit {
    height: 160px;
    background: url(../images/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 91px;
    clear: both;
    text-align: center;
}

.p12-aboutinfo-1 .tit span {
    display: block;
    font-size: 28px;
    color: #000;
    padding-top: 45px;
}

.p12-aboutinfo-1 .tit em {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-family: "Times New Roman";
    padding-top: 18px;
    display: block;
}

.g-gywm {
    height: 530px;
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #ea5415;
    padding: 60px 0 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}

#map {
    width: 100%;
    height: 460px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 12px;
}

.map-title {
    font-size: 16px;
    line-height: 24px;
}

.map-list {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 6px;
}

.listcontacts {
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}

.listcontacts>div {
    max-width: 1210px;
    margin: 5rem auto;
    overflow: hidden;
}

.listcontacts>div>span {
    font-size: 28px;
    color: #6a6a6a;
}

.listcontacts>div>span>i {
    font-style: normal;
    font-size: 19px;
    color: #8d8c8c;
    font-family: Arial Regular;
    text-transform: uppercase;
    margin-left: 5px;
}

.listcontactsTitle {
    overflow: hidden;
    margin-top: 3rem;
}

.listcontactsTitle input {
    height: 58px;
    display: block;
    float: left;
    padding-left: 47px;
    box-sizing: border-box;
    width: 48%;
    font-size: 16px;
    margin-bottom: 2rem;
    border: 1px solid #ccc;
    outline: none;
}

.listcontactsTitle input:nth-child(1) {
    background: url(../images/122.png)left 0 no-repeat #fff;
    background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
    float: right;
    background: url(../images/123.png)left 0 no-repeat #fff;
    background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
    background: url(../images/124.png)left 0 no-repeat #fff;
    background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
    float: right;
    background: url(../images/125.png)left 0 no-repeat #fff;
    background-position: 12px;
}

.listcontactsTextarea {
    width: 100%;
    border: 1px solid #ccc;
    background: url(../images/126.png)left 0 no-repeat #fff;
    background-position: 12px 16px;
    padding-left: 47px;
    font-size: 16px;
    padding-top: 18px;
    height: 174px;
    outline: none;
}

.listcontactsubmit {
    text-align: center;
    margin-top: 3rem;
}

.listcontactsubmit input {
    background: #ea5415;
    color: #fff;
    border: 0;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
}

.listcontactsubmit input:nth-child(2) {
    background: #484848;
}

.ser-conent {
    width: 100%;
    background: #f6f8fb;
    min-height: 400px;
    padding: 1px 0;
}

.w1400 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
    z-index: 99;
    position: relative;
}

.title-ser-1 {
    width: 100%;
    text-align: center;
    background: #fff;
    margin-top: -50px;
    position: relative;
    z-index: 99;
}

.title-ser-1 a {
    font-size: 18px;
    color: #444;
    margin-right: 203px;
    line-height: 87px;
    display: inline-block
}

.title-ser-1 a::after {
    content: '';
    height: 2px;
    width: 0;
    background: #001daf;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0 auto;
}

.title-ser-1 a:hover {
    color: #001daf
}

.title-ser-1 a:hover::after {
    width: 100%;
}

.title-ser-1 .action {
    color: #001daf
}

.title-ser-1 .action::after {
    width: 100%;
}

.title-ser-1 a:last-of-type {
    margin-right: 0;
}

.ser-conent .ser-cont1 {
    padding: 104px 0 98px;
}

.ser-conent .ser-cont1 .left {
    width: 50%;
}

.ser-conent .ser-cont1 .left>p {
    font-size: 18px;
    color: #444
}

.ser-conent .ser-cont1 .left h3 {
    font-size: 42px;
    color: #444;
    font-weight: bold;
    line-height: 58px;
    margin-top: 10px;
}

.ser-conent .ser-cont1 .left dl {
    width: 100%;
    padding: 64px 0 80px;
}

.ser-conent .ser-cont1 .left dl dd {
    float: left;
    text-align: center;
    margin-right: 8%;
}

.ser-conent .ser-cont1 .left dl dd:last-of-type {
    margin-right: 0;
}

.ser-conent .ser-cont1 .left dl dd b {
    display: block;
    width: 156px;
    margin-bottom: 10px;
}

.ser-conent .ser-cont1 .left dl dd b em {
    font-size: 72px;
    color: #ea5415;
    font-weight: normal;
    line-height: 72px;
    font-style: normal;
}

.ser-conent .ser-cont1 .left dl dd b i {
    font-size: 18px;
    position: relative;
    font-style: normal;
    color: #666;
}

.ser-conent .ser-cont1 .left dl dd span {
    font-size: 18px;
    color: #444;
}

.ser-conent .ser-cont1 .left dl dd:nth-of-type(2) b i::after {
    content: '+';
    font-size: 23px;
    top: -39px;
    right: 0;
    position: absolute;
}

.ser-conent .ser-cont1 .left .btn {
    width: 100%;
}

.ser-conent .ser-cont1 .left .btn .phone {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.ser-conent .ser-cont1 .left .btn a {
    width: 200px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #ea5415;
    font-size: 16px;
    border: 1px solid #ea5415
}

.ser-conent .ser-cont1 .left .btn a:hover {
    background: #001daf;
    /* color: #ea5415 */
}

.ser-conent .ser-cont1 .left .btn .phone .cone {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}

.ser-conent .ser-cont1 .left .btn .phone .cone span {
    font-size: 16px;
    color: #666;
}

.ser-conent .ser-cont1 .left .btn .phone .cone b {
    font-size: 28px;
    color: #ea5415;
    line-height: 28px;
}

.ser-conent .ser-cont1 .rigth {
    width: 50%;
}

.ser-conent .ser-cont1 .rigth img {
    width: 100%;
    height: auto;
}

.title-ser-1 .abot a {
    margin-right: 9%;
    cursor: pointer;
}

.title-ser-1 .abot a:last-of-type {
    margin-right: 0
}

.ser-conent .ser-cont1 .left .about-t {
    color: #0061af;
    margin-top: 20px;
}

.ser-conent .ser-cont1 .left .about-p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    width: 80%;
    margin-top: 50px;
}

.ser-conent .ser-cont1 .left dl dd .t {
    width: 142px;
}

.ser-conent .ser-cont1 .left dl dd:first-of-type .t {
    width: 213px;
}

.about-fz {
    width: 100%;
    padding: 1px;
    padding-bottom: 105px;
}

.about-fz .title {
    text-align: center;
    padding-bottom: 40px;
}

.about-fz .title h3 {
    font-size: 36px;
    color: #444;
    font-weight: bold;
}

.about-fz .title span {
    font-size: 14px;
    color: #828081;
    text-transform: uppercase;
    line-height: 36px;
}

.about-fz .title p {
    font-size: 16px;
    color: #444;
    margin-top: 10px;
}

.about-fz-conent {
    border: 1px solid #bdd3ec;
    width: 100%;
    min-height: 300px;
    background: #fff
}

.about-fz-conent dl {
    width: 100%;
    text-align: center;
    margin-top: -10px;
}

.about-fz-conent dl dd {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #444;
    /* font-weight: bold; */
    margin-right: 15%;
    cursor: pointer;
}

.about-fz-conent dl .action {
    color: #0061af
}

.about-fz-conent dl .action i {
    border-color: #0061af
}

.about-fz-conent dl dd:last-of-type {
    margin-right: 0
}

.about-fz-conent dl dd i {
    width: 20px;
    height: 20px;
    background: #fff;
    display: block;
    margin: 0 auto 15px;
    ;
    border-radius: 50%;
    border: 4px solid #828081;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pages-view {
    width: 85%;
    position: relative;
    margin: 50px auto 50px;
}

.pages-view .pageview {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    opacity: 0;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition: transform 0.5s, opacity 0.5s;
    padding-bottom: 50px;
}

.pages-view .action {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 100% 50% !important;
    -webkit-transform-origin: 100% 50% !important;
    opacity: 1;
}

.pages-view .pageview p {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    width: 80%;
}

.pages-view .pageview img {
    width: 100%;
    height: auto;
}

.pages-view .pageview p::before {
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    background: #ff9000;
    position: absolute;
    left: 0;
    top: 6px;
}

.about-fz-conent ul {
    width: 20%;
    margin-bottom: 0;
}

.about-fz-conent ul li {
    width: 100%;
    border-right: 1px solid #bdd3ec;
    border-bottom: 1px solid #bdd3ec;
    position: relative;
    cursor: pointer;
}

.about-fz-conent ul li::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(189, 211, 236, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    display: block
}

.about-fz-conent ul li:last-of-type {
    border-bottom: none
}

.about-fz-conent ul li img {
    width: 100%;
}

.about-fz-conent ul .action {
    border-right: none
}

.about-fz-conent ul .action::before {
    display: none
}

.about-fz-conent .about-fz {
    width: 79%;
    height: 610px;
    position: relative;
}

.about-fz-conent .about-fz .about-fz-pages {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition: transform 0.5s, opacity 0.5s;
}

.about-fz-conent .about-fz .action {
    opacity: 1;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: translateY(-50%) scale(1) !important;
    -webkit-transform: translateY(-50%) scale(1) !important;
}

.about-fz-conent .about-fz .fz-conent {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    box-sizing: border-box;
    padding-left: 3%;
}

.about-fz-conent .about-fz img {
    width: 32%;
    height: auto;
    margin-left: 2%;
}

.about-fz-conent .fz-conent h3 {
    font-size: 24px;
    color: #444;
    font-weight: bold;
    margin-bottom: 30px;
}

.about-fz-conent .fz-conent h3::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: #ff9000;
    margin-right: 15px;
}

.about-fz-conent .fz-conent .conent {
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #444
}

.about-fz-conent .fz-conent a {
    width: 200px;
    display: block;
    margin-left: 20px;
    color: #fff;
    background: #0061af;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about-fz-conent .fz-conent a:hover {
    width: 250px;
}

.qye-title {
    text-align: center;
    padding-bottom: 40px;
}

.qye-title h3 {
    font-size: 36px;
    color: #444;
    font-weight: bold;
}

.qye-title span {
    font-size: 14px;
    color: #828081;
    text-transform: uppercase;
    line-height: 36px;
}

.qye-title p {
    font-size: 16px;
    color: #444;
    margin-top: 10px;
}

.about-qye ul {
    width: 100%;
    margin-bottom: 0;
}

.about-qye ul li {
    width: calc(100%/6);
    box-sizing: border-box;
    background-position: center top;
    border-left: 1px solid #fff;
    height: 600px;
    float: left;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about-qye ul li:first-of-type {
    border-left: none
}

.about-qye ul li::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 1;
}

.about-qye ul li h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    font-size: 32px;
    color: #fff;
    /* font-weight: bold; */
    width: 40px;
    text-align: center;
    z-index: 2;
    line-height: 38px;
}

.about-qye ul .action {
    width: calc(100%/2);
    /* background-size: 100% 100% !important; */
}

.about-qye ul .action .conent {
    opacity: 1;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition: opacity 0.3s, transform 0.3s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transform: translate3d(-50%, 0, 0) scale(1);
    -webkit-transform: translate3d(-50%, 0, 0) scale(1);
}

.about-qye ul .action h3 {
    opacity: 0;
}

.about-qye ul .action::after {
    background: rgba(0, 97, 175, 0.3)
}

.about-qye ul li .conent {
    position: absolute;
    left: 50%;
    top: 13%;
    width: 80%;
    transform: translate3d(-50%, 0, 0) scale(0);
    -webkit-transform: translate3d(-50%, 0, 0) scale(0);
    z-index: 3;
    opacity: 0;
}

.about-qye ul li .conent b {
    font-size: 36px;
    color: #fff;
}

.about-qye ul li .conent .txt {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-top: 2%;
}

.about-client {
    width: 100%;
    min-height: 300px;
    padding-bottom: 103px;
}

.about-client ul {
    width: 100%;
}

.about-client ul li {
    float: left;
    margin-right: 0.9%;
    width: 9.11%;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about-client ul li p {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ff9000;
    line-height: 118px;
    color: #fff;
    font-size: 16px;
    left: 0;
    top: 0;
    text-align: center;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about-client ul li:hover {
    box-shadow: 0px 3px 2px 5px rgba(0, 29, 175, 0.6);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.about-client ul li img {
    width: 100%;
    height: auto;
}

.about-client ul li:nth-of-type(10n) {
    margin-right: 0;
}

.about-client-conetn {
    width: 100%;
    background: #fff;
    padding-top: 105px;
}

.about-environment {
    width: 100%;
    background: #f6f8fb;
    padding-top: 103px;
    padding-bottom: 114px;
}

.about-environment-conetnt {
    width: 100%
}

.about-environment-conetnt .pages0t {
    width: 100%;
    height: 471px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.about-environment-conetnt .pages0t .left {
    width: 66%;
}

.about-environment-conetnt .pages0t .rigth {
    width: 33%;
}

.about-environment-conetnt .pages0t li {
    float: left;
}

.about-environment-conetnt .paf .left {
    height: 471px;
    overflow: hidden;
}

.about-environment-conetnt img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}

.about-environment-conetnt img:hover {
    transform: scale(1.05);
    -webkit-ransform: scale(1.05);
}

.about-environment-conetnt .paf .rigth ul {
    width: 100%;
}

.about-environment-conetnt .paf .rigth ul li:first-of-type {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.about-environment-conetnt .paf .rigth ul li:nth-of-type(2) {
    width: 49%;
    margin-right: 2%;
    height: 230px;
    background: #0061af;
    color: #fff;
    font-size: 28px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 59px;
    margin-top: 10px;
}

.about-environment-conetnt .paf .rigth ul li:last-of-type {
    width: 49%;
    height: 230px;
    overflow: hidden;
    margin-top: 10px;
}

.about-environment-conetnt .pat .left li {
    height: 471px;
    margin-right: 1.2%;
    overflow: hidden;
}

.about-environment-conetnt .pat .left li:first-child {
    width: 24.35%;
    overflow: hidden;
}

.about-environment-conetnt .pat .left li:nth-of-type(2) {
    width: 24.35%;
}

.about-environment-conetnt .pat .left li:nth-of-type(2) p {
    height: 230px;
    margin-bottom: 10px;
    background: #ff9000;
    color: #fff;
    font-size: 28px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 59px;
}

.about-environment-conetnt .pat .left li:nth-of-type(2) .ds {
    height: 230px;
    width: 100%;
    overflow: hidden;
}

.about-environment-conetnt .pat .left li:last-of-type {
    margin-right: 0;
    width: 48.5%;
    overflow: hidden;
}

.about-environment-conetnt .pat .rigth .ds {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.about-environment-conetnt .pat .rigth .ds:last-of-type {
    margin-top: 10px;
}

.list-about-nav {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-bottom: 1px solid #eee;
    z-index: -1;
}

.list-about-nav a {
    font-size: 16px;
    cursor: pointer;
    line-height: 87px;
    margin-right: 9%;
    display: inline-block;
}

.list-about-nav a::after {
    content: '';
    height: 2px;
    width: 0;
    background: #ea5415;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0 auto;
}

.list-about-nav .action {
    color: #001daf
}

.list-about-nav .action::after {
    width: 100%;
}

.list-about-nav a:hover {
    color: #001daf
}

.list-about-nav a:hover::after {
    width: 100%;
}

.index-new {
    width: 100%;
    background: none;
    padding: 48px 0 70px
}

.index-new .title {
    padding-bottom: 40px;
}

.index-new .title b {
    font-size: 36px;
    color: #444;
    line-height: 60px;
}

.index-new .title p {
    font-size: 16px;
    color: #444
}

.index-new ul {
    width: 100%;
    padding: 1px;
}

.index-new ul li {
    width: 24%;
    float: left;
    margin-right: 1.333%;
    box-sizing: border-box;
    border: 1px solid #bdd3ec;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.index-new ul li:nth-of-type(4n) {
    margin-right: 0;
}

.index-new ul li .img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.index-new ul li .img img {
    width: 100%;
    height: 240px;
}

.index-new ul li .content {
    width: 100%;
    background: #f6f8fb;
    box-sizing: border-box;
    padding: 0 6%;
    min-height: 186px;
}

.index-new ul li .content .timer {
    width: 100px;
    text-align: center;
    background: #ea5415;
    height: 40px;
    line-height: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
}

.index-new ul li .content .timer b {
    font-size: 30px;
    font-weight: normal;
}

.index-new ul li .content .timer span {
    font-size: 16px;
}

.index-new ul li .content h5 {
    font-size: 20px;
    color: #444;
    white-space: nowrap;
}

.index-new ul li .content p {
    font-size: 14px;
    color: #666;
    min-height: 53px;
    margin-top: 10px;
}

.index-new ul li .content em {
    font-size: 14px;
    color: #ea5415;
    padding-bottom: 20px;
    font-weight: bold;
    padding-top: 8px;
    font-style: normal;
}

.index-new ul li:hover {
    box-shadow: 0 0 10px 10px #f2f2f2;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.index-new ul li:hover .content {
    background: #0061af
}

.index-new ul li:hover .content h5 {
    color: #fff
}

.index-new ul li:hover .content p {
    color: #a3bbd9
}

.index-new ul li:hover .content em {
    color: #fff;
    font-style: normal;
}

.index-new ul li:hover .content .timer {
    background: #fff;
    color: #ea5415
}

.ser-conent .index-new li {
    margin-bottom: 20px;
}

.news-del {
    background: #f8f8f8;
    padding: 0 0 50px;
}

.com-width {
    max-width: 1200px;
    margin: 0 auto;
}

.cate-position {
    height: 50px;
    color: #999;
    line-height: 50px;
}

.cate-position a {
    color: #999;
}

.cate-position a:hover {
    color: #e93e00;
}

.icon-eye {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 11px;
    background: url(../img/eye.png) no-repeat center;
}


/*å·¦ä¾§*/

.news-show-left {
    float: left;
    margin: auto;
    width: 800px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.news-show-left .news-title {
    padding: 40px 20px;
    padding-bottom: 20px;
    border-top: 1px #f1f1f1 solid;
    text-align: center;
    line-height: 1.5;
}

.news-show-left .news-title .tit {
    padding-bottom: 10px;
    color: #333;
    font-weight: normal;
    font-size: 24px;
}

.news-show-left .news-title p {
    padding-bottom: 10px;
    border-bottom: 1px solid #F0F2F5;
    color: #a3afb7;
    font-size: 14px;
}

.news-show-left .news-title p a {
    color: #a3afb7;
}

.news-show-left .news-views {
    overflow: hidden;
    margin: 40px 20px 20px;
    margin-top: 0;
    min-height: 600px;
    color: #666;
    font-size: 14px;
    line-height: 25px;
}

.news-show-left .news-views p {
    margin-bottom: 10px;
}

.news-show-left .news-views img {
    max-width: 100%;
    height: auto;
}

.news-show-left .news-other {
    padding: 20px 15px;
    border-top: 1px #f1f1f1 solid;
}

.news-show-left .news-other p {
    display: block;
    padding-left: 3px;
    height: 40px;
    line-height: 40px;
}

.news-show-left .news-other p a {
    color: #333;
    font-size: 14px;
}

.news-show-left .news-other p a:hover {
    color: #BB3E46;
}

.news-show-left .share-bar {
    padding: 20px;
}


/*å³ä¾§*/

.news-show-right {
    float: right;
    width: 370px;
}

.news-show-right dl {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.news-show-right dl dt {
    position: relative;
    display: block;
    height: 42px;
    border-bottom: 1px #f1f1f1 solid;
    line-height: 42px;
}

.news-show-right dl.tab dt {
    padding-left: 20px;
    height: 42px;
    border-top: 1px #f1f1f1 solid;
    color: #1d1d1d;
    font-size: 18px;
    line-height: 42px;
}

.news-show-right dl.tab dd {
    position: relative;
}

.news-show-right dl.tab dd ul {
    display: block;
    padding: 0 20px;
}

.news-show-right dl.tab dd ul li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px #f1f1f1 solid;
}

.news-show-right dl.tab dd ul li a {
    display: inline;
}

.news-show-right dl.tab dd ul li .pic {
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 0;
    line-height: 60px;
    float: left;
}

.news-show-right dl.tab dd ul li .pic img {
    max-width: none;
	width:100%;
}

.news-show-right dl.tab dd ul li h5 {
    display: block;
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 10px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
}

.news-show-right dl.tab dd ul li h5 a {
    color: #333;
}

.news-show-right dl.tab dd ul li h5 a:hover {
    color: #BB3E46;
}

.news-show-right dl.tab dd ul li .news-cate {
    color: #999;
}

.news-show-right dl.tab dd ul li i {
    float: left;
    color: #999;
    font-size: 12px;
    font-style: normal;
}

.news-show-right dl.tab dd ul li em {
    float: right;
    padding-left: 25px;
    background: url(../img/eye.png) no-repeat left center;
    color: #999;
    font-style: normal;
    font-size: 12px;
    min-width: 50px;
    font-style: normal;
}

.news-show-right dl.tab dd .more {
    position: relative;
    top: -1px;
    height: 45px;
    border-top: 1px #f1f1f1 solid;
    color: #333;
    text-align: center;
    line-height: 45px;
}

.news-show-right dl.tab dd .more a {
    position: relative;
    display: inline-block;
    color: #333;
}

.news-show-right dl.tab dd .more a b {
    margin-left: 5px;
    font-family: "å®‹ä½“";
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.news-show-right dl.tab dd .more a:hover b {
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    -ms-transform: translateX(5px);
}

.news-show-right dl.tab dd .more a:hover {
    color: #BB3E46;
}

.news-show-right dl.list dt {
    padding-left: 20px;
    color: #333;
    font-size: 18px;
}

.news-show-right dl.tab dt a {
    display: table-cell;
    width: 33%;
    height: 42px;
    color: #009A62;
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.news-show-right dl.list dt a b {
    position: relative;
    top: -1px;
    display: inline-block;
    overflow: hidden;
    margin-left: 2px;
    width: 15px;
    height: 15px;
    background-position: 0 -64px;
    vertical-align: middle;
}

.news-show-right dl.list dd ul {
    display: block;
    padding: 20px;
}

.news-show-right dl.list dd ul li {
    display: block;
    overflow: hidden;
    padding-bottom: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-show-right dl.list dd ul li a {
    color: #333;
    font-size: 14px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.news-show-right dl.list dd ul li a:hover {
    color: #BB3E46;
}

.gr-page-other {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}

.gr-product-content .gr-page-other {
    border-color: #E4EAEC;
}

.gr-page-other p {
    line-height: 26px;
    width: calc(100% - 150px);
}

.gr-back-btn {
    margin-top: 6px;
    width: 125px;
    height: 40px;
    background-color: #999;
    color: #fff!important;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    float: right;
}

.gr-back-btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.gr-page-other p a {
    color: #333;
}

.news-case {
    padding: 20px;
}

.news-case .gr-case-list {
    width: 100%;
}

.news-case .gr-case-list li,
.news-case .gr-case-list li .pic {
    float: none;
    width: 100%;
    height: auto;
}

.pro_content {
    width: 100%;
    background: #f6f8fb;
    padding-bottom: 70px;
}

.pro_content:nth-of-type(2n) {
    background: #ffffff;
}

.pro_content:last-of-type {
    padding-bottom: 160px;
}

.nav-pro {
    background: #fff;
    width: 100%;
    padding: 0 6%;
    margin-top: -45px;
    position: relative;
    text-align: center;
    white-space: nowrap
}

.nav-pro a {
    font-size: 16px;
    line-height: 86px;
    display: inline-block;
    margin-right: 76px;
    position: relative
}

.nav-pro a::after {
    display: block;
    height: 2px;
    width: 0;
    background: #001daf;
    margin: 0 auto;
    content: '';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.nav-pro a:last-of-type {
    margin-right: 0;
}

.nav-pro a:hover {
    color: #001daf;
}

.nav-pro a:hover::after {
    width: 100%;
}

.nav-pro .action {
    color: #001daf;
}

.nav-pro .action::after {
    width: 100%;
}

.pro_content .pro-list {
    width: 100%;
}

.pro_content .pro-list .titleview {
    width: 100%;
    padding: 60px 0 20px;
    border-bottom: 1px solid #dddddd;
}

.pro_content .pro-list .titleview a {
    width: 182px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    background: #f6f8fb;
    border: 1px solid #0061af;
    color: #0061af;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 31px;
}

.pro_content .pro-list .titleview a:hover {
    width: 200px;
}

.pro_content .pro-list .titleview a::before {
    width: 24px;
    height: 19px;
    background: url(../images/zx-pro-def.png) no-repeat center top;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 5px;
}

.pro_content .pro-list .title {
    /* display: inline-block;
     vertical-align: middle */
}

.pro_content .pro-list .title b {
    color: #444444;
    font-size: 32px;
}

.pro_content .pro-list .title p {
    font-size: 16px;
    color: #666
}

.pro-def {
    width: 100%;
    background: #0061af
}

.pro-def .title-top {
    padding: 35px 0;
}

.pro-def .title-top a {
    color: #b4c6e4;
    font-size: 14px;
}

.pro-def .title-top .fl a {
    display: inline-block;
    padding: 0 10px;
}

.pro-def .title-top .fl a:hover {
    color: #fff
}


/* .pro-def .title-top .fl a::after{
    content: '>';
    color: #b4c6e4;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
} */

.pro-def .title-top .fl a:last-of-type::after {
    content: '';
}

.pro-def .title-top .fl .pro-index {
    width: 23px;
    height: 23px;
    background: url('../images/pro_index.png') no-repeat center top;
    display: inline-block;
    vertical-align: middle
}

.pro-def .title-top .fr i {
    width: 23px;
    height: 23px;
    background: url('../images/huans_t.png') no-repeat center top;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}

.pro-def-pro {
    width: 100%;
    background: #fff;
    /* box-shadow: 0 0 10px 10px #f1f1f1; */
}

.pro-def-pro .img {
    width: 57%;
    position: relative;
}

.pro-def-pro .img dl {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(50%, -50%, 0);
    -webkit-transform: translate3d(50%, -50%, 0);
    width: 15%;
}

.pro-def-pro .img dl dd {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}


/* .pro-def-pro .img dl li:last-of-type{
    margin-bottom: 0;
} */

.pro-def-pro .img dl dt i {
    width: 35px;
    height: 15px;
    display: inline-block;
    background: url('../images/pro-fangx.png') no-repeat;
    background-position: 0 center;
    margin-right: 20px;
    cursor: pointer;
}

.pro-def-pro .img dl .action {
    box-shadow: 0 0 2px 2px #f2f2f2;
    transform: translate3d(-5px, -5px, 0);
    -webkit-transform: translate3d(-5px, -5px, 0);
}

.pro-def-pro .img dl dt em {
    width: 35px;
    height: 15px;
    display: inline-block;
    background: url('../images/pro-fangx.png') no-repeat;
    background-position: right center;
    cursor: pointer;
}

.pro-def-pro .img dl dd img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.pro-def-pro .img dl dt {
    width: 100%;
    text-align: center
}

.pro-def-pro .img img {
    width: 100%;
    height: auto;
}

.pro-def-pro .pro-def-des {
    width: 40%;
    box-sizing: border-box;
    padding: 60px 4% 0 4%;
}

.pro-def-pro .pro-def-des h2 {
    font-size: 32px;
    color: #444;
    font-weight: bold;
    border-bottom: 1px solid #b1b4b5;
    line-height: 80px;
    margin-bottom: 20px;
}

.pro-def-pro .pro-def-des>p {
    font-size: 16px;
    color: #444
}

.pro-def-pro .pro-def-des .conetn {
    width: 100%;
    min-height: 200px;
    padding: 20px 0 40px;
    color: #666;
    font-size: 14px;
}

.pro-def-pro .pro-def-des .btn {
    width: 87%;
    border-radius: 30px;
    overflow: hidden;
}

.pro-def-pro .pro-def-des .btn a {
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    height: 46px;
}

.pro-def-pro .pro-def-des .btn a:last-of-type:hover {
    background: rgba(255, 144, 0, 0.8)
    /* animation: btnaxiaz 0.3s infinite;
    -webkit-animation: btnaxiaz 0.3s infinite;  */
}

.pro-def-pro .pro-def-des .btn a:first-of-type:hover {
    background: rgba(0, 97, 175, 0.8)
    /* animation: swing 0.3s infinite;
    -webkit-animation: swing 0.3s infinite;  */
}

@keyframes btnphone {
    0% {
        transform: translateX(-3px);
        -webkit-transform: translateX(-3px);
    }
    100% {
        transform: translateX(3px);
        -webkit-transform: translateX(3px);
    }
}

@keyframes btnaxiaz {
    0% {
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
    }
    100% {
        transform: translateY(3px);
        -webkit-transform: translateY(3px);
    }
}

.pro-def-pro .pro-def-des .btn a:first-of-type {
    background: rgba(0, 97, 175, 1)
}

.pro-def-pro .pro-def-des .btn a:first-of-type::before {
    width: 27px;
    height: 27px;
    content: '';
    display: inline-block;
    background: url('../images/pro-def-ico.png') no-repeat;
    background-position: 0 top;
    vertical-align: middle;
    margin-right: 8px;
}

.pro-def-pro .pro-def-des .btn a:last-of-type {
    background: rgba(255, 144, 0, 1)
}

.pro-def-pro .pro-def-des .btn a:last-of-type::before {
    width: 27px;
    height: 27px;
    content: '';
    display: inline-block;
    background: url('../images/pro-def-ico.png') no-repeat;
    background-position: right top;
    vertical-align: middle;
    margin-right: 8px;
}

.pro-dse-nav {
    width: 100%;
    text-align: left;
    background: #f6f8fb;
    border-bottom: 1px solid #dadee1;
}

.pro-dse-nav a {
    display: inline-block;
    font-size: 16px;
    line-height: 80px;
    margin-left: 6%;
    cursor: pointer;
}

.pro-dse-nav .action {
    color: #ea5415
}

.pro-des-conetn {
    width: 100%;
    padding-bottom: 120px;
    /* position: absolute */
}

.pro-des-conetn .title {
    padding: 60px 0 35px;
}

.pro-des-conetn .title h4 {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #444;
    border-left: 10px solid #0061af;
}

.pro-des-conetn .title h4::before {
    width: 3px;
    height: 30px;
    background: #ff9000;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 20px;
}

.pro-des-conetn .title a {
    width: 182px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    background: #f6f8fb;
    border: 1px solid #0061af;
    color: #0061af;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro-des-conetn .title a:hover {
    width: 200px;
}

.pro-des-conetn .title a::before {
    width: 24px;
    height: 19px;
    background: url('../images/zx-pro-def.png') no-repeat center top;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 5px;
}

.pro-des-conetn .conetn {
    width: 100%;
}

.pro-des-conetn .conetn ul {
    width: 100%;
}

.pro-des-conetn .conetn ul li {
    width: 21%;
    margin-left: 4%;
    float: left;
    border: 1px solid #eceeef;
    position: relative;
    height: 112px;
    border-radius: 60px;
    margin-bottom: 20px;
}

.pro-des-conetn .conetn ul li p:last-of-type {
    font-size: 20px;
    color: #444;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

.pro-des-conetn .conetn ul li em {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
    display: block;
    font-size: 32px;
    font-weight: bold;
    background: #fff
}

.pro-des-conetn .conetn ul li:nth-of-type(2n-1) em {
    border: 3px solid #0061af;
    color: #0061af
}

.pro-des-conetn .conetn ul li:nth-of-type(2n) em {
    border: 3px solid #ff9000;
    color: #ff9000
}

.pro-des-conetn .conetn a {
    width: 49%;
    display: block;
    text-align: center;
    padding: 35px 0;
    border-radius: 100px;
    margin-top: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/* .pro-des-conetn:last-of-type{
    margin-bottom: 60px;
} */

.pro-des-conetn .conetn a .top {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 9%;
}

.pro-des-conetn .conetn a:hover {
    box-shadow: 0 0 5px 5px #f1f1f1;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.pro-des-conetn .conetn a .top b {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
}

.pro-des-conetn .conetn a .top p {
    font-size: 16px;
    color: #fff;
}

.pro-des-conetn .conetn a:first-of-type {
    background: #ff9000
}

.pro-des-conetn .conetn a:last-of-type {
    background: #0061af;
    cursor: pointer;
}

.pro-des-conetn .pro-id-pro img {
    display: block;
    margin: 0 auto;
}

.about-bananr-conent {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    text-align: center;
}

.contact-bananr-conent {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    text-align: center;
}

.contact-bananr-conent p {
    font-size: 60px;
    font-weight: bold;
    color: #fff
}

.contact-bananr-conent span {
    color: #fff;
    font-size: 24px;
}

.about-bananr-conent span {
    color: #fff;
    font-size: 24px;
}

.about-bananr-conent p {
    font-size: 60px;
    font-weight: bold;
    color: #fff
}

.new-bananr-conent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    text-align: center;
}

.new-bananr-conent span {
    color: #fff;
    font-size: 24px;
}

.new-bananr-conent p {
    font-size: 60px;
    font-weight: bold;
    color: #fff
}

.pro-bananr {
    width: 100%;
    position: relative;
}

.pro-bananr>img {
    width: 100%;
    height: auto
}

.pro-bananr .bananr-content {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1.5s;
    -webkit-animation: bnananrtop 1.5s;
}

@-webkit-keyframes bnananrtop {
    0% {
        opacity: 0;
        transform: translateX(-40%) translateY(-20%);
        -webkit-transform: translateX(-50%) translateY(-20%);
    }
    25% {
        opacity: 0;
        transform: translateX(-40%) translateY(-20%);
        -webkit-transform: translateX(-50%) translateY(-20%);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
    }
}

@keyframes bnananrtop {
    0% {
        opacity: 0;
        transform: translateX(-40%) translateY(-40%);
        -webkit-transform: translateX(-50%) translateY(-40%);
    }
    25% {
        opacity: 0;
        transform: translateX(-40%) translateY(-20%);
        -webkit-transform: translateX(-50%) translateY(-20%);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
    }
}

.pro-bananr .bananr-content span {
    font-size: 24px;
    color: #989ba4
}

.pro-bananr .bananr-content h2 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}

.pro-bananr .bananr-content .fong {
    width: 500px;
    height: 65px;
    border-radius: 33px;
    background: #fff;
    margin: 0 auto;
    border: 5px solid rgba(0, 0, 0, 0.8);
    overflow: hidden;
    margin-top: 40px;
}

.pro-bananr .bananr-content .fong .text {
    width: 364px;
    font-size: 16px;
    line-height: 46px;
    height: 55px;
    /* border: 1px solid #000; */
    padding: 5px 0;
    display: block;
    margin-left: 38px;
    border: none;
}

.pro-bananr .bananr-content .fong .submitBtn {
    background-color: #0061af;
    height: 56px;
    width: 80px;
    display: block;
    background-image: url('../images/pro-serve-ico.png');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
}

.pages-view .swiper-button-prev {
    left: -60px;
}

.pages-view .swiper-button-next {
    right: -60px;
}

.honswiper img {
    width: 100%;
}

.case-bananr {
    width: 100%;
}

.case-bananr img {
    width: 100%;
    height: auto;
}

.case-conetnt {
    width: 100%;
    background: #f6f8fb;
    padding-bottom: 100px;
}

.case-conetnt .case-pages {
    padding: 1px 0;
    background: #fff;
    margin-top: -50px;
    position: relative;
}

.case-conetnt h2 {
    font-size: 28px;
    font-weight: bold;
    color: #444;
    line-height: 28px;
    border-left: 8px solid #0061af;
    padding-left: 20px;
    position: relative;
    margin: 50px 0;
}

.case-conetnt h2::before {
    content: '';
    height: 100%;
    width: 3px;
    background: #ff9000;
    left: 1px;
    top: 0;
    display: block;
    position: absolute;
}

.case-pages ul {
    width: 100%;
    padding-bottom: 60px;
}

.case-conetnt .text {
    text-align: center;
    font-size: 18px;
    color: #bbb;
    padding-bottom: 50px;
}

.case-pages ul li {
    width: 25%;
    float: left;
    text-align: center;
    border-left: 1px solid #dadee1;
    border-bottom: 1px solid #dadee1;
    padding-bottom: 10px;
    position: relative;
    z-index: 0;
    background: #fff;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    box-sizing: border-box;
    height: 310px;
}

.case-pages ul li:hover {
    transform: scale(1.02) translateY(-10px);
    -webkit-transform: scale(1.02) translateY(-10px);
    box-shadow: 0 0 10px 10px #f2f2f2;
    border: 1px solid #dadee1 !important;
    z-index: 1;
}

.case-pages ul li:hover span {
    color: #ea5415
}

.case-pages ul li:nth-of-type(4n) {
    border-right: 1px solid #dadee1;
}

.case-pages ul li:last-of-type {
    border-right: 1px solid #dadee1;
}

.case-pages ul li:nth-of-type(1) {
    border-top: 1px solid #dadee1
}

.case-pages ul li:nth-of-type(2) {
    border-top: 1px solid #dadee1
}

.case-pages ul li:nth-of-type(3) {
    border-top: 1px solid #dadee1
}

.case-pages ul li:nth-of-type(4) {
    border-top: 1px solid #dadee1
}

.case-pages ul li .img {
    width: 304px;
    /* height: 283px; */
    margin: 10px auto;
    margin-top: 25px;
}

.case-pages ul li .img img {
    width: 100%;
    height: 100%;
}

.case-pages ul li span {
    font-size: 16px;
    color: #444;
    line-height: 42px;
}

.case-bananr-conent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    text-align: center;
}

.case-bananr-conent h3 {
    font-size: 68px;
    font-weight: bold;
    color: #fff;
    line-height: 68px;
}

.case-bananr-conent p {
    font-size: 24px;
    color: #99c0df;
    line-height: 24px;
    padding-top: 25px;
}

.w1600 {
    margin-right: auto;
    margin-left: auto;
    width: 1600px;
}

.case-def h6 {
    font-size: 28px;
    padding: 40px 0 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.case-def .conent {
    width: 100%;
    min-height: 500px
}

.pro-list ul li a {
    display: block;
    position: relative;
    transition: 0.6s;
    overflow: hidden
}

.pro-list ul li .img {
    width: 100%;
    overflow: hidden;
}

.pro-list ul li .img img {
    width: 100%;
    object-fit: cover;
}

.pro-list ul li a h5 {
    font-size: 16px;
    color: #262626;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    text-align: center
}

.pro-list .title .fr a:hover {
    color: #fff
}

.pro-list .title .fr a:hover:before {
    transform: scale(1);
    opacity: 1
}

.pro-list ul li a:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15)
}

.pro-list ul li {
    display: inline-block;
    width: 33.33333%;
    padding: 0 11px;
    float: left;
    margin-bottom: 30px;
}

.jq22 .border-left {
    width: 1px;
    height: 0px;
    background: #ea5415;
    position: absolute;
    left: 0;
    bottom: 0;
}

.jq22 .border-bottom {
    width: 0px;
    height: 1px;
    background: #ea5415;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.jq22 .border-top {
    width: 0px;
    height: 1px;
    background: #ea5415;
    position: absolute;
    right: 0;
    top: 0px;
}

.jq22 .border-right {
    width: 1px;
    height: 0px;
    background: #ea5415;
    position: absolute;
    right: 0;
    top: 0;
}

.sanji {
    margin-top: -28px;
    text-align: center;
    margin-bottom: -28px;
}

.sanji ul {
    font-size: 0;
}

.sanji ul li {
    display: inline-block;
    font-size: 16px;
    color: #4f4f52;
    position: relative;
    margin-right: -1px;
}

.sanji ul li a {
    font-size: 16px;
    color: #4f4f52;
    display: inline-block;
    padding-bottom: 14px;
    position: relative;
    width: 200px;
    height: 55px;
    line-height: 53px;
    border: #dcdcdc 1px solid;
    text-align: center;
    background: #fff;
}

.sanji ul li a:hover {
    color: #ea5415;
}

.sanji ul li a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 3px;
    background: #ea5415;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.sanji ul li.on a:before,
.sanji ul li:hover a:before {
    left: 0;
    width: 100%
}

.n_container {
    padding: 28px 0 0;
}

.n_case {
    padding: 102px 0 65px
}

.n_case ul {
    font-size: 0;
    margin: 0 -7.5px;
    margin-bottom: 35px;
}

.n_case ul li {
    padding: 0 7.5px;
    text-align: center;
    width: 33.333333%;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
}

.n_case ul li a {
    display: block;
    text-align: center;
}

.n_case ul li .img {
    overflow: hidden;
    position: relative
}

.n_case ul li .img>img {
    width: 390px;
    height: 230px;
}

.n_case ul li .img .top {
    top: -100%;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(60, 160, 211, 0.8);
    text-align: center;
    -moz-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding: 0 44px;
}

.n_case ul li .img .top h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 18px;
    line-height: 26px;
}

.n_case ul li .img .top h3 {
    text-align: center
}

.n_case ul li .img .top h3 span {
    font-size: 16px;
    color: #242525;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 20px
}

.n_case ul li .img .top img {
    display: inline-block;
}

.n_case ul li a>h5 {
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    color: #1b2433;
    text-align: center;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n_case ul li:hover .img .top {
    top: 0;
}

.n_case ul li:hover a>h5 {
    transform: scale(0);
}

.n_case ul li:hover .img>img {
    transform: scale(1.06);
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%
}

.table_cell {
    display: table-cell;
    vertical-align: middle
}

.page-car-owner .main-wrapper .process-steps {
    background: #f5f7f8;
}

.process-steps .car-owner-steps {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 70px;
}

.com-panel-car-owner .steps-header {
    text-align: center;
}

.com-panel-car-owner h2 {
    font-size: 30px;
    color: #333;
    font-weight: 700;
    margin-bottom: 40px;
}

.com-panel-car-owner .steps-header:after {
    margin: 5px auto 0;
}

.com-panel-car-owner h2:after {
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    background: #eb591c;
    border-radius: 2px;
    margin-top: 5px;
}

.com-panel-car-owner .steps {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.com-panel-car-owner .steps .step {
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
    width: 350px;
    height: 350px;
}

.com-panel-car-owner .steps .step i {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    margin: 0 auto;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    background: #eb591c;
    border-radius: 50%;
    line-height: 36px;
    color: #fff;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.com-panel-car-owner .steps .step.s1 p {
    background: url(../images/fw1.png) 100% 100% no-repeat #fafcfc;
    background-size: 140px auto;
}

.com-panel-car-owner .steps .step.s2 p {
    background: url(../images/fw2.png) right bottom no-repeat #fafcfc;
    background-size: 140px auto;
}

.com-panel-car-owner .steps .step.s3 p {
    background: url(../images/fw3.png) right bottom no-repeat #fafcfc;
    background-size: 140px auto;
}

.com-panel-car-owner .steps .step p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -ms-flex: 1 1;
    flex: 1 1;
    border-radius: 20px;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 0 35px 60px;
    line-height: 2;
}

.w,
.container {
    width: 1200px;
}

.sPickup-Axdvantage {
    padding-bottom: 30px;
    overflow: hidden;
    margin: auto;
}

.sPickup-Axdvantage .item {
    float: left;
    position: relative;
    width: 600px;
    height: 300px;
    background-color: #b5b5b5;
    color: #fff;
}

.sPickup-Axdvantage .item i {
    position: absolute;
    top: 34px;
    font-size: 60px;
    font-style: italic;
    font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";
}

.sPickup-Axdvantage .item .dt {
    margin-bottom: 15px;
    font-size: 24px;
}

.sPickup-Axdvantage .item .hr {
    width: 172px;
    height: 2px;
    background-color: #fff;
    opacity: .50;
    filter: alpha(opacity=50);
    *zoom: 1;
}

.sPickup-Axdvantage .item .ds {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 18px;
    line-height: 26px;
}

.sPickup-Axdvantage .item .dd {
    margin-top: 16px;
    line-height: 24px;
}

.sPickup-Axdvantage .item .triangle {
    position: absolute;
    z-index: 9;
    top: 50%;
    margin-top: -14px;
    left: 50%;
}

.sPickup-Axdvantage .item img {
    position: absolute;
    top: 0;
    width: 300px;
    height: 300px;
    z-index: 0;
    background-color: #f1f1f1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sPickup-Axdvantage .item.lr {
    padding: 80px 330px 30px 86px;
    border-left-color: #b5b5b5;
}

.sPickup-Axdvantage .item.lr i {
    left: 8px;
}

.sPickup-Axdvantage .item.lr img {
    left: 300px;
}

.sPickup-Axdvantage .item.lr .triangle {
    margin-left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 14px 14px;
    border-color: transparent transparent transparent #b5b5b5;
    border-style: dashed dashed dashed solid;
    font-size: 0;
}

.sPickup-Axdvantage .item.rl {
    padding: 80px 30px 30px 386px;
    border-right-color: #b5b5b5;
}

.sPickup-Axdvantage .item.rl i {
    left: 308px;
}

.sPickup-Axdvantage .item.rl img {
    left: 0;
}

.sPickup-Axdvantage .item.rl .triangle {
    margin-left: -28px;
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 14px 14px;
    border-color: transparent #b5b5b5 transparent transparent;
    border-style: dashed solid dashed dashed;
    font-size: 0;
}

.sPickup-Axdvantage .item.bgc1 {
    background-color: #eb591c;
}

.sPickup-Axdvantage .item.bgc1.lr .triangle {
    border-left-color: #eb591c;
}

.sPickup-Axdvantage .item.bgc1.rl .triangle {
    border-right-color: #eb591c;
}

.conce-box .title {
    padding: 60px 0 125px;
    text-align: center;
}

.conce-box .title h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.conce-box .title .detaile {
    font-size: 22px;
    line-height: 30px;
    color: #342b2b;
}

.conce-box .list li {
    margin-bottom: 135px;
    overflow: hidden;
}

.conce-box .list li:nth-child(odd) .pic {
    float: right;
}

.conce-box .list li .pic {
    width: 51%;
    margin-bottom: 20px;
}

.conce-box .list li .pic img {
    display: block;
    width: 100%;
}

.conce-box .list li:nth-child(odd) .box {
    float: left;
}

.conce-box .list li .box {
    padding-top: 10px;
    width: 43%;
    display: block;
}

.conce-box .list li .box h3 {
    padding-bottom: 95px;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    position: relative;
}

.conce-box .list li .box h3:before {
    display: block;
    width: 1px;
    height: 60px;
    background-color: #333333;
    position: absolute;
    left: 20px;
    content: '';
    bottom: 0;
}

.conce-box .list li .box .tit {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 30px;
}

.conce-box .list li .box .detaile {
    font-size: 16px;
    line-height: 32px;
}

.f-cb {
    zoom: 1;
}

.conce-box .list li:nth-child(even) .box {
    float: right;
}

.conce-box .list li:nth-child(even) .pic {
    float: left;
}

.conce-box {
    width: 92%;
    margin: 0 auto 60px;
    max-width: 1400px;
}

.igh {
    display: none;
}

.rser_num:before {
    content: ' ';
    position: absolute;
    background: #fff;
    width: 25px;
    height: 111px;
    top: 0;
    left: -45px;
    opacity: 0.3;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.rser_num:hover:before {
    left: 110%;
}

.labtip:before {
    content: ' ';
    position: absolute;
    background: #fff;
    width: 15px;
    height: 100%;
    top: 0;
    left: -45px;
    opacity: 0.3;
    -webkit-transition: all 1.6s ease-out;
    transition: all 1.6s ease-out;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.labtip:hover:before {
    left: 110%;
}

.car_intro {
    float: left;
    padding-left: 5%;
    line-height: 2;
}

.car_message {
    padding-left: 5%;
    float: left;
    margin-top: 25px;
}

.car_message a {
    display: block;
    width: 135px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    background: #eb591c;
}

.car_price {
    float: right;
    padding-right: 5%;
}

.car_price p {
    line-height: 2;
}

.car_price p span {
    font-size: 16px;
    color: #eb591c;
}

.car_mid {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.banner .swiper-button-prev {
    width: 55px;
    height: 55px;
    background: url(../images/banner_left.png) center no-repeat;
}

.banner .swiper-button-next {
    width: 55px;
    height: 55px;
    background: url(../images/banner_right.png) center no-repeat;
}

.client_main {
    width: 1280px;
    margin: 40px auto 50px;
}

.flex_wrap {
    flex-wrap: wrap;
}

.box {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.client_item {
    width: 320px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    cursor: pointer;
    text-align: center;
}

.items_center {
    align-items: center;
}

.justify_center {
    justify-content: center;
}

.client_item img {
    width: 65.625%;
}

.client_item:nth-of-type(1) {
    background-image: url("../images/cl1.png");
}

.client_item:nth-of-type(2) {
    background-image: url("../images/cl2.png");
}

.client_item:nth-of-type(3) {
    background-image: url("../images/cl2.png");
}

.client_item:nth-of-type(4) {
    background-image: url("../images/cl3.png");
}

.client_item:nth-of-type(5) {
    background-image: url("../images/cl4.png");
}

.client_item:nth-of-type(6) {
    background-image: url("../images/cl5.png");
}

.client_item:nth-of-type(7) {
    background-image: url("../images/cl5.png");
}

.client_item:nth-of-type(8) {
    background-image: url("../images/cl6.png");
}

.client_item:nth-of-type(9) {
    background-image: url("../images/cl7.png");
}

.client_item:nth-of-type(10) {
    background-image: url("../images/cl8.png");
}

.client_item:nth-of-type(11) {
    background-image: url("../images/cl8.png");
}

.client_item:nth-of-type(12) {
    background-image: url("../images/cl9.png");
}

.placeholder20 {
    height: 20px;
}

.index .high-c {
    height: 310px;
    background: #fff;
    position: relative;
}

.orderbox {
    padding: 20px 5px 20px 20px;
    background: #fff;
}

.orderbox .title {
    font-size: 18px;
    color: #E15517;
}

.high-c ul.clearfix {
    overflow: hidden;
    zoom: 1;
}

.orderbox ul li.clodu {
    width: 25%;
}

.orderbox ul li {
    margin: 25px 0 0 0;
}

.floatleft {
    float: left;
}

.orderbox ul div.rent {
    width: 42px;
    height: 42px;
    background: url("../images/icoe.png") 0px -17px no-repeat;
    margin-top: 18px;
}

.orderbox ul div.yaoshi {
    width: 42px;
    height: 42px;
    background: url("../images/icoe.png") 0px -135px no-repeat;
    margin-top: 18px;
}

.orderbox ul div.jiesong {
    width: 42px;
    height: 42px;
    background: url("../images/icoe.png") 0px -260px no-repeat;
    margin-top: 18px;
}

.orderbox ul div.yuegang {
    width: 42px;
    height: 42px;
    background: url("../images/icoe.png") 0px -390px no-repeat;
    margin-top: 18px;
}

.orderbox ul div.huiyi {
    width: 42px;
    height: 42px;
    background: url("../images/icoe.png") -225px -17px no-repeat;
    margin-top: 18px;
}

.orderbox ul div.daigou {
    width: 42px;
    height: 42px;
    background: url("../images/icoe.png") -225px -135px no-repeat;
    margin-top: 18px;
}

.orderbox ul div.qiye {
    width: 42px;
    height: 42px;
    background: url("../images/icoe.png") -225px -260px no-repeat;
    margin-top: 18px;
}

.orderbox ul div.dingzhi {
    width: 42px;
    height: 42px;
    background: url("../images/icoe.png") -225px -385px no-repeat;
    margin-top: 18px;
}

.orderbox .m30 {
    margin-left: 20px;
    color: #000;
}

.font16 {
    font-size: 16px;
}

.orderbox .m30 p.color99 {
    color: #666;
}

.partner {
    padding: 20px;
    background: #fff;
    border-top: 1px dashed #ccc;
}

.partner .title {
    font-size: 18px;
    color: #E15517;
}

.station ul {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.station ul li {
    float: left;
    width: 25%;
    height: 111px;
    border: none;
    text-align: center;
}

.index_bg .index .station ul li p.font16 {
    font: normal 15px "microsoft yahei";
}

.center {
    text-align: center;
}

.station ul li a {
    display: block;
    width: 200px;
    height: 100%;
    text-indent: -9999px;
    margin: auto;
}

.station ul li a.quanxian {
    background: url("../images/imge.png") 0px -59px no-repeat;
}

.station ul li a.zhineng {
    background: url("../images/imge.png") -390px -58px no-repeat;
}

.station ul li a.mingxi {
    background: url("../images/imge.png") 0px -307px no-repeat;
}

.station ul li a.yuding {
    background: url("../images/imge.png") -390px -305px no-repeat;
}

.high-c {
    height: 310px;
    background: #fff;
    position: relative;
}