* {
    margin: 0;
    padding: 0;
    color: #282828;
    font-family: "寰蒋闆呴粦"
}

html,
body {
    position: relative;
    height: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: inherit;
}

img {
    border: none;
}

li {
    list-style: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0;
    margin-bottom: 0;
}

body {
    /*min-width: 1200px;*/
}

a {
    text-decoration: none !important;
}

#fullBanner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


#fullBanner .txt p {
    color: #fff;
}

#fullBanner .txt p.p1 {
    font-size: 48px;
    font-weight: bold;
}

#fullBanner .txt p.p2 {
    font-size: 24px;
    margin-top: 10px;
}

#fullBanner .txt p.btn {
    font-size: 18px;
    background: #fe6c00;
    border-radius: 30px;
    padding: 15px 40px;
    margin-top: 60px;
}

#fullBanner video {
   /* height: 100%;*/
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

#header .container {
    position: relative;
    height: 100%;
}

#header {
    height: 92px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}

#header .header {
    position: relative;
    z-index: 9999;
}

#header .submenu {
    position: fixed;
    top: -380px;
    left: 0;
    width: 100%;
    height: 380px;
    background: #fff;
    transition: all linear 100ms;
}

#header.on #logo {
    background: url(../images/logo_active1.png) no-repeat left center !important;
}

#header.on #nav a {
    color: #2f2f2f;

}

#logo {
    display: block;
    width: 172px;
    height: 42px;
    background: url(../images/logo1.png) no-repeat left center;
    margin-top: 25px;
    float: left;
    position: relative;
    z-index: 2;

}

#nav {
    float: right;
}

#nav a {
    color: #fff;

}

#nav > ul > li > a {
    line-height: 92px;
    padding: 0 20px;
    display: block;
}

#nav ul li {
    float: left;
    font-size: 16px;

    position: relative;
}

#nav ul li.on .parent::after {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background: #fe6c00;
    transform: scale(1, 1);
    opacity: 1;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    margin-top: 10px;
}

#nav ul li .sub {
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    text-align: center;
    line-height: 35px;
    padding-top: 30px;
    display: none;
    top: 0;
}

#nav ul li.hasChild:hover .sub {
    display: block;
    top: 58px;
}


#nav ul li .sub a {
    display: block;
    color: #747474 !important;
    font-size: 14px;
}

#nav ul li .sub a:hover {
    color: #252525 !important;
}

#nav ul li .parent::after {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background: #fe6c00;
    opacity: 0;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01, 1);
    margin-top: 10px;
}

/* #nav ul li:hover .parent::after {
    transform: scale(1, 1);
    opacity: 1
} */

.menu_list .menu_item:hover .txt:after {
    transform: scale(1, 1);
    opacity: 1;
}

.home_title {
    text-align: center;
    margin-bottom: 50px;
}

.home_title span {
    display: block;
    width: 62px;
    height: 3px;
    background: #fa4700;
    margin: 5px auto;
}

.home_title h2 {
    font-size: 40px;
    color: #282828;
    font-weight: bold;
    margin-bottom: 5px;
}

.home_title .en {
    color: #b3b3b3;
    font-size: 24px;
    text-transform: uppercase;
}

/* about-s */
#about .container .home_title {
    text-align: left;
    margin-bottom: 50px;
    position: relative;
}

#about .container .home_title h2 {
    font-size: 56px;
    font-weight: lighter;
}

#about .container .home_title .en {
    color: #b3b3b3;
    font-size: 70px;
    text-transform: uppercase;
    position: absolute;
    left: -17px;
    top: -47px;
    z-index: -95;
    line-height: 90px;
    opacity: 0.1;
    font-weight: bold;
}

#about .container .about_txt h3 span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #b3b3b3;
    margin-bottom: 6px;
}

#about .container .about_txt h3 {
    font-size: 22px;
    color: #b3b3b3;
    margin-bottom: 25px;
    text-align: left;
}

#about .container .about_txt p {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 24px;
    text-align: left;
}

#about .container .about_txt {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

#about .container .about_txt_img {
    margin-top: -74px;
}

/* #about .container .about_txt_img img{box-shadow: 2px 2px 30px darkgrey;} */
#about .container .about_txt-div {
    width: 1000px;
}

.about_bgimg {
    background: url(../images/img_10391.png) no-repeat center;
    padding-bottom: 5%;
}

.about_bgimg ul {
    width: 1570px;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    /*justify-content: space-between;*/
    align-content: center;
    flex-wrap: wrap;
}

.about_bgimg ul li i {
    width: 1px;
    display: block;
    height: 36px;
    background: white;
    float: right;
    margin-top: -49px;
}

.aaaa {
    font-size: 10px;
    padding-right: 3px;
}

.AAA {
    font-size: 14px;
}

/* about-end */

#about {
    margin-top: 90px;
}

#about .about_txt {
    text-align: center;
}

#about .about_txt h3 {
    font-size: 24px;
    color: #282828;
    margin-bottom: 25px;
}

#about .about_txt p {
    font-size: 16px;
    color: #a1a1a1;
    line-height: 28px;
    margin-bottom: 24px;
}

.about_number {
    padding-top: 5%;
}

.about_number ul li {
    width: 19.666666%;
    text-align: center;
}

.about_number ul li .num {
    font-size: 52px;
    color: white;
}

.about_number {
    min-height: 0;
    overflow: hidden;
}

.about_number ul li p {
    font-size: 16px;
    margin-top: -5px;
    color: white;
}

#about .go {
    display: block;
    width: 207px;
    height: 40px;

    background: url(../images/jiantou.jpg) no-repeat center center;

    transition: all linear 200ms;
    line-height: 40px;
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px
}

#about .go:hover {
    background-position: 85px center;
}

#weCan {
    padding: 5% 0;
    background: #f6f6f6;
}

#weCan .home_title {
    /*padding-top: 90px;*/
}

#weCan h3 {
    font-size: 24px;
    text-align: center;
}

#weCan ul li {
    margin-top: 30px;
    width: 24%;
    height: 550px;
    background: #fff;
    text-align: center;
    margin-right: 1.333333%;
    cursor: pointer;
    transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
    position: relative;
}

#weCan ul li:hover {
    box-shadow: 0 0 15px #ddd;
    /* transform: scale(1.05,1.05) */
}

#weCan ul li:hover h4 {
    color: #fa4700;
}

#weCan ul li .icon {
    padding-top: 40px;
}

#weCan ul li h4 {
    height: 60px;
    border-bottom: 1px solid #a1a1a1;
    font-size: 30px;
    display: inline-block;
    margin-top: 40px;
    width: 200px;
    text-align: center;
    position: relative;
    margin-bottom: 28px;
    transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}

#weCan ul li h4 span {
    position: absolute;
    height: 1px;
    width: 45px;
    background: #fe6c00;
    bottom: -1px;
    left: 0;
}

#weCan ul li p {
    font-size: 18px;
    color: #a1a1a1;
    text-align: left;
    width: 200px;
    margin: auto;
    margin-bottom: 20px;
    text-indent: 25px;
    background: url(../images/dot.jpg) no-repeat 6px 6px;
}

#weCan ul li:last-child {
    margin-right: 0;
}

#weCan ul {
    /* min-height: 0;
    overflow: hidden; */
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#case {
   padding: 5% 0;
}

#case h4 {
    text-align: center;
    font-size: 24px;
}

#case .msg {
    padding: 20px 15px;
    line-height: 25px;
    height: 100px;
}

#case .msg b {
    font-weight: normal;
}

#case .msg b.b1 {
    width: 70%;
    float: left;
    font-size: 18px;
}

#case .msg b.b2 {
    width: 30%;
    float: right;
    font-size: 14px;
    color: #a1a1a1;
    text-align: right;
}

#case ul {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

#case ul li {
    width: 24%;
    margin-right: 1.333333%;
}

#case ul li .img {
    position: relative;
    cursor: pointer;
}

#case ul li .box {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    transform: scale(0);
    transition: all 0.5s;
}

#case ul li:hover .box {
    transform: scale(1);
}

#case ul li img {
    width: 100%;
    height: 238px
}

#case ul li:nth-child(4n) {
    margin-right: 0;
}

#case ul li p {
    color: #fff
}

#case ul li .p1 {
    font-size: 26px;
}

#case ul li .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 100%;
}

#case ul li .p2 {
    font-size: 20px;
    margin-top: 5%;
}

#case .go {
    display: block;
    width: 220px;
    height: 40px;
    border: 1px solid #dadada;
    text-align: center;
    margin: auto;
    color: #c4c4c4;
    line-height: 40px;
    font-size: 20px;
    position: relative;
    transition: all linear 200ms;
}

#case .go:hover {
    background: #fe6c00;
    color: #fff;
    border: 1px solid #fe6c00;
}


#case .go span {
    display: block;
    width: 40px;
    height: 1px;
    background: #dadada;
    position: absolute;
    left: 25px;
    top: 19.5px;
}

#case .go:hover span {
    background: #fff;
}

#case .go span.span2 {
    right: 25px;
    left: inherit;
}

#partner {
    background: #f6f6f6;
    padding: 70px 0;
}

#partner h4 {
    text-align: center;
    font-size: 24px;
}

#partner ul {
    margin-top: 50px;
}

#partner ul li {
    width: 20%;
    float: left;
    background: #f6f6f6;
    transition: all linear 300ms;
    cursor: pointer;
    margin-right: -1px;
    padding: 5px;

}

#partner ul li .img {
    background-color: #fff;
}

#partner ul li img {
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: gray;
    transition: all linear 300ms;
    margin-bottom: -1px;
}

#partner ul li:hover img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    filter: none;
    -webkit-filter: none;
}

#solution {
    background: #2a415f;
    padding: 85px 0;
}

#solution .home_title h2 {
    color: #fff;
}

#solution .home_title .en {
    color: white;
}

#solution h4 {
    text-align: center;
    font-size: 24px;
    color: #fff;
}

#solution .container {
    margin-top: 60px;
}

#solution .solution_menu {
    float: left;
    font-size: 16px;
    color: #ffffff;
}

#solution .solution_menu ul li {
    color: #fff;
    height: 38px;
    margin-bottom: 25px;
    padding-left: 18px;
    cursor: pointer;
    /* transition: all linear 200ms; */
}

#solution .solution_menu ul li.on {
    border-left: 2px solid #fa4700;
    background: url(../images/jt-01.png) no-repeat 18px 20px;
}


.solution_list ul li .box {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    transform: scale(0);
    transition: all 0.5s;
}

.solution_list ul {
    min-height: 0;
    overflow: hidden;
    display: none;
}

.solution_list ul.on {
    display: block;
}

.solution_list ul li:hover .box {
    transform: scale(1);
}

.solution_list ul li p {
    color: #fff
}

.solution_list ul li .p1 {
    font-size: 26px;
}

.solution_list ul li .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 100%;
}

.solution_list {
    width: 88%;
    float: right
}

.solution_list .title {
    margin-bottom: 40px;
}

.solution_list .title p {
    color: #fff;
}

