/* banner */
.flexslider {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
.slides {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.slides li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.slides li .banner_img {
    width: auto;
    height: auto;
    -webkit-transition: transform 15s;
    max-width: 100%;
    -moz-transition: transform 15s;
    -ms-transition: transform 15s;
    -o-transition: transform 15s;
    transition: transform 15s;
}
.flex-control-nav {
    display: block;
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
}
.flex-control-nav li a {
    background: none;
    border: 1px solid #fff;
    border-radius: 10px;
    display: block;
    transition: all 0.5s ease 0s;
    font-size: 0;
    width: 60px;
    height: 10px;
}
.flex-control-nav li a.flex-active {
    background: #fff;
    transition: all 0.5s ease 0s;
}
.flex-direction-nav {
    display: none;
}

/* 主营业务 */
.index_tit {
    padding: 35px 0 42px 0;
}
.tit_top {
    margin: 0 auto;
    width: 307px;
    height: 52px;
    background: url(../images/indextit.png) center center no-repeat;
}
.tit_cn {
    font-size: 30px;
    color: #2981ed;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.tit_bold {
    font-weight: bold;
}
.tit_en {
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.product_left {
    float: left;
    background: url(../images/productbj1.jpg) left top no-repeat;
    box-sizing: border-box;
    height: 730px;
    background-size: cover;
    width: 50%;
}
.product_left .duct_tit {
    padding: 24px 0 10px 22px;
}
.duct_inner {
    height: 60px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.product_left .duct_inner {
    padding: 0 24px;
    font-size: 14px;
    margin-bottom: 40px;
}
.duct_img {
    text-align: center;
    height: 341px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
.product_right {
    float: left;
    width: 50%;
    height: 730px;
    padding-left: 16px;
    box-sizing: border-box;
    overflow: hidden;
}
.duct_ul {
    margin-bottom: 16px;
}
.duct_ul li {
    float: left;
    box-sizing: border-box;
    width: 50%;
    background: url(../images/productbj2.jpg) left top no-repeat;
    background-size: cover;
    height: 355px;
}
.duct_tit {
    display: block;
    padding: 0 0 0 0px;
    text-align: center;
    transition: all 0.5s ease 0s;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    font-size: 28px;
    font-weight: bold;
    padding-top: 96px;
}
.duct_ul li .duct_tit {
    padding-top: 24px;
    height: 60px;
    line-height: 60px;
}
.duct_ul li .duct_inner {
    margin-bottom: 0;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
}
.duct_img {
    text-align: center;
    height: 341px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
.duct_ul li .duct_img {
    padding: 0;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.duct_img img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.duct_img1 img {
    width: auto;
    height: 160px;
    max-width: 100%;
}
.currency {
    background: url(../images/productbj4.jpg) left top no-repeat;
    height: 359px;
    padding: 0 0 0 0px;
    box-sizing: border-box;
    background-size: cover;
}
.curr_left {
    float: left;
    width: 50%;
}
.curr_left .duct_inner {
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    height: 66px;
}
.curr_right {
    float: left;
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    line-height: 359px;
}
.curr_right img {
    width: auto;
    height: 230px;
    max-width: 100%;
    transition: all 0.5s ease 0s;
}
.product_left:hover .duct_img, .currency:hover img, .duct_ul li:hover .duct_img {
    transition: all 0.5s ease 0s;
    transform: translateY(-10px);
}


/* 成功案例 */
.index_tit1 {
    padding: 80px 0 0 0;
}
.planinner1233{
    color: #333;
    padding: 0 20px;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    width: 69%;
    line-height: 30px;
}
.plan_inner {
    padding: 0 160px;
    height: 675px;
    position: relative;
    overflow: hidden;
}
.plan_ul {
    border-bottom: 1px solid #ffffff;
    padding: 110px 0 0px 0;
    margin-bottom: 38px;
}
.plan_ul li.on {
    background: url(../images/acv.png) center bottom no-repeat;
}
.plan_ul li {
    padding-bottom: 22px;
}
.plan_ul li {
    width: 24.5%;
    float: left;
}
.plan_img {
    height: 80px;
    line-height: 80px;
    transition: all 0.5s ease 0s;
    display: block;
    text-align: center;
}
.plan_ul li:hover .plan_img, .plan_ul li.on .plan_img {
    transform: translateY(-20px);
    transition: all 0.5s ease 0s;
}
.plan_tit {
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
}
.plan_words {
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 35px;
}
.planinner {
    background: #ffffffeb;
    padding: 22px;
    height: 155px;
}
.plan_pic {
    position: absolute;
    left: 0;
    top: 0;
    height: 675px;
    z-index: -1;
}
.planimg {
    display: none;
}
.plan_pic img {
    width: 1920px;
    height: 675px;
}
.plan_more {
    display: block;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 auto;
    width: 154px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #fff;
}
.plan_more span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #0063b2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.4s, height 0.4s;
    transition: width 0.4s, height 0.4s;
    z-index: -1;
}
.tit_bottom {
    font-size: 18px;
    display: block;
    text-align: center;
    height: 100px;
    line-height: 100px;
}
.plan_more:hover {
    color: #fff;
    border: 1px solid #0063b2;
}
.plan_more:hover span {
    width: 562.5px;
    height: 562.5px;
}

/* about */
.account {
    padding: 25px 160px 40px;
}
.account_dl dt {
    float: left;
    width: 37%;
    height: 398px;
    overflow: hidden;
}
.account_dl dt img {
    width: auto;
    height: 398px;
    max-width: 100%;
}
.account_dl dd {
    float: right;
    width: 60%;
}
.account_tit {
    display: block;
    padding-top: 10px;
    height: 44px;
    margin-bottom: 14px;
    line-height: 44px;
    font-size: 24px;
    font-weight: bold;
}
.account_zi {
    font-size: 15px;
    height: 360px;
    overflow: hidden;
    line-height: 29px;
    color: #666;
}
.account_zi p{
    margin-bottom: 19px;
}


.plan_more1 {
    display: block;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    position: relative;
    border: 1px solid #333;
    text-align: center;
    width: 154px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #333;
}
.plan_more1 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #0063b2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.4s, height 0.4s;
    transition: width 0.4s, height 0.4s;
    z-index: -1;
}
.plan_more1:hover {
    color: #fff;
    border: 1px solid #0063b2;
}
.plan_more1:hover span {
    width: 562.5px;
    height: 562.5px;
}

/* 新闻动态 */
.index_tit2 {
    padding: 35px 0 0 0;
}
.jour_inner {
    margin-bottom: 50px;
    overflow: hidden;
    background: #33333312;
}
.jour_left {
    width: 48%;
    float: left;
    height: 523px;
    overflow: hidden;
}
.jour_left img {
    width: 100%;
    height: 523px;
    max-width: 100%;
    transition: all 1s ease 0s;
}
.jour_left:hover img {
    transition: all 1s ease 0s;
    transform: scale(1.03);
}
.jour_right {
    float: right;
    width: 48%;
}
.jour_dl {
    border-bottom: 1px solid #dddddd;
    padding: 18px 0;
    position: relative;
    height: 94px;
}
.jour_dl:nth-child(4) {
    border-bottom:0;
}
.jour_dl dt {
    float: left;
    width: 11%;
    height: 90px;
    overflow: hidden;
    background: #23527c;
}
.jour_day {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    overflow: hidden;
    padding-top: 18px;
    text-align: center;
    color: #fff;
}
.jour_time {
    display: block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
}
.jour_dl dd {
    float: left;
    width: 86%;
    padding: 0 20px;
    box-sizing: border-box;
}
.jour_tit {
    display: block;
    height: 32px;
    transition: all 0.5s ease 0s;
    line-height: 32px;
    overflow: hidden;
    font-size: 16px;
}
.jour_word {
    height: 50px;
    line-height: 26px;
    overflow: hidden;
    font-size: 12px;
    color: #666666;
}
.jour_dl:after {
    transition: all 0.5s ease 0s;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #0063b2;
    height: 1px;
    width: 0;
    content: '';
    visibility: inherit;
}
.jour_see {
    -webkit-transition: color 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s;
    display: block;
    font-size: 16px;
    color: #fff;
    width: 154px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #a6a6a6;
    border: 1px solid #a6a6a6;
    margin: 0 auto 75px;
}
.jour_see:hover {
    color: #fff;
    border: 1px solid #0063b2;
}
.jour_see::before, .jour_see::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.jour_see::before {
    background: #318bd3;
}
.jour_see:hover::before, .jour_see:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.jour_see::after {
    background: #0063b2;
}
.jour_see:hover::before, .jour_see:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.jour_see:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}
 .qqzixun{
    width: 30px;
    height: 100px;
    background-color: #15b1ea;
    position: fixed;
    right: 0px;
    bottom: 200px;
}

