@font-face {
 font-family: 'Montserrat';
 src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
 font-weight: 700;
 font-display: swap;
}
.extension { padding-right: 60px; font-size: 16px; line-height: 2; margin-top: 26px; margin-bottom: 30px; text-align: left; }
 @font-face {
 font-family: 'Montserrat';
 src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
 font-weight: 400;
 font-display: swap;
}
 @font-face {
 font-family: 'arial';
 src: url(../fonts/arial.ttf) format('truetype');
 font-weight: 400;
 font-display: swap;
}
 @font-face {
 font-family: 'arial';
 src: url(../fonts/arialbd.ttf) format('truetype');
 font-weight: 700;
 font-display: swap;
}
 @font-face {
 font-family: 'BIOWEAPON';
 src: url(../fonts/BIOWEAPON.TTF) format('truetype');
 font-weight: 400;
 font-display: swap;
}
 @keyframes ks {  0% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
 opacity: 0;
}
 10% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
 opacity: 1;
}
 80% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: .3;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
 @-webkit-keyframes ks {  0% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
 opacity: 0;
}
 10% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
 opacity: 1;
}
 80% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: .3;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
 @-moz-keyframes ks {  0% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
 opacity: 0;
}
 10% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
 opacity: 1;
}
 80% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: .3;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
