﻿

/*html5*/

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}


/* CSS Document */


/*内外边距*/

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
dd,
dt {
    margin: 0;
    padding: 0;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
button,
textarea,
iframe,
table,
th,
td,
dd,
dt {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline: none
}

.clear {
    clear: both;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #333;
}

input {
    border: none;
    outline: medium;
    font-family: 微软雅黑;
}

* {
    font-family: 微软雅黑;
    box-sizing: border-box;
}

body {
    width: 100%;
    font-family: 微软雅黑;
    background: #fff;
    color: #333;
    font-size: 14px;
}

html {
    overflow-x: hidden;
}

table {
    border-collapse: collapse
}

img {
    border: none;
    max-width: 100%;
}

ul {
    list-style: none;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
}

.header {}

.header1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    zoom: 1;
}

.header1:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.logo {
    float: left;
    font-size: 0;
    margin-top: 28px;
}


/*导航条*/

.nav {
    height: 90px;
    font-size: 0;
    float: right;
    position: relative;
}

.nav::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 24px;
    border: 1px solid #707070;
    opacity: 0.25;
}

.nav ul {}

.nav ul li {
    list-style-type: none;
    float: left;
    font-size: 16px;
    position: relative;
}

.nav ul li>a {
    color: #313131;
    line-height: 90px;
    display: block;
    padding: 0 22px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.nav ul li>a:hover {
    color: #FFFFFF!important;
}

.nav ul li span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: top 200ms;
    -webkit-transition-property: top 200ms;
    z-index: -99;
    display: inline-block
}

.nav ul li .navon {
    background: #FCC800;
    top: 100%;
}

.nav ul li:hover .navon {
    top: 0;
}

.navon>a {
    font-weight: bold;
    color: #FFFFFF !important;
}

.nav ul li.n1 {
    background: #FCC800;
}

.nav ul li.n1>a {
    color: #fff;
}

.nav_sub {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    height: 90px;
    background: #5D2B03;
    line-height: 90px;
    padding-left: 31px;
    z-index: 963;
}

.nav_sub a {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 30px;
}


/*
.nav ul li:hover {
    background: #FCC800;
}

.nav ul li:hover>a {
    font-weight: bold;
    color: #FFFFFF !important;
}
*/


/* .nav ul li:hover .nav_sub {
    display: block;
} */


/*导航条*/

.serve_phone {
    float: right;
    margin-top: 31px;
}

.serve_phone a {
    display: inline-block;
    width: 159px;
    height: 33px;
    border: 1px solid #707070;
    border-radius: 17px;
    text-align: center;
    line-height: 31px;
    font-size: 16px;
    font-weight: 400;
    color: #313131;
}

.search {
    font-size: 0;
    float: right;
    margin: 38px 24px 0 20px;
    position: relative;
}

.search a {
    display: inline-block;
}

.search input {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    width: 150px;
    border: 1px solid #666;
    height: 32px;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 14px;
}

.banner {
    font-size: 0;
}

.banner .swiper-pagination-bullet {
    display: block;
    margin-top: 4px !important;
}

.banner .swiper-pagination {
    position: absolute;
    width: auto !important;
    left: 6% !important;
    bottom: 10% !important;
}

.banner .swiper-pagination-bullet {
    border: 1px solid #FFFFFF;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0);
}

.banner .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
}

.news {
    margin-top: 39px;
}

.news1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

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

.news_zb1 {
    font-size: 21px;
    font-weight: bold;
    line-height: 27px;
    color: #313131;
}

.news_zb1 a {
    color: #313131;
}

.news_zb2 {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #767575;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_center {
    float: left;
    width: 37.5%;
    margin-left: 2%;
}

.news_center span {
    margin-left: 10px;
}

.news_center1 {
    border-bottom: 1px solid rgba(112, 112, 112, 0.18);
    cursor: pointer;
}

