/*
* name:Global && Pc StyleSheet
* version:v3.4.1
* update:雪碧图对齐
* date:2016-05-17
*/


/* 雪碧图 */


/* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/03/css-layout-base-20px/) */

.ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    white-space: nowrap;
    letter-spacing: -1em;
    text-indent: -99em;
    color: transparent;
    background: url(../images/ico.png) no-repeat;
    *text-indent: 0;
    *zoom: expression( this.runtimeStyle['zoom']='1', this.innerHTML='\3000');
    vertical-align: middle;
}

.ico:before {
    content: '\3000';
}

.ico1_2 {
    background-position: -20px 0;
}

.ico1_3 {
    background-position: -40px 0;
}

.ico1_4 {
    background-position: -60px 0;
}

.ico1_5 {
    background-position: -80px 0;
}

.ico2_1 {
    background-position: 0 -20px;
}

.ico2_2 {
    background-position: -20px -20px;
}

.ico2_3 {
    background-position: -40px -20px;
}

.ico2_4 {
    background-position: -60px -20px;
}

.ico2_5 {
    background-position: -80px -20px;
}

.ico3_1 {
    background-position: 0 -40px;
}

.ico3_2 {
    background-position: -20px -40px;
}

.ico3_3 {
    background-position: -40px -40px;
}

.ico3_4 {
    background-position: -60px -40px;
}

.ico3_5 {
    background-position: -80px -40px;
}

.ico4_1 {
    background-position: 0 -60px;
}

.ico4_2 {
    background-position: -20px -60px;
}

.ico4_3 {
    background-position: -40px -60px;
}

.ico4_4 {
    background-position: -60px -60px;
}

.ico4_5 {
    background-position: -80px -60px;
}


/* 常量设置 */

.wrap {
    width: 1181px;
    margin-right: auto;
    margin-left: auto;
}

.mwrap {
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
}


/*对ie8设置最小宽度，防止页面错乱*/


/*for ie8*/

body {
    min-width: 1240px\9;
}


/*for ie9+*/

@media all and (min-width:0) {
    body {
        min-width: 0;
        overflow-x: hidden;
    }
}

body {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    background: #fff;
}

a {
    color: inherit;
}

a:hover {
    color: #1e8e54;
}

::-moz-selection {
    color: #fff;
    background: #1e8e54;
}

::selection {
    color: #fff;
    background: #1e8e54;
}

::-webkit-input-placeholder {
    color: #aaa;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all 2.4s ease 0s;
    -ms-transition: all 2.4s ease 0s;
    -o-transition: all 2.4s ease 0s;
    -webkit-transition: all 2.4s ease 0s;
    transition: all 2.4s ease 0s;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom:hover img {
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


/* 网站样式 */


/* 全局滚动条样式 */

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    width: 8px
}


/*全站通用样式*/

.transition03 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.transition05 {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.transition08 {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.transition1 {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.transition14 {
    -webkit-transition: all 1.4s ease;
    transition: all 1.4s ease;
}

.transition24 {
    -webkit-transition: all 2.4s ease;
    transition: all 2.4s ease;
}

.transition10 {
    -webkit-transition: all 10s ease;
    transition: all 10s ease;
}

.rect-4138 {
    padding-bottom: 41.38%
}

.rect-438 {
    padding-bottom: 43.8%
}

.rect-66 {
    padding-bottom: 66%;
}

.rect-68 {
    padding-bottom: 68%;
}

.rect-74 {
    padding-bottom: 74%;
}

.rect-137 {
    padding-bottom: 137%
}

.rect-86209 {
    padding-bottom: 86.209%;
}

.rect-90 {
    padding-bottom: 90%;
}

.rect-110 {
    padding-bottom: 110%;
}

.rect-122 {
    padding-bottom: 122%;
}

.rect-130 {
    padding-bottom: 130%;
}

.rect-153 {
    padding-bottom: 152.7%;
}

.en_fontfamily {
    font-family: Arial;
}

.f_size16 {
    font-size: 16px;
}

.delay01 {
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
}

.delay02 {
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
}

.delay03 {
    transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
}

.delay04 {
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
}

.delay05 {
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}

.delay06 {
    transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
}

.delay1 {
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
}

.delay2 {
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
}

.delay3 {
    transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
}

.delay4 {
    transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
}

.delay5 {
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
}

.delay6 {
    transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
}

.delay7 {
    transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
}

.delay8 {
    transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
}

.delay9 {
    transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
}


/*首页图标*/

.i_ico {
    width: 24px;
    height: 24px;
    background: url(../images/i_ico.png) no-repeat;
}


/*header*/

.pageheader {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 40px;
    z-index: 50;
}

.pageheader.tophide {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 0;
}

.pageheader .logo {
    width: 16%;
}

.pageheader .logo a {
    display: block;
}

.pageheader .mobile_key {
    display: none;
    width: 24px;
    height: 24px;
    background: url(../images/mobile_key.png) no-repeat center;
    background-size: cover;
    margin-top: 18px;
}

.pageheader .nav_box>ul>li {
    float: left;
}

.pageheader .nav_box>ul>li>a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 24px 24px 20px 25px;
}

.pageheader .nav_box {
    margin-left: 100px;
}

.pageheader .nav_box .sub_nav {
    position: absolute;
    top: 100%;
    left: 0;
    color: #fff;
    width: 100%;
    padding: 20px 0px;
    background-color: #272624;
    min-height: 180px;
    overflow: hidden;
    display: none;
    -moz-opacity: .85;
    -khtml-opacity: .85;
    opacity: .85;
}

.pageheader .nav_box .sub_nav a {
    padding: 6px 0px;
    display: block;
}

.pageheader .nav_box .line {
    height: 4px;
    background-color: #92d15b;
    position: absolute;
    bottom: 0;
    display: none;
    z-index: -1;
}

.pageheader .nav_box .sub_nav .ul {
    float: left;
    margin-right: 2%;
}

.pageheader .language {
    padding-top: 24px;
    color: #fff;
}

.pageheader .language a {
    color: #fff;
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
    display: inline-block;
    margin: 0 6px;
    position: relative;
}

.pageheader .language a:after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -8px;
}

.pageheader .language a:hover,
.pageheader .language a.cur {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.pageheader .language a:last-child:after {
    display: none;
}

.pageheader .language a:last-child {
    font-family: Arial;
}

.pageheader .seach_btn {
    background-position: 0px 0px;
    margin: 23px 0px 0px 0.5%;
}

.pageheader .seach_btn.cur {
    background-position: -48px -24px;
}

.pageheader .search_box {
    background-color: #272624;
    position: absolute;
    right: 50%;
    top: 100%;
    margin-right: -590px;
    padding: 17px 20px;
    width: 22%;
    display: none;
    -moz-opacity: .85;
    -khtml-opacity: .85;
    opacity: .85;
}

.pageheader .search_box .inp_box {
    width: 70%;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    height: 30px;
    line-height: 30px;
    color: #ccc;
}

.pageheader .search_box .search_ico {
    width: 28px;
    height: 30px;
    background-position: 0px -48px;
}

.pageheader.tophide .logo {
    width: 12%;
    margin-top: 10px;
}

.pageheader.tophide .language a:hover {
    color: #c79556;
}

.pageheader .nav_contact {
    color: #fff;
    margin: 24px 10px 0px 0px;
}


/*footer*/

.page_footer .footer_main {
    background-color: #383a3f;
    padding: 50px 0px;
}

.page_footer .footer_main dt a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
}

body .bdshare_popup_box {
    display: none!important;
}

.page_footer .footer_main dt {
    margin-bottom: 21px;
}

.page_footer .footer_main dd {
    color: #cccccc;
    line-height: 28px;
}

.page_footer .footer_main dd span {
    display: inline-block;
}

.page_footer .footer_main dd .title {
    margin-right: 16px;
    color: #f2f2f2;
}

.page_footer .footer_main dd .phone_number {
    color: #cccccc;
    cursor: default;
    margin-right: 12px;
}

.page_footer .footer_main dl {
    margin-right: 8%;
}

.page_footer .footer_main dl:nth-child(3) dd:last-child .phone_number {
    margin-right: 4px;
}

.page_footer .footer_main dl:last-child {
    margin-right: 0;
    text-align: right;
}

.page_footer .footer_main .i_ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.page_footer .footer_main .share_ico01 {
    background-position: 0px -24px;
}

.page_footer .footer_main .share_ico02 {
    background-position: -24px -24px;
}

.page_footer .footer_main .pub_number dd {
    margin-bottom: 4px;
}

.page_footer .footer_main .pub_number dt a {
    text-align: right;
    display: block;
    float: none;
}

.page_footer .footer_bar {
    background-color: #2e3033;
    color: #eeeeee;
    padding: 22px 0px;
    line-height: 22px;
}

.page_footer .footer_bar .f_bar_l a {
    margin-right: 24px;
    position: relative;
}

.page_footer .footer_bar .f_bar_l a:after {
    content: "";
    width: 1px;
    height: 12px;
    display: block;
    background-color: #eeeeee;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -12px;
}

.page_footer .footer_bar .f_bar_r {
    font-size: 12px;
}


/*通用更多按钮*/

.more_btn {
    width: 220px;
    border: 2px solid #fff;
    padding: 11px 18px;
    font-size: 18px;
    position: relative;
    z-index: 2;
    display: block;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.more_btn .i_ico {
    display: block;
    background-position: -48px 0px;
    margin-top: 2px;
}

.more_btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}


/*首页通用标题*/

.ipart_title {
    font-size: 36px;
    color: #333;
    line-height: 36px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.ipart_text {
    font-size: 16px;
    text-align: center;
    color: #666666;
}


/*首页--part2*/

.ipart2 {
    padding: 70px 0px 60px;
    background-color: #eef2f5;
}

.ipart2 .ipart_hd li {
    position: relative;
    overflow: hidden;
}

.ipart2 .ipart_hd .li1 {
    width: 28.136%;
}

.ipart2 .ipart_hd .li2 {
    width: 28.136%;
}

.ipart2 .ipart_hd .li1,
.ipart2 .ipart_hd .li2 {
    float: left;
    min-height: 563px;
}

.ipart2 .ipart_hd .li1 {
    margin-right: 1.48%;
}

.ipart2 .ipart_hd .li3,
.ipart2 .ipart_hd .li4 {
    float: right;
    width: 28.136%;
    min-height: 272px;
}

.ipart2 .ipart_hd .li3 {
    background-color: #013240;
    margin-bottom: 18px;
}

.ipart2 .ipart_hd .li3:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #013a4b;
    position: absolute;
    display: block;
    top: 0;
    right: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ipart2 .ipart_hd .li3:hover:after {
    right: 0;
}

.ipart2 .ipart_hd .li4 {
    background-color: #1b2329;
}

.ipart2 .ipart_hd .li4:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #263037;
    position: absolute;
    display: block;
    top: 0;
    right: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ipart2 .ipart_hd .li4:hover:after {
    right: 0;
}

.ipart2 .ipart_hd .li_box {
    position: relative;
    display: block;
}

.ipart2 .ipart_hd .list_img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: none;
    moz-transition: all 2.4s ease 0s;
    -ms-transition: all 2.4s ease 0s;
    -o-transition: all 2.4s ease 0s;
    -webkit-transition: all 2.4s ease 0s;
    transition: all 2.4s ease 0s;
}

.ipart2 .ipart_hd .list_box {
    padding: 30px 30px 40px 30px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ipart2 .ipart_hd .list_time {
    font-size: 16px;
    margin-bottom: 28px;
}

.ipart2 .ipart_hd .list_title {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 16px;
}

.ipart2 .ipart_hd .list_text {
    font-size: 16px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -20px, 0);
    visibility: hidden;
}

.ipart2 .ipart_hd .more_btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
}

.ipart2 .ipart_hd .li1 .list_box,
.ipart2 .ipart_hd .li2 .list_box {
    background-color: rgba(0, 0, 0, 0.1);
}

.ipart2 .ipart_hd .li1.cur .list_box,
.ipart2 .ipart_hd .li2.cur .list_box {
    background-color: rgba(0, 0, 0, 0.1);
}

.ipart2 .ipart_hd li.cur .list_text {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    visibility: visible;
}

.ipart2 .ipart_hd li.cur .more_btn {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0)
}

.ipart2 .ipart_hd .li3 .more_btn,
.ipart2 .ipart_hd .li4 .more_btn {
    display: none;
}

.ipart2 .ipart_hd .li1.cur {
    width: 40.764%;
}

.ipart2 .ipart_hd .li2.cur {
    width: 40.764%;
}

.ipart2 .ipart_hd .owl-nav {
    display: none;
}


/*首页-ipart3*/

.ipart3 {
    width: 100%;
    background: url(../images/part3_bj.jpg) no-repeat center;
    padding: 70px 0px 100px;
    background-attachment: fixed;
}

.ipart3 .wrap {
    position: relative;
}

.ipart3 .remark {
    position: absolute;
    right: 0;
    bottom: -50px;
    color: #fff;
    color: rgba(255, 255, 255, 0.2);
}

.ipart3 .ipart_title {
    color: #fff;
}

.ipart3 .ipart_text {
    color: #fff;
    margin-bottom: 80px;
}

.ipart3 .more_btn {
    margin: 100px auto 0;
    color: #fff;
}

.ipart3_bd .list_box {
    text-align: center;
    color: #fff;
}

.ipart3_bd .list_box span {
    display: block;
}

.ipart3_bd .list_box .list_ico {
    width: 90px;
    height: 90px;
    background: url(../images/i_part3_ico.png) no-repeat;
    margin: 0 auto 14px;
}

.ipart3_bd .li2 .list_ico {
    background-position: -90px 0px
}

.ipart3_bd .li3 .list_ico {
    background-position: -180px 0px
}

.ipart3_bd .li4 .list_ico {
    background-position: -270px 0px
}

.ipart3_bd .list_box .list_number {
    font-size: 22px;
}

.ipart3_bd .list_box .list_number em {
    font-size: 56px;
    line-height: 56px;
    font-weight: bold;
}

.ipart3_bd .list_box .list_number i {
    font-size: 56px;
    line-height: 56px;
    font-weight: bold;
}

.ipart3_bd .list_box .list_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 16px;
}


/*首页-ipart4*/

.ipart4 {
    padding: 70px 0px;
    background-color: #fff;
}

.ipart4 .ipart_text {
    margin-bottom: 40px;
}

.ipart4 .more_btn {
    border-color: #1e8e54;
    color: #fff;
    margin: 20px auto 0px;
    background-color: #1e8e54;
}

.ipart4 .more_btn:hover {
    border-color: #13844a;
    background-color: #13844a;
}

.ipart4 .more_btn:hover:after {
    display: none;
}

.ipart4_bd .tab_hd {
    text-align: center;
    margin-bottom: 40px;
}

.ipart4_bd .tab_hd .tab_t {
    display: inline-block;
    margin: 0 25px;
    font-size: 20px;
    color: #36383c;
    cursor: pointer;
}

.ipart4_bd .tab_hd .tab_t.tab_t_cur {
    color: #1e8e54;
    border-bottom: 4px solid #1e8e54;
    padding-bottom: 4px;
}

.ipart4_bd .tab_hd .tab_t.active {
    color: #1e8e54;
    border-bottom: 4px solid #1e8e54;
    padding-bottom: 4px;
}

.ipart4_bd .tab_bd {
    width: 100%;
    /*height:240px;*/
    overflow: hidden;
}

.ipart4_bd .tab_c {
    text-align: center;
    display: block;
}

.ipart4_bd .tab_c.tab_c_cur {
    animation: tab_move 1s 1;
    -webkit-animation: tab_move 1s 1;
}

.ipart4_bd .tab_bd .tab_c img {
    width: auto;
    display: inline;
}


/*首页banner*/

.i_banner {
    width: 100%;
    height: 1080px;
    overflow: hidden;
    background: #000;
}

.ibanner_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.3)
}

