@charset "utf-8";

html {
    font-size: 62.5%;
    /*10 ÷ 16 × 100% = 62.5%*/
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #333333;
    font-size: 1.2rem;
    /*1.6 × 10px = 16px */
    font-family: "Microsoft YaHei", Arial, helvetica, sans-serif;
    overflow-x: hidden;
    background-color: #fff;
    line-height: 1;
}


:root {
    --prop: 1;
    --base_color: #0291d2;
}

.base_color {
    color: var(--base_color) !important;
}


.base_bg {
    color: #fff !important;
    background: var(--base_color) !important;
}


.layui-layer-btn .layui-layer-btn0 {
    color: #fff !important;
}


.title_l {
    border-left: 5px solid var(--base_color);
}

a {
    color: #333333;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

img {
    border: 0px;
}

input {
    outline: none;
}

ul,
li,
dl,
dt,
dd {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

p {
    margin: 0;
    padding: 0;
}

canvas {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
}

.imgbox {
    position: relative;
    overflow: hidden;
}

.imgbox:after {
    content: '';
    display: block;
}

.imgbox img,
.imgbox video,
.imgbox div.contbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imgbox_4_3,
.imgbox_1_1 {
    background: #fff;
}

.imgbox_3_1:after {
    margin-top: 33.3333%;
}

.imgbox_2_1:after {
    margin-top: 50%;
}

.imgbox_10_7:after {
    margin-top: 70%;
}

.imgbox_3_2:after {
    margin-top: 66.66%;
}

.imgbox_4_3:after {
    margin-top: 75%;
}

.imgbox_400_287:after {
    margin-top: 71.75%;
}

.imgbox_607_409:after {
    margin-top: 67.38%;
}


.imgbox_1_1:after {
    margin-top: 100%;
}

.imgbox_3_4:after {
    margin-top: 133.33%;
}

.imgbox_4_3 video {
    width: 100% !important;
    margin: 0 auto;
    display: block;
}


.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.ImgScale img,
.ImgScale i {
    transition: all 0.3s;
}

.ImgScale:hover img,
.ImgScale:hover i {
    transform: translate(-50%, -50%) scale(1.05);
}


.ImgScale0 img,
.ImgScale0 i {
    transition: all 0.3s;
}

.ImgScale0:hover *,
.ImgScale0:hover i {
    transform: scale(1.1);
    border-radius: 10px;
}


.IScale i,
.IScale img {
    transition: all 0.3s;
}

.IScale:hover i,
.IScale:hover img {
    transform: translate(-50%, -50%) rotateY(180deg);
}

.rotateY:before {
    transform: rotateY(180deg);
}

.op6 {
    opacity: 0.6;
}

.op8 {
    opacity: 0.8;
}

.fs-12 {
    font-size: 1.2rem;
}

.fs-13 {
    font-size: 1.3rem;
}

.fs-14 {
    font-size: 1.4rem;
}

.fs-15 {
    font-size: 1.5rem;
}

.fs-16 {
    font-size: 1.6rem;
}

.fs-17 {
    font-size: 1.7rem;
}

.fs-18 {
    font-size: 1.8rem;
}

.fs-20 {
    font-size: 2.0rem;
}

.fs-22 {
    font-size: 2.2rem;
}


.fs-24 {
    font-size: 2.4rem;
}

.fs-28 {
    font-size: 2.8rem;
}

.fs-30 {
    font-size: 3.0rem;
}

.fs-39 {
    font-size: 3.9rem;
}

.fs-40 {
    font-size: 4rem;
}

.fs-50 {
    font-size: 5rem;
}

.fs-110 {
    font-size: 11rem;
}


.iconfont.fs-20 {
    font-size: 2.0rem;
}

.iconfont.fs-25 {
    font-size: 2.5rem;
}

.iconfont.fs-30 {
    font-size: 3.0rem;
}

.iconfont.fs-35 {
    font-size: 3.5rem;
}

.iconfont.fs-40 {
    font-size: 4.0rem;
}

.iconfont.fs-50 {
    font-size: 5.0rem;
}

.iconfont.fs-60 {
    font-size: 6.0rem;
}

.iconfont.fs-80 {
    font-size: 8.0rem;
}

.lh-15 {
    line-height: 1.5;
}

.lh-18 {
    line-height: 1.8;
}

.lh-20 {
    line-height: 2;
}

.lh-24 {
    line-height: 2.4;
}

.layui-layer {
    max-width: 96% !important;
}

#search::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

#search:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

#search::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

#search:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}


.mb-6 {
    padding-bottom: 20px;
}

/*PAGE
----------------------------------------*/

.share_to {
    display: inline-block;
    line-height: 30px;
}

.share_to a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.share_to a i {
    font-size: 2.6rem;
}

.share_to a:hover {
    background: #f00 !important;
}

.share_to a:nth-child(1) {
    background: #ff6600;
}

.share_to a:nth-child(2) {
    background: #3dc464;
}

.share_to a:nth-child(3) {
    background: #d54135;
}

.share_to a:nth-child(4) {
    background: #1493d0;
}

.share_to a:nth-child(5) {
    background: #f8b500;
}

.de-page-mian {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin: 10px 0 35px;
}

.de-page-mian .page-inner {
    display: inline-block;
    overflow: hidden;
}

.de-page-mian .page-inner a {
    display: block;
    float: left;
    min-width: 26px;
    padding: 0 5px;
    height: 36px;
    border: 1px solid #dddddd;
    background: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin-right: -1px;
    overflow: hidden;
}

.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
    color: #fff;
    border-color: var(--base_color);
    background: var(--base_color);
}

.de-page-mian .page-inner a.prev {
    margin-right: 10px;
    background: #fff url(../Image/prev.jpg) no-repeat center;
}

.de-page-mian .page-inner a.prev.on {
    background: #fff url(../Image/prev-hover.jpg) no-repeat center;
}

.de-page-mian .page-inner a.prev:hover {
    background-color: #fff;
    border-color: #dddddd;
}

.de-page-mian .page-inner a.next {
    margin-left: 10px;
    margin-right: 15px;
    background: #fff url(../Image/next.jpg) no-repeat center;
}

.de-page-mian .page-inner a.next.on {
    background: #fff url(../Image/next-hover.jpg) no-repeat center;
}

.de-page-mian .page-inner a.next:hover {
    background-color: #fff;
    border-color: #dddddd;
}

.de-page-mian .page-inner a.page-btn {
    font-size: 12px;
    margin-right: 0;
    width: 63px;
    margin-left: 10px;
}

.de-page-mian .page-inner span {
    display: block;
    font-size: 12px;
    color: #333;
    float: left;
    line-height: 38px;
}

.de-page-mian .page-inner input {
    display: block;
    float: left;
    height: 36px;
    width: 36px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin: 0 5px;
}

.prev_next li .box {
    border: 1px dotted #ccc;
    color: #000;
    border-radius: 3px;
    transition: all 0.3s;
}

.prev_next li .box:hover {
    background: var(--base_color);
    color: #fff;
}

.prev_next li .box:hover a {
    color: #fff;
}

/* Header
----------------------------------------*/

#header_note {
    height: 36px;
    line-height: 35px;
}