.news_center1s {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #5C5A5A;
    margin-right: 32px;
    display: inline-block;
    padding-bottom: 9px;
    cursor: pointer;
    position: relative;
}

.news_center1s_sub {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #E9EAEC;
    text-align: center;
    padding: 5px 0;
    width: 100%;
}

.news_center1s_sub a {
    font-size: 12px;
    display: block;
}

.news_center1s:hover .news_center1s_sub {
    display: block;
}

.news_center1on {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 21px;
    color: #313131;
    border-bottom: 4px solid #FCC800;
    cursor: pointer;
}

.news_center2 {
    margin-top: 29px;
    height: 85px;
    overflow: hidden;
}

.news_center2d {
    display: none;
}

.news_center2d ul {}

.news_center2d ul li {
    list-style-type: none;
    margin-top: 3px;
}

.news_center2d ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news_center2d ul li a span {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #FCC800;
    border-radius: 50%;
    margin-right: 9px;
    vertical-align: middle;
}

.news_center2d ul li a code {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    margin-right: 13px;
}

.show {
    display: block !important;
}

.news_right {
    float: right;
}

.news_right img {
    width: 147px;
    height: 147px;
}

.serve {
    height: 300px;
    margin-top: 30px;
    background: url(../image/serve_bg.png);
    overflow: hidden;
}

.serve1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.serve2 {
    float: left;
    width: 20%;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.serve3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.serve3a {
    text-align: center;
    font-size: 0;
}

.serve3a img {
    width: 49px;
}

.serve3b {
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 9px;
}

.serve3c {
    display: none;
    width: 31px;
    height: 3px;
    background-color: #ffffff;
    margin-top: 9px;
}

.serve3d {
    display: none;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 10px;
}

.l_img {
    display: none;
}

.serve2on {
    width: 40% !important;
}

.serve2on .s_img {
    display: none;
}

.serve2on .l_img {
    display: block !important;
    height: 300px;
}

.serve2on .serve3 {
    width: 100%;
    height: 100%;
    padding: 20px 27px;
}

.serve2on .serve3a {
    text-align: left;
}

.serve2on .serve3b {
    text-align: left;
}

.serve2on .serve3c {
    display: block;
}

.serve2on .serve3d {
    display: block;
}

.mess {
    border-bottom: 1px solid rgba(112, 112, 112, 0.11);
}

.mess1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 60px;
    color: #5D2B03;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.mess1 a {
    display: block;
    float: right;
    background-color: rgba(239, 239, 239, 0.64);
    padding: 0 12px;
}

.map {
    width: 100%;
    height: 400px;
    margin-top: 20px;
    border: 1px dashed #dcdcdc;
}

.mess1 a img {
    vertical-align: middle;
    margin-right: 13px;
}

.footer {
    padding: 17px 0 59px;
}

.footer1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.footer2 {
    float: right;
}

.footer2a {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #5D2B03;
    -webkit-text-stroke: 0.20000000298023224 #5D2B03;
    text-stroke: 0.20000000298023224 #5D2B03;
}

.footer2b {
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    color: #5D2B03;
    text-align: center;
}

.footer3 {
    float: right;
    margin-right: 20px;
}

.footer3a {
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #403F3F;
}

.footer3b {
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #403F3F;
}

.footer3b a {
    color: #403F3F;
}

.header_m {
    display: none;
}

.header_m1 {
    overflow: hidden;
}

.logo_m {
    width: 40%;
    float: left;
    margin: 9px 0 0 12px;
}

.logo_m img {}

.icon_m {
    width: 10%;
    float: right;
    margin: 6px 0 0 0;
}

.menu_m {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 23px 7% 0;
}

.menu_m1 {
    width: 77%;
}

.menu_m2 {
    margin-top: 20px;
}

.menu_m2 ul {}

.menu_m2 ul li {
    list-style-type: none;
    line-height: 40px;
    border-bottom: 1px solid #FFFFFF;
    font-size: 16px;
    padding-left: 6%;
}

