@CHARSET "UTF-8";
.mobile-content {
    position: relative;
}

#header {
    width: 100%;
    text-align: center;
    background: #fff;
    font-weight: bold;
    line-height: 44px;
    font: bold 20px/44px "Microsoft Yahei";
    color: #434343;
    position: relative;
    padding: 15px 10px;
}

#header a {
    display: block;
}

#header img {
    max-width: 100%;
}

.header_left {
    width: 74px;
    height: 34px;
    background: url(../../images/abc.png) center 10px no-repeat;
    background-size: 26px 24px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 5px;
}

.header_right {
    width: 74px;
    height: 34px;
    background: url(../../images/13.png) center 10px no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 26px 21px;
    margin-top: 5px;
}


/*header css style*/

.class-btn {
    font-size: 12px;
    line-height: 44px;
    cursor: pointer;
    background: url(../../images/btn.png) no-repeat 4%;
    background-size: 16px 16px;
    padding-left: 41px;
    color: #434343;
    width: 100%;
}

.bg-shaow {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}


/*分页样式*/

#list ul {
    overflow: hidden;
}

#pagecount {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 10px;
}

#pagecount span a {
    margin: 0 2px;
    padding: 3px 8px;
    background: #cfcfcf;
    color: #fff;
    font-size: 12px;
}

#pagecount span.pageBtn-selected a {
    background: #097563
}

#pagecount span.prevpage,
#pagecount span.nextpage {
    padding: 3px 5px;
    background: #097563;
    color: #fff;
    margin: 0 2px;
    font-size: 12px;
}

#pagecount span.prevpage a,
#pagecount span.nextpage a {
    background: #097563;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#nav {
    text-align: left;
    width: 100%;
    padding: 10px 0;
    background: #097563;
    display: -webkit-box;
}

#nav li {
    height: 28px;
    line-height: 28px;
    font: 400 15px/28px 'Microsoft Yahei';
    -webkit-box-flex: 1;
    text-align: center;
}

#nav li+li {
    background: url(../../images/line001.jpg) no-repeat left center;
}

#nav li a {
    display: block;
    color: #fff;
    width: 100%;
    font-size: 12px;
}

#i-nav {}

#i-nav li {
    float: left;
    width: 25%;
    background: #efefef;
    line-height: 3em;
    text-align: center;
    font-size: 1em;
    font-family: "Microsoft Yahei";
    color: #3e3e3e;
    border: 1px solid #cdcdcd;
    border-top: none;
    border-right: none;
}

#i-nav li:nth-child(5) {
    border-bottom: none;
}

#i-nav li:nth-child(6) {
    border-bottom: none;
}

#i-nav li:nth-child(7) {
    border-bottom: none;
}

#i-nav li:nth-child(8) {
    border-bottom: none;
}

#i-nav li a {
    display: block;
    padding-top: 50%;
    font-size: 1.2em;
}

#i-nav li a.n1 {
    background: url(../../images/1.png) no-repeat center 20%;
    background-size: 50% auto;
}

#i-nav li a.n2 {
    background: url(../../images/2.png) no-repeat center 20%;
    background-size: 50% auto;
}

#i-nav li a.n3 {
    background: url(../../images/3.png) no-repeat center 20%;
    background-size: 50% auto;
}

#i-nav li a.n4 {
    background: url(../../images/4.png) no-repeat center 20%;
    background-size: 50% auto;
}

#i-nav li a.n5 {
    background: url(../../images/5.png) no-repeat center 20%;
    background-size: 50% auto;
}

#i-nav li a.n6 {
    background: url(../../images/6.png) no-repeat center 20%;
    background-size: 50% auto;
}

#i-nav li a.n7 {
    background: url(../../images/7.png) no-repeat center 20%;
    background-size: 50% auto;
}

#i-nav li a.n8 {
    background: url(../../images/8.png) no-repeat center 20%;
    background-size: 50% auto;
}


/*  */


/* c1_index */

.c1_index {
    position: relative;
    padding: 30px 10px;
}

