@charset "utf-8";
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

.header .logo {
    top: 42px;
    left: 15px;
    z-index: 2
}

.header .logo img {
    width: 150px
}

.header .index_nav {
    right: 0;
    top: 40px
}

.header .index_nav>ul {
    text-align: center
}

.header .index_nav>ul>li {
    float: none;
    display: inline-block;
    position: relative;
    margin-left: 18px;
    margin-right: 18px
}
.header .index_nav>ul>li:nth-child(1) .xl{
    display: none;
    opacity: 0;
}
.header .index_nav>ul>li:nth-child(1) {
    background: 0 0
}

.header .index_nav>ul>li>a {
    display: block;
    color: #362200;
    font-size: 14px;
    line-height: 32px;
    border-bottom: solid 3px transparent;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header .index_nav>ul>li>a.on{
    border-bottom: solid 3px #fff
}

.header .index_nav>ul>li .xl {
    width: 175px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0;
    height: auto;
    background: rgba(255,255,255,.8);
    text-align: center;
    display: none;
    overflow: hidden
}

.header .index_nav>ul>li .xl li a {
    color: #362200;
    display: block;
    line-height: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center
}

.header .index_nav>ul>li .xl li a:hover {
    background: #ef8200;
    color: #fff
}

.header .hotline {
    width: 146px;
    height: 30px;
    line-height: 30px;
    background: #f8cb00;
    border-radius: 15px;
    font-size: 16px;
    color: #333;
    text-align: center;
    right: 15px;
    top: 32px
}

.header .header_share {
    right: 175px;
    top: 33px
}

.header .header_share a {
    border: solid 1px #909090;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    margin-left: 10px;
    opacity: .8;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header .header_share a span {
    width: 100px;
    height: 100px;
    top: 40px;
    left: 50%;
    margin-left: -50px;
    display: none
}

.header .header_share a span img {
    width: 100%
}

.header .header_share a:hover {
    opacity: 1
}

@media screen and (min-width: 992px){
    .header.white .index_nav>ul>li>a{
        color: #fff;
    }
    .header.white .index_nav>ul>li .xl li a:hover{
        background: #e62318;
    }
}

.menu {
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 18px;
    color: #fff;
    border: solid 1px #fff;
    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 {
    width: 100%;
    height: 960px;
    position: relative
}

.banner .prev {
    width: 66px;
    height: 66px;
    border: solid 1px rgba(255, 255, 255, .7);
    border-radius: 50%;
    line-height: 64px;
    text-align: center;
    cursor: pointer;
    top: 50%;
    margin-top: -33px;
    left: 85px;
    z-index: 2
}

.banner .prev:hover img:nth-child(2) {
    margin-left: 0
}

.banner .prev img:nth-child(2) {
    margin-left: -5px
}

.banner .next {
    width: 66px;
    height: 66px;
    border: solid 1px rgba(255, 255, 255, .7);
    border-radius: 50%;
    line-height: 64px;
    text-align: center;
    cursor: pointer;
    top: 50%;
    margin-top: -33px;
    right: 85px;
    z-index: 2
}

.banner .next:hover img:nth-child(2) {
    margin-left: 0
}

.banner .next img:nth-child(2) {
    margin-left: -5px
}

.banner .owl-theme .owl-controls {
    margin-top: 0;
    display: none;
}

.banner #owl-demo1 {
    height: 960px
}

.banner #owl-demo1 .owl-dots {
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100%;
    text-align: center
}

.banner #owl-demo1 .owl-dots .owl-dot {
    display: inline-block;
    float: none;
    width: 44px;
    margin-left: 40px;
    margin-right: 40px;
    height: 44px;
    background: url(../images/yuandian.png) no-repeat center center
}

.banner #owl-demo1 .owl-dots .owl-dot.active {
    background: url(../images/songshu.png) no-repeat center center;
    background-size: cover !important;
    position: relative;
    margin-left: 60px;
    margin-right: 60px
}

.banner #owl-demo1 .owl-dots .owl-dot.active:before {
    content: "";
    width: 2000px;
    height: 1px;
    background: #ececec;
    position: absolute;
    left: 44px;
    top: 50%;
    opacity: .4
}

.banner #owl-demo1 .owl-dots .owl-dot.active:after {
    content: "";
    width: 2000px;
    height: 1px;
    background: #ececec;
    position: absolute;
    right: 44px;
    top: 50%;
    opacity: .4
}

.banner #owl-demo1 .owl-item.active .item .item_wz {
    opacity: 1
}

.banner #owl-demo1 .item {
    display: block;
    height: 960px;
    position: relative
}

.banner #owl-demo1 .item img {
    width: auto
}

.banner #owl-demo1 .item .item_wz {
    position: absolute;
    top: 20%;
    left: 0;
    text-align: center;
    width: 100%;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    opacity: 0
}

.banner #owl-demo1 .item .item_wz .tit {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px
}

.banner #owl-demo1 .item .item_wz .note {
    margin-top: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 20px
}

.banner #owl-demo1 .item .item_wz .more {
    margin-top: 20px
}

.banner #owl-demo1 .item .item_wz .more a {
    padding-bottom: 7px;
    display: inline-block;
    color: #362200;
    font-size: 14px;
    border-bottom: solid 1px #362200
}

.banner #owl-demo1 .item .b1_main {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) scale(.8);
    transform: translateX(-50%) scale(.8)
}

.banner #owl-demo1 .item .b1_main .b1_ys1 {
    position: absolute;
    top: 80px;
    left: 130px;
    -webkit-animation: sx infinite 3s ease-in-out;
    animation: sx infinite 3s ease-in-out
}

.banner #owl-demo1 .item .b1_main .b1_ys1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 2
}

.banner #owl-demo1 .item .b1_main .b1_ys1 img .baoguo {
    position: relative;
    left: -8px;
    z-index: 1
}

.banner #owl-demo1 .item .b1_main .b1_ys2 {
    position: absolute;
    left: 0;
    top: 0
}

.banner #owl-demo1 .item .b1_main .b1_ys2 .guangshu {
    width: 378px;
    height: 276px;
    background: url(../images/guangshu1.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    opacity: .4;

    display: none;
}

.banner #owl-demo1 .item .b1_main .b1_ys2 .qc {
    position: absolute;
    left: 410px;
    top: 285px;

    z-index: 2;
    -webkit-animation: qc infinite 4s ease-in-out;
    animation: qc infinite 4s ease-in-out
}

.banner #owl-demo1 .item .b1_main .b1_ys2 .fz2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.banner #owl-demo1 .item .b1_main .b1_ys3 {
    position: absolute;
    top: 287px;
    right: 300px;
    width: 133px;
    height: 257px
}

.banner #owl-demo1 .item .b1_main .b1_ys3 .guangshu {
    width: 188px;
    height: 292px;
    background: url(../images/guangshua2.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    right: -142px;
    z-index: 4;
    opacity: .4;
    display: none;
}

.banner #owl-demo1 .item .b1_main .b1_ys3 img {
    position: absolute;
    top: -80px;
    right: -20px;
}

.banner #owl-demo1 .item .b1_main .b1_ys4 {
    position: absolute;
    right: 15px;
    top: 166px;
    -webkit-animation: yun infinite 1.5s ease-in-out;
    animation: yun infinite 1.5s ease-in-out
}

.banner #owl-demo1 .item .b2_main {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) scale(.9);
    transform: translateX(-50%) scale(.9)
}

.banner #owl-demo1 .item .b2_main .renwu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.banner #owl-demo1 .item .b2_main .b2ys1 {
    position: absolute;
    left: 0;
    top: 240px;
    z-index: 5;
   
}

.banner #owl-demo1 .item .b2_main .b2ys2 {
    position: absolute;
    left: 329px;
    top: 109px;
    z-index: 4;
    
}

.banner #owl-demo1 .item .b2_main .b2ys3 {
    position: absolute;
    left: 238px;
    top: 356px;
    z-index: 5;
    
}

.banner #owl-demo1 .item .b2_main .b2ys4 {
    position: absolute;
    right: 0;
    top: 248px;
    z-index: 3;
    
}

.banner #owl-demo1 .item .b2_main .b2ys5 {
    position: absolute;
    left: 397px;
    top: 0;
    z-index: 2;
}

.banner #owl-demo1 .item .b2_main .b2ys6 {
    position: absolute;
    left: 204px;
    top: 136px;
    z-index: 2;
    -webkit-animation: sx1 infinite 2s ease-in-out;
    animation: sx1 infinite 2s ease-in-out;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.banner #owl-demo1 .item .b2_main .b2ys7 {
    position: absolute;
    left: 636px;
    top: 196px;
    z-index: 2;
    -webkit-animation: sx1 infinite 2s ease-in-out;
    animation: sx1 infinite 2s ease-in-out
}

.banner #owl-demo1 .item .b3_main {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1)
}
.banner #owl-demo1 .item .b3_main .renwu{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.banner #owl-demo1 .item .b3_main div {
    display: none
}

.banner #owl-demo1 .item .b3_main .b3ys1 {
    position: absolute;
    top: 56px;
    left: 84px;
    display: block;
    -webkit-animation: sca infinite 3s ease-in-out;
    animation: sca infinite 3s ease-in-out
}

.banner #owl-demo1 .item .b3_main .b3ys2 {
    position: absolute;
    top: 245px;
    left: 0;
    display: block;
    -webkit-animation: sca infinite 2.2s ease-in-out;
    animation: sca infinite 2.2s ease-in-out
}

