@charset "utf-8";

/*banner*/

.banner {
    position: relative;
    height: 814px;
    clear: both;
}

.banner a {
    display: block;
    width: 100%;
    height: 814px;
    margin: 0 auto;
}

.slick-dots {
    position: absolute;
    left: 5%;
    font-size: 0;
    bottom: 10%;
    width: 90%;
    text-align: right;
    outline: none;
}

.slick-dots li {
    display: inline-block;
    margin: 0 15px;
    outline: none;
}

.slick-dots li button {
    display: block;
    border: 0 none;
    width: 21px;
    height: 21px;
    border-radius: 21px;
    margin-right: 12px;
    display: inline-block;
    outline: none;
}

.slick-dots .slick-active button {
    background: #fff;
    width: 48px;
}

.banner .slick-arrow {
    width: 73px;
    height: 73px;
    cursor: pointer;
    z-index: 22;
    top: 44.5%;
    outline: none;
    position: absolute;
    border: 0;
    overflow: hidden;
    text-align: center;
    transition: .8s;
    line-height: 140px;
    opacity: 0;
}

.banner .slick-arrow.slick-prev {
    background: url(../images/ban_prev.png) no-repeat 0 0;
    left: 3%;
    opacity: 0;
}

.banner .slick-arrow.slick-next {
    background: url(../images/ban_next.png) no-repeat 0 0;
    right: 3%;
    opacity: 0;
}

.banner:hover .slick-prev {
    left: 6%;
    opacity: 0.3;
}

.banner:hover .slick-next {
    right: 6%;
    opacity: 0.3;
}

.til01 {
    text-align: center;
    color: #232725;
    font-size: 46px;
    line-height: 64px;
    font-family: "Microsoft Yahei";
    clear: both;
    display: block;
    white-space: nowrap;
    padding: 0 0 18px;
    background: url(../images/tilbg1.png) no-repeat center bottom;
    margin-bottom: 48px;
}

.til01 p {
    display: block;
    font-size: 24px;
    line-height: 44px;
    color: #999;
    font-weight: normal;
}

.til01 a {
    color: #232725;
}


/*引子*/

.webox {
    font-size: 16px;
    color: #fff;
    font-family: "Microsoft Yahei";
    line-height: 28px;
    position: relative;
    overflow: hidden;
    margin: -46px auto 100px;
    width: 80%;
    max-width: 1500px;
}

.webox_c dl {
    float: left;
    width: 23.33%;
    margin: 0 0 0 2.226%;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.webox_c dl:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-image: -webkit-gradient(linear, top left, bottom right, from(rgba(0, 0, 0, 0)), to(#2f318b));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.webox_c dl:first-child {
    margin: 0;
}

.webox_c dt,
.webox_c dt img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.webox_c dd {
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 80%;
    z-index: 1;
}

.webox_c dd h4 {
    font-size: 24px;
    line-height: 66px;
    font-weight: normal;
    white-space: nowrap;
}

.webox_c dd h4 a {
    display: block;
    color: #fff;
}

.webox_c dd p {
    display: none;
}

.webox_c dd span {
    display: block;
    padding: 0 0 30px;
}

.webox_c dd p a {
    display: block;
    color: #207ae1;
    width: 120px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    font-weight: bold;
}

.webox_c dl:hover {
    margin-top: -10px;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
}

.webox_c dl:hover:before {
    width: 0;
    height: 0;
}

.webox_c dl:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;background: rgba(38, 114, 202, 0.8);
    background-image: -webkit-gradient(linear, top left, bottom right, from(rgba(38, 114, 202, 1)), to(rgba(38, 114, 202, 0)));
    background-image: -webkit-linear-gradient(top, rgba(38, 114, 202, 1), rgba(38, 114, 202, 0));
    background-image: -moz-linear-gradient(top, rgba(38, 114, 202, 1), rgba(38, 114, 202, 0));
    background-image: -o-linear-gradient(top, rgba(38, 114, 202, 1), rgba(38, 114, 202, 0));
    background-image: -ms-linear-gradient(top, rgba(38, 114, 202, 1), rgba(38, 114, 202, 0));
    background-image: linear-gradient(top, rgba(38, 114, 202, 1), rgba(38, 114, 202, 0));
}

.webox_c dl:hover dd p span{height:110px;}
.webox_c dl:hover dd p {
    display: block;padding: 0 0 25%;
}


/*解决方案*/

.plan {
    clear: both;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    line-height: 28px;
    position: relative;
}

.plan:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 170px;
    left: 0;
    background: #ecf0f3;
}

.plan_t {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    position: relative;
    padding-left: 16px;
    height: 78px;
}

