* {
  margin: 0;
  padding: 0;
}

html, body {
  background: #FFFFFF;
}


ul li{
    list-style-type: none;
}

#header {
  width: 100%;
  height: 66px;
  position: absolute;
  top: 0;
  z-index: 99;
}

#header > .navbar {
    max-width: 1200px;
    margin: auto;
}

#header > .navbar > .container-fluid {
   padding-left: 0;
   padding-right: 0;
}

.navbar-default, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    background-color: transparent; 
}

.navbar-brand > .b_logo {
    width: 43px;
    height: 43px;
}

.navbar-brand > .b_title {
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
}

.navbar-nav > li {
   padding-left: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.navbar-nav > li > a {
    height: 66px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 66px;
    border-bottom: 4px solid transparent;
}

.navbar-nav > li > a.active {
    border-bottom: 4px solid #41A306;
}

.navbar-right {
  margin-right: 0;
}

.navbar-toggle {
    margin-top: 16px;
    margin-bottom: 16px;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  border: 0;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
   border-color: #41A306; 
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-left: 0;
    margin-right: 0;
}

#footer {
    width: 100%; 
    padding: 50px 0;
    margin-top: 100px;
    background: #F8F8F8;
}

#footer > .f_content {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

#footer > .f_content > .c_desc {
    display: flex;
    justify-content: center;
}

#footer > .f_content > .c_desc > .desc {
    font-size: 20px;
    font-weight: bold;
    color: #2F3232;
    line-height: 29px;
}

#footer > .f_content > .c_top {
    display: flex;
    justify-content: space-between; 
}

#footer > .f_content > .c_top > 
.t_item > .i_title {
    font-size: 26px;
    font-weight: bold;
    color: #2F3232;
    line-height: 29px;
}

#footer > .f_content > .c_top > 
.t_item > .i_box {
   display: flex;
}

#footer > .f_content > .c_top > 
.t_item > .i_box > .left,  
#footer > .f_content > .c_top > 
.t_item > .i_box > .right {
    display: flex;
    flex-direction: column; 
}

#footer > .f_content > .c_top > 
.t_item > .i_box > .left > .title,  
#footer > .f_content > .c_top > 
.t_item > .i_box > .right > .title {
    font-size: 18px;
    font-weight: bold;
    color: #2F3232;
    line-height: 30px;
}

#footer > .f_content > .c_top > 
.t_item > .i_box > .left > .item,  
#footer > .f_content > .c_top > 
.t_item > .i_box > .right > .item {
    font-size: 15px;
    font-weight: bold;
    color: #2F3232;
    line-height: 30px;
}

#footer > .f_content > .c_top > 
.t_item > .i_codes {
   display: flex;
}

#footer > .f_content > .c_top > 
.t_item > .i_codes > .c_box {
   display: flex;
   flex-direction: column;
   align-items: center;
}

#footer > .f_content > .c_top > 
.t_item > .i_codes > .c_box > .code {
    width: 137.5px;
    height: 137.5px; 
}

#footer > .f_content > .c_top > 
.t_item > .i_codes > .c_box > .desc {
    font-size: 14px;
    font-weight: bold;
    color: #2F3232;
    line-height: 30px;
}

#footer > .f_content > .c_line {
    width: 100%;
    height: 1px;
    background: #E3E3E3;
}

#footer > .f_content > .c_record {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer > .f_content > .c_record > 
.r_item {
    font-size: 12px;
    font-weight: bold;
    color: #2F3232;
    line-height: 30px;
}

#footer > .f_content > .c_record > 
.r_licence {
   display: flex;
   align-items: center;
}

#footer > .f_content > .c_record > 
.r_licence > .item {
    font-size: 12px;
    font-weight: bold;
    color: #2F3232;
    line-height: 30px;
}

#footer > .f_content > .c_record > 
.r_licence .pic {
    width: 64px;
    height: 26px;
}

#cooperation {
    max-width: 1200px;
    padding-top: 45px;
    margin: auto;
}

#cooperation > .c_title {
    display: flex;
    align-items: center;
}

#cooperation > .c_title > .line {
    width: 4px;
    height: 26px;
    background: #41A306;
}

#cooperation > .c_title > .title {
    font-size: 26px;
    font-weight: bold;
    color: #2F3232;
}

#cooperation > .c_content {
    padding: 47px 182px;
    margin-top: 50px;
    background: #E5E5E5;
    box-sizing: border-box;
}

#cooperation > .c_content > .c_menu {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#cooperation > .c_content > .c_menu
> .item {
    width: 222px;
    height: 54px;
    font-size: 20px;
    font-weight: bold;
    color: #464646;
    line-height: 54px;
    background: #FFFFFF;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

#cooperation > .c_content > .c_menu
> .item.active {
    color: #FFFFFF;
    background: #41A306;
}

#cooperation > .c_content > .c_type {
    width: 100%;
    height: 57px;
    padding-left: 48px;
    position: relative;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
    border-radius: 6px;
    white-space: nowrap;
    box-sizing: border-box;
}

#cooperation > .c_content .title {
    font-size: 16px;
    font-weight: bold;
    color: #9C9C9C;
    line-height: 20px;
}

#cooperation > .c_content .line {
    width: 1px;
    height: 14px;
    margin-left: 14px;
    margin-right: 14px;
    background: #C5C5C5;
}

#cooperation > .c_content > .c_type
> .type {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #4C4C4C;
    border: 0;
    outline: none;
    border-radius: 6px;
    -webkit-appearance: none;
}

#cooperation > .c_content > .c_type
> .type > .item {
    font-size: 16px;
    font-weight: bold;
    color: #4C4C4C;
}

