@charset "UTF-8";

/* css reset */


/*@font-face {
    font-family: 'Microsoft YaHei Light';
    src: url('../font/Microsoft YaHei Light/MicrosoftYaHeiLight.eot');
    src: url('../font/Microsoft YaHei Light/MicrosoftYaHeiLight.eot?#iefix') format('embedded-opentype'),
    url('../font/Microsoft YaHei Light/MicrosoftYaHeiLight.woff') format('woff'),
    url('../font/Microsoft YaHei Light/MicrosoftYaHeiLight.ttf') format('truetype'),
    url('../font/Microsoft YaHei Light/MicrosoftYaHeiLight.svg#iconfont') format('svg');
}*/

*,
body,
html,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
i,
strong,
small,
ul,
li,
dl,
dt,
dd,
ol,
table,
tr,
td,
th,
a,
input,
textarea,
label,
img,
hr {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,
body {
    /* width: 100%; */
    /* height: 100%; */
    /* position: relative; */
    /* overflow-x: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    /*-webkit-transition: .3s;transition: .3s;*/
    color: #333333;
}

img {
    border: 0;
    height: auto;
    vertical-align: middle;
    max-width: 100%
}

span {
    display: inline-block;
}

i {
    font-style: normal;
    -webkit-transition: .3s;
    transition: .3s;
}

ul,
li {
    list-style: none
}

em {
    font-style: normal;
}

input:focus,
textarea:focus,
select:focus,
button {
    outline: none;
}

body {
    font-family: "Microsoft YaHei", "Arial", "serif", "sans-serif", "cursive", "fantasy", "monospace";
    font-weight: 300;
    font-size: 14px;
    color: #333;
    background-color: #F7F6F4;
}

.clear {
    clear: both;
    zoom: 1;
}

.clear:after,
.clear:before {
    content: "";
    display: table;
    height: 0;
    clear: both;
}

.wrap {
    width: 990px;
    margin: 0 auto;
}

.fl,
li {
    float: left
}

.fr {
    float: right
}


/*.txt{position: absolute;}*/

.center {
    text-align: center;
}


/*header*/

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 90px;
    z-index: 9;
    background: #FFF;
    background: rgba(255, 255, 255, 0.6);
    background: url(../image/headerbg.jpg);
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.logo {
    line-height: 90px;
    position: relative;
    width: 280px;
}

.logo a {
    height: 55px;
    width: 200px;
    position: absolute;
}

.logo a.self {
    width: 115px;
    right: 0;
}

.head_t {
    font-size: 12px;
    padding-top: 12px;
    color: #666
}

.head_t a {
    color: #666
}

.head_t .h_links li {
    padding-left: 1em;
    background: url("../image/icon-menup2.jpg") left center no-repeat;
    margin-right: 1em;
    line-height: 24px;
}

.head_t .h_links li a:hover {
    color: #ed9226;
}

.head_search {
    position: relative;
}

.head_search input.search_word {
    width: 146px;
    height: 24px;
    line-height: 22px;
    border: 1px solid #e6e6e6;
    padding: 0 0.2em;
    box-sizing: border-box;
    background: #FFF;
    background: rgba(255, 255, 255, 0.6)
}

.head_search input.search_btn {
    background: transparent;
    border: none;
    width: 19px;
    height: 22px;
    background: url("../image/icon-search.jpg") center no-repeat;
    position: absolute;
    right: 2px;
    top: 1px;
    cursor: pointer;
}

.h_group {
    position: relative;
    padding-bottom: 15px;
}

.h_group .title {
    padding: 0 15px 0 1em;
    background: url("../image/icon-menup.jpg") right center no-repeat;
    line-height: 24px;
    cursor: pointer;
}

.h_group .list {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d2d3d6;
    padding: 15px 8px;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 100;
    display: none;
}

.h_group .list a {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px dashed #cdcdcd;
    color: #585858;
    display: inline-block;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    width: 120px;
}

.h_group .list li a:hover {
    background: #ed9226;
    color: #FFF;
}

.nav li {
    float: left;
    line-height: 24px;
    position: relative;
    font-size: 15px;
    padding-left: 30px;
}

.nav li>a {
    display: block;
    color: #313030;
    font-weight: bold;
}

.nav li:nth-child(1)>a:hover:after {
    display: none;
}

.nav li>a:hover:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 6px solid #c4beb2;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: -6px;
}

.nav li a:hover,
.nav li.on>a {
    color: #ed9226;
}

.nav li dl {
    position: absolute;
    width: 500%;
    top: 24px;
    text-align: center;
    left: 0;
    line-height: 47px;
    display: none;
    margin-left: -200%;
    text-align: center;
}

.nav li:hover dl {
    display: block;
    z-index: 5;
}