.right_nav_list { position: fixed; bottom: 120px; right: 25px; z-index: 10; }
.right_nav_list ul li { border-radius: 6px; margin-top: 10px; width: 50px; height: 50px; cursor: pointer; padding: 0; position: relative; color: #fff; }
.right_nav_list ul li .text { padding: 0; width: 100%; height: 100%; text-align: center; line-height: 46px; border: 1px solid #fff; background: #000; }
.right_nav_list ul li .more_cont { font-size: 25px; margin-top: 0; }
.right_nav_list ul li .more_cont i { position: relative; z-index: 2; }
 .right_nav_list ul li .more_cont::before {
 background-color: #fff;
}
.right_nav_list ul li .more_cont:hover { color: #000; }
.right_nav_list ul li .cont { position: absolute; left: -150px; top: 0; width: 150px; min-height: 100%; padding: 0 5px; -webkit-perspective: 500px; -moz-perspective: 500px; perspective: 500px; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; transform: rotate3d(1, 0, 0, -90deg); -webkit-transform: rotate3d(1, 0, 0, -90deg); -moz-transform: rotate3d(1, 0, 0, -90deg); -ms-transform: rotate3d(1, 0, 0, -90deg); -o-transform: rotate3d(1, 0, 0, -90deg); opacity: 0; -webkit-transition: opacity 0.3s, -webkit-transform 0.5s; transition: opacity 0.3s, -webkit-transform 0.5s; -o-transition: opacity 0.3s, -o-transform 0.5s; -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s; transition: transform 0.5s, opacity 0.3s; transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s; transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s; -webkit-transition: -webkit-transform 0.5s, opacity 0.3s; -moz-transition: -moz-transform 0.5s, opacity 0.3s; overflow: hidden; -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; }
.right_nav_list ul li .cont #ewm { width: 100%; background-color: #fff; border-radius: 5px; padding: 8px; border: 1px solid #ccc; }
.right_nav_list ul li:hover .cont { -webkit-transform: rotate3d(0, 0, 0, -90deg); -moz-transform: rotate3d(0, 0, 0, -90deg); transform: rotate3d(0, 0, 0, -90deg); opacity: 1; }
html, body { position: relative; max-width: 1920px; margin: auto; }
body { overflow-x: hidden; position: relative; font-family: 'arial'; font-weight: 400; margin: 0 auto; color: #151515; }
.transition_1 { -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }
.img_bg { -o-background-size: contain; background-size: contain; background-repeat: no-repeat; background-position: center center; }
.img_sca { overflow: hidden; display: block; }
.img_sca:hover .img_bg { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.sca_ani { -webkit-animation: sca_ani 2s linear infinite; -moz-animation: sca_ani 2s linear infinite; -o-animation: sca_ani 2s linear infinite; animation: sca_ani 2s linear infinite; }
 @-webkit-keyframes sca_ani {  0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
 50% {
 -webkit-transform: scale(0.9) translateY(10px);
 transform: scale(0.9) translateY(10px);
 opacity: 0.8;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
}
 @-moz-keyframes sca_ani {  0% {
 -moz-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
 50% {
 -moz-transform: scale(0.9) translateY(10px);
 transform: scale(0.9) translateY(10px);
 opacity: 0.8;
}
 100% {
 -moz-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
}
 @-o-keyframes sca_ani {  0% {
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
 50% {
 -o-transform: scale(0.9) translateY(10px);
 transform: scale(0.9) translateY(10px);
 opacity: 0.8;
}
 100% {
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
}
 @keyframes sca_ani {  0% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
 50% {
 -webkit-transform: scale(0.9) translateY(10px);
 -moz-transform: scale(0.9) translateY(10px);
 -o-transform: scale(0.9) translateY(10px);
 transform: scale(0.9) translateY(10px);
 opacity: 0.8;
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
}
.more_cont { position: relative; overflow: hidden; }
.more_cont span { position: relative; z-index: 2; }
 .more_cont::before {
 content: '';
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background-color: #fd0400;
 -webkit-transition: all 0.5s;
 -o-transition: all 0.5s;
 -moz-transition: all 0.5s;
 transition: all 0.5s;
 -webkit-transform: scaleX(0);
 -moz-transform: scaleX(0);
 -ms-transform: scaleX(0);
 -o-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: left;
 -moz-transform-origin: left;
 -ms-transform-origin: left;
 -o-transform-origin: left;
 transform-origin: left;
 opacity: 0;
}
 .more_cont:hover::before {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
#banner { z-index: 1; overflow: hidden; position: relative; }
#banner .video { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; -o-object-fit: cover; object-fit: cover; }
#banner>.img { -o-background-size: cover; background-size: cover; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; }
#banner .btn2 { width: 60px; height: 60px; line-height: 58px; text-align: center; color: #fff; position: absolute; z-index: 3; top: 40%; right: 80px; background-color: rgba(0, 0, 0, 0.5); font-size: 40px; cursor: pointer; }
#banner .btn2 i { position: relative; z-index: 2; margin-left: 2px; }
#banner .prev { left: 80px; }
#banner .prev i { margin-left: -2px; }
#banner .bottom_c { position: absolute; width: 100%; bottom: 26px; left: 0; z-index: 3; }
#banner .bottom_c .s_page ul { text-align: center; }
#banner .bottom_c .s_page ul li { width: 24px; height: 4px; background-color: #d3cfcd; display: inline-block; margin: 0 6px; cursor: pointer; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }
#banner .bottom_c .s_page ul li button { display: none; }
#banner .bottom_c .s_page ul li.slick-active { background-color: #007aff; }
#banner .bottom_c .mouse .img { width: 18px; height: 30px; cursor: pointer; margin: 20px auto 0; }
#banner .slick { position: relative; z-index: 2; max-height: 960px; height: 50vw; overflow: hidden; }
#banner .slick .slick-track, #banner .slick .slick-list { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
#banner .slick div { height: 100%; }
#banner .slick li { height: 100%; position: relative; }
#banner .slick li div { height: auto; }
#banner .slick li .container2 { position: relative; height: 100%; }
#banner .slick li .container2 .cont { position: relative; width: 100%; height: auto; top: 50%; left: 0; color: #fff; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
#banner .slick li .container2 .cont .left { -webkit-transform: translateY(60px) scale(1.1); -moz-transform: translateY(60px) scale(1.1); -ms-transform: translateY(60px) scale(1.1); -o-transform: translateY(60px) scale(1.1); transform: translateY(60px) scale(1.1); opacity: 0; vertical-align: middle; width: 40%; padding-right: 60px; -webkit-transition: all 1.5s; -o-transition: all 1.5s; -moz-transition: all 1.5s; transition: all 1.5s; }
#banner .slick li .container2 .cont .left .title { font-size: 28px; display: block; font-family: 'BIOWEAPON'; font-weight: 400; }
#banner .slick li .container2 .cont .left .des { font-family: 'arial'; font-size: 18px; margin-top: 10px; line-height: 1.6; display: block; font-weight: 400; }
#banner .slick li .container2 .cont .left .more_c { margin-top: 40px; }
#banner .slick li .container2 .cont .left .more_c .more { display: inline-block; font-size: 16px; padding: 10px 23px; border: 2px solid #fff; }
 #banner .slick li .container2 .cont .left .more_c .more::before {
 background-color: #fff;
}
#banner .slick li .container2 .cont .left .more_c .more:hover { border-color: #fff; color: #007aff; }
#banner .slick li .container2 .cont .left .more_c .more_2 { border-color: rgba(253, 4, 0, 0.1); margin-left: 40px; background-color: rgba(253, 4, 0, 0.6); }
 #banner .slick li .container2 .cont .left .more_c .more_2::before {
 background-color: #fff;
}
#banner .slick li .container2 .cont .right { -webkit-transition: all 1.5s; -o-transition: all 1.5s; -moz-transition: all 1.5s; transition: all 1.5s; -webkit-transform: translateY(60px) scale(1.4); -moz-transform: translateY(60px) scale(1.4); -ms-transform: translateY(60px) scale(1.4); -o-transform: translateY(60px) scale(1.4); transform: translateY(60px) scale(1.4); opacity: 0; vertical-align: middle; width: 60%; }
#banner .slick li .container2 .cont .right .img { width: 100%; height: 30vw; max-height: 630px; }
#banner .slick .slick-current .box .cont .left, #banner .slick .slick-current .box .cont .right { -webkit-transform: translateY(0) scale(1); -moz-transform: translateY(0) scale(1); -ms-transform: translateY(0) scale(1); -o-transform: translateY(0) scale(1); transform: translateY(0) scale(1); opacity: 1; }
.pb-110 { padding-bottom: 110px; }
.pt-110 { padding-top: 110px; }
.pb-100 { padding-bottom: 100px; }
.pt-100 { padding-top: 100px; }
.pt-90 { padding-top: 90px; }
.pb-90 { padding-bottom: 90px; }
.font-50 { font-size: 50px!important; }
.font-48 { font-size: 48px; }
.font-40 { font-size: 40px; }
.font-38 { font-size: 38px; }
.font-32 { font-size: 32px; }
.font-24 { font-size: 24px; }
.font-20 { font-size: 20px; line-height: 1.8; }
.font-18 { font-size: 18px; line-height: 1.8; }
.font-16 { font-size: 16px; line-height: 2; }
.font-14 { font-size: 14px; }
#index-body { overflow: hidden; }
#index-body .init-1 .container2 { width: 100%; }
#index-body .init-1 .container2 .content { margin: 0 -25px; }
#index-body .init-1 .container2 .content ul .slick-track { margin-left: 0; padding-bottom: 20px; }
#index-body .init-1 .container2 .content ul li { padding: 0 25px; }
#index-body .init-1 .container2 .content ul li .box { position: relative; padding-bottom: 110px; }
#index-body .init-1 .container2 .content ul li .box .img_c { position: relative; }
#index-body .init-1 .container2 .content ul li .box .img_c .text_c { position: absolute; height: 100%; top: 0; left: 0; padding: 50px 20px 10px; color: #fff; }
#index-body .init-1 .container2 .content ul li .box .img_c .text_c .title { font-weight: bold; display: block; }
#index-body .init-1 .container2 .content ul li .box .img_c .text_c .more { margin-top: 16px; display: block; font-size: 14px; }
#index-body .init-1 .container2 .content ul li .box .img_c .text_c .more span { font-size: 14px; }
#index-body .init-1 .container2 .content ul li .box .img_c .img_1 { display: block; height: 340px; -o-background-size: cover; background-size: cover; background-color: #000; }
#index-body .init-1 .container2 .content ul li .box .img_c .img_2 { width: 140px; height: 30px; margin-top: 26px; }
#index-body .init-1 .container2 .content ul li .box .img_3 { height: -webkit-calc(10%); height: -moz-calc(10%); height: calc(100% - 90px); width: 100%; position: absolute; bottom: 0; left: 0; }
#index-body .init-1 .container2 .content ul li .box:hover .img_3 { -webkit-transform: scale(1.02); -moz-transform: scale(1.02); -ms-transform: scale(1.02); -o-transform: scale(1.02); transform: scale(1.02); }
#index-body .init-1 .container2 .content .bottom_c { width: 330px; margin: 40px auto 0; }
#index-body .init-1 .container2 .content .bottom_c .top { color: #5f5f5f; }
#index-body .init-1 .container2 .content .bottom_c .top .active { color: #000; }
#index-body .init-1 .container2 .content .bottom_c .bottom { margin-top: 6px; position: relative; height: 3px; }
#index-body .init-1 .container2 .content .bottom_c .bottom .line_1 { background-color: #5f5f5f; height: 1px; position: relative; }
#index-body .init-1 .container2 .content .bottom_c .bottom .line_2 { height: 3px; background-color: #007aff; width: 0; position: absolute; left: 0; top: -1px; }
#index-body .init-2 .container2 .title_c .column { vertical-align: middle; }
#index-body .init-2 .container2 .title_c .left { width: -webkit-calc(0%); width: -moz-calc(0%); width: calc(100% - 100px); }
#index-body .init-2 .container2 .title_c .left .text1 { padding-right: 6px; width: 320px; }
#index-body .init-2 .container2 .title_c .left .text1 .top { color: #007aff; font-weight: 500; letter-spacing: 3px; }
#index-body .init-2 .container2 .title_c .left .text1 .bottom { text-transform: uppercase; font-weight: bold; }
#index-body .init-2 .container2 .title_c .left .line { height: 60px; width: 1px; background-color: #5f5f5f; }
#index-body .init-2 .container2 .title_c .left .text2 { width: 540px; padding-left: 20px; color: #3b3b3b; }
#index-body .init-2 .container2 .title_c .right { width: 100px; }
#index-body .init-2 .container2 .title_c .right .btn2 { width: 44px; height: 44px; font-size: 24px; cursor: pointer; background-color: #7f7f7f; color: #fff; text-align: center; line-height: 44px; display: inline-block; }
#index-body .init-2 .container2 .title_c .right .btn2 i { position: relative; z-index: 2; margin-left: -2px; }
#index-body .init-2 .container2 .title_c .right .next { margin-left: 4px; }
#index-body .init-2 .container2 .title_c .right .next i { margin-left: 2px; }
#index-body .init-2 .container2 .content { margin-top: 50px; }
#index-body .init-2 .container2 .content ul { border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; }
#index-body .init-2 .container2 .content ul .slick-track { margin-left: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }
#index-body .init-2 .container2 .content ul .slick-track .slick-slide { height: auto; }
#index-body .init-2 .container2 .content ul .slick-track .slick-slide>div { height: 100%; }
#index-body .init-2 .container2 .content ul .slick-track .slick-slide>div li { height: 100%; }
#index-body .init-2 .container2 .content ul .slick-track .slick-slide>div li .box { height: 100%; }
#index-body .init-2 .container2 .content ul li .box { position: relative; margin-left: -1px; overflow: hidden; border: 1px solid #e7e7e7; padding-bottom: 45px; }
#index-body .init-2 .container2 .content ul li .box .img { height: 300px; display: block; }
#index-body .init-2 .container2 .content ul li .box .btn_cont { text-align: center; margin-top: 10px; }
#index-body .init-2 .container2 .content ul li .box .btn_cont .btn2 { width: 40px; height: 40px; line-height: 40px; font-size: 20px; color: #aaaaaa; border: 1px solid #e3e3e3; margin: 0 2px; }
#index-body .init-2 .container2 .content ul li .box .btn_cont .btn2 i { position: relative; z-index: 2; }
#index-body .init-2 .container2 .content ul li .box .btn_cont .btn2:hover { color: #fff; }
#index-body .init-2 .container2 .content ul li .box .text_c { margin-top: 16px; padding: 0 20px; text-align: center; margin-bottom: 20px; }
#index-body .init-2 .container2 .content ul li .box .text_c .title { display: block; font-weight: bold; }
#index-body .init-2 .container2 .content ul li .box .text_c .title a { border-bottom: 1px solid rgba(0, 0, 0, 0); }
#index-body .init-2 .container2 .content ul li .box .text_c .title:hover a { border-color: #000; }
#index-body .init-2 .container2 .content ul li .box .text_c .des { margin-top: 10px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #afafaf; }
#index-body .init-2 .container2 .content ul li .box .more { position: relative; left: 50%; font-weight: bold; padding: 10px; text-align: center; display: block; color: #fff; background-color: #a1a1a1; opacity: 1; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px); transform: translateY(10px); width: 180px; margin-left: -90px; }
#index-body .init-2 .container2 .content ul li .box:hover .more { background-color: #007aff; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
#index-body .init-3 { -o-background-size: cover; background-size: cover; color: #fff; }
#index-body .init-3 .container2 .left { padding-right: 0px; }
#index-body .init-3 .container2 .left .title_1 { color: #007aff; font-weight: bold; }
#index-body .init-3 .container2 .left .title_2 { font-weight: bold; text-transform: uppercase; max-width: 100%; line-height: 1.3; }
#index-body .init-3 .container2 .left .list_cont { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 40px; }
#index-body .init-3 .container2 .left .list_cont .list { margin-right: 3.125vw; text-align: center; width: 300px; }
#index-body .init-3 .container2 .left .list_cont .list .num { font-size:38px; font-family: 'Montserrat'; font-weight: bold; }
#index-body .init-3 .container2 .left .list_cont .list .des_2 { line-height: 1.6; margin-top: 20px; }
#index-body .init-3 .container2 .left .list_cont .play_cont { margin: 0 20px; width: 90px; height: 90px; vertical-align: middle; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }
#index-body .init-3 .container2 .left .list_cont .play_cont .img { width: 100%; height: 100%; cursor: pointer; border-radius: 50%; }
#index-body .init-3 .container2 .right { padding-left: 40px; }
#index-body .init-3 .container2 .right .des { line-height: 1.7; }
#index-body .init-3 .container2 .right .des p { margin-top: 10px; color: rgba(255, 255, 255, 1); }
#index-body .init-3 .container2 .right .des p:first-child { margin-top: 0; }
#index-body .init-3 .container2 .right .more { font-weight: bold; margin-top: 30px; padding: 4px 26px; display: inline-block; background-color: #007aff; color: #fff; }
#index-body .init-4 .container2 .title_c .column { vertical-align: middle; }
#index-body .init-4 .container2 .title_c .text1 { width: 320px; padding-right: 20px; }
#index-body .init-4 .container2 .title_c .text1 .top { color: #007aff; font-weight: 500; text-transform: uppercase; letter-spacing: 3px; }
#index-body .init-4 .container2 .title_c .text1 .bottom { font-weight: bold; text-transform: uppercase; }
#index-body .init-4 .container2 .title_c .line { width: 1px; height: 60px; background-color: #5f5f5f; }
#index-body .init-4 .container2 .title_c .text2 { width: 540px; padding-left: 20px; }
#index-body .init-4 .container2 .content { margin-top: 50px; }
#index-body .init-4 .container2 .content .left .img { width: -webkit-calc(30%); width: -moz-calc(30%); width: calc(50% - 20px); height: 610px; margin-top: 36px; position: relative; -o-background-size: cover; background-size: cover; }
#index-body .init-4 .container2 .content .left .img .btn2 { display: block; width: 250px; height: 68px; background-color: #007aff; -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1); box-shadow: 0 0 18px rgba(0, 0, 0, 0.1); position: absolute; bottom: -30px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); line-height: 68px; text-align: center; }
#index-body .init-4 .container2 .content .left .img .btn2 i, #index-body .init-4 .container2 .content .left .img .btn2 span { position: relative; z-index: 2; vertical-align: middle; display: inline-block; }
#index-body .init-4 .container2 .content .left .img .btn2 i { font-size: 24px; }
#index-body .init-4 .container2 .content .left .img .btn2 span { margin-left: 18px; font-weight: 500; display: block; }
#index-body .init-4 .container2 .content .left .img .btn2:hover { color: #fff; }
#index-body .init-4 .container2 .content .left .img .btn2:hover i { color: #fff; }
#index-body .init-4 .container2 .content .left .img_2 { margin-left: 40px; height: 710px; margin-top: 0; }
#index-body .init-4 .container2 .content .right { margin-top: 20px; padding-left: 70px; }
#index-body .init-4 .container2 .content .right .tips { font-weight: bold; line-height: 1.2; }
#index-body .init-4 .container2 .content .right .tips_des { color: rgba(255, 255, 255, .5); margin-top: 20px; }
#index-body .init-4 .container2 .content .right .list_cont .list { margin-top: 40px; }
#index-body .init-4 .container2 .content .right .list_cont .list .img_c { width: 86px; height: 86px; background-color: #FFF; position: relative; }
#index-body .init-4 .container2 .content .right .list_cont .list .img_c .img { width: 60px; height: 60px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
#index-body .init-4 .container2 .content .right .list_cont .list .text { width: -webkit-calc(14%); width: -moz-calc(14%); width: calc(100% - 86px); padding-left: 16px; }
#index-body .init-4 .container2 .content .right .list_cont .list .text .title { font-weight: bold; }
#index-body .init-4 .container2 .content .right .list_cont .list .text .des { color: #828282; line-height: 1.4; margin-top: 6px; }
#index-body .init-4 .container2 .content .right .list_cont .list:hover .img_c { border-radius: 20px; }
#index-body .init-4 .container2 .content .right .list_cont .list_2 .img_c { background-color: #FFF; }
#index-body .init-4 .container2 .content .right .list_cont .list_3 .img_c { background-color: #fff; -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1); }
#index-body .init-5 .container2 .content .slick { margin: 0 -20px; }
#index-body .init-5 .container2 .content .slick .slick-track { margin-left: 0; }
#index-body .init-5 .container2 .content .slick li { padding: 0 20px; }
#index-body .init-5 .container2 .content .slick li .box { position: relative; }
#index-body .init-5 .container2 .content .slick li .box .img { height: 310px; display: block; -o-background-size: cover; background-size: cover; }
#index-body .init-5 .container2 .content .slick li .box .time { background-color: #389efa; color: #fff; padding: 6px 16px; position: absolute; top: 0px; left: 0; font-weight: bold; }
#index-body .init-5 .container2 .content .slick li .box .cont { padding: 20px 10px; }
#index-body .init-5 .container2 .content .slick li .box .cont .title { display: block; font-weight: bold; line-height: 1.5; }
#index-body .init-5 .container2 .content .slick li .box .cont .des { color: #333; margin-top: 10px; display: block; line-height: 1.8; }
#index-body .init-5 .container2 .content .slick li .box .cont .more_c { margin-top: 16px; }
#index-body .init-5 .container2 .content .slick li .box .cont .more_c .more { text-transform: capitalize; border-bottom: 1px solid transparent; }
#index-body .init-5 .container2 .content .slick li:hover .box .cont .title { color: #333; }
#index-body .init-5 .container2 .content .slick li:hover .box .cont .des { color: #333; }
#index-body .init-5 .container2 .content .slick li:hover .box .cont .more_c .more { border-color: #fff; }
#index-body .init-5 .container2 .content .slick li .box .cont .more_c .more:hover { color: #666; }
 @media (max-width: 1800px) {
 #index-body .init-1 .container2 .content ul li .box .img_c .img_1 {
 height: 20vw;
}
 #index-body .init-1 .container2 .content ul li .box .img_3 {
 height: 20vw;
}
}
 @media (max-width: 1500px) {
 .font-50 {
 font-size: 40px!important;
}
 .font-48 {
 font-size: 38px;
}
 .font-40 {
 font-size: 30px;
}
 #banner .slick li .container2 .cont .left .title {
 font-size: 24px;
}
}
 @media (max-width: 1250px) {
 #banner .slick li .container2 .cont .left {
 width: 60%;
}
 #banner .slick li .container2 .cont .right {
 width: 40%;
}
 #index-body .init-3 .container2 .left {
 width: 100%;
 text-align: center;
 padding: 0;
}
 #index-body .init-3 .container2 .left .title_2 {
 max-width: 100%;
}
 #index-body .init-3 .container2 .right {
 width: 100%;
 padding: 0;
 text-align: center;
 margin-top: 60px;
}
 #index-body .init-4 .container2 .content .left {
 display: none;
}
 #index-body .init-4 .container2 .content .right {
 width: 100%;
 padding: 0;
}
 #index-body .init-5 .container2 .content .slick li .box .img {
 height: 200px;
}
}
 @media (max-width: 1000px) {
 #banner .slick li .container2 .cont .right {
 display: none;
}
 #banner .slick li .container2 .cont .left {
 width: 100%;
 padding: 0;
 text-align: center;
}
 #banner .btn2 {
 display: none !important;
}
 #banner .bottom_c {
 display: none;
}
 #index-body .init-1 .container2 .content ul li .box .img_c .text_c {
 padding: 10px;
}
 #index-body .init-1 .container2 .content {
 margin: 0 -10px;
}
 #index-body .init-1 .container2 .content ul li {
 padding: 0 10px;
}
 #index-body .init-1 .container2 .content ul li .box .img_c .img_2 {
 width: 100px;
 height: 20px;
 margin-top: 10px;
}
 #index-body .init-2 .container2 .title_c .left {
 width: 100%;
 text-align: center;
}
 #index-body .init-2 .container2 .title_c .left .line {
 display: none;
}
 #index-body .init-2 .container2 .title_c .left .text1 {
 padding: 0;
 width: 100%;
}
 #index-body .init-2 .container2 .title_c .left .text2 {
 padding: 0;
 width: 100%;
}
 #index-body .init-2 .container2 .title_c .right {
 margin: 20px auto 0;
 display: block;
}
 #index-body .init-4 .container2 .title_c .text1 {
 width: 100%;
 padding: 0;
 text-align: center;
}
 #index-body .init-4 .container2 .title_c .line {
 display: none;
}
 #index-body .init-4 .container2 .title_c .text2 {
 width: 100%;
 text-align: center;
 padding: 0;
}
 #index-body .init-4 .container2 .content {
 margin-top: 20px;
}
 #index-body .init-4 .container2 .content .right .tips {
 text-align: center;
}
 #index-body .init-4 .container2 .content .right .tips_des {
 text-align: center;
}
 #index-body .init-5 .container2 .content .slick {
 margin: 0 -5px;
 text-align: center;
}
 #index-body .init-5 .container2 .content .slick li {
 padding: 0 5px;
}
 #index-body .init-5 .container2 .content .slick li .box .cont {
 padding: 10px 5px;
}
}
 @media (max-width: 700px) {
 .phone_hide {
 display: none;
}
 #banner .slick li .container2 .cont .left .des {
 display: none;
}
 #index-body .init-3 {
 background-image: none !important;
 background-color: #333;
}
 #index-body .init-3 .container2 .left .list_cont {
 display: none;
}
 #index-body .init-4 .container2 .content .right .list_cont .list {
 text-align: center;
}
 #index-body .init-4 .container2 .content .right .list_cont .list .text {
 width: 100%;
 padding: 0;
 margin-top: 20px;
}
}
 @media (max-width: 500px) {
 .pt-110 {
 padding-top: 40px!important;
}
 .pb-110 {
 padding-bottom: 40px!important;
}
 .pt-100 {
 padding-top: 40px!important;
}
 .pb-100 {
 padding-bottom: 40px!important;
}
 .pt-90 {
 padding-top: 40px!important;
}
 .pb-90 {
 padding-bottom: 40px!important;
}
 .font-50 {
 font-size: 24px!important;
 line-height: 1.8;
}
 .font-48 {
 font-size: 24px!important;
 line-height: 1.8;
}
 .font-40 {
 font-size: 24px!important;
 line-height: 1.8;
}
 .font-38 {
 font-size: 24px!important;
 line-height: 1.8;
}
 .font-32 {
 font-size: 24px!important;
 line-height: 1.8;
}
 .font-24 {
 font-size: 16px!important;
 line-height: 1.8;
}
 .font-20 {
 font-size: 18px!important;
}
 .font-18 {
 font-size: 16px!important;
 line-height: 2;
}
 #banner .slick {
 height: 280px;
}
 #banner .slick li .container2 .cont .left .title {
 font-size: 18px;
}
 #banner .slick li .container2 .cont .left .more_c {
 margin-top: 20px;
}
 #banner .slick li .container2 .cont .left .more_c .more {
 padding: 4px 10px;
 font-size: 14px;
}
 #banner .slick li .container2 .cont .left .more_c .more_2 {
 margin-left: 10px;
}
 #index-body .init-2 .container2 .content {
 margin-top: 30px;
}
 #index-body .init-2 .container2 .content ul {
 border: none;
}
 #index-body .init-2 .container2 .content ul li .box {
 padding-bottom: 30px;
 margin-left: 0;
}
 #index-body .init-2 .container2 .content ul li .box .img {
 height: 85vw;
}
 #index-body .init-2 .container2 .content ul li .box .more {
 top: 0;
 opacity: 1;
 margin-top: 20px;
}
 #index-body .init-3 .container2 .left .title_2 {
 line-height: 1.8;
}
 #index-body .init-3 .container2 .right {
 margin-top: 20px;
}
 #index-body .init-4 .container2 .content .right {
 margin-top: 0;
}
 #index-body .init-4 .container2 .content .right .tips {
 line-height: 1.8;
}
 #index-body .init-4 .container2 .content .right .list_cont .list .text .des {
 line-height: 2;
}
 #index-body .init-5 .container2 .content .slick li .box .img {
 height: 66vw;
}
}
.show { width:1400px; margin:0 auto; height: 388px; margin-top:170px }
.show .showTab { text-align:right; }
.show .showTab a { display: inline-block;height: 50px; line-height: 50px; font-size: 18px; background: #fff; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);margin-left: 30px;padding: 0 15px;color:#333}
.show .showTab>h4{float: left;font-size: 30px;font-weight: 600;}
.show .showTab a.on { color: #fff;background: #0370d4;}
.show .showTab a.on i { border-color: #00538a; }
.show .showTab a.on i:before, .show .showTab a.on i:after { top: -100%; }
.show .showTabs { margin-top: 50px; }
.show .showImg .bd { height: 281px; overflow: hidden; }
.show .showImg { position:relative; }
.show .showImg .next11 { position:absolute; left:0px; width:26px; height:48px; background:url(../images/le.png) no-repeat center top; top:38%; z-index:99999 }
.show .showImg .prev11 { position:absolute; right:0px; width:26px; height:48px; background:url(../images/re.png) no-repeat center top; top:38%; z-index:99999 }
.show .showImg .bd { height: 281px; }
.show .showImg .bd ul { margin-right: -26px; }
.show .showImg .bd ul:after { content: ""; display: block; clear: both; font-size: 0; line-height: 0; }
.show .showImg .bd ul li { float: left; width:330px!important; margin:0 10px; position: relative; }
.show .showImg .bd ul li:after { content: ""; position: absolute; background: #00538a; width: 100%; height: 1px; z-index: 1; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; bottom: 0; left: 0; transition: transform 0.7s; transform: scaleX(0); transform-origin: right; }
.show .showImg .bd ul li:hover:after, .show .showImg .bd ul li.on:after { transform: scaleX(1); transform-origin: left; }
.show .showImg .bd ul li .pic { display: block; height: 230px;border: solid 1px #dddddd; padding: 9px; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
.show .showImg .bd ul li .pic i { display: block; overflow: hidden; position: relative; width: 100%; height: 100%;}
.show .showImg .bd ul li .pic img { position: absolute; width: 100%; height: 100%; object-fit: cover; left: 0; top: 0; right: 0; bottom: 0; margin: auto; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
.show .showImg .bd ul li .bt { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; height: 51px; line-height: 50px; padding: 0 45px 0 10px; color: #666666; position: relative; }
.show .showImg .bd ul li .bt:before { content: ""; display: inline-block; position: relative; top: -2px; vertical-align: middle; margin-right: 15px; width: 18px; height: 2px; background-color: #00538a; }
.show .showImg .bd ul li .bt:after { content: ""; position: absolute; right: 10px; top: 0; height: 100%; width: 26px; background: url(../images/jt.png) 0 center no-repeat; }
.show .showImg .bd ul li:hover .pic { border-color: #00538a; }
.show .showImg .bd ul li:hover .pic img { -webkit-transform: scale(1.1) rotate(0); -moz-transform: scale(1.1) rotate(0); -o-transform: scale(1.1) rotate(0); transform: scale(1.1) rotate(0); }
.show .showImg .bd ul li:hover .bt { color: #333; }
