@charset "utf-8";
body.on {
    padding-top: 80px
}

body.on .header {
    height: 80px
}

body.on .header .logo {
    top: 7px
}

body.on .header .language {
    top: 29px
}

body.on .header .hotline {
    top: 31px
}

body.on .header .index_nav > ul > li > a {
    line-height: 76px
}

body.on .header .index_nav > ul > li .xl {
    top: 80px
}

body {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.dw {
    position: relative;
    top: -100px
}

.header {
    height: 100px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header .container {
    width: 100%
}

.header .logo {
    top: 12px;
    left: 60px;
    z-index: 2;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header .language {
    top: 34px;
    right: 60px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header .language a {
    width: 30px;
    height: 30px;
    border: solid 1px #1763cd;
    text-align: center;
    line-height: 28px;
    color: #1763cd;
    background: #fff;
    margin-left: 8px;
    display: inline-block
}

.header .language a.on {
    background: #1763cd;
    color: #fff
}

.header .index_nav {
    right: 400px;
    left: 300px;
    top: 0
}

.header .index_nav > ul {
    text-align: center
}

.header .index_nav > ul > li {
    float: none;
    display: inline-block;
    position: relative;
    margin-left: 2.5%;
    margin-right: 2.5%
}

.header .index_nav > ul > li:nth-child(1) {
    background: 0 0
}

.header .index_nav > ul > li > a {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 96px;
    padding-top: 2px;
    border-bottom: solid 2px #fff
}

.header .index_nav > ul > li > a.on, .header .index_nav > ul > li > a:hover {
    color: #1763cd;
    border-bottom: solid 2px #1763cd
}

.header .index_nav > ul > li .xl {
    width: 200px;
    position: absolute;
    top: 100px;
    left: 0;
    height: auto;
    background: #1763cd;
    text-align: left;
    display: none
}

.header .index_nav > ul > li .xl > li {
    position: relative
}

.header .index_nav > ul > li .xl > li:nth-child(1) {
    border-top: 0
}

.header .index_nav > ul > li .xl > li:hover {
    background: #124fa4
}

.header .index_nav > ul > li .xl > li .cl {
    position: absolute;
    top: 0;
    background: #1763cd;
    left: 200px;
    width: 200px;
    display: none
}

.header .index_nav > ul > li .xl > li .cl li a {
    color: #fff
}

.header .index_nav > ul > li .xl > li > a {
    background: url(../images/jiantou.png) no-repeat 170px center
}

.header .index_nav > ul > li .xl > li a {
    display: block;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-left: 20px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header .index_nav > ul > li .xl > li a:hover {
    background-color: #124fa4
}

.header .hotline {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    line-height: 30px;
    right: 160px;
    top: 36px;
    font-family: Arial;
    font-size: 30px;
    color: #1763cd
}

.container {
    width: 1430px
}

.section {
    background-size: cover !important;
    background-position: center center
}

.menu {
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 18px;
    color: #1763cd;
    border: solid 1px #1763cd;
    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: #1763cd;
    position: absolute;
    top: 0;
    left: -39px;
    z-index: 11;
    display: none;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1)
}

.banner .owl-theme .owl-controls {
    margin-top: 0
}

.banner #owl-demo1 .owl-dots {
    display: block !important;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center
}

.banner #owl-demo1 .owl-dots .owl-dot {
    display: inline-block;
    float: none;
    margin-left: 6px;
    margin-right: 6px;
    width: 30px;
    height: 6px;
    -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;
    opacity: .4;
    border-radius: 3px
}

.banner #owl-demo1 .owl-dots .owl-dot.active {
    opacity: 1
}

.banner #owl-demo1 .active .item .item_word {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banner #owl-demo1 .active .item .item_word .tit {
    opacity: 1
}

.banner #owl-demo1 .active .item .item_word .note {
    opacity: 1
}

.banner #owl-demo1 .active .item .item_word .btn1 {
    opacity: 1
}

.banner #owl-demo1 .item {
    display: block;
    position: relative
}

.banner #owl-demo1 .item .item_word {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1080px;
    margin-left: -540px;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    text-align: center;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.banner #owl-demo1 .item .item_word .tit {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 0;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.banner #owl-demo1 .item .item_word .note {
    margin-top: 40px;
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 0;
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.banner #owl-demo1 .item .item_word .btn1 {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 0;
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.btn1bak {
    margin-top: 45px;
    width: 196px;
    height: 50px;
    background: #1763cd;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    cursor: pointer
}

