
@media (max-width: 768px) {
    .timt_box_img {
    padding: 25px !important;
    padding-top:0 !important ;
    margin-top: 30px;
    position: relative;
    z-index: 5;
}
.timt_box_img :nth-child(odd) > .timt_box_item_left{
    opacity:0;
}
.timt_box_img :nth-child(odd) > .timt_box_item_right{
    opacity:1;
}
.timt_box_img :nth-child(even) > .timt_box_item_left{
    opacity:1;
}
.timt_box_img :nth-child(even) > .timt_box_item_right{
    opacity:0;
}
.timt_box_item{
    display: flex;
    justify-content: center;
    justify-content: space-between;
    
}
.timt_box_item_left{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: calc(50% - 3px);
    text-align: left;
    padding: 10px 0px ;
    padding-right: 25px;
    box-sizing: border-box;
}
.timt_box_item_center{
    width: 6px;
    background: #1d36c1;
    /*border-radius: 12px;*/
}
.timt_box_item_right{
    display: flex;
    flex-direction: column;
    width: calc(50% - 3px);
     padding: 10px 0px ;
    padding-bottom: 0;
    padding-left: 25px;
    box-sizing: border-box;
}
.option_0{
    opacity:0;
}
.timt_box_item_year{
    font-size: 40px;
    font-weight: 800;
    color: #1d36c1;
     font-family: "SimHei", "Heiti SC", "STXihei", "Microsoft YaHei", sans-serif;
     margin-bottom: 10px;
}
.timt_box_item_connect{
    font-size: 14px;
    line-height: 20px;
    color: #5d5b5b;
}
    .remark_text{
        width: auto;
    }
    .chuangshiren_border_boxe{
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
.swiper_image{
	width: 100%;
	height: auto;
}
.about_banner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:15px 25px;
    border-bottom: 1px solid #8d8d8d;
	position: relative;
	z-index: 3;
}
.about_bannerUl{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:15px 0px;
    border-bottom: 1px solid #8d8d8d;
}
.about_banner li{
    border-right: 2px solid #8d8d8d;
    flex: 1;
    text-align: center;
    font-size: 14px;
    color: #6e6e6e;
    width: 33.3%;
}

.li_bar:hover{
	color: #2542c6;
	cursor: pointer;
}
.about_banner li:last-child{
    flex: 1;
    border-right:none;
    text-align: right;
}
.about_banner li:first-child{
    flex: 1;
    text-align: left;
}
.choose{
    color: #2542c6 !important;
}
.adout_kangDe{
    padding: 30px 25px;
    padding-bottom: 70px;
}
.kang_title{
    font-size: 30px;
}
.kang_number_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
}
.kang_number_box_item{
    width: 46%;
    color: #1d3bc4;
    font-family: "SimHei", "Microsoft JhengHei", "Heiti SC", sans-serif;
    border-bottom: 2px solid #1d3bc4;
    display: flex;
    flex-direction: column;
    padding: 14px 0;
}
.item_weigth{
    font-size: 26px;
}
.item_smill{
    font-size: 14px;
}
.connect_div_1{
    margin-top: 44px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    flex-direction: column;
}
.bgc_left{
    width: 50vw;
    left: 0;
    top: 1800px;
    position: absolute;
}
.bgc_right{
    width: 50vw;
    right: 0;
    position: absolute;
	z-index: 0;
}
.bgc_left1{
    width: 50vw;
    left: 0;
    position: absolute;
}
.bgc_right1{
    width: 50vw;
    right: 0;
    position: absolute;
    top: 50vh;
	z-index: 0;
}
.bgc_right{}
.kang_img_class{
    width: 100%;
    height: auto;
}
.image_left_position{
    position: relative;
    left: -100%;
    
}

