<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	list-style: none;

}
/*****！！页面通用css样式定义开始******/
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body {
	font-family: Arial, Tahoma, "微软雅黑";
	/*文字字体定义 */
	font-size: 15px;/*文字大小定义 */
}
/* 网站超链接css通用设置 */
a {
	text-decoration: none;
}
/* 链接无下划线,有为underline */
a:link {
	color: #444;
}
/* 未访问的链接 */
a:visited {
	color: #444;
}
/* 已访问的链接 */
a:hover {
	color: #0169ca;
	text-decoration: none;
}
/* 鼠标在链接上 */
a:active {
	color: #0169ca;
}
input {
	outline: none;
	border: none;
}
/* 点击激活链接 */

img {
	max-width: 100%;
	object-fit: contain;
	vertical-align: middle;
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
.clearfix:after {
	content:"";
	clear:both;
	height:0;
	visibility:hidden;
	display:block;
}
.clearfix {
*zoom:1
}
/*清除浮动*/
ul, li, dl, dt, dd, table {
	list-style: none;
}
.ells {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.textover {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.flexed {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	display: -webkit-flex;
}
/*dh*/	
.clearfix {
 *zoom: 1;
}
.container {
	margin: 0 auto;
}
.e_text0 {
	font_radio:2;
	line-height:2
}
.e_text1 {
	font_radio:2;
	line-height:2
}
.e_text2 {
	font_radio:2;
	line-height:2;
	font-weight:normal
}
.e_text3 {
	font_radio:2;
	line-height:2
}
.e_text4 {
	font_radio:2;
	line-height:2
}
.e_text5 {
	font_radio:2;
	line-height:2
}
.e_text6 {
	font_radio:2;
	line-height:2
}
.main_foot .conta .bot_ewm{color:#91c0e2;}


@media screen and (min-width:1280px) {
 .main_foot {
   
	background:#0059a9;
	background-size: 100% 100%;
	padding-top:80px;
}
.main_foot .conta{
	width: 90%;
    max-width: 1600px;
    margin: 0 auto;
	padding-bottom:40px;
	border-bottom:1px solid rgba(255, 255, 255, 0.5);
	 }
.main_foot .conta .botdh{ display:block; float:left;width: 56%;}
.main_foot .conta .botdh ul{
	display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
	}
.main_foot .conta .botdh ul li{
	flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 5);
	}
.main_foot .conta .botdh ul li:nth-child(5n){ margin-right:0}
.main_foot .conta .botdh ul li .onelist{
	font-size:18px;
    color: #fff ;
    font-weight: normal;
    line-height: 2;
    display: block;
    margin-bottom: 5px;
	
	}
.main_foot .conta .botdh ul li .twolist{
	font-size: 15px;
    color: #91c0e2;
    line-height: 2.4;
    display: block;
	}
.main_foot .conta .bot_lx{
    display: block;
    float: left;
    width: 30%;
    border-left:1px solid rgba(255, 255, 255, 0.5);
    padding-left: 3%;
	}
.main_foot .conta .bot_lx .bot_logo{ margin-bottom:15px}
.main_foot .conta .bot_lx .bot_logo img{ max-width:100%; height:auto}
.main_foot .conta .bot_lx .cont{}
.main_foot .conta .bot_lx .cont h1{ font-size:18px; color:#fff; font-weight: normal; line-height:2}
.main_foot .conta .bot_lx .cont *
{
	font-size:15px; line-height:40px; color:#91c0e2;
	 
	}
.main_foot .conta .bot_ewm{
	display: block;
    float: right;
    text-align: center;
    width: 11%;
    line-height: 3;
	}
.main_foot .conta .bot_ewm .botimg{}
.main_foot .conta .bot_ewm .botimg img{ max-width:100%; height:auto;border-radius:5px;}

.main_foot .contb{
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
	display:block;
	}
.main_foot .contb ul li{ float:left;line-height:45px; font-size:15px; color:#91c0e2; padding-bottom:1%;}
.main_foot .contb ul li a{ line-height:45px; font-size:15px; color:#91c0e2}




}




 @media screen and (max-width:800px) {
	 .main_foot {
    background: url(../images/common/bg_foot.jpg) center top no-repeat;
    background-size: 100% 100%;
    padding-top: .4rem;
	padding-bottom:.4rem;
    margin-top: 0
}
.main_foot .conta{
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: .2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: .2rem;
	 }
.main_foot .conta .botdh{}
.main_foot .conta .botdh ul li{
	float: left;
    margin-right: 15%;
	}
.main_foot .conta .botdh ul li:nth-child(3n){ margin-right:0}
.main_foot .conta .botdh ul li .onelist{
    font-size: .3rem;
    color: #fff;
    font-weight: normal;
    line-height: 2;
	}
.main_foot .conta .botdh ul li .twolist{ display:none
	}
.main_foot .conta .bot_lx{ display:none
	}
.main_foot .conta .bot_ewm{ display:none}

.main_foot .contb{
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
	}
.main_foot .contb ul li{
	float: left;
    line-height: 2;
    font-size: .28rem;
    color: #91c0e2;
	}
.main_foot .contb ul li a{ line-height:2; font-size:.28rem; color:#91c0e2; 
}


.main_foot .yqlj{
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
	}
.main_foot .yqlj p{ font-size:25px!important; color:#fff; padding:10px 0px;}
.main_foot .yqlj ul{ width:100%; height:auto; margin:auto;}
.main_foot .yqlj ul li{ width:49%!important; margin-right:1%!important; font-size:.28rem!important; color:#91c0e2; float:left; display:block!important; overflow:hidden!important;white-space: nowrap!important;text-overflow: ellipsis!important;}
.main_foot .yqlj ul li a{font-size:.28rem!important; color:#91c0e2;line-height:2;}
.main_foot .yqlj ul li:nth-child(2n){
	margin-right: 0;
} 

	 }
	 
	
	
	






@media screen and (max-width: 1279px) and (min-width: 799px) {
 .main_foot {
	background: url(../images/common/bg_foot.jpg) center top no-repeat;
	background-size: 100% 100%;
	padding-top:80px;
}
.main_foot .conta{
	width: 90%;
    max-width: 1600px;
    margin: 0 auto;
	padding-bottom:40px;
	border-bottom:1px solid rgba(255, 255, 255, 0.5)
	 }
.main_foot .conta .botdh{ display:block; float:left;width: 56%;}
.main_foot .conta .botdh ul{
	display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
	}
.main_foot .conta .botdh ul li{
	flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 5);
	}
.main_foot .conta .botdh ul li:nth-child(5n){ margin-right:0}
.main_foot .conta .botdh ul li .onelist{
	font-size:18px;
    color: #fff;
    font-weight: normal;
    line-height: 2;
    display: block;
    margin-bottom: 5px;
	
	}
.main_foot .conta .botdh ul li .twolist{
	font-size: 15px;
    color: #91c0e2;
    line-height: 2.4;
    display: block;
	}
.main_foot .conta .bot_lx{
    display: block;
    float: left;
    width: 30%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 3%;
	}
.main_foot .conta .bot_lx .bot_logo{ margin-bottom:15px}
.main_foot .conta .bot_lx .bot_logo img{ max-width:100%; height:auto}
.main_foot .conta .bot_lx .cont{}
.main_foot .conta .bot_lx .cont h1{ font-size:18px; color:#fff; font-weight: normal; line-height:2}
.main_foot .conta .bot_lx .cont *
{
	font-size:15px; line-height:40px; color:#91c0e2
	 
	}
.main_foot .conta .bot_ewm{
	display: block;
    float: right;
    text-align: center;
    width: 11%;
    line-height: 3;
	}
.main_foot .conta .bot_ewm .botimg{}
.main_foot .conta .bot_ewm .botimg img{ max-width:100%; height:auto;border-radius:5px;}

.main_foot .contb{
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
	}
.main_foot .contb ul li{ float:left;line-height:45px; font-size:15px; color:#91c0e2}
.main_foot .contb ul li a{ line-height:45px; font-size:15px; color:#91c0e2}

}







	 
	 
	 

/* pre css */
#c_grid-116273709439191 .p_gridbox::after {
content:'';
clear:left;
display:block
}
#c_grid-116273709439191 {
	position:fixed;
	z-index:9999
}
#c_grid-116273709439191 &gt; div &gt; .p_gridbox {
	width:100%;
	overflow:hidden;
	position:static
}
#c_grid-116273709439191 &gt; div &gt; .p_gridCell {
	float:left;
	position:static
}
#c_grid-116273709439191 &gt; .p_gridbox.signal {
	min-height:inherit
}
#c_grid-116273709439191 &gt; .p_gridbox.signal &gt; .p_gridCell {
	min-height:inherit !important
}
#c_grid-116273709439191 {
	margin-left:auto;
	margin-right:auto;
	width:100%
}
@media screen and (max-width:768px) {
#c_grid-116273709439191 &gt; .p_gridbox &gt; .p_gridCell:nth-child(1n + 1) {
width:99%;
margin-left:0.5%;
margin-right:0.5%;
margin-top:0.5rem;
margin-bottom:0.5rem;
clear:left
}
}
@font-face {
font-family:"title-font";
src:url(../font/antennablack.ttf)
}
.lanall .language-list2 {
	position:absolute;
	top:35px;
	width:60px;
	padding:0;
	background:#fff;
	height:0;
	left:0;
	transition:all 1s;
	overflow:hidden
}
.dhlogo img {
	width:193px;
	margin-top:0px!important;
	margin-bottom:30px
}
.active .search_warp {
	background:#0169ca;
	border-radius:50%
}
.language-list2 li:hover a span {
	color:#d81818
}
.lanall .language-list2 li a {
	display:inline-block;
	width:100%;
	vertical-align:top;
	padding:2px 0;
	text-align:center;
	font-family:"Roboto Medium";
	font-weight:500;
	font-size:11px;
	color:#666;
	border-bottom:1px solid #e9e9e9
}
.lanall .language-list2 li a.on {
	color:#099
}
.lan {
	background-size:auto 100%;
	width:32px;
	height:32px;
	font-size:14px;
	color:#222;
	padding-left:0px;
	position:absolute;
	margin-left:0px;
	top:0px
}
.active .lan {
	background:#0169ca;
	border-radius:50%
}
.lan img {
	width:24px;
	margin:4px
}
.lanall:hover .language-list2 {
	height:50px
}
.page_a.current {
	background:#0169ca;
	color:#fff
}

.havestatic &gt; div, .havestatic &gt; div[class*="cbox-"] {
position:static !important
}
#c_grid-116273709439190 .p_gridbox::after {
content:'';
clear:left;
display:block
}
#c_grid-116273709439190 &gt; div &gt; .p_gridbox {
	width:100%;
	overflow:hidden;
	position:static
}
#c_grid-116273709439190 &gt; div &gt; .p_gridCell {
	float:left;
	position:static
}
#c_grid-116273709439190 &gt; .p_gridbox.signal {
	min-height:inherit
}
#c_grid-116273709439190 &gt; .p_gridbox.signal &gt; .p_gridCell {
	min-height:inherit !important
}
#c_grid-116273709439190 {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	display-radio:1
}
@media screen and (max-width:768px) {
#c_grid-116273709439190 &gt; .p_gridbox &gt; .p_gridCell:nth-child(1n + 1) {
width:99%;
margin-left:0.5%;
margin-right:0.5%;
margin-top:0.5rem;
margin-bottom:0.5rem;
clear:left
}
#c_grid-116273709439190 .p_gridCell {
display-radio:1;
margin-top:0px;
padding-top:0px
}
}
@media screen and (min-width: 769px) {
#c_grid-116273709439190 &gt; .p_gridbox &gt; .p_gridCell:nth-child(1n + 1) {
width:100%;
margin-left:0%;
margin-right:0%;
margin-top:0rem;
margin-bottom:0rem;
clear:left
}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
#c_grid-116273709439190 &gt; .p_gridbox &gt; .p_gridCell:nth-child(1n + 1) {
width:99%;
margin-left:0.5%;
margin-right:0.5%;
margin-top:0.5rem;
margin-bottom:0.5rem;
clear:left
}
}
#c_grid-116273709439190 {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	display-radio:1
}

