﻿ /* LESS Document */
/* reset.css V1.2  Start*/
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form, button, input, textarea, th, td {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, i {
    font: normal 62.5% Microsoft YaHei, Arial, "\5b8b\4f53", tahoma;
}

body {
    min-width: 1200px;
}

ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: top;
}

button, input, select, textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fixed:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fixed {
    *zoom: 1; }

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wd {
    margin: 0 auto;
    width: 1200px;
}

/* reset.css V1.0  End */
.p_scale {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
}

.overflow {
    height: auto;
    overflow: hidden;
}

/*header*/
.header {
    position: relative;
    z-index: 1;
}

.headTop {
    height: 100px;
}

.logo {
    float: left;
    margin-top: 21px;
    width: 398px;
    height: 58px;
}

.logo img {
    width: 100%;
    height: auto;
}

.headRig {
    float: right;
    padding-top: 38px;
}

.wx {
    float: left;
    width: 24px;
    height: 25px;
    position: relative;
    margin-right: 30px;
}

.wx img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.wx div {
    position: absolute;
    left: -62px;
    top: 24px;
    width: 154px;
    height: 159px;
    z-index: 5;
    display: none;
    background: url(../image/ewm.png) no-repeat 0 0;
}

.collect {
    display: block;
    float: left;
    width: 101px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    background-color: #005bac;
}

.collect:hover {
    background-color: #f08400;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav {
    height: 50px;
    background-color: #005bac;
}

.nav li {
    position: relative;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 11.375%;
}

.nav li a {
    display: block;
    color: #fff;
    font-size: 1.8em;
}

.nav li:hover, .nav li.on {
    background-color: #0671cf;
}

.nav li:first-child {
    width: 9%;
}

/*footer*/
.footer {
    position: relative;
    z-index: 2;
    padding: 20px 0;
    background-color: #005bac;
}

.copy {
    float: left;
    color: #b8c8e0;
    font-size: 1.2em;
    line-height: 30px;
}

.copy a {
    color: #b8c8e0;
    display: inline-block;
    padding-left: 25px;
}

.copy a:hover {
    text-decoration: underline;
    color: #fff;
}

.link {
    float: right;
    height: 30px;
    width: 259px;
    background: url(../image/linkbj.jpg) no-repeat 0 0;
}

.link .customSelect {
    color: #333;
    height: 30px;
    line-height: 30px;
    font-size: 1.4em;
    padding: 0 25px 0 18px;
    width: 216px;
}

.link .customSelectInner {
    cursor: pointer;
    line-height: 30px;
    text-align: left;
    width: 100% !important;
}

