/* 公共样式 */

.home_public_head {
    /*padding-top: 38px;
    margin-bottom: 54px;*/
}

.home_public_head_left {
    float: left;
    width: 62px;
    height: 32px;
    line-height: 32px;
}

.home_public_head_right {
    float: right;
    width: 62px;
    height: 32px;
    line-height: 32px;
}


/*.home_public_title_box {
    overflow: hidden;
    text-align: center;
}

.home_public_head_title_en {
    color: #000000;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
}

.home_public_head_title_cn {
    margin: 0;
    color: #000000;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
}*/

.home_public_title_guide {
    height: 75px;
    background: url("../img/home_public_head_title_cn.png") no-repeat center center;
}

.home_public_title_temp {
    height: 75px;
    background: url("../img/home_public_head_title_cn1.png") no-repeat center center;
}

/*.home_public_head_icon_left {
    width: 92px;
    height: 32px;
    display: inline-block;
    background: url('../img/guide_icon_left.png') no-repeat left 16px;
}*/

.home_public_head_icon_right {
    width: 92px;
    height: 32px;
    display: inline-block;
    background: url('../img/guide_icon_right.png') no-repeat right 16px;
}

.home_icon {
    margin-right: 8px;
}

/* 公共样式 end */

.home_search_moudle {
    position: relative;
    padding: 50px 0 2px;
    background: url('../img/index_bg11.jpg') no-repeat center top;
}

.home_count_module {
    background: url('../img/dmp.png') no-repeat center top;
}

#particles-js {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.home_search_box {
    z-index: 1;
    position: relative;
}

.home_search_head {
    margin-bottom: 45px;
}

.home_search_headline_eng {
    color: rgb(38, 135, 193);
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
    font-family: FZZCHJW--GB1-0;
    text-shadow: rgba(142, 240, 254, 0.73) 5px 6px 4px;
}
.home_search_headline {
    margin: 0;
    color: #2687c1;
    font-size: 40px;
    font-weight: bold;
    line-height: 56px;
    text-align: center;
    font-family: FZZCHJW--GB1-0;
    text-shadow: 5px 6px 4px rgba(142, 240, 254, 0.73);
    /*height: 60px;*/
    /*margin-bottom: 90px;*/
    /*background: url("../img/home_search_headline_bg.png") no-repeat center center;*/
}

.home_search_head_tip {
    color: #2b2b2b;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.home_search_info {
    padding: 0 208px 0 180px;
    margin-bottom: 49px;
}