@media screen and (max-width:768px){
	#c_grid-116273709439190 &gt; .p_gridbox &gt; .p_gridCell:nth-child(1n + 1) {
width:100% !important;
margin:0 !important
}
	}


@media screen and (min-width: 769px) {
#c_grid-116273709439191 &gt; .p_gridbox &gt; .p_gridCell:nth-child(1n + 1) {
width:100%;
margin-left:0%;
margin-right:0%;
margin-top:0rem;
margin-bottom:0rem;
clear:left
}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
#c_grid-116273709439191 &gt; .p_gridbox &gt; .p_gridCell:nth-child(1n + 1) {
width:99%;
margin-left:0.5%;
margin-right:0.5%;
margin-top:0.5rem;
margin-bottom:0.5rem;
clear:left
}
}
#c_grid-116273709439191 &gt; .p_gridbox &gt; .p_gridCell:nth-child(1n + 1) {
width:100%;
margin-left:0;
margin-right:0;
margin-top:0;
margin-bottom:0;
clear:left
}

#c_navigation_126_P_113-1687770613677 {
	min-height:0px;
	background:rgba(255, 255, 255, .9);
	padding-top:0px;
	border-bottom:1px solid #f1f1f1;
	padding-bottom:0px;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:99;
transition:all .5s ease;
	display-radio:1;
	background-color:rgba(255, 255, 255, 1);
	margin-top:0px;
	max-height:none;
	height:auto;
	margin-bottom:0px
}
#c_navigation_126_P_113-1687770613677.active {
	background:#fff;
	box-shadow:0 0 15px rgb(0 0 0 / 20%)
}
#c_navigation_126_P_113-1687770613677 .e_image-16 {
    overflow: hidden;
