﻿@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
    margin: 0;
    padding: 0
}

ul, ol, dl {
    list-style-type: none
}

header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer {
    display: block;
    margin: 0;
    padding: 0
}

address, caption, cite, code, dfn, em, th, var, i, b {
    font-style: normal;
    font-weight: normal
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input, button {
    overflow: visible;
    vertical-align: middle;
    outline: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

a, area {
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

a:focus, a:hover, a:active {
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

sub, sup {
    vertical-align: baseline
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea {
    resize: none
}

input[type="submit"], input[type="button"] {
    cursor: pointer;
}

img {
    border: 0;
    vertical-align: middle
}

a img, img {
    -ms-interpolation-mode: bicubic
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #777
}

a:hover {
    text-decoration: none
}

body, th, td, button, input, select, textarea {
    font-family: Arial, "思源黑体";
    font-size: 13px;
    color: #777;
}

.layout {
    width: 1203px;
    margin: 0 auto;
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0
}

.clearfix {
    *zoom: 1;
}

#web-ietip {
    width: 526px;
    height: 90px;
    padding: 83px 0 0 84px;
    overflow: hidden;
    background: url(../images/browser.png) no-repeat center center;
    margin: 200px auto 0;
}

#web-ietip a {
    display: block;
    width: 65px;
    height: 80px;
    float: left;
}

/*初始化*/
body {
    min-width: 1224px
}

.aLink {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*首页*/
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

.header {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #D2C46D;
    background: #D6BD00;
    box-shadow: 0 0 10px #333;
}

.header .header_body {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    color: #4c4c4c;
    /*font-family: Adobe 黑体 Std;*/
}

.header .headerL {
    line-height: 30px;
    float: left;
}

.header .headerR {
    float: right;
    padding-top: 5px;
}

.header .headerR .headerR_item {
    height: 6px;
    display: inline-block;
    padding: 0 15px 6px;
    font-size: 12px;
    color: #4c4c4c;
    border-right: 1px solid #4c4c4c;
    font-family: "思源黑体";
    line-height: 11px;
}

.headerR1 {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

.headerR1 .headerR1_img {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 0;
    display: block;
    overflow: hidden;
    top: 27px;
    z-index: 9999;
}

.headerR1 .headerR1_img img {
    width: 100%
}

.headerR1 .headerR1_img {
    display: none;
    transition: .5s;
}

.headerR1:hover .headerR1_img {
    display: block
}

/*导航*/
.nav {
    width: 100%;
    height: 80px;
    background: url("../images/bg1.jpg") no-repeat;
    background-size:cover;
    /*background-size: 100%;*/
}

.nav .nav_body {
    width: 1200px;
    margin: 0 auto;
}

.nav .nav1 {
    display: block;
    float: left;
    margin-top: 7px;
}
.nav .nav1 img{width: 100%}
.nav .nav2 {
    float: left;
    margin-left: 110px;
    line-height: 79px;
}

.nav .nav2 .nav2_item {
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 14px;
    display: inline-block;
    margin-right: 70px;
    height: 78px;
    width: 58px;
    position: relative;
    text-align: center;
}
.nav .nav2 .nav2_item a{
    color: #4c330d;
}
.nav .nav2 .nav2_item:hover {
    border-bottom: 2px solid #c59211;
}
.nav .Level2_menu{
    width: 150px;
    /*background: rgba(255,255,255,.9);*/
    background: #e5cd84;
    position: absolute;
    left: -45px;
    display: none;
    top: 80px;
    /*transition: .5s;*/
    z-index: 99999;
}

.nav .Level2_menu .Level2_menu_item{
    display: block;
    font-size: 14px;
    line-height: 40px;
}


.nav .nav2 .nav2_item:hover .Level2_menu{
    /*height: auto;*/
    /*display: block;*/
}
.nav .nav2 .Level2_menu_item:hover{
    background: rgba(214,189,0,.6);
}
.nav .nav2 .Level2_menu_item:hover a{
    color: #FFF;
    transition: .2s;
}
.nav .nav3 {
    float: right;
    width: 180px;
    height: 27px;
    position: relative;
    margin-top: 27px;
}

.nav .nav3 .input1 {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 80px;
    border: 1px solid #ffee70;
    background: #f0e0a4;
    font-size: 12px;
    color: #77623a;
    line-height: 27px;
    text-indent: 15px;
    padding-right: 30px;
    box-sizing: border-box;
}

.nav .nav3 .input2 {
    position: absolute;
    right: 12px;
    top: 5px;
    width: 15px;
    height: 15px;
    background: url('../images/搜索.png') no-repeat center;
    cursor: pointer;
    display: block;
    border: none;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.nav .nav_in {
    border-bottom: 2px solid #c59211;
}

/*banner*/
.swiper1{max-height:640px}
.swiper1, .swiper1 img {
    width: 100%
}

.swiper1 .swiper-pagination-bullets {
    bottom: 23px
}

.swiper1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px
}

.swiper1 .swiper-pagination-bullet-active {
    background: #FFF;
    position: relative;
}

.swiper1 .swiper-pagination-bullet-active:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -13px;
    margin-top: -13px;
}

/*产品服务*/
.product_service {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 67px auto 77px;
}

.product_service:after,
.about_us .about_us_list > h2:after,
.about_us3_L .about_us3_L_title:after {
    content: '';
    display: block;
    width: 60px;
    position: absolute;
    height: 1px;
    background: #d7ab3d;
    bottom: -15px;
    left: 50%;
    margin-left: -30px;
    box-shadow: 0 1px #f5e367;

}

.product_service > p {
    font-size: 42px;
    /*font-family: "思源黑体 CN";*/
    color: #c19d47;
    background-image: -webkit-linear-gradient(left, #c19d47 0, #c19d47 45%, #F5E25E 50%, #dab151 55%, #dab151);
    /*background: url(../images/jianbian.jpg) no-repeat center;*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.product_service > i {
    font-size: 22px;
    font-family: "Arial";
    color: #bababa;
}

.star_products {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    position: relative;
}

.star_products_L {
    position: absolute;
    height: 100%;
    width: 442px;
    left: 0;
    top: 0;
}

.star_products_L > img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
}

.star_products_L > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.star_products_L > div > p {
    width: 100%;
    text-align: center;
    padding-top: 157px;
    font-size: 36px;
    /*font-family: "Adobe 黑体 Std";*/
    color: #000000;
}

.star_products_L > div > i {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-family: "Arial";
    padding-top: 4px;
    color: #bababa;
    display: block;
}

.star_products_R {
    position: absolute;
    left: 460px;
    width: 740px;
    height: 400px;
    overflow: hidden;
    top: 0;
}

.star_products_R > img {
    width: 100%
}

.star_products2 {
    width: 1200px;
    margin: 23px auto 0;
}

.star_products2-1 {
    width: 660px;
    height: 400px;
    overflow: hidden;
    float: left;
}

.star_products2-1 > img {
    width: 100%
}

.star_products2-2 {
    float: left;
    width: 460px;
    height: 400px;
    display: table;
    margin-left: 49px;
    vertical-align: center;
    position: relative;
}

.star_products2-2 > div {
    display: inline;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.star_products2-2 > div > h2 {
    font-size: 36px;
    /*font-family: "Adobe 黑体 Std";*/
    color: #1a1a1a;
}

.star_products2-2 > div > i {
    font-size: 16px;
    font-family: "Arial";
    color: #999999;
    line-height: 20px;
    padding-bottom: 36px;
    display: inline-block;
}

.star_products2-2 > div > p {
    font-size: 14px;
    color: #4c4c4c;
    /*font-family: "Adobe 黑体 Std";*/
    line-height: 24px;
}

.star_products3 {
    width: 1200px;
    margin: 30px auto 0;
    overflow: hidden;
}

.star_products3 .star_products3_main {
    width: 1244px;
    padding-bottom: 40px;
}

.star_products3 .star_products3_main .star_products3_item {
    display: block;
    float: left;
    margin: 0 30px 30px 0;
}

.star_products3 .star_products3_main  .star_products3_img {
    display: block;
    width: 280px;
    height: 364px;
    overflow: hidden;
}

.star_products3 .star_products3_main .star_products3_img > img {
    transition: .3s;
    width: 100%;
}

.star_products3-1 > h3 {
    font-size: 24px;
    padding-top: 30px;
    text-indent: 23px;
    /*font-family: "Adobe 黑体 Std";*/
    color: #666666;
    transition: .3s;
}

.star_products3-1 > p {
    font-size: 14px;
    font-family: "Arial";
    color: #999999;
    line-height: 20px;
    transition: .3s;
    text-indent: 23px;
}

.star_products3-1 > i,
.corporate_information2_con_a > i {
    display: block;
    background: #cccccc;
    width: 60px;
    height: 1px;
    position: relative;
    margin-top: 40px;
    transition: .3s;
    margin-left: 25px;
}

.star_products3-1 > i:before,
.corporate_information2_con_a > i:before {
    position: absolute;
    width: 10px;
    height: 1px;
    content: '';
    transition: .3s;
    display: block;
    background: #cccccc;
    transform: rotate(42deg);
    right: 0;
    bottom: 4px;
}

.star_products3 .star_products3_item:hover .star_products3_img {
    box-shadow: 0 5px 30px #CCC;
}

.star_products3 .star_products3_item:hover h3,
.star_products3 .star_products3_item:hover p {
    color: #c99921
}

.star_products3 .star_products3_item:hover i,
.star_products3 .star_products3_item:hover i:before {
    background: #c59211
}

/*企业资讯*/
.corporate_information {
    width: 100%;
    background: #f5f5f5;
    padding: 70px 0 82px;
}

.corporate_information .corporate_information_main {
    width: 1200px;
    margin: 0 auto;
}

.corporate_information1 > h2 {
    /*font-size: 48px;
    display: inline;
    !*font-family: "Adobe 黑体 Std";*!
    color: #c19d47;
    background-image: -webkit-linear-gradient(left, #D7AB3D 0, #D7AB3D 30%, #F5E25E 50%, #D7AB3D 75%, #D7AB3D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    font-size: 42px;
    color: #c19d47;
    background-image: -webkit-linear-gradient(left, #c19d47 0, #c19d47 2%, #F5E25E 5%, #dab151 15%, #dab151);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;

}

.corporate_information1 > p {
    font-size: 22px;
    font-family: "Arial";
    color: #999999;
}

.corporate_information2_title {
    text-align: right;
    margin-top: -80px;
}

.corporate_information2_title > span {
    display: inline-block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 5px;
    color: #999999;
    border: 1px solid #999999;
    cursor: pointer;
    font-size: 16px;
    /*font-family: "Adobe 黑体 Std";*/
}

.corporate_information2_title .in {
    color: #FFF;
    background: #C59211;
    border: 1px solid #C59211;
}

.corporate_information2_con {
    padding-top: 105px
}

.corporate_information2_con > div {
    overflow: hidden;
    transition: .2s;
}

.corporate_information2_con > div > div {
    width: 1240px;
}

.corporate_information2_con > div > div > div {
    float: left;
    width: 380px;
    border-top: 1px solid #CCC;
    margin-right: 33px;
}

.corporate_information2_con_a {
    display: inline-block;
}

.corporate_information2_con_a > h2 {
    width: 390px;
    height: 35px;
    font-size: 20px;
    color: #666666;
    transition: .2s;
    padding-top: 24px;
    /*font-family: "Adobe 黑体 St";*/
}

.corporate_information2_con_a > span {
    font-size: 14px;
    color: #999999;
    padding-top: 4px;
    display: block;
    font-family: "Microsoft YaHei UI";
}

.corporate_information2_con_a > div {
    width: 376px;
    height: 261px;
    overflow: hidden;
    margin: 40px 0 0;
}

.corporate_information2_con_a > div > img {
    width: 100%;
}

.corporate_information2_con_a > p {
    width: 380px;
    height: 90px;
    font-size: 14px;
    line-height: 24px;
    /*font-family: "Adobe 黑体 St";*/
    padding: 18px 10px 0 6px;
    box-sizing: border-box;
    color: #999999;
}

.corporate_information2_con_a > i {
    margin-left: 6px;
    margin-top: 48px
}

.corporate_information2_con_p p {
    padding: 18px 0 0;
    width: 380px;
    height: 70px;
}

.corporate_information2_con_p a {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 20px;
}

.corporate_information2_con_a:hover h2 {
    color: #C59211;
}

.corporate_information2_con_a:hover i,
.corporate_information2_con_a:hover i:before {
    background: #C59211
}

.corporate_information2_con > div {
    display: none;
}

.corporate_information2_con .show {
    display: block
}

/*关于我们*/
.about_us {
    width: 1200px;
    margin: 0 auto;
}

.about_us_img {
    float: left;
    width: 652px;
    height: 380px;
    overflow: hidden;
}

.about_us_img > img {
    width: 100%;
}

.about_us .about_us_list {
    /*float: left;*/
    width: 500px;
    /*margin-left: 27px;*/
}

.about_us .about_us_list .about_us_title,
.about_us3_L .about_us3_L_title {
    font-size: 34px;
    position: relative;
    /*font-family: "Adobe 黑体 Std";*/
    color: #c59211;
    line-height: 36px;
    font-weight: bold;
}

.about_us .about_us_list .about_us_title:after,
.about_us3_L .about_us3_L_title:after {
    left: 0;
    margin-left: 0;
    bottom: -20px;
}

.about_us .about_us_list .about_us_text {
    width: 100%;
    height: 100px;
    font-size: 14px;
    line-height: 24px;
    padding-top: 40px;
    /*font-family: "Adobe 黑体 Std";*/
    color: #999999;
}

.about_us .about_us_list .about_us_more {
    display: inline-block;
    width: 138px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    border: 1px solid #999999;
    line-height: 40px;
    margin-top: 23px;
    margin-bottom: 40px;
    transition: .3s;
}

.about_us_list .about_us_more:hover {
    background: #F7C83C;
    color: #FFF;
    border: 1px solid #F7C83C
}

.about_us1 .about_us1_item {
    display: inline-block;
    width: 25%;
    height: 110px;
    float: left;
    text-align: center;
    position: relative;
}

.about_us1 .about_us1_item:before {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    right: 0;
    width: 1px;
    height: 44px;
    background: #eee9db;
}

.about_us1 .about_us1_item:last-child:before {
    width: 0
}

.about_us1 .about_us1_item .about_us1_icon img {
    margin: 0 auto
}

.about_us1_item .about_us1_icon_link {
    display: block
}

.about_us1_item .about_us1_icon_hover {
    display: none
}

.about_us1_item:hover .about_us1_icon_link {
    display: none
}

.about_us1_item:hover .about_us1_icon_hover {
    display: block
}

.about_us1 .about_us1_item:hover p,
.about_us1 .about_us1_item:hover i {
    color: #333333;
}

.about_us1 .about_us1_item > p {
    font-size: 18px;
    padding-top: 10px;
    color: #999999;
    /*font-family: "Adobe 黑体 Std";*/
}

.about_us1 .about_us1_item > i {
    font-size: 10px;
    color: #999999;
    display: block;
    font-family: "Arial";
    /*white-space: nowrap;*/
    padding-top: 6px;
}

/*联系我们*/
.contact_us {
    margin-top: 80px;
    width: 100%;
    background: #f5f5f5;
    padding: 70px 0 78px;
}

.contact_us .product_service {
    margin: 0
}

.contact_us .product_service > p {
    font-size: 42px
}

.contact_us_all {
    width: 1200px;
    margin: 76px auto 0;
}

.contact_us_L {
    float: left;
    width: 585px;
    height: 579px;
    background: #FFF;
    /*padding-bottom: 20px*/
}

.contact_us_L .contact_us_L_img {
    width: 585px;
    height: 396px;
    overflow: hidden;
    /*margin-bottom: 13px;*/
}
.contact_us_L .contact_us_L_img img{width: 100%}
.contact_us_L p {
    font-size: 16px;
    color: #333333;
    /*margin-top: 24px;*/
    line-height: 38px;
    text-indent: 30px;
}
.contact_us_L .p{
    width: 100%;
    height: 183px;
    position: relative;

}
.contact_us_L .p .p_div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.contact_us_L .t1{
    font-size: 20px!important;
    font-weight: bold;
}
.contact_us_L .t2{
    font-size: 16px;
    line-height: 30px;
}
.contact_us_R {
    width: 584px;
    float: left;
    margin-left: 30px;
    background: #FFF;
    box-shadow: 0 3px 10px #ddd;
}

.contact_us_R p {
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 20px;
    color: #333333;
    line-height: 80px;
    background: #F7C83C;
    margin-bottom: 34px;
    text-indent: 50px;
}

.contact_us_R input {
    width: 500px;
    height: 48px;
    display: block;
    margin: 0 auto 20px;
    border: 1px solid #E6E6E6;
    text-indent: 20px;
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 14px;
    color: #999999;
}

.contact_us_R textarea {
    width: 500px;
    height: 140px;
    display: block;
    margin: 0 auto;
    text-indent: 15px;
    line-height: 20px;
    border: 1px solid #E6E6E6;
    padding: 5px;
    box-sizing: border-box;
}

.contact_us_submit {
    width: 186px !important;
    height: 50px !important;
    line-height: 50px;
    text-align: center !important;
    background: #F7C83C;
    color: #FFF !important;
    text-indent: 0 !important;
    border-radius: 10px;
    border: none;
    margin-top: 30px !important;
    margin-bottom: 35px !important;
    font-size: 20px !important;
    transition: .2s;
}

.contact_us_submit:hover {
    background: #F7C83C;
}

/*底部*/
.footer {
    width: 100%;
    text-align: center;
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    color: #666666;
}

.footer .footer_item {
    display: inline-block;
    margin: 0 12px;
}

.footer .footer_item:hover {
    color: #C19D47
}

.footer1 {
    width: 100%;
    height: 40px;
    background: #D3B602;
}

.footer1 .footer1_body {
    width: 1200px;
    height: 100%;
    line-height: 40px;
    margin: 0 auto;
    font-family: "思源黑体";
    font-size: 12px;
    color: #4c4c4c;
}

.footer1 .footer1_body .footer1_body_R_a {
    font-size: 12px;
    color: #4c4c4c;
}

.footer1 .footer1_body_R .footer1_body_R_a:hover {
    color: #FFF
}

.footer1 .footer1_body .footer1_body_L {
    float: left
}

.footer1 .footer1_body .footer1_body_R {
    float: right
}

/*首页*/

/*关于我们*/
@font-face {
    font-family: "iconfont";
    src: url('iconfont.eot?t=1565058313891'); /* IE9 */
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/b0ebc691bb214c8e99d1e91829bd19b1.woff') format('woff2'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}

/*首页字体图标*/
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.about_us2 {
    border-bottom: 1px solid #E5E5E5;
}

.about_us2 .about_us2_body {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
}

.about_us2  .about_us2_L {
    float: left;
}

.about_us2  .about_us2_R {
    float: right;
}

.about_us2 .about_us2_body a {
    font-size: 15px;
    font-family: "思源黑体";
    color: #888888;
}
.about_us2_L_item{}
.about_us2  .about_us2_R_item {
    color: #666;
    display: inline-block;
    min-width: 78px;
    text-align: center;
    margin-left: 25px;
    height: 58px;
}

.about_us2 a:hover {
    color: #CDA34A
}

.about_us2 .about_us2_body .about_us2_R_item:hover {
    border-bottom: 2px solid #C59211;
    color: #C59211;
}

.about_us_nav_in {
    color: #CDA34A !important
}

.about_us_nav_in2 {
    border-bottom: 2px solid #C59211 !important;
    font-weight: bold;
    color: #C59211 !important;
}

.about_us3 {
    width: 1200px;
    margin: 100px auto 0;
}

.about_us3_L {
    width: 710px;
    float: left;
}

.about_us3_L .about_us3_L_title {
    margin-bottom: 35px;
}

.about_us3_L p {
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.about_us3_R {
    /*font-family: "Adobe 黑体 Std";*/
    float: right;
    width: 434px;
    border-left: 1px solid #E5E5E5;
    padding-left: 35px;
    box-sizing: border-box;
    margin-top: 48px;
}

.about_us3_R p {
    font-size: 28px;
    font-family: "思源黑体";
    color: #C59211;
}

.about_us3_R span {
    display: inline-block;
    font-size: 68px;
    font-family: "Arial";
    color: #C59211;
}

.about_us3_R i {
    font-size: 16px !important;
    font-family: "思源黑体";
    color: #C59211;
    line-height: 40px;
}

.about_us3_R1 {
    border-bottom: 1px solid #E5E5E5;
}

.about_us3_R > div {
    padding-bottom: 32px
}

.about_us3_R2 {
    padding-top: 25px
}

.about_us3_R2 > div > p {
    padding-top: 20px
}

.about_us3_R > div > div {
    float: left;
}

.about_us3_R > div > img {
    float: right;
}

.about_us4 {
    width: 1200px;
    overflow: hidden;
    margin: 100px auto 70px;
}

.about_us4 > ul {
    width: 1230px;
}

.about_us4 > ul li {
    width: 390px;
    float: left;
    margin-right: 16px;
    margin-bottom: 30px;
}

.about_us4 > ul li .about_us4_img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.about_us4 > ul li .about_us4_img img {
    width: 100%
}

.about_us4 > ul li .about_us4_title {
    font-size: 16px;
    /*font-family: "Adobe 黑体 Std";*/
    color: #666666;
    text-align: center;
    margin-top: 22px;
}

/*发展历程*/
.development_path {
    width: 100%;
    text-align: center;
    margin: 90px auto 70px;
}

.development_path .development_path_div {
    display: inline-block;
}

.development_path h2 {
    display: inline-block;
    padding-right: 10px;
    font-size: 36px;
    /*font-family: "思源黑体 CN";*/
    color: #c19d47;
    background-image: -webkit-linear-gradient(left, #c19d47 0, #c19d47 27%, #F5E25E 45%, #dab151 70%, #dab151);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.development_path p {
    display: inline;
    font-size: 36px;
    white-space: nowrap;
    /*font-family: "Adobe 黑体 Std";*/
    color: #999999;
}

.about_us15 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.swiper2 {
    height: 334px;
    margin-bottom: 130px;
    width: 1080px;
}

.about_us15:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    left: 0;
    top: 50%;
}

.swiper2 .swiper-wrapper {
    width: 1080px;
    position: relative;
}

.swiper2 .swiper-slide {
    position: relative;
}

.swiper2 .swiper-slide:before {
    content: '';
    display: block;
    width: 1px;
    height: 70px;
    background: #c59211;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -34px;
}

.swiper2 .swiper-slide:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #c59211;
    position: absolute;
    left: 50%;
    box-shadow: 0 0 0 3px #FFF, 0 0 0 4px #e0e0e0;
    border-radius: 50%;
    top: 50%;
    margin-top: -3px;
    margin-left: -3px;
}

.swiper2 .swiper-slide .swiper2_info {
    width: 100%;
    height: 160px !important;
}

.swiper2 .swiper-slide .swiper2_img_top,
.swiper2 .swiper-slide .swiper2_img_bottom {
    display: block;
    width: 220px;
    height: 124px;
    overflow: hidden;
    margin: 0 auto !important;
}

.swiper2 .swiper-slide .swiper2_img_top img,
.swiper2 .swiper-slide .swiper2_img_bottom img {
    width: 100%
}

.about_us15 .swiper-button-prev {
    left: 0;
    background-image: url("../images/icon6-1.png");
}

.about_us15 .swiper-button-next {
    right: 0;
    background-image: url("../images/icon6.png");
}

.about_us15 .swiper-button-prev:hover {
    background-image: url("../images/icon5.png");
}

.about_us15 .swiper-button-next:hover {
    background-image: url("../images/icon5-1.png");
}

.swiper2 .swiper-wrapper .swiper2_info > p {
    font-family: "Myriad Pro";
    font-size: 48px;
    color: #c59211;
    width: 100%;
    text-align: center;
}

.swiper2 .swiper-wrapper .swiper2_info > span {
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 14px;
    display: block;
    color: #333333;
    line-height: 18px;
    text-align: center;
    width: 220px !important;
    margin: 10px auto 0!important;
}

.swiper2 .swiper-slide:nth-child(2n-1) .swiper2_info {
    margin-top: 75px;
}

.swiper2 .swiper-slide:nth-child(2n) .swiper2_img_bottom {
    margin-top: 50px !important;
}

/*技术研发*/
.about_us5,
.about_us14 {
    width: 1200px;
    margin: 0 auto 100px;
    position: relative;
}

.about_us5 .about_us5_text {
    width: 885px;
    margin: 0 auto;
    text-align: center;
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}

.about_us5 .about_us5_items {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.about_us5 .about_us5_items .about_us5_item {
    display: inline-block;
    margin: 0 42px;
}
.about_us5 .about_us5_items .about_us5_item_img{
    display: block;
    width: 125px;
    height: 125px;
    overflow: hidden;
}
.about_us5 .about_us5_items .about_us5_item_img img{width: 100%}
.about_us5 .about_us5_items .about_us5_item p {
    font-family: "思源黑体";
    font-size: 16px;
    color: #666666;
    padding-top: 14px;
    text-align: center;
}

.about_us6 {
    width: 100%;
    background: #fafafa;
    padding: 100px 0 50px;
}

.about_us6 .about_us6_main {
    width: 1200px;
    margin: 0 auto;
}

.about_us6_main .about_us6_1 {
    margin-bottom: 56px
}

.about_us6_1 .about_us6_1_L {
    float: left;
}

.about_us6_1 .about_us6_1_R {
    float: right;
}

.about_us6_1 .about_us6_1_L,
.about_us6_1 .about_us6_1_R {
    width: 570px;
}

.about_us6_1 .about_us6_1_img {
    width: 560px;
    height: 315px;
    overflow: hidden
}

.about_us6_1 .about_us6_1_img img {
    width: 100%
}

.about_us6_1 h2 {
    font-size: 24px;
    /*font-family: "思源黑体 CN";*/
    color: #c59211;
    font-weight: bold;
    padding-top: 26px;
}

.about_us6_1 p {
    font-size: 16px;
    font-family: "思源黑体";
    color: #666666;
    line-height: 29px;
    padding-top: 23px;
}

#swiper3 {
    width: 1115px;
    margin: 100px auto;
}

#swiper3 .swiper-slide {
    width: 360px !important;
}

#swiper3 .swiper-slide img {
    width: 100%
}

.about_us14 .swiper-button-prev,
.about_us12-1 .swiper-button-prev,
.about_us16 .swiper-button-prev,
.company_culture3 .swiper-button-prev,
.company_culture7 .swiper-button-prev,
.about_us17 .swiper-button-prev,
.new8 .swiper-button-prev,
.company_culture2 .swiper-button-prev {
    left: 0;
    background-image: url("../images/icon11-1.png");
}

.about_us14 .swiper-button-next,
.about_us12-1 .swiper-button-next,
.about_us16 .swiper-button-next,
.company_culture3 .swiper-button-next,
.new8 .swiper-button-next,
.about_us17 .swiper-button-next,
.company_culture7 .swiper-button-next,
.company_culture2 .swiper-button-next {
    right: 0;
    background-image: url("../images/icon11.png");
}

.about_us14 .swiper-button-prev:hover,
.about_us12-1 .swiper-button-prev:hover,
.about_us16 .swiper-button-prev:hover,
.company_culture3 .swiper-button-prev:hover,
.new8 .swiper-button-prev:hover,
.about_us17 .swiper-button-prev:hover,
.company_culture7 .swiper-button-prev:hover,
.company_culture2 .swiper-button-prev:hover {
    background-image: url("../images/icon10.png");
}

.about_us14 .swiper-button-next:hover,
.about_us12-1 .swiper-button-next:hover,
.about_us16 .swiper-button-next:hover,
.company_culture3 .swiper-button-next:hover,
.company_culture7 .swiper-button-next:hover,
.new8 .swiper-button-next:hover,
.about_us17 .swiper-button-next:hover,
.company_culture2 .swiper-button-next:hover {
    background-image: url("../images/icon10-1.png");
}

.about_us7,
.about_us16 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.swiper5 {
    width: 1020px;
    padding-top: 50px;
    /*padding-bottom: 100px;*/
}

/*#swiper5 .swiper-slide{width: 511px!important;}*/
/*#swiper5 .swiper-wrapper{height: 500px}*/
.swiper5 .swiper-slide.swiper-slide-active {
    transform: scale(1.5);
    position: relative;
    z-index: 9;
}

.swiper5 .swiper-slide > div {
    /*width: 338px;*/
    /*height: 255px;*/
}

.swiper5 .swiper-slide > div img {
    width: 100%
}

.swiper5 .swiper-slide > p {
    font-size: 20px;
    /*font-family: "Adobe 黑体 Std";*/
    color: #333333;
    text-align: center;
    padding-top: 22px;
}

.swiper5 .swiper-slide-active p {
    color: #c59211
}

.about_us7_ul{
    width: 1250px;
    margin-bottom: 80px;
}
.about_us7_ul li{
    width: 268px;
    height: 466px;
    margin-right: 42px;
    float: left;
}
.about_us7_ul li .img{
    width: 100%;
    height: 380px;
    overflow: hidden;
    box-shadow: 0 1px 3px #eee;
    border: 1px solid #f3f3f3;
}
.about_us7_ul li .img img {
    width: 100%;
}
.about_us7_ul li p{
    text-align: center;
    font-size: 20px;
    color: #333333;
    padding-top: 27px;
    padding-bottom: 25px;
}
/*品质保证*/
.about_us8,
.about_us9 {
    width: 1200px;
    margin: 0 auto 40px;
    text-align: center;
}

.about_us8 > div {
    display: inline-block;
    width: 230px;
    height: 226px;
    background: url("../images/bg12.png");
    margin: 0 50px;
    color: #FFF;

}

.about_us8 > div > span {
    font-family: "Myriad Pro";
    display: inline-block;
    padding-top: 57px;
    font-size: 36px;
}

.about_us8 > div > p {
    width: 130px;
    margin: 0 auto;
    line-height: 24px;
    font-family: "思源黑体";
    padding-top: 22px;
    font-size: 16px;
}

.about_us9 img {
    margin-bottom: 40px;
    max-width: 1200px;
}

.about_us9 > p {
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 16px;
    color: #666666;
    font-weight: initial;
    line-height: 28px;
    text-align: left;
}

.about_us9 > p > b {
    font-weight: bold
}

.about_us10 {
    width: 1200px;
    margin: 0 auto 40px;
    overflow: hidden;
}

.about_us10 > ul {
    width: 1230px;
}

.about_us10 > ul > li {
    float: left;
    width: 390px;
    height: 220px;
    overflow: hidden;
    margin-right: 17px;
    margin-bottom: 30px;
}

.about_us10 > ul > li img {
    width: 100%
}

.about_us11 > div,
.about_us12 > div {
    width: 1200px;
    margin: 0 auto 77px;
}

.about_us11 h2 {
    color: #333;
}

.about_us12 {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

.about_us12 .development_path {
    margin: 70px auto !important;
}

.about_us13 {
    background: #FFF;
    position: relative;
}

.about_us12-1 {
    position: relative;
}

.about_us12-1 .swiper-container {
    width: 1070px;
}

.swiper4 .swiper-slide > p {
    font-family: "思源黑体";
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-top: 15px;
}

.swiper4 .swiper-slide > div {
    width: 520px;
    height: 293px;
    overflow: hidden;
}

.swiper4 .swiper-slide > div img {
    width: 100%
}

.about_us17 {
    position: relative;
}

.swiper10 {
    width: 1085px;
    /*padding-top: 70px;*/
    /*padding-bottom: 100px;*/
}

.swiper10 .swiper-slide {
    overflow: hidden
}

.swiper10 .swiper-slide > div {
    /*width: 446px;*/
    /*height: 297px;*/
    /*overflow: hidden*/
}

.swiper10 .swiper-slide > div img {
    width: 100%
}

.swiper10 .swiper-slide-active {
    transform: scale(1.5);
    position: relative;
    z-index: 9;
}

/*关于我们*/

/*加入我们开始*/
.base1 {
    background: url("../images/bgicon1.png") no-repeat;
    background-position: 0 0;
}

.icon1 {
    background-position: 0 0;
}

.icon2 {
    background-position: -16px 0;
}

.icon3 {
    background-position: -32px 0;
}

.icon4 {
    background-position: -48px 0;
}

.icon5 {
    background-position: -64px 0;
}

.join_us1,
.join_us3 {
    width: 100%;
    overflow: hidden;
    background: #fafafa;
}

.join_us1 .join_us1_main {
    width: 1200px;
    margin: 0 auto;
}

.join_us1-1 {
    width: 100%;
    height: 59px;
    line-height: 59px;
    font-size: 15px;
    font-family: "思源黑体";
    color: #555555;
    background: #FFF;
    position: relative;
    border-top: 2px solid #e2e2e2;
    border-bottom: 2px solid #e2e2e2;
}

.join_us1-1 > div {
    position: absolute;
    display: inline-block;
}

.join_us1-1 > div:nth-child(1) {
    top: 0;
    left: 65px
}

.join_us1-1 > div:nth-child(2) {
    top: 0;
    left: 265px
}

.join_us1-1 > div:nth-child(3) {
    top: 0;
    left: 540px
}

.join_us1-1 > div:nth-child(4) {
    top: 0;
    left: 778px
}

.join_us1-1 > div:nth-child(5) {
    top: 0;
    left: 964px
}

.join_us1-1 > div > span {
    display: block;
    float: left;
    width: 16px;
    height: 14px;
    margin-top: 23px;
    margin-right: 5px;
}

.join_us1-1 > div > p {
    float: left;
    line-height: 59px;
}

.join_us1-2 {
    width: 100%;
    max-height: 506px;
    border: 1px solid #E2E2E2;
    margin: 20px 0 66px;
}

.join_us1-2 a {
    font-size: 15px;
    font-family: "思源黑体";
    color: #666666;
}

.join_us1-2 .recruitment_list {
    padding-top: 10px
}

.join_us1-2 .recruitment_list .recruitment_item {
    display: block;
    height: 61px;
    width: 1100px;
    margin: 0 auto;
    border-bottom: 1px solid #E2E2E2;
    position: relative;
    /*transition: .5s;*/
}

.join_us1-2 .recruitment_list .recruitment_item > p {
    position: absolute;
    top: 20px
}

.join_us1-2 .recruitment_list .recruitment_item > p:nth-child(1) {
    left: 16px;
}

.join_us1-2 .recruitment_list .recruitment_item > p:nth-child(2) {
    left: 215px;
}

.join_us1-2 .recruitment_list .recruitment_item > p:nth-child(3) {
    left: 494px;
}

.join_us1-2 .recruitment_list .recruitment_item > p:nth-child(4) {
    left: 728px;
}

.join_us1-2 .recruitment_list .recruitment_item > p:nth-child(5) {
    left: 915px;
}

.join_us1-2 .recruitment_list .recruitment_item:hover {
    background: #c59211;
    color: #FFF;
    box-shadow: 0 1px 10px #999;
    border-bottom: 1px solid #c59211;
}

.join_us1-2 .recruitment_paging {
    width: 100%;
    text-align: center;
    margin: 50px auto;
}

.join_us1-2 .recruitment_paging > a {
    display: inline-block;
    margin: 0 25px;
}

.join_us1-2 .recruitment_paging > a:hover {
    color: #c59211
}

.join_us1-2 .recruitment_paging .in {
    color: #c59211
}

.join_us2 {
    width: 1200px;
    margin: 0 auto 80px;
    overflow: hidden;
}

.join_us2 > p {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    font-family: "思源黑体";
    font-size: 14px;
    color: #464646;
    line-height: 26px;
    margin-bottom: 40px;
}

.join_us2-1_L {
    float: left;
    width: 600px;
    height: 338px;
    overflow: hidden;
}

.join_us2-1_L > img {
    width: 100%
}

.join_us2-1_R {
    float: left;
    margin-left: 70px;
    width: 530px;
}

.join_us2-1_R > h2 {
    font-size: 58px;
    padding-top: 15px;
    color: #c59211;
    font-family: "Myriad Pro";
    font-weight: revert;
}

.join_us2-1_R > i {
    font-size: 16px;
    color: #F3E9CF;
    font-family: "Myriad Pro";
}

.join_us2-1_R > p {
    font-size: 16px;
    color: #858585;
    line-height: 30px;
    font-family: "思源黑体";
}

.join_us3 {
    padding-bottom: 83px
}

.join_us3-1 {
    width: 1200px;
    margin: 0 auto;
    height: 530px;
    position: relative;
    background: url("../images/bg18.png") no-repeat center;
}

.join_us3-1 > div {
    width: 90px;
    display: inline-block;
    position: absolute;
}

.join_us3-1 > div > span {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.join_us3-1 > div > p {
    font-size: 18px;
    color: #FFF;
    padding-top: 4px;
    font-family: "思源黑体";
    text-align: center;
}

.join_us3-1 > div > div {
    border-top: 1px solid #C1C1C1;
    position: absolute;
    display: block;
    width: 350px;
}

.join_us3-1 > div > div > h2 {
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 18px;
    color: #c59211;
    margin-top: -30px
}

.join_us3-1 > div > div > p {
    font-family: "思源黑体";
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    line-height: 25px
}

.join_us3-14 > div,
.join_us3-15 > div,
.join_us3-16 > div {
    text-align: right !important;
}

.join_us3-11 {
    left: 485px;
    top: 95px;
}

.join_us3-12 {
    left: 400px;
    top: 220px;
}

.join_us3-13 {
    left: 480px;
    top: 362px;
}

.join_us3-13 > div {
    width: 370px !important;
}

.join_us3-12 > div {
    width: 340px !important;
}

.join_us3-14 {
    left: 622px;
    top: 366px;
}

.join_us3-15 {
    left: 708px;
    top: 241px;
}

.join_us3-16 {
    left: 637px;
    top: 99px;
}

.join_us3-11 > div > div {
    box-sizing: border-box;
}

.join_us3-11 > div {
    padding-right: 30px;
    right: 157px;
    top: -20px;
}

.join_us3-12 > div {
    padding-right: 40px;
    right: 74px;
    top: 40px;
}

.join_us3-13 > div {
    padding-right: 10px;
    right: 152px;
    top: 84px;
}

.join_us3-14 > div {
    padding-left: 40px;
    left: 160px;
    top: 78px;
}

.join_us3-15 > div {
    padding-left: 40px;
    left: 72px;
    top: 11px;
}

.join_us3-16 > div {
    padding-left: 30px;
    left: 142px;
    top: -24px;
}

.join_us3-11 > div:before,
.join_us3-13 > div:before,
.join_us3-14 > div:before,
.join_us3-16 > div:before {
    content: '';
    width: 61px;
    height: 1px;
    display: block;
    background: #C1C1C1;
    position: absolute;
    right: -48px;
    z-index: 999;
    top: 24px;
    transform: rotate(55deg);
}

.join_us3-13 > div:before {
    transform: rotate(-55deg);
    right: -48px;
    top: -26px;
}

.join_us3-14 > div:before {
    transform: rotate(55deg);
    left: -47px;
    top: -26px;
}

.join_us3-16 > div:before {
    transform: rotate(-55deg);
    left: -48px;
    top: 24px;
}

.join_us3-11 > div:after,
.join_us3-12 > div:after,
.join_us3-13 > div:after,
.join_us3-14 > div:after,
.join_us3-15 > div:after,
.join_us3-16 > div:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: block;
    background: #C1C1C1;
    position: absolute;
    right: -39px;
    z-index: 999;
    top: 49px;
}

.join_us3-12 > div:after {
    right: 0px;
    top: -2px;
}

.join_us3-13 > div:after {
    right: -39px;
    top: -54px;
}

.join_us3-14 > div:after {
    left: -38px;
    top: -54px;
}

.join_us3-15 > div:after {
    left: 0px;
    top: -3px;
}

.join_us3-16 > div:after {
    left: -38px;
    top: 48px;
}

/*招聘详情*/
.join_us4 {
    width: 100%;
    background: #fafafa;
    padding: 80px 0 110px;
}

.join_us4 > div {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    background: #FFF;
}

.join_us4_L {
    padding-bottom: 50px
}

.join_us4_L .recruit_position {
    font-size: 28px;
    /*font-family: "Adobe 黑体 S";*/
    color: #333333;
    padding-top: 35px;
    padding-bottom: 30px;
    text-indent: 30px;
}

.join_us4_L .recruit_info {
    padding: 0 0 40px 30px
}

.join_us4_L .recruit_info .recruit_info_title {
    font-size: 18px;
    padding-bottom: 8px;
    /*font-family: "Adobe 黑体 Std";*/
    color: #333333;
}

.join_us4_L .recruit_info > p {
    font-size: 14px;
    /*font-family: "Adobe 黑体 Std";*/
    color: #333333;
    line-height: 36px;
    text-indent: 28px;
}
.join_us4_L .recruit_info .recruit_b{
    min-width: 20%;
    display: inline-block;
    text-align: left;
    text-indent: 0;
}
.join_us4_a {
    display: block;
    width: 180px;
    height: 45px;
    margin: 55px auto 0;
    text-align: center;
    background: #c59211;
    color: #FFF;
    transition: .2s;
    line-height: 45px;
}

.join_us4_a > img {
    display: inline-block;
    margin-top: -2px;
    margin-right: 10px;
}

.join_us4_a > p {
    display: inline-block;
}

.join_us4_a:hover {
    /*box-shadow: 0 3px 30px #CCC;*/
}

.join_us4_a:hover img,
.join_us4_a:hover p{
    transform: scale(1.1);
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
.join_us4_R {
    position: absolute;
    right: 45px;
    top: 54px;
    min-height: 326px;
    border: 1px solid #E5E5E5;
    min-width: 260px;
    padding: 0 16px 15px;
    box-sizing: border-box;
}

.join_us4_R .relevant_position {
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    text-indent: 8px;
    font-family: "思源黑体";
    color: #3b3b3b;
    border-bottom: 1px solid #F2F2F2;
}

.join_us4_R .relevant_position_name {
    display: block;
    line-height: 32px;
}

.join_us4_R .relevant_position_name  img {
    display: inline-block;
    margin: 0 10px 0 13px
}

.join_us4_R .relevant_position_name  p {
    display: inline-block
}

.join_us4_R .relevant_position_name:hover {
    color: #C59211
}

/*联系我们*/
.join_us5-0 {
    padding-bottom: 80px;
    background: -webkit-linear-gradient(top, #fafafa, #eeeeee);
    background: url("../images/bgcolor.png") no-repeat;
    background-size: cover;
}

.join_us5 {
    background: #FFF;
    padding: 25px 52px 29px;
    margin-bottom: 22px;
}

.join_us5 .contact_us_title {
    font-size: 24px;
    /*font-family: "Adobe 黑体 Std";*/
    color: #c59211;
    position: relative;
    margin-bottom: 40px;
}

.join_us5 .contact_us_title:before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 4px;
    top: 41px;
    background: #c59211;
}

.join_us5 .join_us5-2 p {
    font-size: 16px;
    /*font-family: "Adobe 黑体 Std";*/
    color: #666666;
    line-height: 36px;
}

.join_us5-1 {
    padding-top: 20px
}

.join_us5-1 .join_us5-1-item {
    float: left;
    margin-bottom: 50px;
}

.join_us5-1 .join_us5_line {
    width: 1px;
    height: 50px;
    background: #E6E6E6;
    display: inline-block;
    float: left;
    margin-right: 70px;

}

.join_us5-1 .join_us5-1_img {
    margin-right: 18px;
    float: left;
    margin-left: -5px;
}

.join_us5-1-1 {
    float: left;
    min-width: 200px;
    padding-right: 10px;
    /*border-right: 1px solid #E6E6E6;*/
}

.join_us5-1-1 > p {
    font-size: 16px;
    /*font-family: "Adobe 黑体 Std";*/
    color: #333;
    line-height: 28px;
}

/*办事网点*/
.join_us6-1 {
    width: 100%;
    height: 62px;
    background: #C59211;
    line-height: 62px;
    color: #FFF;
    font-family: "思源黑体";
    position: relative;
    font-size: 18px;
}

.join_us6-1 > div {
    height: 100%;
    position: absolute;
    border-left: 1px solid #CDA43D;
    text-indent: 45px;
    top: 0;
}

.join_us6-1 .join_us6-item1 {
    left: 0
}

.join_us6-1 .join_us6-item2 {
    left: 142px
}

.join_us6-1 .join_us6-item3 {
    left: 426px
}

.join_us6-1 .join_us6-item4 {
    left: 1018px
}

.join_us6-2 {
    padding-bottom: 62px
}

.join_us6-2 .join_us6-2-item {
    display: block;
    width: 100%;
    height: 50px;
    color: #444444;
    font-family: "思源黑体";
    line-height: 50px;
    font-size: 14px;
    position: relative;
}

.join_us6-2 .join_us6-2-item:nth-child(2n-1) {
    background: #f5f5f5
}

.join_us6-2 .join_us6-2-item:nth-child(2n) {
    background: #FFF
}

.join_us6-2 .join_us6-2-item:hover {
    background: #C59211;
    color: #FFF;
    box-shadow: 0 0 10px #aaa
}

.join_us6-2 .join_us6-2-item p {
    position: absolute;
    height: 100%;
    top: 0;
    text-indent: 45px;
}

.join_us6-2 .join_us6-2-item > p:nth-child(1) {
    width: 142px;
    left: 0;
    text-indent: 0;
    text-align: center;
}

.join_us6-2 .join_us6-2-item > p:nth-child(2) {
    left: 142px;
}

.join_us6-2 .join_us6-2-item > p:nth-child(3) {
    left: 426px;
}

.join_us6-2 .join_us6-2-item > p:nth-child(4) {
    left: 1018px;
}

/*加入我们结束*/

/*企业文化开始*/
.company_culture1 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.company_culture1 .company_culture1_body {
    width: 1240px;
    margin-bottom: 53px;
}

.company_culture1 .company_culture1-2 {
    float: left;
    margin-right: 30px;
    width: 100%;
}

.company_culture1_L {
    width: 400px;
    float: left;
}

.company_culture1_L .company_culture1-1 {
    display: block;
    width: 400px;
    height: 225px;
    overflow: hidden
}

.company_culture1_L .company_culture1-1 img {
    width: 100%
}

.company_culture1_C {
    width: 370px;
    float: left;
    margin-left: 30px;
}

.company_culture1_L .company_culture1-2 {
    height: 175px;
    width: 100%;
}

.company_culture1-2 {
    background: #FAFAFA;
    height: 185px;
    margin-bottom: 27px;
    position: relative;
}

.company_culture1-2 .company_culture1-2_main {
    display: inline;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -135px;
    transform: translateY(-50%);
}

.company_culture1-2_main .company_culture1-2_main_icon0,
.company_culture1-2_main .company_culture1-2_main_icon1
{
    float: left;
    margin-right: 38px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}

.company_culture1-2_main_icon0 {
    display: block;
}

.company_culture1-2_main_icon1 {
    display: none;
}

.company_culture1-2_main .company_culture1-2_div {
    display: inline-block;
    position: absolute;
    left: 98px;
    top: 50%;
    transform: translateY(-50%);

}

.company_culture1-2_main .company_culture1-2_div > h2,
.company_culture1-2 .company_culture1-2_div p {
    color: #333333;
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 18px;
    line-height: 30px;
    position: relative;
}

.company_culture1-2_main .company_culture1-2_div > h2:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    position: absolute;
    background: #666666;
    bottom: -9px;
    left: 0;
}

.company_culture1-2_main .company_culture1-2_div > p {
    color: #666;
    width: 177px;
    padding-top: 20px
}

.company_culture1-2:hover {
    background: #FFD801;
    color: #FFF;
}

.company_culture1-2:hover .company_culture1-2_main_icon0 {
    display: none
}

.company_culture1-2:hover .company_culture1-2_main_icon1 {
    display: block
}

.company_culture1-2:hover .company_culture1-2_div h2,
.company_culture1-2:hover .company_culture1-2_div p {
    color: #FFF;
}

.company_culture1-2:hover h2:before {
    background: #FFF
}

.company_culture2 {
    position: relative;
}

.swiper6 {
    width: 1085px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.swiper6 .swiper-slide {
    overflow: hidden;
}

.swiper6 .swiper-slide-active {
    /*transform: scale(1.5);*/
    /*position: relative;*/
    /*z-index: 99;*/
}

.swiper6 .swiper-slide .swiper6-img {
    /*width: 442px;*/
    /*background: #FFF;*/
    /*height: 295px;*/
    /*overflow: hidden;*/
}
.swiper-container-3d .swiper-slide-shadow-left{
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.6)),to(rgba(255,255,255,0)))!important;
    background-image: -webkit-linear-gradient(right,rgba(255,255,255,.6),rgba(255,255,255,0))!important;
    background-image: -moz-linear-gradient(right,rgba(255,255,255,.6),rgba(255,255,255,0))!important;
    background-image: -o-linear-gradient(right,rgba(255,255,255,.6),rgba(255,255,255,0))!important;
    background-image: linear-gradient(to left,rgba(255,255,255,.6),rgba(255,255,255,0))!important;
}
.swiper-container-3d .swiper-slide-shadow-right{
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.6)),to(rgba(255,255,255,0)))!important;
    background-image: -webkit-linear-gradient(right,rgba(255,255,255,.6),rgba(255,255,255,0))!important;
    background-image: -moz-linear-gradient(right,rgba(255,255,255,.6),rgba(255,255,255,0))!important;
    background-image: -o-linear-gradient(right,rgba(255,255,255,.6),rgba(255,255,255,0))!important;
    background-image: linear-gradient(to left,rgba(255,255,255,.6),rgba(255,255,255,0))!important;
}
.swiper6 .swiper-slide-active .swiper6-img {
    width: 100%
}

.swiper6 .swiper-slide .swiper6-img img {
    width: 100%
}

.company_culture3 {
    width: 1200px;
    margin: 0 auto 50px;
    position: relative;
}

.swiper7 {
    width: 1112px;
}

.swiper7 .swiper-wrapper {
    padding-top: 19px;
}

.swiper7 .swiper-slide {
    margin-top: 0 !important;
}

.swiper7 .swiper-slide .swiper-slide-main {
    border: 1px solid #E6E6E6;
    overflow: hidden;
}

.swiper7 .swiper-slide .swiper-slide-img {
    width: 360px;
    height: 202px;
    overflow: hidden
}

.swiper7 .swiper-slide .swiper-slide-img img {
    width: 100%
}

.swiper7 .swiper-slide .swiper-slide-main:nth-child(1) {
    margin-bottom: 19px
}

.swiper7 .swiper-slide .swiper-slide-p {
    height: 59px;
    line-height: 59px;
    text-align: center;
    color: #666;
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 16px;
}

.company_culture4 {
    width: 100%;
    overflow: hidden;
}

.company_culture4 .company_culture4_main {
    width: 1250px;

}

.company_culture4 .company_culture4_main_item {
    width: 371px;
    float: left;
    margin-bottom: 32px;
    margin-right: 43px;
    background: #FFF;
    position: relative;

}

.company_culture4 .company_culture4_main_item .company_culture4_main_img {
    width: 153px;
    height: 217px;
    margin: 28px auto 32px;
    overflow: hidden;
}

.company_culture4 .company_culture4_main_item .company_culture4_main_img > img {
    width: 100%;
}

.company_culture4 .company_culture4_main_title {
    width: 316px;
    margin: 0 auto;
    border-top: 1px solid #F0F0F0;
    padding: 30px 0;
    color: #666;
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 16px;
}

.company_culture4 .company_culture4_main_download {
    display: block;
    position: absolute;
    right: 28px;
    bottom: 25px;
    width: 36px;
    height: 36px;
    background-color: #C59211;
    background-image: url("../images/icon30.png");
    background-position: center;
    background-repeat: no-repeat;
    transition: .2s;
    border-radius: 50%;
}

.company_culture4 .company_culture4_main_download:hover {
    /*box-shadow: 0 0 10px #EEBD3C;*/
    transform: scale(1.1);
    transition: all 0.2s ease-in-out 0s;
}

.company_culture5 {
    width: 1200px;
    margin: 0 auto;
}

.company_culture5 .article_list_item {
    display: block;
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #EDEDED;
    line-height: 75px;
    font-family: "思源黑体";
    font-size: 16px;

}

.company_culture5 .article_list_item .article_title {
    color: #333;
    float: left;
}

.company_culture5 .article_list_item .article_time {
    color: #999;
    float: right;
}

.company_culture5 .article_list_item:hover .article_title,
.company_culture5 .article_list_item:hover .article_time {
    color: #c59211
}

.fenye {
    width: 100%;
    padding: 60px 0;
    text-align: center;
}

.fenye .fenye_item {
    color: #777;
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 15px;
    display: inline-block;
    margin: 0 12px;
    height: 32px;
    min-width: 32px;
    border: 1px solid #CCCCCC;
    line-height: 32px;
}

.fenye .fenye_item_pagefirst,
.fenye .fenye_item_pageup,
.fenye .fenye_item_pagenext,
.fenye .fenye_item_pagelast {
    min-width: 58px;
}

.fenye .fenye_item:hover {
    color: #D7AB3D
}

.fenye .in {
    color: #D7AB3D
}

.company_culture7 {
    position: relative;
}

.swiper8 {
    width: 1112px;
}

.swiper8 .swiper-wrapper {
    padding-top: 17px
}

.swiper8 .swiper-slide {
    background: #FFF;
    margin-top: 0 !important;
    overflow: hidden;
    margin-bottom: 17px;
}

.swiper8 .swiper-slide p {
    color: #666;
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 16px;
    line-height: 60px;
    text-align: center;
}
.htmlvid{position: relative;}
.swiper8 .player{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../images/video-stop.png") no-repeat center;
}

/*企业文化结束*/
/*新闻中心开始*/
.new1 {
    width: 100%;
    background: #FAFAFA;
}

.new1 .new1_main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.new1 .new1_main .new1_main0 {
    width: 1250px;
}

.new1 .new1_main .new1_main0 .new1_a {
    width: 380px;
    height: 473px;
    display: block;
    float: left;
    transition: .2s;
    background: #FFF;
    position: relative;
    margin-right: 31px;
    margin-bottom: 33px;
    text-decoration: none;
}

.new1_a .new1_a_img {
    width: 100%;
    height: 215px;
}

.new1_a .new1_a_img img {
    width: 100%
}

.new1_a .new1_a_title {
    color: #333;
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 20px;
    padding: 15px 28px 0;
    width: 320px;
    height: 87px;
    line-height: 34px;
}

.new1_a .new1_a_text {
    color: #333;
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 14px;
    padding: 0 28px 0;
    height: 70px;
    line-height: 22px;
}

.new1_a .new1_a_time {
    display: block;
    width: 370px;
    border-top: 1px solid #EEF3F8;
    margin-top: 29px;
    height: 52px;
    font-size: 14px;
    color: #999999;
    line-height: 52px;
    text-indent: 30px;
}

.new1_a .new1_a_arrow {
    display: block;
    position: absolute;
    width: 60px;
    height: 12px;
    background: url("../images/icon31-1.png") no-repeat;
    right: 42px;
    bottom: 23px;
}

.new1_a:hover {
    box-shadow: 0px 5px 40px #ccc;
}

.new1_a:hover .new1_a_title {
    color: #c59211
}

.new1_a:hover .new1_a_arrow {
    background: url("../images/icon31.png") no-repeat;
}

.new2 {
    width: 100%;
    background: #FAFAFA;
}

.new2 .new2_body {
    width: 1200px;
    margin: 0 auto;
}

.new2-1 {
    text-align: center;
}

.new2-1 > h2 {
    color: #333;
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 30px;
    padding-top: 65px;
}

.new2-1 > div {
    margin-top: 24px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #C8C8C8
}

.new2-1 > div > div {
    display: inline-block;
    color: #999999;
    font-family: "思源黑体";
    font-size: 14px;
}

.new2-1 > div > div > img {
    margin-right: 5px;
    margin-top: -3px
}

.new2-2 span {
    margin-right: 30px
}

.new2-3 span {
    margin-right: 100px
}

.new2-4 > a {
    margin-left: 19px
}

.new2-4 > a > img:nth-child(1) {
    display: inline-block
}

.new2-4 > a > img:nth-child(2) {
    display: none
}

.new2-4 > a:hover img:nth-child(1) {
    display: none
}

.new2-4 > a:hover img:nth-child(2) {
    display: inline-block
}

.new3 {
    padding: 28px 0 42px;
    border-bottom: 1px dashed #C8C8C8
}

.new3 > p {
    color: #444444;
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 16px;
    line-height: 36px;
}

.new3 > img {
    margin: 20px auto 40px;
    display: block;
    max-width: 1200px;
}

.new4 {
    padding: 34px 0 76px;
    position: relative;
}

.new4 .up_or_down p {
    color: #444444;
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 14px;
    line-height: 33px;
}
.new4 .up_or_down a:hover{color: #c59211;}
.new4 .return {
    /*color: #c59211;*/
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 60px;
}

.new4 .return img {
    margin-right: 13px
}
.new4 .return .return_link{display: inline-block}
.new4 .return .return_hover{display: none}
.new4 .return:hover{
    color: #c59211;
}
.new4 .return:hover .return_link{display: none}
.new4 .return:hover .return_hover{display: inline-block}
/*新闻中心结束*/

/*产品服务开始*/
.new5 {
    width: 1260px;
}

.new5 .new5_item {
    display: block;
    width: 380px;
    background: #FFF;
    float: left;
    margin-right: 28px;
    margin-bottom: 32px;
    position: relative;
}

.new5 .new5_item .new5_item_img {
    width: 100%;
    height: 215px;
    overflow: hidden;
}

.new5 .new5_item .new5_item_img img {
    width: 100%
}

.new5 .new5_item .new5_p {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-indent: 38px;
    color: #666;
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 20px;
}

.new5 .new5_item .jiantou,
#swiper9 .swiper-slide > span {
    display: block;
    width: 60px;
    height: 12px;
    position: absolute;
    background: url("../images/icon31-1.png") no-repeat;
    right: 37px;
    bottom: 35px;
}

.new5 .new5_item:hover {
    box-shadow: 0px 5px 30px #ccc;
}

.new5 .new5_item:hover p {
    color: #C59211
}

.new5 .new5_item:hover .jiantou {
    background: url("../images/icon31.png") no-repeat;
}

.new6 {
    float: left;
    width: 560px;
    height: 450px;
    overflow: hidden;
}

.new6 img {
    width: 100%
}

.new7 {
    padding-left: 620px;
    line-height: 28px;
    color: #444444;
    /*font-family: "Adobe 黑体 Std";*/
    font-size: 14px;
}

.new7 b {
    font-weight: bold;
    margin-right: 5px
}

.new7 > h2 {
    font-size: 30px;
    color: #FFF;
    height: 63px;
    line-height: 63px;
    text-indent: 42px;
    background: #F5CD1D;
}

.new7 .new7_info {
    padding-left: 12px
}

.new7 h3 {
    font-size: 16px;
    padding-top: 20px;
    color: #444444;
}

.new8 {
    position: relative;
}

#swiper9 {
    width: 1115px;
    margin-bottom: 70px;
    padding: 15px 0;
}

#swiper9 .swiper-slide {
    background: #FFF;
    position: relative;
}

#swiper9 .swiper-slide > div {
    width: 360px;
    height: 203px;
    overflow: hidden
}

#swiper9 .swiper-slide > div img {
    width: 100%
}

#swiper9 .swiper-slide > p {
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #666666;
    text-indent: 40px;
    font-size: 20px;
    /*font-family: "Adobe 黑体 Std";*/
}

#swiper9 .swiper-slide:hover {
    box-shadow: 0px 5px 20px #ddd;
}

#swiper9 .swiper-slide:hover p {
    color: #D7AB3D
}

#swiper9 .swiper-slide:hover span {
    background: url("../images/icon31.png") no-repeat;
}

/*产品服务结束*/

























