* {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #333;
}

a {
    text-decoration: none;
}


/*文本修饰*/

.fl {
    float: left;
}

.fr {
    float: right;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

table,
table td {
    border-collapse: collapse;
}


/* 限制行数 */

.line_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.div1200 {
    width: 1200px;
    margin: 0 auto;
}


/* 首页 */

.top {
    width: 100%;
}

.top_zong {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top_left {
    line-height: 100px;
}

.top_con {
    width: 510px;
}

.top_con_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_con_ul li {
    line-height: 100px;
}

.top_con_ul li a {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #231815;
}

.top_con_ul li.top_ys a {
    color: #009944;
}

.top_right {
    line-height: 100px;
}

.top_right>span>a {
    margin-left: 8px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.banner_swiper .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 0;
}

.banner_swiper .swiper-pagination-bullet-active {
    background-color: #009944;
}

.index {
    width: 100%;
    margin-top: 100px;
}

.index_box1_tit {
    text-align: center;
}

.index_box1_tit span {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #231815;
}

.index_box1_tit p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #999999;
}

.index_box1_zong {
    width: 100%;
    margin-top: 75px;
}

.index_box1_left {
    width: 620px;
}

.index_box1_left>span {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #444444;
}

.index_box1_left>h6 {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.index_box1_left>p {
    margin-top: 25px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #999999;
}

.index_box1_more {
    margin-top: 45px;
    width: 142px;
    height: 42px;
    line-height: 42px;
    border: solid 1px #d2d2d2;
    text-align: center;
}

.index_box1_more span a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #999999;
}

.index_box1_right {
    width: 515px;
}

.index_box2 {
    margin-top: 100px;
    background: url(../images/index3.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 728px;
}

.index_box2_tit {
    padding-top: 100px;
    text-align: center;
}

.index_box2_tit span {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #231815;
}

.index_box2_tit p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #999999;
}

.index_box2_ul {
    margin-top: 54px
}

.index_box2_ul li {
    width: 280px;
    height: 186px;
    background-color: #ffffff;
    border-top-right-radius: 30px;
    float: left;
    margin-right: 26px;
    margin-top: 26px;
    position: relative;
    z-index: 10;
}

.index_box2_ul li:nth-child(3) {
    margin-right: 0;
}

.index_box2_ul li:last-child {
    margin-right: 0;
}

.index_box2_ul li.index_box2_chang {
    width: 587px;
    height: 186px;
    background-color: #ffffff;
    border-top-right-radius: 30px;
}

.index_box2_ul li:hover {
    background-color: #03a24a;
}

.index_box2_ul li:hover .index_box2_bg {
    display: block;
}

.index_box2_ul li:hover .index_box2_img>img {
    display: none;
}

.index_box2_ul li:hover .index_box2_img .index_box2_img2 {
    display: block;
}

.index_box2_ul li:hover .index_box2_f_bo span {
    color: #FFFFFF;
}

.index_box2_img {
    margin-top: 20px;
    margin-left: 30px;
}

.index_box2_img2 {
    display: none;
}

.index_box2_f_bo {
    margin-top: 14px;
    margin-left: 30px;
    width: 240px;
}

.index_box2_f_bo>span {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.index_box2_bg {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    z-index: 1;
    opacity: 0.1;
}

.index_box3 {
    margin-top: 100px;
}

.index_box3_ul {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_box3_ul li {
    text-align: center;
    width: 24.8%;
    border-right: 1px solid #c0c0c0;
}

.index_box3_ul li:last-child {
    border: 0;
}

.index_box3_ul li p {
    margin-top: 30px;
}

.index_box4 {
    margin-top: 100px;
    width: 100%;
    height: 689px;
    background-color: #f8f8f8;
}

.index_box4_ul {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
}

.index_box4_ul li {
    width: 170px;
    height: 359px;
    margin-right: 10px;
    transition: all 0.5s;
}

.index_box4_ul li.subiao {
    width: 473px;
}

.index_box4_ul li:last-child {
    margin-right: 0;
}

.index_box4_ul_tit {
    margin-top: 30px;
    margin-left: 30px;
}

.index_box4_ul_tit p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.index_box4_ul li:first-child .index_box4_ul_tit p {
    color: #2f7894;
}

.index_box4_ul li:nth-child(2) .index_box4_ul_tit p {
    color: #427097;
}

.index_box4_ul_tit img {
    margin-top: 20px;
}

.index_box4_ul_img2 {
    display: none;
}

.subiao .index_box4_ul_img2 {
    display: block;
}

.index_box5 {
    margin-top: 100px;
}

.index_box5_lunbo {
    margin-top: 90px;
    position: relative;
}

.index_box5_swiper .swiper-wrapper .swiper-slide {
    text-align: center;
    height: 122px;
    line-height: 122px;
    margin: 0;
}

.index_box5 .swiper-button-prev,
.index_box5 .swiper-button-next {
    width: 52px;
    height: 52px;
}

.index_box5 .swiper-button-prev {
    left: 5%;
}

.index_box5 .swiper-button-next {
    right: 5%;
}

.index_box5 .swiper-button-prev:after {
    content: "";
    background: url(../images/index27.png) no-repeat;
    width: 52px;
    height: 52px;
}

.index_box5 .swiper-button-next:after {
    content: "";
    background: url(../images/index28.png) no-repeat;
    width: 52px;
    height: 52px;
}

.footer {
    margin-top: 100px;
    background: url(../images/index29.png) no-repeat center;
    background-size: cover;
    padding-bottom: 110px;
}

.footer>.div1200>.footer_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 100px;
}

.footer_ul>li {
    width: 17%;
}

.footer_ul>li:last-child {
    width: 32%;
}

.footer_ul>li>a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.footer_ul2 {
    margin-top: 25px;
}

.footer_ul2>li {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    margin-top: 15px;
}

.footer_ul2>li:first-child {
    margin-top: 0;
}

.footer_ul2>li>a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.footer_ul_img {
    text-align: center;
}

.footer_ul_img p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    margin-top: 20px;
}

.footer2 {
    display: flex;
    justify-content: center;
    border-top: 1px solid #eeeeee;
    padding-top: 50px;
    margin-top: 50px;
}

.footer2_right {
    margin-left: 15px;
}

.footer2_right p {
    line-height: 27px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.footer2_right p a {
    line-height: 27px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.footer_zxzx {
    position: fixed;
    right: 26px;
    top: 50%;
    width: 180px;
    border: 1px solid #eeeeee;
    z-index: 999;
    background-color: #FFFFFF;
}

.foo_tit {
    display: flex;
    justify-content: space-between;
    height: 56px;
    line-height: 56px;
    background-color: #009944;
}

.foo_tit span {
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.foo_tit p {
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    transform: rotate(45deg);
    margin-top: 6px;
    cursor: default;
}

.zxkf {
    line-height: 42px;
    border-bottom: 1px solid #eeeeee;
}

.zxkf1 {
    border: 0;
}

.zxkf img {
    padding-left: 20px;
    box-sizing: border-box;
}

.zxkf span a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.zxkf span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    padding-left: 14px;
    box-sizing: border-box;
}

.phone span {
    padding-left: 20px;
    box-sizing: border-box;
}


/* 关于易程 */

.about {
    width: 100%;
    margin-top: 50px;
}

.about_left {
    width: 150px;
}

.about_left_tit {
    /* text-align: center; */
}

.about_left_tit span {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #231815;
}

.about_left_tit p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #acacac;
}

.about_left_ul {
    margin-top: 33px;
}

.about_left_ul li {
    margin-top: 20px;
}

.about_left_ul li:first-child {
    margin-top: 0;
}

.about_left_ul li a {
    display: flex;
}

.about_left_ul li a span {
    font-size: 20px;
    font-weight: normal;
    color: #999999;
}

.about_left_ul li a p {
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    margin-top: 4px;
    margin-left: 28px;
}

.about_left_ul li.about_ys a span,
.about_left_ul li.about_ys a p {
    color: #009944;
}

.about_right {
    width: 985px;
}

.about_right_tit {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}

.about_right_tit span {
    margin-left: 28px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #231815;
}

.about_right_z_body {
    margin-top: 40px;
}

.about_right_z_body>p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    color: #666666;
    text-indent: 2em;
    margin-top: 25px;
}

.about_right_z_body p:first-child {
    margin-top: 0;
}


/* 海外代理页面 */

.overseas {
    margin-top: 50px;
}

.over_con {
    margin-top: 45px;
}

.over_ul {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
}

.over_ul li {
    width: 12.5%;
    margin-bottom: 15px;
}

.over_img {
    margin-top: 60px;
}


/* 加入易程页面 */

.about_gzcs {
    display: flex;
}

.join_dz>span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #666666;
}