/*   max-width: 380px;*/
    display-radio: 1;
    min-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
}
#c_navigation_126_P_113-1687770613677 .e_image-16 img {
	width:100%;
	height:100%;
	object-fit:contain;
	filter:unset
}
#c_navigation_126_P_113-1687770613677 .e_image-16 img:nth-child(2) {
width:90%!important;
height:100%;
object-fit:contain;
filter:unset;
display:none
}
#c_navigation_126_P_113-1687770613677.active .e_image-16 img {
	display:none
}
#c_navigation_126_P_113-1687770613677 .e_image-31 img {
	display:none;
	width:100%;
	height:100%;
	object-fit:contain;
	filter:unset
}
#c_navigation_126_P_113-1687770613677.active .e_image-31 img {
	display:block
}
#c_navigation_126_P_113-1687770613677.active .e_image-16 img:nth-child(2) {
width:100%;
height:100%;
object-fit:contain;
filter:unset;
display:block
}
#c_navigation_126_P_113-1687770613677 .e_html-17 {
	min-height:0px;
	background_radio:1;
	padding-left:15px;
	padding-right:15px;
	width:auto;
	display-radio:1
}
#c_navigation_126_P_113-1687770613677 .e_html-17 .search_warp {
	cursor:pointer;
	border-radius:50%;
	padding:0px;
	width:32px;
	height:32px;
	text-align:center;
	background:#0169ca
}
#c_navigation_126_P_113-1687770613677 .e_html-17 .search_warp svg {
	fill:#fff;
	margin:4px
}
#c_navigation_126_P_113-1687770613677.active .e_html-17 .search_warp svg {
	fill:#fff;
	margin:4px
}
#c_navigation_126_P_113-1687770613677 .e_html-17 .search_warp:hover svg {
	fill:#fff
}
#c_navigation_126_P_113-1687770613677 .e_container-21 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:90%;
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
	display-radio:flex;
	margin-top:0px;
	margin-bottom:0px;
	background_radio:1
}
#c_navigation_126_P_113-1687770613677 .e_container-21 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_navigation_126_P_113-1687770613677 .e_container-22 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	display-radio:flex
}
#c_navigation_126_P_113-1687770613677 .e_container-22 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_navigation_126_P_113-1687770613677 .e_container-21 .cbox-21-0 {
	flex:0 0 auto;
	align-self:center
}
#c_navigation_126_P_113-1687770613677 .e_container-21 .cbox-21-2 {
	flex:0 0 60px;
	align-self:center
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 {
	display:flex;
	justify-content:flex-end;
	display-radio:flex
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navButton {
	width:100px;
	justify-content:center;
	padding:20px 0;
	display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navButton &gt; p {
	width:21px;
	height:16px;
	cursor:pointer
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navButton &gt; p span {
	width:100%;
	background:#0169ca;
	display:block;
	height:2px;
	margin:2px 0;
	float:left;
	-webkit-transition:all ease 0.8s, opacity ease 0.3s;
	-moz-transition:all ease 0.8s, opacity ease 0.3s;
	-ms-transition:all ease 0.8s, opacity ease 0.3s;
	-o-transition:all ease 0.8s, opacity ease 0.3s;
	transition:all ease 0.8s, opacity ease 0.3s;
	opacity:1
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navButton &gt; p span:nth-of-type(1) {
width:50%;
float:left
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navButton &gt; p span:nth-of-type(3) {
width:50%;
float:right
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .warp .right .tel .c {
	font-size:14px;
	font-family:arial;
	line-height:2
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navButton &gt; p.showmenu span {
	background:#0169ca;
	-webkit-animation:animaspan 0.5s 1;
	animation:animaspan 0.5s 1;
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navButton &gt; p.showmenu span:nth-of-type(1) {
transform:translateY(6px) rotate(720deg);
width:100%
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navButton &gt; p.showmenu span:nth-of-type(2) {
transform:rotate(720deg)
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navButton &gt; p.showmenu span:nth-of-type(3) {
transform:translateY(-6px) rotate(720deg);
width:100%
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navButton &gt; p.showmenu span.biahuan:nth-of-type(1) {
transform:translateY(6px) rotate(670deg)
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navButton &gt; p.showmenu span.biahuan:nth-of-type(2) {
transform:translateY(0px) rotate(768deg)
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navButton &gt; p.showmenu span.biahuan:nth-of-type(3) {
width:0;
opacity:0
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navCon {
	color:#fff;
	font-size:17px;
	line-height:1;
transition:all ease .3s;
	text-decoration:none;
	display-radio:1
}
#c_navigation_126_P_113-1687770613677.active .e_navigationF-24 .p_navCon {
	color:#333
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navCon::after {
background:#0169ca;
height:4px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 &gt; div.warp {
	width:94%;
	margin:0 auto;
	display:flex;
	max-width:1600px;
	justify-content:space-between
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .warp .right .tit {
	font-size:30px;
	line-height:30px;
	font-weight:normal;
	margin-bottom:40px;
	color:#333
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .warp .right .con {
	display:flex;
	flex-direction:column
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .warp .right .con a {
	width:220px;
	height:46px;
	font-size:16px;
	color:#333;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:15px 30px;
	border:2px solid #bfbfbf;
	margin-bottom:15px;
transition:all .5s ease;
	color:#fff;
	background:#0169ca;
	border:2px solid #0169ca
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .warp .right .con a:hover {
	color:#fff;
	background:#0169ca;
	border:2px solid #0169ca
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .warp .right .con a svg {
	width:12px;
	height:12px;
	fill:#fff;
transition:all .5s ease
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .warp .right .con a:hover svg {
	fill:#fff
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .warp .right .tel {
	padding-top:10px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .warp .right .tel .t {
	font-size:16px;
	line-height:20px;
	color:#666
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .warp .right .tel .c a {
	color:#0169ca
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem1:hover .p_navBox2 {
	opacity:1;
	visibility:visible;
	pointer-events:auto
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 ul {
	padding:10px 0
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree ul {
	padding:0
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navItem2 {
	width:auto;
	margin-right:0px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 a {
	display:flex;
	align-items:center;
	width:100%;
transition:all ease .3s
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navCon2 {
	font-size:16px;
	text-align:left;
	color:#333;
transition:all ease .15s;
	display:flex;
	width:100%;
	padding:0;
	line-height:1.2;
	text-decoration:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navCon2 {
	text-align:left;
	font-size:20px;
	padding:0px 25px;
	font-weight:normal;
	letter-spacing:0;
	line-height:65px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 a span {
	width:100%
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 img {
	width:100%;
	max-width:50px;
	margin-right:25px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navItem2 img {
	margin-right:20px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_level3Box {
	margin-top:0px;
	padding-top:0px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level3Item {
	margin-right:0px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navCon3 {
	font-size:16px;
	letter-spacing:0;
	color:#333;
	padding:0px 50px;
	line-height:46px;
transition:all ease .15s;
	font-weight:bold
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem1 {
	position: static;
    padding-left: 0.5vw;
    padding-right:0.5vw;
    display-radio: 1;
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navBox2 {
	width:100%;
	padding:0px;
	height:400px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_level4Box {
	flex-direction:column;
	margin-top:20px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_menuItem {
	font-size:14px;
	font-weight:500;
	color:rgb(255 255 255 / 50%);
	line-height:1.7;
transition:all ease .15s
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level4Item span {
	display:flex;
	flex-direction:column;
	justify-content:center
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level4Item .p_dian {
	width:15px;
	position:relative
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level4Item .p_dian::after {
content:'';
width:4px;
height:4px;
background:rgb(0 0 0 / 40%);
border-radius:100%;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%)
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level4Item img {
	width:auto
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 a:hover, #c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 .p_navCon3:hover, #c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 .p_menuItem:hover, #c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 .p_menuItemhat:hover {
	color:#0169ca;
	border-bottom:1px solid #0169ca
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_listthree img {
	width:auto
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_listthree .p_menuItemhat {
	font-size:14px;
	font-weight:500;
	color:#333;
	line-height:1.7;
transition:all ease .15s
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2.isdesign {
	display:none;
	opacity:1;
	visibility:visible
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem1 &gt; p a {
	padding:0;
	width:100%
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 {
	background:#f2f3f1;
	padding:0px 0 0px;
	opacity:0;
	visibility:hidden;
	width:100%;
	border-bottom:4px solid #0169ca
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 a span.p_img {
	width:auto;
	margin-right:0;
	display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navItem2 a span {
	width:auto;
	margin-right:0;
	font-size:18px;
	color:#333;
	font-weight:normal;
	letter-spacing:0px
}
#c_navigation_126_P_113-1687770613677 .closeFrom {
	display:flex;
	flex-direction:column;
	justify-content:center
}
#c_navigation_126_P_113-1687770613677 .closeFrom svg {
	fill:#0169ca;
transition:all ease .3s;
	cursor:pointer
}
#c_navigation_126_P_113-1687770613677 .closeFrom:hover svg {
	transform:rotate(90deg)
}
#c_navigation_126_P_113-1687770613677 .boxForm.active {
	top:0;
	z-index:9999
}
#c_navigation_126_P_113-1687770613677 .e_image-31 {
	overflow:hidden;
	max-width:100%;
	display-radio:1;
	min-width:0px;
	height:auto;
	max-height:none;
	min-height:0px
}
#c_navigation_126_P_113-1687770613677 .e_image-31 img:nth-child(2) {
width:100%;
height:100%;
object-fit:contain;
filter:unset;
display:none
}
#c_navigation_126_P_113-1687770613677 .e_container-22 .p_item {
	display-radio:1;
	width:60px;
	margin-left:auto;
	margin-right:auto
}
#c_navigation_126_P_113-1687770613677 .e_container-22 .cbox-22-1 {
	flex:0 0 100%
}
#c_navigation_126_P_113-1687770613677 .e_container-22 .cbox-22-0 {
	flex:0 0 60px
}
#c_navigation_126_P_113-1687770613677 .e_form-35 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	background:#fff;
	position:fixed;
	top:-81px;
	left:0;
	right:0;
	height:81px;
	padding:0 15px;
transition:all ease .5s;
	display-radio:flex;
	background-color:#fff;
	margin-top:0px
}
#c_navigation_126_P_113-1687770613677 .e_form-35 &gt; .p_formItem {
	max-width:1600px;
	max-height:100%;
	width:94%;
	margin:0 auto;
	display:flex;
	justify-content:space-between
}
#c_navigation_126_P_113-1687770613677 .e_form-35 .e_input-36 {
	width:90%;
	margin:0;
	display:flex;
	flex-direction:column;
	justify-content:center
}
#c_navigation_126_P_113-1687770613677 .e_form-35 .e_input-36 input {
	height:50px;
	border:0;
	outline:0;
	box-shadow:none
}
#c_navigation_126_P_113-1687770613677 .e_input-36 .p_phoneCode {
	width:90px;
	margin-right:10px
}
#c_navigation_126_P_113-1687770613677 .e_formBtn-37 {
	position:relative;
	overflow:hidden;
	text-align:center;
	box-sizing:border-box;
	width:140px;
	border-radius:0;
	padding:8px;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	background:none;
	border:0;
	box-shadow:none;
	background_radio:1;
	border_radio:1;
	font_radio:1;
	radius_radio:1;
	display-radio:flex;
	background-color:none
}
#c_navigation_126_P_113-1687770613677 .e_formBtn-37 span {
	width:100%;
	position:relative;
	z-index:1;
	outline:0;
	margin:0px;
	overflow:hidden;
	background:#fff;
	height:38px;
	border-radius:55px;
	border:1px solid #ccc;
	color:#333;
	display:flex;
	flex-direction:column;
	justify-content:center;
	line-height:1;
	font-size:15px;
transition:all ease .3s
}
#c_navigation_126_P_113-1687770613677 .e_formBtn-37::after {
content:"";
position:absolute;
width:100%;
height:100%;
transition:all .3s;
z-index:0;
opacity:0;
top:0;
left:0px
}
#c_navigation_126_P_113-1687770613677 .e_formBtn-37:hover::after {
opacity:1
}
@media screen and (max-width:768px) {
.p_haveNav {
min-height:auto !important
}
#c_navigation_126_P_113-1687770613677 .e_image-31 {
display-radio:1;
max-width:none;
min-width:190px;
margin-bottom:0
}
.p_haveNav.fix {
position:fixed !important;
z-index:1000;
top:0;
left:0;
right:0;
background:#fff
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox1::-webkit-scrollbar {
width:0px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox1::-webkit-scrollbar-track {
background:#252525
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox1::-webkit-scrollbar-thumb {
background:#545454
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox1::-webkit-scrollbar-thumb:hover {
background:#fff
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navButton {
width:60px;
height:60px;
align-items:center;
display:flex;
justify-content:center;
padding:0
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox1 {
position:absolute;
top:100%;
left:0;
right:0;
background:#fff;
padding:0px;
height:calc(0vh);
overflow-y:scroll;
z-index:10;
max-height:1080px;
transition:all ease .3s
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox1.pkcclb {
height:calc(100vh)
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem1 {
border-top:1px solid #eee;
padding:15px 20px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem1:last-child {
margin-bottom:100px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navCon {
display:flex;
justify-content:space-between;
color:#333;
line-height:22px;
font-size:14px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navCon2 {
padding:15px;
font-size:14px;
border-top:1px solid #eee;
color:#333
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navCon3 {
display:flex;
justify-content:space-between;
padding:0;
color:#333;
font-size:14px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem1 &gt; p svg, #c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 &gt; p svg, #c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level3Item &gt; p svg {
width:16px;
margin:0px 0;
opacity:.5;
cursor:pointer;
transition:all ease .3s
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem1 &gt; p a {
padding:0
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 .p_img, #c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level3Item span {
opacity:.8
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 .p_img img {
width:23px;
margin-right:10px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 {
display:none;
opacity:1;
visibility:visible;
background:none;
width:100%;
margin-top:15px;
border-bottom:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 ul {
padding:0px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level3Box {
display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level3Item {
width:100%;
margin:0
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level3Item span, #c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level4Item span {
display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level4Box {
display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level3Item .p_menuItem {
font-size:14px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level4Item .p_menuItem::before {
display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 p svg.rotate {
transform:rotate(90deg)
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 {
margin-bottom:0px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 span {
display:flex;
flex-direction:column;
justify-content:center
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navBox2 {
padding:0;
height:auto
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navItem2 {
margin-right:0
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navItem2 a {
font-size:14px;
font-weight:500;
letter-spacing:0px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_level3Box {
margin:0;
padding:0;
border:0
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level3Item:first-child {
margin-top:15px;
padding-top:15px;
border-top:1px solid rgb(255 255 255 / 20%);
margin-right:0
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level3Item:last-child {
padding:0 0 20px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 img {
width:auto;
max-width:23px;
margin-right:10px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level4Item:first-child {
margin-top:20px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level4Item:last-child {
margin-bottom:20px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_level4Box {
margin:0
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox1.isdesign {
height:calc(100vh);
display:none
}
#c_navigation_126_P_113-1687770613677 {
background:#fff;
display-radio:1;
background-color:rgba(255, 255, 255, 1);
min-width:0px;
max-width:none;
margin-top:0px;
margin-bottom:0px;
background_radio:2
}
#c_navigation_126_P_113-1687770613677 .e_container-21 {
position:relative;
width:100%;
padding:0px 0px 0px 15px;
justify-content:space-between;
display-radio:1;
padding-top:0px;
padding-bottom:0px
}
#c_navigation_126_P_113-1687770613677 .e_container-21 .cbox-21-0 {
flex:0 0 150px
}
#c_navigation_126_P_113-1687770613677 .e_image-16 img {
display:block
}
#c_navigation_126_P_113-1687770613677 .e_image-16 img.logocai {
display:block
}
#c_navigation_126_P_113-1687770613677.active .e_html-17 .search_warp svg {
fill:#fff
}
#c_navigation_126_P_113-1687770613677 .e_html-17 .search_warp svg {
fill:#fff
}
#c_navigation_126_P_113-1687770613677 .e_container-21 .cbox-21-1 {
flex:0 0 auto
}
#c_navigation_126_P_113-1687770613677 .e_container-21 .cbox-21-2 {
flex:0 0 auto;
position:absolute !important;
right:40px;
z-index:5
}
#c_navigation_126_P_113-1687770613677 .e_html-17 {
padding-left:0px;
padding-right:0px;
background_radio:1;
display-radio:1;
max-width:32px;
min-width:0px;
margin-left:auto;
margin-right:auto
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navButton &gt; p span:nth-of-type(1) {
width:100%;
float:left
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navButton &gt; p span:nth-of-type(3) {
width:100%;
float:right
}

#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .left .title {
display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .left .jieshao {
display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .center {
display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .right {
display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 a svg {
display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 &gt; div.warp {
width:100%
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem1 .p_navBox2 .left {
width:100%
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 a:hover, #c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 .p_navCon3:hover, #c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 .p_menuItem:hover, #c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 .p_menuItemhat:hover {
border-bottom:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2:first-child .p_navCon2 {
border-top:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2:last-child .p_navCon2 {
padding-bottom:0px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navCon2 {

text-align:left;
font-size:14px;
padding:15px;
font-weight:normal;
letter-spacing:0;
line-height:22px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navItem2 a span {
width:100%;
margin-right:0;
font-size:14px;
color:#333;
font-weight:normal;
letter-spacing:0px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navCon2:hover a span {
color:#0169ca
}
#c_navigation_126_P_113-1687770613677 .e_image-16 {
	display-radio: 1;
    max-width: none;
    min-width: 280px;
    /*margin-top: 10px;*/
}
#c_navigation_126_P_113-1687770613677 .e_image-31 img {
display:none
}
#c_navigation_126_P_113-1687770613677 .e_image-31 img.logocai {
display:block
}
}
@media screen and (min-width: 769px) {
.p_haveNav {
min-height:auto !important
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .warp .left {
width:60%;
padding:0px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .warp .left .title {
font-size:26px;
line-height:26px;
color:#222;
font-weight:bold;
margin-bottom:20px;
font-family:'title-font', sans-serif!important
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .warp .left .jieshao {
font-size:15px;
line-height:1.8;
color:#777;
margin-bottom:15px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .warp .right {
width:28.6%;
display:none;
justify-content:flex-end;
align-items:center
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .warp .center {
width:33%
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .warp .center .imgZoom {
position:relative;
display:block;
width:100%;
height:0;
overflow:hidden;
padding-bottom:55%
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .warp .center .imgZoom img {
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%) scale(1);
width:100%;
height:auto;
transition:all 0.8s ease .1s
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 a {
padding:15px 0px;
border-bottom:1px solid #ccc
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree {
position:static
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navItem2 a {
display:flex;
align-items:center;
padding:0;
width:100%;
transition:all ease .3s;
border:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .center .nav_img {
display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navBox2 {
background:url(../images/9a2f15d9-414e-4f5e-a5b5-976b61771295.jpg) #f2f3f1 no-repeat right center
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navBox2 .warp .center {
background:#fff;
width:35.15%
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navBox2 .warp .left {
width:36.25%;
padding:40px 0px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navBox2 .warp .right {
width:28.6%;
display:flex;
justify-content:flex-start;
align-items:flex-start;
padding-left:6%;
padding-top:5%
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navBox2 .warp .left .title {
display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navBox2 .warp .left .jieshao {
display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navItem2 a span.p_img {
display:block
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox1 {
display:flex;
justify-content:flex-end
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem1 &gt; p {
display:flex;
position:relative
}
#c_navigation_126_P_113-1687770613677.active .e_navigationF-24 .p_navItem1 &gt; p a {
color:#333
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem1 &gt; p a {
display:block;
line-height:85px;
color:#fff
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem1 &gt; p svg {
display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem1 &gt; p::after {
content:'';
position:absolute;
left:0;
right:0;
bottom:0;
width:0;
margin:0 auto;
transition:all ease .3s
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem1:hover &gt; p::after {
width:100%
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 {
position:absolute;
left:50%;
padding:60px 0px;
transform:translateX(-50%);
top:100%;
display:flex;
justify-content:center;
z-index:10;
transition:all ease .3s;
pointer-events:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 .left ul li {
width:33.33%;
padding-right:5%
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navBox2 ul {
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:flex-start
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree ul {
flex-direction:row;
justify-content:flex-end
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navBox2 .left ul li {
width:100%;
margin-right:0px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navBox2 .left ul li.cur {
background:#fff
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navItem2.cur a span {
color:#379cd0
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navItem2 svg {
display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navBox2 .warp .center .sj_warp .p_level3Box {
display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navBox2 .warp .center .sj_warp {
padding:40px 0px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navBox2 .warp .center .sj_warp .p_level3Box.pro_cur {
display:block
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navCon3 .p_jtIcon {
display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navCon3 .sj_icon {
margin-right:10px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level3Box .p_menuItemhat {
font-size:16px;
font-weight:normal;
color:#333;
line-height:1.6;
transition:all ease .15s
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 a span {
display:flex;
flex-direction:column;
justify-content:center
}
.p_navCon a span {
color:#222;
font-weight:normal;
font-family:'title-font', sans-serif!important;
font-size:16px!important
}
.active .p_navCon a span {
color:#222;
font-weight:normal;
font-family:'title-font', sans-serif!important;
font-size:16px!important
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 &gt; p &gt; svg {
display:none
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 &gt; p &gt; a svg {
width:12px;
height:12px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level3Box.p_listthree {
flex-direction:column
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_level3Box {
min-height:410px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level3Item:hover .p_menuItemhat {
color:#0169ca
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level3Item:hover .sj_icon {
fill:#0169ca
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navCon3 a {
display:block;
width:100%
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem1:hover &gt; p a, #c_navigation_126_P_113-1687770613677.active .e_navigationF-24 .p_navItem1:hover &gt; p a {
color:#0169ca
}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_level3Item {
margin-right:25px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navItem2 {
margin-right:30px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_navItem2 a {
font-size:18px;
line-height:28px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem2 img {
max-width:28px;
margin-right:10px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_level3Box {
padding-left:3px
}
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .haveThree .p_level4Box {
padding-left:11px
}
}
@media screen and (max-width:768px) {
.side1 {
width:36px;
height:150px;
background:#222;
text-align:center;
transition:all 0.5s;
display:flex;
align-items:center;
justify-content:center;
border-radius:8px 0 0 8px;
display:none
}
}
.title1 {
	color:#ee7a00;
	font-family:"d3cd9aab-4c84-4317-ba53-af053c20e43f"
}
.title2 {
	color:#0169ca
}
.title3 {
	color:#555
}
.title11 {
	color:#fff
}
.title22 {
	color:#fcfcfc
}
.title33 {
	color:#555
}



.version {
	position:relative;
	margin-top:3px
}
.version_show {
	position:absolute;
	top:30px;
	left:50%;
	padding:5px;
	border-radius:8px;
	background:#fff;
transition:all .4s;
	transform:translate(-50%, 10px);
	opacity:0;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.1)
}
.version_show li:nth-child(1) {
border-bottom:1px #ddd solid
}
.version:hover .version_show {
	opacity:1
}
.version_show li a {
	display:flex;
	align-items:center;
	padding:5px;
	white-space:nowrap;
	font-size:14px;
	color:#666
}
.version_show:before {
	content:'';
	position:absolute;
	top:-16px;
	left:45%;
	transform:translateX(-50%);
	width:8px;
	height:8px;
	border:8px solid;
	border-color:transparent transparent #fff
}



/*首页地图*/
#c_static_001-1706067842054 {
    background-image: linear-gradient(0.0deg, rgba(245, 245, 245, 1) 0.0, rgba(241, 241, 241, 1) 100.0%);
    position: relative;
    padding: 70px 0 90px;
}
#c_static_001-1706067842054 .e_html-1 {
	min-height:300px;
	display-radio:1;
	background_radio:1
}
.service {
}
.service .container {
	max-width:1600px;
	margin:0 auto;
	position:relative;
	padding-top:0px;
	overflow:hidden;
	width: 90%;
}
.service .container .box {
	color:#fff;
	max-width:650px;
	position:absolute;
	top:2%;
	left:0;
	z-index:1;
	pointer-events:none
}
.service .container .box .title {
    /* border-bottom: 1px solid #003087; */
    padding: 20px 0 0;
    pointer-events: auto;
}
.service .container .box .title .en {
	font-size:36px;
	text-transform:uppercase;
	font-family:"DINEngschriftStd";
	line-height:38px;
	color:#003087
}
.service .container .box .title .en p {
	font-family:pop-s
}
.service .container .box .title .cn {
	font-size:46px;
	color:#003087
}
.service .container .box .content {
	font-size:14px;
	color:#003087;
	line-height:30px;
	padding:25px 0;
	pointer-events:none
}
.service .container .box .link {
	background:#fabe00;
	font-family:CANARO BOLD;
	border:0px solid #003c81;
	color:#fff;
	padding:10px;
	text-transform:uppercase;
	width:180px;
	max-width:100%;
	margin-top:25px;
	margin-left:0px;
	cursor:pointer;
	position:relative;
	overflow:hidden;
-webkit-transition:.3s;
transition:.3s;
	pointer-events:auto;
	border-radius:5px
}
.service .container .box .link .txt {
	position:relative
}
.service .container .box .link .txt .t1 {
	font-size:16px;
	line-height:1.8em;
	font-family:"DINEngschriftStd";
	padding-left:30px;
	color:#fff
}
.service .container .box .link .txt .t2 {
	font-size:16px;
	line-height:1em
}
.service .container .box .link i {
-webkit-transition:.3s;
transition:.3s;
	position:relative
}
.service .container .box .link:before {
	content:"";
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background-color:#003087;
-webkit-transition:.3s;
transition:.3s;
	border-radius:0 0px 0px 0;
	border-right:50px solid #fabe00;
	margin-left:-50px
}
.service .container .box .link:hover:before {
	left:0;
	margin-left:0
}
.service .container .box .link:hover {
	color:#fff
}
.service .container .map {
	max-width:1339px;
	margin:0 auto;
	position:relative;
	overflow:hidden
}
.service .container .map&gt;img {
	width:100%
}
.service .container .map .hint {
	position:absolute;
	width:60px;
	height:60px;
transition:opacity .5s ease, transform .5s cubic-bezier(.5, 0, 0, 1), -webkit-transform .5s cubic-bezier(.5, 0, 0, 1);
	-webkit-transition-delay:1s;
	transition-delay:1s
}
.service .container .map .hint:before {
	width:8px;
	height:8px;
	background-color:#ee7a00
}
.service .container .map .hint:after, .service .container .map .hint:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	border-radius:50%
}
.service .container .map .hint:after {
	width:2px;
	height:2px;
-webkit-transition:opacity .5s ease;
transition:opacity .5s ease;
	-webkit-animation:home_hero_item_hints_glow-data-v-8d9497d2 2s cubic-bezier(.25, .1, .2, 1) infinite;
	animation:home_hero_item_hints_glow-data-v-8d9497d2 2s cubic-bezier(.25, .1, .2, 1) infinite
}
.service .container .map .hint:hover:after {
	opacity:0
}
@-webkit-keyframes home_hero_item_hints_glow-data-v-8d9497d2 {
0% {
-webkit-box-shadow:0 0 30px 5px #fff;
box-shadow:0 0 30px 5px #fff
}
70% {
-webkit-box-shadow:0 0 70px 50px rgba(72, 170, 72, 0);
box-shadow:0 0 70px 50px rgba(72, 170, 72, 0)
}
to {
	-webkit-box-shadow:0 0 0 50px rgba(72, 170, 72, 0);
	box-shadow:0 0 0 50px rgba(72, 170, 72, 0)
}
}
@keyframes home_hero_item_hints_glow-data-v-8d9497d2 {
0% {
-webkit-box-shadow:0 0 30px 5px #fff;
box-shadow:0 0 30px 5px #fff
}
70% {
-webkit-box-shadow:0 0 70px 50px rgba(72, 170, 72, 0);
box-shadow:0 0 70px 50px rgba(72, 170, 72, 0)
}

to {
	-webkit-box-shadow:0 0 0 50px rgba(72, 170, 72, 0);
	box-shadow:0 0 0 50px rgba(72, 170, 72, 0)
}
}
.service .container .map .hint .hint-radius {
	position:absolute;
	top:50%;
	left:50%;
	width:250px;
	height:250px;
	margin:-125px 0 0 -125px;
	border-radius:50%;
	transition-property:background-color, opacity, visibility, transform, -webkit-transform;
	-webkit-transition-timing-function:ease, ease, ease, cubic-bezier(.5, 0, 0, 1);
	transition-timing-function:ease, ease, ease, cubic-bezier(.5, 0, 0, 1);
-webkit-transition-duration:.5s;
transition-duration:.5s;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0);
	transform:scale(0)
}
.service .container .map .hint:hover .hint-radius {
	background-color:#fff;
	opacity:.1;
	visibility:visible;
	-webkit-transform:scale(1);
	transform:scale(1)
}
.service .container .map .hint .hint-dot {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	width:30px;
	height:30px;
	border-radius:50%;
	border:1px solid;
	-webkit-animation:home_hero_item_hints_border-data-v-8d9497d2 2s linear infinite;
	animation:home_hero_item_hints_border-data-v-8d9497d2 2s linear infinite
}
@-webkit-keyframes home_hero_item_hints_border-data-v-8d9497d2 {
0%, to {
border-color:rgba(238, 122, 0, 1);
-webkit-transform:translate(-50%, -50%) scale(.95);
transform:translate(-50%, -50%) scale(.95)
}
50% {
border-color:rgba(238, 122, 0, 1);
-webkit-transform:translate(-50%, -50%) scale(1);
transform:translate(-50%, -50%) scale(1)
}
}
@keyframes home_hero_item_hints_border-data-v-8d9497d2 {
0%, to {
border-color:rgba(238, 122, 0, 1);
-webkit-transform:translate(-50%, -50%) scale(.95);
transform:translate(-50%, -50%) scale(.95)
}
50% {
border-color:rgba(238, 122, 0, 1);
-webkit-transform:translate(-50%, -50%) scale(1);
transform:translate(-50%, -50%) scale(1)
}
}
.service .container .map .hint .hint-content {
	position:absolute;
	width:180px;
	color:#003087;
	z-index:5;
	padding:12px 0;
	font-size:12px;
-webkit-transition:opacity .7s ease, visibility .7s ease;
transition:opacity .7s ease, visibility .7s ease;
	opacity:0;
	visibility:hidden
}
.service .container .map .hint:hover .hint-content {
	opacity:1;
	visibility:visible
}
.service .container .map .hint .hint-content:after, .service .container .map .hint .hint-content:before {
	content:"";
	position:absolute;
	height:1px;
	background-color:#003087;
-webkit-transition:opacity .5s ease;
transition:opacity .5s ease;
	opacity:0
}
.service .container .map .hint .hint-content:before {
	width:180px
}
.service .container .map .hint .hint-content:after {
	width:80px
}
.service .container .map .hint:hover .hint-content:after, .service .container .map .hint:hover .hint-content:before {
	opacity:1
}
.service .container .map .hint:hover .hint-content:before {
-webkit-transition-delay:.15s;
transition-delay:.15s
}
.service .container .map .hint .hint-content p {
	opacity:0;
-webkit-transition-delay:.3s;
transition-delay:.3s
}
.service .container .map .hint:hover .hint-content p {
	opacity:1;
	color:#0169ca;
	font-size:16px
}
.service .container .map .hint.beimei {
	top:calc(41.64% - 30px);
	left:calc(18.29% - 30px)
}
.service .container .map .hint.beimei .hint-content {
	top:85px;
	right:50%;
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
	margin-right:-55px
}
.service .container .map .hint.beimei .hint-content:before {
	top:0;
	left:0
}
.service .container .map .hint.beimei .hint-content:after {
	top:0;
	left:0;
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
	-webkit-transform-origin:0 50%;
	transform-origin:0 50%
}
.service .container .map .hint.ouzhou {
	top:calc(34.5% - 30px);
	left:calc(53.47% - 30px)
}
.service .container .map .hint.ouzhou .hint-content {
	top:85px;
	left:50%;
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%);
	margin-left:-55px
}
.service .container .map .hint.ouzhou .hint-content:before {
	top:0;
	right:0
}
.service .container .map .hint.ouzhou .hint-content:after {
	top:0;
	right:0;
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	-webkit-transform-origin:100% 50%;
	transform-origin:100% 50%
}
.service .container .map .hint.feizhou {
top:calc(34.5% - -146px);
	left:calc(53.47% - 43px)
}
.service .container .map .hint.feizhou .hint-content {
	top:85px;
	left:50%;
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%);
	margin-left:-55px
}
.service .container .map .hint.feizhou .hint-content:before {
	top:0;
	right:0
}
.service .container .map .hint.feizhou .hint-content:after {
	top:0;
	right:0;
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	-webkit-transform-origin:100% 50%;
	transform-origin:100% 50%
}
.service .container .map .hint.yatai {
	top:calc(34.5% - 30px);
	left:calc(75.52% - 30px)
}
.service .container .map .hint.yatai .hint-content {
	bottom:85px;
	right:50%;
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
	margin-right:-55px
}
.service .container .map .hint.yatai .hint-content:before {
	bottom:0;
	left:0
}
.service .container .map .hint.yatai .hint-content:after {
	bottom:0;
	left:0;
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	-webkit-transform-origin:0 50%;
	transform-origin:0 50%
}
.service .container .map .hint.nanmei {
	top:calc(75.06% - 30px);
	left:calc(30.24% - 30px)
}
.service .container .map .hint.nanmei .hint-content {
	bottom:85px;
	right:50%;
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
	margin-right:-55px
}
.service .container .map .hint.nanmei .hint-content:before {
	bottom:0;
	left:0
}
.service .container .map .hint.nanmei .hint-content:after {
	bottom:0;
	left:0;
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	-webkit-transform-origin:0 50%;
	transform-origin:0 50%
}
.service .container .map .hint.dayang {
	top:calc(81.13% - 30px);
	left:calc(83.86% - 30px)
}
.service .container .map .hint.dayang .hint-content {
	bottom:85px;
	right:50%;
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
	margin-right:-55px
}
.service .container .map .hint.dayang .hint-content:before {
	bottom:0;
	left:0
}
.service .container .map .hint.dayang .hint-content:after {
	bottom:0;
	left:0;
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	-webkit-transform-origin:0 50%;
	transform-origin:0 50%
}
.service .container .map .ningbo {
	position:absolute;
	top:43.02%;
	left:80.49%
}
.service .container .map .ningbo:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	width:8px;
	height:8px;
	background-color:#1b4c87;
	border-radius:50%
}
.service .container .map .ningbo .tq1 {
	position:absolute;
	top:50%;
	left:50%;
	width:8px;
	height:8px;
	margin:-4px 0 0 -4px;
	border-radius:50%;
	background-color:rgba(23,64,114, .2);
	-webkit-animation:bianda-data-v-8d9497d2 2.5s linear infinite;
	animation:bianda-data-v-8d9497d2 2.5s linear infinite
}
.service .container .map .ningbo .tq2 {
	-webkit-animation:bianda2-data-v-8d9497d2 2s linear infinite;
	animation:bianda2-data-v-8d9497d2 2s linear infinite
}
.service .container .map .ningbo .tq2, .service .container .map .ningbo .tq3 {
	position:absolute;
	top:50%;
	left:50%;
	width:8px;
	height:8px;
	margin:-4px 0 0 -4px;
	border-radius:50%;
	background-color:rgba(23,64,114, .1)
}
.service .container .map .ningbo .tq3 {
	-webkit-animation:bianda3-data-v-8d9497d2 3s linear infinite;
	animation:bianda3-data-v-8d9497d2 3s linear infinite
}
.service .container .map .ningbo .content {
	position:absolute;
	left:40px;
	bottom:-10px;
	font-size:12px;
	color:#fff;
	width:200px
}
.service .container .map .ningbo .content img {
    margin-left: -30px;
    max-width: 165px;
}
@-webkit-keyframes bianda-data-v-8d9497d2 {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
to {
	-webkit-transform:scale(10);
	transform:scale(10)
}
}
@keyframes bianda-data-v-8d9497d2 {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
to {
	-webkit-transform:scale(10);
	transform:scale(10)
}
}
@-webkit-keyframes bianda2-data-v-8d9497d2 {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
to {
	-webkit-transform:scale(13);
	transform:scale(13)
}
}
@keyframes bianda2-data-v-8d9497d2 {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
to {
	-webkit-transform:scale(13);
	transform:scale(13)
}
}
@-webkit-keyframes bianda3-data-v-8d9497d2 {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
to {
	-webkit-transform:scale(17);
	transform:scale(17)
}
}
@keyframes bianda3-data-v-8d9497d2 {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
to {
	-webkit-transform:scale(17);
	transform:scale(17)
}
}
@media (max-width:768px) {
.service .container {
padding-top:0
}
.service .container .map {
display:none
}
.service .container .box .title .en {
font-size:22px;
line-height:24px
}
.service .container .box .title .cn {
font-size:28px
}
.service .container .map .hint, .service .container .map .ningbo {
display:none
}
.service .container .box {
position:static;
padding-bottom:50px
}
}
#c_static_001-1706067842054 .e_container-12 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_container-12 .p_item:hover {
}
#c_static_001-1706067842054 .e_container-12 .p_item {
	display-radio:1
}
#c_static_001-1706067842054 .e_text-13 {
	line-height:1;
	font_radio:2;
	text-align:left;
	color:rgba(0, 0, 0, 0.1);
	font-size:30px;
	font-family:"85b4a4c0-1ef1-40cd-9a7b-9971d50cbd30";
	font-weight:normal;
	display-radio:1;
	margin-top:0px
}
#c_static_001-1706067842054 .e_line-15 {
	display-radio:1;
	border-top-style:solid;
	border-top-width:6px;
	border-top-color:rgba(62, 62, 62, 1);
	margin-top:10px;
	min-height:0px;
	max-height:none;
	height:auto;
	margin-left:0px;
	width:auto;
	max-width:none;
	margin-right:auto;
	margin-bottom:20px
}
#c_static_001-1706067842054 .e_richText-16 {
	margin-left:0px;
	display-radio:1;
	font_radio:1;
	margin-bottom:0px;
	margin-top:0px;
	max-width:none;
	min-width:0px;
	padding-right:20px
}
#c_static_001-1706067842054 .e_richText-21 blockquote {
	font-style:italic;
	font-family:Georgia, Times, "Times New Roman", serif;
	padding:2px 0;
	border-style:solid;
	border-color:#ccc;
	border-width:0;
	padding-left:20px;
	padding-right:8px;
	border-left-width:5px
}
#c_static_001-1706067842054 .e_richText-21 ol {
	display:block;
	list-style-type:decimal;
	margin-block-start:1em;
	margin-block-end:1em;
	margin-inline-start:0px;
	margin-inline-end:0px;
	padding-inline-start:40px
}
#c_static_001-1706067842054 .e_richText-21 li {
	display:list-item;
	text-align:-webkit-match-parent;
	list-style:inherit
}
#c_static_001-1706067842054 .e_richText-21 ul {
	display:block;
	list-style-type:disc;
	margin-block-start:1em;
	margin-block-end:1em;
	margin-inline-start:0px;
	margin-inline-end:0px;
	padding-inline-start:40px
}
#c_static_001-1706067842054 .e_richText-21 {
	font_radio:2;
	display-radio:1;
	line-height:2
}
#c_static_001-1706067842054 .e_container-22 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	display-radio:flex;
	background_radio:1;
	margin-top:300
}
#c_static_001-1706067842054 .e_container-22 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_richText-23 {
	margin-left:0px;
	display-radio:1;
	font_radio:1;
	margin-bottom:0px;
	margin-top:20px;
	max-width:none;
	min-width:0px
}
#c_static_001-1706067842054 .e_container-24 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	display-radio:flex;
	background_radio:1
}
#c_static_001-1706067842054 .e_container-24 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_richText-25 {
	margin-left:0px;
	display-radio:1;
	font_radio:1;
	margin-bottom:0px;
	margin-top:20px;
	max-width:none;
	min-width:0px
}
#c_static_001-1706067842054 .e_container-22 .p_item {
	display-radio:1
}
#c_static_001-1706067842054 .e_container-26 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	max-width:none;
	display-radio:flex;
	margin-top:0px;
	padding-right:0px;
	padding-top:0px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:rgba(0, 0, 0, 0.15);
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:rgba(0, 0, 0, 0.15);
	background_radio:1
}
#c_static_001-1706067842054 .e_container-26 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_container-26 .p_item:hover {
	width:auto
}
#c_static_001-1706067842054 .e_container-26 .p_item {
	display-radio:1
}
#c_static_001-1706067842054 .e_container-27 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:96%;
	margin-top:0px;
	display-radio:flex;
	max-width:956.84px;
	margin-left:auto;
	margin-right:auto;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	overflow:hidden;
	margin-bottom:0px;
	background_radio:1
}
#c_static_001-1706067842054 .e_container-27 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_container-29 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	background-color:rgba(255, 255, 255, 0);
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	display-radio:flex
}
#c_static_001-1706067842054 .e_container-29 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_container-29 .cbox-29-0 {
	flex:0 0 100%
}
#c_static_001-1706067842054 .e_container-29 .cbox-29-1 {
	padding-left:15px
}
#c_static_001-1706067842054 .e_scrollNumber-30 {
	height:auto;
	line-height:1;
	font_radio:2;
	text-align:center;
	display-radio:1;
	padding-top:5px;
	padding-bottom:0px
}
#c_static_001-1706067842054 .e_scrollNumber-30 .p_num {
	font-size:46px;
	font-family:"5a364e5b-d255-457f-8d15-53bbe4bb9990";
	color:rgba(0, 79, 40, 1);
	font-weight:normal;
	display-radio:1;
	margin-top:0px
}
#c_static_001-1706067842054 .e_scrollNumber-30 .p_plus {
	font-size:14px;
	color:rgba(50, 50, 50, 1);
	display-radio:1;
	font-family:Arial
}
#c_static_001-1706067842054 .e_text-31 {
	font_radio:2;
	text-align:center;
	font-size:16px;
	color:rgba(51, 51, 51, 1);
	line-height:2;
	display-radio:1;
	font-family:Arial;
	margin-bottom:0px;
	font-weight:bold
}
#c_static_001-1706067842054 .e_container-32 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	background-color:rgba(255, 255, 255, 0);
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	display-radio:flex;
	background_radio:2
}
#c_static_001-1706067842054 .e_container-32 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_container-32 .cbox-32-0 {
	flex:0 0 100%
}
#c_static_001-1706067842054 .e_container-32 .cbox-32-1 {
	padding-left:15px
}
#c_static_001-1706067842054 .e_scrollNumber-33 {
	height:auto;
	line-height:1;
	font_radio:2;
	text-align:center;
	display-radio:1;
	padding-top:5px;
	padding-bottom:0px
}
#c_static_001-1706067842054 .e_scrollNumber-33 .p_num {
	font-size:46px;
	font-family:"5a364e5b-d255-457f-8d15-53bbe4bb9990";
	color:rgba(0, 79, 40, 1);
	font-weight:normal;
	display-radio:1;
	margin-top:0px
}
#c_static_001-1706067842054 .e_scrollNumber-33 .p_plus {
	font-size:14px;
	color:rgba(50, 50, 50, 1);
	display-radio:1;
	font-family:Arial
}
#c_static_001-1706067842054 .e_text-34 {
	font_radio:2;
	text-align:center;
	font-size:16px;
	color:rgba(51, 51, 51, 1);
	line-height:2;
	display-radio:1;
	font-family:Arial;
	margin-bottom:0px;
	font-weight:bold
}
#c_static_001-1706067842054 .e_container-35 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	background-color:rgba(255, 255, 255, 0);
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	display-radio:flex
}
#c_static_001-1706067842054 .e_container-35 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_container-35 .cbox-35-0 {
	flex:0 0 100%
}
#c_static_001-1706067842054 .e_container-35 .cbox-35-1 {
	padding-left:15px
}
#c_static_001-1706067842054 .e_scrollNumber-36 {
	height:auto;
	line-height:1;
	font_radio:2;
	text-align:center;
	display-radio:1;
	padding-top:5px;
	padding-bottom:0px
}
#c_static_001-1706067842054 .e_scrollNumber-36 .p_num {
	font-size:46px;
	font-family:"5a364e5b-d255-457f-8d15-53bbe4bb9990";
	color:rgba(0, 79, 40, 1);
	font-weight:normal;
	display-radio:1;
	margin-top:0px
}
#c_static_001-1706067842054 .e_scrollNumber-36 .p_plus {
	font-size:14px;
	color:rgba(50, 50, 50, 1);
	display-radio:1;
	font-family:Arial
}
#c_static_001-1706067842054 .e_text-37 {
	font_radio:2;
	text-align:center;
	font-size:16px;
	color:rgba(51, 51, 51, 1);
	line-height:2;
	display-radio:1;
	font-family:Arial;
	margin-bottom:0px;
	font-weight:bold
}
#c_static_001-1706067842054 .e_container-22 .cbox-22-2 {
	padding-left:30px;
	flex:0 0 30%
}
#c_static_001-1706067842054 .e_container-38 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	display-radio:flex;
	background-fill-value:background-image;
	background-image: url(../images/home/dec.png);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:30px;
	margin-left:-30px;
	background_radio:2
}
#c_static_001-1706067842054 .e_container-38 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_container-40 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	display-radio:flex;
	background_radio:1
}
#c_static_001-1706067842054 .e_container-40 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_richText-42 {
	margin-left:0px;
	display-radio:1;
	font_radio:1;
	margin-bottom:0px;
	margin-top:0px;
	max-width:none;
	min-width:0px
}
#c_static_001-1706067842054 .e_container-43 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:612px;
	display-radio:flex;
	background-fill-value:background-color;
	padding-top:20px;
	padding-left:20px;
	margin-left:-30px;
	position:absolute;
	top:330px;
	left:500px;
	z-index:1;
	background-color:rgba(255, 255, 255, 0.66);
	padding-bottom:20px;
	padding-right:20px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	background_radio:2
}
#c_static_001-1706067842054 .e_container-43 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_richText-44 blockquote {
	font-style:italic;
	font-family:Georgia, Times, "Times New Roman", serif;
	padding:2px 0;
	border-style:solid;
	border-color:#ccc;
	border-width:0;
	padding-left:20px;
	padding-right:8px;
	border-left-width:5px
}
#c_static_001-1706067842054 .e_richText-44 ol {
	display:block;
	list-style-type:decimal;
	margin-block-start:1em;
	margin-block-end:1em;
	margin-inline-start:0px;
	margin-inline-end:0px;
	padding-inline-start:40px
}
#c_static_001-1706067842054 .e_richText-44 li {
	display:list-item;
	text-align:-webkit-match-parent;
	list-style:inherit
}
#c_static_001-1706067842054 .e_richText-44 ul {
	display:block;
	list-style-type:disc;
	margin-block-start:1em;
	margin-block-end:1em;
	margin-inline-start:0px;
	margin-inline-end:0px;
	padding-inline-start:40px
}
#c_static_001-1706067842054 .e_richText-44 {
	font_radio:2;
	display-radio:1;
	line-height:2;
	margin-left:auto;
	width:auto
}
#c_static_001-1706067842054 .e_container-1 {
	background_radio:1;
	display-radio:1
}
#c_static_001-1706067842054 .e_container-2 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:580px;
	display-radio:flex;
	background-fill-value:background-color;
	padding-top:20px;
	padding-left:20px;
	margin-left:-30px;
	position:absolute;
	top:330px;
	left:500px;
	z-index:1;
	background-color:rgba(255, 255, 255, 0.66);
	padding-bottom:20px;
	padding-right:20px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	background_radio:2;
	box-sizing: content-box;
}
#c_static_001-1706067842054 .e_container-2 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_richText-3 blockquote {
	font-style:italic;
	font-family:Georgia, Times, "Times New Roman", serif;
	padding:2px 0;
	border-style:solid;
	border-color:#ccc;
	border-width:0;
	padding-left:20px;
	padding-right:8px;
	border-left-width:5px
}
#c_static_001-1706067842054 .e_richText-3 ol {
	display:block;
	list-style-type:decimal;
	margin-block-start:1em;
	margin-block-end:1em;
	margin-inline-start:0px;
	margin-inline-end:0px;
	padding-inline-start:40px
}
#c_static_001-1706067842054 .e_richText-3 li {
	display:list-item;
	text-align:-webkit-match-parent;
	list-style:inherit
}
#c_static_001-1706067842054 .e_richText-3 ul {
	display:block;
	list-style-type:disc;
	margin-block-start:1em;
	margin-block-end:1em;
	margin-inline-start:0px;
	margin-inline-end:0px;
	padding-inline-start:40px
}
#c_static_001-1706067842054 .e_richText-3 {
	font_radio:2;
	display-radio:1;
	line-height:2;
	margin-left:auto;
	width:auto; text-align:center
}
#c_static_001-1706067842054 .e_richText-3 p{
	font-size: 32px;
    color: #0169ca;
    font-weight: bold;
    line-height: 1.5;
	}
#c_static_001-1706067842054 .e_richText-3 p span{ font-size:14px; color:#6b6b6b; font-family:arial; line-height:1.5; font-weight:normal; display:block}



#c_static_001-1706067842054 .e_container-4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 95%;
    max-width: 1600px;
    margin: auto;
    margin-top: -100px;
}
#c_static_001-1706067842054 .e_container-4 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_container-4 .p_item {
	display-radio:1
}
#c_static_001-1706067842054 .e_text-5 {
	line-height:1;
	font_radio:2;
	text-align:left;
	color:rgba(0, 0, 0, 0.1);
	font-size:30px;
	font-family:"85b4a4c0-1ef1-40cd-9a7b-9971d50cbd30";
	font-weight:normal;
	display-radio:1;
	margin-top:0px
}
#c_static_001-1706067842054 .e_container-6 {
    background-image: url(../images/home/dec.png);
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 30px;
    margin-left: -30px;
}
#c_static_001-1706067842054 .e_container-6 p{
	font-size:36px; color:#0169ca; font-weight:bold; line-height:2
	}



#c_static_001-1706067842054 .e_container-6 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_richText-7 blockquote {
	font-style:italic;
	font-family:Georgia, Times, "Times New Roman", serif;
	padding:2px 0;
	border-style:solid;
	border-color:#ccc;
	border-width:0;
	padding-left:20px;
	padding-right:8px;
	border-left-width:5px
}
#c_static_001-1706067842054 .e_richText-7 ol {
	display:block;
	list-style-type:decimal;
	margin-block-start:1em;
	margin-block-end:1em;
	margin-inline-start:0px;
	margin-inline-end:0px;
	padding-inline-start:40px
}
#c_static_001-1706067842054 .e_richText-7 li {
	display:list-item;
	text-align:-webkit-match-parent;
	list-style:inherit
}
#c_static_001-1706067842054 .e_richText-7 ul {
	display:block;
	list-style-type:disc;
	margin-block-start:1em;
	margin-block-end:1em;
	margin-inline-start:0px;
	margin-inline-end:0px;
	padding-inline-start:40px
}
#c_static_001-1706067842054 .e_richText-7 {
	font_radio:2;
	display-radio:1;
	line-height:2
}
#c_static_001-1706067842054 .e_richText-7 p{
	font-size:36px; color:#0169ca; font-weight:bold; line-height:2
	}
#c_static_001-1706067842054 .e_line-8 {
    border-top-style: solid;
    border-top-width: 6px;
    border-top-color: rgba(62, 62, 62, 1);
    margin-top: 20px;
    margin-bottom:35px;
}
#c_static_001-1706067842054 .e_container-9 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	display-radio:flex;
	background_radio:1;
	margin-top:300
}
#c_static_001-1706067842054 .e_container-9 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_container-9 .p_item {
	display-radio:1
}
#c_static_001-1706067842054 .e_container-9 .cbox-9-2 {
	padding-left:30px;
	flex:0 0 28%
}
#c_static_001-1706067842054 .e_container-10 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	max-width:none;
	display-radio:flex;
	margin-top:0px;
	padding-right:0px;
	padding-top:0px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:rgba(0, 0, 0, 0.15);
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:rgba(0, 0, 0, 0.15);
	background_radio:1
}
#c_static_001-1706067842054 .e_container-10 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_container-10 .p_item:hover {
	width:auto
}
#c_static_001-1706067842054 .e_container-10 .p_item {
	display-radio:1
}
#c_static_001-1706067842054 .e_container-11 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:96%;
	margin-top:0px;
	display-radio:flex;
	max-width:956.84px;
	margin-left:auto;
	margin-right:auto;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	overflow:hidden;
	margin-bottom:0px;
	background_radio:1
}
#c_static_001-1706067842054 .e_container-11 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_container-12 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	background-color:rgba(255, 255, 255, 0);
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	display-radio:flex
}
#c_static_001-1706067842054 .e_container-12 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_container-12 .cbox-12-0 {
	flex:0 0 100%
}
#c_static_001-1706067842054 .e_container-12 .cbox-12-1 {
	padding-left:15px
}
#c_static_001-1706067842054 .e_scrollNumber-13 {
	height:auto;
	line-height:1;
	font_radio:2;
	text-align:center;
	display-radio:1;
	padding-top:5px;
	padding-bottom:0px
}
#c_static_001-1706067842054 .e_scrollNumber-13 .p_num {
	font-size:46px;
	font-family:"5a364e5b-d255-457f-8d15-53bbe4bb9990";
	color:rgba(0, 79, 40, 1);
	font-weight:normal;
	display-radio:1;
	margin-top:0px
}
#c_static_001-1706067842054 .e_scrollNumber-13 .p_plus {
	font-size:14px;
	color:rgba(50, 50, 50, 1);
	display-radio:1;
	font-family:Arial
}
#c_static_001-1706067842054 .e_text-14 {
	font_radio:2;
	text-align:center;
	font-size:16px;
	color:rgba(51, 51, 51, 1);
	line-height:2;
	display-radio:1;
	font-family:Arial;
	margin-bottom:0px;
	font-weight:bold
}
#c_static_001-1706067842054 .e_container-15 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	background-color:rgba(255, 255, 255, 0);
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	display-radio:flex;
	background_radio:2
}
#c_static_001-1706067842054 .e_container-15 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_container-15 .cbox-15-0 {
	flex:0 0 100%
}
#c_static_001-1706067842054 .e_container-15 .cbox-15-1 {
	padding-left:15px
}
#c_static_001-1706067842054 .e_scrollNumber-16 {
	height:auto;
	line-height:1;
	font_radio:2;
	text-align:center;
	display-radio:1;
	padding-top:5px;
	padding-bottom:0px
}
#c_static_001-1706067842054 .e_scrollNumber-16 .p_num {
	font-size:46px;
	font-family:"5a364e5b-d255-457f-8d15-53bbe4bb9990";
	color:rgba(0, 79, 40, 1);
	font-weight:normal;
	display-radio:1;
	margin-top:0px
}
#c_static_001-1706067842054 .e_scrollNumber-16 .p_plus {
	font-size:14px;
	color:rgba(50, 50, 50, 1);
	display-radio:1;
	font-family:Arial
}
#c_static_001-1706067842054 .e_text-17 {
	font_radio:2;
	text-align:center;
	font-size:16px;
	color:rgba(51, 51, 51, 1);
	line-height:2;
	display-radio:1;
	font-family:Arial;
	margin-bottom:0px;
	font-weight:bold
}
#c_static_001-1706067842054 .e_container-18 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	background-color:rgba(255, 255, 255, 0);
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	display-radio:flex
}
#c_static_001-1706067842054 .e_container-18 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_container-18 .cbox-18-0 {
	flex:0 0 100%
}
#c_static_001-1706067842054 .e_container-18 .cbox-18-1 {
	padding-left:15px
}
#c_static_001-1706067842054 .e_scrollNumber-19 {
	height:auto;
	line-height:1;
	font_radio:2;
	text-align:center;
	display-radio:1;
	padding-top:5px;
	padding-bottom:0px
}
#c_static_001-1706067842054 .e_scrollNumber-19 .p_num {
    font-size: 56px;
    font-family: arial;
    color: #0076e4;
    margin-top: 0px;
    font-weight: bold;
}
#c_static_001-1706067842054 .e_scrollNumber-19 .p_plus {
    font-size: 14px;
    color: rgba(50, 50, 50, 1);
    display-radio: 1;
}
#c_static_001-1706067842054 .e_text-20 {
    font_radio: 2;
    text-align: center;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    line-height: 2;
    display-radio: 1;
    font-family: Arial;
    margin-bottom: 0px;
    font-weight: normal;
}
#c_static_001-1706067842054 .e_container-21 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	display-radio:flex;
	background_radio:1
}
#c_static_001-1706067842054 .e_container-21 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_container-22 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	display-radio:flex;
	background_radio:1
}
#c_static_001-1706067842054 .e_container-22 &gt; .p_item {
	flex:1;
	max-width:100%;
	max-height:100%
}
#c_static_001-1706067842054 .e_richText-23 {
	margin-left:0px;
	display-radio:1;
	font_radio:1;
	margin-bottom:0px;
	margin-top:0px;
	max-width:none;
	min-width:0px
}
#c_static_001-1706067842054 .e_richText-24 {
	margin-left:0px;
	display-radio:1;
	font_radio:1;
	margin-bottom:0px;
	margin-top:20px;
	max-width:none;
	min-width:0px
}
#c_static_001-1706067842054 .e_richText-25 {
	margin-left:0px;
	display-radio:1;
	font_radio:1;
	margin-bottom:0px;
	margin-top:20px;
	max-width:none;
	min-width:0px
}
#c_static_001-1706067842054 .e_richText-25 p{ font-size:16px; color:#333; line-height:2}
#c_static_001-1706067842054 .e_richText-25 p span{ font-size:18px; color:#333; line-height:2; font-weight:bold}


#c_static_001-1706067842054 .e_richText-26 {
	margin-left:0px;
	display-radio:1;
	font_radio:1;
	margin-bottom:0px;
	margin-top:0px;
	max-width:569px;
	min-width:0px;
	padding-right:20px
}
#c_static_001-1706067842054 .e_richText-26 p{
	font-size:16px; line-height:35px; color:#555555
	}