.solution_list ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative;
    cursor: pointer;
}

.solution_list ul li img {
    width: 100%;
}

.solution_list ul li:nth-of-type(3) {
    margin-right: 0;
}

.solution_list .title .p1 {
    font-size: 30px;
    margin-bottom: 2px;
}

.solution_list .title .p2 {
    font-size: 18px;
}

#news {
    min-height: 0;
    overflow: hidden;
    padding: 95px 0;
}

#news .news_tabs {
    /* width: 65%; */
    float: left;
}

#news .news_tabs .tabs_bd ul {
    display: none;
}

#news .news_tabs .tabs_bd ul:first-child {
    display: block;
}

.news_tabs .tabs_hd {
    margin-bottom: 35px;
    min-height: 0;
    overflow: hidden;
}

.news_tabs .tabs_hd span {
    display: block;
    float: left;
    font-size: 18px;
    color: #3a3a3b;
    padding: 9px 16px;
    margin-right: 23px;
    /* transition: all linear 200ms;
    -webkit-transition: all linear 200ms; */
    cursor: pointer;
    transition: all linear 200ms;
}

.news_tabs .tabs_hd span.on {
    background: #fa4700;
    color: #fff;
    border-radius: 5px;
}

.tabs_bd ul li.first {
    float: left;
}

.tabs_bd ul li.first .img {
    overflow: hidden;
}

.tabs_bd ul li.first:hover img {
    transform: scale(1.1, 1.1);
}

.tabs_bd ul li {
    border-bottom: 1px solid #e0e0e0;
    width: 540px;
    margin-right: 85px;
    cursor: pointer;
}

.tabs_bd ul li h2 {
    font-size: 18px;
    color: #2e2e2e;
    margin-bottom: 10px;
    background: url(../images/dot.jpg) no-repeat 0 5px;
    padding-left: 15px;

}

.tabs_bd ul li:hover h2 b {
    color: #fe6c00 !important;
}

.tabs_bd ul li .txt {
    padding: 30px 0 26px 0;
}

.tabs_bd ul li p {
    font-size: 14px;
    color: #a1a1a1;
    line-height: 24px;
    padding-left: 15px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tabs_bd ul li .txt b {
    font-weight: normal;
    transition: all linear 200ms;
}

.tabs_bd ul li img {
    width: 100%;
    transition: all linear 200ms;
    overflow: hidden;
    height: 238px;
}

.tabs_bd ul li .txt span {
    float: right;
    color: #a1a1a1;
}

.list_no_img {
    float: left
}

.tabs_bd ul .list_no_img li:first-of-type .txt {
    padding-top: 0;
}

/* 
.news_tabs .tabs_hd span:hover{
    background: #fa4700;
    color: #fff;
    border-radius: 5px;
} */

.news_right {
    width: 320px;
    float: right;
    margin-top: 75px;
}

.news_right .home_title {
    text-align: left;
}

.news_right .home_title span {
    margin: 5px 0;
}

.news_right .tel {
    width: 100%;
    height: 85px;
    background-color: #3a9aff;
    font-size: 20px;
    line-height: 85px;
    text-align: center;
    color: #fff;
    background-image: url(../images/tel.png);
    background-repeat: no-repeat;
    background-position: 20px center;
}

.news_right h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.news_right p {
    font-size: 15px;
    color: #a1a1a1;
    line-height: 23px;
    margin-bottom: 35px;
}

.news_right .tel b {
    font-weight: normal;
    padding-left: 40px;
    color: #fff;
}

.believe .bg {
    height: 475px;
    background: #006ef7;
}

.believe .home_title {
    padding-top: 90px;
}

.believe .home_title h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.believe .home_title .en {
    color: #fff;
    font-size: 33px;
    padding-top: 3px;
}

.believe .home_title span {
    margin-top: 20px;
}

.believe .home_title p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    margin-top: 18px;
}

.believe {
    margin-bottom: -85px;
}

.believe ul {
    min-height: 0;
    overflow: hidden;
    background: #fff;
    position: relative;
    top: -145px;
    box-shadow: 0 0 15px #ccc;
}

.believe ul li {
    width: 33.3333%;
    float: left;

}

.believe ul li .margin {
    margin: 55px 0 55px 65px;
    border-right: 2px solid #e9e9e9;
    padding-right: 65px;
}

.believe ul li h3 {
    font-size: 33px;
    color: #2d2d2d;
}

.believe ul li span {
    height: 1px;
    width: 35px;
    background: #fe6c00;
    display: block;
    margin-top: 8px;
}

.believe ul li .p1 {
    font-size: 18px;
    color: #2d2d2d;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 16px;
}

.believe ul li .p2 {
    color: #a1a1a1;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
}

.believe ul li:last-child .margin {
    border: none;
}

#footer {
    background: #242424;
}

#footer .footer_top {
    height: 120px;
    line-height: 120px;
    background: #3c3c3c;
}
#footer .footer_top ul{
    display: flex;
    flex-wrap: wrap;
}
#footer .footer_top ul li {
    width: 20%;
    color: #fff;
    font-size: 17px;
    text-align: center;
}

#footer .footer_top ul li span {
    margin-right: 6px;
}


.footer_nav {
    color: #fff;
    padding-bottom: 50px;
}

.footer_nav .container:before, .footer_nav .container:after {
    display: none;
}

.footer_nav ul {
    min-height: 0;
    overflow: hidden;
}

.footer_nav p {
    color: #818080;
    margin-bottom: 15px;
    font-size: 14px;
}

.footer_nav h2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer_nav ul li {
    float: left;
    margin-right: 100px;
    padding-top: 75px;
}

.footer_msg {
    width: 530px;
    float: right;
    padding-left: 130px;
    background: url(../images/index_23.jpg) no-repeat 0 70px;
}

.links {
    color: #818080;
    font-size: 14px;
    border-top: 1px solid #323232;
    padding: 40px 0 25px 0;
}

.links span {
    color: #fff;
    margin-right: -10px;
    float: left;
    margin-top: -5px;
}

.links a {
    color: #818080;
    padding: 0 10px;
    border-right: 1px solid #818080;
    font-weight: bold;
    margin-bottom: 14px;
    display: block;
    float: left;
    height: 13px;
    line-height: 13px;
}

.copyright {
    padding: 23px 0;
    border-top: 1px solid #323232;
}

.copyright .container {
    color: #818080;
}

.footer_msg {
    padding-top: 75px;
}

.footer_msg .logo {
    margin-bottom: 17px;
}


.footer_msg p span {
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    float: left;
    margin: 0 5px;
}

.footer_msg p:first-of-type span {
    background: url(../images/icon.jpg) no-repeat;
}

.footer_msg p:nth-of-type(2) span {
    background: url(../images/icon.jpg) no-repeat;
    background-position: 0 -40px;
}

.footer_msg p:nth-of-type(3) span {
    background: url(../images/icon.jpg) no-repeat;
    background-position: 0 -75px;
}

.footer_msg p:nth-of-type(4) span {
    background: url(../images/icon.jpg) no-repeat;
    background-position: 0 -110px;
}

.footer_msg p:nth-of-type(5) span {
    background: url(../images/icon.jpg) no-repeat;
    background-position: 0 -148px;
}


#footer a:hover {
    transition: all linear 200ms;
    color: #fff;
}

#rightBar {
    position: fixed;
    top: 50%;
    margin-top: -190px;
    right: -75px;
    z-index: 999;
}

#rightBar ul li .icon {
    width: 75px;
    height: 75px;
    background: #006ef7;
    border-bottom: 1px solid #7fb5fb;
    text-align: center;
    color: #fff;
    font-size: 14px;
    float: right;
    position: relative;
    z-index: 1;
}

#rightBar ul li {
    height: 75px;
    position: relative;
    cursor: pointer;
}

#rightBar ul li .icon img {
    padding-top: 8px;
}

#rightBar ul li .icon p {
    color: #fff;
    line-height: 25px;
}


#rightBar ul li .txt {
    position: absolute;
    right: -200px;
    width: 200px;
    text-align: center;
    background: #006ef7;
    height: 75px;
    line-height: 75px;
    color: #fff;
    font-size: 18px;
    transition: all linear 200ms;
}

#rightBar ul li:hover .txt {
    right: 75px;
}


/*鏂伴椈鍒楄〃 S*/
.page_header {
    height: 400px;
    width: 100%;
    background-color: #4f4d4b;
    position: relative;
    text-align: center;
    margin-top: 92px;
}

.page_header p {
    font-size: 38px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 100%;
}

.top_nav {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #ebebeb;
}

.top_nav .top_nav_contain {
    color: #4b4b4b;
}

.top_nav .nav_shouye {
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    margin-right: 3px;
}

#newsList .top_fangkuai_box {
    width: 100%;
    height: 100px;
    padding-top: 56px;
    margin-bottom: 20px;
}


#newsList .top_fangkuai_box li {
    width: 111px;
    height: 40px;
    border: 1px solid #aaa;
    float: left;
    margin-right: 27px;
    line-height: 40px;
    text-align: center;
    color: #4b4b4b;
    font-size: 16px;
    cursor: pointer;
}

#newsList .top_fangkuai_box li.on {
    border: 1px solid #fe6c00;
    color: #fe6c00;
}

#newsList .top_fangkuai_box li:hover {
    border: 1px solid #fe6c00;
    color: #fe6c00;
}

#newsList .left_contain_list {
    min-height: 0;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 50px;
    cursor: pointer;
}

#newsList .left_contain_list:hover .middle_title {
    color: #fe6c00
}

#newsList .left_contain_list img {
    transition: all linear 200ms;
}

#newsList .left_contain_list:hover .right_box img {
    transform: scale(1.1, 1.1);
}

#newsList .left_box {
    width: 134px;
    height: 100%;
    padding-top: 50px;
    box-sizing: border-box;
    float: left;
}

#newsList .riqi {
    font-size: 26px;
    color: #fe6c00;
    margin-bottom: 53px;
}

#newsList .jiantou {
    width: 26px;
    height: 18px;
    margin-bottom: 73px;
    margin-left: 15px;
}

#newsList .tag {
    color: #a0a0a0;
    font-size: 14px;
    width: 400px;
}

#newsList .middle_box {
    width: 65%;
    height: 100%;
    padding-top: 55px;
    box-sizing: border-box;
    float: left;
}

#newsList .middle_title {
    color: #303030;
    font-size: 18px;
    margin-bottom: 18px;
    transition: all linear 200ms;
}

#newsList .middle_duanluo {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #8e8e8e;
    line-height: 25px;
}

#newsList .right_box {
    width: 263px;
    height: 100%;
    padding-top: 46px;
    box-sizing: border-box;
    float: right;
    overflow: hidden;
}

#newsList .right_img {
    width: 100%;
    height: 186px;
}


/*鏂伴椈椤靛彸渚у鑸 */
.right_contain_list {
    float: right;
}

.right_contain_list .jianse_box {
    width: 137px;
    padding-bottom: 6px;
    border: 1px solid #bfbfbf;
    margin-bottom: 19px;
}