.ttt1 {
    text-align: center;
}

.ttt1 h3 {
    font-size: 22px;
    color: #4a4a4a;
}

.ttt1 p {
    font-family: "Times New Roman";
    font-size: 14px;
    color: #3f3f3f;
    text-transform: uppercase;
    background: url(../../images/line_bo1.png) no-repeat center;
    margin-top: 3px;
    letter-spacing: 1px;
}

.c1_index .ads_list {
    display: flex;
    margin-top: 18px;
    justify-content: space-between;
}

.ads_list li {
    position: relative;
    width: calc(20% - 3px);
    height: 225px;
}

.ads_list li a {
    display: block;
}

.ads_list li a img {
    width: 100%;
    height: 225px;
}

.ads_list li .fus {
    position: absolute;
    padding: 20px 15px;
    z-index: 99;
    left: 0px;
    top: 0px;
}

.ads_list li .fus h3 {
    width: 20px;
    text-align: left;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    line-height: 18px;
}

.ads_list li .fus h3 span {
    display: block;
    width: 100px;
    font-size: 12px;
    transform: rotate( 90deg);
    -webkit-transform: rotate(90deg);
    margin-top: 40px;
    margin-left: -42px;
}

.ads_list b {
    position: absolute;
    right: 12px;
    bottom: 10px;
    display: block;
    width: 15px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    padding-top: 38px;
    line-height: 1.3;
    background: url(../../images/shu1.png) no-repeat top center;
}


/* c2_index */

.c2_index {
    position: relative;
    padding: 10px 10px;
}

.ttt2 p {
    font-family: "Times New Roman";
    font-size: 14px;
    color: #3f3f3f;
    text-transform: uppercase;
    background: url(../../images/line2.png) no-repeat center;
}

.c2_wap {
    position: relative;
    margin-top: 20px;
}

.c2_top {
    position: relative;
}

.u1_list {
    position: relative;
    width: 100%;
}

.u1_list li a {
    position: relative;
    display: block;
}

.u1_list li a img {
    width: 100%;
    height: auto;
}

.u1_list li .wenss {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(9, 117, 99, .8);
    padding: 10px 20px;
}

.u1_list li .wenss h3 {
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
    font-weight: normal;
}

.u1_list li .wenss dd {
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    line-height: 1.9;
}

.u2_list {
    position: relative;
}

.u2_list li {
    position: relative;
    margin-bottom: 3px;
}

.u2_list li a {
    display: block;
}

.u2_list li a img {
    width: 100%;
}

.u2_list li .fu {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
}

.u2_list li .fu h3 {
    padding-left: 25px;
    padding-top: 100px;
    font-weight: normal;
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
}

.u2_list li .fu h3 span {
    display: block;
    font-weight: normal;
    font-size: 12px;
    margin-top: 5px;
}

.c2_bm {
    position: relative;
    margin-top: 0px;
}

.u3_list {
    position: relative;
}

.u3_list li {
    position: relative;
}

.u3_list li a {
    display: block;
}

.u3_list li .zimg {
    width: 100%;
}

.u3_list li .zimg img {
    width: 100%;
    display: block;
}

.u3_list li .ywen {
    background: #e5e5e5;
    padding: 15px;
}