#c_static_001-1706067842054 .e_container-11 .p_item {
	display-radio:1
}
@media screen and (max-width:768px) {
#c_static_001-1706067842054 .e_text-5 {
font_radio:2;
font-size:30px;
color:rgba(51, 51, 51, 0.06);
line-height:normal;
font-weight:bold;
text-align:left;
display-radio:1
}
#c_static_001-1706067842054 .e_container-11 {
margin-top:30px;
display:none
}
#c_static_001-1706067842054 .e_container-11 &gt; .p_item {
flex:0 0 50%
}
#c_static_001-1706067842054 .e_container-12 {
padding:10px
}
#c_static_001-1706067842054 .e_scrollNumber-13 {
height:40px;
line-height:40px;
font-size:40px
}
#c_static_001-1706067842054 .e_container-15 {
padding:10px
}
#c_static_001-1706067842054 .e_scrollNumber-16 {
height:40px;
line-height:40px;
font-size:40px
}
#c_static_001-1706067842054 .e_container-18 {
padding:10px
}
#c_static_001-1706067842054 .e_scrollNumber-19 {
height:40px;
line-height:40px;
font-size:40px
}
#c_static_001-1706067842054 .e_richText-23 {
font_radio:1;
display-radio:1;
margin-left:0px
}
#c_static_001-1706067842054 .e_richText-24 {
font_radio:1;
display-radio:1;
padding-left:0px;
margin-left:0px;
margin-top:0px;
padding-top:0px
}
#c_static_001-1706067842054 .e_richText-25 {
font_radio:1;
display-radio:1;
margin-left:0px
}
#c_static_001-1706067842054 .e_richText-26 {
font_radio:1;
display-radio:1
}
#c_static_001-1706067842054 .e_container-10 {
display:none
}
#c_static_001-1706067842054 .e_container-9 {
background_radio:1;
display-radio:1;
flex-direction:column
}
#c_static_001-1706067842054 .e_container-21 {
background_radio:1;
display-radio:1;
flex-direction:column;
margin-left:0px
}
#c_static_001-1706067842054 .e_container-22 {
background_radio:1;
display-radio:1
}
#c_static_001-1706067842054 {
    padding-bottom: 20px;
    padding-top: 20px;
}
#c_static_001-1706067842054 .e_container-4 {
background_radio:1;
display-radio:1;
padding-top:30px;
padding-bottom:0px
}
#c_static_001-1706067842054 .e_container-2 {
display:none
}
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
@media screen and (max-width: 1600px) and (min-width: 1366px) {
#c_static_001-1706067842054 .e_richText-3 {
font_radio:1;
display-radio:1
}
#c_static_001-1706067842054 .e_container-4 {
display-radio:1;
max-width:1600px;
width:90%;
margin-top:-100px
}
#c_static_001-1706067842054 .e_container-4 .p_item {
display-radio:1
}
#c_static_001-1706067842054 .e_text-5 {
font_radio:1;
display-radio:1
}
#c_static_001-1706067842054 .e_richText-7 {
font_radio:1;
display-radio:1
}
#c_static_001-1706067842054 .e_line-8 {
display-radio:1;
border-top-color:rgba(66, 66, 66, 1)
}
#c_static_001-1706067842054 .e_scrollNumber-19 {
font_radio:1;
display-radio:1
}
}
/* 首页地图*/
.index_map{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    background_radio: 1;
    margin-top: 300;
	}