#cooperation > .c_content > .c_type
> .triangle {
    width: 0;
    height: 0;
    position: absolute;
    top: 24px;
    right: 24px;
    border-top: 12px solid #8F8F8F;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
}


#cooperation > .c_content 
> .c_name-phone {
    width: 100%;
    height: 57px;
    display: flex;
    justify-content: space-between;
}

#cooperation > .c_content 
> .c_name-phone > .c_name,
#cooperation > .c_content 
> .c_name-phone > .c_phone {
    width: 405px;
    height: 100%;
    padding-left: 48px; 
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #C5C5C5;  
    border-radius: 6px;
    white-space: nowrap;
    box-sizing: border-box;
}

#cooperation > .c_content 
> .c_name-phone > .c_name
> .input,
#cooperation > .c_content 
> .c_name-phone > .c_phone
> .input {
   width: 100%;
   height: 100%;
   font-size: 16px;
   font-weight: bold;
   color: #4C4C4C;
   border: 0;
   outline: none;
   border-radius: 6px;
}

#cooperation > .c_content 
> .c_brief {
    width: 100%;
    padding: 21px 46px;
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
    border-radius: 6px;
    box-sizing: border-box;
}

#cooperation > .c_content 
> .c_brief > .b_header {
    display: flex;
    align-items: center;
}

#cooperation > .c_content 
> .c_brief > .brief {
    max-width: 100%;
    min-width: 100%;
    min-height: 150px;
    max-height: 400px;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #4C4C4C;
    line-height: 20px;
    text-align: left;
    box-sizing: border-box;
}

#cooperation > .c_content 
> .c_btn {
    width: 100%;
    text-align: center;
}

#cooperation > .c_content 
> .c_btn > .sign-up {
    width: 222px;
    height: 53px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 53px;
    background: #41A306;
    border-radius: 5px;
    text-align: center;
    border: 0;
}

#tabBar {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 999;
}

#tabBar .t_item {
    width: 80px;
    height: 90px;
    display: flex;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#tabBar .i_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#tabBar .i_code {
    width: 135px;
    height: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    right: 90px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    box-shadow: 0px 0px 35px #ccc;
}

#tabBar .i_code .c_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#tabBar .i_code .c_box > .code {
    width: 105px;
    height: auto;
}

#tabBar .i_code .c_box > .title {
    margin-top: 10px;
    font-size: 13px;
    color: rgba(39,52,71);
}

#tabBar .t_item:nth-child(1) .icon {
    width: 30px;
    height: 30px;
}

#tabBar .t_item:nth-child(2) .icon {
    width: 30px;
    height: auto;
}

#tabBar .t_item:nth-child(3) {
    display: none;
}

#tabBar .t_item:nth-child(3) .icon {
    width: 30px;
    height: auto;
}

#tabBar .title {
    margin-top: 12px;
    font-size: 14px;
    color: #2F3232;
}



.container-fluid .row {
   margin-left: 0;
   margin-right: 0;
}

.title-box {
    display: flex;
}

.title-box > .line {
    width: 4px;
    height: 25px;
    background: #41A306;
}

.title-box > .title {
    font-size: 26px;
    font-weight: bold;
    color: #2F3232;
    line-height: 29px;
}

.p-t_75 {
    padding-top: 75px;
}

.p-t_85 {
    padding-top: 85px;
}

.p-t_90 {
    padding-top: 90px;
}

.p-t_100 {
    padding-top: 100px;
}

.p-t_110 {
    padding-top: 110px;
}

.p-t_130 {
    padding-top: 130px;
}

.p-t_189 {
    padding-top: 189px;
}


.m-t_8 {
    margin-top: 8px;
}

.m-t_10 {
   margin-top: 10px;
}

.m-t_14 {
    margin-top: 14px;
}

.m-t_15 {
    margin-top: 15px;
}

.m-t_16 {
    margin-top: 16px;
}

.m-t_20 {
    margin-top: 20px;
}

.m-t_22 {
   margin-top: 22px;
}

.m-t_25 {
    margin-top: 25px;
}

.m-t_30 {
  margin-top: 30px;
}

.m-t_34 {
    margin-top: 34px;
}

.m-t_35 {
    margin-top: 35px;
}

.m-t_40 {
    margin-top: 40px;
}

.m-t_41 {
   margin-top: 41px;
}

.m-t_44 {
    margin-top: 44px;
}

.m-t_50 {
    margin-top: 50px;
}

.m-t_60 {
    margin-top: 60px;
}

.m-t_66 {
    margin-top: 66px;
}

.m-t_75 {
    margin-top: 75px;
}

.m-t_80 {
    margin-top: 80px;
}

.m-t_90 {
    margin-top: 90px;
}

.m-t_110 {
    margin-top: 110px;
}

.m-t_130 {
    margin-top: 130px;
}

.m-t_150 {
    margin-top: 150px;
}

.m-t_189 {
    margin-top: 189px;
}



.m-l_5 {
    margin-left: 5px;
}

.m-l_10 {
  margin-left: 10px;
}

.m-l_22 {
    margin-left: 22px;
}

.m-l_34 {
    margin-left: 34px;
}

.m-l_38 {
    margin-left: 38px;
}

.m-l_40 {
    margin-left: 40px;
}

.m-l_54 {
   margin-left: 54px;
}

.m-l_102 {
    margin-left: 102px;
}

.m-l_130 {
   margin-left: 130px;
}

.m-r_34 {
    margin-right: 34px;
}

.m-r_54 {
    margin-right: 54px;
}

.oneline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  
.twoline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

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