.right_contain_list .jianse_box:hover {
    background-color: #fe8300;
    border: 1px solid #fe8300;
}

.right_contain_list .jianse_box span {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: auto;
    margin-top: 15px;
}


.right_contain_list .jianse_box:hover p {
    color: #fff;
}

.right_contain_list .jianse_box:hover img {
    margin-top: -60px;
}

.right_contain_list .jianse_box.on {
    background-color: #fe8300;
    border: 1px solid #fe8300;
}

.right_contain_list .jianse_box.on img {
    margin-top: -60px;
}

#newsList a {
    text-decoration: none;
}

.right_contain_list .jianse_box p {
    font-size: 14px;
    font-weight: 700;
    color: #3c3c3c;
    text-align: center;
    margin-top: 10px;
}

.right_contain_list .jianse_box.on p {
    color: #fff !important;
}

#newsList .news_items {
    float: left;
    width: 100%;
}

.pages {
    width: 100%;
    margin-top: 110px;
    margin-bottom: 70px;
}

.pages .pages_box {
    text-align: center;
    margin: 0 auto;
}

.pages .pages_ul {
    text-align: center;
}

.pages .pages_ul .page_list a {
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    min-width: 31px;
    height: 34px;
    margin-right: 10px;
    line-height: 34px;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
}

.pages .pages_ul .page_list a.on {
    background-color: #ff5919;
    color: #fff !important;
}

.pages .pages_ul .page_list a:hover {
    background-color: #ff5919;
    color: #fff !important;
}

/*鏂伴椈鍒楄〃 E*/


/*妗堜緥璇︽儏椤礢*/
#case_detail .detail_header {
    background: #f5f5f5;
    height: 545px;
}

#case_detail .detail_header .container {
    height: 415px;
}

#case_detail .detail_header ul {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    top: 65px;
}

#case_detail .detail_header ul li {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
}

#case_detail .detail_header ul li:first-child {
    background: #e9fbff;
}

#case_detail .detail_header ul li .padding {
    padding: 95px 55px;
}

#case_detail .detail_header ul li .logo {
    float: left;
    margin-right: 65px;
    width: 218px;
}

#case_detail .detail_header ul li .logo img {
    width: 100%;
}

#case_detail .detail_header ul li h2 {
    color: #000000;
    font-size: 24px;
    margin-top: 45px;
}

#case_detail .detail_header ul li span {
    display: inline-block;
    height: 2px;
    width: 20px;
    background: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

#case_detail .detail_header ul li p {
    color: #747474;
    font-size: 14px;
    line-height: 24px;
}

#case_detail .detail_header ul li .time {
    font-size: 60px;
    color: #747474;
    margin-bottom: 25px;
    padding-left: 50px;
}

#case_detail .detail_header ul li .view {
    font-size: 18px;
    color: #353535;
    padding-left: 50px;
}

#case_detail .detail_header ul li .view img {
    margin-right: 16px;
}

#case_detail .detail_header ul li .site {
    position: absolute;
    right: 25px;
    color: #f5f5f5;
    font-size: 128px;
    top: -50px;
    font-weight: bold;
}

#case_detail .detail_con {
    text-align: center;
    padding-top: 53px;
    padding-bottom: 30px;
}

#case_detail .detail_con h2 {
    font-size: 48px;
    margin-bottom: 70px;
}

#case_detail .detail_con p {
    color: #8a8a8a;
    font-size: 16px;
    line-height: 25px;
}

#case_detail .detail_con img {
    margin: 20px 0;
    max-width: 100%;
}


.related {
    margin-bottom: 170px;
}

.related .title {
    text-align: center;
    font-size: 36px;
    color: #2a2a2a;
    padding-top: 85px;
    border-top: 1px dashed #eee;
    margin-bottom: 35px;
}

.related p {
    color: #989898;
    font-size: 14px;
    line-height: 24px;
}

.related ul li {
    width: 32%;
    float: left;

    cursor: pointer;
}

.related ul {
    display: flex;
    flex-wrap: wrap;
}

.related ul li {
    margin-bottom: 43px;
}

.related ul li .img {
    margin-bottom: 25px;
    overflow: hidden;
}

.related ul li img {
    width: 100%;
    transition: all linear 200ms;
}

.related ul li:hover img {
    transform: scale(1.1, 1.1);
}

.related ul li:hover h2 {
    color: #fe6c00;
}

.related ul li h2 {
    font-size: 18px;
    color: #1f1f1f;
    margin-bottom: 10px;
    transition: all linear 200ms;
}

.related ul li .tag {
    color: #9c989a;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    border-left: 3px solid #fe6c00;
    margin-top: 15px;
    padding-left: 10px;
}

.related ul li .tag a {
    margin-right: 23px;
}

#solution_detail {
    padding-bottom: 25px;
}

#solution_detail .solution_hd {
    height: 113px;
    margin: 60px 0;
}

#solution_detail .solution_hd ul li {
    width: 33.33333%;
    float: left;
    height: 100%;
    text-align: center;
    font-size: 18px;
}

#solution_detail .solution_hd ul {
    height: 100%;
}

#solution_detail .solution_hd ul li span {
    width: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 25px;
    margin-right: 3px;
}

#solution_detail .solution_hd ul li > div {
    border: 1px solid #ddd;
    height: 100%;
    border-right: none;
    margin-right: -1px;
    cursor: pointer;
}

#solution_detail .solution_hd ul li:last-child > div {
    border-right: 1px solid #ddd;
}

#solution_detail .solution_hd ul li b {
    font-weight: normal;
}

#solution_detail .solution_hd ul li.on > div {
    border: 1px solid #fe8300;
    position: relative;
    z-index: 2;
}

#solution_detail .solution_hd ul li.on img {
    margin-top: -60px;
}

#solution_detail .solution_hd ul li.on b {
    color: #fe8300;
}

#solution_detail .solution_hd ul li:hover > div {
    border: 1px solid #fe8300;
    position: relative;
    z-index: 2;
}

#solution_detail .solution_hd ul li:hover img {
    margin-top: -60px;
}

#solution_detail .solution_hd ul li:hover b {
    color: #fe8300;
}

.solution_bd ul li .title {
    height: 60px;
    background: #f6f6f6;
    font-size: 18px;
    color: #0056ca;
    line-height: 60px;
    margin-bottom: 40px;
}

.solution_bd ul li .title span {
    display: block;
    float: left;
    width: 5px;
    height: 15px;
    background: #fe8300;
    margin-left: 15px;
    margin-top: 22px;
    margin-right: 8px;
}

.solution_bd ul li p {
    margin-bottom: 32px;
    color: #767676;
    font-size: 16px;
    line-height: 30px;
}

#solution_list {
    margin-bottom: 130px;
}

#solution_list .solution_header {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 75px;
}

#solution_list .solution_header h2 {
    font-size: 36px;
    color: #292929;
    font-weight: bold;
    margin-bottom: 35px;
}

#solution_list .solution_header p {
    font-size: 16px;
    color: #292929;
    line-height: 30px;
}

#solution_list ul li {
    width: 33.33333%;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

#solution_list ul li img {
    width: 100%;
}

#solution_list ul li .img {
    position: relative;
}

#solution_list ul li .txt {
    padding: 35px;
    border: 1px solid #eee;
    border-top: none;
    border-right: none;
    background: url(../images/jt.png) no-repeat 35px 190px;
    background-size: 30px;
    padding-bottom: 90px;
    position: relative;
}

#solution_list ul li:nth-child(3n) .txt {
    border-right: 1px solid #eee;
}

#solution_list ul li .txt p {
    color: #999999;
    font-size: 16px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: all linear 300ms;
}

#solution_list ul li .txt h3 {
    font-size: 20px;
    color: #292929;
    font-weight: bold;
    margin-bottom: 24px;
    height: 22px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: all linear 300ms;
}

#solution_list ul li .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    transition: all linear 300ms;
}

#solution_list ul li .bg1 {
    top: -300px;
}

#solution_list ul li .bg2 {
    background: #fe6c00;
    bottom: -300px;
}

#solution_list ul li:hover .bg1 {
    top: 0;
}

#solution_list ul li:hover .bg2 {
    bottom: 0;
}

#solution_list ul li:hover .txt {
    border: 1px solid #fe6c00;
    border-top: 0;
}

#solution_list ul li:hover h3 {
    color: #fff;
}

#solution_list ul li:hover p {
    color: #fff;
}

#solution_list ul li:hover .txt {
    background: url(../images/jt-active.png) no-repeat 35px 190px;
    background-size: 30px;
}

#solution_list ul li:hover .bg2 {
    z-index: -1;
}

#newsList .left_contain_list_2 .middle_title {
    margin-bottom: 15px;
    margin-top: 2px;
}

#newsList .left_box .date {
    width: 95px;
    height: 95px;
    text-align: center;
    border: 1px solid #fe6c00;
    transition: all linear 200ms;
}

#newsList .left_box .date p {
    color: #383838;
    margin-bottom: 0;
}

#newsList .left_box .date p.p1 {
    font-size: 36px;
    padding-top: 5px;
    color: #fe6c00;
}

#newsList .left_box .date span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fe6c00;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 8px;
}

#newsList .left_box .date p.p2 {
    font-size: 16px;
}

#newsList .left_contain_list_2 .middle_box {
    width: auto;
    float: inherit;
}

#newsList .left_contain_list_2 .middle_duanluo {
    -webkit-line-clamp: 2;

    width: inherit;
    height: 50px;
}

#newsList .left_contain_list_2 {
    padding-bottom: 40px;
}

#newsList .left_contain_list_2:hover .date {
    background: #fe6c00;
}

#newsList .left_contain_list_2:hover .date p {
    color: #fff;
}

#newsList .left_contain_list_2:hover .date span {
    background: #fff;
}


#newsList .left_contain_list_3 .left_box {
    padding-top: 0;
    width: 203px;
    margin-right: 50px;
}

#newsList .left_contain_list_3 .middle_box {
    padding-top: 0;
}

#newsList .left_contain_list_3 {
    padding-bottom: 0;
    padding: 25px;
    border: 1px solid #ddd;
    margin-bottom: 50px;
    transition: all linear 200ms;
}

#newsList .left_contain_list_3 .middle_title {
    font-size: 22px;
    margin-top: 16px;
    width: 100%;
    height: 31px;
    line-height: 31px;
}

#newsList .left_contain_list_3 .middle_title b {
    float: left;
    font-weight: normal;
    transition: all linear 200ms;
}

#newsList .left_contain_list_3 .middle_title div {
    float: left;
    color: #9a9a9a;
    font-size: 14px;
}

#newsList .left_contain_list_3 .middle_title .pl {
    background: url(../images/pl.jpg) no-repeat;
    margin-left: 20px;
    text-indent: 20px;
    background-position: 0 center;
}

#newsList .left_contain_list_3 .middle_title .time {
    float: right
}

#newsList .left_contain_list_3:hover {
    border: 1px solid #fe6c00;
}

