﻿@charset "utf-8";
html {
    font-size: 0.625em;
}

body {
    font-family: "微软雅黑";
    background: url("../images/bodybg.png") top no-repeat;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img {
	border: none;
}
li {
    list-style: none;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
a {
    outline: none;
    text-decoration: none;
    color: #000;
}
a:hover {
	color: none;
}
input, img, button {
    outline: none;
    border: none;
}
.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.webTop {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    background: url('../images/webTopBg.png') center no-repeat;
}
.webTop p {
    font-size: 14px;
    margin: 0;
}
.logoImg {
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.logoImg img {
    display: block;
    margin-top: 25px;
}
.logoImg .search {
    width: 370px;
    height: 42px;
    margin-top: 55px;
    background: #fff;
    border-radius: 50px;
}
.logoImg .search input {
    border: none;
    background: none;
    width: 275px;
    height: 40px;
    font-size: 14px;
    vertical-align: bottom;
    padding: 0 20px;
}
.logoImg .search span {
    display: inline-block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #a81214;
    color: #fff;
    font-size: 18px;
    letter-spacing: 10px;
    border-radius: 50px;
    margin-top: 1px;
    cursor: pointer;
}
.navily {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    background: #a81214;
}
.navily li {
    width: 145px;
    height: 60px;
}
.navily li a {
    display: block;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.navily li:hover {
    background: #fff;
}
.navily li:hover a {
    color: #a81214;
}


.topNews {
    width: 100%;
    height: 110px;
    background: url('../images/topNewsBg.png') no-repeat left;
    text-align: center;
}
.topNews .topNews_title {
    font-size: 30px;
    color: #a81214;
    line-height: 76px;
}
.topNews .topNews_des {
    font-size: 16px;
}
.topNews .topNews_des a {
    font-size: 16px;
    color: #000;
}

.imgNews {
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
}
.imgNews .imgNews_swiper {
    width: 700px;
    height: 370px;
}
.imgNews .imgNews_swiper img {
    display: block;
    width: 700px;
    height: 370px;
}
.imgNews .imgNews_swiper p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, .3);
}
.imgNews .imgNews_swiper .swiper-pagination {
    text-align: right;
    bottom: 16px;
}
.imgNews .imgNews_swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.imgNews .imgNews_swiper .swiper-pagination-bullet-active {
    background: #a81214;
}
.imgNews .imgNews_cont {
    width: 460px;
    height: 370px;
    padding: 20px;
    background: #f2f2f2;
    overflow: hidden;
}
.imgNews .imgNews_cont .imgNews_title {
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}
.imgNews .imgNews_title li {
    width: 31%;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.imgNews .imgNews_title li a {
    font-size: 18px;
}
.imgNews .imgNews_title li.active {
    background: #a81214;
}
.imgNews .imgNews_title li.active a {
    color: #fff;
}
.imgNews .imgNews_boot {
    width: 100%;
    margin-top: 20px;
}
.imgNews .imgNews_boot li {
    position: relative;
    width: 100%;
    padding-left: 10px;
    line-height: 35px;
}
.imgNews .imgNews_boot li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #ccc;
}
.imgNews .imgNews_boot li a {
    display: block;
    font-size: 16px;
}
.imgNews .imgNews_boot li a span {
    font-size: 14px;
    color: #777777;
}
.imgNews .imgNews_boot li:hover a {
    color: #a81214;
}

.content_one, .content_tow {
    margin-top: 20px;
    padding: 0 20px;
}
.content_left, .content_mid {
    width: 373px;
    margin-right: 20px;
}
.content_right {
    width: 373px;
}
.content_title {
    width: 100%;
    margin-bottom: 20px;
}
.content_title li {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}
.content_title li::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-9px);
    content: '';
    width: 1px;
    height: 18px;
    background: #ccc;
}
.content_title li:last-child::after {
    display: none;
}
.content_title li a {
    font-size: 18px;
    color: #777777;
}
.content_title li.active a {
    color: #a81214;
    font-weight: bold;
}
.content_cent {
    width: 100%;
    height: 362px;
    padding: 10px;
    border: 1px solid #ccc;
}
.content_cent li {
    position: relative;
    width: 100%;
    line-height: 34px;
    padding-left: 10px;
}
.content_cent li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #ccc;
}
.content_cent li a {
    font-size: 16px;
}
.content_cent li a span {
    font-size: 14px;
    color: #777777;
}
.content_cent li:hover a {
    color: #a81214;
}
.content_rtitle {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    color: #a81214;
}
.content_rtitle i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/govindis.png') center no-repeat;
    vertical-align: middle;
}
.content_rcent {
    width: 100%;
    height: 362px;
    padding: 20px 10px;
    border: 1px solid #ccc;
}
.content_rcent li {
    position: relative;
    width: 100%;
    height: 70px;
    margin-bottom: 2px;
    padding: 0 20px;
    background: #f2f2f2;
    line-height: 70px;
}
.content_rcent li a {
    display: block;
    font-size: 16px;
}
.content_rcent li a i {
    display: inline-block;
    width: 10px;
    height: 15px;
    background: url('../images/arrow.png') center no-repeat;
    margin-top: 10px;
}
.content_rcent a:hover {
    color: #a81214;
}
.content_rcent li::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    content: '';
    width: 2px;
    height: 28px;
    background: #a81214;
}

