@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
    list-style-type: none;
    font-family: 'Microsoft YaHei', sans-serif;
    color: #000;
}

body, div, h1, h2, h3, h4, h5, h6, dl, dd, dt, p, a, form, select, input, ul, ol, li {
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
}

ul, ol {
    list-style: none;
    text-indent: 0;
    list-style-position: outside;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

img {
    display: block;
}

.browserupgrade {
    margin: 0;
    z-index: 9999;
    width: 100%;
    height: 42px;
    color: #e50b71;
    text-indent: 20px;
    line-height: 42px;
    overflow: hidden;
    background: #222222;
    border-bottom: 4px solid #000000;
}

.browserupgrade a {
    font-size: 16px;
    color: #fdc12d;
    cursor: pointer;
}

.browserupgrade a.brow-close {
    font-size: 14px;
    margin-right: 20px;
    float: right;
}

.clear {
    clear: both;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.zhuangt {
    width: 100%;
    height: 40px;
    background-color: #eeeeee;
}

.zhuangt p {
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    float: left;
}

.zhuangt ul {
    float: right;
    overflow: hidden;
}

.zhuangt ul li {
    height: 40px;
    line-height: 40px;

    float: left;
}

.zhuangt ul li a {
    font-size: 14px;
    color: #333333;
    display: block;
    line-height: 20px;
    border-right: solid 1px #cccccc;
    margin-top: 10px;
    padding: 0 10px;
}

.zhuangt ul li a.last {
    border-right: none;
}

.head .login {
    display: none;
}

.head .yinyu {
    width: 100%;
    background-color: #f9f9f9;
}

.head .yinyu p {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;

}

.head .yinyu p span {
    font-size: 14px;
    color: #abaaaa;
    display: block;
}

.head .yinyu p span:first-child {
    float: left;
}

.head .yinyu p span:nth-child(2) {
    float: right;
}

.head .yinyu p span a {
    color: #abaaaa;
    text-decoration: underline;
}

.head .h_logo {
    width: 1200px;
    margin: 0 auto;
    height: 110px;
    box-sizing: border-box;
}

.head .h_logo h1 {
    float: left;
}

.head .h_logo h1 img {
    height: 60px;
    margin-top: 25px;
    margin-left: 25px;
}

.head .h_logo span.logo_h {
    width: 1px;
    border: solid 1px #dcdcdc;
    height: 50px;
    display: block;
    float: left;
    box-sizing: border-box;
    margin: 30px 25px 0 20px;
}

.head .h_logo img.slogen {
    margin-top: 43px;
    float: left;
}

.head .h_logo img.xcy {
    width: 152px;
    height: 27px;
    float: left;
    margin-top: 41.5px;
    margin-left: 25px;
}

.head .h_logo img.m_menu {
    display: none;
}

.head .h_logo .address {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 40px 0 0 60px;
    cursor: pointer;
    position: relative;
    padding-bottom: 20px;
}

.head .h_logo .address .img_address {
    width: 14px;
    height: 18px;
    float: left;
    margin-top: 6px;
}

.head .h_logo .address p {
    float: left;
    margin-left: 8px;
}

.head .h_logo .address p a {
    font-size: 18px;
    color: #888888;
}

.head .h_logo .address p a span {
    font-size: 18px;
    color: #888888;
}

.head .h_logo .address i {
    width: 14px;
    height: 8px;
    background: url(../images/jiantou_xia.png) no-repeat center;
    background-size: 14px 8px;
    float: left;
    margin-top: 11px;
    margin-left: 8px;
    transition: 0.3s;
}

.head .h_logo .address:hover i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: 0.5s;
}

.head .h_logo .address .info {
    width: 375px;
    height: 130px;
    border: 2px solid #c9cbce;
    background-color: #ffffff;
    position: absolute;
    top: 42px;
    display: none;
    transition: 0.3s;
    z-index: 99;
}

.head .h_logo .address .info:before, .head .h_logo .address .info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    left: 20px;
    z-index: 999999;
}

.head .h_logo .address .info:before {
    border-color: transparent transparent #ffffff;
    top: -17px;
    z-index: 9999999;
}

.head .h_logo .address .info:after {
    border-color: transparent transparent #c9cbce;
    top: -20px;
}

.head .h_logo .address .info p {
    width: 100%;
    font-weight: bold;
    margin: 4px 4px 14px 4px;
    padding-left: 10px;
    color: #666666;
}

.head .h_logo .address .info ul {
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
}

.head .h_logo .address .info ul li {
    float: left;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #666666;
    background-color: #f5f5f5;
    margin-right: 10px;
    margin-bottom: 10px;
}

