@charset "utf-8";
*{margin: 0;padding: 0;}
body,ul,li,dl,dt,form,p,h1,h2,h3,h4,h5,h6{padding:0px;margin:0px;}
dl,dt,ul,li,h1,h2,h3,h4,h5,h6{list-style:none;}
body{-webkit-text-size-adjust: 100% !important;text-size-adjust: 100% !important;-moz-text-size-adjust: 100% !important; background:url(../images/bg.png) center bottom repeat-x #F7F5E7;background-size: 100% auto;padding-top: 108px;}
body,input,textarea,div,h1,h2,h3{font-family:"微软雅黑", Arial, Helvetica, sans-serif;}
body,input,textarea{font-size:16px; color:#000;}
h1,h2,h3{font-size:16px; color:#434343;}
em,i { font-style:normal;}
input,textarea { font-family:"Arial"; outline: none;}
li{overflow:hidden;}
img,input{border: none;}
a{text-decoration:none; color:#434343;}
a:hover{text-decoration:none;color:#cc0000;}
.red{color:#cc0000;}
.left{float: left;}
.center{float: left;}
.right{float: right;}
.clearfix{overflow:auto; _overflow:inherit; _zoom:1;}
.bg_white{background-color: #FFF;}
.mt45{margin-top: 45px;}
.maxwidth{width: 1330px;margin: 0 auto;height: auto; overflow: hidden;}
.minwidth{min-width: 1600px;margin: 0 auto;height: auto; overflow: hidden;width: 100%;}
.imgbox{overflow: hidden;}
.headbar{height:108px;line-height:108px;position:relative;background:#fff;box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);}
.headbar ul{width:1160px;margin: 0 auto;background: url(../images/logo.png) 25px 25px no-repeat;height:108px;padding-left:160px;}
.headbar ul li{float: left;width:159px ;height: 108px;text-align: center;margin-right: 50px;cursor: pointer;color: #4A4646;font-size: 20px;}
.headbar ul li.on,.headbar ul li:hover{background: url(../images/nav_on.png) left bottom no-repeat;color: #FBD98C;}
.headbar ul li a{font-size: 20px;color: #4A4646;}
.headbar ul li.on a,.headbar ul li:hover a{color: #FBD98C;}
.head_search{background: url(../images/icon_search.png) center center no-repeat #C30016;width:159px ;height: 108px;position: absolute;right: 0;top: 0;cursor: pointer;}
.header_box{position:fixed;top: 0;left: 0;width: 100%;z-index: 999;}

.bigPic{width: 100%;height:712px ; overflow:hidden; position:relative;}
.bigPic .bd ul li{width: 100%;height: 712px;}
.bigPic .bd ul li img{width: 100%;height: 100%;}

.footer{padding: 60px 0;}
.footer p{color: #FFF;line-height: 30px;text-align: center;}


/*search*/
.search-dialog-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    /* overflow: hidden; */
}

.search-dialog-box:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    background: #15599f;
    transition: .6s;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: .8;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.search-dialog-box.on:before {
    height: 100%
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    margin: 0;
    background: rgba(0,0,0,.7);
    background-size: cover;
    background-repeat: no-repeat;
    /* z-index: 1; */
    transform-origin: center center;
    transition: height .8s cubic-bezier(.77,0,.175,1);
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: .6s;
}

.search-dialog {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-tit {
    font-size: 2.75rem;
    line-height: 3.5rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: none;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0;
}

.search-dialog .search-input {
    width: 60%;
    margin: 0 auto;
    padding: 0 0.08rem 0 .24rem;
    background-color: rgba(255,255,255,.1);
    box-sizing: border-box;
    transition: all .3s;
    max-width: 94%;
    overflow: hidden;
}

.search-dialog .search-input input[type=text] {
    float: left;
    height: 70px;
    width: calc(100% - 110px);
    background-color: transparent;
    font-size: 18px;
    line-height: 70px;
    color: #fff;
    transition: all .3s;
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
    color: rgba(255,255,255,0.5);
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
    color: rgba(255,255,255,0.5);
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
    color: rgba(255,255,255,0.5);
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color: rgba(255,255,255,0.5);
}

.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn {
    float: right;
    height: 70px;
    width: 100px;
}

.search-dialog .search-input input[type=submit] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    background-image: url('../images/search_white.svg');
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0,0,0,.2);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/close.png');
    background-size: 3.5rem;
    border-radius: 100%;
    margin-right: 1rem;
    display: none;
}

.search-dialog .search-input.on {
    background-color: #fff;
}

.search-dialog .search-input.on input[type=submit] {
}
.search-dialog .f-cb h3 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0)
}
.pub-close,
.slide_down_close{
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 999;
    right: .24rem;
    top: .24rem;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
}
.slide_down_close{
    opacity: 0;
    visibility: hidden;
}
.pub-close .bg ,
.slide_down_close .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:#1e4781;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}

.pub-close i ,
.slide_down_close i{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat;
    background-image: url('../images/close.png');
    transition: .6s;
}

.pub-close i:hover ,
.slide_down_close i:hover{
    transform: rotate(180deg)
}
/*search*/


.footer{padding: 60px 0;}
.footer p{color: #FFF;line-height: 30px;text-align: center;}
.header,.mfooter{display: none;}
/*公用头部*/
.header {
    height: 17.33vw;
    background: #c79241;
}
.header .logo-lk {
    display: inline-block;
    float: left;
    height: 12.00vw;
    margin: 2.67vw 0 0 2.93vw;
}
.header .logo-lk img {
    height: 100%;
}
.header .i-folder {
    display: inline-block;
    width: 6.40vw;
    height: 5.33vw;
    background: url(../mobile/i_folder.png) center no-repeat;
    background-size: 100% 100%;
    float: right;
    margin: 5.73vw 2.67vw 0 0;
}

/*公用底部*/
.mfooter {
    background-color: #f5f5f5;
    border-top: 3px solid #c79241;
    padding: 4.33vw 0 0;
    overflow: hidden;
}

.mfooter .content .l {
    float: left;
    width: 37.33vw;
}

.mfooter .content .l .item {
    padding: 0 4.00vw;
    margin-bottom: 5.33vw;
}

.mfooter .content .l .item .title {
    color: #999;
}

.mfooter .content .l .item .desc {
    color: #00a2e9;
    margin-top: 1.33vw;
}

.mfooter .content .l .item:last-child .desc {
    color: #999;
}

.mfooter .content .r {
    overflow: hidden;
    border-left: 1px solid #ebebeb;
}

.mfooter .content .r .item {
    margin-bottom: 5.33vw;
    padding: 0 5.33vw;
}

.mfooter .content .r .item .title {
    font-weight: bold;
}

.mfooter .content .r .item .title i {
    display: inline-block;
    width: 4.00vw;
    height: 4.00vw;
    background-color: #ccc;
    position: relative;
    top: 0.53vw;
    margin-right: 2.67vw;
}

.mfooter .content .r .item .title .i-address {
    background: url(../mobile/i_address.png) center no-repeat;
    background-size: 100% 100%;
}

.mfooter .content .r .item .title .i-post {
    background: url(../mobile/i_post.png) center no-repeat;
    background-size: 100% 100%;
}

.mfooter .content .r .item .title .i-email {
    background: url(../mobile/i_email.png) center no-repeat;
    background-size: 100% 100%;
}

.mfooter .content .r .item .desc {
    color: #999;
    margin-top: 1.33vw;
}

.mfooter .copyright {
    background-color: #ddd;
    height: 12.00vw;
    line-height: 12.00vw;
    color: #999;
    text-align: center;
    font-size: 3.47vw;
}

/*公用二级头部*/
.sub-head {
    height: 26.67vw;
    background: url(../mobile/bg_subhead.jpg) center no-repeat;
    background-size: 100% 100%;
    line-height: 26.67vw;
    text-align: center;
    font-size: 4.00vw;
    color: #fff;
}

/*公用导航*/
.common-folder {
    height: 10.67vw;
    line-height: 10.67vw;
    font-size: 3.20vw;
    color: #999;
    border-bottom: 1px solid #eee;
}

.common-folder i {
    float: left;
    width: 5.33vw;
    height: 5.33vw;
    display: inline-block;
    background: url(../mobile/i_home.png) center no-repeat;
    background-size: 100% 100%;
    margin: 2.67vw 2.67vw 0 2.67vw;
}

.folder-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 999;
    display: none;
}

.folder-nav .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background-color: #EC7F2E;
    color: #fff;
    overflow: auto;
    transition: all .3s;
}

.folder-nav .container .item {
    line-height: 8.00vw;
    padding: 0 2.67vw 0 6.67vw;
    font-size: 4.27vw;
    margin: 2.67vw 0 0;
}
.folder-nav .container .item a{color: #FFF;}
.folder-nav .container .item .title {
    display: block;
}

.folder-nav .container .item .title i {
    float: right;
    display: inline-block;
    width: 4.00vw;
    height: 4.00vw;
    background: url(../mobile/i_arrow_right_blue.png) center no-repeat;
    background-size: 100% 100%;
    margin: 1.87vw 0 0 0;
    transition: all .3s;
}

.folder-nav .container .item .sub {
    margin-bottom: 5.33vw;
    display: none;
}

.folder-nav .container .item li {
    height: 10.67vw;
    line-height: 10.67vw;
}

.folder-nav .container .item li a {
    display: block;
    padding: 0 0 0 5.33vw;
    color: #fff;
    font-size: 3.73vw;
}

.folder-nav .container .item li .sub-title {
    display: block;
    border-bottom: 1px solid #DC6D20;
}

.header,.mfooter{display: none;}
@media screen and (max-width: 1024px) {
    .minwidth{min-width: 100%;margin: 0 auto;height: auto; overflow: hidden;width: 100%;}
    .maxwidth{margin: 0 auto;height: auto; overflow: hidden;width: 100%;}
    .bigPic .bd{width: 100vw;}
    .bigPic .bd ul li img{width: 100%;}
    .headbar{display: none;}
    .bottom{display:none;}
    .header,.mfooter{display:block;}
}