﻿body {
    padding: 100px 0 0 0;
    margin: 0;
    color: #333;
}

html {
    padding: 0;
    margin: 0;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;   
}

a{
    color: #333;
}

a:hover{
    color: #2272c7;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: -moz-transform 0.3s ease-in-out;
    transition: all 0.3s ease 0s;
}

.container {
    min-width: 1200px;
    position: relative;
    max-width: 1440px;
    width: auto;
    padding: 0 20px;
}

.container-fluid {    
    min-width: 1240px;
    position: relative;
}

.header_box{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0px 0px 20px rgba(179,179,179,0.35);
}

.header_box .header_info{
    display: flex;
    align-items: center; 
	justify-content: center;
}

.header_box .header_info .logo{
    flex: 1;
    display: flex;
    align-items: center; 
	justify-content: center;
}

.header_box .header_info .logo img{
    display: block;
    height: 63px;
    width: 63px;
    margin-right: 12px;
}

.header_box .header_info .logo .logo_text{
    flex: 1;
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    color: #333;
}

.header_nav{
    flex: 1;
    text-align: right;    
}

.header_nav .header_nav_li{
    display: inline-block;
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    color: #333;
    padding: 0 25px;
}

.header_nav .header_nav_li.active{
    color: #0bc263;
    font-weight: bold;
}

.header_nav .header_nav_li:hover{
    color: #0bc263;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: -moz-transform 0.3s ease-in-out;
    transition: all 0.3s ease 0s;
}

.footer_content{
    background-color: #333;
    padding: 50px 0;
}

.footer_info{
    position: relative;
    padding-right: 260px;
}

.footer_info .li_ewm{
    position: absolute;
    width: 230px;
    top: 0;
    right: 0;
    z-index: 3;
}

.footer_info .li_ewm .li_ewm_top{
    padding: 0 30px;
    text-align: center;
    font-size: 0;
}

.footer_info .li_ewm .li_ewm_top .li_ewm_li{
    display: inline-block;
    width: 50px;
    text-align: center;
    position: relative;
}

.footer_info .li_ewm .li_ewm_top .li_ewm_li .li_ewm_li_img{
    height: 23px;
}

.footer_info .li_ewm .li_ewm_top .li_ewm_li .li_ewm_li_img:hover{
    opacity: 0.5;
    -webkit-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
}

.footer_info .li_ewm .li_ewm_top .li_ewm_li .li_ewm_li_pop{
    position: absolute;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    bottom: 40px;
    z-index: 99;     
}

.footer_info .li_ewm .li_ewm_top .li_ewm_li .li_ewm_li_pop img{
    display: block;
    width: 100%;
    -webkit-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    transform-origin: center bottom;
}

.footer_info .li_ewm .li_ewm_top .li_ewm_li:hover .li_ewm_li_pop img{
    -webkit-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: center bottom;
}

.footer_info .li_ewm_info{
    margin-top: 50px;
}

.footer_info .li_ewm_info img{
    display: block;
    width: 124px;
    margin: 0 auto;
}

.footer_info .li_ewm_info .title{
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.footer_info .li_ewm_info .text{
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: rgba(255,255,255,0.5);
}

.footer_info .li_info .footer_info_nav .footer_info_nav_li{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-right: 80px;
}

.footer_info .li_info .footer_info_tel{
    margin-top: 30px;    
}

.footer_info .li_info .footer_info_tel .title{
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}

.footer_info .li_info .footer_info_tel .text{
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    font-family: Impact;
}

.footer_info .li_info .footer_info_tel .text .small{
    font-size: 20px;
    margin-left: 10px;
}

.footer_info .li_info .footer_info_lianxi{
    margin-top: 30px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.footer_info .li_info .footer_info_bq{
    margin-top: 30px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255,255,255,0.5);
}

.footer_info .li_info .footer_info_bq a{
    margin-top: 30px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255,255,255,0.5);
}

.bc_green{
    background-color: #07c160;
}

.index_top_box{
    padding: 70px 0;    
}

.index_top_info{
    background-position: center right 100px;
    background-repeat: no-repeat;
    background-size: contain;
}

.index_top_info .title{
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
}

.index_top_info .text{
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
}