.ibanner_cover .cover_title01 {
    margin-top: 260px;
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 22px;
    transform: translateX(60px);
    -ms-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -webkit-transform: translateX(60px);
    -o-transform: translateX(60px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.ibanner_cover .cover_title02 {
    font-size: 20px;
    margin-bottom: 63px;
    font-weight: normal;
    transform: translateX(60px);
    -ms-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -webkit-transform: translateX(60px);
    -o-transform: translateX(60px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.i_banner li {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.i_banner li .banner_img {
    position: absolute;
    top: 0;
    left: 0
}

.i_banner li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.i_banner .more {
    transform: translateX(60px);
    -ms-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -webkit-transform: translateX(60px);
    -o-transform: translateX(60px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.i_banner .active li:after {
    content: "";
    height: 5px;
    background-color: rgba(255, 255, 255, .6);
    display: block;
    animation: login_line 6s linear 1;
    -webkit-animation: login_line 6s linear 1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.i_banner li img {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 10s ease;
    transition: all 10s ease;
}

.i_banner .active li img {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.i_banner .active .cover_title01,
.i_banner .active .cover_title02,
.i_banner .active .cover_title02,
.i_banner .active .more {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.i_banner .banner_bar {
    position: absolute;
    left: 0;
    bottom: 36px;
    width: 100%;
    z-index: 10;
}

.i_banner .banner_nav {
    overflow: hidden;
}

.i_banner .banner_nav .owl-dot {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.i_banner .banner_nav .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.i_banner .banner_nav .owl-dot.active span {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

@keyframes login_line {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes "login_line" {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes img_room {
    0% {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
}

@-webkit-keyframes "img_room" {
    0% {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
}


/*首页--视频*/

.i_video {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    overflow: hidden;
    text-align: center;
    display: none;
}

.i_video #video {
    max-width: 100%;
    min-width: 100%;
}

.i_video .cover_title01,
.i_video .cover_title02,
.i_video .cover_title02,
.i_video .more {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.i_video .more_btn .i_ico {
    background-position: -24px 0px;
}

.i_video_box .about-video-close {
    position: absolute;
    top: 10px;
    right: 1%;
    width: 30px;
    height: 30px;
    background: transparent url(../images/hw1_sprite.png);
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 10;
}


/*通用主体部分*/

.channel_main {
    min-height: 200px;
    padding: 50px 0px 60px;
}


/*banner鼠标动画*/

.banner_mouse {
    position: relative;
    width: 23px;
    height: 40px;
    cursor: pointer;
    background: url(../images/banner_mouse_ico.png) no-repeat -23px 0px;
    -webkit-animation: nudgeMouse 1.6s linear infinite;
    animation: nudgeMouse 1.6s linear infinite;
}

.banner_mouse:after,
.banner_mouse:before {
    content: "";
    position: absolute;
}

.banner_mouse:before {
    width: 23px;
    height: 40px;
    background: url(../images/banner_mouse_ico.png) no-repeat 0px 0px;
    -webkit-animation: colorSlide 1.6s linear infinite;
    animation: colorSlide 1.6s linear infinite;
    top: 0;
    left: 0;
}

.banner_mouse:after {
    background-color: #ffffff;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 1.6s linear infinite;
    animation: trackBallSlide 1.6s linear infinite;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

@-webkit-keyframes colorSlide {
    0% {
        height: 0;
    }
    90% {
        height: 40px;
    }
}

@keyframes colorSlide {
    0% {
        height: 0;
    }
    90% {
        height: 40px;
    }
}

@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-8px);
        transform: scale(1) translateY(-8px);
    }
    34% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(4px);
        transform: scale(0.9) translateY(4px);
    }
    68% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(16px);
        transform: scale(0.4) translateY(16px);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-8px);
        transform: scale(0.4) translateY(-8px);
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-8px);
        transform: scale(1) translateY(-8px);
    }
    34% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(4px);
        transform: scale(0.9) translateY(4px);
    }
    68% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(16px);
        transform: scale(0.4) translateY(16px);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-8px);
        transform: scale(0.4) translateY(-8px);
    }
}

@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/*channel-content*/

.channel_content {
    min-height: 300px;
    background: #eef2f5;
    padding: 70px 0px 100px;
}

.xc_banner {
    width: 100%;
    height: 420px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    background-position: center 0;
}

.xc_banner .xc_title {
    width: 1180px;
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 50%;
    margin-left: -590px;
    bottom: 80px;
}


/*下层二级导航*/

.xc_nav ul {
    overflow: hidden;
}

.xc_nav li {
    float: left;
    height: 66px;
    line-height: 66px;
    position: relative;
}

.xc_nav li a {
    padding: 0 30px;
}

.xc_nav li:hover,
.xc_nav li.cur {
    font-weight: bold;
    color: #1e8e54;
}

.xc_nav li:first-child a {
    padding-left: 0;
}

.xc_nav li:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #dddddd;
    display: block;
    position: absolute;
    right: -0.5px;
    top: 50%;
    margin-top: -6px;
}

.xc_nav li:last-child:after {
    display: none;
}


/*关于详细*/

.ad_detail01 {
    color: #666;
    background: #eef2f5;
    padding: 60px 0px 50px;
}

.ad_detail01 .title_01 {
    font-size: 52px;
    color: #c79556;
    line-height: 1;
    margin-bottom: 4px;
}

.ad_detail01 .title_02 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
}

.ad_detail01 .part1_text01 {
    margin-bottom: 20px;
    width: 47%;
    float: left;
}

.ad_detail01 .part1_ico {
    margin-bottom: 20px;
    width: 47%;
    float: left;
}

.ad_detail01 .part1_ico ul {
    overflow: hidden;
    width: 140%;
}

.ad_detail01 .part1_ico li {
    float: left;
    margin-right: 16%;
}

.ad_detail01 .part1_ico .list_box {
    display: block;
    font-size: 18px;
    color: #c79556;
    font-weight: bold;
    text-align: center;
}

.ad_detail01 .part1_ico .list_ico {
    width: 100px;
    height: 100px;
    background: url(../images/about_center_ico.png) no-repeat;
    margin: 0 auto;
    display: block;
}

.ad_detail01 .part1_ico .li1 .list_ico {
    background-position: 0px 0px;
}

.ad_detail01 .part1_ico .li2 .list_ico {
    background-position: -100px 0px;
}

.ad_detail01 .part1_ico .li3 .list_ico {
    background-position: -200px 0px;
}

.ad_detail01 .video_box {
    width: 50%;
    cursor: pointer;
    background: #000;
}

.ad_detail01 .video_box img {
    opacity: 0.5;
}

.ad_detail01 .video_ico {
    width: 100px;
    height: 100px;
    background: url(../images/about_center_ico.png) no-repeat -300px 0px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    opacity: 0.7;
}
.ad_detail02{
    /*max-width: 1200px;*/
    margin: 0 auto;
}
.ad_detail02 li {
    padding: 60px 0px;
    background: #eef2f5;
}

.ad_detail02 li:first-child {
    background: #fff;
}

.ad_detail02 li:first-child .list_text {
    float: right;
}

.ad_detail02 li:first-child .list_img {
    float: left;
}

.ad_detail02 .list_text {
    width: 46.611%;
    color: #666666;
}

.ad_detail02 .list_title {
    font-size: 30px;
    color: #1e8e54;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 14px;
}

.ad_detail02 .list_title_02 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 16px;
}

.ad_detail02 .list_p {
    line-height: 30px;
}

.ad_detail02 .list_img {
    width: 50%;
}

.ad_detail02 li:last-child .list_img {
    margin-top: 40px;
}

.ad_detail03 {
    width: 100%;
    padding: 80px 0px 100px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.ad_detail03 .title_01 {
    font-size: 42px;
    color: #023c87;
    line-height: 1;
    margin-bottom: 10px;
}

.ad_detail03 .title_02 {
    font-size: 24px;
    margin-bottom: 30px;
}

.ad_detail03 .detail03_p {
    padding: 0 65px;
    line-height: 30px;
}

.ad_detail03 .img_bj {
    width: 1920px;
    height: 420px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -960px;
    margin-top: -210px;
    z-index: -1;
}

.ad_detail03 .img_bj img {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 8s ease;
    transition: all 8s ease;
}

.ad_detail03:hover .img_bj img {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}


/*综合页标题*/

.index_title {
    font-size: 36px;
    color: #36383c;
    line-height: 1;
    margin-bottom: 16px;
}


/*关于综合*/

.about_index_ico {
    width: 90px;
    height: 90px;
    background: url(../images/about_index_ico.png) no-repeat;
    display: block;
    margin: 0 auto;
}

.ab_index01 {
    width: 100%;
    color: #fff;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center 0;
}

.ab_index01 .wrap {
    position: relative;
    padding: 230px 0px 215px;
}

.ab_index01 .banner_mouse {
    position: absolute;
    right: 0;
    bottom: 10%;
}

.ab_index01 .title01 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 34px;
}

.ab_index01 .title02 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 24px;
}

.ab_index01 .index01_p {
    margin-bottom: 16px;
    width: 60%;
    line-height: 1.8;
    margin-bottom: 30px;
    min-height: 84px;
}

.ab_index01 .more_btn .i_ico {
    background-position: -24px 0px;
}

.ab_index02 {
    padding: 70px 0px 90px;
}

.ab_index02 .hd .f_size16 {
    color: #666666;
}

.ab_index02 .hd {
    margin-bottom: 40px;
}

.ab_index02 .bd li {
    width: 49.153%;
    float: left;
    position: relative;
}

.ab_index02 .bd .list_title {
    font-size: 24px;
    margin-bottom: 10px;
}

.ab_index02 .bd .list_box {
    position: absolute;
}

.ab_index02 .bd .list_box a {
    display: block;
    color: #fff;
}

.ab_index02 .bd .li2 {
    margin-bottom: 1.694%;
}

.ab_index02 .bd .li2,
.ab_index02 .bd .li3 {
    float: right;
}

.ab_index02 .bd .li2 .list_box,
.ab_index02 .bd .li3 .list_box {
    width: 50%;
    top: 0;
    height: 100%;
}

.ab_index02 .bd .li2 .list_box a,
.ab_index02 .bd .li3 .list_box a {
    padding: 22% 14%;
}

.ab_index02 .bd .li2 .list_box {
    left: 0;
    background-color: #0057a7;
    background-color: rgba(0, 87, 167, 0.8);
}

.ab_index02 .bd .li3 .list_box {
    right: 0;
    background-color: #c79556;
    background-color: rgba(199, 149, 86, 0.8);
}

.ab_index02 .bd .li1 .list_box {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ab_index02 .bd .li1 .list_title {
    font-size: 30px;
    margin-bottom: 30px;
}

.ab_index02 .bd .li1 a {
    padding: 10% 8%;
}

.ab_index02 .bd .li1 .list_p {
    margin-bottom: 26%;
    line-height: 28px;
}

.ab_index03 {
    padding: 70px 0px;
    background: url(../images/ab_index03_bj.jpg) no-repeat center;
    position: relative;
}

.ab_index03 .index_title a {
    color: #c79556;
}

.ab_index03 .list_time {
    font-size: 48px;
    font-weight: bold;
    color: #c79556;
}

.ab_index03 .list_time em {
    font-size: 22px;
}

.ab_index03 .list_box {
    color: #fff;
    display: block;
}

.ab_index03 .list_title01 {
    font-size: 20px;
    display: block;
    margin-bottom: 24px;
}

.ab_index03 .list_title02 {
    font-size: 24px;
    font-weight: bold;
    display: block;
}

.ab_index03 .list_border {
    width: 14px;
    height: 14px;
    background: #c79556;
    border-radius: 50%;
    display: inline-block;
    margin: 10px 0px 40px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.ab_index03 .border {
    width: 100%;
    height: 1px;
    background: #c79556;
    position: absolute;
    left: 0;
    top: 214px;
    display: block;
}

.ab_index03 .list_border:after,
.ab_index03 .list_border:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(199, 149, 86, .5);
    border-radius: 50%;
}


/*.ab_index03 li:hover .list_time,.ab_index03 li:hover .list_title01,.ab_index03 li:hover .list_title02{text-shadow: 6px 6px 10px #000;transform:translate(-2px,-2px);-webkit-transform:translate(-2px,-2px);}*/

.ab_index03 li:hover .list_border {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.ab_index03 li:hover .list_border:before {
    -webkit-animation: boderM 3s infinite;
    -moz-animation: boderM 3s infinite;
    animation: boderM 3s infinite
}

.ab_index03 li:hover .list_border:after {
    -webkit-animation: boderM 3s .75s infinite;
    -moz-animation: boderM 3s .75s infinite;
    animation: boderM 3s .75s infinite;
}

.ab_index04 {
    padding: 70px 0px 90px;
    background: #eef2f5;
}

.ab_index04 .hd {
    margin-bottom: 55px;
}

.ab_index04 .hd .f_size16 {
    padding: 0 17%;
}

@keyframes boderM {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    75% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes boderM {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    75% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}


/*通用-手风琴1*/


/*used about_index*/

.uni_accordion1 {
    position: relative;
    height: 277px;
    overflow: hidden;
}

.uni_accordion1 .acc_con {
    margin-left: -2px;
}

.uni_accordion1 .prt1_cell,
.uni_accordion1 .accordion-initialized .prt1_cell {
    position: absolute;
    top: 0;
    width: 60%;
    height: 277px;
    overflow: hidden;
    background-color: #eef2f5;
    background-position: left center;
    background-repeat: no-repeat;
}

.uni_accordion1 .prt1_cell1 {
    left: 0;
}

.uni_accordion1 .prt1_cell2 {
    left: 193px;
}

.uni_accordion1 .prt1_cell3 {
    left: 386px;
}

.uni_accordion1 .prt1_cell4 {
    left: 579px;
    width: 601px;
    color: #fff;
    background-color: #fdf8f5;
    background-position: left center;
}

.uni_accordion1 .prt1_cell .cell_con {
    position: absolute;
    top: 0;
    left: 2px;
    width: 100%;
    height: 100%;
    font-size: 20px;
    background: url(../images/test_img/acc1_bg.jpg) 0 0 no-repeat;
    display: block;
}


/*.uni_accordion1 .prt1_cell1 .cell_con { left:0; }*/

.uni_accordion1 .prt1_cell2 .cell_con {
    background-position: -191px 0;
}

.uni_accordion1 .prt1_cell3 .cell_con {
    background-position: -386px 0;
}

.uni_accordion1 .prt1_cell4 .cell_con {
    background-position: -579px 0;
}

.uni_accordion1 .prt1_cell .cell_msk {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.uni_accordion1 .prt1_cell1 .cell_msk {
    background: url(../images/test_img/ab_index04_1.jpg);
}

.uni_accordion1 .prt1_cell2 .cell_msk {
    background: url(../images/test_img/ab_index04_1.jpg);
}

.uni_accordion1 .prt1_cell3 .cell_msk {
    background: url(../images/test_img/ab_index04_1.jpg);
}

.uni_accordion1 .prt1_cell4 .cell_msk {
    background: url(../images/test_img/ab_index04_1.jpg);
}

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

.uni_accordion1 .cell_inn {
    padding: 84px 0;
    overflow: hidden;
}

.uni_accordion1 .cell_lt,
.uni_accordion1 .cell_rt {
    color: #c79556;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.uni_accordion1 .cell_lt {
    float: left;
    margin-right: 35px;
    width: 191px;
    text-align: center;
}

.uni_accordion1 .cell_rt {
    float: left;
    width: 292px;
    padding-top: 12px;
    position: relative;
}

.uni_accordion1 .cell_rt:after {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, 0.6);
    top: 12px;
    left: -32px;
    position: absolute;
}

.uni_accordion1 .cell_desc {
    font-size: 16px;
    line-height: 2;
}

.uni_accordion1 .cell_tit {
    font-size: 28px;
    font-weight: bold;
}

.uni_accordion1 .prt1_cell .cell_ico {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 70px;
    background: url(../images/test_img/uni_acc1_icos1.png) 0 0 no-repeat;
}

.uni_accordion1 .prt1_cell2 .cell_ico {
    background-position: -100px 0;
}

.uni_accordion1 .prt1_cell3 .cell_ico {
    background-position: -200px 0;
}

.uni_accordion1 .prt1_cell4 .cell_ico {
    background-position: -300px 0;
}


/*state-1*/

.uni_accordion1 .state-1 .prt1_cell1 {
    left: 0;
    width: 601px;
    background-color: #eef2f5;
    background-image: none;
}

.uni_accordion1 .state-1 .prt1_cell2 {
    left: 601px;
    background-color: #eef2f5;
}

.uni_accordion1 .state-1 .prt1_cell3 {
    left: 794px;
    background-color: #eef2f5;
}

.uni_accordion1 .state-1 .prt1_cell4 {
    left: 987px;
    background-color: #eef2f5;
}

.uni_accordion1 .state-1 .prt1_cell1 .cell_msk {
    opacity: 1;
}

.uni_accordion1 .state-1 .prt1_cell1 .cell_lt {
    margin-left: 30px;
}

.uni_accordion1 .state-1 .prt1_cell1 .cell_lt,
.uni_accordion1 .state-1 .prt1_cell1 .cell_rt {
    color: #fff;
}

.uni_accordion1 .state-1 .prt1_cell1 .cell_ico {
    background-image: url(../images/uni_acc1_icos2.png);
}


/*state-2*/

.uni_accordion1 .state-2 .prt1_cell1 {
    left: 0;
    background-color: #eef2f5;
}

.uni_accordion1 .state-2 .prt1_cell2 {
    left: 193px;
    width: 601px;
    background-color: #eef2f5;
    background-image: none;
    color: #fff;
}

.uni_accordion1 .state-2 .prt1_cell3 {
    left: 794px;
    background-color: #eef2f5;
}

.uni_accordion1 .state-2 .prt1_cell4 {
    left: 987px;
    background-color: #eef2f5;
}

.uni_accordion1 .state-2 .prt1_cell2 .cell_msk {
    opacity: 1;
}

.uni_accordion1 .state-2 .prt1_cell2 .cell_lt {
    margin-left: 30px;
    position: relative;
}

.uni_accordion1 .state-2 .prt1_cell2 .cell_lt,
.uni_accordion1 .state-2 .prt1_cell2 .cell_rt {
    color: #fff;
}

.uni_accordion1 .state-2 .prt1_cell2 .cell_ico {
    background-image: url(../images/uni_acc1_icos2.png);
}


/*state-3*/

.uni_accordion1 .state-3 .prt1_cell1 {
    left: 0;
    background-color: #eef2f5;
}

.uni_accordion1 .state-3 .prt1_cell2 {
    left: 193px;
    background-color: #eef2f5;
}

.uni_accordion1 .state-3 .prt1_cell3 {
    left: 386px;
    width: 601px;
    background-color: #eef2f5;
    background-image: none;
    color: #fff;
}

.uni_accordion1 .state-3 .prt1_cell4 {
    left: 987px;
    background-color: #eef2f5;
}

.uni_accordion1 .state-3 .prt1_cell3 .cell_msk {
    opacity: 1;
}

.uni_accordion1 .state-3 .prt1_cell3 .cell_lt {
    margin-left: 30px;
}

.uni_accordion1 .state-3 .prt1_cell3 .cell_lt,
.uni_accordion1 .state-3 .prt1_cell3 .cell_rt {
    color: #fff;
}

.uni_accordion1 .state-3 .prt1_cell3 .cell_ico {
    background-image: url(../images/uni_acc1_icos2.png);
}


/*state-4*/

.uni_accordion1 .state-4 .prt1_cell1 {
    left: 0;
    background-color: #eef2f5;
}

.uni_accordion1 .state-4 .prt1_cell2 {
    left: 193px;
    background-color: #eef2f5;
}

.uni_accordion1 .state-4 .prt1_cell3 {
    left: 386px;
    background-color: #eef2f5;
}

.uni_accordion1 .state-4 .prt1_cell4 {
    left: 579px;
    width: 601px;
    background-color: #eef2f5;
    background-image: none;
    color: #fff;
}

.uni_accordion1 .state-4 .prt1_cell4 .cell_msk {
    opacity: 1;
}

.uni_accordion1 .state-4 .prt1_cell4 .cell_lt {
    margin-left: 30px;
}

.uni_accordion1 .state-4 .prt1_cell4 .cell_lt,
.uni_accordion1 .state-4 .prt1_cell4 .cell_rt {
    color: #fff;
}

.uni_accordion1 .state-4 .prt1_cell4 .cell_ico {
    background-image: url(../images/uni_acc1_icos2.png);
}


/*通用-手风琴1 end*/

.ab_index05 {
    width: 100%;
    padding: 90px 0px;
    position: relative;
    overflow: hidden;
}

.ab_index05 .hd {
    margin-bottom: 60px;
}

.ab_index05 .hd,
.ab_index05 .hd .index_title {
    color: #fff;
}

.ab_index05 .hd .index_title {
    margin-bottom: 20px;
}

.ab_index05 .hd .f_size16 {
    padding: 0 16%;
}

.ab_index05 .bd {
    text-align: center;
    font-size: 28px;
    color: #c79556;
}

.ab_index05 .li1 .list_ico {
    background-position: -360px 0px;
}

.ab_index05 .li2 .list_ico {
    background-position: -450px 0px;
}

.ab_index05 .li3 .list_ico {
    background-position: -360px -90px;
}

.ab_index05 .list_box {
    display: block;
}

.ab_index05 .list_box .list_title {
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
}


/*.ab_index05 .list_box:hover .list_title { color:#fff; }*/

.ab_index05 .img_bj {
    width: 1920px;
    height: 520px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -960px;
    margin-top: -260px;
    z-index: -1;
}


/*.ab_index05 .img_bj img{-moz-transform:scale(1,1); -ms-transform:scale(1,1); -o-transform:scale(1,1); -webkit-transform:scale(1,1); transform:scale(1,1);-webkit-transition: all 8s ease;transition: all 8s ease;}
.ab_index05:hover .img_bj img{-moz-transform:scale(1.2,1.2); -ms-transform:scale(1.2,1.2); -o-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2); transform:scale(1.2,1.2);}*/


/*关于--企业文化*/

.about_culture {
    height: auto;
}

.about_culture .wrap {
    position: relative;
    min-height: 570px;
    overflow: hidden;
}

.about_culture .list_nav {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}


/*.about_culture .list_nav ul{overflow:hidden;}*/

.about_culture .list_nav .owl-dot {
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.about_culture .list_nav .owl-dot:after {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    background: #d5dbe0;
    background: rgba(213, 219, 224, 0.6);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: visible;
    opacity: 1;
}

.about_culture .list_nav .owl-dot:first-child:after {
    display: none;
}

.about_culture .list_nav .text_msk {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 3;
}

.about_culture .list_nav .list_box {
    position: relative;
}

.about_culture .list_nav .text_box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    color: #444444;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.about_culture .list_nav .text_box .list_ico {
    width: 50px;
    height: 50px;
    background: url(../images/about_culture_ico.png) no-repeat;
    margin: 20px auto 0px;
    display: block;
}

.about_culture .list_nav .dot-li1 .text_box .list_ico {
    background-position: 0px 0px;
}

.about_culture .list_nav .dot-li1.active .text_box .list_ico {
    background-position: 0px -50px;
}

.about_culture .list_nav .dot-li2 .text_box .list_ico {
    background-position: -50px 0px;
}

.about_culture .list_nav .dot-li2.active .text_box .list_ico {
    background-position: -50px -50px;
}

.about_culture .list_nav .dot-li3 .text_box .list_ico {
    background-position: -100px 0px;
}

.about_culture .list_nav .dot-li3.active .text_box .list_ico {
    background-position: -100px -50px;
}

.about_culture .list_nav .dot-li4 .text_box .list_ico {
    background-position: -150px 0px;
}

.about_culture .list_nav .dot-li4.active .text_box .list_ico {
    background-position: -150px -50px;
}

.about_culture .list_nav .dot-li5 .text_box .list_ico {
    background-position: -200px 0px;
}

.about_culture .list_nav .dot-li5.active .text_box .list_ico {
    background-position: -200px -50px;
}

.about_culture .list_nav .img_box {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.about_culture .list_nav .active:after {
    visibility: hidden;
    opacity: 0;
}

.about_culture .list_nav .active .text_box {
    bottom: 100%;
    background: #c79554;
    background: rgba(199, 149, 84, 0.9);
    color: #fff;
}

.about_culture .list_nav .active .img_box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.about_culture .list_main .list_cell {
    background-repeat: no-repeat;
    background-position: center;
    min-height: 720px;
}

.about_culture .list_main .list_box {
    color: #fff;
    padding: 8% 23% 0% 8%;
}

.about_culture .list_main .list_title01 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 8px;
}

.about_culture .list_main .list_title02 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

.about_culture .list_main .list_p {
    line-height: 1.8;
}

.about_culture .datalist td {
    border: 0
}


/*新闻右侧搜索*/

.news_flot {
    width: 28%;
}

.news_flot .serch_title {
    font-size: 26px;
    margin-bottom: 18px;
    line-height: 1;
    color: #333;
}

.news_flot .serch_box {
    background: #fff;
    padding: 12.5% 10%;
    margin-bottom: 20px;
}

.news_flot .serch_inp {
    background: #dedede;
    margin-bottom: 14px;
    font-size: 16px;
}

.news_flot .serch_inp ::-webkit-input-placeholder {
    color: #666;
}

.news_flot .serch_inp .select_box01,
.news_flot .serch_inp input {
    width: 88%;
    height: 40px;
    line-height: 40px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #666666;
    padding: 0 6%;
    border-radius: 0;
}

.news_flot .serch_btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: none;
    background: #1e8e54;
}

.news_flot .content_box {
    background: #fff;
    padding: 10% 10% 6.4%;
}

.news_flot .content_title {
    font-size: 26px;
    color: #333333;
    line-height: 1;
    margin-bottom: 3px;
}

.news_flot dl {
    padding: 20px 0px;
    border-bottom: 1px solid #dddddd;
    color: #666666;
    font-size: 20px;
}

.news_flot dl:last-child {
    border: none;
}

.news_flot dt {
    color: #ed1b24;
    font-weight: bold;
    margin-bottom: 6px;
}

.news_flot dd {
    margin-bottom: 4px;
}

.news_flot dd .r {
    width: 90%;
    text-align: left;
}

.news_flot dd .phone_number {
    color: #666;
    cursor: default;
}

.news_flot dd em {
    color: #999;
}

.news_flot .serch_inp ._arrow {
    width: 40px;
    height: 40px;
    background: url(../images/select_ico.jpg) no-repeat center;
}

.news_flot .serch_inp ._arrow .arr {
    display: none;
}

.news_flot .select-ui-choose-default ._txt {
    padding: 0;
}


/*新闻综合*/

.news_index .hd_l {
    width: 70.3399%
}

.news_index .ipart2 {
    padding: 0;
    margin-bottom: 65px;
}

.news_index .ipart2 .ipart_hd .li3 {
    width: 100%;
    margin-top: 2.5%;
}

.news_index .ipart2 .ipart_hd .li3 .list_text {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    visibility: visible;
}

.news_index .ipart2 .ipart_hd .list_title {
    margin-bottom: 26px;
}

.news_index .ipart2 .ipart_hd .li3:after {
    right: 0;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.news_index .ipart2 .ipart_hd .li3:hover:after {
    opacity: 1;
}

.news_index .ipart2 .ipart_hd .li1 {
    margin-right: 0;
    width: 37%;
}

.news_index .ipart2 .ipart_hd .li2 {
    float: right;
    width: 37%;
}

.news_index .ipart_title {
    text-align: left;
    margin-bottom: 30px;
}

.news_index .ipart_title a {
    display: inline-block;
}

.news_index .ipart2 .ipart_hd .cur {
    width: 60.533%;
}

.news_index .part2 .list_box {
    display: block;
}

.news_index .part2 .list_text {
    background: #fff;
    padding: 10%;
}

.news_index .part2 .list_time {
    font-size: 16px;
    color: #666;
}

.news_index .part2 .list_title {
    font-size: 20px;
    color: #333333;
    margin: 20px 0px;
    min-height: 120px;
}

.news_index .part2 .more_btn_news {
    font-size: 16px;
    color: #c79556;
}


/*新闻列表*/

.news_list .list_l {
    width: 70.3399%
}

.news_list .list_l li {
    margin-bottom: 20px;
}

.news_list .list_l .list_box {
    background: #fff;
    padding: 3%;
    display: block;
    position: relative;
    overflow: hidden;
    position: relative;
}

.news_list .list_l .list_box .img_bj {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1;
}

.news_list .list_l .list_box .img_bj img {
    width: 100%;
}

.news_list .list_l .list_time {
    font-size: 16px;
    color: #666;
}

.news_list .list_l .list_title {
    font-size: 20px;
    color: #333;
    margin: 30px 0px 20px;
}

.news_list .list_l .list_p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    min-height: 84px;
}

.news_list .list_l .list_img {
    width: 38%;
    margin-left: 4%;
}

.news_list .list_l .list_img ._full {
    height: auto
}

.news_list .list_l .list_text {
    position: relative;
    z-index: 3;
}

.news_list .list_l .first_list .list_time,
.news_list .list_l .first_list .list_title,
.news_list .list_l .first_list .list_p {
    color: #fff;
}

.news_list .list_l .first_list .black_bj {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/black_75.png) repeat;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}

.news_list .list_l li:hover .list_title {
    color: #1e8e54;
}

.news_list .list_l .first_list:hover .list_title {
    color: #fff;
}

.news_list .more_btn {
    border-color: #1e8e54;
    color: #fff;
    margin: 50px auto 0px;
    background-color: #1e8e54;
}

.news_list .more_btn:hover {
    border-color: #13844a;
    background-color: #13844a;
}


/*通用-按钮-加载更多*/

.uni_btn_more_wrap {
    margin: 20px auto;
}

.uni_btn_more {
    position: relative;
    margin: 4px auto;
    width: 248px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #333;
    text-align: center;
    border: #dbdbdb 1px solid;
    cursor: pointer;
}

.uni_btn_more:hover {
    color: #fff;
    border-color: #e23d1d;
}

.uni_btn_more:after {
    background-color: #e23d1d;
}

.uni_loading {
    display: none;
    margin: 0 auto;
    width: 48px;
    height: 48px;
}


/*.uni_loading { background:url(../images/loading.png) center center no-repeat; animation:rotating 3s linear infinite; -webkit-animation:rotating 3s linear infinite; }*/

.uni_btn_more_wrap.loading .uni_loading {
    display: block;
}

.uni_btn_more_wrap.loading .uni_btn_more {
    display: none;
}

.uni_btn_more_wrap.nomore .uni_btn_more {
    border-color: transparent;
    cursor: default;
}

.uni_btn_more_wrap.nomore .uni_btn_more:before {
    content: '没有更多内容了';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 3;
    color: #333;
}

.uni_btn_more_wrap.nomore .uni_btn_more:after {
    display: none;
}

.uni_btn_more_wrap.nomore .uni_btn_more .btn_con {
    display: none;
}

.more.loading .more_btn .i_ico {
    background: url(../images/loading2.gif) no-repeat center;
    background-size: cover;
}

.more.nomore .more_btn {
    text-align: center;
}

@keyframes rotating {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    25% {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }
    50% {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }
    75% {
        transform: rotate(-270deg);
        -webkit-transform: rotate(-270deg);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

@-webkit-keyframes rotating {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    25% {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }
    50% {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }
    75% {
        transform: rotate(-270deg);
        -webkit-transform: rotate(-270deg);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}


/*select下拉样式*/

body .select-ui-options {
    border: none;
    border-radius: 0;
    background: #f1f1f1;
}

body .select-ui-options li {
    padding: 6px 6%;
    font-size: 16px;
}

body .select-ui-options li:hover {
    background: #1e8e54;
    color: #fff;
}


/*底部二维码*/

.page_footer .footer_main dd {
    position: relative;
}

.page_footer .footer_main dd .ewm {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    right: 114%;
    top: -124%;
    -webkit-transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}

.page_footer .footer_main dd .ewm:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 10px;
    position: absolute;
    display: block;
    right: -20px;
    top: 50%;
    margin-top: -10px;
}

.page_footer .footer_main dd:hover .ewm {
    visibility: visible;
    opacity: 1;
}


/*.page_footer .footer_main dd a{display:block;}*/

.page_footer .footer_main dd:hover .share_ico01 {
    background-position: -72px 0px
}

.page_footer .footer_main dd:hover .share_ico02 {
    background-position: -72px -24px
}


/*董事长致辞*/

.about_speech {
    background: url(../images/about_speech_bj.jpg) no-repeat center;
    padding-bottom: 0;
    background-size: cover;
}

.about_speech .box_title01 {
    font-size: 36px;
    color: #c79556;
    margin-bottom: 4px;
}

.about_speech .box_title02 {
    font-size: 24px;
    color: #333;
    margin-bottom: 16px;
}

.about_speech .box_p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.about_speech .box_bottom {
    font-size: 18px;
    color: #333;
    vertical-align: middle;
}

.about_speech .box_bottom img {
    vertical-align: middle;
    margin-left: 2%;
}


/*发展历程*/

.about_history .history_l {
    width: 295px;
    position: relative;
    z-index: 2;
}

.about_history .history_l li {
    padding-right: 24%;
    position: relative;
}

.about_history .history_l .list_box {
    font-size: 18px;
    color: #666;
    text-align: right;
    padding: 50px 0px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    z-index: 1
}

.about_history .history_l .list_box .year {
    font-size: 36px;
    color: #333333;
    line-height: 1;
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}


/*.about_history .history_l .list_box .text{position:absolute;right:0;bottom:20px;-moz-transform:scale(0.9,0.9); -ms-transform:scale(0.9,0.9); -o-transform:scale(0.9,0.9); -webkit-transform:scale(0.9,0.9); transform:scale(0.9,0.9);}*/

.about_history .history_l li.active .list_box {
    color: #cc9d64;
}

.about_history .history_l li.active .list_box .year {
    color: #cc9d64;
    font-size: 36px;
}


/*.about_history .history_l li.active .list_box .text{-moz-transform:scale(1,1); -ms-transform:scale(1,1); -o-transform:scale(1,1); -webkit-transform:scale(1,1); transform:scale(1,1);}*/

.about_history .history_l li:after {
    content: "";
    width: 6px;
    height: 100%;
    background: #cc9d64;
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about_history .history_l li.active:after {
    visibility: visible;
    opacity: 1;
}

.about_history .history_l li:last-child .list_box {
    border: none;
}

.about_history .history_l li .text_mask {
    content: "";
    width: 100%;
    height: 100%;
    background: none;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

.about_history .history_r {
    width: 75%;
    position: relative;
    z-index: 2;
}

.about_history .history_r ul {
    padding-left: 6%;
    border-left: 1px solid #d2d2d2;
    margin-left: 10px;
}

.about_history .history_r li {
    margin-bottom: 20px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
}

.about_history .history_r .list_box {
    background: #fff;
    padding: 4% 6%;
}

.about_history .history_r .list_time {
    font-size: 28px;
    color: #cc9d64;
    font-weight: bold;
    margin-bottom: 10px;
}

.about_history .history_r .list_text {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin-bottom: 18px;
}

.about_history .history_r li:hover .list_box {
    box-shadow: 0px 10px 20px -10px #555;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.about_history .history_r .list_img {
    width: 70%;
    overflow: hidden;
    margin: 0 auto;
}

.about_history .history_r .list_img img {
    width: 100%;
}

.about_history .history_r li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 12px;
    display: block;
    position: absolute;
    top: 40px;
    left: -22px;
}

.about_history .history_r li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #cc9d64;
    display: block;
    position: absolute;
    top: 45px;
    left: -60px;
    background: #eef2f5;
}

.about_history .history_r .active li {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}


/* page-4 start*/

.page {
    font-size: 16px;
    color: #7d7d7d;
    text-align: center;
    padding-top: 20px;
}

.page a,
.page span {
    color: #7d7d7d;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0;
    width: 20px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.page .goprev {
    margin-right: 10px;
}

.page .gonext,
.page .count {
    margin-left: 10px;
}

.page .gonext {
    font-weight: bold;
    color: #ababab;
}

.page a.gonext {
    border-radius: 0;
}

.page a.gonext:hover {
    background: transparent;
    color: #003d6b
}

.page a.goprev {
    border-radius: 0;
}

.page a.goprev:hover {
    background: transparent;
    color: #003d6b
}

.page a:hover {
    color: #003d6b;
}

.page span {
    font-size: 30px;
    color: #1e8e54;
    border-bottom: solid 2px #0068b7;
    padding: 6px 0;
}

.page span.goprev,
.page span.gonext {
    color: #3d3d3d;
    background: none;
    font-weight: bold;
    color: #ababab;
}

.page span.count {
    border: 0;
    background: 0;
    color: #7d7d7d;
    width: auto;
    font-size: 16px;
    border: none;
}


/*企业荣誉*/

.about_honor .honor_hd {
    text-align: center;
    margin-bottom: 55px;
}

.about_honor .honor_hd a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 14%;
    font-size: 24px;
    margin: 0 2%;
    font-weight: bold;
}

.about_honor .honor_hd .honor_ico {
    width: 40px;
    height: 40px;
    display: block;
    background: url(../images/honor_ico.png) no-repeat;
    margin-right: 12px;
}

.about_honor .honor_hd .honor_ico2 {
    background-position: -40px 0px;
}

.about_honor .honor_hd .honor_ico3 {
    background-position: -80px 0px;
}

.about_honor .honor_hd a:hover .honor_ico1,
.about_honor .honor_hd a.cur .honor_ico1 {
    background-position: 0px -40px;
}

.about_honor .honor_hd a:hover .honor_ico2,
.about_honor .honor_hd a.cur .honor_ico2 {
    background-position: -40px -40px;
}

.about_honor .honor_hd a:hover .honor_ico3,
.about_honor .honor_hd a.cur .honor_ico3 {
    background-position: -80px -40px;
}

.about_honor .honor_hd a:hover,
.about_honor .honor_hd a.cur {
    color: #c79556;
}

.about_honor .honor_bd {
    background: url(../images/honor_bj.jpg) no-repeat center;
}

.about_honor .bd_l {
    width: 45%;
    min-height: 624px;
    background: url(../images/black_75.png) repeat;
}

.about_honor .bd_l .b_img {
    padding: 8% 16.7% 0;
}

.about_honor .bd_l .img_title {
    text-align: center;
    background: url(../images/brown_80.png) repeat;
    padding: 16px 4%;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.about_honor .bd_r {
    width: 55%;
    min-height: 624px;
    background: url(../images/brown_26.png) repeat;
}

.about_honor .bd_r_box {
    padding: 10% 8% 0;
    color: #fff;
}

.about_honor .r_title {
    font-size: 30px;
    margin-bottom: 20px;
}

.about_honor .r_text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 28px;
    margin-bottom: 40px;
}

.about_honor .bd_r .img_box {
    height: 106px;
    background: #e6e6e6;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about_honor .bd_r .img_box img {
    height: 100%;
}

.about_honor .bd_r li {
    margin-bottom: 14px;
    float: left;
    margin-right: 3%;
    width: 30%;
    cursor: pointer;
}

.about_honor .img_list {
    height: 346px;
    overflow: hidden;
    margin-bottom: 14px;
    padding-right: 4%;
    position: relative;
}

.about_honor .img_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/brown_80.png) repeat;
    top: 0;
    left: 0;
    opacity: 0;
}

.about_honor .img_cover .list_ico {
    width: 40px;
    height: 40px;
    background: url(../images/honor_img_ico.png) no-repeat center;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    display: block;
    position: absolute;
}

.about_honor .img_list.scrollbar-ui .scroll_slider {
    background: #dbd6d1
}

.about_honor .img_list.scrollbar-ui .scroll_bar {
    background: url(../images/honor_scroll_bj.png) repeat-y center;
}

.about_honor li:hover .img_cover {
    opacity: 1;
}

.about_honor .bd_r .img_title {
    display: none;
}


/*联系我们*/

.about_content .part1 dt,
.about_content_part2 .list_title {
    font-size: 24px;
    color: #c79556;
    border-bottom: 1px solid #dddddd;
    font-weight: normal;
}

.about_content dl {
    position: relative;
    z-index: 2;
}

.about_content dd {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    word-break: break-all;
    overflow: hidden;
}

.about_content dd span {
    float: left;
    line-height: 20px;
    width: 90%;
}

.about_content dd.phone_num span a {
    color: #666;
    cursor: default;
}

.about_content dd .ico {
    margin-right: 2%;
    float: left;
}

.about_content .bj_ico {
    position: absolute;
    bottom: 6%;
    right: 0;
    display: block;
    z-index: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.about_content .part1 {
    position: relative;
    margin-bottom: 75px;
}

.about_content .part1 .map_box {
    width: 100%;
    height: 440px;
    background: url(../images/ab_content_p1_bj.jpg) no-repeat center;
}

.about_content .part1_main {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.about_content .main_box {
    padding: 82px 3% 0px;
}

.about_content .part1_main li {
    background: url(../images/white_95.png) repeat;
    position: relative;
    box-shadow: 0 0 8px rgba(153, 153, 153, 0.4);
    min-height: 300px;
}

.about_content .part1_main dl {
    padding: 8% 6%;
}

.about_content .part1_main dt {
    padding-bottom: 20px;
    margin-bottom: 20px;
}


/*.about_content .part1_main dd a{cursor:text;color:#666;}*/

.about_content .part1 .bj_ico {
    height: 140px;
    background: url(../images/content_part1_bj_ico.png) no-repeat;
}

.about_content .part1 .bj_ico1 {
    width: 115px;
    right: 2%;
}

.about_content .part1 .bj_ico2 {
    width: 35px;
    background-position: -115px 0px;
    right: 10%;
}

.about_content .part1 .bj_ico3 {
    width: 50px;
    background-position: -150px 0px;
    right: 10%;
}

.about_content .main_box li:hover .bj_ico {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}

.about_content_part2 .ipart_title {
    text-align: left;
    font-size: 32px;
}

.about_content_part2 .smal-24 {
    min-height: 300px;
    background: #fff;
    position: relative;
}

.about_content_part2 .list_box {
    padding: 30px 40px;
}

.about_content_part2 .list_title {
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.about_content_part2 .contacts {
    height: 30px;
    margin-bottom: 6px;
    font-size: 16px;
    color: #666666;
}

.about_content_part2 .contacts em {
    font-size: 18px;
    color: #000;
    margin-right: 10px;
}

.about_content_part2 dd {
    margin-bottom: 6px;
}

.about_content_part2 .span-16 dl {
    width: 48%;
    margin-right: 2%;
}

.about_content_part2 .row:first-child {
    margin-bottom: 33px;
}

.about_content_part2 .bj_ico {
    width: 120px;
    height: 120px;
    background: url(../images/content_us_ico.png) no-repeat;
    right: 2%;
}

.about_content_part2 .bj_ico1 {
    background-position: 0px 0px;
}

.about_content_part2 .bj_ico2 {
    background-position: -120px 0px;
}

.about_content_part2 .bj_ico3 {
    background-position: 0px -120px;
}

.about_content_part2 .bj_ico4 {
    background-position: -120px -120px;
}

.about_content_part2 .list_box:hover .bj_ico {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}


/*董事&管理层*/

.about_admin li {
    overflow: hidden;
}

.about_admin .list_box {
    position: relative;
    display: block;
}

.about_admin .list_box .list_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.about_admin .list_title {
    background: #fff;
}

.about_admin .list_title01 {
    font-size: 42px;
    color: #c79556;
}

.about_admin .list_title02 {
    font-size: 24px;
    color: #333333;
}

.about_admin .list_cover_box {
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.about_admin .cover_title01 {
    font-size: 24px;
    color: #fff;
    transform: translateY(16px);
    -webkit-transform: translateY(16px);
    opacity: 0;
}

.about_admin .cover_title02 {
    font-size: 18px;
    color: #fff;
    display: block;
    transform: translateY(16px);
    -webkit-transform: translateY(16px);
    opacity: 0;
}

.about_admin .list_box:hover .list_cover {
    visibility: visible;
    opacity: 1;
}

.about_admin .list_box:hover .cover_title01 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}

.about_admin .list_box:hover .cover_title02 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}

.about_admin .part1 {
    margin-bottom: 80px;
}

.about_admin .part1 .list_title01 {
    text-align: center;
    padding-top: 38%;
}

.about_admin .part1 .li2 .list_cover {
    background: none;
}

.about_admin .part1 .li2 .list_cover_box {
    position: static;
}

.about_admin .part1 .li2 .list_cover_box {
    padding-top: 20%;
    padding-left: 10%;
}

.about_admin .part1 .li2 .cover_title01 {
    color: #000;
}

.about_admin .part1 .li2 .cover_title02 {
    color: #575757;
}

.about_admin .part2 .list_title01 {
    padding-top: 16%;
    padding-left: 10%;
}

.about_admin .part2 .list_title02 {
    padding-left: 10%;
}

.about_admin .list_text {
    display: none;
}

.about_admin .list_item {
    cursor: pointer;
}


/*可持续发展综合*/

.deve_index_part2 {
    padding: 70px 0px 107px;
}

.deve_index_part2 .hd {
    margin-bottom: 40px;
    display: none;
}

.deve_index_part2 .bd .list_box {
    position: relative;
    overflow-y: hidden;
}

.deve_index_part2 .bd .list_text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 12% 6%;
    display: block;
}

.deve_index_part2 .bd .list_title {
    font-size: 24px;
    color: #36383c;
}

.deve_index_part2 .bd .list_p {
    font-size: 16px;
    color: #666666;
}

.deve_index_part2 .bd img {
    width: 100%;
}

.deve_index_part2 .bd li {
    margin-bottom: 2%;
}

.deve_index_part2 .bd .list_img {
    height: 0;
    padding-bottom: 45%;
}

.deve_index_part2 .bd li:first-child {
    background: #f0f0f0;
}

.deve_index_part2 .bd li:first-child .list_img {
    padding-bottom: 94%;
}

.deve_index_part2 .bd li:first-child .list_title {
    font-size: 34px;
}

.deve_index_part2 .bd li:first-child .list_p {
    font-size: 18px;
}

.deve_index_part2 .bd li:hover .list_title {
    color: #000;
}

.deve_index_part2 .bd li:hover .list_p {
    color: #000;
}


/*可持续发展详细*/

.develop_detail li {
    margin-bottom: 40px;
    background: #fff;
    font-size: 16px;
    color: #666666;
}

.develop_detail li:nth-child(even) .list_l {
    float: right;
}

.develop_detail li:nth-child(even) .list_r {
    float: left;
}


/*.develop_detail li:nth-child(even) .list_text{text-align:right;}*/

.develop_detail .list_title {
    font-size: 30px;
    color: #c79556;
    margin-bottom: 20px;
}

.develop_detail .list_p {
    line-height: 30px;
}

.develop_detail .list_text {
    padding: 20% 10% 0;
}


/*.develop_detail li:hover{background:#c79556;color:#fff;}
.develop_detail li:hover .list_title{color:#fff;}*/


/*网站地图*/

.web_map {
    padding: 130px 0px 80px;
}

.web_map li {
    min-height: 500px;
    background: #fff;
    position: relative;
}

.web_map .li2,
.web_map .li4,
.web_map .li6 {
    background: #f8f8f8;
}

.web_map .list_box {
    padding: 10%;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.web_map .list_title {
    font-size: 26px;
    color: #333333;
    margin-bottom: 30px;
}

.web_map .list_link {
    min-height: 100px;
}

.web_map .list_link a {
    display: block;
    padding: 4px 6px;
    font-size: 16px;
    color: #666;
}

.web_map .list_link a:hover {
    color: #c79556;
}

.web_map .list_ico {
    width: 70px;
    height: 70px;
    display: block;
    margin-bottom: 30px;
    background: url(../images/web_map_ico.png) no-repeat;
}

.web_map .li2 .list_ico {
    background-position: -70px 0px;
}

.web_map .li3 .list_ico {
    background-position: -140px 0px;
}

.web_map .li4 .list_ico {
    background-position: -210px 0px;
}

.web_map .li5 .list_ico {
    background-position: -280px 0px;
}

.web_map .li6 .list_ico {
    background-position: -350px 0px;
}

.web_map li:hover {
    box-shadow: 0 0 20px 7px #efefef;
    z-index: 3;
}


/*.web_map .list_bj{display:block;width:100%;height:100%;position:absolute;top:0;right:100%;background:#c79556;z-index:-1;}*/


/*.web_map li:hover .list_box{color:#fff;}
.web_map li:hover .list_bj{right:0;}
.web_map li:hover .list_title{color:#fff;}
.web_map li:hover .list_link a{color:#fff;}
.web_map .li1:hover .list_ico{background-position:0px -70px;}
.web_map .li2:hover .list_ico{background-position:-70px -70px;}
.web_map .li3:hover .list_ico{background-position:-140px -70px;}
.web_map .li4:hover .list_ico{background-position:-210px -70px;}
.web_map .li5:hover .list_ico{background-position:-280px -70px;}
.web_map .li6:hover .list_ico{background-position:-350px -70px;}
.web_map .list_link a:hover{font-weight:bold;}*/


/*员工风采*/

.staff_mien {
    padding: 70px 0px 65px;
}

.staff_mien li {
    background: #fff;
    min-height: 490px;
    position: relative;
    overflow: hidden;
    margin-bottom: 34px;
}

.staff_mien .list_box {
    display: block;
    padding: 4%;
    background: #fff;
    font-size: 16px;
    color: #666;
}

.staff_mien .list_text {
    padding: 0 6%;
}

.staff_mien .list_time {
    display: block;
    padding: 20px 0px;
}

.staff_mien .list_title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 16px;
}

.staff_mien .list_p {
    margin-bottom: 44px;
    line-height: 28px;
}

.staff_mien .more_btn {
    border-color: #666;
    font-size: 18px;
    color: #555;
    width: 70%;
}

.staff_mien .more_btn .i_ico {
    background-position: -48px -48px;
    margin-bottom: 3px;
}

.staff_mien .list_cover {
    position: absolute;
    top: 0;
    right: 100%;
    background: #c79556;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

.staff_mien .list_cover .list_title {
    color: #fff;
}

.staff_mien .list_cover .list_time {
    color: #fff;
}

.staff_mien .list_cover .list_p {
    color: #fff;
}

.staff_mien .list_cover .list_text {
    padding: 4% 10%;
}

.staff_mien .list_cover .more_btn {
    border-color: #fff;
    color: #fff;
    width: 70%;
}

.staff_mien .list_cover .more_btn .i_ico {
    background-position: -48px 0px;
}


/*.staff_mien li:hover .list_cover{right:0;}*/

.staff_mien li:hover {
    box-shadow: 0 0 20px 7px #e6e6e6;
}

.staff_mien li:hover .list_title {
    color: #c79556;
}

.staff_mien li:hover .more_btn {
    background: #c79556;
    border-color: #c79556;
    color: #fff;
}

.staff_mien li:hover .more_btn .i_ico {
    background-position: -48px 0px;
}


/*新闻详细*/

.news_detail .detail_l {
    width: 70.3399%;
}

.news_detail .l_box {
    background: #fff;
    padding: 8% 6%;
}

.news_detail .news_title {
    font-size: 30px;
    color: #000;
    margin-bottom: 10px;
}

.news_detail .l_tools {
    margin-bottom: 40px;
    line-height: 20px;
}

.news_detail .l_tools span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #5a5a5a;
}

.news_detail .news_text {
    font-size: 16px;
    line-height: 1.8;
}

.news_detail .news_time {
    margin-right: 20px;
}

.news_detail .switcher a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 20px;
    height: 20px;
    background: url(../images/switcher_ico.jpg) no-repeat;
    vertical-align: middle;
}

.news_detail .switcher .title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.news_detail .switcher .big {
    background-position: 0px 0px;
}

.news_detail .switcher .restore {
    background-position: -20px 0px;
}

.news_detail .switcher .small {
    background-position: -40px 0px;
}

.news_detail .detail_r {
    width: 28%;
}

.news_detail .detail_r .arr_box {
    background: #fff;
    padding: 8%;
    margin-bottom: 14px;
    color: #666;
    display: block;
}

.news_detail .detail_r .arr_title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.news_detail .detail_r .arr_news_title {
    font-size: 16px;
}

.news_detail .detail_r .arr_time {
    font-size: 14px;
    padding-top: 6px;
    display: block;
}

.news_detail .detail_r .arr_box:hover {
    color: #1e8e54;
}

.news_detail .detail_r .arr_box:hover .arr_title {
    color: #1e8e54;
}

.news_detail .detail_r .share_box {
    background: #fff;
    padding: 8%;
}

.news_detail .detail_r .share_title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.news_detail .detail_r .black_list {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #1e8e54;
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: block;
}

.news_detail .jiathis {
    padding: 10px 0px;
}

.news_detail .jiathis a {
    width: 40px;
    height: 40px;
    background: url(../images/news_share_ico.jpg) no-repeat;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    padding-left: 0;
}

.news_detail .jiathis .jiathis_button_tsina {
    background-position: 0px 0px;
}

.news_detail .jiathis .jiathis_button_weixin {
    background-position: -54px 0px;
}

.news_detail .jiathis .jiathis_button_xqw {
    background-position: -107px 0px;
}


/*免责声明*/

.state_page {
    font-size: 16px;
    line-height: 1.8;
    padding: 130px 0px 80px;
}

.state_page .part_title {
    font-size: 30px;
    color: #c79556;
    margin-bottom: 30px;
}

.state_page .part_ico {
    width: 60px;
    height: 60px;
    background: url(../images/state_ico.png) no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 16px;
}

.state_page .part2 .part_ico {
    background-position: -60px 0px;
}

.state_page .part3 .part_ico {
    background-position: -120px 0px;
}

.state_page .part1,
.state_page .part2 {
    margin-bottom: 40px;
}


/*产品综合*/

.pro_index {
    width: 100%;
    background: url(../images/pro_index_bj.jpg) no-repeat center;
    padding: 200px 0px 100px;
    background-size: cover;
}

.pro_ihd {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    padding: 0 6%;
}

.pro_ihd .pro_ititle {
    font-size: 36px;
    margin-bottom: 20px;
}

.pro_ihd .pro_itext {
    font-size: 16px;
    line-height: 1.8;
}

.pro_ibd .list_box {
    display: block;
    position: relative;
    overflow: hidden;
}

.pro_ibd .list_box:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.pro_ibd li:first-child .list_box:after {
    display: none;
}

.pro_ibd .list_text {
    background: url(../images/white_55.png) repeat;
    padding: 16% 8% 6%;
    text-align: center;
    color: #333;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pro_ibd .list_title {
    font-size: 24px;
    margin-bottom: 10px;
}

.pro_ibd .list_p {
    font-size: 16px;
    min-height: 80px;
    color: #666;
}

.pro_ibd .list_img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pro_ibd .list_cover {
    background: url(../images/white_55.png) repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}

.pro_ibd .list_cover .list_ico {
    width: 100px;
    height: 100px;
    background: url(../images/pro_indx_ico.png) no-repeat;
    display: block;
    margin: 12% auto 4%;
}

.pro_ibd .li2 .list_cover .list_ico {
    background-position: -100px 0px;
}

.pro_ibd .li3 .list_cover .list_ico {
    background-position: -200px 0px;
}

.pro_ibd .list_cover .list_p {
    padding: 0 12% 10%;
}

.pro_ibd .more_btn {
    margin: 0 auto;
    width: 58%;
    background: #c79556;
    border-color: #c79556;
}

.pro_ibd li:hover .list_cover {
    right: 0;
    visibility: visible;
    opacity: 1;
}

.pro_ibd li:hover .list_text {
    visibility: hidden;
    opacity: 0;
}

.pro_ibd li:hover .list_img {
    visibility: hidden;
    opacity: 0;
}

.pro_ibd li:hover .list_cover .list_title {
    color: #c79556;
}

.pro_ibd li:hover .list_cover .list_p {
    color: #666;
}

.pro_ibd li a:hover {
    color: #000;
}


/*年报中报*/

.report_list .hd_r a {
    display: block;
    font-size: 16px;
}

.report_list .hd_r .list_time {
    color: #5c5c5c;
    padding: 8px 0px;
    display: block;
}

.report_list .hd_r .list_title {
    color: #333333;
    font-size: 16px;
}

.report_list .hd_r li:first-child {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-top: 14px;
}


/*.report_list .news_flot .content_title{margin-bottom: 26px;}*/

.report_list .hd_r li:hover .list_time {
    color: #c79556;
}

.report_list .hd_r li:hover .list_title {
    color: #c79556;
}

.report_list .bd_l {
    width: 70.3399%;
}

.report_list .hot_lsit {
    margin-bottom: 20px;
}

.report_list .hot_lsit .list_box {
    display: block;
    background: #c79556;
    padding: 2.5%;
    color: #fff;
}

.report_list .hot_lsit .list_img {
    width: 30%
}

.report_list .hot_lsit .list_text {
    width: 65%;
}

.report_list .hot_lsit .list_title {
    font-size: 27px;
    padding: 26px 0px 18px;
}

.report_list .hot_lsit .list_title02 {
    font-size: 18px;
    display: block;
    font-weight: bold;
    margin-bottom: 14px;
}

.report_list .hot_lsit .more_btn {
    margin: 0;
    border-color: #fff;
    background: transparent;
}

.report_list .hot_lsit .more_btn:hover {
    border-color: #fff;
    background: transparent;
}

.report_list .hot_lsit .list_p {
    font-size: 16px;
    margin-bottom: 30px;
}

.report_list .list_main .list_hd {
    background: #fff;
    padding: 2% 4% 2% 10%;
    color: #333;
    cursor: pointer;
    margin-bottom: 2px;
}

.report_list .list_main .list_hd.list_cur {
    background: #1e8e54;
    color: #fff;
}

.report_list .list_main .list_ico {
    width: 18px;
    height: 2px;
    background: #c79556;
    display: block;
    position: relative;
    margin-top: 18px;
    float: right;
}

.report_list .list_main .list_ico:after {
    content: "";
    width: 18px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    background: #c79556;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.report_list .list_main .list_hd.list_cur .list_ico:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff;
}

.report_list .list_main .list_bd {
    padding: 1.4% 4% 1.4% 10%;
    background: #f3f6f8;
    display: none;
}

.report_list .list_main .list_link {
    display: block;
    padding: 2% 0;
    border-top: 1px dashed #dadddf;
}

.report_list .list_main .list_title {
    font-weight: normal;
    font-size: 18px;
    width: 80%;
}

.report_list .list_main .list_title02 {
    color: #999999;
    font-weight: normal;
    font-size: 16px;
    width: 80%;
}

.report_list .list_main li:first-child .list_link {
    border: none;
}

.report_list .list_main li:hover .list_title02 {
    color: #c79556;
}

.report_list .list_main .see_ico {
    background-position: -24px -48px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.report_list .list_main .list_link span {
    display: none;
}


/*公司管制*/

.inv_control .wrap {
    position: relative;
}

.inv_control .control_hd {
    position: absolute;
    top: 0;
    left: 0;
    width: 21%;
    z-index: 2;
}

.inv_control .control_hd .owl-dot {
    position: relative;
}

.inv_control .control_hd .text_msk {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: transparent;
    cursor: pointer;
}

.inv_control .control_hd .list_box {
    background: url(../images/white_85.png) repeat;
    padding: 10.3% 26%;
    text-align: center;
    position: relative;
}

.inv_control .control_hd .list_box:after {
    content: "";
    width: 80%;
    height: 1px;
    background: #dde2e9;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40%;
}

.inv_control .control_hd .owl-dot:first-child .list_box:after {
    display: none;
}

.inv_control .control_hd .list_ico {
    width: 50px;
    height: 50px;
    background: url(../images/control_ico.png) no-repeat;
    display: block;
    margin: 0 auto 10px;
}

.inv_control .control_hd .dot_2 .list_ico {
    background-position: -50px 0px;
}

.inv_control .control_hd .dot_3 .list_ico {
    background-position: -100px 0px;
}

.inv_control .control_hd .dot_4 .list_ico {
    background-position: -150px 0px;
}

.inv_control .control_hd .dot_5 .list_ico {
    background-position: -200px 0px;
}

.inv_control .control_hd .list_title {
    font-size: 16px;
    font-weight: bold;
    color: #444;
}


/*.inv_control .control_hd .active .list_box{background:#c79554;}
.inv_control .control_hd .active .list_title{color:#fff;}
.inv_control .control_hd .active.dot_1 .list_ico{background-position:0px -50px;}
.inv_control .control_hd .active.dot_2 .list_ico{background-position:-50px -50px;}
.inv_control .control_hd .active.dot_3 .list_ico{background-position:-100px -50px;}
.inv_control .control_hd .active.dot_4 .list_ico{background-position:-150px -50px;}
.inv_control .control_hd .active.dot_5 .list_ico{background-position:-200px -50px;}
.inv_control .control_hd .active .list_box:after{display:none;}*/

.inv_control .control_hd .active .list_box {
    background: #fff;
}

.inv_control .control_hd .active.dot_1 .list_ico {
    background-position: 0px -50px;
}

.inv_control .control_hd .active.dot_2 .list_ico {
    background-position: -50px -50px;
}

.inv_control .control_hd .active.dot_3 .list_ico {
    background-position: -100px -50px;
}

.inv_control .control_hd .active.dot_4 .list_ico {
    background-position: -150px -50px;
}

.inv_control .control_hd .active.dot_5 .list_ico {
    background-position: -200px -50px;
}

.inv_control .control_hd .active .list_box:after {
    display: none;
}

.inv_control .control_bd .list_cell {
    min-height: 755px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.inv_control .control_bd .list_box {
    padding: 8% 10% 8% 30%;
}

.inv_control .control_bd .list_title {
    font-size: 30px;
    margin-bottom: 4px;
}

.inv_control .control_bd .list_title02 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal;
}

.inv_control .control_bd dl {
    margin-bottom: 24px;
}

.inv_control .control_bd dt {
    font-size: 18px;
    font-weight: bold;
}

.inv_control .control_bd dd {
    font-size: 15px;
    line-height: 1.8;
}

.inv_control .control_bd .scroll_box {
    height: 566px;
    overflow: hidden;
    position: relative;
    padding-right: 4%
}

.inv_control .scrollbar-ui .scroll_bar {
    background: none;
}

.inv_control .scrollbar-ui .scroll_slider {
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
}


/*产品详细*/

.pro_detail_banner .wrap {
    padding: 240px 0px 150px;
    position: relative;
}

.pro_detail_banner .index01_p {
    width: 62%;
}

.pro_detail_banner.banner_17223 .index01_p {
    width: 59%;
}

.pro_detail_banner .banner_number {
    position: absolute;
    left: -50px;
    bottom: 150px;
}

.pro_detail_banner .banner_number a {
    display: block;
    margin-bottom: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 0;
    color: #fff;
    position: relative;
}

.pro_detail_banner .banner_number a:after {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 50%;
}

.pro_detail_banner .banner_number a:before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background: #c79556;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -1.5px;
    display: none;
}

.pro_detail_banner .banner_number a.cur {
    font-size: 14px;
}

.pro_detail_banner .banner_number a.cur:after {
    display: none;
}

.pro_detail_banner .banner_number a.cur:before {
    display: block;
}

.pro_detail_nav {
    padding: 4px 0px;
}

.pro_detail_nav ul {
    text-align: center;
}

.pro_detail_nav li {
    float: none;
    display: inline-block;
    font-size: 20px;
    color: #000;
    margin: 0 6%;
}

.pro_detail_nav li a {
    padding: 0;
    display: block;
}

.pro_detail_nav li a {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}

.pro_detail_nav li:after {
    display: none;
}

.pro_detail_nav .pro_detail_ico {
    width: 60px;
    height: 60px;
    background: url(../images/pro_detail_ico.png) no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 14px;
}

.pro_detail_nav .pro_detail_ico2 {
    background-position: -60px 0px;
}

.pro_detail_nav .pro_detail_ico3 {
    background-position: -120px 0px;
}

.pro_detail_nav li:hover .pro_detail_ico1,
.pro_detail_nav li.cur .pro_detail_ico1 {
    background-position: 0px -60px;
}

.pro_detail_nav li:hover .pro_detail_ico2,
.pro_detail_nav li.cur .pro_detail_ico2 {
    background-position: -60px -60px;
}

.pro_detail_nav li:hover .pro_detail_ico3,
.pro_detail_nav li.cur .pro_detail_ico3 {
    background-position: -120px -60px;
}

.pro_detail .part1 {
    background: #f7f7f7;
    padding: 76px 0px 100px;
}


/*.pro_detail .part1_hd{margin-bottom:42px;}*/

.pro_detail .part1_hd .index_title {
    margin-bottom: 42px;
}

.pro_detail .part1_hd .hd_text {
    padding: 0 10%;
}

.pro_detail .part1_bd .bd_l {
    width: 27.5%
}

.pro_detail .part1_bd .bd_l .list_box:first-child {
    margin-bottom: 4.8%;
}

.pro_detail .part1_bd .bd_c {
    width: 42%;
    margin-left: 1.5%
}

.pro_detail .part1_bd .bd_r {
    width: 27.5%
}

.pro_detail .part1_bd .list_box {
    position: relative;
}

.pro_detail .part1_bd .list_title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 24px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    opacity: 1;
    visibility: visible;
}

.pro_detail .part1_bd .list_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/black_70.png) repeat;
    opacity: 0;
    visibility: hidden;
    color: #fff;
}

.pro_detail .part1_bd .cover_box {
    padding: 10%;
}


/*.pro_detail .part1_bd .bd_l .cover_box{padding: 10% 8%;}
.pro_detail .part1_bd .bd_c .cover_box{padding: 10% 8%;}
.pro_detail .part1_bd .bd_r .cover_box{padding: 30% 12%;}*/

.pro_detail .part1_bd .cover_title {
    font-size: 32px;
    transform: translateY(16px);
    -webkit-transform: translateY(16px);
    opacity: 0;
    visibility: hidden;
}

.pro_detail .part1_bd .list_cover .list_p {
    font-size: 15px;
    transform: translateY(16px);
    -webkit-transform: translateY(16px);
    opacity: 0;
}

.pro_detail .part1_bd .list_box.on .list_title {
    opacity: 0;
    visibility: hidden;
}

.pro_detail .part1_bd .list_box.on .list_cover {
    opacity: 1;
    visibility: visible;
}

.pro_detail .part1_bd .list_box.on .cover_title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    visibility: visible;
}

