@import url('responsive.css');

/*** 列表样式

====================================================================
    subNav 子导航
====================================================================

***/


.subNav {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    margin-bottom: 60px;
}

.subNav ul li {
    margin: 0 30px;
    display: inline-block;

}


.subNav ul a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 30px 10px;
    color: #333;
}


.subNav .u-crt {
    color: #0571b2;
    font-weight: bold;
    border-bottom: #0571b2 solid 2px;
}


.subNav ul li:hover a {
    color: #0571b2;
    font-weight: bold;
    position: relative;

}

.subNav ul li:hover a::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #0571b2;
    position: absolute;
    bottom: -1px;
    left: 0;
}



/*** 列表样式

====================================================================
    pord_list 列表图文
====================================================================

***/


.pord_list {
    float: left;
    width: 100%;
    padding: 1.56% 0 3.48% 0;
}

.pord_list li {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.pord_list li.double {
    background: #f2f2f2;
}

.pord_list li a {
    float: left;
    width: 100%;
    overflow: hidden;
}

.pord_list li .pic1 {
    float: left;
    width: 47.857%;
    overflow: hidden;
    line-height: 0;
}

.pord_list li.double .pic1 {
    float: right;
}

.pord_list li .pic1 img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition: -webkit-transform 2s;
    -ms-interpolation-mode: bicubic;
}

.pord_list li .pic1:hover img {
    transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
}

.pord_list li .tx1 {
    float: left;
    width: 52.143%;
    padding: 0 0 0 77px;
    position: relative;
}

.pord_list li.double .tx1 {
    padding: 0 77px 0 0;
    text-align: right;
}

.pord_list li .tx1 .l1 {
    float: left;
    width: 100%;
    margin: 12.76% 0 3.69% 0;
    position: relative;
}

.pord_list li .tx1 .l1::after {
    float: left;
    width: 50px;
    height: 1px;
    background: #b2b2b2;
    position: absolute;
    left: -77px;
    top: 50%;
    content: '';
}

.pord_list li.double .tx1 .l1::after {
    left: auto;
    right: -77px;
}

.pord_list li .tx1 h2 {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 40px;
    line-height: 1.1;
}

.pord_list li:hover .tx1 h2 {
    color: #0571b2;
}

.pord_list li .tx1 p {
    float: left;
    width: 100%;
    height: 96px;
    color: #666666;
    font-size: 15px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pord_list li .tx1 span {
    float: left;
    margin-top: 4.46%;
    border: #0571b2 solid 1px;
    padding: 0 17px 0 19px;
    color: #0571b2;
    font-size: 16px;
    line-height: 35px;
}

.pord_list li.double .tx1 span {
    float: right;
}

.pord_list li .tx1 span:hover {
    background-color: #0571b2;
    color: #fff;
}

@media screen and (max-width:1429px) {
    .pord_list li {
        padding: 44px 0;
    }

    .pord_list li .tx1 {
        padding: 0 0 0 65px;
    }

    .pord_list li.double .tx1 {
        padding: 0 65px 0 0;
    }

    .pord_list li .tx1 .l1::after {
        width: 42px;
        left: -65px;
    }

    .pord_list li.double .tx1 .l1::after {
        left: auto;
        right: -65px;
    }

    .pord_list li .tx1 h2 {
        font-size: 34px;
    }

    .pord_list li .tx1 p {
        height: 84px;
        font-size: 14px;
        line-height: 28px;
    }
}

@media screen and (max-width:1229px) {
    .pord_list li {
        padding: 34px 0;
    }

    .pord_list li .tx1 {
        padding: 0 0 0 52px;
    }

    .pord_list li .tx1 .l1 {
        margin: 6.76% 0 3.69% 0;
    }

    .pord_list li.double .tx1 {
        padding: 0 52px 0 0;
    }

    .pord_list li .tx1 .l1::after {
        width: 34px;
        left: -52px;
    }

    .pord_list li.double .tx1 .l1::after {
        left: auto;
        right: -52px;
    }

    .pord_list li .tx1 h2 {
        font-size: 28px;
    }

    .pord_list li .tx1 span {
        padding: 0 12px 0 12px;
        font-size: 14px;
        line-height: 32px;
    }
}

@media screen and (max-width:767px) {
    .pord_list li {
        padding: 20px 0;
    }

    .pord_list li .pic1 {
        width: 100%;
    }

    .pord_list li.double .pic1 {
        float: left;
    }

    .pord_list li .tx1 {
        padding: 0 0 0 36px;
        width: 100%;
    }

    .pord_list li .tx1 .l1 {
        margin: 4.76% 0 3.69% 0;
    }

    .pord_list li.double .tx1 {
        padding: 0 0 0 36px;
        text-align: left;
    }

    .pord_list li .tx1 .l1::after {
        width: 25px;
        left: -36px;
    }

    .pord_list li.double .tx1 .l1::after {
        left: -36px;
        right: 0;
    }

    .pord_list li .tx1 h2 {
        font-size: 22px;
    }

    .pord_list li .tx1 p {
        height: 72px;
        line-height: 24px;
    }

    .pord_list li.double .tx1 span {
        float: left;
    }
}



/*** 单页样式

====================================================================
    page-banner 单页banner
====================================================================

***/

.page-banner {
    position: relative;
    text-align: center;
    padding: 312px 0px 0px 0px;
    background-size: cover;

}

.page-banner:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    background-color: rgba(20, 30, 58, 0.70);
}