.menu_m2 ul li a {
    color: #fff;
}

.menu_m2 ul li a img {
    margin-right: 9px;
    vertical-align: middle;
}

.menu_msub {
    display: none;
    width: 100%;
    padding-left: 20px;
}

.menu_msub a {
    display: block;
    font-size: 14px;
    color: #fff;
}

.address {
    border-bottom: 1px solid rgba(112, 112, 112, 0.11);
}

.address1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 60px;
    zoom: 1;
}

.address1:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.address2 {
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #313131;
    line-height: 60px;
}

.address2 img {
    vertical-align: middle;
}

.address2 a {
    color: #313131;
    margin: 0 12px;
}

.address3 {
    float: right;
}

.address3 a {
    display: inline-block;
    height: 100%;
    margin: 0 16px;
    font-size: 16px;
    line-height: 56px;
    color: #313131;
}

.address3a {
    position: relative;
    display: inline-block;
}

.address3a_sub {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    line-height: normal;
    padding: 10px 0;
    box-shadow: 0 0 5px #E9EAEC;
}

.address3a_sub a {
    line-height: 30px;
    z-index: 963;
    height: auto;
    margin: 0;
    font-size: 14px;
}

.address3a:hover .address3a_sub {
    display: block;
}

.address3on {
    font-weight: bold;
    border-bottom: 4px solid #FFC800;
}

.jdjt {
    border-bottom: 1px solid rgba(112, 112, 112, 0.11);
}

.jdjt1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.jdjt_left {
    float: left;
    width: 72.5%;
    padding-right: 33px;
    border-right: 1px solid rgba(112, 112, 112, 0.11);
    padding-bottom: 38px;
    padding-top: 20px;
}

.jdjt_left1 {
    margin-top: 40px;
    font-size: 28px;
    font-weight: bold;
    line-height: 37px;
    color: #313131;
}

.jdjt_left2 {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    color: #313131;
    opacity: 0.47;
}

.jdjt_left3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #4D4B4B;
}

.jdjt_left3 p {
    margin-top: 35px;
}

.jdjt_left4 {
    margin-top: 35px;
    font-size: 0;
}

.jdjt_right {
    float: right;
    width: 26%;
    padding-top: 22px;
}

.jdjt_right2 {
    margin-top: 11px;
}

.intro_dsz {
    overflow: hidden;
}

.intro_dsz span {
    display: block;
    width: 50%;
    float: left;
    cursor: pointer;
    background-color: #E9EAEC;
    height: 63px;
    font-size: 18px;
    font-weight: 400;
    line-height: 63px;
    color: #707070;
    text-align: center;
}

.intro_dszon {
    background-color: #FCC800 !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
}

.intro_dsz1 {
    margin-top: 25px;
}

.intro_dsz2 {
    display: none;
}

.intro_dsz3 {
    overflow: hidden;
}

.intro_dsz3_left {
    float: left;
    width: 40%;
}

.intro_dsz3_left img {
    width: 100%;
    height: 425px;
}

.intro_dsz3_right {
    width: 57%;
    float: right;
    height:425px;
    overflow: hidden;
    overflow-y: auto;
}

::-webkit-scrollbar {

    width:5px;
  
  } /* 这是针对缺省样式 (必须的) */
  ::-webkit-scrollbar-track {
  
    background-color: #824100;
  
  } /* 滚动条的滑轨背景颜色 */
  
  ::-webkit-scrollbar-thumb {
  
    background-color: rgba(0,0,0, 0.3);
  
  } /* 滑块颜色 */
  
  ::-webkit-scrollbar-button {
  
    background-color:#FAC800;
  
  } /* 滑轨两头的监听按钮颜色 */
  
  ::-webkit-scrollbar-corner {
  
    background-color: black;
  
  } /* 横向滚动条和纵向滚动条相交处尖角的颜色 */