.pro_detail .part1_bd .list_box.on .list_p {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.pro_detail .part1_bd .bd_l .cover_title {
    font-size: 20px;
}

.pro_detail .part2 {
    padding: 40px 0px 70px;
}

.pro_detail .part2_hd {
    text-align: center;
    margin-bottom: 40px;
}

.pro_detail .part2_hd a {
    display: inline-block;
    font-size: 24px;
    color: #666666;
    margin: 0 30px;
}

.pro_detail .part2_hd a:hover,
.pro_detail .part2_hd a.cur {
    font-weight: bold;
}

.pro_detail .part2_bd .list_box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #000;
}

.pro_detail .part2_bd .list_title {
    position: absolute;
    font-size: 20px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    background: url(../images/black_50.png) repeat;
    bottom: 0;
    left: 0;
    width: 94%;
    padding: 0 3%;
    color: #fff;
    font-weight: normal;
}

.pro_detail .part2_bd .list_text {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #c79556;
    color: #fff;
    top: 0;
    right: 100%;
    font-size: 18px;
    text-align: center
}

.pro_detail .part2_bd .text_box {
    padding: 20% 10%;
}

.pro_detail .part2_bd li:hover .list_text {
    right: 0;
}

.pro_detail .part2_bd li:hover .list_title {
    background: rgba(199, 149, 86, 0.81);
}

