﻿@font-face {
  font-family: 'Do Hyeon';
  font-style: normal;
  font-weight: 400;
  src: url(../font/TwMN-I8CRRU2zM86HGEwbQE.woff) format('woff');
}

.green-black {
    text-align: center;
}
.green-black a {
    padding: 8px 12px;
    border: #d2d2d2 1px solid;
    background: #f2f2f2;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #333;
    margin-right: 8px;
    text-decoration: none;
}
.green-black a:hover {
    border: #c2000e 1px solid;
    background: #c2000e;
    color: #fff;
}
.green-black a:active {
    border: #c2000e 1px solid;
    background: #c2000e;
    color: #fff;
}
.green-black a.current {
    padding: 8px 12px;
    font-weight: bold;
    background: #c2000e;
    color: #fff;
    margin-right: 8px;
}
.green-black a.disabled {
    border: #c2000e 1px solid;
    padding: 8px 12px;
    color: #ccc;
    margin-right: 8px;
}
.green-black a:after {
    display: none;
}



.jobIntro {
    width: 970px;
    margin: 0 auto;
    text-align: center;
}
.joinList li > span {
    display: block;
    line-height: 50px;
    color: #000;
    border-bottom: 3px solid #e6e6e6;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
    transition: 400ms;
    -webkit-transition: 400ms;
    overflow: hidden;
    font-size: 16px;
}
.jd {    font-size: 15px;
    background: #fff;
    padding: 30px 20px 60px 20px;
    border-bottom: 3px solid #e6e6e6;
    display: none;
}
.joinList .add {
    background: #575757;
    position: absolute;
    bottom: 50%;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.joinList .add_1 {
    width: 4px;
    height: 16px;
    margin-bottom: -8px;
    right: 25px;
}
.joinList .add_2 {
    width: 16px;
    height: 4px;
    margin-bottom: -2px;
    right: 19px;
}
.joinList li:hover >span, .joinList .act >span {
    color: #fff;
    background: #0a703d;
}
.joinList li:hover .add, .joinList .act .add {
    background: #fff;
}
.joinList .act .add_1 {
    bottom: 0;
    margin-bottom: -16px;
    opacity: 0;
    display: none\9;
}
.btn-primary {
    color: #fff;
    background-color: #ddd;
    border-color: #ddd;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*job_resume*/
.message {
    width: 100%;
    float: left;
}
.messagewr {
    width: 100%;
    margin: auto;
}
.row {
    position: relative
}
.row-wrap {
    margin-left: 12px;
}
#code + img {
    position: absolute;
    top: 6px;
    right: 5px;
}
.row .rowin {
    border: 1px solid #bbb;
    padding: 0;
    padding-left: 16px;
    width: 100%;
    height: 37px;
    line-height: 37px;
    color: #333;
    font-size: 12px;
    font-family: "微软雅黑";
    outline: none;
    background: none;
    transition: 0.34s;
    box-sizing: border-box;
    margin-bottom: 10px
}
.row .rowin:focus {
    border-color: #025d92;
}
.row .rowin::-webkit-input-placeholder, .row textarea::-webkit-input-placeholder {
color: #333 !important;
}
.row .rowin:-moz-placeholder, .row textarea:-moz-placeholder {
color:#333 !important;
}
.row .rowin::-moz-placeholder, .row textarea::-moz-placeholder {
color:#333 !important;
}
.row .rowin:-ms-input-placeholder, .row textarea:-ms-input-placeholder {
color:#333 !important;
}
.zus {
    color: #333;
    font-size: 12px;
    margin-bottom: 18px;
    line-height: 1.4;
    width: 100%;
    float: left;
}
.row textarea {
    resize: vertical;
    padding: 0;
    border: 1px solid;
    color: #bbb;
    font-family: "微软雅黑";
    padding: 12px 8px;
    width: 100%;
    height: 126px;
    font-size: 12px;
    transition: 0.35s;
    box-sizing: border-box;
    background: none;
	    margin-bottom: 6px;
}
.row textarea:focus {
    border-color: #025d92;
}
.code {
    width: 100%;
    padding-bottom: 42px;
    border-bottom: 1px solid #bbb;
}
.code .rowin {
    width: 88px;
    border-color: #025d92;
    background: #025d92;
    float: left;
}
.code span {
    display: block;
    cursor: pointer;
    width: 103px;
    height: 35px;
    border: 1px solid #00a0e9;
    text-align: center;
    line-height: 35px;
    color: #333;
    font-size: 14px;
    float: left;
    margin-left: 11px;
    transition: 0.34s;
}
.code span:hover {
    background: #025d92;
    border-color: #025d92;
}
.rowsu {
    width: 100%;
    margin-top: 10px;
    float: left;
}
.rowsu input {
    width: 105px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #d62332;
    cursor: pointer;
    border: none;
    outline: none;
    font-family: "微软雅黑";
    transition: 0.37s;
}
.rowsu input:hover {
    background: #0a703d;
}
#sex {
    border: 1px solid #bbb;
    padding: 0;
    padding-left: 16px;
    width: 100%;
    height: 37px;
    line-height: 37px;
    font-size: 12px;
    font-family: "微软雅黑";
    outline: none;
    background: none;
    transition: 0.34s;
    box-sizing: border-box;
    color: #333;
    margin-bottom: 10px
}
#sex option {
    color: #000
}
.yanzheng img {
    margin-top: 3px;
    border-radius: 5px;
}