.index_map .txt1{
    max-width: 33%;
    padding-right: 20px;
    font-size: 16px;
    color: #333;
    line-height: 35px;
    text-align: justify;
	}

.index_map .txt2{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(0,0,0,0.15);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(0,0,0,0.15);
    text-align: center;
    width: 33%;
	}
.index_map .txt2 ul{
	display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
	}
.index_map .txt2 ul li{
	flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3);
	}
.index_map .txt2 ul li .counter{
	display: inline-block;
    font-size: 52px;
    font-family: Arial, Helvetica, sans-serif;
    color: #0169ca;
    font-weight: bold;
	}
.index_map .txt2 ul li .count-unit{
	font-size: 18px;
    font-weight: 500;
    color: #444444;
    font-style: normal;
	}
.index_map .txt2 ul li p{
	font-size: 16px;
    color: #666666;
    line-height: 2;
	}
.index_map .txt3{
    padding-left: 30px;
    width: 34%;
	}
.index_map .txt3 li{ font-size:16px; color:#333; line-height:35px; float:left}
.index_map .txt3 li span{ font-weight:bold}
.index_map .txt3 li:nth-child(1){ margin-right:5%}

@media screen and (max-width:768px) {
	.index_map .txt1 {
    font-size: .3rem;
    color: #333;
    line-height: 1.8;
    text-align: justify;
    max-width: 100%;
    padding-right: 0;
}
.index_map .txt2 {
    border: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    margin: .25rem 0;
    padding: .25rem 0;
}
/* 首页地图*/
.index_map{
	}

.index_map .txt2{
	text-align: center;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    margin: .25rem 0;
    padding: .25rem 0;
	}
.index_map .txt2 ul li .counter{
    display: inline-block;
    font-size: .7rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #0169ca;
    font-weight: bold;
	}
.index_map .txt2 ul li .count-unit{
    font-size: .28rem;
    font-weight: 500;
    color: #444444;
    font-style: normal;
	}
.index_map .txt2 ul li p{
    font-size: .28rem;
    color: #666666;
    line-height: 1.8;
	}
.index_map .txt3{
	padding-left: 0;
    width: 100%;
	}
.index_map .txt3 li{
	font-size: .28rem;
    color: #444;
    line-height: 2;
	}
.index_map .txt3 li span{ font-weight:bold}
#c_static_001-1706067842054 .e_line-8 {
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: rgba(62, 62, 62, 1);
    margin-top: .2rem;
    margin-bottom: .2rem;
}
#c_static_001-1706067842054 .e_container-6 p {
    font-size: .46rem;
    color: #0169ca;
    font-weight: bold;
    line-height: 1.8;
}
	}
	
	
