* {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
}


/*文本修饰*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

a img {
    border: none;
    object-fit: cover;
}

.clear {
    clear: both;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    object-fit: cover;
}

table,
table td {
    border-collapse: collapse;
}


/* 限制行数 */

.line_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line_5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.div1200 {
    width: 1200px;
    margin: 0 auto;
}

.div1260 {
    width: 1260px;
    margin: 0 auto;
}


/* 首页 */

.top_left {
    width: 25%;
    padding-top: 15px;
}

.top_right {
    width: 70%;
    padding-top: 15px;
}

.top_right_form {
    width: 100px;
    height: 26px;
    line-height: 26px;
    border: solid 1px #f7f7f7;
    border-radius: 13px;
}

.top_right_form>form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_right_form_input {
    width: 80%;
    height: 26px;
}

.top_right_form_input>input {
    width: 100%;
    height: 100%;
    background: none;
    outline: none;
    border: 0;
    padding-left: 11px;
    box-sizing: border-box;
}

.top_right_form_sub {
    width: 20%;
    height: 26px;
    background: url(../images/sousuo.png) center no-repeat;
}

.top_right_form_sub>input {
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    outline: none;
}

.top_right_img {
    margin-left: 20px;
}

.top_right_yy {
    width: 100px;
    height: 26px;
    line-height: 26px;
    border: solid 1px #cdcdcd;
    text-align: center;
    position: relative;
    margin-left: 20px;
}

.top_right_yy>span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #999999;
    cursor: default;
}

.top_right_yy>img {
    position: absolute;
    top: 10px;
    right: 5px;
}

.top_right_qiyy {
    position: absolute;
    top: 28px;
    width: 170%;
    left: 0;
    z-index: 99;
    background-color: #FFFFFF;
    display: none;
}

.top_right_yy:hover .top_right_qiyy {
    display: block;
}

.top_right_qiyy>a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #999999;
    cursor: default;
    display: block;
}

.top_right_qiyy>a:hover {
    color: #003197;
}

.top_right_nav {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}

.top_right_nav_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top_right_nav_ul>li {
    position: relative;
}

.top_right_nav_ul>li>a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #000000;
    padding-bottom: 17px;
    border-bottom: 3px solid transparent;
}

.top_right_nav_ul>li.cur>a {
    color: #013298;
    border-bottom: 3px solid #013298;
}

.top_box2 {
    width: 100%;
    background-color: #FFFFFF;
}

.top_t {
    position: relative;
}

.top_right_nav_ul2 {
    position: absolute;
    top: 99px;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 80;
    padding-left: 105px;
    box-sizing: border-box;
    padding-top: 54px;
    display: none;
}

.top_right_nav_ul2>li {
    float: left;
    width: 24%;
    padding-bottom: 30px;
}

.top_right_nav_ul2>li>a>span {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #666666;
    margin-left: 20px;
}

.top_box2_ul {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: solid 2px #eeeeee;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-button-next {
    outline: none;
}

.swiper-button-prev {
    outline: none;
}

.swiper_index .swiper-pagination-bullet {
    width: 70px;
    height: 5px;
    background-color: #dddddd;
    border-radius: 3px;
}

.swiper_index .swiper-pagination-bullet-active {
    background-color: #013298;
}

.index_box1 {
    margin-top: 50px;
}

.index_box1_tit {
    width: 100%;
    text-align: center;
}

.index_box1_tit>span {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    position: relative;
}

.index_box1_tit>span::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    width: 50px;
    height: 3px;
    background-color: #013298;
    border-radius: 1px;
}

.index_box1_list {
    margin-top: 45px;
    display: flex;
}

.index_box1_list_span>span {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}

.index_box1_list_tit {
    margin-left: 30px;
    position: relative;
}

.index_box1_list_tit>span {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #013499;
}

.index_box1_list_ul {
    position: absolute;
    top: 25px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100%;
    display: none;
    z-index: 20;
}

.index_box1_list_tit:hover .index_box1_list_ul {
    display: block;
}

