@charset "UTF-8";

html,
body,
* {
    font-family: "Microsoft YaHei", 微软雅黑, "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, STHeitiSC-Light, simsun, 宋体, "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
    font-family: 'SourceHanSansCN Regular', "Microsoft Yahei", sans-serif;
    font-weight: 500;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    font: 14px/180% Microsoft Yahei;
    min-width: 640px;
    color: #000000;
    font-family: 'SourceHanSansCN Regular', "Microsoft Yahei", sans-serif;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

li {
    list-style-type: none;
}

.clear {
    clear: both;
    font-size: 0;
    margin: 0;
    padding: 0;
}

.l {
    float: left;
}

.r {
    float: right;
}

/* *:hover */
/* { */
/* -webkit-transition: all .2s linear; */
/* -moz-transition: all .2s linear; */
/* -o-transition: all .2s linear; */
/* transition: all .2s linear; */
/* } */

.tra_s_4 {
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.tra_s_3 {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.tra_s_2 {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.tra_s_ease_6 {
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.box_s {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* swiper */
/* .swiper-container{width:100%;} */
/* .swiper-container .main_list{width:100%;} */
/* .swiper-container .main_list .sl_img{width:100%;font-size:0;} */
/* .swiper-container .main_list .sl_img img{width:100%;display:block;} */
/* .swiper-pagination-bullet{width:15px;height:15px;display: inline-block;background:#fff;border-radius:50%;text-align:center;} */
/* .swiper-container-horizontal>.swiper-pagination-bullets{width:100%;left:0;height:30px;bottom:40px;} */
/* .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 10px;} */


/* swiper end*/
/* swiper*/
.pages-1 .swiper-container {
    width: 100%;
    height: 100vh;
}

.pages-1 .swiper-container .main_list {
    width: 100%;
}

.swiper-container .main_list .sl_img {
    width: 100%;
    font-size: 0;
}

.pages-1 .swiper-container .main_list .sl_img img {
    width: 100%;
}

.pages-1 .swiper-container .main_list .sl_img video {
    width: 100%;
}

.pages-1 .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    display: inline-block;
    background: #d85905;
    border-radius: 0;
}

.pages-1 .swiper-container-horizontal>.swiper-pagination-bullets {
    width: 80%;
    left: 16%;
    height: 30px;
    bottom: 80px;
    text-align: left;
}

.swiper-container .swiper-button-prev {
    z-index: 10;
    left: 1.5rem;
    top: 45%;
    width: 0.7rem !important;
    height: 0.7rem !important;
    background: url(../images/left.png) center center no-repeat;
    background-size: 90% 90%;
}

.swiper-container .swiper-button-prev:after {
    content: '' !important;
}

.swiper-container .swiper-button-next {
    right: 1.5rem;
    top: 45%;
    width: 0.7rem !important;
    height: 0.7rem !important;
    background: url(../images/right.png) center center no-repeat;
    background-size: 90% 90%;
}

.swiper-container .swiper-button-next:after {
    content: '' !important;
}

/* swiper end*/
/* index_foot */
.section {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.fp-auto-height.fp-section {
    height: auto !important;
}

/* index_foot end*/
/*顶部导航*/
.head_t {
    width: 100%;
    height: 1.8rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.head_t .head_nav {
    width: 1300px;
    height: 1.8rem;
    line-height: 1.8rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.head_t .head_nav .logo_img{
    width: 360px;
    font-size: 0;
}
.head_t .head_nav .logo_img img {
    height: 0.5rem;
    float: left;
    /* padding-top: 0.4rem; */
}

.head_t .head_nav .my_img {
    margin-left: 0;
}

.head_t .head_nav>ul {
    width: auto;
    float: right;
    margin: 0;
    padding: 0;
    margin-left: 0.8rem;
}

.head_t .head_nav>ul>li {
    min-width: 90px;
    text-align: center;
    height: 1.8rem;
    line-height: 1.8rem;
    float: left;
    margin: 0 0.5px;
    font-size: 16px;
}

.head_t .head_nav>ul>li span {
    margin-left: 0 !important;
}

.head_t .head_nav>ul>li:last-child {
    border-right: 0px;
    color: #0f1620;
    position: relative;
}

.head_t .head_nav>ul>li a {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 0.26rem;
}

.head_t .head_nav>ul>li.active:hover>a {
    color: #fff;
}

.head_t .head_nav>ul>li:hover>a {
    background: #ff9800;
    color: #fff;
}

.head_t .head_nav>ul>.active>a {
    /* background: #c0191e; */
    color:#ff9800;
}

.head_t .head_nav>ul>li:nth-child(1) .erjiNav {
    display: none !important;
}

.head_t .head_nav>ul>li:nth-child(3) .erjiNav {
    display: none !important;
}
.head_t .head_nav>ul>li:nth-child(6) .erjiNav {
    display: none !important;
}
.head_t .head_nav>ul>li:nth-child(7) .erjiNav {
    display: none !important;
}
.head_t .head_nav>ul>li:nth-child(8) .erjiNav {
    display: none !important;
}

.erjiNav {
    display: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    background: url(../images/nav_logo_back.png) 96% 70% no-repeat, url(../images/nav_back.jpg) center no-repeat;
    background-size: 1.8rem auto, 100% 100%;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    position: absolute;
    left: 0;
    top: 1.8rem;
}

.erjiNav .erjibox {
    overflow: hidden;
    width: 21.0rem;
    margin: 0 auto;
    position: relative;
}

.erjiNav .erjibox .nav_img {
    width: 6.0rem;
    height: 100%;
    text-align: left;
    padding: 0.6rem 0 0.4rem 0;
    background: #f5f5f7;
}

.erjiNav .erjibox .nav_img .nav_img_img {
    width: 100%;
    font-size: 0;
}

.erjiNav .erjibox .nav_img .nav_img_img img {
    width: 66%;
    display: block;
}

.erjiNav .erjibox .nav_img h1 {
    font-size: 0.4rem;
    line-height: 1.5;
    color: #000;
    letter-spacing: 2px;
    color: #c0191e;
}

.erjiNav .erjibox .nav_img i {
    display: block;
    width: 0.7rem;
    height: 2px;
    background: #c0191e;
    margin: 0.2rem 0 0.3rem 0;
}

.erjiNav .erjibox>.nav_li {
    width: 14.0rem;
    background: #fff;
    padding: 0.6rem 0 0.4rem 0.6rem;
}

.erjiNav .erjibox>.nav_li>ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
    text-align: left;
}

.erjiNav .erjibox>.nav_li>ul>li {
    width: 30%;
    height: 0.7rem;
    line-height: 0.7rem;
    float: left;
    margin: 0.15rem 0;
    margin-right: 3%;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.erjiNav .erjibox>.nav_li>ul>li a {
    color: #333;
    font-size: 0.28rem;
    letter-spacing: 2px;
}

.erjiNav .erjibox>.nav_li>ul>li:hover a {
    color: #c0191e;
}

.head_t:hover {
    background: #fff;
}

.menu2>li>a {
    color: #000 !important;
}

.menu2>li:hover>a {
    color: #fff !important;
}

.n_display {
    display: none !important;
}

.no_dis {
    display: none;
}

/* 顶部导航 end*/
/* serch */
.search-box {
    position: absolute;
    right: 3%;
    top: 0.5rem;
    height: 40px;
    line-height: 40px;
    z-index: 99;
}

.search-box .butn {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: url(../images/ico_60.png) no-repeat center;
}

.search-box .butn.hov {
    background: none;
}

.search-box .butn.hov i {
    display: block;
}

.search-box .butn i {
    width: 38px;
    height: 38px;
    display: none;
    background: url(../images/sou.png) no-repeat center;
    margin: 0 auto;
    border: 1px solid #8f8a87;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.search-box .share-sub {
    position: absolute;
    right: 40px;
    top: 0;
    width: 0;
    height: 40px;
    overflow: hidden;
    background: #ededed;
    border-radius: 5px 0 0 5px;
}

.search-box .share-sub .tex {
    width: 222px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 5px 9px;
    color: #666;
    border: none;
    background: #ededed;
    outline: none;
}

.search-box .share-sub .sub-btn {
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline: none;
    background: url(../images/sou_2.png) no-repeat center #E74C3C;
}

/* serch end*/
/* index_tit */
.index_tit {
    width: 100%;
}

.index_tit h2 {
    font-size: 35px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 2px;
    color:#000;
}

.index_tit h3 {
    font-size: 40px;
    line-height: 2.0;
    font-weight: 500;
    letter-spacing: 2px;
    color:#000;
    font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.index_tit i {
    display: block;
    margin-top: 10px;
    width: 29px;
    height: 4px;
    background: #ff9800;
}

/* index_tit end*/
/* fwxm_main */
.fwxm {
    background: url(../images/fwxm_back.jpg) center bottom no-repeat !important;
    background-size: 100% auto;
}

.fwxm_main {
    position: relative;
    width: 1320px;
    margin: 0 auto;
}

.fwxm_main .fwxm_con {
    width: 330px;
    min-height: 560px;
    padding-right: 80px;
    border-right: 1px solid #ebebeb;
}

.fwxm_main .fwxm_con .fwxm_intro {
    margin-top: 20px;
    font-size: 15px;
    color: #000000;
    line-height: 2.2;
    opacity: 0.85;
    letter-spacing: 1px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.fwxm_main .fwxm_son {
    width: 880px;
    height: 560px;
}

.fwxm_main .fwxm_son ul {
    height: 100%;
}

.fwxm_main .fwxm_son ul li {
    width: 33.3%;
    height: 100%;
    float: left;
    margin: 0;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.fwxm_main .fwxm_son ul li .fwxm_icon {
    padding-top: 100px;
    width: 100%;
    height: 50px;
    font-size: 0;
}

.fwxm_main .fwxm_son ul li .fwxm_icon img {
    max-height: 100%;
}

.fwxm_main .fwxm_son ul li h5 {
    width: 90%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 2.0;
    letter-spacing: 2px;
}

.fwxm_main .fwxm_son ul li p {
    width: 100%;
    height: 0;
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
}

.fwxm_main .fwxm_son ul li .fwxm_info {
    width: 70%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 2.0;
    letter-spacing: 1px;
}

.fwxm_main .fwxm_son ul li .fwxm_more {
    display: inline-block;
    margin-top: 70px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/jt_1.png) center no-repeat #ffffff;
    background-size: 44px auto;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.fwxm_main .fwxm_son ul li.on {
    color: #ffffff;
    background: url(../images/fwxm_info_back.jpg) center no-repeat;
    background-size: cover;
}

.fwxm_main .fwxm_son ul li:nth-child(1).on {
    background: url(../images/fwxm_info_back1.jpg);
}

.fwxm_main .fwxm_son ul li:nth-child(2).on {
    background: url(../images/fwxm_info_back2.jpg);
}

.fwxm_main .fwxm_son ul li.on p {
    height: auto;
}

.fwxm_main .fwxm_son ul li.on h5 {
    padding-top: 120px;
}

.fwxm_main .fwxm_son ul li.on .fwxm_icon {
    display: none;
}

.fwxm_main .fwxm_son ul li.on .fwxm_more {
    margin-top: 35px;
    background-image: url(../images/jt_2.png);
    background-size: 24px auto;
}

.fwxm_main .prev {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    bottom: 40px;
    left: 0;
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #adadad;
    border: 1px solid #adadad;
    text-align: center;
    background: url(../images/xm_left.png) center no-repeat;
    background-size: 8px auto;
}

.fwxm_main .next {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    bottom: 40px;
    left: 150px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #adadad;
    border: 1px solid #adadad;
    text-align: center;
    background: url(../images/xm_right.png) center no-repeat;
    background-size: 8px auto;
}

.fwxm_main .pageState {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    bottom: 40px;
    left: 60px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #616161;
    text-align: center;
    letter-spacing: 2px;
}

.fwxm_main .pageState span {
    font-size: 25px;
}

.fwxm_main .prev:hover {
    background-image: url(../images/xm_left_2.png);
    background-color: #c6393f;
    color: #ffffff;
    border-color: #c6393f;
}

.fwxm_main .next:hover {
    background-image: url(../images/xm_right_2.png);
    background-color: #c6393f;
    color: #ffffff;
    border-color: #c6393f;
}

/* fwxm_main end*/

/* tzgg */
.tzgg {
    position: absolute;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 66px;
    line-height: 66px;
}

.tzgg .tzgg_main {
    width: 1150px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 80px;
    background: url(../images/tzgg.png) 28px center no-repeat #003e9a;
    background-size: 28px auto;
}

.tzgg .tzgg_main ul {
    width: 100%;
}

.tzgg .tzgg_main ul li {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tzgg .tzgg_main ul li a {
    font-size: 14px;
    color: #e7eef4;
    color: #e7eef4;
    letter-spacing: 1px;
}

.tzgg .tzgg_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 350px;
    height: 66px;
    background: #ffffff;
}

.tzgg .pageState {
    display: inline-block;
    float: left;
    padding-left: 60px;
    margin-right: 20px;
    height: 66px;
    line-height: 66px;
}

.tzgg .prev {
    display: inline-block;
    cursor: pointer;
    width: 36px;
    height: 66px;
    background: url(../images/xm_left.png) center no-repeat;
    background-size: 8px auto;
}

.tzgg .prev:hover {
    background-image: url(../images/news_left_2.png);
}

.tzgg .next {
    display: inline-block;
    cursor: pointer;
    width: 36px;
    height: 66px;
    background: url(../images/xm_right.png) center no-repeat;
    background-size: 8px auto;
}

.tzgg .next:hover {
    background-image: url(../images/news_right_2.png);
}

/* tzgg end*/

/* xmjs */
.xmjs {
    background: url(../images/xmjs_back.jpg) center bottom no-repeat !important;
    background-size: 100% 100%;
}

.xmjs .index_tit {
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
}

.xmjs .index_tit h2 {
    width: 1230px;
    margin: 0 auto;
}

.xmjs .xmjs_main {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 108px);
}

.xmjs .xmjs_main .xmjs_con {
    width: 100%;
    height: 100%;
}

.xmjs .xmjs_main .xmjs_con ul {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xmjs .xmjs_main .xmjs_con ul img {
    width: 87%;
    min-height: 100%;
    display: block;
}

.xmjs .xmjs_main .xmjs_con ul .xmjs_info {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 1.8;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 400;
}

.xmjs .xmjs_main .xmjs_con ul .xmjs_info .xmjs_info_con {
    width: 1230px;
    margin: 0 auto;
    margin-top: 10%;
}

.xmjs .xmjs_main .xmjs_con ul .xmjs_info .xmjs_info_con h3 {
    font-size: 36px;
    line-height: 1.8;
    font-weight: normal;
}

.xmjs .xmjs_main .xmjs_con ul .xmjs_info .xmjs_info_con p {
    margin-top: 15px;
}

.xmjs .xmjs_main .xmjs_son {
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 105px;
}

.xmjs .xmjs_main .xmjs_son ul {
    width: 100%;
    height: 100%;
    background: rgba(0, 62, 154, 0.41);
}

.xmjs .xmjs_main .xmjs_son ul li {
    cursor: pointer;
    width: 20%;
    height: 100%;
    float: left;
    text-align: center;
}

.xmjs .xmjs_main .xmjs_son ul li img {
    display: inline-block;
    height: 40px;
    padding-top: 30px;
    padding-right: 20px;
}

.xmjs .xmjs_main .xmjs_son ul li .xmjs_son_info {
    display: inline-block;
    padding-top: 20px;
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff;
}

.xmjs .xmjs_main .xmjs_son ul li .xmjs_son_info h5 {
    font-size: 18px;
    letter-spacing: 1px;
}

.xmjs .xmjs_main .xmjs_son ul li.on {
    background: #ff9800;
}

.xmjs_more {
    position: absolute;
    z-index: 1000;
    right: 0;
    bottom: 0;
    text-indent: 40px;
    width: 20%;
    height: 105px;
    font-size: 16px;
    line-height: 105px;
    color: #000000;
    background: #f8f8f8;
}

.xmjs_more span {
    display: inline-block;
    padding: 0 56px 0 20px;
    background: url(../images/jt_3.png) right center no-repeat;
    background-size: 13px auto;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.xmjs_more:hover {
    color: #c0191e;
}

.xmjs_more:hover span {
    padding-right: 66px;
    color: #c0191e;
}

/* xmjs end*/
/* about*/
.about {
    background: url(../images/about_back.jpg) center bottom no-repeat;
    background-size: 100% auto;
}

.about_main {
    width: 1320px;
    margin: 0 auto;
    margin-bottom: 150px;
}

.about_main .about_con {
    width: calc(100% - 500px);
    font-size: 16px;
    line-height: 2.0;
    color: #474747;
}

.about_main .about_con .index_tit {
    margin-bottom: 25px;
}

.about_more {
    display: inline-block;
    font-size: 16px;
    color:#ffffff;
    line-height: 42px;
    background-color: #ff9800;
    letter-spacing: 1px;
    padding: 0 26px;
    margin-top: 45px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.about_more:hover {
    transform: translate(0, -6px);
}

.about_main .about_info {
    padding-top: 50px;
    font-size: 16px;
    line-height: 1.5;
    color: #474747;
}

.about_main .about_info li {
    display: inline-block;
    padding-left: 55px;
    margin-left: 60px;
    background: url(../images/about_icon1.png) left center no-repeat;
    background-size: 33px auto;
    color: #000000;
}

.about_main .about_info li:nth-child(2) {
    background-image: url(../images/about_icon2.png);
}

.about_main .about_info span {
    font-size: 36px;
    color: #343434;
}

/* about end*/
/* fazhan_main */
/* .fazhan{} */
.fazhan_main {
    position: relative;
    width: 1320px;
    margin: 0 auto;
    padding-bottom: 80px;
    overflow: hidden;
}

.fazhan_main .fazhan_con {
    width: 100%;
    font-size: 16px;
    line-height: 2.2;
}

.fazhan_main .fazhan_con li {
    width: 100%;
}

.fazhan_main .fazhan_con li .fazhan_img {
    width: 50%;
    font-size: 0;
    padding-top: 50px;
}

.fazhan_main .fazhan_con li .fazhan_img img {
    width: 100%;
    display: block;
}

.fazhan_main .fazhan_con li .fazhan_info {
    width: 48%;
}

.fazhan_main .fazhan_con li .fazhan_info h5 {
    font-size: 18px;
    line-height: 2.0;
    color: #5665bb;
    margin: 15px 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.fazhan_main .fazhan_con li .fazhan_info p {
    letter-spacing: 1px;
    text-indent: 2.0em;
}

.fazhan_main .fazhan_con li .fazhan_info .fazhan_more {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    line-height: 42px;
    background-color: #ff9800;
    letter-spacing: 1px;
    padding: 0 26px;
    margin-top: 25px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.fazhan_main .fazhan_con li .fazhan_info .fazhan_more:hover {
    transform: translate(0, -6px);
}

.fazhan .swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 800px;
    height: 3px;
    top: auto !important;
    bottom: 0 !important;
}

.swiper-fazhan .swiper-button-prev {
    z-index: 10;
    left: auto;
    right: 30px;
    top: auto;
    bottom: 0;
    width: 20px !important;
    height: 20px !important;
    background: url(../images/news_left.png) center no-repeat;
    background-size: 50% auto;
}

.swiper-fazhan .swiper-button-prev:after {
    content: '' !important;
}

.swiper-fazhan .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 0;
    width: 20px !important;
    height: 20px !important;
    background: url(../images/news_right.png) center no-repeat;
    background-size: 50% auto;
}

.swiper-fazhan .swiper-button-next:after {
    content: '' !important;
}

.swiper-fazhan .swiper-button-prev:hover {
    background-image: url(../images/news_left_2.png);
}

.swiper-fazhan .swiper-button-next:hover {
    background-image: url(../images/news_right_2.png);
}

.fazhan-list{
    display: flex;
    align-items: center;
    margin:20px auto;
}
.fazhan-list .fazhan-item{
    width: 25%;
    text-align: center;
    display: flex;
    align-items: center;
}
.fazhan-list .fazhan-item img{
    width: 45px;
    height: 45px;
    margin-right: 15px;
}
.fazhan-list .fazhan-item h6{
    font-size: 22px;
    line-height: 2.0;
    color: rgba(0, 0, 0, 0.66);
    letter-spacing: 1px;
    font-weight: nor;
}

/* fazhan_main end*/
/* zszp */
.zszp {
    background: url(../images/zs_back.jpg) center no-repeat;
    background-size: 100% 100%;
}
.zszp .index_tit h2 {
    color:#fff;
}
.zszp .index_tit h3 {
    color:#fff;
}

.zszp .fp-overflow {
    width: 100%;
    height: 100%;
}

.zszp_main {
    width: 100%;
    height: 100%;
}

.zszp_main .zszp_con1 {
    width: 50%;
    height: 100%;
    background: url(../images/zs_line_1.png) right center no-repeat;
    background-size: 2px 100%;
}

.zszp_main .zszp_con1 .zszp_con1_1 {
    width: 60%;
    margin-left: 30%;
    color: #ffffff;
}

.zszp_info {
    position: relative;
    font-size: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.zszp_info img {
    max-height: 55px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.zszp_con1_1 .index_tit {
    margin-top: 150px;
}

.zszp_con1_1 .zszp_info {
    margin-top: 200px;
}

.zszp_info h5 {
    font-size: 18px;
    line-height: 2.5;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: 40px;
}

.zszp_info p {
    font-size: 24px;
    line-height: 2.0;
    color: #ffffff;
    letter-spacing: 2px;
}

.zszp_info a {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 2.0;
    color: #ffffff;
    padding-right: 30px;
    background: url(../images/zs_more.png) right center no-repeat;
    background-size: 9px auto;
}

.zszp_info:hover {
    transform: translate(0, -6px);
}

.zszp_info:hover img {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    /* IE 9 */
    -moz-transform: rotateY(180deg);
    /* Firefox */
    -webkit-transform: rotateY(180deg);
    /* Safari and Chrome */
    -o-transform: rotateY(180deg);
    /* Opera */
}

.zszp_main .zszp_con2 {
    width: 50%;
    height: 100%;
}

.zszp_main .zszp_con2 .zszp_con2_1 {
    width: 100%;
    height: 50%;
    background: url(../images/zs_line_2.png) center bottom no-repeat;
    background-size: 100% 2px;
}

.zszp_main .zszp_con2 .zszp_con2_1 .zszp_info {
    width: 60%;
    margin-left: 10%;
    margin-top: 70px;
}

.zszp_main .zszp_con2 .zszp_con2_1:nth-child(1) .zszp_info {
    margin-top: 0px;
    padding-top: 150px;
}

/* zszp end*/
/* news_main */
.news_main {
    width: 1320px;
    margin: 0 auto;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}

.news_main .news_con {
    width: 100%;
    margin-top: 46px;
}

.news_main .news_con li {
    overflow: hidden;
    height: 370px;
    border-top: 2px solid #b5b5b5;
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
}

.news_main .news_con li .news_info {
    width: 100%;
    padding: 15px 0;
    letter-spacing: 1px;
}

.news_main .news_con li .news_info span {
    font-size: 18px;
}

.news_main .news_con li h5 {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 600;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    align-items: center;
    height: 64px;
}

.news_main .news_con li .news_img {
    width: 100%;
    height: 190px;
    margin-top: 30px;
    overflow: hidden;
    font-size: 0;
}

.news_main .news_con li .news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.news_main .news_con li:hover {
    border-color: #5665bb;
}

.news_main .news_con li:hover .news_img img {
    transform: scale(1.1, 1.1);
    transition: .4s transform;
    z-index: 1000;
}

.news_main .swiper-button-prev {
    z-index: 10;
    left: auto;
    right: 30px;
    top: auto;
    bottom: 0;
    width: 20px !important;
    height: 20px !important;
    background: url(../images/news_left.png) center no-repeat;
    background-size: 50% auto;
}

.news_main .swiper-button-prev:after {
    content: '' !important;
}

.news_main .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 0;
    width: 20px !important;
    height: 20px !important;
    background: url(../images/news_right.png) center no-repeat;
    background-size: 50% auto;
}

.news_main .swiper-button-next:after {
    content: '' !important;
}

.news_main .swiper-button-prev:hover {
    background-image: url(../images/news_left_2.png);
}

.news_main .swiper-button-next:hover {
    background-image: url(../images/news_right_2.png);
}

.news_more {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.news_more a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    line-height: 42px;
    background-color: #ff9800;
    letter-spacing: 1px;
    padding: 0 26px;
    margin-top: 45px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.news_more:hover a {
    color: #fff;
    transform: translate(0, -6px);
}

/* news_main end*/
/* index_foot */
.index_foot {
    padding: 66px 0 40px 0;
    background: url(../images/foot_back.jpg) center no-repeat;
    background-size: cover;
}

.foot_logo {
    width: 1320px;
    margin: 0 auto 36px auto;
}

.foot_logo img {
    max-width: 100%;
}
.index_foot_main {
    width: 1320px;
    margin: 0 auto;
    padding-bottom: 25px;
    color: #fff;
}

.index_foot_main .foot_nav {
    float: left;
    padding-right: 60px;
}

.index_foot_main .foot_nav h2 {
    font-size: 16px;
    line-height: 2.0;
    letter-spacing: 2px;
    font-weight: bold;
}

.index_foot_main .foot_nav i {
    display: inline-block;
    margin: 10px 0;
    width: 22px;
    height: 2px;
    background: #636f7c;
}

.index_foot_main .foot_nav li {
    font-size: 14px;
    line-height: 2.5;
    color: #ffffff;
    opacity: 0.7;
    letter-spacing: 1px;
}

.index_foot_main .foot_ewm {
    float: right;
    width: 207px;
    text-align: center;
}

.index_foot_main .foot_ewm img {
    max-width: 100%;
}

.index_foot_main .foot_ewm p {
    font-size: 14px;
    opacity: 0.7;
    letter-spacing: 1px;
    line-height: 2.0;
}

.foot_right {
    padding-top: 20px;
    width: 1320px;
    margin: 0 auto;
    border-top: 1px solid #cfcfcf;
}

.foot_right p {
    font-size: 14px;
    line-height: 2.5;
    color: #ffffff;
    opacity: 0.7;
    letter-spacing: 1px;
}

.foot_right a {
    color: #ffffff;
}

/* index_foot end*/
/* pos */
.about_det_con {
    width: 20.0rem;
    margin: 1.0rem auto;
    font-size: 0.27rem;
    line-height: 0.6rem;
    color: #333;
}

.about_det_con h2 {
    text-align: center;
    font-size: 0.4rem;
    font-weight: 500;
}

.about_det_con img {
    max-width: 100%;
}

.about_det_con table {
    border: 1px solid #333;
    border-collapse: collapse;
    border-spacing: 0;
}

.about_det_con table tr td {
    border: 1px solid #333;
}

.about_det_con .art_time {
    font-size: 0.18rem;
    line-height: 0.76rem;
    text-align: center;
    margin-bottom: 0.20rem;
}

.n_p_page {
    width: 20.0rem;
    margin: 0.5rem auto;
    padding-top: 0.2rem;
    border-top: 1px solid #000;
}

.about_det_con strong {
    font-weight: 600;
}

.pos {
    width: 1600px;
    height: 60px;
    line-height: 58px;
    margin: 0 auto;
    background: #f7f7f7;
}

.pos .pos_con {
    width: 95%;
    height: 100%;
    margin: 0 auto;
    font-size: 15px;
    color: #323232;
}

.pos .pos_con h2 {
    display: inline-block;
    font-size: 18px;
    color: #3566a8;
    letter-spacing: 2px;
    border-bottom: 2px solid #3566a8;
    padding-left: 22px;
    font-weight: 600;
    background: url(../images/pos_sj.png) left center no-repeat;
    background-size: 11px auto;
}

.page_div {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}

.pagelist {
    text-align: center;
    margin-top: 35px;
    color: #626262;
}

.pagelist li {
    display: inline-block;
    padding: 1px 6px;
    border: 1px solid #f8f8f8;
}

.pagelist li a {
    color: #626262;
}

.pagelist .active {
    color: #1981f4;
    border-radius: 3px;
    border: 2px solid #f5f5f5;
}

.pagelist .active a {
    color: #1981f4;
}

.page_div {
    margin: 0.4rem auto;
}

#pages {
    text-align: center;
}

#pages li {
    margin: 0 2px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}

#pages li a {
    font-size: 14px;
    display: block;
    padding: 0px 6px;
}

#pages li span {
    font-size: 14px;
    display: block;
    padding: 0 4px;
}

#pages li.active {
    text-align: center;
    background: #013b8c;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #f90712;
}

#pages li:hover a {
    color: #fff;
}

/* pos end*/
@media(max-width:1440px) {
    .index_foot_main {
        width: 1200px;
    }

    .about_main {
        width: 1200px;
    }

    .fazhan_main {
        width: 1200px;
    }

    .news_main {
        width: 1200px;
    }

    .pos {
        width: 1300px;
    }
}

@media(max-width:1300px) {
    .pos {
        width: 1200px;
    }
}

@media(max-width:1200px) {
    .index_foot_main {
        width: 1000px;
    }

    .about_main {
        width: 1000px;
    }

    .fazhan_main {
        width: 1000px;
    }

    .news_main {
        width: 1000px;
    }

    .pos {
        width: 100%;
    }
}

@media(max-width:780px) {

}
/* in-title */
.in-title {
    text-align: center;
    margin-bottom: 40px;
}

.in-title h2 {
    font-size: 30px;
    line-height: 2.0;
    font-family: 'SourceHanSansCN Regular', "Microsoft Yahei", sans-serif;
    color: #000000;
    font-weight: normal;
    letter-spacing: 2px;
}

.in-title p {
    font-size: 18px;
    color: #575757;
    letter-spacing: 1px;
}

/* in-title end */

/* message-main */
.container-zs{
    padding:56px 0 66px 0;
    background: url(../images/in_back2.jpg) center bottom no-repeat #fcfcfc;
    background-size: 100% auto;
}
.message-container {
    width: 20.0rem;
    padding: 50px 100px;
    margin: 25px auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(96, 92, 92, 0.1);
}

.message-container-zs{
    box-shadow: none;
    padding:0;
    background: none;
}

.message-container .in_title {
    margin-bottom: 40px;
}


.message-container .message-main {
    width: 1320px;
    margin:0 auto;
    margin-top: 40px;
}

.message-container .message-main form {
    width: 100%;
    margin: 0;
}

.message-container .message-main form .message-con {
    width: 100%;
}

.message-container .message-main form .message-con .message-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.message-container .message-main form .message-con .message-form2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.message-container .message-main form .message-con .message-form3 {
    width: 100%;
    display: block;
}

.message-container .message-main form .message-con .form-item {
    width: 32.3%;
}

.message-container .message-main form .message-con .item-label {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000000;
}

.message-container .message-main form .message-con .item-label img {
    width: 7px;
    margin-right: 7px;
}

.message-container .message-main form .message-con .message-form input {
    width: calc(100% - 40px);
    padding: 0 20px;
    font-size: 15px;
    line-height: 46px;
    margin-bottom: 25px;
    border: 1px solid #e5e6e6;
    border-radius: 3px;
}

.message-container .message-main form .message-con .message-form2 input {
    width: calc(100% - 40px);
    padding: 0 20px;
    font-size: 15px;
    line-height: 46px;
    margin-bottom: 25px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
}

.message-container .message-main form .message-con .message-form2 .form-item {
    width: 49%;
}

.message-container .message-main form .message-con input:focus {
    outline: none;
}

.message-container .message-form input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #818181;
}

.message-container .message-form input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #818181;
}

.message-container .message-form input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #818181;
}

.message-container .message-form input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #818181;
}

.message-container .message-form textarea {
    width: 96%;
    height: 150px;
    padding: 22px 2%;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    font-size: 15px;
}

.message-container .message-form textarea:focus {
    outline: none;
}

.message-container .submit-btn {
    cursor: pointer;
    margin-top: 50px;
    font-size: 18px;
    color: #ffffff;
    line-height: 52px;
    background: #ec7700;
    padding: 0 80px;
    border: none;
    border-radius: 3px;
    letter-spacing: 2px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.message-container .submit-btn:hover {
    transform: translate(0, -6px);
}

/* message-main end */

/*右侧栏*/
.showslider{position:fixed;top:55%;right:20px;font-size:0.3rem;    z-index: 9999;    width: 1.4rem;}
.showslider li{cursor:pointer;position:relative;width: 60px;height:60px;box-sizing: border-box;    float: right;clear: both;
text-align:center;margin-top:10px;}
.showslider li .imgtag{width:50px;height:50px;}
.showslider li .showdisimg{   
position: absolute;z-index: 9999;top: 0;right: 60px;display:none; width: 210px;
box-sizing:border-box;padding:10px;padding-right: 20px;line-height:26px;font-size:16px;color:#fff;}
.showslider li .showerweima img{width:100%;height:100%; }  
.showslider li .showerweima{width:200px;height:191px;}
.showslider li img.showdisimg{display:none;}
.showslider li .showdisimg .showdistext{background: #2b5aad;color: #fff;padding: 8px 0px; text-align:left; padding-left: 12px;border-radius:5px;}
.showslider li .showdisimg .showdistext font{font-size:18px;line-height:24px;}
.showslider li .showdisimg .showdistext a{color:#fff;}
.showslider li .showdisimg .showdistext p{color:#fff;font-size:16px;line-height:24px;margin:0;}
.showslider li:hover{}
.showslider li .showdistxt p{color:#fff;}
.showslider{ animation-name:showslider;animation-duration:1.0s;animation-play-state:paused;}
/*右侧栏 end*/
