@charset "utf-8";
.index_tit {
    color: #000;
    font-size: 30px;
    text-align: center;
    line-height: 30px
}

.index_tit.index_tit1 {
    color: #fff;
    background: url(../images/hengxian.png) no-repeat center bottom;
    padding-bottom: 20px
}

.index_tit.index_tit1 div {
    color: #fff
}

.index_tit div {
    color: #000;
    opacity: .6;
    font-size: 16px;
    line-height: 16px;
    padding-top: 12px;
    text-transform: uppercase
}

.header {
    height: 92px;
    background: rgba(255, 255, 255, .8);
    position: fixed;
    width: 100%;
    z-index: 3;
    display: none
}

.header .logo {
    top: 7px;
    left: 50px;
    z-index: 2
}

.header .header_top {
    right: 50px;
    top: 33px;
    z-index: 2
}

.header .header_top>div {
    background: #f39700;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-left: 25px
}

.header .header_top>div .search {
    width: 200px;
    height: 32px;
    border: solid 1px #f39700;
    border-radius: 17px;
    background: #fff;
    right: 0;
    top: 0;
    overflow: hidden;
    display: none
}

.header .header_top>div .search .search_inp {
    width: 168px;
    height: 32px;
    border: 0;
    background: 0 0;
    line-height: 32px;
    padding: 0 15px
}

.header .header_top>div .search .search_btn {
    width: 30px;
    height: 32px;
    border: 0;
    background: url(../images/fdj.png) no-repeat center center;
    position: relative;
    top: -1px;
    right: 1px
}

.header .header_top a {
    background: #f39700;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-left: 25px
}

.header .header_top a:hover {
    background: #efc176
}

.header .header_top a span {
    top: 60px;
    left: 50%;
    margin-left: -83px;
    width: 166px;
    height: 166px;
    padding: 16px;
    background: #fff;
    display: none;
    border-radius: 5px;
    overflow: hidden
}

.header .index_nav {
    right: 0;
    top: 0;
    width: 100%
}

.header .index_nav ul {
    width: 100%;
    text-align: center
}

.header .index_nav ul li {
    float: none;
    display: inline-block;
    height: 92px;
    margin: 0 1.5%;
    position: relative
}

.header .index_nav ul li>a {
    display: block;
    color: #222;
    font-size: 18px;
    padding-top: 3px;
    line-height: 83px;
    border: solid 3px transparent;
    padding-left: 10px;
    padding-right: 10px
}

.header .index_nav ul li>a.on,
.header .index_nav ul li>a:hover {
    color: #f39700;
    border-bottom: solid 3px #f39700
}

.header .index_nav ul li .xl {
    width: 10000px;
    position: absolute;
    top: 95px;
    left: 50%;
    margin-left: -5000px;
    height: 66px;
    background: rgba(255, 255, 255, .9);
    text-align: center;
    line-height: 66px;
    display: none
}

.header .index_nav ul li .xl a {
    color: #999;
    font-size: 16px;
    margin-left: 17px;
    margin-right: 17px
}

.header .index_nav ul li .xl a:hover {
    color: #f39700
}

.menu {
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 18px;
    color: #000;
    border: solid 1px #000;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    display: none;
    z-index: 1
}

.hsbtm {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none
}

.menu_close {
    font-size: 14px;
    padding: 10px;
    background: #fff;
    color: #000;
    position: absolute;
    top: 0;
    left: -39px;
    z-index: 11;
    display: none;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1)
}

.banner {
    display: none
}

.banner #owl-demo1 {
    height: 600px;
}

.banner #owl-demo1 .owl-dots {
    display: block!important;
    position: absolute;
    bottom: 44px;
    left: 12%;
    width: 76%;
    text-align: right
}

.banner #owl-demo1 .owl-dots .owl-dot {
    display: inline-block;
    float: none;
    margin-left: 6px;
    margin-right: 6px;
    width: 45px;
    height: 3px;
    opacity: .4;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #fff
}

.banner #owl-demo1 .owl-dots .owl-dot.active {
    opacity: 1
}

.banner #owl-demo1 .item {
    display: block;
    height: 600px;
}

.banner #owl-demo1 .item img {
    display: none;
    width: 100%
}

.more_btn {
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.more_btn span {
    position: relative;
    z-index: 2
}

.more_btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f39700;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 1
}

.more_btn:hover {
    border-color: #f39700!important;
    color: #fff!important
}

.more_btn:hover:after {
    width: 100%
}

