<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{font-family: "微软雅黑";}
.bt-box-615{width: 615px;}
.bt-box-585{width: 585px;}
.bt-box-550{width: 550px;}
.bt-box-185{width: 185px;}
.bt-box-650{width: 650px;}
.bt-box-305{width: 305px;}
.head_banner{height:160px;background: url('banner_bg.png') no-repeat center;border-bottom: 3px solid #2077be;}
.bt-note-30{height:30px;width: 100%;clear: both;}
.bt-mainmsb{width: 100%; height: auto;margin: 0 auto;}
.bt-box-1200 .bt-box-550 span{display: inline-block;height: 45px;line-height: 45px;text-align: center;padding: 0 10 0 0px;cursor: pointer;}
.bt-box-1200 .bt-box-550 span.hover{color:#16639f;border-bottom:3px solid #16639f;font-weight:bold;}
.bt-box-1200 .bt-box-585 span{display: inline-block;height: 45px;line-height: 45px;text-align: center;padding: 0 10 0 0px;cursor: pointer;}
.bt-box-1200 .bt-box-585 span.hover{color:#16639f;border-bottom:3px solid #16639f;font-weight:bold;}
.bt-box-1200 .bt-box-650 span a{font-size: 19px;margin-left: 5px;cursor: pointer;color: #333;}
.bt-box-1200 .bt-box-650 span.hover a{color: #16639f;font-weight: bold;}
.bsfw span{font-size: 19px;margin-right: 22px;}
.bsfw span.hover{color:#16639f;font-weight: bold;}
#con_two_1 a:hover img {
    transform: rotateY(180deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
#con_two_2 a:hover img {
    transform: rotateY(180deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
#con_two_3 a:hover img {
    transform: rotateY(180deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
#con_two_4 a:hover img {
    transform: rotateY(180deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
#con_two_5 a:hover img {
    transform: rotateY(180deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
#pc{ display:block;}	
#phone{ display:none;}	


@media screen and (max-width:768px){
	ul,li,div,img,p{
	padding:0;
	margin:0;
}
p span{
		word-break:break-all;
	}
*{
	font-family:'微软雅黑';
}
.head {
    width: 100%;
    height: 1.8rem;
    display: flex;
    justify-content:center;
    align-items:center;
}
.logo{
	width:5rem;
	height:1rem;
	background:url(logo.png);
	background-size: 5rem 1rem;
}

.btn_nav{
	width:1rem;
	height:1rem;
	background:url(nav.png);
	background-size: 1rem 1rem;
}
.nav{
	width:100%;
	height:0.8rem;
	background:#00609c;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:0.36rem;
	color:#fff;
	position:relative;
}
.section{
	width:100%;
	min-height:7.75rem;
	position: relative;
}

.foot{
	width:100%;
	height:1rem;
	background:#000;
	padding-top:0.2rem;
}
.foot p{
	font-size:0.22rem;
	color:#fff;
	text-align:center;
	display:flex;
	justify-content:center;
}
	/*菜单原有样式*/
.menu,.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width:255;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  display: none;
  background-color:#2c2c2c;
}
.panel,.slideout-panel {
  position: relative;
  z-index: 1;
}
.slideout-open,.slideout-open body {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}

/*导航样式*/
.menu-section{
    width:150px;
    height:100%;
    float: right;
}
.menu-section .title{
  width:100%;
  padding-left:0.1rem;
  color:#fff;
  font-size: 16px;
  background:#2c2c2c;
}
.menu-section .list{
  width:100%;
}
.menu-section .list li{
  width:100%;
  height:0.5rem;
  line-height: 0.5rem;
  background-color:transparent;
  background: #3d3d3d;
  background: -moz-linear-gradient(top, #3d3d3d 0%, #464646 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#464646));
  background: -webkit-linear-gradient(top, #3d3d3d 0%,#464646 100%);
  background: -o-linear-gradient(top, #3d3d3d 0%,#464646 100%);
  background: -ms-linear-gradient(top, #3d3d3d 0%,#464646 100%);
  background: linear-gradient(to bottom, #3d3d3d 0%,#464646 100%);
  border-bottom: 1px solid #353535;
  padding-left:0.5rem;
}
.menu-section .list li a{
  color:#fff;
}
#pc{ display:none;}	
#phone{ display:block;}	
	}
</pre></body></html>