#newsList .left_contain_list_3:hover img {
    transform: scale(1.1, 1.1);
}

#newsList .left_contain_list_3 .left_box {
    overflow: hidden;
}

#newsList .left_contain_list_3 .left_box img {
    transition: all linear 200ms;
}

#newsList .left_contain_list_3:hover b {
    color: #fe6c00;
}

#newsList .left_contain_list_3:last-of-type {
    margin-bottom: 0;
}


.news_container {
    /*text-align: center;*/
}

.news_container h1 {
    color: #383838;
    font-size: 36px;
    padding-bottom: 22px;
    margin-bottom: 23px;
    border-bottom: 1px dashed #ddd;
}

.news_msg {
    margin-bottom: 50px;
}

.news_msg b {
    font-weight: normal;
    color: #7d7d7d;
    margin-right: 35px;
}

.news_msg .share {
    display: inline-block;
    color: #7d7d7d;
}

.news_msg .share a {
    display: inline-block;
    width: 22px;
    height: 23px;
    overflow: hidden;
    background: url(../images/share.jpg) no-repeat;
    position: relative;
    top: 7px;
}

.news_msg .share .twitter {
    background-position: -27px 0;
}

.news_msg .share .g {
    background-position: -50px 0;
}

.news_msg .share .weibo {
    background-position: -75px 0;
    width: 25px;
}

.news_msg .share .wechat {
    background-position: -105px 0;
    width: 28px;
}

.news_container .news_con {
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}

.news_container .news_con p {
    margin-bottom: 25px;
}

.news_con_foot {
    width: 100%;
    min-height: 0;
    overflow: hidden;
    padding-top: 70px;
    border-top: 1px dashed #ddd;
    margin-top: 70px;
}

.news_con_foot .foot_left {
    float: left;
    text-align: left
}

.news_con_foot .foot_left p:hover a {
    color: #fe6c00;
    cursor: pointer;
}

.news_con_foot .foot_right {
    float: right;
    display: inline-block;
    padding: 12px 15px;
    background: #0074e1;
    color: #fff;
    margin-top: 2px;
    cursor: pointer;
}

.news_con_foot .foot_right:hover {
    background: #fe6c00;
}

.news_footer {
    text-align: left !important;
    background: #f8f8f8;
    padding: 50px 32px 50px 32px;
    margin-top: 40px;
    min-height: 0;
    overflow: hidden;
    margin-bottom: 130px;
}

.news_footer ul li {
    width: 50%;
    float: left;
    border-right: 1px solid #eee;
    font-size: 14px;
    color: #777777;
    padding-right: 3.5%;
}

.news_footer ul li .title {
    font-size: 24px;
    color: #2e2e2e;
    margin-bottom: 25px;
}

.news_footer ul li .title span {
    display: block;
    float: left;
    width: 6px;
    height: 22px;
    background: #fe6c00;
    margin-top: 7px;
    margin-right: 10px;
}

.news_footer ul li p {
    color: #777777;
    margin-bottom: 20px;
    background: url(../images/dot.png) no-repeat 0 5px;
    text-indent: 15px;
}

.news_footer ul li b {
    font-weight: normal;
    float: right;
    color: #777777;
}

.news_footer ul li p:hover {
    color: #fe6c00;
    cursor: pointer;
}


.news_footer ul li p:last-of-type {
    margin-bottom: 0;
}

.news_footer ul li:last-child {
    border: none;
    padding-right: 0;
    padding-left: 3.5%;
}


.case_menu {
    height: 91px;
    background: #f5f5f5;
    margin-bottom: 55px;
}

.case_menu ul {
    float: left;
}

.case_menu ul li {
    width: 120px;
    float: left;
    text-align: center;
    margin-top: 26px;
    cursor: pointer;
}

.case_menu ul li p {
    font-size: 16px;
    margin-top: 10px;
}

.case_menu ul li span {
    filter: grayscale(1);
}

.case_menu ul li.on span {
    filter: grayscale(0);
}

.case_menu ul li.on p {
    color: #fe6c00;
}

.case_menu ul li:hover span {
    filter: grayscale(0);
}

.case_menu ul li:hover p {
    color: #fe6c00;
}

.case_menu .case_search {
    width: 310px;
    height: 85px;
    /* background: rgba(0, 0, 0, 0.2); */
    float: right;
    border-radius: 10px;
    margin-top: 6px;
    position: relative;
}

.case_menu .case_search .search {
    border: none;
    width: 260px;
    height: 40px;
    margin-left: 25px;
    margin-top: 22.5px;
    text-indent: 10px;
    border-radius: 5px;
}

.case_menu .case_search .submit {
    position: absolute;
    right: 32px;
    top: 29px;
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    background: url(../images/search.png);
}


#case_container img {
    width: 100%;
}

#case_container {
    margin-bottom: 0;
}


#case_container ul li .img {
    position: relative;
}

#case_container ul li:nth-child(3n) {
    margin-right: 0;;
}

#case_container ul li .link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

#case_container ul li .link span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
    width: 150px;
    height: 150px;
    border: 1px dashed #ddd;
    border-radius: 50%;
    background: url(../images/link.png) no-repeat center center;
}

#case_container ul li:hover .link {
    display: block;
}


.about_menu {
    height: 75px;
    line-height: 62px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding-top: 10px;
}

.about_menu ul li {
    display: inline-block;
    font-size: 18px;
    color: #363636;
    margin: 0 48px;
    cursor: pointer;
}

.about_menu ul li:hover {
    color: #fe6c00;
}

.about_menu ul li.on {
    color: #fe6c00;
    border-bottom: 2px solid #fe6c00;
}

.join_txt p {
    margin-bottom: 0;
}

.join_us {
    padding: 60px 0;
}

.join_us .join_txt ul li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.join_us .join_txt ul li h2 {
    color: #fe6c00;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
}

.join_us .join_txt ul li p {
    font-size: 14px;
    color: #363636;
}

.join_us .join_txt ul li:last-child {
    border: none;
    padding: 25px 0;
}

.join_us .join_txt ul li h3 {
    color: #363636;
    font-size: 18px;
    margin-bottom: 13px;
}

.join_us .join_txt ul li:last-child p {
    margin-bottom: 10px;
}

.join_us .join_txt ul li:last-child p b {
    font-weight: bold;
    font-size: 18px;
    color: #fe6c00;
}

.join_list {
    margin-top: 25px;
}

.join_list .title {
    font-weight: bold;
    font-size: 18px;
    color: #fe6c00;
    margin-bottom: 18px;
}

.join_list ul li {
    border: 1px solid #ddd;
    min-height: 0;
    overflow: hidden;
    border-bottom: none;
}

.join_list ul li:last-child {
    border-bottom: 1px solid #ddd;
}

.join_list ul li .join_head {
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}

.join_list ul li .join_body {
    margin: 0 30px;
    background: #f5f5f5;
    margin-bottom: 40px;
    padding: 40px 50px;
    display: none;
}

.join_list ul li .join_head span {
    display: block;
    float: left;
    font-size: 14px;
    color: #353535;
}

.join_list ul li .join_head span.span1 {
    width: 4px;
    height: 10px;
    background: #fe6c00;
    margin-left: 30px;
    margin-right: 12px;
    margin-top: 25px;
}

.join_list ul li .join_head span.span3 {
    float: right;
    font-weight: bold;
    margin-right: 25px;
    font-size: 23px;
}

.join_list ul li .join_head span.span4 {
    float: right;
    font-weight: bold;
    margin-right: 30px;
    font-size: 23px;
    display: none;
}

.join_list ul li.on .join_head span.span4 {
    display: block;
}

.join_list ul li.on .join_head span.span3 {
    display: none;
}


/* .join_list ul li.on .join_body{
    display: block;
} */


.join_txt_top {
    width: 80%;
    min-height: 0;
    overflow: hidden;
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 10px;
}

.join_txt_top span {
    display: block;
    width: 25%;
    float: left;
    margin-bottom: 12px;
}

.join_txt_body h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
}

.join_txt_body p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 26px;
}

.body_box {
    margin-bottom: 33px;
}

.toudi a {
    display: inline-block;
    width: 110px;
    line-height: 40px;
    color: #fff;
    background: #fe6c00;
    font-size: 14px;
    text-align: center;
}

.toudi b {
    font-weight: normal;
    color: #979797;

}


#contact {
    margin: 0 auto
}

#contact .talk h2 {
    font-size: 30px;
    color: #373737;
    text-align: center;
    margin-bottom: 70px;
}

.talk ul li {
    width: 31%;
    float: left;
    height: 290px;
    text-align: center;
    border-radius: 8px;
    margin-right: 3.5%
}

.talk ul li:nth-child(1) {
    background: #009ce3;
}

.talk ul li p {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.talk ul li .icon {
    margin-top: 45px;
    margin-bottom: 20px;
}

.talk ul li p {
    line-height: 30px
}

.talk ul li:nth-child(2) {
    background: #fe8300
}

.talk ul li:nth-child(3) {
    background: #9cbd00;
    margin-right: 0;
}

.address {
    /*height: 470px;*/
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding: 80px 0;
    display: flex;
}

.address .container {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.address .container::before,
.address .container::after {
    display: none;
}

.address .con-tel {
    width: 45%;
}

.address .con-tel h4 {
    font-size: 32px;
    font-weight: bold;
    color: #444;
}

.address .con-tel > p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #444;
}

.address .con-tel ul li p {
    font-size: 16px;
    color: #555;
}

.address .con-tel ul li p i {
    color: #555555;
    margin-right: 5px;
}


.address .map {
    width: 48%;
    height: 470px;
    position: relative;
}


#contact .join .ti h4 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

#contact .join .ti p {
    font-size: 18px;
    color: #666;
    letter-spacing: 1px;
}

#contact .join .tc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#contact .join .tc .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #959595;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

#contact .join .tc .icon i {
    color: #fff;
    font-size: 36px;
}

#contact .join .tc .email p,
#contact .join .tc .email span {
    font-size: 16px;
    color: #666666;
    display: block;
}

#contact .join .jr h4 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

#contact .join .jr .link-btn a {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #ccc;
    line-height: 40px;
    color: #666666;
    padding: 0 12px;
}

#contact .join .jr .link-btn a:hover,
#contact .join .jr .link-btn a.on {
    color: #fff;
    background-color: #959595;
    border-color: #959595;
}

.address .map img {
    position: absolute;
    left: 0;
    top: 0;
}

.address .map h2 {
    font-size: 30px;
    color: #373737;
    margin-bottom: 38px;
}

.contact_form {
    float: right;
    width: 48%;
    margin-top: 75px;
}

#contact .join {
    background-color: #f0f0f0;
    height: 420px;
}

#contact .contact-tel {
    height: 182px;
}

#contact .contact-tel .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#contact .join .container {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

#contact .join .container::before,
#contact .join .container::after,
#contact .contact-tel .container::before,
#contact .contact .container::after {
    display: none;
}

#contact .join .jl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}

#contact .join .jl .ti {
    margin-right: 100px;
}

