 /*閫氱敤 */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: Helvetica, Arial, "Helvetica Neue", "Microsoft yahei", "SimHei", sans-serif;
}

html,
body {
    /*height: 100%;*/
    overflow-x: hidden;
}

input,
button,
textarea,
select {
    border: 0;
    outline: 0;
    resize: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}

table {
    border-collapse: collapse;
}

img {
    display: block;
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

i {
    font-style: normal;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.overflow_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflow_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overflow_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

 /*棣栭〉 */
.header {
    width: 100%;
    height: 80px;
    background: #ffffff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 11;
    border-bottom: 1px solid #e6e8ed;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.header_content {
    width: calc(100% - 120px);
    max-width: 1800px;
    margin: 0px auto;
}

.header_logo {
    width: 225px;
    width: calc(158/1280*100%);
    float: left;
    padding: 15px 0px;
}

.header_logo a {
    display: block;
}
.header_nav{
    margin-left: calc(40/1280*100%);
}
.header_nav,
.header_nav li {
    float: left;
}

.header_nav li a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 80px;
    padding: 0px 30px;
}

.header_toggle {
    width: 38px;
    height: 42px;
    background: url(../images/toggle_01.png) no-repeat center;
    background-size: 100%;
    float: right;
    margin-right: 10px;
    margin-top: 16px;
    display: none;
}

.header_toggle.active {
    background: url(../images/toggle_02.png) no-repeat center;
    background-size: 100%;
}

.header_consulting {
    float: right;
}

.consulting_label {
    font-size: 14px;
    color: #666666;
    line-height: 80px;
    float: right;
}

.consulting_phone {
    float: right;
    padding: 32.5px 0px;
}

.consulting_btn {
    width: 118px;
    float: right;
    margin: 20px 0px 20px 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    display: block;
    background: #0055fe;
    color: #ffffff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-box-shadow: 0px 5px 10px rgba(0, 85, 255, .3);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 85, 255, .3);
    box-shadow: 0px 5px 10px rgba(0, 85, 255, .3);
}

.banner_1 {
    width: 100%;
    height: 520px;
    padding: 120px 0px 160px 0px;
    margin-top: 80px;
    margin-bottom: 50px;
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/banner_01.png) no-repeat center;
    position: relative;
}

.banner_1 .banner_title {
    color: #3a4459;
    font-size: 48px;
    line-height: 2.2em;
    font-weight: bold;

}

.banner_1 .banner_paragraph {
    color: #596680;
    font-size: 18px;
    line-height: 1.6em;
}

.banner_1 .banner_other {
    width: 160px;
    margin-top: 45px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    display: block;
    background: #0055fe;
    color: #ffffff;
    border-top-left-radius: 13px;
    border-bottom-right-radius: 13px;
    -moz-box-shadow: 0px 8px 30px rgba(0, 85, 255, .4);
    -webkit-box-shadow: 0px 8px 30px rgba(0, 85, 255, .4);
    box-shadow: 0px 8px 30px rgba(0, 85, 255, .4);
}

.banner_1 .banner_bottom {
    width: 100%;
    height: 100px;
     background-color: rgba(0, 0, 0, 0.15); 
    position: absolute;
    left: 0px;
    bottom: -50px;

}

.banner_content {
    width: 1280px;
    margin: 0px auto;
}

.banner_list {
    padding: 25px 0px 25px 60px;
    border-radius: 10px;
    background: #ffffff;
    -moz-box-shadow: 0px 0px 15px #e6e6e6;
    -webkit-box-shadow: 0px 0px 15px #e6e6e6;
    box-shadow: 0px 0px 15px #e6e6e6;
    overflow: hidden;
}

.banner_list li {
    width: 25%;
    float: left;
}

.banner_list a {
    display: block;
    overflow: hidden;
}

.banner_list .banner_list_picture {
    width: 66px;
    height: 50px;
    float: left;
}

.banner_list .banner_list_caption {

    line-height: 1.6em;
    padding-top: 3px;
    float: left;
}

.banner_list .banner_list_title {
    font-size: 16px;
    font-weight: bold;
    color: #3a4459;
}

.banner_list .banner_list_paragraph {
    font-size: 14px;
    color: #596680;
}

.panel_1 {
    width: 1280px;
    margin: 0px auto;
    padding: 80px 0px;
    overflow: hidden;
}

.panel_1 .panel_title {
    text-align: center;
    padding-bottom: 50px;
}

.panel_1 .panel_title h2 {
    font-size: 42px;
    color: #000000;
    line-height: 1.8em;
    font-weight: normal;
}

.panel_1 .panel_title p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6em;
}

.panel_body.w_1200 {
    width: 1200px;
    margin: 0px auto;
}

.card_1 li {
    width: 25%;
    float: left;
    padding: 0px 12.5px;
}

.card_1 .card_content {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 50px 35px;
}