.index_top_info .login_box{
    margin-top: 60px;
    background-color: #fff;
    width: 280px;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    overflow: hidden;
}

.index_top_info .login_box .login_nva{
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}

.index_top_info .login_box .login_nva .login_nva_li{
    flex: 1;
    font-size: 16px;
    line-height: 60px;
    color: #333;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.index_top_info .login_box .login_nva .login_nva_li::before{
    content: " ";
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background-color: #e5e5e5;
}

.index_top_info .login_box .login_nva .login_nva_li:first-child:before{
    content: "";
    width: 0px;
}


.index_top_info .login_box .login_nva .login_nva_li.active{
    color: #07c160;
}

.index_top_info .login_box .login_nva .login_nva_li.active::after{
    content: " ";
    position: absolute;
    left: 0;
    right:0;
    bottom: 0px;
    height: 2px;
    background-color: #07c160;
}

.login_list{
    padding: 20px;
}

.login_list .login_li{
    display: none;
}

.login_list .login_li.active{
    display: block;
}

.login_list .login_li img{
    display: block;
    width: 206px;
    height: 194px;
    margin: 0 auto;
}

.index_tj_list{
    padding: 45px 0;
    display: flex;
}

.index_tj_list .index_tj_li{
    flex: 1;
    text-align: center;
}

.index_tj_list .index_tj_li .index_tj_info{
    display: inline-block;
    padding-left: 75px;
    position: relative;
    min-height: 60px;
}

.index_tj_list .index_tj_li .index_tj_info img{
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
}

.index_tj_list .index_tj_li .index_tj_info .title{
    font-size: 40px;
    line-height: 50px;
    font-family: Impact;
    color: #333;
    text-align: left;
}

.index_tj_list .index_tj_li .index_tj_info .text{
    font-size: 18px;
    line-height: 20px;
    color: #999;
    text-align: left;
}

.div_box{
    padding: 70px 0;
    position: relative;
}

.div_title{
    font-size: 36px;
    text-align: center;
    line-height: 48px;
    color: #333;
}

.gn_box{
    margin-top: 70px;
}

.gn_box .gn_table{
    overflow: hidden;
}

.gn_box .gn_table .gn_table_left{
    width: 50%;
    float: left;
    background-color: #07c160;    
}

.gn_box .gn_table .gn_table_right{
    width: 50%;
    float: left;
    background-color: #f5f5f5;    
}


.gn_box .gn_table .gn_table_th{
    padding: 40px 0;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}

.gn_box .gn_table .gn_table_left .gn_table_th{
    border-bottom: 1px solid #3ad584;
}

.gn_box .gn_table .gn_table_th .small{
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
}

.gn_box .gn_table .gn_table_right .gn_table_th{
    color: #333;
}

.gn_table_tr{
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    padding: 30px 0;
}

.gn_table_left .gn_table_tr{
    border-bottom: 1px solid #3ad584;
}

.gn_table_tr .gn_table_td{
    padding: 0 40px 0 70px;
    flex: 1;
    position: relative;
    min-height: 101px;
}

.gn_table_tr .gn_table_td:first-child::after{
    content: " ";
    position: absolute;
    top: -30px;
    bottom: -30px;
    right: 0;
    width: 1px;
    background-color: #e5e5e5;
}

.gn_table_left .gn_table_tr .gn_table_td:first-child::after{
    background-color: #3ad584;
}

.gn_table_tr .gn_table_td .title{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 34px;
}

.gn_table_tr .gn_table_td .text{
    font-size: 16px;
    color: #fff;
    line-height: 21px;
} 

.gn_table_tr .gn_table_td .star{
    margin-top: 5px;
} 

.gn_table_right .gn_table_tr .gn_table_td .title,
.gn_table_right .gn_table_tr .gn_table_td .text{
    color: #333;
}

.btn_sy{
    display: block;
    width: 300px;
    height: 70px;
    border: 2px solid #0bc263;
    -webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
    font-size: 24px;
    color: #0bc263;
    line-height: 70px;
    margin: 70px auto 0 auto;
    text-align: center;
}

.btn_sy:hover{
    background-color: #0bc263;
    color: #fff;
    -webkit-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
}

.bg_img{
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 120% 120%;
    -webkit-animation: bg_img_KF 15s linear infinite;
    animation: bg_img_KF 15s linear infinite;
}

