@charset "utf-8"; /* CSS Document */
* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px;
    color: #48494d;
    line-height: 1.6;
    font-family: open sans, "微软雅黑", sans-serif;
}

body.off {
    overflow: hidden
}
html body{
    background-color: #ffffff;
}
.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

.clearFix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

a {
    text-decoration: none;
    color: #48494d;
}

a:hover {
    color: #48494d;
}

input:focus, textarea:focus, keygen:focus, select:focus {
    outline: none
}

* {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
}
#yslb{
    width: 100%;
}
.top{
    max-width: 1200px;
    min-height: 100px;
    margin: 0 auto;
    padding-top: 39px;
}
.top img{
    margin-left: 22px;
    margin-bottom: 10px;
}
.banner{
    width: 100%;
    position: relative;
}
.banner img{
    width: 100%;
    display: block;
}
.banner .banner1{
    display: block;
}
.banner .banner2{
    display: none;
}
.content{
    width: 100%;
    padding: 45px 0 132px;
    background:url(../images/content_bg.png) center bottom no-repeat;
    color: #333;
    overflow: hidden;
}
.content>h4{
    font-size: 28px;
    text-align: center;
    color: #F79134;
    margin-top: 60px;
}
.content>p{
    width: 100%;
    max-width: 1000px;
    margin: 10px auto 0;
    line-height: 40px;
    color: #4c4c4c;
    font-size: 16px;
    text-align: center;
}
.content ul.lb{
    width: 100%;
    max-width: 1146px;
    margin: 20px auto 0;
    overflow: hidden;
}
.content ul.lb li{
    width: 100%;
    max-width: 330px;
    min-height: 322px;
    margin: 25px 26px;
    padding-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 1px 5px 18px 0 #d1d1d1;
    -moz-box-shadow: 1px 5px 18px 0 #d1d1d1;
    box-shadow: 1px 5px 18px 0 #d1d1d1;
    float: left;
}
.content ul.lb li img{
    width: 330px;
    height: 120px;
    display: block;
}
.content ul.lb li p.p1{
    width: 285px;
    margin: 12px auto 0;
    height: 64px;
    line-height: 32px;
    font-size: 20px;
    text-align: center;
}
.content ul.lb li p.p2{
    margin-top: 14px;
    color: #004e76;
    font-size: 18px;
    text-align: center;
}
.content ul.lb li a.a1{
    width: 156px;
    height: 34px;
    line-height: 34px;
    margin: 18px auto 0;
    background-color: #0a91a9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 16px;
    text-align: center;
}
.content a.a2{
    width: 200px;
    height: 28px;
    margin: 30px auto 0;
    color: #004e76;
    display: block;
    font-size: 18px;
    text-align: center;
}
.content a.a2 img{
    margin-left: 13px;
    vertical-align: top;
    position: relative;
    top: 6px;
}
.content .pm{
    margin-top: 105px;
}
.content .my{
    width: 100%;
    max-width: 1100px;
    margin: 69px auto 0;
    overflow: hidden;
}
.content .my li{
    width: 33.33%;
    height: 64px;
    border-bottom: 3px solid #27dadc;
    color: #154564;
    float: left;
    font-size: 22px;
    text-align: center;
}
.content .my li p{
    height: 28px;
    line-height: 28px;
    border-right: 1px solid #b3c1cb;
}
.content .my li p img{
    margin-right: 14px;
    vertical-align: center;
    display: none;
}
.content .my li.l1{
    width: 33.34%;
}
.content .my li.on{
    border-color: #ffcb3f;
}
.content .my li.l1 p{
    border: 0;
}
.content .my li.on p img{
    display: inline;
}
.content .my li.on p label{
    position: relative;
    top: -5px;
}
.content .ft{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: none;
    overflow: hidden;
}
.content .ft.on{
    display: block;
}
.content .ft dt{
    width: 500px;
    height: 350px;
    float: left;
}
.content .ft dt img{
    width: 100%;
    height: 100%;
    display: block;
}
.content .ft dd{
    width: 600px;
    height: 350px;
    padding: 49px 43px 30px;
    background-color: #003E5E;
    color: #fff;
    float: left;
}
.content .ft dd h4{
    font-size: 26px;
    font-weight: normal;
}
.content .ft dd p.p1{
    margin-top: 5px;
    color: #ffcb3f;
    font-size: 16px;
}
.content .ft dd p.p2{
    height: 24px;
    line-height: 24px;
    margin-top: 29px;
    background:url(../images/time.png) left center no-repeat;
    font-size: 20px;
    text-indent: 38px;
}
.content .ft dd p.p3{
    width: 490px;
    
    line-height: 24px;
    margin-top: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content .ft dd a.xi{
    width: 487px;
    margin-top: 53px;
    color: #fff;
    display: block;
    text-align: right;
}







.foot{
    width: 100%;
    min-height: 300px;
    padding-top: 55px;
    padding-bottom: 21px;
    background-color: #424242;
    overflow: hidden;
}
.foot_cont{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.foot_cont .foot_logo{
    margin-left: 37px;
    float: left;
}
.foot_cont .foot_cont_rig{
    width: 750px;
    float: right;
    overflow: hidden;
}
.foot_cont ul{
    float: left;
    color: #fff;
    overflow: hidden;
}
.foot_cont ul.u1{
    width: 270px;
}
.foot_cont ul.u2{
    width: 300px;
}
.foot_cont ul.u3{
    width: 180px;
}
.foot_cont ul li{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.foot_cont ul li.on{
    height: 41px;
    line-height: 34px;
    font-size: 18px;
    font-weight: bold;
}
.foot_cont ul li a{
    color: #fff;
}
.foot_cont p.hao{
    width: 100%;
    margin-top: 73px;
    color: #fff;
    float: left;
    font-size: 14px;
    text-align: center;
}

/*弹出框*/
.alert-box{
    width: 375px;
    height: 200px;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 9999;
    max-width: 90%;
}


.alert-box p{
    background: #f79131;
    position: absolute;
    width: 100px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    bottom: 20px;
    /*left: 137.5px;*/
    text-align: center;
    cursor: pointer;
    left: 50%;
    margin-left: -50px;
}

.alert-box i{
    position: absolute;
    top: 0;
    right: 5px;
    font-family: "open sans", "Microsoft YaHei", "微软雅黑", sans-serif;
    color: #333;
    font-size: 25px;
    cursor: pointer;
}
#cover
,#cover1{
    position:fixed;left:0px;top:0px;
    background:rgba(0, 0, 0, 0.4);
    width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height:100%;
    filter:alpha(opacity=60);  /*设置透明度为60%*/
    opacity:0.8;  /*非IE浏览器下设置透明度为60%*/
    z-Index:999;
}
.alert-box span{
    position: absolute;
    top: 50px;
    /*left: 10px;*/
    /*width: 355px;*/
    height: 100px;
    font-size: 18px;
    color: #333;
    text-align: center;
    width: 94%;
    left: 3%;
}

.content-text{
    width: 100%;
    max-width: 1146px;
    text-align: center;
    font-size: 16px;
    margin: 30px auto;
}

.content-button{
    text-align: center;
    margin-top: 60px;
}

.content-button button{
    border: 0;
    outline: none;
    height: 40px;
    width: 300px;
    color: white;
    background-color: #F79134;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.content ul.lb li .lb-img{
    height: 203px;
}

.lb-img + .p1{
    font-weight: bold;
}