.intro_dsz3_right1 {
    margin-top: 6px;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #313131;
}

.intro_dsz3_right2 {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #707070;
}

.intro_dsz3_right3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #707070;
    margin-top: 30px;
}

.intro_dsz4 {
    overflow: hidden;
    border-bottom: 1px solid rgba(112, 112, 112, 0.11);
    margin-top: 21px;
}

.intro_dsz4_left {
    float: left;
    width: 40%;
    font-size: 0;
}

.intro_dsz4_left img {
    width: 100%;
    height: 240px;
}

.intro_dsz4_right {
    width: 57%;
    float: right;
}

.intro_dsz4_right1 {
    margin-top: 6px;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #313131;
}

.intro_dsz4_right2 {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #707070;
}

.intro_dsz4_right3 {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #707070;
}

.develop {
    margin-top: 60px;
}

.develop1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.develop2 {
    font-size: 70px;
    font-weight: 500;
    line-height: 82px;
    color: rgba(49, 49, 49, 0.17);
}

.develop3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    color: #5D2B03;
}

.develop4 {
    margin-top: 89px;
    position: relative;
}

.develop4 .swiper-container {
    padding: 10px 15px 0;
}

.develop5 {
    border-left: 1px solid #FCC800;
    padding-left: 34px;
    position: relative;
    padding-top: 1px;
}

.develop5a {
    font-size: 30px;
    line-height: 26px;
    color: #000000;
    font-weight: bold;
    margin-top: -10px;
}

.develop5a span {
    font-size: 16px;
    font-weight: normal;
}

.develop5b {
    font-size: 15px;
    line-height: 18px;
    color: #707070;
}

.develop5c {
    font-size: 0;
    margin-top: 15px;
}

.develop5d {
    position: absolute;
    left: -15px;
    top: -10px;
}

.develop_prev {
    font-size: 0;
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 96;
}

.develop_prev2 {
    display: none;
}

.develop_prev:hover .develop_prev1 {
    display: none;
}

.develop_prev:hover .develop_prev2 {
    display: block;
}

.develop_next {
    font-size: 0;
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 96;
}

.develop_prev2 {
    display: none;
}

.develop_next:hover .develop_prev1 {
    display: none;
}

.develop_next:hover .develop_prev2 {
    display: block;
}

.repuation {
    background: url(../image/repuation.png) #f8f8f8 no-repeat;
    height: 285px;
    position: relative;
}


/*公司资质*/

.repuation1 {
    width: 1100px;
    height: 285px;
    /*max-width: 1200px;*/
    /*margin: 0 auto;*/
    position: absolute;
    top: 0;
    left: 70%;
    transform: translate(-70%);
}

.banner_quali {
    width: 944px;
    height: 162px;
    /*float: right;*/
    margin-top: 62px;
    margin-left: 78px;
    overflow: hidden;
}

.banner_quali ul {
    height: 162px;
    z-index: 999;
    overflow: hidden;
}

.banner_quali ul li {
    float: left;
    border: 1px solid rgba(112, 112, 112, 0.11);
    margin-left: 12px;
}

.banner_quali ul li img {
    width: 222px;
    height: 162px;
}


/*公司资质*/

.zfgs {
    margin-top: 30px;
}

.zfgs1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.zfgs2 {
    margin-bottom: 60px;
}

.zfgs2 ul {
    overflow: hidden;
}

.zfgs2 ul li {
    list-style-type: none;
    width: 31.333%;
    margin: 20px 1% 10px;
    float: left;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
}

.zfgs3 {
    font-size: 0;
}

.zfgs3 img {
    height: 236px;
    width: 100%;
}

.zfgs4 {
    padding: 20px;
}

.zfgs4a {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #313131;
}