.pro_detail .part2_bd .more_btn {
    margin: 0 auto;
    color: #555;
    border-color: #555;
}

.pro_detail .part2_bd .more_btn .i_ico {
    background-position: -48px -48px;
}

.pro_detail .part2_bd .uni_btn_more_wrap {
    margin: 40px auto 0px;
}

.pro_detail .part2_bd .more_btn:hover,
.pro_detail .part2_bd .loading .more_btn {
    border-color: #1e8e54;
    background: #1e8e54;
    color: #fff;
}

.pro_detail .part2_bd .more_btn:hover .i_ico {
    background-position: -48px 0px;
}

.pro_detail .part2_bd .loading .more_btn .i_ico {
    background: url(../images/loading2.gif) no-repeat center;
    background-size: cover;
}


/*相册关闭按钮*/

body .album_ordinary .album_close {
    background: #c79556;
}


/*创新与技术*/

.about_innovate .hd {
    margin-bottom: 40px;
}

.about_innovate li {
    margin-top: 50px;
}

.about_innovate li:first-child {
    margin-top: 0;
}

.about_innovate .list_l {
    width: 47%;
}

.about_innovate .list_r {
    width: 48%;
}

.about_innovate .list_title {
    font-size: 30px;
    color: #cb9c61;
    padding: 34px 0px;
}