.u3_list li .ywen h3 {
    font-size: 15px;
    color: #676d6c;
    font-weight: normal;
    position: relative;
    padding-right: 75px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.u3_list li .ywen span {
    position: absolute;
    right: 0px;
    top: 3px;
    display: block;
    font-size: 12px;
    color: #676d6c;
}

.u3_list li .ywen dd {
    font-size: 12px;
    color: #676d6c;
    line-height: 1.7;
}


/* c3_index */

.c3_index {
    position: relative;
    padding: 20px 0 0px;
    background: url(../../images/c3bg.jpg) no-repeat center;
    background-size: cover
}

.ttt3 p {
    font-family: "Times New Roman";
    font-size: 14px;
    color: #3f3f3f;
    text-transform: uppercase;
    background: url(../../images/line3.png) no-repeat center;
}

.c3_wap {
    position: relative;
    margin-top: 10px;
}

.ableft_img {
    position: relative;
    padding: 10px 10px 0;
}

.ableft_img img {
    width: 100%;
}

/*.abb_rr {
    position: relative;
    background: url(../../images/abrrbg.jpg) no-repeat center;
    background-size: cover;
    padding: 20px 20px 40px;
    color: #097563;
    font-size: 14px;
    line-height: 1.7;
    font-family: "楷体";
}
*/

.abb_rr {
    position: relative;
    width: 350px;
    margin-top: 50px;
    text-align: center;
    color: #fff;
    /*margin-right: -24px;*/
    /*background: url(../images/abrrbg.png) no-repeat center;*/
    /*padding-top: 25px;*/
    /*padding-left: 60px;*/
    font-size: 13px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
   
}

.abb_rr em{
    font-style: inherit;
    display: block;
    font-size: 16px;
    font-weight: 600;
}



/* links */

.links {
    position: relative;
    padding: 25px 10px;
}

.links span {
    font-size: 16px;
    color: #117d6b;
}

.links span img {
    padding-right: 10px;
}

.links a {
    font-size: 13px;
    color: #117d6b;
    line-height: 1.7;
    margin-right: 10px;
}


/* support */

.support {
    position: relative;
    background: #e1e1e1;
    padding: 15px 10px;
    text-align: center;
    line-height: 1.7;
}


/*  */

.mob-wrap {
    padding-bottom: 70px;
}


/*网站头部返回按钮样式*/

.header_return {
    position: absolute;
    right: 15px;
    top: 2px;
}

.header_return img {
    width: 43px;
    height: 40px;
}


/*banner css style*/

.out_b {
    overflow: hidden;
    margin: 0 auto;
    width: 320px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.slide {
    position: relative;
    height: 150px;
    overflow: hidden;
    width: 320px;
    overflow: hidden;
    margin: 0 auto;
}

.slide .content {
    height: 320px;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.slide a {
    display: inline-block;
    float: left;
    width: 320px;
    height: 150px;
}

.slide a img {
    width: 320px;
}

.slide .mark {
    width: 100%;
    position: absolute;
    height: 3px;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.5);
    -webkit-transform: translate3d(0, 0, 0);
    display: -webkit-box;
}

.slide .mark li {
    display: block;
    -webkit-box-flex: 1;
    height: 100%;
    overflow: hidden;
}

.slide .mark li.active {
    background-color: #25a4bb;
}

.scroll {
    width: 320px;
    height: auto;
    margin: 0 auto 0 auto;
    position: relative;
    overflow: hidden;
}

.mod_01 {
    float: left;
    width: 320px;
}

.mod_01 img {
    display: block;
    width: 100%;
    height: auto;
}

.dotModule_new {
    padding: 0 5px;
    height: 11px;
    line-height: 6px;
    -webkit-border-radius: 11px;
    background: rgba(45, 45, 45, 0.5);
    position: absolute;
    bottom: 5px;
    right: 50%;
    z-index: 11;
    width: 80px;
    margin-right: -40px;
}

#slide_01_dot {
    text-align: center;
    margin: 1px 0 0 0;
}

#slide_01_dot span {
    display: inline-block;
    margin: 0 2px;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    background: #f7f7f7;
    -webkit-border-radius: 5px;
}

#slide_01_dot .selected {
    background: #097563;
}


/*product css style*/

.products {
    position: relative;
    width: 99.5%;
    margin: 0 auto;
    margin-top: 10px;
    background: #fff;
    font-family: "Microsoft Yahei";
    margin-bottom: 70px;
}

.tt {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    background: url(../../images/tt.png) no-repeat center top;
    font-size: 2em;
    font-family: "Microsoft Yahei";
    color: #097563;
    line-height: 2.2em;
    background-size: 90%;
    height: 3em;
}

.tt1 {
    background: #097563;
    background-size: 90%;
    color: #fff;
    text-align: left;
    padding-left: 8%;
    font-weight: normal;
    height: 3em;
    padding-top: 3%;
    padding-bottom: 2%;
}

