﻿@charset "utf-8";
html,
body {
    width: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    font-size: 14px;
    line-height: 24px;
    color: #262626;
    width: 100%;
    min-width: 320px;
    zoom: 1;
    font-family: "微软雅黑";
}

ul,
li,
form,
dl,
dt,
dd,
div,
ul,
li,
p,
em,
i,
address {
    font-style: normal;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

select,
input,
textarea,
button {
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #414446;
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    border: 0px;
    outline: none;
    /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption,
address {
    display: block;
}


/*html5设置*/

figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    max-width: 100%;
    border: none;
    border: 0;
}

a {
    color: #262626;
    text-decoration: none;
    noline: -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #003984;
}

*:hover {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.hidetxt {
    display: none;
}

.clear {
    clear: both;
}

.clearfix {
    overflow: hidden;
    _zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

dl:after,
ul:after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

:-moz-placeholder {
    color: #808080;
}

::-moz-placeholder {
    color: #808080;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 16px;
    color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #999;
}

select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}


/*Ie clear arr*/

.relative {
    position: relative;
}

.both {
    clear: both;
}


/*font*/

.f_red {
    color: #ff0000;
}

.f_blue {
    color: #003984;
    text-decoration: underline;
}

.Scale-img {
    overflow: hidden;
    cursor: pointer;
    zoom: 1;
}

.Scale-img img,
.Scale-img span {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.Scale-img:hover img,
.Scale-img:hover span {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
    top: 0px;
    left: 0px;
}


/*pages*/

.Pages {
    zoom: 1;
    text-align: center;
    clear: both;
    font-family: Arial;
    font-size: 18px;
}

.Pages a {
    display: inline-block;
    margin: 0px 4px;
    width: 48px;
    line-height: 48px;
    background: #c2c2c2;
    text-align: center;
    color: #fff;
}

.Pages .p_page .a_prev,
.Pages .p_page .a_next {
    display: inline-block;
    vertical-align: middle;
    font-family: "宋体";
    font-size: 14px;
}

.Pages .p_page a:hover,
.Pages .p_page a.a_cur {
    background: #003984;
}

@media ( max-width:768px) {
    .Pages a {
        width: 36px;
        line-height: 36px;
        margin: 0px 2px;
    }
}


/*pages end*/


/*内容宽度 s*/

.w1660 {
    width: 1660px;
    margin: 0 auto;
}

.w1200 {
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
}

@media(max-width:1680px) {
    .w1660 {
        width: 92%;
    }
}

@media(max-width:1660px) {
    .w1660 {
        width: 92%;
    }
}

@media(max-width:1660px) {
    .w1660 {
        width: 92%;
    }
}

@media(max-width:1200px) {
    .w1660 {
        padding: 0px 15px;
    }
    .w1200 {
        padding: 0px 15px;
    }
}


/*内容宽度 e*/


/*Top*/

.HomeBody {
    background: #eeefef;
}

.HomeBody .Header {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0px;
    top: 0px;
    z-index: 999;
    background: url(../images/bg.png);
}

.Header {
    position: relative;
}

.HomeBody .MainNav li span a {
    color: #fff;
}

.HomeBody .Header .Logo .i1,
.HomeBody .Searchbox .icon .i1,
.HomeBody .Header .nav .i1 {
    display: block;
}

.HomeBody .Header .Logo .i2,
.HomeBody .Searchbox .icon .i2,
.HomeBody .Header .nav .i2 {
    display: none;
}

.HomeBody .openbtn span,
.HomeBody .closebtn span {
    background: #fff;
}

.Haed_Con {
    padding-left: 45px;
}

.Header .Logo {
    float: left;
    display: block;
    margin-top: 26px;
}

.Header .Logo img {}

.Header .Logo .i1,
.Searchbox .icon .i1,
.Header .nav .i1 {
    display: none;
}

.Header .Logo .i2,
.Searchbox .icon .i2,
.Header .nav .i2 {
    display: block;
}

.Header .w1660 {
    position: relative;
}

.Header .nav {
    position: absolute;
    right: 20px;
    top: 40px;
}

.pcnav {
    float: right;
    padding-right: 0px;
    margin: 0px 120px 0 0;
}

.MainNav li {
    float: left;
    margin-left: 40px;
    color: #fff;
}

.MainNav li span a {
    display: block;
    color: #262626;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 100px;
    position: relative;
}

.MainNav li:hover span a,
.MainNav li.onnav span a {
    color: #003984;
    border-bottom: 4px solid #003984;
}


/*.MainNav li:nth-child(2) .NavPull,.MainNav li:nth-child(3) .NavPull{text-align: left;}*/


/*.MainNav li:nth-child(6) .NavPull,.MainNav li:nth-child(7) .NavPull{text-align: left;}*/

.pcnav .NavPull {
    text-align: left;
    top: 100px;
    padding: 0 0 0 50px;
}

.NavPull {
    width: 90%;
    top: 100%;
    left: 0%;
    position: absolute;
    z-index: 100;
    padding: 0 5%;
    display: none;
    background: rgba(248, 248, 248, .7);
    text-align: center;
    line-height: 70px;
}

.NavPull dd {
    display: inline-block;
    margin: 0px 5px;
}

.NavPull dd a {
    color: #333;
    display: block;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.NavPull dd a:hover {
    color: #003984;
}

.NavPull.null {
    background: none;
    padding: 0;
    box-shadow: 0 0px 0px none;
}

.mstbg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 886;
    display: none;
}

.openbtn,
.closebtn {
    cursor: pointer;
    display: none;
    width: 26px;
    position: fixed;
    right: 10px;
    z-index: 999;
}

.openbtn.on {
    display: none !important;
}

.openbtn {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
}

.closebtn {
    z-index: 999;
    top: 8px;
    right: 200px;
}

.closebtn.auto {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 887;
    display: none;
}

.openbtn span,
.closebtn span {
    display: block;
    height: 2px;
    background: #333;
    margin: 6px 0px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.closebtn span {
    background: #fff;
}

.closebtn .sp1 {
    -webkit-transform: translate(0, 6px) rotate(45deg) !important;
    -moz-transform: translate(0, 6px) rotate(45deg) !important;
    -ms-transform: translate(0, 6px) rotate(45deg) !important;
    -o-transform: translate(0, 6px) rotate(45deg) !important;
    transform: translate(0, 6px) rotate(45deg) !important;
}

.closebtn .sp2 {
    -webkit-transform: translate(0, -3px) rotate(-45deg) !important;
    -moz-transform: translate(0, -3px) rotate(-45deg) !important;
    -ms-transform: translate(0, -3px) rotate(-45deg) !important;
    -o-transform: translate(0, -3px) rotate(-45deg) !important;
    transform: translate(0, -3px) rotate(-45deg) !important;
}

.mobilenav {
    display: none;
}

.Searchbox {
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -10px;
}

.Searchbox .icon {
    cursor: pointer;
}

.Searchbox .icon img {
    vertical-align: middle;
    margin: -3px 10px 0 0;
}

.Search {
    display: none;
    background: #fff;
    border-radius: 100px;
    width: 200px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 888;
    border: 1px solid #003984;
}

.Search .ipt {
    width: 90%;
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
    padding-left: 12%
}

.Search .searchbtn {
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 5px;
}

@media ( max-width:1599px) {
    .MainNav li {
        margin-left: 30px;
    }
    /*.pcnav{margin-right:100px;}*/
    /*.MainNav li span a{font-size:20px;}*/
}

@media ( max-width:1280px) {
    /*.pcnav{margin-right:100px;}*/
    .MainNav li,
    .Searchbox {
        margin-left: 25px;
    }
    /*.MainNav li span a{font-size:18px;}*/
}

@media ( max-width:1199px) {
    .Searchbox {
        display: block;
        right: 45px;
    }
    .Search {
        top: 30px;
    }
    .MainNav li span a:after {
        display: none;
    }
    .Header .sea,
    .Header .cn {
        display: block;
    }
    .Header .nav {
        display: none;
    }
    .HomeBody .Header {
        height: 45px;
        padding: 0;
        top: 0px;
        z-index: 999;
        background: rgba(0, 0, 0, .4);
    }
    .Header .Logo {
        width: auto;
        display: block;
        padding: 10px 0px;
        margin: 0;
    }
    .Haed_Con {
        padding-left: 15px;
    }
    .Header .Logo img {
        width: auto;
        height: 35px;
    }
    .Header .openbtn {
        display: block;
    }
    .Header .pho {
        width: auto;
        padding: 0 5px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        right: 36px;
        top: 6.5px;
    }
    .HomeBody .MainNav li span a {
        color: #262626;
    }
    .MainNav {
        position: fixed;
        z-index: 999;
        width: 200px;
        padding-right: 0;
        height: 100%;
        overflow-y: auto;
        background: #fff;
        right: -200px;
        top: 0px;
    }
    .MainNav ul {
        margin-top: 0px;
    }
    .MainNav li {
        position: relative;
        cursor: pointer;
        float: none;
        border-bottom: 1px solid #ddd;
        width: auto;
        margin-left: 0px!important;
    }
    .MainNav li span a {
        height: auto;
        display: block;
        line-height: 46px;
        height: 46px;
        padding-left: 20px;
        text-align: left;
    }
    .MainNav .arr {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 46px;
        left: 0px;
        top: 0px;
    }
    .MainNav .arr i {
        position: absolute;
        background: url(../images/arr.png);
        width: 17px;
        height: 10px;
        right: 10px;
        top: 18px;
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
    }
    .MainNav li.onnav .arr i {
        dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
        -ms-transform: translate(0, -3px) rotate(-180deg) !important;
        -o-transform: translate(0, -3px) rotate(-180deg) !important;
        transform: translate(0, -3px) rotate(-180deg) !important;
    }
    .NavPull {
        position: static;
        background: #f2f2f2;
        text-align: left;
        margin-bottom: -1px;
        width: 100%;
        margin-left: 0px;
    }
    .NavPull dd a {
        display: block;
        padding: 0px 0px 0px 20px;
        line-height: 35px;
        color: #333;
        font-size: 14px;
        border-bottom: 1px solid #ddd;
    }
    .NavPull dd .sub {
        position: static;
        background: none;
        display: block;
    }
    .NavPull dd .sub dd a {
        padding-left: 36px;
        line-height: 22px;
        background: url(../images/dot3.gif) 21px 10px no-repeat;
    }
    .NavPull dd {
        display: block;
    }
    .pcnav {
        display: none;
    }
    .mobilenav {
        display: block;
    }
    .mb50 {
        margin-bottom: 20px;
    }
}


/*top e*/


/*bottom s*/

.foot {
    padding: 30px 0;
    background: #111;
}

.foot .ft1 {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, .3);
    width: 38%;
    float: left;
}

.foot .ft1 a {
    color: rgba(255, 255, 255, .3);
}

.foot .ft2s {
    float: left;
    margin-left: 8%;
}

.foot .ft2s img {
    display: inline-block;
    vertical-align: middle;
    margin: 9px 0 0 5px;
}

.foot .ft2s .ftit {
    display: inline-block;
    vertical-align: top;
}

.foot .ft2s .ftit .p1 {
    font-size: 14px;
    color: rgba(255, 255, 255, .4);
}

.foot .ft2s .ftit .p2 {
    font-size: 26px;
    color: #f10000;
}

.foot .fx {
    float: right;
}

.foot .fx span {
    font-size: 14px;
    color: rgba(255, 255, 255, .4);
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.foot .fx .aimg {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.foot .fx .aimg img {
    display: inline-block;
    vertical-align: middle;
}

.foot .fx .ft2 {
    background: url(../images/wx.png);
}

.foot .fx .linka {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.foot .fx .linka a img {
    display: inline-block;
    vertical-align: middle;
}

.foot .fx .linka p {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -115px;
    right: -18px;
    display: none;
}

.foot .fx .linka p img {
    width: 100%;
    height: 100%;
}

.foot .fx .linka:hover p {
    display: block;
}


/*bottom e*/


/*首页*/


/*banner*/

.HomeBan {
    overflow: hidden;
    height: auto;
    clear: both;
    position: relative;
}

.HomeBan .slides li {
    position: relative;
    position: relative;
}

.HomeBan .slides li a {
    display: block;
    height: auto;
}

.HomeBan .slides li a img {
    width: 100%;
    height: auto;
}

.HomeBan .flex-control-nav {
    bottom: 0px;
    z-index: 10;
    display: none;
    height: 80px;
    background: rgba(0, 0, 0, .13);
}


/*.HomeBan .flex-control-nav li a{opacity:1; width:14px; height:14px; background:url(../images/dot.png);margin-top:33px;position:relative;}
.HomeBan .flex-control-nav li a:before{content:"";display:block;width:1px;height:0px;background:#fff;position:absolute;bottom:13px;left:50%;margin-left:-0.5px;opacity:0;transition:all 500ms linear;}
.HomeBan .flex-control-nav li a:hover,.HomeBan .flex-control-nav li a.flex-active{opacity:1;background:url(../images/dot1.png);}
.HomeBan .flex-control-nav li a:hover:before,.HomeBan .flex-control-nav li a.flex-active:before{height:50px;opacity:1;}
*/

.HomeBan .flex-direction-nav a {
    width: 50px;
    height: 50px;
    display: none;
}


/*.HomeBan .flex-direction-nav .flex-prev{opacity:1;left:0px;background:url(../images/jtfl.jpg) center center no-repeat;background-size:100% 100%;}
.HomeBan .flex-direction-nav .flex-next{opacity:1;right:0px;background:url(../images/jtrh.jpg) center center no-repeat;background-size:100% 100%;}
*/


/*@media ( max-width:640px){
    .HomeBan .flex-direction-nav a{width:30px;height:30px;}
    .HomeBan .flex-control-nav{height:50px;}
    .HomeBan .flex-control-nav li a{margin-top:18px;}
    .HomeBan .flex-control-nav li a:hover:before,.HomeBan .flex-control-nav li a.flex-active:before{height:30px;opacity:1;}
}*/

.Homebox {
    width: 80.8%;
    padding: 40px 0 20px 0;
    background: #fff;
    position: absolute;
    bottom: -300px;
    left: 0;
    z-index: 999;
    transition: all 0.5s;
    -webkit-transition: all .5s;
}

.Homebox.show {
    bottom: 0;
}

.Homebox .w1200 {
    background: url(../images/bg1.png) right bottom no-repeat;
    float: right;
    margin-right: 5%;
}

.Homebox .homefl {
    float: left;
    width: 45%;
}

.Homebox .homefl .hometit {
    font-size: 20px;
    color: #e52b00;
}

.Homebox .homefl .homecon {
    font-size: 14px;
    color: #858585;
    line-height: 24px;
    margin: 20px 0 65px 0;
}

.Homebox .homefl .homea {
    color: #262626;
    font-size: 16px;
}

.homebox .homerh {
    float: right;
    width: 50%;
}

.homebox .homerh .box1 {
    border-left: 1px solid #262626;
    padding-left: 30px;
    float: left;
}

.homebox .homerh .box1 .p1 {
    font-size: 20px;
    color: #262626;
}

.homebox .homerh .box1 .p2 {
    font-size: 20px;
    color: #262626;
    font-family: Arial;
    margin-top: 5px;
}

.homebox .homerh .box1 a:hover .p1 {
    color: #003984;
}

.homebox .homerh .box1 a:hover .p2 {
    color: #003984;
}

.homebox .homerh .box2 {
    float: right;
}

.homebox .homerh .box2 .p1 {
    font-size: 20px;
    color: #262626;
}

.homebox .homerh .box2 .p2 {
    font-size: 15px;
    color: #262626;
    font-family: Arial;
    margin-top: 5px;
}


/*筑福美好生活*/

.beaut {
    width: 100%;
    height: 386px;
    position: relative;
}


/*.beaut .betit{position:absolute;top:90px;left:14.4%;}*/

.beaut .betit {
    margin-top: 90px;
    float: left;
    margin-left: -6.5%;
}

.beaut .betit .p1 {
    font-size: 15px;
    color: #97c1e7;
    font-family: Arial;
}

.beaut .betit .p2 {
    font-size: 19px;
    color: #fff;
    letter-spacing: 21px;
    margin-top: 10px;
}

.beaut .beabox {
    width: 80.8%;
}

.beaut .w1200 {
    float: right;
    width: 100%;
}

.beaut .beul {
    margin-top: 80px;
    float: right;
}

.beaut .beul li {
    float: left;
    text-align: center;
    margin-left: 62px;
}

.beaut .beul li p {
    font-size: 13px;
    color: #003984;
    margin-top: 10px;
}

.beaut .beul li:hover img {
    animation: xz 0.8s linear;
}

@keyframes xz {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.devel {
    width: 80.8%;
    margin-top: -200px;
}

.Partnerscrolls .slides li {
    transition: all 500ms linear;
    background: url(../images/img2.jpg) center right no-repeat;
    background-size: cover;
}

.Partnerscrolls .slides li .kffl {
    width: 50%;
    float: left;
}

.Partnerscrolls .slides li .kffl img {
    width: 100%;
    height: auto;
}

.Partnerscrolls .slides li .kfrh {
    width: 50%;
    float: right;
}

.Partnerscrolls .slides li .kfrh .kfcon {
    width: 67.5%;
    margin-left: 10%;
    padding-top: 10%;
}

.Partnerscrolls .slides li .kfrh .kfcon .kftit {
    font-size: 35px;
    color: #003984;
}

.Partnerscrolls .slides li .kfrh .kfcon .kftext {
    font-size: 14px;
    color: #858585;
    margin-top: 20px;
}

.Partnerscrolls .flex-control-nav {
    bottom: 0px;
    z-index: 10;
    display: none;
}

.Partnerscrolls .flex-direction-nav a {
    width: 58px!important;
    height: 58px!important;
}

.Partnerscrolls .flex-direction-nav .flex-prev {
    left: inherit;
    right: 58px;
    opacity: 1!important;
    background: url(../images/jtfl.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.Partnerscrolls .flex-direction-nav .flex-next {
    right: 0%;
    opacity: 1!important;
    background: url(../images/jtrh.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.Partnerscrolls:hover .flex-direction-nav .flex-prev {
    left: inherit;
    right: 58px;
    opacity: 1!important;
}

.Partnerscrolls:hover .flex-direction-nav .flex-next {
    right: 0px;
    opacity: 1!important;
}

.Partnerscrolls .flex-direction-nav .flex-prev:hover {
    background: url(../images/jtfl1.jpg) center center no-repeat;
}

.Partnerscrolls .flex-direction-nav .flex-next:hover {
    ;
    background: url(../images/jtrh1.jpg) center center no-repeat;
}


/*列表*/

.listbox {
    width: 80.8%;
}

.listbox .w1200 {
    margin-right: 0;
}

.listul {
    padding: 20px 0 120px;
}

.listul li {
    float: left;
    height: 230px;
    margin-right: 0.3%;
}

.listul li .boximg {
    width: 100%;
    height: 100%;
}

.listul li .boximg .indextit {
    padding: 10% 0 0 8%;
}

.listul li .boximg .indextit .p1 {
    font-size: 24px;
    color: #003984;
}

.listul li .boximg .indextit .p2 {
    font-size: 20px;
    color: rgba(0, 57, 132, 0.6);
    text-transform: uppercase;
    margin-top: 10px;
}

.listul li.l1 {
    width: 35.4%;
    float: left;
}

.listul li.l1 video {
    width: 100%;
    height: 100%;
}

.listul li.l2 {
    width: 28.5%;
    float: left;
}

.listul li.l3 {
    width: 35.4%;
    float: left;
    margin-right: 0px;
}

.popbox {
    display: none;
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.68);
}

.popcontent {
    padding: 3% 3%;
    position: fixed;
    z-index: 999;
    width: 800px;
    height: 500px;
    background: #fff;
    border-radius: 9px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popcontent .close {
    position: absolute;
    background: url(../images/close.png);
    width: 34px;
    height: 34px;
    right: 2%;
    top: 2.5%;
}

.popcontent .vibox {
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
}

.popcontent .vibox video {
    width: 100%;
    height: 450px;
}

@media ( max-width:1680px) {
    .Homebox,
    .beaut .beabox,
    .devel,
    .listbox {
        width: 85.8%;
    }
    /*.beaut .betit{left:10%;}*/
    .beaut .beul li {
        margin-left: 55px;
    }
}

@media ( max-width:1599px) {
    .Homebox,
    .beaut .beabox,
    .devel,
    .listbox {
        width: 92%
    }
    .beaut .betit {
        margin-left: -5.5%;
    }
    .beaut .beul li {
        margin-left: 45px;
    }
}

@media ( max-width:1366px) {
    .beaut .betit {
        margin-left: 0;
    }
    .Homebox,
    .beaut .beabox,
    .devel,
    .listbox {
        width: 94.2%
    }
    .Homebox .homefl {
        width: 40%;
        margin-left: 5%;
    }
}

@media ( max-width:1280px) {
    /*.beaut .betit{left: 5%;}*/
    .beaut .w1200 {
        padding: 0;
    }
    .Homebox,
    .beaut .beabox,
    .devel,
    .listbox {
        width: 96.5%
    }
    .Homebox .homefl {
        width: 40%;
        margin-left: 5%;
    }
}

@media ( max-width:1028px) {
    .Homebox {
        width: 100%;
        position: static;
    }
    .beaut {
        height: auto;
        padding-bottom: 60px;
    }
    .beaut .betit {
        width: 100%;
        position: static;
        text-align: center;
        padding-top: 50px;
        float: none;
        margin-top: 0;
    }
    .beaut .beul {
        margin-top: 50px;
    }
    .devel {
        margin-top: 20px;
        width: 100%;
    }
    .listbox {
        width: 100%;
    }
    .Partnerscrolls .slides li .kffl {
        width: 100%;
        float: none;
    }
    .Partnerscrolls .slides li .kfrh {
        width: 100%;
        float: none;
    }
    .Partnerscrolls .slides li .kfrh .kfcon {
        width: 90%;
        margin: 0 auto;
        padding: 40px 0;
    }
    .Partnerscrolls .slides li .kfrh .kfcon .kftit {
        font-size: 28px;
    }
    .beaut .w1200 {
        float: none;
    }
    .Homebox .w1200 {
        float: none;
        margin: 0 auto;
    }
    .Homebox .homefl {
        width: 45%;
        margin-left: 0px;
    }
}

@media ( max-width:998px) {
    .listul {
        padding-bottom: 60px;
    }
    .popcontent {
        padding: 4% 3%;
        position: fixed;
        z-index: 999;
        width: 90%;
        height: 450px;
    }
    .popcontent .vibox {
        margin-top: 45px;
    }
    .popcontent .vibox video {
        height: 380px;
    }
    .listul li .boximg .indextit .p1 {
        font-size: 22px;
    }
    .listul li .boximg .indextit .p2 {
        font-size: 18px;
    }
    .listul li {
        height: 200px;
    }
    .beaut .beul li {
        margin-left: 40px;
    }
    .beaut .beul li:first-child {
        margin-left: 0px;
    }
}

@media ( max-width:997px) {
    .homebox .homerh .box1 {
        float: none;
    }
    .homebox .homerh .box2 {
        float: none;
        margin-top: 15px;
        padding-left: 30px;
    }
    .Homebox .homefl .homecon {
        margin-bottom: 40px;
    }
    .beaut .beul li p {
        margin-top: 5px;
    }
    .beaut .beul li img {
        width: 40px;
        height: 40px;
    }
    .beaut .beul li {
        margin-left: 30px;
    }
    /*.beaut .betit .p1{font-size:14px;}*/
    .beaut .betit .p2 {
        margin-top: 5px;
    }
    .beaut .beul {
        margin-top: 30px;
    }
    .foot .ft2 {
        margin-left: 4%;
    }
    .Homebox .w1200 {
        padding-bottom: 80px;
    }
}

@media ( max-width:640px) {
    .beaut .beul li {
        margin-left: 20px;
    }
    .Partnerscrolls .slides li .kfrh .kfcon {
        padding: 20px 0;
    }
    .Partnerscrolls .slides li .kfrh .kfcon .kftit {
        font-size: 22px;
        margin-top: 10px;
    }
    .listul li {
        height: 150px;
    }
    .listul li .boximg .indextit .p1 {
        font-size: 18px;
    }
    .listul li .boximg .indextit .p2 {
        font-size: 14px;
        margin-top: 5px;
        line-height: 20px;
    }
    .foot .ft2s {
        margin-left: 0px;
    }
    .foot .ft1,
    .foot .ft2s,
    .foot .fx {
        width: 100%;
        float: none;
        text-align: center;
    }
    .foot .ft1,
    .foot .ft2s {
        margin-bottom: 20px;
    }
    .foot .ftx {
        margin: 0 auto;
    }
    .foot .ft2s .ftit .p2 {
        font-size: 22px;
        text-align: left;
    }
    .foot {
        padding: 20px 0;
    }
}

@media ( max-width:560px) {
    .Homebox .homefl {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .homebox .homerh {
        width: 100%;
        float: none;
    }
    .Homebox .homefl .hometit {
        font-size: 18px;
    }
    .Homebox .homefl .homecon {
        margin-bottom: 20px;
    }
    .beaut .beul {
        text-align: center;
    }
    .beaut .beul li {
        width: 24%;
        text-align: center;
        float: none;
        display: inline-block;
        text-align: center;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .beaut .betit {
        padding-top: 30px;
    }
    .beaut {
        padding-bottom: 30px;
    }
}

@media ( max-width:480px) {
    .popcontent .content .imgleft,
    .popcontent .content .info {
        width: 100%;
        float: none;
    }
    .listul li.l1,
    .listul li.l2,
    .listul li.l3 {
        width: 100%;
        float: none;
        margin-top: 5px;
        margin-right: 0px;
    }
}


/* 公用样式 */

.effect-img {
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    zoom: 1;
    overflow: hidden;
}

.effect-img img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.effect-img:hover img,
li:hover.effect-img img {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.boxbg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.Ban {
    height: 190px;
}

.Current {
    background: #fcfcfc;
    font-size: 16px;
    line-height: 70px;
}

.Position {
    float: right;
    padding-left: 27px;
    background: url(../images/home.png) no-repeat left center;
}

.Position a {
    color: #262626;
    margin-right: 10px;
    padding-right: 15px;
    background: url(../images/arr1.png) no-repeat right center;
}

.Position span {
    color: #003984;
}

.Menu {
    float: left;
    width: 50%;
}

.Menu .title {
    display: none;
    padding: 0px 20px;
    background: #003984;
    line-height: 50px;
}

.Menu .title span {
    display: block;
    font-size: 18px;
    color: #fff;
    background: url(../images/down.png) no-repeat right center;
}

.Menu li {
    float: left;
    margin-right: 5%;
}

.Menu li:last-child {
    margin-right: 0;
}

.Menu li .am {
    display: block;
    position: relative;
    z-index: 5;
    color: #262626;
}

.Menu li:hover a,
.Menu li.on a {
    color: #003984;
}

.Container {
    background: #f2f2f2;
    padding: 4% 0;
}

.Title01 {
    text-align: center;
}

.Title01 span {
    display: block;
    font-size: 72px;
    line-height: 45px;
    color: #e5e5e5;
    text-transform: uppercase;
    font-family: Arial;
}

.Title01 h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: normal;
    color: #262626;
    margin-top: -22px;
}

.Title01 p {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: Arial;
    color: #999;
}

@media ( max-width:1024px) {
    .Title01 span {
        font-size: 50px;
    }
    .Title01 h3 {
        font-size: 25px;
    }
}

@media ( max-width:768px) {
    .Current {
        line-height: 36px;
    }
    .Position {
        display: none;
    }
    .Menu {
        width: 100%;
        float: none;
        margin: 10px 0px;
    }
    .Menu .title {
        display: block;
    }
    .Menu ul {
        display: none;
        padding: 10px 0px;
        border: 1px solid #00459a;
    }
    .Menu li {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .Menu li a {
        padding: 0px 20px;
    }
    .Title01 span {
        font-size: 30px;
        line-height: 35px;
    }
    .Title01 h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .Title01 p {
        font-size: 14px;
    }
}

@media ( max-width:640px) {}

@media ( max-width:480px) {
    .Container {
        padding: 8% 0;
    }
}


/* 集团简介 */

.SinglePage {
    margin-top: 3%;
    font-size: 16px;
    line-height: 32px;
    color: #858585;
}

.SinglePage p {
    margin-bottom: 2%;
}


/*.SinglePage p:last-child{margin-bottom: 0;}*/

@media ( max-width:640px) {
    .SinglePage {
        font-size: 14px;
        line-height: 28px;
    }
}


/* 荣誉资质 */

.HonnorMain {
  /*  background-image: url(../images/honnorbg.png);*/
    background-position: 24% center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.HonnorMain2 {
    background-image: url(../images/honnorbg2.png);
}

.HonnorBox {
    margin: 5% 0 0 20%;
}

.Category {
    margin-bottom: 5%;
}

.Category a {
    display: inline-block;
    text-align: center;
    min-width: 15%;
    padding: 0px 15px;
    line-height: 48px;
    background: #fff;
    font-size: 16px;
    color: #262626;
    margin: 0 1% 0.5%;
    border: 1px solid #e6e6e6;
}

.Category a.on {
    background: #003984;
    border: 1px solid #003984;
    color: #fff;
}

.HonnorBox .list {
    width: 560px;
    margin: 0 auto;
}

.HonnorBox .list ul {
    background-image: url(../images/line.png);
    background-repeat: repeat-y;
    background-position: 57px top;
    padding: 25px 0px 5px;
}

.HonnorBox .list li {
    position: relative;
    margin-bottom: 25px;
    padding-left: 160px;
}

.HonnorBox .list li .date {
    position: absolute;
    width: 115px;
    line-height: 38px;
    left: 0px;
    top: 50%;
    margin-top: -19px;
    padding-right: 35px;
    background: url(../images/datebg.png) no-repeat right center;
}

.HonnorBox .list li .date span {
    display: block;
    background: #4b4948;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.HonnorBox .list li .txt {
    font-size: 16px;
    color: #262626;
    line-height: 24px;
}

.HonnorBox .list li .txt h3 {
    font-size: 16px;
}

@media ( max-width:1500px) {
    .HonnorMain {
        background-position: 18% center;
    }
}

@media ( max-width:1024px) {
    .HonnorMain {
        background-position: 5% center;
    }
}

@media ( max-width:880px) {
    .HonnorMain {
        background-image: none;
    }
    .Category a {
        font-size: 14px;
        line-height: 40px;
    }
    .HonnorBox {
        margin-left: 0;
    }
    .HonnorBox .list li .date span {
        font-size: 16px;
    }
}

@media ( max-width:640px) {
    .Category a {
        margin-bottom: 5px;
    }
    .HonnorBox .list {
        width: 100%;
    }
    .HonnorBox .list li .txt,
    .HonnorBox .list li .txt h3 {
        font-size: 14px;
    }
}


/* 企业文化 */

.CultureMain {
    background-image: url(../images/culturebg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.CultureBox {
    padding-bottom: 226px;
    position: relative;
}

.CultureBox .box {
    padding: 158px;
    width: 240px;
    height: 240px;
    margin: 0 auto;
    background-image: url(../images/dq.png);
    text-align: center;
}

.CultureBox .box h3 {
    margin: 30px 0px 0px;
    line-height: 36px;
    font-size: 20px;
    color: #4d4948;
    font-weight: bold;
}

.CultureBox .box .info {
    font-size: 15px;
    color: #003984;
    line-height: 26px;
    font-weight: bold;
}

.CultureBox .list li {
    position: absolute;
    width: 256px;
}

.CultureBox .list li.c1,
.CultureBox .list li.c2 {
    left: 0;
}

.CultureBox .list li.c10,
.CultureBox .list li.c9 {
    right: 0;
}

.CultureBox .list li.c3 {
    left: 4%;
}

.CultureBox .list li.c8 {
    right: 4%;
}

.CultureBox .list li.c4 {
    left: 10%;
}

.CultureBox .list li.c7 {
    right: 10%;
}

.CultureBox .list li.c5 {
    left: 22%;
}

.CultureBox .list li.c6 {
    right: 22%;
}

.CultureBox .list li.c1,
.CultureBox .list li.c10 {
    top: 12%;
}

.CultureBox .list li.c2,
.CultureBox .list li.c9 {
    top: 28%;
}

.CultureBox .list li.c3,
.CultureBox .list li.c8 {
    top: 44%;
}

.CultureBox .list li.c4,
.CultureBox .list li.c7 {
    top: 60%;
}

.CultureBox .list li.c5,
.CultureBox .list li.c6 {
    top: 76%;
}

.CultureBox .list li .con {
    position: relative;
    overflow: hidden;
}

.CultureBox .list li.c1 img,
.CultureBox .list li.c2 img,
.CultureBox .list li.c3 img,
.CultureBox .list li.c4 img,
.CultureBox .list li.c5 img {
    float: left;
    margin-right: 10px;
}

.CultureBox .list li.c1 .txt,
.CultureBox .list li.c2 .txt,
.CultureBox .list li.c3 .txt,
.CultureBox .list li.c4 .txt,
.CultureBox .list li.c5 .txt {
    float: left;
    text-align: left;
}

.CultureBox .list li.c6 img,
.CultureBox .list li.c7 img,
.CultureBox .list li.c8 img,
.CultureBox .list li.c9 img,
.CultureBox .list li.c10 img {
    float: right;
    margin-left: 10px;
}

.CultureBox .list li.c6 .txt,
.CultureBox .list li.c7 .txt,
.CultureBox .list li.c8 .txt,
.CultureBox .list li.c9 .txt,
.CultureBox .list li.c10 .txt {
    float: right;
    text-align: right;
}

.CultureBox .list li .con .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 48px;
}

.CultureBox .list li .con h3 {
    line-height: 36px;
    /* margin-bottom: 10px; */
    font-size: 20px;
    color: #9e9e9e;
}

.CultureBox .list li .con .info {
    font-size: 15px;
    color: #1e4a91;
    line-height: 25px;
    font-weight: bold;
    /* height: 60px; */
}

@media ( max-width:768px) {
    .CultureBox {
        padding-bottom: 0;
    }
    .CultureBox .list li {
        position: static;
        width: 48%;
        float: left;
        margin-top: 3%;
    }
    .CultureBox .list li:nth-child(2n) {
        float: left;
    }
    .CultureBox .list li .con h3 {
        font-size: 16px;
    }
    .CultureBox .list li .con .icon {
        width: 40px;
    }
    .CultureBox .list li.c6 img,
    .CultureBox .list li.c7 img,
    .CultureBox .list li.c8 img,
    .CultureBox .list li.c9 img,
    .CultureBox .list li.c10 img {
        float: left;
        text-align: left;
    }
    .CultureBox .list li.c6 .txt,
    .CultureBox .list li.c7 .txt,
    .CultureBox .list li.c8 .txt,
    .CultureBox .list li.c9 .txt,
    .CultureBox .list li.c10 .txt {
        float: left;
        text-align: left;
    }
}

@media ( max-width:640px) {
    .CultureBox .box {
        width: 280px;
        height: 280px;
        padding: 8%;
    }
    .CultureBox .box h3 {
        margin: 72px 0px 0px;
        font-size: 16px;
    }
    .CultureBox .list li .con {
        padding-left: 0;
        text-align: left;
    }
    .CultureBox .list li .con .icon {
        display: inline-block;
        position: static;
    }
    .CultureBox .list li:last-child {
        width: 100%;
        float: none;
    }
    .CultureBox .list li:last-child .info {
        height: auto;
    }
}


/* 发展历程 */

.HistoryMain {
    background-image: url(../images/hisbg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

.HistoryBox ul {
    background: url(../images/line.jpg) repeat-y center top;
}

.HistoryBox ul li {
    position: relative;
    margin-top: 20px;
}

.HistoryBox ul li .arrow {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 50%;
    top: 50%;
    margin: -9px 0px 0px -9px;
    background: url(../images/arr2.png);
}

.HistoryBox ul li .box {
    padding: 5px 10px 13px 5px;
    width: 44%;
    height: 80px;
    position: relative;
    background-image: url(../images/mask1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.HistoryBox ul li .box .date {
    background-image: url(../images/datebg2.png);
    background-size: 100% 100%;
    text-align: center;
    font-style: italic;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 160px;
    line-height: 80px;
    font-size: 36px;
    color: #fff;
    font-family: Arial;
}

.HistoryBox ul li .box .date i {
    position: absolute;
    right: 25px;
    top: 16px;
    font-size: 16px;
    line-height: 16px;
    font-style: italic;
}

.HistoryBox ul li .box .txt {
    padding: 0px 0px 0px 166px;
    color: #858585;
    height: 80px;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
}

.HistoryBox ul li:nth-child(2n) .box {
    float: right;
}

@media ( max-width:1024px) {
    .HistoryBox ul li .box .date {
        font-size: 24px;
        width: 126px;
    }
    .HistoryBox ul li .box .date i {
        right: 18px;
    }
    .HistoryBox ul li .box .txt {
        padding: 0px 33px 0px 138px;
        font-size: 16px;
    }
}

@media ( max-width:640px) {
    .HistoryBox ul {
        background: none;
    }
    .HistoryBox ul li {
        margin-top: 0px;
    }
    .HistoryBox ul li .box {
        width: auto;
    }
    .HistoryBox ul li:nth-child(2n) .box {
        float: none;
    }
    .HistoryBox ul li .arrow {
        display: none;
    }
}

@media ( max-width:480px) {
    .HistoryBox ul li .box .txt {
        font-size: 15px;
    }
}


/* 新闻中心 */

.NewsBox {
    background: #fff;
    margin-bottom: 3%;
}

.FocusBox {
    width: 48.333333%;
    float: left;
}

.FocusBox .item {
    position: relative;
}

.FocusBox .item img {
    display: block;
    width: 100%;
    height: 340px;
}

.FocusBox .item .name {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.FocusBox .item .name span {
    display: block;
    text-indent: 20px;
    margin-right: 150px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
}

.owl-carousel {
    padding-bottom: 24px;
}

.owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 12px;
    line-height: 12px;
}

.owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0px 4px;
    background-image: url(../images/dotpic.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.owl-carousel .owl-dots .owl-dot.active {
    background-position: left center;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.FocusBox {
    padding-bottom: 0;
}

.FocusBox .owl-dots {
    width: auto;
    right: 30px;
    bottom: 24px;
}

.FocusBox .owl-dots .owl-dot {
    background-position: left top;
}

.NewsBox .list {
    width: 47.5%;
    float: right;
    padding-top: 5px;
}

.NewsBox .list li {
    padding: 16px 30px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
    color: #262626;
}

.NewsBox .list li:last-child {
    border-bottom: none;
}

.NewsBox .list li .name {
    display: block;
    line-height: 27px;
    height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #262626;
}

.NewsBox .list li .date {
    display: block;
    line-height: 24px;
}

.NewsBox .list li:hover {
    background-color: #003984;
    background-image: url(../images/libg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.NewsBox .list li:hover,
.NewsBox .list li:hover .name {
    color: #fff;
}

.NewsList ul {
    padding-bottom: 20px;
}

.NewsList li {
    background: #fff;
    position: relative;
    margin-bottom: 20px;
}

.NewsList li .effect-img {
    width: 18.333%;
    float: left;
}

.NewsList li .effect-img img {
    display: block;
    width: 100%;
}

.NewsList li .con {
    width: 79%;
    float: right;
    padding-top: 30px;
}

.NewsList li .con .txt {
    padding-right: 175px;
    color: #262626;
}

.NewsList li .con .date {
    position: absolute;
    width: 173px;
    right: 0px;
    top: 50%;
    margin-top: -44px;
    font-size: 20px;
    line-height: 33px;
    font-family: Arial;
    color: #262626;
    text-align: center;
}

.NewsList li .con .date span {
    display: block;
    font-weight: bold;
    font-size: 54px;
    line-height: 55px;
}

.NewsList li .con .date i {
    display: none;
}

.NewsList li .con .name {
    display: block;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}

.NewsList li .con .info {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #858585;
}

.NewsList li:hover {
    background: #dddddd;
}

.NewsList li:hover .con .name {
    color: #003984;
    font-weight: bold;
}

.LoadMore {
    display: block;
    height: 48px;
    background-color: #dddddd;
    background-image: url(../images/arr3.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.LoadMore:hover,
.LoadMore.on {
    background-color: #003984;
    background-image: url(../images/arr4.png);
}

@media ( max-width:1024px) {
    .NewsList li .con {
        padding-top: 15px;
    }
    .NewsList li .con .date {
        font-size: 14px;
    }
    .NewsList li .con .date span {
        font-size: 40px;
    }
}

@media ( max-width:768px) {
    .FocusBox,
    .NewsBox .list {
        width: 100%;
        float: none;
    }
    .FocusBox .item img {
        height: auto;
    }
    .FocusBox .item .name span {
        padding: 0px 15px;
    }
    .FocusBox .owl-dots {
        right: 15px;
    }
    .NewsList ul {
        padding-bottom: 0px;
    }
    .NewsList li .con {
        padding: 15px 0px;
    }
    .NewsList li .con .date {
        width: 100px;
        margin-top: -29px;
    }
    .NewsList li .con .date span {
        font-size: 26px;
        line-height: 26px;
    }
    .NewsList li .con .txt {
        padding-right: 110px;
    }
    .NewsList li .con .name {
        margin-bottom: 0;
    }
}

@media ( max-width:480px) {
    .NewsBox .list li {
        padding: 15px;
    }
    .NewsBox .list li .date {
        font-size: 14px;
    }
    .NewsList li .effect-img,
    .NewsList li .con {
        width: auto;
        float: none;
    }
    .NewsList li .con {
        padding: 15px;
    }
    .NewsList li .con .txt {
        padding-right: 0;
    }
    .NewsList li .con .date {
        position: static;
        margin-top: 0;
        width: 100%;
        text-align: left;
    }
    .NewsList li .con .date span {
        display: none;
    }
    .NewsList li .con .date i {
        display: inline-block;
    }
}


/* 新闻详情 */

.NewsDetail {
    margin: 0 4%;
}

.NewsDetail .title {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #262626;
}

.NewsDetail .title h2 {
    font-size: 24px;
    line-height: 36px;
    color: #003984;
    margin-bottom: 18px;
}

.NewsDetail .title p {
    font-size: 14px;
    line-height: 24px;
    color: #262626;
}

.NewsDetail .title p i {
    padding: 0px 10px;
}

.PrevNextBox {
    background: #dddddd;
    margin-top: 5%;
}

.PrevNextBox dl {
    padding: 50px 0px;
    width: 50%;
    float: left;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #262626;
}

.PrevNextBox dl:nth-child(2n) {
    text-align: right;
}

.PrevNextBox dl span i {
    font-family: "宋体";
    padding: 0px 20px;
}

.PrevNextBox dl a {
    font-size: 16px;
    color: #262626;
    padding: 0px 30px;
}

.PrevNextBox dl:hover {
    background: #003984;
    color: #fff;
}

.PrevNextBox dl:hover a {
    color: #fff;
}

.PrevNextBox dl:hover em {
    color: #33619d;
}

@media ( max-width:10240px) {
    .NewsDetail {
        margin: 0;
    }
}

@media ( max-width:768px) {
    .NewsDetail .title h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .PrevNextBox dl {
        padding: 0px 0px;
        width: 100%;
        float: none;
        border-bottom: 1px solid #fff;
        height: 50px;
        line-height: 50px;
    }
    .PrevNextBox dl:nth-child(2n) {
        text-align: left;
        border-bottom: none;
    }
    .PrevNextBox dl span {
        display: none;
    }
    .PrevNextBox dl a {
        display: block;
        padding: 0 15px;
    }
}

@media ( max-width:640px) {
    .NewsDetail .title h2 {
        font-size: 18px;
        line-height: 30px;
    }
    .NewsDetail .title p i {
        padding: 0px 5px;
    }
}

@media ( max-width:480px) {
    .PrevNextBox dl a {
        font-size: 14px;
    }
}

.ProMenu {
    width: 100%;
    float: none;
}

.ProMenu ul {
    text-align: center;
}

.ProMenu ul li {
    display: inline-block;
    margin: 0 0.8%;
    float: none;
}

.ProMenu ul li .icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}

.ProMenu ul li .icon img {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}

.ProMenu ul li .icon .i1 {
    transition: 400ms;
}

.ProMenu ul li .icon .i2 {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha (opacity=0);
    transition: 500ms;
}

.ProMenu ul li:hover .icon .i2,
.ProMenu ul li.on .icon .i2 {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.ProMenu ul li:hover .icon .i1,
.ProMenu ul li.on .icon .i1 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale (1.2);
    transform: scale(1.2);
}

.ProjectBox .box {
    padding-bottom: 0;
    margin-bottom: 3%;
    padding-top: 4%;
}

.ProjectBox .box:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.ProjectBox .box .title {
    font-size: 30px;
    line-height: 36px;
    color: #262626;
    text-align: center;
    margin-bottom: 3%;
}

.ProSlider .item .pic img {
    display: block;
    width: 100%;
    height: 350px;
}

.ProSlider .item .con {
    position: relative;
    z-index: 5;
    margin: -58px 12.5% 0;
    background: rgba(242, 242, 242, 0.6);
}

.ProSlider .item .con .txt {
    padding: 20px 3% 10px;
    text-align: center;
}

.ProSlider .item .con .txt .number {
    display: block;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 24px;
    color: #262626;
}

.ProSlider .item .con .txt .number .cur {
    color: #003984;
}

.ProSlider .item .con .txt .number i {
    padding: 0px 10px;
}

.ProSlider .item .con .txt .name {
    font-size: 18px;
    color: #003984;
    line-height: 26px;
    margin-bottom: 17px;
    font-weight: bold;
    margin-top: 52px;
}

.ProSlider .item .con .txt .info {
    font-size: 16px;
    line-height: 28px;
    color: #262626;
}

.ProSlider .owl-nav {
    height: 20px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 313px;
    z-index: 5;
}

.ProSlider .owl-nav button span {
    display: inline-block;
    width: 11px;
    height: 20px;
    line-height: 100px;
    overflow: hidden;
    margin: 0px 85px;
    background-size: cover;
    background-repeat: no-repeat;
}

.ProSlider .owl-nav .owl-prev span {
    background-image: url(../images/left.png);
}

.ProSlider .owl-nav .owl-next span {
    background-image: url(../images/right.png);
}

.ProSlider.owl-carousel .owl-dots {
    top: 318px !important;
    bottom: auto;
}

.OnlineLook {
    text-align: center;
}

.OnlineLook .item {
    margin: 0 2%;
    position: relative;
}

.OnlineLook .item .effect-img img {
    display: block;
    width: 100%;
    height: 290px;
}

.OnlineLook .item .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 57, 132, 0.8);
}

.OnlineLook .item .mask .txt {
    height: 100%;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.OnlineLook .item .mask .txt .name {
    font-size: 18px;
}

.OnlineLook .item .mask .txt p {
    margin: 13px 0 40px;
}

.OnlineLook .item .mask .txt .cur img {
    margin-right: 10px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

@media ( max-width:1200px) {
    .ProMenu ul li {
        margin: 0 1%;
    }
    .ProMenu ul li .icon {
        width: 30px;
        height: 30px;
    }
}

@media ( max-width:1024px) {
    .ProjectBox .box .title {
        font-size: 24px;
        line-height: 30px;
    }
    .ProSlider .owl-nav {
        top: 46%;
    }
    .OnlineLook .item .mask .txt p {
        margin: 10px 0px;
    }
    .ProSlider .item .pic img {
        height: auto;
    }
}

@media ( max-width:768px) {
    .ProMenu ul {
        text-align: left;
    }
    .ProMenu ul li .icon {
        width: 30px;
        height: 30px;
    }
    .ProjectBox .box .title {
        font-size: 20px;
    }
    .ProSlider .owl-nav {
        top: 50%;
        margin-top: -10px;
    }
    .ProSlider .owl-nav button span {
        position: absolute;
        margin: 0;
    }
    .ProSlider .owl-nav .owl-prev span {
        left: 15%;
    }
    .ProSlider .owl-nav .owl-next span {
        right: 15%;
    }
    .OnlineLook .item .mask .txt {
        font-size: 14px;
    }
    .OnlineLook .item .mask .txt .name {
        font-size: 16px;
    }
    .ProSlider .item .con .txt .number {
        margin-bottom: 0px;
        font-size: 14px;
    }
    .OnlineLook .item .effect-img img {
        height: 180px;
    }
}

@media ( max-width:640px) {
    .ProSlider .item .con {
        margin: 0;
    }
    .ProSlider .item .con .txt .info {
        font-size: 14px;
        line-height: 22px;
    }
    .ProSlider .owl-nav .owl-prev span {
        left: -11px;
    }
    .ProSlider .owl-nav .owl-next span {
        right: -11px;
    }
}


/* 福天华府 */

.whitebg {
    background: #fff;
}

.greybg {
    background: #fcfcfc;
}

.relative {
    position: relative;
}

.ProDebg {
    background-image: url(../images/banbg.jpg);
    padding: 3% 0;
}

.ProductDetail {
    background: #fff;
}

.ProductDetail .pic {
    width: 56%;
    float: left;
}

.ProductDetail .pic img {
    display: block;
    width: 100%;
    height: ;
}

.ProductDetail .con {
    width: 44%;
    float: right;
}

.ProductDetail .con .txt {
    padding: 20px 5%;
    color: #262626;
    font-size: 14px;
}

.ProductDetail .con .txt .title {
    line-height: 40px;
}

.ProductDetail .con .txt .title .num {
    float: right;
}

.ProductDetail .con .txt .title .name {
    font-size: 30px;
}

.ProductDetail .con .txt .price {
    margin: 10px 0px 15px;
    font-size: 16px;
    line-height: 28px;
}

.ProductDetail .con .txt .price b {
    font-size: 24px;
    color: #003984;
}

.ProductDetail .con .txt .sort {
    padding-bottom: 12px;
}

.ProductDetail .con .txt .sort span {
    display: inline-block;
    text-align: center;
    width: 92px;
    line-height: 30px;
    margin: 0px 5px 5px 0px;
    background: #f0f0f0;
}

.ProductDetail .con .txt .databox dl {
    padding: 15px 0px;
    border-top: 1px solid #f5f5f5;
}

.ProductDetail .con .txt .databox dl .box {
    position: relative;
    padding-left: 103px;
}

.ProductDetail .con .txt .databox dl .box dd {
    color: #858585;
}

.ProductDetail .con .txt .databox dl dt {
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.ProductDetail .con .txt .databox dl img {
    display: inline-block;
    vertical-align: middle;
}

.ProductDetail .con .txt .databox dl .cheack {
    display: block;
    color: #003984;
    text-decoration: underline;
}

.ProductDetail .con .txt .databox dl.call {
    font-size: 16px;
    line-height: 24px;
}

.ProductDetail .con .txt .databox dl.call b {
    font-size: 24px;
    color: #003984;
}

.ProjectMain .box {
    padding: 2.5% 3%;
    margin-bottom: 20px;
}

.ProjectMain .box:last-child {
    margin-bottom: 0;
}

.ProjectMain .box .titles {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 3%;
}

.ProjectMain .box .info {
    color: #858585;
}

.BasicBox .txt {
    padding-bottom: 3%;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 3%;
}

.BasicBox .txt .name {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
}

.BasicBox .txt .info {
    font-size: 16px;
    line-height: 32px;
    margin-top: 2%;
    color: #858585;
}

.BasicBox .list li {
    width: 25%;
    float: left;
    text-align: center;
    margin-top: 2%;
}

.BasicBox .list li .box {
    padding: 0px 5px;
}

.BasicBox .list li .icon {
    display: block;
    width: 70px;
    margin: 0 auto;
}

.BasicBox .list li h3 {
    margin: 15px 0px 10px;
    font-size: 18px;
    line-height: 28px;
}

.BasicBox .list li .info {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
}

.ProjectMain .box .hd {
    width: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 32px;
    text-align: right;
}

.ProjectMain .box .hd li {
    font-size: 16px;
    display: inline-block;
    margin-left: 4%;
}

.ProjectMain .box .hd li.on a {
    color: #003984;
}

.Mating .SlideCon .pic {
    width: 57.5%;
    float: left;
}

.Mating .SlideCon .pic img {
    display: block;
    width: 100%;
}

.Mating .SlideCon .pic img {
    height: 559px;
}

.Mating .SlideCon .list {
    width: 40%;
    float: right;
    background: #f7f7f7;
}

.Mating .SlideCon .list ul {
    padding: 0px 20px;
}

.Mating .SlideCon .list ul li {
    padding: 18px 3%;
    border-bottom: 1px solid #dedede;
}

.Mating .SlideCon .list ul li .name {
    font-size: 18px;
    line-height: 30px;
}

.Mating .SlideCon .list ul li .info {
    font-size: 16px;
    line-height: 26px;
    color: #858585;
}

.listSlider .item .con {
    margin: 0px 15px;
}

.FloorList .item .con {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
}

.FloorList .item .con .effect-img {
    height: 200px;
    line-height: 197px;
    display: block;
    vertical-align: middle;
}

.FloorList .item .con .effect-img img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.FloorList .item .con .txt {
    padding: 22px 28px;
}

.FloorList .item .con .txt h3 {
    font-size: 18px;
    line-height: 32px;
}

.FloorList .item .con .txt p {
    font-size: 16px;
    line-height: 28px;
}

.Lplist li {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.Lplist li:nth-child(3n) {
    margin-right: 0;
}

.Lplist li .con {
    position: relative;
    padding-left: 118px;
    font-size: 16px;
    line-height: 42px;
    color: #858585;
}

.Lplist li .con .name {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
}

@media ( max-width:1024px) {
    .ProductDetail .con .txt .title .name,
    .BasicBox .txt .name {
        font-size: 24px;
    }
    .ProductDetail .con .txt .price b,
    .ProductDetail .con .txt .databox dl.call b {
        font-size: 20px;
    }
    .ProductDetail .con .txt .databox dl {
        padding: 10px 0px;
    }
    .BasicBox .list li .icon {
        width: 46px;
    }
    .Lplist li {
        width: 48%;
        margin-right: 0;
    }
    .Lplist li:nth-child(2n) {
        float: right;
    }
}

@media ( max-width:768px) {
    .ProductDetail .pic,
    .ProductDetail .con,
    .Mating .SlideCon .pic,
    .Mating .SlideCon .list {
        width: 100%;
        float: none;
    }
    .ProductDetail .pic img,
    .Mating .SlideCon .pic img,
    .Mating .SlideCon .list {
        height: auto;
    }
    .ProductDetail .con .txt .databox dl {
        padding: 15px 0px;
    }
    .ProductDetail .con .txt .title {
        line-height: 30px;
    }
    .ProductDetail .con .txt .title .name,
    .BasicBox .txt .name {
        font-size: 20px;
        line-height: 30px;
    }
    .BasicBox .list li h3,
    .FloorList .item .con .txt h3 {
        font-size: 16px;
    }
    .Mating .SlideCon .list ul {
        padding: 0px 10px;
    }
    .Mating .SlideCon .list li:last-child {
        border-bottom: none;
    }
    .listSlider .item .con {
        margin: 0px 5px;
    }
    .FloorList .item .con .txt {
        padding: 10px 15px;
    }
}

@media ( max-width:640px) {
    .ProductDetail .con .txt .title .name,
    .BasicBox .txt .name {
        font-size: 18px;
    }
    .Lplist li,
    .Lplist li:nth-child(2n) {
        width: 100%;
        float: none;
    }
    .Lplist li .con {
        padding-left: 110px;
    }
    .Lplist li .con .name {
        text-align: right;
    }
    .BasicBox .txt .info {
        font-size: 14px;
        line-height: 28px;
    }
    .BasicBox .list li {
        width: 50%;
    }
}

@media ( max-width:480px) {
    .ProjectMain .box {
        padding: 5% 3%;
    }
    .BasicBox .list li:first-child {
        border-top: none;
    }
    .BasicBox .list li {
        width: 100%;
        border-top: 1px solid #e5e5e5;
        padding: 3% 0;
    }
    .BasicBox .list li .info {
        height: auto;
    }
    .ProjectMain .box .hd {
        position: static;
        width: 100%;
        text-align: center;
        margin-bottom: 3%;
    }
}


/* 福天商业广场 */

.Ban2 img {
    display: block;
    width: 100%;
}

.SquareBox .txt {
    width: 50%;
    float: left;
}

.SquareBox .pic {
    width: 32%;
    float: right;
}

.SquareBox .pic img {
    display: block;
    width: 100%;
}

.SquareBox .txt {
    font-size: 16px;
    line-height: 32px;
}

.GuideBox {
    text-align: center;
}

.GuideBox .title {
    font-size: 24px;
    line-height: 30px;
    color: #003984;
}

.GuideBox .info {
    font-size: 16px;
    line-height: 32px;
    margin: 1.5% 0;
    color: #858585;
}

.GuideBox .list li {
    display: inline-block;
    vertical-align: top;
    width: 16%;
    margin: 3% 1.5% 0;
}

.GuideBox .list li .name {
    display: block;
    font-size: 16px;
    margin-top: 20px;
    line-height: 24px;
}

.LinkBox {
    text-align: center;
}

.ActBox li {
    width: 31.333%;
    float: left;
    margin: 0 3% 2% 0;
}

.ActBox li:nth-child(3n) {
    margin-right: 0;
}

.ActBox li .effect-img img {
    display: block;
    width: 100%;
    height: 198px;
}

.ActBox li .name {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}

.Traffic {
    margin: 0 6%;
}

.Traffic .pic {
    width: 55%;
    float: left;
}

.Traffic .pic img {
    display: block;
    width: 100%;
}

.Traffic .txt {
    width: 40%;
    float: right;
    font-size: 16px;
    line-height: 32px;
}

.Traffic .txt .name {
    color: #003984;
}

.Traffic .txt .list dl {
    padding: 10px 0px;
    border-bottom: 1px solid #eaeaea;
}

.Traffic .txt .list dl dd {
    color: #858585;
}

@media ( max-width:1024px) {
    .ActBox li .effect-img img {
        height: 164px;
    }
}

@media ( max-width:768px) {
    .SquareBox .txt,
    .SquareBox .pic {
        width: 100%;
        float: none;
    }
    .SquareBox .pic {
        margin-top: 3%;
    }
    .GuideBox .title {
        font-size: 20px;
    }
    .GuideBox .list li .name {
        font-size: 14px;
        margin-top: 10px;
    }
    .Traffic {
        margin: 0;
    }
    .Traffic .txt {
        width: 48%;
    }
    .ActBox li .effect-img img {
        height: 122px;
    }
}

@media ( max-width:640px) {
    .SquareBox .txt,
    .GuideBox .info {
        font-size: 14px;
        line-height: 28px;
    }
    .ActBox li .name {
        font-size: 14px;
    }
    .ActBox li .effect-img img {
        height: 101px;
    }
    .Traffic .pic,
    .Traffic .txt {
        width: 100%;
        float: none;
    }
    .Traffic .pic {
        margin-bottom: 3%;
    }
}

@media ( max-width:480px) {
    .GuideBox .list li {
        width: 29%;
    }
    .ActBox li {
        width: 48%;
        margin-right: 0;
    }
    .ActBox li:nth-child(2n) {
        float: right;
    }
    .ActBox li .effect-img img {
        height: 87px;
    }
}


/* 集团画册 */

.PhotoList li {
    width: 32%;
    margin: 0 2% 3% 0;
    float: left;
    position: relative;
}

.PhotoList li:nth-child(3n) {
    margin-right: 0;
}

.PhotoList li .effect-img img {
    display: block;
    width: 100%;
    height: 232px;
}

.PhotoList li .name {
    position: absolute;
    width: 90%;
    left: 0px;
    top: 5%;
    padding: 0 5%;
    z-index: 2;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
}

.PhotoList li .mask {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0px;
    top: 0px;
    background: rgba(0, 57, 132, 0.8);
}

.PhotoList li .mask img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 54px;
    height: 54px;
    margin: -27px 0px 0px -27px;
}

.PhotoList li:hover .mask {
    display: block;
}

@media ( max-width:1024px) {
    .PhotoList li .effect-img img {
        height: 192px;
    }
}

@media ( max-width:768px) {
    .PhotoList li .mask img {
        width: 30px;
        height: 30px;
        margin: -15px 0px 0px -15px;
    }
    .PhotoList li .effect-img img {
        height: 143px;
    }
}

@media ( max-width:640px) {
    .PhotoList ul {
        padding-bottom: 2%;
    }
    .PhotoList li {
        width: 48%;
        margin-right: 0;
    }
    .PhotoList li:nth-child(2n) {
        float: right;
    }
    .PhotoList li .effect-img img {
        height: 177px;
    }
}

@media ( max-width:480px) {
    .PhotoList li,
    .PhotoList li:nth-child(2n) {
        width: 100%;
        float: none;
    }
    .PhotoList li .effect-img img {
        height: 208px;
    }
}


/* 人才理念 */

.IdeaBox {
    position: relative;
}

.IdeaBox .line {
    position: absolute;
    width: 2px;
    height: 120px;
    top: 35%;
    left: 50%;
    margin-left: -1px;
    background: #003984;
}

.IdeaBox .pic img {
    display: block;
    width: 100%;
}

.IdeaBox .list {
    margin-top: 7%;
}

.IdeaBox .list li {
    width: 20%;
    float: left;
    text-align: center;
}

.IdeaBox .list li .con {
    padding: 0 5%;
}

.IdeaBox .list li h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0px 12px;
}

.IdeaBox .list li .info {
    font-size: 14px;
    line-height: 22px;
}

@media ( max-width:1200px) {
    .IdeaBox .line {
        display: none;
    }
    .IdeaBox .list {
        margin-top: 3%;
    }
    .IdeaBox .list li .con .icon {
        width: 50px;
    }
}

@media ( max-width:768px) {
    .IdeaBox .list li h3 {
        font-size: 16px;
        margin: 10px 0px;
    }
}

@media ( max-width:640px) {
    .IdeaBox .list li {
        width: 100%;
        float: none;
        padding: 5% 0;
        border-top: 1px solid #e5e5e5;
    }
    .IdeaBox .list li:first-child {
        padding-top: 0;
        border-top: none;
    }
    .IdeaBox .list li p {
        text-align: center !important;
    }
}


/* 人力资源 */

.JobBox .list {
    text-align: center;
    position: relative;
    z-index: 2;
}

.JobBox .list li {
    display: inline-block;
    height: 222px;
    vertical-align: middle;
    width: 25%;
    margin: 0 3%;
}

.JobBox .list li a {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 20px #e4e4e4;
    padding: 30px 0px 25px;
    margin-top: 15px;
}

.JobBox .list li .icon {
    position: relative;
    width: 97px;
    height: 97px;
    margin: 0 auto;
}

.JobBox .list li .icon img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.JobBox .list li .icon .i1 {
    transition: 400ms;
}

.JobBox .list li .icon .i2 {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha (opacity=0);
    transition: 500ms;
}

.JobBox .list li:hover .icon .i2 {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.JobBox .list li:hover .icon .i1 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale (1.2);
    transform: scale(1.2);
}

.JobBox .list li .name {
    font-size: 16px;
    line-height: 42px;
}

.JobBox .list li:hover .name {
    color: #fff;
}

.JobBox .list li:hover a {
    padding: 45px 0px 38px;
    background: rgba(0, 57, 132, 0.9);
    margin-top: 0;
}

.JobBox .pic {
    margin-top: -92px;
    position: relative;
    z-index: 1;
}

.JobBox .pic img {
    display: block;
    width: 100%;
}

@media ( max-width:768px) {
    .JobBox .list li .icon {
        width: 60px;
        height: 60px;
    }
}

@media ( max-width:640px) {
    .JobBox .list li {
        height: 132px;
    }
    .JobBox .list li a {
        padding: 15px 0px;
        margin-top: 5px;
    }
    .JobBox .list li:hover a {
        padding: 20px 0px;
    }
}

@media ( max-width:480px) {
    .JobBox .list li {
        height: auto;
        width: 30%;
        margin: 0 1%;
    }
    .JobBox .list li:hover a {
        padding: 15px 0px;
    }
    .JobBox .list li .icon {
        width: 40px;
        height: 40px;
    }
    .JobBox .pic {
        margin-top: 5%;
    }
}


/* 社会招聘 */

.JobList ul {
    margin: 0 0 3%;
}

.JobList li.First {
    background: #003984;
}

.JobList li.First .Titname {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
}

.JobList li .Titname {
    display: block;
    float: left;
    width: 12.5%;
    text-align: center;
    font-size: 15px;
    overflow: hidden;
    line-height: 59px;
    height: 59px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.JobList li .Titname .cheack {
    cursor: pointer;
    display: inline-block;
    margin-top: 14px;
    width: 120px;
    line-height: 30px;
    background: #f4f4f4;
    font-size: 15px;
}

.JobList li.lion .Titname .cheack {
    background: #003984;
    color: #fff;
}

.JobList li .Con {
    position: relative;
    display: none;
    color: #858585;
    padding: 3% 5%;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid #d9d9d9;
}

.JobList li .Con dd {
    margin-bottom: 2%;
}

.JobList li .Con dd:last-child {
    margin-bottom: 0;
}

.JobList li .Con dd .title {
    font-size: 16px;
    color: #003984;
}

.JobList li .Con .hide {
    padding: 4% 0 0;
    display: none;
}

.JobList li .Con .hide p {
    width: 48%;
    float: left;
}

.JobList li .Con .hide p:nth-child(2n) {
    float: right;
}

.JobList li .Con .hide p span {
    color: #000;
}

.apply {
    position: absolute;
    top: 8%;
    right: 6%;
    font-size: 15px;
    color: #fff;
    background: #003984;
    box-shadow: 0px 0px 20px #d1e1f4;
    width: 120px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
}

.apply:hover {
    color: #fff;
}

@media ( max-width:1024px) {
    .JobList li .Titname .cheack {
        display: block;
        max-width: 80px;
        margin: 15px auto 0;
    }
}

@media ( max-width:768px) {
    .JobList li.First .Titname {
        font-size: 16px;
    }
    .JobList li .Titname {
        height: 45px;
        line-height: 45px;
    }
    .JobList li .Titname:nth-child(1) {
        width: 70%;
        text-align: left;
        padding-left: 4%;
    }
    .JobList li .Titname:nth-child(8) {
        width: 26%;
    }
    .JobList li .Titname:nth-child(2),
    .JobList li .Titname:nth-child(3),
    .JobList li .Titname:nth-child(4),
    .JobList li .Titname:nth-child(5),
    .JobList li .Titname:nth-child(6),
    .JobList li .Titname:nth-child(7) {
        display: none;
    }
    .JobList li .Con {
        padding: 0 3% 4%;
        line-height: 25px;
    }
    .JobList li .Titname .cheack {
        margin-top: 6px;
    }
    .apply {
        position: static;
        display: block;
        margin-top: 3%;
    }
    .JobList li .Con .hide {
        display: block;
        margin-bottom: 3%;
    }
}

@media ( max-width:480px) {
    .JobList ul {
        margin: 0 0 5%;
    }
    .JobList li.First .Titname {
        font-size: 16px;
    }
    .JobList li .Titname {
        font-size: 14px;
    }
    .JobList li .Con .hide p,
    .JobList li .Con .hide p:nth-child(2n) {
        width: 100%;
        float: none;
    }
}


/*应聘表单*/

.recruitform {
    margin: 0 auto;
    width: 580px;
}

.recruitform dl {
    margin-bottom: 20px;
    position: relative;
    padding-left: 66px;
}

.recruitform dl dt {
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: right;
    line-height: 40px;
    width: 50px;
    color: #4d4d4d;
    font-size: 16px;
}

.recruitform dl dd {
    border: 1px solid #e6e6e6;
    padding: 0px 10px;
    line-height: 38px;
    background: #fff;
}

.recruitform dl.noborder dd {
    border: none;
    padding: 0;
    background: none;
}

.recruitform dl dd .input {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    width: 100%;
}

.recruitform dl dd label {
    float: left;
    line-height: 40px;
    margin-right: 20px;
    font-size: 16px;
    color: #4d4d4d;
}

.recruitform dl dd label input.radio {
    margin-right: 8px;
}

.recruitform dl dd textarea {
    height: 148px;
    font-size: 14px;
    width: 100%;
}

.recruitform dl.btn {
    text-align: center;
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 0;
    padding: 0;
}

.recruitform dl.btn input {
    width: 120px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    margin: 0 8px;
}

.recruitform dl.btn input.submit {
    background: #003984;
}

.recruitform dl.btn input.reset {
    background: #ccc;
}

@media ( max-width:480px) {
    .recruitform {
        width: 100%;
    }
}


/* 联系方式 */

.ContactBox .list {
    text-align: center;
}

.ContactBox .list li {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    margin: 0 2%;
}

.ContactBox .list li .icon {
    display: block;
    width: 100px;
    background: #cccccc;
    border-radius: 50%;
    margin: 0 auto;
}

.ContactBox .list li h3 {
    font-size: 20px;
    line-height: 48px;
    margin-top: 5px;
}

.ContactBox .list li .info {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
}

.ContactBox .list li i {
    display: block;
    width: 30px;
    height: 2px;
    background: #ccc;
    margin: 16px auto 0px;
}

.ContactBox .list li:hover .icon,
.ContactBox .list li:hover i {
    background: #003984;
}

.ContactBox .map {
    margin-top: 5%;
}

.ContactBox .map img {
    display: block;
    width: 100%;
}

@media ( max-width:768px) {
    .ContactBox .list li .icon {
        width: 70px;
    }
    .ContactBox .list li h3 {
        font-size: 16px;
        line-height: 28px;
    }
    .ContactBox .list li .info {
        font-size: 14px;
    }
}

@media ( max-width:480px) {
    .ContactBox .list li {
        width: 48%;
        margin: 0 0 4%;
    }
    .ContactBox .list li .info {
        height: auto;
    }
}


/*意见反馈*/

.Message dl {
    float: left;
    width: 48.5%;
}

.Message dl:nth-child(2n) {
    float: right;
}

.Message dl.i5,
.Message dl.i6 {
    float: none;
    width: 100%;
}

.Message dl dd {
    padding: 0px 10px 0px 88px;
    border: 1px solid #ebebeb;
    background-color: #fcfcfc;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 30px;
}

.Message dl dd .input,
.Message dl dd textarea {
    line-height: 64px;
    width: 100%;
    font-size: 16px;
    color: #000;
    font-family: "微软雅黑";
}

.Message dl dd .input::placeholder,
.Message dl dd textarea::placeholder {
    color: #262626;
}

.Message dl dd textarea {
    height: 237px;
}

.Message dl.i1 dd {
    background-image: url(../images/m1.png);
}

.Message dl.i2 dd {
    background-image: url(../images/m2.png);
}

.Message dl.i3 dd {
    background-image: url(../images/m3.png);
}

.Message dl.i4 dd {
    background-image: url(../images/m4.png);
}

.Message dl.i5 dd {
    background-image: url(../images/m5.png);
    background-position: left top;
}

.Message dl.i6 {
    text-align: center;
}

.Message dl.i6 .btn {
    width: 168px;
    height: 48px;
    background: #003984;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}

@media ( max-width:768px) {
    .Message dl dd {
        margin-bottom: 15px;
    }
    .Message dl dd .input,
    .Message dl dd textarea {
        line-height: 50px;
    }
}

@media ( max-width:480px) {
    .Message dl,
    .Message dl:nth-child(2n) {
        width: 100%;
        float: none;
    }
    .Message dl.i6 .btn {
        width: 120px;
        height: 40px;
    }
}


/* 19-09-03 */


/*详情页*/

.news-dateil {
    background: url(../images/about-bg.jpg) repeat-y center top;
    position: relative;
}

.news-more {
    width: 340px;
    height: 785px;
    overflow: hidden;
    padding: 35px 38px;
    /*background: #bfc1cf;*/
    float: left;
    position: absolute;
    left: 0;
}

.news-content {
    width: 732px;
    float: right;
    padding: 0 30px 80px 20px;
}

.news-more-title i {
    display: block;
    font-family: "myriadsetpro-thin-webfont";
    font-size: 18px;
    font-style: normal;
    letter-spacing: -1px;
    color: #333;
    font-weight: bold;
    line-height: 20px;
}

.news-more-title b {
    color: #333;
    font-size: 16px;
}

.news-more li {
    margin-top: 30px;
}

.news-more .date {
    display: block;
    color: #5d5d61;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
    font-weight: bold;
    text-align: left;
}

.news-more .name {
    display: block;
    color: #5d5d61;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.news-more p {
    color: #858585;
    height: 48px;
    overflow: hidden;
}

.news-more li:hover .name {
    color: #003984;
}

.newsdetail-title {
    overflow: hidden;
    padding: 42px 0 10px 28px;
    border-bottom: 1px solid #e1e0e6;
    position: relative;
    margin-bottom: 34px;
}

.newsdetail-title .date {
    color: #003984;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 3px;
    font-weight: bold;
}

.newsdetail-title .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-bottom: 16px;
}

.newsdetail-title .title_2 {
    font-size: 16px;
    line-height: 22px;
    color: #74737b;
    width: 575px;
    margin: 0 auto 10px;
    text-align: center;
}

.newsdetail-title .info {
    font-size: 12px;
    line-height: 14px;
    color: #999999;
}

.sharebox {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.sharebox .bshare-custom {
    margin-bottom: 5px;
    height: 20px;
    overflow: hidden;
}

.sharebox .bshare-custom a {
    float: left;
    padding: 0;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background: url(../images/share.png) no-repeat 0 0;
    overflow: hidden;
}

.sharebox .bshare-custom .bshare-weixin {
    background-position: -54px 0;
}

.sharebox .bshare-custom .bshare-sinaminiblog {
    background-position: -79px 0;
}

.sharebox .bshare-custom .bshare-qzone {
    background-position: -129px 0;
}

.sharebox .bshare-custom .bshare-qqim {
    background-position: -154px 0;
}

.newsdetail-content {
    padding: 0 10px 0 28px;
    color: #858585;
}

.newsdetail-content p {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: justify;
    text-justify: distribute;
}

.newsdetail-content img {
    max-width: 100%;
}

.news-add {
    margin: 5px 0;
    border: 3px solid #ccc;
    padding: 40px;
}

.news-add strong {
    color: #333;
    display: block;
}

.newsdetail-ewm {
    text-align: center;
    margin-top: 30px;
}

@media ( max-width:1200px) {
    .news-dateil {
        background: #f6f9ff;
        padding-bottom: 30px;
    }
    .news-more {
        width: 90%;
        height: auto;
        background: #e6edf7;
        position: static;
        padding: 5%
    }
    .news-content {
        width: auto;
        float: none;
        padding: 0 0 30px;
    }
    .newsdetail-content {
        padding: 0 3%;
    }
    .newsdetail-title {
        padding: 20px 0px;
        text-align: center;
    }
}

@media ( max-width:640px) {
    .newsdetail-title .title {
        font-size: 16px;
        line-height: 24px;
    }
}