.about_innovate .list_p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.about_innovate li:nth-child(odd) .list_l {
    float: right;
}

.about_innovate li:nth-child(odd) .list_r {
    float: left;
}


/*投资者综合*/

.inv_index_p1 {
    position: relative;
}

.inv_index_p1 .wrap {
    padding: 220px 0px 118px;
}

.inv_index_p1 .tips_box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.8;
}

.inv_index_p1 .tips_box .wrap {
    padding: 10px 0px 2px;
}

.inv_index_p1 .more_btn {
    display: none;
}

.inv_index_p2 .top_box {
    background: #eef2f5;
    padding: 60px 0px 50px;
}

.inv_index_p2 .bottom_box {
    padding: 30px 0px 50px;
}

.inv_index_p2 .list_box {
    position: relative;
    color: #fff
}

.inv_index_p2 .list_text {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 54px;
}

.inv_index_p2 .list_text:hover {
    color: #fff;
}

.inv_index_p2 .list_title {
    font-size: 30px;
    margin-bottom: 18px;
}

.inv_index_p2 .list_title a {
    color: #fff;
}

.inv_index_p2 .more_btn_news {
    font-size: 16px;
    opacity: 0.8;
    -webkit-transition: all 0.8s ease;
    transition: all 0.5s ease;
    display: block;
    width: 28%;
}

.inv_index_p2 .more_btn_news em {
    float: right;
    -webkit-transition: all 0.8s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    display: block;
}

.inv_index_p2 .li1 .list_main {
    margin-top: 20%;
}

.inv_index_p2 .li1 .list_main_title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #db9f5d;
}

.inv_index_p2 .li1 .link_box a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    margin: 0 10px;
    font-weight: bold;
    color: #db9f5d;
}

.inv_index_p2 .li1 .link_box a:first-child {
    margin-left: 0;
}

.inv_index_p2 .li2 li {
    font-size: 16px;
    margin-bottom: 10px;
}

.inv_index_p2 .li2 li a {
    display: block;
    padding-left: 8%;
    position: relative;
}

.inv_index_p2 .li2 li a:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 2%;
    display: block;
}

.inv_index_p2 .more_box {
    font-size: 16px;
    padding: 14px 0px;
    display: block;
}

.inv_index_p2 .bottom_box .list2 .more_btn_news {
    display: none;
}

.inv_index_p2 li:hover .more_btn_news {
    opacity: 1;
}

.inv_index_p2 li:hover .more_btn_news em {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
}

.inv_index_p3 {
    float: none;
    width: 100%;
    background: url(../images/app_index_bj02.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0px 80px;
}

.inv_index_p3 .p3_hd {
    color: #fff;
    padding: 0 10%;
}

.inv_index_p3 .hd_title {
    font-size: 30px;
}

.inv_index_p3 .p3_hd span {
    font-size: 16px;
}

.inv_index_p3 dl {
    padding: 0 18%;
    color: #fff;
    border-left: 1px solid #fff;
}

.inv_index_p3 dl:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.inv_index_p3 dd .phone_number {
    color: #fff;
}

.inv_index_p3 dt {
    color: #fff;
}

.inv_index_p3 dd em {
    color: #fff;
}


/*行业应用综合*/


/*.app_index_p1{background-size:cover;}*/

.app_index_p2 {
    position: relative;
    height: 800px;
    overflow: hidden;
}

.app_index_p2 .list_item {
    position: absolute;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}

.app_index_p2 .list_item .list_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 580px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.app_index_p2 .list_item .list_img img {
    max-width: none;
}

.app_index_p2 .list_item.cur .list_img {
    left: -100px;
}

.app_index_p2 .list_cover_01 {
    position: absolute;
    top: 42%;
    left: 0;
    background: -webkit-linear-gradient(left, rgba(199, 149, 86, 1), rgba(199, 149, 86, 0));
    background: -moz-linear-gradient(left, rgba(199, 149, 86, 1), rgba(199, 149, 86, 0));
    background: -o-linear-gradient(left, rgba(199, 149, 86, 1), rgba(199, 149, 86, 0));
    background: -ms-linear-gradient(left, rgba(199, 149, 86, 1), rgba(199, 149, 86, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType='1', startcolorstr=#FFaa8351, endcolorstr=#AAaa8351);
    width: 88%;
    color: #fff;
    padding: 30px 6%;
    font-size: 25px;
    visibility: visible;
    opacity: 1;
}

.app_index_p2 .list_cover_01 .en_title {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.app_index_p2 .list_cover_01 .i_ico {
    background-position: -48px 0px;
    margin: 10% 0 0 16%;
}

.app_index_p2 .list_cover_02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/black_50.png) repeat;
    color: #fff;
    visibility: hidden;
    opacity: 0;
}

.app_index_p2 .list_box {
    padding: 20% 10%;
}

.app_index_p2 .list_title {
    font-size: 40px;
    margin-bottom: 20px;
}

.app_index_p2 .list_p {
    line-height: 1.8;
    margin-bottom: 20px;
    display: block;
}

.app_index_p2 .list_item:hover .list_cover_01 {
    visibility: hidden;
    opacity: 0;
}

.app_index_p2 .list_item:hover .list_cover_02 {
    visibility: visible;
    opacity: 1;
}


/*2017-08-17年报中报调整*/

.report_list .hot_lsit {
    background: #fff;
    padding: 2.5%;
}

.report_list .hot_lsit li {
    float: left;
    margin-left: 2.5%;
    width: 31.6%;
    overflow: hidden;
}

.report_list .hot_lsit li:first-child {
    margin-left: 0;
}

.report_list .hot_lsit .list_box {
    padding: 0;
    background: none;
    position: relative;
}

.report_list .hot_lsit .list_cover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/blue_08.png) repeat;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}

.report_list .hot_lsit .list_title {
    padding: 0;
    font-size: 22px;
}

.report_list .hot_lsit .list_ico {
    width: 48px;
    height: 48px;
    background: url(../images/inv_report_ico.png) no-repeat center;
    display: block;
    margin: 30% auto 6%;
}

.report_list .hot_lsit li:hover .list_cover {
    visibility: visible;
    opacity: 1;
}


/*董事会弹窗*/

.list_detail {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/black_70.png) repeat;
    z-index: 100;
    bottom: 100%;
    right: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 0;
    text-align: center;
}

.list_detail.open {
    bottom: 0;
    opacity: 1;
}

.list_detail .show_box {
    width: 70%;
    background: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.list_detail .hidden_box {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    visibility: hidden;
}

.list_detail .center_box {
    padding: 6% 5% 5%;
}

.list_detail .box_img {
    width: 30%
}

.list_detail .box_text {
    width: 64%;
}

.list_detail .list_title01 {
    font-size: 30px;
    font-weight: normal;
    color: #c79556;
    padding-top: 6px;
}

.list_detail .list_title02 {
    font-size: 24px;
    color: #333;
    margin-bottom: 14px;
}

.list_detail .list_p {
    font-size: 16px;
    line-height: 1.8;
}

.list_detail .scroll_box {
    height: 280px;
    overflow: hidden;
    position: relative;
    padding-right: 48px;
    text-align: left;
}

.list_detail .right_btn {
    width: 80px;
    position: absolute;
    top: 0;
    right: -80px;
}

.list_detail .right_btn .btn_box {
    width: 100%;
    height: 80px;
    background: url(../images/black_70.png) repeat;
    display: block;
    text-align: center;
    line-height: 80px;
    margin-bottom: 1px;
    cursor: pointer;
}

.list_detail .right_btn .btn_box:hover {
    background: #c79556;
}

.list_detail .right_btn .btn_ico {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/list_detail_ico.png) no-repeat;
}

.list_detail .right_btn .prev_btn .btn_ico {
    background-position: -80px 0px;
}

.list_detail .right_btn .close_btn {
    position: relative;
}