.plan_t li {
    float: left;
    width: 120px;
    height: 72px;
    margin: 0 32px 0 0;
    border-radius: 4px;
    position: relative;
}

.plan_t li:last-child {
    margin: 0;
}

.plan_t:before,
.plan_t li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    top: 15px;
    right: -15px;
    background: #e8f1fc;
}

.plan_t:before {
    left: 0;
}

.plan_t li span {
    color: #999;
    font-size: 14px;
    line-height: 22px;
    display: block;
}

.plan_t li a {
    color: #333;
    display: block;
    padding: 12px 0 0;
}

.plan_t li:hover,
.plan_t li.cur {
    color: #fff;
    display: block;
    background: #207ae1;
}

.plan_t li:hover span,
.plan_t li a:hover span,
.plan_t li:hover a,
.plan_t li.cur a,
.plan_t li.cur span {
    display: block;
    color: #fff;
}

.prev1,
.next1 {
    width: 49px;
    height: 69px;
    display: block;
    z-index: 9;
    cursor: pointer;
    position: absolute;
    top: 265px;
    left: 50%;
}

.prev1 {
    margin-left: -599px;
}

.next1 {
    margin-left: 550px;
}

.plan_c .tempWrap {
    overflow: visible !important;
}

.plan_c,
.plan_c dl,
.plan_c dt,
.plan_c dt img {
    width: 1200px;
    height: 600px;
    display: block;
}

.plan_c dl {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.plan_c dd {
    position: absolute;
    width: 992px;
    height: 100px;
    background: rgba(0, 0, 0, 0.7);
    left: 104px;
    bottom: 40px;
    z-index: 2;
    color: #fff;
    display: none;
}

.plan_c dd h4 {
    float: left;
    width: 222px;
    height: 100px;
    background: #2572ca;
    font-size: 20px;
    line-height: 28px;
    box-sizing: border-box;
    padding: 20px 30px;
}

.plan_c dd h4 a {
    display: block;
    color: #fff;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plan_c dd p {
    float: left;
    width: 690px;
    padding: 22px 0 0 46px;
}

.plan_c dd p a {
    display: inline-block;
    color: #2572ca;
}

.plan_c dl.cur dd {
    display: block;
}

.plan_l {
    padding: 15px 0 0;
    height: 372px;
    font-size: 18px;
    line-height: 58px;
    overflow: hidden;
}

.plan_l h3 {
    font-size: 22px;
    height: 66px;
    line-height: 66px;
    padding-left: 42px;
    background: url(../images/ico01.gif) no-repeat 0 center;
    font-weight: normal;
}

.plan_l h3 a,
.plan_lc li span a {
    display: block;
    color: #000;
}

.plan_l h3 span {
    float: right;
    font-size: 14px;
    padding: 10px 0 0;
}

.plan_l h3 span a {
    display: block;
    width: 118px;
    border: solid 1px #d5d6d6;
    border-radius: 19px;
    line-height: 38px;
    color: #656565;
    text-align: center;
}

.plan_lc li {
    width: 388px;
    float: left;
    margin: 0 18px 0 0;
}

.plan_lc li p,
.plan_lc li p img {
    width: 388px;
    height: 238px;
    border-radius: 5px;
    display: block;
    overflow: hidden;
}

.plan_lc li span {
    display: block;
    position: relative;
    padding: 0 27px;
    background: url(../images/ico02.gif) no-repeat right center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.plan_lc li span:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 17px;
    top: 20px;
    left: 11px;
    background: #207ae1;
}


/*产品中心*/

.probox {
    clear: both;
    padding: 94px 0 0;
    height: 920px;
    font-family: "Microsoft Yahei";
    position: relative;
    z-index: 1;
    background: url(../images/prodbg.jpg) no-repeat center 0;
}

.prod_t {
    height: 88px;
    line-height: 88px;
    font-size: 28px;
    text-align: center;
    background: #272727;
    color: #fff;
}

.prod_t li {
    width: 400px;
    float: left;
}

.prod_t li span {
    display: inline-block;
    padding-left: 50px;
    color: #fff;
}

.prod_t li.cur {
    background: #207ae1;
}

.prod_t li.cur span {
    background-position: 0 -38px!important;
}

.prod_c {
    height: 551px;
    overflow: hidden;
}

.prod_l {
    width: 400px;
    background: #fff;
}

.prod_l ul {
    height: 508px;
}

.prod_l li {
    border-bottom: 1px solid #f0f0f0;
    height: 61px;
    line-height: 61px;
    font-size: 18px;
    padding: 0 0 0 74px;
}

.prod_l li:last-child {
    border: 0;
}

.prod_l li a {
    display: inline-block;
    padding-left: 24px;
    position: relative;
    color: #333;
}

.prod_l li a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    margin-top: -3px;
    left: 0;
    background: #9c9c9c;
    border-radius: 5px;
}