#contact .join .jr {
    width: 30%;
}

#contact .message {
    background-color: #f0f0f0;
    height: 132px;
}

#contact .message .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

#contact .message .container::before,
#contact .message .container::after {
    display: none;
}

#contact .message .container form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#contact .message .container form input {
    width: 28%;
    line-height: 50px;
    border: none;
    outline: none;
    padding: 0 12px;
}

#contact .message .container form button {
    width: 10%;
    line-height: 50px;
    background-color: #333;
    color: #fff;
    border: none;
    transition: .5s;
    outline: none;
}

#contact .message .container form button:hover {
    background-color: #666;
}

.contact_form h2 {
    font-size: 30px;
    color: #373737;
    margin-bottom: 38px;
}

.contact_form p {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: 1px solid #aaaaaa;
    border-radius: 8px;
    margin-bottom: 25px;
}

.contact_form input {
    background: none;
    outline: none;
    border: none;
    font-size: 18px;
    height: 30px;

}

.contact_form input.text {
    text-indent: 18px;
}

.contact_form label {
    font-weight: normal;
    font-size: 18px;
    color: #8f8f8f;
    margin-left: 18px;
}

.contact_form .code {
    overflow: hidden;
}

.contact_form .code input {
    width: 130px;
    height: 50px;
    border: 1px solid #aaaaaa;
    border-radius: 8px;
    text-indent: 18px;
    float: left;
    margin-right: 20px;
}

.contact_form .code img {
    float: left;
}

.contact_form .submit {
    width: 345px;
    background: #fe8300;
    border-radius: 5px;
    height: 52px;
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
}

.pay ul li {
    float: left;
    width: 31.5%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 400px;
    margin-right: 2.75%;
}

.pay ul li:last-child {
    margin-right: 0;
}

.pay ul li img {
    margin-top: 50px;
}

.pay ul li .txt {
    width: 330px;
    text-align: left;
    margin: auto;
    margin-top: 45px;
}

.pay ul li .txt p {
    font-size: 16px;
    color: #313131;
}

.pay ul li .txt b {
    color: #fe8300;
    font-weight: normal;
}

.pay .title h3 {
    font-size: 30px;
    color: #373737;
    margin-bottom: 17px;
}


.pay .title p {
    color: #373737;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 45px;
}


.about_xcx {
    margin: 100px auto;
}

.about_xcx .home_title {
    margin-bottom: 70px;
}

.about_xcx .home_title h2 {
    font-size: 36px;
    color: #2c2c2c;
    font-weight: normal;
}

.about_xcx .home_title span {
    width: 35px;
    margin-top: 18px;
    height: 2px;
}

.about_xcx .home_title .en {
    font-size: 16px;
    color: #878787;
    line-height: 30px;
    margin-top: 20px;
    padding: 0 45px;
}


.hd_tab {
    text-align: center;
}

.hd_tab span {
    width: 120px;
    height: 35px;
    display: inline-block;
    color: #2c2c2c;
    border-radius: 5px;
    line-height: 35px;
    margin-left: 1%;
    margin-right: 1%;
    border: 1px solid #ddd;
}

.hd_tab span:hover {
    color: #fe6c00;
    border: 1px solid #fe6c00;
    cursor: pointer;
}

.hd_tab span.on {
    background: #fe6c00;
    color: #fff;
    border: 1px solid #fe6c00;
}

.tab_bd {
    margin-top: 70px;
}

.tab_bd ul li {
    height: 350px;
    box-shadow: 0 0 10px #ddd;
    display: none;
}

.tab_bd ul li:nth-child(1) {
    display: block;
}

.tab_bd ul li.on {
    display: block;
}

.tab_bd ul li .img {
    margin: 40px;
    float: left;
    width: 325px;
}

.tab_bd ul li .img img {
    width: 100%;
}

.tab_bd ul li .tab_con {
    padding-top: 48px;
    width: 590px;
    float: right;
    margin-right: 100px;
    height: 300px;
    position: relative;
}

.tab_bd ul li .tab_con h2 {
    font-size: 20px;
    color: #2c2c2c;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.tab_bd ul li .tab_con .tab_tag {
    border-bottom: 1px dashed #ddd;
    min-height: 0;
    overflow: hidden;
    padding-bottom: 20px;
}

.tab_bd ul li .tab_con .tab_tag span {
    display: block;
    float: left;
    width: 25%;
    color: #3b3b3b;
    font-size: 14px;
    background: url(../images/xcx_32.jpg) no-repeat;
    text-indent: 20px;
    margin-bottom: 18px;
}

.tab_bd ul li .btn {
    display: block;
    width: 145px;
    height: 45px;
    background: #fe6c00;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -72.5px;
}


.youshi {
    background: #f5f5f5;
    padding: 85px 0;
    padding-bottom: 0;
}

.youshi ul {
    margin-top: 110px;
}

.youshi ul li {
    width: 22%;
    float: left;
    border: 1px dashed #999;
    margin-right: 4%;
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}

.youshi ul li:nth-child(4n) {
    margin-right: 0;
}

.youshi .home_title h2 {
    font-size: 36px;
    font-weight: normal;
}

.youshi .home_title span {
    width: 35px;
    margin-top: 22px;
    margin-bottom: 40px;
    height: 2px;
}

.youshi .icon {
    width: 88px;
    height: 88px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    border: 1px dashed #999;
    background: #f5f5f5;
    top: -44px;
    border-radius: 50%;
}

.youshi .icon img {
    border-radius: 50%;
    margin-top: 15px;
}

.youshi .txt {
    padding-top: 65px;
    padding-bottom: 35px;
}

.youshi .txt h3 {
    font-size: 18px;
    color: #353535;
    margin-bottom: 12px;
    margin-top: 10px;
}

.youshi .txt p {
    font-size: 14px;
    color: #878787;
    line-height: 25px;
}


.rukou {
    margin-top: 85px;
    margin-bottom: 50px;
}

.rukou .home_title {
    margin-bottom: 70px;
}

.rukou .home_title h2 {
    font-size: 36px;
    color: #2c2c2c;
    font-weight: normal;
}

.rukou .home_title span {
    width: 35px;
    margin-top: 18px;
    height: 2px;
}

.rukou .home_title .en {
    font-size: 16px;
    color: #878787;
    line-height: 30px;
    margin-top: 20px;
    padding: 0 45px;
}


.rukou ul li {
    width: 20%;
    float: left;
    text-align: center;
    margin-bottom: 35px;
}

.rukou ul li p {
    font-size: 16px;
    color: #333333;
    padding-top: 12px;
}


.wubu {
    background: #f5f5f5;
    padding-top: 90px;
    padding-bottom: 80px;
    margin-bottom: 85px;
}

.wubu .home_title h2 {
    font-size: 36px;
    font-weight: normal;
}

.wubu .home_title span {
    width: 35px;
    margin-top: 22px;
    margin-bottom: 40px;
    height: 2px;
}

.wubu ul li {
    width: 20%;
    float: left;
    text-align: center;
    margin-top: 35px;
}

.wubu ul li .p1 {
    font-size: 30px;
    color: #2c2c2c;
    padding-top: 25px;
}

.wubu ul li .p2 {
    font-size: 16px;
    color: #2c2c2c;
}

.xcx_case {
    margin-bottom: 100px;
}

.xcx_case_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f4f4f4;
}

.xcx_case_main .left_menu {
    width: 15%;
    background: #fe6c00;
    text-align: center;
    float: left;
}

.xcx_case_main .left_menu h2 {
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    background: #fe4800;
    color: #fff;
}

.xcx_case_main .left_menu ul {
    padding-top: 8px;
    padding-bottom: 8px;
}

.xcx_case_main .left_menu ul li {
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.right_case {
    width: 80%;
}

.xcx_case .home_title h2 {
    font-size: 36px;
    color: #2c2c2c;
    font-weight: normal;
}

.xcx_case .home_title span {
    width: 35px;
    margin-top: 18px;
    height: 2px;
}

.xcx_case .home_title .en {
    font-size: 16px;
    color: #878787;
    line-height: 30px;
    margin-top: 20px;
    padding: 0 45px;
}


.xcx_case .case_main {
    padding: 50px 50px 50px 0;
    width: 100%;
    float: right;
    display: none;
}

.xcx_case .case_main:first-child {
    display: block;
}

.xcx_case .case_main ul li {
    width: 22%;
    float: left;
    margin-right: 3%;
    text-align: center;
    cursor: pointer;
    padding: 20px;
    height: 480px;
    transition: .6s;
    background: #fff;
    transition: .6s;
}

.xcx_case .case_main ul li:nth-child(4n) {
    margin-right: 0;
}

.xcx_case .case_main ul li img {
    width: 100%;
}

.xcx_case .case_main ul li p {
    color: #3b3b3b;
    font-size: 14px;
    line-height: 42px;
}

.xcx_case .case_main ul li .img {
    position: relative;
}

.xcx_case .case_main ul li .code {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: .6s;
}

.xcx_case .case_main ul li .code img {
    height: 100%;
    width: 100%;
}

.xcx_case .case_main ul li:hover {
    box-shadow: 0 0 5px 5px #ddd;

}

.xcx_case .case_main ul li:hover .code {
    opacity: 1;
}

.question .home_title h2 {
    font-size: 36px;
    font-weight: normal;
}

.question .home_title span {
    width: 35px;
    margin-top: 22px;
    margin-bottom: 40px;
    height: 2px;
}

.question {
    min-height: 0;
    overflow: hidden;
    margin-bottom: 160px;
}

.question ul li {
    width: 33.333%;
    float: left;
    font-size: 16px;
    color: #3c3c3c;
    border-left: 1px solid #fa4700;
    padding-left: 40px;
    margin-top: 20px;
}

.rukou ul {
    padding: 0 6%;
}

.question ul li p {
    background: url(../images/xcx_31.jpg) no-repeat;
    padding-left: 30px;
    line-height: 25px;
    margin-bottom: 20px;
}

.question ul li p:last-of-type {
    margin-bottom: 0;
}

.question ul li p a:hover {
    color: #fa4700;
}


.section .home_title {
    padding-top: 60px;
}

.section .home_title p {
    width: 30px;
    height: 2px;
    background: #FA6C00;
    display: inline-block;
}

.section h2 {
    font-size: 48px;
    color: #FA6C00;
    font-weight: normal;
}

.section .home_title .en {
    font-size: 20px;
    color: #898989;
    padding-top: 8px;
    line-height: 28px;
    padding-bottom: 10px;
}

.section1 .container .home_title {
    float: left;
}


.section1 ul li:last-child {
    margin-right: 0;
}

.section1 ul li .p1 {
    font-size: 20px;
    color: #2a2a2a;
}

.section1 ul li .txt {
    padding: 20px;
    padding-top: 25px;
}

.section1 ul li .p2 {
    font-size: 14px;
    color: #898989;
}

.section1 ul li:hover {
    box-shadow: 0 0 15px #ddd;
    cursor: pointer;
    background: white;
}

.section1 .icon {
    padding-top: 30px;
}

.section1 ul {
    margin-top: 90px;
    width: 500px;
}

.section1-img {
    position: relative;
}

.section1-img img {
    position: absolute;
    bottom: -90px;
    right: -171px;
}

.section1 ul li {
    display: flex;
    padding: 10px;
    padding-left: 25px;
}

.section1 {
    background: url('../images/20201029144901.jpg') center center;
    background-size: cover;
}

.section2 {
    background: url('../images/bg-1.png') center center;
    background-size: cover;
}

.section2 ul li {
    width: 33.333%;
    text-align: center;
    float: left;
    margin-top: 130px;
}

.section2 .home_title h2 {
    color: #ffffff;
}

.section2 ul li .num {
    font-size: 110px;
    color: #fe6c00;
    display: inline-block;
    font-family: -webkit-body;
}

.section2 ul li small {
    font-size: 18px;
    color: #ffffff;
}

.section2 ul li p {
    font-size: 18px;
    color: #fff;
    margin-top: -15px;
}


.section3 .container {
    max-width: 1285px !important
}

.section3 h2 {
    font-size: 48px;
    color: #FA6C00;
    font-weight: normal;
    text-align: left;
    margin-left: -114px;
}

.section3 .home_title .en {
    font-size: 20px;
    color: #898989;
    padding-top: 8px;
    line-height: 28px;
    padding-bottom: 10px;
    text-align: left;
    margin-left: -114px;
}

.section3 ul {
    margin-top: 80px;
    width: 700px;
    display: flex;
    margin-left: -114px;
    flex-wrap: wrap;
}

.section3 ul li div {
    float: left;
    padding: 20px;
    width: 170px;
    height: 200px;
    border: 1px solid #ededed;
    text-align: center;
}

.section3 ul li div:hover {
    background: #fff;
}

.section3 ul li div a {
    display: block;
    width: 10px;
    height: 1px;
    background: #FA6C00;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 8px;
}

.section3 ul li div span {
    color: #FA6C00;
    display: block;
    padding: 16px;
    font-size: 45px;
    padding-bottom: 10px;

}

.section3 ul li p {
    font-size: 10px;
}

.tu_wen {
    padding-top: 80px
}

.tu_wen .img {
    width: 47%;
    float: left;
}

.tu_wen .img img {
    width: 100%;
}

.tu_wen .txt {
    width: 47%;
    float: right;
    padding-top: 8%;
}

.tu_wen .txt p {
    color: #fff;
    margin-bottom: 0;
}

.tu_wen .txt .p1 {
    font-size: 62px
}

.tu_wen .txt .p2 {
    font-size: 20px
}

.tu_wen .title {
    position: relative;
}

.tu_wen .title .p1 {
    position: absolute;
    right: 45px;
    top: -150px;
}

.tu_wen .title .p2 {
    position: absolute;
    right: 45px;
    top: 0px;
    padding-top: 36px;
}

.section5 .tu_wen .title .p1 {
    position: absolute;
    left: 45px;
    top: -175px;
}

.section5 .tu_wen .title .p2 {
    position: absolute;
    left: 50px;
    top: 12px;
    padding-top: 0;
}

.section5 .tu_wen .txt .p3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 100px;
    padding-left: 46px
}

