body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, option, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

* {
    outline: 0 none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul li {
    list-style: none;
}

a {
    color: black;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
}

img {
    border: 0;
}

body {
    font-family: Microsoft Yahei, Verdana, "\5FAE\8F6F\96C5\9ED1", Tahoma, "DejaVu Sans", sans-serif;
    font-size: 14px;
    min-height: 100%;
    height: 100%;
    line-height: 1;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    /* background: #f8f8f8; */
    zoom: 1;
}


/* index */
.header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999;
    height: auto;
    border-bottom: 1px solid #f9f8f833;
    box-sizing: border-box;
    background: rgba(50,50,50,0.35);
}

.header_cen {
    width: 100%;
    padding: 10px 60px;
    box-sizing: border-box;
    position: relative;
}

.header-top {
    height: 40px;
    line-height: 24px;
    /* border-bottom: 1px solid rgba(120,120,120,.3); */
    box-sizing: border-box;
    padding-top: 16px;
}

.header-top .h_tit {
    float: left;
}

.header-top .h_tit h2 {
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 300;
}

.header-top .h_tel {
    float: right;
}

.header-top .h_tel p {
    font-size: 14px;
    color: #f3f3f3;
    font-weight: 300;
}

.header-top .h_tel p a {
    color: #f3f3f3;
}

