@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: '微软雅黑';
}
img,input{
    outline: none;
    border: none;
}
ul{
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}
.px1600{
    max-width: 1600px;
    margin: 0 auto;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
.pic{
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}
.pic img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .3s
}
.header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 12px;
    padding-bottom: 117px;
    background: url("../images/header.png") repeat-x top center;
    z-index: 999;
    transition: all .3s;
}
.header.on{
    background: #9b0d14;
    padding-bottom: 20px;
}
.logo{
    float: left;
    width: 43%;
    margin-top: 16px;
}
.logo a{
    display: block;
    overflow: hidden;
}
.logo a img{
    display: block;
    width: 100%;
}
.h-right{
    float: right;
    width: 50%;
}
.h-link {
    font-size: 0;
    text-align: right;
    padding-bottom: 13px;
}
.h-link a{
    font-size: 14px;
    line-height: 1;
    color: #fff;
    padding-left: 24px;
    padding-right: 32px;
    border-right: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    background-position: left center;
    background-repeat: no-repeat;
}
.h-link a.link01{
    background-image: url("../images/0816/h-icon.png");
}
.h-link a.link02{
    border: none;
    margin-left: 30px;
    padding-right: 0;
    background-image: url("../images/0816/search.png");
}

.nav>ul{
    font-size: 0;
    position: relative;
}
.nav>ul>li{
    display: inline-block;
    width: 12.5%;

}

