/*服务项目样式*/
html, body{
    overflow-x: hidden;
}

.main{
    width: 100%;
    height: 4650px;
    margin-top: 61px;

    position: relative;
    background-color: #f3f3f3;
}

    .main .container{
        width: 100%;
        height: 1000px;
        position: relative;

        text-align: center;
    }

    .main .container_bg_odd{
        background: #ffffff;
    }

    .main .container_bg_even{
        background-color: #268bd0;
        background-repeat: no-repeat;
        background-position: center;
    }

    .main .container_bg_1{
        background-image: url(../images/service_bg_1.jpg);
    }

    .main .container_bg_2{
        background-image: url(../images/service_bg_2.jpg);
    }

        .main .container .content_box{
            width: 1000px;
            height: 100%;

            margin: auto;
            position: absolute;
            top: 0px;
            /*bottom: 0px;*/
            left: 0px;
            right: 0px;
        }

            .container .content_box .title_zh{
                line-height: 30px;
                font-size: 30px;
                font-weight: bold;

                margin: auto;
                position: absolute;
                top: 37px;
            }

            .container .content_box .title_en{
                height: 11px;

                line-height: 11px;
                font-size: 11px;
                font-weight: bold;
                font-family: "Arial";

                margin: auto;
                position: absolute;
                top: 75px;
            }

            .container .content_box .title_introduce{
                line-height: 24px;
                font-size: 16px;
                text-align: center;

                margin: auto;
                position: absolute;
            }

            .container .content_box .childrens_box{
                margin: auto;
                position: absolute;
            }

                .content_box .childrens_box .children{
                    width: 450px;
                    height: 160px;

                    float: left;

                    text-align: left;
                }

                    .content_box .childrens_box .children .img{
                        width: 80px;
                        height: 80px;
                        margin-left: 13px;

                        float: left;
                        border-radius: 50%;
                    }

                    .content_box .childrens_box .children .text_box{
                        width: 337px;
                        height: 160px;
                        margin-left: 20px;

                        float: left;

                        position: relative;

                        overflow: hidden;
                    }

                        .content_box .childrens_box .children .text_box .title{
                            height: 24px;
                            line-height: 20px;
                            font-size: 20px;
                            font-weight: bold;
                            vertical-align: top;
                            position: relative;
                        }

                            .content_box .childrens_box .children .text_box .title span{
                                line-height: 14px;
                                font-size: 14px;
                                font-family: "Arial";

                                position: absolute;
                                top: 0px;
                                left: 0px;
                            }

                        .content_box .childrens_box .children .text_box .introduce{
                            width: 280px;

                            line-height: 22px;
                            font-size: 12px;

                            margin-top: 16px;
                        }

            .container .content_box .jump_btn{
                width: 154px;
                height: 45px;

                line-height: 45px;
                font-size: 14px;

                position: absolute;

                border-radius: 22px;

                text-align: center;
            }

            /*第一块样式*/
            .container .content_1 .title_zh{
                color: #5b626a;

                left: 0px;
                right: 0px;
            }

            .container .content_1 .title_en{
                left: 0px;
                right: 0px;

                color: #bfbfbf;
            }

            .container .content_1 .title_introduce{
                width: 730px;

                top: 127px;
                left: 0px;
                right: 0px;

                color: #979797;
            }

            .container .content_1 .childrens_box{
                width: 872px;
                height: 320px;

                top: 280px;
                left: 0px;
                right: 0px;
            }

                .content_1 .childrens_box .children{
                    width: 436px;
                    height: 160px;
                }

                    .content_1 .childrens_box .children .text_box{
                        width: 323px;
                        height: 160px;
                    }

                        .content_1 .childrens_box .children .text_box .title{
                            color: #50535c;
                        }

                        .content_1 .childrens_box .children .text_box .introduce{
                            color: #979797;
                        }

            .container .content_1 .jump_btn{
                background-color: #fff;
                border: 1px solid #289bfc;
                color: #289bfc;

                margin: auto;
                top: 627px;
                left: 0px;
                right: 0px;
            }

                .container .content_1 .jump_btn:hover{
                    background-color: #289bfc;
                    border: 1px solid #289bfc;
                    color: #fff;
                }

            /*第二块样式*/
            .container .content_2 .title_zh{
                color: #ffffff;

                left: 0px;
                right: 0px;
            }

            .container .content_2 .title_en{
                left: 0px;
                right: 0px;

                color: #8fc1e6;
            }

            .container .content_2 .title_introduce{
                width: 570px;

                top: 127px;
                left: 0px;
                right: 0px;

                color: #ffffff;
            }

            .container .content_2 .childrens_box{
                width: 872px;
                height: 320px;

                top: 280px;
                left: 0px;
                right: 0px;
            }

                .content_2 .childrens_box .children{
                    width: 436px;
                    height: 160px;
                }

                    .content_2 .childrens_box .children .text_box{
                        width: 323px;
                        height: 160px;
                    }

                        .content_2 .childrens_box .children .text_box .title{
                            color: #fff;
                        }

                        .content_2 .childrens_box .children .text_box .introduce{
                            color: #c7e8ff;
                        }


            .container .content_2 .jump_btn{
                background: transparent;
                border: 1px solid #fff;
                color: #fff;

                margin: auto;
                top: 627px;
                left: 0px;
                right: 0px;
            }

                .container .content_2 .jump_btn:hover{
                    background-color: #fff;
                    border: 1px solid #fff;
                    color: #2489cf;
                }

            /*第三块样式*/
            .container .content_3 .decoration{
                width: 575px;
                height: 686px;

                background-image: url(../images/service_decoration_1.png);
                background-size: cover;
                background-repeat: no-repeat;
                
                position: absolute;

                top: 0px;
                right: -135px;
            }

            .container .content_3 .title_zh{
                top: 87px;
                left: 10px;

                color: #5b626a;
            }

            .container .content_3 .title_en{
                color: #bfbfbf;

                top: 125px;
                left: 10px;
            }

            .container .content_3 .title_introduce{
                width: 501px;

                top: 177px;
                left: 10px;

                color: #979797;

                text-align: left;
            }

            .container .content_3 .childrens_box{
                width: 501px;

                top: 320px;
                left: 10px;
            }

                .container .content_3 .childrens_box td{
                }

                    .container .content_3 .childrens_box td .text{
                        margin-top: 40px;
                        white-space:nowrap;

                        line-height: 14px;
                        font-size: 14px;
                        color: #666666;
                    }

            .container .content_3 .jump_btn{
                background-color: #fff;
                border: 1px solid #289bfc;
                color: #289bfc;

                margin: auto;
                top: 560px;
                left: 10px;
            }

                .container .content_3 .jump_btn:hover{
                    background-color: #289bfc;
                    border: 1px solid #289bfc;
                    color: #fff;
                }

            /*第四块样式*/
            .container .content_4 .title_zh{
                color: #ffffff;

                left: 0px;
                right: 0px;
            }

            .container .content_4 .title_en{
                left: 0px;
                right: 0px;

                color: #8fc1e6;
            }

            .container .content_4 .title_introduce{
                width: 620px;

                top: 127px;
                left: 0px;
                right: 0px;

                color: #ffffff;
            }

            .container .content_4 .childrens_box{
                width: 900px;

                top: 380px;
                left: 0px;
                right: 0px;
            }

                .container .content_4 .childrens_box td{
                    width: 225px;
                }

                    .container .content_4 .childrens_box td .text{
                        width: 138px;
                        height: 138px;
                    }

                    .container .content_4 .childrens_box td .text{
                        margin-top: 40px;
                        white-space:nowrap;

                        line-height: 18px;
                        font-size: 18px;
                        color: #fff;
                    }

    
    /* 英文版新加样式 */
    .container .content_1 .childrens_box_en,.container .content_2 .childrens_box_en
    {
        width: 956px;
    }
    .content_1 .childrens_box_en .children,.container .content_2 .childrens_box_en .children
    {
        width: 473px;
    }
    .content_1 .childrens_box_en .children .text_box,.container .content_2 .childrens_box_en .children .text_box
    {
        width: 351px;
    }
    .content_box .childrens_box_en .children .text_box .introduce,.container .content_2 .childrens_box_en .children .text_box .introduce
    {
        width: 295px;
        margin-top: 8px;
    }
    .container .content_3  .childrens_box_en
    {
        width: 580px;
        left: -20px;
    }
    .container .content_3 .childrens_box_en td .text
    {
        line-height: 22px;
    }
    .container .content_3 .decoration_en
    {
        right: -184px;
    }
    .container .content_4 .childrens_box_en td .text
    {
        line-height: 22px;
        width: 205px;
        font-size: 14px;
    }



.childrens_box .addr_list{
    width: 1020px;
    height: 396px;

    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -160px;
}

.childrens_box .addr_list .addr_box{
    width: 499px;
    height: 376px;
    float: left;
}

.childrens_box .addr_list a{
    outline: none;
    text-decoration: none;
}

.childrens_box .addr_list .addr_box .img{
    width: 499px;
    height: 252px;
}

.childrens_box .addr_list .addr_box .info_box{
    width: 499px;
    height: 144px;

    padding: 22px 24px;
    overflow: hidden;

    text-align: left;
}

.childrens_box .addr_list .addr_box .info_box .title{
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #2b2d2e;

    margin-bottom: 12px;
}

.childrens_box .addr_list .addr_box .info_box .text{
    line-height: 24px;
    font-size: 14px;
    color: #666666;
}

.childrens_box .addr_list .addr_box:hover .info_box{
    background: #289bfc;
}

.childrens_box .addr_list .addr_box :hover .info_box .title{
    color: #fff;
}

.childrens_box .addr_list .addr_box :hover .info_box .text{
    color: #fff;
}

.childrens_box .addr_list .interval{
    width: 18px;
    height: 376px;
    float: left;
}