#header_note .border-left {
    border-color: #4e4e4e !important;
}

#header_note,
#header_note a {
    color: #b0b4ba;
}

#header_note a:hover {
    color: var(--base_color);
}


.ewm_btn #gzh_ewm { height: 0; transition: all 0.3s; margin-left: -30px; overflow: hidden; }
.ewm_btn:hover #gzh_ewm { height: 180px; transform: translateY(5px); }

#name_box_w .logo,
#name_box_w #nav_box a {
    line-height: 40px;
    color: #222222;
}

#nav_box a {
    color: #222222;
}

#nav_box li {
    position: relative;
}

#nav_box li:after {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 0;
    content: "|";
    color: #b2b2b2;
    font-size: 1.4rem;
}

#nav_box li:last-child:after {
    display: none;
}


#nav_box a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 5px;
    background-color: #0491d2;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

#nav_box a:hover:after,#nav_box a.active:after {
    width: 100px;
}


/*NAV*/

#banner_box {
    margin-top: 60px;
    width: 100%;
    overflow: hidden;
}

#banner_box .arrow_down {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

#page_banner_box {
    margin-top: 60px;
    height: 180px;
}

#page_banner_box .en b:before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}


#page_banner_box .en {
    margin-left: 5px !important;
}


/*BANNER*/

.home a:hover {
    background-color: #1f9fe1;
    color: #fff !important;
    border-radius: 0 0 0 0;
}

.home a:hover i {
    color: #fff !important;
}

.location a {
    color: #b8b8b8;
}

.location a:hover {
    color: var(--base_color);
}


/*LOCATION*/

#sider .title:after {
    background: #fff;
    content: "";
    width: 40px;
    height: 4px;
    display: block;
    margin: 10px auto;
}

.prev_nex .box:hover {
    background: var(--base_color);
    color: #fff;
}

.prev_nex .box:hover * {
    color: #fff !important;
}

/* Footer
----------------------------------------*/