.to_right_class{
    animation: to_right 2s forwards;
}
.to_left_class{
    animation: to_left 2s forwards;
}
.class_connect_rigth{
    position: relative;
    right: -100%;
}
.class_connect_left{
    position: relative;
    left: -100%;
    /* animation: to_right 2s forwards; */
}
.image_right_position{
    position: relative;
    right: -100%;
    margin-top: 50px;
    /* animation: to_left 2s forwards; */
}
@keyframes to_right {
    0%{ 
        left: -100%;
    }
    100% {
       left: 0;
    }
}
@keyframes to_left {
    0%{
        right: -100%;
    }
    100% {
       right: 0;
    }
}
.connect_div_info{
    margin-left: 0px;
    flex: 1;
}
.connect_div_info_2{
     margin-left: 0vw !important;

}
.connect_div_info1{
    font-size: 65px;
    color: #1d3bc4;
    margin-top: 50px;
    font-family: math;
}
.connect_div_info2{
    font-size: 35px;
    margin-bottom: 35px;
}
.connect_div_info3{
    font-size: 25px;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.connect_div_info4{
    font-size: 18px;
    line-height: 30px;
    color: #66696c;
}
.connect_div_ul li:nth-child(odd){
    color: blue;
    font-size: 24px;
    margin-bottom: 7px;
}
.connect_div_ul li:nth-child(even){
    font-size: 18px;
    color: #8d6a76;
    margin-bottom: 37px;
}
.box_item{
	padding: 25px;
	padding-top: 0px;
    position: relative;
    padding-bottom: 70px;
}
.box_item2{
    padding: 25px 0;
    padding-top: 0;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 70px;
}

.chuangShiRen{
	padding: 0 25px;
	padding-top: 00px;
	padding-bottom: 70px;
	display: flex;
}
.chuangShiRen_span_1{
	font-weight: 350;
	font-size: 30px;
	color: #000000;
	/*line-height: 87px;*/
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 0px;
	padding: 30px 0;
}
.chuangShiRen_left{
	width: 100%;
	position: relative;
	left: -100%;
	animation: to_right 2s forwards;
}
.chuangShiRen_right{
	position: relative;
	right: -100%;
	animation: to_left 2s forwards;
}
.chuangShiRen_span_2{
	font-weight: 350;
	font-size: 36px;
	color: #3D3D3D;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 15px;
	margin-top: 30px;
}
.chuangShiRen_span_3{
	font-weight: 500;
	font-size: 20px;
	color: #3D3D3D;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 15px;
}
.chuangShiRen_span_4{
	font-weight: 350;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 29px;
}
.chuangShiRen_span_5{
	font-weight: 350;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	
}

.nei_box_family{
    width: 100%;
    padding: 0 12px;
    padding-top: 20px;
    padding-bottom: 14px;
}
.nei_box_family:hover{
    
}

.family_span_1{
    font-weight: 350;
    font-size: 22px;
    color: #3D3D3D;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    
    margin-bottom: 8px;
}
.family_span_2{
    font-weight: 350;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
   
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}
.family_span_3{
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.family_span_4{
    font-weight: 350;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.family_item{
    user-select: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 48%;
    align-items: center;
    margin-bottom: 42px;
}
.family_item_img{
   width: 100%;
   height: auto;    
}
.family_list_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.family_item_img_box{
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes family_item_img_big {
  from {
     width: 350px;
  }
  to {
     width: 380px;

  }
}
@keyframes family_item_img_small {
  from {
     width: 380px;
  }
  to {
     width: 350px;
  }
}
.faZhan_box{
 
}
.fazhan_banner_box{
    position: absolute;
    top: 0px;
    z-index: 1;
    padding: 10px;
    width: 100%;
    height: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.jindu_box_all{
    width: 100%;
    margin-top: 13vw;
    position: relative;
    z-index: 100;
}
.fazhan_span_1{
    font-weight: 350;
    font-size: 34px;
    color: #fff;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;   
    margin-top: 0;
}
.fazhan_span_1_fazhan{
    font-weight: 350;
    font-size: 34px;
    color: #333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;   
    margin-top: 0;
    padding: 0 25px;
}
.fazhan_jindu{
    background-image: url(../static/jianTou.png);
    width: 100%;
    height: 13px;
    background-size: 100% 100%;
}
.jindu_box_all_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.jindu_dian_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 3vw;
    position: absolute;
    bottom: -18px;
    width: 100%;
    box-sizing: border-box;
}
.jindu_box_all_item_year{
    font-weight: 350;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 50px;
    font-family: "SimHei", "Microsoft JhengHei", "Heiti SC", sans-serif;
}
.img_box_jindu{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.choose_name_span_jindu{
    font-weight: 350;
    font-size: 30px;
    color: #fff;
    line-height: 43px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    user-select: none;
    }
.choose_name_span_jindu{
    animation:fontTo50 0.2s forwards;
}
@keyframes fontTo50 {
  from {
     font-size: 14px;
  }
  to {
     font-size: 30px;

  }
}
.nes_list{
    padding: 6vw;
    width: 100%;
    padding-bottom: 0;
    box-sizing: border-box;
}
.year_new_list{
    border-top: 1px dashed  #a9a9a9;
}
.year_new_list_item{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #a9a9a9;
    display: flex;
    align-items: flex-star;
    cursor: pointer;
    justify-content: space-between;
    padding: 20px 0;
    
}
.year_new_list_item_span1{
    font-weight: 350;
    font-size: 18px;
    color: rgba(109, 109, 109);
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 26px5px;
}
.year_new_list_item_span2{
    font-weight: 350;
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 65%;
}
.rongyu{
	font-size: 30px;
	font-weight: 350;
	padding-top:30px;
}
.tuidong{
	font-size: 22px;
}
.rongyuqiang{
	width:100%;
	margin-top: 0px;
}
.rongyuqiang_img2{
    margin-top:20px !important;
}
.xiabu{
	margin-top: 30px;
	width: 100%;
	position: absolute;
	left:0;
	position: relative;
}
.zhuanlitu{
	/* margin-left: -10px; */
	padding-bottom: 12px;
    width: 80px;
    height: auto;
}
.zhuanli{
	font-weight: 400;
	font-size: 52px;
	margin-bottom: 32px;
}
.linw{
	border: 1px solid #C0BFBA;
	margin-bottom: 48px;
}
.kandewenzi{
	color: #666666;
	font-weight: 350;
	line-height: 30px;
	font-size: 18px;
	margin-bottom: 24px;
}
.xudingwei{
	position: absolute;
	left: 240px;
	bottom: 60px;
	font-weight: 400;
	color: #3d3d3d;
	font-size: 26px;
}
.pre_box_1{
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    
}
.pre_box_1_left{
    display: flex;
    flex-direction: column;
}
.pre_box_1_left_span1{
    font-weight: 350;
    font-size: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 30px;
}
.pre_box_1_left_span2{
    font-weight: 350;
    font-size: 19px;
    color: #3D3D3D;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.pre_box_1_right{
    width: 50%;
    height: auto;
}
.icon_12{
    width: 70px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 5px;
}
.icon_22{
    width: 100% !important;
    margin-top: 25px !important;
}
.pre_box_2_item{
    width: 100%;
    display: flex;
    flex-direction:column;
    padding-right: 0;
}
.pre_box_2_item_span1{
    height: auto;
    font-weight: 350;
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
}
.pre_box_2_item_span2{
    font-weight: normal;
    font-size: 40px;
    color: #000000;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 12px;
    font-family: "SimHei", "Microsoft JhengHei", "Heiti SC", sans-serif;
}
.pre_box_2_item_span3{
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.lian_us_1{
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;*/
}
.lian_us_2{
	margin-top: 60px;
	display: flex;
	flex-direction: column;
}
.lian_us_1_left{
	font-weight: 350;
	font-size: 30px;
	line-height: 87px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.lian_us_1_right{
	width: 100%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding-bottom: 0px;
}
.lian_us_1_right_span1{
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 500;
	font-size: 20px;
	color: #3D3D3D;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 0px;
}
.lian_us_1_right_span2{
	font-weight: 500;
	font-size: 20px;
	color: #3D3D3D;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 28px;
}
.lian_us_1_right_span3{
	font-weight: 350;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 50px;
}
.lian_us_2_span1{
	font-weight: 350;
	font-size: 30px;
	color: #3D3D3D;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 8px;
}
.lian_us_2_span2{
	font-weight: 400;
	font-size: 20px;
	color: #3D3D3D;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 20px;
}
.lian_form{
	display: flex;
	flex-direction: column;
}
.submit_input {
	height: 42px;
	background: #F5F5F5;
	border-radius: 0px 0px 0px 0px;
	border: none;
	margin-bottom: 24px;
	padding: 0 24px;
}
.lian_form textarea {
	background: #F5F5F5;
	border: none;
	padding: 24px;
}
.lian_form textarea:focus {
    outline: none;
	padding: 24px;
}
.lian_submit{
	width: 100px;
	height: 34px;
	background-color: #1d3bc3;
	color: #fff;
	border: none;
}
.lian_submit2{
	width: 100px;
	height: 34px;
	background-color: #b1b1b1;
	color: #818181;
	border: none;
	margin-left: 8px;
}
.pc_rongyu{
    padding: 0 !important; 
}
}
@media (min-width: 768px) {
    .timt_box_img {
    padding: 6vw !important;
    padding-top:0 !important ;
    position: relative;
    z-index: 5;
}
.timt_box_img :nth-child(odd) > .timt_box_item_left{
    opacity:0;
}
.timt_box_img :nth-child(odd) > .timt_box_item_right{
    opacity:1;
}
.timt_box_img :nth-child(even) > .timt_box_item_left{
    opacity:1;
}
.timt_box_img :nth-child(even) > .timt_box_item_right{
    opacity:0;
}
.timt_box_item{
    display: flex;
    justify-content: center;
    justify-content: space-between;
    
}
.timt_box_item_left{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: calc(50vw - 6px);
    text-align: left;
    padding: 40px 90px ;
}
.timt_box_item_center{
    width: 12px;
    background: #1d36c1;
    /*border-radius: 12px;*/
}
.timt_box_item_right{
    display: flex;
    flex-direction: column;
    width: calc(50vw - 6px);
    padding: 40px 90px ;
    padding-bottom: 0;
}
.option_0{
    opacity:0;
}
.timt_box_item_year{
    font-size: 60px;
    font-weight: 800;
    color: #1d36c1;
     font-family: "SimHei", "Heiti SC", "STXihei", "Microsoft YaHei", sans-serif;
     margin-bottom: 40px;
}
.timt_box_item_connect{
    font-size: 20px;
    line-height: 30px;
    color: #5d5b5b;
}
    .remark_text{
        width: 100%;
    }
    .chuangshiren_border_boxe{
        display: flex;
        overflow: hidden;
    }
    .swiper_image{
	width: 100%;
	height: auto;
    min-height: 300px;
}
.about_banner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 6vw;
    border-bottom: 1px solid #8d8d8d;
	position: relative;
	z-index: 3;
}
.about_banner li{
    border-right: 2px solid #8d8d8d;
    flex: 1;
    text-align: center;
    font-size: 16px;
    color: #6e6e6e;
}

.li_bar:hover{
	color: #2542c6;
	cursor: pointer;
}
.about_banner li:last-child{
    flex: 1;
    border-right:none;
}
  
.choose{
    color: #2542c6 !important;
}
.adout_kangDe{
    padding: 140px 6vw;
}
.kang_title{
    font-size: 60px;
    font-weight: bold;
}
.kang_number_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px;
}
.kang_number_box_item{
    width: 22%;
    color: #1d3bc4;
    border-bottom: 2px solid #1d3bc4;
    display: flex;
    flex-direction: column;
    padding-bottom: 14px;
    
}
.item_weigth{
    font-size: 76px;
    font-family: "SimHei", "Microsoft JhengHei", "Heiti SC", sans-serif;
}
.item_smill{
    font-size: 16px;
}
.connect_div_1{
    margin-top: 244px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.bgc_left{
    width: 30vw;
    left: 0;
    top: 1800px;
    position: absolute;
}
.bgc_right{
    width: 30vw;
    right: 0;
    position: absolute;
	z-index: 0;
}
.bgc_left1{
    width: 30vw;
    left: 0;
   
    position: absolute;
}
.bgc_right1{
    width: 30vw;
    right: 0;
     top: 100vh;
    position: absolute;
	z-index: 0;
}
.kang_img_class{
    width: 45%;
    height: auto;
}
.image_left_position{
    position: relative;
    left: -100%;
    
}

.to_right_class{
    animation: to_right 2s forwards;
}
.to_left_class{
    animation: to_left 2s forwards;
}
.class_connect_rigth{
    position: relative;
    right: -100%;
}
.class_connect_left{
    position: relative;
    left: -100%;
    /* animation: to_right 2s forwards; */
}
.image_right_position{
    position: relative;
    right: -100%;
    /* animation: to_left 2s forwards; */
}
@keyframes to_right {
    0%{ 
        left: -100%;
    }
    100% {
       left: 0;
    }
}
@keyframes to_left {
    0%{
        right: -100%;
    }
    100% {
       right: 0;
    }
}
.connect_div_info{
    margin-left: 164px;
    flex: 1;
}
.connect_div_info_2{
     margin-left: 0vw !important;
    margin-right: 6vw !important;
}
.connect_div_info1{
    font-size: 128px;
    color: #1d3bc4;
    font-family: "SimHei", "Microsoft JhengHei", "Heiti SC", sans-serif;
}
.connect_div_info2{
    font-size: 50px;
    margin-bottom: 40px;
}
.connect_div_info3{
    font-size: 30px;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.connect_div_info4{
    font-size: 18px;
    line-height: 30px;
    color: #66696c;
}
.connect_div_ul li:nth-child(odd){
    color: blue;
    font-size: 24px;
    margin-bottom: 7px;
}
.connect_div_ul li:nth-child(even){
    font-size: 18px;
    color: #8d6a76;
    margin-bottom: 37px;
}
.box_item{
	padding: 6vw;
	padding-top: 140px;
    position: relative;
}
.box_item2{
    padding: 6vw 0;
    padding-top: 120px;
    position: relative;
    box-sizing: border-box;
}

.fazhan_span_1_fazhan{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    line-height: 87px;
    text-align: left;
    font-style: normal;
    text-transform: none;   
    margin-bottom: 6vw;
    color: #333;
    padding: 0 6vw;
}
.chuangShiRen{
	padding: 0 6vw;
	padding-top: 140px;
	padding-bottom: 338px;
}
.chuangShiRen_span_1{
	font-weight: 350;
	font-size: 60px;
	color: #000000;
	line-height: 87px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 80px;
	font-weight: bold;
}
.chuangShiRen_left{
	width: 32vw;
	margin-right: 15vw;
	position: relative;
	left: -100%;
	animation: to_right 2s forwards;
}
.chuangShiRen_right{
	position: relative;
	right: -100%;
	animation: to_left 2s forwards;
}
.chuangShiRen_span_2{
	font-weight: 350;
	font-size: 60px;
	color: #3D3D3D;
	line-height: 60px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 30px;
}
.chuangShiRen_span_3{
	font-weight: 500;
	font-size: 26px;
	color: #3D3D3D;
	line-height: 26px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 30px;
}
.chuangShiRen_span_4{
	font-weight: 350;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 119px;
}
.chuangShiRen_span_5{
	font-weight: 350;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.family_item{
    width: 
    user-select: none;
    cursor: pointer;
    
}
.nei_box_family{
    width: 100%;
    padding: 0 12px;
    padding-top: 40px;
    padding-bottom: 14px;
}
.nei_box_family:hover{
    
}

.family_span_1{
    font-weight: 350;
    font-size: 32px;
    color: #3D3D3D;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    
    margin-bottom: 8px;
}
.family_span_2{
    font-weight: 350;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    min-height: 120px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 24px;
}
.family_span_3{
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.family_span_4{
    font-weight: 350;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.family_item{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 350px;
    align-items: center;
    margin-bottom: 42px;
}
.family_item_img{
   width: 350px;
   height: auto;    
}
.family_list_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.family_item_img_box{
    width: 350px;
    height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes family_item_img_big {
  from {
     width: 350px;
  }
  to {
     width: 380px;

  }
}
@keyframes family_item_img_small {
  from {
     width: 380px;
  }
  to {
     width: 350px;
  }
}
.faZhan_box{
 
}
.fazhan_banner_box{
    position: absolute;
    top: 0px;
    z-index: 100;
    padding: 6vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;

}
.jindu_box_all{
    width: 100%;
    margin-top: 13vw;
    position: relative;
    z-index: 100;
}
.fazhan_span_1{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 350;
    font-size: 60px;
    color: #fff;
    line-height: 87px;
    text-align: left;
    font-style: normal;
    text-transform: none;   
    margin-top: 6vw;
}
.fazhan_jindu{
    background-image: url(../static/jianTou.png);
    width: 100%;
    height: 26px;
    background-size: 100% 100%;
}
.jindu_box_all_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.jindu_dian_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 3vw;
    position: absolute;
    bottom: -12px;
    width: 100%;
    box-sizing: border-box;
}
.jindu_box_all_item_year{
    font-weight: 350;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 93px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 93px;
    font-family: "SimHei", "Microsoft JhengHei", "Heiti SC", sans-serif;
}
.img_box_jindu{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.choose_name_span_jindu{
    font-weight: 350;
    font-size: 64px;
    color: #fff;
    line-height: 93px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    user-select: none;
    }
.choose_name_span_jindu{
    animation:fontTo50 0.2s forwards;
}
@keyframes fontTo50 {
  from {
     font-size: 24px;
  }
  to {
     font-size: 64px;

  }
}
.nes_list{
    padding: 6vw;
    width: 100%;
    padding-bottom: 0;
    box-sizing: border-box;
}
.year_new_list{
    border-top: 1px dashed  #a9a9a9;
}
.year_new_list_item{
    width: 100%;
    height: 106px;
    border-bottom: 1px solid #a9a9a9;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.year_new_list_item_span1{
    font-weight: 350;
    font-size: 18px;
    color: #1D00A5;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 145px;
}
.year_new_list_item_span2{
    font-weight: 350;
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.rongyu{
	font-size: 60px;
	font-weight: bold;
}
.tuidong{
	margin-top: 16px;
	font-weight: 400;
    color: #3d3d3d;
    font-size: 26px;
}
.rongyuqiang{
	width:100%;
	margin-top: 50px;
}
.xiabu{
	margin-top: 80px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	/*position: absolute;*/
	/*left:50%;*/
	/*position: relative;*/
}
.zhuanlitu{
	/* margin-left: -10px; */
	padding-bottom: 12px;
    width: 80px;
    height: auto;
}
.zhuanli{
	font-weight: 400;
	font-size: 52px;
	margin-bottom: 32px;
}
.linw{
	border: 1px solid #C0BFBA;
	margin-bottom: 48px;
}
.kandewenzi{
	color: #666666;
	font-weight: 350;
	line-height: 25px;
	font-size: 18px;
	margin-bottom: 24px;
}
.xudingwei{

	font-weight: 400;
	color: #3d3d3d;
	font-size: 26px;
}
.pre_box_1{
    display: flex;
    justify-content: space-between;
    
}
.pre_box_1_left{
    display: flex;
    flex-direction: column;
}
.pre_box_1_left_span1{
    font-weight: bold;
    font-size: 60px;
    color: #3D3D3D;
    line-height: 87px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.pre_box_1_left_span2{
    font-weight: 350;
    font-size: 34px;
    color: #3D3D3D;
    line-height: 65px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.pre_box_1_right{
    width: 50%;
    height: auto;
}
.icon_12{
    width: 90px;
    height: auto;
    margin-top: 60px;
    margin-bottom: 24px;
}
.pre_box_2_item{
    width: 50%;
    display: flex;
    flex-direction:column;
    padding-right: 96px;
}
.pre_box_2_item_span1{
    min-height: 125px;
    font-weight: 350;
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.pre_box_2_item_span2{
    font-weight: normal;
    font-size: 50px;
    color: #000000;
    line-height: 90px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 12px;
}
.pre_box_2_item_span3{
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.lian_us_1{
	display: flex;
	justify-content: space-between;
}
.lian_us_2{
	margin-top: 200px;
	display: flex;
	justify-content: space-between;
}
.lian_us_1_left{
	font-weight: bold;
	font-size: 60px;
	color: #3D3D3D;
	line-height: 87px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	width: 50%;
	display: flex;
	flex-direction: column;
}
.lian_us_1_right{
	width: 50%;
	display: flex;
	flex-direction: column;
}
.lian_us_1_right_span1{
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 500;
	font-size: 40px;
	color: #3D3D3D;
	line-height: 58px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 160px;
}
.lian_us_1_right_span2{
	font-weight: 500;
	font-size: 40px;
	color: #3D3D3D;
	line-height: 58px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 48px;
}
.lian_us_1_right_span3{
	font-weight: 350;
	font-size: 18px;
	color: #666666;
	line-height: 36px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 80px;
}
.lian_us_2_span1{
	font-weight: 350;
	font-size: 60px;
	color: #3D3D3D;
	line-height: 87px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 8px;
}
.lian_us_2_span2{
	font-weight: 400;
	font-size: 40px;
	color: #3D3D3D;
	line-height: 58px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.lian_form{
	display: flex;
	flex-direction: column;
}
.submit_input {
	width: 100%;
	height: 42px;
	background: #F5F5F5;
	border-radius: 0px 0px 0px 0px;
	border: none;
	margin-bottom: 24px;
	padding: 0 24px;
}
.lian_form textarea {
	background: #F5F5F5;
	border: none;
	padding: 24px;
}
.lian_form textarea:focus {
    outline: none;
	padding: 24px;
}
.lian_submit{
	width: 100px;
	height: 34px;
	background-color: #1d3bc3;
	color: #fff;
	border: none;
}
.lian_submit2{
	width: 100px;
	height: 34px;
	background-color: #b1b1b1;
	color: #818181;
	border: none;
	margin-left: 8px;
}
}
