* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'fzzhjt';
}
table{margin: 10px auto;border-collapse: collapse;width:92%; }
table td{text-align:center;}
.header {
    height: 77px;
    padding: 20px 0;
    background: #9B0000;
}

.header .hcont {
    width: auto;
    margin: 0 110px;
    /* width: 1500px; */
    /* margin: 0 auto; */
    height: 77px;
    display: flex;
    justify-content: space-between;
}

.hcont1,
.hcont2 {
    display: flex;
}

.hcont1 img {
    margin-right: 20px;
    width: 322px;
    height: 77px;
    border:none;
}

.hcont1 p {
    font-size: 28px;
    color: #fff;
    border-left: 2px solid #FFFFFF;
    margin: 18px 0;
    padding: 0px 20px;
    width: 100%;
}

.tools {
    color: #fff;
    display: flex;
    margin-top: 3px;
}

.tools .search_form {
    width: 240px;
    height: 34px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    border-radius: 17px;
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.5);
}

.tools .search_form input {
    outline: none;
    width: 190px;
    height: 100%;
    box-sizing: border-box;
    background: none;
    border: none;
    margin-left: 15px;
}

.tools .search_form button {
    border: none;
    width: 34px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    cursor: pointer;
}

.tools .search_form button::before {
    content: "";
    background: url(../image/sshover.png) no-repeat;
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    left: 4px;
    top: 8px;
}

.tools .search {
    border: 1px solid #fff;
    border-radius: 100%;
    margin-left: 20px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    position: relative;
}

.tools .search a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
}

.tools .search a:after {
    content: "\e672";
    font-size: 20px;
    font-family: icon;
}

.tools a {
    height: 34px;
    width: 34px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 17px;
    margin-left: 10px;
}

.hcont2 {
    margin: 19px 0;
}

.hcont2 ul {
    display: flex;
    margin-left: 20px;
}

.hcont2 ul li {
    position: relative;
}

.hcont2 ul li .xmt_icon {
    width: 41px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    border-radius: 40px;
    margin-left: 10px;
}

.hcont2 ul li .xmt_icon.wb {
    background: url('../image/wb1.png') no-repeat;
}

.hcont2 ul li .xmt_icon.wb:hover {
    background: url('../image/wb11.png') no-repeat;
}

.hcont2 ul li .xmt_icon.dy {
    background: url('../image/dy1.png') no-repeat;
}

.hcont2 ul li .xmt_icon.dy:hover {
    background: url('../image/dy11.png') no-repeat;
}

.hcont2 ul li .xmt_icon.wx {
    background: url('../image/wx1.png') no-repeat;
}

.hcont2 ul li .xmt_icon.wx:hover {
    background: url('../image/wx11.png') no-repeat;
}

.hcont2 ul li .ewm {
    display: none;
}

.hcont2 ul li .ewm {
    width: 150px;
    height: 160px;
    position: absolute;
    background: url(../image/2hv.png) no-repeat;
    box-sizing: border-box;
    padding: 10px 9px;
    top: 50px;
    right: -57px;
    z-index: 3;
}

.hcont2 ul li .ewm img {
    width: 120px;
    height: 120px;
    margin: 15px 0 0 4px;
}

.hcont2 ul li a {
    display: inline-block;
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
    margin-left: 30px;
    margin-top: 7px;
}

.navbox {
    width: 100%;
    height: 160px;
    background: url('../image/navbj.png');
}

.nav {
    padding-top: 30px;
    height: 60px;
    line-height: 60px;
}

.nav ul {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.nav ul li {
    position: relative;
}

.nav ul li a {
    width: 150px;
    text-align: center;
    display: inline-block;
    color: #1A1A1A;
    font-size: 16px;
}

.nav ul li a:hover {
    color: #9B0000;
    background: none;
}

.nav ul li .active {
    color: #9B0000;
    background: none;
}

.nav .ul .sub_ul {
    z-index: 2;
    display: none;
    position: absolute;
    left: -20px;
    top: 50px;
    background: #fff;
    border-top: 3px solid #E6C390;
    border-right: 1px solid #E6C390;
    border-left: 1px solid #E6C390;
    border-bottom: 1px solid #E6C390;
    border-radius: 0 0 20px 20px;
    box-sizing: border-box;
    padding: 15px 5px;
    width: 200px;
    text-align: left;
}

.nav .ul>li.on .sub_ul {
    display: block;
}

.nav .ul>li.h_nav .sub_ul li {
    width: 100%;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav .ul>li.on .sub_ul li a {
    font-size: 16px;
}

.nav .ul>li.on .sub_ul li a:hover {
    color: #0276DD;
}

.adress {
    padding-top: 20px;
    height: 50px;
    line-height: 50px;
}

.adress p {
    width: 1300px;
    margin: 0 auto;
    font-size: 14px;
    color: #1A1A1A;
}

.adress p a {
    color: #1A1A1A;
}

.adress p a:hover {
    color: #9B0000;
}

.footer {
    width: 100%;
    padding-top: 20px;
    height: 380px;
    background: #9B0000;
    color: #fff;
}

.footer .block {
    width: auto;
    margin: 0 110px;
}

.footer .flogo {
    display: block;
    margin: 0 auto 50px;
}

.footer .content {
    display: flex;
    justify-content: space-between;
}

.footer .content p {
    font-size: 16px;
    line-height: 40px;
}

.footer .content p img {
    margin-right: 10px;
}

.footer .content .fsydw {
    width: 80px;
    height: 80px;
    margin-top: 10px;
}

@media screen and (max-width:1320px) {
    .nav ul {
        width: 1000px;
    }

    .adress p {
        width: 1000px;
    }
}

@media screen and (max-width:1250px) {
    .tools .search_form {
        width: 210px;
    }

    .tools .search_form input {
        width: 160px;
    }

    .hcont2 ul li a {
        margin-left: 10px;
    }

    .hcont2 ul {
        margin-left: 0;
    }
}

@media screen and (max-width:980px) {
    .header {
        height: 110px;
        padding: 10px 0;
    }

    .header .hcont {
        display: block;
        margin: 0 10px;
    }

    .hcont1 img {
        width: 278px;
        height: 66px;
        margin-right: 8px;
    }

    .hcont1 p {
        font-size: 18px;
        padding: 5px 5px 0;
        margin: 15px 0;
    }

    .hcont2 {
        margin: 5px 0;
    }

    .tools {
        width: 100%;
    }

    .tools .search_form {
        width: 90%;
    }

    .tools .search_form input {
        width: 85%;
    }

    .header .hcont .hcont2 ul {
        display: none;
    }

    .nav ul {
        width: 95%;
    }

    .nav ul li a {
        width: auto;
        font-size: 14px;
    }

    .nav ul li a:hover {
        color: #9B0000;
        background: none;
    }

    .nav ul li .active {
        color: #9B0000;
        background: none;
    }

    .adress p {
        width: 95%;
    }

    .footer .block {
        width: 95%;
        margin: 0 auto;
    }

    .footer {
        height: 400px;
    }

    .footer .flogo {
        margin-bottom: 10px;
    }

    .footer .content {
        display: block;
    }

    .footer .content p {
        font-size: 14px;
        line-height: 25px;
    }
}

.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}
.pageTips .container a.close {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 1;
  left: auto;
  right: 20px;
  top: 20px;
  bottom: auto;
  background: url("../image/img31.png") center no-repeat;
}
.pageTips .container .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}