.nav li dl dd {
    font-size: 12px;
    color: #ffffff;
    padding: 0 0.5em;
    display: inline-block;
}

.nav li dl dd a {
    color: #ffffff;
}

.nav_wrap {
    width: 100%;
    position: absolute;
    top: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: none;
    background: #C4BEB2;
    height: 39px;
    min-width: 980px;
    z-index: 2;
}

.nav_wrap.on {
    display: block;
}


/*index_banner*/

.index_banner {
    height: 537px;
    position: relative
}

.index_banner .bd ul,
.index_banner .bd .swiper-slide {
    width: 100% !important;
}

.index_banner .bd li {
    height: 537px;
    width: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.index_banner .bd li a {
    display: block;
    width: 100%;
    height: 100%
}

.index_banner .hd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #f4a21b;
    background: rgba(244, 162, 27, 0.8);
}

.index_banner .hd .wrap {
    position: relative
}

.index_banner .hd ul {
    padding-top: 16px;
}

.index_banner .hd li {
    width: 17px;
    height: 26px;
    margin: 0 8px 0 5px;
    background: url(../image/banner_nav.png) no-repeat center;
    font-size: 0;
    text-indent: 9999px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer
}

.index_banner .hd li.on {
    opacity: 1;
    filter: alpha(opacity=100)
}

.index_banner .hd a {
    position: absolute;
    right: 10px;
    top: -34px;
}

.index_banner .hd a:hover {
    -webkit-animation: bannerTitlePlay 0.8s linear;
    animation: bannerTitlePlay 0.8s linear;
}

@-webkit-keyframes bannerTitlePlay {
    0% {
        -webkit-transform: translateY(0px)
    }
    50% {
        -webkit-transform: translateY(-15px)
    }
    100% {
        -webkit-transform: translateY(0px)
    }
}

@keyframes bannerTitlePlay {
    0% {
        transform: translateY(0px)
    }
    50% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0px)
    }
}


/*index_main*/

.index_main {
    margin-top: 35px;
}

.index_news {
    width: 640px;
}

.index_pro {
    width: 290px;
}

.index_title {
    margin-bottom: 26px;
}

.index_title h2 {
    font-size: 20px;
    line-height: 40px;
    float: left;
}

.index_more {
    float: right;
    line-height: 40px;
}

.index_news_img {
    width: 287px;
    height: 172px;
}

.index_news_img img {
    width: 100%;
    height: 100%
}

.index_news_txt {
    width: 323px;
}

.index_news_txt dl {
    margin-top: -5px;
}

.index_news_txt dd {
    padding-left: 16px;
    background: url(../image/dot_f.jpg) no-repeat left center;
}

.index_news_txt dd a {
    display: block;
    line-height: 26px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.index_news_txt dd:hover a {
    color: #f5a11b
}

.index_pro_wrap dd {
    margin-bottom: 7px;
    line-height: 37px;
    background: #ffffff;
}

.index_pro_wrap dd a {
    display: block
}

.index_pro_wrap dd img {
    margin-right: 21px;
}

.index_pro_wrap dd p {
    font-size: 15px;
    letter-spacing: 2px;
}

.index_pro_wrap dd:hover {
    background: #eee
}

.index_service {
    margin: 60px 0;
}

.index_service_wrap {
    position: relative
}

.index_service_wrap .swiper-container {
    height: 189px;
    overflow: hidden;
}

.index_service_wrap .swiper-slide {
    width: 188px;
    margin-right: 12px;
}

.index_service_wrap .swiper-slide.last {
    margin-right: 0
}

.index_service_wrap .swiper-slide a {
    display: block;
}


/*
.index_service_wrap .bd li:last-child{margin-right: 0}
*/

.index_service_wrap .swiper-slide .img {
    width: 100%;
    height: 147px;
}

.index_service_wrap .swiper-slide .img img {
    width: 100%;
    height: 100%
}

.index_service_wrap .swiper-slide p {
    line-height: 36px;
    color: #FFF;
    background: #f5a11b;
    padding: 0 15px 0 20px;
    font-size: 16px;
    letter-spacing: 2px;
}

.index_service_wrap .swiper-slide p span {
    float: right;
    font-size: 20px;
}

.index_service_wrap .swiper-slide:hover p {
    background: #f5840d
}

.index_service_wrap .hd a {
    position: absolute;
    width: 30px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 3
}

.index_service_wrap .hd a.prev {
    background-image: url(../image/prev.png);
    left: 0
}

.index_service_wrap .hd a.next {
    background-image: url(../image/next.png);
    right: 0
}

.index_service_wrap .hd a:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.index_service_wrap .hd a.prevStop,
.index_service_wrap .hd a.nextStop {
    display: none;
}

.index_links {
    background: #ffffff;
    padding: 40px 0
}

.index_links li {
    width: 182px;
    text-align: center;
    border-right: 1px dashed #ddd
}

.index_links li a {
    display: block;
}

.index_links li .icon {
    height: 52px;
    line-height: 51px;
}

.index_links li.l1,
.index_links li.l6 {
    width: 120px;
}

.index_links li.l6 {
    border-right: 0;
    text-align: right;
    padding-right: 8px;
}

.index_links li.l1 {
    text-align: left;
    padding-left: 8px;
}

.index_links li.l1 .icon {
    padding-left: 2px;
}

.index_links li.l6 .icon {
    padding-right: 3px;
}

.index_links li p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    padding-top: 1em;
}