.card_1 .card_content:hover {
    -moz-box-shadow: 0px 0px 15px #e6e6e6;
    -webkit-box-shadow: 0px 0px 15px #e6e6e6;
    box-shadow: 0px 0px 15px #e6e6e6;
}

.card_1 .card_content .card_picture {
    height: 88px;
}

.card_1 .card_content .card_picture img {
    margin: 0px auto;
}

.card_1 .card_content .card_title {
    font-size: 22px;
    color: #1a1a1a;
    line-height: 65px;
    text-align: center;
}

.card_1 .card_content .card_paragraph {
    font-size: 14px;
    color: #666666;
    line-height: 2em;
    min-height: 86px;
}

.card_1 .card_content .card_other {
    width: 138px;
    font-size: 14px;
    display: block;
    color: #858585;

}

.bg_1 {
    background: url(../images/bg_01.png) no-repeat center;
    background-size: cover;
}

.bg_1 .bg_content {
    width: 1280px;
    margin: 0px auto;
    padding: 110px 0px 140px 0px;
    overflow: hidden;
}

.bg_1 .bg_caption {
    width: 45%;
    float: left;
}

.bg_1 .bg_title {
    font-size: 42px;
    color: #3a4459;
    line-height: 1.8em;
}

.bg_1 .bg_subtitle {
    font-size: 30px;
    color: #3a4459;
    line-height: 1.6em;
}

.bg_1 .bg_paragraph {
    font-size: 16px;
    color: #596680;
    line-height: 1.8em;
    margin-top: 35px;
    padding: 30px 0px 60px 0px;
    border-top: 1px solid #e8e9ee;
}

.bg_1 .bg_other {
    width: 140px;
    line-height: 46px;
    font-size: 14px;
    text-align: center;
    display: block;
    background: #0055fe;
    color: #fff;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.bg_1 .bg_picture {
    width: 45%;
    float: right;
}

.bg_grey {
    background: #f2f5fa;
}
.card_2 ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.card_2 li {
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.card_2 li:last-child {
    margin-right: 20px;
    
}
.card_2 .card_content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.card_2 .card_content .card_pic {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
}
.card_2 .card_content .card_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-size: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.card_2 .card_content:hover .card_pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.card_2 .card_content .card_text {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.card_2 .card_content .card_text p:first-child {
    font-size: 18px;
    color: #333333;
    line-height: 2.8em;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
 overflow: hidden;
}

.card_2 .card_content .card_text p:last-child {
    font-size: 14px;
    color: #999999;
    line-height: 2em;
}
@media screen and (max-width:800px){
    .card_2 li {
        width: 100% ;
        margin-right: 0 !important;
    }
    .card_2 .card_content .card_text p:first-child {
    font-size: 4.8vw;
}

.card_2 .card_content .card_text p:last-child {
    font-size: 3.8vw;
}
}
.card_3 li {
    width: 16.666%;
    float: left;
    padding: 8px;
}

.card_3 .card_content {
    border: 1px solid #e6e6e6;
}

.card_3 .card_content a {
    display: block;
}

.card_3 .card_content .card_picture {
    height: 100px;
    background: #ffffff;
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.bg_2 {
    background: url(../images/bg_02.png) no-repeat center;
    background-size: cover;
}

.bg_2 .bg_content {
    width: 1280px;
    margin: 0px auto;
    padding: 60px 0px 65px 0px;
    overflow: hidden;
}

.bg_2 .bg_title {
    font-size: 38px;
    color: #ffffff;
    line-height: 1.8em;
    text-align: center;
}

.bg_2 .bg_paragraph {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.8em;
    text-align: center;
}

.bg_2 .bg_other {
    width: 140px;
    line-height: 46px;
    font-size: 14px;
    text-align: center;
    display: block;
    background: #fff;
    color: #0055fe;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin: 30px auto 0px auto;
}

.footer {
 
    overflow: hidden;
}

.footer_content {
    width: 1280px;
    margin: 0px auto;
    padding-top: 50px;
}

.footer_nav {
    width: 79%;
    float: left;
}

.footer_nav dl {
    width: 25%;
    float: left;
}

.footer_nav dt {
    font-size: 18px;
    color: #333333;
    line-height: 2.2em;
}

.footer_nav dd a {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 2.2em;
}

.footer_QRcode {
    float: right;
    margin-bottom: 95px;
}

.QRcode_caption {
    padding-bottom: 15px;
}

.QRcode_title {
    font-size: 18px;
    color: #333333;
    line-height: 2.2em;
}

.QRcode_picture {
    padding: 8px;
    margin-right: 10px;
    background: #ffffff;
}

.footer_copyright_content {
    clear: both;
    border-top: 1px solid #d9d9d9;
    font-size: 14px;
    color: #666666;
    line-height: 70px;
}

.footer_friend,
.footer_friend label,
.footer_friend a {
    float: left;
}

.footer_friend a {
    color: #666666;
    margin-right: 10px;
}

.footer_copyright {
    float: right;
    color: #666;
    display: flex;
    align-items: center;
}
.footer_copyright a{
    color: #666;
    margin-right: 5px;
}
.footer_copyright_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 35px;
    padding: 15px 0;
}
.footer_friend{
    width: 100%;
    line-height: 35px;
}
.footer_right{
    float: right;
}
.footer_right a{
    color: #666;
}

 /*浜у搧 */
.banner_2 {
    width: 100%;
    height: 400px;
    padding: 80px 0px 90px 0px;
    margin-top: 80px;
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/banner_02.png) no-repeat center;
    background-size: cover;
}

.banner_2 .banner_title,
.banner_4 .banner_title {
    color: #ffffff;
    font-size: 34px;
    line-height: 2.2em;
    font-weight: bold;
}

.banner_2 .banner_paragraph,
.banner_4 .banner_paragraph {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.8em;
}

.banner_2 .banner_other,
.banner_4 .banner_other {
    width: 110px;
    margin-top: 45px;
    line-height: 37px;
    font-size: 14px;
    text-align: center;
    display: block;
    background: #fff;
    color: #0055fe;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.panel_2 {
    width: 1280px;
    margin: 0px auto;
    padding: 80px 0px;
    zoom: 1;
}

.panel_2::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.panel_2 .panel_title {
    text-align: center;
    padding-bottom: 50px;
    position: relative;
}

.panel_2 .panel_title h2 {
    font-size: 32px;
    color: #3a4459;
    line-height: 1.8em;
}

.panel_2 .panel_title p {
    font-size: 16px;
    color: #596680;
    line-height: 1.6em;
}

.panel_2 .panel_title::after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background: #035cff;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -18px;
}