.section5 .two_btn {
    margin-top: 55px;
    padding-left: 47px;
}

.section6 .tu_wen .title .p1 {
    position: absolute;
    right: 45px;
    top: -180px;
}

.section6 .tu_wen .title .p2 {
    position: absolute;
    right: 45px;
    top: 0px;
    padding-top: 3px;
}

.section6 .tu_wen .txt .p3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 100px;
    width: 588px;
    margin-left: 116px;
}

.section7 .tu_wen .title .p1 {
    position: absolute;
    left: 40px;
    top: -175px;
}

.section7 .tu_wen .title .p2 {
    position: absolute;
    left: 50px;
    top: 12px;
    padding-top: 0;
}

.section7 .tu_wen .txt .p3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 100px;
    padding-left: 46px
}

.section7 .two_btn {
    margin-top: 55px;
    padding-left: 47px;
}

.section8 .tu_wen .title .p1 {
    position: absolute;
    right: 45px;
    top: -130px;
}

.section8 .tu_wen .title .p2 {
    position: absolute;
    right: 45px;
    top: 0px;
    padding-top: 63px;
}

.section8 .tu_wen .txt .p3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 170px;
    width: 597px;
    margin-left: 115px;
}

.section9 .tu_wen .title .p1 {
    position: absolute;
    left: 45px;
    top: -125px;
}

.section9 .tu_wen .title .p2 {
    position: absolute;
    left: 50px;
    top: 60px;
    padding-top: 0;
}

.section9 .tu_wen .txt .p3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 155px;
    padding-left: 46px
}

.section9 .two_btn {
    margin-top: 55px;
    padding-left: 47px;
}

.section10 .tu_wen .title .p1 {
    position: absolute;
    right: 45px;
    top: -205px;
}

.section10 .tu_wen .title .p2 {
    position: absolute;
    right: 45px;
    top: -53px;
    padding-top: 0;
}

.section10 .tu_wen .txt .p3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 93px;
    width: 604px;
    margin-left: 94px;
}


.section11 .tu_wen .title .p1 {
    position: absolute;
    left: 45px;
    top: -140px;
}

.section11 .tu_wen .title .p2 {
    position: absolute;
    left: 50px;
    top: 50px;
    padding-top: 0;
}

.section11 .tu_wen .txt .p3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 152px;
    padding-left: 46px
}

.section11 .two_btn {
    margin-top: 55px;
    padding-left: 47px;
}

.tu_wen .txt .title span {
    display: block;
    width: 33px;
    height: 3px;
    background: #fff;
    margin-top: 13px;
}

.tu_wen .txt .p3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 95px;
}

.two_btn {
    margin-top: 55px;
    padding: 0px 480px;
}