.index_links li:hover p {
    color: #f5a11b
}


/*footer*/

.footer {
    padding: 35px 0;
    font-size: 13px;
    color: #999;
    line-height: 34px;
}

.footer a {
    color: #999;
}

.footer .fl {
    position: relative
}

.footer .ewm0 {
    position: absolute;
    left: 50%;
    margin-left: 90px;
    top: -180px;
    width: 165px;
    height: 175px;
    display: none;
}

.footer .fr li {
    padding: 0 10px;
    position: relative
}

.footer .fr li:after {
    position: absolute;
    content: '';
    height: 1em;
    width: 1px;
    right: -0.5px;
    background: #ddd;
    top: 50%;
    margin-top: -0.5em;
}

.footer .fr li:last-child:after {
    display: none;
}

.footer .fr li a:hover {
    color: #f5a11b
}

.footer .ewm1 {
    position: absolute;
    left: 90%;
    margin-left: -80px;
    top: -180px;
    width: 165px;
    height: 175px;
    display: none;
}

.footer .ewm2 img {
    width: 90%;
}


/* banner */

.banner {
    height: 300px;
}

.banner img {
    width: 100%;
    height: 300px;
}


/* main */

.main {
    padding: 64px 0 150px;
    background: #f7f7f6;
}

.main_wrap {
    width: 740px;
}

.main_inner {
    min-height: 300px;
}

.in_title {
    border-bottom: 2px solid #f5a11b;
    margin-bottom: 36px;
    line-height: 48px;
}

.in_title h3 {
    font-size: 24px;
    position: relative;
    color: #f5a11b;
    padding-left: 0.25em;
}

.in_title h3:after {
    position: absolute;
    content: '';
    width: 4.5em;
    height: 2px;
    background: #9f9f9f;
    bottom: -2px;
    left: 0
}

.cru_nav a {
    color: #333;
    font-size: 12px
}

.cru_nav a:hover,
.cru_nav a.active {
    color: #f5a11b;
}


/* aside */

.aside {
    width: 180px;
}

.aside h2 {
    font-size: 18px;
    line-height: 48px;
    border-bottom: 2px solid #5c5c5c;
    margin-bottom: 36px;
}

.aside li {
    float: none;
}

.aside li a {
    display: block;
    padding-left: 13px;
    line-height: 42px;
    font-size: 14px;
    border-bottom: 1px solid #e9e9e8;
    color: #666
}

.aside li.active>a,
.aside li:hover>a {
    color: #FFF;
    background: #f5a11b
}

.aside .active dd>a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #f5a11b;
    margin-right: 1em;
    vertical-align: middle;
}

.aside .active dd.on>a,
.aside .active dd:hover>a {
    color: #f5a11b;
}


/* about */

.about .img {
    padding-bottom: 22px;
    border-bottom: 1px dashed #bfbfbf;
}

.about .info {
    padding-top: 15px;
}

.info h4 {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #f5a11b;
    font-weight: bold;
}

.info p {
    /*text-indent: 2em;*/
    font-size: 12px;
    line-height: 2;
    padding-bottom: 1.5em;
    color: #999
}


/*about_hx*/

.about_hx .img {
    border: none;
}


/* pages */

.pages {
    margin-top: 30px;
    line-height: 30px;
    font-size: 12px;
}

.page_wrap {
    margin: 0 10px;
    display: flex;
}

.page_wrap div {
    margin: 0 1px;
}

.page_wrap div a {
    display: block;
    padding: 0 25px;
    background: #eae6e2;
    font-size: 14px;
    cursor: pointer;
}

.page_wrap div a:hover {
    background: #f5a11b
}

.page_link select {
    font-size: 12px;
    width: 38px;
}


/**/

.about_td_item {
    padding: 0 0 60px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}

.about_td_item:last-child {
    border-bottom: 0
}

.about_td_item_title {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 1em;
    color: #f5a11b
}

.about_td_item_title span {
    font-size: 12px;
    color: #7e7e7e;
    margin-left: 2em;
}