.tabs-nav-1 {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.tabs-nav-1 li {
    width: 150px;
    line-height: 43px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin: 0px 8.5px;
}

.tabs-nav-1 li.active {
    border: none;
    background: #0055fe;
}

.tabs-nav-1 li a {
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.tabs-nav-1 li.active a {
    color: #ffffff;
}

.tabs-nav-1 li i {
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}

.tabs-nav-1 li:nth-child(1) i {
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/corebtn_01.png);
}

.tabs-nav-1 li:nth-child(2) i {
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/corebtn_02.png);
}

.tabs-nav-1 li:nth-child(3) i {
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/corebtn_03.png);
}

.tabs-nav-1 li:nth-child(4) i {
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/corebtn_04.png);
}

.tabs-nav-1 li:nth-child(5) i {
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/corebtn_05.png);
}

.tabs-nav-1 li:nth-child(6) i {
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/corebtn_06.png);
}

.tabs-nav-1 li.active:nth-child(1) i {
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/corebtn_hover_01.png);
}

.tabs-nav-1 li.active:nth-child(2) i {
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/corebtn_hover_02.png);
}

.tabs-nav-1 li.active:nth-child(3) i {
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/corebtn_hover_03.png);
}

.tabs-nav-1 li.active:nth-child(4) i {
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/corebtn_hover_04.png);
}

.tabs-nav-1 li.active:nth-child(5) i {
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/corebtn_hover_05.png);
}

.tabs-nav-1 li.active:nth-child(6) i {
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/corebtn_hover_06.png);
}

.tab-content-1 .tab-pane {
    display: none;
}

.module-1 {
    padding: 100px 65px;
    overflow: hidden;
}

.module-1 .module_picture {
    width: 44%;
    float: left;
}

.module-1 .module_picture img {
    margin: 0px auto;
}

.module-1 .module_caption {
    width: 56%;
    padding-left: 60px;
    float: left;
}

.module-1 .module_caption .module_title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 2em;
    padding-bottom: 10px;
}

.module-1 .module_caption .module_list li {
    font-size: 15px;
    color: #666666;
    line-height: 2.5em;
    position: relative;
    padding-left: 25px;
}

.module-1 .module_caption .module_list li::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: url(../images/icon_01.png) no-repeat center;
    position: absolute;
    top: 14px;
    left: 5px;
}

.module-1 .module_caption .module_subtitle {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 2em;
    position: relative;
    padding: 15px 0px 25px 15px;
}

.module-1 .module_caption .module_subtitle::before {
    content: "";
    display: block;
    width: 3px;
    height: 16px;
    background: #0068ff;
    position: absolute;
    top: 24px;
    left: 5px;
}

