<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(bootstrap.css);
@import url(swiper.css);
@import url(animate.min.css);
@import url(demo.css);
@import url(iconfont.css);



:root {
	--font-default: 'Manrope', sans-serif;
	--font-secondary: 'Handlee', cursive;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--white: #ffffff;
	--color-primary: #dd1e1d;
	--color-secondary: #0f1936;
	--color-heading: #04000b;
	--color-paragraph: #787878;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #f6f6f6;
	--bg-gradient: linear-gradient(97deg, #098974 50%, #12c3a5 100%);
}


.icon-dianhua{
    color: #dd1e1d;
}
.icon-tuandui,
.icon-shili,
.icon-qualifications,
.icon-jingyan{
    color: #999;
    font-size: 70px;
}
.bg_primary{
    background-color: var(--color-primary);
}
.bg_secondary{
    background-color: var(--color-secondary);
}
.bg_white{
    background-color: #fff!important;
}
.responsive-image {  
    max-width: 150%; /* 浣垮緱鍥剧墖鏈€澶у搴︿笉瓒呰繃鐖跺厓绱� */  
    height: auto; /* 淇濇寔鍥剧墖鐨勫師濮嬪楂樻瘮 */  
}  
.bg_black{
    background-color: #000000;
}
.bg_gray{
    background-color: #999;
}
.color_db{
    color: #dbdbdb;
}
.color_blue{
    color: var(--color-s);
}
.color_grey{
    color: #999!important;
}
.bg_light{
    background-color: #333;
}
.bg_grad{
    background-image: linear-gradient(to bottom right, #999, #dbdbdb);
}
.navbar-toggler em{
    display: block;
    background-color: #999;
    width: 25px;
    height: 2px;
    margin: 6px;
}
.nav-link.active {  
    color: var(#007bff)!important;  
}
.banner_img{
    width: 100%;
}
.swiper-button-next, .swiper-button-prev{
    color: #fff!important;
    padding: 30px;
    border: 1px solid #fff;
    border-radius: 50px;
}
.swiper-button-prev:after, .swiper-button-next:after{
    font-size: 25px;
}
.content-box h1{
    font-size: 70px;
}
.banner_img_cover{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 350px 0 300px 0;
}
.banner_img_cover::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #111;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: .5;
}
.banner_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.pos_z{
    position: inherit;
    z-index: 99;
}
.navbar{
    z-index: 9999999!important;
    width: 100%;
    transition: all 0.9s;
}
.index_about_img{
    width: 80%;
}
.artice_p p{
    margin: 0;
}
/* ============================================================== 
     # Reset Browsers
=================================================================== */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
html {
    width: 100%;
	height: 100%;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.wrapper {
	height: 100%;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a img {
	border: none;
}

a:active {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
	opacity: 1;
}

a:focus {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a:hover {
	outline: none;
	text-decoration: none;
	color: var(--color-primary)!important;
	opacity: 1;
    transition: all .4s linear;
}

button {
	outline: medium none;
}

iframe {
	border: none;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eeeeee;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	min-height: 50px;
}

input:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

textarea:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

select:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

ul {
	list-style-type: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

b {
	font-weight: 900;
}

strong {
	font-weight: 900;
}

/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
	font-family: var(--font-default);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	overflow-x: hidden;
	background-color: var(--white);
	color: var(--color-paragraph);
}

h1, h2, h3, h4, h5, h6 {
	color: var(--color-heading);
	font-weight: normal;
	line-height: 1.2;
	font-family: var(--font-heading);
	letter-spacing: 0;
	margin: 0;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}
.content p{
	margin: 0;
}
.content img{
	border-radius: 4px;
	margin: 5px 0;
}
a, .btn, button {
	outline: medium none;
	text-decoration: none;
	font-weight: 800;
}

p {
	color: var(--color-paragraph);
	margin: 0 0 10px;
	text-transform: none;
	font-weight: 500;
	font-family: var(--font-default);
}
img{
    max-width: 100%;
}
.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination li a{
    display: inline-block;
    padding: 5px 13px;
    margin: 0 5px;
    background-color: #dbdbdb;
    border-radius: 4px;
}
.pagination a:hover{
    color: #fff!important;
    background-color: #dd1e1d;
}
.pagination a.active{
    color: #fff!important;
    background-color: #dd1e1d;
}
.margin_zero{
    margin: 0;
}
.margin{
    margin: 15px;
}
.margin_top{
    margin-top: 15px;
}
.margin_left{
    margin-left: 15px;
}
.margin_right{
    margin-right: 15px;
}
.margin_bottom{
    margin-bottom: 15px;
}
.margin_tb{
    margin: 15px;
}
.margin_small{
    margin: 5px;
}
.margin_small_top{
    margin-top: 5px;
}
.margin_small_left{
    margin-left: 5px;
}
.margin_small_right{
    margin-right: 5px;
}
.margin_small_bottom{
    margin-bottom: 5px;
}
.margin_small_lr{
    margin: 0 5px;
}
.margin_small_tb{
    margin: 5px 0;
}
.margin_big{
    margin: 20px;
}
.margin_big_top{
    margin-top: 20px;
}
.margin_big_left{
    margin-left: 20px;
}
.margin_big_right{
    margin-right: 20px;
}
.margin_big_bottom{
    margin-bottom: 20px;
}
.margin_big_lr{
    margin: 0 20px;
}
.margin_big_tb{
    margin: 20px 0;
}
.margin_huge{
    margin: 40px;
}
.margin_huge_top{
    margin-top: 40px;
}
.margin_huge_left{
    margin-left: 40px;
}
.margin_huge_right{
    margin-right: 40px;
}
.margin_huge_bottom{
    margin-bottom: 40px;
}
.padding_zero{
    padding: 0;
}
.padding{
    padding: 15px;
}
.padding_top{
    padding-top: 15px;
}
.padding_left{
    padding-left: 15px;
}
.padding_right{
    padding-right: 15px;
}
.padding_bottom{
    padding-bottom: 15px;
}
.padding_lr{
    padding: 0 15px;
}
.padding_tb{
    padding: 15px 0;
}
.padding_small{
    padding: 5px;
}
.padding_small_top{
    padding-top: 5px;
}
.padding_small_left{
    padding-left: 5px;
}
.padding_small_right{
    padding-right: 5px;
}
.padding_small_bottom{
    padding-bottom: 5px;
}
.padding_small_lr{
    padding: 0 5px;
}
.padding_small_tb{
    padding: 5px 0;
}
.padding_big{
    padding: 20px;
}
.padding_big_top{
    padding-top: 20px;
}
.padding_big_left{
    padding-left: 20px;
}
.padding_big_right{
    padding-right: 20px;
}
.padding_big_bottom{
    padding-bottom: 20px;
}
.padding_huge{
    padding: 40px;
}
.padding_huge_top{
    padding-top: 40px;
}
.padding_huge_left{
    padding-left: 40px;
}
.padding_huge_right{
    padding-right: 40px;
}
.padding_huge_bottom{
    padding-bottom: 40px;
}
.font_size_two{
    font-size: 12px;
}
.font_wight{
    font-weight: 700;
}
.text_center{
    text-align: center;
}
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.display_flex_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.display_flex_left{
    display: flex;
    justify-content: left;
    align-items: center;
}
.display_flex_right{
    display: flex;
    justify-content: right;
    align-items: center;
}
.display_flex_between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.display_flex{
    display: flex;
    align-items: center;
}
.transition{
    width: 100%;
    height: 100px;
}
.border{
    border: 1px solid #dbdbdb !important;
}
.border_bottom{
    border-bottom: 1px solid #dbdbdb;
}
.border_radius{
    border-radius: 10px;
}
.clamp_one{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.clamp_two{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.clamp_three{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.color_fff{
    color: #fff !important;
}
.hover_red:hover{
    color: #dd1e1d;
}
.devider {
	display: inline-block;
	width: 20px;
	height:3px;
	background: var(--color-primary);
	position: relative;
	z-index: 1;
}
.navbar-collapse{
    justify-content: right;
}
.nav-link{
    padding: 8px 15px!important;
    color: #999;
}
.nav-link:hover{
    color: #dd1e1d;
}
.relative_img{
    position: relative;
}
.relative_img .absolute{
    padding: 15px 10px;
    position: absolute;
    left: 10%;
    bottom: -15px;
    background-color: #dd1e1d;
}
.bg-gray{
    color: var(--bg-gray);
}
.top_cover{
    position: relative;
    background-image: url(../image/top_cover.jpg);
    padding: 195px 0 140px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.top_cover h1{
    font-size: 70px;
}
.source-a {
    color: #999;
    font-size: 16px;
}
.source em {
    color: #999;
    font-style: normal;
    font-size: 16px;
}
.source span{
    margin: 0 10px;
}
.display_none{
    display: none;
}
.wight_half{
    flex: 0 0 auto;
    width: 50%;
}
.bg_img{
    background-image: url(../image/background_index_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
}
.bg_before{
    position: relative;
    z-index: 2;
}
.bg_before::before{
    background-color: #212121;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;
    width: 5000px;
    z-index: -1;
}
.before::before{
    content: "";
}
.links{
    position: relative;
    margin: 0 15px 0 30px;
}
.links::before{
    background-color: #dbdbdb;
    content: "";
    height: 1px;
    width: 15px;
    position: absolute;
    top: 50%;
    left: -20px;
}
.links:hover::before{
    background-color: #dd1e1d;
    transition: all .4s linear;
}
.foot_news_right p{
    font-size: 12px;
}
.copyright p{
    font-size: 13px;
}
.text_indent{
    text-indent: 2em;
}
.pos_relative{
    position: relative;
}
.agreement_img{
    position: absolute;
    top: -5%;
    left: 300px;
}
.news_bottom {
    text-decoration: none;
    position: relative;
}

.news_bottom:after {
    content: '';
    position: absolute
}

.news_bottom:after {
    border-bottom: 3px solid #dd1e1d;
    left: 0%;
    right: 100%;
    bottom: 0px;
    transition: all .7s;
}

.news_bottom:hover:after {
    left: 0%;
    right: 0%
}

.probootstrap-team {
	margin-bottom: 30px;
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 2
}

.probootstrap-team img {
	-webkit-transition: .3s all;
	transition: .3s all;
	-webkit-transition-timing-function: cubic-bezier(.57,.21,.69,1.25);
	transition-timing-function: cubic-bezier(.57,.21,.69,1.25)
}

.probootstrap-team .probootstrap-team-info {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s all;
	transition: .3s all;
	-webkit-transition-timing-function: cubic-bezier(.57,.21,.69,1.25);
	transition-timing-function: cubic-bezier(.57,.21,.69,1.25);
	text-align: center;
	margin-top: 20px;
	z-index: 3;
	display: block
}
.probootstrap-team:before {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all;
    transition: .3s all;
    z-index: 1;
  }
  
  .probootstrap-team:hover img, .probootstrap-team:focus img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .probootstrap-team:hover:before, .probootstrap-team:focus:before {
    visibility: visible;
    opacity: 1;
  }
  .probootstrap-team:hover .probootstrap-team-info, .probootstrap-team:focus .probootstrap-team-info {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
  }
  .phone_cover{
    display: none;
  }
  .next{
    display: flex;
    justify-content: space-between;
  }
  .width_four{
    width: 23%;
  }
  .about_swiper{
    bottom: 0!important;
  }
.tel{
    width: 100%;
    height: 70px;
    background-image: linear-gradient(to bottom right, #dd1e1d, #0f1936);
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
}
.tel p{
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 8px 0;
}
@media(max-width: 768px) {
    .pc_cover{
        display: none;
    }
    .phone_cover{
        display: block;
    }
    .head_logo{
        width: 75%;
    }
    .nav-link{
        text-align: center;
        border-bottom: 1px solid #dbdbdb;
    }
    .swiper{
        margin-top: 71px;
    }
    .top_cover{
        margin-top: 71px;
        padding: 70px 0;
    }
    #top{
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 999999;
    }
    .top_cover h1{
        font-size: 50px;
    }
    .about_img{
        margin-bottom: 20px;
    }
    .transition{
        width: 100%;
        height: 50px;
    }
    .banner_img_cover{
        padding: 100px 0;
    }
    .content-box h1{
        font-size: 40px;
    }
    .wight_half{
        width: 100%;
    }
    .next{
        display: inline;
    }
    .arrice_title{
        font-size: 20px;
    }
    .width_four{
        width: 100%;
    }
}</pre></body></html>