*{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style: none;
}
body{
    font-family: 微软雅黑;
    font-size: 15px;
    color: #333;
    position: relative;
}
img{
    border: none;
}
.clear{
    clear: both;
}
a{
    color: #333;
    text-decoration: none;
}
a:hover{
    text-decoration: none!important;

}
a:link {text-decoration: none!important;}
a:visited {text-decoration: none!important;}
a:active {text-decoration: none!important;}

div{
    transition: all 0.5s ease-out;
}
.ffgh{
    /*background: rgba(0, 0, 0, 0.74);*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.85));
}
.ffgh1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
}
.ffgh2{
    padding-top: 370px;
    font-size: 60px;
    color: #015198;
    font-family: 方正小标宋简体;
    font-weight: bold;
    -webkit-text-stroke: 1px #fff
}
.ffgh3{
    width: 600px;
    height: 40px;
    margin: 25px auto;
    line-height: 40px;
}
.ffgh4{
    display: inline-block;
    position: relative;
    width: 90px;
    margin-right: 25px;
}
.ffgh4:after{
    position: absolute;
    left: 0;
    top: -5px;
    width: 90px;
    height: 1px;
    display: block;
    content: '';
    background: #015198;
}
.ffgh6{
    display: inline-block;
    position: relative;
    width: 90px;
    margin-left: 25px;
}
.ffgh6:after{
    position: absolute;
    left: 0;
    top: -5px;
    width: 90px;
    height: 1px;
    display: block;
    content: '';
    background: #015198;
}
.ffgh5{
    font-style: normal;
    font-size: 26px;
    font-weight: bold;
    font-family: 方正小标宋简体;
    color: #000;
}
.theme-default{
    position: relative;
}
.content,.centeo{
    width: 85%;
    margin: 0 auto;
    min-width: 1200px;
}
.ffgh7{
    width: 350px;
    height: 40px;
    line-height: 40px;
    background: #ff9900;
    color: #fff;
    margin: 25px auto;
    font-size: 21px;
    border-radius: 12px;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;

}
.logo{
    height: 80px;
    display: table;
    text-align: left;
    width: 220px;
    float: left;
}
.logo a{
    display: table-cell;
    vertical-align: middle;
    height: 80%;
    width: 100%;
}
.logo a img{
    max-width: 146%;
	height: 26px;
}
.header .fr{
    float: right;
}
.header .nav{
    float: left;
}
.header .nav li{
    float: left;
    position: relative;
}
.header .nav li span{
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 0 1.5rem;
    line-height: 80px;
    height: 80px;
}
.header .nav li.act span{
    color: #015198;
}
.header .nav li:hover span:before{
    content: '';
    border: 6px solid transparent;
    border-bottom: 6px solid #015198;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: 0px;
}
.header .nav li:hover span:after{
    content: '';
    width: 30px;
    height: 1px;
    background: #015198;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}

.header:hover {
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,.2);
}
.header:hover .nav li.title span{
    color: #333;
}

.header .fr .seach{
    position: relative;
    height: 80px;
    float: left;
    line-height: 80px;
    margin-left: 20px;
}
.header .fr .seach img{
    height: 20px;
    width: 20px;
    margin-top: 30px;
}
.header:hover  .fr .seach .sousuo img{
    content: url("../images/seach_blue.png");
}
.header:hover  .fr .seach .wechat img{
    content: url("../images/wechat_blue.png");
}

.header:hover  .fr .seach .mail img{
    content: url("../images/email_blue.png");
}
.header.xg{
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,.2);
}
.header.xg  .fr .seach .sousuo img{
    content: url("../images/seach_blue.png");
}
.header.xg  .fr .seach .wechat img{
    content: url("../images/wechat_blue.png");
}

.header.xg  .fr .seach .mail img{
    content: url("../images/email_blue.png");
}
.header.xg .nav li.title span{
    display: block;
    color: #333;
    font-size: 15px;
    padding: 0 1.5rem;
    line-height: 80px;
    height: 80px;
}

.header .fr .seach .ewm{
    position: absolute;
    top: 70%;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    opacity: 0;
    transition: all .5s;
    z-index: -100;
}
.header .fr .seach:hover .ewm{
    opacity: 1;
    top: 100%;
}
.header .fr  .seach .ewm img{
    width: 90px;
    height: 90px;
    margin-top: 0;
    z-index: 1;
}




















.foots{
    height: 49px;
    background: #000000;
    color: #999;
    text-align: center;
    font-size: 15px;
    line-height: 49px;
}
.foots a{
    color: #f9f9f9;
}
.foot{
    background: #262932;
    padding: 30px 0 50px;
}
.foot3{
    float: left;
    width: 30%;
}
.foot4{
    float: left;
    width: 40%;
    padding: 0 20px;
    box-sizing: border-box;
}
.foot5{
    float: right;
    width: 30%;
}
.foot32{
    color: #ccc;
    margin-top: 20px;
}
.foot32 li{
    line-height: 35px;
    padding-left: 25px;
}
.foot33{
    background: url("../images/f1.png") no-repeat left center;
}
.foot34{
    background: url("../images/f2.png") no-repeat left center;
}
.foot35{
    background: url("../images/f3.png") no-repeat left center;
}
.foot36{
     background: url("../images/f4.png") no-repeat left center;
 }
.foot37{
    background: url("../images/f6.png") no-repeat left center;
}
.foot41{
    width: 40%;
    display: inline-block;
    margin-top: 20px;
    float: left;
}
.foot43 li{
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding-left: 30px;
}
.foot42{
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 30px;
}
.foot43 li a{
    color: #ccc;
}
.foot51{
    margin-top: 30px;
}
.foot51 img{
    width: 110px;
    height: 110px;
    border: solid 5px #fff;
}
.foot5 li{
    display: inline-block;
    margin-left: 35px;
}
.foot52{
    color: #ccc;
    line-height: 35px;
    height: 35px;
    text-align: center;
}





/*分页*/

.page {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.page a {
    padding: 0 13px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin: 0 6px 0 0;
    color: #666;
    background-color: #fff;
    transition: all .5s;
    border: 1px solid #dedede;
}
.page a.on {
    color: #333;
    cursor: default;
    border-color: #666;
}
.page a:hover{
    color: #333;
    cursor: pointer;
    border-color: #333;
}

.page_article {
    width: 100%;
    margin-top: 40px;
}
.page_article a {
    display: block;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
}




/*位置*/

.dqwz{
    float: right;
    line-height: 45px;
    font-style: normal;
    color: #9f9c9c;
    margin-right: 10px;
    background: url("../backimages/wz.png") no-repeat left center;
    background-size: 18px auto;
    padding-left: 20px;
}
.dqwz a{
    color: #9f9c9c;
}

/*加盟*/
.inlyanz{
    background: url("../backimages/zsjm1.jpg") no-repeat fixed;

}
.inlyan{
    background: rgba(255, 153, 0, 0.78);
    padding: 55px 0;
}
.inlya2{
    text-align: center;
    font-size: 23px;
    color: #fff;
}
.inlya2 span{
    font-size: 30px;
    font-weight: bold;
    margin-right: 10px;
}
.inlya3{
    text-align: center;
    margin-top: 35px;
}
.inlya3>span{
    width: 20%;
    display: inline-block;

    margin-right: 3%;
}
.inlya3>span:nth-of-type(4){
    margin-right: 0;
}
.inlya3>span input{
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 5px;
    border: solid 1px #dddddd;
}
.inlyan7 input{
    background: #434343;
    color: #fff;
    border: none;
    font-size: 17px;
    cursor: pointer;
}