.module-1 .module_caption .module_btn_list li {
    float: left;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.module-1 .module_caption .module_btn_list li:last-of-type {
    margin-right: 0px;
}

.module-1 .module_caption .module_btn_list li a {

    font-size: 14px;
    color: #666666;
    line-height: 32px;
    padding: 0px 23px;
    display: block;
}

.bg_3 {
    background: #f2f5fa;
}

.bg_3 .panel_2 .panel_title h2 {
    color: #3a4459;
}


.bg_3 .panel_2 .panel_title p {
    color: #596680;
}

.card_4 li {
    width: 33.333%;
    float: left;
    padding: 16px;
}

.card_4 .card_content {
    background: #fcfdfe;
    border-radius: 5px;
    padding: 20px 30px 30px 30px;
}

.card_4 .card_content a {
    display: block;
}

.card_4 .card_content .card_title {
    font-size: 20px;
    color: #333333;
    line-height: 3em;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

.card_4 .card_content .card_title::before {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    background: #0068ff;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.card_4 .card_content .card_title i {
    width: 70px;
    height: 70px;
    display: block;
    float: right;
}

.card_4 li:nth-child(1) .card_content .card_title i {
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/advantage_01.png) no-repeat center;
}

.card_4 li:nth-child(2) .card_content .card_title i {
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/advantage_02.png) no-repeat center;
}

.card_4 li:nth-child(3) .card_content .card_title i {
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/advantage_03.png) no-repeat center;
}

.card_4 li:nth-child(4) .card_content .card_title i {
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/advantage_04.png) no-repeat center;
}

.card_4 li:nth-child(5) .card_content .card_title i {
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/advantage_05.png) no-repeat center;
}

.card_4 li:nth-child(6) .card_content .card_title i {
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/advantage_06.png) no-repeat center;
}

.card_4 .card_content .card_paragraph {
    font-size: 15px;
    color: #666666;
    line-height: 1.8em;
}

.process_1 {
    width: 95%;
    margin: 40px auto 30px auto;
    position: relative;
}

.process_1 ul {
    width: 100%;
    overflow: hidden;
}

.process_1 .process_line {
    position: relative;
    padding: 115.5px 0px;
}

.process_1 .process_line::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #0068ff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -4px;
}

.process_1 .process_line::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #0068ff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -4px;
}

.process_1 .process_line li {
    width: 16.666%;
    float: left;
    position: relative;
}

.process_1 .process_line li::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #0068ff;
    position: absolute;
    top: 23.5px;
    left: 0px;
}

.process_1 .process_line li:nth-child(odd)::after {
    content: "";
    display: block;
    width: 79px;
    height: 42px;
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/process_top.png) no-repeat center;
    position: absolute;
    top: -41.5px;
    left: 50%;
    margin-left: -79px;
}

.process_1 .process_line li:nth-child(even)::after {
    content: "";
    display: block;
    width: 79px;
    height: 42px;
    background: url(http://www.deruan.com/themes/website/1/zh/deruan/static/images/process_bottom.png) no-repeat center;
    position: absolute;
    top: 47.5px;
    left: 50%;
    margin-left: -79px;
}

.process_1 .process_line li i {
    width: 49px;
    height: 49px;
    background: #ffffff;
    margin: 0px auto;
    line-height: 47px;
    text-align: center;
    display: block;
    border: 1px solid #0050ff;
    border-radius: 50%;
    color: #0050ff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.process_1 .process_top {
    position: absolute;
    height: 67px;
    top: 0px;
    left: -2%;
}

.process_1 .process_bottom {
    position: absolute;
    height: 67px;
    bottom: 5px;
    left: 15%;
}

.process_1 .process_top li,
.process_1 .process_bottom li {
    width: 33.333%;
    float: left;
}

.process_1 .process_picture {
    width: 35px;
    float: left;
    margin: 12px 15px 0px 0px;
}

.process_1 .process_picture img {
    margin: 0px auto;
}

.process_1 .process_caption {
    float: left;
}

.process_1 .process_title {
    font-size: 20px;
    color: #333333;
    line-height: 2em;
    font-weight: bold;
}

.process_1 .process_paragraph {
    font-size: 15px;
    color: #666666;
    line-height: 1.8em;
}

 /*瀹氬埗 */
.banner_3 {
    width: 100%;
    height: 400px;
    padding: 80px 0px 90px 0px;
    margin-top: 80px;
    background: url(../images/banner_03.png) no-repeat center;
    background-size: cover;
}

.banner_3 .banner_title {
    color: #ffffff;
    font-size: 34px;
    line-height: 2.2em;
    font-weight: bold;
}

.banner_3 .banner_paragraph {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.8em;
}

.banner_3 .banner_other {
    width: 110px;
    margin-top: 45px;
    line-height: 37px;
    font-size: 14px;
    text-align: center;
    display: block;
    background: #fff;
    color: #0055fe;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card_5 li {
    width: 50%;
    float: left;
    padding: 15px;
}

.card_5 .card_content {
    background: #fcfdfe;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 15px #e6e6e6;
    -webkit-box-shadow: 0px 0px 15px #e6e6e6;
    box-shadow: 0px 0px 15px #e6e6e6;
}

.card_5 .card_content a {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 50px 35px 50px 35px;
}

.card_5 .card_content .card_picture {
    width: 26%;
    border-right: 1px solid #f2f2f2;
}

.card_5 .card_content .card_caption {
    width: 74%;
    padding-left: 8%;
}


.card_5 .card_content .card_title {
    font-size: 24px;
    color: #000000;
    line-height: 1em;
    margin-bottom: 20px;
}

.card_5 .card_content .card_list li {
    padding: 0px;
    width: auto;
    color: #666666;
    line-height: 2em;
    font-size: 15px;
    position: relative;
    padding-left: 25px;

}

.card_5 .card_content .card_list li:nth-child(odd) {
    margin-right: 20px;
}

.card_5 .card_content .card_list li::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: url(../images/icon_01.png) no-repeat center;
    position: absolute;
    top: 13px;
    left: 5px;
}