.tt1 a {
    display: inline-block;
    float: right;
    background: url(../../images/more1.png) no-repeat 78% center;
    padding-right: 22%;
    color: #fff;
    font-weight: normal;
    background-size: 35%;
}

.c_nei {
    color: #333333;
    font-size: 16px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}

.an_nei {
    color: #000;
    font-size: 16px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
    padding-top: 5%;
}

.heng,
.heng img {
    width: 100%;
    margin: 1% auto 0;
}

.contentss {
    padding: 10px;
    line-height: 25px;
    text-align: left;
    text-indent: 25px;
}

.ee {
    padding-left: 20px;
    font-family: "Microsoft Yahei";
}

.products_title {
    background: url(../../images/eef.jpg) 18px center no-repeat #fff;
    background-size: 2px 22px;
    text-align: left;
    padding-left: 30px;
    border-bottom: 1px solid #d5d5d5;
    font: 500 14px/40px "Microsoft Yahei";
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}

.products {
    position: relative;
    width: 99.5%;
    margin: 0 auto;
    margin-top: 10px;
    background: #fff;
    margin-bottom: 70px;
}

.contentss {
    padding: 10px;
    line-height: 25px;
    text-align: left;
    text-indent: 25px;
}

.ee {
    padding-left: 20px;
    font-family: "Microsoft Yahei";
}

.products_title {
    background: url(../../images/eef.jpg) 18px center no-repeat #fff;
    background-size: 2px 22px;
    text-align: left;
    padding-left: 30px;
    border-bottom: 1px solid #d5d5d5;
    font: 500 14px/40px "Microsoft Yahei";
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}

.products ul {
    padding-bottom: 5px;
    text-align: left !important;
}

.products ul li {
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    overflow: hidden;
    width: 49.0%;
    padding: 5px;
}

.products ul li a {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 3px 3px 5px #aaa;
    width: 100%;
}

.products ul li a img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.products ul li h3 {
    display: block;
    width: 100%;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    background: #eee;
}

.i-sv {
    margin-top: 2em;
}

.i-sv ul {
    text-align: left !important;
    margin-top: 1em;
    font-family: "Microsoft Yahei";
}

.i-sv ul li {
    display: inline-block;
    text-align: center;
    overflow: hidden;
    width: 43.0%;
    margin: 2% 3%;
}

.i-sv ul li a {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.i-sv ul li a img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
    border: 2px solid #e4e4e4;
}

.i-sv ul li h3 {
    width: 100%;
    height: 57px;
    text-align: center;
    background: #e4e4e4;
    color: #333333;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 57px;
}

.i-sv a.pm {
    border: 1px solid #7d7d7d;
    color: #666;
    padding: .5em 0;
    border-radius: 2em;
    width: 182px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 2em;
}

.i-au {
    background: #f3f1f1;
    padding: 3em 2em;
    margin-top: 4em;
    font-family: "Microsoft Yahei";
}

.at {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-top: 3em;
}

.at-pic img {
    max-width: 100%;
    height: auto !important;
    width: 100% !important;
}

.i-au a.am {
    border: 1px solid #7d7d7d;
    color: #666;
    padding: .5em 0;
    border-radius: 2em;
    width: 182px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 2em;
    margin-top: 2em;
}

.i-pro {
    margin-top: 4em;
    font-family: "Microsoft Yahei";
    background-size: 100%;
}

.i-pro .content {
    margin-top: 1em;
}

.i-pro ul {
    padding: 0 1%;
}

.i-pro ul li {
    width: 45%;
    float: left;
    margin: 0 2% 15px;
}

.i-pro ul li a.img {
    display: block;
    position: relative;
}

.i-pro ul li a.img img {
    width: 100%;
    height: auto;
}

.i-pro ul li h3 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 3.5em;
    height: 3.5em;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    background: url(../../images/h.png);
    font-weight: normal;
}

