﻿@charset "utf-8";

/* CSS Document 
** author:永易搜
** URL:http://www.yongyisou.com/
** tips:CSS文件非专业勿动，编码格式为utf-8
*/
* {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

img {
    border: none;
    border: 0;
}

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

a:hover {
    color: #dd3631;
}

a:focus {
    outline: 0;
}

html {
    font: normal 14px/1.5 "microsoft yahei", tahoma, arial, sans-serif;
    background: #fff;
    overflow-x: hidden
}

body {
    background: #fff;
    color: #666;
}

input,
input:focus {
    outline: none;
    text-indent: 5px
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 14px
}

/*通用调用*/
.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*首页*/
.w {
    width: 100%;
    height: auto;
}

.w.grey {
    background: #f5f5f5
}

.clear {
    clear: both
}

.w1170 {
    width: 1170px;
    height: auto;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}

.top {
    overflow: visible;
    /* height:39px; */
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
    /* position: fixed; top: 0;left: 0;z-index: 999*/
}

.top .w1170 {
    overflow: visible;
}

.top1 {
    width: 100%;
    height: 39px;
}

.top1 .top_l {
    height: 39px;
    width: auto;
    line-height: 39px;
}

.top1 .top_r {
    height: 39px;
    width: auto;
}

.top1 .top_r a {
    display: block;
    height: 100%;
    width: 35px;
    line-height: 39px;
    padding-left: 25px;
    transition: all 0.3s
}

.top1 .top_r a.sj {
    position: relative;
    background-image: url(../images/wx_sj.png);
    background-repeat: no-repeat;
    background-position: -72px -29px;
}

.top1 .top_r a.sj:hover {
    background-position: -72px 9px;
}

.top_r .hide_mark {
    width: 120px;
    height: 120px;
    padding: 5px 6px;
    position: absolute;
    left: -35px;
    top: 50px;
    display: none;
    z-index: 99999999999999999999;
    overflow: hidden;
}

.top_r .wx {
    background-position: -50px 0;
    position: relative;
    background-image: url(../images/wx_sj.png);
    background-repeat: no-repeat;
    background-position: 0px -29px;
    margin-right: 10px;
}

.top1 .wx:hover {
    background-position: 0px 8px;
}

.top1 .top_r .right_btn {
    width: 85px;
    height: 30px;
    background: #f04d4e;
    line-height: 30px;
    color: #fff;
    border-radius: 8px;
    margin-top: 5px;
    text-align: center;
    margin-left: 20px;
    padding-left: 0;
    opacity: 0.9;
    transition: all .3s
}

.top1 .top_r .right_btn:hover {
    opacity: 1;
}

.nav_box {
    background: #fff;
}

.w1170.nav {
    overflow: visible;
}

.top2 {
    height: 110px;
    width: 100%;
}

.top2 .logo {
    width: 225px;
    height: 110px;
    overflow: hidden;
    display: block;
}

.nav_top {
    width: 594px;
    height: 110px;
    margin-left: 65px;
    /* position: relative; */
}

.nav_top li {
    width: 74px;
    height: 110px;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-right: 30px;
}

.nav_top li .nav_name {
    width: 100%;
    height: 108px;
    display: block;
    line-height: 108px;
    transition: all .5s;
}

.nav_top li .under_line {
    margin: 0 auto;
    height: 2px;
    width: 0;
    background: #dd3631;
    transition: all .5s;
}

.nav_top li:hover .under_line,
.nav_top li.on .under_line {
    width: 100%;
}

.nav_top li:last-child {
    margin-right: 0;
}

.nav_top li.product_list {
    position: relative;
}

.nav_top li.on a {
    color: #dd3631
}
.nav_top li.on a .pro_li_name {
    color: #666666;
}
.nav_top li.on a:hover .pro_li_name {
    color: #dd3631;
}
.nav_slide {
    position: absolute;
    height: 132px;
    width: 580px;
    left:
        /* -42px */
        -180px;
    top: 110px;
    display: none;
    background: #fff;
    z-index: 9999999;
	transition:all 0.5s;
}

.nav_slide.show {
    display: block;
}
.nav_top li:hover .nav_slide{ display:block;}
.nav_slide .pro_li {
    float: left;
    height: 102px;
    width: 145px;
    padding: 15px 0;
    display: block;
    cursor: pointer;
    position: relative;
}

.nav_slide .pro_li .icon_pic {
    width: 35px;
    height: 35px;
    margin: 15px auto;
    background: url(../images/nav_icons.png) no-repeat 1px 1px;
}

.nav_slide .pro_li .pro_li_name {
    height: 20px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
}

.nav_slide .pro_li .right_line {
    width: 1px;
    height: 102px;
    background: #d9d9d9;
    position: absolute;
    top: 15px;
    right: -1px;
}

.nav_slide .pro_li:hover {
    background: #f9f4f4
}
.nav_slide .pro_li:hover .right_line{
     background: #f9f4f4

}

.nav_slide .pro_li:nth-child(2) .icon_pic {
    background: url(../images/nav_icons.png) no-repeat -49px 1px;
}

.nav_slide .pro_li:nth-child(3) .icon_pic {
    background: url(../images/nav_icons.png) no-repeat -98px 1px;
}

.nav_slide .pro_li:nth-child(4) .icon_pic {
    background: url(../images/nav_icons.png) no-repeat -146px 1px;
}

.nav_slide .pro_li:nth-child(5) .icon_pic {
    background: url(../images/nav_icons.png) no-repeat -194px 1px;
}

.tel_r {
    width: 155px;
    height: 50px;
    overflow: hidden;
    background: url(../images/tel_icon.png) no-repeat 5px 36px;
    padding: 30px 0 30px 55px;
}

.tel_r .tel_text {
    height: 20px;
    line-height: 20px;
}

.tel_r .tel_num {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #dd3631
}

.banner {
    width: 100%;
    position: relative;
    height: 501px;
    overflow: hidden;
	margin-top:150px;
}

.banner .bd {
    position: relative;
    height: 605px;
    z-index: 0;
}

.banner .bd ul li {
    /* background: url(../images/banner1a.jpg) no-repeat center 0; */
    width: 100%;
    height: 501px;
    margin: 0 auto;
    position: relative;
    padding-top: 150px;
    cursor: pointer;
	
}




/* @keyframes myfirst1 {
    0% {
        top: -5px;
    }

    100% {
        top: 5px;
    }
} */



.public_title {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 60px 0 30px;
}

.public_title h2 {
    font-size: 32px;
    color: #333;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.public_title h5 {
    font-size: 16px;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.pro_intro .pro_box {
    height: 350px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.pro_intro .pro_box ul {
    width: 1200px;
    overflow: hidden;
	display:flex;
	flex-wrap:nowrap;
	justify-content: center;
}

.pro_intro .pro_box ul li {
    width: 210px;
    height: 350px;
    margin-right: 62px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    background: url(../images/bg_wave03.png) no-repeat 0 0;
    position: relative;
    transition-duration: 500ms;
    animation: zoomIn 1 1.2s
}

.pro_intro .pro_box ul li .top_pic {
    width: 131px;
    height: 131px;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 131px;
}



.pro_intro .pro_box ul li .pro_name {
    width: 100%;
    text-align: center;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.pro_intro .pro_box ul li .intro_text {
    margin: 60px auto 0;
    width: 190px;
    height: 75px;
    overflow: hidden;
    line-height: 25px
}

.pro_intro .pro_box ul li .bottom_btn {
    width: 210px;
    height: 131px;
    background: url(../images/bg_wave.png) no-repeat 0 0;
    background-size: 210px 131px;
    position: absolute;
    left: 0;
    top: 350px;
    transition: all .5s;
}

.pro_intro .pro_box ul li .detail_btn {
    width: 136px;
    height: 36px;
    border-radius: 10px;
    line-height: 36px;
    text-align: center;
    display: block;
    color: #f04d4e;
    font-size: 16px;
    background: #fff;
    margin: 67px auto 0;
}

.pro_intro .pro_box ul li:hover .bottom_btn {
    top: 219px;
}

.case {
    position: relative;
}

.case_box {
    width: 100%;
    height: auto;
    margin-top: 60px;
    position: relative;
}

.case_box ul {
    width: 1208px;
    overflow: hidden;
}

.case_box ul li {
    width: 264px;
    height: 264px;
    float: left;
    overflow: hidden;
    margin: 0 38px 40px 0;
    transition-duration: 500ms;
    animation: zoomIn 1 1.2s
}

.case_box ul li .case_pic {
    width: 264px;
    height: 264px;
    overflow: hidden;
}

.case_box ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.case_box ul li .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 264px;
    height: 264px;
    background-image: url(../images/icon_pic1.png);
    background-repeat: no-repeat;
    background-position: center 36%;
    background-size: 63px 51px;
    /* background-color: rgb(252, 110, 75) */
    ;
    opacity: 0.9;
    transition: all .3s;
}

.case_box ul li .cover p {
    width: 100%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 18px;
    margin-top: 56%;
    transition: all .3s;
}

.case_box ul li:hover .cover {
    left: 210px;
    top: 210px;
    width: 54px;
    height: 54px;
    background-size: 30px 24px;
	overflow:hidden;
}

.case_box ul li:hover .cover p {
    font-size: 11px;
}

.case_box ul li:first-child .cover {
    background-image: url(../images/icon_pic1.png);
}

.case_box ul li:nth-child(2) .cover {
    background-image: url(../images/icon_pic2.png);
}

.case_box ul li:nth-child(3) .cover{
    background-image: url(../images/icon_pic3.png);
}

.case_box ul li:nth-child(4) .cover {
    background-image: url(../images/icon_pic4.png);
}

.case_box ul li:nth-child(5) .cover {
    background-image: url(../images/icon_pic5.png);
}
.case_box ul li:nth-child(6) .cover {
    background-image: url(../images/icon_pic6.png);
}
.case_box ul li:nth-child(7) .cover {
    background-image: url(../images/icon_pic7.png);
}
.case_box ul li:nth-child(8) .cover {
    background-image: url(../images/icon_pic8.png);
}
.case_box ul li:nth-child(2n-1) .cover {
    background-color: rgb(252, 110, 75);
}

.case_box ul li:nth-child(2n) .cover {
    background-color: rgb(113, 184, 176);
}

.case_box ul li:nth-child(2n) .cover p {
    color: #333;
}

.btns {
    width: 342px;
    height: 38px;
    margin: 20px auto 60px;
}

.find_more {
    display: block;
    width: 138px;
    height: 38px;
    border-radius: 9px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.find_more .red_btn {
    width: 100%;
    height: 100%;
    background: #f04d4e;
    font-size: 16px;
    color: #fff
}

.find_more .btn_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    opacity: 0.1;
    transition: all .3s
}

.find_more:hover {
    color: #fff;
}

.find_more:hover .btn_cover {
    top: 38px;
}

.title_cover {
    width: 265px;
    height: 339px;
    background: url(../images/upside_pic.png) no-repeat center 0;
    position: absolute;
    left: 453px;
    top: 120px;
    transition-duration: 500ms;
    animation: zoomIn 1 1.2s
}

.title_cover .public_title {
    margin-top: 120px;
}

.pro_features {
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.pro_features ul li {
    width: 390px;
    height: 230px;
    overflow: hidden;
    float: left;
}

.pro_features ul li .pic_l {
    width: 118px;
    height: 118px;
    overflow: hidden;
    border-radius: 59px;
}

.pro_features ul li .pic_l img {
    display: block;
    width: 118px;
    height: 118px;
}

.pro_features ul li .intro_r {
    width: 260px;
}

.pro_features ul li .intro_r .intro_title {
    height: 60px;
    line-height: 60px;
    width: 100%;
    font-size: 21px;
    color: #333;
}

.pro_features ul li .intro_r .intro_content {
    height: 125px;
    line-height: 25px;
    width: 100%;
}

.pro_features ul li .intro_r a {
    display: block;
    width: 132px;
    height: 34px;
    border: 1px solid #e6e6e6;
    background: #f8f8f8;
    border-radius: 8px;
    text-align: center;
    line-height: 34px;
    margin-top: 35px;
    transition: .5s
}

.pro_features ul li:hover .intro_r a {
    background: #f04d4e;
    color: #fff
}

.btns_box {
    width: 115px;
    height: 40px;
    margin: 40px auto 60px;
}

.btns_box .prev_btn,
.btns_box .next_btn {
    width: 38px;
    height: 38px;
    border: 1px solid #e6e6e6;
}

.btns_box .next_btn {
    display: block;
    background: url(../images/pro_next_btn.png) no-repeat -20px -28px;
    border: 1px solid #333;
    cursor: pointer;
}

.btns_box .prev_btn {
    background: url(../images/pro_next_btn.png) no-repeat 12px 8px;
    cursor: text;
}

.btns_box .next_btn:hover {
    background: url(../images/pro_next_btn.png) no-repeat -20px 8px;
    border: 1px solid #f04d4e;
    background-color: #f04d4e;
}

.news_container {
    height: 480px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.news_container .news_box {
    float: left;
    width: 356px;
    height: 480px;
    overflow: hidden;
    margin-right: 51px;
}

.news_container .news_box:last-child {
    margin-right: 0;
}

.news_container .news_box .bg_pic {
    width: 356px;
    height: 200px;
    overflow: hidden;
}

.news_container .news_box .bg_pic img {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.news_container .news_box .bg_pic:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.news_container .news_box .news_type {
    height: 60px;
    width: 100%;
    line-height: 60px;
    color: #333;
    font-size: 20px;
}

.news_container .news_box .news_list {
    width: 100%;
    height: 160px;
    margin-bottom: 22px;
    overflow: hidden;
}

.news_container .news_box .news_list li {
    height: 40px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
}

.news_container .news_box .news_list li .news_title {
    width: 250px;
    height: 100%;
    overflow: hidden;
}

.news_container .news_box .news_list li .news_time {
    width: 106px;
    height: 100%;
    overflow: hidden;
    text-align: right;
}

.apply {
    height: 576px;
    background: #ffeabe;
    padding-top: 70px
}

.apply .w1170 {
    overflow: visible;
    position: relative;
}

.apply .animation {
    width: 570px;
    height: 500px;
    background: url(../images/donghua/main_pic.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 15px;
}

.apply .wheel1 {
    position: absolute;
    width: 54px;
    height: 54px;
    background: url(../images/donghua/1-4.png) no-repeat center;
    left: 168px;
    top: 340px;
    animation: rotate-a 5s linear 0.5s infinite normal both;
}

.apply .wheel2 {
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(../images/donghua/1-1.png) no-repeat center;
    left: 300px;
    top: 350px;
    animation: rotate-b 5s linear 0.5s infinite normal both;
}

.apply .wheel3 {
    position: absolute;
    width: 54px;
    height: 54px;
    background: url(../images/donghua/1-5.png) no-repeat center;
    left: 390px;
    top: 340px;
    animation: rotate-c 5s linear 0.5s infinite normal both;
}

.apply .wheel4 {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(../images/donghua/1-2.png) no-repeat center;
    left: 240px;
    top: 250px;
    animation: rotate-d 5s linear 0.5s infinite normal both;
}

.apply .wheel5 {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(../images/donghua/1-3.png) no-repeat center;
    left: 370px;
    top: 210px;
    animation: rotate-e 5s linear 0.5s infinite normal both;
}

.apply .wheel6 {
    position: absolute;
    width: 38px;
    height: 38px;
    background: url(../images/donghua/1-6.png) no-repeat center;
    left: 405px;
    top: 90px;
    animation: rotate-f 5s linear 0.5s infinite normal both;
}

.apply .cloud1 {
    width: 186px;
    height: 56px;
    background: url(../images/donghua/yun-4.png) no-repeat center;
    position: absolute;
    left: -120px;
    top: 40px;
    animation: could-a 30s infinite linear alternate;
}

.apply .cloud2 {
    width: 198px;
    height: 60px;
    background: url(../images/donghua/yun-2.png) no-repeat center;
    position: absolute;
    left: 500px;
    top: 20px;
    animation: could-b 15s infinite linear alternate;
}

.apply .cloud3 {
    width: 220px;
    height: 84px;
    background: url(../images/donghua/yun-3.png) no-repeat center;
    position: absolute;
    left: 1260px;
    top: 40px;
    animation: could-c 20s infinite linear alternate;
}

.apply .cloud4 {
    width: 158px;
    height: 54px;
    background: url(../images/donghua/yun-1.png) no-repeat center;
    position: absolute;
    left: 1240px;
    top: 200px;
    animation: could-d 15s infinite linear alternate;
}


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

    100% {
        transform: scale(1.2);
    }
}

@keyframes rotate-a {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotate-b {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotate-c {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-d {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-e {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotate-f {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes could-a {
    from {
        left: -120px;
    }

    to {
        left: -30px
    }
}

@keyframes could-b {
    from {
        left: 500px;
    }

    to {
        left: 480px
    }
}

@keyframes could-c {
    from {
        left: 1260px;
    }

    to {
        left: 1190px
    }
}

@keyframes could-d {
    from {
        left: 1240px;
    }

    to {
        left: 1190px
    }
}

@-webkit-keyframes could-a {
    from {
        left: 120px;
    }

    to {
        left: 30px
    }
}

@-webkit-keyframes could-b {
    from {
        left: 500px;
    }

    to {
        left: 480px
    }
}

@-webkit-keyframes could-c {
    from {
        left: 1260px;
    }

    to {
        left: 1190px
    }
}

@-webkit-keyframes could-d {
    from {
        left: 1240px;
    }

    to {
        left: 1190px
    }
}

.apply_form {
    width: 400px;
    height: 520px;
    background: #fff;
    padding: 0 60px 0 30px;
}

.apply_form h2 {
    height: 64px;
    width: 100%;
    border-bottom: 1px solid #e66e1c;
    line-height: 64px;
    font-size: 22px;
    color: #e66e1c;
    margin-bottom: 25px;
}

.apply_form input {
    height: 38px;
    width: 364px;
    border: 1px solid #dbdbdb;
    color: #a2a1a1;
    padding-left: 34px;
    background-image: url(../images/form_icons.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    margin-bottom: 20px;
}

.apply_form input:nth-child(2) {
    background-position: 8px -26px;
}

.apply_form input:nth-child(3) {
    background-position: 8px -56px;
}

.apply_form input:nth-child(4) {
    background-position: 8px -87px;
}

.apply_form .leave_word {
    border: 1px solid #dbdbdb;
    width: 357px;
    height: 85px;
    overflow: hidden;
    padding: 10px 5px 5px 36px;
    background: url(../images/form_icons.png) no-repeat 8px -116px;
}

.apply_form .leave_word textarea {
    border: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    resize: none;
    color: #a2a1a1;
    line-height: 20px
}

.apply_form .leave_word textarea:focus {
    outline: none;
}

.apply_form .find_more {
    width: 146px;
    height: 38px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    box-sizing: border-box;
}
.apply_form .find_more input{
   width: 100%;
   height: 100%;
   background: #f04d4e;
   font-size: 16px;
   color: #fff;
   text-align: center;
   padding-right: 34px;
   cursor: pointer;
   line-height: 38px;
   border-radius: 5%;
}

.apply_form input.yys_hei {
    border-color: #999;
    color: #333
}

.apply_form .leave_word textarea.yys_hei {
    color: #333
}

.foot {
    
    background: #343943;
    padding-top: 55px;
}

.foot .top_li {
    height: 60px;
    width: 100%;
    background: #272a30;
    line-height: 60px;
}

.foot .top_li ul {
    overflow: hidden;
    margin-right: -30px;
    margin: 0 auto;
    width: 810px;
}

.foot .top_li ul li {
    color: #777;
    float: left;
    font-size: 16px;
    margin-right: 30px;
    width: 110px;
}

.foot .top_li ul li:last-child {
    margin-right: 0;
}

.foot .top_li ul li a {
    color: #d9d9d9
}

.foot .top_li ul li a:hover {
    color: #d81e06
}

.foot .top_li ul li span {
    margin-left: 30px
}

.foot_contant {
    color: #d9d9d9;
    margin-top: 50px;
}

.foot_contant h2 {
    font-weight: normal;
    height: 45px;
    line-height: 45px;
}

.foot_contant .line {
    height: 1px;
    width: 30px;
    background: #d81e06;
    margin-bottom: 20px;
}

.contact_box {
    width: 430px;
    position: relative;
    height: 236px;
    overflow: hidden;
}

.contact_box .contact_list {
    height: 170px;
    width: 100%;
    overflow: hidden;
}

.contact_list ul li {
    height: 29px;
    line-height: 29px;
    width: 100%;
    overflow: hidden;
}

.contact_list ul li a {
    color: #d9d9d9;
}

.contact_list ul li a:hover {
    color: #d81e06;
}

.contact_box .mark_box {
    position: absolute;
    width: 132px;
    height: 132px;
    overflow: hidden;
    right: 85px;
    top: 102px;
}

.company_pro {
    width: 190px;
}

.contact_box.about_us {
    width: 220px
}

.bottom_logo {
    width: 290px;
   
    overflow: hidden;
    margin-top: 50px;
}

.bottom_logo .logo_pic {
    width: 290px;
    height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}
.bottom_logo .logo_pic .phone{
    width: 120px;
    float: left;
}
.bottom_logo .logo_pic .weixin{
    width: 130px;
    float: right;
}
.bottom_logo .logo_pic span{
   display: block;
  font-size: 14px;
   line-height: 28px;
   color: #d9d9d9;
   }



.bottom_logo .tel_box {
    background: url(../images/tel.png) no-repeat 205px 10px;
    height: 70px;
    width: 190px;
    padding-right: 70px;
}

.bottom_logo .tel_box .zx_text {
    font-size: 16px;
    text-align: right;
    height: 25px;
    line-height: 25px;
}

.bottom_logo .tel_box .zx_num {
    font-size: 24px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.copy {
    background: #272a30;
    text-align: center;
    color: #d9d9d9
}

.copy .w1170 {
    padding: 20px 0;
}

.copy .links {
    height: auto;
    margin: 0 auto;
}

.copy .links ul {
    line-height: 25px;
}

.copy .links ul li {
    display: inline;
    margin-right: 15px;
}

.copy .links ul li:first-child {
    margin-right: 0px;
}

.links ul a {
    color: #d9d9d9;
}

.links a:hover {
    color: #d81e06
}

.copy .copy_contant {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.copy .copy_contant a {
    color: #d9d9d9
}

.copy .copy_contant a:hover {
    color: #d81e06
}


/*成功案例*/
.banner_pic {
    width: 100%;
    height: 352px;
}

.banner_pic.banner_case {
    background: url(../images/banner_pic01.jpg) no-repeat center;
    position: relative;
	top:150px;
}
.banner_pic.banner_software {
    background: url(../images/banner_pic03.jpg) no-repeat center;
    position: relative;
    height: 268px;
	top:150px;
}
.banner_pic.banner_service {
    background: url(../images/banner_pic04.jpg) no-repeat center;
    position: relative;
    height: 268px;
	top:150px;
}
.banner_pic.banner_about {
    background: url(../images/banner_pic05.jpg) no-repeat center;
    position: relative;
    height: 268px;
	
	top:150px;
}
.banner_pic.banner_content {
    background: url(../images/banner_pic06.jpg) no-repeat center;
    position: relative;
    height: 268px;
	top:150px;
}

.banner_pic.banner_case .rotate1 {
    width: 312px;
    height: 246px;
    position: absolute;
    background: url(../images/donghua/case-1.png) no-repeat center;
    left: 60%;
    top: 40px;
    margin-left: -312px;
    animation: revolve-a 15s linear 0.5s infinite normal both;
}

.banner_pic.banner_case .rotate2 {
    width: 312px;
    height: 246px;
    position: absolute;
    background: url(../images/donghua/case-2.png) no-repeat center;
    left: 60%;
    top: 40px;
    margin-left: -312px;
    animation: revolve-b 15s linear 0.5s infinite normal both;
}

.banner_pic.banner_news {
    background: url(../images/banner_pic02.jpg) no-repeat center;
    height: 268px;
	 position: relative;
	top:150px;
}

@keyframes revolve-a {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes revolve-b {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.case_top {
    width: 100%;
    height: 65px;
    background: #f8f8f8;
    padding-top: 30px;
	margin-top:150px;
}

.case_top .left_part {
    height: 48px;
    width: auto;
    margin-left: 20px;
}

.case_top .left_part .top_line {
    width: 48px;
    height: 2px;
    background: #f04d4e;
}

.case_top .left_part .bottom_text {
    width: auto;
    height: 46px;
    line-height: 46px;
}

.case_top .left_part .bottom_text span {
    display: block;
    float: left
}

.case_top .left_part .english_text {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-right: 5px;
}

.case_top .left_part .chinese_text {
    font-size: 16px;
    color: #666;
}

.case_top .right_part {
    height: 48px;
    line-height: 48px;
    width: auto;
    color: #797979;
    padding-left: 25px;
    background: url(../images/location_icon.png) no-repeat 5px center;
}

.case_top .right_part a {
    color: #797979;
}

.case_top .right_part a:hover {
    color: #dd3631
}

.partner {
    margin-top: 40px;
}

.top_text {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #131313;
    font-size: 34px;
    text-align: center;
    margin-bottom: 50px;
    overflow: hidden;
	margin-top:150px;
}





.partner_list{
    width: 100%;
    position: relative;
}
.partner_list .hd .prev{
    width: 30px;
    height: 88px;
    display: block;
    background: url(../images/honor_icon.png)no-repeat;
    position: absolute;
    top: 5px;
    cursor: pointer;
    opacity: 0.6;
    left: 0px;
}
.partner_list .hd .next {
    width: 30px;
    height: 88px;
    display: block;
    background: url(../images/honor_icon.png)no-repeat;
    position: absolute;
    top: 5px;
    cursor: pointer;
    opacity: 0.6;
    right: -15px;
    background-position: -47px 0px;
}

.partner_list .bd{
    width: 1073px;
    margin:0 auto;
    }

  .partner_list .hd .prev:hover {
        opacity: 1;
    }

   .partner_list .hd .next:hover {
        opacity: 1;
    }


.partner ul {
  
   width: 1100px;
   overflow: hidden;
  
  
}

.partner ul li {
    width: 170px;
    height: 100px;
    border: 1px solid #eee;
    overflow: hidden;
    float: left;
     margin: 0 12px 30px 0;
}

.partner ul li img {
    display: block;
}

.case_show {
    margin-top: 50px;
    width: 100%;
    height: auto
}

.case_show .top_title {
    height: 60px;
    width: 246px;
    line-height: 60px;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto 50px;
    color: #333
}

.case_show .top_title .title_line {
    width: 45px;
    height: 2px;
    background: #f04d4e;
    margin-top: 29px
}

.case_show .top_title .title_text {
    width: 156px;
    text-align: center
}

.case_show .case_module {
    width: 100%;
    height: auto;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 80px;
    position: relative;
}

.case_show .case_module .case_type {
    position: absolute;
    /* width: 654px; */
    width: auto;
    height: 35px;
    left: 50px;
    top: -18px
}

.case_show .case_module .case_type ul {
    /* width:685px; */
    overflow: hidden;
}

.case_show .case_module .case_type ul li {
    float: left;
    width: 118px;
    height: 33px;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    line-height: 33px;
    margin-right: 26px;
}

.case_show .case_module .case_type ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
    background: #fefefe;
}

.case_show .case_module .case_type ul li.on a,
.case_show .case_module .case_type ul li:hover a {
    background: #f04d4e;
    color: #fff
}

.case_show .case_list {
    margin-top: 90px;
    width: 1160px;
    padding: 0 5px;
}

.case_show .case_list ul {
    width: 1200px;
}

.case_show .case_list ul li {
    width: 360px;
    height: 466px;
    margin-right: 40px;
    margin-bottom: 30px;
    float: left;
    -moz-box-shadow: 0px 0px 5px #999;
    -webkit-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
    transition: all .5s
}

.case_show .case_list ul li .case_picture {
    width: 360px;
    height: 240px;
    overflow: hidden;
}

.case_show .case_list ul li .case_info {
    width: 290px;
    height: 226px;
    margin: 0 auto;
    overflow: hidden;
}

.case_show .case_list ul li .case_info h2 {
    font-size: 20px;
    line-height: 69px;
    height: 69px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6
}

.case_show .case_list ul li .case_info h2 a {
    transition: all .5s
}

.case_show .case_list ul li .case_info .case_intro {
    height: 70px;
    width: 100%;
    line-height: 35px;
    margin-top: 10px
}

.case_show .case_list ul li .case_info .show_more {
    width: 134px;
    height: 34px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    text-align: center;
    line-height: 34px;
    color: #777;
    display: block;
    margin: 15px auto 0;
    transition: all .5s
}

.case_show .case_list ul li .case_picture img {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.case_show .case_list ul li:hover {
    -moz-box-shadow: 0px 0px 5px #dd3631;
    -webkit-box-shadow: 0px 0px 5px #dd3631;
    box-shadow: 0px 0px 5px #dd3631;
}

.case_show .case_list ul li:hover .case_picture img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.case_show .case_list ul li:hover .case_info h2 a {
    color: #dd3631;
}

.case_show .case_list ul li:hover .case_info .show_more {
    color: #fff;
    background: #f04d4e
}

/*关于我们*/
.case_show .case_module .case_type.company_intro {
    left: 326px;
}

.case_show .article_about {
    width: 1170px;
    height: auto;
    overflow: hidden;
    margin-top: 90px;
}

.case_show .article_about ul {
    width: 1170px;
    overflow: hidden;
}

.case_show .article_about ul li {
    width: 1170px;
    overflow: hidden;
    height: auto
}

.case_show .article_about ul li .article_pic {
    width: 1170px;
    /* height: 378px; */
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.case_show .article_about ul li .article_body {
    width: 100%;
    height: auto;
    line-height: 220%;
}

/* 新闻资讯 */
.case_show .case_module .case_type.news {
    left: 300px;
}
.case_show .case_module .case_type.news_title {
    left: 395px;
}
.case_show .case_module .case_type.softwore {
    left: 308px;
}

.case_show .news_item {
    margin-top: 90px;
    width: 1170px;
    height: auto;
    overflow: hidden;
}

.case_show .news_item ul li {
    width: 100%;
    height: 239px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 40px;
}

.case_show .news_item ul li .news_pic {
    width: 300px;
    height: 200px;
    overflow: hidden;
    margin-left: 0;
    transition: all .5s
}

.case_show .news_item ul li:hover .news_pic {
    margin-left: 20px;
}

.case_show .news_item ul li .news_pic img {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.case_show .news_item ul li:hover .news_pic img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.case_show .news_item ul li .time_box {
    width: 85px;
    height: 200px;
    margin: 0 25px 0 40px;
}

.case_show .news_item ul li .news_data {
    width: 100%;
    height: 70px;
    text-align: center;
    margin: 35px 0 30px;
}

.case_show .news_item ul li .news_data .day {
    font-size: 46px;
    color: #f04d4e;
    height: 45px;
    line-height: 45px;
}

.case_show .news_item ul li .news_data .year_month {
    color: #999;
    height: 25px;
    line-height: 25px
}

.case_show .news_item ul li .news_kind {
    width: 70px;
    height: 25px;
    background: url(../images/mark.png) no-repeat -2px 3px;
    padding-left: 15px;
    line-height: 25px;
}

.case_show .news_item ul li .vertical_line {
    width: 1px;
    height: 83px;
    background: #dbdbdb;
    margin-top: 50px;
}

.case_show .news_item ul li .news_info {
    width: 660px;
    height: 200px;
    overflow: hidden;
    /* margin-right:25px; */
    margin-left: 34px;
}

.case_show .news_item ul li .news_info h2 {
    color: #444;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    width: auto;
}

.case_show .news_item ul li .news_info h2 a {
    transition: all .5s
}

.case_show .news_item ul li .news_info h2 a:hover {
    color: #dd3631
}

.case_show .news_item ul li .news_info .news_intro {
    height: 85px;
    width: 100%;
    overflow: hidden;
    line-height: 28px;
    margin-top: 10px
}

.case_show .news_item ul li .news_info .see_more {
    height: 36px;
    width: 100%;
    margin-top: 25px
}

.case_show .news_item ul li .news_info .see_more .show_detail {
    display: block;
    width: 135px;
    height: 34px;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    text-align: center;
    line-height: 34px;
    color: #777;
    margin-right: 50px;
    transition: all .3s
}

.case_show .news_item ul li .news_info .see_more .show_detail:hover {
    background: #f04d4e;
    color: #fff;
    border-color: #f04d4e
}

.case_show .news_item ul li .news_info .see_more .author {
    height: 36px;
    width: auto;
    overflow: hidden;
    font-size: 12px;
    line-height: 36px;
    padding-left: 20px;
    background: url(../images/mark.png) no-repeat -2px -22px;
    color: #999;
    float: left;
}
.case_show .news_item ul li .news_info .see_more .see {
    height: 36px;
    width: auto;
    overflow: hidden;
    font-size: 12px;
    line-height: 36px;
    padding-left: 20px;
   
    color: #999;
}
.case_show .news_item ul li .news_info .see_more .see i{
    display: inline-block;
    width: 22px;
    height: 22px;
 vertical-align: middle;
 overflow: hidden;
 box-sizing: border-box;
}

.page_wrap {
    float: left;
    position: relative;
    left: 50%;
    margin: 50px auto;
}

.page {
    position: relative;
    left: -50%;
    font-size: 16px;
}

.page a,
.page span {
    color: #777;
    padding: 8px 15px;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #c0c0c0;
    margin: 8px;
    border-radius: 8px
}

.page .cur {
    padding: 8px 15px;
    color: #fff;
    border: 1px solid #f04d4e;
    background: #f04d4e
}

.page a:hover {
    color: #fff;
    border: 1px solid #f04d4e;
    background: #f04d4e
}

/* 新闻详情 */
.article_text {
    padding: 40px 0 60px;
}

.article_text h1 {
    font-size: 24px;
    color: #333;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: normal;
    overflow: hidden;
}

.article_text .info {
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #999;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px
}

.article_text .news_body {
    padding: 20px 0 60px;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 220%;
    color: #414040
}

.article_text .prev_next {
    width: 100%;
    height: 44px;
    border-top: 1px solid #e9e9e9;
    line-height: 44px;
    overflow: hidden;
}

.article_text .prev_next .prev_article,
.article_text .prev_next .next_article {
    height: 100%;
    width: auto;
    max-width: 500px;
    overflow: hidden;
}




.banner .hd {
    position: absolute;
    z-index: 1;
    bottom: 25px;
    overflow: visible;
    float: left;
    left: 50%;
    margin-left: -120px;
    width: 240px;
    height: 3px;
}

.banner .hd ul {
    zoom: 1;
    overflow: visible;
    width: 240px;
}

.banner .hd ul li {
    float: left;
    width: 50px;
    height: 2px;
    margin: 0px 10px;
    text-align: center;
    background-color: #e9e9e9;
    position: relative;
    overflow: visible;
}

.banner .hd ul li.on {
    background-color: #dd3631;
}

.banner .hd ul li:hover {
    cursor: pointer;
}

.banner_ctr {
    height: 90px;
    position: absolute;
    top: 42%;
    z-index: 2;
    left: 50%;
    margin-left: -600px;
}

.banner_ctr a {
    display: block;
    width: 47px;
    height: 79px;
    background: url(../images/banner_btn.png) no-repeat 0 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.banner_ctr a.prev {
    left: -90px;
}

.banner_ctr a.next {
    right: -1280px;
    background-position: -47px 0px;
}

.banner_ctr a.prev:hover {
    background-position: 0 -79px;
}

.banner_ctr a.next:hover {
    background-position: -47px -79px;
}

.banner_ctr a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}



.contact_boxs {
    width: 1060px;
    margin: 0 auto;
}

.contact_boxs .title {
    margin: 50px auto;
    text-align: center;
}

.contact_boxs .link_way ul {
    width: 1300px;
}

.contact_boxs .link_way ul li {
    width: 328px;
    height: 88px;
    float: left;
    border: 1px solid #eee;
    margin-right: 35px;
}

.contact_boxs .link_way ul li.qq {
    background: url(../images/icon_qq.png) no-repeat 50px 25px;
}

.contact_boxs .link_way ul li.tel {
    background: url(../images/icon_tel.png) no-repeat 50px 25px;
}

.contact_boxs .link_way ul li.email {
    background: url(../images/icon_email.png) no-repeat 50px 25px;
}

.contact_boxs .link_way ul li .nr {
    width: 220px;
    height: 50px;
    margin-top: 15px;
    line-height: 25px;
    margin-left: 100px;
    color: #666;
}

.contact_boxs .ewm {
    width: 350px;
    height: 160px;
    padding-top: 20px;
    margin: 50px auto;
    background: url(../images/kuang.png) no-repeat left bottom;
    text-align: center;
}

.contact_boxs .ewm img {
    margin-top: 15px;
}

#dituContent {
    width: 1200px;
    height: 500px;
    margin-bottom: 50px;
}



/*tag*/
.main_content {
    height: auto;
    overflow: hidden;
    padding: 40px 0;
}

.tag_box {
    height: auto;
    overflow: hidden;
}

.tag_box h3 {
    font-weight: normal;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 28px;
    color: #333;
}

.tag_one {
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
}

.tag_one a {
    display: block;
    float: left;
    padding: 0 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ededed;
    font-size: 14px;
    color: #666;
    transition: all .3s;
}

.tag_one a:hover {
    background: #0f51bb;
    border: 1px solid #0f51bb;
    color: #fff;
}