@keyframes bg_img_KF {
    0% {
        background-size: 120% 120%;
    }
    50% {
        background-size: 100% 100%;
    }
    100% {
        background-size: 120% 120%;
    }
}

@-webkit-keyframes bg_img_KF {
    0% {
        background-size: 120% 120%;
    }
    50% {
        background-size: 100% 100%;
    }
    100% {
        background-size: 120% 120%;
    }
}

.font_bold{
    font-weight: bold;
}

.cyh_box{
    margin-top: 70px;
}

.cyh_nva{
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}

.cyh_nva .cyh_nva_li{
    font-size: 24px;
    line-height: 48px;
    padding-bottom: 20px;
    flex: 1;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.cyh_nva .cyh_nva_li.active::after{
    content: " ";
    position: absolute;
    left: 50%;
    width: 90px;
    height: 4px;
    margin-left: -45px;
    background-color: #0bc263;
    bottom: 0;
}

.cyh_list{
    margin-top: 68px;
}

.cyh_list .cyh_li{
    display: none;
    padding: 0 15%;
    overflow: hidden;
}

.cyh_list .cyh_li.active{
    display: block;
}

.cyh_list .cyh_li .cyh_li_content{
    display: flex;
    align-items: center; 
	justify-content: center;
}


.cyh_li_content .cyh_li_info{
    flex: 1;
    padding-bottom: 60px;
}

.cyh_li_content .cyh_li_img{
    flex: 1;
    margin-left: 60px;    
}

.cyh_li_content .cyh_li_img img{
    display: block;
    margin-left: auto;  
    transform: translateY(0);
	-webkit-transform: translateY(0);  
}

.cyh_li_content.no_active .cyh_li_img img{
    display: block;
    margin-left: auto;  
    transform: translateY(100%);
	-webkit-transform: translateY(100%);  
}

.cyh_li_content.no_active .cyh_li_img.active img{
    transform: translateY(0);
	-webkit-transform: translateY(0);
    transition: -webkit-transform 0.8s ease-in-out;
    transition: -moz-transform 0.8s ease-in-out;
    transition: all 1s ease 0s;
}

.cyh_li_content .cyh_li_info .title{
    font-size: 40px;
    line-height: 60px;
    color: #333;
}

.cyh_li_content .cyh_li_info .text{
    font-size: 18px;
    line-height: 27px;
    color: #333;
    margin-top: 20px;
}


.btn_sy2{
    display: block;
    width: 190px;
    height: 70px;
    border: 2px solid #0bc263;
    -webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
    font-size: 24px;
    color: #0bc263;
    line-height: 70px;
    margin-top: 60px;
    text-align: center;
}

.btn_sy2:hover{
    background-color: #0bc263;
    color: #fff;
    -webkit-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
}

.tzxq_list{
    display: flex;
    margin: 70px -1% 0 -1%;
}

.tzxq_list .tzxq_li{
    flex: 1;
    margin: 0 1%;
    box-shadow: 0px 0px 50px rgba(183,174,174,0.35);
    padding: 60px 0;
}

.tzxq_list .tzxq_li img{
    display: block;
    width: 232px;
    height: 232px;
    margin: 0 auto;
}

.tzxq_list .tzxq_li:hover img{    
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transition: -webkit-transform 1.2s ease-in-out;
    transition: -moz-transform 1.2s ease-in-out;
    transition: all 1.2s ease 0s;
}

.tzxq_list .tzxq_li .title{
    font-size: 30px;
    line-height: 50px;
    color: #333;
    text-align: center;
    padding: 0 20px;
}

.tzxq_list .tzxq_li .text{
    font-size: 20px;
    line-height: 40px;
    color: #999;
    text-align: center;
    padding: 0 20px;
}

.hzhb_list{
    margin-top: 60px;
    overflow: hidden;
}

.hzhb_list .hzhb_li{
    display: block;
    width: 16.666%;
    float: left;
    padding: 25px 0;
    overflow: hidden;
}

.hzhb_list .hzhb_li .hzhb_li_icon{
    width: 80%;
    height: 0;
    padding-bottom: 60px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
}

.hzhb_list .hzhb_li:hover .hzhb_li_icon{
    width: 80%;
    height: 0;
    padding-bottom: 60px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    -webkit-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.footer_gg_box{
    background-color: #cff6e0;
}

.div_footer_gg{
    padding: 53px 0 53px 113px;
    position: relative;
}

.btn_close_gg{
    position: absolute;
    top: -48px;
    width: 40px;
    height: 48px;
    background: url(../images/icon048.png) no-repeat center;
    background-size: 100% 100%;
    right: 30px;
    cursor: pointer;
    display: none;
}


.cbl_pop .btn_close_cbl{
    position: absolute;
    top: -36px;
    width: 30px;
    height: 36px;
    background: url(../images/icon048.png) no-repeat center;
    background-size: 100% 100%;
    right: 0px;
    cursor: pointer;
}

.div_footer_gg .div_footer_gg_img{
    position: absolute;
    left: 0;
    top: -25px;
    bottom: 0;
    width: 226px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.div_footer_gg .div_footer_gg_info{
    padding: 20px 0 20px 113px;
    background: #0cc263;
	background:-moz-linear-gradient(left,#0cc263,#cff6e0);
	background:-ms-linear-gradient(left,#0cc263,#cff6e0);
	background:-o-linear-gradient(left,#0cc263,#cff6e0);
	background:-webkit-linear-gradient(left,#0cc263,#cff6e0);
    font-size: 30px;
    color: #fff;
    line-height: 70px;
}


.div_footer_gg .div_footer_gg_info .btn_zxzx{
    display: block;
    width: 190px;
    height: 70px;
    float: right;
    margin-left: 15px;
    background-color: #ffe400;
    font-size: 24px;
    color: #333;
    line-height: 70px;
    text-align: center;
    -webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

.div_footer_gg .div_footer_gg_info .btn_sqdl{
    display: block;
    width: 190px;
    height: 70px;
    float: right;
    margin-left: 15px;
    background-color: #fb5453;
    font-size: 24px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    -webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

@media (max-width: 1420px) {
    .div_footer_gg .div_footer_gg_info{
        font-size: 28px;
    }

    .div_footer_gg .div_footer_gg_info .btn_zxzx{
        width: 180px;
    }
    
    .div_footer_gg .div_footer_gg_info .btn_sqdl{
        width: 180px;
    }
}

@media (max-width: 1360px) {
    .div_footer_gg .div_footer_gg_info{
        font-size: 26px;
    }
}

.bc_grey{
    background-color: #f5f5f5;
}



.div_title2{
    font-size: 36px;
    text-align: left;
    line-height: 48px;
    color: #333;
}

.div_subtitle2{
    font-size: 20px;
    text-align: left;
    line-height: 30px;
    color: #999;
    margin-top: 35px;
}

.case_title{
    position: absolute;
    left: 50%;
    right: 0;
    top: 70px;
    z-index: 9;
}

.case_box{
    padding: 190px 0 50px 0;
    position: relative;
}

.case_box .case_img{
    position: absolute;
    left: 160px;
    top: 0;
    bottom: 0;
    width: 33%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.case_box .case_info{
    padding: 35px 200px 35px 50%;
    background-color: #fff;
}

.case_info_hread{
    display: flex;
    align-items: center; 
	justify-content: center;
}

.case_info_hread img{
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 25px;
    -webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

.case_info_hread .case_info_hread_info{
    flex: 1;
}

.case_info_hread .case_info_hread_info .title{
    font-size: 24px;
    line-height: 34px;
    color: #333;
    font-weight: bold;
} 

.case_info_hread .case_info_hread_info .text{
    font-size: 16px;
    line-height: 26px;
    color: #999;
} 

.case_info_li{
    margin-top: 30px;
    display: flex;
}

.case_info_li .title{
    font-size: 16px;
    line-height: 24px;
    width: 95px;
    color: #333;
    font-weight: bold;    
}

.case_info_li .title .title_text{
    padding-bottom: 5px;
    background: url(../images/icon020.png) no-repeat bottom left;
    background-size: 64px;
}

.case_info_li .text{
    flex: 1;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.case_info_tj{
    padding-left: 95px;
    display: flex;
    margin-top: 55px;
}

.case_info_tj .case_info_tj_li{
    flex: 2;
}

.case_info_tj .case_info_tj_li.flex_2{
    flex: 3;
}

.case_info_tj .case_info_tj_li .title{
    font-size: 40px;
    font-family: Impact;
    color: #333;
    line-height: 40px;
}

.case_info_tj .case_info_tj_li .title .small{
    font-size: 20px;
    margin-right: 5px;
}

.case_info_tj .case_info_tj_li .text{
    font-size: 16px;
    color: #999;
    line-height: 26px;
}

.case_swiper .swiper-button-prev{
    width: 60px;
    height: 60px;
    background-image: url(../images/icon018.png) ;
    background-size: 100% 100%;
    left: 60px;
    margin-top: 30px;
}

.case_swiper .swiper-button-next{
    width: 60px;
    height: 60px;
    background-image: url(../images/icon019.png) ;
    background-size: 100% 100%;
    right: 60px;
    margin-top: 30px;
}

.cbl_pop{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    background-color: #3ad584;
    width: 200px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    padding: 20px 0 30px 0;
    z-index: 3;
}

.cbl_pop .cbl_pop_ewm{
    margin: 0 10px;
    background-image: url(../images/icon040.png) ;
    background-size: 100% 100%;
    padding: 20px 0;
}

.cbl_pop .cbl_pop_ewm img{
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.cbl_pop .cbl_pop_ewm .title{
    font-size: 24px;
    color: #3ad584;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
}

.cbl_pop .cbl_pop_ewm .text{
    font-size: 20px;
    color: #ee4537;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
}

.cbl_pop .cbl_pop_tel{
    margin: 20px 27px 0 27px;
}

.cbl_pop .cbl_pop_tel .title{
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    text-align: center;
}

.cbl_pop .cbl_pop_tel .text{
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    font-family: Impact;
}

.cbl_pop_btn{
    margin: 20px 27px 0 27px;
}

.cbl_pop_btn .cbl_pop_btn_li{
    display: block;
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #ee4537;
    -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.cbl_pop_btn .cbl_pop_btn_li:nth-child(2n+1){
    background-color: #ffe400;
    color: #333;
}

.container-fluid.banner_box{
    padding: 0;
    position: relative;
}

.container-fluid.banner_box img{
    display: block;
    width: 100%;
}

.banner_btn_box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16%;
    text-align: center;
}

.banner_btn_box .banner_btn_li{
    display: inline-block;
    width: 218px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin: 0 10px;
    background-color: #ed3737;
    -webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.banner_btn_box .banner_btn_li:nth-child(2n+1){
    background-color: #f38f24;
}


@media (max-width: 1600px) {
    .banner_btn_box .banner_btn_li{
        width: 180px;
        height: 66px;
        line-height: 66px;
        font-size: 26px;
    }
}

@media (max-width: 1400px) {
    .banner_btn_box .banner_btn_li{
        width: 159px;
        height: 58px;
        line-height: 58px;
        font-size: 22px;
    }
}

.about_info{
    margin-top: 60px;
    font-size: 18px;
    line-height: 36px;
    color: #333;
}

.about_info p{
    padding: 0;
    margin: 0; text-indent:36px;
}

.about_info img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.div_title3{
    font-size: 40px;
    line-height: 56px;
    font-weight: bold;
    color: #333;
}

.div_subtitle3{
    font-size: 24px;
    line-height: 36px;
    color: #333;
    margin-top: 10px;
}

.form_box{
    margin-top: 60px;
}

.form_info{
    margin-top: 20px;
    padding: 70px 60px;
    background-color: #fff;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.form_info .form_info_title{
    font-size: 36px;
    line-height: 50px;
    color: #07c160;
}

.form_info .form_info_title .small{
    font-size: 24px;
    color: #999;
    margin-left: 10px;
}


.form_text_list{
    margin-top: 50px;
}


.form_text_list .form_text_li{
    padding: 10px 0;
    display: flex;
}

.form_text_list .form_text_li .title{
    width: 185px;
    font-size: 24px;
    line-height: 60px;
}

.color_red{
    color: #ed3737;
}

.form_text_li .form_text2{
    width: 32%;
    height: 60px;
    border: 0;
    line-height: 60px;
    font-size: 20px;
    color: #333;
    background-color: #f5f5f5;
    box-shadow:none;
    padding: 0 2%;
    margin: 0 20px 0 0;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    outline: none;
    box-shadow: 0 0 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
}
.form_text_li .form_text5{width:38%}
.form_text_li .form_text4{width:46%}
.form_text_li .form_text2:focus {
    border: none;
    outline: none;
    box-shadow: 0 0 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
}


.form_text_li .form_text2::-webkit-outer-spin-button,  
.form_text_li .form_text2::-webkit-inner-spin-button{                
    -webkit-appearance: none !important;            
}

input[type="number"]{
    -moz-appearance:textfield;
}


.form_text_li .btn_hqcode{
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    width: 220px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #07c160;
    border: 0;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.distpicker_box{
    width: 58%;
}

.distpicker_box select{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #333;
    width: 30%;
    margin-right: 2%;
    padding: 0 6% 0 3%;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    box-shadow:none;
    border: 0;    
    appearance: none;
    background: url(../images/icon044.png) no-repeat center right 20px;
    background-size: 12px;
    background-color: #f5f5f5;
}

.distpicker_box select:focus {
    border: none;
    outline: none;
    box-shadow: 0 0 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
}

.form_box .btn_save{
    display: block;
    width: 55%;
    height: 80px;
    line-height: 80px;
    margin: 40px auto 0 auto;
    padding: 0;
    text-align: center;
    font-size: 28px;
    color: #fff;
    background-color: #07c160;
    border: 0;
    -webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.form_text_li .select_text{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #333;
    width: 36%;
    margin-right: 1%;
    padding: 0 6% 0 3%;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    box-shadow:none;
    border: 0;    
    appearance: none;
    background: url(../images/icon044.png) no-repeat center right 20px;
    background-size: 12px;
    background-color: #f5f5f5;
}

.form_text_li .select_text:focus {
    border: none;
    outline: none;
    box-shadow: 0 0 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
}

.form_text_li .form_text3{
    flex: 1;
    height: 60px;
    border: 0;
    line-height: 60px;
    font-size: 20px;
    color: #333;
    background-color: #f5f5f5;
    box-shadow:none;
    padding: 0 2%;
    margin: 0 20px 0 0;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    outline: none;
    box-shadow: 0 0 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
}

.form_text_li .form_text3:focus {
    border: none;
    outline: none;
    box-shadow: 0 0 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
}

.form_text_li .form_text3::-webkit-outer-spin-button,  
.form_text_li .form_text3::-webkit-inner-spin-button{                
    -webkit-appearance: none !important;            
}

.form_text_li .form_text1{
    width: 14.5%;
    height: 60px;
    border: 0;
    line-height: 60px;
    font-size: 20px;
    color: #333;
    background-color: #f5f5f5;
    box-shadow:none;
    padding: 0 1% 0 2%;
    margin: 0 20px 0 0;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    outline: none;
    box-shadow: 0 0 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
}

.form_text_li .form_text1:focus {
    border: none;
    outline: none;
    box-shadow: 0 0 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
}

.form_text_li .form_text1::-webkit-outer-spin-button,  
.form_text_li .form_text1::-webkit-inner-spin-button{                
    -webkit-appearance: none !important;            
}

.form_text_li .business_time{
    padding-right: 4%;
    background-image: url(../images/icon045.png);
    background-position: center right 20px;
    background-size: 24px;
    background-repeat: no-repeat;
}

.img_up{
    display: flex;
    align-items:flex-end;
}

.img_up .img_up_btn{
    position: relative;
    width: 222px;
    height: 222px;
    background-color: #f5f5f5;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    overflow: hidden;
}

.img_up .img_up_btn .img_show{
    display: block;
    width: 100%;
    height: 100%;
}

.img_up .img_up_btn .file_btn{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.img_up .sm{
    margin-left: 20px;
    color: #21c970;
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 10px;
}

.footer_gg{
    position: relative;
}

.footer_gg .footer_gg_box{
    position: absolute;
    left: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer_gg .footer_gg_zw{
    height: 216px;
    min-height: 216px;
} 

.footer_gg.fixed .footer_gg_box{
    position:fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.footer_gg.fixed .btn_close_gg{
    display: block;
}