.index_box1_list_ul>a {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #FFFFFF;
    display: block;
    line-height: 40px;
}

.index_box1_list_ul>a:hover {
    color: #013499;
}

.index_box1_ul {
    width: 100%;
    margin-top: 50px;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;	
}

.index_box1_ul>li {
    /* width: 353px; */
    /* height: 295px; */
	width: 32%;
	margin-right: 2%;
    background-color: #eeeeee;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    text-align: center;
}

.index_box1_ul>li:nth-child(3n) {
	margin-right: 0;
}

.index_box1_ul>li>a>img {
	width: 100%;
    transition: all 0.6s;
}

.index_box1_ul>li:hover>a>img {
    transform: scale(1.1);
}

.index_box1_ul>li:hover .index_box1_ul_tit {
    display: block;
}

.index_box1_ul_tit {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background-color: #0046d8;
    width: 100%;
    display: none;
}

.index_box1_ul_tit>span {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

.index_box2 {
    margin-top: 60px;
    width: 100%;
    padding: 30px 0;
    background-color: #eeeeee;
}

.index_box2_left {
    width: 15%;
}

.index_box2_left>.index_box1_tit {
    text-align: left;
}

.index_box2_left_a {
    width: 123px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 18px;
    border: solid 1px #646464;
    margin-top: 110px;
}

.index_box2_left_a>a {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.index_box2_right {
    width: 80%;
    position: relative;
}

.index_box2_swi {
    margin-top: 20px;
    width: 85%;
    margin: 30px auto 0;
    overflow: hidden;
    position: relative;
}

.index_box2_right_img {
    height: 110px;
    line-height: 110px;
    border: solid 1px #646464;
    text-align: center;
}

.swiper-slide-active .index_box2_right_img {
    border: solid 1px #013298;
}

.index_box2_swi_con {
    text-align: center;
}

.swiper-slide-active .index_box2_swi_con>p {
    color: #013298;
}

.index_box2_swi_con>p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #999999;
    margin-top: 5px;
}

.index_box2_right .swiper-button-prev:after {
    content: "";
    background: url(../images/index14.png) no-repeat;
    width: 16px;
    height: 35px;
    background-size: 100% 100%;
}

.index_box2_right .swiper-button-next:after {
    content: "";
    background: url(../images/index15.png) no-repeat;
    width: 16px;
    height: 35px;
    background-size: 100% 100%;
}

.index_box3 {
    margin-top: 70px;
}

.part2 {
    padding-top: 60px;
}

.part2_list .swiper-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

.part2_box {
    cursor: pointer;
}

.part2_img {
    position: relative;
}

.part2_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
}

.part2_text {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part2_text p {
    position: relative;
    font-size: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    padding-bottom: 6px;
}

.part2_text p:after {
    content: "";
    width: 46px;
    height: 3px;
    background-color: #e62129;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.part2_more {
    display: none;
    width: 116px;
    height: 33px;
    background-color: #0066cc;
    position: absolute;
    left: 50%;
    bottom: 38px;
    transform: translateX(-50%);
    text-align: center;
    line-height: 33px;
}

.part2_more a {
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
}

.part2_lb .swiper-button-prev {
    left: 6px;
}

.part2_lb .swiper-button-next {
    right: 6px;
}

.part2_lb .swiper-button-prev:after {
    color: #ffffff;
    font-size: 70px;
    content: "<";
    font-family: SimHei;
    opacity: 0.7;
}

.part2_lb .swiper-button-next:after {
    color: #ffffff;
    font-size: 70px;
    content: ">";
    font-family: SimHei;
    opacity: 0.7;
}

.part2_list .swiper-slide {
    transition: all 0.5s;
}

.part2_list .swiper-slide:hover {
    transform: scale(1.2);
    z-index: 99;
}

.part2_list .swiper-slide:hover .part2_mask:after {
    content: "";
    border: solid 2px #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
}

.part2_list .swiper-slide:hover .part2_more {
    display: block;
}

.part3 {
    padding-top: 30px;
}

.part3_con {
    margin-top: 30px;
    background: url(../images/part3_bg.jpg) no-repeat center;
    background-size: cover;
    height: 495px;
    padding-top: 50px;
}

.part3_cc {
    justify-content: space-between;
    align-items: flex-end;
}

.part3_left {
    width: 506px;
}

.part3_right {
    width: 428px;
}

.part3_right>.part3_img {
    width: 100%;
    min-height: 313px;
    background-color: #013298;
}

.part3_text h2 {
    font-size: 61px;
    font-weight: normal;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
}

.part3_text h2:after {
    content: "";
    width: 63px;
    height: 2px;
    background-color: #013298;
    position: absolute;
    left: 0;
    bottom: 0;
}

.part3_textp {
    margin-top: 25px;
}

.part3_textp p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 2px;
    color: #ffffff;
}

