@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling : touch;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
    border: none;
}
a{
    text-decoration: none;
    color:#000;
}
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
    width: 100%;
    /*height: auto;*/
    /*width: auto\9; !* ie8 *!*/
    display: block;
    -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}
hr{
    margin: 0;
    height: 0;
    border-top: 1px solid #ededed;
    border-bottom: 0;
}
/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}
body {
    font: 12px/1.5 'Microsoft YaHei';
    color: #555;
    background-color: #fff;
    position: relative;
    height: 100%;
    font-family: Noto Sans SC;
}

em, i {
    font-style: normal;
}
ul,li{
    list-style-type: none;
}
strong {
    font-weight: normal;
}
div.search {width: 210px;/* padding-left: 10px; */float: left;margin-left: 30px;margin-top: 25px;}

input, button {
    border: none;
    outline: none;
}
input {
    width: 100%;
    height: 100%;
    padding-left: 14px;
}
button {
    cursor: pointer;
}

 

.w1200{
    width:1200px;
    margin:0 auto;
}
.header{
    background: url("../img/header.png") no-repeat 100%;
    height:80px;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 9;
}
.nav{

}
.logo{

    float: left;
}
.logo img{
    width: 138px;
    margin-top: 20px;
}
.cate{
    float: left;
    margin-left: 30px;
}
.nav-ul{

}
.nav-li{
    font-size: 18px;
    width:120px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    float: left;
    position: relative;
}
.nav-li:hover .nav-child{
    display: block;
}
.nav-li:hover div{
    color:red;
}
.nav-child{
    display: none;
    position: absolute;
    top: 80px;
    z-index: 999;
    left: 6px;
}
.nav-child li:hover{
    color:red;
}
.nav-child li{
    width: 108px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    background: url("../img/nav.png") no-repeat 100%;
}
.bar7 form {
    position: relative;
    width: 210px;
    margin: 0 auto;
    height: 36px;
}
.bar7 input {
    width: 100%;
    border-radius: 42px;
    transition: .3s linear;
    float: right;
    border: 1px solid #e5e5e5;
    font-size: 12px;
}
.bar7 button {
    right: 0;
    background: #014099;
    border-radius: 0 42px 42px 0;
    color: white;
    width: 70px;
    height: 36px;
    position: absolute;
    line-height: 36px;
    border: none;
    font-size: 12px;
    letter-spacing: 5px;
}
.logo{
    float: left;
    height: 80px;
    line-height: 80px;
    margin-left: 30px;
    font-size: 18px;
}
.clear{
    clear: both;
}
.footer{
    background: url('../img/bottom.png') no-repeat 100% 100%;
    color: #fff;
}
.footer-content{
    position: relative;
}
.footer-ul{
    display: inline-block;
    margin-top: 50px;
    float: left;
    margin-right: 105px;
}
.footer-ul li{
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.footer-li1{
    font-size: 20px;
}
.footer-li2{
    font-size: 16px;
    color: #fdfdfd80;
}
.footer-li2:hover{

    color: #fff;
}
.code{
    position: absolute;
    width: 100px;
    top: 60px;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 5px;
}
.code img{
    margin-bottom:20px;
}
.footer-text{
    text-align: center;
    line-height: 35px;
    margin-top: 20px;
    font-size: 12px;
}
.footer-text a{
    color: #fff;
}
.height50{
    height:50px;
}
.guestbook-right{
    float: right;
    width: 300px;
    margin-top: 50px;
}
.guestbook-top{

    border: 1px solid #d2d2d2;
}
.guestbook-top:hover{
    /* box-shadow: 0px 0px 10px #969696; */
}
.guestbook-top-title{
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #cc171e;
    color: #fff;
    font-size: 18px;
}
.guestbook-top-line{
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #eee;
    color: #cc171e;
    font-size: 16px;
}
.guestbook-code{
    padding: 20px;
    font-size: 14px;
}
.guestbook-code img{
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
    margin-right: 6px;
}
.h80{
    height: 80px;
}
.avg{
    width: 35px !important;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0 !important;
    border-radius: 50%;
    margin-right: 10px;
}
.float-right{
    width: 80px;
    position: fixed;
    right: 40px;
    top: 400px;
    z-index: 100;
    text-align: center;
    font-size: 13px;
}
.right-zwsq{

border-bottom: 1px solid #eaeaea;

padding: 15px 0;

background: #fb4343;

color: #fff;
}
.right-zwsq img{

    width: 20px;

    margin: 0 auto;

    margin-bottom: 10px;
}
.right-cglp{
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
    background: #fb4343;
    color: #fff;
}
.right-cglp img{
    width: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.right-line{
    /* border-bottom: 1px solid #eaeaea; */
    padding: 15px 0;
    background: #fb4343;
    color: #fff;
}
.right-line img{
    width: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.gotop{
    background: #d93029;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 20px;
}
.gotop img{
    width: 30px;
    margin: 0 auto;
    padding-top: 15px;
}
.hover{
    color: red;
}