.nav>ul>li>a{
    display: block;
    font-size: 18px;
    line-height: 64px;
    color: #fff;
    text-align: right;
    transition: all .3s;
}
.nav>ul>li.on>a{
    font-weight: 600;
}
.nav>ul>li>div{
    position: absolute;
    top: 100%;
    width: 800px;
    right: 0;
    background: #fff;
    z-index: 9999;
    padding: 18px 27px;

    overflow: hidden;
    line-height: normal;
    display: none;
}
.nav>ul>li>div ul{
    width: 537px;
    float: left;
    font-size: 0;
}
.nav>ul>li>div ul>li{
    width: 33%;
    display: inline-block;
    vertical-align: middle;
}
.nav>ul>li>div ul>li a{
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 56px;
    text-align: left;
    padding-left: 19px;
    background-image: url("../images/0816/nav-icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    transition: all .3s;
}
.nav>ul>li>div .nav-pic{
    overflow: hidden;
    width: 209px;
    height: 113px;
}
.nav>ul>li>div .nav-pic img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.nav>ul>li>div ul>li:hover a{
    color: #9b0d14;
    background-image: url("../images/0816/nav-icon-on.png");
}
.nav>ul>li>div .nav-pic img:hover{
    transform: scale(1.1);
}


.footer{
    border-top: 3px solid #f8ae31;
    background: url("../images/0816/footer.jpg") repeat-x center center;
    padding: 26px;
}


.f-left{
    float: left;
    width: 40.75%;
}
.f-left p{
    font-size: 14px;
    line-height: 1;
    color: #fff;
    padding-left: 27px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 24px;
}
.f-left p:first-child{
    margin-top: 27px;
    background-image: url("../images/0816/f-icon.png");
}
.f-left p:nth-child(2){

    background-image: url("../images/0816/f-icon2.png");
}
.f-left p:nth-child(3){

    background-image: url("../images/0816/f-icon3.png");
}
.f-logo{
    float: left;
    width: 30%;
    margin-top: 35px;
}
.f-logo img{
    display: block;
    width: 100%;
}

.ewm{ float: right; width: 17%; text-align: center; color: #fff;}
.ewm .ewm01{display:inline-block;margin-left:10%;width: 66px; float:right;position: relative;}
.ewm img{width: 65px; display:block;margin:15px auto 0;}

.ewm p{font-size:14px;}

.ewm .admin_ine{
	display:none;
	position: absolute;
	left: -19px;
	width: 100px;
	bottom: 112px;
	z-index: 99;
	}

.f-right{
    float: right;
    width: 210px;
}
.f-right>p{
    font-size: 14px;
    line-height: 1;
    color: #fff;
    padding-left: 26px;
    background: url("../images/0816/f-icon4.png") no-repeat left center;
}
.f-right ul>li{
    float: left;
    width: 90px;
    margin-left: 30px;
}
.f-right ul>li img{
    display: block;
    width: 100%;
}
.f-right ul>li:first-child{
    margin-left: 0;
}
.f-right ul>li p{
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
}
.f-right ul{
    margin-top: 14px;
}


.searchBox-zzc {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background: rgba(0, 0, 0, .7);
    z-index: 1000;
}
.searchBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    max-width: 80%;
    width: 700px;
    height: 60px;
    z-index: 1001;
    margin: auto;
}
.searchBox input[type='text'] {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 50px;
    border-radius: 12px;
    color: #333333;
    background: #fff;
}
.searchBox input[type='image'] {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -22px;
    padding: 8px;
}
.wap{
    display: none;
}
.top{display: none;width: 100%;height:45px;line-height:45px;position: relative;z-index: 3;padding:0 10px;background:#8a0910;border-bottom: 1px solid #195ca9;display: flex;justify-content: flex-end;align-items: center;}
.link{ margin-right: auto;}
.link a{ color:#fff; border-right: 1px solid #a3b9ce; padding:0 10px;}
.link a:last-child{ border-right: 0;}
.meun_icon{height: 45px; line-height: 45px; display: inline-block; color: #fff; font-size: 16px; }
.meun_icon img{width:25px; margin-right: 10px; height:20px; vertical-align: middle;}
.flex-container{ display: -webkit-box;display: -ms-flexbox;display: flex;  -webkit-box-align: center;-ms-flex-align: center;align-items: center;    justify-content: space-between; }
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.container{padding: 18px 0;}

.index_search{position:absolute;width:100%;height:150px;background:url(../images/xy_search_bj.png);z-index: 10;display:none;left: 0;right: 0;}
.rowbox_center{width:60%;margin: 0 auto;}
.rowbox_center .close{color:#fff;text-align:right;height:60px;line-height:60px;}
.rowbox_center .close span{font-size:40px;}
.rowbox_center .xy_search{width:700px;margin:0 auto;height:40px;line-height:40px;background-color:#fff;}
.rowbox_center .xy_search .search-text{height:40px;width:76%;padding-left:15px;float: left;}
.rowbox_center .xy_search .search-btn{height:40px;width:20%;background-color:#9b0d14;text-align:center;float: right;}
.rowbox_center .xy_search .search-btn .gb_btn{width:78px;}



.h-link .top02{margin:0 10px;background:url(../images/xy_top03.png) no-repeat left center;}
.h-link .top03{margin:0 0px 0 10px;background:url(../images/xy_top02.png) no-repeat left center;}
.h-link .top01{margin:0 10px;background:url(../images/xy_top01.png) no-repeat left center;}

.search-input{ background: #fff;}
.search-input:after{visibility:hidden; display:block; content:""; clear:both}
.search-input input{ width:calc(100% - 90px);height:38px;line-height:38px;background:transparent;padding: 0 10px;float: left;}
.search-input button{width:90px;float: right;height: 40px;line-height:38px;background: url(../images/ss_btn.png) no-repeat 10px center #eee;padding-left: 30px;font-size: 18px;cursor: pointer;color: #9b0d14;border: none;}


@media screen and (max-width: 1600px){
    .px1600{
        padding: 0 10px;
    }
    .nav>ul>li>a{
        font-size: 16px;
        text-align: center;
    }
    .nav>ul>li>div ul>li a{
        font-size: 14px;
    }
}
@media screen and (max-width: 1300px){
    .logo{
        width: 35%;
    }
    .h-right{
        width: 60%;
    }
    .h-link{
        padding-bottom: 5px;
    }
    .nav>ul>li>a{
        line-height: 46px;
    }
}

@media screen and (max-width: 1090px){
    .pc{
        display: none;
    }
    .wap{
        display: block;
    }
    /*手机导航*/
.head_r{ float:right; padding-top:8%; }
#navbg{ position: fixed;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);left: 0;top: 0;display: none;z-index: 999;}
.mob_nav{position: fixed;right:-85%;top: 0;z-index: 999;background: #9b0d14;width: 80%;height: 100%;box-shadow: -5px 0 13px rgba(0,0,0,.43); overflow-y: scroll;}
.mob_nav li:last-child{border-bottom:0}
.mob_top{height: 45px;line-height: 45px;padding: 0 15px;background:#9b0d14; background-size: 100%;}
.mob_top .link_l{ float: left; color: #fff;}
.mob_nav .colsebtn{ text-align: right;height:25px;margin-top:6px; float: right; cursor: pointer;}
.mob_nav .colsebtn img{width: 25px; height:25px;}
.mob_nav li a{ display:block; color:#fff; }
.js_mob{padding:10px 12px;}
.search-input{ background: #fff;}
.search-input:after{visibility:hidden; display:block; content:""; clear:both}
.search-input input{ width:calc(100% - 90px);height:38px;line-height:38px;background:transparent;padding: 0 10px;float: left;}
.search-input button{width:90px; float: right; height:38px;line-height:38px; background: url(../images/ss_btn.png) no-repeat 10px center #eee; padding-left: 30px; font-size: 18px; cursor: pointer; color: #9b0d14;}
.mob_list li{line-height:50px;font-size:16px;text-align: left;text-indent:20px;position:relative;cursor:pointer;border-bottom: 1px solid #6f060b;}
.mob_list li a{ color:#fff;  width:85%; display:block}
.mob_list li i{ display:block; width:50px; height:50px; z-index:122; position:absolute; right:0px; top:0px;  background:url(../images/jtx.png) center center no-repeat; background-size:17px}
.mob_list li i.icon{background:url(../images/jts.png) center center no-repeat; background-size:17px}
.mob_list li .ul_ejnav{ display:none}
.mob_list li .ul_ejnav li{width:100%;border-bottom: 1px solid #6f060b;padding-left:15px;line-height:45px;font-size:14px;background: #850910;}
.mob_list li .ul_ejnav li:last-child{ border-bottom: 0;}
.mob_list li .ul_ejnav li a{ width:100%;}
.open{right:0}
.m-logo{
	display: block;
	padding: 0 15px;
	background: #8a0910;
}
.m-logo a{
	display: block;
	overflow: hidden;
}
.m-logo img{
	display: block;
	max-width: 100%;
}

@media screen and (max-width: 768px){
.sydw {
    display: none;
}
}