.bg_4 {
    background: #f2f5fa;
    background-size: cover;
}

.bg_4 .panel_2 .panel_title h2 {
    color: #3a4459;
}

.bg_4 .panel_2 .panel_title p {
    color: #596680;
}

.bg_4 .flex {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.bg_4 .left,
.bg_4 .center,
.bg_4 .right {
    width: 33.333%;
    padding-top: 40px;
}

.bg_4 .bg_list_card li {
    overflow: hidden;
    margin-bottom: 50px;
}

.bg_4 .bg_list_card li:last-of-type {
    margin-bottom: 0px;
}

.bg_4 .bg_list_card .card_picture {
    width: 70px;
    float: left;
}

.bg_4 .bg_list_card .card_caption {
    width: calc(100% - 70px);
    float: left;
}

.bg_4 .bg_list_card .card_title {
    font-size: 18px;
    color: #3a4459;
    line-height: 2em;
    padding-bottom: 5px;
    font-weight: bold;
}

.bg_4 .bg_list_card .card_paragraph {
    font-size: 14px;
    color: #596680;
    line-height: 2em;
}

.bg_4 .center {
    position: relative;
}

.bg_4 .center img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.rotate {
    transition: 0.5s;
    transform-origin: center;
    animation: rotate 10s linear infinite;
}

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

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



.process_2 {
    padding-top: 30px;
}

.process_2 li {
    width: 25%;
    float: left;
}

.process_2 .card_number {
    height: 220px;
    background: url(../images/process_bg_01.png) no-repeat center top;
    position: relative;
}

 .process_2 li:hover .card_number {
    background: url(../images/process_bg_01.png) no-repeat top center;
} 

.process_2 .card_number::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -11.3px;
    z-index: 1;
}

.process_2 li:hover .card_number::before {
    background: #ffffff;
    border: 1px solid #0050ff;
}

.process_2 .card_number::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #cccccc;
    border-radius: 50%;
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -4.5px;
    z-index: 2;
}

.process_2 li:hover .card_number::after {
    background: #0050ff;
}

.process_2 li h2 {
    font-size: 38px;
    color: #ffffff;
    text-align: center;
    line-height: 1em;
    padding-top: 50px;
}

.process_2 .card_number p {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 2.2em;
}

.process_2 .card_number i {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    left: 0px;
    bottom: 11px;
}

.process_2 li:first-of-type .card_number i,
.process_2 li:last-of-type .card_number i {
    width: 50%;
}

.process_2 li:first-of-type .card_number i {
    left: 50%;
}

.process_2 .card_caption {
    padding: 0px 20px;
    margin-top: 45px;
    position: relative;
}

.process_2 .card_title {
    padding: 20px 25px;
    min-height: 130px;
    font-size: 14px;
    color: #666666;
    line-height: 2.2em;
    background: #fcfdfe;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 15px #e6e6e6;
    -webkit-box-shadow: 0px 0px 15px #e6e6e6;
    box-shadow: 0px 0px 15px #e6e6e6;

}

.process_2 .triangle {
    width: 16px;
    height: 16px;
    display: block;
    background: #ffffff;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
}

.card_6 li {
    width: 25%;
    float: left;
    padding: 0px 10px;
}