.page-footer {
    background-color: #036ab0;
    position: relative;
    color: #e0f8ff;
}

.page-footer a {
    color: #e0f8ff;
}

.page-footer a:hover {
    color: #ff0;
}

.f_nav li dt {
    font-weight: normal !important;
}

/*e_nav*/

.fixed-bottom i {
    top: 25px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.fixed-bottom i:hover {
    background-color: rgba(0, 0, 0, 1);
}

.fixed-bottom {
    transition: all 0.5s;
}

#e_nav a:hover {
    background-color: #e7f235 !important;
    color: #000;
}


#page-footer-gt {
    z-index: 9;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 8px 0;
    background-color: var(--base_color);
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
}

#page-footer-gt ul li {
    width: 25%;
    text-align: center;
    float: left;
    color: #fff;
    transition: all 0.3s;
    box-sizing: border-box;
}

#page-footer-gt ul li a {
    color: #fff;
    width: 100%;
    height: 60px;
    display: block;
    font-size: 1.2rem;
}

#page-footer-gt ul li i {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto 3px;
}

#page-footer-gt ul li:nth-child(1) i {
    background: url(../Image/e1.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(2) i {
    background: url(../Image/e2.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(3) i {
    background: url(../Image/e3.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(4) i {
    background: url(../Image/e4.png);
    background-size: 100%;
}

#page-footer-gt.five ul li {
    width: 20% !important;
}

#page-footer-gt.five ul li.back {
    padding: 10px 0;
}

.s_title a {
    width: 200px;
}

.s_title:after {
    background-color: #efefef;
    content: "";
    height: 1px;
    width: calc(100% - 200px);
    display: inline-block;
    vertical-align: middle;
}

/*FOOTER*/

/*INDEX*/


.gcjgList li {
    overflow: hidden;
}


.gcjgList li .cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: all 0.3s;
    transform: translateY(-100%);
    opacity: 0;
}

.gcjgList li .mark {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s;
}

.gcjgList li:hover .cover {
    transform: translateY(0);
    opacity: 1;
}

.gcjgList li:hover .mark {
    display: block;
}


.gcjgList li .box {
    transform: translateY(-100%);
    transition: all 0.5s;
}

.gcjgList li:hover .box {
    transform: translateY(0);
}

#index .gcjgList li a p.desc {
    transition: all 0.5s;
    padding: 0 100px !important;
}


.gcjgList li:hover * {
    color: #fff !important;
}


#in_box2 {
    background: url(../Image/in_bg2.jpg) center no-repeat;
}

#in_box3 {
    background: url(../Image/in_bg3.jpg) top center no-repeat;
}

.item_gd .line {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #d5d5d5;
    transition: all 0.3s;
}

.item_gd a:hover .line {
    width: 50px;
    background: var(--base_color);
}

.gywmList li a i {
    transition: all 0.5s !important;
}

.gywmList li a:hover i {
    border-radius: 50% !important;
    background-color: var(--base_color);
    color: #fff !important;
    font-size: 5rem !important;
    padding: 15px;
}

.in_title {
    max-width: 100%;
    color: #000;
}

.inTabList li a {
    color: #0291d2;
}

.inTabList li:hover a,
.inTabList li.on a {
    color: #fff;
    background: var(--base_color);
}

.inTabImg {
    width: 440px;
    height: 500px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}

.inTabImg .item {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: ease 1s;
    transform: scale(1.1);
}