.i-pro a.pm {
    border: 1px solid #7d7d7d;
    color: #666;
    padding: .5em 0;
    border-radius: 2em;
    width: 182px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 2em;
    margin-top: 2em;
}

.i-pro .cat {
    margin-top: 3em;
    text-align: center;
}

.i-pro .cat li {
    display: inline-block;
    float: none;
    padding: .5em 0;
    border: 1px solid #666;
    margin: 0 3px;
    text-align: center;
    width: 75px;
}

.i-pro .cat li a {
    color: #666;
    font-size: 1em;
}

.i-news {
    margin-top: 1em;
    font-family: "Microsoft Yahei";
    margin-bottom: 60px;
}

.ns-tt {
    background: #ec6d07;
    padding-left: 30px;
    font-weight: normal;
    font-size: 2.5em;
    color: #ffffff;
    line-height: 2.5em;
}

.ns-tt a {
    float: right;
    margin-right: 10px;
    font-weight: normal;
    font-size: .5em;
    color: #fff;
}

.ns-tt a img {
    margin-left: 10px;
}

.i-news ul {
    padding: 15px 2% 0;
}

.i-news ul li {
    ;
    font-size: 16px;
    ;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    padding: 5% 0;
}

.i-news ul li a {
    color: #333333;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: bold
}

.i-news ul li span {
    display: block;
    background: url(../../images/n.jpg) no-repeat top center;
    width: 20%;
    float: left;
    background-size: 100%;
}

.time {
    text-align: center;
    color: #ec6d07;
    font-size: 22px;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #aaaaaa;
    line-height: 2em
}

.time1 {
    color: #2e2e2e;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
}

.nei-new {
    font-size: 14px;
    line-height: 25px;
}


/* news css style*/

.news {
    position: relative;
    width: 99.5%;
    margin: 0 auto;
    margin-top: 10px;
    background: #fff;
}

.news_title {
    background: url(../../images/eef.jpg) 18px center no-repeat #fff;
    background-size: 2px 22px;
    text-align: left;
    padding-left: 3em;
    border-bottom: 1px solid #d5d5d5;
    font: 500 14px/40px "Microsoft Yahei";
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}

.news ul {}

.news ul li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #d3d3d3;
    background: url(../../images/dd1.jpg) 95% center no-repeat;
    background-size: 20px 20px;
}

.news ul li a {
    font: 500 12px/35px "Microsoft Yahei";
    padding-left: 28px;
    text-align: left;
    display: block;
      text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
}


/* product_cate css style*/

.product_cate {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 999;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    height: auto;
    padding: 5px 0;
    display: none;
    background: #fff;
}

.product_cate_title {
    background: url(../../images/eef.jpg) 18px center no-repeat #fff;
    background-size: 2px 22px;
    text-align: left;
    padding-left: 30px;
    border-bottom: 1px solid #d5d5d5;
    font: 400 16px/40px "Microsoft Yahei";
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}

.product_cate ul {}

.product_cate ul li {
    line-height: 35px;
    position: relative;
}

.product_cate ul li.yiji {
    border-bottom: 1px solid #d3d3d3;
}

.product_cate ul li a {
    font: 400 12px/35px "Microsoft Yahei";
    padding-left: 20px;
    text-align: left;
    display: block;
    width: 88%;
}

.product_cate ul li .class-down {
    position: absolute;
    top: 0;
    right: 0;
    width: 12%;
    display: block;
    line-height: 35px;
    cursor: pointer;
    background: url(../../images/abcd.png) center no-repeat;
    height: 35px;
    background-size: 20px 20px;
}

.product_cate ul li .layer2 li a {
    padding-left: 28px;
}

.product_cate ul li .layer2 .layer3 li a {
    padding-left: 36px;
}

.product_cate ul li .class-up {
    background: url(../../images/abcde.png) center no-repeat;
    background-size: 20px 20px;
}

.job_cate {
    width: 99.5%;
    margin: 0 auto;
    margin-top: 20px;
}

.job_cate ul {}