.index_main1 {
    padding-top: 56px;
    position: relative;
    z-index: 1
}

.index_main1 .cont {
    padding-top: 45px;
    margin-top: -70px;
    position: relative;
    top: 70px
}

.index_main1 .cont .cont_left {
    width: 50%;
    background: #0086d1;
    height: 530px
}

.index_main1 .cont .cont_left .cont1 {
    width: 100%;
    max-width: 520px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 104px
}

.index_main1 .cont .cont_left .cont1 .tit {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    margin-top: 20px
}

.index_main1 .cont .cont_left .cont1 .note {
    margin-top: 25px;
    color: #b4d0e2;
    font-size: 16px;
    line-height: 30px
}

.index_main1 .cont .cont_left .cont1 .more {
    width: 182px;
    height: 50px;
    border: solid 2px #fff;
    text-align: center;
    line-height: 46px;
    margin-top: 35px;
    color: #fff;
    font-size: 16px
}

.index_main1 .cont .cont_right {
    width: 50%;
    background: #fff;
    height: 530px
}

.index_main1 .cont .cont_right .cont1 {
    width: 100%;
    max-width: 560px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 130px
}

.index_main1 .cont .cont_right .cont1 .tit {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px
}

.index_main1 .cont .cont_right .cont1 .note {
    color: #616161;
    font-size: 14px;
    line-height: 28px;
    padding-top: 20px
}

.index_main2 {
    padding-top: 165px;
    padding-bottom: 85px
}

.index_main2 .cont {
    padding-top: 105px
}