.head .h_logo .address .info ul li:hover a {
    color: #c7161c;
}

.head .h_logo .phone {
    width: 250px;
    float: right;
    height: 35px;
    margin-top: 37.5px;
}

.head .h_logo form {
    float: right;
    height: 40px;
    margin-top: 35px;
}

.head .h_logo form input.so {
    width: 333px;
    height: 40px;
    border: solid 2px #c7161c;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
}

.head .h_logo form p.tj {
    font-size: 18px;
    width: 90px;
    height: 40px;
    float: left;
    background-color: #c7161c;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.head .h_logo .phone {
    width: 240px;
    float: right;
    height: 50px;
    margin-top: 28.5px;
}

.head .h_logo .phone img {
    float: left;
    margin-top: 3.5px;
    margin-right: 15px;
}

.head .h_logo .phone .cons {
    float: left
}

.head .h_logo .phone .cons span {
    display: block;
    font-size: 14px;
    color: #282828;
}

.head .h_logo .phone .cons p {
    font-size: 27px;
    line-height: 30px;
    font-weight: bold;
    color: #c7161c;
    margin-top: 2px;
}

.head .nav {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
}

.head .nav .menu {
    width: 210px;
    height: 40px;
    background-color: #c7161c;
    float: left;
    position: relative;

}

.head .nav .menu ul.yw {
    position: absolute;
    top: 42px;
    width: 210px;
    height: 522px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 30;
}

.head .nav .menu ul.yw li {
    width: 210px;
    height: 87px;
    box-sizing: border-box;
    background: url(../images/menu_hr.png) no-repeat center bottom;
}

.head .nav .menu ul.yw li:hover {
    background-color: #ffffff;
}

.head .nav .menu ul.yw li img {
    float: left;
    top: 40px;
    margin-left: 40px;
    margin-top: 27.5px;
}

.head .nav .menu ul.yw li span {
    line-height: 87px;
    font-size: 18px;
    color: #ffffff;
    margin-left: 13px;
}

.head .nav .menu ul.yw li:hover span {
    color: #c7161c;
}

.head .nav .menu .menu_xf {
    width: 990px;
    height: 522px;
    background-color: #ffffff;
    margin: 2px 0 0 210px;
    position: absolute;
    z-index: 99;
    border-bottom: solid 1px #c7161c;
    border-right: solid 1px #c7161c;
    box-sizing: border-box;
    display: none;
}

.head .nav .menu .menu_xf .left {
    width: 680px;
    height: 522px;
    float: left;
    border-right: solid 1px #ededed;
    box-sizing: border-box;
}

.head .nav .menu .menu_xf .left .container {
    overflow: hidden;
    margin-top: 20px;
}

.head .nav .menu .menu_xf .left .container h4 {
    width: 140px;
    font-size: 16px;
    float: left;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.head .nav .menu .menu_xf .left .container h4 a {
    font-size: 16px;
    font-weight: bold;
}

.head .nav .menu .menu_xf .left .container ul {
    width: 539px;
    float: left;
    border-bottom: solid 1px #ededed;
    padding-bottom: 20px;
}

.head .nav .menu .menu_xf .left .last ul {
    border-bottom: none;
}

.head .nav .menu .menu_xf .left .container ul li {
    float: left;
    margin-right: 40px;
    margin-top: 10px;
}

.head .nav .menu .zzsp .left {
    width: 990px;
}

.head .nav .menu .zzsp .left .first {
    margin-top: 15px;
}

.head .nav .menu .zzsp .left .container {
    margin-top: 6px;
}

.head .nav .menu .zzsp .left .container ul {
    width: 849px;
    padding-bottom: 10px;
}

.head .nav .menu .zzsp .left .container ul li {
    margin-right: 25px;
}

.head .nav .menu .menu_xf .left .container ul li a {
    cursor: pointer;
}

.head .nav .menu .menu_xf .left .container ul li.first a {
    color: #c7161c;
}

.head .nav .menu .menu_xf .left .container ul li:hover a {
    color: #c7161c;
}

.head .nav .menu .menu_xf .right {
    width: 309px;
    height: 522px;
    float: left;
    background: url(../images/kzq.png) no-repeat 136px center;
}

.head .nav .menu .menu_xf .right .box {
    width: 100%;
    height: 174px;
    box-sizing: border-box;
    border-bottom: solid 1px #ededed;
    overflow: hidden;
}

.head .nav .menu .menu_xf .right .last {
    border-bottom: none;
}

.head .nav .menu .menu_xf .right .box img {
    margin: 43px 0 0 42px;
    float: left;
}

.head .nav .menu .menu_xf .right .box span {
    font-size: 18px;
    color: #999999;
    display: block;
    width: 80px;
    float: left;
    text-align: center;
    margin: 63px 0 0 20px;
}

.head .nav .menu p {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}

.head .nav .dh {
    width: 990px;
    overflow: hidden;
    float: left;
}

.head .nav .dh li {
    float: left;
    line-height: 40px;
    margin-left: 40px;
    position: relative;
}

.head .nav .dh li.hot:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -7px;
    z-index: 1;
    width: 22px;
    height: 14px;
    background: url(../images/hots.png) no-repeat center;
    -webkit-animation: Hot 0.3s ease alternate infinite;
    animation: Hot 0.3s ease alternate infinite;
}

