@font-face {
    font-family: 'Montserrat-Black';
    src: url(../fonts/montserrat-black.ttf);
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url(../fonts/montserrat-bold.ttf);
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url(../fonts/montserrat-regular.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%
}

body {
    position: relative;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    color: #555;
    letter-spacing: 0;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1;
}

ul,
ol,
dl,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a {
    display: inline-block;
    color: #555;
    outline: none;
    text-decoration: none;
}

input,
a,
img,
select,
textarea {
    border: 0;
    resize: none;
    outline: none;
    outline: none;
    /*清除移动浏览默认的样式*/
    -webkit-appearance: none;
}
/*清除浮动*/
.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* ===========
    common
===================================================== */

.inner {
    width: 1400px;
    margin: 0 auto;
}


/*  */
.pagination {
    display: flex;
    justify-content: space-between;
    text-align: center;
     width: 150px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}
.pagination li {
    display: block;
    width: 26px;
    height: 40px;
    line-height: 50px;
    color: #999;}
/*动画效果1*/

.appear {
    -wewgtit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -moz-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


/* ===========
    careers
===================================================== */

.join {
    box-sizing: border-box;
    background: #fff;
}

.join_p {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    max-width: 84%;
    margin: 0 auto 48px;
}

.jobsearch {
    overflow: hidden;
}

.jobsearch {
    margin-bottom: 24px;
}

.jobsearch form img {
    width: 16px;
    margin-top: -1px;
    margin-right: 8px;
}

.jobsearch form input {
    height: 46px;
    line-height: 46px;
    width: calc(100% - 260px);
    padding: 0 16px;
    font-size: 15px;
    border: 1px solid #eee;
    border-radius: 0;
}

.jobsearch form input:first-child {
    margin-left: 10px;
}

.jobsearch form input[type="submit"] {
    background: #004098;
    color: #fff;
    width: 108px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: transparent;
}

.jobsearch div {
    padding: 20px;
    background: #f8f8f8;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.4;
}

.jobsearch div:first-child {
    padding: 10px 20px;
}

.jobsearch b {
    display: inline-block;
    text-transform: capitalize;
    width: 100px;
    line-height: 2.2;
    vertical-align: top;
}

.jobsearch form b {
    vertical-align: middle;
}

.jobsearch p {
    display: inline-block;
    text-transform: capitalize;
    width: calc(100% - 108px);
}

.jobsearch span {
    display: inline-block;
    margin-right: 24px;
    padding: 0 5px;
    vertical-align: top;
    line-height: 2.2;
}

.jobsearch span:last-of-type {
    margin-right: 0;
}

.join-job {
    background: #fff;
    padding: 24px 50px 48px;
}

.join-job .index-title h1 {
    display: inline-block;
}

.join-job .index-title a {
    float: right;
    margin-top: 1%;
}

.join-job-box {
    overflow: hidden;
}

.join-job .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #004098;
    font-size: 14px;
    color: #ffffff;
}

.join-job .title p {
    width: 21%;
    float: left;
    text-align: center;
    text-transform: capitalize;
    font-size: 17px;
    font-family: 'Montserrat-Bold';
}

.join-job .title p.one {
    width: 24%;
}

.join-job .title p:last-of-type {
    text-align: center;
    width: 13%;
}

.join-job .join-list-ul {
    width: 100%;
    text-align: left;
}

.join-job .join-list-ul a {
    display: block;
}

.join-job .tit {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    padding: 20px 2px;
    line-height: 2;
    cursor: pointer;
    border-bottom: 1px solid #f2f2f2;
}

.join-job .tit p {
    display: block;
    float: left;
    width: 21%;
    text-align: center;
    text-transform: capitalize;
}

.join-job .tit p span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.join-job li.hot .tit p span {
    float: right;
    text-align: left;
    width: calc(100% - 32px);
}

.join-job .tit p.one {
    width: 24%;
    text-align: left;
}

.join-job .tit p:last-of-type {
    text-align: center;
    width: 13%;
    font-size: 14px;
}

.join-job .tit p img {
    width: 24px;
    position: relative;
    top: -3px;
    margin-right: 8px;
}

.join-job .tit p:last-of-type {
    /* text-align: right; */
    color: #004098;
    text-transform: capitalize;
}

.join-job .join-list-ul li:hover .tit p {
    color: #004098;
}

/* ===========
    careersDet
===================================================== */

.carDet.pad {
    padding-bottom: 108px;
}

.carDet_box {
    max-width: 1200px;
    margin: 0 auto;
}

.carDet_dl {
    padding: 10px 0 36px;
    width: 100%;
    border-bottom: 1px dashed #e8e8e8;
    overflow: hidden;
}

.carDet_dl dd {
    /* display: inline-block;
    color: #999;
    line-height: 36px;
    text-transform: capitalize;
    margin-right: 40px;
    font-size: 15px; */
    float: left;
    width: 33.33%;
    color: #999;
    line-height: 36px;
    text-transform: capitalize;
    font-size: 15px;
}

.carDet_top {
    /* padding-bottom: 30px;
    border-bottom: 1px dashed #dbdbdb; */
}

.carDet_top h4 {
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.carDet_top p {
    color: #004098;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}

.carDet_top p img {
    width: 18px;
    vertical-align: middle;
}

.carDet_body {
    line-height: 2;
    color: #666;
    /* margin: 35px 0 20px; */
    padding-bottom: 28px;
    border-bottom: 1px dashed #dbdbdb;
    font-size: 15px;
}

.carDet_body b {
    color: #004098;
    display: block;
    line-height: 2;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.carDet_body li {
    margin-left: 25px;
    list-style-type: disc;
    color: #004098;
}

.carDet_body li p {
    color: #666;
    font-size: 15px;
}

.carDet_btm {
    padding-top: 24px;
}

.carDet_job {
    display: inline-block;
    position: relative;
}
.carDet_job  input[type=submit]{
padding: 12px 26px;
    border: none;
    outline: none;
    background-color: #004098;
    color: #fff;
    font-size: 14px;
    margin-bottom: 50px;}
.carDet_job img {
    width: 100%;
}

.carDet_job a {
    position: relative;
    display: inline-block;
    padding: 21px 36px;
    background: #f8f8f8;
    width: 108px;
    margin-right: 10px;
    box-sizing: content-box;
    text-align: center;
}

.carDet_job a::before {
    z-index: 31;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-top: 2px solid #004098;
    border-bottom: 2px solid #004098;
    transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    opacity: 0.5;
    filter: alpha(opacity=5);
}

.carDet_job a::after {
    z-index: 31;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 2px solid #004098;
    border-right: 2px solid #004098;
    transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    opacity: 0.5;
    filter: alpha(opacity=5);
}

.carDet_job a:hover:after,
.carDet_job a:hover:before {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

/*招聘表单*/

.ab-left2{width:23%;float:left;}
.ab-right2{width:77%;float:right;}
.mail table .w85 span{color:red;}
.mail table {width: 100%; text-align: left;}
.mail table tr{width:100%;display: inline-flex;}
.mail table tr td.w85{padding-left:1%;}
.mail table input{width: 92%;padding: 4px 10px; background: #fff;line-height: 36px; padding-left: 3%;margin-bottom: 36px;-webkit-transition: all .3s ease;transition: all .3s ease;border: 1px solid #ddd;    box-shadow: 2px 2px 2px #f4f4f4 inset;}

.mail table input:hover{box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);-webkit-transition: all .3s ease;transition: all .3s ease;}
.mail table .w85 {width: 14%;text-align: left;font-size: 14px;color:#333;vertical-align: top;}
.mail table .w42{width:36%;}
.mail table textarea {width: 232%;height: 80px;background: #fff;padding-left: 3%;font-family: "微软雅黑";padding-top: 10px;-webkit-transition: all .3s ease;transition: all .3s ease;border: 1px solid #ddd;box-shadow: 2px 2px 2px #f4f4f4 inset;}
.mail table textarea:hover{box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);-webkit-transition: all .3s ease;transition: all .3s ease;}
.ve-t{vertical-align: top;}
.mail .submit1 {width:inherit;height: inherit; line-height:inherit; background: #000;color: #fff; padding: 8px 37px;font-size: 14px;border: none; color: #fff; text-align: center;float:left;margin-left: 8%;}
.bt{text-transform:uppercase;font-size: 24px;color:#000;text-align: center;}
#more2{margin-left: 137px;}



.more .button {
    float: left;
    min-width: 150px;
    max-width: 250px;
    display: block;
   height: 46px;
	line-height: 46px;
    border: 0;
    background: #004098;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    border:none;
    color: #fff;
    cursor: pointer;
    outline: none;
}
.more3 a{  min-width: 150px;
    max-width: 250px;
    display: block;
   height: 46px;
	line-height: 46px;
	background: #3f3f3;
	color: #666;
	text-align: center;
	margin-left: 20px;
}

.mail table .feedback_input{
	height: 46px;
    color: #666;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
	padding: 4px 10px;
	-webkit-appearance:auto;
	-moz-appearance:auto;
	appearance:auto; /*去掉下拉箭头*/
}