.list_detail .right_btn .close_btn:after,
.list_detail .right_btn .close_btn:before {
    content: "";
    width: 60%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -30%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list_detail .right_btn .close_btn:after {
    top: 50%;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.list_detail .right_btn .close_btn:before {
    bottom: 50%;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.list_detail .right_btn .close_btn i {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    color: #fff;
}

.list_detail .right_btn .close_btn:hover:after {
    top: 24%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.list_detail .right_btn .close_btn:hover:before {
    bottom: 24%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.list_detail .right_btn .close_btn:hover i {
    opacity: 1;
    visibility: visible;
}


/*相册弹窗*/

.album .show_box {
    width: auto;
}

.album .center_box {
    text-align: center;
    padding: 0;
}

.album .center_box .list_title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/black_50.png) repeat;
    padding: 2% 3%;
    width: 94%;
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-weight: normal;
}


/*分页*/

.page_box {
    width: 100%;
    padding: 20px 0;
}

.page_box .page_l {
    width: 70%;
    text-align: left;
}

.page_box .page_r {
    width: 30%;
    text-align: right;
}

.page_box a {
    display: inline-block;
    background-color: #e4eef5;
    padding: 18px 26px;
    color: #666;
    vertical-align: middle;
}

.page_box a:hover,
.page_box a.cur {
    background-color: #1e8e54;
    color: #fff;
}

.page_box .now_page {
    background: none;
    border: 1px solid #e4eef5;
    box-sizing: border-box;
}

.page_box .now_page:hover {
    background: none;
    border: 1px solid #e4eef5;
    color: #666;
}

.page_box .prev_page {
    background-image: url(../images/page_box_prev_ico.png);
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.page_box .prev_page:hover {
    background-image: url(../images/page_box_w.png);
    color: transparent;
}

.page_box .page_r a {
    padding: 18px 14%;
}


/*关于综合-创新20170818修改*/

.uni_accordion1 .cell_inn {
    height: 100%;
    padding: 0;
}

.uni_accordion1 .cell_lt {
    height: 100%;
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
}

.uni_accordion1 .cell_rt {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    float: none;
}

.uni_accordion1 .prt1_cell .cell_ico {
    margin: 80px auto 0px;
}

.uni_accordion1 .cell_rt:after {
    display: none;
}

.uni_accordion1 .cell_lt:after {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, 0.6);
    top: 50%;
    right: -2px;
    position: absolute;
    margin-top: -50px;
}


/*关于董事会20170818修改*/

.about_admin .part1 .list_title01 {
    text-align: left;
    padding-top: 0;
}

.about_admin .list_title {
    padding: 2% 4%;
}

.about_admin .list_title01 {
    font-size: 36px;
}

.about_admin .part2 .list_title01 {
    padding: 0;
}

.about_admin .part2 .list_title02 {
    padding: 0;
}

.about_admin .part2 .list_item {
    width: 25%;
    float: left;
}


/*行业应用详细*/

.app_index {
    background-repeat: no-repeat;
    background-position: top center;
    padding: 120px 0 80px;
}

.app_index_hd {
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}

.app_index_hd .hd_title {
    font-size: 36px;
    margin-bottom: 10px;
}

.app_index_hd .hd_text {
    font-size: 16px;
    line-height: 1.8;
}

.app_index_bd {
    text-align: center;
    position: relative;
}

.app_index_bd ul {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.app_index_bd li {
    position: absolute;
}

.app_index_bd .list_boll {
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    display: block;
    border-radius: 50%;
    box-shadow: 0px 0px 14px 3px #00fcff;
    position: relative;
    -webkit-animation: bordershow 3s infinite;
    -moz-animation: bordershow 3s infinite;
    animation: bordershow 3s infinite;
    cursor: pointer;
}

.app_index_bd .list_boll:after,
.app_index_bd .list_boll:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5);
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: -6px;
}

.app_index_bd .list_boll:after {
    -webkit-animation: boderM 3s infinite;
    -moz-animation: boderM 3s infinite;
    animation: boderM 3s infinite;
}

.app_index_bd .list_boll:before {
    -webkit-animation: boderM 3s .75s infinite;
    -moz-animation: boderM 3s .75s infinite;
    animation: boderM 3s .75s infinite;
}

.app_index_bd .list_box {
    width: 134px;
    min-height: 70px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
}

.app_index_bd .list_box .list_title {
    padding: 0 8%;
    font-weight: normal;
}

.app_index_bd .list_box .list_img {
    display: none;
}

.app_index_bd .list_box:after,
.app_index_bd .list_box:before {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
}

.app_index_bd .list_box:after {
    top: -2px;
    left: 14px;
    width: 35px;
    height: 3px;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}

.app_index_bd .list_box:before {
    top: 14px;
    right: -1.5px;
    width: 3px;
    height: 35px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.app_index_bd li:hover .list_box {
    opacity: 1;
    visibility: visible;
}

.app_index_bd li:hover .list_box:after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.app_index_bd li:hover .list_box:before {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

@-webkit-keyframes bordershow {
    0% {
        box-shadow: 0px 0px 0px 0px #00fcff;
    }
    50% {
        box-shadow: 0px 0px 14px 3px #00fcff;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #00fcff;
    }
}

@-moz-keyframes bordershow {
    0% {
        box-shadow: 0px 0px 0px 0px #00fcff;
    }
    50% {
        box-shadow: 0px 0px 14px 4px #00fcff;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #00fcff;
    }
}

@keyframes bordershow {
    0% {
        box-shadow: 0px 0px 0px 0px #00fcff;
    }
    50% {
        box-shadow: 0px 0px 14px 4px #00fcff;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #00fcff;
    }
}


/*公告iframe*/

.gonggao .bd_l {
    background: #fff;
    padding: 3% 2%;
    width: 66.3399%
}

.guxifangan {
    background: #fff;
    padding: 4%;
}

.yilanbiao {
    width: 100%;
    height: 3375px;
    background: url(../images/yilanbiao.jpg) no-repeat center;
    padding: 0;
}

.yilanbiao .down_btn {
    float: right;
    display: block;
    line-height: 1.8;
    font-size: 18px;
    margin-top: 10px;
    display: none;
}


/*关于企业文化2017-08-21修改*/

.about_culture .list_nav {
    position: static;
    overflow: hidden;
}

.about_culture .list_nav .owl-dot {
    width: 33.33%;
}

.about_culture .list_nav .img_box {
    display: none;
}

.about_culture .list_nav .text_box {
    position: static;
    padding: 4% 0;
}

.about_culture .list_nav .text_box .list_ico {
    margin: 0 auto;
}

.about_culture .list_main .list_cell {
    background-size: cover;
}


/*年报中报修改*/

.report_list .list_main .list_bd {
    font-size: 16px;
}

.report_list .list_main .list_bd dl {
    padding: 2%;
    border-top: 1px solid #cecece;
}

.report_list .list_main .list_bd dl:first-child {
    border-top: none;
}

.report_list .list_main .list_bd dd a {
    color: #1e8e54;
    display: block;
    padding: 1% 0 4%;
    font-size: 14px;
    text-align: right;
}

.report_list .list_main .list_bd {
    padding: 1.4% 4%;
}

.report_list .list_main .list_hd {
    padding: 2% 4%;
}


/*关于综合-创新部分调整2017-08-22*/

.ab_index04 .bd {
    position: relative;
    height: 277px;
    overflow: hidden;
}

.ab_index04 .bd .list_item {
    width: 600px;
    height: 277px;
    background: url(../images/acc1_bg.jpg) no-repeat;
    position: absolute;
    border-left: 2px solid #eef2f5;
    display: block;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}

.ab_index04 .bd .list_l,
.ab_index04 .bd .list_r {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    color: #fff;
}

.ab_index04 .bd .list_l {
    height: 100%;
    width: 50%;
    font-size: 28px;
    text-align: center
}

.ab_index04 .bd .list_ico {
    width: 100px;
    height: 70px;
    background: url(../images/uni_acc1_icos2.png) no-repeat;
    margin: 80px auto 0;
    display: block;
}

.ab_index04 .bd .list_r {
    width: 50%;
    visibility: hidden;
    font-size: 16px;
    line-height: 1.8;
}

.ab_index04 .bd .list_item01 {
    background-position: 0 0;
}

.ab_index04 .bd .list_item02 {
    background-position: -295px 0;
}

.ab_index04 .bd .list_item03 {
    background-position: -590px 0;
}

.ab_index04 .bd .list_item04 {
    background-position: -885px 0;
}

.ab_index04 .bd .list_item02 .list_ico {
    background-position: -100px 0px;
}

.ab_index04 .bd .list_item03 .list_ico {
    background-position: -200px 0px;
}

.ab_index04 .bd .list_item04 .list_ico {
    background-position: -300px 0px;
}

.ab_index04 .bd .list_item.cur {
    background: url(../images/ab_index04_1.jpg) no-repeat center;
}

.ab_index04 .bd .cur .list_l {
    width: 38%;
    position: relative;
}

.ab_index04 .bd .cur .list_l:after {
    content: "";
    width: 1px;
    height: 104px;
    background: rgba(255, 255, 255, 0.4);
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -52px;
    right: 14px;
}

.ab_index04 .bd .cur .list_r {
    width: 50%;
    visibility: visible;
    margin-left: 2%;
}

.ab_index04 .bd .other .list_l {
    width: 33%;
}


/*了解更多-样式2*/

.c_more .more_btn {
    width: auto;
    padding: 6px 18px;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.c_more .more_btn .i_ico {
    margin-left: 30px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}


/*发展历程修改-2017-08-24*/

.about_history .history_l .list_box .text {
    position: static;
    display: block;
}

.about_history .history_l .list_box .text01 {
    margin-bottom: 14px;
}

.about_history .history_l .list_box .text02 {
    display: none;
}

.about_history .history_l .list_box {
    padding: 30px 0px;
}

.about_history .history_l .active .list_box .text02 {
    display: block;
}

.about_history .history_l .active .list_box .text02 {
    color: #666;
    font-size: 16px;
    padding-left: 16%;
}


/*返回顶部按钮*/

.gotop {
    width: 60px;
    height: 60px;
    background: url(../images/top.png) no-repeat;
    position: fixed;
    bottom: 0;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 100;
}

.gotop:hover {
    background-position: 0px -60px;
}


/*产品列表切换箭头*/

.pro_detail .arr_box {
    width: 100%;
    margin-top: 30px;
}

.pro_detail .arr_box .arr_btn {
    padding: 2% 5%;
    background-color: rgb(228, 238, 245);
    display: block;
}

.pro_detail .arr_box .arr_ico {
    width: 9px;
    height: 15px;
    background: url(../images/page_box.png) no-repeat;
    display: block;
}

.pro_detail .arr_box .arr_next .arr_ico {
    background-position: -9px 0px;
}


/*股息方案*/

.guxifangan {
    padding: 5%;
}


/*行业应用修改2017-09-11*/

.app_index_p2 {
    height: 270px;
    margin-top: 3px;
}

.app_index_p1 .wrap {
    padding: 200px 0px 50px;
}

.app_index_p1 .title02 {
    display: none;
}

.app_index_p1 .index01_p {
    width: 63%;
}

.app_index_p1 .banner_mouse {
    display: none;
}

.app_index_p2 .list_cover_02 {
    display: none;
}

.app_index_p2 .list_cover_01 {
    background: none;
    top: 30%;
    padding: 30px 16%;
}

.app_index_p2 .list_cover_01 .i_ico {
    display: none;
}

.app_index_p2 .list_item:hover .list_cover_01 {
    opacity: 1;
    visibility: visible;
}

.app_index_p2 .list_cover_01 .list_title01 {
    font-weight: normal;
    text-align: center;
}

.app_index_p2 .list_cover_01 .en_title {
    font-size: 14px;
}


/*行业应用修改2017-09-20*/

.app_index {
    padding: 160px 0px 0px;
}

.app_index_text {
    background: url(../images/black_50.png) repeat;
    color: #fff;
    padding: 50px 0;
    line-height: 1.8;
}

.app_detail_album {
    bottom: 0;
    visibility: hidden;
    z-index: -2;
}

.app_detail_album.open {
    visibility: visible;
    z-index: 10;
}


/*投资者一览表 20171205*/

.ir_prev_list_title {
    font-size: 36px;
    color: #c79556;
    padding: 30px 0px 40px;
}

.ir_prev_list {
    padding: 0;
}

.ir_prev_list .list_part1 {
    background: #eef2f5;
    padding: 50px 0px;
}

.ir_prev_list .part1_title {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.ir_prev_list .part1_l {
    width: 28%;
}

.ir_prev_list .part1_l_box {
    padding: 40px 30px 60px;
    background: #c79556;
    color: #fff;
}

.ir_prev_list .part1_l_bd li {
    font-size: 16px;
    margin-bottom: 24px;
}

.ir_prev_list .part1_l_bd .title,
.ir_prev_list .part1_l_bd .number {
    width: 40%;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ir_prev_list .part1_l_bd .icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 6px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 14%;
}

.ir_prev_list .part1_r {
    width: 68%;
    min-height: 418px;
    background: #fafafa;
}

.ir_prev_list .part1_r .part1_title {
    color: #c79556;
}

.ir_prev_list .part1_r_box {
    padding: 40px 40px 30px;
}

.ir_prev_list .part1_r_bd li {
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    color: #666;
}

.ir_prev_list .part1_r_bd li:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #666666;
    display: block;
    position: absolute;
    left: -16px;
    top: 10px;
    border-radius: 50%;
}

.ir_prev_list .part1_r .down_btn {
    font-size: 18px;
    color: #c79556;
    margin-top: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 40px;
}

.ir_prev_list .list_part2 {
    background: #fff;
    color: #c79556;
    text-align: center;
    padding-bottom: 40px;
}

.ir_prev_list .list_part2 li {
    min-height: 280px;
}

.ir_prev_list .list_part2 .list_box {
    padding: 6% 6% 0;
}

.ir_prev_list .list_part2 .icon_box {
    width: 110px;
    margin: 0 auto;
}

.ir_prev_list .list_part2 .list_title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
}

.ir_prev_list .list_part2 .list_p {
    font-size: 16px;
    color: #666;
}

.ir_prev_list .list_part2 li.odd {
    background: #f5f5f5;
}

.ir_prev_list .list_part2 li.odd .list_title {
    color: #666;
}

.ir_prev_list .list_part3 {
    padding-bottom: 40px;
    background: #eef2f5;
}

.ir_prev_list .part3_bd li {
    background: #7b7c7c;
    color: #fff;
}

.ir_prev_list .part3_bd .list_box {
    padding: 6%;
    text-align: left;
}

.ir_prev_list .part3_bd .list_title {
    font-size: 24px;
    margin-bottom: 6px;
}

.ir_prev_list .part3_bd .smal_title {
    font-size: 18px;
    margin: 0px;
}

.ir_prev_list .part3_bd .list_p {
    margin-top: 6px;
}

.ir_prev_list .list_part4 {
    background: #fff;
    padding-bottom: 50px;
}

.ir_prev_list .list_part4 img {
    width: 100%;
    min-height: 100px;
}

.ir_prev_list .list_part5 {
    padding-bottom: 50px;
    background: url(../images/ylb_p5_bj.jpg) no-repeat center;
    background-size: cover;
}

.ir_prev_list .list_part5 .list_box {
    padding: 0 4%;
}

.ir_prev_list .list_part5 .list_title {
    font-size: 30px;
    color: #666;
    margin-bottom: 10px;
}

.ir_prev_list .list_part5 .list_p {
    font-size: 16px;
}


/*2018-01-08公告通函*/

.inv_list_2017 .bd_l {
    background: #fff;
    padding: 3% 4%;
    width: 62.3399%;
    min-height: 600px;
}

.inv_list_2017 .year_list {
    width: 100%;
    margin-bottom: 30px;
    display: none;
    position: relative;
}

.inv_list_2017 .year_list .list_item {
    position: relative;
    font-size: 20px;
    color: #888888;
    text-align: center;
    cursor: pointer;
}

.inv_list_2017 .year_list .owl-item.cur .list_item {
    color: #c79556;
}

.inv_list_2017 .year_list .list_item:after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    background-color: #888;
    top: 50%;
    right: -13px;
    margin-top: -2.5px;
    border-radius: 50%;
}

.inv_list_2017 .pdf_list .list_box {
    display: block;
    padding: 20px 0px;
}

.inv_list_2017 .pdf_list .pdf_ico {
    width: 26px;
    height: 26px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    background-image: url(../images/pdf.png);
    background-position: center;
}

.inv_list_2017 .pdf_list .list_title {
    font-size: 18px;
    width: 70%;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 6px;
}

.inv_list_2017 .pdf_list .list_time {
    font-size: 20px;
    color: #999;
    text-align: right;
}

.inv_list_2017 .pdf_list .list_time span {
    font-size: 14px;
    display: block;
    line-height: 1;
}

.inv_list_2017 .pdf_list li:hover .pdf_ico {
    background-image: url(../images/pdf_color.png);
}

.inv_list_2017 .pdf_list li:hover .list_title {
    color: #c79556;
}

.inv_list_2017 .pdf_list li:hover .list_time {
    color: #c79556;
}

.inv_list_2017 .owl-carousel .owl-nav .owl-next,
.inv_list_2017 .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    font-size: 18px;
}

.inv_list_2017 .owl-carousel .owl-nav .owl-next {
    right: -30px;
}

.inv_list_2017 .owl-carousel .owl-nav .owl-prev {
    left: -30px;
}

.inv_list_2017 .owl-carousel .owl-nav .disabled {
    display: none;
}


/*2017招聘综合*/

.job_center.channel_content {
    padding: 80px 0 0;
}

.job_center .rect-524 {
    padding-bottom: 52.4%;
}

.job_center .rect-54 {
    padding-bottom: 52.5%;
}

.job_center .part1 .text_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    color: #fff;
}

.job_center .part1 .left_box .text_box {
    padding: 80px 42px 0px;
}

.job_center .part1 .right_box .text_box {
    padding: 10% 6%;
}

.job_center .part1 .left_box .text_tit {
    font-size: 47px;
    line-height: 1;
    font-weight: normal;
}

.job_center .part1 .left_box .text_p {
    font-size: 24px;
    font-weight: bold;
    display: block;
    padding: 10px 0px 30px;
}

.job_center .part1 .left_box .more_btn {
    width: 160px;
}

.job_center .part1 .right_box .span-12 {
    background: #c79558;
}

.job_center .part1 .right_box .span-12:first-child {
    background: #1e8e54;
}

.job_center .part1 .right_box .text_tit {
    font-size: 30px;
    line-height: 1;
    position: relative;
    padding: 14px 0px;
}

.job_center .part1 .right_box .text_tit:after {
    content: "";
    width: 36px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.job_center .part1 .right_box .text_p {
    font-size: 20px;
    display: block;
}

.job_center .part2 {
    margin-bottom: 80px;
}

.job_center .part2_l {
    border: 1px solid #c9c9c9;
}

.job_center .part2_l a {
    display: block;
}

.job_center .part2_r {
    border: 1px solid #c9c9c9;
    border-left: none;
}

.job_center .part2_l .img_box {
    width: 39.7%;
    margin-top: 5%;
    margin-left: 5%;
}

.job_center .part2_l .text_box {
    width: 43%;
    padding: 5% 6%;
}

.job_center .part2_l .list_title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #000;
}

.job_center .part2 .list_p {
    color: #757575;
    height: 50px;
    overflow: hidden;
    font-size: 16px;
}

.job_center .part2_r {
    padding: 26px 12%;
    display: block;
}

.job_center .part2_r .list_title {
    font-size: 18px;
    color: #000;
    padding: 4px 0px 10px;
    height: 56px;
}

.job_center .part2_r .list_time {
    font-size: 16px;
    line-height: 1;
    color: #666;
}

.job_center .part3 {
    background: url(../images/job_center_part3_bj.jpg) no-repeat center;
    padding: 80px 0px;
}

.job_center .part3_title {
    font-size: 36px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.job_center .part3_form {
    text-align: center;
}

.job_center .form_box {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30%;
    margin: 0 1%;
}

.job_center .select_box {
    width: 100%;
    height: 57px;
    line-height: 57px;
    background: #d5dbe0;
    border: none;
    border-radius: 0;
    text-align: left;
}

.job_center .inp_box {
    width: 72%;
    height: 57px;
    line-height: 57px;
    background: #d5dbe0;
    border: none;
    margin: 0;
    padding: 0 4%;
    vertical-align: middle;
}

.job_center button {
    width: 20%;
    background: #c79558;
    color: #fff;
    padding: 0;
    margin: 0;
    height: 57px;
    line-height: 57px;
    border: none;
    margin-left: -4px;
}

.job_center .select-ui-choose-default ._txt {
    padding: 0 20% 0 4%;
}

.job_center .select-ui-choose-default ._arrow {
    width: 20%;
    background: #c79558;
}

.job_center .select-ui-choose ._arrow .arr {
    left: 50%;
    margin-left: -.2em;
    border-color: #fff transparent transparent;
}

.job_center .select-ui-choose-default-bottom.on {
    border-radius: 0px;
}

.job_center .select-ui-choose-default.on ._arrow .arr {
    border-color: transparent transparent #fff;
}


/*widgets_xc_job_list_7 招聘列表*/

.widgets_xc_job_list_7 .wrap {
    background: #fff;
    padding: 40px;
}

.widgets_xc_job_list_7 .sx_item {
    margin-bottom: 24px;
    overflow: hidden;
}

.widgets_xc_job_list_7 .sx_item span {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.widgets_xc_job_list_7 .sx_xx {
    float: left;
}

.widgets_xc_job_list_7 .sx_xx span {
    font-weight: normal;
    cursor: pointer;
    margin-right: 20px;
}

.widgets_xc_job_list_7 .sx_xx span:hover {
    color: #c79556;
}

.widgets_xc_job_list_7 .sx_xx span.on {
    color: #c79556;
}

.widgets_xc_job_list_7 .job_search {
    width: 60%;
    line-height: 40px;
    border: 1px solid #dddddd;
    padding: 0 2%;
    overflow: hidden;
    margin-bottom: 40px;
}

.widgets_xc_job_list_7 .job_search input {
    height: 40px;
    line-height: 40px;
    width: 70%;
    float: left;
    border: none;
    padding: 0;
    margin: 0;
}

.widgets_xc_job_list_7 .job_search button {
    height: 40px;
    border: none;
    cursor: pointer;
    color: #dddddd;
    font-size: 18px;
    background: none;
    float: right;
    outline: none;
}

.widgets_xc_job_list_7 .widget-job-1 {
    margin-bottom: 40px;
    border-top: 4px solid #c79556;
}

.widgets_xc_job_list_7 .widget-job-1 .first {
    background: #f4f6f9;
    border-bottom: none;
    padding: 0;
    height: 60px;
    line-height: 60px;
}

.widgets_xc_job_list_7 .widget-job-1 li {
    border-bottom: 0px solid #cccccc;
    float: left;
    width: 100%;
    height: 75px;
    line-height: 75px;
    background-color: #fff;
}

.widgets_xc_job_list_7 .widget-job-1 li.j_t {
    cursor: pointer;
    border-bottom: 1px dashed #eee;
}

.widgets_xc_job_list_7 .widget-job-1 li.j_t.j_t_cur {
    border-color: transparent;
}

.widgets_xc_job_list_7 .widget-job-1 li.j_c {
    height: auto;
    line-height: 1.5;
    background-color: #eee;
    display: none;
}

.widgets_xc_job_list_7 .widget-job-1 ._t1 {
    width: 20%;
    margin-right: 5%;
}

.widgets_xc_job_list_7 .widget-job-1 ._t2 {
    width: 20%;
}

.widgets_xc_job_list_7 .widget-job-1 ._t3 {
    width: 17%;
}

.widgets_xc_job_list_7 .widget-job-1 ._t4 {
    width: 17%;
}

.widgets_xc_job_list_7 .widget-job-1 ._t5 {
    width: 14%;
}

.widgets_xc_job_list_7 .widget-job-1 ._t6 {
    width: 15%;
    cursor: pointer;
}

.widgets_xc_job_list_7 .widget-job-1 .first ._ut {
    float: left;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.widgets_xc_job_list_7 .widget-job-1 li ._un {
    float: left;
    text-align: center;
    height: 75px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.widgets_xc_job_list_7 .widget-job-1 ._jcon {
    padding: 4% 6% 10%;
    position: relative;
}

.widgets_xc_job_list_7 .widget-job-1 ._title {
    font-size: 18px;
    color: #333333;
}

.widgets_xc_job_list_7 .widget-job-1 ._part {
    margin-bottom: 40px;
}

.widgets_xc_job_list_7 .widget-job-1 .ewm_box {
    position: absolute;
    bottom: 10%;
    right: 10%;
    text-align: center;
}

.widgets_xc_job_list_7 .widget-job-1 .ewm_box h4 {
    color: #666666;
    padding: 20px 0px;
    font-weight: normal;
}

.widgets_xc_job_list_7 .widget-job-1 .more_btn {
    border-color: #c79556;
    background: #c79556;
}

.widgets_xc_job_list_7 .widget-job-1 .ewm_box .rect-100 {
    padding-bottom: 100%;
}


/*招聘政策*/

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

.service_index_p4 ul {
    overflow: hidden;
}

.service_index_p4 li {
    margin-left: -1px;
    width: 20%;
}

.service_index_p4 li:last-child {
    float: right;
}

.service_index_p4 .list_box {
    overflow: hidden;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    display: block;
    height: 480px;
    color: #fff;
    padding: 40px 0px;
}

.service_index_p4 .list_number {
    font-family: 'Helvetica Neue';
    font-size: 72px;
    font-weight: bold;
    color: #fff;
    border-left: 3px solid #fff;
    padding-left: 30px;
    margin-bottom: 20px;
    line-height: 1;
    display: block;
}

.service_index_p4 .list_title {
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.service_index_p4 dl {
    padding-left: 30px;
    margin-bottom: 16px;
}

.service_index_p4 dt {
    font-size: 16px;
    color: #e9e9e9;
}

.service_index_p4 dd {
    font-size: 14px;
    display: none;
    padding-right: 20%;
}

.service_index_p4 li.cur {
    width: 40%;
}

.service_index_p4 li.cur .list_title {
    font-size: 26px;
    color: #d39157;
}

.service_index_p4 li.cur .list_number {
    color: #d39157;
    border-color: #d39157;
}

.service_index_p4 li.cur dd {
    display: block;
}

.service_index_p4 li.cur dt {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.job_policy .tab_t_box {
    margin-bottom: 50px;
}

.job_policy .tab_t {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #666666;
    font-weight: bold;
    margin: 0 3%;
}

.job_policy .tab_t .tab_ico {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    background: url(../images/rczc.png) no-repeat;
    background-position: 0 -50px;
}

.job_policy .tab_t .ico2 {
    background-position: -50px -50px;
}

.job_policy .tab_t .ico3 {
    background-position: -100px -50px;
}

.job_policy .tab_t.tab_t_cur .ico1 {
    background-position: 0 0;
}

.job_policy .tab_t.tab_t_cur .ico2 {
    background-position: -50px 0;
}

.job_policy .tab_t.tab_t_cur .ico3 {
    background-position: -100px 0;
}

.service_index_p4 .list_box .dl_box {
    position: relative;
    height: 300px;
    overflow: hidden;
    width: 470px;
}

body .scrollbar-ui .scroll_bar {
    margin-right: 20px;
}

body .scrollbar-ui .scroll_slider {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.widgets_xc_job_list_7 .widget-job-1 ._part {
    line-height: 2;
}

.widgets_xc_job_list_7 .widget-job-1 ._part p {
    margin-bottom: 20px;
}

.job_center .part1 .right_box .span-12 {
    overflow: hidden;
    z-index: 1;
}

.job_center .part1 .right_box .span-12:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #c18740;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
    transition: all 0.5s ease;
}

.job_center .part1 .right_box .span-12:hover:after {
    right: 0;
}

.job_center .part1 .right_box .span-12:first-child:after {
    background-color: #13844a;
}


/*简历投递*/

.Form-J1 {
    padding-bottom: 40px;
}

.Form-J1 .Form-J1-Left {
    float: left;
    width: 50%;
}

.Form-J1 .Form-J1-right {
    float: right;
    width: 50%;
}

.Form-J1 .Form-J1-li {
    padding-top: 10px;
}

.Form-J1 .Form-J1-li label {
    width: 5em;
    display: inline-block;
    color: #666;
    vertical-align: middle;
    font-size: 13px;
}

.Form-J1 .Form-J1-li input {
    height: 28px;
    line-height: 28px;
    border: 1px #ddd solid;
    width: 70%;
}

.Form-J1 .Form-J1-li textarea {
    border: 1px #ddd solid;
    width: 70%;
    padding: 0;
    height: 119px;
    vertical-align: middle;
}

.Form-J1 .Form-J1-li em {
    color: red;
    vertical-align: middle;
    padding-left: 10px;
}

.Form-J1 .Form-J1-li input._yzm {
    width: 20%;
}

.Form-J1 .Form-J1-li img {
    vertical-align: middle;
    padding-left: 10px;
    cursor: pointer;
    height: 30px;
}

.Form-J1 .Form-J1-li b {
    color: #666;
    font-size: 12px;
    padding-left: 4px;
}

.Form-J1 .Form-J1-li select {
    border: 1px #ddd solid;
    width: 70%;
    padding: 7px 0;
    color: #888888;
    box-sizing: content-box;
}

.Form-J1 .Form-J1-Btn {
    clear: both;
    text-align: center;
    padding-top: 40px;
}

.Form-J1 .Form-J1-Btn button {
    width: 16%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #ffffff;
    margin: 0px 4px;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}

.Form-J1 .Form-J1-Btn ._submit {
    background-color: #c79556;
    margin-right: 10px;
    color: #FFFFFF;
    border: 1px solid #c79556;
}

.Form-J1 .Form-J1-Btn ._reset {
    border: 1px solid #ddd;
    background-color: #FFF;
    color: #666;
}

.job_policy .tab_t.tab_t_cur {
    color: #d39157;
}

.service_index_p4 .transition05 {
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}

.job_center .part2 .pt_hd {
    width: 70%;
    margin: 50px auto 30px;
    text-align: center;
    color: #666;
}

.job_center .part2 .pt_hd .title {
    font-weight: bold;
    font-size: 36px;
}

.job_center .part2 .pt_hd .decs {
    font-size: 16px;
}

.job_center .full-row .span-12:hover .list_title,
.job_center .full-row .span-6:hover .list_title {
    color: #1e8e54;
}

.job_center .part1 .right_box .text_tit {
    font-size: 14px;
}


/*2018-08-03*/

.job_school {
    padding: 0;
}

.job_school .pt1 {
    padding: 50px 0 100px;
    background: #eef2f5;
}

.job_school .pt1 .title {
    font-size: 36px;
    color: #666666;
    line-height: 1;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
}

.job_school .pt1 .l_box {
    width: 50%;
}

.job_school .pt1 .r_box {
    width: 49%;
}

.job_school .pt1 .l_box .map_box {
    position: relative;
}

.job_school .pt1 .l_box .map_box .point_area {
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    z-index: 1;
}

.job_school .pt1 .l_box .map_box .point_area .point {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 50%;
}

.job_school .pt1 .l_box .map_box .point_area .point-dot {
    background: #2b63a5;
}

.job_school .pt1 .l_box .map_box .point_area .point-20,
.job_school .pt1 .l_box .map_box .point_area .point-40 {
    width: 100%;
    height: 100%;
}

@keyframes ripple {
    0% {
        left: 0;
        top: 0;
        opacity: 0.3;
        width: 0;
        height: 0;
    }
    100% {
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
    }
}

@-webkit-keyframes ripple {
    0% {
        left: 0;
        top: 0;
        opacity: 0.3;
        width: 0;
        height: 0;
    }
    100% {
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
    }
}

@-moz-keyframes ripple {
    0% {
        left: 0;
        top: 0;
        opacity: 0.3;
        width: 0;
        height: 0;
    }
    100% {
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
    }
}

@-o-keyframes ripple {
    0% {
        left: 0;
        top: 0;
        opacity: 0.3;
        width: 0;
        height: 0;
    }
    100% {
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
    }
}

.job_school .pt1 .l_box .map_box .point_area .point-20:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #2b63a5;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 450ms infinite;
    -moz-animation: ripple 4500ms ease-out 450ms infinite;
    -o-animation: ripple 4500ms ease-out 450ms infinite;
    animation: ripple 4500ms ease-out 450ms infinite;
}

.job_school .pt1 .l_box .map_box .point_area .point-40:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #2b63a5;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 900ms infinite;
    -moz-animation: ripple 4500ms ease-out 900ms infinite;
    -o-animation: ripple 4500ms ease-out 900ms infinite;
    animation: ripple 4500ms ease-out 900ms infinite;
}

.job_school .pt1 .l_box .map_box .point_area .list_boll {
    width: 8px;
    height: 8px;
    border: 2px solid #1e8e54;
    display: block;
    border-radius: 50%;
    box-shadow: 0px 0px 14px 3px #1e8e54;
    position: relative;
    -webkit-animation: bordershow 3s infinite;
    -moz-animation: bordershow 3s infinite;
    animation: bordershow 3s infinite;
}

.job_school .pt1 .l_box .map_box .point_area .list_boll:after,
.job_school .pt1 .l_box .map_box .point_area .list_boll:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5);
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: -6px;
}

.job_school .pt1 .l_box .map_box .point_area .list_boll:after {
    -webkit-animation: boderM 3s infinite;
    -moz-animation: boderM 3s infinite;
    animation: boderM 3s infinite;
}

.job_school .pt1 .l_box .map_box .point_area .list_boll:before {
    -webkit-animation: boderM 3s .75s infinite;
    -moz-animation: boderM 3s .75s infinite;
    animation: boderM 3s .75s infinite;
}

.job_school .pt1 .tabt_box .tab_t {
    width: 16.66667%;
    text-align: center;
    font-size: 20px;
    color: #666666;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    cursor: pointer;
}

.job_school .pt1 .tabt_box {
    border-bottom: 1px solid #e1e2e1;
}

.job_school .pt1 .tabt_box .tab_t.on:after {
    content: '';
    position: absolute;
    width: 60%;
    left: 20%;
    height: 2px;
    background: #2b63a5;
    bottom: 0;
}

.job_school .pt1 .tabc_box {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-bottom: 30px;
}

.job_school .pt1 .tabc_box .tit {
    background: #e2edf5;
    line-height: 56px;
}

.job_school .pt1 .tabc_box .city {
    width: 20%;
    float: left;
}

.job_school .pt1 .tabc_box .school {
    width: 34%;
    float: left;
}

.job_school .pt1 .tabc_box .time {
    width: 23%;
    float: left;
}

.job_school .pt1 .tabc_box .ads {
    width: 23%;
    float: left;
}

.job_school .pt1 .tabc_box .tabc {
    display: none;
}

.job_school .pt1 .tabc_box .tabc.active {
    display: block;
}

.job_school .pt1 .tabc_box .tabc ul {
    line-height: 56px;
}

.job_school .pt1 .tabc_box .tabc li {
    line-height: 56px;
    border-bottom: 1px solid #e2edf5;
}

.job_school .pt1 .more_btn {
    background: #1e8e54;
    border-color: #1e8e54;
    color: #fff;
}

.job_school .pt1 .more_btn:hover {
    background: #13844a;
    border-color: #13844a;
}

.job_school .pt1 .more_btn a {
    color: #fff;
}

.job_school .pt2 {
    padding: 80px 0;
    background: #fff;
}

.job_school .pt2 .title {
    font-size: 36px;
    color: #666666;
    line-height: 1;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
}

.job_school .pt2 .owl-carousel .item {
    padding: 5px;
}

.job_school .pt2 .owl-carousel .pd {
    padding: 40px 0;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .2);
    text-align: center;
    font-size: 0;
}

.job_school .pt2 .owl-carousel .pd .icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 10px;
    background: url(../images/jobicon.png) no-repeat;
}

.job_school .pt2 .owl-carousel .pd .ico2 {
    background-position: -70px 0;
}

.job_school .pt2 .owl-carousel .pd .ico3 {
    background-position: -140px 0;
}

.job_school .pt2 .owl-carousel .pd .ico4 {
    background-position: -210px 0;
}

.job_school .pt2 .owl-carousel .pd .ico5 {
    background-position: -280px 0;
}

.job_school .pt2 .owl-carousel .pd .ico6 {
    background-position: -350px 0;
}

.job_school .pt2 .owl-carousel .pd .t {
    font-size: 16px;
    color: #666;
}

.job_school .pt2 .owl-carousel a {
    display: block;
    user-select: none;
}

.job_school .pt2 .owl-carousel .pd:hover {
    background: #1e8e54;
}

.job_school .pt2 .owl-carousel .pd:hover .t {
    color: #fff;
}

.job_school .pt2 .owl-carousel .pd:hover .ico1 {
    background-position: 0 -70px;
}

.job_school .pt2 .owl-carousel .pd:hover .ico2 {
    background-position: -70px -70px;
}

.job_school .pt2 .owl-carousel .pd:hover .ico3 {
    background-position: -140px -70px;
}

.job_school .pt2 .owl-carousel .pd:hover .ico4 {
    background-position: -210px -70px;
}

.job_school .pt2 .owl-carousel .pd:hover .ico5 {
    background-position: -280px -70px;
}

.job_school .pt2 .owl-carousel .pd:hover .ico6 {
    background-position: -350px -70px;
}

.job_school .pt2 .owl-nav {
    display: none;
}

.job_school .pt2 .owl-carousel:hover .owl-nav {
    display: block;
}

.job_school .pt2 .owl-nav .owl-prev {
    width: 80px;
    height: 80px;
    background: url(../images/2018/jobschool_arr.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: -80px;
    font-size: 0;
}

.job_school .pt2 .owl-nav .owl-prev.disabled {
    display: none;
}

.job_school .pt2 .owl-nav .owl-next {
    width: 80px;
    height: 80px;
    background: url(../images/2018/jobschool_arr.png) -80px 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    right: -80px;
    font-size: 0;
}

.job_school .pt2 .owl-nav .owl-next.disabled {
    display: none;
}

.job_school .pt3 {
    padding: 60px 0;
}

.job_school .pt3 .title {
    font-size: 36px;
    color: #666666;
    line-height: 1;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
}

.job_school .pt3 .list_share .pd {
    padding: 35px;
    background: #fff;
}

.job_school .pt3 .list_share .pd .time {
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
    line-height: 1;
}

.job_school .pt3 .list_share .pd .tit {
    font-size: 18px;
    color: #333;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: bold;
}

.job_school .pt3 .list_share .pd .more {
    font-size: 14px;
    color: #c79556;
}


/*preach*/

.job_common_bar.l_bar {
    width: 21%;
}

.job_common_bar.l_bar .img_box img {
    width: 100%;
}

.job_common_bar.l_bar .list_cat li {
    font-size: 22px;
    color: #666666;
    line-height: 90px;
    text-align: center;
    border-bottom: 1px solid #dedede;
    background: #fff;
}

.job_common_bar.l_bar .list_cat li a {
    display: block;
}

.job_common_bar.l_bar .list_cat li.last {
    border: none;
}

.job_common_bar.l_bar .list_cat li:hover,
.job_common_bar.l_bar .list_cat li.cur {
    background: #005baa;
    color: #fff;
}

.job_common_bar.l_bar .list_cat li a:hover {
    color: #fff;
}

.preach .r_content {
    width: 75%;
}

.preach .r_content .pd {
    padding: 50px 40px 80px;
    background: #fff;
}

.preach .r_content .s_box {
    padding-bottom: 20px;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 25px;
}

.preach .r_content .s_box .area_box {
    width: 48%;
    height: 45px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.preach .r_content .s_box .area_box.drop {}

.preach .r_content .s_box .keysearch {
    width: 20%;
    border: 1px solid #dbdbdb;
    line-height: 40px;
    border-radius: 30px;
    position: relative;
}

.preach .r_content .s_box .keysearch .ipt_box {
    padding-right: 40px;
}

.preach .r_content .s_box .keysearch .icon {
    position: absolute;
    right: 0;
    width: 40px;
    top: 0;
    display: block;
    background: url(../images/2018/breach_sear.png) center center no-repeat;
    height: 40px;
    box-shadow: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.preach .r_content .s_box .keysearch .ipt_box input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: none;
    border: none;
    outline: none;
    text-indent: 20px;
}

.preach .r_content .s_box .area_box .area_list li {
    line-height: 45px;
    font-size: 14px;
    color: #666666;
    margin-right: 25px;
    float: left;
    cursor: pointer;
}

.preach .r_content .s_box .area_box .area_list li.cur {
    color: #c79556;
}

.preach .r_content .s_box .area_more .icon {
    width: 9px;
    height: 5px;
    background: url(../images/2018/preach_arr.png) 0 0 no-repeat;
    margin-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.preach .r_content .s_box .area_more.drop .icon {
    background-position: -9px 0;
}

.preach .r_content .s_box .area_more {
    font-size: 14px;
    color: #005baa;
}

.preach .r_content .s_box .area_more {
    line-height: 45px;
    cursor: pointer;
}

.preach .r_content .list_box li {
    margin-bottom: 30px;
}

.preach .r_content .list_box .bor {
    border: 1px solid #eeeeee;
    display: block;
}

.preach .r_content .list_box .tip {
    margin-bottom: 10px;
    text-align: right;
}

.preach .r_content .list_box .tip span {
    padding: 0 20px;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    background: #f6f6f6;
    display: inline-block;
}

.preach .r_content .list_box .tit {
    font-size: 24px;
    color: #666;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 25px 0;
    position: relative;
}

.preach .r_content .list_box .tit:after {
    content: '';
    position: absolute;
    width: 60%;
    left: 20%;
    bottom: -30px;
    height: 1px;
    background: #e2ded5;
}

.preach .r_content .list_box .con {
    padding: 30px;
}

.preach .r_content .list_box .con .item {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    /*text-overflow:ellipsis; overflow:hidden; white-space:nowrap;*/
}

.preach .r_content .list_box li:hover .item {
    color: #c79556;
}

.preach .r_content .list_box .img_box {
    text-align: center;
}

.preach .r_content .list_box .con .item.dz {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}


/*job_list_new*/

.owl-carousel {
    visibility: hidden;
}

.owl-carousel.owl-loaded {
    visibility: visible;
}

.job_list_new .r_content {
    width: 75%;
}

.job_list_new .r_content .item .icon {
    width: 42px;
    height: 42px;
    margin: 0 auto 20px;
    background: url(../images/2018/job_icons.png) 0 0 no-repeat;
}

.job_list_new .r_content .owl-carousel {
    margin-bottom: 25px;
}

.job_list_new .r_content .item1 .icon {
    background-position: 0 0;
}

.job_list_new .r_content .item1.cur .icon {
    background-position: 0 -42px;
}

.job_list_new .r_content .item2 .icon {
    background-position: -42px 0;
}

.job_list_new .r_content .item2.cur .icon {
    background-position: -42px -42px;
}

.job_list_new .r_content .item3 .icon {
    background-position: -84px 0;
}

.job_list_new .r_content .item3.cur .icon {
    background-position: -84px -42px;
}

.job_list_new .r_content .item4 .icon {
    background-position: -126px 0;
}

.job_list_new .r_content .item4.cur .icon {
    background-position: -126px -42px;
}

.job_list_new .r_content .item5 .icon {
    background-position: -168px 0;
}

.job_list_new .r_content .item5.cur .icon {
    background-position: -168px -42px;
}

.job_list_new .r_content .item6 .icon {
    background-position: -210px 0;
}

.job_list_new .r_content .item6.cur .icon {
    background-position: -210px -42px;
}

.job_list_new .r_content .item7 .icon {
    background-position: -252px 0;
}

.job_list_new .r_content .item7.cur .icon {
    background-position: -252px -42px;
}

.job_list_new .r_content .item .tit {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 27px;
}

.job_list_new .r_content .item.cur .tit {
    color: #c79556;
}

.job_list_new .widgets_xc_job_list_7 .widget-job-1 ._t1 {
    margin-right: 0;
}

.job_list_new .widgets_xc_job_list_7 .widget-job-1 ._t2 {
    width: 46%;
}

.job_list_new .widgets_xc_job_list_7 .widget-job-1 .first ._ut {
    text-align: left;
    text-indent: 40px;
}

.job_list_new .widgets_xc_job_list_7 .widget-job-1 ._un {
    text-align: left;
    text-indent: 40px;
}

.staff_mien_new .r_content {
    width: 75%;
}

.staff_mien_new .staff_mien {
    padding: 0;
}

.staff_mien_new .staff_mien .list_p {
    height: 56px;
    overflow: hidden;
    margin-bottom: 24px;
}

.job_list_new .widgets_xc_job_list_7 .widget-job-1 .no_data {
    line-height: 75px;
}


/*20180807修改*/

.job_center .part2_l .text_box {
    padding: 26px 6%;
}

.job_center .part2_l .list_title {
    height: 75px;
    overflow: hidden;
    line-height: 25px;
    margin-bottom: 11px;
}

.job_center .part2_l.nopic .img_box {
    display: none;
}

.job_center .part2_l.nopic .text_box {
    width: 88%;
}

.job_center .part2_l.nopic .list_title {
    height: 50px;
}

.job_center .part2_l.nopic .list_p {
    height: 75px;
}

.preach .showall {
    display: block;
    text-align: center;
    cursor: pointer;
    color: #c79556;
}

.preach .showall.hide {
    display: none;
}

.job_center .part2_l .text_box .list_time {
    font-size: 16px;
}

.job_center .part2_l .list_title {
    height: 50px;
}


/*挂件分页样式*/

.util-page {
    font-size: 0;
    color: #000;
    text-align: center;
}

.util-page .gobutton,
.util-page .sl,
.util-page .num,
.util-page .count {
    color: #000;
    display: inline-block;
    border: 1px solid #ededed;
    margin: 10px 0;
    padding: 5px 10px;
    vertical-align: middle;
    margin: 0 0 10px -1px;
    background: #fff;
    font-size: 16px;
    font-weight: normal;
}

.util-page .gobutton:hover,
.util-page .num:hover,
.util-page .current {
    color: #fff;
    background: #005baa;
}

.util-page span.gobutton,
.util-page span.gobutton:hover {
    color: #000;
    background-color: #eee;
}

.util-page .gobutton .ion {
    font-size: .8em;
}

.util-page .count {
    margin-left: 10px;
    color: #000;
    background: none;
    border: none;
}

.util-page span.jump {
    background: none;
    color: #000;
    display: inline-block;
    margin: 0 7px;
    vertical-align: top;
}

.util-page span.jumpto,
.util-page span.jumpto_text,
.util-page span.jumpto_text {
    background: none;
    border: none;
    color: #000;
    font-size: 14px;
}

.util-page .jumpto_inp {
    width: 40px;
    text-align: center;
    height: 37px;
    line-height: 37px;
    vertical-align: top;
}


/*20181119*/

.bg-primary {
    background-color: #c79556;
}


/*20190125*/

.job_center .part2_l .text_box .list_time {
    color: #666;
}

.job_center .part2_l .img_box {
    width: 40%;
}

.job_center .part2_l .text_box {
    padding: 26px 2%;
    width: 49%;
}

.job_center .part2_l .list_title,
.job_center .part2_r .list_title {
    font-size: 16px;
}

.job_center .part2_r {
    padding: 26px 6%;
}


/*20190420*/

.pageheader .logo {
    position: relative;
}

.pageheader.tophide .logo span {
    display: none
}

.pageheader .logo span {
    position: absolute;
    left: 0;
    top: 100%;
}

.cpzx_box {
    margin: 50px auto;
}

.cpzx_box ul li {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 70px;
}

.cpzx_box ul li a {
    display: flex;
}

.cpzx_img {
    width: 340px !important;
    height: 230px;
    background-color: #ffffff;
    border: solid 1px #bfbfbf;
    text-align: center;
    line-height: 230px;
    flex-shrink:0;
}

.cpzx_img>img {
    width: 100%;
    height: 100%;
}

.cpzx_info {
    margin-left: 45px;
}

.cpzx_info_p1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-top: 5px;
}

.cpzx_info_p1>span {
    color: #39b385;
}

.cpzx_info_p2 {
    font-size: 24px;
    font-weight: bold;
    /*color: #333333;*/
    color: #39b385;
    margin-top: 5px;
}

.cpzx_info_p3 {
    font-size: 16px;
    color: #666666;
    margin-top: 25px;
}

.cpxq_box {
    margin-top: 80px;
}

.cpxq_box_title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.green {
    color: #39b385;
}

.cpxq_info {
    padding: 100px 0;
}

.cpxq_info_title {
    display: flex;
    align-items: center;
}

.cpxq_info_title_p1 {
    width: 48px;
    height: 48px;
    background-color: #39b385;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    font-weight: bold;
    color: #eef2f5;
}

.cpxq_info_title_p2 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-left: 15px;
}

.cpxq_info_text {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-top: 30px;
    margin-left: 10px;
}

.cpxq_list {
    margin-bottom: 40px;
}

.cpxq_info_text {
    display: flex;
}

.cpxq_info_text ul {
    display: flex;
    flex-wrap: wrap;
    width: 22%;
    justify-content: space-between;
    margin-right: 40px;
}

.cpxq_info_text ul li {
    font-size: 16px;
    color: #666666;
}

.cpxq_bottom {
    background-color: #39b385;
    margin-top: 50px;
    padding-bottom: 40px;
}

.cpxq_bottom p {
    padding: 40px 0px 10px 25px;
    font-size: 18px;
    color: #Fff;
}


/* 联系我们 start */

.lxwm_box_text {
    width: 660px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin: 0 auto;
    text-align: center;
}

.lxwm_box_list {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-top: 80px;
}

.lxwm_box_list .lxwm_box_item p {
    font-size: 16px;
    color: #333333;
    text-align: left;
}

.lxwm_box_item>img {
    margin-bottom: 35px;
}

.lxwm_map {
    margin-top: 55px;
}

.lxwm_box {
    margin-bottom: 50px;
}


/* 联系我们 end */


/* 在线留言 :start */

.zxly_box {
    display: flex;
    padding-bottom: 100px;
}

.zxly_item2_info {
    width: 300px;
}

.zxly_item2_info_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0;
    padding-bottom: 18px;
}

.item2_line {
    width: 100%;
    height: 4px;
    background-color: #333;
}

.zxly_item2_img {
    margin-left: -45px;
}

.zxly_item2_info_text {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    margin-top: 20px;
    padding-left: 20px;
}

.zxly_item3 div {
    display: flex;
}

.zxly_item3 {
    margin-left: 50px;
}

.zxly_item_con .textarea {
    width: 429px;
    height: 146px;
    background-color: #ffffff;
    border: solid 1px #e7e6e6;
    margin-bottom: 20px;
    margin-left: 10px;
}

.zxly_item_con .textarea textarea {
    resize: none;
    width: 100%;
    height: 100px;
    outline: none;
    border: none;
    padding: 15px;
}

.zxly_item_name .name_input,
.phone_input {
    width: 429px;
    height: 45px;
    background-color: #ffffff;
    border: solid 1px #e7e6e6;
    margin-left: 10px;
}

.zxly_item_name,
.zxly_item_phone {
    margin-left: 30px;
    margin-bottom: 20px;
    align-items: center;
}

.zxly_item_name input,
.phone_input input {
    border: none;
    width: 100%;
    height: 100%;
    padding-left: 15px;
}

.zxly_item_btn {
    width: 429px;
    height: 50px;
    background-color: #39b384;
    font-size: 18px;
    color: #ffffff;
    justify-content: center;
    line-height: 50px;
    margin-left: 70px;
    margin-top: 50px;
    cursor: pointer;
}


/* 在线留言 end */

.xswl_box {
    padding-top: 70px;
    padding-bottom: 150px;
}

.xswl_box_text {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}

.xswl_cont_map {
    display: flex;
    align-items: center;
    margin-top: 80px;
    width: 100%;
}

.xswl_cont_map_text {
    width: 20%;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.xswl_cont_map_text span {
    font-size: 36px;
    font-weight: bold;
    color: #3ab284;
}

.xswl_cont_map_img {
    width: 80%;
}

.xswl_bottom {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: flex-end;
    margin-top: 80px;
}

.xswl_bottom_item {
    width: 20%;
    text-align: center;
}

.xswl_bottom_item_text {
    font-size: 16px;
    color: #333333;
    margin-top: 30px;
}

.xswl_bottom_p2>span {
    font-size: 36px;
    font-weight: bold;
    color: #3cb385;
}

.ryzizhi_box {
    padding-top: 60px;
    padding-bottom: 150px;
}

.ryzizhi_box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.ryzizhi_box ul li {
    width: 30%;
    border: #eef2f5;
    cursor: pointer;
        margin-bottom: 35px;
}

.ryzizhi_box ul::after{
    width: 30%;
    margin-bottom: 35px;
    content: "";
}

.ryzizhi_box_item {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #333333;
    background-color: #eef2f5;
}

.ryzizhi_box_img {
    width: 100%;
    height: 309px;
    overflow: hidden;
}

.ryzizhi_box_img img {
    transition: all 0.6s;
}

.ryzizhi_box li:hover img {
    transform: scale(1.2);
}

.ryzizhi_box li:hover .ryzizhi_box_item {
    background-color: #3ab385;
    color: #fff;
}


/* 人才招聘 */

.rczp6 {
    /* width: 100%; */
    /* background-color: #f6f9ff; */
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 150px;
}

.rczp7 {
    width: 1200px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin: 0 auto;
    background-color: #fff;
}

.rczp8 {
    width: 1200px;
    height: 115px;
    background-color: #2369b3;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}

.rczp9 {
    width: 580px;
    margin-left: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-top: 20px;
}

.rczp9 span {
    font-size: 14px;
}

.rczp9 h1 {
    color: #fff;
    font-size: 24px;
}

.rczp10 {
    width: 580px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 40px;
    padding-bottom: 15px;
    margin-top: 15px;
}

.rczp10 p {
    margin-top: 0 !important;
    font-size: 16px;
}

.jiant {
    position: absolute;
    right: 30px;
    top: 53px;
}

.rczp11 {
    width: 1140px;
    margin: 0 auto;
    font-size: 14px;
}

.rczp11 h2 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.rczp12 {
    width: 1140px;
    margin: 0 auto;
    margin-top: 25px;
    padding-bottom: 40px;
}

.rczp12 p {
    /* height: 20px; */
    font-size: 14px;
    line-height: 2.5;
}

.rczp12 h2 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
}

.rczp13 {
    /* width: 100%; */
    margin: 0 auto;
    margin-top: 45px;
    padding-bottom: 50px;
}

.rczp13 li {
    color: #666666;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    background: #ffffff;
    padding-bottom: 10px;
    margin-top: 30px;
    height: 115px;
    cursor: pointer;
    background-color: #fefdfd;
}

.rczp13 li:hover {
    background-color: #35b582;
    color: #fff;
}

.rczp13 li:hover h1 {
    color: #fff;
}

.rczp13 li:hover span {
    color: #fff;
}

.rczp13 li:hover .white {
    color: #fff;
}

.rczp13 li:hover .duo {
    display: none;
}

.rczp13 h1 {
    color: #333333;
}

.rczp13 span {
    color: #666666;
}

.duo {
    position: absolute;
    top: 50px;
    right: 30px;
}

.rczp14 {
    position: relative;
}

.info {
    background-color: #fefdfd;
    border: solid 1px #e1e1e1;
    border-radius: 10px;
    display: none;
    margin-top: -10px;
}

.show {
    display: block;
}

.fzlc_box {
    background: url("../images/fzlc_bg.png");
    width: 100%;
    height: 1797px;
    background-size: cover;
    background-repeat: no-repeat;
}


/* 发展历程 */

.fzlc_content {
    display: flex;
    margin: 0 auto;
    /* border: 1px solid; */
    padding-top: 100px;
}

.f_line {
    width: 1px;
    height: 1490px;
    background-color: #bfbfbf;
    margin: 50px auto;
}

.fr_p1>span {
    font-size: 36px;
    font-weight: bold;
    color: #41b285;
}

.fr_p2 {
    margin-top: 10px;
}

.fr {
    font-size: 16px;
    color: #333333;
    width: 50%;
    position: relative;
}

.fl {
    width: 50%;
    position: relative;
    color: #333;
    font-size: 16px;
}

.fl_p1 {
    text-align: right;
}

.fl_list {
    /* position: absolute; */
    /* right: 72px; */
    margin-top: 240px;
}

.fl_list,
.fr_list {
    display: flex;
    align-items: center;
    position: relative;
}

.fl_list_img {
    position: absolute;
    right: -38px;
}

.fr_list_img {
    position: absolute;
    left: -38px;
}

.fr_list_text {
    margin-left: 60px;
}

.fl_list_text {
    position: absolute;
    right: 70px;
}

.fr_top {
    margin-top: 330px;
}

.fl_top {
    margin-top: 430px;
}

.fr_list_text h1 {
    font-size: 30px;
    font-weight: bold;
    color: #41b285;
}

.cpzx {
    width: 100%;
    background-color: #eef1f6;
    padding: 80px 0;
    margin-top: -50px;
}

.cpzx_box {
    /* border: 1px solid; */
    width: 90%;
    margin-left: 10%;
}

.cpzx_box_title {
    /* text-align: center; */
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    padding-left: 40%;
}

.cpzx_content {
    display: flex;
    margin-top: 50px;
}

.cpzx_left {
    width: 40%;
    text-align: center;
    position: relative;
}

.cpzx_right {
    width: 60%;
    margin-left: 3%;
}

.cpzx_right_text {
    width: 42%;
    font-size: 16px;
    color: #333333;
    line-height: 2;
    margin-top: 40px;
}

.cpzx_right_top {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

.HL-7012 {
    display: flex;
    align-items: center;
    width: 100%;
}

.HL-7012 p:nth-child(1) {
    width: 20%;
}

.green_line {
    width: 90%;
    height: 14px;
    background-color: #1e8e54;
    /* margin-left: 3%; */
}

.cpzx_content_btn {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 16px;
    color: #ffffff;
    width: 260px;
    height: 55px;
    background-color: #1e8e54;
    line-height: 55px;
    margin-left: 20%;
    margin-top: 10%;
}

.cricle {
    width: 110px;
    height: 110px;
    background-color: #cfcfd0;
    border: solid 4px #ffffff;
    border-radius: 50%;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 110px;
    position: absolute;
}

.cricle:hover {
    background-color: #1e8e54;
    color: #fff;
    border: none;
}

.cricle1 {
    top: -40px;
    left: 35%;
}

.cricle2 {
    top: -27px;
    left: 61%;
}

.cricle3 {
    top: 96px;
    right: 5%;
}

.cricle4 {
    top: 277px;
    right: 0%;
}

.cricle5 {
    bottom: -2px;
    right: 16%;
}

.cricle6 {
    bottom: -44px;
    right: 48%;
}

.cricle7 {
    bottom: 27px;
    right: 71%;
}

.cricle8 {
    bottom: 170px;
    right: 84%;
}

.jssl {
    padding: 100px 0;
}

.jssl_box {
    width: 70%;
    margin: 0 auto;
}

.jssl_box_cont {
    margin-top: 80px;
}

.jssl_box_item {
    display: flex;
    margin-bottom: 150px;
    justify-content: space-between;
    align-items: center;
}

.jssl_box_info_title {
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    color: #1e8e54;
}

.jssl_box_img {
    width: 40%;
    /* text-align: right; */
}

.jssl_box_info {
    width: 56%;
    margin-right: 3%;
}

.j_line {
    height: 17px;
    background-color: #f1f1f1;
    margin-top: 20px;
}

.jssl_box_text {
    width: 96%;
    font-size: 16px;
    color: #333333;
    line-height: 2;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*将对象作为弹性伸缩盒子模型显示。*/
    -webkit-line-clamp: 3;
    /*设置需要显示的行数*/
    -webkit-box-orient: vertical;
    /*设置伸缩盒子的子元素排列方式(从上到下垂直排列)*/
}

.jssl_box_info span {
    color: #1e8e54;
    cursor: pointer;
    position: absolute;
    bottom: 3px;
    right: -4px;
}

.jssl_neirong {
    display: flex;
    /* justify-content: flex-end; */
    position: relative;
}

.marginLeft {
    margin-left: 4%;
}

.overflow4 {
    -webkit-line-clamp: 4;
}

.yyly_box {
    padding: 80px 0;
}

.yyly_text {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    text-align: center;
    margin-top: 25px;
}

.yyly_list ul li {
    width: 281px;
    height: 257px;
    overflow: hidden;
}

.yyly_list ul li img {
    transition: all 0.6s;
}

.yyly_list ul {
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
}

.yyly_list ul li:hover img {
    transform: scale(1.2);
}