.btn1 {
    margin-top: 45px;
    width: 180px;
    height: 40px;
    background: #1763cd;
    border-radius: 25px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.btn1 img {
    width: auto !important;
    display: inline-block !important;
    margin-left: 25px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.btn1:hover {
    color: #fff
}

.btn1:hover img {
    margin-left: 35px
}

.section {
    overflow: hidden
}

.sec_main {
    width: 1400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -700px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 40px
}

.section2 .sec_main .sec_top .sec_left {
    width: 680px
}

.section2 .sec_main .sec_top .sec_left .tit {
    color: #fff;
    font-size: 36px
}

.section2 .sec_main .sec_top .sec_left .hengxian {
    width: 40px;
    height: 3px;
    background: #fff;
    margin-top: 15px
}

.section2 .sec_main .sec_top .sec_left .note {
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
    color: #fff
}

.section2 .sec_main .sec_top .sec_left .btn1 {
    background: #fff;
    color: #1763cd;
    margin-top: 40px;
    display: block
}

.section2 .sec_main .sec_top .sec_left .btn1:hover {
    color: #1763cd
}

.section2 .sec_main .sec_top .sec_right {
    width: 640px;
    padding-top: 100px
}

.section2 .sec_main .sec_top .sec_right .item {
    margin-left: 70px;
    text-align: left
}

.section2 .sec_main .sec_top .sec_right .item .tit {
    line-height: 24px;
    color: #fff;
    font-size: 16px
}

.section2 .sec_main .sec_top .sec_right .item .tit .hengxian {
    width: 16px;
    height: 3px;
    background: #fff
}

.section2 .sec_main .sec_top .sec_right .item .cont {
    color: #fff;
    font-size: 16px;
    padding-top: 10px
}

.section2 .sec_main .sec_top .sec_right .item .cont .num {
    font-size: 60px;
    font-weight: 700;
    font-family: impact;
    margin-right: 5px
}

.section2 .sec_main .sec_top .sec_right .item .cont .sup {
    font-family: impact;
    font-weight: 700;
    font-size: 36px;
    vertical-align: top;
    margin-right: 5px;
    margin-left: -5px
}

.section2 .sec_main .sec_bot {
    margin-top: 80px
}

.section2 .sec_main .sec_bot .item {
    width: 320px;
    margin-left: 40px;
    height: 160px;
    background: rgba(255, 255, 255, .4);
    padding: 40px 40px 0;
    overflow: hidden;
    position: relative
}

.section2 .sec_main .sec_bot .item:hover {
    background: #fff
}

.section2 .sec_main .sec_bot .item:hover .item_top {
    color: #1763cd
}

.section2 .sec_main .sec_bot .item:hover .item_top .icon img.imgga {
    opacity: 0
}

.section2 .sec_main .sec_bot .item:hover .item_top .icon img.imggb {
    opacity: 1
}

.section2 .sec_main .sec_bot .item .item_top {
    color: #fff;
    font-size: 24px;
    line-height: 50px
}

.section2 .sec_main .sec_bot .item .item_top .icon {
    width: 50px;
    height: 50px;
    position: relative;
    margin-right: 20px
}

.section2 .sec_main .sec_bot .item .item_top .icon img {
    top: 0;
    left: 0
}

.section2 .sec_main .sec_bot .item .item_top .icon img.imggb {
    opacity: 0
}

.section2 .sec_main .sec_bot .item .item_bot {
    position: absolute;
    bottom: -10px;
    right: -10px;
    color: rgba(23, 99, 205, .2);
    text-align: right;
    font-size: 50px;
    font-family: "Arial Black", Arial;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px
}

.section2 .sec_main .sec_bot .item:nth-child(1) {
    margin-left: 0
}

.section3 {
    background: #f5f5f5
}

.section3 .sec_main .cont {
    width: 470px
}

.section3 .sec_main .cont .item {
    margin-top: 50px
}

.section3 .sec_main .cont .item.on .xh {
    background: #1763cd;
    color: #fff
}

.section3 .sec_main .cont .item.on .cont1 .tit {
    color: #1763cd
}

.section3 .sec_main .cont .item .xh {
    width: 120px;
    height: 120px;
    border: solid 1px #1763cd;
    border-radius: 100%;
    text-align: center;
    line-height: 118px;
    color: #1763cd;
    font-size: 48px;
    font-family: impact;
    font-weight: 700;
    float: left
}

.section3 .sec_main .cont .item .cont1 {
    margin-left: 160px;
    padding-top: 10px
}

.section3 .sec_main .cont .item .cont1 .tit {
    color: #333;
    font-size: 24px
}

.section3 .sec_main .cont .item .cont1 .note {
    color: #666;
    font-size: 16px;
    margin-top: 15px
}

.section3 .sec_main .map {
    width: 747px;
    position: relative
}

.section3 .sec_main .map img {
    width: 100%
}

.section3 .sec_main .map .map_point {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section3 .sec_main .map .map_point .item {
    width: 10px;
    height: 10px;
    background: #0080cc;
    border-radius: 10px;
    position: absolute
}

.section3 .sec_main .map .map_point .item .note {
    width: 100px;
    position: absolute;
    top: -20px;
    left: 20px;
    color: #666;
    font-size: 14px
}

.section3 .sec_main .map .map_point .item .quanquan {
    width: 10px;
    height: 10px;
    border: solid 1px #0080cc;
    box-shadow: 0 0 10px 5px rgba(0, 128, 204, .5);
    border-radius: 50%;
    position: absolute;
    top: -28px;
    left: -28px;
    height: 66px;
    width: 66px;
    border: 2px solid #0080cc;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    -webkit-box-shadow: 0 0 4px #0080cc, 0 0 10px #0080cc inset;
    -moz-box-shadow: 0 0 4px #0080cc, 0 0 10px #0080cc inset;
    box-shadow: 0 0 4px #0080cc, 0 0 10px #0080cc inset;
    opacity: .12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: 0 0
}

.section3 .sec_main .map .map_point .item .quanquan.quanquan1 {
    -webkit-animation-delay: 0 !important;
    -moz-animation-delay: 0 !important;
    -o-animation-delay: 0 !important;
    animation-delay: 0 !important
}

.section3 .sec_main .map .map_point .item .quanquan.quanquan2 {
    -webkit-animation-delay: .4s !important;
    -moz-animation-delay: .4s !important;
    -o-animation-delay: .4s !important;
    animation-delay: .4s !important
}

.section3 .sec_main .map .map_point .item .quanquan.quanquan3 {
    -webkit-animation-delay: .8s !important;
    -moz-animation-delay: .8s !important;
    -o-animation-delay: .8s !important;
    animation-delay: .8s !important
}

.section3 .sec_main .map .map_point .item .quanquan.quanquan4 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.section3 .sec_main .map .map_point .item .quanquan.quanquan5 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.section3 .sec_main .map .map_point .item .quanquan.quanquan6 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s
}

.section3 .sec_main .map .map_point .item .quanquan.quanquan7 {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.section3 .sec_main .map .map_point .item .quanquan.quanquan8 {
    -webkit-animation-delay: -.4s;
    -moz-animation-delay: -.4s;
    -o-animation-delay: -.4s;
    animation-delay: -.4s
}

.section3 .sec_main .map .map_point .item .quanquan.quanquan9 {
    -webkit-animation-delay: -.8s;
    -moz-animation-delay: -.8s;
    -o-animation-delay: -.8s;
    animation-delay: -.8s
}

.section3 .sec_main .map .map_point .item .quanquan.quanquan10 {
    -webkit-animation-delay: -1.2s;
    -moz-animation-delay: -1.2s;
    -o-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.section3 .sec_main .map .map_point .item .quanquan.quanquan11 {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s
}

.section3 .sec_main .map .map_point .item.item1 {
    top: 17.3%;
    left: 86.3%
}

.section3 .sec_main .map .map_point .item.item2 {
    top: 50.7%;
    left: 59.7%
}

.section3 .sec_main .map .map_point .item.item3 {
    top: 57.2%;
    left: 82%
}

.section3 .sec_main .map .map_point .item.on {
    background: #f90
}

.section3 .sec_main .map .map_point .item.on .quanquan {
    position: absolute;
    top: -28px;
    left: -28px;
    height: 66px;
    width: 66px;
    border: 2px solid #f90;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    -webkit-box-shadow: 0 0 4px #f90, 0 0 10px #f90 inset;
    -moz-box-shadow: 0 0 4px #f90, 0 0 10px #f90 inset;
    box-shadow: 0 0 4px #f90, 0 0 10px #f90 inset;
    opacity: .12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: 0 0
}

.section4 .m4_pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover !important;
    overflow: hidden
}

.section4 .m4_pic .item1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 4s ease-in-out;
    transition: all 4s ease-in-out;
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.section4 .m4_pic .item1.on {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.section4 .item {
    width: 25%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: relative;
    z-index: 3
}

.section4 .item:hover {
    background: rgba(23, 99, 205, .8)
}

.section4 .item:hover .item_abs {
    padding-top: 0
}

.section4 .item:hover .item_abs .btnn, .section4 .item:hover .item_abs .note {
    opacity: 1
}

.section4 .item .item_abs {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 60px;
    text-align: center;
    padding-top: 200px
}

.section4 .item .item_abs .tit {
    color: #fff;
    font-size: 24px;
    margin-top: 35px
}

.section4 .item .item_abs .note {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 35px;
    opacity: 0
}

.section4 .item .item_abs .btnn {
    opacity: 0
}

.section4 .item .item_abs .btnn .btn1 {
    display: block;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    color: #1763cd
}

.section4 .item .item_abs .btnn .btn1:hover {
    color: #1763cd
}

.section5 .sec5_main {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 50px
}

.section5 .sec5_main .xxkqh {
    margin-top: 55px
}

.section5 .sec5_main .xxkqh .xxkqh1 .xxkqh1_m {
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5
}

.section5 .sec5_main .xxkqh .xxkqh1 .xxkqh1_m .cont {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5
}

.section5 .sec5_main .xxkqh .xxkqh1 .xxkqh1_m .cont .item {
    padding: 75px 60px;
    width: 33.33%;
    border-left: solid 1px #e5e5e5
}

.section5 .sec5_main .xxkqh .xxkqh1 .xxkqh1_m .cont .item:hover .tit a {
    color: #1763cd
}

.section5 .sec5_main .xxkqh .xxkqh1 .xxkqh1_m .cont .item:hover .note {
    color: #1763cd
}

.section5 .sec5_main .xxkqh .xxkqh1 .xxkqh1_m .cont .item:hover .pic .picspan {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.section5 .sec5_main .xxkqh .xxkqh1 .xxkqh1_m .cont .item:nth-child(1) {
    border-left: 0
}

.section5 .sec5_main .xxkqh .xxkqh1 .xxkqh1_m .cont .item .date {
    color: #666;
    font-size: 16px
}

.section5 .sec5_main .xxkqh .xxkqh1 .xxkqh1_m .cont .item .tit {
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    margin-top: 30px
}

.section5 .sec5_main .xxkqh .xxkqh1 .xxkqh1_m .cont .item .tit a {
    color: #333;
    font-size: 24px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.section5 .sec5_main .xxkqh .xxkqh1 .xxkqh1_m .cont .item .pic {
    margin-top: 35px;
    margin-bottom: 28px;
    overflow: hidden
}

.section5 .sec5_main .xxkqh .xxkqh1 .xxkqh1_m .cont .item .note {
    color: #333;
    font-size: 16px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.section5 .sec5_main .xxkqh .xxkqh1 .more .btn1 {
    margin-top: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.section5 .sec5_main .xxk {
    text-align: center;
    font-size: 0
}

.section5 .sec5_main .xxk .xxk1 {
    color: #333;
    font-size: 18px;
    display: inline-block;
    width: 170px;
    background: url(../images/shuxian.jpg) no-repeat left center
}

.section5 .sec5_main .xxk .xxk1:nth-child(1) {
    background: 0 0
}

.section5 .sec5_main .xxk .xxk1.on {
    color: #1763cd;
    font-weight: 700
}

.section6 .sec_main .sec6_top {
    border-bottom: solid 1px #c1d0e7;
    padding-bottom: 35px
}

.section6 .sec_main .sec6_top .sec_left .tit {
    color: #fff;
    font-size: 36px
}

.section6 .sec_main .sec6_top .sec_left .note {
    color: #fff;
    font-size: 16px;
    margin-top: 10px
}

.section6 .sec_main .sec6_top .sec_left .note img {
    margin-right: 10px
}

.section6 .sec_main .sec6_top .sec_right {
    padding-top: 40px;
    padding-right: 15px
}

.section6 .sec_main .sec6_bot {
    padding-top: 40px
}

.section6 .sec_main .sec6_bot .sec_left {
    width: 50%
}

.section6 .sec_main .sec6_bot .sec_left .secl_top .item {
   /* margin-bottom: 30px;*/
   margin-bottom: 60px;  /*liuql,20210707*/
}

.section6 .sec_main .sec6_bot .sec_left .secl_top .item .icon {
    width: 80px;
    height: 80px;
    border: solid 2px #1763cd;
    background:#1763cd;
    border-radius: 40px;
    text-align: center;
    line-height: 76px;
    margin-right: 20px
}

.section6 .sec_main .sec6_bot .sec_left .secl_top .item .cont {
    padding-top: 15px
}

.section6 .sec_main .sec6_bot .sec_left .secl_top .item .cont .tit {
    color: #fff;
    font-size: 24px;
    line-height: 24px
}

.section6 .sec_main .sec6_bot .sec_left .secl_top .item .cont .note {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-top: 15px
}

.section6 .sec_main .sec6_bot .sec_left .secl_bot {
    padding-top: 10px
}

.section6 .sec_main .sec6_bot .sec_left .secl_bot .item {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: inline-block
}

.section6 .sec_main .sec6_bot .sec_left .secl_bot .item:nth-child(1) {
    margin-right: 140px
}

.section6 .sec_main .sec6_bot .sec_left .secl_bot .item img {
    margin-bottom: 10px;
    width: 140px
}

.section6 .sec_main .sec6_bot .sec_right {
    width: 500px;
    padding-top: 40px
}

.section6 .sec_main .sec6_bot .sec_right .email .tit {
    color: #fff;
    font-size: 16px
}

.section6 .sec_main .sec6_bot .sec_right .email .bot {
    margin-top: 15px
}

.section6 .sec_main .sec6_bot .sec_right .email .bot .btn2 {
    width: 132px;
    height: 48px;
    background: url(../images/jiantou1.png) no-repeat 80px center #1763cd;
    padding-left: 28px;
    border: 0;
    color: #fff;
    font-size: 16px;
    text-align: left
}

.section6 .sec_main .sec6_bot .sec_right .email .bot .btn2:hover {
    background: url(../images/jiantou1.png) no-repeat 90px center #1763cd
}

.section6 .sec_main .sec6_bot .sec_right .email .bot .cont {
    margin-right: 142px
}

.section6 .sec_main .sec6_bot .sec_right .email .bot .cont .inp1 {
    border: solid 1px #fff;
    color: #333;
    font-size: 14px;
    padding-left: 20px;
    background: #fff;
    height: 48px;
    width: 100%
}

.section6 .sec_main .sec6_bot .sec_right .share {
    /*padding-top: 40px;*/
    padding-top: 1px; /*liuql,20210707*/
}

.section6 .sec_main .sec6_bot .sec_right .share a {
    width: 30px !important;
    height: 30px !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #c6d5eb !important;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center center
}

.section6 .sec_main .sec6_bot .sec_right .share a.bds_weixin {
    background-image: url(../images/tbc1.png)
}

.section6 .sec_main .sec6_bot .sec_right .share a.bds_weixin:hover {
    background-image: url(../images/tbc11.png);
    background-color: #1763cd !important;
    opacity: 1 !important
}

.section6 .sec_main .sec6_bot .sec_right .share a.bds_tsina {
    background-image: url(../images/tbc2.png)
}

.section6 .sec_main .sec6_bot .sec_right .share a.bds_tsina:hover {
    background-image: url(../images/tbc22.png);
    background-color: #1763cd !important;
    opacity: 1 !important
}

.section6 .sec_main .sec6_bot .sec_right .share a.bds_sqq {
    background-image: url(../images/tbc3.png)
}

.section6 .sec_main .sec6_bot .sec_right .share a.bds_sqq:hover {
    background-image: url(../images/tbc33.png);
    background-color: #1763cd !important;
    opacity: 1 !important
}

.section6 .sec_main .sec6_bot .sec_right .share a.bds_fbook {
    background-image: url(../images/tbc4.png)
}

.section6 .sec_main .sec6_bot .sec_right .share a.bds_fbook:hover {
    background-image: url(../images/tbc44.png);
    background-color: #1763cd !important;
    opacity: 1 !important
}

.section6 .sec_main .sec6_bot .sec_right .share a.bds_twi {
    background-image: url(../images/tbc5.png)
}

.section6 .sec_main .sec6_bot .sec_right .share a.bds_twi:hover {
    background-image: url(../images/tbc55.png);
    background-color: #1763cd !important;
    opacity: 1 !important
}

.section6 .sec_main .sec6_bot .sec_right .share a.bds_linkedin {
    background-image: url(../images/tbc6.png)
}

.section6 .sec_main .sec6_bot .sec_right .share a.bds_linkedin:hover {
    background-image: url(../images/tbc66.png);
    background-color: #1763cd !important;
    opacity: 1 !important
}

.section6 .sec_main .sec6_bot .sec_right .website {
    padding-top: 50px
}

.section6 .sec_main .sec6_bot .sec_right .website .tit {
    color: #fff;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: solid 1px #c6d5eb
}

.section6 .sec_main .sec6_bot .sec_right .website .cont {
    padding-top: 10px;
    line-height: 30px;
    overflow: hidden
}

.section6 .sec_main .sec6_bot .sec_right .website .cont .cont1 {
    margin-left: -20px
}

.section6 .sec_main .sec6_bot .sec_right .website .cont .cont1 a {
    display: inline-block;
    padding: 0 20px;
    background: url(../images/shuxian3.png) no-repeat left center;
    color: #fff;
    font-size: 14px
}

.section6 .sec_main .sec6_bot .sec_right .website .cont .cont1 a:hover {
    color: #1763cd
}

.section6 .sec_main .sec6_bot .sec_right .copyRight {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding-top: 45px
}

.section6 .sec_main .sec6_bot .sec_right .copyRight a {
    color: #fff
}

.section6 .sec_main .sec6_bot .sec_right .copyRight a:hover {
    color: #1763cd
}

.shubiao {
    width: 32px;
    height: 50px;
    background: url(../images/shubiao.png) no-repeat center center;
    position: fixed;
    bottom: 30px;
    left: 60px;
    z-index: 5;
    -webkit-animation: shan infinite 2s linear;
    animation: shan infinite 2s linear
}

.shubiao.on {
    background: url(../images/shubiao2.png) no-repeat center center
}

#menu {
    position: fixed;
    top: 50%;
    left: 60px;
    height: 160px;
    margin-top: -80px;
    z-index: 6
}

#menu.on li .sp1 {
    background: url(../images/yuandiana2.png) no-repeat center center
}

#menu.on li.active .sp1 {
    background: url(../images/yuandiana1.png) no-repeat center center
}

#menu.on li .sp2 {
    color: #666
}

#menu.on li.on1 .sp1 {
    background: url(../images/yuandiana1.png) no-repeat center center
}

#menu li {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px
}

#menu li .sp1 {
    width: 18px;
    height: 18px;
    background: url(../images/yuandian2.png) no-repeat center center;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#menu li .sp2 {
    position: absolute;
    left: 18px;
    top: 0;
    width: 100px;
    padding-left: 7px;
    display: none;
    color: #fff;
    font-size: 14px;
    line-height: 18px
}

#menu li.active .sp1 {
    background: url(../images/yuandian1.png) no-repeat center center
}

