*,body,ul, ul li{
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei", "微软雅黑","Arial","宋体";
}
body img{
    max-width: 100%!important;
    height: auto;
}
.section6 img,.contact-map img{
        max-width: unset!important;
        height: auto;
}
ul, ul li{list-style-type:none;}
a,a:link,a:visited,a:hover,a:active{  text-decoration:none; }
input,textarea,select{outline:none;}

/*顶端*/
.fx-top{
    position: fixed;
    width: 100%;
    padding: 35px 40px 35px 40px;
    top: 0;
    left: 0;
    z-index: 4;
}
.fx-top .logo{
    overflow: hidden;
}
.fx-top .logo img{

}
.fx-top ul{
    position: absolute;
    width: 700px;
    top: 45px;
    left: 50%;
    margin-left: -350px;
}
.fx-top ul li{
    display: block;
    float: left;
    overflow: hidden;
    width: 14.28%;
    text-align: center;
}
.fx-top ul li a{
    font-size: 20px;
    color: #fff;
}
/*滚动样式*/
.fixednav{
    background-color: rgba(0,0,0,.5);
}
.fx-top .tel{
    overflow: hidden;
    font-size: 30px;
    color: #fff;
}
.fx-top .tel img{
    float: left;
    margin: 3px 10px 0 0 ;
}
.fx-top .search{
    width: 180px;
    height: 37px;
    line-height: 35px;
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin: 3px 0 0 40px;
    padding: 5px 15px;
}
.fx-top .search input{
    float: left;
    width: 120px;
    border: none;
    height: 25px;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(255,255,255,0);
}
.fx-top .search button{
    float: right;
    border: none;
    margin: -7px 0 0 0;
    background-color: rgba(255,255,255,0);
}
/*电脑*/
@media screen and (max-width:1919px) {
    .fx-top ul{
        width: 600px;
        margin-left: -300px;
    }
}
@media screen and (max-width:1680px) {
    .fx-top ul{
        width: 500px;
        margin-left: -250px;
    }
}
@media screen and (max-width:1600px) {
    .fx-top .tel{
        display: none;
    }
    .fx-top ul{
        margin-left: -100px;
    }
}
@media screen and (max-width:1440px) {

}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1360px) {

}
@media screen and (max-width:1280px) {

}
@media screen and (max-width:1200px) {

}
/*平板*/
/*768--1200*/
@media screen and (max-width:1199px) {
    .fx-top .search{
        display: none;
    }
    .fx-top ul{
        width: 350px;
        margin-left: 0;
    }
    .fx-top .logo img{
        height: 30px;
    }
}