.slogan {
    width: 100%;
    height: 108px;
    margin-top: 20px;
    padding:  0 20px;
}
.slogan img {
    display: block;
    width: 100%;
    height: 108px;
}

.content_tow .content_left .content_cent {
    height: 297px;
}
.content_sycent {
    width: 100%;
    height: 297px;
    padding: 20px;
    border: 1px solid #ccc;
}
.content_sycent li {
    position: relative;
    width: 180px;
    height: 75px;
    margin-bottom: 10px;
    line-height: 75px;
    text-align: center;
    border: 1px solid #ccc;
}
.content_sycent li:nth-of-type(2n) {
    float: right;
}
.content_sycent li::before {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-21px);
    content: '';
    width: 1px;
    height: 42px;
    background: #f2f2f2;
}
.content_sycent li i {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-11px);
    width: 22px;
    height: 22px;
    background: url('../images/202102021651.png') center no-repeat;
    vertical-align: middle;
}
.content_sycent li span {
    display: block;
    font-size: 18px;
    padding-left: 30px;
}
.content_sycent li:hover span {
    color: #a81214;
}

.content_zttitle {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    color: #a81214;
    font-weight: bold;
}
.content_zttitle span {
    margin-top: 6px;
    font-size: 12px;
    color: #777777;
    font-weight: normal;
}
.content_ztcent {
    width: 100%;
    height: 297px;
    padding: 20px 10px;
    border: 1px solid #ccc;
}
.content_ztcent li {
    width: 100%;
    //height: 75px;
    margin-bottom: 10px;
}
.content_ztcent li img {
    width: 100%;
    //height: 75px;
}

.special {
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
}
.special .content_title {
    margin-bottom: 0px;
}
.content_spcent {
    width: 100%;
    padding: 20px;
}
.content_spcent .special_swiper {
    width: 1048px;
    height: 166px;
}
.content_spcent .special_swiper img {
    display: block;
    width: 100%;
    height: 166px;
}
.content_spcent .special_left {
    width: 31px;
    height: 166px;
    margin-right: 10px;
    background: url('../images/special_left.png') center no-repeat;
    cursor: pointer;
}
.content_spcent .special_right {
    width: 31px;
    height: 166px;
    background: url('../images/special_right.png') center no-repeat;
    cursor: pointer;
}


@font-face {
    font-family: 'iconfont';
    /* project id 2018165 */
    src: url('//at.alicdn.com/t/font_2018165_6paowzl91ut.eot');
    src: url('//at.alicdn.com/t/font_2018165_6paowzl91ut.eot?#iefix') format('embedded-opentype'),
        url('//at.alicdn.com/t/font_2018165_6paowzl91ut.woff2') format('woff2'),
        url('//at.alicdn.com/t/font_2018165_6paowzl91ut.woff') format('woff'),
        url('//at.alicdn.com/t/font_2018165_6paowzl91ut.ttf') format('truetype'),
        url('//at.alicdn.com/t/font_2018165_6paowzl91ut.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/* <!-- 底部 --> */
.footer {
    height: initial;
    margin-top: 20px;
    border-top: 1px solid #a81214;
}

.footer_link {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer_link .js_link {
    width: 793px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
}

.footer_link div.active .js_ds {
    display: none;
}

.footer_link .js_link .js_z:nth-child(1) {
    margin-left: 0px;
}

.footer_link .js_link .js_z {
    float: left;
    width: 190px;
    cursor: pointer;
    position: relative;
    border: 1px solid #ccc;
    margin-left: 11px;
    border-radius: 2px;
}

.footer_link .js_link .js_z span {
    display: block;
    font-size: 16px;
    width: 148px;
    border-right: 1px solid #ccc;
    text-indent: 12px;
}

.footer_link .js_links {
    position: relative;
}

.footer_link .js_links ul {
    width: 793px;
    display: none;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow-x: hidden;
    height: 166px;
    background: #fff;
    overflow-x: scroll;
}

.footer_link .js_links li {
    float: left;
    width: 172px;
    line-height: 2;
    padding: 0 12px;
    box-sizing: content-box;
}

.footer_link .js_links li a {
    font-size: 14px;
}

.js_z1 .js_ds {
    display: block;
}

.js_z1 .js_ds2 {
    display: none;
}

.js_z i {
    position: absolute;
    cursor: pointer;
    top: 12px;
    right: 12px;
    height: 20px;
    line-height: 20px;
}

.footer_bot {
    height: 166px;
}

.footer_bot_fl {
    margin-top: 34px;
}

.footer_bot_fr {
    margin-top: 25px;
}

.footer_bot_fr a {
    float: left;
    margin-left: 20px;
}

.footer_bot_ct {
    margin-left: 20px;
    margin-top: 20px;
}

.footer_bot_ct_t {
    margin: 20px 0 17px;
}

.footer_bot_ct_t a {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}

.footer_bot_ct_b p {
    margin-bottom: 8px;
}

.footer_bot_ct_b p a {
    display: inline-block;
}