.inTabImg .item.on {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.caseList li a {
    height: 300px;
}


.caseList li a:hover {
    border-radius: 10px;
    transform: scale(1.05);
    box-shadow: 0 0 30px #006aa0;
    background-size: 105%;
}

.in_kucun .table tr:nth-child(n+12) {
    display: none;
}

.kucun .table tr:nth-child(n+32) {
    display: none;
}

.in_kucun .table tr:first-child,
.kucun .table tr:first-child {
    font-weight: bold;
}

.in_kucun .table th,
.kucun .table th {
    text-align: center;
}

.in_kucun .table th,
.in_kucun .table td,
.kucun .table th,
.kucun .table td {
    min-width: 100px !important;
    padding: 13px 0;
    text-align: center;
}

.xiazai a {
    padding: 15px 60px !important;
    border-radius: 30px;
}

.in_newslist a:hover * {
    transition: all 0.3s;
}

.in_newslist a:hover * {
    color: var(--base_color) !important;
    letter-spacing: 1px;
}


.arrow_more {
    transition: all 0.3s;
}

.arrow_more {
    display: inline-block;
    letter-spacing: 0 !important;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 5px;
    line-height: 24px;
    border-radius: 50%;
}

.arrow_more:hover {
    background-color: var(--base_color);
    color: #fff;
    margin-right: 5px;
}


.item_xl {
    margin-top: -2px;
    margin-bottom: 2px;
}


.item_gd .cont .t1 {
    line-height: 1;
}

.item_gd .cont .t2 {
    margin-top: 18px;
    line-height: 22px;
    height: 44px;
    margin-bottom: 6px;
}

.item_gd .cont .line {
    margin-top: 13px;
    margin-left: 8px;
}

.gcjgList .cover .t1 {
    margin-top: 15px;
}

.gcjgList .cover .t2 {
    max-width: 100%;
    height: 110px;
    line-height: 22px;
    overflow: hidden;
    margin: 0 30px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.gcjgList li a.more span {
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #fff;
    border-radius: 10px;
}


.gcjgList .cont2 .t1 {
    margin-top: 20px;
}

.gcjgList .cont2 .t2 {
    margin-top: 8px;
}

.gcjgList .cont2 .t3 {
    width: 80%;
    margin: 0 auto;
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    margin-top: 10px;
}

#in_add_mess input,
#in_add_mess .input,
#in_add_mess textarea {
    line-height: 30px;
}




/*PAGE*/

.subNav a:last-child {
    border-right: 0 !important;
}

.subNav a {
    line-height: 79px;
    color: #222222;
}

.subNav a:hover,.subNav a.active {
    color: #fff;
    background-color: var(--base_color);
}

/*PRODUCT*/

.tabList li a {
    color: #0291d2;
}

.tabList li:hover a,
.tabList li.on a {
    color: #fff;
    background: var(--base_color);
}

.tabImg {
    background: #fff;
    overflow: hidden;
}

.pro_desc {
    background: url(../Image/pro_bg.gif);
}

/*NEWS CONTENTS PAGE*/

.picList li a {
    transition: all 0.3s;
}

.picList li a:hover {
    background-color: #bee1f4;
    box-shadow: 0 5px 10px #efefef;
}

.picList .timeBox {
    width: 60px;
}

.picList .cont {
    height: 60px;
}


.picList .contBox {
    width: calc(100% - 70px);
}

.picList li a .arrow {
    display: inline-block;
    width: 0;
    height: 10px;
    background: url(../Image/arrow.png) no-repeat center center;
    transition: all .4s;
    opacity: 0;
}

.picList li a:hover .arrow {
    width: 21px;
    height: 10px;
    opacity: 1;
}

.picList .date big {
    font-weight: 600;
}

.picList .date:after {
    content: "";
    width: 25px;
    height: 3px;
    background-color: #bfbfbf;
    display: block;
    margin: 0 0 10px;
}

.picUL li a:hover {
    box-shadow: 0 0 10px #ccc;
    transform: translateY(-10px);
}

.btn_more a:hover {
    background: var(--base_color);
    color: #fff;
}

.mainInfo iframe {
    width: 100%;
    height: 600px;
}

.mainInfo img {
    max-width: 100%;
    height: auto !important;
}

.back {
    background: var(--base_color);
}

.back:hover {
    background: #000 !important;
}

.ysList .cont {
    height: 120px;
    overflow: hidden;
}

/*PRODUCTS LIST PAGE*/


/*Cotnact*/
.contactList .dt:after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: 0 0 10px;
}

.contactList,
.contactList a {
    color: #fff;
}

.contactList a:hover {
    color: #ff0;
}


/*MESSAGE*/

#page_index #c_mess_box input,
#page_index #c_mess_box textarea {
    margin-bottom: 10px !important;
}

#page_mess_box li {
    margin-bottom: 10px;
}

#page_mess_box li input {
    height: 40px;
}


.lineT {
    border-left: 5px solid var(--base_color);
    padding-left: 10px;
}

.de-contact .contact-list {
    border: 1px solid #efefef !important;
    background: #fafafa;
    border-radius: 10px;
    margin-bottom: 30px;
}

.de-contact .contact-list li {
    margin-bottom: 10px;
}

.de-contact .contact-list ul li div {
    padding-left: 60px;
    color: #595959;
    padding: 15px 15px 15px 60px;
    border-radius: 5px;
}