.index_main2 .cont .cont_div {
    width: 100%;
    max-width: 280px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.index_main2 .cont .cont_div:hover .pic {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.index_main2 .cont .cont_div:hover .pic img {
    opacity: 0!important
}

.index_main2 .cont .cont_div:hover .pic img.imggb {
    opacity: 1!important
}

.index_main2 .cont .cont_div:hover .tit {
    color: #f39700
}

.index_main2 .cont .cont_div:hover .note {
    color: #f39700;
    opacity: .9
}

.index_main2 .cont .cont_div .pic {
    width: 96px;
    height: 96px;
    margin-left: auto;
    margin-right: auto
}

.index_main2 .cont .cont_div .pic img {
    opacity: 0;
    top: 0;
    left: 0
}

.index_main2 .cont .cont_div .pic img.imgga {
    opacity: 1
}

.index_main2 .cont .cont_div .tit {
    margin-top: 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 20px
}

.index_main2 .cont .cont_div .note {
    color: #fff;
    opacity: .5;
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px
}

.index_main2 .more {
    width: 100%;
    max-width: 880px;
    margin-top: 85px;
    height: 66px;
    background: #f39700;
    text-align: center;
    line-height: 66px;
    color: #fff;
    font-size: 20px;
    opacity: .8
}

.index_main2 .more:hover {
    opacity: 1
}

.index_main3 {
    padding-top: 75px;
    padding-bottom: 80px
}

.index_main3 .note1 {
    padding-top: 20px;
    width: 100%;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    color: #999;
    font-size: 16px;
    line-height: 26px
}

.index_main3 .cont {
    padding-top: 45px
}

.index_main3 .cont ul {
    margin-left: -15px
}

.index_main3 .cont ul li {
    width: 100%;
    padding-left: 15px
}

.index_main3 .cont ul li .cont_div {
    height: 430px;
    cursor: pointer
}

.index_main3 .cont ul li .cont_div:hover .cont_div1 {
    background: rgba(243, 151, 0, .7)
}

.index_main3 .cont ul li .cont_div:hover .cont_yy {
    background: rgba(0, 0, 0, 0)
}

.index_main3 .cont ul li .cont_div .cont_yy {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .42)
}

.index_main3 .cont ul li .cont_div .cont_div1 {
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    background: rgba(243, 151, 0, 0);
    padding-top: 30px;
    z-index: 3
}

.index_main3 .cont ul li .cont_div .cont_div1 .tit {
    color: #fff;
    font-size: 18px;
    line-height: 18px
}

.index_main3 .cont ul li .cont_div .cont_div1 .note {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 30px;
    padding-top: 10px
}

.index_main4 {
    overflow: hidden
}

.index_main4 .container>div.fl {
    width: 50%;
    height: 720px;
    padding-top: 80px;
    padding-right: 60px
}

.index_main4 .container>div.fl>* {
    position: relative;
    z-index: 2
}

.index_main4 .container>div.fl>.m4lbg {
    position: absolute;
    width: 3000px;
    height: 100%;
    background: #0086d1;
    right: 0;
    top: 0;
    z-index: 1!important
}

.index_main4 .container>div.fl .tit {
    color: #fff;
    font-size: 30px;
    line-height: 30px
}

.index_main4 .container>div.fl .tit div {
    opacity: .6;
    font-size: 16px;
    line-height: 16px;
    padding-top: 10px;
    text-transform: uppercase
}

.index_main4 .container>div.fl .cont {
    padding-top: 35px
}

.index_main4 .container>div.fl .cont .more1 {
    margin-top: 30px;
    display: block
}

.index_main4 .container>div.fl .cont ul li {
    background: #fff;
    margin-bottom: 18px;
    padding: 15px 20px;
    height: 111px
}

.index_main4 .container>div.fl .cont ul li:hover {
    background: #f39700
}

.index_main4 .container>div.fl .cont ul li:hover .cont1 .date,
.index_main4 .container>div.fl .cont ul li:hover .cont1 .more,
.index_main4 .container>div.fl .cont ul li:hover .cont1 .note1 {
    color: #fff
}

.index_main4 .container>div.fl .cont ul li .pic {
    width: 118px
}

.index_main4 .container>div.fl .cont ul li .cont1 {
    margin-right: 140px
}

.index_main4 .container>div.fl .cont ul li .cont1 .date {
    color: #000;
    font-size: 12px
}

.index_main4 .container>div.fl .cont ul li .cont1 .note1 {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px
}

.index_main4 .container>div.fl .cont ul li .cont1 .more {
    color: #999;
    font-size: 12px
}

.index_main4 .container>div.fr {
    width: 50%;
    height: 720px;
    padding-top: 80px;
    padding-left: 60px
}

.index_main4 .container>div.fr .tit {
    color: #000;
    font-size: 30px;
    line-height: 30px
}

.index_main4 .container>div.fr .tit div {
    opacity: .6;
    font-size: 16px;
    line-height: 16px;
    padding-top: 10px;
    text-transform: uppercase
}

.index_main4 .container>div.fr .cont {
    padding-top: 30px
}

.index_main4 .container>div.fr .cont .more1 {
    display: block;
    margin-top: 10px
}

.index_main4 .container>div.fr .cont ul li {
    margin-bottom: 18px
}

.index_main4 .container>div.fr .cont ul li a {
    background: #fff;
    height: 180px;
    line-height: 180px
}

.index_main4 .container>div.fr .cont ul li a img {
    max-width: 90%;
    max-height: 160px
}

.footer {
    background: #1e2124;
    padding: 85px 0 70px
}

.footer .container .footer_left {
    width: 500px;
    color: #fff
}

.footer .container .footer_left .tit {
    font-size: 22px
}

.footer .container .footer_left .note {
    font-size: 16px;
    line-height: 30px;
    border-bottom: solid 1px #787a7c;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 10px
}

.footer .container .footer_left .note1 {
    font-size: 14px;
    line-height: 30px
}

.footer .container .footer_right {
    margin-left: 640px
}

.footer .container .footer_right ul {
    width: 20%
}

.footer .container .footer_right ul li.li_tit {
    padding-bottom: 15px
}

.footer .container .footer_right ul li.li_tit a {
    color: #fff;
    font-size: 16px
}

.footer .container .footer_right ul li.li_nr {
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.footer .container .footer_right ul li.li_nr a {
    color: #fff;
    opacity: .6;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.footer .container .footer_right ul li.li_nr a:hover {
    opacity: 1
}

.copyRight {
    padding: 40px 0;
    line-height: 20px;
    background: #1e2124;
    border-top: solid 1px #35383a;
    color: #fff;
    font-size: 14px
}

.backtop {
    position: fixed;
    right: 20px;
    bottom: 200px;
    z-index: 3;
    cursor: pointer;
    display: none
}

.ejbanner {
    height: 400px;
    display: none
}

.ejbanner img {
    display: none;
    width: 100%
}

.ejnav {
    height: 88px;
    padding-top: 3px;
    background: #fafafa
}
.ejnav ul li{
    width:auto!important;
}
.ejnav ul li a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 82px;
    border-bottom: solid 3px #fafafa;
    color: #616161;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px
}

.ejnav ul li a.on,
.ejnav ul li a:hover {
    border-bottom: solid 3px #f39700;
    color: #f39700
}

.ab_main {
    margin-top: 25px
}

.ab_main .container img {
    max-width: 100%
}

.ab_main .container .cont {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 32px;
    color: #616161;
    margin-top: 0px;
    margin-bottom: 50px
}

.ab_main1 {
    padding: 55px 0;
    line-height: 24px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: #fafafa
}

.zc_list {
    padding-top: 45px;
    padding-bottom: 35px
}

.zc_list ul {
    background: url(../images/shuxian.jpg) repeat-y 11px;
    padding-left: 55px
}

.zc_list ul li {
    /* height: 155px; */
    padding: 17px 25px 17px 30px;
    background: #fafafa;
    margin-top: 40px;
}

.zc_list ul li:nth-child(1) {
    margin-top: 0
}

.zc_list ul li>img {
    left: -55px;
    top: 50%;
    margin-top: -11px
}

.zc_list ul li .pic {
    width: 175px
}

.zc_list ul li .cont {
    margin-right: 190px
}

.zc_list ul li .cont .date {
    color: #0086d1;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    padding-top: 20px
}

.zc_list ul li .cont .note {
    padding-top: 16px;
    color: #999;
    font-size: 18px
}

.zc_list .zc_bot {
    text-align: center;
    padding-top: 25px
}

.zc_list .zc_bot a {
    color: #f39700;
    font-size: 24px
}

.zz_main {
    padding: 45px 0
}

.zz_main .zz_m {
    background: url(../images/mosha.jpg);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
    padding: 50px 25px 85px
}

.zz_main .zz_m img {
    width: 100%
}

.culture_main {
    padding: 45px 0 53px
}

.culture_main ul li {
    margin-top: 40px;
    background: #fafafa
}

.culture_main ul li:nth-child(1) {
    margin-top: 0
}

.culture_main ul li:nth-child(2n) .pic {
    float: right
}

.culture_main ul li:nth-child(2n) .cont {
    margin-left: 0;
    padding-left: 45px;
    margin-right: 700px
}

.culture_main ul li .pic {
    float: left;
    width: 658px
}

.culture_main ul li .cont {
    overflow: hidden;
    margin-left: 700px;
    padding-top: 85px;
    padding-right: 33px
}

.culture_main ul li .cont .tit {
    color: #000;
    font-size: 24px;
    font-weight: 700
}

.culture_main ul li .cont .note {
    margin-top: 15px
}

.culture_main ul li .cont .note .note_div {
    line-height: 28px
}

.culture_main ul li .cont .note .note_div span.fl {
    width: 50px;
    text-align: right;
    color: #616161;
    font-size: 16px
}

.culture_main ul li .cont .note .note_div .note_div1 {
    font-size: 16px;
    color: #616161;
    margin-left: 50px
}

.culture_main ul li .cont1 {
    padding-top: 100px
}

.culture_main ul li .cont1 .note1 .titt {
    color: #616161;
    font-size: 18px;
    padding-top: 10px
}

.culture_main ul li .cont1 .note1 .tit1 {
    color: #616161;
    font-size: 14px;
    padding-top: 5px
}

.culture_main ul li .cont2 {
    padding-top: 95px
}

.culture_main ul li .cont2 .note2 {
    padding-top: 25px
}

.culture_main ul li .cont2 .note2 .dib {
    width: 114px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #fff;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-right: 15px;
    margin-bottom: 15px
}

.zs_list {
    padding: 45px 0 50px
}

.zs_list .row {
    padding-bottom: 20px
}

.zs_list .zs_div {
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    padding-bottom: 15px
}

.zs_list .zs_div:hover {
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1)
}

.zs_list .zs_div .pic {
    width: 100%;
    height: 184px;
    padding: 30px 30px 10px;
    line-height: 144px
}

.zs_list .zs_div .pic img {
    max-width: 100%;
    max-height: 144px
}

.zs_list .zs_div .tit {
    color: #333;
    font-size: 16px
}

.pages a {
    border: solid 1px #e7e8e9;
    color: #999;
    font-size: 14px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 7px 17px
}

.pages strong {
    border: solid 1px #0086d1;
    color: #fff;
    background: #0086d1;
    font-size: 14px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 7px 17px;
    font-weight: 400
}

.hz_list {
    padding: 45px 0 50px
}

.hz_list ul {
    margin-left: -30px
}

.hz_list ul li {
    width: 20%;
    padding-left: 30px
}

.hz_list ul li .hz_div {
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    height: 180px;
    line-height: 180px
}

.hz_list ul li .hz_div img {
    max-height: 160px;
    max-width: 90%
}

.hz_list ul li .hz_div:hover {
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1)
}