@media screen and (max-width:768px){
	.PC_banner{ display:none}
	.MOB_banner{ display:block}
	}	
@media screen and (min-width:769px){
	.PC_banner{ display: block}
	.MOB_banner{ display: none}
	}	
	
@media screen and (max-width: 1200px) and (min-width: 769px){
#c_navigation_126_P_113-1687770613677 .e_image-16 img {
	width:100%;
	height:100%;
	object-fit:contain;
	filter:unset
}
	}
	@media screen and (max-width: 1319px) and (min-width: 1280px){
#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem1 {
	position: static;
    padding-left: 1vw;
    padding-right:1vw;
    display-radio: 1;
}
	}
	
@media screen and (min-width:1320px){
	#c_navigation_126_P_113-1687770613677 .e_navigationF-24 .p_navItem1 {
	position: static;
    padding-left: 1vw!important;
    padding-right:1.6vw!important;
    display-radio: 1;
}

	}	
	
@media screen and (max-width:450px) {
		#c_navigation_126_P_113-1687770613677 .e_image-16 img {
	width:90%!important;
	height:100%;
	object-fit:contain;
	filter:unset
}
#c_navigation_126_P_113-1687770613677 .e_image-31 img {
	display:none;
	width:90%!important;
	height:100%;
	object-fit:contain;
	filter:unset
}			
			
			}
	
.main_foot .yqlj{
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
	}
.main_foot .yqlj p{ font-size:16px; color:#fff; padding:10px 0px;}
.main_foot .yqlj ul{ width:100%; height:auto; margin:auto;}
.main_foot .yqlj ul li{ width:19%; margin-right:1%; font-size:16px; color:#91c0e2; float:left; display:block; overflow:hidden;white-space: nowrap; text-overflow: ellipsis;}
.main_foot .yqlj ul li a{font-size:16px; color:#91c0e2;}
.main_foot .yqlj ul li:nth-child(5n){
	margin-right: 0;
} 
</pre></body></html>