.de-contact .contact-list ul li div.icon-01 {
    background: url(../Image/contact-icon-01.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-02 {
    background: url(../Image/contact-icon-02.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-03 {
    background: url(../Image/contact-icon-03.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-04 {
    background: url(../Image/contact-icon-04.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-05 {
    background: url(../Image/contact-icon-05.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-06 {
    background: url(../Image/contact-icon-06.png) no-repeat 10px 10px #fff;
}

#dituContent {
    width: 100%;
    height: 398px;
    margin: 0 auto 30px;
    border: 1px dotted #ccc;
    border-radius: 10px;
}


/*JOB*/

.de-job-list {
    overflow: hidden;
    padding-bottom: 19px;
    min-height: 300px;
    padding: 5px 5px;
}

.de-job-list ul li {
    overflow: hidden;
    padding: 20px;
    /*height: 188px;*/
    border: 1px solid #ededed;
}

.de-job-list ul li .job-title {
    float: left;
    width: 260px;
    margin-right: 10px;
}

.de-job-list ul li .job-title h3 {
    font-weight: bold;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.de-job-list ul li .job-title p {
    font-size: 16px;
    color: #237ed2;
    line-height: 20px;
    font-weight: bold;
}

.de-job-list ul li .job-title p em {
    font-weight: normal;
    font-size: 12px;
}

.de-job-list ul li .job-info {
    float: left;
    width: 200px;
}

.de-job-list ul li .job-info p {
    color: #b2b2b2;
    line-height: 20px;
    margin-bottom: 15px;
}

.de-job-list ul li .job-info p span {
    color: #737373;
}

.de-job-list ul li .job-btn {
    float: right;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #237ed2;
    margin-top: 20px;
}

.de-job-list ul li:hover {
    box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}

.de-job-list ul li:hover .job-btn {
    background: #000;
}

.de-job-list ul li:hover .job-btn {
    display: block;
}

.jobs-info {
    padding: 40px 10px 30px;
    margin-bottom: 28px;
    border-bottom: 1px dashed #ededed;
}

.jobs-info .h3 {
    overflow: hidden;
    margin-bottom: 15px;
}

.jobs-info .h3 .job-name {
    float: left;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    width: 450px;
}

.jobs-info .h3 .job-price {
    float: right;
    font-weight: bold;
    font-size: 24px;
    color: #237ed2;
    line-height: 1.1;
    max-width: 360px;
}

.jobs-info .h3 .job-price em {
    font-weight: normal;
    font-size: 16px;
}

.jobs-info .p {
    color: #999999;
    margin-bottom: 10px;
}

.jobs-info .p span {
    color: #595959;
}

.jobs-info .btnn {
    padding-top: 10px;
    overflow: hidden;
}

.jobs-info .btnn a {
    display: block;
    width: 230px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background: #237ed2;
    font-size: 14px;
}

.jobs-info .btnn a:hover {
    background: #0058b1;
}

.jobs-info-content {
    padding: 0 20px;
    overflow: hidden;
}

.jobs-info-content h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
}

.jobs-info-content p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.apply-job {
    overflow: hidden;
    margin-top: 20px;
}

.apply-job .job-tr {
    overflow: hidden;
}

.apply-job .job-tr .tr-over {
    overflow: hidden;
}

.apply-job .job-tr .error {
    padding-left: 75px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
}

.apply-job .job-tr .tr-title {
    float: left;
    width: 50px;
    min-height: 20px;
    text-align: right;
    font-size: 14px;
    color: #808080;
    margin-right: 25px;
    line-height: 40px;
}

.apply-job .job-tr .tr-cont {
    float: left;
    width: calc(100% - 100px);
}

.apply-job .job-tr .tr-cont h3 {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
}

.apply-job .job-tr .tr-cont input[type=text] {
    line-height: 38px;
    font-size: 14px;
    color: #333;
    width: 100%;
    display: block;
    padding: 0 10px;
    height: 38px;
    border: 1px solid #e6e6e6;
}

.apply-job .job-tr .tr-cont input[name='captcha'] {
    font-size: 14px;
    line-height: 38px;
    color: #333;
    width: 100px;
    float: left;
    margin-right: 30px;
}

.apply-job .job-tr .tr-cont .verify {
    cursor: pointer;
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}

.apply-job .job-tr .tr-cont .verify img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.apply-job .job-tr .tr-cont textarea {
    font-size: 14px;
    color: #333;
    display: block;
    height: 170px;
    line-height: 20px;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #e6e6e6;
}

.apply-job .job-tr .tr-cont.radio-cont {
    line-height: 40px;
}

.apply-job .job-tr .tr-cont.radio-cont input[type=radio] {
    margin-right: 10px;
}

.apply-job .job-tr .tr-cont.radio-cont label {
    margin-right: 30px;
    color: #4c4c4c;
    font-weight: bold;
}

.apply-job .job-tr .tr-cont button {
    display: block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #237ed2;
    color: #fff;
    font-size: 15px;
}

.apply-job .job-tr .tr-cont button:hover {
    background: #0058b1;
}