@-webkit-keyframes Hot {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
    }
    to {
        -webkit-transform: translate(0, 2px);
        transform: translate(0, 2px);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        opacity: .9;
    }
}

@keyframes Hot {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
    }
    to {
        -webkit-transform: translate(0, 2px);
        transform: translate(0, 2px);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        opacity: .9;
    }
}

.head .nav .dh li a {
    font-size: 18px;
    color: #666666;
}

.head .nav .dh li:hover a {
    color: #c7161c;
}

.head .nav .dh li.xz a {
    color: #c7161c;
}

.hr {
    width: 100%;
    height: 2px;
    background-color: #c7161c;
}

.banner {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
}

.banner .swiper-container {
    width: 100%;
    height: 800px;
}

.banner .swiper-container .swiper-wrapper {
    width: 100%;
    height: 800px;
}

.banner .swiper-container .swiper-slide {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
}

.banner .swiper-container .swiper-slide img {
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 800px;
    display: block;
    position: absolute;
    transition: 0.2s;
    cursor: pointer;
}

.banner .swiper-pagination {
    bottom: 20px;
    width: 100%;
    z-index: 20;
    text-align: center;
    position: absolute;
    left: 60px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #e6e6e6;
    opacity: 1;
    margin: 0 7px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c7161c;
}

.ztn {
    width: 100%;
    overflow: hidden;
}

.ztn .ztn_title {
    margin-top: 100px;
    margin-bottom: 45px;
}

.ztn .ztn_title h3 {
    font-size: 45px;
    color: #4c4c4c;
    text-align: center;
}

.ztn .ztn_title p {
    font-size: 14px;
    color: #adadad;
    text-align: center;
    margin-top: 3px;
}

.ztn .ztn_title img {
    margin: 18px auto 0 auto;
}

.ztn .ztn_title img.m_hr {
    display: none;
}

.ztn_1 {
    background-color: #f5f5f5;
    padding-bottom: 55px;
}

.ztn_1 .container {
    width: calc(100% + 30px);
}

.ztn_1 .m_container {
    display: none;
}

.ztn_1 .container .box {
    width: 380px;
    height: 310px;
    background-color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    float: Left;
    margin: 0 30px 20px 0;
}

.ztn_1 .container .box .con {
    width: 380px;
    height: 310px;
    overflow: hidden;
}

.ztn_1 .container .box .con img {
    margin: 40px auto 21px auto;
}

.ztn_1 .container .box .con h4 {
    font-size: 18px;
    color: #272636;
    text-align: center;
}

.ztn_1 .container .box .con span {
    font-size: 7px;
    color: #999999;
    display: block;
    text-align: center;
}

.ztn_1 .container .box .con p {
    margin-top: 31px;
    font-size: 24px;
    text-align: center;
    color: #c7161c;
}

.ztn_1 .container .box .info {
    width: 380px;
    height: 310px;
    background-color: #c7161c;
    position: absolute;
    top: 310px;
    transition: 0.5s;
}

.ztn_1 .container .box:hover .info {
    top: 0;
    transition: 0.5s;
}

.ztn_1 .container .box .info ul {
    width: 324px;
    margin: 32px auto 0 auto;
    overflow: hidden;
}

.ztn_1 .container .box .info ul li {
    width: 100%;
    height: 49px;
    box-sizing: border-box;
    border-bottom: solid 1px #d58184;

}

.ztn_1 .container .box .info ul li .right {
    float: right;
}

.ztn_1 .container .box .info ul li .right span {
    font-size: 18px;
    color: #ffffff;
}

.ztn_1 .container .box .info ul li.last {
    border-bottom: none;
}

.ztn_1 .container .box .info ul li img {
    margin: 13px 10px 0 110px;
    float: left;
}

.ztn_1 .container .ss .info ul li img {
    margin: 13px 10px 0 60px;
    float: left;
}