/*** 单页样式

====================================================================
    page-subNav 子导航
====================================================================

***/

.page-subNav {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.class-name {}

.class-name .Line {
    width: 50px;
    height: 4px;
    background: #0571b2;
}


.class-name h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    padding: 27px 0 15px 0;
    text-transform: uppercase;
}

.class-name h2 {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    padding: 0 0 28px 0;
    text-align: left;
}

.class-curl {
    float: right;
    margin-top: 86px;
}

.class-curl li {
    float: left;
    padding-left: 2px;
}

.class-curl li a {
    float: left;
    width: 180px;
    background: #474747;
    color: #fff;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
}

.class-curl li .u-crt {
    background: #0571b2;
}

/*** 移动端样式 ***/


@media screen and (max-width:1429px) {
    .class-name {
        float: none;
    }

    .class-name .Line {
        margin: 0 auto;

    }

    .class-name h2 {
        text-align: center !important;
    }

    .class-curl {
        display: none;
        visibility: hidden;
    }
}



/*** 

====================================================================
     page 关于我们
====================================================================

***/

.aboutCom {
    padding: 5.71% 0 5.71% 0;
}

.aboutComTitle {
    text-align: center;
}

.aboutComTitle .h3s {
    color: #3f3f3f;
    font-size: 30px;
    line-height: 1;
}

.aboutComTitle .comTc {
    padding-top: 20px;
    text-align: center;
    line-height: 0;
}

.aboutComTitle .comTc .tcCen {
    display: inline-block;
    vertical-align: top;
    padding: 0 17px;
    background-color: #0571b2;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
}

.aboutComTitle .comLIn {
    padding-top: 24px;
    text-align: center;
    line-height: 0;
}

.aboutComTitle .comLIn .linspan {
    display: inline-block;
    vertical-align: top;
    width: 2px;
    height: 32px;
    background-color: #0571b2;
}

@media screen and (max-width:1429px) {
    .aboutComTitle .h3s {
        font-size: 26px;
    }

    .aboutComTitle .comTc {
        padding-top: 16px;
    }

    .aboutComTitle .comTc .tcCen {
        padding: 0 14px;
        font-size: 12px;
        line-height: 22px;
    }

    .aboutComTitle .comLIn {
        padding-top: 20px;
    }

    .aboutComTitle .comLIn .linspan {
        height: 28px;
    }
}

@media screen and (max-width:1229px) {
    .aboutComTitle .h3s {
        font-size: 20px;
    }

    .aboutComTitle .comTc {
        padding-top: 12px;
    }

    .aboutComTitle .comLIn {
        padding-top: 15px;
    }

    .aboutComTitle .comLIn .linspan {
        height: 23px;
    }
}




.aboutComDown {
    padding-top: 14px;
    color: #333333;
    font-size: 15px;
    line-height: 33px;
}

.aboutComDown .comText {
    padding: 0 4.42% 0 4.42%;
    text-align: center;
}

.aboutComDown h6 {
    line-height: 60px;
    text-align: center;
}

.aboutComDown .comCount {
    padding: 60px 7.42% 0 7.42%;
}

.aboutComDown .comCount .countLi {
    float: left;
    width: 33.3333%;
    border-left: #dadada solid 1px;
}

.aboutComDown .comCount .countLi:last-child {
    border-right: #dadada solid 1px;
}

.aboutComDown .comCount .countLi .big {
    text-align: center;
}

.aboutComDown .comCount .countLi .big .bigCen {
    display: inline-block;
    vertical-align: top;
    color: #0571b2;
    font-size: 55px;
    font-weight: bold;
    line-height: 1;
    position: relative;
}

.aboutComDown .comCount .countLi .big .bigCen .bigS {
    position: absolute;
    left: 100%;
    font-size: 18px;
    padding-left: 10px;
    top: 50%;
    margin-top: -9px;
    font-weight: normal;
}

.aboutComDown .comCount .countLi .bigLine {
    padding: 18px 0;
    line-height: 0;
    text-align: center;
}