.about_td_item_desc p {
    font-size: 12px;
    color: #7e7e7e;
    line-height: 2;
    padding-left: 18px;
    background: url(../image/dot_l.jpg) no-repeat 3px 8px;
}


/* news */

.news a {
    display: block;
}

.news h4 {
    font-size: 14px;
    font-weight: bold;
    color: #f5a11b;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news .news_date {
    font-size: 12px;
    line-height: 2;
    color: #666;
    margin-bottom: 10px;
}

.news p {
    font-size: 12px;
    line-height: 2;
    color: #7e7e7e
}

.news_top {
    padding: 10px;
    background: #FFF;
}

.news_item {
    padding: 15px 0;
    border-bottom: 1px dashed #a0a0a0;
}

.news_top .img {
    width: 214px;
}

.news_top .txt {
    width: 475px;
}

.news_top .txt span {
    font-size: 12px;
    color: #f5a11b;
    line-height: 1;
    margin-top: 0.8em;
}

.news_top .txt span strong {
    color: #333;
}

.news_top .txt span:hover strong {
    color: #f5a11b
}


/*news_detail*/

.imcontent h2 {
    font-size: 14px;
    font-weight: bold;
    color: #f5a11b;
    line-height: 40px;
}

.imcontent p,
.imcontent span {
    font-size: 12px !important;
    line-height: 2em;
}

.imcontent.tx_middle p,
.imcontent.tx_middle span {
    font-size: 14px !important;
}

.imcontent.tx_big p,
.imcontent.tx_big span {
    font-size: 16px !important;
}

.otherinfo {
    padding-bottom: 8px;
    border-bottom: 1px dashed #b2b2b2;
    overflow: hidden;
    height: 24px;
}

.otherinfo .setfont {
    padding-left: 23px;
}

.otherinfo .setfont a {
    font-size: 12px;
    display: inline-block;
    margin: 0 5px;
}

.otherinfo .setfont a.current {
    color: #f5a11b;
    font-weight: bold;
}

.imcontent .cont {
    margin-top: 10px;
    padding-bottom: 10px;
}

.imcontent .cont p {
    padding: 10px 0;
    color: #555;
}

.imcontent .cont a {
    display: inline;
}

.contshare {
    margin-top: 40px;
}

.contshare span,
.contshare span a {
    font-size: 12px;
    line-height: 18px;
}

.contshare span {
    vertical-align: top
}

.contshare span.ikeep,
.contshare span.isave,
.contshare span.iprint,
.contshare span.ishare {
    padding-left: 18px;
    display: inline-block;
    margin-right: 5px;
}

.contshare span.ikeep {
    background: url(../image/icon-keep.jpg) no-repeat 0 3px;
}

.contshare span.iprint {
    background: url(../image/icon-print.jpg) no-repeat 0 3px;
}

.xgnews {
    margin-top: 18px;
    overflow: hidden;
    background: #ecebe9;
    padding: 15px;
    position: relative;
    z-index: 11;
    zoom: 1;
}

.xgnews h3 {
    position: absolute;
    overflow: hidden;
    background: #f5a11b;
    width: 90px;
    padding-left: 15px;
    padding-top: 18px;
    height: 142px;
    color: #fff;
    font-size: 14px;
    right: 0;
    top: 0;
}

.xgnews ul li {
    line-height: 26px;
    overflow: hidden;
    float: none;
    max-width: 88%;
}

.xgnews ul li span {
    font-size: 12px;
    float: left;
    padding-left: 15px;
    background: url(../image/icon_list.png) no-repeat left center;
}

.xgnews ul li a {
    float: left;
    font-size: 12px;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 84%;
}

.xgnews ul li:hover a {
    color: #f5a11b
}


/* product */

.pro_nav {
    padding-bottom: 40px;
    border-bottom: 1px dashed #bfbfbf
}

.pro_nav li {
    width: 173px;
    text-align: center;
    margin-right: 15px;
    background: #f9f9fb;
    -webkit-box-shadow: 1px 2px 10px 1px #ddd;
}

.pro_nav li.l4 {
    margin-right: 0;
}

.pro_nav li a {
    display: block;
    padding: 22px 0 2px;
}

.pro_nav li .icon {
    height: 38px;
    background-position: center;
    background-repeat: no-repeat
}

.pro_nav li h4 {
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 1px;
}

.pro_nav li:hover,
.pro_nav li.active {
    background: #f5a11b
}

.pro_nav li:hover h4,
.pro_nav li.active h4 {
    color: #FFF
}

.pro_nav li.l1 .icon {
    background-image: url(../image/pro_icon_01.png)
}

.pro_nav li.l2 .icon {
    background-image: url(../image/pro_icon_02.png)
}

.pro_nav li.l3 .icon {
    background-image: url(../image/pro_icon_03.png)
}

.pro_nav li.l4 .icon {
    background-image: url(../image/pro_icon_04.png)
}