.card_6 .card_content {
    height: 450px;
    padding: 40px 30px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.card_6 li:nth-child(1) .card_content {
    background: url(../images/case_bg_01.png) no-repeat center;
    background-size: cover;
}

.card_6 li:nth-child(2) .card_content {
    background: url(../images/case_bg_02.png) no-repeat center;
    background-size: cover;
}

.card_6 li:nth-child(3) .card_content {
    background: url(../images/case_bg_03.png) no-repeat center;
    background-size: cover;
}

.card_6 li:nth-child(4) .card_content {
    background: url(../images/case_bg_04.png) no-repeat center;
    background-size: cover;
}

.card_6 .card_picture {
    padding-bottom: 15px;
}

.card_6 .card_title {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    line-height: 2.5em;
}

.card_6 .card_paragraph {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8em;
}

.banner_4 {
    width: 100%;
    height: 400px;
    padding: 80px 0px 90px 0px;
    margin-top: 80px;
    background: url(../images/banner_05.jpeg) no-repeat center;
    background-size: cover;
}


.paragraph_1 p {
    text-indent: 2em;
    color: #596680;
    font-size: 15px;
    line-height: 2em;
}

.cord_7 {
    margin-top: 50px;
}

.cord_7 li {
    width: 25%;
    float: left;
    padding: 10px;
}

.cord_7 .card_content {
    background: #fafbfc;
    border: 1px solid #e9ecf2;
    border-radius: 10px;
    padding: 35px 10px;
}

.cord_7 .card_number {
    color: #1966ff;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

.cord_7 .card_paragraph {
    color: #596680;
    font-size: 15px;
    text-align: center;
    line-height: 2em;
}

.card_8 ul {
    height: 500px;
}

.card_8 li {
    width: 33.333%;
    height: 50%;
    float: left;
    padding: 7.5px;
}

.card_8 li .card_content {
    height: 100%;
    padding: 30px 35px;
}

.card_8 li:first-of-type {
    height: 100%;
}

.card_8 li:nth-child(1) .card_content {
    background: url(../images/hxjz_01.jpeg) no-repeat center / cover;
}

.card_8 li:nth-child(2) .card_content {
    background: url(../images/hxjz_02.jpeg) no-repeat center / cover;
}

.card_8 li:nth-child(3) .card_content {
    background: url(../images/hxjz_03.jpeg) no-repeat center / cover;
}

.card_8 li:nth-child(4) .card_content {
    background: url(../images/hxjz_04.jpeg) no-repeat center / cover;
}

.card_8 li:nth-child(5) .card_content {
    background: url(../images/hxjz_05.jpeg) no-repeat center / cover;
}

.card_8 img {
    margin: 0px auto;
}

.card_8 .card_title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 2.5em;
}

.card_8 .card_paragraph {
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 2.2em;
}

.map_picture {
    position: relative;
    border: 1px solid #1966ff;
    border-radius: 10px;
    overflow: hidden;
    -moz-box-shadow: 0px 5px 30px rgba(0, 85, 255, .2);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 85, 255, .2);
    box-shadow: 0px 5px 30px rgba(0, 85, 255, .2);
}

.map_picture img {
    width: 100%;
}

.map_picture img.small_img {
    display: none;
}

.map_picture .address {
    width: 400px;
    height: 65px;
    color: #fff;
    background: #1966ff;
    font-size: 15px;
    text-align: center;
    line-height: 65px;
    position: absolute;
    top: -25px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    border-radius: 10px;
}
@media screen and (max-width: 1600px) {

    .banner_content,
    .panel_1,
    .panel_2,
    .bg_1 .bg_content,
    .bg_2 .bg_content,
    .footer_content {
        width: 1200px;
    }

    .card_5 .card_content .card_list li {
        width: 100%;
    }

    .bg_4 .bg_list_card .card_title {
        font-size: 16px;
    }

    .bg_4 .bg_list_card .card_paragraph {
        font-size: 12px;
    }
}

