@charset "utf-8";

/*banner*/

.banner {
    width: 100%;
    position: relative;
    z-index: 5;
    overflow: hidden
}

.banner .swiper-container {
    position: relative;
    width: 1920px;
    height: 650px;
    left: 50%;
    margin-left: -960px;
    background: #222;
}

.banner .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 10px;
}

.banner .swiper-container-horizontal .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    border-radius: 0;
    display: inline-block;
    background: #868686;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.banner .swiper-container-horizontal .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e6203e;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.banner .swiper-button-prev {
    left: 50%;
    margin-left: -627px
}

.banner .swiper-button-next {
    right: 50%;
    margin-right: -627px
}







.nbanner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.nbanner img {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px
}







/*pro_nav*/
.navLists {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    /* display: flex;
    flex-wrap: wrap; */

    display: none;
    border-top: solid 1px #Eee;
}

.navLists.isActive {
    display: block;
}

.nav_swiper {
    width: 100%;

}


.nav_swiper .navchild:hover {
    color: #e6203e;
}

.nav_swiper .navchild {
    padding: 10px 20px !important;
    cursor: pointer;
    height: auto !important;
    width: auto !important;

}

.navchild.isActive {
    color: #e6203e;
}

.index_pro_nav {
    width: 100%;
    min-height: 180px;
    background-color: #ffffff;
}

.onPadd {
    padding-bottom: 0;
}

.index_pro_nav ul {
    width: 1206px;
    position: relative;
    padding: 42px 0;
}

.index_pro_nav .lis {
    float: left;
    width: 108px;
    height: 180px
}

.index_pro_nav .lis a {
    display: block;
    width: 108px;
    height: 150px;
    padding-top: 30px
}

.index_pro_nav .lis i {
    display: block;
    width: 80px;
    height: 80px;
    margin: auto;
    background: url(../imgs/icoX.png) no-repeat center
}

.index_pro_nav .lis .icon_33 {
    background-position: 0 0
}

.index_pro_nav .lis .icon_9 {
    background-position: 0 0
}

.index_pro_nav .lis .icon_10 {
    background-position: -80px 0
}

.index_pro_nav .lis .icon_11 {
    background-position: -160px 0
}

.index_pro_nav .lis .icon_12 {
    background-position: -240px 0
}

.index_pro_nav .lis .icon_13 {
    background-position: -320px 0
}

.index_pro_nav .lis .icon_14 {
    background-position: -400px 0
}

.index_pro_nav .lis .icon_15 {
    background-position: -480px 0
}

.index_pro_nav .lis .icon_17 {
    background-position: -640px 0
}

.index_pro_nav .lis .icon_50 {
    background-position: -720px 0
}

.index_pro_nav .lis .icon_34 {
    background-position: -560px 0
}

.index_pro_nav .lis .icon_16 {
    background-position: -560px 0
}

.index_pro_nav .lis .icon_35 {
    background-position: -800px 0
}

.index_pro_nav .lis p {
    line-height: 30px;
    font-size: 16px;
    font-weight: 100;
    color: #666;
    text-align: center
}

.index_pro_nav .lis:hover i {
    background-image: url(../imgs/icoX-h2.png)
}

.index_pro_nav .lis:hover p {
    color: #e6203e
}

.index_pro_nav .lis.active i {
    background-image: url(../imgs/icoX-h2.png)
}

.index_pro_nav .lis.active p {
    color: #e6203e
}

.index_pro_nav .pipe {
    float: left;
    width: 0;
    height: 75px;
    margin-top: 50px;
    border-left: 1px dashed #cccccc;
}

.index_pro_nav .pipeX {
    float: left;
    width: 0;
    height: 180px;
    margin-top: 0;
    border-left: 1px solid #cccccc;
}





.title01 {
    line-height: 1.5
}

.title01 .t1 {
    color: #333333;
    font-size: 24px
}

.title01 .t2 {
    color: #999999;
    font-size: 16px;
    font-weight: 100
}





/*advantages*/

.advantages {
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
    background-color: #f6f6f6
}

.advantages .box {
    position: relative
}

.advantages .box .readmore {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 16px;
    font-size: 14px;
    color: #999999;
    font-weight: 100
}

.advantages .box .readmore i {
    float: left;
    width: 80px;
    height: 1px;
    background-color: #999999;
    margin-right: 10px;
    margin-top: 7px;
}

.advantages .box .pageState {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    font-weight: 100
}

.advantages .box .pageState span {
    font-size: 18px;
    color: #666666
}

.advantages .adv_li {
    float: left;
    margin-left: -145px;
    width: 300px;
    padding-right: 40px;
    padding-left: 145px;
    height: 455px;
    padding-top: 25px;
    background-color: #ffffff;
    overflow: hidden;
    cursor: pointer;
}

.advantages .adv_li .uls {
    margin-top: 15px;
    border-top: 1px solid #e5e5e5
}

.advantages .adv_li .uls li {
    margin-top: 20px;
    padding-left: 25px;
    position: relative;
    left: 0;
}