.pro_nav li.l1:hover .icon,
.pro_nav li.l1.active .icon {
    background-image: url(../image/pro_icon_05.png)
}

.pro_nav li.l2:hover .icon,
.pro_nav li.l2.active .icon {
    background-image: url(../image/pro_icon_06.png)
}

.pro_nav li.l3:hover .icon,
.pro_nav li.l3.active .icon {
    background-image: url(../image/pro_icon_07.png)
}

.pro_nav li.l4:hover .icon,
.pro_nav li.l4.active .icon {
    background-image: url(../image/pro_icon_08.png)
}

.pro_wrap {
    padding-top: 30px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 1.715;
}

.pro_wrap p {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 1.715;
}

.pro_wrap dt {
    font-size: 14px;
    color: #f5a11b;
    font-weight: bold;
    line-height: 3
}

.pro_wrap dd {
    font-size: 12px;
    line-height: 2
}

.pro_wrap .dl2 dd {
    padding-left: 16px;
    background: url(../image/dot_l.jpg) no-repeat left 9px !important;
}


/*pro_rz*/

.pro_rz .clear {
    margin-top: 25px;
}

.pro_rz .fl {
    width: 280px;
    text-align: justify
}

.pro_rz .fr {
    width: 439px;
    padding-top: 45px;
    text-align: center;
}


/*pro_jy*/

.pro_jy .img {
    text-align: center;
    margin: 50px 0 0
}


/*pro_dz*/

.pro_dz dl {
    margin-bottom: 25px;
}


/* pooer */

.pooer .img {
    padding-bottom: 40px;
}

.pooer .info {
    padding-top: 25px;
}

.pooer .info h4 {
    margin-bottom: 5px;
}

.pooer .info p {
    text-indent: 0
}


/* employ */

.employ_item h4 {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #f5a11b;
    font-weight: bold;
}

.employ_item p {
    font-size: 12px;
    line-height: 2;
    color: #999;
    padding-bottom: 1.5em;
}

.employ_t {
    border-bottom: 1px dashed #bfbfbf;
    margin-bottom: 2em;
    padding-bottom: 0.5em;
}


/*employ_yj*/

.employ_yj .img {
    padding-bottom: 40px;
}

.employ_yj_wrap>h4 {
    font-size: 14px;
    color: #f5a11b;
    line-height: 4;
    font-weight: bold;
}

.employ_yj_wrap dt {
    height: 40px;
    background: #f2c085;
}

.employ_yj_wrap dl span,
.employ_yj_wrap dl a {
    font-size: 12px;
    line-height: 58px;
    color: #666;
    text-align: center
}

.employ_yj_wrap dt span {
    font-size: 14px;
    line-height: 40px;
    color: #333;
}

.employ_yj_wrap dl .p_dep {
    width: 140px;
}

.employ_yj_wrap dl .p_post {
    width: 250px;
}

.employ_yj_wrap dl .p_num {
    width: 140px;
}

.employ_yj_wrap dl .p_date {
    width: 196px;
}

.employ_yj_wrap dd:nth-child(2n+1) {
    background: #f6ede1
}

.employ_yj_wrap dd.odd {
    background: #f6ede1
}

.employ_yj_wrap dl a:hover {
    color: #f5a11b
}

.employ_yj_detail>h4 {
    font-size: 16px;
    font-weight: bold;
    color: #f5a11b;
    line-height: 2;
    padding: 1em 0 0
}

.employ_yj_detail_date {
    font-size: 14px;
    line-height: 3;
    margin-bottom: 10px;
}

.employ_yj_detail_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    color: #333
}

.employ_yj_detail_desc {
    color: #999;
    line-height: 2.5;
    padding-top: 10px;
}

.employ_yj_detail_btn {
    padding: 10px 30px;
    font-size: 14px;
    color: #FFF;
    background: #f5a11b;
    margin-top: 40px;
}


/*employ_lx*/

.employ_lx_item dl {
    width: 370px;
}

.employ_lx_item dt {
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    color: #f5a11b;
    padding-bottom: 1em;
}

.employ_lx_item dd {
    padding-left: 26px;
    line-height: 30px;
    font-size: 12px;
    color: #7e7e7e;
    background: url(../image/icon-contact.jpg) no-repeat left center;
}

.employ_lx_item dd.add {
    background-position: 0 -20px
}

.employ_lx_item dd.tel {
    background-position: 0 -45px
}

.employ_lx_item dd.fax {
    background-position: 0 -70px
}

.employ_lx_item dd.mail {
    background-position: 0 -93px
}

.employ_map {
    width: 365px;
    height: 220px;
}


/* soice */

.soice_img {
    padding: 30px 0 0 10px;
    width: 305px;
}