.zfgs4b {
    font-size: 14px;
    margin-top: 13px;
    font-weight: 400;
    line-height: 19px;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zfgs4c {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #999999;
    margin-top: 20px;
}

.zfgs4c a {
    color: #999999;
}

.about1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #313131;
    margin-top: 30px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.11);
    padding-bottom: 20px;
}

.about1 a {
    margin-left: 30px;
    color: #313131;
}

.about1 a img {
    vertical-align: middle;
}

.about2 {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #313131;
}

.about3 {}

.about3 ul {
    overflow: hidden;
}

.about3 ul li {
    list-style-type: none;
    width: 49%;
    margin: 14px 1% 0 0;
    float: left;
    background-color: #F6F6F6;
    padding: 15px 47px 15px 15px;
    overflow: hidden;
}

.about3_left {
    float: left;
    font-size: 0;
}

.about3_left img {
    width: 115px;
    height: 115px;
}

.about3_right {
    float: right;
    width: 217px;
}

.about3_right1 {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #313131;
    margin-top: 14px;
}

.about3_right2 {
    margin-top: 14px;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_left {
    float: left;
    width: 72.5%;
    border-right: 1px solid rgba(112, 112, 112, 0.11);
    padding-bottom: 38px;
    padding-top: 20px;
}

.news_left1 {
    overflow: hidden;
    padding-right: 21px;
}

.news_left1a {
    width: 48%;
    float: left;
}

.news_left1b {
    float: right;
    width: 47%;
}

.news_left1a_a {
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    color: #4D1810;
}

.news_left1a_a1 {
    margin-top: 13px;
    font-size: 18px;
    font-weight: bold;
    line-height: 31px;
    color: #333333;
}

.news_left1a_a2 {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.news_left2 {
    border-top: 1px solid rgba(112, 112, 112, 0.11);
    margin-top: 25px;
    padding: 25px 25px 15px 0;
    overflow: hidden;
}

.news_left2a {
    float: left;
    width: 91px;
    height: 91px;
    background: #F5F5F5;
    padding-top: 10px;
}

.news_left2a_a {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #FFC800;
    text-align: center;
}

.news_left2a_a1 {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #4D1810;
    padding-left: 21px;
}

.news_left2b {
    float: right;
    width: 87%;
}

.news_left2b_a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #333333;
}

.news_left2b_a a {
    color: #333333;
}

.news_left2b_a1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
}

.news_left2b_a2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #797878;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page {
    margin-top: 16px;
    text-align: right;
}

.page a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
    margin-right: 15px;
}

.pageon {
    background-color: #FCC800 !important;
    border: 1px solid #FCC800 !important;
    color: #FFFFFF !important;
}

.page_more {
    border: 1px solid #FFFFFF !important;
}

.news_tj {
    float: right;
    width: 26%;
    padding-top: 22px;
}

.news_tj1 {
    border: 1px solid rgba(112, 112, 112, 0.11);
    padding: 15px;
    margin-bottom: 14px;
}

.news_tjb {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
    margin-top: 9px;
}

.news_tjb a {
    color: #333333;
}

