<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {    
  font-family: 'FontAwesome';
src: url(fonts/fontawesome-webfont.jpg); /* ie9 compat modes */    
  src: url('./fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */    
       url('./fonts/fontawesome-webfont.woff') format('woff'), /* Modern Browsers */    
       url('./fonts/fontawesome-webfont.ttf') format('truetype'), /* Safari, Android, iOS */    
       url('./fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg'); /* legacy ios */    
  font-weight: normal;    
  font-style: normal;}  
/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style:none;}
*,*:after,*:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;}
*:after{
	clear:both;}
body{
	font:normal 16px/22px "Microsoft YaHei","微软雅黑","黑体";
	width:100%;
	background: url(../images/body-bg.jpg) no-repeat;}
@media(max-width:1024px){
	body{
		font-size: 14px;}
}

img{
	border:0;}
a{
	text-decoration:none;
	color:#333;}
a:hover{
	color:#1974A1;
	text-decoration: none;}
ul,li{
	padding:0px;
	margin: 0px;}

/*head*/
@media(max-width:1024px){
	.main,.footer,.menu,header{
		width: 100%;}
	.qrcode{
		margin-top:50px;}
}
header{
	width: 100%;
	height: 164px;}
header .container{}
header .container .col-md-8,header .container .col-md-4{
	padding-left:0px;
	padding-right: 0px;}
.logo{
	padding-top: 40px;}
.search{
	text-align: right;
	float:right;
	padding-right:15px;}
.searchInput{
	width: 200px;
	height: 30px;
	background: #fff;
	color: #8B8B8B;
	border-radius: 5px;
	line-height:30px;
	margin-top:12px;
	padding-left: 8px;}
.btn{
	background: #d3ac0f;
	border-radius: 10px;
	text-align: center;
	border: 0px;
	height: 32px;
	margin-left: 5px;
	font-size: 14px;
	color:#fff;}
.search div{
	display:inline-block;}
.search div:last-child{}
@media(min-width:1200px){
	header .container{
		width:1200px;}
}
@media(min-width:1440px){
	header .container{
		width:1300px;}
}
@media(max-width:1024px){
	.search{
		margin-top:-52px;}
}

@media (max-width:768px){
	header{
		height: 120px;}
	.logo img{
		width: 100%;}
	.logo{
		padding-top: 25px;}
	.search{
		float:left;
		margin-top:-5px;
		margin-left:30px;}
	.searchInput{
		width:400px;}
}
@media (max-width:414px){
	header{
		height: 80px;
		overflow: hidden;
		}
	header .container .col-xs-6{
		width: 100%;}
	.logo img{
		width: 70%;}
	.logo{
		padding-bottom: 10px;
		margin-left: 10px;
		padding-top: 15px;}
	.searchInput{
		width:200px;}
}

/*导航*/
.menu{
	height: 51px;
	line-height: 51px;
	background: #0955d6;}
.menu .container{
	padding: 0px;}

@media(min-width:1200px){
	.menu .container{
		width: 1300px;}
	.animenu{
		width: 1300px;}
}
@media(min-width:1440px){
	.menu .container{
		width: 1300px;}
}
@media(max-width:768px){
	.menu{
		height: 42px;
		line-height: 42px;
		overflow: hidden;
		}
}
.animenu{}
.animenu__toggle {
  	display: none;
  	cursor: pointer;
  	background-color: #08498c;
  	border: 0;
	padding:5px;
	float: right;
	position: absolute;
	right: 0px;
	top: 10px;}
.animenu__toggle:hover {
  background-color: #0065cc;}

.animenu__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
  -o-transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
  transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);}
.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 4px;}
.animenu__toggle--active .animenu__toggle__bar {
  margin: 0;
  position: absolute;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);}

.animenu {
  display: block;}
.animenu ul {
  padding: 0;
  list-style: none;
  font: 0px 'Open Sans', Arial, Helvetica;}
.animenu li, .animenu a {
  display: inline-block;
  font-size: 16px;}
.animenu a {
  color: #aaaaaa;
  text-decoration: none;}

.animenu__nav {}
.animenu__nav &gt; li {
  position: relative;
  padding-top:16px;
  padding-bottom:16px;}