.soice_txt {
    width: 330px;
    padding-top: 15px;
}

.soice_txt dt {
    font-size: 14px;
    line-height: 34px;
    color: #f5a11b;
    font-weight: bold;
    background: url(../image/dt_bg.jpg) no-repeat 5.5em center;
}

.soice_txt dd {
    font-size: 12px;
    color: #7e7e7e;
    line-height: 28px;
    margin-bottom: 24px;
}


/*soice_zr*/

.soice_zr>h4 {
    font-size: 14px;
    font-weight: bold;
    color: #f5a11b;
    line-height: 3;
    margin-bottom: 1.6em;
}

.soice_zr .tabH {
    display: flex;
}

.soice_zr .tabH h4 {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    line-height: 3;
    margin-bottom: 1.6em;
    margin-right: 1.6em;
    cursor: pointer;
}

.soice_zr .tabH h4.active {
    color: #f5a11b;
}

.tab-ul {
    position: relative;
}

.tab-ul .tab-box {
    position: absolute;
    top: 120px;
    opacity: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.tab-ul .tab-box.active {
    position: relative;
    top: 0px;
    opacity: 1;
    left: 0;
    transition: all 0.6s;
    z-index: 2;
    width: 100%;
}

.soice_zr .tab-box ul:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.soice_zr .tab-box li {
    width: 184px;
    padding-right: 12px;
    margin-bottom: 40px;
}

.soice_zr .tab-box li:nth-child(4n) {
    padding-right: 0
}


/* .soice_zr .tab-box li:nth-child(-n+4) {
    border-bottom: 1px solid #bfbfbf;
} */

.soice_zr .tab-box li.four {
    margin-right: 0
}

.soice_zr .tab-box li .img {
    height: 235px;
    overflow: hidden;
}

.soice_zr .tab-box li .img img {
    width: 100%
}

.soice_zr .tab-box li .txt {
    margin-bottom: 10px;
}

.soice_zr .tab-box li .txt p {
    font-size: 12px;
    line-height: 50px;
    color: #666;
    width: 145px;
    padding-left: 5px;
}

.soice_zr .tab-box li .txt p a {
    display: block;
    color: #666;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.soice_zr .tab-box li .txt p:hover a {
    color: #f5a11b
}

.soice_zr .tab-box li .download {
    float: right;
    width: 20px;
    height: 50px;
    background: url(../image/down.png) no-repeat center;
}


/* sitemap */

.sitemap .main_wrap {
    width: 100%
}

#sitemap {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

#sitemap .sm_1 .title {
    background: #eeedec;
    color: #000000;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    position: relative;
}

#sitemap .sm_1 .title:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background: #f5a11b
}

#sitemap .sm_1 .sm_2 .tit a {
    color: #333333;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-indent: 17px;
}

#sitemap .sm_1 .sm_2 a {
    color: #333333;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-indent: 17px;
}

#sitemap .sm_1 .sm_2 a:hover {
    color: #f5a11b
}

#sitemap .sm_1 .sm_2 {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #edebea;
}

#sitemap .sm_1 {
    float: left;
    margin-bottom: 50px;
    margin-right: 100px;
    width: 263px;
}

#sitemap .sm_1.sm3,
#sitemap .sm_1.sm6 {
    margin-right: 0
}

#sitemap .sm_1.first {
    border-left: none;
    clear: both;
}


/* state */

.state p {
    font-size: 14px;
    line-height: 1.75;
    padding-bottom: 1em;
    color: #555;
}


/* search */

.search_t {
    padding: 0 0 36px 0;
    border-bottom: 1px solid #bebdbc;
}

.search_t p.fl {
    line-height: 32px;
    font-size: 14px;
    color: #666;
}

.search_box input[type='text'] {
    width: 168px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #b6b6b6;
    vertical-align: top;
    padding-left: 3px;
    float: left;
}

.search_box input[type='submit'] {
    width: 32px;
    height: 32px;
    background: url(../image/search.png);
    background-size: 100%;
    border: none;
    float: left;
    cursor: pointer;
}

.search_wrap {
    padding: 20px 0 0;
}

.search_item {
    padding: 20px 0;
}

.search_item a {
    display: block;
}

.search_item .search_title {
    line-height: 2;
    font-size: 14px;
    color: #333;
}

.search_item .search_title span {
    color: #f5a11b
}

.search_item .search_desc {
    line-height: 2;
    font-size: 12px;
    color: #666;
}


/*gai*/

.index_news_img {
    display: none;
}

.index_news_txt {
    float: left;
}

.index_news {
    width: 325px;
}

.index_news2 {
    width: 325px;
    margin-left: 25px;
}

.em-zp h4 {
    display: inline-block;
    margin-right: 2px;
    line-height: 3;
}