.ztn_1 .container .sb .info ul li img {
    margin: 13px 10px 0 90px;
    float: left;
}

.ztn_1 .container .box .info ul li span {
    display: block;
    float: left;
    line-height: 49px;
    font-size: 18px;
    color: #ffffff;
}

.ad1 {
    width: 100%;
    height: 198px;
    background: url(../images/ad1.jpg) no-repeat center;
}

.ztn_2 {
    background-color: #f5f5f5;
}

.ztn_2 .container {
    width: 100%;
    overflow: hidden;
    margin-bottom: 75px;
    position: relative;
}

.ztn_2 .swiper-button-prev {
    background-image: url(../images/left.png);
}

.ztn_2 .swiper-button-next {
    background-image: url(../images/right.png);
}

.ztn_2 .container .box {
    width: 100%;
    height: 460px;
    float: left;
    position: relative;
    overflow: hidden;
}

.ztn_2 .container .box img {
    width: 100%;
}

.ztn_2 .container .box .info {
    width: 100%;
    height: 160px;
    background: rgba(0, 0, 0, 0.8);
    bottom: -82px;
    position: absolute;
    padding: 0 60px;
    box-sizing: border-box;
    transition: 0.5s;

}

.ztn_2 .container .box:hover .info {
    bottom: 0;
    transition: 0.5s;
    background: rgba(199, 22, 28, 0.8);
}

.ztn_2 .container .box .info p {
    font-size: 34px;
    color: #ffffff;
    margin-top: 15px;
    text-align: center;

}

.ztn_2 .container .box .info span {
    font-size: 18px;
    color: #ffffff;
    margin-top: 15px;
    display: block;
    text-align: center;
}

.ztn_3 {
    width: 100%;
    height: 670px;
    background: url(../images/ztn3_bj.jpg) no-repeat center;
}

.ztn_3 .ztn_title h3 {
    color: #ffffff;
}

.ztn_3 .container .swiper-container .swiper-wrapper .swiper-slide img {
    float: left;
    margin-left: 62px;
    margin-top: 30px;
}

.ztn_3 .container {
    position: relative;
    padding: 0 50px;
}

.ztn_3 .container .con {
    float: left;
    font-size: 18px;
    color: #ffffff;
    text-align: right;
    padding: 40px 90px 74px 90px;
    position: relative;
    margin-top: 76px;
}

.ztn_3 .container .con:before {
    content: '“';
    top: 5px;
    left: 5px;
}

.ztn_3 .container .con:after {
    content: '”';
    right: 0;
    bottom: 0;
}

.ztn_3 .container .con:before, .ztn_3 .container .con:after {
    font-family: '黑体';
    font-size: 72px;
    color: #cd001d;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    z-index: 1;
}

.ztn_3 .swiper-button-prev {
    background-image: url(../images/left.png);
}

.ztn_3 .swiper-button-next {
    background-image: url(../images/right.png);
}

.ztn_4 {
    background-color: #f5f5f5;
}

.ztn_4 .container {
    width: calc(100% + 52px);
    overflow: hidden;
    margin-bottom: 75px;
}

.ztn_4 .m_hr {
    display: none;
}

.ztn_4 .container .box {
    width: 365px;
    float: left;
    margin-right: 52px;
}

.ztn_4 .container .box .con_title {
    height: 52px;
    line-height: 52px;
    border-bottom: solid 2px #666666;
}

.ztn_4 .container .box .con_title span a {
    font-size: 20px;
    color: #5d5d5d;
    display: block;
    line-height: 52px;
}

.ztn_4 .container .box .con_title span.left {
    float: left;
}

.ztn_4 .container .box .con_title span.right a {
    font-size: 16px;
}

.ztn_4 .container .box .con_title span:hover a {
    color: #c7161c;
}

.ztn_4 .container .box .con_title span.right {
    float: right;
}

.ztn_4 .container .box ul li {
    height: 30px;
    line-height: 30px;
}

.ztn_4 .container .box ul li span {
    display: none;
}

.ztn_4 .container .box ul li img {
    float: left;
}

.ztn_4 .container .box ul li a {
    font-size: 15px;
    color: #323232;
    margin-left: 15px;
    line-height: 30px;
    display: block;
}