.two_btn img {
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.two_btn span {
    width: 215px;
    float: left;
    font-size: 16px;
    color: #fff;
    height: 46px;
    line-height: 46px;
    text-align: end;

}

.two_btn span:hover {

    color: #fff !important;
    border-bottom: 1px solid #fff !important;
    cursor: pointer;
}

.wen_tu .img {
    float: right;
}

.wen_tu .txt {
    float: left;
}

.wen_tu .txt .title span {
    background: #ccc !important
}

.wen_tu .txt .title .p2 {
    color: #343434;
}

.wen_tu .txt .p3 {
    color: #6b6b6b;
}

.wen_tu .two_btn span {
    color: #161616;

    text-align: inherit;
}

.section5 .wen_tu .img {
    width: 53%;
    margin-top: 3%;
}

.wen_tu p {
    color: #161616 !important;
}

.section3 {
    background: url('../images/xmlc-bg.jpg') center center;
    background-size: cover;
}

.section4 {
    background: url('../images/bg-2.png') center center;
    background-size: cover;
}

.section5 {
    background: url('../images/ppsj-1.jpg') center center;
    background-size: cover;
}

.section6 {
    background: url('../images/gwsc.jpg') center center;
    background-size: cover;
}

.section7 {
    background: url('../images/sjwx-bg.jpg') center center;
    background-size: cover;
}

.section7 .tu_wen .img {
    width: 42%;
    margin-right: 5%;
}

.section7 .tu_wen .txt {
    padding-top: 17%;
}

.section8 {
    background: url('../images/yx-bg.jpg') center center;
    background-size: cover;
}

.section9 {
    background: url('../images/mh-bg.jpg') center center;
    background-size: cover;
}

.section10 {
    background: url('../images/xy-bg.jpg') center center;
    background-size: cover;
}

.section11 {
    background: url('../images/wm-bg.jpg') center center;
    background-size: cover;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border: 1px solid #ccc !important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    border: 1px solid #fa4700 !important;
    background: #fa4700;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #fa4700 !important;
}


.pages_banner {
    width: 100%;
    margin-top: 92px;
    height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.pages_banner .img {
    height: 100%;
    -webkit-animation: animScale 10s linear infinite;
    animation: animScale 10s linear infinite;
    -ms-animation: animScale 10s linear infinite;
    -moz-animation: animScale 10s linear infinite;
    -o-animation: animScale 10s linear infinite;
}

.pages_banner .new_about_banner {
    background: url(../images/new_about_banner.jpg) no-repeat center center / cover;
}

.pages_banner .about_banner {
    background: url(../images/about_banner.jpg) no-repeat center center / cover;
}

.pages_banner .case_banner {
    background: url(../images/case_banner.jpg) no-repeat center center / cover;
}

.pages_banner .contact_banner {
    background: url(../images/contact_banner.jpg) no-repeat center center / cover;
}

.pages_banner .xcx_banner {
    background: url(../images/xcx_banner.jpg) no-repeat center center / cover;
}

.pages_banner .news_banner {
    background: url(../images/news_banner.jpg) no-repeat center center / cover;
}

.pages_banner .case_list_banner {
    background: url(../images/case_list_banner.jpg) no-repeat center;
}

@keyframes animScale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.about_mian_1 {
    margin-top: 90px;
}

.about_mian_1 .about_1_con {
    min-height: 0;
    overflow: hidden;
    padding-bottom: 40px;
}

.about_title {
    text-align: center;
    margin-bottom: 70px;
}

.about_title h2 {
    font-size: 80px;
    color: #ededed;
    text-transform: uppercase;
    font-weight: bold;
}

.about_title span {
    display: block;
    width: 30px;
    height: 3px;
    background: #fe6c00;
    margin: auto;
}

.about_title p {
    font-size: 24px;
    color: #fe6c00;
    font-weight: bold;
    margin-top: 10px;
}

.about_1_con .left {
    width: 45%;
    float: left;
}

.about_1_con .left h1 {
    font-size: 24px;
    color: #363636;
    margin-top: 4px;
}


.about_1_con .left p {
    font-size: 40px;
    color: #2c2c2c;
    line-height: 60px;
    margin-top: 32px;
}

.about_1_con .left .btn {
    background-color: #fe6c00;
    color: #fff;
    width: 225px;
    height: 50px;
    text-indent: 40px;
    line-height: 50px;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    margin-top: 63px;
    background-image: url(../images/jtt.png);
    background-repeat: no-repeat;
    background-position: 83% center;
    text-align: left;
}

.about_1_con .right {
    width: 50%;
    float: right;
}

.about_1_con .right p {
    font-size: 16px;
    color: #2c2c2c;
    line-height: 30px;
    text-indent: 32px;
    margin-bottom: 30px;
}

.about_bg {
    width: 100%;
    height: 400px;
}


.about_bg_1 {

    background: url(../images/about_img01.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.about_bg_2 {
    background: url(../images/about_img02.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.about_bg_3 {
    background: url(../images/about_img03.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.about_bg_4 {
    background: url(../images/about_img04.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.about_bg_5 {
    background: url(../images/about_img05.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.about_bg_6 {
    background: url(../images/about_img06.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
}


.about_mian_2 {
    padding-top: 100px;
    padding-bottom: 80px;
}


.about_3_con ul {
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    min-height: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 85px;
}

.about_3_con ul li {
    width: 33.333%;
    float: left;
    text-align: center;
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    height: 255px;
}

.about_3_con ul li .icon {
    margin-top: 45px;
    margin-bottom: 12px;
}

.about_3_con ul li .txt h2 {
    font-size: 18px;
    color: #4d4d4d;
    font-weight: bold;
    margin-bottom: 13px;
}


.about_3_con ul li .txt p {
    font-size: 16px;
    color: #666;

}

.about_3_con ul li.two {
    width: 50%;
}

.about_3_con ul li.two .icon {
    float: left;
    margin-left: 125px;
    margin-right: 35px;
    margin-top: 73px;
}

.about_3_con ul li.two .txt {
    text-align: left;
    margin-top: 90px;
}


.about_2_con {
    min-height: 0;
    overflow: hidden;
    padding-bottom: 90px;
}

.about_2_con .hd ul li {
    width: 12.5%;
    float: left;
    height: 270px;
    position: relative;
    cursor: pointer;
}


.about_2_con .hd ul li .msg {
    position: absolute;
    width: 180%;
    bottom: 74px;
    text-align: left;
    left: 48%;
    height: 200px;
    background: url(../images/about_solid.jpg) no-repeat;
    background-position: 0 bottom;
    padding-left: 25px;
    display: none;
}

.about_2_con .hd ul li .msg p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 25px;
    margin-bottom: 5px;
}

.about_2_con .hd ul li .msg .year {
    font-size: 30px;
    color: #4a4a4a
}

.about_2_con .hd ul li .num {
    font-size: 24px;
    color: #323232;
    margin-top: 15px;
}

.about_2_con .hd ul li span {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #c4c4c4;
    background: #fff;
    margin: auto;
    position: relative;
    z-index: 9999;
    margin-top: 196px;

}

.about_2_con .hd ul li span b {
    width: 13px;
    height: 13px;
    margin: 5px auto;
    background: #c4c4c4;
    display: block;
    border-radius: 50%;
}

.about_2_con .hd ul li.on span {
    border: 1px solid #585858;
}

.about_2_con .hd ul li.on b {
    background: #585858;
}

.about_2_con .hd ul li.on .msg {
    display: block;
}

.about_2_con .hd ul li:nth-child(7) .msg {
    left: -128%;
    background: url(../images/about_solid2.jpg) no-repeat;
    background-position: right bottom;
    padding-left: 0;
    padding-right: 25px;
}

.about_2_con .hd ul li:nth-child(8) .msg {
    left: -128%;
    background: url(../images/about_solid2.jpg) no-repeat;
    background-position: right bottom;
    padding-left: 0;
    padding-right: 25px;
}

.about_2_con .hd {
    position: relative;
    min-height: 0;
    overflow: hidden;
    text-align: center;
}

.about_2_con .hd .solid {
    position: absolute;
    width: 88%;
    left: 6%;
    height: 1px;
    background: #c4c4c4;
    bottom: 60px;
}


.about_2_con .bd {
    width: 100%;
    min-height: 0;
    overflow: hidden;
}


.about_2_con .bd ul li {
    width: 12.5%;
    float: left;
    text-align: left
}

.about_mian_2 .about_title {
    margin-bottom: 50px;
}


.about_mian_4 {
    padding-top: 100px;

}

.about_4_con ul li {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 50px;
}

.about_4_con ul li:last-child {
    margin-right: 0;
}

.about_4_con ul li .img {
    height: 220px;
    box-shadow: 0 0 10px #ddd;
    border-radius: 15px;
    text-align: center;
    padding-top: 45px;
}

.about_4_con ul li .img .icon {
    width: 85px;
    height: 85px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 20px;
}

.about_4_con ul li b {
    font-size: 30px;
    color: #252525;
    font-weight: bold;
}

.about_4_con ul li p {
    font-size: 14px;
    color: #868686;
    text-align: center;
    padding: 12% 6%;
}


.about_mian_5 {
    padding-top: 100px;
}

.about_5_con {
    min-height: 0;
    overflow: hidden;
    margin-bottom: 100px
}

.about_5_con .left {
    width: 23%;
    float: left;
    margin-right: 4%;
}

.about_5_con .left h2 {
    font-size: 36px;
    color: #424242;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 20px;
}

.about_5_con .left p {
    font-size: 16px;
    color: #424242;
    line-height: 30px;
    margin-bottom: 50px;
}

.about_5_con .left h3 {
    font-size: 50px;
    color: #dddddd;
    font-weight: bold;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.about_5_con .right {
    width: 73%;
    float: right;
}

.about_5_con .right ul li {
    float: left;
    margin-right: 2%;
    width: 32%;
    margin-bottom: 2%;
    position: relative;
    cursor: pointer;
}

.about_5_con .right ul li:nth-child(3n) {
    margin-right: 0;
}

.about_5_con .right ul li img {
    width: 100%;
}

.about_5_con .right ul li .layer {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.about_5_con .right ul li:hover .layer {
    display: block;
}

.about_5_con .right ul li .layer > div {
    padding: 10%
}

.about_5_con .right ul li .layer .title {
    font-size: 24px !important;
    color: #fff !important;
    font-weight: bold !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #454343;
}

.about_5_con .right ul li .layer p {
    color: #c7c7c7 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-top: 8px !important;
}


.about_mian_6 {
    padding-top: 100px;
}

.about_6_con ul li {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 110px;
}

.about_6_con ul li:last-child {
    margin-right: 0;
}

.about_6_con ul li img {
    width: 100%;
}

.about_mian_7 {
    padding-top: 100px;
    text-align: center;
    min-height: 0;
    overflow: hidden;
    margin-bottom: 75px;
}

.about_mian_7 h2 {
    color: #303030;
    font-size: 48px;
}

.about_mian_7 .about_title {
    margin-bottom: 55px;
}


.about_mian_7 .about_title p {
    font-size: 24px;
    color: #fe6c00;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.about_mian_7 .about_7_con p {
    font-size: 16px;
    color: #303030;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 50px;
}

/* start */
.about_7_con ul {
    display: flex;
    width: 1600px;
    margin: 10px auto;
    max-width: 100%;
    flex-wrap: wrap;
}

.about_7_con h5 {
    color: #ddd;
}

.about_7_con ul li {
    border: 1px solid #ddd;
    width: 31.8%;
    background: white;
    height: 250px;
    padding: 40px;
    margin: 0 0 -2px -2px;

    cursor: pointer;
}

.about_7_con ul li:hover {
    box-shadow: 8px 5px 40px #ddd;
    transform: scale(1);
    transition: all 0.6s;
}


.about_7_con ul li div {
    padding-top: 40px;
}

.about_7_con ul li div span {
    display: block;
    font-size: 13px;
    color: #ddd;
    padding-top: 5px;
}

/* end */
.newsSign-list li {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

.newsSign-list li .img {
    overflow: hidden;
    width: 267px;
}

.newsSign-list li .img img {
    transition: .8s;
}

.newsSign-list li .img img:hover {
    transform: scale(1.1);
}

.newsSign-list li .info {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1;
}

.newsSign-list li .info .link {
    font-size: 22px;
    color: #333;
}

.newsSign-list li .info .date {
    float: right;
    font-size: 14px;
    color: #666;
}

.newsSign-list li .info span {
    font-size: 14px;
    color: #666;
    vertical-align: text-bottom;
    margin-left: 5px;
}

.newsSign-list li .info span img {
    vertical-align: middle;
    transform: translateY(-1px);
}

.newsSign-list li .info .content a {
    color: #666;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newsSign-list li .info a:hover {
    color: #fe6c00;
}

.newsCon-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}

.newsCon-list li .info-left {
    width: 96px;
    height: 96px;
    border: 1px solid #fe6c00;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newsCon-list li .info-left p {
    font-size: 36px;
    text-align: center;
    color: #fe6c00;
    line-height: 36px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
}

.newsCon-list li .info-left p::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 14px;
    height: 2px;
    background-color: #fe6c00;
}

.newsCon-list li .info-left span {
    display: block;
    text-align: center;
}

.newsCon-list li .info-right {
    flex: 1;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.newsCon-list li .info-right .title {
    font-size: 18px;
    color: #333;
}

.newsCon-list li .info-right .content {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsCon-list li .info-right a:hover {
    color: #fe6c00;
}

.newsCon-list li:hover .info-left {
    background-color: #fe6c00;
}

.newsCon-list li:hover .info-left p {
    color: #fff;
}

.newsCon-list li:hover .info-left p::before {
    background-color: #fff;
}

.newsCon-list li:hover .info-left span {
    color: #fff;
}

.tel-info {
    width: 40%;
}

.tel-info p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.tel-user {
    padding-left: 60px;
    border-left: 1px solid #ccc;
    width: 40%;
}

.tel-user p {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin-bottom: 0;
    line-height: 30px;
}

.tel-user p span {
    color: #d70808;
}


/* oy2020/8/26 */

.address .con-tel ul li:nth-child(2n) {
    width: 40%;
    padding-left: 40px;
}

.address .con-tel ul li:nth-child(2n+1) {
    width: 60%;
}

.address .con-tel .tel-list {
    display: flex;
    flex-wrap: wrap;
}

.address .con-tel .tel-list.list li {
    width: 100% !important;
    padding: 0 !important;
}

#newAbout .se_1 {
    padding: 17px 0;
    background: url(../images/new_about_se1Bg.png);
}

/* #newAbout  common */
#newAbout .title {
    text-align: center;
}

#newAbout .title h4 {
    font-size: 80px;
    color: #ededed;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

#newAbout .title h4::before {
    width: 30px;
    height: 3px;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #fe6c00;
}

#newAbout .title p {
    font-size: 24px;
    color: #fe6c00;
    font-weight: bold;
}

#newAbout .se_1 .img img {
    width: 100%;
    margin: 40px 0;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -moz-filter: grayscale(1);

}

#newAbout .se_1 .container p {
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
    line-height: 46px;
    text-align: center;

}

#newAbout .se_2 {
    background-color: #f4f4f4;
    padding: 100px 0;
}

#newAbout .se_2 .title h4 {
    color: #d6d6d6;
}

#newAbout .se_2 .content {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 40px auto 0;
    align-items: center;
    flex-wrap: wrap;
}

#newAbout .se_2 .content .con_info {
    width: 60%;
}

#newAbout .se_2 .content .con_info p {
    font-size: 18px;
    color: #666;
    line-height: 46px;
}

#newAbout .se_2 .content .con_info .num_list {
    margin-top: 40px;
}

#newAbout .se_2 .content .con_info .num_list ul {
    display: flex;
    justify-content: space-between;
}

#newAbout .se_2 .content .con_info .num_list ul li h5 {
    text-align: center;
}

#newAbout .se_2 .content .con_info .num_list ul li h5 span {
    font-size: 42px;
    font-weight: bold;
    color: #6a6a6a;
}

#newAbout .se_2 .content .con_info .num_list ul li p {
    font-size: 20px;
    color: #333333;
}