.join_dd {
    margin-left: 20px;
}

.join_dd span {
    font-size: 16px;
    font-weight: normal;
    color: #009944;
}

.join_ul {
    margin-top: 40px;
    height: 60px;
    background-color: #009944;
    display: flex;
    line-height: 60px;
}

.join_ul li {
    position: relative;
}

.join_ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 29px;
    background-color: #07b253;
    /* width: 235px; */
    width: 1px;
}

.join_ul li:first-child {
    width: 235px;
}

.join_ul li:nth-child(2) {
    width: 165px;
}

.join_ul li:nth-child(3) {
    width: 165px;
}

.join_ul li:nth-child(4) {
    width: 165px;
}

.join_ul li:last-child::after {
    display: none;
    width: 255px;
}

.join_ul li img {
    margin-left: 20px;
}

.join_ul li span {
    margin-left: 10px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.join_ul2 li {
    margin-bottom: 10px;
}

.join_ul2 li .join_ul3 {
    display: flex;
    background-color: #f0f0f0;
    height: 60px;
    line-height: 60px;
}

.join_ul3 li {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #009944;
}

.join_ul3 li:first-child {
    width: 235px;
    text-align: left;
    padding-left: 40px;
    box-sizing: border-box;
}

.join_ul3 li:nth-child(2) {
    width: 165px;
}

.join_ul3 li:nth-child(3) {
    width: 165px;
}

.join_ul3 li:nth-child(4) {
    width: 165px;
}

.join_ul3 li:last-child {
    width: 255px;
    display: flex;
    justify-content: center;
}

.join_ul3 li span {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #009944;
    margin-right: 50px;
}

.join_ul3 li p {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    color: #adadad;
    cursor: default;
}

.join_ul3 li h6 {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    color: #adadad;
    cursor: default;
    display: none;
}

.join_ul2_con {
    margin-top: 33px;
    margin-left: 40px;
    padding-bottom: 40px;
    display: none;
}

.join_ul2_con_title {
    margin-top: 40px;
}

.join_ul2_con .join_ul2_con_title:first-child {
    margin-top: 0;
}

.join_ul2_con_title>span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #231815;
    border-left: 4px solid #009944;
    padding-left: 15px;
}