.ztn_4 .container .box ul li a h3 {
    display: block;
    float: left;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ztn_4 .container .box ul li:hover a h3 {
    color: #c7161c;
}

.ztn_4 .container .box ul li a .pc_time {
    display: block;
    color: #999999;
    float: right;
}

.ztn_4 .container .box ul li a p {
    display: none;
}

.ztn_4 .container .box ul li a time {
    color: #999999;
    float: right;
}

.ztn_4 .container .box ul li:hover a time {
    color: #c7161c;
}

.ztn_4 .container .box ul li:hover a span {
    color: #c7161c;
}

.ztn_4 .container .box ul li a img {
    display: none;
}

.ztn_4 .ztn_title {
    margin-top: 130px;
}

.ztn_5 {
    width: 100%;
    height: 1000px;
    background: url(../images/ditu_bj.jpg) no-repeat center;
}

.ztn_5 .ztn_title {
    margin-bottom: 0;
}

.ztn_5 .ztn_title h3 {
    color: #ffffff;
}

.ztn_5 .container {
    width: 899px;
    height: 743px;
    position: relative;
    margin: 0 auto;
    background: url(../images/map.png) no-repeat center;
}

.ztn_5 .container .map {
    display: none;
    position: absolute;
    transition: 0.2s;
}

.ztn_5 .container .map_bj {
    width: 30px;
    height: 32px;
    top: 265px;
    left: 659px;
    background: url(../images/map_bj.png) no-repeat center;
}

.ztn_5 .container .map_gd {
    width: 139px;
    height: 113px;
    top: 589px;
    left: 586px;
    background: url(../images/map_gd.png) no-repeat center;
}

.ztn_5 .container .map_hb {
    width: 135px;
    height: 83px;
    top: 436px;
    left: 555px;
    background: url(../images/map_hb.png) no-repeat center;
}

.ztn_5 .container .map_tj {
    width: 135px;
    height: 83px;
    top: 253px;
    left: 625px;
    background: url(../images/map_tj.png) no-repeat center;
}

.ztn_5 .container .map_hebei {
    width: 96px;
    height: 137px;
    top: 232px;
    left: 632px;
    background: url(../images/map_hebei.png) no-repeat center;
}

.ztn_5 .container .map_hlj {
    width: 199px;
    height: 180px;
    top: 0;
    left: 700px;
    background: url(../images/map_hlj.png) no-repeat center;
}

.ztn_5 .container .map_sc {
    width: 193px;
    height: 170px;
    top: 416px;
    left: 362px;
    background: url(../images/map_sc.png) no-repeat center;
}

.ztn_5 .container .map_sd {
    width: 122px;
    height: 75px;
    top: 324px;
    left: 661px;
    background: url(../images/map_sd.png) no-repeat center;
}

.ztn_5 .container .map_sh {
    width: 18px;
    height: 16px;
    top: 449px;
    left: 773px;
    background: url(../images/map_sh.png) no-repeat center;
}

.ztn_5 .container .map_xinjiang {
    width: 361px;
    height: 274px;
    top: 89px;
    left: 0px;
    background: url(../images/map_xinjiang.png) no-repeat center;
}

.ztn_5 .container a.tag {
    font-size: 14px;
    color: #d9d7d7;
    display: block;
    transition: 0.2s;
    position: absolute;
    cursor: pointer;
    background: url(../images/map_jiantou.png) no-repeat left center;
    padding-left: 20px;
    height: 24px;
    line-height: 24px;
}

.ztn_5 .container a.tag:hover {
    background: url(../images/map_jiantou_h.png) no-repeat left center;
}

.ztn_5 .container a.stop {
    background: none;
}

.ztn_5 .container a.stop:hover {
    background: none;
}

.ztn_5 .container a.tag_bj {
    top: 255px;
    left: 665px;
}

.ztn_5 .container a.tag_gd {
    top: 609px;
    left: 644px;
}

.ztn_5 .container a.tag_hb {
    top: 460px;
    left: 602px;
}

.ztn_5 .container a.tag_tj {
    top: 279px;
    left: 684px;
}

.ztn_5 .container a.tag_hebei {
    top: 303px;
    left: 650px;
}

.ztn_5 .container a.tag_hlj {
    top: 100px;
    left: 804px;
}

.ztn_5 .container a.tag_sc {
    top: 483px;
    left: 437px;
}

.ztn_5 .container a.tag_sd {
    top: 345px;
    left: 696px;
}

.ztn_5 .container a.tag_sh {
    top: 435px;
    left: 775px;
}

.ztn_5 .container a.tag_xinjiang {
    top: 247px;
    left: 164px;
}

.ztn_5 .container a.tag_xizang {
    top: 434px;
    left: 164px;
}

.ztn_5 .container a.tag_qinghai {
    top: 355px;
    left: 305px;
}

.ztn_5 .container a.tag_gansu {
    top: 381px;
    left: 442px;
}

.ztn_5 .container a.tag_yunnan {
    top: 600px;
    left: 395px;
}

.ztn_5 .container a.tag_neimenggu {
    top: 267px;
    left: 516px;
}

.ztn_5 .container a.tag_ningxia {
    top: 338px;
    left: 475px;
}

.ztn_5 .container a.tag_shanxi3 {
    top: 411px;
    left: 516px;
}

.ztn_5 .container a.tag_chongqing {
    top: 490px;
    left: 509px;
}

.ztn_5 .container a.tag_guizhou {
    top: 555px;
    left: 497px;
}

.ztn_5 .container a.tag_guangxi {
    top: 621px;
    left: 529px;
}

.ztn_5 .container a.tag_shanxi1 {
    top: 332px;
    left: 579px;
}

.ztn_5 .container a.tag_henan {
    top: 403px;
    left: 598px;
}

.ztn_5 .container a.tag_hunan {
    top: 539px;
    left: 580px;
}

.ztn_5 .container a.tag_hunan {
    top: 539px;
    left: 580px;
}

.ztn_5 .container a.tag_hainan {
    top: 714px;
    left: 553px;
}

.ztn_5 .container a.tag_jilin {
    top: 172px;
    left: 772px;
}

.ztn_5 .container a.tag_liaoning {
    top: 229px;
    left: 741px;
}

.ztn_5 .container a.tag_jiangsu {
    top: 411px;
    left: 714px;
}

.ztn_5 .container a.tag_anhui {
    top: 445px;
    left: 673px;
}

.ztn_5 .container a.tag_zhejiang {
    top: 491px;
    left: 730px;
}

.ztn_5 .container a.tag_jiangxi {
    top: 534px;
    left: 650px;
}

.ztn_5 .container a.tag_fujian {
    top: 559px;
    left: 700px;
}

.ztn_5 .container a.tag_taiwan {
    top: 601px;
    left: 762px;
}

.ztn_5 .container .info {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 10px 40px 30px;
    display: none;
}

.ztn_5 .container .info ul {
    overflow: hidden;
}

.ztn_5 .container .info ul li {
    width: 220px;
    border-bottom: solid 1px #6e7173;
    padding-bottom: 20px;
    margin-right: 20px;
}

.ztn_5 .container .info ul li p {
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    padding: 20px 0 10px 0;
}

.ztn_5 .container .info ul li p span {
    font-size: 15px;
    color: #c7161c;
    display: inline;
}

.ztn_5 .container .info ul li span {
    display: block;
    font-size: 14px;
    color: #a7a7a7;
    margin-top: 5px;
}

.ztn_5 .container .info_bj {
    top: 300px;
    left: 150px;
    width: 480px;
}

.ztn_5 .container .info_bj ul li {
    float: left;
}

.ztn_5 .container .info_gd {
    top: 437px;
    left: 299px;
}

.ztn_5 .container .info_hb {
    top: 380px;
    left: 267px;
}

.ztn_5 .container .info_hebei {
    top: 328px;
    left: 344px;
}

.ztn_5 .container .info_tj {
    top: 298px;
    left: 384px;
}

.ztn_5 .container .info_hlj {
    top: 117px;
    left: 457px;
}

.ztn_5 .container .info_sc {
    top: 410px;
    left: 541px;
}

.ztn_5 .container .info_sd {
    top: 386px;
    left: 389px;
}

.ztn_5 .container .info_sh {
    top: 367px;
    left: 478px;
}

.ztn_5 .container .info_xinjiang {
    top: 247px;
    left: 239px;
}

.ztn_6 {
    width: 100%;
    background: url(../images/hehuo_bj.png) no-repeat center bottom;
    font-size: 100%;
}

.ztn_6 .container {
    overflow: hidden;
    width: 100%;
    margin-bottom: 215px;
}

.ztn_6 .container .box {
    width: 240px;
    height: 150px;
    border-right: dashed 1px #dadada;
    border-bottom: dashed 1px #dadada;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
}

.ztn_6 .container .last {
    border-right: none;
}

.ztn_6 .container .box:hover {
    background-color: #f5f5f5;
}

.ztn_6 .container .box img {
    margin: 32.5px auto;
}

.fw {
    width: 100%;
    height: 130px;
    background-color: #f8f8f8;
}

.fw .container {
    width: 1260px;
}

.fw .container ul {
    overflow: hidden;
}

.fw .container ul li {
    width: 260px;
    float: left;
    margin-right: 55px;
}

.fw .container ul li img {
    width: 55px;
    float: left;
    margin-top: 37.5px;
}

.fw .container .right {
    width: 185px;
    height: 44px;
    float: left;
    margin: 43px 0 0 20px;
    border-right: solid 1px #cecece;

    box-sizing: border-box;
}

.fw .container .right p {
    font-size: 18px;
    color: #000105;
    font-weight: bold;
}

.fw .container .right span {
    font-size: 12px;
    color: #959595;
    display: block;
    margin-top: 4px;
}

.fw .container ul li.last .right {
    border-right: none;
}

.footer {
    width: 100%;
    background-color: #282828;
    overflow: hidden;
}

.footer .container {
    width: 100%;
    margin-top: 55px;
    overflow: hidden;
}

.footer .container .left {
    width: 290px;
    float: left;
    border-right: solid 1px #3b3b3b;
    box-sizing: border-box;
}

.footer .container .left .con {
    width: 220px;
}

.footer .container .left .con span {
    font-size: 14px;
    color: #888888;
    display: block;
    text-align: center;
    line-height: 40px;
}

.footer .container .right {
    width: 850px;
    margin: 0 auto;
}

.footer .container .right ul.yw {
    overflow: hidden;
    width: 100%;
}

.footer .container .right ul.yw li {
    width: 84px;
    float: left;
    border-right: solid 1px #888888;
    height: 18px;
}

.footer .container .right ul.yw li:hover a {
    color: #c7161c;
}

.footer .container .right ul.yw li.last {
    border-right: none;
}

.footer .container .right ul.yw li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #888888;
    line-height: 18px;
    cursor: pointer;
}