.prod_l li a:hover {
    font-weight: bold;
    color: #207ae1;
}

.pro_more a {
    display: block;
    background: #207ae1;
    color: #fff;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
}

.prod_r {
    width: 800px;
}

.prev2,
.next2 {
    width: 49px;
    height: 69px;
    display: block;
    z-index: 9;
    cursor: pointer;
    position: absolute;
    top: 355px;
    right: 0;
}

.prev2 {
    left: 0;
}

.prod_gg,
.prod_gg img {
    width: 800px;
    height: 250px;
    display: block;
    overflow: hidden;
}

.prod_gg {
    margin-bottom: 2px;
}

.prod_rl {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}

.prod_rl li {
    float: left;
    position: relative;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}

.prod_rl li,
.prod_rl li img {
    width: 400px;
    height: 299px;
    display: block;
    overflow: hidden;
}

.prod_rl li span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 400px;
    height: 43px;
    line-height: 43px;
    font-weight: bold;
    text-align: center;
    background: #7f7f7f;
}

.prod_rl li span a {
    display: block;
    color: #fff;
}


/*优势*/

.edge {
    clear: both;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    background: url(../images/edgecbg.gif) no-repeat center 331px;
}

.edge1,
.edge2 {
    height: 544px;
}

.edge_p {
    height: 500px;
    display: block;
    width: 50%;
}

.edge_w {
    display: block;
    width: 46.8%;
    position: relative;
}

.edge_wc {
    width: 474px;
    padding: 16px 0 0 70px;
    position: relative;
}

.edge2 .edge_wc {
    padding: 16px 70px 0 0;
}

.edge_wc h3 {
    font-size: 34px;
    line-height: 46px;
    color: #000;
    padding: 0 0 38px;
    position: relative;
}

.edge_wc h3 a {
    color: #000;
}

.edge_wc h3:before {
    content: "";
    position: absolute;
    width: 304px;
    height: 4px;
    bottom: 16px;
    left: 0;
    background: #aeaeac;
}

.edge_wc h3 span {
    display: block;
    font-size: 44px;
    line-height: 58px;
    color: #207ae1;
}

.edge_wz {
    height: 122px;
}

.edge_wl li {
    float: left;
}

.edge_wl li:nth-child(2) {
    margin-left: 10px;
}

.edge_wl li,
.edge_wl li img {
    width: 221px;
    height: 149px;
    border-radius: 5px;
    display: block;
    overflow: hidden;
}

.edge_ico {
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 2px #fff;
    border-radius: 100%;
    background: #2572ca;
    top: 222px;
    z-index: 1;
    box-sizing: border-box;
}

.edge_ico:before,
.edge_ico:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 52px;
    top: -16px;
    left: -16px;
    background: rgba(32, 122, 225, 0.1);
    border-radius: 52px;
    -webkit-animation: living 2s linear infinite;
    z-index: 0;
}

.edge_ico:before {
    width: 78px;
    height: 78px;
    border-radius: 78px;
    top: -29px;
    left: -29px;
}

.edge1 .edge_ico {
    left: -7px;
}

.edge2 .edge_ico {
    right: -7px;
}

@media screen and (max-width: 1680px) {
    .edge1 .edge_ico {
    left: -3px;
}

.edge2 .edge_ico {
    right:-3px;
}
}

@media screen and (max-width: 1440px) {
    .edge1 .edge_ico {
    left: 8px;
}

.edge2 .edge_ico {
    right:8px;
}
}