.home_create_btn {
    /*float: right;*/
    width: 240px;
    height: 65px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    border-radius: 33px;
    display: inline-block;
    background-image:
        linear-gradient(90deg, rgba(247, 142, 149, 0.85) 0%, rgba(239, 34, 101, 0.85) 100%),
        linear-gradient(#ffffff, #ffffff);
    box-shadow: 0px 7px 13px 3px rgba(240, 52, 109, 0.19);
}

.home_create_btn:hover,
.home_create_btn:link {
    color: #ffffff;
}

.home_search_tip {
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin: -15px 0 0 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;

    background-image:
        linear-gradient(90deg, rgba(247, 142, 149, 0.6) 0%, rgba(239, 34, 101, 0.6) 100%),
        linear-gradient(#ffffff, #ffffff);
    box-shadow: 0px 7px 13px 3px rgba(240, 52, 109, 0.19);
}

.home_search_tip>i.layui-icon {
    width: 18px;
    height: 18px;
    color: #ffffff;
    font-size: 10px;
    line-height: 14px;
    border-radius: 100%;
    display: inline-block;
    border: 2px solid #ffffff;
    box-shadow: 3px 3px 9px 0px rgba(240, 52, 109, 0.63);
    vertical-align: top;
}

.home_search_tip:hover .home_search_tips {
    display: block;
}

.home_search_tips {
    left: 0;
    display: none;
    bottom: -55px;
    position: absolute;
    border-radius: 8px;
    background-color: #ffffff;
}

.home_search_tips_info {
    position: relative;
    min-width: 232px;
    padding: 12px 18px;
}

.home_search_tips_icon {
    position: absolute;
    z-index: 100;
    display: block;
    border-bottom: 4px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: -4px;
    left: 15px;
}

.home_search_tips_info>p {
    color: #605e5c;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.home_search_infos_con {
    width: 486px;
    /*overflow: hidden;*/
    border-radius: 33px;
    box-shadow: 0px 7px 13px 3px rgba(240, 52, 109, 0.19);
    background-color: #ffffff;
    /*background-image:
        linear-gradient(90deg, rgba(247, 142, 149, 0.6) 0%, rgba(239, 34, 101, 0.6) 100%),
        linear-gradient(#ffffff, #ffffff);*/
}

.home_search_btn {
    width: 60px;
    height: 53px;
    float: right;
    margin: 6px 5px 6px 0;
    box-shadow: 0px 0px 0px 0px #f89cb9;
    background: url("../img/home_search_btn.png") no-repeat center center;
}

.home_search_input {
    border: 0;
    width: 370px;
    height: 31px;
    /*color: #000000;*/
    font-size: 16px;
    overflow: hidden;
    background: transparent;
    margin: 17px 0 17px 38px;
}

/*.home_search_input::-webkit-input-placeholder {
    color: #ffffff;
}

.home_search_input:-moz-placeholder {
    color: #ffffff;
}

.home_search_input::-moz-placeholder {
    color: #ffffff;
}

.home_search_input:-ms-input-placeholder {
    color: #ffffff;
}*/

.home_classify_module {
    padding: 0 23px;
    margin-left: -50px;
}

.home_classify_bottom_half {
    margin: 35px -3px 0;
}
.home_classify_item {
    float: left;
    width: 380px;
    height: 332px;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 15px 30px;
    box-shadow: -2px 2px 35px 0px rgba(222, 210, 233, 0.85);
}

.home_classify_item:not(:last-of-type) {
    margin-right: 32px;
}

.home_classify_item>a {
    display: block;
}

.home_classify_item::before {
    top: 0;
    left: 0;
    content: '';
    width: 380px;
    height: 157px;
    position: absolute;
    border-radius: 10px 10px 0 0;
}

.home_classify_item:nth-child(1)::before {
    background-color: #faf8ff;
}

.home_classify_item:nth-child(2)::before {
    background-color: #f5f9ff;
}

.home_classify_item:nth-child(3)::before {
    background-color: #fef9fb;
}

.home_classify_top_half {
    height: 94px;
    position: relative;
    padding-left: 100px;
}

.home_classify_top_half>img {
    left: 0;
    width: 94px;
    height: 94px;
    position: absolute;
}

.home_classify_title {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    margin: 15px 0 0 0;
}

.home_classify_subheading {
    display: inline-block;
    margin: 5px 0 5px 5px;
    line-height: 13px;
}

.home_classify_brief {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
}

.home_classify_brief_en {
    word-break: break-word;
    position: relative;
}

.home_classify_link_row {
    padding-left: 30px;
    position: relative;
}

.home_classify_link_row:not(:last-of-type) {
    margin-bottom: 4px;
}

.home_classify_link_row>i {
    top: 50%;
    left: 5px;
    width: 15px;
    height: 15px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-image:
         linear-gradient(90deg, rgba(247, 142, 149, 0.6) 0%, rgba(239, 34, 101, 0.6) 100%),
         linear-gradient(#ffffff, #ffffff);
    box-shadow: 0px 4px 6px 1px rgba(240, 52, 109, 0.19);
}

.home_classify_link_row>p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    display: inline-block;
}

.home_classify_link_row>p:nth-child(3) {
    font-size: 14px;
    margin-left: 5px;
}


.home_guide_box {
    overflow: hidden;
}

.home_guide_moudle {
    height: 900px;
    /* background: #e7fbfd url('../img/index_bg3.jpg') no-repeat center top; */
    background: #e7fbfd url('../img/index_bg44.jpg') no-repeat center top;
}

.home_guide_head {
    margin: 70px 0 40px;
}

.home_guide_content {
    height: 730px;
    overflow: hidden;
    background: url(../img/guide1.gif) no-repeat right 84px;
}

.home_guide_info {
    width: 680px;
}

.home_guide_info_head {
    color: #2687c1;
    font-size: 30px;
    line-height: 30px;
    padding-top: 18px;
    position: relative;
    margin-bottom: 20px;
}

.home_guide_info_head:before {
    top: 0;
    left: 0;
    content: '';
    width: 43px;
    height: 3px;
    position: absolute;
    border-radius: 2px;
    background-image:
        linear-gradient(270deg, rgba(247, 142, 149, 0.41) 0%, rgba(239, 34, 101, 0.41) 100%),
        linear-gradient(#ef2365, #ef2365);
    background-blend-mode: normal, normal;
}

.home_guide_info_neme,
.home_guide_info_content {
    color: #1fa5e3;
    font-size: 18px;
    line-height: 24px;
    text-align: revert;
    margin-top: 10px;
    word-break: break-word;
}

.home_guide_info_content>a {
    display: inline-block;
    background: #1fa5e3;
    padding: 2px;
    border-radius: 3px;
}

/*.home_guide_info_neme {
    margin-bottom: 18px;
}*/

/*.guide_content_head_top {
    margin-bottom: 16px;
}

.guide_content_icon {
    float: left;
    width: 30px;
    height: 1px;
    background: #333333;
    margin: 10px 12px 10px 0;
}

.guide_content_title {
    height: 22px;
    font-size: 18px;
    overflow: hidden;
    color: #333333;
    line-height: 22px;
}

.guide_content_head_txt {
    height: 28px;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}

.guide_flow_path {
    width: 100%;
    height: 606px;
    margin: 41px 0 0px;
    background: url(../img/guide1.png) no-repeat center top;
}*/

.home_template_moudle {
    padding: 136px 0 125px;
    /* background: #f7f9ff url('../img/index_bg4.jpg') no-repeat center top; */
    background: #f7f9ff url('../img/index_bg55.jpg') no-repeat center top;
}

.home_template_head {
    margin-bottom: 25px;
}

.home_public_title_temp {
    height: 85px;
    background: url("../img/home_public_head_title_cn1.png") no-repeat center center;
}

/*.home_template_title_box {
    margin-bottom: 28px;
}

.home_template_title_box>p {
    color: #ffffff;
}*/

.home_refresh_info {
    padding: 0 24px;
    text-align: right;
}

.home_refresh_icon {
    font-size: 22px;
    margin: -2px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.home_refresh_btn {
    width: 174px;
    height: 42px;
    color: #5494ea;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    background-image:
        linear-gradient(#ffffff, #ffffff),
        linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    box-shadow: 0px 0px 19px 2px rgba(204, 204, 223, 0.5);
}

.home_refresh_btn:hover,
.home_refresh_btn:link {
    color: #5494ea;
}

/*.home_refresh_btn {
    font-size: 14px;
    color: #333333;
}*/

.home_template_content {
    width: 1150px;
    margin: 0 auto;
    position: relative;
}

.home_template_list {
    width: 340px;
    height: 410px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 46px 0px rgba(39, 39, 39, 0.15);
}

.swiper-button-prev,
.swiper-button-next {
    width: 64px  !important;
    height: 64px !important;
    outline: none;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 19px 2px rgba(204, 204, 223, 0.5);
}

.swiper-button-prev {
    left: -85px !important;
}

.swiper-button-next {
    right: -85px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '' !important;
    font-family: '';
}

.home_template_img {
    width: 340px;
    height: 260px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 33px 7px rgba(204, 204, 223, 0.5);
}

.home_template_img img {
    width: 100%;
    height: 100%;
}

.home_template_bottom {
    padding: 25px 20px;
}

.home_template_title {
    margin: 0;
    height: 24px;
    color: #000000;
    font-size: 20px;
    overflow: hidden;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home_organ_info {
    /*padding: 15px 0;*/
    position: relative;
    margin-top: 6px;
}

.home_organ_info::before {
    left: 0;
    bottom: -5px;
    width: 70px;
    height: 1px;
    content: '';
    position: absolute;
    border-radius: 1px;
    background-image:
        linear-gradient(270deg, rgba(247, 142, 149, 0.41) 0%, rgba(239, 34, 101, 0.41) 100%),
        linear-gradient(#ef2365, #ef2365);
}

.home_organ_icon {
    left: 0;
    bottom: -1px;
    width: 70px;
    height: 1px;
    position: absolute;
    /*box-shadow: 0px 0px 41px 13px rgba(3, 232, 229, 0.19);*/
    background-image: linear-gradient(#f16881, #f16881);
        /*linear-gradient(-52deg, #00dcff 0%, rgba(61, 223, 242, 1) 100%),*/
    background-blend-mode: normal, normal;
}

.home_organ_label {
    margin: 0;
    float: left;
    color: #000000;
    font-size: 14px;
    line-height: 30px;
}

.home_organ_txt {
    margin: 0;
    color: #000000;
    font-size: 14px;
    overflow: hidden;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home_template_other {
    margin-top: 10px;
}

.home_template_adopt,
.home_template_browse {
    margin: 0;
    height: 28px;
    color: #000000;
    font-size: 14px;
    line-height: 28px;
}

.home_template_adopt {
    float: left;
}

.home_template_browse {
    float: right;
}

.iconfont_icon {
    vertical-align: bottom;
}
.home_figure_module{
    /* background: url('../img/public_figure_bg.jpg') no-repeat center top; */
    background: url('../img/index_bg22.jpg') no-repeat center top;
}
/* 特点 */
.home_trait_module {
    padding: 62px 0 55px;
    /*background: url('../img/index_bg2.jpg') no-repeat center top;*/
    /* background: url('../img/public_figure_bg2.jpg') no-repeat center top; */
    background: url('../img/index_bg33.jpg') no-repeat center top;
}

.home_trait_head {
    margin-bottom: 105px;
}
.home_trait_headline {
    margin-bottom: 20px;
}

.home_trait_headline p {
    color: #000000;
    text-align: center;
}

.home_trait_headline_us {
    font-size: 22px;
    line-height: 24px;
}

.home_trait_headline_cn {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
}

.home_trait_head_tips>p {
    color: #1fa5e3;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 0;
}

.home_trait_head_tips>p:nth-child(even) {
    margin-bottom: 10px;
}

.home_trait_info {
    height: 285px;
    padding: 30px 30px;
    border-radius: 10px;
    background: #ffffff url("../img/home_trait_info_bg.png") no-repeat top center;
    border: solid 1px #f0ecfe;
    box-shadow: 0px 0px 9px 0px rgba(206, 206, 206, 0.27);
}

.home_trait_info_head {
    position: relative;
    margin-bottom: 19px;
    padding-bottom: 13px;
}

.home_trait_info_head::after {
    left: 0;
    bottom: 0;
    content: '';
    width: 43px;
    height: 3px;
    position: absolute;
    border-radius: 2px;
    background-image:
        linear-gradient(270deg, rgba(247, 142, 149, 0.41) 0%, rgba(239, 34, 101, 0.41) 100%),
        linear-gradient(#ef2365, #ef2365);
}

.home_trait_info_headline p {
    margin: 0;
    padding: 3px 0;
    color: #2c9ee3;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.home_trait_info_content p {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    word-break: break-word;
}

.home_trait_info_headline p:nth-child(2),
.home_trait_info_content p:nth-child(2) {
    display: none;
}

.home_trait_info_this {
    border: none;
    border-radius: 10px;
    box-shadow: 8px 5px 29px 0px rgba(242, 69, 116, 0.59);
    background-image:
        linear-gradient(30deg, #f78e95 0%, rgba(239, 34, 101, 1) 100%),
        linear-gradient(#f13f72, #f13f72);
}

.home_trait_info_this .home_trait_info_head::after {
    background-image:
            linear-gradient(270deg, #ffffff 0%, #ffffff 100%),
            linear-gradient(#ffffff, #ffffff);
}

.home_trait_info_this .home_trait_info_head p,
.home_trait_info_this .home_trait_info_content p {
    color: #ffffff;
}

.home_trait_info_this .home_trait_info_headline p:nth-child(1),
.home_trait_info_this .home_trait_info_content p:nth-child(1) {
    display: none;
}

.home_trait_info_this .home_trait_info_headline p:nth-child(2),
.home_trait_info_this .home_trait_info_content p:nth-child(2) {
    display: block;
}












