.em-zp a {
    color: #ffffff;
    padding: 0 10px;
    font-size: 14px;
    background: #6d5a54;
}

.em-zp .hhh1 a {
    background: #ed9226;
    color: #ffffff;
    display: block;
    padding-top: 5px;
}

.zpp .img {
    border-bottom: none;
}

.zpp dl {
    border-top: 1px solid #bfbfbf;
    padding-top: 20px;
}

.zpp .employ_yj_wrap dl dt span {
    width: 122.5px;
    float: left;
    border-right: 1px solid #ffffff;
}

.zpp .employ_yj_wrap dl dd span {
    text-align: center;
    width: 122.5px;
    float: left;
    font-size: 14px;
    border-right: 1px solid #ffffff;
    line-height: inherit;
    height: 100%;
}

.zpp .employ_yj_wrap dl dd:nth-of-type(odd) .div-biao {
    background: #f6ede1
}

.zpp .employ_yj_wrap dl dd:nth-of-type(even) span {
    background: #f7f7f7;
}

.zpp .employ_yj_wrap dl dt span:last-of-type,
.zpp .employ_yj_wrap dl dd span:last-of-type {
    border-right: none;
}

.div-top {
    display: none;
    padding: 25px;
    background: #ffffff;
}

.div-top h5 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px
}

.div-top h5:last-of-type {
    margin-top: 15px;
}

.div-top p {
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
}

.div-top .last {
    color: #f19e3d;
    font-weight: bold;
    margin-top: 15px;
}

.baac {
    background: #ed9226!important;
    color: #333333!important;
}

.div-top p a {
    color: #f19e3d!important;
    line-height: inherit!important;
    background: none;
    font-size: 15px;
}

.div-top p a:hover {
    color: #ff8b01!important;
}

.em-zp .page_wrap li a {
    background: #d8cec4;
}

.em-zp .page_wrap li a:hover {
    background: #f5a11b;
}

.div-biao {
    height: 50px;
    line-height: 25px;
}

.zpp .employ_yj_wrap dl dt span {
    width: 104.5px;
}

.zpp .employ_yj_wrap dl dd span {
    width: 104.5px;
}

.news .gallery-top {
    width: 550px;
    margin-bottom: 25px;
}

.news .gallery-top .swiper-slide img {
    height: 310px;
}

.news .gallery-top .swiper-slide {
    text-align: center;
}

.news .gallery-thumbs,
.about-gy-sm {
    width: 550px;
}