#menu li.on1 .sp1 {
    background: url(../images/yuandian1.png) no-repeat center center
}

.body1 {
    padding-top: 100px
}

.ejbanner img {
    width: 100%
}

.ejbanner .banner_word {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -700px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
    z-index: 2
}

.ejbanner .banner_word .tit {
    color: #fff;
    font-size: 48px
}

.ejbanner .banner_word .note {
    color: #fff;
    font-size: 24px;
    font-family: Arial;
    opacity: .5;
    margin-top: 15px
}

.ejbanner .banner_mouse {
    position: absolute;
    right: 60px;
    bottom: 80px;
    width: 170px;
    color: #fff;
    font-weight: 700;
    font-family: "Arial Black", Arial;
    font-size: 16px
}

.ejbanner .banner_mouse img {
    margin-left: 10px;
    width: 40px;
    -webkit-animation: dong infinite 2s ease-in-out;
    animation: dong infinite 2s ease-in-out
}

.ej_nav {
    height: 60px;
    line-height: 60px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    font-size: 0
}

.ej_nav a {
    padding: 0 50px;
    color: #333;
    font-size: 16px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.ej_nav a.on, .ej_nav a:hover {
    background: #1763cd;
    color: #fff
}

.buju_main .item {
    padding: 80px 0
}

.buju_main .item:nth-child(2n+1) {
    background: #f9f9f9
}

.buju_main .item:nth-child(2n+1) .item_m .pic {
    float: right
}

.buju_main .item:nth-child(2n+1) .item_m .cont {
    float: left
}

.buju_main .item .item_m {
    width: 1400px
}

.buju_main .item .item_m:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.buju_main .item .item_m .pic {
    width: 860px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}

.buju_main .item .item_m .pic img {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.buju_main .item .item_m .cont {
    width: 440px;
    float: right;
    padding-top: 75px
}

.buju_main .item .item_m .cont .tit {
    color: #333;
    font-size: 36px
}

.buju_main .item .item_m .cont .hengxian {
    width: 38px;
    height: 3px;
    background: #1763cd;
    margin-top: 15px
}

.buju_main .item .item_m .cont .note {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px
}

.footer1 {
    background: #1c1e21;
    padding: 50px 0
}

.footer1 .footer1_left {
    width: 140px
}

.footer1 .footer1_cont {
    width: 700px;
    line-height: 34px
}

.footer1 .footer1_cont .nav1 {
    color: #ccc;
    font-size: 16px
}

.footer1 .footer1_cont .nav1 a {
    color: #ccc;
    font-size: 14px;
    margin-right: 20px;
    margin-left: 16px
}

.footer1 .footer1_cont .nav1 a:nth-child(1) {
    margin-left: 0
}

.footer1 .footer1_cont .copyRight {
    color: #ccc;
    font-size: 14px
}

.footer1 .footer1_cont .copyRight a {
    font-size: 14px;
    color: #ccc
}

.footer1 .share {
    padding-top: 10px
}

.footer1 .share a {
    width: 30px !important;
    height: 30px !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #494b4d !important;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center center
}

.footer1 .share a.bds_weixin {
    background-image: url(../images/tbc11.png)
}

.footer1 .share a.bds_weixin:hover {
    background-image: url(../images/tbc11.png);
    background-color: #1763cd !important
}

.footer1 .share a.bds_tsina {
    background-image: url(../images/tbc22.png)
}

.footer1 .share a.bds_tsina:hover {
    background-image: url(../images/tbc22.png);
    background-color: #1763cd !important
}

.footer1 .share a.bds_sqq {
    background-image: url(../images/tbc33.png)
}

.footer1 .share a.bds_sqq:hover {
    background-image: url(../images/tbc33.png);
    background-color: #1763cd !important
}

.footer1 .share a.bds_fbook {
    background-image: url(../images/tbc44.png)
}

.footer1 .share a.bds_fbook:hover {
    background-image: url(../images/tbc44.png);
    background-color: #1763cd !important
}

.footer1 .share a.bds_twi {
    background-image: url(../images/tbc55.png)
}

.footer1 .share a.bds_twi:hover {
    background-image: url(../images/tbc55.png);
    background-color: #1763cd !important
}

.footer1 .share a.bds_linkedin {
    background-image: url(../images/tbc66.png)
}

.footer1 .share a.bds_linkedin:hover {
    background-image: url(../images/tbc66.png);
    background-color: #1763cd !important
}

.cp_main .item {
    padding: 80px 0
}

.cp_main .item:nth-child(2n+1) {
    background: #f9f9f9
}

.cp_main .item:nth-child(2n+1) .item_m .pic {
    float: left
}

.cp_main .item:nth-child(2n+1) .item_m .cont {
    float: right
}

.cp_main .item .item_m {
    width: 1400px
}

.cp_main .item .item_m:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.cp_main .item .item_m:hover .cont .tit {
    color: #1763cd
}

.cp_main .item .item_m .pic {
    width: 680px;
    float: right;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}

.cp_main .item .item_m .pic img {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.cp_main .item .item_m .cont {
    width: 620px;
    float: left;
    padding-top: 45px
}

.cp_main .item .item_m .cont .tit {
    color: #333;
    font-size: 36px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.cp_main .item .item_m .cont .hengxian {
    width: 38px;
    height: 3px;
    background: #1763cd;
    margin-top: 15px
}

.cp_main .item .item_m .cont .note {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
    height: 240px
}

.cp_main .item .item_m .cont .btnn {
    padding-top: 30px
}

.cp_main .item .item_m .cont .btnn .btn1 {
    margin-top: 0
}

.breadCrumb {
    height: 60px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    line-height: 60px
}

.breadCrumb .bc_left {
    color: #666;
    font-size: 14px
}

.breadCrumb .bc_left img {
    margin-right: 5px
}

.breadCrumb .bc_left a {
    color: #666;
    font-size: 14px
}

.breadCrumb .bc_left a:hover {
    color: #1763cd
}

.breadCrumb .bc_right a {
    width: 165px;
    height: 60px;
    background: #1763cd;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center
}

.breadCrumb .bc_right a img {
    margin-left: 15px
}

.cp_details {
    background: #f9f9f9;
    padding-top: 40px;
    padding-bottom: 40px
}

.cp_details .ej_nav2 {
    text-align: center;
    font-size: 0;
    margin-bottom: 20px
}

.cp_details .ej_nav2 a {
    color: #333;
    font-size: 16px;
    display: inline-block;
    padding: 0 40px;
    background: url(../images/shuxian3.png) no-repeat left center;
    font-weight: 700
}

.cp_details .ej_nav2 a.on, .cp_details .ej_nav2 a:hover {
    color: #1763cd
}

.cp_details .ej_nav2 a:nth-child(1) {
    background: 0 0
}

.cp_details .item {
    border-top: solid 2px #e5e5e5;
    padding: 50px 0
}

.cp_details .item .cp_tit {
    color: #333;
    font-size: 36px;
    text-align: center
}

.cp_details .item .hengxian {
    width: 40px;
    height: 3px;
    background: #1763cd;
    margin-top: 12px
}

.cp_details .item .item_m {
    padding-top: 50px
}

.cp_details .item .item_m .pic {
    width: 680px;
    float: right;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05)
}

.cp_details .item .item_m .pic img {
    width: 100%
}

.cp_details .item .item_m .cont {
    padding-top: 100px;
    float: left;
    width: 620px
}

.cp_details .item .item_m .cont .tit {
    color: #333;
    font-size: 30px
}

.cp_details .item .item_m .cont .hengxian2 {
    width: 40px;
    height: 3px;
    background: #1763cd;
    margin-top: 12px
}

.cp_details .item .item_m .cont .note {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px
}

.cp_details .item .item_m1 {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px
}

.cp_details .item .item_m1 img {
    width: 100%
}

.news_main {
    background: #f9f9f9;
    overflow: hidden;
    border-top: solid 1px #e5e5e5
}

.news_main .item {
    padding: 75px 60px;
    width: 33.33%;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    margin-left: -1px;
    position: relative
}

.news_main .item:before {
    content: '';
    width: 2000px;
    position: absolute;
    left: 50%;
    margin-left: -1000px;
    height: 1px;
    bottom: 0;
    background: #e5e5e5
}

.news_main .item:hover .tit a {
    color: #1763cd
}

.news_main .item:hover .note {
    color: #1763cd
}

.news_main .item:hover .pic .picspan {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news_main .item .date {
    color: #666;
    font-size: 16px
}

.news_main .item .tit {
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    margin-top: 30px
}

.news_main .item .tit a {
    color: #333;
    font-size: 24px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.news_main .item .pic {
    margin-top: 35px;
    margin-bottom: 28px;
    overflow: hidden
}

.news_main .item .note {
    color: #333;
    font-size: 16px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.pages {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px
}

.pages a {
    color: #666;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-left: 2px;
    margin-right: 2px
}

.pages a.tsa {
    width: 120px;
    height: 40px
}

.pages a.on, .pages a:hover {
    color: #fff;
    background: #1763cd
}

.pages strong {
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #1763cd;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-left: 2px;
    margin-right: 2px
}

.news_details {
    background: #f9f9f9;
    padding: 50px 0 80px
}

.news_details .news_m {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);
    padding: 45px 80px 25px
}

.news_details .news_m .news_top {
    padding-bottom: 25px;
    border-bottom: solid 2px #e5e5e5
}

.news_details .news_m .news_top .item_left .tit {
    color: #333;
    font-size: 24px
}

.news_details .news_m .news_top .item_left .note {
    color: #999;
    font-size: 16px;
    margin-top: 10px
}

.news_details .news_m .news_top .share {
    position: relative;
    top: 20px
}

.news_details .news_m .news_top .share a {
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 12px
}

.news_details .news_m .news_top .share a.bds_weixin {
    background-image: url(../images/tbd1.png)
}

.news_details .news_m .news_top .share a.bds_weixin:hover {
    background-image: url(../images/tbd11.png)
}

.news_details .news_m .news_top .share a.bds_tsina {
    background-image: url(../images/tbd2.png)
}

.news_details .news_m .news_top .share a.bds_tsina:hover {
    background-image: url(../images/tbd22.png)
}

.news_details .news_m .news_top .share a.bds_sqq {
    background-image: url(../images/tbd3.png)
}

.news_details .news_m .news_top .share a.bds_sqq:hover {
    background-image: url(../images/tbd33.png)
}

.news_details .news_m .news_bot {
    padding-top: 40px;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 50px
}

.news_details .news_m .news_bot img {
    margin-top: 30px;
    max-width: 100%
}

.fanye {
    line-height: 60px;
    padding-top: 10px;
    border-top: solid 2px #e5e5e5
}

.fanye div {
    max-width: 50%;
    overflow: hidden;
    color: #666;
    font-size: 16px
}

.fanye div a {
    color: #666;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.fanye div a:hover {
    color: #1763cd
}

.yuliu_main .item {
    padding: 80px 0;
    background: #fff
}

.yuliu_main .item .container {
    width: 1230px
}

.yuliu_main .item:nth-child(2n+1) {
    background: #f9f9f9
}

.yuliu_main .item .tit {
    color: #333;
    font-size: 36px;
    text-align: center
}

.yuliu_main .item .tit a{
    color: #333;
}

.yuliu_main .item .hengxian {
    width: 40px;
    height: 3px;
    background: #1763cd;
    margin-top: 15px
}

.yuliu_main .item .cont {
    margin-top: 45px;
    font-size: 16px;
    line-height: 30px;
    color: #333
}

.yuliu_main .item .cont img {
    max-width: 100%;
    margin-top: 30px
}

.ejbanner1 {
    overflow: hidden
}

.ejbanner1.on .pic {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ejbanner1 .pic {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    -webkit-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.ejbanner1 .banner_word {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -700px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
    z-index: 2
}

.ejbanner1 .banner_word .tit {
    color: #fff;
    font-size: 48px
}

.ejbanner1 .banner_word .note {
    color: #fff;
    font-size: 24px;
    font-family: Arial;
    opacity: .5;
    margin-top: 15px
}

.ejbanner1 .banner_mouse {
    position: absolute;
    right: 60px;
    bottom: 80px;
    width: 170px;
    color: #fff;
    font-weight: 700;
    font-family: "Arial Black", Arial;
    font-size: 16px
}

.ejbanner1 .banner_mouse img {
    margin-left: 10px;
    width: 40px;
    -webkit-animation: dong infinite 2s ease-in-out;
    animation: dong infinite 2s ease-in-out
}

.ejbanner1 .ej_nav3 {
    position: absolute;
    left: 50%;
    margin-left: -700px;
    bottom: 0;
    height: 370px
}

.ejbanner1 .ej_nav3:before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .2)
}

.ejbanner1 .ej_nav3 span {
    width: 5px;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3
}

.ejbanner1 .ej_nav3 a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 24px;
    opacity: .5;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.ejbanner1 .ej_nav3 a:hover {
    opacity: 1
}

.con_tit {
    font-size: 36px;
    color: #333
}

.con_hengxian {
    width: 40px;
    height: 3px;
    background: #1763cd;
    margin-top: 15px
}

.contact_main {
    padding: 75px 80px
}

.contact_main .contact_m {
    background: #f9f9f9;
    padding: 45px;
    margin-top: 55px
}

.contact_main .contact_m .tit {
    color: #333;
    font-size: 24px
}

.contact_main .contact_m .cont {
    margin-top: 20px
}

.contact_main .contact_m .cont .item {
    padding-left: 30px;
    width: 22%;
    line-height: 30px
}

.contact_main .contact_m .cont .item:nth-child(1) {
    width: 34%
}

.contact_main .contact_m .cont .item img {
    position: absolute;
    left: 0;
    top: 6px
}

.contact_main .contact_m .cont .item .tit1 {
    color: #333;
    font-size: 16px
}

.contact_main .contact_m .cont .item .note {
    color: #333;
    font-size: 16px
}

.contact_main .map img {
    width: 100%
}

.join_main {
    background-size: cover !important;
    padding: 80px 0
}

.join_main .con_tit {
    color: #fff
}

.join_main .container {
    margin-top: 40px
}

.join_main .container .item {
    margin-top: 10px
}

.join_main .container .item .item_top {
    height: 60px;
    background: #f5f6f7;
    line-height: 60px;
    padding-left: 30px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.join_main .container .item .item_top .tit {
    color: #333;
    font-size: 18px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.join_main .container .item .item_top .icon {
    width: 60px;
    height: 60px;
    background: url(../images/xiaojian1.png) no-repeat center center;
    cursor: pointer;
    margin-right: 10px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.join_main .container .item .cont {
    background: #fff;
    padding: 0 30px 30px;
    padding-top: 1px;
    border-top: solid 1px #fff;
    display: none
}

.join_main .container .item .cont .item1 {
    margin-top: 20px;
    color: grey;
    font-size: 16px;
    line-height: 30px
}

.join_main .container .item .cont .item1 .b {
    color: #333
}

.join_main .container .item.on .item_top {
    background: #1763cd
}

.join_main .container .item.on .item_top .tit {
    color: #fff
}

.join_main .container .item.on .item_top .icon {
    background: url(../images/xiaojian2.png) no-repeat center center
}

.hz_main {
    padding: 80px 0;
    background: #f9f9f9
}

.hz_main .row {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 50px
}

.hz_main .row .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px
}

.hz_main .row .col-xs-12 .inp1 {
    width: 100%;
    height: 70px;
    background: #fff;
    border: solid 1px #e5e5e5;
    padding-left: 30px;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 20px
}

.hz_main .row .col-xs-12 .textarea1 {
    width: 100%;
    height: 260px;
    background: #fff;
    border: solid 1px #e5e5e5;
    padding: 15px 30px;
    border-radius: 5px;
    resize: none;
    font-size: 16px
}

.hz_main .row .col-xs-12 .btn1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    background: url(../images/jiantou1.png) no-repeat 100px center #1763cd;
    text-align: left;
    padding-left: 52px;
    width: 180px;
    height: 50px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hz_main .row .col-xs-12 .btn1:hover {
    background: url(../images/jiantou1.png) no-repeat 110px center #1763cd
}

.zoujin_main1 {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden
}

.zoujin_main1 .m1_top {
    position: relative;
    height: 280px;
    left: 20px
}

.zoujin_main1 .m1_top .m1_word {
    font-family: Arial;
    font-weight: 700;
    font-size: 386px;
    color: #f1f1f1;
    line-height: 280px;
    position: absolute;
    right: 0;
    top: 0
}

.zoujin_main1 .m1_top .container {
    position: relative;
    z-index: 2;
    padding-top: 130px
}

.zoujin_main1 .m1_top .container .item {
    margin-left: 105px;
    text-align: left
}

.zoujin_main1 .m1_top .container .item .tit {
    line-height: 24px;
    color: #333;
    font-size: 16px
}

.zoujin_main1 .m1_top .container .item .tit .hengxian {
    width: 16px;
    height: 3px;
    background: #1763cd
}

.zoujin_main1 .m1_top .container .item .cont {
    color: #333;
    font-size: 16px;
    padding-top: 10px
}

.zoujin_main1 .m1_top .container .item .cont .num {
    font-size: 60px;
    font-weight: 700;
    font-family: impact;
    margin-right: 5px;
    color: #1763cd
}

.zoujin_main1 .m1_top .container .item .cont .sup {
    font-family: impact;
    font-weight: 700;
    font-size: 36px;
    vertical-align: top;
    margin-right: 5px;
    margin-left: -5px;
    color: #1763cd
}

.zoujin_main1 .m1_bot {
    position: relative;
    left: 20px
}

.zoujin_main1 .m1_bot .m1_botm {
    border-top: solid 1px #e5e5e5;
    margin-left: -20px
}

.zoujin_main1 .m1_bot .m1_botm .pic {
    width: 490px;
    height: 590px;
    float: right
}

.zoujin_main1 .m1_bot .m1_botm .pic img {
    height: 100%;
    width: auto
}

.zoujin_main1 .m1_bot .m1_botm .cont {
    width: 810px;
    padding-top: 45px;
    float: left
}

.zoujin_main1 .m1_bot .m1_botm .cont .cont1 {
    margin-top: 40px;
    height: 240px;
    /*
    height: 320px;
    font-size: 16px;
    line-height: 30px;
    */
    color: #333;
    font-size: 14px;
    line-height: 24px;
}

.zoujin_main1 .m1_bot .m1_botm .cont .cont1 p {
    text-indent: 32px;
    margin-bottom: 25px
}

.zoujin_main1 .m1_bot .m1_botm .cont .cont1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #1763cd;
    width: 2px
}

.zoujin_main1 .m1_bot .m1_botm .cont .cont1 .mCSB_scrollTools .mCSB_draggerRail {
    background: #e5e5e5
}

.zoujin_main1 .m1_bot .m1_botm .cont .bot {
    color: #1763cd;
    font-size: 24px;
    padding-top: 30px;
    text-indent: 32px
}

.zj_tit {
    color: #fff;
    font-size: 36px
}

.zj_tit.black {
    color: #333
}

.zj_hx {
    width: 40px;
    height: 3px;
    background: #1763cd;
    margin-top: 15px
}

.zoujin_main2 {
    padding: 150px 0;
    background-size: cover !important
}

.zoujin_main2 .container {
    margin-top: 50px
}

.zoujin_main2 .container .item {
    width: 25%;
    border-radius: 10px;
    padding: 80px 40px 0;
    height: 375px;
    text-align: center;
    background: rgba(23, 99, 205, 0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.zoujin_main2 .container .item:hover {
    background: #1763cd
}

.zoujin_main2 .container .item .tit {
    color: #fff;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px
}

.zoujin_main2 .container .item .note {
    color: #fff;
    font-size: 16px;
    line-height: 30px
}

.zoujin_main3 {
    background: #f9f9f9;
    padding: 80px 0 120px
}

.zoujin_main3 .container {
    margin-top: 40px
}

.zoujin_main3 .container .item {
    padding: 10px
}

.zoujin_main3 .container .item .pic {
    padding: 20px;
    height: 410px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
    line-height: 370px;
    text-align: center
}

.zoujin_main3 .container .item .pic img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.zoujin_main3 .container .item .tit {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding-top: 15px
}

.zoujin_main3 .container .owl-dots {
    display: block !important;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    text-align: center
}

.zoujin_main3 .container .owl-dots .owl-dot {
    display: inline-block;
    float: none;
    margin-left: 6px;
    margin-right: 6px;
    width: 30px;
    height: 6px;
    -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: #e5e5e5;
    border-radius: 3px
}

.zoujin_main3 .container .owl-dots .owl-dot.active {
    background: #1763cd
}

.zoujin_main4 {
    padding: 80px 0 0;
    background: #fff
}

.zoujin_main4 .m4_note {
    max-width: 1430px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    margin-top: 40px;
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 30px
}

.zoujin_main4 .cont {
    margin-top: 70px
}

.zoujin_main4 .cont .item {
    width: 50%;
    height: 400px;
    float: left;
    background-size: cover !important
}

.zoujin_main4 .cont .item:hover .item_abs1 {
    opacity: 1
}

.zoujin_main4 .cont .item .item_abs {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px
}

.zoujin_main4 .cont .item .item_abs img {
    margin-bottom: 30px
}

.zoujin_main4 .cont .item .item_abs1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1763cd;
    padding: 50px 80px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0
}

.zoujin_main4 .cont .item .item_abs1 .tit {
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 35px
}

.zoujin_main4 .cont .item .item_abs1 .note {
    color: #fff;
    font-size: 16px;
    line-height: 30px
}

.zoujin_main5 {
    background: #f9f9f9;
    padding: 80px 0 50px
}

.zoujin_main5 .container {
    margin-top: 20px
}

.zoujin_main5 .container .item {
    padding: 5px
}

.zoujin_main5 .container .item .item1 {
    margin-top: 30px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
    display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    overflow: hidden
}

.zoujin_main5 .container .item .item1:hover span {
    opacity: 1
}

.zoujin_main5 .container .item .item1 img {
    max-width: 70%;
    max-height: 80%;
    width: auto !important;
    height: auto !important;
    display: inline-block;
    vertical-align: middle
}

.zoujin_main5 .container .item .item1 span {
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 100px;
    color: #fff;
    font-size: 16px;
    background: rgba(23, 99, 205, .9);
    opacity: 0
}

.zoujin_main5 .container .owl-dots {
    display: block !important;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    text-align: center
}

.zoujin_main5 .container .owl-dots .owl-dot {
    display: inline-block;
    float: none;
    margin-left: 6px;
    margin-right: 6px;
    width: 30px;
    height: 6px;
    -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: #e5e5e5;
    border-radius: 3px
}

.zoujin_main5 .container .owl-dots .owl-dot.active {
    background: #1763cd
}

.zoujin_main6 {
    padding: 80px 0;
    background: #f9f9f9;
    overflow: hidden
}

.zoujin_main6 .container {
    margin-top: 50px
}

.zoujin_main6 .container:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10000px;
    width: 20000px;
    height: 100%;
    background: #f0f0f0
}

.zoujin_main6 .container .prev {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/jta1.png) no-repeat center center #fff;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .03);
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -25px;
    border-radius: 100%
}

.zoujin_main6 .container .prev:hover {
    background: url(../images/jta11.png) no-repeat center center #1763cd
}

.zoujin_main6 .container .next {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/jta2.png) no-repeat center center #fff;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .03);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -25px;
    border-radius: 100%
}

.zoujin_main6 .container .next:hover {
    background: url(../images/jta22.png) no-repeat center center #1763cd
}

.zoujin_main6 .container #owl-demo7 {
    width: 960px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes warn {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes warn {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes shan {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes shan {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes dong {
    0% {
        transform: translateY(-5px)
    }
    40% {
        transform: translateY(10px)
    }
    100% {
        transform: translateY(-5px)
    }
}

@-webkit-keyframes dong {
    0% {
        -webkit-transform: translateY(-5px)
    }
    40% {
        -webkit-transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(-5px)
    }
}