/* @font-face { font-family: 'number_font';  src: url('./fz.ttf'); } 
@font-face { font-family: 'impact';  src: url('./impact.ttf'); } 
@font-face { font-family: 'myfont1';  src: url('./myfont1.ttf'); } */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; color:#555; font-size:14px; font-family: mynew,Verdana, Arial, Helvetica, sans-serif; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
a:hover { text-decoration:underline; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;font-size: 16px;}

.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; } 

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}



/********轮播的圆球360度旋转，并且从白色变成黄色*******/



@keyframes a2 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes a3 {
    0%, 50% {
        background: #fff;
    }
    51%, 100% {
        background: #ffae00;
    }
}


/***********从左边模糊进入*************/

@keyframes fadeInLeftBlur {
  0% {
    opacity: 0;
    transform: translateX(-50px);
    filter: blur(5px);
    -webkit-filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
    -webkit-filter: blur(0);
  }
}




/***********从右边模糊进入*************/

@keyframes fadeInRightBlur {
  0% {
    opacity: 0;
    transform: translateX(50px);
    filter: blur(5px);
    -webkit-filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
    -webkit-filter: blur(0);
  }
}


/***********从上边模糊进入*************/

@keyframes fadeInTopBlur {
  0% {
    opacity: 0;
    transform: translateY(-50px);
    filter: blur(5px);
    -webkit-filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    -webkit-filter: blur(0);
  }
}


/***********从下边模糊进入*************/

@keyframes fadeInBottomBlur {
  0% {
    opacity: 0;
    transform: translateY(50px);
    filter: blur(5px);
    -webkit-filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    -webkit-filter: blur(0);
  }
}





/***********从右边到左边宽度增加到100%*************/

@keyframes fadeInWidthRight {
  0% {
    width: 0%;
    -webkit-width: 0%;
  }
  100% {
    width: 100%;
    -webkit-filter: 100%;
  }
}



/***********从左边到右边宽度增加到100%*************/

@keyframes fadeInWidthLeft {
  0% {
    width: 0%;
    -webkit-width: 0%;
  }
  100% {
    width: 100%;
    -webkit-filter: 100%;
  }
}


/***********背景图片从大到下，从模糊到清楚，从无到有*************/


@keyframes fadeInBgBigToSmall {
  0% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0;
    filter: blur(10px);
    -webkit-filter: blur(10px);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
}

/***********文字从大到下，从模糊到清楚，从无到有*************/


@keyframes fadeInBgBigToSmall {
  0% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0;
    filter: blur(10px);
    -webkit-filter: blur(10px);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
}




/******上面是css初始化******/





/***************welcome******************/

/*.welcome{width: 100%;height: 50px;box-sizing: border-box;margin: 0 auto;background-color: #333333;z-index: 999;position: fixed;top: 0;}*/
/*.welcome_center{width: 1293px;height: 50px;line-height: 50px;margin: 0 auto;}*/

/*.welcome_center h6{text-align: left;color: white;margin-left: 35px;font-size: 14px;}*/


/************header***********/

/*.header{width: 100%;height: 81px;box-sizing: border-box;margin: 0 auto;z-index: 999;position: fixed;background-color: rgba(4, 14, 53, 0.4);top: 0px;transition: all ease 0.5s;z-index: 11;}*/
/*.header_center{width: 1293px;height: 81px;margin: 0 auto;}*/
/*.header_left{width: 257px;height: 81px;float: left;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}*/
/*.header_middle{width: 782px;height: 81px;float: left;}*/
/*.header_middle ul{width: 770px;height: 81px;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;box-sizing: border-box;}*/

/*.header_middle li{width: 96px;height: 81px;}*/

/*.header_middle li h3{color: #FFFFFF;font-size: 16px;font-weight: bold;}*/

/*.header_middle a{text-decoration: none;display: block;width: 96px;height: 81px;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}*/

/*.header_right{width: 254px;height: 81px;float: left;}*/
/*.header_right_img{width: 68px;height: 81px;float: left;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}*/
/*.header_right_font{width: 186px;height: 81px;float: right;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;align-content: center;}*/
/*.header_right_h3 {width: 186px;height: 20px;}*/
/*.header_right_h3 h3{text-align: left;font-size: 16px;font-weight: bold;box-sizing: border-box;padding-left: 10px;color: #FFFFFF}*/
/*.header_right_h4 {width: 186px;height: 20px;}*/
/*.header_right_h4 h4{text-align: left;font-size: 16px;color: #FFFFFF;font-weight: bold;box-sizing: border-box;padding-left: 10px;}*/



/*.active_button h3{color: #007fd3 !important;}*/






/*.nav_block{width: 100%;height: 6.84rem;position: fixed;left: 0;bottom: 0;z-index: 121;display: none;}*/

/*.nav_center{width: 100%;height: 6.76rem;background-color: #fff;}*/

/*.nav_top{width: 100%;height: 0.96rem;}*/

/*.nav_top_block{width: 19.2rem;height: 0.95rem;box-sizing: border-box;position: relative;}*/

/*.nav_top_block_piece{width: 15.86rem;height: 0.95rem;position: absolute;left: 1.6rem; top: 0;display: flex;flex-direction: row; flex-wrap: nowrap;justify-content: flex-start; align-items: center;}*/

/*.nav_top_block_piece_logo_icon{width: 1.49rem;height: 0.95rem;display: flex;flex-direction: row; flex-wrap: nowrap;justify-content: center; align-items: center;}*/

/*.nav_top_block_piece_logo_icon img{width: 1.49rem;height: 0.34rem;}*/


/*.nav_top_block_piece_logo_mian{width: 8.51rem;height: 0.95rem;margin-left: 3.12rem;margin-right: 0.3rem;}*/

/*.nav_top_block_piece_logo_mian ul{width: 8.51rem;height: 0.95rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}*/

/*.nav_top_block_piece_logo_mian ul li:nth-child(1){width: 0.74rem;height: 0.95rem;}*/

/*.nav_top_block_piece_logo_mian ul li:not(:first-child){width: 1.12rem;height: 0.95rem;}*/

/*.nav_top_block_piece_logo_mian ul li:nth-child(1) a{width: 0.74rem;height: 0.95rem;display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: center;}*/

/*.nav_top_block_piece_logo_mian ul li:not(:first-child) a{width: 1.12rem;height: 0.95rem;display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: center;}*/


/*.nav_top_block_piece_logo_mian ul li a h3{color: #252F36;font-size: 0.18rem;font-weight: normal;margin-bottom: 0.1rem;transition: all ease 0.5s;}*/

/*.nav_top_block_piece_logo_mian ul li:nth-child(1) a hr{width: 0.55rem;height: 3px;background-color: transparent;border: none;margin: 0;transition: all ease 0.5s;}*/

/*.nav_top_block_piece_logo_mian ul li:not(:first-child) a hr{width: 0.93rem;height: 3px;background-color: transparent;border: none;margin: 0;transition: all ease 0.5s;}*/



/*.nav_top_block_piece_logo_tel{width: 2.45rem;height: 0.95rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;}*/

/*.nav_top_block_piece_logo_tel_img{width: 0.57rem;height: 0.95rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}*/

/*.nav_top_block_piece_logo_tel_img img{width: 0.57rem;height: 0.57rem;}*/

/*.nav_top_block_piece_logo_tel_font{width: 1.79rem;height: 0.95rem;display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: flex-start;}*/

/*.nav_top_block_piece_logo_tel_font h6{color: #252F36;font-size: 0.18rem;font-weight: normal;margin-bottom: 0.01rem;}*/

/*.nav_top_block_piece_logo_tel_font h3{color: #252F36;font-size: 0.24rem;font-weight: bold;white-space: nowrap;}*/


/*.nav_top hr{width: 100%; height: 1px; background-color: rgba(112,112,112,0.49);margin: 0;border: none;}*/

/*.nav_bottom{width: 100%;height: 5.8rem;position: relative;}*/

/*.nav_bottom_block{width: 15.73rem;height: 5.8rem;position: absolute;left: 1.6rem;top: 0;}*/


/*.nav_top_block_piece_logo_mian_active h3{color: #006EFF !important;}*/

/*.nav_top_block_piece_logo_mian_active hr{background-color: #006EFF !important;}*/








/*新增加的导航css开始*/


.nav_block{width: 19.2rem;min-height: 0.96rem;position: fixed;left: 0;top: 0;z-index: 999;display: block;}

.nav_center{width: 100%;min-height: 0.96rem;}

.nav_top{width: 100%;height: 0.96rem;background-color: rgba(255,255,255,0.6);}

.nav_top_block{width: 19.2rem;height: 0.95rem;box-sizing: border-box;position: relative;}

.nav_top_block_piece{width: 15.86rem;height: 0.95rem;position: absolute;left: 1.6rem; top: 0;display: flex;flex-direction: row; flex-wrap: nowrap;justify-content: flex-start; align-items: center;}

.nav_top_block_piece_logo_icon{width: 1.49rem;height: 0.95rem;display: flex;flex-direction: row; flex-wrap: nowrap;justify-content: center; align-items: center;}

.nav_top_block_piece_logo_icon a{width: 1.49rem;height: 0.41rem;}

.nav_top_block_piece_logo_icon_img{width: 1.49rem;height: 0.41rem;position: relative;}

.nav_top_block_piece_logo_icon img:nth-of-type(2){width: 1.49rem;height: 0.41rem;position: absolute;left: 0;top: 0;z-index: 1;}



.nav_top_block_piece_logo_mian{width: 8.51rem;height: 0.95rem;margin-left: 3.12rem;margin-right: 0.3rem;}

.nav_top_block_piece_logo_mian ul{width: 8.51rem;height: 0.95rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}

.nav_top_block_piece_logo_mian ul li:nth-child(1){width: 0.74rem;height: 0.95rem;}

.nav_top_block_piece_logo_mian ul li:not(:first-child){width: 1.12rem;height: 0.95rem;}

.nav_top_block_piece_logo_mian ul li:nth-child(1) a{width: 0.74rem;height: 0.95rem;display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: center;}

.nav_top_block_piece_logo_mian ul li:not(:first-child) a{width: 1.12rem;height: 0.95rem;display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: center;}