.animenu__nav &gt; li:last-child{
	border: 0px;}
.animenu__nav &gt; li &gt; a {
  padding: 0px 46px;
  text-transform: uppercase;
  color:#fff;
  font-weight: bold;
  font-size: 18px;
  line-height:18px;
  border-right:1px solid #fff;}

.animenu__nav &gt; li:hover{
	background: #007ae1;}
.animenu__nav &gt; li &gt; a:hover{
	color:#fff600;}

@media (max-width:1024px){
	.menu .container{
		padding:0px;}
	.animenu__nav &gt; li &gt; a {
  		padding: 0px 24px;
		line-height:18px;
		width: 100%;}
	.animenu__nav &gt; li &gt; a:first-child:nth-last-child(2):before {
	  right: 7px;}
}
@media(max-width:768px){
	
	.animenu__nav &gt; li &gt; a {
  		padding: 0px 5px;
		line-height:14px;
		font-size:14px;}
	.animenu__nav &gt; li &gt; a:first-child:nth-last-child(2):before {
	  display:none;}
}
@media(max-width:640px){
	.animenu__toggle {
		margin-top: 0px;}
}
.animenu__nav &gt; li:hover &gt; ul {
  opacity: 1;
  visibility: visible;
  margin: 0;}

.animenu__nav__child {
  min-width: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0 0 0;
  background-color: #007ae1;
  transition: margin .15s, opacity .15s;}

.animenu__nav__child &gt; li {
  width: 100%;}


.animenu__nav__child &gt; li:last-child {
  border: 0;}
.animenu__nav__child a {
  padding: 10px;
  width: 100%;
  border-color: #373737;
  color:#fff;
  font-weight:bold;}
.animenu__nav__child a:hover {
  background-color: #23a6e2;
  border-color: #23a6e2;
  color: #fff;}
@media screen and (max-width: 1024px) {
	.animenu{
	width:100%;}	
}
@media screen and (max-width: 768px) {
  .animenu{
	position:absolute;
	z-index:333;
	width:100%;}
  .animenu__toggle {
    display: inline-block;}

  .animenu__nav,
  .animenu__nav__child {
    display: none;
	background:#006bbd;
	text-align: left;
	width: 100%;}

  .animenu__nav {
    margin: 10px 0;
	position:absolute;
	z-index: 11;
	top: 26px;
	right: 5px;}
  .animenu__nav &gt; li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #515151;
	padding-left:20px;}
  .animenu__nav &gt; li:last-child {
    border: 0;}
  .animenu__nav &gt; li:first-child &gt; a:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    right: 0.5em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;}
  .animenu__nav &gt; li &gt; a {
    width: 100%;
    padding: 0px 10px;
    border-color: #111;
    position: relative;}
  .animenu__nav li:hover {
    background-color: #084f98;
    border-color: #0186ba;
    color: #fff;}

  .animenu__nav__child {
    position: static;
    background-color: #76848f;
    margin: 0;
    transition: none;
    visibility: visible;
    opacity: 1;
	display: none;}
  .animenu__nav__child &gt; li:first-child &gt; a:after {
    content: none;}
  .animenu__nav__child a {
    padding-left: 25px;
    width: 100%;}
}

.animenu__nav--open {
  display: block !important;}
.animenu__nav--open .animenu__nav__child {
  display:block;}

.main{
	width: 100%;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 40px;}
@media (min-width:1200px){
	.main&gt;.container{
		width: 1200px;}
}
@media (min-width:1440px){
	.main&gt;.container{
		width: 1300px;}
}
.main&gt;.container&gt;.row&gt;.col-md-7,.main&gt;.container&gt;.row&gt;.col-md-5,.main&gt;.container&gt;.row&gt;.col-xs-12{
	padding:0px;}
.main&gt;.container&gt;.row&gt;.col-md-7{
	padding-right: 15px;}
.main&gt;.container&gt;.row&gt;.col-md-5{
	padding-left: 15px;}
@media(max-width:768px){
	.main{
		padding-top: 30px;}
	.main&gt;.container&gt;.row&gt;.col-md-7{
		padding-right: 0px;}
	.main&gt;.container&gt;.row&gt;.col-md-5{
		padding-left: 0px;}
}
@media (max-width:414px){
	.main&gt;.container&gt;.row&gt;.col-xs-12,.intro .col-xs-12{
		padding-left: 15px;
		padding-right: 15px;}
	.main{
		padding-bottom: 10px;}
}

.zxgkxx{}
.xxgknb,.contact{
	margin-top: 40px;}
.zxgkxxTop,.gsggTop,.xxgknbTop,.linkTop{
	border-bottom: 2px solid #699aee;
	line-height:34px;}
.zxgkxxTitle a,.gsggTitle a,.xxgknbTitle a,.linkTitle a{
	background: url(../images/title-bg.jpg) no-repeat left top;
	padding:8px 20px;
	color: #fff;}
.zxgkxx .col-md-6,.gsgg .col-md-6,.xxgknb .col-md-6,.link .col-md-6{
	padding:0px;}
.zxgkxx .col-md-6:last-child,.gsgg .col-md-6:last-child,.xxgknb .col-md-6:last-child,.link .col-md-6:last-child{
	text-align: right;}
.more a{
	color: #9e9e9e;
	font-size: 14px;}
.zxgkxxCon,.gsggCon,.xxgknbCon{
	background:#fff;
	padding:10px 0px;
	box-shadow: 2px 2px 8px #d6d6d6;
	-webkit-box-shadow: 2px 2px 8px #d6d6d6;
	-moz-box-shadow: 2px 2px 8px #d6d6d6;
	-o-box-shadow: 2px 2px 8px #d6d6d6;}
.gsggCon,.xxgknbCon{
	padding:11px 0px;}
.zxgkxxCon{
	padding:14px 0px;}

.zxgkxxCon .col-md-10,.zxgkxxCon .col-md-2,.gsggCon .col-md-9,.gsggCon .col-md-3,.xxgknbCon .col-md-12,.xxgknbCon .col-md-3,.zxgkxxCon .col-xs-9,.zxgkxxCon .col-xs-3,.gsggCon .col-xs-9,.gsggCon .col-xs-3,.xxgknbCon .col-xs-9,.xxgknbCon .col-xs-3{
	padding:0px;}
@media(max-width:1024px){
	.zxgkxxCon .col-md-10{
		width:80%;}
	.zxgkxxCon .col-md-2{
		width:20%;}
	.gsggCon .col-md-9,.xxgknbCon .col-md-9{
		width: 70%;}
	.gsggCon .col-md-3,.xxgknbCon .col-md-3{
		width: 30%;}
}
@media(max-width:414px){
	.zxgkxxCon .col-xs-9{
		width: 70%;}
	.zxgkxxCon .col-xs-3{
		width: 30%;}
}
.newsItem{
	line-height: 32px;
	padding-left: 15px;}
.newsTitle a{
	color: #000000;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-moz-binding:url('ellipsis.xml#ellipsis');
	overflow:hidden;
	width:100%;
	display:block;}
.newsItem:hover{
	background: #699aee;}
.newsItem:hover .date{
	color: #fff;}
.newsTitle a:hover{
	color:#fff;}
.date{
	text-align: right;
	padding-right: 15px;
	color: #545454;}
.xxgkml{
	margin-top: 40px;
	clear: both;
	border: 3px solid #699aee;}
.xxgkmlTitle{
	text-align: center;
	width: 15%;
	float: left;
	background:url(../images/title-bg2.jpg) no-repeat top left;
	padding:10px 0px;}
.xxgkslTitle{
	text-align: center;
	width: 15%;
	float: left;
	background:url(../images/title-bg2.jpg) no-repeat top left;
	padding:25px 0px;}
.zxgkxxTitle a,.gsggTitle a,.xxgknbTitle a,.xxgkslTitle a{
	font-size: 18px;}
.xxgkslTitle{
	/* padding-top:30px;
	padding-bottom: 32px; */
	padding-left: 10px;
	padding-right: 10px;}
.xxgkslTitle a{
	color: #fff;}
.xxgkmlCon,.xxgkslCon{
	background:#fff;
	width: 85%;
	float: left;
	box-shadow: 2px 2px 8px #d6d6d6;
	-webkit-box-shadow: 2px 2px 8px #d6d6d6;
	-moz-box-shadow: 2px 2px 8px #d6d6d6;
	-o-box-shadow: 2px 2px 8px #d6d6d6;}
.xxgkml .col-md-12{
	padding: 0px;}
.xxgkmlTitle01{
	font-size: 30px;
	line-height:1.2em;
	color: #fff;}
.xxgkslTitle01{
	font-size: 18px;
	color: #fff;}
.xxgkmlTitle02{
	font-size:18px;
	color: #fff;
	padding-top: 10px;}
.xxgkmlItem{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 20%;
	float:left;
	border: 1px solid #c9c9c9;
	border-left:0px;}
.icon i{
	font-size: 56px;
	color: #fff;
	margin-top:22px;}
.xxgkslTitle .icon i{
	font-size: 28px;}
.listIcon i{
	width:50px;
	height: 50px;
	border-radius: 50px;
	background: #699aee;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #fff;}
.listIcon i:hover{
	background: #d3ac0f;}
.listTitle{
	text-align: center;
	line-height: 24px;}
.listTitle a:hover{
	color: #606a7d;}

.contact .col-md-3 img{
	width: 102px;
	height: 102px;}
.codeTitle{
	line-height: 32px;
	text-align: center;
	width: 100%;
	font-size: 14px;}
.contact .col-md-7,.contact .col-md-5,.contact .col-md-3{
	padding:0px;}
.contact .col-md-7{
	padding-right:15px;}
.contact .more{
	text-align: right;
	width: 100%;
	line-height: 32px;
	margin-top: -32px;}
.code-btn{
	background:url(../images/btn.jpg) no-repeat center;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	background-size:cover;}
.code-btn a{
	width:100%;
	display:block;
	/* vertical-align:middle; */
	font-size:20px;
	text-align:center;
	line-height: 160px;
	color:#fff;
	min-height:160px;}
.code-btn:hover{}
.code-btn i{
	font-size:42px;
	margin-top:35px;}
.codeItem{
	/* background:#c1ffe0; */
	padding:15px;
	width:100%;
	text-align:center;}
.codeItem img
{
    width:100px;
    height:100px;}
.qrcode
{
	height: 120px;}
/* .search .col-md-3:nth-child(2) .codeItem{
	background:#c1e0ff;
}
.search .col-md-3:last-child .codeItem{
	background:#fff0c1;
}
.codeItem:hover{
	background:#7bba55;
}
.search .col-md-3:nth-child(2) .codeItem:hover{
	background:#2e8df9;
}
.search .col-md-3:last-child .codeItem:hover{
	background:#e1bb0b;
} */
.contact .col-md-7 .container-fluid{
	min-height: 148px;}
.contact .col-md-5{
	padding-left:25px;}
.contact .col-md-3{
	width:23.5%;}
.contact .col-md-3:first-child{
	width:29.5%;}

@media(max-width:768px){
	.xxgkmlItem{
		width:25%;}
	.gsgg{
		margin-top: 40px;}
	.contact .col-xs-12:last-child{}
	.xxgkmlTitle{
		padding-top: 113px;
		padding-bottom: 75px;}
	
	.xxgkmlTitle02{
		font-size:18px;}
	
	.icon i{
		font-size: 24px;}
	.listTitle{
		height: 38px;
		padding-left:8px;
		padding-right: 8px;}
	.code-btn{
		margin-bottom:30px;
		margin-left:15px;
		margin-right:15px;}
}
@media(max-width:414px){
	
	.xxgkslTitle{
		padding-bottom:20px;
		padding-top:30px;}
	/* .xxgkslTitle01, .xxgkmlTitle01, .xxgkslTitle{
		font-size: 14px;
	} */

	.xxgkml{
		border:none;}
	.xxgkmlTitle{
		/* padding-top: 176px;
		padding-bottom: 160px; */
		padding-left:8px;
		padding-right: 8px;}
	.xxgkmlItem{
		width: 33.3%;}
	.xxgkmlTitle02{
		font-size:18px;
		line-height: 18px;}

	.icon i{
		font-size: 14px;}
	.contact .col-md-3{
		width:33.3%;}
	.contact .col-md-3:first-child{
		width:100%;}
	.code-btn{
		margin-bottom:30px;
		margin-left:15px;
		margin-right:15px;}
	.code-btn a{
		min-height:80px;
		background:none;
		padding:0px;
		line-height:80px;
		font-size:16px;}
	.contact .col-md-3 img{
		width: 82px;
		height: 82px;}
	.xxgkmlItem{
		border-bottom:0px;}
	.xxgkmlItem:nth-child(7),.xxgkmlItem:nth-child(8),.xxgkmlItem:nth-child(9),.xxgkmlItem:nth-child(10){
		border-bottom:1px solid #c9c9c9;}
	.xxgkmlItem:nth-child(10){
		border-top:0px;}
	.contact .col-xs-4{
		padding:0px 7.5px;}
	.contact .col-md-3:nth-child(2){
		padding-left:15px;
		padding-right:0px;}
	.contact .col-xs-4:last-child{
		padding-left:0px;
		padding-right:15px;}
	.contact .col-xs-12:last-child{
		padding:0;}
	.zxgkxxTitle a,.gsggTitle a,.xxgknbTitle a,.xxgkslTitle a{
		font-size: 16px;
		padding:8px 10px;}
}
@media(max-width:375px){
	.xxgkmlTitle{
		padding-top: 171px;
		padding-bottom: 171px;
		padding-left:8px;
		padding-right: 8px;}
	.xxgkslTitle{
		/* padding-bottom:0px; */
		/* padding-top:5px; */
		/* background-size: 100% 100%; */
		}
	
	.icon i{
		margin-top:8px;
		font-size:24px;}
	.xxgkmlTitle01,.xxgkslTitle01{
		font-size: 16px;
		color: #fff;}
	.xxgkmlTitle02{
		font-size:24px;
		color: #fff;
		padding-top: 10px;}
}
@media(max-width:360px)
{
	.xxgkslTitle{
		padding-bottom:10px;
		padding-top:15px;}
	.icon i{
		margin-top:8px;}
}
@media(max-width:320px){
	.xxgkmlTitle{
		padding-top: 138px;
		padding-bottom: 138px;}
	.contact .col-md-3 img{
		width: 62px;
		height: 62px;}
	.newsItem .col-xs-9{
		width:65%;}
	.newsItem .col-xs-3{
		width:35%;}
	.icon i{
		margin-top:8px;}
	
	.listTitle{
		padding-left:4px;
		padding-right: 4px;}
}

.link{
	background: #606a7d;
	width: 100%;
	padding:15px 0px;}
.link li{
	float: left;
	padding:25px;}
.xxgkmlCon .col-md-2{
	width: 20%;
	text-align: center;}
.xxgkslCon{
	padding:20px;}
.xxgkslCon p{
	line-height: 20px;}
@media(max-width:768px){
	.contact .col-md-7{
		padding-right:0px;}
	.contact .col-md-5{
		padding-left:0px;
		margin-bottom:20px;}
}
.link .container .col-md-12{
	padding:0px;}
.linkCon{
	padding:20px 0px;}
.linkItem{
	padding: 0px;}
.linkItem a{
	color: #fff;
	line-height: 32px;}
@media(min-width:1200px){
	.link .container{
		width:1200px;}
}
@media(min-width:1440px){
	.link .container{
		width:1300px;}
}
@media (max-width:648px){
	.link{
		margin-top: 30px;}
	.link li{
		float: left;
		padding:10px;}
}
@media(max-width:414px){
	.link{
		padding-left: 15px;
		padding-right: 15px;}
	.linkItem{
		width: 33.3%;
		padding-left: 10px;}
}
@media(max-width:320px){
	.linkItem{
		width:50%;}
}

.footer{
	background: #315089;
	line-height: 2em;
	color: #fff;
	text-align: center;
	padding: 20px 0;}

/*回到顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(54, 54, 54, 0.8) url(../images/cd-top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;}
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;}
}
@media (max-width:640px){
	.cd-top{
		right:0;
	}
}
.main&gt;.container&gt;.row&gt;.p15right{
   padding-right: 15px;
}
.main&gt;.container&gt;.row&gt;.p15left{
   padding-left: 15px;
}</pre></body></html>