.footer .container .right .lx {
    width: 215px;
    height: 40px;
    border-radius: 20px;
    background-color: #3d3d3d;
    margin: 25px auto 0 auto;
    padding-right: 10px;
}

.footer .container .right .lx span {
    font-size: 20px;
    color: #ffffff;
    float: left;
    line-height: 40px;
    margin-left: 10px;
}

.footer .container .right .lx img {
    margin: 7px 0 0 20px;
    float: left;
}

.footer .container .right .address {
    font-size: 16px;
    color: #888888;
    margin: 30px 0 0 10px;
    text-align: center;
}

.footer .container .right .friendlinks {
    width: 839px;
    overflow: hidden;
    margin: 25px 0 0 10px;
}

.footer .container .right .friendlinks li {
    float: left;
    font-size: 18px;
    color: #888888;
    margin-right: 10px;
    height: 30px;
}

.footer .container .right .friendlinks li span {
    font-size: 14px;
    color: #888888;
}

.footer .container .right .friendlinks li a {
    font-size: 16px;
    color: #888888;
    line-height: 30px;
}

.footer .icp {
    font-size: 16px;
    color: #888888;
    line-height: 30px;
    text-align: center;
    margin: 20px 0;
    padding-top: 10px;
}

.footer .zx {
    display: none;
}