.about-gy-sm {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.news .swiper-slide a {
    display: block;
    height: 310px;
    overflow: hidden;
}

.news .swiper-slide a img {
    width: 100%;
    height: 100%;
}

.news .swiper-button-next,
.news .swiper-button-prev {
    background-color: #ffffff;
    border-radius: 100px;
    background-size: 12px;
    width: 34px;
    height: 34px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -7px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -3px;
}

.about-gy-sm .swiper-slide {
    text-align: center;
}

.about-gy-sm .swiper-slide img {
    max-height: 90px;
}

.news .swiper-slide a img {
    width: auto;
}

.news .swiper-slide a {
    text-align: center;
}


/*****************��ҵ�Ļ�************/

: .crc-culture-video {
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #dbd4cd;
    padding: 10px;
    text-align: center;
    margin: 20px auto 0px;
}

.crc-qiye-title {
    padding: 20px 0px 20px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #f99d35;
}

.crc-qiye-wrap-mode {
    border: 1px solid #dbd4cd;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px;
}

.crc-qiye-wrap-tuwen:last-child {
    border: none;
}

.crc-qiye-fl {
    float: left;
}

.crc-qiye-fr {
    float: right;
}

.crc-qiye-wrap-tuwen {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.crc-qiye-wrap-tuwen-pic img {
    width: 280px;
}

.crc-qiye-wrap-tuwen-wenben {
    padding: 0px 0px;
    width: 370px;
}

.crc-qiye-wrap-tuwen-wenben table {
    table-layout: initial;
}

.crc-qiye-wrap-tuwen-wenben table td {
    padding: 10px 25px 5px 25px;
    white-space: nowrap;
    vertical-align: top;
}

.crc-qiye-wrap-tuwen-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

.crc-qiye-wrap-tuwen-desc {
    color: #666;
    text-align: justify;
}

.crc-qiye-wrap-tuwen p {
    margin-bottom: 0px;
    line-height: 1.9;
    color: #666;
}

.crc-qiye-wenben-title {
    padding: 30px 0px 20px 24px;
    font-size: 20px;
    font-weight: bold;
    background: url(crc-icon-star.png) no-repeat left 40px;
    background-size: 16px 16px;
}

.crc-qiye-wenben-content p {
    color: #666;
    padding-bottom: 0px;
    line-height: 2;
}

.crc-qiye-wenben-content {
    padding-top: 0px;
}

.crc-qiye-wenben-content p:last-child {
    padding-bottom: 0px;
}

.crc-qiye-wenben p {
    margin-bottom: 15px;
}

.crc-qiye-wenben {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.crc-qiye-wenben:last-child {
    border: none;
    padding-bottom: 0px;
}

.crc-qiye-wrap-inner-pic {
    width: 180px;
    box-sizing: content-box;
}

.crc-qiye-wrap-inner-pic img {
    width: 100%;
}

.crc-qiye-wrap-inner-wenben {
    width: 470px;
    box-sizing: content-box;
}

.crc-qiye-wrap-tuwen>div:first-child {
    padding-right: 0px;
}

.crc-qiye-bz {
    width: 170px;
}

.crc-qiye-bz img {
    width: 100%;
}

.crc-qiye-bz-wenben {
    width: 500px;
}

.crc-qiye-wrap-table-main {
    overflow: hidden;
}

.crc-qiye-wrap-table-wrap {
    width: 50%;
    float: left;
}

.crc-qiye-wrap-jia-wenben {
    padding: 0px!important;
    background: url(culture-pic-05.png) no-repeat right top;
    background-size: 180px auto;
}

.crc-qiye-wrap-table-wrap {
    padding: 0px 44px 0px 15px;
    background: url(culture-line.png) no-repeat right center;
}

.crc-qiye-wrap-table-wrap:nth-child(2n) {
    padding-left: 46px;
    padding-right: 0px;
    background: none;
}

.crc-qiye-wrap-table-wrap-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.crc-qiye-wrap-table-wrap-content p {
    margin-bottom: 30px;
}

.crc-qiye-all {
    background: url(culture-pic-07.png) no-repeat right 25px top 25px;
    background-size: 160px auto;
}

.crc-qiye-all .crc-qiye-wrap-tuwen {
    border: none;
    margin-bottom: 20px;
}

.crc-qiye-all .crc-qiye-wrap-table-wrap:nth-child(2n) {
    padding-left: 90px;
}

.crc-qiye-all p {
    color: #666;
    line-height: 2.5;
}

.crc-qiye-all .crc-qiye-wrap-mode {
    padding-bottom: 0px;
}

.crc-qiye-wrap-fenwei .crc-qiye-wrap-inner-wenben {
    width: 100%;
    padding: 0px!important;
}

.crc-huanhang br {
    display: none;
}


/*****************��ҵ�Ļ� end************/

.crc-qiye-result-show {
    height: 150px;
    padding: 30px 0px 0px 10px;
}

.crc-qiye-result-title {
    background-color: #f6f2ee;
    color: #666666;
    padding-left: 10px;
    box-shadow: inset 0px 1px 0px 0px rgba(219, 212, 205, 0.4);
    height: 37px;
    line-height: 37px;
}

.crc-qiye-search {
    padding: 40px 0px 40px 84px;
    position: relative;
}

input.cr-qiye-area {
    width: 475px;
    height: 48px;
    vertical-align: top;
    background: #fff url(crc-qiye-query.png) no-repeat 10px center;
    background-size: 16px 16px;
    border: solid 1px #dbd4cd;
    padding: 0px 10px 0px 35px;
}

.crc-qiye-search-href {
    background: #ff9615;
    border: solid 1px #d27a0c;
    color: #fff;
    padding: 0px 20px;
    margin-left: -1px;
    font-weight: bold;
    position: relative;
    top: 0px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    box-sizing: border-box;
}

.crc-qiye-result-tip {
    text-align: right;
    color: #cc0000;
}

.crc-qiye-alert {
    width: 160px;
    height: 46px;
    background: url(crc-qiye-alert.png);
    text-align: Center;
    ;
    line-height: 55px;
    top: 100px;
    right: 80px;
    position: absolute;
    display: none;
    color: #333333;
    font-size: 12px;
}

.crc-qiye-search-href:hover {
    color: #fff;
}

.cr-qiye-area:focus {
    outline: none;
    border: solid 1px #dbd4cd;
}

.em-zp .ls {
    display: none;
}

.showEwm {
    background: url(../image/weixin.png) no-repeat center;
    height: 33px;
    width: 33px;
}

.cptj {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}

.cptj a {
    float: right;
}

.bhxw {
    width: 270px;
    margin-left: 20px;
}

.xwtw {
    margin-bottom: 10px;
}

.xwtw dt {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.xwtw dd a {
    color: #f6a21e;
}

.xwtw dd {
    font-size: 12px;
    color: #999999;
    line-height: 21px;
    font-weight: 500;
}

.dxw a {
    padding-left: 11px;
    background: url(../image/dot_f.jpg) no-repeat 0px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 29px;
    width: 100%;
    font-weight: 500;
}