@charset "utf-8";

/* CSS Document */


/*关于华瑞*/

.inner-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.inner-banner img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.inner-sublink {
    width: 100%;
    height: 49px;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}

.inner-sublink .crumbs {
    float: left;
    overflow: hidden;
    position: relative;
}

.anchor {
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/maodian.png) no-repeat left bottom;
}

.anchor a {
    display: block;
    width: 160px;
    color: #fff;
    font-size: 20px;
    line-height: 70px;
    padding-left: 18px;
    background: url(../images/maodian_arr.png) no-repeat right center;
    height: 70px;
}

.inner-sublink .crumbs a {
    float: left;
    display: block;
    font-size: 14px;
    color: #999999;
    background: url(../images/inner_sub_arr.png) no-repeat left center;
    padding-left: 14px;
    line-height: 49px;
    margin-right: 10px;
}

.inner-sublink .crumbs a:hover {
    color: #003a8b;
}

.inner-sublink .crumbs a.home {
    background: url(../images/inner_sub_home.png) no-repeat left center;
    padding-left: 28px;
}

.inner-sublink .crumbs a.now {
    color: #333333;
}

.inner-sublink .crumbs a.now:hover {
    color: #003a8b;
}

.inner-sublink .nav-lv2 {
    float: right;
}

.inner-sublink .nav-lv2 ul {
    overflow: hidden;
}

.inner-sublink .nav-lv2 ul li {
    background: none;
    display: block;
    float: left;
}

.inner-sublink .nav-lv2 ul li img {
    position: relative;
    top: 2px
}

.inner-sublink .nav-lv2 ul li:hover {}

.inner-sublink .nav-lv2 ul li.on {
    background: url(../images/inner_sub_blue.png) no-repeat center bottom;
    display: block;
    float: left;
}

.inner-sublink .nav-lv2 ul li.on a {
    color: #003a8b;
}

.inner-sublink .nav-lv2 ul li a:hover {
    color: #003a8b;
}

.inner-sublink .nav-lv2 ul li.on:last-child {
    background: url(../images/inner_sub_blue.png) no-repeat right bottom;
    display: block;
    float: left;
}

.inner-sublink .nav-lv2 ul li:last-child a {
    padding-right: 0
}

.inner-sublink .nav-lv2 a {
    font-size: 16px;
    color: #333333;
    padding: 0 26px;
    color: #666666;
    line-height: 49px;
}

.about-hr .top-introduce {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
}

.about-hr .top-introduce .right-img {
    width: 31%;
    float: right;
    position: relative;
    margin: 0 3.4% 90px 0;
}

.about-hr .top-introduce .right-img img {
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 5;
}

.about-hr .top-introduce .right-img .border {
    width: 100%;
    height: 100%;
    display: block;
    border: solid 2px #2795e8;
    position: absolute;
    right: -10%;
    top: 13.2%;
    z-index: 1;
}

.about-hr .main-cent .top-introduce .left-doc {
    width: 59%;
    float: left;
    margin-bottom: 42px;
}

.about-hr .main-cent .top-introduce .left-doc>h4 {
    font-size: 28px;
    color: #221815;
}

.about-hr .main-cent .top-introduce .left-doc>h3 {
    font-size: 30px;
    color: #dcdee5;
    font-weight: bold;
    margin-top: 8px;
    font-family: arial;
}

.about-hr .main-cent .top-introduce .left-doc .doc-main {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 28px;
    overflow: hidden;
}

.about-hr .main-cent .top-introduce .left-doc .doc-main h4 {
    color: #003a8b;
    font-size: 28px;
    padding-bottom: 7px;
}

.about-hr .main-cent .top-introduce .left-doc .doc-main p {
    margin-top: 15px;
}

.about-ind-wrp {
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
    margin-bottom: 80px;
}

.about-ind-inner {
    width: 86%;
    max-width: 1230px;
    margin: 0 auto;
}

.about-ind-list {
    overflow: hidden;
    margin: 0 -1.2%;
    padding: 12px 0 40px;
}

.about-ind-list li {
    width: 17.6%;
    float: left;
    padding: 0 1.2%;
    position: relative;
}

.about-ind-list .icon-box {
    width: 95px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -67.5px;
    padding: 20px;
}

.about-ind-list .icon-box img {
    width: 95px;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 12;
}

.about-ind-list .icon-box .normal {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .10);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .10);
}

.about-ind-list .icon-box .active {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -47.5px 0 0 -47.5px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
}