#newAbout .se_2 .content .con_img {
    width: 40%;
    padding-left: 80px;
    text-align: center;
}

#newAbout .se_2 .content .con_img img {
    width: 100%;
}

#newAbout .se_2 .content .con_img .word {
    margin-top: 30px !important;
}

#newAbout .se_3 {
    background: url(../images/new_about_se3Bg.png) no-repeat center center / cover;
    padding: 100px 0;
    background-attachment: fixed;
}

#newAbout .se_3 .subtitle h4 {
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

#newAbout .se_3 .list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#newAbout .se_3 .list ul li {
    /*width: 25%;*/
    text-align: center;
    padding: 0 25px;
}

#newAbout .se_3 .list ul li .img {
    width: 220px;
    height: 220px;

    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    position: relative;
}

#newAbout .se_3 .list ul li .img i {
    background: url(../images/new_about_se3_listBg.png) no-repeat center center / contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: ani 30s infinite linear;
}

@keyframes ani {
    form {
        transform: rotateZ(0);
    }
    to {
        transform: rotateZ(360deg);
    }
}

#newAbout .se_3 .list ul li .img p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 32px;
}

#newAbout .se_3 .list ul li .img .sm {
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    filter: grayscale(1);
    transition: .6s;
}

#newAbout .se_3 .list ul li:hover .img .sm {
    filter: grayscale(0);
}

#newAbout .se_3 .list ul li .img .sm::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    content: "";
}

#newAbout .se_3 .list ul li .info p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

#newAbout .se_4 {
    padding: 100px 0;
}

#newAbout .se_4 .title {
    margin-bottom: 30px;
}

#newAbout .se_4 .img_list ul,
#newAbout .se_4 .img_list1 ul {
    display: flex;
    margin: 0;
}

#newAbout .se_4 ul li {
    padding: 2px;
}

#newAbout .se_4 ul li .img {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#newAbout .se_4 ul li img {
    width: 100%;
    height: 100%;
    transition: .8s;
}

#newAbout .se_4 ul li img:hover {
    transform: scale(1.1);
}

#newAbout .se_4 .img_list ul li:nth-child(1),
#newAbout .se_4 .img_list ul li:nth-child(4) {
    width: 28.5%;
}

#newAbout .se_4 .img_list ul li:nth-child(2),
#newAbout .se_4 .img_list ul li:nth-child(3) {
    width: 21.5%;
}

#newAbout .se_4 .img_list1 ul li {
    width: 50%;
}

#newAbout .se_5 {
    height: 536px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../images/new_about_se5Bg.jpg) no-repeat center center / cover;
    text-align: center;
    background-attachment: fixed;
}

#newAbout .se_5 .subtitle h4 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 30px;
}

#newAbout .se_5 .info p {
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    width: 60%;
    margin: 0 auto;
}

#newAbout .se_7 {
    background-color: #f4f4f4;
    padding: 100px 0;
    margin: 0;
}

#newAbout .se_8 {
    height: 480px;
    background: url(../images/new_about_se7bg.jpg) no-repeat center center / cover;
    margin-bottom: 340px;
    background-attachment: fixed;
}

#newAbout .se_8 .container {
    padding: 0;
}

#newAbout .se_8 .subtitle h4 {
    height: 305px;
    color: #fff;
    text-align: center;
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#newAbout .se_8 .swiper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#newAbout .se_8 .swiper #img_swiper {
    width: 50%;
}

#newAbout .se_8 .swiper ul {
    margin: 0;
}

#newAbout .se_8 .swiper #img_swiper ul li img {
    width: 100%;
    height: 100%;
}

#newAbout .se_8 .swiper #word_swiper {
    width: 50%;
    background-color: #fff;
    height: unset !important;
}

#newAbout .se_8 .swiper #word_swiper .info {
    height: 100%;
    padding: 40px;
}

#newAbout .se_8 .swiper #word_swiper .info h4 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

#newAbout .se_8 .swiper #word_swiper .info p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

#newAbout .se_8 .swiper #word_swiper .info a {
    display: inline-block;
    margin-top: 20px;
    border-bottom: 2px solid #fe6c00;
    padding-bottom: 4px;
}

#newAbout .se_8 .swiper-button-prev,
#newAbout .se_8 .swiper-button-next {
    background: none;
    outline: none;
}

#newAbout .se_8 .swiper-button-prev,
#newAbout .se_8 .swiper-button-next {
    width: 38px;
    height: 38px;
    background-color: #d6d6d6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#newAbout .se_8 .swiper-button-prev i,
#newAbout .se_8 .swiper-button-next i {
    color: #fff;
}

#newAbout .se_8 .swiper-button-prev {
    left: 40px;
    right: auto;
    bottom: 40px;
    top: auto;
}

#newAbout .se_8 .swiper-button-next {
    left: 90px;
    right: auto;
    bottom: 40px;
    top: auto;
}

#newAbout .se_8 .swiper-button-prev:hover,
#newAbout .se_8 .swiper-button-next:hover {
    background-color: #fe6c00;
}


#right-link {
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 2;
    background-color: #fff;
}

#right-link ul {
    margin: 0;
    position: relative;
    z-index: 9;
}

#right-link ul li a {
    display: block;
    display: flex;
    width: 75px;
    height: 75px;
    border: 1px solid #ccc;
    border-top: none;
    color: #666;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

#right-link ul li:first-child {
    border-top: 1px solid #ccc;
}

#right-link ul li a.gotop span, #right-link ul li:hover a, #right-link ul li:hover a span {
    color: #fff;
}

#right-link ul li a.gotop, #right-link ul li a:hover {
    border-color: #fe6c00;
    background-color: #fe6c00;
}

#right-link ul li a i {
    color: #666;
    font-size: 30px;
    line-height: 32px;
}

#right-link ul li a.gotop i, #right-link ul li a:hover i {
    color: #fff;
}

#alt .right-vx {
    position: absolute;;
    right: -192px;
    top: 180px;
    z-index: 1;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    transition: .8s;
}

#alt .right-vx img {
    width: 150px;
}

#alt .right-vx.on {
    right: 75px;
}

#alt .right-tel {
    position: absolute;
    right: -220px;
    display: flex;
    height: 75px;
    width: 220px;
    transition: .8s;
    flex-direction: column;
}

#alt .right-tel.tel-1 {
    top: 0;
}

#alt .right-tel.tel-2 {
    top: 75px;
}

#alt .right-tel.tel-3 {
    top: 226px;
}

#alt .right-tel .item {
    display: flex;
    padding: 20px;
    height: 75px;
    background: #fe6c00;
    align-items: center;
}

#alt .right-tel p {
    margin: 0;
}

#alt .right-tel.on {
    right: 75px;
}

#alt .right-tel .item i {
    margin-right: 10px;
    color: #fff;
    font-size: 36px;
}

#alt .right-tel .item p {
    color: #fff;
}

.swiper-container {
    z-index: 3 !important;
}


/*
media_style.css
*/
/*头部 -- 开始*/
#myheader {
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    border-bottom: 0;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
}

#logo {
    display: block;
    width: 172px;
    height: 42px;
    background: url(../images/logo1.png) no-repeat left center;
    margin-top: 25px;
    float: left;
    position: relative;
    z-index: 2;
    margin-left: 15px;
    margin-bottom: 25px;
}

#myheader.on #logo {
    background: url(../images/logo_active1.png) no-repeat left center !important;
}

#myheader .navbar-nav .dropdown-menu {
    border: 0;
    padding: 0;
}

@media (min-width: 768px) {

    #myheader .navbar-nav {
        float: right;
    }

    #myheader .navbar-nav > li > a {
        line-height: 34px;
        font-size: 14px;
        margin-top: 16px;
    }

    #myheader .navbar-nav > li > a {
        color: #fff;
    }

    #myheader.on .navbar-nav > li > a {
        color: #777;
    }

    #myheader .navbar-nav > li:hover > a {
        color: #fa4700;
        font-weight: bold;
    }

    #myheader.on .navbar-nav > li:hover > a {
        color: #fa4700;
        font-weight: bold;
    }

    #myheader .navbar-nav .dropdown-menu {
        border-radius: 10px;
        overflow: hidden;
    }

    #myheader .navbar-nav .dropdown-menu > li > a {
        padding: 9px 20px;
    }

    #myheader .navbar-nav > li:hover .dropdown-menu {
        display: block;
        -webkit-animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
}

@media (min-width: 1200px) {
    #myheader .navbar-nav > li > a {
        line-height: 34px;
        font-size: 16px;
        margin-top: 16px;
    }

    #myheader .navbar-nav .dropdown-menu {
        border-radius: 10px;
        overflow: hidden;
    }

    #myheader .navbar-nav .dropdown-menu > li > a {
        padding: 9px 20px;
    }

}

#myheader .dropdown-menu > li > a:hover,
#myheader .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #fa4700;
}

@-webkit-keyframes dropdown-show {
    from {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes dropdown-show {
    from {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@media (max-width: 767.98px) {
    #myheader .navbar-nav {
        margin: 0;
    }

    #myheader .navbar-nav > li {
        margin-left: 15px;
        border-top: 0;
        border-bottom: 1px solid #e9e9f2;
    }

    #myheader .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #myheader .navbar-nav > li.visible-xs {
        border: 0;
        box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0, 0, 0, 0.1);
    }

    #myheader .navbar-toggle {
        margin-top: 25px;
        color: rgba(255, 255, 255, 0.7);
        border-color: rgba(0, 0, 0, 0);
    }

    #myheader .navbar-toggler-icon {
        /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);*/
    }

    #myheader .navbar-toggle:hover,
    #myheader .navbar-toggle:focus {
        background-color: transparent;
    }

    #myheader .navbar-collapse {
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 80%;
        height: 100% !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: box-shadow 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        border-radius: 0 !important;
        background-color: #fff;
        z-index: 1035;
    }

    #myheader .navbar-collapse.in {
        -webkit-transform: none;
        transform: none;
        box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04)
    }

    .offcanvas-cap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 1.25rem 1rem;
        box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0, 0, 0, 0.1);
    }

    .offcanvas-cap .close {
        transition: opacity 0.15s ease-in-out;
        opacity: .7;
        font-size: 26px;
        margin-bottom: 0;
        outline: 0 !important;
    }

    #myheader .navbar-nav .dropdown-menu {
        min-width: 12.5rem;
        margin: 0;
        margin-top: -.5rem;
        background-color: transparent;
        border-color: transparent;
        box-shadow: none;
        position: static;
        float: none;
    }

    #myheader .navbar-nav > li:hover .dropdown-menu {
        display: block;
        -webkit-animation: fade-in .25s ease-in-out;
        animation: fade-in .25s ease-in-out
    }

    #myheader .dropdown-menu > li > a {
        line-height: 30px;
        color: #8c8c8c;
    }

    .navbar-default .navbar-toggle .icon-bar {
        color: #fff;
    }

    @-webkit-keyframes fade-in {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }

    @keyframes fade-in {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }

}

/*头部 -- 结束*/