/*bigImg*/
.bigImg {
    height: 220px;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

/*main*/
.main {
    position: relative;
    z-index: 1;
    background: url(../image/mainbg.jpg) repeat-y 0 0;
    min-height: 500px;
    height: auto;
}

.left {
    float: left;
    width: 260px;
}

.sideTit {
    height: 105px;
    overflow: hidden;
    margin-top: -105px;
    background-color: #005bac;
}

.sideTit a {
    display: block;
    height: 105px;
    padding-left: 21px;
}

.sideTit a h3 {
    color: #c3defe;
    font-size: 2.5em;
    padding-top: 22px;
}

.sideTit a div {
    color: #a3b9d8;
    font-size: 1.8em;
    text-transform: uppercase;
}

.sideMenuNav {
    height: auto;
    overflow: hidden;
}

.sideMenuNav li {
    height: auto;
    overflow: hidden;
    background: url(../image/icon1.png) no-repeat 229px -30px;
    border-bottom: 1px solid #c3defe;
}

.sideMenuNav li a {
    color: #333;
    font-size: 1.4em;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding-left: 21px;
}

.sideMenuNav li.on, .sideMenuNav li:hover {
    background: url(../image/icon1.png) no-repeat 229px 20px #f08400;
}

.sideMenuNav li.on a, .sideMenuNav li:hover a {
    color: #fff;
}

/*right*/
.right {
    margin-left: 301px;
}

.path {
    height: auto;
    overflow: hidden;
    padding: 20px 0 7px;
    border-bottom: 1px solid #ddd;
}

.path h3 {
    float: left;
    color: #333;
    font-size: 1.8em;
}

.pathDiv {
    float: right;
    color: #999;
    font-size: 1.4em;
    padding: 9px 0 0 18px;
    background: url(../image/home.jpg) no-repeat 0 12px;
}

.pathDiv a {
    color: #999;
}

.pathDiv a:hover, .pathDiv a.on {
    color: #f08400;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pathDiv span {
    display: inline-block;
    padding: 0 5px;
}

/*newslist*/
.newslist {
    height: auto;
    overflow: hidden;
}

.newslist li {
    height: auto;
    overflow: hidden;
    padding: 29px 12px 19px 0;
    border-bottom: 1px solid #ddd;
}

.newslist li a {
    height: auto;
    overflow: hidden;
    display: block;
    color: #333;
}

.newslist li:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.newslist li:hover a img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.newslist li:hover a h3 {
    padding-left: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #f08400;
}

.newsImg {
    display: block;
    float: left;
    width: 185px;
    height: 110px;
    overflow: hidden;
    margin-right:20px;
}

.newsImg img {
    width: 100%;
    height: 100%;
}

.newsText {
    /* margin-left: 205px; */
}

.newsText h3 {
    font-size: 1.6em;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.time {
    font-size: 1.3em;
    color: #999;
}

.newsInfo {
    color: #666;
    font-size: 1.4em;
    line-height: 24px;
    margin: 0px 0 0px;
    max-height: 48px;
    overflow: hidden;
}

/*paged*/
.paged {
    padding: 60px 0 55px;
    text-align: center;
    clear: both;
}

.paged a, .paged .p_info, .paged .current {
    display: inline-block;
    zoom: 1; *display: inline;
    margin: 0 2px 5px;
    padding: 5px 10px;
    font-size: 13px;
    text-align: center;
    color: #010101;
    border: 1px solid #d0d0d0;
}

.paged .current, .paged a:hover {
    color: #fff;
    background-color: #1160a9;
    border-color: #1160a9;
}

/*talentslist*/
.talentslist {
    /*.overflow;*/
    margin: 20px 0 0 -20px;
}

.talentslist li {
    height: auto;
    overflow: hidden;
    width: 283px;
    float: left;
    margin: 20px 0 0 20px;
    border: 1px solid #d7d7d7;
}

.talentslist li a {
    height: auto;
    overflow: hidden;
    background-color: #fafafa;
    display: block;
    position: relative;
    color: #333;
    font-size: 1.6em;
    text-align: center;
}

.talentslist li a p {
    height: 80px;
    line-height: 80px;
}

.talentslist li a span {
    position: absolute;
    left: 50%;
    bottom: 63px;
    width: 35px;
    height: 35px;
    z-index: 5;
    margin-left: -17.5px;
    display: block;
    background: url(../image/jia.png) no-repeat 0 0;
}

.talentslist li:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.talentslist li:hover a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #f08400;
}

.talentslist li:hover a img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.talentslist li:hover a span {
    background-image: url(../image/jia2.png);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.talentsImg {
    width: 283px;
    height: 290px;
    overflow: hidden;
}

.talentsImg img {
    width: 100%;
    height: 100%;
}

/*downloadList*/
.downloadList {
    height: auto;
    overflow: hidden;
}

.downloadList li {
    height: auto;
    overflow: hidden;
    padding-top: 13px;
    border-bottom: 1px dashed #ddd;
}

.downloadList li a {
    display: block;
    height: 36px;
    line-height: 36px;
    color: #333;
    padding: 0 1px 0 15px;
    background: url(../image/dian.jpg) no-repeat 4px center;
}

.downloadList li a b {
    float: left;
    display: block;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    width: 75%;
    font-size: 1.4em;
}

.downloadList li a span {
    float: right;
    display: block;
    font-size: 1.2em;
    color: #999;
}

.downloadList li a span.spancolor {
    color: #005bac;
}

.downloadList li a:hover {
    color: #f08400;
    background-image: url(../image/dian2.jpg);
}

.downloadList li a:hover span {
    color: #f08400;
}

/*jobList*/
.jobList {
    height: auto;
    overflow: hidden;
}

.jobList li {
    height: auto;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}

.jobList li a {
    display: block;
    height: 49px;
    line-height: 49px;
    color: #005bac;
    padding-left: 19px;
    background: url(../image/dian3.jpg) no-repeat 8px center;
}

.jobList li a b {
    float: left;
    display: block;
    height: 49px;
    line-height: 49px;
    overflow: hidden;
    width: 36%;
    font-size: 1.4em;
}

.jobList li a span {
    float: left;
    display: block;
    font-size: 1.4em;
    color: #333;
    padding-left: 10px;
}

.jobList li a span.fontspan {
    float: right;
    font-size: 1.2em;
}

.jobList li a:hover {
    color: #f08400;
    background-image: url(../image/dian4.jpg);
}

.jobList li a:hover span {
    color: #f08400;
}

/*mainSearch*/
.mainSearch {
    height: auto;
    overflow: hidden;
    padding: 39px 0 22px;
}

.mainSearch b {
    display: block;
    float: left;
    color: #333;
    padding: 0 6px 0 9px;
    height: 35px;
    line-height: 35px;
    font-size: 1.4em;
}

.zhiwei {
    float: left;
    width: 198px;
    height: 35px;
    margin-right: 10px;
    background: url(../image/searchbj1.jpg) repeat-x 0 0;
}

.zhiwei div {
    background: url(../image/icon4.jpg) no-repeat left center;
    border: 1px solid #d7d7d7;
}

.zhiwei .customSelect {
    color: #666;
    height: 33px;
    line-height: 33px;
    font-size: 1.4em;
    padding: 0 29px;
    width: 140px;
    background: url(../image/icon2.jpg) no-repeat 173px center;
}

.zhiwei .customSelectInner {
    cursor: pointer;
    line-height: 33px;
    text-align: left;
    width: 100% !important;
}

.iconbg div {
    background: url(../image/icon3.jpg) no-repeat left center !important;
}

.searchBox {
    height: 35px;
    position: relative;
    float: left;
    background: url(../image/searchbj2.jpg) no-repeat 1px center;
}

.searchBox div {
    float: left;
    padding: 0 7px 0 10px;
    width: 242px;
    border: 1px solid #d7d7d7;
    background: url(../image/searchbj1.jpg) repeat-x 0 0;
}

.searchBox input[type='text'] {
    width: 100%;
    height: 33px;
    line-height: 33px;
    border: 0;
    display: block;
    float: left;
    font-size: 1.4em;
    color: #999;
    background: url(../image/icon5.jpg) no-repeat right center;
}

.searchBox input[type='submit'] {
    width: 97px;
    height: 35px;
    line-height: 35px;
    border: 0;
    display: block;
    float: left;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    background: #005bac;
    margin-left: 10px;
    cursor: pointer;
}

.searchBox input[type='submit']:hover {
    background-color: #f08400;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*jobCon*/
.jobCon {
    height: auto;
    overflow: hidden;
    padding: 33px 0 95px;
}

.jobTit {
    height: auto;
    overflow: hidden;
    color: #333;
    position: relative;
}

.jobTit h1 {
    font-size: 2.5em;
}

.jobTit p {
    font-size: 1.4em;
    padding: 8px 0 3px;
}

.jobTit span {
    font-size: 1.4em;
    padding: 3px 0 3px;
    display: block;
}

.information {
    margin-top: 20px;
}

.jobTit a {
    display: block;
    position: absolute;
    right: 16px;
    top: 12px;
    z-index: 5;
    width: 180px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    background: #005bac;
}

.jobTit a:hover {
    background-color: #f08400;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.jobBox dl {
    height: auto;
    overflow: hidden;
    color: #333;
    line-height: 30px;
    font-size: 14px;
}

.jobBox dl dt {
    margin-top: 29px;
}

.jobCon .jobBox p,.jobCon .jobBox div {
    font-size: 1.4em;
    line-height: 200%;
}

/*jobForm*/
.jobForm {
    height: auto;
    overflow: hidden;
    padding: 40px 0 98px;
}

.jobDiv {
    height: auto;
    overflow: hidden;
    margin-bottom: 12px;
}

.jobDiv b {
    display: block;
    float: left;
    width: 184px;
    text-align: right;
    padding-right: 10px;
    color: #000;
    font-size: 1.4em;
    line-height: 28px;
    font-weight: normal;
}

.jobText {
    display: block;
    float: left;
    border: 1px solid #cecece;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    width: 289px;
    color: #000;
    font-size: 1.4em;
    background: url(../image/jobBg.jpg) no-repeat 0 0;
}

.jobInput {
    display: block;
    float: left;
    border: 1px solid #cecece;
    height: 200px;
    line-height: 20px;
    padding: 0 10px;
    width: 289px;
    color: #000;
    font-size: 1.4em;
    background: url(../image/jobBg.jpg) no-repeat 0 0;
}

.jobSubmit {
    display: block;
    float: left;
    border: 0;
    height: 31px;
    line-height: 31px;
    width: 128px;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    background: #1271b3;
    cursor: pointer;
    margin-top: 28px;
}

.jobSubmit:hover {
    background-color: #f08400;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.jobFile {
    font-size: 1.4em;
    color: #000;
    height: 28px;
}

.msgCheck {
    float: left;
    height: 28px;
    line-height: 28px;
    font-size: 1.4em;
    color: #000;
}

.msgCheck label {
    padding: 0 7px 0 19px;
}

.msgCheck label.on {
    background: rgba(0, 0, 0, 0) url("../image/check2.jpg") no-repeat scroll left center;
}

.msgCheck label {
    background: rgba(0, 0, 0, 0) url("../image/check1.jpg") no-repeat scroll left center;
    border: 0 none;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 7px 0 19px;
}

.msgCheck input[type="checkbox"], .msgCheck input[type="radio"] {
    display: none;
}

.msgCheck [id^="checkbox-1-"] + label {
    height: 28px;
    line-height: 28px;
    border: 0;
    background: url(../image/check1.jpg) no-repeat left center;
    display: inline-block;
}

.msgCheck [id^="checkbox-1-"]:checked + label {
    background: url(../image/check2.jpg) no-repeat left center;
}

.msg .jobDiv b {
    width: 144px;
}

.msg .jobSubmit {
    margin: 18px 0 38px;
}

.msgArea {
    display: block;
    padding: 0 10px;
    font-size: 1.4em;
    color: #000;
    height: 241px;
    line-height: 26px;
    width: 539px;
    resize: none;
    overflow-y: hidden;
    border: 1px solid #cecece;
    background: url(../image/msgbg.jpg) no-repeat 0 0;
}

.honourlist {
    height: auto;
    overflow: hidden;
    padding: 12px 0 0;
    text-align: center;
}

.honourlist li {
    display: inline-block;
    *display: inline;
    zoom: 1; vertical-align: top;
    margin: 29px 20px 0;
    width: 257px;
    overflow: hidden;
}

.honourlist li a {
    display: block;
    text-align: center;
    color: #333;
    font-size: 1.4em;
}

.honourlist li a p {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}

.honorTab {
    width: 257px;
    height: 165px;
    overflow: hidden;
    display: table;
}

.honorCell {
    display: table-cell;
    width: 257px;
    height: 165px;
    text-align: center;
    vertical-align: middle;
}

.honorCell img {
    max-width: 257px;
    max-height: 165px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.honourlist li a:hover {
    color: #f08400;
}

.honourlist li a:hover img {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/*historyBox*/
.historyBox {
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 47px 0 80px 38px;
    background: url(../image/hisicon5.jpg) no-repeat 38px 39px;
}

.historyBox ul {
    height: auto;
    overflow: hidden;
    padding-top: 26px;
    background: url(../image/hisicon6.jpg) repeat-y 0 0;
}

.historyBox ul li {
    height: auto;
    overflow: hidden;
    padding-bottom: 32px;
    background: url(../image/hisicon1.jpg) no-repeat left 12px;
}

.date {
    float: left;
    display: block;
    padding: 2px 0 0 29px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #005bac;
    font-size: 2.4em;
    position: relative;
}

.historyText {
    margin-left: 141px;
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

.hisbg {
    position: absolute;
    left: 38px;
    bottom: 80px;
    z-index: 5;
    width: 14px;
    background-color: #fff;
    height: 186px;
}

.content {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    list-style: disc;
    letter-spacing: 1px;
    padding: 20px 5px 38px 8px;
}

.content img {
    max-width: 100%;
}

.content .span {
    width: 50px;
    display: inline-block;
}

/*newsCon*/
.newsTit {
    height: auto;
    overflow: hidden;
    padding-top: 34px;
    text-align: center;
}

.newsTit h1 {
    color: #333;
    font-size: 2em;
}

.newsConInfo .span {
    display: inline-block;
    padding: 0 12px;
    color: #666;
    font-size: 1.2em;
    vertical-align: top;
    margin-top: 10px;
}

.newsSpan {
    display: block;
    float: left;
}

.bdshare-button-style0-16 {
    float: left;
}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    margin: 0 6px 0 0 !important;
}

.article {
    height: auto;
    overflow: hidden;
    padding: 0 8px 88px;
}

.article li {
    line-height: 24px;
    padding: 7px 0;
    font-size: 1.4em;
    color: #333;
}

.article li span {
    display: block;
    float: left;
}

.article li a {
    color: #1271b3;
    display: block;
    margin-left: 56px;
}

.article li a:hover {
    color: #f08400;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.about {
    padding: 11px 15px 64px 12px;
}

/*index*/
/*banner*/
.banner {
    position: relative;
    z-index: 0;
}

.banner .item {
    width: 100%;
    height: 484px;
}

.banner .item a {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.notice {
    width: 1000px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    margin-left: -600px;
}

.notice .infoList li {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    padding: 0 31px;
    background: url(../image/ad.png) no-repeat 2px center;
}

.notice .infoList li a {
    font-size: 1.6em;
    color: #fff;
    display: inline-block;
}

/*indexNews*/
.indexNews {
    height: auto;
    overflow: hidden;
    padding-bottom: 28px;
    background: url(../image/heng1.jpg) no-repeat center 28px;
}

.indexBox {
    width: 45.17%;
}

.indexBox .newsImg {
    width: 204px;
    height: 130px;
}

.indexBox .newsText {
    margin-left: 224px;
}

.indexBox .newsInfo {
    max-height: 72px;
}

.indexBox .mainSearch {
    padding: 32px 0 30px;
}

.indexBox .mainSearch b {
    padding: 0 3px 0 2px;
}

.indexBox .zhiwei {
    width: 136px;
}

.indexBox .zhiwei .customSelect {
    width: 80px;
    background-position: 113px center;
}

.indexBox .searchBox {
    position: relative;
}

.indexBox .searchBox div {
    width: 179px;
}

.indexBox .searchBox input[type="text"] {
    background: none;
}

.indexBox .searchBox input[type="submit"] {
    position: absolute;
    right: 7px;
    top: 0;
    z-index: 5;
    float: none;
    width: 20px;
    font-size: 0;
    background: url(../image/icon5.jpg) no-repeat 0 center;
}

.indexBox .jobList li {
    border-bottom: 0;
}

.indexBox .jobList li a, .indexBox .jobList li a b {
    height: 32px;
    line-height: 32px;
}

.indexBox .jobList li a b {
    width: 32%;
}

.indexTit {
    height: 64px;
    border-bottom: 1px solid #ebebeb;
}

.indexTit .tit {
    display: block;
    float: left;
    height: 64px;
    position: relative;
}

.indexTit .tit b {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 5;
    height: 46px;
    line-height: 46px;
    font-weight: normal;
    color: #333;
    font-size: 2.5em;
    border-bottom: 2px solid #005bac;
}

.indexTit .tit span {
    display: block;
    padding: 32px 0 0 109px;
    text-transform: uppercase;
    font-size: 1.4em;
    color: #999;
}

.indexTit .tit:hover b {
    color: #005bac;
}

.more {
    display: block;
    float: right;
    font-size: 1.2em;
    color: #999;
    margin-top: 38px;
}

.more:hover {
    color: #005bac;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.indexnewsList {
    height: auto;
    overflow: hidden;
    padding-top: 14px;
}

.indexnewsList li {
    height: 33px;
    line-height: 33px;
    background: url(../image/dian5.jpg) no-repeat left center;
}

.indexnewsList li a {
    display: block;
    color: #333;
    padding-left: 10px;
}

.indexnewsList li a b {
    display: block;
    float: left;
    width: 75%;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    font-weight: normal;
    font-size: 1.4em;
}

.indexnewsList li a span {
    display: block;
    float: right;
    font-size: 1.2em;
    color: #bbb;
}

.indexnewsList li:hover {
    background-image: url(../image/dian6.jpg);
}

.indexnewsList li:hover a, .indexnewsList li:hover a span {
    color: #005bac;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slideTxtBox {
    width: 100%;
}

.slideTxtBox .hd {
    height: 64px;
    padding-left: 20px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: 20px;
    height: 45px;
}

.slideTxtBox .hd ul li {
    float: left;
    padding: 0 17px;
    line-height: 42px;
    cursor: pointer;
    color: #333;
    font-size: 2.5em;
    border: 1px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #ebebeb;
}

.slideTxtBox .hd ul li.on {
    border-color: #ebebeb;
    border-top-color: #005bac;
    border-bottom-color: #fff;
}

.slideMore {
    float: right;
}

.slideTxtBox .bd ul {
    zoom: 1; }

/*indexService*/
.indexService {
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
    background: url(../image/heng2.jpg) no-repeat center 51px #eee;
}

.indexService .indexTit {
    border-color: #e2e2e2;
}

/*employee*/
.employee {
    height: auto;
    overflow: hidden;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    margin-top: 30px;
    background-color: #dbe8f4;
}

.employee ul {
    height: auto;
    overflow: hidden;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.employee li {
    width: 50%;
    float: left;
}

.employeeDiv {
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #fff;
}

.employeeDiv a {
    display: block;
    height: auto;
    overflow: hidden;
    padding: 20px 0 20px 35px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf;
}

.employeeDiv a img {
    display: block;
    width: 57px;
    height: 57px;
    float: left;
}

.employeeDiv a:hover {
    background-color: #005bac;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.employeeDiv a:hover h3, .employeeDiv a:hover p {
    color: #fff;
}

.employeeText {
    margin: 9px 0 0 65px;
    line-height: 18px;
}

.employeeText h3 {
    color: #333;
    font-size: 1.6em;
}

.employeeText p {
    color: #999;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    font-size: 1.2em;
    text-transform: uppercase;
}

.policies {
    height: auto;
    overflow: hidden;
    max-width: 541px;
    margin-top: 31px;
}

.policies a {
    display: block;
    position: relative;
    color: #41608d;
}

.policies a img {
    display: block;
    width: 100%;
}

.policies a div {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    width: 200px;
    height: 60px;
    margin: -30px 0 0 -100px;
}

.policies a div h3 {
    font-size: 3em;
    padding-bottom: 3px;
}

.policies a div p {
    font-size: 1.4em;
    text-transform: uppercase;
}

/*indexProduct*/
.indexProduct {
    height: auto;
    overflow: hidden;
}

.indexProductList {
    height: auto;
    overflow: hidden;
    padding-top: 16px;
    text-align: center;
}

.indexProductList .owl-carousel {
    display: block;
}

.indexProductList li {
    display: inline-block;
    *display: inline;
    zoom: 1; vertical-align: top;
    margin: 10px 54px 34px;
    width: 187px;
}

.indexProductList li a {
    display: block;
    color: #005bac;
}

.indexProductList li a:hover {
    color: #f08400;
}

.indexProductList li a:hover img {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.serviceImg {
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
    padding: 10px;
}

.serviceImg img {
    display: block;
    width: 165px;
    height: 115px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
}

.text {
    height: auto;
    overflow: hidden;
    padding-top: 16px;
    line-height: 22px;
}

.text h3 {
    font-size: 1.6em;
}

.text p {
    font-size: 1.2em;
    color: #999;
    text-transform: uppercase;
}

/*indexVideo*/
.indexVideo {
    height: auto;
    overflow: hidden;
    background-color: #eee;
}

.indexVideo .indexTit {
    border-color: #e5e5e5;
}

.indexVideo .talentslist {
    /*margin:0 0 0 285px;*/
    float: left;
    margin: 0;
}

.indexVideo .talentslist li {
    margin: 0 0 0 20px;
}

.indexVideoBox {
    height: auto;
    overflow: hidden;
    padding: 30px 0 42px;
}

.indexVideoBox .owl-carousel {
    display: block;
    width: auto;
}

.video {
    float: left;
    border: 1px solid #d7d7d7;
    width: 283px;
    height: 370px;
}

.index_videoBtn {
    display: block;
    width: 100%;
    height: 370px;
    cursor: pointer;
    position: relative;
}

.index_videoBtn i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    width: 56px;
    height: 56px;
    background: url(../image/vtn.png) no-repeat 0 0;
    margin: -28px 0 0 -28px;
}

.index_videoBtn img {
    width: 100%;
    height: 100%;
}

.index_videoBtn img:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index_videoWp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.index_videoClose {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    color: #333;
    font-size: 30px;
    cursor: pointer;
}

.index_videoBox {
    position: absolute;
    width: 640px;
    height: 450px;
    top: 50%;
    left: 50%;
    margin: -225px 0 0 -320px;
}

.caseDesign {
    padding: 26px 0 30px;
    width: 895px;
    margin: 0 auto;
    color: #444;
    line-height: 30px;
    font-size: 1.4em;
    text-indent: 29px;
}

/*Info*/
.Info {
    height: auto;
    overflow: hidden;
    padding: 55px 0 50px;
}

.Info li {
    float: left;
    width: 278px;
    height: 180px;
    margin-left: 29px;
    background: url(../image/infobg1.jpg) repeat-x 0 0;
}

.Info li:first-child {
    margin-left: 0;
}

.Info li.last .InfoText {
    text-align: left;
    background: url(../image/ewm2.jpg) no-repeat 2px 27px;
    padding: 31px 0 20px 108px;
    width: 133px;
    display: inline-block;
}

.InfoDiv {
    height: 180px;
    position: relative;
    text-align: center;
    background: url(../image/infobg2.jpg) no-repeat 0 0;
    border: 1px solid #d7d7d7;
}

.InfoDiv img {
    display: block;
    position: absolute;
    left: 50%;
    top: -26px;
    height: 50px;
    width: 50px;
    margin-left: -25px;
    z-index: 5;
}

.InfoText {
    padding-top: 31px;
    line-height: 22px;
    color: #797979;
}

.InfoText h3 {
    color: #333;
    font-size: 1.4em;
    padding-bottom: 11px;
}

.InfoText div {
    font-size: 1.2em;
}

.ewm {
    float: left;
    margin: 28px 0 0 18px;
    width: 94px;
    height: 93px;
    background: url(../image/ewm2.jpg) no-repeat 0 0;
}

/*响应式导航*/
.mobileIconCon {
    display: none;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 5;
}

.mobileIconCon a {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 100px;
    background: url(../image/menu.jpg) no-repeat center center;
    background-size: 100%;
}

.mobileSearchCon {
    display: none;
    width: 100%;
    height: 46px;
    background-color: #999;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 5;
}

.mobileSearchBox {
    position: relative;
    width: 98%;
    height: 40px;
    margin: 3px auto;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.mobileSearchBox input[type="text"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

.mobileSearchBox input[type="submit"] {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    border: none;
    background: url(/templates/specialty/images/search.png) center no-repeat;
}

.sideNavCon {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
}

.sideNavCon .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 11000;
}

.sideNavCon .sideNavScroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: #fff;
    overflow: hidden;
    z-index: 11001;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
}

.sideNavCon .sideNavScroll.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sideNavCon .sideNavScroll .closeSideNavCon {
    display: block;
    width: 100%;
    height: 30px;
    text-align: right;
    padding-top: 5px;
}

.sideNavCon .sideNavScroll .closeSideNavCon a {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-color: #666;
    border-radius: 50%;
    line-height: 30px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.sideNavCon .sideNav {
    width: 100%;
}

.sideNavCon .sideNav li {
    position: relative;
    margin: 0 10px;
    border-bottom: 1px solid #dcdbdb;
}

.sideNavCon .sideNav li > a {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: 1.6em;
    color: #333;
    line-height: 50px;
}

.sideNavCon .sideNav li i {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    font-size: 1.4em;
    width: 50px;
    height: 50px;
    line-height: 4;
    color: #333;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    z-index: 2;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}

.sideNavCon .sideChildNavScroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: #f1f1f1;
    overflow: hidden;
    z-index: 11002;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
}

.sideNavCon .sideChildNavScroll.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sideNavCon .sideChildNavScroll .backBtn {
    position: relative;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
}

.sideNavCon .sideChildNavScroll .backBtn span {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}

.sideNavCon .sideChildNav > ul {
    width: 100%;
}

.sideNavCon .sideChildNav > ul > li {
    width: 100%;
    display: none;
}

.sideNavCon .sideChildNav dl dt {
    height: 60px;
    line-height: 60px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ededed;
}

.sideNavCon .sideChildNav dl dt a {
    display: block;
    padding: 0 10px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.sideNavCon .sideChildNav dl dd {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.sideNavCon .sideChildNav dl dd a {
    display: block;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
}

.sideNavCon .sideChildNav .sideChildWord li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.sideNavCon .sideChildNav .sideChildWord li a {
    display: block;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
}

/*wrapper*/
/*#wrapper { width: 100%; height: 100%; }
#scroller { position: relative; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); width: 100%; padding: 0; height: 100%; }
.imgdiv { position: absolute; left: 0; width: 100%; display: none; z-index: 990; background-color: #fff; }
.imgdiv div.s1 img { display: block; position: absolute; top: 50%; z-index: 999; left: 50%; max-width: 95% !important; -webkit-transform: translate(-50%, -50%); }
.close { height: 5em; line-height: 5em; text-align: center; position: absolute; z-index: 999; left: 0; bottom: 0; width: 100%; color: #000; font-size: 1.6em; cursor: pointer; }
.mobileTit { display: none; }
.mobileTit a { height: 55px; line-height: 55px; font-size: 2em; color: #fff; display: block; padding-left: 21px; background: url(../image/downicon.png) no-repeat 97% center #1271b3; }
.qq { position: fixed; width: 99px; bottom: 137px; z-index: 100; display: none; }
.qq a { display: block; text-align: center; }
.qq a p { height: 30px; line-height: 30px; color: #fff; font-size: 1.6em; background-color: #7fadd5; }
.qq a div { background-color: #ebebeb; padding: 23px 0; }*/
#wrapper {
    width: 100%;
    height: 100%;
}

#scroller {
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    padding: 0;
    height: 100%;
}

.imgdiv {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    z-index: 990;
    background-color: #fff;
}

.imgdiv div.s1 img {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 50%;
    max-width: 95% !important;
    -webkit-transform: translate(-50%, -50%);
}

.close {
    height: 5em;
    line-height: 5em;
    text-align: center;
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #000;
    font-size: 1.6em;
    cursor: pointer;
}

.mobileTit {
    display: none;
}

.mobileTit a {
    height: 55px;
    line-height: 55px;
    font-size: 2em;
    color: #fff;
    display: block;
    padding-left: 21px;
    background: url(../image/downicon.png) no-repeat 97% center #1271b3;
}

.qq {
    position: fixed;
    width: 50px;
    bottom: 137px;
    z-index: 100;
    right: 0;
}

.qq a {
    display: block;
    text-align: center;
    position: relative;
    background-color: #7fadd5;
    color: #fff;
    font-size: 1.6em;
    padding: 15px 20px;
    border-radius: 20px 0 0 20px;
}

.qq a div {
    position: absolute;
    right: 50px;
    top: -2px;
    z-index: 5;
    width: 149px;
    height: 145px;
    filter: alpha(opacity=0);
    opacity: 0;
    padding-right: 10px;
}

.qq a div img {
    width: 149px;
    height: 145px;
}

.qq a:hover div {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
}

.ad0 {
    width: 360px;
    height: 230px;
    z-index: 9999;
    background: url(../image/fudongbg.png) no-repeat 0 0;
}

.fclose {
    position: absolute;
    right: 12px;
    top: 5px;
    cursor: pointer;
}

.fclose img {
    width: 27px;
    height: 27px;
}

.fudongImg {
    display: block;
    width: 343px;
    height: 214px;
    padding: 5px 0 0 5px;
}

#cnzz_stat_icon_1259909500 {
    display: block;
    float: right;
    margin-top: 8px;
}