.news_tjc {
    margin-top: 9px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.detail {
    font-size: 30px;
    font-weight: bold;
    line-height: 51px;
    color: #333333;
}

.detail1 {
    margin-top: 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
}

.detail1 span {
    margin-left: 32px;
}

.detail2 {
    margin-top: 25px;
    padding-top: 10px;
    padding-right: 14px;
    border-top: 1px solid rgba(112, 112, 112, 0.11);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
}

.detail2 img {
    margin-top: 10px;
}

.sxp {
    margin-top: 40px;
    padding-right: 14px;
}

.sxp span {
    display: inline-block;
    max-width: 45%;
}

.sxp span code {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #333333;
}

.sxp span a {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fr {
    float: right;
}

.read {
    position: relative;
    margin-top: 40px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.11);
    margin-bottom: 20px;
}

.read span {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 31px;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 3px solid #FFC800;
}

.read a {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 130px;
    height: 35px;
    background: #FFC800;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
}

.news_detail {
    margin-top: 25px;
    padding: 25px 25px 15px 0;
    overflow: hidden;
}

.pro_serve {
    overflow: hidden;
}

.pro_serve1 {
    width: 48%;
    margin: 0 1%;
    float: left;
}

.pro_serve2 {
    font-size: 0;
    position: relative;
    margin-top: 16px;
}

.pro_serve3 {
    position: absolute;
    left: 20px;
    bottom: 25px;
}

.pro_serve3 span {
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}

.pro_serve3 code {
    display: block;
    width: 49px;
    height: 3px;
    background-color: #FFFFFF;
    margin-top: 10px;
}

.pro_left {
    float: left;
    width: 72.5%;
    border-right: 1px solid rgba(112, 112, 112, 0.11);
    padding-bottom: 38px;
    padding-top: 20px;
    padding-right: 40px;
}

.pro_list {
    background-color: #FAFAFA;
    margin-bottom: 25px;
    overflow: hidden;
    padding-right: 20px;
}

.pro_list1 {
    float: left;
    font-size: 0;
}

.pro_list2 {
    float: right;
    width: 70%;
}

.pro_list2a {
    font-size: 17px;
    font-weight: 500;
    line-height: 29px;
    color: #333333;
    margin-top: 59px;
}

.pro_list2b {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pro_list2c {
    font-size: 12;
    line-height: 14px;
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
}

.pro_list2c a {
    color: #999999;
}

.pro_list2c a img {
    margin-left: 12px;
}

.address4 {
    float: right;
    width: 26%;
    font-size: 16px;
    font-weight: bold;
    color: #313131;
    line-height: 60px;
}

.address4 a {
    float: right;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}

.video {}

.video ul {
    overflow: hidden;
}

.video ul li {
    list-style-type: none;
    width: 48%;
    margin: 0 1% 25px;
    float: left;
}

.video1 {
    font-size: 0;
    position: relative;
}

.video_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video2 {
    padding: 11px 15px;
    border: 1px solid rgba(112, 112, 112, 0.11);
}

.video2a {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #313131;
}

.video2b {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #999999;
    margin-top: 7px;
}

.video2b a {
    color: #999999;
}

.video2b a img {
    margin-left: 12px;
}

.video_detail {
    margin-top: 50px;
}

.video_detail1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.video_box {
    margin: 40px 0;
}

.video_detail3 {
    margin-top: 25px;
    padding-top: 10px;
    padding-right: 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
}

.video_detail4 {}

.video_detail4 ul {
    overflow: hidden;
}

.video_detail4 ul li {
    list-style-type: none;
    width: 31.333%;
    margin: 0 1% 25px;
    float: left;
}

.recruit {
    margin-top: 39px;
}

.recruit1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.recruit2 {
    text-align: center;
    font-size: 0;
}

.recruit2 input {
    width: 676px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #BEBBBB;
    opacity: 1;
    border-radius: 6px 0px 0px 6px;
    font-size: 16px;
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 25px;
}

.recruit2 button {
    width: 182px;
    height: 55px;
    background: #FCC800;
    border-radius: 0px 6px 6px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    border: 0;
}

.recruit3 {
    margin-top: 60px;
}

.recruit3 ul {
    overflow: hidden;
}

.recruit3 ul li {
    list-style-type: none;
    width: 31.33%;
    margin: 0 1% 16px;
    float: left;
    background-color: #FAFAFA;
}

.recruit4 {
    padding: 18px 20px 14px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.17);
}

.recruit4a {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #313131;
}

.recruit4a span {
    float: right;
    font-size: 16px;
    color: #D53131;
}

.recruit4b {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    color: #313131;
}

.recruit4c {
    margin-top: 11px;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    color: #313131;
}

.recruit4c span {
    float: right;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    color: #313131;
}

.recruit5 {
    overflow: hidden;
    padding: 11px 13px 7px 24px;
}

.recruit5 a {
    display: block;
    float: right;
    width: 93px;
    height: 30px;
    background: #FCC800;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
}

.zpsj {
    margin-top: 22px;
}

.zpsj1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.zpsj_left {
    float: left;
    width: 72%;
}

.zpsj_left1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #313131;
}