.rj_main {
    padding: 45px 0
}

.rj_main ul {
    margin-top: -32px
}

.rj_main ul li {
    margin-top: 32px;
    background: #fafafa
}

.rj_main ul li:hover {
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1)
}

.rj_main ul li .pic {
    width: 490px
}

.rj_main ul li .cont {
    margin-left: 550px;
    padding-top: 75px;
    padding-right: 65px
}

.rj_main ul li .cont .tit {
    color: #000;
    font-size: 22px
}

.rj_main ul li .cont .note {
    color: #616161;
    font-size: 14px;
    line-height: 30px;
    padding-top: 25px
}

.rj_main ul li .cont .more {
    width: 164px;
    height: 45px;
    border: solid 2px #f39700;
    text-align: center;
    line-height: 41px;
    color: #f39700;
    font-size: 14px;
    margin-top: 25px
}

.rj_main ul li .cont .more span {
    position: relative;
    z-index: 2
}

.case_list {
    padding: 45px 0 50px
}

.case_list ul {
    margin-top: -30px;
    padding-bottom: 40px
}

.case_list ul li {
    background: #fafafa;
    margin-top: 30px
}

.case_list ul li:hover {
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1)
}

.case_list ul li:hover .cont .cont1 .tit {
    color: #f39700
}