.m_xf {
    display: none;
}

.m_menu_xf {
    display: none;
}

.m_baojia {
    display: none;
}

/**列表页样式**/
.list .head .nav .menu ul.yw {
    display: none;
}

.list .head .nav .menu ul.yw {
    top: 40px;
}

.banner .swiper-pagination {
    left: 0;
}

.list .mianbao .main {
    color: #a1a1a1;
}

.list .mianbao a {
    font-size: 16px;
    color: #a1a1a1;
    line-height: 90px;
}

.list .mianbao a:last-child {
    color: #282828;
}

.list .l_ztn {
    overflow: hidden;
}

.list .l_ztn .title {
    margin: 80px 0 60px 0;
}

.list .l_ztn .title h3 {
    font-size: 45px;
    color: #282828;
    text-align: center;
}

.list .l_ztn .title h3 span {
    color: #c7161c;
}

.list .l_ztn .title p {
    text-align: center;
    font-size: 18px;
    color: #686868;
    margin-top: 10px;
}

.list .l_ztn1 {
    width: 100%;
    height: 460px;
    background: url(../images/l_ztn1_bj.jpg) no-repeat center;
}

.list .l_ztn1 .left {
    width: 433px;
    overflow: hidden;
    margin-right: 14px;
    float: left;
}

.list .l_ztn1 .left img {
    margin: 60px 0 0 48px;
}

.list .l_ztn1 .right {
    width: 720px;
    float: left;
    margin-top: 60px;
}

.list .l_ztn1 .right .box {
    width: 225px;
    background-color: #ffffff;
    margin: 0 15px 15px 0;
    overflow: hidden;
    float: left;
}

.list .l_ztn1 .right .box h3 {
    font-size: 20px;
    color: #41465a;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;

}

.list .l_ztn1 .right .box span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #b0b2b8;
    margin-top: 5px;
}