@keyframes living {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/*流程*/

.tec_p {
    clear: both;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    background: url(../images/tec_pbg.jpg) no-repeat center bottom;
    padding: 20px 0 0;
    height: 535px;
}

.tec_pc li {
    float: left;
    width: 200px;
    height: 277px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.tec_pc li span {
    background: url(../images/tec_ico.png) no-repeat center 0;
    width: 123px;
    height: 123px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 31px;
    display: block;
}

.tec_pc li p {
    padding: 0 23px;
}

.tec_pc li p b {
    display: block;
    font-weight: normal;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #000;
}

.tec_pc li:hover {
    background: url(../images/tec_lbg.gif) no-repeat center bottom;
    color: #fff;
    margin-top: -10px;
}

.tec_pc li:hover p b {
    color: #fff;
}


/*新闻资讯*/

.nswsbox {
    overflow: hidden;
    font-family: "Microsoft Yahei";
    line-height: 28px;
    font-size: 14px;
    clear: both;
    color: #666;padding-bottom: 80px;
}

.news {
    height: 620px;
}

.new_t {
    font-size: 24px;
    height: 55px;
    line-height: 55px;
    background: url(../images/new_line.gif) repeat-x center bottom;
    ;
    margin-bottom: 14px;
}

.new_t a,
.faqs h3 a,
.faqs_c dt a {
    color: #333;
}

.new_t span {
    float: right;
    font-size: 14px;
    opacity: 0.55;
}

.news_c dl {
    width: 577px;
    height: 425px;
    overflow: hidden;
    float: left;
}

.news_c dl:nth-child(2) {
    margin-left: 46px;
}

.news_c dt {
    position: relative;
}

.news_c dt span {
    position: absolute;
    width: 92px;
    text-align: center;
    line-height: 36px;
    text-align: center;
    background: #207ae1;
    color: #fff;
    right: 0;
    bottom: 0;
    font-size: 20px;
}

.news_c dt,
.news_c dt img {
    width: 577px;
    height: 325px;
    display: block;
    overflow: hidden;
}

.news_c dd h4 {
    font-size: 20px;
    line-height: 36px;
    display: block;
    height: 36px;
    padding: 10px 0 0;
}

.news_c dd h4 a {
    color: #333;
}

.news_c dd h4 a:hover,
.faqs_c dd h4 a:hover,
.news_c dl:hover dd h4 a,
.faqs_c dl:hover dd h4 a {
    color: #2572ca;
}

.news_c li {
    width: 500px;
    height: 42px;
    float: left;
    background: url(../images/ico03.gif) no-repeat 6px 18px;
    padding: 0 0 0 38px;
    line-height: 42px;
}

.news_c li:nth-child(2n) {
    margin-left: 80px;
}

.news_c li a {
    color: #333;
    display: block;
    height: 41px;
    border-bottom: dotted 1px #bfbfbf;
}

.faqs {
    height: 76px;
    overflow: hidden;
    background: #f1f1f1;
    overflow: hidden;
    padding: 26px 0 0;
}

.faqs h3 {
    float: left;
    width: 140px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    background: url(../images/faq_ico.gif) no-repeat center 0;
    padding: 24px 0 0;
}

.faqs_c {
    width: 1050px;
    overflow: hidden;
    float: left;
}

.faqs_c dl {
    padding: 0 20px 0 0;
    width: 315px;
    overflow: hidden;
    float: left;
    line-height: 22px;
}

.faqs_c dt {
    height: 30px;
    display: block;
    overflow: hidden;
    background: url(../images/faq_w.gif) no-repeat 0 2px;
    padding-left: 35px;
    line-height: 26px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.faqs_c dd {
    background: url(../images/faq_d.gif) no-repeat 0 0;
    padding-left: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*关于*/

.aboutbox {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    line-height: 28px;
    color: #666;
    overflow: hidden;
    background: url(../images/aboutbg.jpg) no-repeat center 0;
    padding: 76px 0 0;
    height: 737px;
    text-align: center;
}

.aboutbox .til01 {
    background: none;
    margin: 0;
}

.about_w {
    height: 138px;
}

.about_w a {
    color: #207ae1;
}

.about_l li {
    float: left;
    position: relative;
    font-size: 18px;
    line-height: 34px;
    color: #0b0b0b;
    width: 300px;
}

.about_l li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    top: 6px;
    right: 0;
    background: #d3d3d3;
}

.about_l li:last-child::before {
    width: 0;
    height: 0;
}

.about_l li span {
    display: block;
    height: 58px;
    line-height: 58px;
}

.about_l li span b {
    font-family: Times New Roman;
    color: #207ae1;
    font-size: 60px;
}

.about_l li span em {
    color: #fff;
    font-size: 14px;
    width: 22px;
    line-height: 22px;
    border-radius: 22px;
    background: #207ae1;
    display: inline-block;
}


/*友情链接*/

.link {
    height: 58px;
    line-height: 58px;
    position: relative;
    z-index: 9;
    font-size: 14px;
    color: #7dc7c0;
    background: #fff;
}

.link h3 {
    float: left;
    width: 88px;
    font-size: 14px;
    color: #207ae1;
    font-weight: normal;
}

.link a {
    display: inline-block;
    color: #666;
    padding: 0 22px;
}

.footWrap {
    margin-top: -130px!important;
}

.plan_c dt img,
.plan_lc li p img,
.prod_rl li img,
.news_c dt img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.plan_c dl:hover dt img,
.plan_lc li:hover p img,
.prod_rl li:hover img,
.news_c dl:hover dt img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}