﻿body {
    font-size: 14px;
    font-family:"Microsoft YaHei" !important;
    color: #fff;
}

select option{
    font-family:"Microsoft YaHei" !important;
}



/*button*/

.pub-button-small {
    display: inline-block;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
}

.pub-button-common {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
}


/*定宽按钮样式*/

.pub-button-common.style_w80,
.pub-button-small.style_w80 {
    width: 80px;
}


/*按钮样式*/

.pub-button-common.style_blue,
.pub-button-small.style_blue {
    background: #2b60ab;
    color: #ffffff;
}

.pub-button-common.style_blue:hover,
.pub-button-small.style_blue:hover {
    background: #1439ab;
}


/*layout*/

.lay-container {
    overflow: hidden;
    padding-top:50px;
}

.lay-header {
    height: 50px;
    line-height: 50px;
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    top: 0;
}

.lay-content {
    min-height: 540px;
    /**overflow: hidden;*/
}

.lay-footer {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f2f2f2;
}

.header-box {
    width: 900px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.header-box>img {
    float: left;
    height: 30px;
    margin: 10px 0;
}

.navi-ul {
    float: left;
    margin-left: 60px;
}

.navi-ul li {
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
}

.navi-ul li.selected {
    background: #1b5ba9;
    color: #ffffff;
}

.header-right {
    float: right;
}

.header-right .picture {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.header-right .picture img {
    vertical-align: top;
}

.header-right .content {}


/*pop*/


/*按钮特效样式*/

.button {
    width: 124px;
    height: 38px;
    display: inline-block;
    background: none;
    vertical-align: text-bottom;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    border-color: #62b503;
    background-color: #62b503;
    border: 1px solid;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    font-size: 12px
}

.button:focus {
    outline: none;
}

.button>span {
    vertical-align: middle;
}

.button--winona::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.button--winona>span {
    display: block;
}

.button--winona::after,
.button--winona>span {
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--winona::after {
    padding: 0.6em 0;
}

.button--winona:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.button--winona:hover>span {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}


/*按钮特效样式  结束*/


/*css3 arrow*/

.arrow-common {
    border: 1px solid #999b9c;
    border-width: 0 1px 1px 0;
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: middle;
    -moz-transform-origin: center center;
    -moz-transform: rotate(45deg);
    -moz-transition: all .3s ease-in .1s;
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -webkit-transition: all .3s ease-in .1s;
    -o-transform-origin: center center;
    -o-transform: rotate(45deg);
    -o-transition: all .3s ease-in .1s;
    -ms-transform-origin: center center;
    -ms-transform: rotate(45deg);
    -ms-transition: all .3s ease-in .1s;
    transform-origin: center center;
    transform: rotate(45deg);
    transition: all .3s ease-in .1s;
}

.am .arrow-common {
    -moz-transform: rotate(-15deg);
    -moz-transition: all .3s ease-in .1s;
    -webkit-transform: rotate(225deg);
    -webkit-transition: all .3s ease-in .1s;
    -o-transform: rotate(-45deg);
    -o-transition: all .3s ease-in .1s;
    -ms-transform: rotate(-45deg);
    -ms-transition: all .3s ease-in .1s;
    transform: rotate(-45deg);
    transition: all .3s ease-in .1s;
}




/*公共标题样式 start*/

.talent_title_box{text-align: center;}
.talent_title_en {width: 100%;font-size: 10px;color: #666666;line-height: 24px;}
.talent_title_cn {width: 100%;font-size: 28px;margin-top: 10px;line-height: 42px;color: #333333;}
.talent_title_line {width: 280px;height: 4px;margin: 0 auto;margin-top: 30px;
    background-image: url("img/talent_bottom_line.png");background-repeat: no-repeat;background-size:contain; }
.talent_title_p{line-height: 26px; font-size: 14px;margin-top: 20px;}

.public_sections_title_style {
    width: 397px;
    height: 100px;
    margin: 0 auto;
    line-height: 1;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
}

.public_sections_title_en {
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

.public_sections_title_cn {
    font-size: 28px;
    margin-top: 28px;
    color: #333333;
}

.public_sections_title_line {
    width: 100px;
    height: 5px;
    background: #1b5ba9;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -50px;
}


/*公共标题样式 end*/

@media screen and (min-width:1600px) {
    .header-box {
        width: 1200px;
    }

    .talent_title_en {width: 100%;font-size: 14px;color: #666666;line-height: 28px;}
    .talent_title_cn {width: 100%;font-size: 32px;margin-top: 10px;line-height: 48px;color: #fff;}
    .talent_title_line {width: 280px;height: 4px;margin: 0 auto;margin-top: 30px;
        background-image: url("img/talent_bottom_line.png");background-repeat: no-repeat;background-size:contain; }
    .talent_title_p{line-height: 30px; font-size: 16px;margin-top: 20px;}
}