/*导航*/
@media screen and (max-width:767px) {
    .header{position:fixed;height:50px;background:white;z-index: 9999;padding-top: 5px;width: 100%;border-bottom: 1px solid #ddd;top:0;}
    .header h3{color: #2c2c2c;margin: 0;line-height: 50px}
    .header .logo{display:block;padding:5px 0 0 15px;}
    .header .logo img{display:block;height: 30px;}
    .header .search span{display:none;}
    .dl-menuwrapper{
        margin-bottom: 0;
    }
    .dl-menuwrapper button {
        background: white url("../images/menu.png") no-repeat scroll center center / 50% auto;
        border-bottom: 1px solid #ddd;
    }
    .dl-menuwrapper button:hover,.dl-menuwrapper button.dl-active{
        background-color: white;
    }
    .dl-menuwrapper ul {
        background: #0f4872 none repeat scroll 0 0;
    }
    .dl-menuwrapper li a {
        border-top: 1px solid #116296;
        border-bottom: none;
        padding: 9px 20px;
        font-size: 14px;
    }
    .dl-menuwrapper li.dl-back:after{
        top: 2px;
    }
}
/*手机*/
/*320--767*/
@media screen and (max-width:767px) {

}
@media screen and (max-width:414px) {

}
@media screen and (max-width:375px) {

}
@media screen and (max-width:360px) {

}
@media screen and (max-width:320px) {

}










/*子页面——banner*/
.z-banner{
    overflow: hidden;
    position: relative;
}
.z-banner img{
    width: 100%;
    height: auto;
}



/*翻页*/
.page-box{
    overflow: hidden;
}
.page-box .pagination{
    margin: 20px 18px 0 0 ;
}
.page-box .pagination>li>a,.page-box .pagination>li>span {
    margin: 0 3px;
    color: #333;
}
.page-box .pagination .this a{
    color: #fff;
    background-color: #0f4973;
}
/*平板*/
@media screen and (max-width:1199px) {
    .page-box .pagination {
        margin-top: 0;
    }
}
/*手机*/
@media screen and (max-width:767px) {
    .page-box .pagination {
        margin-top: 10px;
    }
    .page-box .pagination>li>a, .page-box .pagination>li>span {
        margin: 0 ;
    }
    .z-banner{
        margin:50px 0 0 0;
    }
}


/*二级菜单*/
.menu-box{
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: -70px 0  0 0;
}
.menu-box .ul1{
    overflow: hidden;
    height: 110px;
    padding: 35px 0 0 0 ;
    background-color: #fff;
    -webkit-border-radius:10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.menu-box .ul1 li{
    display: inline-block;
    margin: 0 20px;
    overflow: hidden;
}
.menu-box .ul1 li a{
    width: 110px;
    height: 35px;
    line-height: 35px;
    display: block;
    overflow: hidden;
    color: #333;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.menu-box .ul1 li:hover a,.menu-box .ul1 .this a{
    color: #fff;
    background-color: #174c73;
}
.menu-box .ul2{
    overflow: hidden;
    height: 60px;
    background-color: #fff;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
}
.menu-box .ul2 li{
    display: inline-block;
    margin: 0 20px;
    overflow: hidden;
    position: relative;
}
.menu-box .ul2 li a{
    height: 56px;
    line-height: 56px;
    display: block;
    overflow: hidden;
    color: #333;
    font-size: 18px;
}
.menu-box .ul2 li a .triangle{
    overflow: hidden;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #0f4872;
    display: none;
}
.menu-box .ul2 li a:hover{
    border-bottom: 4px solid #0f4872;
}
.menu-box .ul2 li a:hover .triangle{
    display: block;
}
.menu-box .ul2 .this a{
    border-bottom: 4px solid #0f4872;
}
.menu-box .ul2 .this a .triangle{
    display: block;
}
/*平板*/
@media screen and (max-width:1199px) {
    .menu-box .ul2 li{
        margin: 0 10px;
    }
    .menu-box .ul2 li a{
        font-size: 14px;
    }
}
/*手机*/
@media screen and (max-width:767px) {
    .menu-box{
      /*display: none;*/
    }
}

/*分享*/
.share{
    overflow: hidden;
    margin: 30px 0 0   0;
}

/*上、下一页*/
.page-box2{
    overflow: hidden;
}
.page-box2 a{
    display: block;
    overflow: hidden;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    font-size: 16px;
    color: #666;
    background-color: #f1f1f1;
    margin: 20px 0 0 0;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.page-box2 a:hover{
    color: #0f4872;
}
/*手机*/
@media screen and (max-width:767px) {
    .page-box2 a{
        display: block;
        overflow: hidden;
        height: 45px;
        line-height: 45px;
        padding-left: 20px;
        font-size: 14px;
        color: #666;
        background-color: #f1f1f1;
        margin: 15px 0 0 0;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}



/*右侧栏*/
.side{
    position:fixed;
    width:54px;
    height:225px;
    right:0;
    top:50%;
	margin-top:-112px;
    z-index:100;
}
.side ul li{
    width:54px;
    height:54px;
    float:left;
    position:relative;
}
.side ul li .sidebox{
    position:absolute;
    width:54px;
    height:54px;
    top:0;
    right:0;
    transition:all 0.3s;
    background:#000;
    color:#fff;
    overflow:hidden;
}
.side ul li .sidebox1{
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
}
.side ul li .sidebox1 .qq{
    padding: 15px;
}
.side ul li .sidebox1 .qq .sp-qq{
    display: block;
    color: white;
    margin-bottom: 10px;
}
.side ul li .sidebox1 .qq .sp-qq:hover {
    color: white;
}
.side ul li .sidetop{
    width:54px;
    height:54px;
    line-height:54px;
    display:block;
    background:#000;
    transition:all 0.3s;
    -webkit-border-radius:   0 0 0 10px;
    -moz-border-radius:   0 0 0 10px;
    border-radius:  0 0 0 10px;

}
.side ul li img{
    float: left;
    margin: 15px 15px;
}
.side ul li h5{
    float: left;
    margin-top: 18px;
}


/*返回顶部*/
.izl-rmenu{
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index:66;
}
.izl-rmenu .btn_top {
    background-color: rgba(255,255,255,.8);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    width:30px;
    height:30px;
    text-align: center;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    box-shadow: 1px 1px 1px rgba(0,0,0,.35);
}
.izl-rmenu .btn_top .fa-angle-up{
    font-size: 20px;
    font-weight: bold;
    margin:4px auto;
}






/*底部*/
.footer{
    overflow: hidden;
    margin: 80px 0 0 0;
}
.footer .foot{
    overflow: hidden;
    padding: 80px 0 60px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fafafa;
}
.footer .foot .list-l{
    overflow: hidden;
}
.footer .foot .list-l h2{
    font-size: 28px;
    margin: 0 0 10px 0;
    color: #333;
}
.footer .foot .list-l h4{
    font-size: 16px;
    margin: 0;
    color: #999;
}
.footer .foot .list-c{
    overflow: hidden;
}
.footer .foot .list-c h3{
    font-size: 20px;
    margin: 2px 0 10px 0;
    color: #333;
}
.footer .foot .list-c .list-cb{
    overflow: hidden;
    padding-top: 20px;
}
.footer .foot .list-c .list-cb .list-cl{
    overflow: hidden;
    width: 50%;
}
.footer .foot .list-c .list-cb .list-cr{
    overflow: hidden;
    width: 50%;
}
.footer .foot .list-c .list-cb h4{
    font-size: 16px;
    color: #666;
    margin: 5px 0 0 0;
    line-height: 30px;
}
.footer .foot .list-c .list-cb .list-cl .h4{
    padding-left: 48px;
}
.footer .foot .list-r{
    overflow: hidden;
    padding-left: 25px;
}
.footer .foot .list-r .list-ri{
    overflow: hidden;
}
.footer .foot .list-r .list-ri img{
	width:130px;
}
.footer .foot .list-r .list-rt{
    overflow: hidden;
    padding-left: 20px;
    padding-top: 56px;
}
.footer .foot .list-r .list-rt h4{
    color: #666;
    margin: 0 0 10px 0;
}
.footer .cop{
    overflow: hidden;
    height: 85px;
    line-height: 85px;
    color: #666;
    font-size: 16px;
    background-color: #fafafa;
}
.footer .cop .sp1{

}
.footer .cop .sp2{

}
.footer .cop .sp2 a{
    color: #666;
}
/*平板*/
@media screen and (max-width:1199px) {
    .footer{
        margin-top:35px;
    }
    .footer .foot .list-l h2{
        font-size: 22px;
        margin: 0 0 10px 0;
        color: #333;
    }
    .footer .foot .list-l h4{
        font-size: 16px;
    }
    .footer .foot .list-c .list-cb{
        padding-top: 10px;
    }
    .footer .foot .list-c .list-cb h4{
        font-size: 13px;
        margin: 5px 0 0 0;
        line-height: 20px;
    }
    .footer .foot .list-c .list-cb .list-cl .h4{
        padding-left: 0;
    }
    .footer .foot .list-r{
        padding-left: 0;
    }
    .footer .foot .list-r .list-rt {
        padding-left: 2%;
    }
    .footer .foot .list-r .list-rt h4{
        font-size: 16px;
    }
}
/*手机*/
@media screen and (max-width:767px) {
	.footer .foot .list-r .list-ri img{
	width:100px;
}
    .footer{
        margin-top:35px;
    }
    .footer .foot{
        padding: 25px 0 30px 0;
    }
    .footer .foot .list-c h3{
        font-size: 18px;
        margin: 0;
    }
    .footer .foot .list-c .list-cb{
        margin: 0;
    }
    .footer .foot .list-c .list-cb .list-cl,.footer .foot .list-c .list-cb .list-cr{
        width: 100%;
    }
    .footer .foot .list-c .list-cb h4{
        font-size: 14px;
        margin: 8px 0 0 0;
    }
    .footer .foot .list-c .list-cb .list-cl .h4{
        padding-left: 43px;
    }
    .footer .foot .list-r{
        padding-left: 15px;
        margin: 20px 0 0 0;
    }
    .footer .foot .list-r .list-ri img{
        height: 100px;
    }
    .footer .foot .list-r .list-rt {
        padding-left: 15px;
        padding-top: 28px;
    }
    .footer .cop{
        font-size: 13px;
        text-align: center;
        height: auto;
        padding: 10px;
        line-height: 20px;
    }
}



/*首页底部*/
.section6{
    padding: 0;
    position: relative;
     background-color: #fafafa;
}
.section6 .section6-pc .map{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
}
.section6 .section6-pc .map img{
    width: 100%;
    height: 100%;
}
.section6 .section6-pc .footer{
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 30px 0 0 0;
}
.section6 .section6-tel .footer {
    margin-top: 0px;
}