.banner #owl-demo1 .item .b3_main .b3ys3 {
    position: absolute;
    top: 451px;
    left: 90px;
    display: block;
    -webkit-animation: sca infinite 2s ease-in-out;
    animation: sca infinite 2s ease-in-out
}

.banner #owl-demo1 .item .b3_main .b3ys4 {
    position: absolute;
    top: 378px;
    left: 414px;
    z-index: 5;
    display: block;
    -webkit-animation: sca infinite 2.4s ease-in-out;
    animation: sca infinite 2.4s ease-in-out
}

.banner #owl-demo1 .item .b3_main .b3ys5 {
    position: absolute;
    top: 301px;
    left: 594px;
    z-index: 5;
    display: block;
    -webkit-animation: sca infinite 1.6s ease-in-out;
    animation: sca infinite 1.6s ease-in-out
}

.banner #owl-demo1 .item .b3_main .b3ys6 {
    position: absolute;
    top: 117px;
    left: 761px;
    display: block;
    -webkit-animation: sca infinite 2.8s ease-in-out;
    animation: sca infinite 2.8s ease-in-out
}

.banner #owl-demo1 .item .b3_main .b3ys7 {
    position: absolute;
    top: 310px;
    right: 0;
    z-index: 4;
    display: block;
    -webkit-animation: sca infinite 3s ease-in-out;
    animation: sca infinite 3s ease-in-out
}


.index_tit {
    text-align: center
}

.index_tit .tit {
    color: #323232;
    font-size: 40px;
    font-weight: 700
}

.index_tit .note {
    color: #646464;
    font-size: 18px;
    line-height: 32px;
    margin-top: 10px
}

.index_tit .more {
    margin-top: 15px
}

.index_tit .more a {
    padding-bottom: 7px;
    display: inline-block;
    color: #ef8200;
    font-size: 16px;
    border-bottom: solid 1px #ef8200
}

.index_main1 {
    /*background: url(../images/bgtp3.jpg) no-repeat center bottom;*/
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 80px
}

.index_main1 .index_m1 {
    margin-top: 90px;
    margin-bottom: 78px;
}