.aboutComDown .comCount .countLi .bigLine .span {
    display: inline-block;
    width: 26px;
    height: 2px;
    background-color: #0571b2;
}

.aboutComDown .comCount .countLi .bigText {
    color: #333333;
    font-size: 15px;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width:1429px) {
    .aboutComDown {
        font-size: 14px;
        line-height: 28px;
    }

    .aboutComDown .comText {
        padding: 0;
    }

    .aboutComDown .comCount {
        padding: 51px 0 0 0;
    }

    .aboutComDown .comCount .countLi .big .bigCen {
        font-size: 47px;
    }

    .aboutComDown .comCount .countLi .big .bigCen .bigS {
        font-size: 15px;
        margin-top: -7px;
    }

    .aboutComDown .comCount .countLi .bigLine {
        padding: 14px 0;
    }

    .aboutComDown .comCount .countLi .bigText {
        font-size: 14px;
    }
}

@media screen and (max-width:1229px) {
    .aboutComDown .comCount {
        padding: 35px 0 0 0;
    }

    .aboutComDown .comCount .countLi .big .bigCen {
        font-size: 37px;
    }
}

@media screen and (max-width:767px) {
    .aboutComDown .comCount {
        padding: 35px 0 0 0;
    }

    .aboutComDown .comCount .countLi {
        border-left: 0;
    }

    .aboutComDown .comCount .countLi:last-child {
        border-right: 0;
    }

    .aboutComDown .comCount .countLi .big .bigCen {
        font-size: 24px;
    }

    .aboutComDown .comCount .countLi .big .bigCen .bigS {
        font-size: 12px;
        padding-left: 5px;
        margin-top: -6px;
    }

    .aboutComDown .comCount .countLi .bigText {
        font-size: 12px;
    }
}


.aboutFounder {
    padding: 4.28% 0 10% 0;
}

.aboutFounderDon {
    margin-left: -11px;
    margin-right: -11px;
    position: relative;
    margin-top: -90px;
}

.aboutFounderDon .owl-stage-outer {
    padding-bottom: 5px;
}

.aboutFounderDon ul {
    float: left;
    width: 100%;
}

.aboutFounderDon ul li {
    padding: 0 11px;
}

.aboutFounderDon ul li .shaw {
    -webkit-box-shadow: 0 0 6px rgba(18, 18, 18, 0.11);
    -moz-box-shadow: 0 0 6px rgba(18, 18, 18, 0.11);
    -o-box-shadow: 0 0 6px rgba(18, 18, 18, 0.11);
    box-shadow: 0 0 6px rgba(18, 18, 18, 0.11);
}

.aboutFounderDon ul li .founTit {
    background-color: rgba(63, 63, 63, 0.5);
    color: #fff;
    font-size: 20px;
    line-height: 90px;
    text-align: center;
}

.aboutFounderDon ul li:hover .founTit {
    background-color: rgba(255, 0, 0, 0.6);
}

.aboutFounderDon ul li .founPic {
    line-height: 0;
    overflow: hidden;
}

.aboutFounderDon ul li .founPic img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition: -webkit-transform 2s;
    -ms-interpolation-mode: bicubic;
}

.aboutFounderDon ul li:hover .founPic img {
    transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
}


.aboutFounderDon ul li .founD {
    padding: 6.28% 8.98% 6.28% 8.98%;
}

.aboutFounderDon ul li .founD .founText {
    height: 140px;
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media screen and (max-width:1429px) {
    .aboutFounderDon {
        margin-left: -9px;
        margin-right: -9px;
        margin-top: -76px;
    }

    .aboutFounderDon ul li {
        padding: 0 9px;
    }

    .aboutFounderDon ul li .founTit {
        font-size: 17px;
        line-height: 76px;
    }
}

@media screen and (max-width:1229px) {
    .aboutFounder {
        padding: 4.28% 0 13% 0;
    }
}

@media screen and (max-width:767px) {
    .aboutFounder {
        padding: 6.28% 0 60px 0;
    }

    .aboutFounderDon {
        margin-left: -6px;
        margin-right: -6px;
        margin-top: -46px;
    }

    .aboutFounderDon ul li {
        padding: 0 6px;
    }

    .aboutFounderDon ul li .founTit {
        line-height: 46px;
    }
}



.aboutHistoyr {
    padding: 5.72% 0;
}

/*** 

====================================================================
     page 发展历程
====================================================================

***/

.historyList {
    padding-top: 50px;
}

.historyList ul {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 95px;
    padding-bottom: 80px;
}

.historyList ul::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 12px;
    height: 12px;
    background: #bdbdbd;
    margin-left: -6px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.historyList ul::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    margin-left: -0.5px;
    background: #e8e8e8;
}