.job_cate ul li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #d3d3d3;
    background: url(../../images/abcd.png) 95% center no-repeat;
    background-size: 20px 20px;
}

.job_cate ul li a {
    font: 400 12px/35px "Microsoft Yahei";
    padding-left: 20px;
    text-align: left;
    display: block;
}


/* footer css style*/

.distraction {
    height: 72px;
    width: 100%;
}

.footer {
    position: fixed;
    background: #242d34;
    display: -webkit-box;
    width: 100%;
    z-index: 110;
    bottom: 0px;
    left: 0px;
}

.footer a {
    -webkit-box-flex: 1;
    display: -webkit-box;
    color: #fff;
    width: 25%;
    line-height: 35px;
}

.footer a.active {
    background: #097563;
}

.footer a+a {
    background: url(../../images/fshu.jpg) no-repeat left center;
}

.footer span {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font: 500 14px/35px "Microsoft Yahei";
    color: #fff;
    text-align: center;
    padding-top: 40%;
}

.footer span.span1 {
    background: url(../../images/fic1.png) center 12px no-repeat;
    background-size: 25% auto;
}

.footer span.span2 {
    background: url(../../images/fic2.png) center 15px no-repeat;
    background-size: 25% auto;
}

.footer span.span3 {
    background: url(../../images/fic3.png) center 15px no-repeat;
    background-size: 25% auto;
}

.footer span.span4 {
    background: url(../../images/fic4.png) center 12px no-repeat;
    background-size: 25% auto;
}


/*share css style*/

#mobile_share {
    position: fixed;
    right: 0;
    bottom: 90px;
    width: 123px;
    z-index: 99999;
    background: #fff;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(100%);
}

#mobile_share h2.title {
    text-align: center;
    line-height: 30px;
    height: 30px;
    background: #717577;
    color: #fff;
    font-size: 14px;
}

#mobile_share .share_item {
    padding: 8px;
    background: #fff;
    border: 1px solid #f1f1f1;
}

#mobile_share .share_item li {
    display: block;
    overflow: hidden;
    margin: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
}

.share-link {
    display: block;
    margin: 0 auto;
    width: 105px;
    overflow: hidden;
    line-height: 32px;
    font-size: 12px;
    padding-left: inherit;
}

.share-link i {
    background: url(../../images/share_icon.png) no-repeat;
    background-size: 200px 32px;
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 20px;
    float: left;
}

.share-link span {
    display: inline-block;
}

.share-weibo i {
    background-position: 0 0;
}

.share-renren i {
    background-position: -42px 0;
}

.share-douban i {
    background-position: -84px 0;
}

.share-qweibo i {
    background-position: -126px 0;
}

.share-qzone i {
    background-position: -168px 0;
}

.share-weixin {
    display: block;
    margin: 0 auto;
    width: 105px;
    overflow: hidden;
    line-height: 32px;
    font-size: 12px;
    padding-left: inherit;
}

.share-weixin i {
    background: url(../../images/share_icon2.png) no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 20px;
    float: left;
}

.share-weixin span {
    display: inline-block;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
}


/*job css style*/

.jobcontent h4 {
    background-color: #fff;
    height: 26px;
    line-height: 26px;
    padding-left: 15px;
}

.jobcontent .text {
    padding: 5px 15px;
    line-height: 20px;
}


/*search css style*/

.search {
    background: #eae8e8;
    padding: 8px 10% 0;
}

#formsearch {
    width: 100%;
}

#keyword {
    border: 1px solid #959595;
    line-height: 32px;
    height: 32px;
    width: 80%;
    text-align: left;
    text-indent: 20px;
    float: left;
    border-radius: 4px;
}

#s_btn {
    width: 15%;
    line-height: 32px;
    height: 32px;
    background: #ed6d00;
    border-radius: 6px;
    float: right;
    color: #fff;
}


/*search news css style*/