.index_main1 .index_m1 .item {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.index_main1 .index_m1 .item img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.index_main1 .index_m1 .item .tit {
    color: #323232;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 18px
}

.index_main1 .index_m1 .item .note {
    color: #646464;
    font-size: 14px;
    line-height: 28px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-top: 10px
}

.index_main1 .index_m1 .item .cont {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.index_m1>img {
    max-width: 800px
}

.index_main1 .index_m1 .item:hover img {
   
}

.index_main1 .index_m1 .item:hover .cont .note,.index_main1 .index_m1 .item:hover .tit{
    color: #ef8200;
}

.index_main1 .index_m1 .item1 {
    position: absolute;
    width: 359px;
    padding-top: 20px;
    top: 97px;
    left: 15px;
    background: url(../images/xian1.png) no-repeat center top
}

.index_main1 .index_m1 .item1 .tit {
    margin-top: 10px
}

.index_main1 .index_m1 .item1 .note {
    width: 220px
}

.index_main1 .index_m1 .item2 {
    position: absolute;
    width: 481px;
    padding-top: 20px;
    top: -13px;
    right: 0;
    background: url(../images/xian2.png) no-repeat center top;
    padding-left: 160px
}

.index_main1 .index_m1 .item2 .tit {
    margin-top: 10px
}

.index_main1 .index_m1 .item3 {
    position: absolute;
    width: 487px;
    padding-bottom: 30px;
    bottom: -23px;
    right: 0;
    background: url(../images/xian3.png) no-repeat center bottom;
    padding-left: 200px
}

.index_main1 .index_m1 .item3 .tit {
    margin-top: 10px
}

.index_main2 {
    padding-top: 55px;
    padding-bottom: 60px;
    background: #f9bc00
}

.index_main2 .index_tit .tit {
    color: #fff
}

.index_main2 .index_m2 {
    padding-top: 0;
    position: relative
}

.index_main2 .index_m2 .prev {
    width: 23px;
    height: 42px;
    background: url(../images/zuojian2.png) no-repeat center center;
    left: -50px;
    top: 57%;
    margin-top: -21px;
    cursor: pointer;
    opacity: .8
}

.index_main2 .index_m2 .prev:hover {
    opacity: 1
}

.index_main2 .index_m2 .next {
    width: 23px;
    height: 42px;
    background: url(../images/youjian2.png) no-repeat center center;
    right: -50px;
    top: 57%;
    margin-top: -21px;
    cursor: pointer;
    opacity: .8
}

.index_main2 .index_m2 .next:hover {
    opacity: 1
}
.backtop{
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
    display: none;
    border-radius: 3px;
    background: url(../images/backtop.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.backtop:hover{
    background: url(../images/backtop.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.index_main2 .index_m2 .item .item1 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.index_main2 .index_m2 .item .item1 .item2 {
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.index_main2 .index_m2 .item .item1 .item2 .pic img {
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.index_main2 .index_m2 .item .item1 .item2 .tit {
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.index_main2 .index_m2 .item .item1 .item2 {
    background: #fff;
    border-top: solid 5px #e2e2e2;
    height: 330px;
    padding-left: 10px;
    padding-right: 10px
}

.index_main2 .index_m2 .item .item1 .item2 .pic {
    padding: 10px 0;
    height: 232px;
    line-height: 212px;
    text-align: center
}

.index_main2 .index_m2 .item .item1 .item2 .pic img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.index_main2 .index_m2 .item .item1 .item2 .tit {
    color: #878787;
    font-size: 16px;
    border-top: solid 1px #ebebeb;
    padding: 25px 0 0;
    text-align: center
}

.index_main2 .index_m2 .item .item1 .item2 .tit a {
    color: #878787
}




.pcshow {
    display: block !important
}

.mobileshow {
    display: none !important
}

.index_main4 {
    padding-top: 50px;
    padding-bottom: 60px
}

.index_main4 .index_tit .tit {
    color: #000
}

.index_main4 .index_m4 {
    margin-top: 20px
}
.index_main4 .index_m4 .col-xs-6 {
    width: 20%;
}
.index_main4 .index_m4 .col-xs-6 a {
    display: block;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .05);
    margin-top: 40px;
    height: 98px;
    line-height: 98px;
    text-align: center
}

.index_main4 .index_m4 .col-xs-6 a img {
    max-width: 98%;
    max-height: 98px;
    position: relative;
    top: -1px
}

.index_main4 .index_m4 .col-xs-6 a:hover {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-3px)
}

.footer {
    background: #f0f0f0;
    padding-top: 30px;
    padding-bottom: 20px
}

.footer .footer_top {
    padding-bottom: 40px;
    border-bottom: solid 1px #c6c6c6
}

.footer .footer_top .dblogo {
    width: 300px
}

.footer .footer_top .dblogo img {
    max-width: 100%
}

.footer .footer_top .footer_note {
    width: 300px
}

.footer .footer_top .footer_note .item {
    height: 48px;
    line-height: 48px;
    padding-left: 30px;
    color: #474747;
    font-size: 16px;
    font-weight: 700;
    border-radius: 24px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1);
    background: #fff;
    margin-top: 15px
}

.footer .footer_top .footer_note .item a {
    color: #474747
}

.footer .footer_top .footer_note .item img {
    margin-right: 10px;
    width: 20px
}

.footer .footer_top .footer_ewm .item {
    margin-left: 20px;
    width: 128px;
    height: 128px;
    padding: 10px;
    border: solid 2px #c6c6c6;
    border-radius: 25px
}

.footer .footer_top .footer_ewm .item img {
    width: 100%
}

.footer .copyRight {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 30px;
    /*text-align: left;*/
    display: flex;
    justify-content: space-between;
}

.footer .copyRight span {
    color: #474747;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}

.footer .copyRight span a {
    color: #474747
}

.xuanfu1 {
    width: 239px;
    height: 259px;
    background: url(../images/xuanfusongshu.png) no-repeat center center;
    position: fixed;
    right: 10px;
    z-index: 10;
    padding-top: 47px;
    bottom: 100px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    display: none;
}
.xuanfu1 .chacha1{
    width: 34px;
    height: 34px;
    background: url(../images/chacha1.png) no-repeat center center;
    bottom: -54px;
    left: 0;
    cursor: pointer;
}

.xuanfu1 img {
    width: 160px;
    height: 160px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.xuanfu2{
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 10;
    width: 90px;
    height: 90px;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
}
.xuanfu2 img{
    width: 100%;
}

.xuanfu2:hover img{
    animation:swing .9s infinite linear;
    -moz-animation:swing .9s infinite linear; /* Firefox */
    -webkit-animation:swing .9s infinite linear; /* Safari and Chrome */
    -o-animation:swing .9s infinite linear; /* Opera */
}

.index_main3 {
    padding-top: 50px;
    padding-bottom: 90px;
    /*background: url(../images/bgtp4.jpg) no-repeat center center;*/
    background-size: cover;
    overflow: hidden;
    border-bottom: 1px solid #d4d4d4;
}

.index_main3 .cont {
    width: 815px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    position: relative
}

.index_main3 .cont .prev {
    width: 66px;
    height: 66px;
    border: solid 1px #fff;
    background: #fff;
    border-radius: 50%;
    line-height: 64px;
    text-align: center;
    cursor: pointer;
    top: 50%;
    margin-top: -33px;
    left: -80px;
    z-index: 2;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}

.index_main3 .cont .prev:hover img:nth-child(2) {
    margin-left: 0
}

.index_main3 .cont .prev img:nth-child(2) {
    margin-left: -5px
}

.index_main3 .cont .next {
    width: 66px;
    height: 66px;
    border: solid 1px #fff;
    background: #fff;
    border-radius: 50%;
    line-height: 64px;
    text-align: center;
    cursor: pointer;
    top: 50%;
    margin-top: -33px;
    right: -80px;
    z-index: 2;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}

.index_main3 .cont .next:hover img:nth-child(2) {
    margin-left: 0
}

.index_main3 .cont .next img:nth-child(2) {
    margin-left: -5px
}

.index_main3 .cont #owl-demo3 {
    overflow: visible
}

.index_main3 .cont #owl-demo3 .owl-stage-outer {
    overflow: visible
}

.index_main3 .cont #owl-demo3 .owl-dots {
    position: absolute;
    bottom: -66px;
    left: 0;
    width: 100%;
    text-align: center
}

.index_main3 .cont #owl-demo3 .owl-dots .owl-dot {
    display: inline-block;
    float: none;
    width: 8px;
    margin-left: 10px;
    margin-right: 10px;
    height: 8px;
    border-radius: 8px;
    background: #b5b5b6;
    opacity: .4;
    position: relative
}

.index_main3 .cont #owl-demo3 .owl-dots .owl-dot:before {
    content: '';
    width: 24px;
    height: 24px;
    background: #b5b5b6;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    opacity: 0
}

.index_main3 .cont #owl-demo3 .owl-dots .owl-dot.active {
    opacity: 1
}

.index_main3 .cont #owl-demo3 .owl-dots .owl-dot.active:before {
    opacity: 0.15
}

.index_main3 .cont .owl-item.active .item .cont1 .pic {
    display: none
}

.index_main3 .cont .item {
    width: 815px;
    background: #f0f0f0;
    position: relative
}
.index_main3 .cont .item .item_abs{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 7;
}
.index_main3 .cont .item:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.index_main3 .cont .item>.pic {
    width: 400px;
    height: 328px;
    float: left;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 5
}

.index_main3 .cont .item>.pic img {
    width: 400px;
    height: 328px;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.index_main3 .cont .item .cont1 {
    margin-left: 427px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 17px
}

.index_main3 .cont .item .cont1 .pic {
    display: none
}

.index_main3 .cont .item .cont1 .date {
    color: #878787;
    font-size: 14px
}

.index_main3 .cont .item .cont1 .tit {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    max-width: 320px;
    margin-top: 20px
}

.index_main3 .cont .item .cont1 .tit a {
    color: #000;
    font-size: 20px;
    font-weight: 700
}

.index_main3 .cont .item .cont1 .note {
    color: #707070;
    font-size: 14px;
    margin-top: 15px;
    line-height: 26px;
    height: 130px;
    overflow: hidden
}

.index_main3 .cont .item .cont1 .more a {
    width: 116px;
    height: 42px;
    background: #e62318;
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 12px;
    display: block
}

.index_main3 .cont .item .cont1 .more a:hover img {
    margin-left: 15px
}

.index_main3 .cont .item .cont1 .more a img {
    margin-left: 5px;
    width: 8px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.ejbanner {
    height: 650px;
    background-size: cover !important
}

.ejbanner .container {
    position: relative;
    height: 750px
}

.ejbanner .container .ej_bm {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 3;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%)
}

.ejbanner .container .ej_bm .tit {
    color: #fff;
    font-size:44px;
    font-weight: 700
}

.ejbanner .container .ej_bm .note {
    color: #fff;
    font-size: 18px;
    margin-top:20px;
}

.ejbanner .b2_main {
    position: absolute;
    right: -30%;
    bottom: -10%;
    -webkit-transform: scale(.54);
    transform: scale(.54)
}

.ejbanner .b2_main .renwu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.ejbanner .b2_main .b2ys1 {
    position: absolute;
    left: 178px;
    top: 360px;
    z-index: 5;
}

.ejbanner .b2_main .b2ys2 {
    position: absolute;
    left: 540px;
    top: 456px;
    z-index: 4;
}

.ejbanner .b2_main .b2ys3 {
    position: absolute;
    left: 396px;
    top: 575px;
    z-index: 3;
}

.ejbanner .b2_main .b2ys4 {
    position: absolute;
    left: 1011px;
    top: 412px;
    z-index: 3;
}

.ejbanner .b2_main .b2ys5 {
    position: absolute;
    left: 572px;
    top: 183px;
    z-index: 2;
}

.ejbanner .b2_main .b2ys6 {
    position: absolute;
    left: 354px;
    top: 251px;
    z-index: 2;
    -webkit-animation: sx1 infinite 2s ease-in-out;
    animation: sx1 infinite 2s ease-in-out;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.ejbanner .b2_main .b2ys7 {
    position: absolute;
    left: 836px;
    top: 364px;
    z-index: 2;
    -webkit-animation: sx1 infinite 2s ease-in-out;
    animation: sx1 infinite 2s ease-in-out
}

.ejbanner .b1_main {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) scale(.8);
    transform: translateX(-50%) scale(.8);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.ejbanner .b1_main .b1_ys1 {
    position: absolute;
    top: 80px;
    left: 130px;
    -webkit-animation: sx infinite 3s ease-in-out;
    animation: sx infinite 3s ease-in-out
}

.ejbanner .b1_main .b1_ys1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 2
}

.ejbanner .b1_main .b1_ys1 img .baoguo {
    position: relative;
    left: -8px;
    z-index: 1
}

.ejbanner .b1_main .b1_ys2 {
    position: absolute;
    left: 185px;
    top: 272px
}

.ejbanner .b1_main .b1_ys2 .guangshu {
    width: 378px;
    height: 276px;
    background: url(../images/guangshu1.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    opacity: .4
}

.ejbanner .b1_main .b1_ys2 .qc {
    position: absolute;
    left: 200px;
    top: 140px;
    z-index: 2;
    -webkit-animation: qc infinite 4s ease-in-out;
    animation: qc infinite 4s ease-in-out
}

.ejbanner .b1_main .b1_ys2 .fz2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.ejbanner .b1_main .b1_ys3 {
    position: absolute;
    top: 287px;
    right: 300px;
    width: 133px;
    height: 257px
}

.ejbanner .b1_main .b1_ys3 .guangshu {
    width: 188px;
    height: 292px;
    background: url(../images/guangshua2.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    right: -142px;
    z-index: 4;
    opacity: .4
}

.ejbanner .b1_main .b1_ys3 img {
    position: absolute;
    top: -80px;
    right: -20px;
}

.ejbanner .b1_main .b1_ys4 {
    position: absolute;
    right: 10px;
    top: 210px;
    -webkit-animation: yun infinite 1.5s ease-in-out;
    animation: yun infinite 1.5s ease-in-out
}

.ejbanner .b3_main {
    position: absolute;
    left: 70%;
    bottom: -15%;
    margin-left: -10px;
    -webkit-transform: translateX(-50%) scale(.6);
    transform: translateX(-50%) scale(.6)
}

.ejbanner .b3_main div {
    display: none
}

.ejbanner .b3_main .b3ys1 {
    position: absolute;
    top: 593px;
    left: 173px;
    display: block;
    -webkit-animation: sca infinite 3s ease-in-out;
    animation: sca infinite 3s ease-in-out
}

.ejbanner .b3_main .b3ys2 {
    position: absolute;
    top: 348px;
    left: 317px;
    display: block;
    -webkit-animation: sca infinite 2.2s ease-in-out;
    animation: sca infinite 2.2s ease-in-out
}

.ejbanner .b3_main .b3ys3 {
    position: absolute;
    top: 373px;
    left: 179px;
    display: block;
    -webkit-animation: sca infinite 2s ease-in-out;
    animation: sca infinite 2s ease-in-out
}

.ejbanner .b3_main .b3ys4 {
    position: absolute;
    top: 240px;
    left: 229px;
    display: block;
    -webkit-animation: sca infinite 2.4s ease-in-out;
    animation: sca infinite 2.4s ease-in-out
}

.ejbanner .b3_main .b3ys5 {
    position: absolute;
    top: 81px;
    left: 66px;
    display: block;
    -webkit-animation: sca infinite 1.6s ease-in-out;
    animation: sca infinite 1.6s ease-in-out
}

.ejbanner .b3_main .b3ys6 {
    position: absolute;
    top: 315px;
    left: 742px;
    display: block;
    -webkit-animation: sca infinite 2.8s ease-in-out;
    animation: sca infinite 2.8s ease-in-out
}

.ejbanner .b3_main .b3ys7 {
    position: absolute;
    top: 249px;
    left: 970px;
    display: block;
    -webkit-animation: sca infinite 3s ease-in-out;
    animation: sca infinite 3s ease-in-out
}

.ejbanner .b3_main .b3ys8 {
    position: absolute;
    top: 499px;
    left: 1116px;
    display: block;
    -webkit-animation: sca infinite 3.2s ease-in-out;
    animation: sca infinite 3.2s ease-in-out
}

.ejbanner .b3_main .b3ys9 {
    position: absolute;
    top: 471px;
    left: 834px;
    display: block;
    -webkit-animation: sca infinite 2s ease-in-out;
    animation: sca infinite 2s ease-in-out
}

.ejbanner .b3_main .b3ys10 {
    position: absolute;
    top: 557px;
    left: 634px;
    display: block;
    -webkit-animation: sca infinite 2.6s ease-in-out;
    animation: sca infinite 2.6s ease-in-out
}

.ejbanner .b3_main .b3ys11 {
    position: absolute;
    top: 471px;
    left: 452px;
    display: block;
    -webkit-animation: sca infinite 2.8s ease-in-out;
    animation: sca infinite 2.8s ease-in-out
}
.ejbanner{
    overflow: hidden;
}

.ejbanner .b4_main {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1220px;
    margin-left: -610px;
    height: 750px;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}

.ejbanner .b4_main>img {
    width: auto;
    position: absolute;
    left: 0;
    bottom: 0
}

.ejbanner .b4_main .b4_ys1 {
    position: absolute;
    left: 48%;
    top: 360px;
    -webkit-animation: jqr1 infinite 3s ease-in-out;
    animation: jqr1 infinite 3s ease-in-out
}

.ejbanner .b4_main .b4_ys2 {
    position: absolute;
    left: 10.3%;
    top: 223px;
    z-index: 2;
    -webkit-animation: shanshan infinite 3s ease-in-out;
    animation: shanshan infinite 3s ease-in-out
}

.ejbanner .b4_main .b4_ys3 {
    position: absolute;
    bottom: 280px;
    left: 90px
}

.ejbanner .b4_main .b4_ys3 img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.ejbanner .b4_main .b4_ys3 img:nth-child(1) {
    position: relative;
    top: 65px;
    z-index: 2;
    -webkit-animation: fudong infinite 3s ease-in-out;
    animation: fudong infinite 3s ease-in-out
}

.ejbanner .b4_main .b4_ys3 img:nth-child(2) {
    -webkit-animation: fudong1 infinite 3s ease-in-out;
    animation: fudong1 infinite 3s ease-in-out
}

.ejbanner .b4_main .b4_ys4 {
    position: absolute;
    bottom: -5px;
    left: 830px
}

.ejbanner .b4_main .b4_ys4 img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.ejbanner .b4_main .b4_ys4 img:nth-child(1) {
    position: relative;
    top: 65px;
    z-index: 2;
    -webkit-animation: fudong infinite 3s ease-in-out;
    animation: fudong infinite 3s ease-in-out
}

.ejbanner .b4_main .b4_ys4 img:nth-child(2) {
    -webkit-animation: fudong1 infinite 3s ease-in-out;
    animation: fudong1 infinite 3s ease-in-out
}

.ej_nav {
    position: relative;
    z-index: 3;
    margin-top: -52px
}

.ej_nav .item {
    margin-left: 40px;
    margin-right: 40px
}

.ej_nav .item a {
    color: #000;
    font-size: 20px
}

.ej_nav .item a.on .pic,
.ej_nav .item a:hover .pic {
    background: #ef5e00
}

.ej_nav .item a.on1.on .pic,
.ej_nav .item a.on1:hover .pic {
    background: #be190e
}

.ej_nav .item a.on .pic img,
.ej_nav .item a:hover .pic img {
    opacity: 0 !important
}

.ej_nav .item a.on .pic img.imggb,
.ej_nav .item a:hover .pic img.imggb {
    opacity: 1 !important
}

.ej_nav .item a .pic {
    width: 104px;
    height: 104px;
    display: block;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.ej_nav .item a .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.ej_nav .item a .pic img.imggb {
    opacity: 0
}

.ej_tit {
    text-align: center
}

.ej_tit>div {
    display: inline-block;
    color: #ef8200;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    position: relative
}

.ej_tit>div div {
    position: relative;
    z-index: 2
}

.ej_tit>div:before {
    content: '';
    position: absolute;
    width: 110%;
    height: 100%;
    background: #d3d8fc;
    top: 50%;
    left: -5%;
    z-index: 1;
    display: none;
}

.cypt_main1 {
    padding-top: 60px;
    padding-bottom: 65px
}

.cypt_main1 .note {
    margin-top: 40px;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    text-align: center
}

.cypt_main2 {
    height: 724px;
    /*background: url(../images/fuwupingtaibj2.png) no-repeat center top;*/
    background-size: cover;
    position: relative
}

.cypt_main2 .m2ys1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

.cypt_main2 .m2ys2 {
    position: absolute;
    top: 52%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4
}

.cypt_main2 .m2ys2 .m2ys2_m {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cypt_main2 .m2ys2 .m2ys2_m .item {
    position: absolute;
    cursor: pointer
}

.cypt_main2 .m2ys2 .m2ys2_m .item:hover .icon {
    /*-webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);*/
	left: 10px;
}
.cypt_main2 .m2ys2 .m2ys2_m .item4:hover .icon,
.cypt_main2 .m2ys2 .m2ys2_m .item5:hover .icon,
.cypt_main2 .m2ys2 .m2ys2_m .item6:hover .icon{
	left:-10px;
}

.cypt_main2 .m2ys2 .m2ys2_m .item .icon {
    width: 86px;
    height: 86px;
    background: #f9bc00;
    border-radius: 100%;
    position: relative;
	left:0;
    float: left;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.cypt_main2 .m2ys2 .m2ys2_m .item .icon:before {
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: solid 1px #ef8200;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px
}

.cypt_main2 .m2ys2 .m2ys2_m .item .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cypt_main2 .m2ys2 .m2ys2_m .item .note {
    margin-left: 120px;
    color: #646464;
    font-size: 16px;
    line-height: 34px;
    padding-top: 8px
}

.cypt_main2 .m2ys2 .m2ys2_m .item.item1 {
    width: 220px;
    top: -170px;
    left: 100px
}

.cypt_main2 .m2ys2 .m2ys2_m .item.item2 {
    width: 230px;
    top: 73px;
    left: 370px
}

.cypt_main2 .m2ys2 .m2ys2_m .item.item2 .icon {
    width: 78px;
    height: 78px
}

.cypt_main2 .m2ys2 .m2ys2_m .item.item2 .icon:before {
    width: 92px;
    height: 92px;
    margin-top: -46px;
    margin-left: -46px
}

.cypt_main2 .m2ys2 .m2ys2_m .item.item2 .note {
    margin-left: 110px
}

.cypt_main2 .m2ys2 .m2ys2_m .item.item3 {
    width: 260px;
    top: 340px;
    left: 300px
}

.cypt_main2 .m2ys2 .m2ys2_m .item.item4 {
    width: 240px;
    top: 410px;
    right: 220px
}

.cypt_main2 .m2ys2 .m2ys2_m .item.item4 .icon {
    width: 78px;
    height: 78px;
    float: right
}

.cypt_main2 .m2ys2 .m2ys2_m .item.item4 .icon:before {
    width: 92px;
    height: 92px;
    margin-top: -46px;
    margin-left: -46px
}

.cypt_main2 .m2ys2 .m2ys2_m .item.item4 .note {
    margin-left: 0;
    margin-right: 110px;
    text-align: right
}

.cypt_main2 .m2ys2 .m2ys2_m .item.item5 {
    width: 240px;
    top: 235px;
    right: 400px
}

.cypt_main2 .m2ys2 .m2ys2_m .item.item5 .icon {
    float: right
}

.cypt_main2 .m2ys2 .m2ys2_m .item.item5 .note {
    margin-left: 0;
    margin-right: 120px;
    text-align: right
}

.cypt_main2 .m2ys2 .m2ys2_m .item.item6 {
    width: 255px;
    top: -80px;
    right: 330px
}

.cypt_main2 .m2ys2 .m2ys2_m .item.item6 .icon {
    width: 78px;
    height: 78px;
    float: right
}

.cypt_main2 .m2ys2 .m2ys2_m .item.item6 .icon:before {
    width: 92px;
    height: 92px;
    margin-top: -46px;
    margin-left: -46px
}

.cypt_main2 .m2ys2 .m2ys2_m .item.item6 .note {
    margin-left: 0;
    margin-right: 110px;
    text-align: right
}

.cypt_main2 .m2ys3 {
    position: absolute;
    top: 52.5%;
    left: 50.2%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.cypt_main2 .m2ys1,
.cypt_main2 .m2ys2,
.cypt_main2 .m2ys3{
    -webkit-transform: scale(0.9) translate3d(-50%,-60%,0);
    transform: scale(0.9) translate3d(-50%,-60%,0);
}
.cypt_main2 .m2ys3 .yuanquan {
    width: 330px;
    height: 330px;
    border-radius: 100%;
    border: dashed 1px #ef8200;
    -webkit-animation: zhuanquan infinite 20s linear;
    animation: zhuanquan infinite 20s linear
}

.cypt_main2 .m2ys3 .yuanquann {
    width: 330px;
    height: 330px;
    border-radius: 100%;
    border: solid 1px #ef8200;
    -webkit-animation: fangda infinite 5s linear;
    animation: fangda infinite 5s linear;
    position: absolute;
    top: 0;
    left: 0
}

.cypt_main2 .m2ys3 .yuanquann.yuanquan1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.cypt_main2 .m2ys3 .yuanquann.yuanquan2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.cypt_main2 .m2ys3 .yuanquann.yuanquan3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.cypt_main2 .m2ys3 .yuanquann.yuanquan4 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.cypt_main2 .m2ys3 .yuanquann.yuanquan5 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.cypt_main3 {
    padding-top: 25px;
    padding-bottom: 25px
}

.cypt_main3 .container {
    position: relative;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.cypt_main3 .container .cypt_m2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.cypt_main3 .container .cypt_m2 .item {
    position: absolute
}

.cypt_main3 .container .cypt_m2 .item .tit {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cypt_main3 .container .cypt_m2 .item .note {
    color: #000;
    margin-top: 40px;
    font-size: 16px;
    line-height: 34px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.cypt_main3 .container .cypt_m2 .item:hover .tit{
    color: #ef8200;
}
.cypt_main3 .container .cypt_m2 .item:hover .note{
    color: #ef8200;
}
.cypt_main3 .container .cypt_m2 .item.item1 {
    top: 0;
    left: 0;
    width: 400px;
    background: url(../images/xiana1.png) no-repeat left 44px
}

.cypt_main3 .container .cypt_m2 .item.item2 {
    top: 0;
    right: 0;
    width: 400px;
    background: url(../images/xiana2.png) no-repeat right 44px;
    text-align: right
}

.cypt_main3 .container .cypt_m2 .item.item3 {
    bottom: 0;
    right: 0;
    width: 400px;
    background: url(../images/xiana3.png) no-repeat right top;
    text-align: right
}

.cypt_main3 .container .cypt_m2 .item.item3 .tit {
    padding-top: 20px
}

.cypt_main3 .container .cypt_m2 .item.item4 {
    bottom: 0;
    left: 0;
    width: 400px;
    background: url(../images/xiana4.png) no-repeat left top
}

.cypt_main3 .container .cypt_m2 .item.item4 .tit {
    padding-top: 18px
}


.cypt_main4 .note1 {
    color: #000;
    font-size: 14px;
    line-height:26px;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 35px
}

.cypt_main4 .cont {
    margin-top: -20px;
    width: 1350px;
    margin-left: -75px;
    font-size: 0;
    text-align: center
}

.cypt_main4 .cont .item {
    width: 270px;
    vertical-align: top;
    margin-top: 50px;
    position: relative;
    cursor: pointer
}

.cypt_main4 .cont .item:hover .pic {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.cypt_main4 .cont .item:before {
    content: '';
    width: 135px;
    height: 1px;
    background: url(../images/huangxian.png) no-repeat center center;
    position: absolute;
    left: -68px;
    top: 47px
}

.cypt_main4 .cont .item:nth-child(1) .note {
    max-width: 150px
}

.cypt_main4 .cont .item:nth-child(1):before,
.cypt_main4 .cont .item:nth-child(6):before {
    display: none
}

.cypt_main4 .cont .item .pic {
    width: 94px;
    height: 94px;
    background: #ef8200;
    border-radius: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.cypt_main4 .cont .item .pic:before {
    content: "";
    width: 106px;
    height: 106px;
    border: solid 1px #ef8200;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -53px;
    margin-left: -53px
}

.cypt_main4 .cont .item .pic:after {
    content: "";
    width: 134px;
    height: 134px;
    border: dashed 1px #ee9529;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -67px;
    margin-left: -67px;
    -webkit-animation: zhuanquan infinite 10s linear;
    animation: zhuanquan infinite 10s linear
}

.cypt_main4 .cont .item .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cypt_main4 .cont .item .note {
    color: #000;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 26px;
    margin-top: 35px
}

.bigstory {
    margin-top: 130px;
    position: relative;
    padding-bottom: 145px;
    margin-bottom: 50px
}

.bigstory:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    left: 50%
}

.bigstory .bigstory_item {
    margin-left: -50px;
    margin-right: -50px;
    padding-top: 100px
}

.bigstory .bigstory_item:nth-child(1) {
    padding-top: 0
}

.bigstory .bigstory_item .tit {
    width: 50%;
    padding-right: 104px;
    text-align: right;
    position: relative;
    line-height: 50px;
    color: #ef5e00;
    font-size: 20px;
    margin-bottom: 100px
}

.bigstory .bigstory_item .tit span {
    font-size: 40px
}

.bigstory .bigstory_item .tit:before {
    content: '';
    width: 50px;
    height: 50px;
    background: url(../images/yuanquann.png) no-repeat center center;
    position: absolute;
    right: -25px;
    top: 0
}

.bigstory .bigstory_item .cont .item {
    margin-top: -50px;
    overflow: hidden
}

.bigstory .bigstory_item .cont .item.on .item1 {
    float: right
}

.bigstory .bigstory_item .cont .item.on .item1:before {
    content: '';
    width: 33px;
    height: 55px;
    background: url(../images/sanjiaozuo.png) no-repeat center center;
    position: absolute;
    top: 70px;
    left: -33px;
    right: auto
}

.bigstory .bigstory_item .cont .item.on .item1:after {
    content: '';
    width: 33px;
    height: 25px;
    background: url(../images/yuanjianyou.png) no-repeat center center;
    position: absolute;
    top: 85px;
    left: -116px;
    right: auto
}

.bigstory .bigstory_item .cont .item .item1 {
    width: 546px;
    background: #efefef;
    padding: 53px 53px 30px;
    float: left;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.bigstory .bigstory_item .cont .item .item1:before {
    content: '';
    width: 33px;
    height: 55px;
    background: url(../images/sanjiaoyou.png) no-repeat center center;
    position: absolute;
    top: 70px;
    right: -33px;
    z-index: 2
}

.bigstory .bigstory_item .cont .item .item1:after {
    content: '';
    width: 33px;
    height: 25px;
    background: url(../images/yuanjianzuo.png) no-repeat center center;
    position: absolute;
    top: 85px;
    right: -117px
}

.bigstory .bigstory_item .cont .item .item1 .date {
    display: inline-block;
    height: 38px;
    background: #f9bc00;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    text-align: center;
    line-height: 38px;
    padding: 0 15px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px
}

.bigstory .bigstory_item .cont .item .item1 .note {
    color: #000;
    font-size: 14px;
    line-height: 30px;
    margin-top: 22px
}

.pages {
    color: #000;
    font-size: 16px;
    line-height: 22px
}

.pages a {
    color: #000;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 22px;
    font-family: "宋体";
    position: relative;
    top: 2px
}

.pages span {
    margin-left: 15px;
    margin-right: 15px
}

.news_main {
    padding-top: 80px
}

.news_main .news_m {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 50px
}

.news_main .news_m ul {
    margin-bottom: 35px
}

.news_main .news_m ul li {
    margin-top: 40px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative
}

.news_main .news_m ul li:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news_main .news_m ul li .pic {
    width: 526px
}

.news_main .news_m ul li .pic img {
    width: 100%;
    display: block
}

.news_main .news_m ul li .cont {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 540px;
    background: #efefef;
    border-right: solid 4px #ef5e00;
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 35px
}

.news_main .news_m ul li .cont .day {
    color: #ef5e00;
    font-size: 54px;
    line-height: 54px
}

.news_main .news_m ul li .cont .month {
    color: #ef5e00;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 15px
}

.news_main .news_m ul li .cont .note {
    color: #595757;
    font-size: 16px;
    line-height: 28px
}

.contact_main {
    padding-top: 65px;
    padding-bottom: 60px
}

.contact_main .tit1 {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    text-align: center
}

.contact_main .cont {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
}

.contact_main .cont .item {
    width: 545px
}

.contact_main .cont .item:hover .tit {
    border-bottom: solid 1px #7fa3ff
}

.contact_main .cont .item .pic img {
    width: 100%
}

.contact_main .cont .item .tit {
    color: #3e3a39;
    font-size: 20px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: solid 1px #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.contact_main .cont .item .tit span {
    font-weight: 700;
    margin-right: 20px
}

.contact_main1 {
    /*background: #f0f4f7;*/
    padding-top: 65px;
    padding-bottom: 60px
}

.contact_main1 .tit1 {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    text-align: center
}

.contact_main1 .cont {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 60px
}

.contact_main1 .cont .item1 .item {
    border-top: solid 1px #b4b7b9;
    border-bottom: solid 1px #b4b7b9;
    margin-top: -1px;
    padding-left: 20px
}

.contact_main1 .cont .item1 .item a {
    display: block;
    height: 110px;
    padding-top: 35px;
    width: 500px
}

.contact_main1 .cont .item1 .item:hover * {
    color: #ef5e00 !important
}

.contact_main1 .cont .item1 .item a.nojian {
    background: 0 0
}

.contact_main1 .cont .item1 .item a .cont2 {
    color: #727070;
    font-size: 14px;
    margin-left: 65px;
    line-height: 34px
}

.contact_main1 .cont .item1 .item a .cont2.cont1 {
    margin-top: -5px;
    line-height: 24px
}

.contact_main1 .cont .item1 .item .contt {
    color: #727070;
    font-size: 14px;
    line-height: 20px;
    padding-top: 30px;
    padding-bottom: 45px;
    text-align: center;
    display: none
}

.contact_main1 .cont .item1 .item .contt img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}

.about_main {
    padding-top: 60px
}

.about_main .about_m {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    text-align: center;
    padding-bottom: 50px
}

.ab_tit {
    text-align: center
}

.ab_tit .dib {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
    padding-bottom: 15px;
    /*border-bottom: solid 4px #0926ee*/
}
.about_main1{
    padding-bottom: 30px;
}
.about_main1 .container {
    border-top: solid 1px #c4c4c4;
    padding-top: 40px
}

.about_main1 .about_m1 {
    padding-top: 0px;
    padding-bottom: 100px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.about_main1 .about_m1>img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.about_main1 .about_m1 .item {
    position: absolute
}

.about_main1 .about_m1 .item .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../images/yuanbg.png) no-repeat center center;
    background-size: cover !important;
    text-align: center;
    line-height: 70px;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.about_main1 .about_m1 .item .icon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.about_main1 .about_m1 .item .icon:before {
    content: '';
    width: 86px;
    height: 86px;
    border: solid 1px #a2adf9;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -43px;
    margin-left: -43px
}

.about_main1 .about_m1 .item .note {
    line-height: 34px;
    color: #000;
    font-size: 16px
}

.about_main1 .about_m1 .item.item1,
.about_main1 .about_m1 .item.item3 {
    text-align: right
}

.about_main1 .about_m1 .item.item1 {
    width: 368px;
    padding-right: 112px;
    top: 80px;
    left: 0;
    background: url(../images/xianb1.png) no-repeat center 100px
}

.about_main1 .about_m1 .item.item1 .note {
    margin-top: 50px
}

.about_main1 .about_m1 .item.item2 {
    width: 368px;
    padding-left: 112px;
    top: 80px;
    right: 0;
    background: url(../images/xianb2.png) no-repeat center 100px
}

.about_main1 .about_m1 .item.item2 .note {
    margin-top: 50px
}

.about_main1 .about_m1 .item.item3 {
    width: 368px;
    padding-right: 112px;
    top: 410px;
    left: 0;
    background: url(../images/xianb3.png) no-repeat center 30px
}

.about_main1 .about_m1 .item.item3 .note {
    margin-top: 50px
}

.about_main1 .about_m1 .item.item4 {
    width: 368px;
    padding-left: 112px;
    top: 430px;
    right: 0;
    background: url(../images/xianb4.png) no-repeat center 30px
}

.about_main1 .about_m1 .item.item4 .note {
    margin-top: 50px
}

.about_main2 {
    background: url(../images/gsjsbj.png) no-repeat center center;
    background-size: cover !important;
    padding-top: 75px;
    padding-bottom: 60px
}

.about_main2 .ab_tit .dib {
    color: #fff
}

.about_main2 .about_m2 {
    padding-top: 10px
}

.about_main2 .item {
    padding: 40px 40px;
    border-top: solid 1px #35305d
}

.about_main2 .item:nth-child(1) {
    border-top: 0
}

.about_main2 .item .pic {
    width: 160px;
    height: 138px;
    background: #3600c9;
    border-radius: 15px
}

.about_main2 .item .pic .num {
    color: #fff;
    font-size: 34px;
    position: absolute;
    top: 20px;
    left: 20px
}

.about_main2 .item .pic img {
    position: relative;
    left: 56px;
    width: 120%;
    top: -20px
}

.about_main2 .item .cont {
    margin-left: 298px;
    line-height: 28px;
    color: #fff;
    font-size: 14px
}

.about_main3 {
    padding-top: 50px;
    padding-bottom: 60px;
    /*background: #f1f4f9*/
}

.about_main3 .m3_tit {
    color: #000;
    font-size: 24px;
    line-height: 40px;
    text-align: center
}

.about_main3 .m3_tit .dib {
    /*border-bottom: solid 4px #0926ee;*/
    padding-bottom: 20px
}

.about_main3 .m3_note {
    color: #000;
    font-size: 14px;
    line-height: 30px;
    padding-top: 30px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.about_main3 .m3_cont {
    margin-top: 30px;
    position: relative;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.about_main3 .m3_cont>img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: -15px
}

.about_main3 .m3_cont .m3_yuanquan {
    width: 600px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -300px
}

.about_main3 .m3_cont .m3_yuanquan .yuanquan {
    border: solid 1px #fac728;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.about_main3 .m3_cont .m3_yuanquan .yuanquan.yuanquan1 {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.about_main3 .m3_cont .m3_yuanquan .yuanquan.yuanquan3 {
    -webkit-transform: scale(1.45);
    transform: scale(1.45);
    opacity: .5
}

.about_main3 .m3_cont:before {
    content: "";
    width: 1015px;
    height: 1015px;
    background: url(../images/xjdiandiandian.png) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -507px;
    margin-left: -507px;
    z-index: 2;
    -webkit-animation: zhuanquan111 infinite 55s linear;
    animation: zhuanquan111 infinite 55s linear;
    display: none;
}

.about_main3 .m3_cont .m3_yuanquan .yuanquan.yuanquan5 {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: .2
}

.about_main3 .m3_cont .m3_item {
    width: 700px;
    height: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -350px;
    margin-left: -350px
}

.about_main3 .m3_cont .m3_item .item:hover .icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.about_main3 .m3_cont .m3_item .item .icon {
    width: 75px;
    height: 75px;
    background: url(../images/yuanbg3.png) no-repeat center center;
    text-align: center;
    line-height: 75px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.about_main3 .m3_cont .m3_item .item .icon img {
    vertical-align: middle;
    position: relative;
    top: -2px
}

.about_main3 .m3_cont .m3_item .item .cont {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 34px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.about_main3 .m3_cont .m3_item .item.item1 {
    width: 340px;
    top: 200px;
    left: -230px
}

.about_main3 .m3_cont .m3_item .item.item1 .icon {
    float: right
}

.about_main3 .m3_cont .m3_item .item.item1 .cont {
    margin-right: 125px;
    text-align: right;
    padding-top: 3px
}

.about_main3 .m3_cont .m3_item .item.item2 {
    width: 306px;
    top: 400px;
    left: -208px
}

.about_main3 .m3_cont .m3_item .item.item2 .icon {
    float: right
}

.about_main3 .m3_cont .m3_item .item.item2 .cont {
    margin-right: 125px;
    text-align: right;
    /*padding-top: 3px*/
}

.about_main3 .m3_cont .m3_item .item.item3 {
    width: 310px;
    top: 120px;
    right: -153px
}

.about_main3 .m3_cont .m3_item .item.item3 .icon {
    float: left
}

.about_main3 .m3_cont .m3_item .item.item3 .cont {
    margin-left: 125px;
    text-align: left;
    /*padding-top: 20px*/
}

.about_main3 .m3_cont .m3_item .item.item4 {
    width: 310px;
    top: 401px;
    right: -210px;
}

.about_main3 .m3_cont .m3_item .item.item4 .icon {
    float: left
}

.about_main3 .m3_cont .m3_item .item.item4 .cont {
    margin-left: 125px;
    text-align: left;
    /*padding-top: 20px*/
}

/*.about_main3 .m3_cont .m3_item .item.item5 {
    width: 260px;
    top: 120px;
    right: -165px
}

.about_main3 .m3_cont .m3_item .item.item5 .icon {
    float: left
}

.about_main3 .m3_cont .m3_item .item.item5 .cont {
    margin-left: 125px;
    text-align: left;
    padding-top: 20px
}

.about_main3 .m3_cont .m3_item .item.item6 {
    width: 270px;
    top: 276px;
    right: -230px
}

.about_main3 .m3_cont .m3_item .item.item6 .icon {
    float: left
}

.about_main3 .m3_cont .m3_item .item.item6 .cont {
    margin-left: 125px;
    text-align: left;
    padding-top: 20px
}

.about_main3 .m3_cont .m3_item .item.item7 {
    width: 260px;
    top: 400px;
    right: -215px
}

.about_main3 .m3_cont .m3_item .item.item7 .icon {
    float: left
}

.about_main3 .m3_cont .m3_item .item.item7 .cont {
    margin-left: 125px;
    text-align: left;
    padding-top: 3px
}

.about_main3 .m3_cont .m3_item .item.item8 {
    width: 354px;
    top: 540px;
    right: -244px
}

.about_main3 .m3_cont .m3_item .item.item8 .icon {
    float: left
}

.about_main3 .m3_cont .m3_item .item.item8 .cont {
    margin-left: 125px;
    text-align: left;
    padding-top: 3px
}*/

.about_main4 {
    padding-top: 55px;
    padding-bottom: 60px
}

.about_main4 .m4_tit {
    color: #000;
    font-size: 24px;
    line-height: 38px;
    text-align: center
}

.about_main4 .m4_tit span {
    display: inline-block
}

.about_main4 .m4_tit .hengxian {
    width: 196px;
    height: 4px;
    background: #4b10bf;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto
}

.about_main4 .m4_note {
    color: #000;
    font-size: 14px;
    line-height: 30px;
    padding-top: 25px;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.about_main4 .m4_cont {
    margin-top: 0px;
    position: relative;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.about_main4 .m4_cont>img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.about_main4 .m4_cont .item:hover .icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.about_main4 .m4_cont .item .icon {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: inline-block
}

.about_main4 .m4_cont .item .note {
    color: #000;
    font-size: 16px;
    line-height: 34px
}

.about_main4 .m4_cont .item.item1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 344px;
    padding-right: 50px;
    background: url(../images/xianc1.png) no-repeat left 85px
}

.about_main4 .m4_cont .item.item1 .note {
    margin-top: 50px
}

.about_main4 .m4_cont .item.item2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 344px;
    padding-left: 50px;
    background: url(../images/xianc2.png) no-repeat left 85px;
    text-align: right
}

.about_main4 .m4_cont .item.item2 .icon {
    display: inline-block
}

.about_main4 .m4_cont .item.item2 .note {
    margin-top: 50px
}

.about_main4 .m4_cont .item.item3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 344px;
    padding-right: 50px;
    background: url(../images/xianc3.png) no-repeat left 35px
}

.about_main4 .m4_cont .item.item3 .note {
    margin-top: 50px
}

.about_main4 .m4_cont .item.item4 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 344px;
    padding-left: 50px;
    background: url(../images/xianc4.png) no-repeat left 35px;
    text-align: right
}

.about_main4 .m4_cont .item.item4 .icon {
    display: inline-block
}

.about_main4 .m4_cont .item.item4 .note {
    margin-top: 50px
}

.fwpt_main {
    padding-top: 60px;
    padding-bottom: 55px;
    text-align: center
}

.fwpt_main .tit {
    color: #e62318;
    font-weight: 700;
    font-size: 44px;
    line-height: 64px;
    margin-bottom: 5px
}

.fwpt_main .tit span {
    font-size: 63px
}

.fwpt_main .tit1 {
    font-weight: 700;
    color: #000;
    font-size: 34px;
    line-height: 48px
}

.fwpt_main .note1 {
    color: #000;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto
}

.fwpt_main .cont {
    margin-top: 50px;
    margin-left: -8px;
    margin-right: -8px
}

.fwpt_main .cont .col-xs-12 {
    padding-left: 8px;
    padding-right: 8px
}

.fwpt_main .cont .col-xs-12 .item {
    background: #fff;
    box-shadow: 0 0 10px 7px rgba(252, 234, 217, .5);
    border-top: solid 4px #e62318;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.fwpt_main .cont .col-xs-12 .item:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 0 10px 7px rgba(252, 234, 217, .5);
}

.fwpt_main .cont .col-xs-12 .item .tit2 {
    color: #e62318;
    font-size: 20px;
    line-height: 20px
}

.fwpt_main .cont .col-xs-12 .item .tit3 {
    color: #e62318;
    font-size: 22px;
    line-height: 20px;
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px
}

.fwpt_main .cont .col-xs-12 .item .note {
    color: #3e3a39;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    height: 180px;
    overflow: hidden
}

.fwpt_main .cont .col-xs-12 .item .pic {
    height: 170px;
    margin-top: 15px
}

.fwpt_tit {
    color: #e62318;
    font-size: 32px;
    text-align: center
}

.fwpt_tit .tit span {
    margin-left: 28px;
    margin-right: 28px
}

.fwpt_tit .hengxian {
    height: 32px;
    background: #e62318;
    width: 630px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    display: none;
}

.fwpt_tit1 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding-top: 35px;
    text-align: center
}

.fwpt_tit1 span {
    margin-left: 95px;
    margin-right: 95px
}

.fwpt_note {
    padding-top: 40px;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    text-align: center
}

.fwpt_main1 {
    padding-top: 50px;
    padding-bottom: 135px;
    overflow: hidden
}

.fwpt_main1 .fwpt_tit2 {
    margin-top: 50px;
    color: #000;
    font-size: 20px;
    text-align: center
}

.fwpt_main1 .fwpt_tit2 .hengxian {
    width: 100%;
    height: 1px;
    background: #ad7afc;
    margin-top: 15px
}

.fwpt_main1 .cont {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0;
    text-align: center
}

.fwpt_main1 .cont .item {
    width: 205px;
    vertical-align: top;
    margin-top: 25px;
    position: relative;
    cursor: pointer;
    display: inline-block
}

.fwpt_main1 .cont .item:hover .icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.fwpt_main1 .cont .item:nth-child(1) .tit {
    max-width: 150px
}

.fwpt_main1 .cont .item:nth-child(1):before,
.fwpt_main1 .cont .item:nth-child(6):before {
    display: none
}

.fwpt_main1 .cont .item .icon {
    width: 68px;
    height: 68px;
    background: #e62318;
    border-radius: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 20px 2px rgba(230, 35, 25, .5)
}

.fwpt_main1 .cont .item .icon:before {
    content: "";
    width: 78px;
    height: 78px;
    border: solid 1px #e62318;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px
}

.fwpt_main1 .cont .item .icon:after {
    content: "";
    width: 96px;
    height: 96px;
    border: dashed 1px #e62318;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -48px;
    margin-left: -48px;
    -webkit-animation: zhuanquan infinite 10s linear;
    animation: zhuanquan infinite 10s linear
}

.fwpt_main1 .cont .item .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.fwpt_main1 .cont .item .tit {
    color: #000;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 30px;
    margin-top: 20px
}

.fwpt_main1 .cont2 {
    text-align: center;
    position: relative;
    margin-top: 25px
}

.fwpt_main1 .cont2:before {
    content: '';
    position: absolute;
    top: 80px;
    height: 1px;
    width: 5000px;
    background: #e62318;
    left: -2000px
}

.fwpt_main1 .cont2 .item {
    width: 140px;
    display: inline-block
}

.fwpt_main1 .cont2 .item:hover .icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.fwpt_main1 .cont2 .item:nth-child(2n) .diandian {
    -webkit-transform: scale(1.6);
    transform: scale(1.6)
}

.fwpt_main1 .cont2 .item .icon {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer
}

.fwpt_main1 .cont2 .item .icon img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.fwpt_main1 .cont2 .item .diandian {
    width: 15px;
    height: 15px;
    background: #e62318;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
}

.fwpt_main1 .cont2 .item .tit {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px
}

.fwpt_main2 {
    /*background: url(../images/fuwupingtaibj.png) no-repeat center top;*/
    background-size: cover;
    padding-top: 70px;
    overflow: hidden;
    margin-top: -100px
}

/*.fwpt_main2 .fwpt_tit {
    color: #e62318
}*/

.fwpt_main2 .fwpt_tit .hengxian {
    width: 415px;
    background: #170049
}

/*.fwpt_main2 .fwpt_note {
    color: #fff
}*/

.fwpt_main2 .m2_cont {
    margin-top: 200px;
    position: relative;
}

.fwpt_main2 .m2_cont .m2_yuanquan {
    position: absolute;
    left: 50%;
    margin-left: -230px;
    width: 460px;
    height: 460px;
    bottom: -230px
}

.fwpt_main2 .m2_cont .m2_yuanquan .yuanquan {
    width: 460px;
    height: 460px;
    border-radius: 100%;
    border: solid 1px #e62318;
    -webkit-animation: fangda infinite 5s linear;
    animation: fangda infinite 5s linear;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.fwpt_main2 .m2_cont .m2_yuanquan .yuanquan.yuanquan1 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.fwpt_main2 .m2_cont .m2_yuanquan .yuanquan.yuanquan2 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.fwpt_main2 .m2_cont .m2_yuanquan .yuanquan.yuanquan3 {
    -webkit-animation-delay: 4.1s;
    animation-delay: 4.1s
}

.fwpt_main2 .m2_cont img {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.fwpt_main2 .m2_cont .item {
    position: absolute;
    text-align: center
}

.fwpt_main2 .m2_cont .item .tit {
    /*color: #fff;*/
    font-size: 18px;
    font-weight: 700
}

.fwpt_main2 .m2_cont .item .note {
    /*color: #fff;*/
    font-size: 14px;
    margin-top: 22px;
    line-height:30px;
}

.fwpt_main2 .m2_cont .item.item1 {
    width: 410px;
    left: 35px;
    top: -112px;
}

.fwpt_main2 .m2_cont .item.item1:before {
    content: '';
    width: 237px;
    height: 106px;
    background: url(../images/xiand1.png) no-repeat center center;
    position: absolute;
    top: 100%;
    left: 190px;
    margin-top: 30px
}

.fwpt_main2 .m2_cont .item.item2 {
    width: 410px;
    right: 45px;
    top: -147px
}

.fwpt_main2 .m2_cont .item.item2:before {
    content: '';
    width: 237px;
    height: 106px;
    background: url(../images/xiand2.png) no-repeat center center;
    position: absolute;
    top: 100%;
    right: 190px;
    margin-top: 30px
}

.fwpt_main2 .m2_cont .item.item3 {
    width: 290px;
    left: 0;
    top: 170px
}

.fwpt_main2 .m2_cont .item.item3:before {
    content: '';
    width: 290px;
    height: 100px;
    background: url(../images/xiand3.png) no-repeat center center;
    position: absolute;
    top: 100%;
    left: 140px;
    margin-top: 30px
}

.fwpt_main2 .m2_cont .item.item4 {
    width: 280px;
    right: 0;
    top: 170px
}

.fwpt_main2 .m2_cont .item.item4:before {
    content: '';
    width: 266px;
    height: 93px;
    background: url(../images/xiand4.png) no-repeat center center;
    position: absolute;
    top: 100%;
    right: 110px;
    margin-top: 30px
}

.fwpt_main3 {
    padding-top: 50px;
    padding-bottom: 80px;
    background: #f0f0f0;
}

.fwpt_main3 .fwpt_note {
    text-align: left;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.fwpt_main3 .cont {
    margin-left: 0px;
    margin-right: 0px
}

.fwpt_main3 .cont .col-xs-12:nth-child(1) .item .note {
    max-width: 240px
}

.fwpt_main3 .cont .item .pic {
    /*background: url(../images/ejbgtp4.png) no-repeat center bottom;*/
    position: relative;
    padding-top: 50px;
}

.fwpt_main3 .cont .item .pic img {
    /*position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
    max-width: 100%;
}

.fwpt_main3 .cont .item .tit {
    padding-top: 30px;
    color: #000;
    font-size: 20px;
    padding-bottom: 10px;
    text-align: center
}

.fwpt_main3 .cont .item .tit .hengxian {
    width: 40px;
    height: 1px;
    background: #e62318;
    margin-top: 10px
}

.fwpt_main3 .cont .item .note {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 30px
}

.fwpt_main4 {
    padding-top: 85px;
    padding-bottom: 140px;
    background: #f0f0f0
}

.fwpt_main4 .m4_tit {
    color: #e62318;
    font-size: 32px;
    line-height: 46px;
    text-align: center
}

.fwpt_main4 .m4_tit span {
    display: inline-block
}

.fwpt_main4 .m4_tit .hengxian {
    height: 32px;
    background: #d8c8fa;
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    margin-top: -20px
}

.fwpt_main4 .m4_note {
    color: #000;
    font-size: 14px;
    line-height: 30px;
    padding-top: 30px;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.fwpt_main4 .m4_cont {
    margin-top: 10px;
    position: relative;
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

.fwpt_main4 .m4_cont>img {
    display: block;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto
}


.fwpt_main4 .m4_cont .item .icon{
    position: relative;
}
.fwpt_main4 .m4_cont .item .icon .mg1h{
    position: absolute;
    left: 0;
    top: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}

.fwpt_main4 .m4_cont .item .icon img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: inline-block
}

.fwpt_main4 .m4_cont .item .note {
    color: #000;
    font-size: 16px;
    line-height: 34px
}

.fwpt_main4 .m4_cont .item.item1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 344px;
    padding-right: 50px;
    background: url(../images/xianc1.png) no-repeat left 85px
}

.fwpt_main4 .m4_cont .item.item1 .note {
    margin-top: 50px
}

.fwpt_main4 .m4_cont .item:hover .icon .mg1{
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.fwpt_main4 .m4_cont .item:hover .icon .mg1h{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}
.fwpt_main4 .m4_cont .item:hover .note{
    color: #e62318;
}

.fwpt_main4 .m4_cont .item.item2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 344px;
    padding-left: 50px;
    background: url(../images/xianc2.png) no-repeat left 85px;
    text-align: right
}

.fwpt_main4 .m4_cont .item.item2 .icon {
    display: inline-block
}

.fwpt_main4 .m4_cont .item.item2 .note {
    margin-top: 50px
}

.fwpt_main4 .m4_cont .item.item3 {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 344px;
    padding-right: 50px;
    background: url(../images/xianc3.png) no-repeat left 35px
}

.fwpt_main4 .m4_cont .item.item3 .note {
    margin-top: 50px
}

.fwpt_main4 .m4_cont .item.item4 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 344px;
    padding-left: 50px;
    background: url(../images/xianc4.png) no-repeat left 35px;
    text-align: right
}

.fwpt_main4 .m4_cont .item.item4 .icon {
    display: inline-block
}

.fwpt_main4 .m4_cont .item.item4 .note {
    margin-top: 50px
}

.fwpt_main5 {
    padding-top: 50px;
    padding-bottom: 35px
}

.fwpt_main5 .fwpt_tit .hengxian {
    width: 305px
}

.fwpt_main5 .picc1 {
    padding-top: 65px;
}
.fwpt_main5 .picc1 img{
    max-width: 100%;
}

.fwpt_main5 .cont {
    margin-top: 0px;
    font-size: 0;
    text-align: center;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.fwpt_main5 .cont .item {
    width: 430px;
    padding-left: 0;
    padding-right: 20px;
    border-left: solid 8px #bfbebe;
    padding-top: 0;
    display: inline-block;
    position: relative;
    text-align: left;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
}

.fwpt_main5 .cont .item:before {
    content: '';
    width: 9px;
    height: 16px;
    background: url(../images/huijianjian.png) no-repeat left center;
    position: absolute;
    top: 50%;
    left: -17px;
    margin-top: -8px
}

.fwpt_main5 .cont .item.on {
    width: 700px
}

.fwpt_main5 .cont .item.on .picc {
    opacity: 1;
    z-index: 3;
}

.fwpt_main5 .cont .item .item_cont {
    width: 390px;
    float: left;
    position: relative;
    padding: 30px 20px;
    background: #fcfcfc;
    z-index: 2;
}

.fwpt_main5 .cont .item .picc {
    position: absolute;
    top: 40px;
    right: 50px;
    width: 240px;
    opacity: 0;
    display: none;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.fwpt_main5 .cont .item .picc img {
    width: 240px
}

.fwpt_main5 .cont .item .tit {
    color: #000;
    font-size: 20px
}

.fwpt_main5 .cont .item .tit span {
    color: #e62318;
    font-size: 24px;
    margin-right: 10px;
    position: relative;
    top: 2px
}

.fwpt_main5 .cont .item .note {
    color: #3e3a39;
    font-size: 16px;
    line-height: 34px;
    margin-top: 20px;
    height: 238px
}

.fwpt_main5 .cont .item .more {
    text-align: center;
    padding-top: 30px
}

.fwpt_main5 .cont .item .more a {
    color: #474747;
    font-size: 16px;
    display: inline-block;
    padding-right: 30px;
    background: url(../images/heijianjian.png) no-repeat right center;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer
}

.fwpt_main5 .cont .item .more a:hover {
    color: #e62318;
    background: url(../images/redjianjian.png) no-repeat right center
}

.whi_pre {
    white-space: pre
}



.cypt_main4 {
    padding-top: 60px;
    padding-bottom: 30px;
    background: #f0f0f0;
}
.cypt_main4 .container .cont{
    -webkit-transform: scale(0.8)!important;
    transform: scale(0.8)!important;
}
.fwpt_main4 .m4_tit{
    font-size: 26px;
    font-weight: bold;
}
.fwpt_tit{
    font-size: 26px;
    font-weight: bold;
}
.fwpt_main4 .m4_cont2{
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
}
.fwpt_main4 .m4_cont2 .item{
    width: 40%;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}
.fwpt_main4 .m4_cont2 .item .item1{
    background: #fff;
    text-align: center;
    width: 100%;
}
.fwpt_main4 .m4_cont2 .item .item1 img{
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 100%;
    top: -1px;
}


.cypt_main4_intro_01{
    background: #efefef;
}
.cypt_main4_intro_main4{
    background: none;
}
.cypt_main4_intro_main4 .cont .item .pic{
    background: #f9bc00;
}





















@keyframes zhuanquan111 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes zhuanquan {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes fangda {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        transform: scale(3);
        opacity: 0
    }
}

@keyframes sx {
    0% {
        top: 40px
    }

    40% {
        top: 60px
    }

    100% {
        top: 40px
    }
}

@keyframes sx1 {
    0% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes qc {
    0% {
        left: 410px;
        top: 285px;
    }
    50%{
        left: 368px;
        top: 317px;
    }
    100% {
        left: 410px;
        top: 285px;
    }
}

@keyframes jqr {
    0% {
        top: -80px
    }

    40% {
        top: -60px
    }

    100% {
        top: -80px
    }
}

@keyframes yun {
    0% {
        top: 166px
    }

    40% {
        top: 156px
    }

    100% {
        top: 166px
    }
}

@keyframes sca {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jqr1 {
    0% {
        top: 360px
    }

    40% {
        top: 350px
    }

    100% {
        top: 360px
    }
}

@keyframes shanshan {
    0% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fudong {
    0% {
        transform: translateY(-10px)
    }

    40% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

@keyframes fudong1 {
    0% {
        transform: translateY(-5px)
    }

    40% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-5px)
    }
}


/* news-details */
.news_details{
    padding-top: 65px;
    padding-bottom: 153px;
}
.w1000{
    width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}
.news-details-address a{
    font-size: 14px;
    color: #585858;
    margin: 0 12px;
    line-height: 20px;
}
.news-details-address a:hover,.news-details-address a.on{
    color: #fdb700;
}
.news-details-art{
    margin-top: 98px;
}
.news-details-title{
    padding-bottom: 32px;
    border-bottom: 1px solid #989898;
}
.news-details-title .div-title{
    font-size: 38px;
    color: #343434;
    line-height: 52px;
}
.news-details-title .div-info{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #989898;
    font-weight: lighter;
    line-height: 28px;
    margin-top: 72px;
}
.news-details-art .div-des{
    font-size: 18px;
    line-height: 38px;
    font-weight: lighter;
    color: #989898;
    margin-top: 30px;
}
.news-details-art .div-des .b-01{
    color: #353535;
}

.news-details-return{
    display: flex;
    justify-content: center;
    padding-top: 78px;
}
.news-details-return a{
    display: inline-block;
    width: 154px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 56px;
    font-size: 18px;
    color: #6e6e6e;
    margin: 0 41px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news-details-return a:hover{
    color: #fff;
    background: #ef5e00;
}

.news-related{
    padding-bottom: 73px;
}
.news-related-title{
    font-size: 54px;
    line-height: 1;
    padding-bottom: 35px;
    border-bottom: 1px solid #989898;
}
.news-related-list{
    padding-top: 40px;
    margin: 0 -14px;
}
.news-related-list li{
    float: left;
    width:  314px;
    margin-top: 40px;
    margin: 0 14px;
}
.news-related-list li .span-img{
    padding-top: 62.425%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.news-related-list li .span-date{
    font-size: 22px;
    color: #ef5e00;
    line-height: 32px;
    margin-top: 16px;
}
.news-related-list li .span-des{
    line-height: 32px;
    margin-top: 3px;
    font-size: 16px;
    color: #595757;
    height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-related-list li:hover .span-img{
    transform: scale(1.1);
}