.list .l_ztn1 .right .box p {
    width: 125px;
    height: 30px;
    background-color: #41465a;
    border-radius: 5px;
    margin: 23px auto 25px auto;
}

.list .l_ztn1 .right .box:hover p {
    background-color: #c7161c;
}

.list .l_ztn1 .right .box p a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.list .l_ztn1 .right .box:hover h3 {
    color: #c7161c
}

.list .biaodan {
    margin-bottom: 30px;
}

.list .biaodan .container {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    background-color: #e5e5e5;
}



.list .l_ztn8 {
    background: url(../images/l_ztn8_bj.jpg) no-repeat center;
    background-size: 100%;
}

.list .l_ztn8 .main {
    overflow: hidden;
}

.list .l_ztn8 .container {
    margin: 30px 0 105px 70px;
    overflow: hidden;
}

.list .l_ztn8 .container .box {
    width: 332px;
    height: 336px;
    background-color: #ffffff;
    float: left;
    margin-right: 30px;
}

.list .l_ztn8 .container .box img {
    margin: 40px auto 10px auto
}

.list .l_ztn8 .container .box p {
    font-size: 30px;
    color: #303030;
    text-align: center;
}

.list .l_ztn8 .container .box:hover p {
    color: #0c7dbd;
}

.list .l_ztn8 .container .box span {
    display: block;
    width: 280px;
    margin: 20px auto 0 auto;
    font-size: 16px;
    color: #898989;
    line-height: 26px;
}
.list .l_ztn9 {
    /*background: url(../images/l_ztn9_bj.jpg) no-repeat center;*/
}

.list .l_ztn9 .container {
    overflow: hidden;
    margin-bottom: 70px;
}

.list .l_ztn9 .container > div {
    width: 50%;
    float: left;
}

.list .l_ztn9 .container ul {
    width: 498px;
}

.list .l_ztn9 .container .left ul {
    float: right;
}

.list .l_ztn9 .container ul li {
    height: 48px;
    line-height: 48px;
    margin-bottom: 32px;
}

.list .l_ztn9 .container .left ul li {
    background: url(../images/l_ztn9_bj_1.png) no-repeat center;
}

.list .l_ztn9 .container .right ul li {
    background: url(../images/l_ztn9_bj_2.png) no-repeat center;
}

.list .l_ztn9 .container ul li img {
    float: left;
    margin: 6.5px 14px 0 50px;
}

.list .l_ztn9 .container ul li a {
    display: block;
    width: 395px;
    float: left;
    font-size: 19px;
    font-weight: bold;
    color: #686a70;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.list .l_ztn9 .container ul li:hover a {
    color: #c7161c;
}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    margin: 0 6px 0 0 !important;
}


/*咨询聊天*/
.talk {
    width: 70px;
    position: fixed;
    right: 10px;
    bottom: 200px;
    z-index: 999;
}

.talk .box {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    background-color: #ffffff;
    cursor: pointer;
}

.talk .box:hover {
    background-color: #e13e38;
    border: solid 1px #e13e38;
}

.talk .box.fan {
    background-color: #e13e38;
    border: solid 1px #e13e38;
}

.talk .box:hover p {
    color: #ffffff;
}

.talk .box img {
    margin: 10px auto 5px auto;
}

.talk .box p {
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.talk .box.fan p {
    color: #ffffff;
}

.talk .erweima {
    width: 177px;
    height: 200px;
    border: solid 1px #e5e5e5;
    position: fixed;
    right: 90px;
    bottom: 277px;
    background-color: #ffffff;
    display: none;
}

.talk .erweima img {
    margin: 15px auto 5px auto;
}

.talk .erweima p {
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.talk .kf_phone {
    width: 226px;
    height: 70px;
    background-color: #e13e38;
    position: fixed;
    right: 90px;
    bottom: 273px;
    border-radius: 5px;
    display: none;
}

.talk .kf_phone img {
    float: Left;
    margin: 17.5px 10px 17.5px 15px;
}

.talk .kf_phone p {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    margin-top: 17.5px;
}

/*咨询聊天*/

.m_xfx {
    display: none;
}


.kf_k {
    width: 160px;
    height: 550px;
    position: fixed;
    left: 10px;
    top: 200px;
    z-index: 9999;
}


.m_zixun {
    display: none;
}

.zzxx {
    width: 100%;
}

.zzxx p {
    width: 300px;
    height: 45px;
    border-radius: 10px;
    background-color: #c7161c;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    margin: 80px auto 0 auto;
    font-size: 17px;
    cursor: pointer;
}