.zpsj_left2 {
    font-size: 0;
    margin-top: 15px;
}

.zpsj_left2 input {
    width: 78%;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #BEBBBB;
    opacity: 1;
    border-radius: 6px 0px 0px 6px;
    font-size: 16px;
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 25px;
}

.zpsj_left2 button {
    width: 22%;
    height: 55px;
    background: #FCC800;
    border-radius: 0px 6px 6px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    border: 0;
}

.zpsj_left3 {
    margin-top: 18px;
    font-size: 0;
}

.zpsj_left3 select {
    width: 235px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #BEBBBB;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-right: 15px;
    outline: none;
}

.zpsj_left4 {
    margin-top: 35px;
}

.zpsj_left4a {
    margin-bottom: 25px;
    background-color: #FAFAFA;
}

.zpsj_right {
    width: 26%;
    float: right;
    background-color: #F6F6F6;
    padding: 19px 20px 40px;
    margin-bottom: 30px;
}

.zpsj_right1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #313131;
}

.zpsj_right2 {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #313131;
}

.zpsj_right2 span {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #FF6B6B;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.zwms {
    overflow: hidden;
}

.zwms_left {
    float: left;
}

.zwms_left1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #313131;
}

.zwms_left2 {
    width: 49px;
    height: 4px;
    background: #FFC800;
    margin-top: 13px;
}

.zwms_left3 {
    margin-top: 27px;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    color: #313131;
}

.zwms_left4 {
    margin-top: 27px;
}

.zwms_left4 a {
    display: block;
    width: 93px;
    height: 30px;
    background: #FCC800;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
}

.zwms_right {
    float: right;
    margin-right: 40px;
}

.zwms_right1 {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #313131;
    font-weight: bold;
}

.zwms_right2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #313131;
    margin-bottom: 20px;
}

.zwms_rimg {
    font-size: 0;
    float: right;
    margin-right: 30px;
}

.zp_right {
    background-color: #FCC800;
    padding: 30px;
}

.zp_right1 {
    font-size: 0;
    text-align: center;
}

.zp_right2 {
    text-align: center;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #FFFFFF;
}

.zp_right3 {
    margin-top: 14px;
}

.zp_right3 input {
    margin-top: 12px;
    width: 100%;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    color: #FFFFFF;
    padding-left: 15px;
    background-color: rgba(255, 255, 255, 0);
}

.zp_right3 input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #FFFFFF;
}

.zp_right3 input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #FFFFFF;
}

.zp_right3 input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #FFFFFF;
}

.zp_right4 {
    margin-top: 22px;
}

.zp_right4 input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    color: #FCC800;
}

.basic {
    margin-top: 30px;
}

.basic1 {
    margin-bottom: 18px;
    font-size: 0;
}

.basic1 input {
    width: 400px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #BEBBBB;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    padding-left: 25px;
    margin-right: 20px;
}

.basic1 select {
    width: 400px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #BEBBBB;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    padding-left: 25px;
    margin-right: 20px;
    outline: none;
}

.basic2 {
    margin-bottom: 18px;
    font-size: 0;
}

.basic2 input {
    width: 820px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #BEBBBB;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    padding-left: 25px;
    margin-right: 20px;
}

.basic3 {
    margin-top: 32px;
}

.basic3 input {
    width: 345px;
    height: 55px;
    background: #FCC800;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}


/*弹窗*/

.popup {
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, .55);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.popup-item {
    width: 33%;
    height: auto;
    background-color: #FFFFFF;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

.cancel {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}