.case_list ul li .pic {
    width: 295px;
    float: left
}

.case_list ul li .cont {
    margin-left: 330px
}

.case_list ul li .cont .cont1 {
    margin-right: 150px;
    padding-top: 30px
}

.case_list ul li .cont .cont1 .tit {
    color: #000;
    font-size: 22px
}

.case_list ul li .cont .cont1 .note {
    color: #616161;
    font-size: 14px;
    line-height: 28px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.case_list ul li .cont .cont1 .date {
    color: #999;
    font-size: 14px;
    margin-top: 15px
}

.case_list ul li .cont a.more {
    float: right;
    margin-right: 40px;
    margin-top: 80px
}

.case_main {
    padding: 48px 0 45px
}

.case_main .case_m1 {
    background: #fff
}

.case_main .case_m1 .pic {
    width: 658px
}

.case_main .case_m1 .pic img {
    width: 100%
}

.case_main .case_m1 .cont {
    margin-left: 720px;
    margin-right: 60px;
    padding-top: 60px
}

.case_main .case_m1 .cont .tit {
    color: #000;
    font-size: 30px;
    padding-bottom: 30px;
    line-height: 30px;
    background: url(../images/hengxian2.jpg) no-repeat left bottom
}

.case_main .case_m1 .cont .tit1 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px
}

.case_main .case_m1 .cont .note {
    color: #616161;
    font-size: 14px;
    line-height: 28px;
    padding-top: 10px
}

.case_main .case_m2 {
    margin-top: 30px
}

.case_main .case_m2 .xxk .xxk1 {
    width: 270px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background: #f8f8f8;
    color: #000;
    font-size: 18px;
    float: left
}

.case_main .case_m2 .xxk .xxk1.on {
    background: #fff;
    color: #0086d1;
    font-weight: 700
}

.case_main .case_m2 .xxkqh {
    background: #fff;
    padding: 33px 35px 45px
}

.case_main .case_m2 .xxkqh .xxkqh1 {
    color: #616161;
    font-size: 16px;
    line-height: 30px
}

.case_main .case_m2 .xxkqh .xxkqh1 img {
    max-width: 100%;
    margin-bottom: 20px
}

.news_details {
    padding-top: 27px
}

.news_details .news_top {
    border-bottom: solid 1px #eaecee
}

.news_details .news_top .news_top1 .date {
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #0086d1;
    border-radius: 5px;
    color: #fff;
    font-size: 20px
}

.news_details .news_top .news_top1 .fr {
    color: #616161;
    font-size: 14px
}

.news_details .tit {
    padding-top: 25px;
    color: #000;
    font-size: 26px;
    padding-bottom: 35px
}

.news_details .news_bot {
    padding: 40px 0 90px;
    color: #616161;
    font-size: 15px;
    line-height: 32px
}