.historyList ul li {
    float: left;
    width: 100%;
    margin-top: -35px;
}

.historyList ul li .div {
    float: left;
    width: 675px;
    padding: 22px 24px 26px 55px;
    border: 1px solid #e3e3e3;
    position: relative;
    z-index: 9;
    cursor: pointer;
    line-height: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.historyList ul li .div::after {
    content: "";
    display: block;
    position: absolute;
    right: -39px;
    top: 27px;
    background: url(../images/lc11.png) no-repeat center/100% 100%;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.historyList ul li .div::before {
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: 38px;
    width: 15px;
    height: 1px;
    background: #e3e3e3;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.historyList ul li img {
    float: right;
    width: 158px;
    height: 114px;
}

.historyList ul li span {
    float: left;
    width: 387px;
}

.historyList ul li span h2 {
    float: left;
    width: 100%;
    line-height: 40px;
    font-size: 24px;
    color: #666;
    font-family: "Arial";
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.historyList ul li span font {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

@media screen and (max-width:1429px) {
    .historyList ul li .div {
        width: 573px;
        padding: 22px 24px 26px 22px;
    }

    .historyList ul li span {
        width: 345px;
    }
}

@media screen and (max-width:1229px) {
    .historyList ul li .div {
        width: 456px;
        padding: 12px 14px 16px 14px;
    }

    .historyList ul li span {
        width: 256px;
    }

    .historyList ul li span h2 {
        line-height: 24px;
        font-size: 20px;
    }

    .historyList ul li span font {
        font-size: 14px;
        margin-top: 10px;
    }

}

@media screen and (max-width:991px) {
    .historyList {
        padding-top: 25px;
    }

    .historyList ul li .div {
        width: 100%;
    }
}

.historyList ul li:nth-child(2n) {
    margin-top: -90px;
}

.historyList ul li:nth-child(2n) .div {
    float: right;
    padding: 22px 20px 26px 55px;
}

.historyList ul li:nth-child(2n) .div::after {
    left: -39px;
}

.historyList ul li:nth-child(2n) .div::before {
    left: -15px;
}

.historyList ul li:hover .div {
    border: 2px solid #0571b2;
    padding: 21px 23px 25px 54px;
}

.historyList ul li:hover .div::after {
    background: url(../images/lc22.png) no-repeat center/100% 100%;
}

.historyList ul li:hover .div::before {
    background: #0571b2;
}

.historyList ul li:hover span h2 {
    color: #0571b2;
}

.historyList .buttonBox {
    text-align: center;
}

.historyList button {
    display: inline-block;
    vertical-align: top;
    width: 152px;
    height: 42px;
    line-height: 42px;
    outline: none;
    cursor: pointer;
    border: 0 none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #0571b2;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.historyList button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

@media screen and (max-width:1429px) {
    .historyList ul li:nth-child(2n) .div {
        padding: 22px 20px 26px 22px;
    }

    .historyList ul li:hover .div {
        padding: 21px 23px 25px 21px;
    }
}

@media screen and (max-width:1229px) {
    .historyList ul li:nth-child(2n) .div {
        padding: 12px 10px 16px 12px;
    }

    .historyList ul li:hover .div {
        padding: 11px 9px 15px 11px;
    }
}

@media screen and (max-width:991px) {
    .historyList ul {
        padding-bottom: 20px;
        padding-top: 0;
        padding-left: 39px;
    }

    .historyList ul::before {
        left: 6px;
        margin-left: 0;
    }

    .historyList ul::after {
        left: 13px;
    }

    .historyList ul li {
        width: 100%;
        margin-top: 25px;
        padding: 0;
    }

    .historyList ul li div {
        width: 100%;
        padding: 10px;
        border: 1px solid #e3e3e3;
        min-height: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }




    .historyList ul li div::after {
        right: auto;
        left: -39px;
    }

    .historyList ul li div::before {
        right: auto;
        left: -15px;
    }

    .historyList ul li div img {
        float: left;
        width: 111px;
        height: 80px;
    }

    .historyList ul li div span {
        display: block;
        float: none;
        width: 100%;
        margin-top: 5px;
        padding-left: 130px;
    }

    .historyList ul li div span h2 {
        height: auto;
        line-height: 1;
        font-size: 18px;
    }

    .historyList ul li div span font {
        font-size: 12px;
        line-height: 20px;
    }

    .historyList ul:nth-child(2) li:nth-child(1) {
        margin-top: 15px;
    }

    .historyList ul li:nth-child(2n) {
        float: left;
        padding: 0;
        margin-top: 15px;
    }

    .historyList ul:nth-child(3) {
        display: none;
        position: relative;
        margin-top: 0;
    }

    .historyList ul:nth-child(3) li:nth-child(1) {
        margin-top: 15px;
    }


    .historyList button {
        float: left;
        width: 82px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
    }
}


/*** 

====================================================================
     page 人才招聘
====================================================================

***/


/*人才招聘*/
.chancecontain {
    width: 100%;
    float: left;
    padding: 29px 44px 0 44px;
}

.chancecontain .h_zp {
    width: 100%;
    float: left;
    background: #005197;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
    margin-top: 30px;
}

.chancecontain .h_zp .d1 {
    width: 25.48%;
    padding-left: 55px;
    float: left;
}

.chancecontain .h_zp .d2 {
    width: 7.32%;
    text-align: center;
    float: left;
}

.chancecontain .h_zp .d3 {
    width: 24.46%;
    text-align: center;
    float: left;
    margin-left: 1.91%;
}

.chancecontain .h_zp .d4 {
    width: 10.45%;
    text-align: center;
    float: left;
}

.chancecontain .h_zp .d5 {
    width: 18.28%;
    text-align: center;
    float: left;
    margin-left: 3.12%;
}

.chancecontain .content {
    width: 100%;
    float: left;
    z-index: 2;
    font-size: 14px;
    color: #4e4e4e;
    line-height: 30px;
}

.chancecontain .content strong {
    color: #f29425;
}

.chancecontain ul {
    float: left;
    width: 100%;
}

.chancecontain ul li {
    float: left;
    width: 100%;
    background: #f5f5f5;
    margin-top: 10px;
    position: relative;
    z-index: 11;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    font-size: 16px;
    color: #333;
    line-height: 60px;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.chancecontain ul li .d1 {
    width: 25.48%;
    padding-left: 55px;
    float: left;
}

.chancecontain ul li .d2 {
    width: 7.32%;
    text-align: center;
    float: left;
}

.chancecontain ul li .d3 {
    width: 24.46%;
    text-align: center;
    float: left;
    margin-left: 1.91%;
}

.chancecontain ul li .d4 {
    width: 10.45%;
    text-align: center;
    float: left;
}

.chancecontain ul li .d5 {
    width: 18.28%;
    text-align: center;
    float: left;
    margin-left: 3.12%;
}

.chancecontain ul li .d6 {
    width: 110px;
    float: right;
    height: 60px;
    background: url(../images/zp1.png) no-repeat center;
    cursor: pointer;
    border-left: solid 1px white;
}

.chancecontain .deta {
    width: 100%;
    padding: 0 4%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: relative;
    background: #fbfbfb;
    display: none;
}

.chancecontain .deta .condata {
    float: left;
    width: 100%;
    padding: 44px 0 43px 0;
}

.chancecontain .deta .condata .tdata {
    float: left;
    width: 100%;
}

.chancecontain .deta .condata .l_710 {
    float: left;
    width: 40%;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.chancecontain .deta .condata .l_710 span {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin-bottom: 5px;
}

.chancecontain .deta .condata .r_455 {
    float: right;
    width: 53%;
    padding: 0 0 0 5%;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    border-left: solid 1px #e7e7e7;
}

.chancecontain .deta .condata .r_455 span {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin-bottom: 5px;
}

.chancecontain .deta .condata .ddata {
    float: left;
    width: 100%;
    margin-top: -50px;
}

.chancecontain .deta .condata .d710z {
    float: left;
    width: 48%;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.chancecontain .deta .condata .d710z a {
    color: #666;
}

.chancecontain .deta .condata .d710y {
    float: right;
    width: 53%;
    padding: 0 0 0 100px;
}

.chancecontain .deta .condata .d710y .a_134 {
    float: left;
    width: 134px;
    height: 35px;
    margin-top: 7px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background: #005197;
}

.chancecontain .deta .condata .d710y .a_134 span {
    display: inline-block;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}

.chancecontain ul li.hover .d6 {
    background: url(../images/zp2.png) no-repeat center;
}

.chancecontain ul li.hover {
    color: #fff;
    background: #005197;
}

@media screen and (max-width:1399px) {
    .chancecontain ul li .d6 {
        width: 110px;
    }

    .chancecontain ul li .d5,
    .chancecontain .h_zp .d5 {
        margin-left: 0;
    }
}

@media screen and (max-width:1399px) {
    .chancecontain ul li .d6 {
        width: 90px;
    }
}

@media screen and (max-width:991px) {
    .chancecontain {
        padding: 20px 33px 0 33px;
    }

    .chancecontain .content {
        font-size: 12px;
        line-height: 24px;
    }

    .chancecontain .h_zp {
        font-size: 14px;
    }

    .chancecontain ul li {
        font-size: 14px;
    }

    .chancecontain .deta {
        padding: 0 20px;
    }

    .chancecontain .deta .condata {
        padding: 22px 0 20px 0;
    }

    .chancecontain .h_zp .d2,
    .chancecontain ul li .d2 {
        width: 9.23%;
    }

    .chancecontain .h_zp .d3,
    .chancecontain ul li .d3,
    .chancecontain ul li .d5 {
        margin-left: 0%;
    }
}

@media screen and (max-width:767px) {
    .chancecontain {
        padding: 10px 11px 0 11px;
    }

    .chancecontain .h_zp {
        margin-top: 11px;
        line-height: 50px;
        padding: 0 10px;
    }

    .chancecontain ul {
        padding: 0 0;
    }

    .chancecontain ul li {
        line-height: 50px;
    }

    .chancecontain .deta {
        padding: 0 15px;
    }

    .chancecontain .deta .condata {
        padding: 9px 0 5px 0;
    }

    .chancecontain ul li .d3,
    .chancecontain ul li .d4,
    .chancecontain ul li .d5,
    .chancecontain .h_zp .d3,
    .chancecontain .h_zp .d4,
    .chancecontain .h_zp .d5 {
        display: none;
    }

    .chancecontain ul li .d1,
    .chancecontain .h_zp .d1 {
        width: 60%;
        padding-left: 20px;
    }

    .chancecontain ul li .d2,
    .chancecontain .h_zp .d2 {
        width: 25%;
    }

    .chancecontain ul li .d6 {
        width: 50px;
        height: 50px;
        background-size: contain !important;
        position: absolute;
        right: 0;
        top: 0;
    }

    .chancecontain .deta .condata .l_710,
    .chancecontain .deta .condata .r_455,
    .chancecontain .deta .condata .d710z,
    .chancecontain .deta .condata .d710y {
        width: 100%;
        padding-left: 0;
    }

    .chancecontain .deta .condata .l_710 span,
    .chancecontain .deta .condata .r_455 span {
        font-size: 14px;
    }

    .chancecontain .deta .condata .r_455 {
        background: none;
        border-left: 0;
    }

    .chancecontain .deta .condata .d710z {
        font-size: 13px;
        line-height: 24px;
    }

    .chancecontain .deta .condata .d710y {
        margin-top: 10px;
    }

    .chancecontain .deta .condata .l_710 {
        font-size: 12px;
        line-height: 22px;
    }

    .chancecontain .deta .condata .r_455 {
        font-size: 12px;
        line-height: 22px;
    }

    .chancecontain .deta .condata .ddata {
        margin-top: 10px;
    }

    .chancecontain .deta .condata .d710y .a_134 {
        width: 100px;
        height: 30px;
        margin-top: 0px;
        line-height: 30px;
    }
}




.tc_mb {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: black;
    opacity: 0.8;
    z-index: 9999;
    display: none;
}

.tc1 {
    width: 950px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -260px 0 0 -475px;
    background: #fff;
    padding: 68px 35px 45px 35px;
    z-index: 100000;
    display: none;
}

.tc1 .close {
    position: absolute;
    background: url(_im_g/right6.png) no-repeat center center;
    background-size: contain;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 5px;
    top: 8px;
    cursor: pointer;
    opacity: 0.6;
}

.tc1 .close:hover {
    opacity: 1;
}

.tc1 ul {
    width: 100%;
    float: left;
    margin-top: 11px;
}

.tc1 ul li {
    width: 100%;
    float: left;
    padding: 0 15px;
    position: relative;
    margin-top: 30px;
}

.tc1 ul li input,
.tc1 ul li textarea,
.tc1 ul li select {
    display: block;
    width: 100%;
    height: 52px;
    background: none;
    border: 0;
    border: solid 1px #ededed;
    padding: 10px 10px 10px 120px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
    border-radius: 0;
}

.tc1 ul li .shangchuan {
    display: block;
    width: 100%;
    height: 52px;
    background: none;
    border: 0;
    border: solid 1px #ededed;
    padding: 10px 10px 10px 120px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tc1 ul li textarea {
    height: 87px;
}

.tc1 ul li input:focus,
.tc1 ul li textarea:focus,
.tc1 ul li select:focus {
    border-color: #005197;
}

.tc1 ul li .name {
    position: absolute;
    left: 36px;
    top: 0;
    height: 52px;
    line-height: 52px;
    color: #666;
    font-size: 16px;
    letter-spacing: 1px;
}

.tc1 ul li .name span {
    color: #005197;
}

.tc1 ul li.l1 {
    width: 50%;
}

.tc1 ul li.l3 {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.tc1 ul li.l3 input {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 365px;
    height: 52px;
    line-height: 52px;
    background: #005197;
    font-size: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    border: 0;
    color: white;
    padding: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.tc1 ul li.l3 input:hover {
    opacity: 0.8;
}

.tc1 h4 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #444;
    line-height: 30px;
    letter-spacing: 1px;
}

@media screen and (max-width:991px) {
    .tc1 {
        width: 90%;
        left: 5%;
        margin: -240px 0 0 0;
        padding: 38px 35px 45px 35px;
    }

}

@media screen and (max-width:767px) {
    .tc1 {
        max-height: 100%;
        overflow-y: auto;
        padding: 22px 24px 14px 24px;
        margin: -200px 0 0 0;
    }

    .tc1 .close {
        opacity: 1;
        width: 20px;
        top: 5px;
    }

    .tc1 ul li {
        padding: 0 10px;
        margin-top: 10px;
    }

    .tc1 ul li input,
    .tc2 ul li textarea,
    .tc2 ul li select {
        height: 42px;
        padding: 8px 10px 8px 90px;
        line-height: 24px;
        font-size: 14px;
    }

    .tc1 ul li .name {
        left: 20px;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        letter-spacing: 0px;
    }

    .tc1 ul li.l1 {
        width: 100%;
    }

    .tc1 ul li.l3 {
        margin-top: 20px;
    }

    .tc1 ul li.l3 input {
        width: 100%;
        height: 42px;
        line-height: 42px;
    }

    .tc1 h4 {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
    }
}



/*** 

====================================================================
     page describe-section style
====================================================================

***/


.describe-section {
    padding: 60px 0px 80px;
}


.describe-section h4 {
    font-size: 30px;
    font-weight: 400;
    color: rgba(48, 48, 48, 1);
    margin-bottom: 28px;
    text-align: left;
}

.describe-section h5 {
    font-size: 18px;
    font-weight: 400;
    color: rgba(48, 48, 48, 1);
    padding-bottom: 10px;
    text-align: left;
    padding-top: 20px;
}



/*** 

====================================================================
     page1 单页列表 style
====================================================================

***/

.page1 ul li {
    display: block;
    width: 100%;
    background: #f7f7f7;
    cursor: pointer;
    border-left: 3px solid #d0194e;
    position: relative;
    padding: 30px 2% 30px 2.8%;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    margin-bottom: 20px;
    float: left;
}

.page1 h6 {
    margin-top: 20px;
}

.m-pg-ln {
    position: relative;
    text-align: center;
    padding: 10px 0px 10px 0px;
    background-size: cover;
    border-top: 1px solid #d7d8d8;
    margin-top: 20px;

}


/*** 

====================================================================
     page 关于我们 style
====================================================================

***/
.lianxi p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}

.lianxi i {
    border-bottom: #999999 dashed 1px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    clear: both;
}




/*** 

====================================================================
     list 图文 style
====================================================================

***/


.list-img1 li {
    margin-bottom: 20px;
    float: left;
    display: block;
    padding: 15px 0px 15px 0px;
    width: 1430px;
}

@media (max-width: 991px) {
.list-img1 li {
    margin-bottom: 20px;
    float: left;
    display: block;
    padding: 15px 0px 15px 0px;
}
}



.list-img1 .column {
    padding: 20px;
}

.list-img1 li:hover {
    color: #FFFFFF !important;
}

.list-img1 .title:hover {
    color: #FFFFFF !important;
}

.list-img1 li:hover a {
    color: #FFFFFF;
}

.list-img1 .img {
    float: left;
}

.list-img1 .text {
    float: right;
}

.list-img1 .title {
    margin-top: 10px;
    width: 100%;
    padding-left: 80px;
    position: relative;
}

.list-img1 .date {
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #ccc;
}

.list-img1 .date {
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #ccc;
}

.list-img1 .date_r {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 24px;
}

.list-img1 .date_r .ri {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 15px;
}

.list-img1 .date_ny {
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
}




.list-img1 .tt a {
    font-size: 24px;
    line-height: 46px;
    padding-left: 15px;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-img1 .dsc {
    margin: 20px 0 30px 0;
    font-size: 16px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
}

.list-img1 .text .more a {
    display: block;
    width: 144px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    color: #0571b2;
    background: #f5f5f5;
}

.list-img1 li:hover {
    background: #0571b2;
}



/*** 

====================================================================
    content 内容页 style
====================================================================

***/



.contentInfo h3 {
    float: left;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 24px;
    line-height: 1.25;
    border-bottom: 1px solid #d7d8d8;
    padding: 4.75% 0 2.56% 0;
}



.contentInfo .newSub {
    float: left;
    width: 100%;
    height: 53px;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d8d8;
    border-top: 1px solid #d7d8d8;
}




/*--------------------------------------------------------------
21. wpo-contact-pg-section
--------------------------------------------------------------*/
.wpo-contact-pg-section {
    padding-bottom: 0px;
}

.wpo-contact-pg-section .wpo-contact-title {
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .wpo-contact-pg-section .wpo-contact-title {
        margin-bottom: 30px;
    }
}

.wpo-contact-pg-section .wpo-contact-title h2 {
    font-size: 35px;
    font-size: 2.3333333333rem;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .wpo-contact-pg-section .wpo-contact-title h2 {
        font-size: 25px;
        font-size: 1.6666666667rem;
    }
}

.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
    background: transparent;
    width: 100%;
    height: 50px !important;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none !important;
    padding-left: 25px;
    border: 1px solid #ebebeb;
}



@media (max-width: 991px) {

    .wpo-contact-pg-section form input,
    .wpo-contact-pg-section form select,
    .wpo-contact-pg-section form textarea {
        height: 45px;
    }
}

.wpo-contact-pg-section form input:focus,
.wpo-contact-pg-section form select:focus,
.wpo-contact-pg-section form textarea:focus {
    border-color: #0571b2;
    background: transparent;
}

.wpo-contact-pg-section form textarea {
    height: 180px !important;
    padding-top: 15px;
}

.wpo-contact-pg-section form {
    margin: 0 -15px;
    overflow: hidden;
}

.wpo-contact-pg-section form ::-webkit-input-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}

.wpo-contact-pg-section form :-moz-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}

.wpo-contact-pg-section form ::-moz-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}

.wpo-contact-pg-section form :-ms-input-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}

.wpo-contact-pg-section form select {
    display: inline-block;
    color: #a9a9a9;
    cursor: pointer;
    opacity: 1;
    padding: 6px 25px;
    font-size: 15px;
    font-size: 1rem;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
    position: relative;
}

.wpo-contact-pg-section form select:focus {
    background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
}

.wpo-contact-pg-section form .submit-area {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}

@media (max-width: 767px) {
    .wpo-contact-pg-section form .submit-area {
        margin-bottom: 0;
    }
}

.wpo-contact-pg-section form .submit-area .theme-btn,
.wpo-contact-pg-section form .submit-area .view-cart-btn {
    border-radius: 0px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.wpo-contact-pg-section form .submit-area .theme-btn:after,
.wpo-contact-pg-section form .submit-area .view-cart-btn:after {
    border-radius: 0px;
}

.wpo-contact-pg-section form>div {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 25px;
}

@media (max-width: 600px) {
    .wpo-contact-pg-section form>div {
        width: calc(100% - 25px);
        float: none;
    }
}

.wpo-contact-pg-section form .fullwidth {
    width: calc(100% - 25px);
    float: none;
    clear: both;
}

.wpo-contact-pg-section .office-info {
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .wpo-contact-pg-section .office-info {
        padding-bottom: 60px;
    }
}

@media (max-width: 1200px) {
    .wpo-contact-pg-section .office-info .col .office-info-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {
    .wpo-contact-pg-section .office-info .col:last-child .office-info-item {
        margin-bottom: 0px;
    }
}

.wpo-contact-pg-section .office-info .office-info-item {
    text-align: center;
    box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
    padding: 40px;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
    width: 85px;
    height: 85px;
    background: #f5f5f5;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
    font-size: 35px;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text p {
    margin-bottom: 0;
}

.wpo-contact-pg-section .wpo-contact-form-area {
    padding: 50px;
    background: #fff;
    box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
    padding-bottom: 0;
    margin-bottom: 50px;
    position: relative;
    z-index: 99;
}

@media (max-width: 767px) {
    .wpo-contact-pg-section .wpo-contact-form-area {
        padding: 30px;
        padding-top: 50px;
    }
}

.wpo-contact-map-section .wpo-contact-map {
    height: 550px;
}

.wpo-contact-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

.wpo-contact-map-section h2.hidden {
    display: none;
}


.theme-btn,
.view-cart-btn {
    background: #0571b2;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 20px 35px;
    border: 0;
    border-radius: 6px;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-size: 1.0666666667rem;
}




/**** pagination ****/
.pagination-wrapper {
    text-align: center;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 40px;
    }
}

.pg-pagination li { width: auto; }

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}

.pagination-wrapper .pg-pagination li:hover {
    background: no-repeat;

}

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: 600;
    color: #0a272c;
    background: #f5f5f5;
    display: block;
}

@media (max-width: 991px) {
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        font-size: 1rem;
    }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #0571b2;
    border-color: #0571b2;
    color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
    font-size: 15px;
    font-size: 1rem;
}

.pagination-wrapper-left {
    text-align: left;
}

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
    .list-img1 .text {
    float: right;
    padding-left: 0px;
}

.list-img1 .img { margin-bottom: 20px; }

}