.advantages .adv_li .uls li .t1 {
    margin-top: 20px;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.advantages .adv_li .uls li .t2 {
    color: #999999;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.advantages .adv_li .uls li:after {
    content: '';
    position: absolute;
    right: 100%;
    margin-right: -6px;
    top: 12px;
    width: 182px;
    height: 7px;
    background: url(../imgs/d1.png) no-repeat right center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.advantages .adv_li .uls li.on:after {
    background-image: url(../imgs/d2.png)
}

.advantages .adv_li .uls li.on .t1,

.advantages .adv_li .uls li.on .t2 {
    color: #e6203e
}





.advantages .adv_ul {
    float: left;
    width: 860px;
    position: relative;
}

.advantages .adv_ul .uli {
    position: absolute;
    left: 0;
    top: 0;
    width: 860px;
    height: 480px;
    z-index: 2;
}

.advantages .adv_ul .uli .in {
    position: relative;
    width: 860px;
    height: 480px
}

.advantages .adv_ul .uli .pic {
    width: 600px;
    height: 480px;
    opacity: 0
}

.advantages .adv_ul .uli .pic img {
    width: 600px;
    height: 480px;
}

.advantages .adv_ul .uli .txt {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 110px;
    width: 340px;
    height: 230px;
    padding: 30px 25px 0;
    background-color: #ffffff;
    opacity: 0
}

.advantages .adv_ul .uli .txt .t {
    font-size: 16px;
    color: #333;
    font-weight: 700
}

.advantages .adv_ul .uli .txt .p {
    width: 340px;
    height: 120px;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden
}

.advantages .adv_ul .uli .txt .rm {
    display: block;
    margin-top: 15px;
    width: 120px;
    line-height: 33px;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    text-align: center;
    color: #999;
    font-weight: 100
}

.advantages .adv_ul .uli .txt .rm:hover {
    color: #fff;
    background-color: #e6203e;
    border-color: #e6203e
}

.advantages .adv_ul .uli.active {
    z-index: 3
}

.advantages .adv_ul .uli.active .pic,

.advantages .adv_ul .uli.active .txt {
    opacity: 1
}



/*news_item*/

.news_item {
    padding: 60px 0 80px
}

.news_item .lefts {
    float: left;
    width: 600px;
    overflow: hidden
}

.news_item .tops {
    margin-left: -40px;
    margin-top: 30px
}

.news_item .tops dl {
    float: left;
    margin-left: 40px;
    width: 280px
}

.news_item .tops dl .pic {
    width: 278px;
    height: 198px;
    border: 1px solid #e5e5e5;
    overflow: hidden
}

.news_item .tops dl .pic img {
    width: 278px;
}

.news_item .tops dl .con {
    margin-top: 10px
}

.news_item .tops dl .con .t {
    width: 280px;
    height: 50px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_item .tops dl .con .p {
    margin-top: 5px;
    width: 280px;
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_item .tops dl .con .d {
    margin-top: 20px;
    width: 280px;
    height: 30px;
    line-height: 30px;
    color: #999;
    background-color: #fff;
}

.news_item .tops dl .con .d a {
    display: block;
    width: 280px;
    height: 30px;
}

.news_item .tops dl .con .d span {
    float: left;
    margin-left: 0;
}

.news_item .tops dl .con .d i {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    background: url(../imgs/0-02.png) no-repeat -20px 0;
}

.news_item .tops dl:hover .t {
    color: #e6203e
}

.news_item .tops dl:hover .d {
    background-color: #e6203e
}

.news_item .tops dl:hover .d span {
    color: #ffffff;
    margin-left: 10px;
}

.news_item .tops dl:hover .d i {
    background-position: 0 0;
    margin-right: 10px
}



.news_item .rights {
    float: right;
    width: 540px;
    overflow: hidden
}

.news_item .tit {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
}

.news_item .tit .rm {
    float: right;
    padding-right: 18px;
    margin-top: 10px;
    color: #999;
    font-weight: 100;
    font-size: 14px;
    background: url(../imgs/rm.png) no-repeat right center
}

.news_item .uls {
    margin-top: 15px;
}

.news_item .uls li {
    padding: 13px 0;
    border-bottom: 1px solid #e5e5e5
}

.news_item .uls li .t {
    height: 30px;
    line-height: 30px;
    width: 540px;
    font-size: 16px
}

.news_item .uls li .t span {
    float: left;
    width: 70px;
    font-weight: 700;
    color: #333
}

.news_item .uls li .p {
    width: 470px;
    padding-left: 70px;
    height: 0;
    line-height: 25px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_item .uls li.on .t {
    color: #e6203e
}

.news_item .uls li.on .t span {
    color: #e6203e
}

.news_item .uls li.on .p {
    height: 50px;
    color: #e6203e
}







/*about*/

.about_01 {
    margin-top: 60px
}

.about_01 .lefts {
    width: 550px;
    float: left
}

.about_01 .rights {
    width: 600px;
    float: right
}

.about_01 .lefts h2 {
    color: #333;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 100
}

.about_01 .lefts h3 {
    color: #333;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 100;
    margin: 20px 0
}

.about_01 .lefts p {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    font-weight: 100
}



.culuture {
    margin-top: 40px
}

.culuture p {
    text-align: center;
    font-weight: 100
}



.mission {
    margin-top: 40px;
    padding-top: 50px;
    height: 400px;
    background: url(../imgs/0-16.jpg) no-repeat center
}

.mission .box {
    width: 670px;
    padding: 35px 100px;
    margin: 80px auto 0;
    text-align: center;
    background: url(../imgs/bg.png)
}

.mission .box h2 {
    font-size: 24px;
    color: #e6203e;
    margin-bottom: 15px;
    font-weight: 400
}

.mission .box p {
    font-size: 16px;
    font-weight: 100
}



.gene {
    margin-top: 50px
}

.gene .lis {
    margin-top: 30px;
    width: 1200px
}

.gene .lis img {
    width: 580px;
    height: 220px
}

.gene .lis .con {
    width: 580px;
    height: 220px
}

.gene .lis .con .in {
    width: 580px;
    height: 220px;
    display: table-cell;
    vertical-align: middle
}

.gene .lis .con h3 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.gene .lis .con h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #ccc
}

.gene .lis .con .p {
    line-height: 25px;
    color: #999
}







.terminal {
    margin-top: 60px;
    padding: 50px 0;
    background-color: #f2f2f2
}

.terminal .picScroll-left {
    width: 1200px;
    height: 360px;
    overflow: hidden;
    position: relative;
    margin-top: 35px
}

.terminal .picScroll-left .hd {
    overflow: hidden;
    height: 70px;
    background: url(../imgs/0-08.png) no-repeat center bottom;
    padding: 0 10px;
    margin-top: 45px;
    text-align: center
}

.terminal .picScroll-left .hd .prev,
.terminal .picScroll-left .hd .next {
    display: inline-block;
    width: 50px;
    height: 70px;
    margin: 0 75px;
    overflow: hidden;
    cursor: pointer;
    background: url(../imgs/0-09.png) no-repeat 0 -70px;
}

.terminal .picScroll-left .hd .next {
    background-position: -50px -70px;
}

.terminal .picScroll-left .hd .prevStop {
    background-position: 0 0;
}

.terminal .picScroll-left .hd .nextStop {
    background-position: -50px 0;
}

.terminal .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.terminal .picScroll-left .bd ul li {
    margin-right: 40px;
    float: left;
    width: 270px;
    height: 245px;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.terminal .picScroll-left .bd ul li .pic {
    width: 270px;
    height: 200px;
    text-align: center;
}

.terminal .picScroll-left .bd ul li .pic img {
    width: 268px;
    height: 198px;
    display: block;
    border: 1px solid #e5e5e5;
}

.terminal .picScroll-left .bd ul li .title {
    line-height: 45px;
    height: 45px;
}







.big-event {
    padding: 50px 0
}

.big-event .swiper2 {
    width: 900px;
    margin: auto;
    padding-right: 60px;
    height: 430px;
    margin-top: 50px
}

.big-event .swiper2 .swiper-slide {
    position: relative;
    text-align: left;
    height: auto;
    padding: 15px 0;
    overflow: hidden
}

.big-event .swiper2 .swiper-slide .year {
    float: left;
    width: 95px;
    line-height: 35px;
    font-size: 14px
}

.big-event .swiper2 .swiper-slide .year b {
    color: #e6203e;
    font-weight: 700;
    font-size: 20px;
    margin-right: 5px
}

.big-event .swiper2 .swiper-slide .dot {
    position: absolute;
    left: 95px;
    top: 0;
    width: 15px;
    height: 100%;
}

.big-event .swiper2 .swiper-slide .dot:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 3px;
    top: 28px;
    width: 9px;
    height: 9px;
    background-color: #999999;
    border-radius: 100%
}

.big-event .swiper2 .swiper-slide .dot:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 7px;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 1px solid #cccccc;
}

.big-event .swiper2 .swiper-slide.li1 .dot:after {
    top: 30px;
}

.big-event .swiper2 .swiper-slide:last-child .dot:after {
    top: auto;
    bottom: 30px;
}

.big-event .swiper2 .swiper-slide-active .dot:before {
    left: 0;
    top: 25px;
    background-color: #ffffff;
    border: 3px solid #e6203e
}

.big-event .swiper2 .swiper-slide .txt {
    float: left;
    margin-left: 30px;
    width: 650px;
    line-height: 35px;
    font-size: 16px
}











.service {
    padding: 60px 0;
    background-color: #f2f2f2
}

.service .box {
    margin-left: -40px
}

.service dl {
    float: left;
    margin-left: 40px;
    margin-top: 40px;
    width: 268px;
    height: 223px;
    padding-top: 45px;
    text-align: center;
    font-weight: 100;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service dl i {
    display: block;
    margin: auto;
    width: 80px;
    height: 80px;
    background: url(../imgs/0-13.png) no-repeat;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service dl .ico_01 {
    background-position: 0 0;
}

.service dl .ico_02 {
    background-position: -80px 0;
}

.service dl .ico_03 {
    background-position: -160px 0;
}

.service dl .ico_04 {
    background-position: -240px 0;
}

.service dl .ico_05 {
    background-position: 0 -80px;
}

.service dl .ico_06 {
    background-position: -80px -80px;
}

.service dl .ico_07 {
    background-position: -160px -80px;
}

.service dl .ico_08 {
    background-position: -240px -80px;
}

.service dl .p1 {
    font-size: 16px;
    color: #333333;
    margin-top: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service dl .p2 {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service dl:hover {
    background-color: #e6203e;
    border-color: #e6203e
}

.service dl:hover i {
    background-image: url(../imgs/0-13-h.png)
}

.service dl:hover .p1,

.service dl:hover .p2 {
    color: #ffffff;
}



.contact {
    margin-top: 60px;
}

.contact .map {
    float: left;
    width: 718px;
    border: 1px solid #e5e5e5
}

.contact .con {
    float: right;
    width: 420px;
}

.contact .con .qrs {
    margin-bottom: 30px
}

.contact .con .qrs dl {
    float: left;
    margin-right: 35px
}

.contact .con .qrs dl img {
    display: block;
    width: 98px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff
}

.contact .con .qrs dl p {
    margin-top: 5px;
    text-align: center;
    color: #999
}

.contact .con .p1 {
    margin-bottom: 20px;
    color: #333333;
    font-size: 22px
}

.contact .con .p2 {
    margin-top: 12px;
    color: #666666;
    font-size: 16px
}









.feedback {
    margin-top: 60px;
}

.feedback .pic {
    float: right;
    width: 538px;
    border: 1px solid #e5e5e5;
    overflow: hidden
}

.feed {
    float: left;
    width: 602px;
}

.feed .inl {
    margin-bottom: 15px;
}

.feed .inl .tit {
    font-size: 16px;
    color: #333
}

.feed .inl .tit span {
    margin-left: 10px;
    font-size: 12px;
    color: #999;
}

.feed .inl .lis {
    margin-top: 5px;
    padding: 12px 20px;
    width: 560px;
    font-size: 0;
    border: 1px solid #ddd;
    background-color: #ffffff
}

.feed .inl .lis input {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    border: none
}

.feed .inl .lis textarea {
    width: 100%;
    height: 75px;
    line-height: 25px;
    font-size: 14px;
    border: none;
    resize: none;
}

.feed .inl .yzm {
    float: left;
    width: 320px;
    padding: 0;
    padding-left: 20px;
    font-size: 0;
    background-color: none
}

.feed .inl .yzm input {
    float: left;
    width: 200px;
    height: 40px;
    line-height: 40px;
}

.feed .inl .yzm img {
    float: right;
    width: 100px;
    height: 40px;
}

.feed .btns {
    width: 200px;
    height: 40px;
    margin: auto;
    margin-left: 20px;
    margin-top: 5px;
    float: left;
}

.feed .btns button {
    width: 200px;
    height: 42px;
    background-color: #e6203e;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer
}







.advs {
    padding: 55px 0 80px;
    background: url(../imgs/0-04.png) no-repeat center top;
    background-color: #f2f2f2
}

.advs .box {
    position: relative;
    height: 940px;
    background: url(../imgs/0-05.png) no-repeat center 150px
}

.advs .box .txt {
    position: absolute
}

.advs .box .txt .t {
    color: #e6203e;
    font-size: 20px
}

.advs .box .txt .c {
    margin-top: 5px;
    color: #666666;
    font-size: 14px
}

.advs .box .txt .p {
    margin-top: 5px;
    color: #666666;
    font-size: 14px;
    font-weight: 100;
    line-height: 24px
}

.advs .box .txt_1 {
    width: 500px;
    top: 0;
    left: 50%;
    margin-left: -250px
}

.advs .box .txt_2 {
    width: 290px;
    top: 550px;
    left: 0;
}

.advs .box .txt_3 {
    width: 290px;
    top: 550px;
    right: 0;
}

.advs .box .txt_4 {
    width: 290px;
    bottom: 0;
    left: 0;
}

.advs .box .txt_5 {
    width: 290px;
    bottom: 0;
    right: 0;
}





.strategy {
    margin-top: 50px
}

.strategy .box {
    margin-left: -60px
}

.strategy dl {
    float: left;
    margin-left: 60px;
    margin-top: 50px;
    width: 320px;
    height: 270px;
    padding: 70px 20px 0;
    text-align: center;
    font-weight: 100;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .12);
    border-radius: 10px;
    overflow: hidden
}

.strategy dl i {
    display: block;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url(../imgs/0-06.png) no-repeat;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.strategy dl .ico_01 {
    background-position: 0 0;
}

.strategy dl .ico_02 {
    background-position: -100px 0;
}

.strategy dl .ico_03 {
    background-position: -200px 0;
}

.strategy dl .ico_04 {
    background-position: 0 -100px;
}

.strategy dl .ico_05 {
    background-position: -100px -100px;
}

.strategy dl .ico_06 {
    background-position: -200px -100px;
}

.strategy dl .p1 {
    font-size: 16px;
    color: #e6203e;
    margin-top: 35px
}

.strategy dl .p2 {
    font-size: 14px;
    color: #999999;
    margin-top: 15px
}

.strategy dl:hover i {
    background-image: url(../imgs/0-06-h.png);
}





.extension {
    margin-top: 60px;
}

.extension table {
    width: 100%
}

.extension table td {
    padding: 25px 0;
}

.extension table td .t {
    height: 55px;
    overflow: hidden
}

.extension table td .t b {
    float: left;
    width: 60px;
    line-height: 55px;
    height: 55px;
    font-size: 48px;
    color: #e6203e;
    font-family: "impact22";
}

.extension table td .t span {
    float: left;
    line-height: 30px;
    height: 30px;
    margin-top: 25px;
}

.extension table td .p {
    font-size: 16px;
    color: #333
}









.support {
    padding: 50px 0;
    background-color: #f2f2f2
}

.support .picScroll-left {
    width: 1200px;
    height: 485px;
    overflow: hidden;
    position: relative;
    margin-top: 35px
}

.support .picScroll-left .hd {
    overflow: hidden;
    height: 70px;
    background: url(../imgs/0-08.png) no-repeat center bottom;
    padding: 0 10px;
    margin-top: 45px;
    text-align: center
}

.support .picScroll-left .hd .prev,
.support .picScroll-left .hd .next {
    display: inline-block;
    width: 50px;
    height: 70px;
    margin: 0 75px;
    overflow: hidden;
    cursor: pointer;
    background: url(../imgs/0-09.png) no-repeat 0 -70px;
}

.support .picScroll-left .hd .next {
    background-position: -50px -70px;
}

.support .picScroll-left .hd .prevStop {
    background-position: 0 0;
}

.support .picScroll-left .hd .nextStop {
    background-position: -50px 0;
}

.support .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.support .picScroll-left .bd ul li {
    margin-left: 60px;
    float: left;
    width: 320px;
    height: 370px;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.support .picScroll-left .bd ul li .pic {
    width: 320px;
    height: 240px;
    text-align: center;
}

.support .picScroll-left .bd ul li .pic img {
    width: 318px;
    height: 238px;
    display: block;
    border: 1px solid #e5e5e5;
}

.support .picScroll-left .bd ul li .tit {
    margin-top: 15px;
    line-height: 30px;
    height: 30px;
    color: #333;
    font-size: 18px
}

.support .picScroll-left .bd ul li .txt {
    margin-top: 20px;
    line-height: 25px;
    height: 50px;
    color: #999;
    font-size: 14px;
    overflow: hidden
}











.process {
    padding: 60px 0;
    border-bottom: 1px solid #e5e5e5
}

.process .box {
    margin-top: 55px
}

.process .lis {
    float: left;
    width: 140px;
}

.process .lis i {
    display: block;
    position: relative;
    width: 138px;
    height: 138px;
    border: 1px solid #e5e5e5;
    border-radius: 100%
}

.process .lis i:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background: url(../imgs/0-10.png) no-repeat;
}

.process .lis .ico_01:after {
    background-position: 0 0
}

.process .lis .ico_02:after {
    background-position: -80px 0
}

.process .lis .ico_03:after {
    background-position: -160px 0
}

.process .lis .ico_04:after {
    background-position: -240px 0
}

.process .lis .ico_05:after {
    background-position: -320px 0
}

.process .lis .ico_06:after {
    background-position: -400px 0
}

.process .lis p {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 15px
}

.process .lis:hover i {
    background-color: #e6203e;
    border-color: #e6203e
}

.process .lis:hover i:after {
    background-image: url(../imgs/0-11.png)
}

.process .dot {
    float: left;
    position: relative;
    margin-top: 55px;
    width: 72px;
    height: 30px;
    line-height: 30px;
    color: #999;
    text-align: center
}

.process .dot:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    border-top: 1px solid #e5e5e5
}







.apply {
    padding: 50px 0
}

.apply .box {
    width: 802px;
    margin: auto;
    margin-top: 60px;
}

.apply .inl2 {
    width: 362px
}

.apply .inl {
    margin-top: 20px;
}

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

.apply .lis {
    margin-top: 10px;
    padding: 12px 20px;
    width: 760px;
    font-size: 0;
    border: 1px solid #ddd;
    background-color: #ffffff
}

.apply .inl2 .lis {
    width: 320px
}

.apply .lis input {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    border: none
}

.apply .lis textarea {
    width: 100%;
    height: 75px;
    line-height: 25px;
    font-size: 14px;
    border: none;
    resize: none;
}

.apply .inl .yzm {
    float: left;
    width: 320px;
    padding: 0;
    padding-left: 20px;
    font-size: 0;
    background-color: none
}

.apply .inl .yzm input {
    float: left;
    width: 200px;
    height: 40px;
    line-height: 40px;
}

.apply .inl .yzm img {
    float: right;
    width: 100px;
    height: 40px;
}

.apply .btns {
    width: 200px;
    height: 40px;
    margin: auto;
    margin-left: 20px;
    margin-top: 10px;
    float: left;
}

.apply .btns button {
    width: 200px;
    height: 42px;
    background-color: #e6203e;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer
}













/*news*/

.newscontent {
    width: 100%;
    margin-top: 50px;
    overflow: hidden
}



.news-nav {
    width: 100%;
    height: 27px;
    border-bottom: 1px solid #e5e5e5
}

.news-nav a {
    float: left;
    height: 25px;
    line-height: 16px;
    margin-right: 40px;
    font-size: 16px;
    color: #999999;
    font-weight: 100
}

.news-nav a.active {
    border-bottom: 3px solid #e6203e;
    color: #e6203e
}

.news-nav a:hover {
    color: #e6203e
}



.news-left {
    width: 860px;
    float: left
}

.news-lists li {
    width: 860px;
    height: 150px;
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5
}

.news-lists li .date {
    position: relative;
    margin-left: 0;
    float: left;
    text-align: center;
    line-height: 1.4;
    margin-top: 40px;
    width: 100px;
    padding-left: 20px;
    color: #666;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-lists li .date .md {
    font-size: 30px
}

.news-lists li .date .yy {
    font-size: 16px
}

.news-lists li .date:after {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 100%;
    margin-right: -6px;
    content: '';
    width: 130px;
    height: 7px;
    background: url(../imgs/d1.png) no-repeat right center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-lists li .pic {
    float: left;
    margin-left: 45px;
    width: 198px;
    height: 148px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.news-lists li .pic img {
    width: 198px;
    height: 148px;
}

.news-lists li .con {
    float: right;
    width: 440px;
    height: 150px;
    position: relative
}

.news-lists li .con .tit {
    width: 440px;
    height: 20px;
    line-height: 20px
}

.news-lists li .con .tit a {
    font-size: 16px;
    color: #333333
}

.news-lists li .con .txt {
    margin-top: 34px;
    padding-top: 14px;
    height: 56px;
    line-height: 28px;
    color: #999999;
    border-top: 1px solid #e5e5e5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-lists li .con .txt a {
    color: #999999
}

.news-lists li .con .infos {
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
    color: #999;
    font-weight: 100;
    font-size: 14px
}

.news-lists li .con .infos span {
    float: left;
    margin-right: 15px;
    background: url(../imgs/0-25.png) no-repeat left center;
    padding-left: 30px
}

.news-lists li .con .infos label {
    float: left;
    background: url(../imgs/0-26.png) no-repeat left center;
    padding-left: 30px
}

.news-lists li .con .infos a:hover {
    color: #e6203e
}

.news-lists li:hover .tit a {
    color: #e6203e
}

.news-lists li:hover .txt {
    border-color: #e6203e
}

.news-lists li:hover .txt a {
    color: #e6203e
}

.news-lists li:hover .date {
    color: #e6203e;
    margin-left: 30px
}

.news-lists li:hover .date:after {
    background-image: url(../imgs/d2.png)
}



.relevantnews {
    float: right;
    width: 300px
}

.relevantnews h2 {
    position: relative;
    width: 285px;
    height: 27px;
    padding-left: 15px;
    line-height: 16px;
    font-size: 16px;
    color: #333;
    font-weight: 100;
    border-bottom: 1px solid #e5e5e5
}

.relevantnews h2:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 3px;
    height: 28px;
    background-color: #e6203e
}

.relevantnews ul {
    width: 300px;
}

.relevantnews ul .lis {
    width: 300px;
    padding: 19px 0;
    border-bottom: 1px solid #e7e7e7
}

.relevantnews ul .lis .con .tit {
    padding-left: 25px;
    width: 275px;
    position: relative;
    line-height: 20px;
    color: #333333;
    font-size: 16px;
}

.relevantnews ul .lis .con .tit a {
    color: #333333;
    font-size: 16px;
}

.relevantnews ul .lis .con .tit:after {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #999999;
    left: 0;
    top: 7px;
    border-radius: 50%;
    content: '';
}

.relevantnews ul .lis .con .date {
    padding-left: 25px;
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    font-weight: 100
}

.relevantnews ul .lis .tit a:hover {
    color: #e6203e
}

.relevantnews ul .lis .tit:hover:after {
    background-color: #e6203e
}







.news_main {
    width: 860px;
}

.news_main .news-title {
    position: relative;
    z-index: 999;
    border-bottom: 1px solid #dcdcdc
}

.news_main .news-title .title {
    width: 760px;
    font-size: 24px;
    color: #333;
    line-height: 1.4;
    ;
    font-weight: 400
}

.news_main .news-title .date {
    width: 860px;
    font-size: 14px;
    color: #999;
    line-height: 1.4;
    padding: 15px 0;
}



.newscontent .news-main {
    padding: 15px 0;
    color: #666;
    line-height: 1.8;
    font-size: 14px;
}

.newscontent .news-main img {
    max-width: 100% !important;
    height: auto !important;
}

.newscontent .otherxx {
    padding: 15px 0;
}





.m-ewm {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 5px;
    width: 53px;
    height: 53px;
    background: url(../imgs/m.png) no-repeat center;
}

.m-ewm .mb {
    position: relative;
    width: 53px;
    height: 53px;
}

.m-ewm .showewm {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    height: 245px;
    padding: 15px;
    text-align: center;
    border: 1px solid #efefef;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.m-ewm .showewm img {
    width: 180px
}

.m-ewm .showewm .code {
    display: block;
    margin: auto;
    width: 150px;
    height: 150px;
}

.m-ewm .showewm p {
    display: block;
    margin: auto;
    margin-top: 10px;
    line-height: 1.6;
    font-size: 12px;
    color: #666666
}

.m-ewm .showewm p span {
    color: #0068b7
}

.m-ewm:hover .showewm {
    display: block;
}









.pro_center {
    background-color: #f2f2f2
}

.pro_nav {
    width: 1200px;
    height: 134px;
    background-color: #ffffff;
    overflow: hidden
}

.pro_nav ul {
    width: 1200px;
    height: 134px;
    margin-left: -6px
}

.pro_nav ul li {
    float: left;
    width: 120px;
    height: 134px;
}

.pro_nav ul li a {
    display: block;
    width: 120px;
    height: 124px;
    padding-top: 10px
}

.pro_nav ul li i {
    display: block;
    width: 80px;
    height: 80px;
    margin: auto;
    background: url(../imgs/ico.png) no-repeat center
}

.pro_nav ul li .icon-xyyj {
    background-position: 0 0
}

.pro_nav ul li .icon-rqz {
    background-position: -80px 0
}

.pro_nav ul li .icon-xdg {
    background-position: -160px 0
}

.pro_nav ul li .icon-rqrsq {
    background-position: -240px 0
}

.pro_nav ul li .icon-drsq {
    background-position: -320px 0
}

.pro_nav ul li .icon-dzx {
    background-position: -400px 0
}

.pro_nav ul li .icon-xwj {
    background-position: -480px 0
}

.pro_nav ul li .icon-jcz {
    background-position: -560px 0
}

.pro_nav ul li .icon-jsq {
    background-position: -640px 0
}

.pro_nav ul li .icon-sc {
    background-position: -720px 0
}

.pro_nav ul li p {
    line-height: 30px;
    font-size: 16px;
    font-weight: 100;
    text-align: center
}

.pro_nav ul li:hover i {
    background-image: url(../imgs/ico-h2.png)
}

.pro_nav ul li:hover p {
    color: #e6203e
}

.pro_nav ul li.active {
    background-color: #e6203e
}

.pro_nav ul li.active i {
    background-image: url(../imgs/ico-h.png)
}

.pro_nav ul li.active p {
    color: #ffffff
}









.pro_list {
    margin-top: 35px
}

.pro_list ul {
    margin-left: -24px
}

.pro_list ul li {
    float: left;
    position: relative;
    width: 282px;
    height: 384px;
    text-align: center;
    margin-top: 24px;
    margin-left: 24px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pro_list ul li a {
    display: block;
    width: 282px;
    height: 384px;
}

.pro_list ul li .pic {
    width: 282px;
    height: 245px;
    display: table-cell;
    vertical-align: middle
}

.pro_list ul li .pic img {
    max-width: 282px;
    max-height: 245px;
}

.pro_list ul li .con {
    width: 242px;
    height: 98px;
    padding: 20px;
    border-top: 1px solid #e5e5e5;
}

.pro_list ul li .con .t {
    width: 242px;
    height: 20px;
    line-height: 20px;
    color: #333333;
    font-size: 20px;
    margin-top: 5px
}

.pro_list ul li .con .p {
    width: 242px;
    height: 20px;
    line-height: 20px;
    color: #999999;
    font-size: 14px;
    margin-top: 10px
}

.pro_list ul li .con .rm {
    width: 130px;
    height: 30;
    line-height: 30px;
    margin: 15px auto;
    color: #e6203e;
    font-size: 12px;
    overflow: hidden;
    background: url(../imgs/rm2.png) no-repeat 105px center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pro_list ul li:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
}

.pro_list ul li:hover .rm {
    background-image: url(../imgs/rm3.png);
    background-color: #e6203e;
    color: #fff
}





.products {
    background-color: #f2f2f2
}

.pro_in {
    width: 1120px;
    padding: 40px;
    margin: auto;
    background-color: #fff
}

.products-left {
    float: left;
    width: 502px;
    position: relative;
    z-index: 99;
}

.product-pic {
    width: 500px;
    padding: 0;
    border: 1px solid #e5e5e5;
}

.fangda {
    width: 500px;
    position: relative;
    z-index: 99;
}

.fangda .fd_min_img {
    width: 500px;
    overflow: hidden;
}

.fangda .fd_min_img img {
    width: 500px;
}

.fangda .fd_mouse_m {
    display: none;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
    background: #e6203e;
    cursor: pointer;
}

.fd_max_img {
    display: none;
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: absolute;
    left: 550px;
    top: 0;
    z-index: 99;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.fd_max_img .img {
    width: auto;
    height: auto;
    position: relative;
    z-index: 10;
}





.fd_list {
    width: 502px;
    margin-top: 20px
}

.fd_list ul {
    overflow: hidden;
    zoom: 1;
}

.fd_list ul li {
    float: left;
    width: 90px;
    height: 67px;
    padding: 0;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid #ddd;
}

.fd_list ul li img {
    width: 90px;
    height: 67px;
}

.fd_list ul li.on {
    border: 1px solid #e6203e;
}





.products-right {
    float: right;
    width: 560px;
    position: relative
}

.products-right h2 {
    width: 460px;
    color: #e6203e;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400
}

.products-right .con {
    padding: 15px 0;
    color: #787878;
    border-top: 1px solid #e5e5e5;
    margin-top: 15px
}

.products-right .con img {
    max-width: 100% !important;
    height: auto !important;
}

.products-right .con .qrcode {
    margin-top: 20px
}

.products-right .con .qrcode img {
    width: 150px;
    padding: 4px;
    border: 1px solid #e5e5e5
}

.products-right .con .qrcode p {
    width: 160px;
    text-align: center;
    margin-top: 5px
}

.products-right .xx {
    margin-top: 40px;
}

.products-right .back {
    display: block;
    margin-right: 25px;
    float: left;
    width: 150px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background-color: #e6203e
}

.products-right .bdsharebuttonbox {
    margin-top: 10px
}







.product-process {
    margin-top: 50px;
}

.product-process .pro-l {
    float: left;
    width: 750px;
}

.product-process .pro-r {
    float: right;
    width: 282px;
}

.product-process .proTab {
    position: relative;
}

.product-process .tabBar {
    width: 100%;
    height: 55px;
    background-color: #f5f5f5;
    text-align: center;
}

.product-process .tabBar span {
    float: left;
    padding: 0 25px;
    height: 53px;
    line-height: 51px;
    color: #666;
    font-weight: 100;
    font-size: 16px;
    cursor: pointer;
    border-top: 2px solid #f5f5f5
}

.product-process .tabBar span.current {
    background-color: #fff;
    border-color: #e6203e
}

.product-process .tabCon {
    display: none;
    padding: 30px 0
}

.product-process .tabCon img {
    max-width: 100%;
    height: auto !important;
}



.relevant .tit {
    height: 55px;
    line-height: 55px;
    color: #666;
    font-weight: 100;
    text-align: center;
    background-color: #f5f5f5;
}

.relevant ul li {
    position: relative;
    width: 280px;
    height: 384px;
    text-align: center;
    margin-top: 24px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.relevant ul li a {
    display: block;
    width: 282px;
    height: 384px;
}

.relevant ul li .pic {
    width: 282px;
    height: 245px;
    display: table-cell;
    vertical-align: middle
}

.relevant ul li .pic img {
    max-width: 282px;
    max-height: 245px;
}

.relevant ul li .con {
    width: 242px;
    height: 98px;
    padding: 20px;
    border-top: 1px solid #e5e5e5;
}

.relevant ul li .con .t {
    width: 242px;
    height: 20px;
    line-height: 20px;
    color: #333333;
    font-size: 20px;
    margin-top: 5px
}

.relevant ul li .con .p {
    width: 242px;
    height: 20px;
    line-height: 20px;
    color: #999999;
    font-size: 14px;
    margin-top: 10px
}

.relevant ul li .con .rm {
    width: 130px;
    height: 30;
    line-height: 30px;
    margin: 15px auto;
    color: #e6203e;
    font-size: 12px;
    overflow: hidden;
    background: url(../imgs/rm2.png) no-repeat 105px center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.relevant ul li:hover {
    border-color: #e6203e
}

.relevant ul li:hover .rm {
    background-image: url(../imgs/rm3.png);
    background-color: #e6203e;
    color: #fff
}









/*********      page      ***************/

#page {
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
    margin: auto
}

.pagination {
    text-align: center;
}

.pagination>li {
    display: inline-block;
    height: 40px !important;
    border-bottom: none !important;
    padding: 0 !important;
}

.pagination>li>a,
.pagination>li>span {
    display: block;
    padding: 0 14px;
    font-size: 14px;
    margin: 0 5px;
    border: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 38px;
    line-height: 38px;
    color: #666;
}

.pagination .active span {
    background-color: #e6203e;
    border: 1px solid #e6203e;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    font-weight: bold
}

.pagination .disabled {
    color: #aaa;
}







/** prev next button ***/

.pn {
    padding-top: 10px;
    margin: auto;
    margin-top: 0;
    width: 100%;
    line-height: 1.4;
    overflow: hidden;
    border-top: 1px solid #dcdcdc;
    color: #868686
}

.pn_l {
    padding: 5px 0;
    font-size: 14px;
}

.pn_l a:hover {
    color: #e6203e;
}

.pn_r {
    padding: 5px 0;
    font-size: 14px;
}

.pn_r a:hover {
    color: #e6203e;
}