.newslist {
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

.newslist li {
    text-align: left;
    padding-left: 10px;
    line-height: 34px;
    height: 34px;
    position: relative;
    margin-bottom: 1px;
    background: #fff;
    font-family: "Microsoft YaHei"
}

.newslist li span {
    position: absolute;
    right: 10px;
    top: 0;
}


/*分页样式*/

.paging_num {
    padding: 10px 0px;
    overflow: hidden;
    text-align: right;
}

.paging_num a {
    width: 25px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    border: 1px dashed #e0e1dc;
    color: #666;
    margin-left: 15px;
}

.paging_num a:hover {
    text-decoration: none;
    color: #005a98;
    border: 1px dashed #005a98;
}

.paging_num .paging_hover {
    text-decoration: none;
    color: #005a98;
    border: 1px dashed #005a98;
}


/*简历提交*/

.job-title {
    padding-left: 10px;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 15px;
}

.job-title .job-send {
    background: #476199;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
}

.reveal-modal {
    position: relative;
}

.send-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #060;
}

.message-job {
    padding-bottom: 10px;
}

.message-job li {
    line-height: 30px;
    margin-bottom: 10px;
    text-align: left;
}

.message-job li label {
    font-size: 14px;
    width: 20%;
    float: left;
    text-align: right;
}

.message-job li span {
    color: red;
}

.message-job li input[type='radio'] {
    margin: 0 10px;
}

.message-job li input.jobinput {
    border: 1px solid #ccc;
    width: 70%;
    margin: 0 5px;
    line-height: 24px;
    height: 24px;
    padding: 0 5px;
    text-align: left;
}

.message-job li select {
    line-height: 24px;
    height: 24px;
    padding: 0 5px;
    border: 1px solid #ccc !important;
    width: 70%;
    margin: 0 5px;
}

.message-job li #experience {
    width: 70%;
    height: 80px;
    border: 1px solid #ccc !important;
    margin: 0 5px;
}

.message-job li input#file {
    margin-top: 18px;
    margin-right: 20px;
}

.message-job input.jobbtn {
    width: 80px;
    border: 1px solid #f1f1f1;
    background: #476199;
    color: #fff;
    border-radius: 4px;
    font-family: "Microsoft Yahei";
    line-height: 30px;
    height: 30px;
    margin: 0 8px 0;
    cursor: pointer;
    padding: 0 !important;
}

.message-job input.jobbtn:hover {
    background: #476199;
}

.message-job li.last {
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
    padding: 5px 0;
    font-size: 14px;
    color: #060;
}

.resume-prompt {
    line-height: 36px;
    color: #999;
    font-size: 12px;
}

.message-job span.last {
    color: red;
    display: inline-block;
    line-height: 36px;
    font-size: 12px;
}

.message-job li #checkcode {
    height: 32px;
    line-height: 32px;
    width: 20%;
    border: 1px solid #dedede;
    text-align: left;
    margin-bottom: 0;
    margin-left: 5px;
}

.message-job li a {
    font-size: 12px;
}

.message-job input {
    font-size: 12px !important;
}

textarea {
    -webkit-user-select: auto !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;
}


.hidden{display:none!important}
.mb-30{margin-bottom:30px;}

/*u2-swiper*/
.u2-swiper{position:relative;overflow:hidden;}
.u2-swiper .swiper-slide{position:relative;}
.u2-swiper .swiper-slide a{display:block;}
.u2-swiper .swiper-slide .imf img{display:block;width:100%;}
.u2-swiper .swiper-slide .imtxt{position:absolute;left:0px;bottom:0px;z-index:999;padding:30px;color:#fff;}
.u2-swiper .swiper-slide .imtxt h3{font-size:17px;font-weight:normal;margin-bottom:20px;}
.u2-swiper .swiper-slide .imtxt h3 span{font-size:14px;display:block;margin-top:10px;}
.u2-swiper .swiper-slide .imtxt h4{font-size:13px;font-weight:normal;max-width:480px;line-height:1.7;}
.u2-swiper .swiper-pagination{bottom:20px;}
.u2-swiper .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background:#fff;opacity:.6;margin:0 7px;}
.u2-swiper .swiper-pagination .swiper-pagination-bullet-active{opacity:1;} 