.header .logo {
    /*width: 150px;*/
    height: auto;
    position: absolute;
    top: 10px;
    left: 60px;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .logo img {
    width: 60px;
}

.header .logo a {
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 60px;
    letter-spacing: 3px;
}


.menu-wrap {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-right: -25px;
    text-align: center;
}

.menu-wrap ul {
    width: 960px;
    height: auto;
    margin: 0 auto;
}

.menu-wrap ul li {
    float: left;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.menu-wrap ul li a {
    float: left;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    display: block;
    padding: 0 5px;
    line-height: 68px;
    box-sizing: border-box;
    position: relative;
}


.menu-wrap ul li a:hover {
    color: #1373c5;
}

.menu-wrap ul li a.active {
    color: #1373c5;
}

.menu-wrap ul li a::before,
.menu-wrap ul li a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
    font-size: 18px;
}

.menu-wrap ul li a::before {
    margin-right: 5px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.menu-wrap ul li a::after {
    margin-left: 5px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.menu-wrap ul li a:hover::before,
.menu-wrap ul li a:hover::after,
.menu-wrap ul li a.active::before,
.menu-wrap ul li a.active::after,
.menu-wrap ul li a:focus::before,
.menu-wrap ul li a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}



.menu-wrap ul li span {
    float: left;
    font-size: 18px;
    color: #fff;
    padding: 0 5px;
    box-sizing: border-box;
    line-height: 68px;
}

.menu-wrap .header_phone {
    width: 320px;
    height: 90px;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    padding: 20px 0;
}

.menu-wrap .header_phone p {
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 38px;
    background: url('../images/header_phone_icon.png') no-repeat left center;
}


.menu-wrap .staff_home_box {
    width: 50px;
    height: 90px;
    position: absolute;
    top: 0;
    right: 30px;
    box-sizing: border-box;
    padding: 20px 0;
}

.menu-wrap .staff_home_box a {
    display: block;
    width: 50px;
    height: 50px;
    background: url('../images/staff_home_icon.png') no-repeat center center;
    background-size: 35px;
}

.menu-wrap .staff_home_box a:hover {
    background: url('../images/staff_home_icon_hover.png') no-repeat center center;
    background-size: 35px;
}


/*banner*/
.section1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner_bf {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

.banner_bf .home_slider .item {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
}

.banner_bf .home_slider img.item_pic {
    float: left;
    width: 100%;
    height: 100%;
}




/* content */
.content {
    width: 100%;
    height: auto;
}

.main {
    width: 100%;
    height: auto;
}

.index_page_con {
    max-width: 1720px;
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.index_page {
    width: 100%;
    height: auto;
}

.main .index_title {
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #333;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}

.index_about {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    padding: 50px 0;
    box-sizing: border-box;
}

.index_about_container {
    width: 100%;
    height: auto;
    padding: 0 80px;
    box-sizing: border-box;
}

.index_about_container .left_text {
    float: left;
    width: 35%;
    height: auto;
    padding: 30px 0;
    padding-right: 50px;
    box-sizing: border-box;
}

.index_about_container .left_text .article {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #666;
    line-height: 40px;
    text-align: justify;
    margin-bottom: 80px;
}

.index_about_container .left_text .more {
    display: block;
    width: 150px;
    height: auto;
}

.index_about_container .left_text .more a {
    display: block;
    width: 150px;
    height: 56px;
    padding: 10px;
    border: 2px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    text-align: center;
}

.index_about_container .left_text .icon {
    display: inline-block;
    width: 0;
    height: 10px;
    background: url(../images/news_more.png) no-repeat center center;
    transition: all .4s;
    opacity: 0;
}

.index_about_container .left_text .more:hover .icon {
    width: 25px;
    opacity: 1;
}

.index_about_container .left_text .more strong {
    font-weight: 500;
    transition: all .4s;
}

.index_about_container .left_text .more:hover strong {
    color: #1373c5;
}

.index_about_container .right_map {
    float: left;
    width: 65%;
    height: auto;
}

.index_about_container .right_map .pic {
    width: 100%;
    height: auto;
}

.index_about_container .right_map .pic img {
    display: block;
    width: 100%;
    height: auto;
}

.index_about_container .left_text .more:hover a {
    border: 2px solid #1373c5;
}

/* index_news */
.index_news {
    width: 100%;
    height: auto;
    padding: 60px 0;
    padding-bottom: 70px;
    box-sizing: border-box;
}

.index_news_container {
    width: 100%;
    height: auto;
}

.index_news_container .index_title {
    position: relative;
    padding: 10px 0;
    box-sizing: border-box;
    padding-left: 80px;
}

.index_news_container .index_title .more {
    display: block;
    width: 150px;
    height: auto;
    position: absolute;
    top: 2px;
    right: 0;
}

.index_news_container .index_title .more a {
    display: block;
    width: 150px;
    height: 56px;
    padding: 10px;
    border: 2px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    text-align: center;
}

.index_news_container .index_title .icon {
    display: inline-block;
    width: 0;
    height: 10px;
    background: url(../images/news_more.png) no-repeat center center;
    transition: all .4s;
    opacity: 0;
}

.index_news_container .index_title .more:hover .icon {
    width: 25px;
    opacity: 1;
}

.index_news_container .index_title .more strong {
    font-weight: 500;
    transition: all .4s;
}

.index_news_container .index_title .more:hover strong {
    color: #1373c5;
}

.index_news_container .index_title .more:hover a {
    border: 2px solid #1373c5;
}

.index_news_list {
    width: 100%;
    height: auto;
}

.index_news_list ul {
    margin: 0 -1.5%;
}

.index_news_list ul li {
    float: left;
    width: 30.333333%;
    height: auto;
    margin: 0 1.5%;
    position: relative;
}

.index_news_list ul li a {
    display: block;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    overflow: hidden;
}


.index_news_list ul li .pic_box {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.index_news_list ul li .pic {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    transition: transform 1.5s;
    -webkit-transition: -webkit-transform 1.5s;
    -moz-transition: -moz-transform 1.5s;
    -o-transition: -o-transform 1.5s;
}

.index_news_list ul li:hover .pic {
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}




.index_news_list ul li .text_box {
    width: 100%;
    height: 260px;
    background-color: #f7f7f7;
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
}

.index_news_list ul li .text_box .title {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    overflow: hidden; /*超出部分隐藏*/
    white-space: nowrap; /*禁止换行*/
    text-overflow: ellipsis; /*省略号*/
}

.index_news_list ul li .text_box .time {
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #666;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.index_news_list ul li .text_box .article {
    width: 100%;
    height: 60px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.index_news_list ul li .more {
    font-size: 16px;
    color: #1373c5;
    line-height: 30px;
}

.index_news_list ul li .more .icon {
    display: inline-block;
    width: 0;
    height: 10px;
    background: url(../images/news_more.png) no-repeat center center;
    transition: all .4s;
    opacity: 0;
}

.index_news_list ul li:hover .more .icon {
    width: 25px;
    opacity: 1;
}

.index_news_list ul li .more strong {
    font-weight: 500;
    transition: all .4s;
}


.index_news_list ul li:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    transition: all .6s;
}

.index_news_list ul li:hover:after {
    box-shadow: 0 15px 15px rgba(0,0,0,.1);
}

.index_news_list ul li:hover:after {
    transform: scale(1.035);
}


/* index_enterprise_development */
.index_enterprise_development {
    width: 100%;
    height: auto;
    padding: 40px 0;
    box-sizing: border-box;
}

.enterprise_development_container {
    width: 100%;
    height: 860px;
    overflow: hidden;
    background: url('../images/index_enterprise_development_banner.jpg') no-repeat 50%;
    background-size: cover;
    padding: 100px 80px;
    box-sizing: border-box;
    position: relative;
}

.enterprise_development_container .index_title {
    color: #fff;
}

.enterprise_development_box {
    width: 41%;
    min-width: 600px;
    height: 500px;
    position: absolute;
    left: 80px;
    bottom: 0;
    padding: 70px 60px;
    box-sizing: border-box;
    background: rgba(221,221,221,0.8);
    border-radius: 5px;
    overflow: hidden;
}

.enterprise_development_container .enterprise_development_box .index_title {
    color: #333;
}

.enterprise_development_box .article {
    width: 100%;
    height: 180px;
    overflow: auto;
    font-size: 16px;
    color: #555;
    line-height: 40px;
    text-align: justify;
    margin-bottom: 40px;
}

.enterprise_development_box .more {
    display: block;
    width: 150px;
    height: auto;
}

.enterprise_development_box .more a {
    display: block;
    width: 150px;
    height: 56px;
    padding: 10px;
    border: 2px solid #999;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    text-align: center;
}

.enterprise_development_box .icon {
    display: inline-block;
    width: 0;
    height: 10px;
    background: url(../images/news_more.png) no-repeat center center;
    transition: all .4s;
    opacity: 0;
}

.enterprise_development_box .more:hover .icon {
    width: 25px;
    opacity: 1;
}

.enterprise_development_box .more strong {
    font-weight: 500;
    transition: all .4s;
}

.enterprise_development_box .more:hover strong {
    color: #1373c5;
}

.enterprise_development_box .more:hover a {
    border: 2px solid #1373c5;
}


.enterprise_development_box2 {
    left: inherit;
    right: 80px;
}



.enterprise_development_box2 .talent_recruitment_list {
    height: 180px;
    overflow: auto;
    padding-right: 5px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.enterprise_development_box2 .talent_recruitment_list ul li {
    cursor: initial;
}

.enterprise_development_box2 .talent_recruitment_list ul li:last-child {
    margin-bottom: 10px;
}

.enterprise_development_box2 .talent_recruitment_list ul li .title_box .down_icon {
    display: none;
}

.enterprise_development_box2 .talent_recruitment_list ul li:hover .title_box {
    background: #e9e9e9;
}

.enterprise_development_box2 .talent_recruitment_list ul li.active .title_box {
    background: #e9e9e9;
}

.enterprise_development_box2 .talent_recruitment_list ul li:hover .title_box h2 {
    color: #333;
}

.enterprise_development_box2 .talent_recruitment_list ul li.active .title_box h2 {
    color: #333;
}

/* index_service */
.index_service {
    width: 100%;
    height: auto;
    padding: 60px 0;
    padding-bottom: 70px;
    box-sizing: border-box;
}

.index_service .index_title {
    padding: 0 80px;
    box-sizing: border-box;
}

.index_service_wrapper {
    width: 100%;
    height: auto;
}

.index_service_wrapper .index_service_nav {
    width: 100%;
    height: auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.index_service_nav_list {
    width: 100%;
    height: auto;
}

.index_service_nav_list ul li {
    float: left;
    width: 20%;
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
    cursor: pointer;
}

.index_service_nav_list ul li .li_con {
    width: 100%;
    height: auto;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    text-align: center;
}

.index_service_nav_list ul li .text_box {
    width: 130px;
    margin: 0 auto;
    text-align: center;
}

.index_service_nav_list ul li:nth-of-type(2) .text_box {
    width: 170px;
}

.index_service_nav_list ul li:nth-of-type(3) .text_box {
    width: 150px;
}

.index_service_nav_list ul li:nth-of-type(4) .text_box {
    width: 150px;
}

.index_service_nav_list ul li:nth-of-type(5) .text_box {
    width: 150px;
}

.index_service_nav_list ul li strong {
    float: left;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
}

.index_service_nav_list ul li:last-child .li_con {
    border-right: none;
}

.index_service_nav_list ul li .logo_icon {
    float: left;
    width: 0;
    height: 30px;
    background: url(../images/index_logo_icon.png) no-repeat left center;
    transition: all .4s;
    opacity: 0;
}

.index_service_nav_list ul li:hover .logo_icon {
    width: 50px;
    opacity: 1;
}

.index_service_nav_list ul li:hover strong {
    color: #e60012;
}

.index_service_nav_list ul li.active .logo_icon {
    width: 50px;
    opacity: 1;
}

.index_service_nav_list ul li.active strong {
    color: #e60012;
}


.index_service_container {
    width: 100%;
    height: auto;
}

.index_service_item {
    width: 100%;
    height: auto;
    display: none;
}

.index_service_item_section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px 80px;
    box-sizing: border-box;
}

.index_service_item_section_con {
    width: 100%;
    height: auto;
    min-height: 90px;
    position: relative;
    padding-left: 380px;
    box-sizing: border-box;
}

.index_service_item_title {
    width: 380px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 60px;
    box-sizing: border-box;
}

.index_service_item_title h2 {
    font-size: 30px;
    color: #e50003;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.index_service_item_title p {
    font-size: 15px;
    color: #888;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.index_service_item_text_box {
    width: 100%;
    height: auto;
    padding-right: 250px;
    box-sizing: border-box;
    position: relative;
}

.index_service_item_text_box .article {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    text-align: justify;
}


.index_service_item_text_box .more {
    display: block;
    width: 150px;
    height: auto;
    position: absolute;
    top: 6px;
    right: 0;
}

.index_service_item_text_box .more a {
    display: block;
    width: 150px;
    height: 56px;
    padding: 10px;
    border: 2px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    text-align: center;
}

.index_service_item_text_box .icon {
    display: inline-block;
    width: 0;
    height: 10px;
    background: url(../images/news_more.png) no-repeat center center;
    transition: all .4s;
    opacity: 0;
}

.index_service_item_text_box .more:hover .icon {
    width: 25px;
    opacity: 1;
}

.index_service_item_text_box .more strong {
    font-weight: 500;
    transition: all .4s;
}

.index_service_item_text_box .more:hover strong {
    color: #1373c5;
}

.index_service_item_list {
    width: 100%;
    height: auto;
}

.index_service_item_list ul {
    margin: 0 -0.5%;
}

.index_service_item_list ul li {
    float: left;
    width: 24%;
    height: auto;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin: 0 0.5%;
    border-radius: 10px;
    /* overflow: hidden; */

    position: relative;
}

.index_service_item_list ul li a {
    display: block;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}

.index_service_item_list ul li .pic_box {
    display: block;
    width: 100%;
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
}

.index_service_item_list ul li .pic {
    display: block;
    width: 100%;
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    transition: transform 1.5s;
    -webkit-transition: -webkit-transform 1.5s;
    -moz-transition: -moz-transform 1.5s;
    -o-transition: -o-transform 1.5s;
}

.index_service_item_list ul li:hover .pic {
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}

.index_service_item_list ul li .text_box {
    width: 100%;
    height: 140px;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.index_service_item_list ul li .text_box .title {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 12px;
}

.index_service_item_list ul li .text_box .article {
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #666;
    line-height: 30px;
    margin-bottom: 20px;
}

.index_service_item_list ul li .text_box h3 {
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #333;
    line-height: 30px;
}

.index_service_item_list ul li .more {
    font-size: 16px;
    color: #1373c5;
    line-height: 30px;
}

.index_service_item_list ul li .more .icon {
    display: inline-block;
    width: 0;
    height: 10px;
    background: url(../images/news_more.png) no-repeat center center;
    transition: all .4s;
    opacity: 0;
}

.index_service_item_list ul li:hover .more .icon {
    width: 25px;
    opacity: 1;
}

.index_service_item_list ul li .more strong {
    font-weight: 500;
    transition: all .4s;
}


.index_service_item_list ul li:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    transition: all .6s;
}

.index_service_item_list ul li:hover:after {
    box-shadow: 0 15px 15px rgba(0,0,0,.1);
}

.index_service_item_list ul li:hover:after {
    transform: scale(1.035);
}

.index_service_item_text_box .more a:hover {
    border: 2px solid #1373c5;
}




/* footer */
.footer {
    width: 100%;
    height: auto;
    background-color: #eeeeee;
    padding-top: 60px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.footer_list {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.footer_list ul li {
    float: left;
    width: 20%;
    height: auto;
}

.footer_list ul li a {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 32px;
    letter-spacing: 1px;
}

.footer_list ul li p {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.footer_list ul li p a {
    font-size: 20px;
    color: #333;
}

.footer_list ul li a:hover {
    color: #1373c5;
}

.footer_list ul li span {
    display: block;
    font-size: 18px;
    color: #666;
    line-height: 32px;
    margin-bottom: 5px;
}

.footer_list ul li h3 {
    font-size: 30px;
    color: #666;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer .copyright {
    width: 100%;
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;
}

.footer .copyright p {
    font-size: 15px;
    color: #666;
    line-height: 30px;
    text-align: center;
}

.footer .copyright p a {
    color: #666;
    margin-left: 10px;
    text-decoration: underline;
}

.footer .copyright p a:hover {
    color: #1373c5;
}

.footer_link {
    width: 100%;
    height: auto;
    padding-left: 80px;
    box-sizing: border-box;
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
}

.footer_link .yqlj {
    width: 80px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    color: #666;
    line-height: 30px;
}

.footer_link a {
    font-size: 15px;
    color: #666;
    line-height: 30px;
    margin-right: 20px;
    text-decoration: underline;
}

.footer_link a:hover {
    color: #1373c5;
}


.header .nav-toggle {
    width: 65px;
    height: 60px;
    position: absolute;
    top: 15px;
    right: 25px;
    display: none;
}

.header .nav-toggle a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    text-align: right;
}

.header .nav-toggle svg {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.phone_hearder_nav {
    display: none;
}





@media screen and (max-width: 1600px) {

    .header_cen {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header .logo {
        left: 20px;
    }

    .menu-wrap ul li {
        padding: 0 8px;
    }

    .index_page_con {
        max-width: 1400px;
    }

    .index_about {
        padding: 40px 0;
    }

    .index_service {
        padding: 40px 0;
        padding-bottom: 50px;
    }

    .index_news {
        padding: 40px 0;
        padding-bottom: 60px;
    }

    .index_enterprise_development {
        padding: 30px 0;
    }

    .enterprise_development_container {
        height: 700px;
        padding: 80px 80px;
    }

    .main .index_title {
        font-size: 24px;
        line-height: 30px;
    }


    .index_about_container .left_text {
        padding: 15px 0;
        box-sizing: border-box;
    }

    .index_about_container .left_text .article {
        line-height: 32px;
        margin-bottom: 50px;
    }

    .index_service_item_section {
        padding: 30px 80px;
    }

    .index_service_item_text_box .article {
        font-size: 15px;
        line-height: 26px;
    }

    .index_service_item_section_con {
        padding-left: 330px;
    }

    .index_service_item_title {
        width: 330px;
        padding-right: 40px;
    }

    .index_service_item_text_box {
        padding-right: 220px;
    }

    .index_service_item_list ul li .pic_box {
        height: 280px;
    }

    .index_service_item_list ul li .pic {
        height: 300px;
    }

    .index_service_item_title h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .index_service_item_title p {
        font-size: 14px;
    }

    .index_service_nav_list ul li {
        padding: 15px 0;
    }

    .index_service_nav_list ul li strong {
        font-size: 18px;
    }

    .index_service_nav_list ul li .logo_icon {
        background: url(../images/index_logo_icon.png) no-repeat left center;
        background-size: 28px;
    }

    .index_service_nav_list ul li.active .logo_icon {
        width: 40px;
    }

    .index_service_nav_list ul li:hover .logo_icon {
        width: 40px;
    }

    .enterprise_development_box {
        width: 40%;
        min-width: 520px;
        height: 430px;
        padding: 50px;
    }

    .enterprise_development_box .article {
        line-height: 36px;
        margin-bottom: 50px;
    }
}


@media screen and (max-width: 1440px) {
    .index_service {
        padding: 30px 0;
        padding-bottom: 40px;
    }

    .index_page_con {
        max-width: 1240px;
    }

    .index_service .index_title {
        padding: 0 40px;
    }

    .index_service_item_section {
        padding: 30px 40px;
    }

    .index_about_container {
        padding: 0 40px;
    }

    .index_about_container .left_text .article {
        margin-bottom: 40px;
    }

    .index_service_item_list ul li .pic_box {
        height: 210px;
    }

    .index_service_item_list ul li .text_box {
        height: 90px;
        padding: 10px 20px;
        padding-top: 15px;
    }

    .index_service_item_list ul li .text_box .title {
        font-size: 15px;
        line-height: 22px;
        max-height: 42px;
        overflow: hidden;
        margin-bottom: 8px;
    }

    .index_service_nav_list ul li {
        padding: 12px 0;
    }

    .enterprise_development_container {
        height: 565px;
        padding: 60px 40px;
    }

    .enterprise_development_box {
        left: 40px;
        min-width: 500px;
        height: 380px;
    }

    .enterprise_development_box2 {
        left: inherit;
        right: 40px;
    }

    .enterprise_development_box .article {
        font-size: 15px;
        line-height: 30px;
    }


    .index_news_list ul li .pic_box {
        height: 240px;
    }

    .index_news_list ul li .pic {
        height: 240px;
    }

    .index_news_list ul li .text_box {
        height: 220px;
        padding: 20px;
    }

    .index_news_list ul li .text_box .time {
        line-height: 24px;
        margin-bottom: 12px;
    }

    .index_news_list ul li .text_box .title {
        margin-bottom: 5px;
    }

    .index_news_list ul li .text_box .article {
        margin-bottom: 15px;
    }

    .index_news_container .index_title {
        padding-left: 40px;
    }


    .menu-wrap .header_phone {
        width: 290px;
    }

    .menu-wrap ul {
        width: 880px;
    }

    .menu-wrap ul li {
        padding: 0 3px;
    }
}


@media screen and (max-width: 1366px) {
}







@media screen and (max-width: 1300px) {
    .header {
        padding-left: 20px;
    }

    .menu-wrap ul {
        display: none;
    }

    .menu-wrap .header_phone {
        display: none;
    }

    .menu-wrap .staff_home_box {
        display: none;
    }

    .header .nav-toggle {
        display: block;
    }
    /* phone_hearder_nav */

    .phone_hearder_nav {
        max-width: 100%;
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/phone_nav_banner.jpg) center;
        background-size: 110%;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        padding: 70px 20px;
        box-sizing: border-box;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -webkit-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
    }

    .body_open .phone_hearder_nav {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    .header_close {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .header_close svg {
        width: 22px;
        height: 22px;
        position: absolute;
        top: 19px;
        right: 19px;
    }

    .phone_hearder_nav ul {
        width: 100%;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .phone_hearder_nav ul li {
        display: block;
        float: left;
        width: 100%;
        height: auto;
        padding: 3px 0px;
        box-sizing: border-box;
    }

    .phone_hearder_nav ul li p {
        font-size: 16px;
        color: #fff;
        line-height: 40px;
        padding: 0px 10px;
        box-sizing: border-box;
        position: relative;
    }

    .phone_hearder_nav ul li p svg {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 12px;
        right: 10px;
    }

    .phone_hearder_nav ul li p svg.icon_up {
        display: none;
    }

    .phone_hearder_nav ul li p.active svg {
        display: none;
    }

    .phone_hearder_nav ul li p.active svg.icon_up {
        display: block;
    }

    .phone_hearder_nav ul li p.active {
        color: #e50003;
    }

    .phone_hearder_nav ul li p.active svg path {
        fill: #e50003;
    }

    .phone_hearder_nav ul li p.active svg path {
        fill: #e50003;
    }

    .phone_hearder_nav ul li.li1 a {
        display: block;
        font-size: 16px;
        color: #fff;
        line-height: 40px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .phone_hearder_nav ul li .li_center {
        width: 100%;
        height: auto;
        padding: 0 20px;
        box-sizing: border-box;
        padding-top: 10px;
        display: none;
    }

    .phone_hearder_nav ul li .li_center a {
        display: block;
        width: 100%;
        height: auto;
        font-size: 15px;
        color: #fff;
        line-height: 30px;
        padding: 6px 10px;
        box-sizing: border-box;
    }


    .phone_hearder_nav ul li.language_li {
        padding-top: 15px;
    }

    .phone_hearder_nav ul li.language_li a {
        display: inline-block;
    }

    .phone_hearder_nav ul li.language_li span {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        line-height: 40px;
        padding: 0 10px;
        box-sizing: border-box;
    }


    .phone_header_right .header_link {
        display: block;
        width: 100%;
        height: 60px;
        position: relative;
        border: none;
        border-top: 1px solid #f9f8f81f;
        border-bottom: 1px solid #f9f8f81f;
        padding: 15px 0;
        box-sizing: border-box;
    }

    .phone_header_right .header_link a {
        width: auto;
        height: 30px;
        line-height: 30px;
        padding: 0 30px;
        padding-right: 20px;
        padding-left: 60px;
        font-size: 16px;
        color: #fff;
    }

    .phone_header_right .header_link a:nth-of-type(1) {
        border: none;
    }

    .header_right .header_link .header_link_gy_icon {
        background: url(../images/staff_home_icon.png) no-repeat 25px center;
        background-size: 24px;
    }


    .enterprise_development_box2 {
        display: none !important;
    }
}







@media screen and (max-width: 1040px) {
}


@media screen and (max-width: 768px) {
    .banner-wrapper {
        height: auto;
        min-height: initial;
        position: inherit;
    }

    .banner-wrapper .banner-component {
        height: auto;
    }

    .banner-wrapper .banner-component .item {
        position: inherit !important;
    }

    .banner-wrapper .banner-component .item img {
        position: inherit !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        webkit-transform: translate(0%,0%);
        -ms-transform: translate(0%,0%);
        transform: translate(0%,0%);
    }




    .footer {
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .footer_list {
        padding-bottom: 0;
    }

    .footer_list ul li {
        width: 50%;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .footer_list ul li p {
        text-align: center;
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .footer_list ul li a {
        display: none;
    }

    .footer_list ul li p a {
        display: block;
        font-size: 15px;
    }

    .footer_list ul li:nth-of-type(5) {
        width: 100%;
        margin-top: 10px;
    }

    .footer_list ul li:nth-of-type(5) p {
        text-align: left;
    }

    .footer_list ul li:nth-of-type(5) span {
        float: left;
        line-height: 40px;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .footer_list ul li:nth-of-type(5) h3 {
        display: inline-block;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .footer .copyright p {
        font-size: 13px;
    }

    .footer_list ul li span {
        font-size: 15px;
    }



    .index_page_con {
        padding-left: 15px;
        padding-right: 15px;
    }


    .index_news_container .index_title {
        padding-left: 0;
    }

    .index_news_list ul li {
        width: 97%;
    }

    .index_news_list ul li:nth-of-type(2) {
        display: none;
    }

    .index_news_list ul li:nth-of-type(3) {
        display: none;
    }

    .index_about_container {
        padding: 0;
    }

    .index_about_container .left_text {
        width: 100%;
        margin-bottom: 10px;
        padding-top: 0;
        padding-bottom: 10px;
    }

    .index_about_container .right_map {
        width: 100%;
    }

    .main .index_title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .index_about_container .left_text .article {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .index_enterprise_development {
        padding: 45px 0;
    }

    .enterprise_development_box {
        min-width: initial;
        width: 100%;
        height: 300px;
        left: 0;
        padding: 25px 20px;
    }

    .enterprise_development_box .article {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 25px;
        height: 130px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    .enterprise_development_container {
        height: 460px;
        padding: 40px 20px;
    }

    #fp-nav.right {
        right: -5px !important;
    }

    .index_service .index_title {
        padding-left: 0;
    }

    .index_service_item_section {
        padding: 25px 15px;
        padding-bottom: 0px;
    }

    .index_service_item_title {
        position: inherit;
        margin-bottom: 15px;
    }

    .index_service_item_section_con {
        padding: 0;
    }

    .index_service_item_text_box {
        padding-right: 0;
    }

    .index_service_item_text_box .more {
        position: inherit;
        top: 0;
        margin-top: 25px;
    }

    .index_service_item_list {
        display: none;
    }

    .index_service_nav_list ul li {
        width: 33.333333%;
    }

    .index_service_nav_list ul li .text_box {
        width: auto;
        margin: 0 auto;
    }

    .index_service_nav_list ul li:nth-of-type(2) .text_box {
        width: auto;
    }

    .index_service_nav_list ul li:nth-of-type(3) .text_box {
        width: auto;
    }

    .index_service_nav_list ul li:nth-of-type(4) .text_box {
        width: auto;
    }

    .index_service_nav_list ul li:nth-of-type(5) .text_box {
        width: auto;
    }

    .index_service_nav .index_page_con {
        padding: 0;
    }

    .index_service_nav_list ul li {
        padding: 0;
    }

    .index_service_nav_list ul li .li_con {
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        padding: 12px 2px;
        padding-right: 2px;
        box-sizing: border-box;
    }

    .index_service_nav_list ul li:nth-of-type(4) .li_con {
        border-bottom: none;
    }

    .index_service_nav_list ul li:nth-of-type(5) .li_con {
        border-bottom: none;
    }


    .header .logo a {
        font-size: 22px;
    }


    .header {
        padding-left: 0;
    }

    .header_cen {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header .logo {
        top: 0;
    }

    .header .nav-toggle {
        top: 5px;
        right: 10px;
    }



    .index_about {
        padding: 45px 0;
        padding-bottom: 40px;
    }

    .index_about_container .left_text .more a {
        width: 125px;
        height: 50px;
        font-size: 14px;
        line-height: 28px;
        border: 1px solid #dcdcdc;
    }

    .index_about_container .right_map .pic {
        width: 95%;
        margin: 0 auto;
    }

    .index_service {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .index_service_item_title {
        padding-right: 0;
    }

    .index_service_item_title h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 2px;
    }

    .index_service_item_text_box .article {
        font-size: 14px;
        line-height: 26px;
        height: 130px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }


    .index_service_item_text_box .more a {
        width: 125px;
        height: 50px;
        font-size: 14px;
        line-height: 28px;
        border: 1px solid #dcdcdc;
    }

    .index_service_nav_list ul li strong {
        float: inherit;
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        whitewhite-space: nowrap;
    }

    .index_service_nav_list ul li .li_con {
        height: 55px;
    }

    .index_service_nav_list ul li.active .logo_icon {
        width: 22px;
        margin-left: 8px;
    }

    .index_service_nav_list ul li .logo_icon {
        background: url(../images/index_logo_icon.png) no-repeat left center;
        background-size: 22px;
    }

    .index_service_item_title p {
        line-height: 22px;
    }

    .enterprise_development_container .enterprise_development_box .index_title {
        font-size: 16px;
        margin-bottom: 15px;
    }


    .enterprise_development_box .more a {
        width: 125px;
        height: 50px;
        font-size: 14px;
        line-height: 28px;
        border: 1px solid #999;
    }

    .index_news_container .index_title .more a {
        width: 125px;
        height: 50px;
        font-size: 14px;
        line-height: 28px;
        border: 1px solid #dcdcdc;
    }

    .index_news_container .index_title .more {
        width: 125px;
    }

    .index_news {
        padding: 45px 0;
        padding-bottom: 45px;
    }

    .index_news_list ul li .text_box .title {
        font-size: 15px;
        line-height: 28px;
    }

    .index_news_list ul li .text_box .time {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .index_news_list ul li .text_box .article {
        font-size: 14px;
        line-height: 26px;
        height: 52px;
    }

    .index_news_list ul li .more {
        font-size: 15px;
    }

    .index_news_list ul li .text_box {
        height: 200px;
        padding: 15px 20px;
    }

    .index_news_list ul li .pic_box {
        height: 190px;
    }
}