.news_details .news_bot img {
    margin-left: 30px;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

.fanye {
    border-top: solid 1px #eaecee;
    padding: 25px 0
}

.fanye a {
    color: #415167;
    font-size: 12px
}

.join_list {
    padding: 55px 0 50px
}

.join_list .tit {
    color: #333;
    text-align: center;
    font-size: 34px
}

.join_list .cont {
    padding-top: 50px
}

.join_list .cont ul li {
    margin-top: 18px;
    background: #fafafa;
    padding: 20px 37px 20px 40px;
    border: solid 1px #fafafa
}

.join_list .cont ul li:hover {
    border-color: #f39700;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1)
}

.join_list .cont ul li .cont_top {
    font-size: 18px;
    color: #000
}

.join_list .cont ul li .cont_top span {
    background: #f39700;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 0 5px;
    position: relative;
    top: -2px
}

.join_list .cont ul li .cont_bot {
    padding-top: 25px
}

.join_list .cont ul li .cont_bot span {
    color: #999;
    font-size: 16px
}

.join_list .cont ul li .cont_bot span:nth-child(2) {
    margin-left: 90px
}

.join_list .cont ul li .cont_bot a.fr {
    color: #f39700;
    font-size: 16px
}

.join_details .join_top {
    padding: 35px 0 40px;
    border-bottom: solid 1px #eeeff1
}

.join_details .join_top .join_tleft .jtop {
    color: #f39700;
    font-size: 30px
}

.join_details .join_top .join_tleft .jtop span {
    color: #616161;
    font-size: 18px;
    margin-left: 10px
}

.join_details .join_top .join_tleft .jbot {
    color: #999;
    font-size: 16px
}

.join_details .join_top .join_tright {
    color: #616161;
    font-size: 14px;
    padding-top: 25px
}

.join_details .join_bot {
    padding: 30px 0
}

.join_details .join_bot .join_div .tit1 {
    color: #999;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px
}

.join_details .join_bot .join_div .note1 {
    color: #333;
    font-size: 14px;
    line-height: 28px
}

.join_details .join_bot1 {
    padding: 40px;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    border-top: solid 1px #eeeff1
}

.join_details .join_bot1 a {
    color: #f39700;
    margin-right: 30px
}

.join_details .join_bot1 span {
    color: #f39700
}

.gh_main {
    padding: 45px 0 45px
}

.gh_main ul li {
    width: 25%
}

.gh_main ul li:hover .pic .f_fade {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.gh_main ul li .pic {
    overflow: hidden
}

.gh_main ul li .pic .f_fade {
    background: rgba(0, 134, 209, .9);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 70px;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.gh_main ul li .pic .f_fade img {
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.gh_main ul li .tit {
    background: #fafafa;
    height: 44px;
    line-height: 44px;
    color: #616161;
    font-size: 16px;
    margin-bottom: 30px
}

.contact_main {
    padding: 45px 0 40px
}

.contact_main .contact_div {
    background: #fafafa;
    padding: 23px 24px 0;
    margin-bottom: 30px;
}

.contact_main .contact_div .tit {
    color: #000;
    font-size: 24px
}

.contact_main .contact_div .tit img {
    margin-right: 10px
}

.contact_main .contact_div .note {
    padding-left: 20px;
    padding-right: 20px
}

.contact_main .contact_div .note .note_div {
    color: #000;
    font-size: 16px;
    line-height: 30px
}

.contact_main .contact_div .note .note_div span {
    width: 50px;
    text-align: right
}

.contact_main .contact_div .note .note_div .note_div1 {
    margin-left: 50px
}

.contact_main .contact_div .note .note_div .note_div1.note_div2 {
    height: 60px
}

.contact_main .contact_div .map {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 20px
}

.contact_main .contact_div .map img {
    width: 100%
}

.contact_main .contact_m {
    margin-top: 10px;
    background: #fafafa;
    padding: 40px 20px
}

.contact_main .contact_m .tit {
    color: #000;
    font-size: 30px
}

.contact_main .contact_m .cont {
    font-size: 16px;
    color: #000;
    margin-top: 20px
}

.contact_main .contact_m .cont a {
    color: #0e61ff
}

.gz_main {
    padding: 45px 0
}

.gz_main .gz_m {
    background: #fafafa;
    padding: 60px 0 65px
}

.gz_main .gz_m .gz_div {
    max-width: 710px
}

.gz_main .gz_m .gz_div .ewm {
    width: 249px;
    height: 249px
}

.gz_main .gz_m .gz_div .cont {
    margin-left: 310px;
    padding-top: 50px
}

.gz_main .gz_m .gz_div .cont .tit {
    color: #000;
    font-size: 30px;
    line-height: 30px
}

.gz_main .gz_m .gz_div .cont .tit1 {
    color: #999;
    font-size: 16px;
    line-height: 16px;
    margin-top: 12px;
    text-transform: uppercase
}

.gz_main .gz_m .gz_div .cont .tit2 {
    margin-top: 35px;
    color: #f39700;
    font-size: 30px;
    line-height: 30px
}

.gz_main .gz_m .gz_div .cont .tit3 {
    color: #616161;
    font-size: 18px;
    line-height: 18px;
    margin-top: 16px
}

.map_main {
    padding: 45px 0
}

.map_main .map1_note {
    right: 120px;
    bottom: 45px;
    color: #000;
    font-size: 16px;
    line-height: 36px
}

.map_main .map2 img {
    width: 100%
}

.map_main .map1 {
    width: 928px
}

.map_main .map1 .map1_dw {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    z-index: 3
}

.map_main .map1 .map1_dw.map1_dw1 {
    top: 293px;
    right: 233px
}

.map_main .map1 .map1_dw.map1_dw2 {
    top: 280px;
    right: 260px
}

.map_main .map1 .map1_dw.map1_dw3 {
    top: 318px;
    right: 218px
}

.map_main .map1 .map1_dw.map1_dw4 {
    top: 466px;
    right: 130px
}
.map_main .map1 .map1_dw.map1_dw_hz {
    top: 506px;
    right: 140px
}
.map_main .map1 .map1_dw.map1_dw_wh {
    top: 516px;
    right: 230px
}
.map_main .map1 .map1_dw.map1_dw_gz {
    top: 676px;
    right: 255px
}

.map_main .map1 .map1_dw.map1_dw5 {
    top: 350px;
    right: 134px
}

.map_main .map1 .map1_dw.map1_dw6 {
    top: 418px;
    right: 167px
}
.map_main .map1 .map1_dw.map1_dw_nj {
    top: 440px;
    right: 174px
}

.map_main .map1 .map1_dw.map1_dw7 {
    top: 484px;
    right: 460px
}

.map_main .map1 .map1_dw.map1_dw8 {
    top: 656px;
    right: 235px
}

.map_main .map1 .map1_dw.bgea121d {
    background: #ea121d;
}
.map_main .map1 .map1_dw .diandian{
    width: 10px;
    height: 10px;
    border-radius: 10px;
}
.map_main .map1 .map1_dw.bgea121d .diandian{
    background: #ea121d;
    -webkit-transform: scale(2);
    transform: scale(2);
}
.map_main .map1 .map1_dw.bg1ca71c .diandian{
    background: #1ca71c;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.map_main .map1 .map1_dw.bg0085d0 .diandian{
    background: #0085d0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
}
.map_main .map1 .map1_dw.bgf39700 .diandian{
    background: #f39700;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.map_main .map1 .map1_dw.bgea121d .map1_name {
    color: #ea121d
}

.map_main .map1 .map1_dw.bgea121d .yuan {
    border: solid 3px #ea121d
}

.map_main .map1 .map1_dw.bg1ca71c {
    background: #1ca71c
}

.map_main .map1 .map1_dw.bg1ca71c .map1_name {
    color: #1ca71c
}

.map_main .map1 .map1_dw.bg1ca71c .yuan {
    border: solid 3px #1ca71c
}

.map_main .map1 .map1_dw.bg0085d0 {
    background: #0085d0
}

.map_main .map1 .map1_dw.bg0085d0 .map1_name {
    color: #0085d0
}

.map_main .map1 .map1_dw.bg0085d0 .yuan {
    border: solid 3px #0085d0
}

.map_main .map1 .map1_dw.bgf39700 {
    background: #f39700
}

.map_main .map1 .map1_dw.bgf39700 .map1_name {
    color: #f39700
}

.map_main .map1 .map1_dw.bgf39700 .yuan {
    border: solid 3px #f39700
}

.map_main .map1 .map1_dw .yuan {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
    -webkit-animation: ripple 4.5s ease-out 450ms infinite;
    -moz-animation: ripple 4.5s ease-out 450ms infinite;
    -o-animation: ripple 4.5s ease-out 450ms infinite;
    animation: ripple 4.5s ease-out 450ms infinite;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.map_main .map1 .map1_dw .yuan.yuan_10 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.map_main .map1 .map1_dw .yuan.yuan_20 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.map_main .map1 .map1_dw .yuan.yuan_30 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.map_main .map1 .map1_dw .yuan.yuan_40 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.map_main .map1 .map1_dw .yuan.yuan_50 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.map_main .map1 .map1_dw .yuan.yuan_60 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.map_main .map1 .map1_dw .yuan.yuan_70 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.map_main .map1 .map1_dw .yuan.yuan_80 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.map_main .map1 .map1_dw .yuan.yuan_90 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.map_main .map1 .map1_dw .map1_name {
    width: 100px;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px
}

.mobile_show {
    display: none
}

.xjjoin_m{
    padding-bottom: 50px;
}
.xjjoin_top{
    box-shadow: 0 0 20px 10px rgba(0,0,0,.1);
    margin-top: 30px;
    margin-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 40px;
    padding-bottom: 20px;
    border-radius: 5px;
}
.xjjoin_search{
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 30px;
}
.xjjoin_search .join_btn{
    width: 120px;
    height: 46px;
    color: #fff;
    padding-left: 30px;
    text-align: center;
    background:url(../images/xjfdj.png) no-repeat 30px center #0086d1;
    border-radius: 5px;
    font-size: 16px;
    border: 0;
}
.xjjoin_search .cont{
    margin-right: 135px;
}
.xjjoin_search .cont input{
    width: 100%;
    height: 46px;
    border: solid 1px #e0e0e0;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 14px;
}

.xjjoin_search .tj_reset a{
    color: #0086d1;
    font-size: 14px;
    text-decoration: underline;
    line-height: 44px;
}
.xjjoin_shaixuan{
    padding-top: 30px;

}
.xjjoin_sxdiv div.fl{
    width: 170px;
    color: #616161;
    font-size: 16px;
}
.xjjoin_sxdiv div.fl a{
    margin-bottom: 12px;
    color: #616161;
    font-size: 14px;
    line-height: 38px;
    display: inline-block;
    padding: 0px 15px;
    margin: 0px 10px;
    border-radius: 3px;
}
.xjjoin_sxdiv .cont1 a.on,.xjjoin_sxdiv div.fl a.on{
    background: #0086d1;
    color: #fff;
}
.xjjoin_sxdiv .cont1{
    margin-left: 170px;
}
.xjjoin_sxdiv .cont1 a{
    color: #616161;
    font-size: 14px;
    line-height: 38px;
    display: inline-block;
    padding: 0px 15px;
    margin: 0px 10px;
    border-radius: 3px;
    margin-bottom: 12px;

}
.xjjoin_listbt{
    box-shadow: 0 0 20px 10px rgba(0,0,0,.1);
    height: 56px;
    border-radius: 5px;
    line-height: 56px;
    text-align: center;
    color: #616161;
    font-size: 16px;
    margin-bottom: 20px;
}
.xjjoin_listbt span.span1{
    width: 30%;
}
.xjjoin_listbt span.span2{
    width: 20%;
}
.xjjoin_listbt span.span3{
    width: 17%;
}
.xjjoin_listbt span.span4{
    width: 17%;
}
.xjjoin_listbt span.span5{
    width: 16%;
}
.xjjoin_listnr ul{
    padding-bottom: 30px;
}
.xjjoin_listnr ul li{
    height: 50px;
    background: #fafafa;
    line-height: 50px;
    margin-bottom: 10px;
    text-align: center;
}
.xjjoin_listnr ul li a{
    display: block;
    color: #616161;
    font-size: 16px;
}
.xjjoin_listnr ul li a:hover{
    box-shadow: 0 0 10px 6px rgba(0,0,0,.1);
    background: #fff;
}
.xjjoin_listnr ul li span{
    height: 50px;
}
.xjjoin_listnr ul li span.span1{
    width: 30%;
}
.xjjoin_listnr ul li span.span2{
    width: 20%;
}
.xjjoin_listnr ul li span.span3{
    width: 17%;
}
.xjjoin_listnr ul li span.span4{
    width: 17%;
}
.xjjoin_listnr ul li span.span5{
    width: 16%;
}








@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1)
    }
    5% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes ripple {
    0% {
        opacity: 0;
        -moz-transform: scale(.1, .1)
    }
    5% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1)
    }
}

@-o-keyframes ripple {
    0% {
        opacity: 0;
        -o-transform: scale(.1, .1)
    }
    5% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -o-transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1);
        -moz-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1)
    }
    5% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}