.apply_i {
  background: #fff;
  
  box-sizing:border-box;
}
.apply_i *{
    box-sizing:border-box;
}
.apply_i_tit {
  font-size: 18px;
  color: #333333;
  padding: 32px 0 16px;
  border-bottom: 1px solid #e5e5e5;
}
.apply_i p {
  font-size: 14px;
  color: #666666;
}
.apply_i p span {
  color: #ff0000;
  width: 20px;
  margin-right: 10px;
}
.apply_i_inp label {
  display: block;
  float: left;
  width: calc(50% - 13px);
  margin-right: 25px;
  margin-top: 20px;
}
.apply_i_inp label:nth-child(2n) {
  margin-right: 0;
}
.apply_i_inp label:nth-child(2n + 1) {
  clear: both;
}
.apply_i_inp label input,
.apply_i_inp label select {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: solid 1px #dcdcdc;
  margin-top: 10px;
  padding: 0 20px;
  color: #999999;
  -webkit-appearance: button;
  line-height:50px;
}
.apply_i_inp label input::placeholder {
  color: #999;
}
.apply_i_textarea label {
  margin-top: 20px;
  display: block;
}
.apply_i_textarea .textarea {
  margin-top: 10px;
  position: relative;
    width: 100%;
    padding: 0;
}
.apply_i_textarea .textarea textarea {
  height: 180px;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: solid 1px #dcdcdc;
  padding: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
  width: 100%;
  resize: none;
}


.apply_i_textarea .textarea .select {
  position: absolute;
  left: 30px;
  top: 0px;
  right: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
.apply_i_textarea .textarea .select select {
  background: transparent;
  font-size: 14px;
  color: #999;
  border: 0;
}
.apply_i .common_btn {
  width: 180px;
  border-radius: 3px;
  margin: 40px auto 0;
  display: block;
    overflow: hidden;
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #999;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.apply_i .common_btn:hover{
  background: #e00012;
}
.msg_code{
    margin-top: 20px;
}
.msg_code label{
    display: block;   
    width: calc(50% - 13px);
    position: relative;
}
.msg_code p{
    font-size: 14px;
    color: #666666;
}
.msg_code input{
    display: block;
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    margin-top: 10px;
    padding: 0 20px;
    color: #999999;
}
.msg_code #code  img{
    position: absolute;
    right: 15px;
    top: calc(50% + 17px);
    transform: translateY(-50%);
}
.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}


/*产品分类*/
.catelist .nav_item {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.catelist .top_item {
    line-height: 60px;
    background: #fff;
    position: relative;
    height: 60px;
    transition: all .3s
}
.catelist .top_item a {
    font-size: 18px;
    display: inline-block;
    display: block;
    padding: 0 15px;
}
.catelist .nav_item .sub {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    background: #edffef
}
.catelist .nav_item.active .sub {
    display: block
}
.catelist .top_item .more {
    width: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
    cursor: pointer
}
.catelist .top_item .more:after {
    content: "+";
    color: #777
}
.catelist .nav_item.active .more:after {
    content: "-";
    color: #fff;
}
.catelist .top_item:hover, .catelist .nav_item.active .top_item {
    background: #0a703d;
}
.catelist .nav_item.active .top_item a {
    color: #ffff
}
.catelist .top_item:hover a, .catelist .top_item:hover .more:after {
    color: #fff
}
.catelist .sub li {
    line-height: 50px;
}
.catelist .sub li a {
    padding: 0 25px;
    font-size: 16px;
    display: block;
    transition: all .3s linear;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.catelist .sub li a:hover {
    color: #0a703d;
    border-bottom: 1px solid #0a703d;
    text-indent: 5px
}
.catelist{
    width: 25%;
    float: left;
}
.honor .product_right{
    width: 73% !important;
    float: right;
}

.honor .product_right a{
    margin-right: 22px !important;
}


/*search*/
.dropbtn {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100px;
    transition: all .3s;
    background: #fff;
}
#head.sm .dropbtn {
    line-height: 66px;
    font-size: 1.8rem;
}
.dropbtn:hover, .dropbtn:focus {
  background-color: #f6f6f6;
}
.dropdown {
    width: 100px;
    height: 100%;
    border-left: 1px solid #e4e4e4;
    float: right;
    position: relative;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f6f6f6;
    min-width: 400px;
    border: 1px solid #ddd;
    z-index: 1000;
    right: 211px;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.show {display:block;}
#myDropdown #submit{
    background: url(../images/search1.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background-size: auto 50%;
	}
.dropdown-content #keys{
    height: 60px;
    line-height: 60px;
    padding: 0 36px 0 10px;
    border: none;
    width: 92%;
}


@media (max-width: 768px){
.dropdown{
    width: 50px;
    border-left: 0px none;
}
.dropbtn{
    line-height: 72px;
    text-align: right;
}
.dropdown-content {
right: 0px;
    min-width: 100%;
}
}

