.part3_more {
    margin-top: 30px;
}

.part3_more a {
    display: block;
    width: 128px;
    height: 37px;
    background-color: #0066cc;
    line-height: 37px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
}


/* 底部 */

.footer {
    width: 100%;
    background-color: #013298;
    margin-top: 90px;
}

.footer_con {
    padding-top: 15px;
}

.footer_top>span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

.footer_top>p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

.footer_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.footer_ul>li {
    display: flex;
}

.footer_ul_fr {
    margin-left: 15px;
}

.footer_ul_fr>span {
    font-family: AdobeHeitiStd-Regular;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
    padding-bottom: 10px;
}

.footer_ul_fr>p {
    font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer_box2 {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 20px;
}

.footer_box2_1 {
    line-height: 46px;
}

.footer_box2_1>span {
    font-family: AdobeHeitiStd-Regular;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer_box2_2 a {
    display: inline-block;
    margin-left: 10px;
}
.wx{
    position: relative;
}
.wx-img{
    width: 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 10px);
    z-index: 9;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    display: none;
}
/*.wx:click .wx-img{
    display: block;
}*/

.footer_bot {
    margin-top: 8px;
    text-align: right;
    border-top: 2px solid #ffffff;
    padding-top: 10px;
    padding-bottom: 20px;
}

.footer_bot p {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
}

.footer_bot p a {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
}


/* 首页新闻部分 */

.index_box4 {
    margin-top: 60px;
}

.xnews-list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}

.xnews-left {
    width: 788px;
}

.xnews-left ul {
    display: flex;
    justify-content: space-between;
}

.xnews-left ul li {
    width: 372px;
}

.xnews-limg img {
    width: 100%;
    height: 211px;
    object-fit: cover;
}

.xnews-ltext {
    background-color: #f5f5f5;
    padding: 20px 18px;
}

.xnews-ltit {
    position: relative;
}

.xnews-ltit:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    left: -11px;
    top: 8px;
}

.xnews-ltit h2 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #333333;
    height: 63px;
    overflow: hidden;
}

.xnews-lp {
    margin-top: 15px;
}

.xnews-lp span {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666666;
    margin-bottom: 10px;
}

.xnews-lp p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 2px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.xnews-lk {
    margin-top: 30px;
}

.xnews-lk p {
    font-size: 14px;
    letter-spacing: 2px;
    color: #0069b4;
}

.xnews-lk p a:hover {
    color: #0069b4;
}

.xnews-lk p a {
    font-size: 14px;
    color: #666666;
}

.xnews-right {
    width: 372px;
    background-color: #f5f5f5;
    position: relative;
}

.xnews-rtit {
    width: 129px;
    height: 39px;
    background-color: #666666;
}

.xnews-rtit a {
    display: block;
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fefefe;
}

.xnews-rlist {
    padding: 13px 18px;
}

.xnews-rlist ul li {
    border-bottom: 1px dashed #999999;
    margin-bottom: 17px;
    padding-bottom: 20px;
}

.xnews-rtext h2 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.xnews-rtext span {
    margin-top: 20px;
    display: block;
    font-size: 14px;
    color: #666666;
}