@media screen and (max-width: 1400px) {

    .banner_content,
    .panel_1,
    .panel_2,
    .bg_1 .bg_content,
    .bg_2 .bg_content,
    .footer_content {
        width: 1100px;
    }

    .panel_body.w_1200 {
        width: 100%;
    }

    .header_content {
        width: calc(100% - 60px);
    }

    .banner_1 .banner_bottom {
        bottom: -21px;
    }

    .banner_1 .banner_title {
        font-size: 44px;
    }

    .banner_1 .banner_paragraph {
        font-size: 16px;
    }

    .banner_1 .banner_other {
        width: 140px;
        line-height: 46px;
        font-size: 14px;
        border-top-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .banner_list {
        padding: 25px 0px;
    }

    .banner_list .banner_list_picture {
        width: 100%;
        height: 60px;
    }

    .banner_list .banner_list_picture img {
        margin: 0px auto;
    }

    .banner_list .banner_list_caption {
        width: 100%;
        text-align: center;
    }

    .consulting_btn {
        display: none;
    }

    .panel_1,
    .panel_2 {
        padding: 75px 0px;
    }

    .panel_1 .panel_title,
    .panel_2 .panel_title {
        padding-bottom: 45px;
    }

    .panel_1 .panel_title h2 {
        font-size: 40px;
    }

    .bg_1 .bg_title {
        font-size: 40px;
    }

    .bg_1 .bg_subtitle {
        font-size: 28px;
    }

    .bg_4 .center img {
        width: 90%;
    }

    .tabs-nav-1 li {
        width: 140px;
        line-height: 40px;
    }

    .tabs-nav-1 li a {
        font-size: 14px;
    }

    .module-1 {
        padding: 70px 50px 0px 50px;
    }
}

@media screen and (max-width: 1200px) {

    .banner_content,
    .panel_1,
    .panel_2,
    .bg_1 .bg_content,
    .bg_2 .bg_content,
    .footer_content {
        width: calc(100% - 60px);
    }

    .header_consulting {
        display: none;
    }
    .card_3 li {
        width: 20%;
    }

    .card_4 .card_content .card_title i {
        display: none;
    }

    .card_5 .card_content .card_picture {
        width: 40%;
    }

    .card_5 .card_content .card_caption {
        width: 60%;
    }

    .process_1 .process_title {
        font-size: 18px;
    }

    .process_1 .process_paragraph {
        font-size: 12px;
    }

    .bg_2 .bg_content {
        padding: 50px 0px 55px 0px;
    }

    .bg_2 .bg_title {
        font-size: 34px;
    }

    .bg_2 .bg_paragraph {
        font-size: 16px;
    }

    .bg_2 .bg_other {
        width: 110px;
        line-height: 37px;
        font-size: 14px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .banner_1,
    .banner_2,
    .banner_3,
    .banner_4 {
        height: 350px;
        padding: 60px 0px 50px 0px;
    }

    .footer_nav dt,
    .QRcode_title {
        font-size: 16px;
    }

    .footer_nav dd a,
    .footer_copyright_content {
        font-size: 12px;
    }

    .card_6 .card_content {
        height: 350px;
    }

    .card_6 .card_title {
        font-size: 18px;
    }

    .card_6 .card_paragraph {
        font-size: 12px;
    }

    .cord_7 .card_number {
        font-size: 42px;
    }

    .cord_7 .card_paragraph {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {

    .header_content,
    .banner_content,
    .panel_1,
    .panel_2,
    .footer_content {
        width: calc(100% - 30px);
    }

    .bg_1 .bg_content,
    .bg_2 .bg_content {
        width: calc(100% - 80px);
    }

    .bg_4 .flex {
        display: block;
    }

    .bg_4 .left,
    .bg_4 .right {
        width: 100%;
    }

    .bg_4 .center {
        display: none;
    }

    .bg_4 .bg_list_card li {
        height: 100%;
        padding: 0px 10px;
    }

    .process_2 .card_caption {
        padding: 0px 10px;
    }

    .module-1 .module_picture,
    .module-1 .module_caption {
        width: 100%;
    }

    .module-1 .module_caption {
        padding-left: 0px;
    }

    .bg_1 .bg_content {
        padding: 60px 0px;
    }

    .bg_1 .bg_caption {
        width: 100%;
    }

    .bg_1 .bg_picture {
        display: none;
    }

    .bg_1 .bg_title {
        font-size: 34px;
    }

    .bg_1 .bg_subtitle {
        font-size: 22px;
    }

    .bg_1 .bg_paragraph {
        font-size: 12px;
        padding: 30px 0px;
    }

    .process_1 .process_top,
    .process_1 .process_bottom {
        left: 0px;
    }

    .process_1 .process_top {
        top: 20px;
    }

    .process_1 .process_title {
        line-height: 2.6em;
    }

    .process_1 .process_paragraph {
        display: none;
    }

    .cord_7 .card_number {
        font-size: 36px;
    }

    .cord_7 .card_paragraph {
        font-size: 12px;
    }

    .map_picture .address {
        width: 370px;
        height: 60px;
        font-size: 14px;
        line-height: 60px;
    }
}

@media screen and (max-width:900px) {
    .banner_1 .banner_title {
        font-size: 38px;
    }

    .banner_1 .banner_paragraph {
        font-size: 14px;
    }

    .banner_1 .banner_other {
        width: 110px;
        line-height: 37px;
    }

    .card_4 li {
        width: 50%;
    }

    .card_4 .card_content .card_title i {
        display: block;
    }

    .card_5 .card_content .card_picture {
        width: 33.333%;
    }

    .card_5 .card_content .card_caption {
        width: 66.666%;
    }

    .card_5 .card_content .card_title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .card_5 .card_content .card_list li {
        font-size: 14px;
    }

    .card_5 .card_content .card_list li::before {
        top: 10px;
    }

    .card_6 li {
        width: 50%;
        margin-bottom: 20px;
    }

    .panel_1,
    .panel_2 {
        padding: 60px 0px;
    }

    .panel_1 .panel_title h2,
    .panel_2 .panel_title h2 {
        font-size: 26px;
    }

    .panel_1 .panel_title p,
    .panel_2 .panel_title p {
        font-size: 14px;
    }

    .process_2 li h2,
    .process_1 li h2 {
        font-size: 32px;
        padding-top: 40px;
    }

    .process_2 .card_number p {
        font-size: 14px;
    }

    .process_2 .card_title {
        padding: 10px 15px;
        font-size: 12px;
    }

    .footer_nav {
        width: 100%;
    }

    .footer_nav dt {
        text-align: center;
        font-size: 14px;
    }

    .footer_nav dd {
        display: none;
    }

    .footer_QRcode {
        float: none;
        clear: both;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .QRcode_caption {
        display: none;
    }

    .QRcode_picture {
        width: 124px;
        margin: 0px auto;
        float: none;
    }

    .footer_QRcode img {
        margin: 0px auto;
    }

    .tabs-nav-1 {
        -webkit-flex-wrap: wrap;
        -webkit-box-lines: multiple;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tabs-nav-1 li {
        margin-bottom: 20px;
    }

    .header_nav li a {
        font-size: 14px;
        padding: 0px 20px;
    }

    .cord_7 .card_number {
        padding-bottom: 8px;
    }

    .cord_7 li {
        width: 50%;
        padding: 5px;
    }

    .card_8 ul {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .card_8 li {
        width: 50%;
    }

    .map_picture img.large_img {
        display: none;
    }

    .map_picture img.small_img {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    .banner_bottom {
        display: none;
    }

    .banner_1 {
        margin-bottom: 0px;
    }

    .card_1 li {
        width: 50%;
    }

    .card_3 li {
        width: 25%;
    }

    .card_4 li {
        width: 100%;
    }

    .card_5 li {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {

    .card_3 li {
        width: 33.333%;
    }

    .header_nav {
        width: 100%;
        margin-top: 0px;
        background: #333333;
        margin-left: 0px;
        position: absolute;
        left: 0px;
        top: 80px;
        display: none;
    }

    .header_nav ul li {
        width: 100%;
        margin-right: 0px;
    }

    .header_nav ul li a {
        color: #9a9a9a;
        text-indent: 30px;
        line-height: 50px;
    }

    .header_nav ul li a:hover {
        background: #2d3e6e;
        color: #ffffff;
    }

    .header_toggle {
        display: block;
    }

    .banner_1,
    .banner_2,
    .banner_3,
    .banner_4 {
        height: 300px;
        padding: 90px 0px 113px 0px;
    }

    .banner_1 .banner_paragraph,
    .banner_2 .banner_paragraph,
    .banner_3 .banner_paragraph,
    .banner_4 .banner_paragraph {
        display: none;
    }

    .banner_1 .banner_title,
    .banner_2 .banner_title,
    .banner_3 .banner_title,
    .banner_4 .banner_title {
        font-size: 28px;
    }

    .banner_1 .banner_other {
        width: 110px;
        line-height: 35px;
        font-size: 14px;
    }

    .banner_1 .banner_other,
    .banner_2 .banner_other,
    .banner_3 .banner_other,
    .banner_4 .banner_other {
        width: 110px;
        margin-top: 35px;
    }

    .banner_1 .banner_bottom {
        bottom: -120px;
    }

    .process_2 li h2 {
        padding-top: 22px;
    }

    .process_2 .card_number {
        background-size: 80%;
    }

    .process_2 li:hover .card_number {
        background-size: 80%;
    }

    .bg_2 .bg_title {
        font-size: 26px;
    }

    .bg_2 .bg_paragraph {
        font-size: 14px;
    }

    .bg_2 .bg_content {
        padding: 40px 0px 45px 0px;
    }

    .footer_friend,
    .footer_copyright {
        width: 100%;
    }

    .footer_copyright_content {
        line-height: 30px;
    }

    .process_1 .process_picture {
        margin-top: 0px;
        width: 100%;
        height: 25px;
    }

    .process_1 .process_caption {
        width: 100%;
    }

    .process_1 .process_title {
        text-align: center;
        font-weight: 16px;
    }

    .process_1 .process_top {
        top: 0px;
    }

    .cord_7 .card_paragraph {
        height: 48px;
    }

    .cord_7 .card_number {
        font-size: 28px;
        padding-bottom: 5px;
    }

    .map_picture .address {
        width: 75%;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
    }
}

@media screen and (max-width: 600px) {
    .card_1 li {
        width: 100%;
    }

    .card_2 li {
        width: 100%;
    }

    .card_3 li {
        width: 50%;
    }

    .card_8 li .card_content {
        padding: 15px;
    }

    .card_8 .card_title {
        font-size: 20px;
    }

    .card_8 .card_paragraph {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    .card_8 li {
        width: 100%;
    }

    .card_8 li,
    .card_8 li:first-of-type {
        height: 60%;
    }

    .map_picture .address {
        width: 95%;
    }
}

@media screen and (max-width: 300px) {
    .card_4 .card_content .card_title i {
        display: none;
    }
}

.QRcode_picture{
    max-width: 150px;
}





.MobIcp{
    display: none;
}
@media (max-width:996px){
    .footer_copyright,.footer_friend,.footer_right{
        display: none;
    }
    .MobIcp{
        display: block;
        text-align: center;
        width: 100%;
    }
    .MobIcp a{
        font-size: 12px;
        color: #666;
        margin-right: 4px;
    }
    .MobIcp p a:last-child{
        margin-right: 0px;
    }
    .MobIcp p:last-child a{
        margin-left: 4px;
    }
    .MobIcp p{
        line-height: 2;
        display: flex;
        justify-content: center;
        font-size: 12px;
        color: #666;
    }
}


.header_content{
    width: 100%;
    max-width:1280px;
}