.join_ul2_con_title p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
}

.join_ul2_con_title p:nth-child(2) {
    margin-top: 18px;
}

.join_ul2_lxwm {
    margin-top: 40px;
}

.join_ul2_lxwm span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
}

.join_ul2_ypzw {
    width: 132px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    border: solid 1px #009944;
    text-align: center;
    margin-top: 30px;
}

.join_ul2_ypzw span a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #009944;
}

.contact_tit span {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #231815;
}

.contact_left {
    width: 80%;
}

.contact_ul {
    display: flex;
    flex-wrap: wrap;
}

.contact_ul li {
    width: 70%;
    margin-top: 30px;
}

.contact_ul li.contact_ul_dan {
    width: 30%;
}

.contact_ul li span {
    margin-left: 10px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    color: #8c8c8c;
}

.contact_right {
    width: 20%;
    position: relative;
}

.contact_right span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    color: #8c8c8c;
}

.contact_right img {
    position: absolute;
    left: 100px;
}

.contact_ditu {
    margin-top: 40px;
}


/* 图片集棉 */

.photo_ul {
    display: flex;
    flex-wrap: wrap;
}

.photo_ul li {
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 25px;
    margin-right: 30px;
}

.photo_ul li.photo_back {
    background-color: #009944;
}

.photo_ul li.photo_back a {
    color: #ffffff;
}

.photo_ul li a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #999999;
}

.photo_list li {
    float: left;
    margin-right: 40px;
    margin-top: 40px;
}

.photo_list li:hover .make {
    display: flex;
}

.photo_list_img {
    position: relative;
}

.make {
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translate(-50%,-50%); */
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.make p {
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    opacity: 0.7;
}

.photo_list_tit {
    width: 301px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #f6f6f6;
}

.photo_list_tit span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #666666;
}

.photo_list li:nth-child(3n) {
    margin-right: 0;
}


/* 业务范围页面 */

.scope_right_z_body {
    margin-top: 40px;
}

.scope_right_z_body p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #666666;
}

.scope {
    margin-top: 60px;
}

.scope span {
    border-left: 4px solid #009944;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #231815;
    padding-left: 15px;
}

.scope_ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.scope_ul li {
    width: 50%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #666666;
    position: relative;
    margin-top: 20px;
    padding-left: 30px;
    box-sizing: border-box;
}

.scope_ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border: 1px solid #9c9c9c;
    border-radius: 50%;
    background-color: #9c9c9c;
}

.scope_fwkh {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 55px;
}

.scope_fwkh li {
    width: 25%;
    text-align: center;
    ;
}

.scope_fwkh li p {
    margin-top: 19px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #666666;
}