.nav_top_block_piece_logo_mian ul li a h3{color: #252F36;font-size: 0.18rem;font-weight: normal;margin-bottom: 0.1rem;transition: all ease 0.5s;}

.nav_top_block_piece_logo_mian ul li:nth-child(1) a hr{width: 0.55rem;height: 3px;background-color: transparent;border: none;margin: 0;transition: all ease 0.5s;}

.nav_top_block_piece_logo_mian ul li:not(:first-child) a hr{width: 0.93rem;height: 3px;background-color: transparent;border: none;margin: 0;transition: all ease 0.5s;}



.nav_top_block_piece_logo_tel{width: 2.45rem;height: 0.95rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;}

.nav_top_block_piece_logo_tel_img{width: 0.57rem;height: 0.95rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}

.nav_top_block_piece_logo_tel_img_icon{width: 0.57rem;height: 0.57rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;background-color: #006EFF;border-radius: 0.57rem;}

.nav_top_block_piece_logo_tel_img_icon img{width: 0.33rem;height: 0.3rem;}

.nav_top_block_piece_logo_tel_font{width: 1.79rem;height: 0.95rem;display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: flex-start;}

.nav_top_block_piece_logo_tel_font h6{color: #252F36;font-size: 0.18rem;font-weight: normal;margin-bottom: 0.01rem;transition: all ease 0.5s;}

.nav_top_block_piece_logo_tel_font h3{color: #252F36;font-size: 0.24rem;font-weight: bold;white-space: nowrap;transition: all ease 0.5s;}


.nav_top hr{width: 100%; height: 1px; background-color: rgba(112,112,112,0.49);margin: 0;border: none;}

.nav_top_block_piece_logo_mian_active h3{color: #006EFF !important;}

.nav_top_block_piece_logo_mian_active hr{background-color: #006EFF !important;}






.nav_bottom{width: 100%;height: auto;position: relative;}

.nav_bottom>ul{width: 100%;height: auto;position: relative;}

.nav_bottom>ul>li:nth-child(1){width: 100%;height: 5.8rem;background-color: #fff;position: absolute;left: 0;top: 0;z-index: 21;display: none;transition: all ease 0.5s;}

.nav_bottom>ul>li:nth-child(2){width: 100%;height: 5.8rem;background-color: #E4E4E4;position: absolute;left: 0;top: 0;z-index: 20;display: none;transition: all ease 0.5s;}

.nav_bottom>ul>li:nth-child(3){width: 100%;height: 5.8rem;background-color: #E4E4E4;position: absolute;left: 0;top: 0;z-index: 19;display: none;transition: all ease 0.5s;}

.nav_bottom_block{width: 15.73rem;height: 4.92rem;position: absolute;left: 1.6rem;top: 0.4rem;}

.nav_bottom_block_left{width: 7.75rem;height: 4.92rem;position: absolute;left: 0;top: 0;}

.nav_bottom_block_left>ul{width: 4rem;height: 4.88rem;display: flex; flex-direction: column;flex-wrap: nowrap;justify-content: space-between;align-items: center;}

.nav_bottom_block_left>ul>li{width: 4rem;height: 0.61rem;cursor: pointer;transition: all ease 0.5s;}

.nav_bottom_block_left_piece{width: 4rem;height: 0.6rem;line-height: 0.6rem;text-align: left;box-sizing: border-box;padding-left: 0.51rem;}

.nav_bottom_block_left_piece h3{color: #252F36;font-size: 0.18rem;font-weight: normal;transition: all ease 0.5s;}

.nav_bottom_block_left_icon{width: 4rem; height: 1px;position: relative;}

.nav_bottom_block_left_icon img{width: 4rem; height: 1px;position: absolute;left: 0;top: 0;transition: all ease 0.5s;}




.nav_bottom_block_left_li_one_active{background-color: #004197 !important;}

.nav_bottom_block_left_li_one_active .nav_bottom_block_left_piece h3{color: #fff !important;}

.nav_bottom_block_left_li_one_active .nav_bottom_block_left_icon img{display: none;}





.nav_bottom_block_left_next_two{width: auto;position: absolute;left: 4.37rem;top: 0;display: none;}

.nav_bottom_block_left_next_two>ul{display: grid;grid-template-rows: repeat(8, 0.57rem); /* 定义8行 */grid-auto-flow: column; /* 项目按列填充 */grid-column-gap: 0.5rem; /* 列之间的间距，根据需要调整 */grid-row-gap: 0.05rem; /* 行之间的间距 */position: relative;z-index: 111;align-items: start;justify-items: start;grid-template-columns: repeat(auto-fill, 1.86rem);  /* 每列宽度固定为1.86rem */}

.nav_bottom_block_left_next_two>ul>li{width: 1.86rem;height: 0.57rem;list-style: none;}

.nav_bottom_block_left_next_two_icon{width: 0.19rem;height: 0.57rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: center;float: left;}

.nav_bottom_block_left_next_two_icon img{width: 0.07rem;height: 0.11rem;}

.nav_bottom_block_left_next_two_piece{width: 1.67rem;height: 0.57rem;line-height: 0.57rem;float: left;}

.nav_bottom_block_left_next_two_piece h3{color:#252F36;font-size: 0.2rem;font-weight: normal; white-space: nowrap;}

.nav_bottom_block_left_li_two_active .nav_bottom_block_left_next_two_piece h3{color: #006EFF !important;}





.nav_bottom_block_left_next_two_next_three{display: none;width: 1.86rem;height: 4.92rem;position: absolute;left: 1.86rem;top: 0;transition: all ease 0.5s;}

.nav_bottom_block_left_next_two_next_three_vertical_line{width: 1px;height: 4.92rem;float: left;}

.nav_bottom_block_left_next_two_next_three_vertical_line img{width: 1px;height: 4.92rem;}

.nav_bottom_block_left_next_two_next_three ul{width: 1.84rem;height: 4.92rem;float: left;}

.nav_bottom_block_left_next_two_next_three ul li{width: 1.84rem;height: 0.52rem;}

.nav_bottom_block_left_next_two_next_three ul li a{width: 1.84rem;height: 0.52rem;line-height: 0.52rem;text-align: left;display: block;box-sizing: border-box;padding-left: 0.22rem;}

.nav_bottom_block_left_next_two_next_three ul li a h3{color: #252F36;font-size: 0.18rem;font-weight: normal;white-space: nowrap;}


.nav_bottom_block_left_li_three_active h3{color: #006EFF !important;}





.nav_bottom_block_middle{width: 4.13rem;height: 2.61rem;position: absolute;right: 0;top: 0.5rem;overflow: hidden;}

.nav_bottom_block_middle ul{width: 4.13rem;height: 2.61rem;position: absolute; left: 0; top: 0;}

.nav_bottom_block_middle ul li{width: 4.13rem;height: 2.61rem;position: absolute; left: 0; top: 0;display: none;}

.nav_bottom_block_middle ul li img{width: 4.13rem;height: 2.61rem;transition: all ease 0.5s;}

.nav_bottom_block_middle:hover img{transform: scale(1.1);}


.nav_bottom_block_right{width: 1.99rem;height: 1.08rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;position: absolute;right: 0;bottom: 0;z-index: 999;}

.nav_bottom_block_right_contact{width: 1.99rem;height: 1.08rem;display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: space-between;align-items: center;cursor: pointer;}

.nav_bottom_block_right_contact_tel{width: 1.99rem;height: 0.49rem;line-height: 0.49rem;text-align: center;box-sizing: border-box;border: 1px solid #707070;border-radius: 0.04rem;}

.nav_bottom_block_right_contact_tel h3{center: #252F36;font-size: 0.26rem;font-weight: normal;font-family: impact;}

.nav_bottom_block_right_contact_link{width: 1.99rem;height: 0.49rem;box-sizing: border-box;background-color: #006EFF;border-radius: 0.04rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}

.nav_bottom_block_right_contact_link a{width: 1.99rem;height: 0.49rem;box-sizing: border-box;background-color: #006EFF;border-radius: 0.04rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}

.nav_bottom_block_right_contact_link img{width: 0.28rem; height: 0.26rem;margin-right: 0.1rem;}

.nav_bottom_block_right_contact_link h3{font-size: 0.18rem;font-weight: bold;color: #fff;}






.nav_hr{width: 100%;height: 0.08rem;position: absolute;top: 6.76rem;left: 0;z-index: 122;}

.nav_hr_one{width: 100%;height: 0.08rem;background-color: #004197;display: none;position: absolute;left: 0;top: 0;z-index: 21;}

.nav_hr_two{width: 100%;height: 0.08rem;background-color: #004197;display: none;position: absolute;left: 0;top: 0;z-index: 20;}

.nav_hr_three{width: 100%;height: 0.08rem;background-color: #004197;display: none;position: absolute;left: 0;top: 0;z-index: 19;}






.nav_bottom_piece{width: 15.91rem;height:3.69rem;position: absolute;left: 1.55rem;top: 0.93rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}

.nav_bottom_piece_left{width: 10.39rem;height:3.69rem;}

.nav_bottom_piece_left_content{width: 10.39rem;height: 3.15rem;}

.nav_bottom_piece_left_content_h3{width: 10.39rem;height: 0.64rem;}

.nav_bottom_piece_left_content_h3 h3{color: #252F36;font-size: 0.3rem;font-weight: bold;}

.nav_bottom_piece_left_content_p{width: 10.39rem;height: 2.51rem;box-sizing: border-box;padding-right: 0.4rem;}

.nav_bottom_piece_left_content_p p{color:#333333;font-size:0.2rem;font-weight:normal;margin-bottom: 0.3rem;}




.nav_bottom_piece_left_content_link{width: 10.39rem;height: 0.54rem;}

.nav_bottom_piece_left_content_link ul{width: 10.39rem;height: 0.54rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: center;}

.nav_bottom_piece_left_content_link ul li{width: 2.5rem;height: 0.54rem;margin-right: 0.59rem;background-color: transparent;transition: all ease 0.5s;}

.nav_bottom_piece_left_content_link ul li a{width: 2.5rem;height: 0.54rem;}

.nav_bottom_piece_left_content_link_li_a_chunk{width: 2.5rem;height: 0.52rem;position: relative;}

.nav_bottom_piece_left_content_link_li_a_chunk h3{color: #252F36;font-size: 0.18rem;font-weight: normal;position: absolute;left: 0;top: 50%;transform: translateY(-50%);transition: all ease 0.5s;}


.nav_bottom_piece_left_content_link_li_a_chunk_icon{width: 0.07rem;height: 0.1rem;position: absolute;right: 0;top: 50%;transform: translateY(-50%);transition: all ease 0.5s;}

.nav_bottom_piece_left_content_link_li_a_chunk_icon img:nth-of-type(1){position: absolute;left: 0;top: 0;}

.nav_bottom_piece_left_content_link_li_a_chunk_icon img:nth-of-type(2){display: none;position: absolute;left: 0;top: 0;}

.nav_bottom_piece_left_content_link_li_a_chunk_icon img{width: 0.07rem;height: 0.1rem;transition: all ease 0.5s;}




.nav_bottom_piece_left_content_link_li_a_line{width: 2.5rem;height: 1px;position: relative;}

.nav_bottom_piece_left_content_link_li_a_line img{width: 2.5rem;height: 1px;position: absolute;left: 0;top: 0;}



.nav_bottom_piece_right{width: 5.52rem;height:3.69rem;box-sizing: border-box;padding-top: 0.2rem;}

.nav_bottom_piece_right_img{width: 5.52rem;height:3.49rem;overflow: hidden;}

.nav_bottom_piece_right_img img{width: 5.52rem;height:3.49rem;transition: all ease 0.5s;}

.nav_bottom_piece_right_img:hover img{transform: scale(1.1);}







.nav_bottom_lump{width: 15.91rem;height:3.69rem;position: absolute;left: 1.55rem;top: 0.93rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}

.nav_bottom_lump_left{width: 10.39rem;height:3.69rem;}

.nav_bottom_lump_left_content{width: 10.39rem;height: 3.15rem;}

.nav_bottom_lump_left_content_h3{width: 10.39rem;height: 0.64rem;}

.nav_bottom_lump_left_content_h3 h3{color: #252F36;font-size: 0.3rem;font-weight: bold;}

.nav_bottom_lump_left_content_p{width: 10.39rem;height: 2.51rem;box-sizing: border-box;padding-right: 0.4rem;}

.nav_bottom_lump_left_content_p p{color:#333333;font-size:0.2rem;font-weight:normal;margin-bottom: 0.3rem;}




.nav_bottom_lump_left_content_link{width: 10.39rem;height: 0.54rem;}

.nav_bottom_lump_left_content_link ul{width: 10.39rem;height: 0.54rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: center;}

.nav_bottom_lump_left_content_link ul li{width: 2.5rem;height: 0.54rem;margin-right: 0.59rem;background-color: transparent;transition: all ease 0.5s;}

.nav_bottom_lump_left_content_link ul li a{width: 2.5rem;height: 0.54rem;}

.nav_bottom_lump_left_content_link_li_a_chunk{width: 2.5rem;height: 0.52rem;position: relative;}

.nav_bottom_lump_left_content_link_li_a_chunk h3{color: #252F36;font-size: 0.18rem;font-weight: normal;position: absolute;left: 0;top: 50%;transform: translateY(-50%);transition: all ease 0.5s;}


.nav_bottom_lump_left_content_link_li_a_chunk_icon{width: 0.07rem;height: 0.1rem;position: absolute;right: 0;top: 50%;transform: translateY(-50%);transition: all ease 0.5s;}

.nav_bottom_lump_left_content_link_li_a_chunk_icon img:nth-of-type(1){position: absolute;left: 0;top: 0;}

.nav_bottom_lump_left_content_link_li_a_chunk_icon img:nth-of-type(2){display: none;position: absolute;left: 0;top: 0;}

.nav_bottom_lump_left_content_link_li_a_chunk_icon img{width: 0.07rem;height: 0.1rem;transition: all ease 0.5s;}




.nav_bottom_lump_left_content_link_li_a_line{width: 2.5rem;height: 1px;position: relative;}

.nav_bottom_lump_left_content_link_li_a_line img{width: 2.5rem;height: 1px;position: absolute;left: 0;top: 0;}



.nav_bottom_lump_right{width: 5.52rem;height:3.69rem;box-sizing: border-box;padding-top: 0.2rem;}

.nav_bottom_lump_right_img{width: 5.52rem;height:3.49rem;overflow: hidden;}

.nav_bottom_lump_right_img img{width: 5.52rem;height:3.49rem;transition: all ease 0.5s;}

.nav_bottom_lump_right_img:hover img{transform: scale(1.1);}







/*新增加的导航css结束*/
















/*.nav_hr{width: 100%;height: 0.08rem;background-color: #004197;}*/









/**********body开始************/



/************body_banner***********/

/* .body{height: 6000px;} */

/*.body_banner{width: 100%;height: 806px;position: relative;}

.swiper-container111{width: 100%;height: 806px;}*/




/*banner的动态效果*/

/*#blue-slide{background:url('../images/index/banner1.jpg') !important;background-size: 100% 100% !important;background-repeat: no-repeat !important;}*/

/*.blue-slide_whole{width: 100%;height: 806px;}*/

/*.swiper-container111 a{text-decoration: none;}*/

/*.blue-slide_center{width: 1200px;height: 806px;margin: 0 auto;box-sizing: border-box;padding-top: 142px;padding-left: 103px;}*/

/*.blue-slide_center h4{color: white;font-size: 18px;margin-bottom: 15px;}*/

/*.blue-slide_center h5{color: white;font-size: 18px;margin-bottom: 37px;}*/

/*.blue-slide_center h1{color: white;font-size: 72px;text-shadow: 5px 5px 5px #000000;margin-bottom: 25px;font-weight: 600;}*/

/*.blue-slide_center h3{color: #FFFFFF;font-size: 20px;margin-bottom: 13px;font-weight: bold;text-shadow: 5px 5px 5px #1D1D1D;}*/

/*.blue-slide_center h2{color: white;font-size: 20px;font-weight: bold;text-shadow: 5px 5px 5px #1D1D1D;}*/




 /**************body_banner***********/
 
 
 
 /*.body_banner{width: 100%;height: 968px !important;}*/
 
 /*#html5zoo-1{display:block;position:relative;margin:0px auto 0 auto;width: 100%;height: 968px !important;}*/
 
 /*#html5zoo-1 ul li img{width: 1900px !important;height: 968px !important;}*/

 .container{width: 100%;height: 100%;}

 .body{width: 100%;height: 100%;}
 
 .body_banner{width: 100% !important;height: 100vh !important;}
 
 #html5zoo-1{display:block;position:relative;margin:0 auto 0 auto;width: 100% !important;height: 100% !important;}
 
 #html5zoo-1 ul{width: 100% !important;height: 100% !important;}
 
 #html5zoo-1 ul li{width: 100% !important;height: 100% !important;}
 
 #html5zoo-1 ul li a{display:block;width: 100% !important;height: 100% !important;}
 
 #html5zoo-1 ul li img{width: 100% !important;height: 100% !important;object-fit: cover; /* 让图片按照容器大小裁剪，填满容器 */}
 
 
 
 
 
 /*************html5zoo-nav-0******************/
 
 .html5zoo-nav-0{display: block !important;z-index: 111 !important;margin-top: 0 !important;height: 50px !important;top:8.11rem !important;}




 /************body_banner***********/
 
 .swiper-container111 .swiper-button-next{z-index: 999;left: 1800px !important;top: 4rem !important;position: absolute;width: 64px;height: 64px;}
 .swiper-container111 .swiper-button-next img{width: 64px;height: 64px;}
 
 .swiper-container111 .swiper-button-prev{z-index: 999;left: 40px !important;top: 4rem !important;position: absolute;width: 64px;height: 64px;}
 .swiper-container111 .swiper-button-prev img{width: 64px;height: 64px;}
 
 




#blue-slide{background:url('../images/index/banner1.jpg') !important;background-size: 100% 100% !important;background-repeat: no-repeat !important;}

.blue-slide_whole{width: 100%;height: 806px;}

.swiper-container111 a{text-decoration: none;}

.blue-slide_center{width: 1200px;height: 806px;margin: 0 auto;box-sizing: border-box;padding-top: 142px;padding-left: 103px;}

.blue-slide_center h4{color: white;font-size: 18px;margin-bottom: 15px;}

.blue-slide_center h5{color: white;font-size: 18px;margin-bottom: 37px;}

.blue-slide_center h1{color: white;font-size: 72px;text-shadow: 5px 5px 5px #000000;margin-bottom: 25px;font-weight: 600;}

.blue-slide_center h3{color: #FFFFFF;font-size: 20px;margin-bottom: 13px;font-weight: bold;text-shadow: 5px 5px 5px #1D1D1D;}

.blue-slide_center h2{color: white;font-size: 20px;font-weight: bold;text-shadow: 5px 5px 5px #1D1D1D;}







/**************body_produce********/

.body_produce{width: 100%;height: 871px;background:url('../images/index/produce_bg.jpg') no-repeat;background-size: 100% 100%;position: relative;}

.body_produce_bg{width: 100%;height: 100%;position: absolute;z-index: 1;transform: scale(1.1);filter: blur(10px);transition: all ease 0.5s;opacity: 0;}

.body_produce_center{width: 1540px;height: 871px;margin: 0 auto;position: relative;z-index: 21;}

.body_produce_title center{width: 1540px;height: 224px;box-sizing: border-box;padding-top: 60px;}

 .body_produce_big_title{height: 108px;width: 1540px;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;box-sizing: border-box;padding-left: 85px;padding-right: 85px;}
 
 .body_produce_big_title h2{display: inline-block;font-size: 40px;color: #000000;font-weight: bold;opacity: 0;}
 
 .body_produce_big_title hr{display: inline-block;width: 452px;height: 1px; background-color: #b0b0b0;border: none;}


.body_produce_small_title{}
.body_produce_small_title h6{font-size: 16px;color: #595858;font-weight: bold;opacity: 0;}

.body_produce_content{width: 1540px;height: 647px;}
.body_produce_content_left{width: 710px;height: 647px;float: left;box-sizing: border-box;padding-left: 141px;padding-top:rem;}


.body_produce_content_left_title{width: 570px;height: 95px;box-sizing: border-box;padding-left: 30px;}
.body_produce_content_left_title p{font-size: 20px;color: #1e4c94;font-weight: bold;opacity: 0;}

.body_produce_content_left_p{width: 570px;height: 241px;box-sizing: border-box;padding-left: 30px;padding-top: 0.1rem;padding-right: 10px;}
.body_produce_content_left_p p{font-size: 16px;color: #000000;line-height: 32px;font-weight: bold;opacity: 0;}

.body_produce_content_left_image{width: 3.7rem;height: 0.89rem;box-sizing: border-box;padding-left: 30px;padding-top: 0.1rem;}

.body_produce_content_left_image img{width: 3.7rem;height: 0.89rem;opacity: 0;}

.body_produce_content_image{width: 3.3rem;height: 4.69rem;float: left;box-sizing: border-box;padding-left: 0.36rem;padding-top: 0.36rem;position: relative;margin-left:0.5rem;}

.body_produce_content_image img:nth-child(1){margin-right: 0.3rem;position: absolute;left: 0;top: 0;}

.body_produce_content_image img:nth-child(2){margin-right: 0.3rem;position: absolute;left: 3.6rem;top: 0;}

.body_produce_content_image img{width: 3.3rem;height: 4.69rem;opacity: 0;}






.body_produce_active .body_produce_big_title h2{
      animation-name: fadeInTopBlur;
      animation-duration: 1.5s;
      animation-delay: 0s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 


.body_produce_active .body_produce_small_title h6{
      animation-name: fadeInTopBlur;
      animation-duration: 1.5s;
      animation-delay: 0.2s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 


.body_produce_active p{
      animation-name: fadeInLeftBlur;
      animation-duration: 1.5s;
      animation-delay: 0.4s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 

.body_produce_active .body_produce_content_left_image img{
      animation-name: fadeInLeftBlur;
      animation-duration: 1.5s;
      animation-delay: 0.4s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
}



.body_produce_active .body_produce_content_image img{
      animation-name: fadeInRightBlur;
      animation-duration: 1.5s;
      animation-delay: 0.4s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
}




.body_produce_active .body_produce_bg{
      animation-name: fadeInBgBigToSmall;
      animation-duration: 1.5s;
      animation-delay: 0s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 







/***********body_index_quality开始***************/

.body_index_quality{width: 100%;height: 100%;position: relative;background-color: #0F2F62;overflow: hidden;}

.body_index_quality_bg{width: 100%;height: 100%;position: absolute;z-index: 1;transform: scale(1.1);filter: blur(10px);transition: all ease 0.5s;opacity: 0;}

.body_index_quality_color{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 21;
}

.body_index_quality_color:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background-color:rgba(0,0,0,0.24);
    z-index: 0;
    transition: all ease 0.5s;
}


.body_index_quality_center{width: 84.27%;height: 100%;margin: 0 auto;}

.body_index_quality_line_left{width: 2px;height: 100%;position: absolute;left: 1.6rem;top: 0;z-index: 1;}

.body_index_quality_line_left img{width: 2px;height: 100%;opacity: 0;}

.body_index_quality_line_right{width: 2px;height: 100%;position: absolute;right: 1.6rem;top: 0;z-index: 1;}

.body_index_quality_line_right img{width: 2px;height: 100%;opacity: 0;}

.body_index_quality_center_top{width: 100%;height: 24%;display: flex;flex-direction: column;flex-wrap:nowrap;justify-content: center;align-items: center;}

.body_index_quality_center_top h3{color: #fff;font-size: 0.65rem;font-weight: normal;opacity: 0;}



.body_index_quality_center_bottom{width: 100%;height: 76%;position: relative;}

.body_index_quality_center_bottom_left{width: 5.18rem;height: 100%;position: absolute;left: 0;top: 0;opacity: 0;}

.body_index_quality_center_bottom_left ul{width: 5.18rem;height: 84%;display: flex;flex-direction: column;flex-wrap:nowrap;justify-content: space-between;align-items: center;}

.body_index_quality_center_bottom_left ul li{width: 5.18rem;height: 0.82rem;display: flex;flex-direction: row;flex-wrap:nowrap;justify-content: flex-start;align-items: center;}

.body_index_quality_center_bottom_left_li_circle{width: 0.37rem;height: 0.82rem;display: flex;flex-direction: row;flex-wrap:nowrap;justify-content: flex-start;align-items: center;}

.body_index_quality_center_bottom_left_li_circle img{width: 0.21rem;height: 0.21rem;}

.body_index_quality_center_bottom_left_li_image{width: 0.88rem;height: 0.82rem;display: flex;flex-direction: row;flex-wrap:nowrap;justify-content: flex-start;align-items: center;}

.body_index_quality_center_bottom_left_li_image img{width: 0.72rem;height: 0.72rem;}

.body_index_quality_center_bottom_left_li_font{width: 3.93rem;height: 0.82rem;display: flex;flex-direction: column;flex-wrap:nowrap;justify-content: space-between;align-items: flex-start;}

.body_index_quality_center_bottom_left_li_font h3{color: #fff;font-size: 0.3rem;font-weight: normal;}

.body_index_quality_center_bottom_left_li_font h6{color: #fff;font-size: 0.18rem;font-weight: normal}






.body_index_quality_center_bottom_right{width: 5.18rem;height: 100%;position: absolute;right: 0;top: 0;opacity: 0;}

.body_index_quality_center_bottom_right ul{width: 5.18rem;height: 84%;display: flex;flex-direction: column;flex-wrap:nowrap;justify-content: space-between;align-items: center;}

.body_index_quality_center_bottom_right ul li{width: 5.18rem;height: 0.82rem;display: flex;flex-direction: row;flex-wrap:nowrap;justify-content: flex-end;align-items: center;}

.body_index_quality_center_bottom_right_li_font{width: 3.93rem;height: 0.82rem;display: flex;flex-direction: column;flex-wrap:nowrap;justify-content: space-between;align-items: flex-end;}

.body_index_quality_center_bottom_right_li_font h3{color: #fff;font-size: 0.3rem;font-weight: normal;}

.body_index_quality_center_bottom_right_li_font h6{color: #fff;font-size: 0.18rem;font-weight: normal}

.body_index_quality_center_bottom_right_li_image{width: 0.88rem;height: 0.82rem;display: flex;flex-direction: row;flex-wrap:nowrap;justify-content: flex-end;align-items: center;}

.body_index_quality_center_bottom_right_li_image img{width: 0.72rem;height: 0.72rem;}

.body_index_quality_center_bottom_right_li_circle{width: 0.37rem;height: 0.82rem;display: flex;flex-direction: row;flex-wrap:nowrap;justify-content: flex-end;align-items: center;}

.body_index_quality_center_bottom_right_li_circle img{width: 0.21rem;height: 0.21rem;}








.body_index_quality_center_bottom_carousel{width: 6.23rem;height: 6.23rem;margin: 0 auto;position: relative;z-index: 2;}

.body_index_quality_center_bottom_carousel_border{width: 6.23rem;height: 6.23rem;position: absolute;left: 0;top: 0;animation: a2 40s linear 0s infinite;}

.body_index_quality_center_bottom_carousel_border:after{content: '';position: absolute;top: 0;left: 50%;transform: translate(-50%, -50%);width: 0.19rem;height: 0.19rem;border-radius: 50%;background: #ffb400;margin-top: 1px;animation: a3 40s linear 0s infinite;}

.body_index_quality_center_bottom_carousel_border:before{content: '';position: absolute;width: 100%;height: 100%;border-radius: 50%;z-index: -1;border: 1px solid #fff;box-sizing: border-box;}

.body_index_quality_center_bottom_carousel_block{width: 6.23rem;height: 6.23rem;border: 1px solid transparent;border-radius: 6.23rem;display: flex;flex-direction: row;flex-wrap:nowrap;justify-content: center;align-items: center;}

.body_index_quality_center_bottom_carousel_block_piece{width: 5.67rem;height: 5.67rem;border-radius: 5.67rem;background-color: #fff;display: flex;flex-direction: row;flex-wrap:nowrap;justify-content: center;align-items: center;}

.body_index_quality_center_bottom_carousel_block_piece_lump{width: 5.11rem;height: 5.11rem;border-radius: 5.11rem;overflow: hidden;}

.body_index_quality_center_bottom_carousel_block_piece_li{width: 5.11rem;height: 5.11rem;}

.body_index_quality_center_bottom_carousel_block_piece_li a{width: 5.11rem;height: 5.11rem;}

.body_index_quality_center_bottom_carousel_block_piece_li a img{width: 5.11rem;height: 5.11rem;}



.body_index_quality_center_bottom_carousel_block_button{}

.body_index_quality_center_bottom_carousel_block_button .swiper-button-next{width: 0.88rem;height: 0.88rem;background-image:none !important;right: -0.25rem !important;}

.body_index_quality_center_bottom_carousel_block_button .swiper-button-next:after{display: none !important;}

.body_index_quality_center_bottom_carousel_block_button .swiper-button-prev{width: 0.88rem;height: 0.88rem;background-image:none !important;left: -0.25rem !important;}

.body_index_quality_center_bottom_carousel_block_button .swiper-button-prev:after{display: none !important;}

.body_index_quality_center_bottom_carousel_block_button .swiper-button-next img{width: 0.88rem;height: 0.88rem;transition: all ease 0.5s;}

.body_index_quality_center_bottom_carousel_block_button .swiper-button-prev img{width: 0.88rem;height: 0.88rem;transition: all ease 0.5s;}




.body_index_quality_active .body_index_quality_center_top h3{
      animation-name: fadeInTopBlur;
      animation-duration: 1.5s;
      animation-delay: 0s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 



.body_index_quality_active .body_index_quality_color:before {
      animation-name: fadeInWidthRight;
      animation-duration: 1.5s;
      animation-delay: 0s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 


.body_index_quality_active .body_index_quality_center_bottom_left{
      animation-name: fadeInLeftBlur;
      animation-duration: 1.5s;
      animation-delay: 0.5s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 


.body_index_quality_active .body_index_quality_center_bottom_right{
      animation-name: fadeInRightBlur;
      animation-duration: 1.5s;
      animation-delay: 0.5s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 

.body_index_quality_active .body_index_quality_bg{
      animation-name: fadeInBgBigToSmall;
      animation-duration: 1.5s;
      animation-delay: 0s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 




.body_index_quality_active .body_index_quality_line_right img{
      animation-name: fadeInTopBlur;
      animation-duration: 1.5s;
      animation-delay: 0s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 


.body_index_quality_active .body_index_quality_line_left img{
      animation-name: fadeInBottomBlur;
      animation-duration: 1.5s;
      animation-delay: 0s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 


/***********body_index_quality结束***************/




/****************body_index_science开始***********/

.body_index_science{width: 100%;height: 100%;position: relative;background-color: #0F2F62;}

.body_index_science_bg{width: 100%;height: 100%;position: absolute;z-index: 1;transform: scale(1.1);filter: blur(10px);transition: all ease 0.5s;opacity: 0;}

.body_index_science_center{width: 100%;height: 100%;display: flex; flex-direction: row; flex-wrap: nowrap;justify-content: center; align-items: center;position: relative;position:relative;z-index:21;}

.body_index_science_center_left{width: 48.85%;height: 100%;position: relative;}

.body_index_science_center_left img{width: 48.85%;height: 100%;position: absolute;left: 0px;top: 0px;width: 0%;height: 100%;z-index: 0;transition: all ease 0.5s;}

.body_index_science_center_right{width: 51.14%;height: 100%;box-sizing: border-box;padding-left: 0.57rem;position: relative;display: flex; flex-direction: row; flex-wrap: nowrap;justify-content: flex-start; align-items: center;}

.body_index_science_center_right:before{content: '';position: absolute;right: 0px;top: 0px;width: 0%;height: 100%;background-color: rgba(255,255,255,0.95);z-index: 0;transition: all ease 0.5s;}

.body_index_science_center_right_block{width: 9.02rem;height: 75%;}

.body_index_science_center_right_block_title{width: 9.02rem;height: 2.14rem;box-sizing: border-box;}

.body_index_science_center_right_block_title h1{color: #006EFF;font-size: 0.74rem;font-weight: bold;opacity: 0;}

.body_index_science_center_right_block_title h3{color: #333333;font-size: 0.48rem; font-weight: bold;opacity: 0;}

.body_index_science_center_right_block_content{width: 9.02rem;height: 3.61rem;box-sizing: border-box;padding-right: 0.4rem;}

.body_index_science_center_right_block_content p{color: #333333;font-size: 0.21rem;line-height: 0.36rem;font-weight: normal;margin-bottom: 0.2rem;opacity: 0;}

.body_index_science_center_right_block_intro{width: 9.02rem;height: 1.5rem;}

.body_index_science_center_right_block_intro ul{width: 8.22rem;height: 1.5rem;display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center;opacity: 0;}

.body_index_science_center_right_block_intro ul li{width: 1.61rem; height: 1.5rem;border: 1px solid #333333;border-radius: 0.2rem;display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center;}

.body_index_science_center_right_block_intro ul li:nth-child(1) img{width: 0.61rem; height: 0.54rem;}

.body_index_science_center_right_block_intro ul li:nth-child(2) img{width: 0.57rem; height: 0.53rem;}

.body_index_science_center_right_block_intro ul li:nth-child(3) img{width: 0.58rem; height: 0.52rem;}

.body_index_science_center_right_block_intro ul li:nth-child(4) img{width: 0.55rem; height: 0.52rem;}

.body_index_science_center_right_block_intro ul li img{margin-bottom: 0.15rem;}

.body_index_science_center_right_block_intro ul li h3{color: #333333; font-size: 0.24rem; font-weight： normal;}




.body_index_science_active h1{
      animation-name: fadeInBgBigToSmall;
      animation-duration: 1s;
      animation-delay: 1.5s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 



.body_index_science_active h3{
      animation-name: fadeInBgBigToSmall;
      animation-duration: 1s;
      animation-delay: 1.5s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 


.body_index_science_active p{
      animation-name: fadeInBgBigToSmall;
      animation-duration: 1s;
      animation-delay: 1.5s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 

.body_index_science_active ul{
      animation-name: fadeInBgBigToSmall;
      animation-duration: 1s;
      animation-delay: 1.5s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 


.body_index_science_active .body_index_science_center_left img{
      animation-name: fadeInWidthLeft;
      animation-duration: 1.5s;
      animation-delay: 0.2s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 



.body_index_science_active .body_index_science_center_right:before{
      animation-name: fadeInWidthRight;
      animation-duration: 1.5s;
      animation-delay: 0.2s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 


.body_index_science_active .body_index_science_bg{
      animation-name: fadeInBgBigToSmall;
      animation-duration: 1.5s;
      animation-delay: 0s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 


/**********body_index_science结束*********/





/*************body_sixteen**********/

.body_sixteen{width: 100%;height: 100%;position: relative;}

.body_sixteen_center{width: 100%;height: 58.76%;margin: 0 auto;box-sizing: border-box;background-color: #0F2F62;}

.body_sixteen_center_bg{width: 100%;height: 58.76%;position: absolute;z-index: 1;transform: scale(1.1);filter: blur(10px);transition: all ease 0.5s;opacity: 0;}

.body_sixteen_block{width: 13.83rem;height: 5.6rem;margin: 0 auto;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;padding-top: 0.5rem;position: relative;z-index: 21;}

.body_sixteen_block_left{width: 4.37rem;height: 4.17rem;position: relative;}

.body_sixteen_block_left_font1{width: 4.17rem;height: 3.4rem;display: inline-block;position: absolute;left:0;top:0;}

.body_sixteen_block_left_font1 img{width: 4.17rem;height: 3.4rem;opacity: 0;}

.body_sixteen_block_left_font2{width: 0.67rem;height: 0.69rem;display: inline-block; margin-top: -0.2rem;position: absolute;bottom: 1rem;right: -0.8rem;}

.body_sixteen_block_left_font2 img{width: 0.67rem;height: 0.69rem;opacity: 0;}


.body_sixteen_block_right{width: 7.66rem;max-height: 4.17rem;opacity: 0;}

.body_sixteen_block_right_top{width: 7.66rem;height: 1.37rem;box-sizing: border-box;padding-left: 0.18rem;padding-top: 0.2rem;padding-right: 0.34rem;}

.body_sixteen_block_right_top_title1{display: inline-block;}

.body_sixteen_block_right_top_img{display: inline-block;margin-left: 0.08rem;position: relative;top: 0.2rem;}

.body_sixteen_block_right_top_title2{display: inline-block;}


.body_sixteen_block_right_top h2{color: white;font-size: 0.46rem;font-weight: bold;letter-spacing: 0.1rem;}

.body_sixteen_block_right_bottom{width: 7.66rem;height: 2.23rem;box-sizing: border-box;position: relative;top: 0.2rem;}

.body_sixteen_block_right_bottom p{color: white;font-size: 0.17rem;line-height: 0.34rem;padding-left: 0.2rem;padding-top: 0.2rem;padding-right: 0.2rem;}





.body_sixteen_active .body_sixteen_block_left_font1 img{
      animation-name: fadeInLeftBlur;
      animation-duration: 1.5s;
      animation-delay: 0s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 


.body_sixteen_active .body_sixteen_block_left_font2 img{
      animation-name: fadeInBottomBlur;
      animation-duration: 1.5s;
      animation-delay: 0s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 


.body_sixteen_active .body_sixteen_block_right{
      animation-name: fadeInRightBlur;
      animation-duration: 1.5s;
      animation-delay: 0s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 



.body_sixteen_active .body_sixteen_center_bg{
      animation-name: fadeInBgBigToSmall;
      animation-duration: 1.5s;
      animation-delay: 0s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 





.body_sixteen_footer{width: 100%;height: 41.23%;position: relative;z-index: 21;}

.body_sixteen_footer_nav{width: 100%;height: 16%;background-color: #004197;}

.body_sixteen_footer_nav_center{width: 12rem;height: 100%;margin: 0 auto;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}

.body_sixteen_footer_nav_left{width: 9.4rem;height: 100%;}

.body_sixteen_footer_nav_left ul{width: 9.4rem;height: 100%;}

.body_sixteen_footer_nav_left li{width: 1.17rem;height: 100%;float: left;}

.body_sixteen_footer_nav_left li a{display: block;width: 1.17rem;height: 100%;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}

.body_sixteen_footer_nav_left li a:hover{color: white;}

.body_sixteen_footer_nav_left li h3{color: white;font-size: 0.13rem;white-space: nowrap;}

.body_sixteen_footer_nav_right{width: 2.6rem;height: 100%;}

.body_sixteen_footer_nav_right form{width: 2.6rem;height: 100%;}

.body_sixteen_footer_nav_right_piece{width: 2.6rem;height: 100%;}

.body_sixteen_search_text{width: 1.22rem;height: 100%;box-sizing: border-box;padding: 0.06rem 0.12rem;font-size: 0.14rem;float: left;}

.body_sixteen_footer_nav_right button{width: 0.62rem;height: 100%;background-color: #005bb5;border: none;float: left;}








.body_sixteen_footer_intro{width: 100%;height: 84%;background-color: #252f36;}

.body_sixteen_footer_intro_center{width: 12rem;height: 100%;margin: 0 auto;}




.body_sixteen_footer_intro_left{width: 2.73rem;height: 100%;float: left;box-sizing: border-box;padding-top: 0.2rem;}

.body_sixteen_footer_intro_left ul{width: 2.73rem;height: 100%;}

.body_sixteen_footer_intro_left li{width: 2.73rem;margin-bottom: 0.1rem;}

.body_sixteen_footer_intro_left_font h2{display: inline-block;font-size: 0.18rem;color: #adadad;font-weight: bold;}

.body_sixteen_footer_intro_left_font h6{font-size: 0.14rem;color: #adadad;}

.body_sixteen_footer_intro_left_font img{display: inline-block;}




.body_sixteen_footer_intro_middle{width: 5.86rem;height: 100%;float: left;box-sizing: border-box;padding: 0.2rem;padding-left: 0.84rem;}

.body_sixteen_footer_intro_middle_name{margin-bottom: 0.2rem;}

.body_sixteen_footer_intro_middle_name h2{font-size: 0.22rem;color: #adadad;font-weight: bold;}

.body_sixteen_footer_intro_middle_welcome{margin-bottom: 0.2rem;}

.body_sixteen_footer_intro_middle_welcome h3{font-size: 0.14rem;color: #adadad;}

.body_sixteen_footer_intro_middle_mail{margin-bottom: 0.2rem;}

.body_sixteen_footer_intro_middle_mail img{display: inline-block;}

.body_sixteen_footer_intro_middle_mail h3{font-size: 0.14rem;color: #adadad;display: inline-block;position: relative;bottom: 0.05rem;}

.body_sixteen_footer_intro_middle_tel{margin-bottom: 0.2rem;}

.body_sixteen_footer_intro_middle_tel img{display: inline-block;}

.body_sixteen_footer_intro_middle_tel h3{font-size: 0.14rem;color: #adadad;display: inline-block;position: relative;bottom: 0.06rem;}

.body_sixteen_footer_intro_middle_address{margin-bottom: 0.2rem;}

.body_sixteen_footer_intro_middle_address img{display: inline-block;}

.body_sixteen_footer_intro_middle_address h3{font-size: 0.14rem;color: #adadad;display: inline-block;position: relative;bottom: 0.05rem;}

.body_sixteen_footer_intro_middle_copy{}

.body_sixteen_footer_intro_middle_copy h3{font-size: 0.14rem;color: #adadad;display: inline-block;position: relative;bottom: 0.05rem;}





.body_sixteen_footer_intro_right{width: 2.73rem;height: 100%;float: left;box-sizing: border-box;padding-top: 0.2rem;padding-left: 0.52rem;}

.body_sixteen_footer_intro_right ul{width: 2.73rem;height: 100%;}

.body_sixteen_footer_intro_right li{width: 2.73rem;margin-bottom: 0.1rem;}

.body_sixteen_footer_intro_right_font h2{display: inline-block;font-size: 0.18rem;color: #adadad;font-weight: bold;}

.body_sixteen_footer_intro_right_font h6{font-size: 0.14rem;color: #adadad;}

.body_sixteen_footer_intro_right_font img{display: inline-block;}




























/******placeholder*********/
input::-webkit-input-placeholder{
	color:#FFFFFF;opacity: 0.5;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#FFFFFF;opacity: 0.5;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#FFFFFF;opacity: 0.5;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#FFFFFF;opacity: 0.5;
}




/************body_index_case开始**************/

.body_index_case{width: 100%;height:9.5rem;position: relative;background-color: #0F2F62;}

.body_index_case_bg{width: 100%;height: 100%;position: absolute;z-index: 1;transform: scale(1.1);filter: blur(10px);transition: all ease 0.5s;opacity: 0;}

.body_index_case_center{width: 100%;height: 100%;margin: 0 auto;position: absolute;z-index: 21;}

.body_index_case_center_top{width: 100%;height: 15.89%;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;align-content: center;position: relative;z-index: 19;}

.body_index_case_center_top:before{
    
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba( 88, 88, 88, 0.42);
    z-index: 0;
    transition: all ease 0.5s;
    
}

.body_index_case_center_top h3{color: #fff;font-size: 0.65rem;font-weight: normal;opacity: 0;}

.body_index_case_center_bottom{width: 100%;height: 84.1%;box-sizing: border-box;padding-top: 5.38%;position: relative;}

.body_index_case_center_bottom:before{
    
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba( 233, 233, 233, 0.8);
    z-index: 0;
    transition: all ease 0.5s;
    
}



.body_index_case_center_bottom ul{width: 12.62rem;height: 86.98%;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;align-content: space-between;margin: 0 auto;}

.body_index_case_center_bottom ul li{width: 23.58%;height: 48.05%;opacity: 0;}

.body_index_case_center_bottom ul li:nth-child(1){margin-right: 0.2rem;}

.body_index_case_center_bottom ul li:nth-child(2){margin-right: 0.2rem;}

.body_index_case_center_bottom ul li:nth-child(3){margin-right: 0.2rem;}

.body_index_case_center_bottom ul li:nth-child(5){margin-right: 0.2rem;}

.body_index_case_center_bottom ul li:nth-child(6){margin-right: 0.2rem;}

.body_index_case_center_bottom ul li:nth-child(7){margin-right: 0.2rem;}



.body_index_case_center_bottom_li_top{width: 100%;height: 65.56%;overflow: hidden;}

.body_index_case_center_bottom_li_top img{width: 100%;height:100%;transform: scale(1.1);transition: all ease 0.5s;}

.body_index_case_center_bottom_li_top:hover img{transform: scale(1);}

.body_index_case_center_bottom_li_bottom{width: 100%;height: 34.43%;background-color: #fff;}

.body_index_case_center_bottom_li_bottom_h3{width: 100%;height: 51.72%;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;align-content: center;box-sizing: border-box;padding-left: 0.2rem;}

.body_index_case_center_bottom_li_bottom_h3 h3{color: #333333;font-size: 0.18rem;font-weight: normal;}

.body_index_case_center_bottom_li_bottom_hr{width: 100%;height: 1px;display: flex;flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center;margin: 0 auto;box-sizing: border-box;padding-left: 0.2rem;padding-right: 0.2rem;}

.body_index_case_center_bottom_li_bottom_hr hr{width: 100%;height: 1px;border: none;margin: 0;background-color: rgba(112,112,112,0.2);}

.body_index_case_center_bottom_li_bottom_link{width: 100%;height: 46.55%;}

.body_index_case_center_bottom_li_bottom_link a{width: 100%;height: 100%;display:block;}

.body_index_case_center_bottom_li_bottom_link_block{width: 84.68%;height: 100%;margin: 0 auto;display: flex; flex-direction: row; flex-wrap: nowrap;justify-content: space-between; align-items: center;}

.body_index_case_center_bottom_li_bottom_link_block h3{color: #333333;font-size: 0.14rem; font-weight: nowrap;}

.body_index_case_center_bottom_li_bottom_link_block img{width: 0.2rem;height: 0.12rem;}





.body_index_case_active .body_index_case_center_top h3{
      animation-name: fadeInTopBlur;
      animation-duration: 1.5s;
      animation-delay: 0s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 


.body_index_case_active .body_index_case_center_bottom ul li:nth-child(1){
      animation-name: fadeInLeftBlur;
      animation-duration: 1.5s;
      animation-delay: 0.4s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 

.body_index_case_active .body_index_case_center_bottom ul li:nth-child(2){
      animation-name: fadeInLeftBlur;
      animation-duration: 1.5s;
      animation-delay: 0.2s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 

.body_index_case_active .body_index_case_center_bottom ul li:nth-child(5){
      animation-name: fadeInLeftBlur;
      animation-duration: 1.5s;
      animation-delay: 0.4s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 

.body_index_case_active .body_index_case_center_bottom ul li:nth-child(6){
      animation-name: fadeInLeftBlur;
      animation-duration: 1.5s;
      animation-delay: 0.2s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 







.body_index_case_active .body_index_case_center_bottom ul li:nth-child(3){
      animation-name: fadeInRightBlur;
      animation-duration: 1.5s;
      animation-delay: 0.2s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 


.body_index_case_active .body_index_case_center_bottom ul li:nth-child(4){
      animation-name: fadeInRightBlur;
      animation-duration: 1.5s;
      animation-delay: 0.4s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 

.body_index_case_active .body_index_case_center_bottom ul li:nth-child(7){
      animation-name: fadeInRightBlur;
      animation-duration: 1.5s;
      animation-delay: 0.2s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 

.body_index_case_active .body_index_case_center_bottom ul li:nth-child(8){
      animation-name: fadeInRightBlur;
      animation-duration: 1.5s;
      animation-delay: 0.4s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 





.body_index_case_active .body_index_case_center_top:before {
      animation-name: fadeInWidthRight;
      animation-duration: 1.5s;
      animation-delay: 0s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 



.body_index_case_active .body_index_case_center_bottom:before {
      animation-name: fadeInWidthLeft;
      animation-duration: 1.5s;
      animation-delay: 0s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 


.body_index_case_active .body_index_case_bg {
      animation-name: fadeInBgBigToSmall;
      animation-duration: 1.5s;
      animation-delay: 0s; /* 根据需要调整延迟 */
      animation-fill-mode: both;
} 




/************body_index_case结束**************/



/***********body结束**************/






/*********footer********/

.footer{width: 100%;height: 395px;}

.footer_nav{width: 100%;height: 67px;background-color: #004197;}
.footer_nav_center{width: 1200px;height: 67px;margin: 0 auto;}
.footer_nav_left{width: 940px;height: 67px;float: left;}
.footer_nav_left li{width: 117.5px;height: 67px;float: left;}
.footer_nav_left li a{display: block;width: 117.5px;height: 67px;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}
.footer_nav_left li a:hover{color: white;}
.footer_nav_left li h3{color: white;font-size: 14px;}


.footer_nav_right{width: 260px;height: 67px;float: left;}

.search_text{width: 122px;height: 67px;box-sizing: border-box;float: left;padding: 6px 12px;font-size: 14px;}

.footer_nav_right button{width: 62px;height: 67px;float: left;background-color: #005bb5;border: none;}




.footer_intro{width: 100%;height: 328px;background-color: #252f36;}
.footer_intro_center{width: 1200px;height: 328px;margin: 0 auto;}

.footer_intro_left{width: 273px;height: 328px;float: left;box-sizing: border-box;padding-top: 40px;}
.footer_intro_middle{width: 586px;height: 328px;float: left;box-sizing: border-box;padding: 40px;padding-left: 84px;}
.footer_intro_right{width: 341px;height: 328px;float: left;box-sizing: border-box;padding-top: 40px;padding-left: 52px;}

.footer_intro_left li{margin-bottom: 10px;}

.footer_intro_left_font h2{display: inline-block;font-size: 18px;color: #adadad;font-weight: bold;}
.footer_intro_left_font h6{font-size: 14px;color: #adadad;}
.footer_intro_left_font img{display: inline-block;}


.footer_intro_middle_name{margin-bottom: 20px;}
.footer_intro_middle_name h2{font-size: 22px;color: #adadad;font-weight: bold;}

.footer_intro_middle_welcome{margin-bottom: 20px;}
.footer_intro_middle_welcome h3{font-size: 14px;color: #adadad;}

.footer_intro_middle_mail{margin-bottom: 20px;}
.footer_intro_middle_mail img{display: inline-block;}
.footer_intro_middle_mail h3{font-size: 14px;color: #adadad;display: inline-block;position: relative;bottom: 5px;}

.footer_intro_middle_tel{margin-bottom: 20px;}
.footer_intro_middle_tel img{display: inline-block;}
.footer_intro_middle_tel h3{font-size: 14px;color: #adadad;display: inline-block;position: relative;bottom: 6px;}

.footer_intro_middle_address{margin-bottom: 20px;}
.footer_intro_middle_address img{display: inline-block;}
.footer_intro_middle_address h3{font-size: 14px;color: #adadad;display: inline-block;position: relative;bottom: 5px;}

.footer_intro_middle_copy{}
.footer_intro_middle_copy h3{font-size: 14px;color: #adadad;display: inline-block;position: relative;bottom: 5px;}

.footer_intro_right li{margin-bottom: 10px;}

.footer_intro_right_font h2{display: inline-block;font-size: 18px;color: #adadad;font-weight: bold;}
.footer_intro_right_font h6{font-size: 14px;color: #adadad;}
.footer_intro_right_font img{display: inline-block;}


/******placeholder*********/
input::-webkit-input-placeholder{
	color:#FFFFFF;opacity: 0.5;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#FFFFFF;opacity: 0.5;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#FFFFFF;opacity: 0.5;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#FFFFFF;opacity: 0.5;
}








































/*********屏幕宽度小于1000px************/
@media (max-width: 1000px) {
	
	.body_hidden{display: none;}
	
}


/*********屏幕宽度小于1000px************/
@media (min-width: 1000px) {
	
	.m_body_hidden{display: none;}
	
}


/*********手机端屏幕的自适应代码开始************/

/***手机端头部代码***/
/**********m_header*************/
.m_header{width: 6.4rem;height: 0.67rem;position: fixed;top: 0;z-index: 999;background-color: #FFFFFF;}

.m_header_center{width: 6.01rem;height: 0.67rem;margin-left: 0.21rem;margin-right: 0.18rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;}

.m_header_logo{}
.m_header_logo img{width: 1.57rem;height: 0.41rem;}

.m_header_tel{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;margin-right: 1.5rem;}

.m_header_tel_image{margin-right: 0.06rem;}
.m_header_tel_image img{width: 0.41rem;height: 0.41rem;}

.m_header_tel_image_font{}
.m_header_tel_image_font h3{font-size: 0.2rem;font-weight: normal;}
.m_header_tel_image_font h4{font-size: 0.24rem;color: #2958d4;font-weight: bold;/* font-family: myfont1; */}


.m_header_nav{}
.m_header_nav img{width: 0.26rem;height: 0.22rem;}



/***手机端中间代码***/
/*************m_banner**********/
.m_banner{overflow: hidden;height: 7.68rem;background:url('../images/index/m_banner_bg.jpg') no-repeat;background-size: 100% 100%;margin-top: 0.67rem;}

.m_banner_center{overflow: hidden;}

.m_swiper-container{position: relative;overflow: hidden;height: 7.43rem !important;}

.m_swiper-container img{}


/************m_buttom_nav**************/
.m_buttom_nav{width: 6.4rem;height: 0.35rem;}

.m_buttom_nav_center{width: 6.06rem;height: 2.54rem;margin: 0 auto;background:url('../images/index/m_button_nav.png') no-repeat;background-size: 100% 100%;box-sizing: border-box;padding-left: 0.47rem;padding-right: 0.48rem;padding-top: 0.19rem;padding-bottom: 0.33rem;position: relative;bottom: 2.4rem;z-index: 111;}

.m_buttom_nav_center ul{width: 5.11rem;height: 2.02rem;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;align-content: space-between;}

.m_buttom_nav_center ul li{width: 0.9rem;height: 0.96rem;background:url('../images/index/m_button_nav_circle.png') no-repeat;background-size: 100% 100%;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}

.m_buttom_nav_center ul li:nth-child(1){margin-right: 0.49rem;}
.m_buttom_nav_center ul li:nth-child(2){margin-right: 0.49rem;}
.m_buttom_nav_center ul li:nth-child(3){margin-right: 0.49rem;}
.m_buttom_nav_center ul li:nth-child(5){margin-right: 0.49rem;}
.m_buttom_nav_center ul li:nth-child(6){margin-right: 0.49rem;}
.m_buttom_nav_center ul li:nth-child(7){margin-right: 0.49rem;}

.m_buttom_nav_center a{display: block;text-decoration: none;}

.m_buttom_nav_center ul li h3{font-size: 0.2rem;width: 0.55rem;height: 0.55rem;color: white;text-align: center;font-weight: 500;}

.m_link_guanbi{width: 0.5rem;height: 0.5rem;position: absolute;left: 50%;bottom: -0.5rem;transform: translateX(-50%);z-index: 999;}




/*********m_news_infor**********/
.m_news_infor{width: 100%;height: 4.49rem;position: relative;}

.m_news_infor_title{width: 5.62rem;height: 0.49rem;background-color: #ebf2fd;border-radius: 0.25rem;margin-left: 0.53rem;margin-top: 0.4rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;box-sizing: border-box;padding-left: 0.45rem;padding-right: 0.15rem;}

.m_news_infor_title h3{font-size: 0.2rem;font-weight:bold;}




.m_news_infor_trumpet{width: 0.63rem;height: 0.28rem;}

.m_news_infor_trumpet_block{width: 0.63rem;height: 0.63rem;position: relative;bottom: 0.58rem;left: 0.2rem;}

.m_news_infor_trumpet img{width: 0.63rem;height: 0.63rem;}


.m_news_infor_middle{width: 100%;}

.m_swiper-container2{width: 84%;margin: 0 auto;overflow: hidden;}


.m_swiper-container2 img{width: 5.38rem;height: 2.34rem;border-radius: 0.1rem;}

.m_swiper-container2 .swiper-pagination-bullet{width: 0.12rem !important;height: 0.12rem !important;border-radius: 0.06rem !important;}
.m_swiper-container2 .swiper-pagination-bullet-active{width: 0.12rem !important;height: 0.12rem !important;border-radius: 0.06rem !important;background-color: #d60008 !important;}


.m_news_infor_bottom{width: 5.38rem;height: 0.46rem;margin: 0.21rem auto 0 auto;}

.m_news_infor_bottom ul li {float: left;}

.m_news_infor_bottom_li1{width: 1.11rem;height: 0.46rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;margin-right: 0.44rem;}

.m_news_infor_bottom_li1_image{}

.m_news_infor_bottom_li1_image img{width: 0.29rem;height: 0.25rem;}

.m_news_infor_bottom_li1_font{margin-right: 0.3rem;}

.m_news_infor_bottom_li1_font h3{font-size: 0.22rem;font-weight: normal;color: #999999;}

.m_news_infor_bottom_li1_line{}

.m_news_infor_bottom_li1_line img{width: 0.02rem;height: 0.24rem;}








.m_news_infor_bottom_li2{width: 1.13rem;height: 0.46rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;margin-right: 0.44rem;}

.m_news_infor_bottom_li2_image{}

.m_news_infor_bottom_li2_image img{width: 0.29rem;height: 0.25rem;}

.m_news_infor_bottom_li2_font{margin-right: 0.3rem;}

.m_news_infor_bottom_li2_font h3{font-size: 0.22rem;font-weight: normal;color: #999999;}

.m_news_infor_bottom_li2_line{}

.m_news_infor_bottom_li2_line img{width: 0.02rem;height: 0.24rem;}










.m_news_infor_bottom_li3{width: 1.14rem;height: 0.46rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;margin-right: 0.44rem;}

.m_news_infor_bottom_li3_image{}

.m_news_infor_bottom_li3_image img{width: 0.29rem;height: 0.25rem;}

.m_news_infor_bottom_li3_font{margin-right: 0.3rem;}

.m_news_infor_bottom_li3_font h3{font-size: 0.22rem;font-weight: normal;color: #999999;}

.m_news_infor_bottom_li3_line{}

.m_news_infor_bottom_li3_line img{width: 0.02rem;height: 0.24rem;}





.m_news_infor_bottom_li4{width: 0.64rem;height: 0.46rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;}

.m_news_infor_bottom_li4_image{}

.m_news_infor_bottom_li4_image img{width: 0.29rem;height: 0.25rem;}

.m_news_infor_bottom_li4_font{margin-right: 0.3rem;}

.m_news_infor_bottom_li4_font h3{font-size: 0.22rem;font-weight: normal;color: #999999;}

.m_news_infor_bottom_li4_line{}

.m_news_infor_bottom_li4_line img{width: 0.02rem;height: 0.24rem;}
































/*********m_split*********/

.m_split{width: 6.4rem;height: 0.13rem;background-color: #f1f1f1;}






/***********m_product************/

.m_product{width: 100%;height: 4.02rem;}
.m_product_center{}

.m_product_title{width: 5.82rem;height: 0.6rem;margin: 0 auto;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;}

.m_product_title_left{width: 1.4rem;height: 0.6rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}

.m_product_title_left_image{margin-right: 0.03rem;}
.m_product_title_left img{width: 0.25rem;height: 0.27rem;}

.m_product_title_left_font{}
.m_product_title_left h3{font-size: 0.26rem;font-weight: bold;}

.m_product_title_right{width: 0.58rem;height: 0.34rem;line-height: 0.34rem;text-align: center;background:url('../images/index/m_product_more_bg.png') no-repeat;background-size: 100% 100%;line-height: 0.34rem;text-align: center;}

.m_product_title_right h4{font-size: 0.22rem;color: #FFFFFF;font-weight: bold;}

.m_product_content{width: 100%;height: 3.42rem;}

.m_swiper-container3{width: 91%;height: 3.29rem;margin: 0 auto;overflow: hidden;position: relative;}


.m_swiper-container3 img{width: 5.87rem;height: 3.28rem;border-radius: 0.13rem;}

.m_swiper-container3 .swiper-pagination-bullet{background-color: #b7b5b6 !important;width: 0.08rem;height: 0.08rem;border-radius: 0.04rem;}
.m_swiper-container3 .swiper-pagination-bullet-active{background-color: #FFFFFF !important;width: 0.08rem;height: 0.08rem;border-radius: 0.04rem;}


.m_product_bottom{width: 100%;height: 0.14em;}
.m_product_bottom_block{width: 1.53rem;height: 1.07rem;position: relative;bottom: 3.42rem;left: 0.265rem;z-index: 111;}
.m_product_bottom img{width: 1.53rem;height: 1.07rem;}

/************m_series*************/

.m_series{width: 100%;height: 4.72rem;margin-top: 0.14rem;}
.m_series_center{width: 100%;height: 4.72rem;}

.m_series_title{width: 100%;height: 0.75rem;margin-bottom: 0.22rem;}

.m_swiper-container4{width: 92%;height: 0.75rem;margin: 0 auto;overflow: hidden;}


.m_swiper-container4 .swiper-wrapper{}

.m_swiper-container4 .swiper-slide{width: 1.36rem !important;height: 0.75rem;border-radius: 0.05rem;margin-right: 0.13rem !important;}

.m_swiper-container4 .swiper_slide_block{width: 1.36rem !important;height: 0.75rem;border-radius: 0.05rem;}

.m_swiper-container4 ul{width: 100%;height: 0.75rem;overflow: hidden;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;}

.m_swiper-container4 ul li{width: 1.36rem;height: 0.75rem;background-color: #f8f7fa;border-radius: 0.05rem;}

.m_swiper-container4 h3{color: black;width: 1.36rem !important;height: 0.75rem;line-height: 0.75rem;text-align: center;font-size: 0.22rem;font-weight: normal;}

.m_series_content{width: 100%;height: 3.62rem;}
.m_swiper-container5{width: 92%;height: 3.62rem;margin: 0 auto;overflow: hidden;}

.m_swiper-container5 ul{width: 100%;height: 3.62rem;overflow: hidden;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;align-items: center;}

.m_swiper-container5 ul li{width: 2.89rem;height: 1.74rem;}

.m_swiper-container5 ul li a{width: 2.89rem;height: 1.74rem;}

.m_swiper-container5 ul li img{width: 2.89rem;height: 1.74rem;}









.active_blue{background: linear-gradient(#1c85ff, #5c63ff) !important;width: 1.36rem;height: 0.75rem;border-radius: 0.05rem;}

.active_blue h3{color: white !important;}






/*************m_case*****************/
.m_case{width: 100%;height: 5.36rem;}
.m_case_center{}



.m_case_content{width: 5.82rem;height: 4.74rem;margin: 0 auto;}

.m_case_content img{width: 2.21rem;height: 1.32rem;}

.m_case_content li{width: 5.82rem;height: 1.45rem;border-bottom: 1px dashed #dedede;margin-bottom: 0.13rem;}

.m_case_content_li_img{width: 2.21rem;height: 1.32rem;float:left;}

.m_case_content_li_font{width: 3.61rem;height: 1.32rem;float: left;box-sizing: border-box;padding-left: 0.2rem;padding-right: 0.2rem;padding-top: 0.1rem;padding-bottom: 0.1rem;}

.m_case_content_li_font h3{font-size: 0.26rem;color: #1D1D1D;margin-bottom: 0.1rem;}

.m_case_content_li_font h5{color: #676767;font-size: 0.2rem;font-weight: normal;margin-bottom: 0.1rem;}

.m_case_content_li_font h6{color: #676767;font-size: 0.2rem;font-weight: normal;}





/*************m_about*****************/
.m_about{width: 100%;height: 5.26rem;}
.m_about_center{}



.m_about_content{width: 5.82rem;height: 4.66rem;margin: 0 auto;}

.m_about_content_p{width: 5.82rem;height: 1.74rem;}

.m_about_content_p p{font-size: 0.22rem;line-height: 0.4rem;}

.m_about_content_img{width: 5.82rem;height: 2.92rem;}

.m_about_content_img img{width: 5.82rem;height: 2.92rem;}






/*************m_honor*****************/
.m_honor{width: 100%;height: 3.31rem;}
.m_honor_center{}



.m_honor_content{width: 5.82rem;height: 2.71rem;margin: 0 auto;}
.m_honor_content ul{width: 5.82rem;height: 2.71rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;}
.m_honor_content ul li{width: 1.89rem;height: 2.09rem;background-color: #e1e1e1;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;box-sizing: border-box;padding-bottom: 0.08rem;}

.m_honor_content img{width: 1.19rem;height: 1.63rem;}







/***手机端尾部代码***/
/************m_expert****************/
.m_expert{width: 100%;height: 3.85rem;margin-top: 0.25rem;background:url('../images/index/m_expert_bg.jpg') no-repeat;background-size: 100% 100%;}
.m_expert_center{width: 6rem;height: 3.85rem;margin: 0 auto;box-sizing: border-box;padding-top: 0.32rem;}


.m_expert_title{width: 6rem;height: 0.88rem;}
.m_expert_title h2{width: 6rem;height: 0.47rem;line-height: 0.47rem;color: white;text-align: center;font-size: 0.28rem;font-weight: 500;}
.m_expert_title h3{width: 6rem;height: 0.41rem;line-height: 0.41rem;color: #d7d9ee;text-align: center;font-weight: normal;font-size: 0.22rem;}



.m_expert_content{}

.m_expert_content li{float: left;width: 0.9rem;height: 1.8rem;margin-right: 0.35rem;}

.m_expert_content li:nth-child(1){position: relative;top: 0.5rem;}
.m_expert_content li:nth-child(2){text-align: center;position: relative;top: 0.1rem;left: 0.05rem;}
.m_expert_content li:nth-child(3){text-align: center;position: relative;top: 0.5rem;position: relative;top: 0.5rem;left: 0.1rem;}
.m_expert_content li:nth-child(4){text-align: center;position: relative;top: 0.1rem;left: 0.1rem;}
.m_expert_content li:nth-child(5){text-align: center;margin-right: 0;position: relative;bottom: 0.3rem;left: 0.15rem;}

.m_expert_content_li_img{margin-bottom: 0.5rem;}
.m_expert_content img{width: 0.75rem;height: 0.75rem;}

.m_expert_content_li_h6{}
.m_expert_content h6{font-size: 0.20rem;color: white;font-weight: normal;}






/**************m_consult***********/
.m_consult{width: 6.4rem;height: 0.9rem;background:url('../images/index/m_consult_bg.png') no-repeat;background-size: 100% 100%;position: relative;bottom: 0.22rem;position: fixed;bottom: -0.01rem;margin: 0 auto;z-index: 999;}
.m_consult_center{width: 5.84rem;height: 0.9rem;margin: 0 auto;box-sizing: border-box;padding-top: 0.22rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;}

.m_consult_left{width: 2.55rem;height: 0.68rem;box-sizing: border-box;padding-left: 0.36rem;padding-right: 0.48rem;}

.m_consult_left_img{float: left;width: 0.5rem;height: 0.68rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}
.m_consult_left img{width: 0.27rem;height: 0.27rem;}

.m_consult_left_h3{float: left;width: 1.2rem;height: 0.68rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}
.m_consult_left h3{font-size: 0.28rem;font-weight: normal;}

.m_consult_middle{width: 0.74rem;height: 0.68rem;position: relative;bottom: 0.1rem;}

.m_consult_middle_img{width: 0.74rem;height: 0.68rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;}
.m_consult_middle img{width: 0.6rem;height: 0.6rem;}

.m_consult_right{width: 2.55rem;height: 0.68rem;box-sizing: border-box;padding-left: 0.54rem;padding-right: 0.37rem;}

.m_consult_right_img{float: left;width: 0.43rem;height: 0.68rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}
.m_consult_right img{width: 0.25rem;height: 0.27rem;}

.m_consult_right_h3{float: left;width: 1.2rem;height: 0.68rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}
.m_consult_right h3{font-size: 0.28rem;font-weight: normal;}



/****************m_back****************/
.m_back{width: 6.4rem;height: 0.01rem;margin: 0 auto;position: fixed;z-index: 888;bottom: 1.2rem;}
.m_back_center{width: 5.84rem;height: 0.01rem;margin: 0 auto;}

.m_back_block{width: 0.38rem;height: 0.38rem;float: right;cursor:pointer;}
.m_back_block img{width: 0.38rem;height: 0.38rem;}

























































































/*************媒体查询做兼容******************/

/*********屏幕宽度1440px************/
@media (min-width: 1440px) {
 .ceshi{background-color: green;}



 /******produce****/
 .body_produce_center{width: 1420px;height: 871px;margin: 0 auto;}
 .body_produce_title center{width: 1420px;height: 224px;box-sizing: border-box;}

 .body_produce_big_title{height: 108px;width: 1420px;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;box-sizing: border-box;padding-left: 85px;padding-right: 85px;}
 
 .body_produce_big_title h2{display: inline-block;font-size: 40px;color: #000000;font-weight: bold;margin-left: 50px;margin-right: 50px;opacity: 0;}
 .body_produce_big_title hr{display: inline-block;width: 300px;height: 1px; background-color: #b0b0b0;border: none;}
 
 
 .body_produce_small_title{}
 .body_produce_small_title h6{font-size: 16px;color: #595858;font-weight: bold;opacity: 0;}



 .body_produce_content{width: 1420px;height: 647px;}

 
 






/*********屏幕宽度1600px************/
@media (min-width: 1600px) {
 .ceshi{background-color: blue;}

 
 
 
 
 
 








/*********屏幕宽度1680px************/
@media (min-width: 1680px) {
 .ceshi{background-color: blue;}






 
  /******produce****/
 .body_produce_center{width: 1420px;height: 871px;margin: 0 auto;}
 .body_produce_title center{width: 1420px;height: 224px;box-sizing: border-box;}
 .body_produce_big_title{width: 1420px;height: 108px;}
 
 .body_produce_big_title h2{display: inline-block;font-size: 40px;color: #000000;font-weight: bold;margin-left: 50px;margin-right: 50px;opacity: 0;}
 .body_produce_big_title hr{display: inline-block;width: 300px;height: 1px; background-color: #b0b0b0;border: none;}
 
 
 .body_produce_small_title{}
 .body_produce_small_title h6{font-size: 16px;color: #595858;font-weight: bold;opacity: 0;}
 
 
 
 .body_produce_content{width: 1420px;height: 647px;}

 
 
 
 
 
}
 
 /*********屏幕宽度1920px************/
@media (min-width: 1920px) {
 .ceshi{background-color: yellow;}



 
 /**************body_produce********/
 .body_produce{width: 100%;height: 871px;background:url('../images/index/produce_bg.jpg') no-repeat;background-size: 100% 100%;}
 .body_produce_center{width: 1540px;height: 871px;margin: 0 auto;}
 
 .body_produce_title center{width: 1540px;height: 224px;box-sizing: border-box;padding-top: 60px;}
 
 .body_produce_big_title{height: 108px;width: 1540px;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;box-sizing: border-box;padding-left: 85px;padding-right: 85px;}
 
 .body_produce_big_title h2{display: inline-block;font-size: 40px;color: #000000;font-weight: bold;opacity: 0;}
 .body_produce_big_title hr{display: inline-block;width: 452px;height: 1px; background-color: #b0b0b0;border: none;}
 
 
 .body_produce_small_title{}
 .body_produce_small_title h6{font-size: 16px;color: #595858;font-weight: bold;opacity: 0;}
 
 .body_produce_content{width: 1540px;height: 647px;}
 .body_produce_content_left{width: 710px;height: 647px;float: left;box-sizing: border-box;padding-left: 141px;}
 
 
 .body_produce_content_left_title{width: 570px;height: 95px;box-sizing: border-box;padding-left: 30px;}
 .body_produce_content_left_title p{font-size: 20px;color: #1e4c94;font-weight: bold;opacity: 0;}
 
 .body_produce_content_left_p{width: 570px;height: 241px;box-sizing: border-box;padding-left: 30px;padding-right: 10px;}
 .body_produce_content_left_p p{font-size: 16px;color: #000000;line-height: 32px;font-weight: bold;opacity: 0;}
 

 