.about-ind-list .icon-bg {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -webkit-transform 0.5s;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.about-ind-list li.ind1 .icon-bg {
    background-image: url(../images/indbg_01.png);
}

.about-ind-list li.ind2 .icon-bg {
    background-image: url(../images/indbg_02.png);
}

.about-ind-list li.ind3 .icon-bg {
    background-image: url(../images/indbg_03.png);
}

.about-ind-list li.ind4 .icon-bg {
    background-image: url(../images/indbg_04.png);
}

.about-ind-list li.ind5 .icon-bg {
    background-image: url(../images/indbg_05.png);
}

.about-ind-list li:hover .icon-box .active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.about-ind-list li:hover .icon-bg {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.about-ind-list .inner {
    display: block;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    padding: 67.5px 8% 30px;
    margin: 67.5px auto 0;
    text-align: center;
}

.about-ind-list .ind-title {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    padding: 16px 0 8px;
    border-bottom: solid 1px #e6e6e6;
}

.about-ind-list .ind-desc {
    width: 100%;
    min-height: 66px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-top: 15px;
}


/*企业荣誉*/

.main-cent .honor-list {
    margin-top: 55px;
    margin-bottom: 125px;
}

.main-cent .honor-list ul {
    margin: 0 -1% 0;
}

.main-cent .honor-list ul li {
    float: left;
    width: 23%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 1% 0;
    margin-bottom: 34px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.main-cent .honor-list ul li:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

.main-cent .honor-list ul li .inner {
    padding: 0 15px;
}

.main-cent .honor-list ul li .honor-img {
    width: 100%;
    background-color: #e6e6e6;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    overflow: hidden;
}

.main-cent .honor-list ul li span {
    display: block;
    line-height: 58px;
    font-size: 16px;
    color: #333333;
    text-align: left;
    background-color: #fafafa;
    text-align: center;
    // padding-left: 20px;
    height: 58px;
    overflow: hidden;
}


/*发展历程*/

.main-cent .development .tabul {
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 35px;
}

.main-cent .development .tabul a {
    float: left;
    width: 50%;
    text-align: center;
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    cursor: pointer;
    background-color: #e6e6e6;
}

.main-cent .development .tabul .line {
    width: 30px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    background: #2795e8;
    margin: -3px 15px 0 0;
}

.main-cent .development .tabul a.on {
    background-color: #003a8b;
    color: #fff;
    transition: all 0.5s;
}

.main-cent .development .tabul a.on .line {
    background: #fff;
}

.time-tab {
    min-height: 600px;
}

.time-tab .time-axis {
    position: relative;
}

.time-tab .time-axis ul {
    padding: 24px 0 15px;
}

.time-tab .time-axis ul li {
    min-height: 100px;
    position: relative;
    /*overflow: hidden;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 3px
}

.time-tab .time-axis ul li .cont-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    background-color: #f2f2f2;
    text-align: right;
    padding: 24px 5px 20px 25px;
    width: 37%;
    max-height: 192px;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.time-tab .time-axis ul li:nth-child(even) .cont-box {
    float: right;
    text-align: left;
}

.time-tab .time-axis .mCSB_container {
    margin-right: 20px;
}

.time-tab .time-axis .mCSB_scrollTools {
    width: 3px;
}

.time-tab .time-axis .mCSB_draggerRail {
    background: none;
}

.time-tab .time-axis .mCSB_dragger_bar {
    background: #ccc;
}

.time-tab .time-axis ul li .cont-box .date {
    color: #333333;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: bold;
}

.time-tab .time-axis ul li .cont-box .word {
    color: #666666;
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 22px;
    text-align: left;
}

// .time-tab .time-axis ul li:nth-child(even) .cont-box .word {
//     color: #666666;
//     font-size: 14px;
//     margin-bottom: 14px;
//     line-height: 22px;
//     text-align:right;
// }
.time-tab .time-axis ul li .cont-box .word:last-child {
    margin-bottom: 0;
}

.time-tab .time-axis ul li div.point {
    background: url(../images/lc_left.png) no-repeat center center;
    width: 155px;
    height: 64px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -105px;
    margin-top: -32px;
}

.time-tab .time-axis ul li:nth-child(even) div.point {
    background: url(../images/lc_right.png) no-repeat center center;
    margin-left: -48px;
}

.time-tab .time-axis ul li div.point .inner-year {
    width: 96px;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 64px;
    color: #333;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    color: #333333;
}

.time-tab .time-axis ul li:nth-child(even) div.point .inner-year {
    left: 0;
    right: auto;
}

.time-tab .time-axis ul li div.point .inner-year i {
    font-style: normal;
    font-size: 20px;
    color: #003a8b
}

.time-tab .time-axis .cent-line-box {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
}

.time-tab .time-axis .cent-line-box .line {
    display: block;
    width: 1px;
    height: 100%;
    background-color: #003a8b;
}

.time-tab .time-axis .cent-line-box .point-t {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: -6px;
    position: absolute;
    top: 0;
    background-color: #00acdc;
}

.development {
    margin-bottom: 70px
}

.development .bot-tit {
    font-size: 0.875em;
    color: #999;
    line-height: 2.25em;
    text-align: center;
    display: block;
    margin-top: 5px;
}


/*文化理念*/

.culture-main .idea {
    padding-top: 20px;
}

.culture-section1-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.culture-section1-box .left-img {
    width: 50%;
    float: left;
}

.culture-section1-box .left-img img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.culture-section1-box .right-info {
    float: right;
    width: 45%;
    margin: 30px 12px 0 0;
}

.culture-section1-box .right-info h3 {
    font-size: 28px;
    color: #1a1a1a;
    margin-bottom: 18px;
}

.culture-section1-box .right-info .tit {
    font-size: 20px;
    color: #666666;
    margin-bottom: 26px
}

.culture-section1-box .right-info .tit span {
    color: #2795e8;
}

.culture-section1-box .right-info .doc {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.idea .section2 {
    margin: 0 0 60px;
}

.cult-four-list {
    overflow: hidden;
}

.cult-four-list li {
    width: 25%;
    float: left;
}

.cult-four-list .icon-box {
    width: 36%;
    max-width: 126px;
    position: relative;
    float: left;
    margin: 0 20px 0 0;
}

.cult-four-list .icon-box img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.cult-four-list .icon-box .icon {
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    position: absolute;
    left: 0;
    top: 0;
}

.cult-four-list .desc-box {
    max-width: 8em;
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    padding-top: 5%;
}

.cult-four-list .desc-box h6 {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.cult-four-list li:hover .icon {
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
}

.culture-sec-box .global-sec-box .right-img,
.culture-sec-box .global-sec-box .left-img {
    height: auto;
    border: none;
}

.culture-sec-box .global-sec-box .right-img img,
.culture-sec-box .global-sec-box .left-img img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.culture-sec-box .global-sec-box .left-info {
    height: auto;
}

.culture-sec-box .global-sec-box .doc {
    height: auto;
}

.culture-sec-box .global-sec-box.sec1 .right-img {
    background-position: left center;
}

.culture-sec-box .global-sec-box.sec2 .right-info {
    height: auto;
    vertical-align: middle;
    padding-top: 26px;
}

.culture-sec-box2 .global-sec-box .right-img,
.culture-sec-box2 .global-sec-box .left-img {
    height: 300px;
    border: none;
}

.culture-sec-box2 .global-sec-box .left-info {
    height: 232px;
}

.culture-sec-box2 .global-sec-box .doc {
    height: 182px;
}

.idea .section4 h4 {
    width: 100%;
    text-align: left;
    border-bottom: 2px solid #2795e8;
    font-size: 22px;
    color: #1a1a1a;
    padding-bottom: 10px
}

.idea .section4 ul {
    /*    overflow: hidden;*/
    margin: 0 -1% 0;
    margin-top: 30px
}

.idea .section4 ul li {
    float: left;
    width: 20%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 35px;
    padding: 0 1% 0;
    position: relative;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.idea .section4 ul li:hover {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    /*  top: -5px*/
}

.idea .section4 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1)
}

.idea .section4 ul li a:hover span {
    color: #003a8b
}

.idea .section4 ul li img {
    display: block;
    width: 100%
}

.idea .section4 ul li span {
    display: block;
    padding-left: 15px;
    line-height: 46px;
    background-color: #fafafa;
    width: 100%;
    height: 46px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.main-cent .idea-duty {
    margin-bottom: 80px;
}


/*产业视界*/

.global-sec1 {
    width: 100%;
    overflow: hidden;
    margin-top: 52px;
    margin-bottom: 32px;
}

.global-sec1 .left-doc {
    width: 46%;
    float: left;
}

.global-sec1 .left-doc h4 {
    font-size: 28px;
    color: #221815;
}

.global-sec1 .left-doc h3 {
    font-size: 24px;
    line-height: 28px;
    color: #dcdee5;
    font-weight: bold;
    margin-top: 8px;
    font-family: arial;
    text-transform: uppercase;
}

.global-sec1 .left-doc h2 {
    display: block;
    font-size: 28px;
    line-height: 28px;
    color: #003a8b;
    margin: 28px 0 23px;
}

.global-sec1 .left-doc .doc {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 16px;
    overflow: hidden;
}

.global-sec1 .right-img {
    float: right;
    width: 50%;
}

.global-sec1 .right-img img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.cysj .global-sec2 h3 {
    font-size: 22px;
    color: #1a1a1a;
    line-height: 28px;
    padding-bottom: 10px;
    border-bottom: 2px solid #069c52;
}

.cysj .global-sec2 .doc-des {
    margin-top: 16px;
    line-height: 24px;
    color: #666666;
    font-size: 14px;
}

.cysj .hr-house .global-sec2 h3 {
    border-bottom: 2px solid #d38f0a;
}

.cysj .hr-house .global-sec2 .doc-des2 {
    color: #d38f0a;
}

.cysj .logistics .global-sec2 h3 {
    border-color: #be191f;
}

.cysj .logistics .global-sec2 .doc-des2 {
    color: #be191f;
}

.cysj .logistics .global-carousel .carou ul li .doc-mask {
    width: 100%;
    background-color: #be191f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    top: 100%;
    height: 100%;
    display: none;
}

.cysj .logistics .global-carousel .carou ul li .doc-cent a {
    border: none;
}

.global-house1 ul {
    overflow: hidden;
}

.global-house1 ul li .left-img {
    height: 360px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    width: 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.global-house1 ul li .right-doc {
    float: left;
    width: 50%;
    height: 360px;
    padding: 0 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f5f5;
    padding-top: 66px
}

.global-house1 ul li .right-doc h3 {
    font-size: 22px;
    color: #1a1a1a;
    text-align: center;
}

.global-house1 ul li .right-doc .doc {
    font-size: 14px;
    color: #808080;
    line-height: 26px;
    margin-top: 23px;
    height: 104px;
    overflow: hidden;
}

.global-house1 ul li .right-doc a.more {
    width: 120px;
    height: 36px;
    display: block;
    margin: 0 auto;
    background: url(../images/yellow-quan.png) no-repeat center center;
    text-align: center;
    line-height: 36px;
    color: #666666;
    font-size: 14px;
    margin-top: 47px;
}

.global-house1 ul li .right-doc a.more:hover {
    background-image: url(../images/yellow-hover.png);
    color: #fff;
}

@media only screen and (max-width: 1440px) {
    .global-house1 ul li .left-img,
    .global-house1 ul li .right-doc {
        height: 320px;
    }
    .global-house1 ul li .right-doc {
        padding-top: 50px;
    }
    .global-house1 ul li .right-doc a.more {
        margin-top: 40px;
    }
}

.global-house1 .toggle-box {
    width: 300px;
    height: 24px;
    margin: 0 auto;
    text-align: center;
    margin-top: 23px;
}

.global-house1 .toggle-box a.left-arr {
    width: 60px;
    height: 24px;
    background: url(../images/hosue_left.png) no-repeat center center;
    display: inline-block;
    cursor: pointer;
    margin-right: 30px;
}

.global-house1 .toggle-box a.right-arr {
    width: 60px;
    height: 24px;
    background-color: red;
    display: inline-block;
    cursor: pointer;
    margin-left: 30px;
    background: url(../images/house-right.png) no-repeat center center;
}

.global-house1 .toggle-box .num-box {
    display: inline-block;
    line-height: 24px;
    color: #676767;
    font-size: 18px;
    position: relative;
    top: -5px
}

.global-house1 .toggle-box .num-box span {
    color: #676767;
}

.global-house1 .toggle-box .num-box .active-now {
    color: #c5950d;
}

.cysj .global-sec2 .doc-des2 {
    color: #069d51;
    font-size: 18px;
    line-height: 28px;
    margin-top: 16px;
    margin-bottom: 45px;
}

.cysj .global-carousel {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.cysj .global-carousel ul {
    overflow: hidden;
    margin-right: -30px;
}

.cysj .global-carousel ul li {
    float: left;
    position: relative;
    width: 23.9%;
    margin: 0 16px 0 0;
}

.cysj .global-carousel ul li .cent {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cysj .global-carousel ul li .img-box img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.cysj .global-carousel ul li .tit-mask {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url(../images/cysj_wrap.png) no-repeat;
    background-size: cover;
    z-index: 2;
    text-align: center;
    font-size: 18px;
    height: 95px;
    line-height: 95px;
}

.cysj .global-carousel ul li .tit-mask img {
    position: relative;
    top: 14px;
}

@media screen and (max-width:1366px) {
    .cysj .global-carousel ul li .tit-mask img {
        position: relative;
        top: 11px;
        width: 80px;
        height: 30px;
    }
    .cysj .global-carousel ul li .tit-mask {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        background: url(../images/cysj_wrap.png) no-repeat;
        background-size: cover;
        z-index: 2;
        text-align: center;
        font-size: 16px;
        height: 85px;
        line-height: 85px;
    }
}

.cysj .global-carousel ul li .doc-mask {
    width: 100%;
    background-color: #069c52;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    top: 100%;
    height: 100%;
    display: none;
}

.cysj .global-carousel ul li .doc-cent {
    padding: 11.8% 6% 8.9% 9%;
    overflow: hidden;
}

.cysj .global-carousel ul li .doc-cent h3 {
    color: #f7f7f7;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 3.5% 0 0;
}

.cysj .global-carousel ul li .doc-cent .doc-main {
    line-height: 24px;
    font-size: 14px;
    color: #f5f5f5;
    height: 192px;
    overflow: hidden;
}

.cysj .global-carousel .doc-cent .mCSB_container {
    margin-right: 7%;
}

.cysj .global-carousel .doc-cent .mCS_no_scrollbar .mCSB_container {
    margin-right: 3.5%;
}

@media screen and (max-width: 1400px) {
    .cysj .global-carousel ul li .doc-cent .doc-main {
        height: 144px;
    }
}

.cysj .global-carousel ul li .doc-cent a {
    width: 128px;
    height: 34px;
    display: block;
    overflow: hidden;
    text-align: center;
    border: 1px solid #fff;
    margin: 0 auto;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    color: #fff;
    line-height: 34px;
    font-size: 16px;
    margin-top: 25px;
}

@media screen and (max-width: 1400px) {
    .cysj .global-carousel ul li .doc-cent a {
        margin-top: 18px;
    }
}

.cysj .global-carousel ul li .doc-cent a:hover {
    border: 1px solid transparent;
    color: #069c52;
    background-color: #fff;
}

.cysj .global-carousel ul li .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    width: 2px;
    border-radius: 0;
}

.carou {
    width: 100%;
    height: 310px;
    overflow: hidden;
    position: relative;
}

.global-carousel a.left-arr {
    position: absolute;
    top: 50%;
    left: -35px;
    background: url(../images/h-arrow-left.png) no-repeat center center;
    width: 20px;
    height: 32px;
    display: block;
    cursor: pointer;
}

.global-carousel a.left-arr:hover {
    background: url(../images/arrow-left.png) no-repeat center center;
}

.global-carousel a.right-arr {
    position: absolute;
    top: 50%;
    right: -50px;
    background: url(../images/arrow-right.png) no-repeat center center;
    width: 20px;
    height: 32px;
    display: block;
    cursor: pointer;
}

.global-carousel a.right-arr:hover {
    background: url(../images/h-arrow-right.png) no-repeat center center;
}

.global-sec-box {
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    background: #f5f5f5;
}

.global-sec-box .left-img {
    float: left;
    width: 50%;
    height: 358px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #dddddd;
    background-color: #fff;
    position: relative;
}

.global-sec-box .right-img {
    float: right;
    width: 50%;
    height: 358px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #dddddd;
    background-color: #fff;
    position: relative;
}

.global-sec-box .left-info {
    display: table-cell;
    vertical-align: top;
    padding: 42px 7.1% 26px 5.7%;
    width: 50%;
}

.global-sec-box .right-info {
    display: table-cell;
    vertical-align: top;
    padding: 42px 5.7% 26px 7.1%;
    width: 50%;
}

.global-sec-box h3 {
    font-size: 22px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 15px
}

.global-sec-box .doc {
    line-height: 26px;
    font-size: 14px;
    color: #666666;
    height: 232px;
    overflow: hidden;
}

.global-sec-box .mCSB_inside>.mCSB_container {
    margin-right: 3.3%;
}

.global-sec-box .mCSB_scrollTools {
    width: 3px;
}

.global-sec-box .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #666666;
    width: 3px;
    border-radius: 0;
}

.global-sec-box.global-sec5 .doc {
    height: 130px;
}

.global-sec-box.global-sec5 .hzlb {
    padding-right: 3.3%;
    margin-top: 15px;
    position: relative;
}

.global-sec-box.global-sec5 .hz-box ul {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin: 0 -1% 0;
}

.global-sec-box.global-sec5 .hz-box li {
    float: left;
    text-align: center;
    padding: 0 1% 0;
    width: 31.33%;
}

.global-sec-box.global-sec5 .hz-box img {
    height: 48px;
}

.global-sec-box.global-sec5 .hz-box span {
    height: 32px;
    display: block;
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px
}

.global-sec-box.global-sec5 .doll-box {
    margin-top: 6px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.global-sec-box.global-sec5 .hzlb .doll-box li {
    border: 1px solid #13a15b;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 0 7px;
}

.global-sec-box.global-sec5 .hzlb .doll-box li.on {
    background-color: #069c52;
    border: 1px solid transparent;
}

@media only screen and (max-width: 1366px) {
    .global-sec-box .left-img,
    .global-sec-box .right-img {
        height: 328px;
    }
    .global-sec-box .doc {
        height: 208px;
    }
    .global-sec-box.global-sec5 .doc {
        height: 104px;
    }
    .global-sec-box.global-sec5 .hz-box img {
        height: 40px;
    }
}

.cysj {
    margin-bottom: 80px
}


/*新闻中心*/

.hr-news .news-cent {
    margin-top: 45px;
}

.hr-news .news-cent .top-news {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
    border-bottom: 2px solid #2795e8;
    margin-bottom: 25px;
}

.hr-news .news-cent .top-news ul {
    overflow: hidden;
    margin: 0 -1% 0;
}

.hr-news .news-cent .top-news ul li {
    float: left;
    width: 33%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1% 0;
}

.hr-news .news-cent .top-news ul li a .img {
    overflow: hidden;
}

.hr-news .news-cent .top-news ul li a .img img {
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.hr-news .news-cent .top-news ul li a:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1)
}

.hr-news .news-cent .top-news ul li a:hover span {
    color: #003a8b;
}

.hr-news .news-cent .top-news ul li span {
    color: #333333;
    line-height: 24px;
    display: block;
    height: 52px;
    overflow: hidden;
    margin-top: 10px;
}

.hr-news .news-cent .top-news li .img img {
    width: 100%;
}

.hr-news .news-cent .top-news li.special .top-date {
    border: 1px solid #2795e8;
    display: block;
    height: 50px;
    position: relative;
    width: 100px;
    background-color: #2795e8;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 26px;
}

.hr-news .news-cent .top-news li.special .top-date span {
    z-index: -1;
    background-color: #fff;
    width: 100px;
    display: inline-block;
    position: absolute;
    top: -3px;
    height: 50px;
    left: 6px;
    border: 2px solid #2795e8;
}

.hr-news .news-cent .top-news li.special h3 {
    font-size: 20px;
    color: #1a1a1a;
    margin-top: 29px;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
}

.hr-news .news-cent .top-news li.special h3:hover {
    color: #003a8b
}

.hr-news .news-cent .top-news li.special .news-main {
    font-size: 14px;
    line-height: 22px;
    color: #808080;
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 6px solid #003a8b;
}

.hr-news .news-cent .top-news li.special .news-main .inner {
    width: 100%;
    height: 66px;
    overflow: hidden;
}

.news-list {
    margin-bottom: 80px;
}

.news-list ul {
    /*   overflow: hidden;*/
}

.news-list ul li a {
    display: table;
    width: 46%;
    float: left;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 36px;
    margin-bottom: 25px;
    height: 150px;
}

.news-list ul li a:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
}

.news-list ul li a:hover h3 {
    color: #003a8b
}

.news-list ul li:nth-child(even) a {
    float: right;
}

.news-list ul li .left-date {
    width: 90px;
    height: 105px;
    text-align: center;
    float: left;
}

.news-list ul li .left-date .day {
    font-size: 38px;
    color: #666666;
    background-color: #f5f5f5;
    line-height: 62px
}

.news-list ul li .left-date .month {
    line-height: 42px;
    background-color: #2795e8;
    color: #fff;
}

.news-list ul li .right-news {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 14px;
    padding-top: 10px;
}

.news-list ul li .right-news h3 {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 26px;
    padding-right: 10px;
    min-height: 35px;
    max-height: 52px;
    overflow: hidden;
}

.news-list ul li .right-news .detail {
    font-size: 14px;
    color: #808080;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    padding-right: 10px;
}

.news-detail {
    min-height: 500px;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 45px;
}

.news-detail .news-tit {
    display: table;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e6e6e6
}

.news-detail .left-date {
    width: 85px;
    text-align: center;
    float: left;
    font-family: arial;
}

.news-detail .left-date .day {
    font-size: 34px;
    color: #666666;
    background-color: #f5f5f5;
    line-height: 62px
}

.news-detail .left-date .month {
    font-size: 14px;
    line-height: 28px;
    background-color: #2795e8;
    color: #fff;
}

.news-detail .right-news {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding-left: 20px
}

.news-detail .right-news h3 {
    font-size: 24px;
    color: #1a1a1a;
    line-height: 28px;
    padding-right: 10px;
    margin-top: 8px
}

.news-detail .right-news .detail {
    font-size: 14px;
    color: #808080;
    line-height: 22px;
    margin-top: 8px;
    height: 42px;
    overflow: hidden;
}

.news-detail .right-news .detail span {
    color: #808080;
    font-size: 14px;
    margin-right: 18px;
    display: inline-block;
}

.news-detail .right-news .detail i {
    color: #808080;
    font-size: 14px;
    font-style: normal;
    display: inline-block;
    margin-left: 5px
}

.news-detail .news-main {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-top: 36px;
}

.news-detail .news-main img {
    max-width: 700px;
}

.news-detail {
    overflow: hidden;
    min-height: 500px;
    margin-bottom: 80px;
}

.news-detail .backlistwrap {
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}

.news-detail a.backlist {
    margin-top: 20px;
    text-align: center;
    width: 182px;
    line-height: 48px;
    height: 50px;
    background: url(../images/backtolist.png) no-repeat center right;
    margin-bottom: 30px;
    display: inline-block;
    float: right;
}

.news-detail a.backlist:hover {
    background: url(../images/backtolist2.png) no-repeat center right;
    color: #fff
}

.news-detail a.page-prev {
    height: 50px;
    line-height: 50px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    margin-top:
}

.news-detail a.page-prev span {
    background: url(../images/backlistarr.png) no-repeat left 5px;
    padding-left: 32px;
    color: #333333;
}

.news-detail a.page-next {
    height: 50px;
    line-height: 50px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.news-detail a.page-next span {
    background: url(../images/backlistarr2.png) no-repeat left 5px;
    padding-left: 32px;
    color: #333333;
}

.news-detail a.page-next b {
    color: #808080;
    font-size: 16px;
    font-weight: normal;
}

.news-detail a.page-next b:hover {
    color: #003a8b;
}

.news-detail a.page-next i {
    float: right;
    font-style: normal;
    color: #808080;
}

.news-detail a.page-prev b {
    color: #808080;
    font-size: 16px;
    font-weight: normal;
}

.news-detail a.page-prev b:hover {
    color: #003a8b;
}

.news-detail a.page-prev i {
    float: right;
    font-style: normal;
    color: #808080;
}


/*多媒体中心*/

.media-cent .video-box {
    margin-top: 45px;
    margin-bottom: 80px;
}

.media-cent .video-box ul {
    overflow: hidden;
    margin: 0 -1.1%;
}

.media-cent .video-box ul li {
    float: left;
    width: 22.8%;
    margin: 0 1.1%;
    margin-bottom: 18px
}

.media-cent .video-box .video-top {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

.media-cent .video-box .video-top img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.media-cent .video-box .video-des {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    padding-top: 14px;
    height: 48px;
    overflow: hidden;
}

.media-cent .video-box .video-mask {
    position: absolute;
    height: 0%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
    cursor: pointer;
}

.media-cent .video-box .video-top .video-play-btn {
    position: absolute;
    left: 37px;
    bottom: 37px;
    cursor: pointer;
    background: url(../images/media_play_btn.png) no-repeat center center;
    background-size: contain;
    width: 45px;
    height: 45px;
    margin: 0 0 -27px -27px;
}

.media-cent .video-box .video-top .video-play-btn2 {
    background-image: url(../images/media_play_btn2.png);
}

.video-wrap-box {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    z-index: 1;
}

.video-wrap-box .video-center {
    /*height: 540px;*/
    width: 850px;
    margin: 0 auto;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -425px;
    margin-top: -270px;
}

.video-wrap-box .video-center .video-top-info {
    position: relative;
    padding: 14px 0 20px 30px;
}

.video-wrap-box .video-center .video-top-info i {
    background: url(../images/video_close.png);
    width: 22px;
    height: 22px;
    position: absolute;
    top: 9px;
    right: 9px;
}

.video-wrap-box {
    display: none;
}

.video-wrap-box .video-center .video-top-info h3 {
    font-size: 20px;
    color: #1a1a1a;
    padding: 5px 24px 5px 0;
}

.video-wrap-box .video-center .video-top-info span {
    font-size: 14px;
    color: #808080;
    font-style: normal;
}

.video-wrap-box .video-center .video-top-info .video-close {
    cursor: pointer;
}

.video-wrap-box .video-center .video-top-info em {
    font-style: normal;
}

.video-wrap-box .video-center .video-box {
    width: 100%;
    height: 460px;
    display: none\9;
    position: relative;
    overflow: hidden;
}

.video-box .bg {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.video-box .vjs-big-play-button {
    background: url(../images/index_play_btn.png) no-repeat;
    width: 85px;
    height: 85px;
    margin-top: -42.5px;
    margin-left: -42.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
}

.video-box .vjs-big-play-button:hover {
    background: url(../images/index_play_btn2.png) no-repeat;
}

.video-box .vjs-big-play-button:hover {
    background-color: none
}

.video-box .video-js {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.video-box .vjs-poster {
    -webkit-background-size: cover;
    background-size: cover;
}

.video-box2 {
    width: 100%;
    overflow: hidden;
    display: none;
    display: block\9;
}

.video-box2 .object embed {
    height: 15em
}


/*职业发展*/

.page-career-box {
    margin-bottom: 80px;
}

.career-sec-box .image-box img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.career-sec-box.section2 {
    width: 100%;
    overflow: hidden;
    margin: 50px 0 26px;
}

.career-sec-box.section2 .image-box {
    width: 50%;
    float: left;
    overflow: hidden;
}

.carrer-sec-bd {
    width: 46.5%;
    float: right;
    overflow: hidden;
    padding: 18px 0 0;
}

.carrer-sec-title {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: solid 2px #2795e8;
    font-size: 22px;
    line-height: 46px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.carrer-sec-title .mark {
    color: #999;
}

.carrer-sec-doc {
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.carrer-welfare-wrp {
    width: 100%;
    overflow: hidden;
    padding: 44px 0 0;
}

.carrer-welfare-inner {
    width: 70%;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}

.carrer-welfare-hd {
    overflow: hidden;
    margin: 0 -3%;
}

.carrer-welfare-hd li {
    width: 14%;
    max-width: 138px;
    float: left;
    margin: 0 3%;
    position: relative;
    padding-bottom: 20px;
}

.carrer-welfare-hd .welfare-icon {
    width: 100%;
    display: block;
    overflow: hidden;
    border: solid 1px #e6e6e6;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    cursor: pointer;
    padding: 16px 0 10px;
}

.carrer-welfare-hd img {
    width: 58%;
    max-width: 80px;
    display: block;
    margin: 0 auto 4px;
}

.carrer-welfare-hd .arrow {
    width: 25px;
    height: 14px;
    display: none;
    background: url(../images/arrow_01.png) no-repeat center center;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -12px;
}

.carrer-welfare-hd li.active .arrow {
    display: block;
}

.carrer-welfare-hd li.active .welfare-icon {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.carrer-welfare-hd li.tab1.active .welfare-icon {
    border-color: #53aaef;
    background: #e4eef7;
}

.carrer-welfare-hd li.tab2.active .welfare-icon {
    border-color: #ef7152;
    background: #f7e8e4;
}

.carrer-welfare-hd li.tab3.active .welfare-icon {
    border-color: #4e8ce8;
    background: #e4ebf7;
}

.carrer-welfare-hd li.tab4.active .welfare-icon {
    border-color: #4fbe71;
    background: #e4f7e9;
}

.carrer-welfare-hd li.tab5.active .welfare-icon {
    border-color: #d96464;
    background: #f7e4e4;
}

.carrer-welfare-bd .tab-pane {
    display: none;
    overflow: hidden;
    background: #f5f5f5;
    padding: 40px 6.6% 50px 3.5%;
}

.carrer-welfare-bd .tab-pane.active {
    display: block;
}

.carrer-welfare-item {
    width: 100%;
    overflow: hidden;
}

.carrer-welfare-item .bd {
    width: 52.8%;
    float: left;
    padding: 12px 0 0;
    font-size: 14px;
    line-height: 26px;
    color: #333;
}

.carrer-welfare-item .image-box {
    width: 38%;
    max-width: 360px;
    float: right;
}


/*** 加入华瑞 ***/

.join-hr .global-sec1 .left-doc {
    width: 53.2%;
}

.join-hr .global-sec1 .right-img {
    width: 42.1%;
}

.hr-list-wrp {
    width: 100%;
    overflow: hidden;
    margin-bottom: 64px;
}

.hr-list-hd {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 18px;
}

.hr-list-hd .title {
    float: left;
    font-size: 22px;
    line-height: 22px;
    color: #1a1a1a;
}

.hr-list-hd .title img {
    height: 1em;
    margin: -3px 5px 0 0;
    vertical-align: middle;
}

.hr-list-box {
    width: 100%;
    overflow: hidden;
}

.hr-list-box li {
    width: 20%;
    float: left;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 10px;
}

.hr-list-box .point {
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #2795e8;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin: -3px 10px 0 0;
}

.hr-list-box a {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    padding-bottom: 2px;
    margin-right: 20px;
    position: relative;
}

.hr-list-box .line {
    width: 0;
    height: 2px;
    display: block;
    background: #2795e8;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hr-list-box a:hover .line {
    width: 100%;
}

.hr-det-wrp {
    width: 71%;
    max-width: 990px;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px 0 100px;
}

.hr-det-name {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 22px;
    line-height: 28px;
    color: #003a8b;
    margin-bottom: 16px;
}

.hr-det-info {
    padding: 20px;
    display: block;
    overflow: hidden;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    margin-bottom: 24px;
}

.hr-det-info .info {
    min-width: 24%;
    float: left;
    margin-right: 1%;
}

.hr-det-box {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    color: #4c4c4c;
}

.hr-det-box h5 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.hr-det-item {
    overflow: hidden;
    margin-bottom: 20px;
}

.hr-det-tool {
    text-align: center;
    overflow: hidden;
    padding: 18px 0 0;
}

.hr-det-tool .btn {
    width: 140px;
    height: 42px;
    min-width: 0;
    border: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 42px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    font-size: 16px;
    line-height: 42px;
    color: #333333;
    background: url(../images/bg_01.png) no-repeat center center;
    margin: 0 10px;
    padding: 0;
}

.hr-det-tool .btn.btn-hr-apply {
    background-image: url(../images/bg_02.png);
    color: #fff;
}

.hr-det-tool .btn.btn-hr-return:hover {
    background-image: url(../images/bg_02.png);
    color: #fff;
}


/*在线应聘*/

.online-apply {
    width: 71%;
    min-height: 500px;
    max-width: 990px;
    overflow: hidden;
    margin: 0 auto;
}

.online-apply .apply-tit {
    margin-top: 42px;
}

.online-apply .apply-tit .tit-tp {
    font-size: 22px;
    line-height: 28px;
    color: #666666;
}

.online-apply .apply-tit .tit-tp span {
    color: #003a8b;
}

.online-apply .apply-tit .doc-hr {
    font-size: 14px;
    color: #808080;
    line-height: 22px;
    padding: 8px 0 3px;
}

.online-apply .apply-main .global-tit {
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    cursor: pointer;
    margin-top: 20px
}

.online-apply .apply-main .global-tit h3 {
    font-size: 18px;
    line-height: 28px;
    color: #1a1a1a;
    width: 100%;
    background: url(../images/toggle_add2.png) no-repeat right center;
}

.online-apply .apply-main .global-tit .toggle2 {
    background: url(../images/toggle_add.png) no-repeat right center;
}

.online-apply .apply-main .global-tit span {
    color: #fb0202;
}

.apply-main .form-group {
    width: 100%;
    display: table;
    position: relative;
    padding: 8px 0 7px;
    margin: 0;
}

.form-group-box {
    width: 50%;
    float: left;
}

.form-group-box4 {
    width: 100%;
    margin-top: 25px;
}

.form-group {
    width: 100%;
    display: table;
    position: relative;
    padding: 0.625em 0;
    margin: 0;
}

.control-label {
    width: 7em;
    float: left;
    white-space: nowrap;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    color: #4c4c4c;
    padding: 0 1em 0 0;
    margin: 0;
    text-align: right;
    font-weight: normal;
}

.control-label .must {
    font-style: normal;
    color: #ff0000;
}

.form-group-cell {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.form-control {
    width: 100%;
    height: 36px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 36px;
    color: #333;
    background: #f0f0f0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 0.25em;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus,
.form-control:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-color: #f0f0f0;
}

.form-control .placeholder {
    color: #999;
}

.form-group-box .frm-radio-box {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 36px;
    color: #012555;
    margin: 0 22px 0 0;
    font-weight: normal;
}

.form-group-box input[type="radio"] {
    cursor: pointer;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    background: url(../images/radio02.png) no-repeat center center;
    margin: -2px 8px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group-box input[type='radio']:checked {
    background-image: url(../images/radio01.png);
}

.row {
    box-sizing: border-box;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
}

.form-group-box2 {
    width: 100%;
}

.form-group-box2 .from-group {}

.form-group-box2 select {
    color: #333;
    font-size: 14px;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/from_arr.png) no-repeat 96% center #f2f2f2;
    /*     background: none\9;*/
    background: none\0;
    background-color: #f2f2f2\0;
}

.form-group-box3 select {
    color: #b2b2b2;
    font-size: 14px;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/from_arr.png) no-repeat 96% center #f2f2f2;
    background: none\0;
    background-color: #f2f2f2\0;
}

.form-group-box3 {
    width: 50%;
    float: left;
}

.form-group-box3 select {
    color: #333;
    font-size: 16px;
    height: 36px;
}

.form-group-box2 .form-group-cell {
    width: 180px;
    padding-right: 16px;
}

.form-group-box2 .form-group-cell2 {
    width: 470px;
    vertical-align: top;
    display: table-cell;
}

.form-group-box2 .form-group-cell2 .form-control {
    color: #333;
}

.form-group-box2 .form-group-cell2 .form-control::-webkit-input-placeholder {
    color: #333;
}

.global-apply-box .form-main {
    margin-top: 17px;
    margin-bottom: -7px;
}

.apply-main .global-tit2 {
    color: #003a8b;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 7px
}

.form-group-box .date-line-box {
    display: table-cell;
    width: 50px;
    height: 36px;
    background: url(../images/date_line.png) no-repeat center center;
}

.form-group-box .form-group-date {
    width: 157px;
}

.form-group-box .form-group-date input {
    max-width: 160px;
    color: #333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/laydate-icon.png) no-repeat 120px center #f2f2f2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group-box .special-date {
    margin-right: -3%;
}

.form-com-line {
    padding-bottom: 20px;
    border-bottom: 1px dashed #e6e6e6
}

.global-apply-box .form-com-line:last-child {
    border-bottom: none;
}

.add-form {
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-top: -1px;
    padding-bottom: 10px;
}

.add-form a {
    display: block;
    width: 140px;
    height: 42px;
    background: url(../images/bg_01.png) no-repeat center center;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    font-size: 16px;
    line-height: 42px;
}

.add-form a:hover {
    background: url(../images/bg_02.png) no-repeat center center;
    color: #fff
}

.noneline {
    border-bottom: 1px dashed transparent
}

.global-new-edu {
    margin-top: 34px
}

.global-new-edu a.form-del {
    text-align: right;
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #2795e8;
    text-decoration: underline
}

textarea.form-control {
    height: 100px;
    resize: none;
}

.frm-file-group {
    width: 100%;
    display: block;
    overflow: hidden;
}

.frm-file-box {
    height: 34px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 34px;
    color: #999;
    border: 1px solid #f2f2f2;
}

.frm-file-ctrl {
    float: left;
    color: #2795e8;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    margin: 0 0.875em 0 0;
    width: 140px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.frm-file-ctrl:hover {
    background-color: #e4e4e4;
    color: #2795e8;
}

.frm-file-tips {
    float: left;
}

.frm-file-result {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 34px;
    color: #333;
    padding: 0;
    background: #fff;
    white-space: nowrap;
}

.frm-file-result a {
    color: #333;
}

.frm-file-result li {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0 1.429em;
}

.frm-file-result .btn-file-del {
    width: 2.143em;
    height: 2.143em;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    background: url(../images/btn_14.png) no-repeat center center;
    background-size: 1.286em auto;
    margin: -3px 0 0 2%;
    cursor: pointer;
}

.frm-file-result .btn-file-del:hover {
    background-image: url(../images/btn_15.png);
}

.btn input[type='file'] {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.apply-main .form-group-box4 .form-group {
    padding: 0;
}

.apply-main .doc-des {
    margin-top: 30px;
    color: #003a8b;
    font-size: 14px;
}

.apply-main .submit-form {
    background: url(../images/backtolist2.png) no-repeat center center;
    width: 182px;
    height: 48px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 80px;
    outline: none;
    border: none;
    font-size: 16px;
    font-family: '微软雅黑';
    cursor: pointer;
}


/*提交表单成功弹出层*/

.submit-success {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    z-index: 1;
    display: none;
}

.submit-success .success-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 280px;
    width: 500px;
    margin: 0 auto;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -140px;
    border-radius: 6px;
    border: 2px solid #2795e8;
    padding: 0 28px;
}

.submit-success .success-box h3 {
    font-size: 22px;
    color: #003a8b;
    text-align: center;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 20px;
    margin-top: 42px
}

.submit-success .success-box .doc {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 22px;
    line-height: 26px;
}

.submit-success .success-box a.submit-ok {
    display: block;
    width: 120px;
    height: 40px;
    background: url(../images/success.png) no-repeat center center;
    margin: 0 auto;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
}

.submit-success .success-box a.del-btn {
    background: url(../images/del-for-apply.png) no-repeat center center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -34px;
    top: 5px;
    cursor: pointer;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

.inhr-cent .inhr-box {
    margin-top: 60px;
    margin-bottom: 130px;
    overflow: hidden;
}

.inhr-cent .inhr-box ul {
    overflow: hidden;
    margin-right: -2%;
}

.inhr-cent .inhr-box ul li {
    float: left;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 20px
}

.inhr-cent .inhr-box .inhr-top {
    width: 100%;
    position: relative;
}

.inhr-cent .inhr-box .inhr-top img {
    width: 100%;
    max-width: 100%;
    display: block;
	height: 197px;
}

.inhr-cent .inhr-box .video-des {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    padding-top: 14px;
    height: 48px;
    overflow: hidden;
}

.inhr-cent .inhr-box .video-des:hover {
    color: #003a8b;
    cursor: default;
}

.inhr-cent .inhr-box .video-mask {
    position: absolute;
    height: 0%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
    cursor: pointer;
}

.inhr-cent .inhr-box .inhr-top .video-play-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
    background: url(../images/inhr.png) no-repeat center center;
    width: 45px;
    height: 45px;
}

.inhr-cent .inhr-box .inhr-top .video-play-btn2 {
    background: url(../images/inhr2.png) no-repeat center center;
}

.contact-us {
    margin-bottom: 74px;
    margin-top: 55px;
}

.contact-us .top-addr {
    /*    display: table;*/
    margin-top: 55px;
    margin-bottom: 34px;
    overflow: hidden;
}

.contact-us .top-addr .left-img {
    float: left;
    height: 360px;
    width: 55.7%;
    background-position: center center;
    background-size: cover;
}

.contact-us .top-addr .right-doc {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 43%;
    height: 360px;
    background-color: #f5f5f5;
    padding: 60px 0 0 4%;
}

.contact-us .top-addr .right-doc h3 {
    font-size: 28px;
    color: #1a1a1a;
    margin-bottom: 38px;
}

.contact-us .top-addr .right-doc .address {
    background: url(../images/contact_us2.png) no-repeat left center;
    padding-left: 36px;
    height: 24px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 18px;
}

.contact-us .top-addr .right-doc .phone {
    background: url(../images/contact_us3.png) no-repeat left center;
    padding-left: 36px;
    height: 24px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 20px;
}

.contact-us .top-addr .right-doc .fax {
    background: url(../images/contact_us4.png) no-repeat left center;
    padding-left: 36px;
    height: 24px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 20px;
}

.contact-us .top-addr .right-doc .web {
    background: url(../images/contact_us5.png) no-repeat left center;
    padding-left: 36px;
    height: 24px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 20px;
}

.contact-us .top-addr .right-doc .web a {
    height: 24px;
    line-height: 28px;
    color: #2795e8;
    text-decoration: underline;
}

.contact-list-box {
    overflow: hidden;
}

.contact-list-box li {
    width: 20%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.contact-list-box li:first-child {
    display: block;
}

.contact-list-box a {
    color: #666;
    text-decoration: underline;
}

.contact-list-box a[href]:hover {
    color: #2795e8;
    text-decoration: underline;
}

.contact-list-box .company {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #1a1a1a;
    margin-bottom: 8px;
    font-weight: bold;
}

.contact-list-box dl {
    padding-right: 30px;
    margin-top: 5px;
}

.contact-list-box dt {
    float: left;
    white-space: nowrap;
}

.contact-list-box dd {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
}

.site-map .inner-banner {
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.site-map .inner-banner .map-link {
    line-height: 60px;
}

.site-map .inner-banner .map-link a {
    background: url(../images/inner_sub_arr.png) no-repeat right center;
    padding-right: 16px;
    color: #a7b9dd;
    font-size: 14px;
}

.site-map .inner-banner .map-link a.site-map {
    color: #fff;
    font-size: 20px;
    background: none;
    padding-left: 5px;
}

.global-map h3 {
    border-bottom: 2px solid #2795e8;
    font-size: 20px;
    padding-bottom: 10px;
}

.global-map .global-map-box {
    margin-top: 12px;
}

.global-map .global-map-box ul {
    overflow: hidden;
}

.global-map .global-map-box ul li {
    float: left;
    width: 210px;
    margin-bottom: 25px;
}

.global-map .global-map-box ul li dl dt {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 28px;
    background: url(../images/sitemapline,png.png) no-repeat left center;
    padding-left: 18px;
}

.global-map .global-map-box ul li dl dt a:hover {
    color: #003a8b;
}

.global-map .global-map-box ul li dl dt a {
    color: #1a1a1a;
    font-size: 16px;
}

.global-map .global-map-box ul li dl dd {
    padding-left: 18px;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
}

.global-map .global-map-box ul li dl dd a {
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    color: #666;
}

.global-map .global-map-box ul li dl dd a:hover {
    color: #2795e8;
}

.seach-page .search-bar {
    width: 60%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 40px 0 0;
    border: 1px solid #cdcdcd;
}

.seach-page .search-bar input {
    width: 100%;
    height: 38px;
    outline: none;
    line-height: 38px;
    font-size: 14px;
    color: #333333;
    text-indent: 14px;
    padding: 0;
    border: none;
}

.seach-page .search-bar a.search-input-btn {
    background: url(../images/searchmapbtn.png) no-repeat center center;
    width: 40px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.seach-page .search-restit {
    border-bottom: 2px solid #2795ea;
    text-align: right;
    font-size: 14px;
    color: #808080;
    line-height: 28px;
}

.seach-page .search-restit span {
    color: #003a8b;
    font-size: 14px;
}

.seach-page .search-main {}

.seach-page .search-main ul li {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-top: 20px;
}

.seach-page .search-main ul li h3 {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
}

.seach-page .search-main ul li h3 a {
    color: #1a1a1a;
}

.seach-page .search-main ul li h3 a:hover {
    color: #003a8b;
}

.seach-page .search-main ul li .doc {
    font-size: 14px;
    color: #808080;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    margin-top: 10px;
}

.seach-page .search-main ul li .more {
    color: #999999;
    font-size: 14px;
    margin-top: 20px;
}

.seach-page .search-main ul li .more a {
    background: url(../images/search-map-more.png) no-repeat center center;
    width: 102px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #333333;
    font-size: 14px;
    margin-left: 25px;
}

.seach-page .search-main ul li .more a:hover {
    background: url(../images/search-map-more2.png) no-repeat center center;
    color: #ffffff;
}

.seach-page .global-page-box {
    margin-top: 40px;
}

.seach-page {
    margin-bottom: 80px;
}


/*华瑞汇金中心*/

.hr-hj {
    min-height: 500px;
    margin-top: 44px;
    overflow: hidden;
}

.hr-hj .top {
    overflow: hidden;
}

.hr-hj .top h3 {
    font-size: 28px;
    color: #1a1a1a;
}

.hr-hj .top .doc-img {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.hr-hj .top .left-doc {
    width: 61.4%;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    overflow: hidden;
}

.hr-hj .top .left-doc p {
    margin-top: 10px;
}

.hr-hj .top .right-img {
    float: right;
    width: 32.9%;
    margin-top: 20px;
}

.hr-hj .top .right-img img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.hr-hj .main {
    margin-top: 20px;
    overflow: hidden;
}


/*.hr-hj .main .global-hj1 {
    overflow: hidden;
    margin-top: 25px
}
.hr-hj .main .global-hj1 .left-img {
    float: left;
    width: 50%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
        -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-left:1px solid #dddddd;
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    border-right:1px solid #dddddd;
}
.hr-hj .main .global-hj1 .right-doc {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    background-color: #fafafa;
    height: 400px;
    padding: 50px 35px;
}
.hr-hj .main .global-hj1 .right-doc h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 26px
}
.hr-hj .main .global-hj1 .right-doc .doc {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    height: 270px;
    overflow: hidden;
}
.hr-hj .main .global-hj1 .right-doc .mCSB_inside>.mCSB_container {
    margin-right: 25px;
}


.hr-hj .main .global-hj2 {
    overflow: hidden;
    margin-top: 25px
}
.hr-hj .main .global-hj2 .right-img {
    float: right;
    width: 50%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
}
.hr-hj .main .global-hj2 .left-doc {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    background-color: #fafafa;
    height: 400px;
    padding: 50px 35px;
}
.hr-hj .main .global-hj2 .left-doc h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 26px
}
.hr-hj .main .global-hj2 .left-doc .doc {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    height: 270px;
    overflow: hidden;
}
.hr-hj .main .global-hj2 .left-doc .mCSB_inside>.mCSB_container {
    margin-right: 25px;
}

*/

.global-sec-box.global-hj3 .hj3-car {
    padding: 0 8.6%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.global-sec-box.global-hj3 .hj3-car ul,
.global-sec-box.global-hj3 .hj3-car li {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.global-sec-box.global-hj3 .hj3-car li a {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.global-sec-box.global-hj3 .left-img .num-box-house {
    position: absolute;
    width: 60px;
    left: 50%;
    bottom: 12px;
    color: #333333;
    margin-left: -30px;
    font-size: 18px;
    text-align: center;
}

.global-sec-box.global-hj3 a.left-arr {
    position: absolute;
    left: 10px;
    top: 0;
    background: url(../images/house_arr.png) no-repeat center center;
    width: 21px;
    height: 39px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}

.global-sec-box.global-hj3 a.left-arr:hover {
    background-image: url(../images/house_arr_on.png);
}

.global-sec-box.global-hj3 a.right-arr {
    position: absolute;
    right: 10px;
    top: 0;
    background: url(../images/house_arr2.png) no-repeat center center;
    width: 22px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}

.global-sec-box.global-hj3 a.right-arr:hover {
    background-image: url(../images/house_arr2_on.png);
}

.hr-hj a.backlist {
    margin-top: 20px;
    text-align: center;
    width: 182px;
    line-height: 48px;
    height: 50px;
    background: url(../images/backtolist.png) no-repeat center right;
    margin-bottom: 80px;
    display: inline-block;
    float: right;
    font-size: 16px;
}

.hr-hj a.backlist:hover {
    background: url(../images/backtolist2.png) no-repeat center right;
    color: #fff
}

.hr-hj .main .global-hj4 {
    overflow: hidden;
    margin-top: 25px
}

.hr-hj .main .global-hj4 .left-img {
    float: left;
    width: 50%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.hr-hj .main .global-hj4 .right-doc {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    background-color: #fafafa;
    height: 400px;
    padding: 50px 35px;
}

.hr-hj .main .global-hj4 .right-doc h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 26px
}

.hr-hj .main .global-hj4 .right-doc .doc {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    height: 270px;
    overflow: hidden;
}

.hr-hj .main .global-hj4 .right-doc .mCSB_inside>.mCSB_container {
    margin-right: 25px;
}


/*华瑞贸易*/

.hr_trade .global-sec2 h3 {
    border-color: #0083bb;
}

.hr_trade .global-sec2 .doc-des2 {
    color: #0083bb;
}

.hr_trade .global-carousel ul li .doc-mask {
    background-color: #0083bb;
}

.hr_trade .global-carousel ul li .doc-cent a:hover {
    color: #0083bb
}

.hr_capital .global-sec2 h3 {
    border-color: #e5a309;
}

.hr_capital .global-sec2 .doc-des2 {
    color: #e5a309;
}

.hr_capital .global-carousel ul li .doc-mask {
    background-color: #e5a309;
}

.hr_capital .global-carousel ul li .doc-cent a:hover {
    color: #e5a309
}

.special-date .help-block {
    padding-left: 8em;
}

.hasmedia .nav-lv2 ul {
    margin-right: -20px;
}

.hasmedia .nav-lv2 ul li.on:last-child {
    background: url(../images/inner_sub_blue.png) no-repeat center bottom;
    display: block;
    float: left;
}

.hasmedia .nav-lv2 ul li:last-child a {
    padding-right: 30px;
}
