@charset "utf-8";
@font-face {
  font-family: 'FontAwesome';
  src: url('../css/fontawesome-webfont.woff');
  font-weight: normal;
  font-style: normal;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	margin: 0;
	position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-weight: normal;
}
ol, ul {
	list-style: none
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
display:none
}
a {
	color: #333;
	background-color: transparent;
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
	text-decoration: none
}
a:hover {
	color: #00478b
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
mark {
	color: #000;
	background: #ff0
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	display: block;
	padding: 0;
	border: none;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	max-height: 100%
}
address, cite, dfn, em, var, i {
	font-style: normal;
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	height: 1px;
	background: #ddd;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
:focus {
	outline: 0
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit
}
button {
	overflow: visible;
	border: none
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0
}
input {
	line-height: normal;
	-webkit-appearance: none
}
input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}
legend {
	padding: 0;
	border: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
td, th {
	padding: 0
}
@media print {
*, :after, :before {
	color: #000!important;
	text-shadow: none!important;
	background: 0 0!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: ""
}
blockquote, pre {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
img, tr {
	page-break-inside: avoid
}
img {
	max-width: 100%!important
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
}




::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button
}
/*::selection{background:#0662d4;color:#fff}
::-moz-selection{background:#0662d4;color:#fff}
::-webkit-selection{background:#0662d4;color:#fff}
*/

.bor {
	border: 1px dashed #999
}
.poab {
	position: absolute
}
.pore {
	position: relative
}
.texto {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.imgInline {
	display: inline-block!important;
	vertical-align: middle
}
.imgMargin {
	margin: 0 auto
}
.imgW100 {
	width: 100%
}
.text-r {
	text-align: right
}
.text-m {
	text-align: center
}
.text-bold {
	font-weight: 700;
}
.text-light {
	font-weight: 100;
}
.text-up {
	text-transform: uppercase;
}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.flex-left {
	display: flex;
	flex-wrap: wrap
}
.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flex-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.flex-v-center {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.flex-v-bottom {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.trans {
	transition: all .5s
}
.trans-mask {
	display: block;
	overflow: hidden;
	width: 100%;
	cursor: pointer;
	position: relative;
}
.trans-mask img {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.trans-mask:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.bg-mask .pic {
	overflow: hidden;
}
.bg-mask .pic a {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	display: block;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.bg-mask:hover .pic a {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.bgimg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.none {
	display: none
}
.wp {
	width: 94%;
	margin: 0 auto;
	max-width: 1200px;
}
.greybg {
	background: #f2f2f2
}
.textup {
	text-transform: uppercase
}
.co-main {
	color: #0662d4
}
.co-fff {
	color: #fff!important
}
.fixdbody {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.m-show {
	display: none
}
.filter-page {
	filter: blur(5px);
}
@media screen and (max-width:900px) {
.pc-show {
	display: none
}
.m-show {
	display: block
}
}
.icon-plus {
	position: relative;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #eee;
	flex: 0 0 auto;
	margin: 0 0 0 1em;
	cursor: pointer
}
.icon-plus {
	display: none;
}
.icon-plus:after, .icon-plus:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	width: 15px;
	height: 1px;
	background-color: #1a1a1a;
	content: ""
}
.icon-plus:after {
	transition: .4s ease;
	transform: rotate(90deg)
}
.icon-plus.-active:after {
	transform: rotate(0)
}
.trans-line:before {
	content: '';
	position: absolute;
	width: 60px;
	height: 100%;
	margin-top: 0px;
	margin-left: -120px;
	overflow: hidden;
	z-index: 6;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.4)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg)
}
.trans-line:hover:before {
	-webkit-animation: aniBlink .6s ease-out forwards;
	-moz-animation: aniBlink .6s ease-out forwards;
	-o-animation: aniBlink .6s ease-out forwards;
	animation: aniBlink .6s ease-out forwards
}
@keyframes aniBlink {
 from {
margin-left:-50%
}
to {
	margin-left: 120%
}
}
@-webkit-keyframes aniBlink {
 from {
margin-left:-50%
}
to {
	margin-left: 120%
}
}
.header {
	width: 100%;/* height: 150px; */
	background: #2264c2;
}
.header .top {
	padding: 50px 0;
	border-bottom: 1px solid #4e83ce;
}
.header .top .searchbtn {
	font-size: 30px;
	color: #fff
}
.mian-nav-m {
	display: none;
	float: right;
}
.mian-nav-h {
	width: 100%
}
.logo {margin-top: -50px;
	z-index: 10;
	position: relative;
}
.logo img {height: 65px;}
.logom {
	display: none;
}
.ser-pc {
	margin-top: 15px;
}
.subbtn-pc {
	height: 36px;
	color: #fff;
	width: 50px;
	text-align: center;
	line-height: 40px;
	border: none;
	font-size: 20px;
	background: rgba(255,255,255,0.2);
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.inp-pc {
	background: rgba(255,255,255,0.2);
	height: 36px;
	color: #fff;
	width: 145px;
	line-height: 36px;
	border: none;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.mian-nav {
	background: #2264c2;
}
.mian-nav ul {
	line-height: 56px;
}
.mian-nav ul li {
	position: relative;
	font-size: 18px;
	transition: .3s;
	text-align: center;
}
.mian-nav ul li>a {
	position: relative;
	color: #fff;
	font-size: 20px;
}
.mian-nav ul li:before {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 0;
	height: 2px;
	background: #f9924d;
	content: "";
	transition: width .5s
}
.mian-nav ul li:after {
	position: absolute;
	bottom: 0px;
	right: 50%;
	width: 0;
	height: 2px;
	background: #f9924d;
	content: "";
	transition: width .5s
}
.mian-nav ul li:hover:before {
	width: 30px
}
.mian-nav ul li:hover:after {
	width: 30px
}
.sub-nav {
	position: absolute;
	top: 100%;
	right: 0;
	left: 50%;
	z-index: 99;
	padding-top: 0;
	display: none;
	width: 140px;
	margin-left: -70px
}
.sub-nav .sub-nav-h {
	text-align: center;
	background: #f3f3f3;
}
.sub-nav .sub-nav-h a {
	display: block;
	line-height: 48px;
}
.sub-nav .sub-nav-h a:hover {
	background: #ffffff;
	color: #f9924d
}
.mian-nav ul li:hover .sub-nav {
	display: block
}
.mian-nav ul li:hover>a {
	color: #f9924d
}
.head-menu-btn {
	z-index: 999;
	overflow: hidden;
	margin-left: 4px;
	width: 40px;
	height: 40px;
	background: 0 0;
	text-indent: -5260px;
	opacity: 1;
	position: relative;
	z-index: 999;
	display: none;
}
.head-menu-btn .line-1, .head-menu-btn .line-2, .head-menu-btn .line-3 {
	position: absolute;
	top: 50%;
	right: 50%;
	display: block;
	margin-right: -25px;
	width: 32px;
	height: 2px;
	background: #fff;
	transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
	transition-property: transform, width, margin, background-color;
}
.head-menu-btn .line-1 {
	margin-top: -11px;
	width: 28px;
}
.head-menu-btn .line-3 {
	margin-top: 11px;
	width: 28px;
}
.drawerMenu-open .head-menu-btn .line-1 {
	visibility: hidden
}
.drawerMenu-open .head-menu-btn .line-2 {
	margin-top: 0!important;
	width: 80%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.drawerMenu-open .head-menu-btn .line-3 {
	margin-top: 0!important;
	width: 80%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.header .top .searchbtn {
	height: 84px;
	line-height: 84px;
	display: none
}
.mobNav {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	background: rgba(255,255,255,.95);
	z-index: 889;
	padding-top: 53px;
	padding: 10px 30px 30px;
	display: none;
	bottom: 0;
	border-top: 1px solid #ddd;
}
.mobNav ul {
	height: 70vh;
	overflow: auto;
}
.mobNav ul li {
	padding: 15px 0;
	border-bottom: 1px solid #ddd
}
.mobNav ul li:last-child {
	border-bottom: 0
}
.mobNav ul li .navp a {
	font-size: 15px;
	color: #012a84;
	font-weight: bold;
}
.mobNav ul li .navp i {
	display: block;
	width: 16px;
	transition: .3s;
	transform-origin: center;
	margin-right: 5px
}
.mobNav ul li.on .navp i {
	transform: rotate(-45deg);
}
.mobNav ul li .subNavm {
	margin-top: 10px;
	padding-left: 10px;
	display: none
}
.mobNav ul li .subNavm a {
	display: block;
	line-height: 30px;
	font-size: 14px
}
 @media screen and (max-width:1200px) {
body {
	padding-top: 60px
}
.header {
	height: 60px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding: 8px 0;
	box-shadow: 0 0 5px rgba(0,0,0,.2)
}
.header .top {
	padding: 0
}
.header .top .searchbtn {
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	display: block;
}
.ser-pc {
	display: none
}
.head-menu-btn {
	display: block;
}
.logo img {
	height: 40px;
}
.mian-nav {
	display: none
}
.toplink, .top-r {
	display: none
}
.mobNavbtn {
	display: flex;
}
.top {
	height: 50px;
	line-height: 50px;
	padding: 4px 0
}
.footer .info  .ht{
	display:none;
}

}
@media screen and (max-width:812px) {
.logo img.trans  {
	display:none;
}
.logom {
	display: block;
}

}
@media screen and (max-width:640px) {
	.logo img {
	/* height: 18px; */
	/* margin-top: 15px; */
}

.logop {
	display: none;
}
}
@media screen and (max-width:320px) {
.logo {
	padding-top: 5px
}
.logo img {
	height: 35px
}
}
.bannerA .slick-dots li button {
	width: 20px;
	height: 8px;
	background: #fff;
	opacity: 1;
}
.bannerA .slick-dots li.slick-active button {
	background: #ddb100;
	width: 100px;
}
.footer {
	background: #00478b;
	color: #fff;
    padding: 30px 0;
}
.footer .qcode {
	width: 220px;
}
.footer .info {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 10px;
}
.footer .info p {
	font-size: 16px;
	line-height: 30px;
}
.footer .info p i {
	margin-right: 5px
}

.footer .qcode i {
	display: block;
	margin: 0 auto 5px;
	color: #fff;
	font-size: 30px;
}
.footer .qcode a {
	color: #fff;
	font-size: 14px;
	position: relative;
	height: 60px;
	display: block;
}
.footer .qcode img {
	width: 72px;
	margin: 0 auto;
	height: 72px
}
.footer .qcode span {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 90px;
	height: 100px;
	background: url(../images/codebg.png) no-repeat top center;
	margin-left: -45px;
	padding-top: 20px;
	display: none
}
.footer .qcode a:hover span {
	display: block;
}
.footer p img {
	display: inline-block;
	vertical-align: -2px;
	margin-right: 5px
}
.footer p span {
	margin-right:10px;
}
.footer p span.marl {
	margin-right:0;
}
.footer .banquan a {
	color: #fff;
	margin-left: 10px
}
.footer .banquan {
	padding: 20px 0;
	font-size: 14px;
	margin-top: 30px;
}
.footer .banquan span {
	margin: 0 10px
}
 @media screen and (max-width:1280px) {
.footer .qcode {
	width: 140px;
}
}
 @media screen and (max-width:1200px) {
.bannerA .slick-dots {
	bottom: 15px;
}
.footer .info div.ftlogo {
	width: 100%;
	text-align: center;
	margin-bottom: 20px
}
.footer .info div.ftlogo img {
	display: inline-block;
	width: 85%;
	max-width: 402px
}
.footer .info div.fttxt {
	width: 100%;
	text-align: center;
	margin-bottom: 30px
}
.footer .qcode {
	width: 200px;
	margin: 0 auto
}
.footer .banquan span:nth-child(3) {
	display: block;
}
}
@media screen and (max-width:640px) {
.bannerA .slick-dots {
	bottom: 4px;
}
.bannerA .slick-dots li button {
	height: 8px;
	width: 8px;
	background: #ddd
}
.footer p span{
	display:block;
	text-align: center;
	margin: 0;
}
}
@media screen and (max-width:320px) {
.footer .info div.ftlogo {
	margin-bottom: 10px
}
.footer .info div.fttxt {
	margin-bottom: 20px
}
.footer p {
	padding: 5px 0
}
}
.line2 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.line3 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.line4 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.ctit {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.ctit h4 {
	z-index: 10;
	float: left;
	color: #333;
	font-size: 26px;
}
.ctit h4 font{
	
font-family: hwxk;
	
color: #2264c2;
	
font-size: 40px;
	
margin-right: 5px;
}
.ctit h4 span{
	
	
color: #999;
	
font-size: 18px;
	
margin-left: 10px;
}
.ctit h4 i {
	display: inline-block;
	margin-right: 5px;
	color: #174cc0;
	vertical-align: -5px;
	font-size: 43px
}
.ctit a {
	position: relative;
	z-index: 10;
	float: right;
	text-transform: uppercase;
	padding-top: 10px;
	color: #000;
	font-size: 14px;
}
.ctit a:hover {
	color: #174cc0
}
@media screen and (max-width:980px) {
.ctit h4 {
	font-size: 22px;
}
.ctit h4 font{
	font-size: 28px;
}
.ctit a, .ctit h4 span {
	/* font-size: 15px; */
}
.ctit a {
	padding-top: 0;
}

}
@media screen and (max-width:640px) {
	.ctit h4 span{
		display:none;
	}
.ctit h4 i {
	vertical-align: -3px;
	font-size: 32px
}
.ctit h4 {
	font-size: 20px;
}
}
.homea {
	padding: 30px 0;
	background: #fff;
}
.homea  .ctit h4{
	background: url(../images/icon01.png) no-repeat left center;
	background-size: contain;
	padding-left: 40px;
}
.homea .ctit{margin-bottom: 30px;}
.homea .aleft{width: 42%;}
.homea .aright{width: 54%;}
.homea .aleft .topNews-slide{padding-bottom:25px;}
.homea .aleft .swiper-slide h4{width: 100%;position:absolute;right: 0;bottom: 0;left:0;padding:20px;background: rgba(0,0,0,0.5);color:#fff;font-size:20px;padding-right: 100px;}
.homea .aleft .swiper-slide h4 a{color:#fff;}
.homea .aleft .swiper-slide .pic{height: 310px;}
.homea .aleft .topNews-slide .swiper-pagination-bullets{right: 12px;bottom: 43px;left:auto;width:auto;}
.homea .aleft .topNews-slide .swiper-pagination-bullet{display:inline-block;width:8px;height:8px;border-radius:100%;background:#ccc;opacity:1;}
.homea .aleft .topNews-slide .swiper-pagination-bullet-active{background:#2264c2;}
.homea .aright ul li{padding: 18px 0;border-bottom:1px solid #ddd;}
.homea .aright ul li a{display:flex;justify-content:space-between;}
.homea .aright ul li:first-child{padding-top:0;}
.homea .aright ul li:last-child{border-bottom:0;}
.homea .aright ul li .time1{float:left;width: 84px;font-size:14px;}
.homea .aright ul li span{
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    background: #a8a8a8;
    color: #ffffff;
    float: left;
    font-size: 14px;
    margin: 0 15px 0 5px;
}
.homea .aright ul li h4{font-size:18px;}
.homea .aright ul li p{color:#777;}
.homea .aright ul li .info{width: calc(100% - 100px);}
.homea .aright ul li:hover .time{background:#225bb3;color:#fff;}
.homea .aright ul li:hover .time span{color:#225bb3;}

.homec {
	padding: 30px 0 40px;
	background: #fff;
}
.homec .ctit {
	margin-bottom: 10px
}
.homec .ctit h4 {
    background: url(../images/icon03.png) no-repeat left center;
    background-size: contain;
    padding-left: 40px;
}
.homec .aright .ctit h4 {
  background: url(../images/icon04.png) no-repeat left center;
  background-size: contain;
  padding-left: 40px;
}
.homec .aleft, .homec .aright {
	width: 47.5%
}

.homec .aleft ul li {
	border-bottom: 1px dashed #ddd;
	position: relative;
	padding-right: 100px;
	line-height: 40px;
	padding-left: 15px;
	background: url(../images/icon002.png) no-repeat left center;
}
.homec .aleft ul li.last {
	border-bottom: 0
}
.homec .aleft ul li span {
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
}
.homec .aleft ul li.first {
	padding: 20px 0;
	line-height: inherit
}
.homec .aleft ul li.first .pic {
	width: 39.3%;
	height: 200px
}
.homec .aleft ul li.first .txt {
	width: 57.5%
}
.homec .aleft ul li.first .txt h4 {
	margin-bottom: 10px;
	line-height: 1.7em
}
.homec .aleft ul li.first .txt .time {
	margin-bottom: 10px;
	color: #888
}
.homec .aleft ul li.first .txt h4 a {
	max-height: 54px;
	font-size: 18px
}
.homec .aleft ul li.first .txt p {
	max-height: 106px;
	color: #777;
	font-size: 16px;
	line-height: 1.65em
}
.homec .aleft ul li:hover a {
	color: #174cc0
}
.homec .aright .pic{
	margin: 14px auto;
}
.homec .aright .pic img{
	margin: 0 auto;
}
.homec .aright ul li {
	border-bottom: 1px dashed #ddd;
	position: relative;
	padding-right: 100px;
	line-height: 40px;
	padding-left: 15px;
	background: url(../images/icon002.png) no-repeat left center;
}
.homec .aright ul li.last {
	border-bottom: 0
}
.homec .aright ul li span {
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
}
.homec .aright ul li.first {
	padding: 20px 0;
	line-height: inherit
}
.homec .aright ul li.first .pic {
	width: 39.3%;
	height: 200px
}
.homec .aright ul li.first .txt {
	width: 57.5%
}
.homec .aright ul li.first .txt h4 {
	margin-bottom: 10px;
	line-height: 1.7em
}
.homec .aright ul li.first .txt .time {
	margin-bottom: 10px;
	color: #888
}
.homec .aright ul li.first .txt h4 a {
	max-height: 54px;
	font-size: 18px
}
.homec .aright ul li.first .txt p {
	max-height: 106px;
	color: #777;
	font-size: 16px;
	line-height: 1.65em
}
.homec .aright ul li:hover a {
	color: #174cc0
}
.homee{
	padding: 50px 0;
	background: #edf6ff;
}
.homee ul li{
	margin-top:10px;
}
.homeb {
	padding: 20px 0 25px;
	background: #f3f3f3;
}
.homeb  .ctit h4{
	background: url(../images/icon02.png) no-repeat left center;
	background-size: contain;
	padding-left: 40px;
}

.homeb .notice ul li {
	position: relative;
	width: 47%;
	height: 70px;
	background: #fff;
	margin-top: 15px;
	padding-left: 70px;
	margin-bottom: 20px;
}
.homeb .notice ul li:hover h4 {
	text-decoration: underline
}
.homeb .notice ul li.last {
	border-bottom: 0
}
.homeb .notice ul li .time {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 70px;
	background: url(../images/ssq1.png) no-repeat center;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	background-size: cover;
}
.homeb .notice ul li span {
	display: block;
	height: 36px;
	border-top: 0;
	color: #fff;
	font-size: 16px;
}
.homeb .notice ul li h4 {
	color: #2e4556;
	font-size: 18px;
	margin: 10px 0;
}
.homeb .notice ul li p {
	color: #777;
	font-size: 14px;
	line-height: 20px;
}
.homeb .notice ul li .info {
	width: 100%
}
@media screen and (max-width:1200px) {
		.homea .slick-item ul li{
		width:100%;
	}
.homec .aleft, .homeb .aleft {
	margin-bottom: 30px;
	width: 100%
}
.homec .aright, .homeb .aleft, .homeb .aright {
	width: 100%
}
.homeb .notice ul li{
	width: 100%
}
.homea .aleft .swiper-slide h4{
	font-size: 16px;
}
.homea .aright ul li h4{
	font-size: 16px;
}
.homeb .notice ul li h4{
	font-size: 16px;
}
}
@media screen and (max-width:640px) {

.homec {
	/* padding: 60px 0 45px */
}
.homec .aleft ul li {
	/* padding-top: 15px; */
	/* padding-bottom: 15px; */
	padding-right: 47px;
}
.homec .aleft ul li .pic {
	width: 35%;
	height: 100px
}
.homec .aleft ul li .txt {
	padding-top: 0;
	width: 62%
}
.homec .aleft ul li .txt h4 {
	position: relative;
	margin-bottom: 10px;
	padding-left: 60px;
	line-height: 1.6em
}
.homec .aleft ul li .txt h4 .time {
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 14px
}
.homec .aleft ul li .txt h4 a {
	height: auto;
	font-size: 16px
}
.homec .aleft ul li .txt p {
	max-height: inherit;
	font-size: 14px;
	line-height: 1.5em
}
.homec .aleft ul li:hover a {
	color: #174cc0
}
.homec .aleft ul li.last {
	border-bottom: 0
}
.homec .aright ul li {
	padding-right: 45px;
	font-size: 15px;
	/* line-height: 50px */
}
.homec .aright ul li.first {
	padding: 20px 0;
	line-height: inherit
}
.homec .aright ul li.first .pic {
	margin-bottom: 20px;
	width: 100%;
	height: 200px
}
.homec .aright ul li.first .txt {
	width: 100%
}
.homec .aright ul li.first .txt h4 {
	line-height: 1.5em
}
.homec .aright ul li.first .txt .time {
	font-size: 14px
}
.homec .aright ul li.first .txt .time i {
	margin-right: 3px;
	vertical-align: -1px
}
.homec .aright ul li.first .txt h4 a {
	max-height: inherit;
	font-size: 18px
}
.homec .aright ul li.first .txt p {
	max-height: inherit;
	font-size: 14px;
	line-height: 1.5em
}
.homeb .aleft ul li {
	padding-right: 100px;
	font-size: 15px;
	line-height: 56px
}
.homeb {
	/* padding: 45px 0 */
}
.homeb .aright ul li {
	padding: 20px 0 20px 65px
}
.homeb .aright ul li .time {
	top: 18px;
	width: 50px;
	height: 56px;
	font-size: 15px
}
.homeb .aright ul li h4 {
	font-size: 16px
}
.homeb .aright ul li p {
	font-size: 14px
}
}

.homed {
	margin-bottom: 70px;
	font-size: 20px
}
.homed dl {
	position: relative;
	padding-left: 110px
}
.homed dl dt {
	position: absolute;
	top: 0;
	left: 0
}
.homed a {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 5px 30px;
	border: 1px solid #ddd;
	color: #666;
	font-size: 18px
}
.homed a:hover {
	border: 1px solid #174cc0;
	color: #174cc0
}
@media screen and (max-width:1366px) {

.homed {
	font-size: 18px
}
.homed dl {
	padding-left: 90px
}
.homed a {
	margin-right: 20px;
	padding: 5px 20px;
	font-size: 16px
}
}
@media screen and (max-width:1200px) {
	.homee ul li{
		width:100%;
		/* height: 215px; */
	}
	.homee ul li.zt{
		width:50%;
	}
	.homee ul li.zt1{
		display:none;
	}
	.homee ul li img{
		width:100%;
		height: 250px;
	}

}
@media screen and (max-width:812px) {

.homea .aleft{width:100%;}
.homea .aright{width: 100%;}

.homea .aleft .swiper-slide .pic {
    height: 400px;
}

}
@media screen and (max-width:768px) {

.homea .aleft .swiper-slide .pic {
    height: 200px;
}
.homea{
	
padding-bottom: 20px;
}
.homeb{
	
padding-top: 20px;
	
padding-bottom: 30px;
}
.homec {
    padding: 30px 0 20px;
}
.homee {
    padding:20px 0;
 
}
.homee ul li img{
		
height: 160px;
	}
}
@media screen and (max-width:640px) {

.homed {
	margin-bottom: 50px
}
.homed a {
	margin-right: 10px;
	padding: 5px 20px;
	font-size: 14px
}
.homee ul li img{
		
height: 110px;
	}
}
@media screen and (max-width:320px) {

}
.hidden_search .text {
	width: 100%;
	height: 40px;
	padding: 0;
	font-size: 14px;
	color: #444;
	background: 0 0;
	border: none;
}
.hidden_search .btn {
	display: block;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	border: none;
	border-radius: 50%;
	overflow: hidden;
	background-size: 50%;
	font-size: 24px;
	color: #012a84;
	background: 0 0
}
.hidden_search .search_wrap {
	border: 1px solid #e4eaec;
	border-radius: 20px;
	position: relative;
	padding-right: 45px;
	padding-left: 20px;
	width: 95%
}
.hidden_search .close_btn {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 26px;
	background-size: 50%
}
.hidden_search .close_btn:hover {
	color: #012a84
}
.cd-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.7);
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 9999;
	opacity: 0
}
.cd-popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s
}
.cd-popup-container {
	position: relative;
	padding: 30px 40px 30px 30px;
	background: #fff;
	width: 60%;
	margin: 0 auto;
	top: 50%;
	margin-top: -58px;
	background: #fff;
border-radius:.4rem .4rem .4rem .4rem;
	text-align: center;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.is-visible .cd-popup-container {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.cd-popup0, .cd-popup1, .cd-popup2, .cd-popup3 {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 9999
}
.cd-popup0.is-visible, .cd-popup1.is-visible, .cd-popup2.is-visible, .cd-popup3.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s
}
.cd-popup-container0, .cd-popup-container1, .cd-popup-container2, .cd-popup-container3 {
	position: relative;
	padding: 40px;
	background: #fff;
	width: 60%;
	margin: 0 auto;
	top: 20%;
	background: #fff;
border-radius:.4rem .4rem .4rem .4rem;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.cd-popup-container1 {
	top: 10%
}
.is-visible .cd-popup-container0, .is-visible .cd-popup-container1, .is-visible .cd-popup-container2, .is-visible .cd-popup-container3 {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.sear_p {
	float: left;
	margin: 20px 0 0 5%;
	width: 90%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff
}
.sear_txt {
	float: left;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	border: none;
	width: calc(100% - 35px);
	background: 0 0;
	color: #666;
	text-indent: 5px
}
 @media screen and (max-width: 600px) {
.hidden_search .close_btn {
	right: 10px;
	font-size: 18px;
}
.cd-popup-container {
	width: 90%
}
.hidden_search .text {
	font-size: 14px
}
.cd-popup-container {
	padding: 20px 30px 20px 10px
}
}
#browser-modal {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: #303233;
	position: fixed;
	z-index: 9999;
}
#browser-modal .browser-modal-cover {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #111;
	opacity: .9;
	z-index: -1
}
#browser-modal .browser-content {
	width: 700px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	padding-top: 50px;
	background-color: #fff;
	border-radius: 5px
}
#browser-modal .browser-content .browser-dpc-logo img {
	height: 42px;
	margin: 45px auto 40px
}
#browser-modal .browser-content .browser-text-title {
	text-transform: uppercase;
	font-size: 24px
}
#browser-modal .browser-content .browser-text-desc {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px
}
#browser-modal .browser-content .browser-list {
	width: 600px;
	margin: 20px auto;
	height: 130px
}
#browser-modal .browser-content .browser-item {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto
}
#browser-modal .browser-content .browser-item .iconfont {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 10px;
}
#browser-modal .browser-content .browser-item .iconchrome {
	background: url(../images/bro.png) no-repeat 0 0
}
#browser-modal .browser-content .browser-item .iconfirefox {
	background: url(../images/bro.png) no-repeat 0 -100px
}
#browser-modal .browser-content .browser-item .iconopera {
	background: url(../images/bro.png) no-repeat 0 -200px
}
#browser-modal .browser-content .browser-item .iconEdge {
	background: url(../images/bro.png) no-repeat 0 -300px
}
#browser-modal .browser-content .browser-item a {
	cursor: pointer;
	display: block
}
#browser-modal .browser-content .browser-item a img {
	display: block;
	margin: 0 auto;
	max-width: 100px;
	width: 100px;
	height: 100px
}
#browser-modal .browser-content .browser-item a h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700
}
@media (min-width: 300px) and (max-width: 812px) 
{

#_vsb_player{ text-indent:0em !important;  text-align: center; display: block; margin: 0 auto;  width: 100% !important;
    height: auto !important;}
video{ text-indent:0em !important;  text-align: center; display: block; margin: 0 auto;  width: 100% !important;
    height: auto !important;}

}


.tre h2{

font-size:22px;}
.stafflist {
    /* border-top: 4px solid #ebf0f7; */
    margin: 0.5em auto;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.stafflist li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
   /* flex: 1 0 auto; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
    font-size: 14px;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 29%;
    }
@media (min-width: 300px) and (max-width: 812px) 
{ .stafflist li {width: 100%;}

}

 .stafflist    .contact{
 	text-indent:0;
 }

.stafflist .photo{
    width: 180px;
    height:230px;
    padding: 3px;
    margin-bottom: .5em;
    vertical-align: bottom;}
.photo{
    text-indent: 0;
    text-align: center;
    margin: 2em auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;}


.stafflist h3 {
    margin: 0;
    font-size: 18px;}
.stafflist h3 {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: .8em !important;
    font-weight: bold;
    }


.stafflist h3 .title {
    font-size: 14px;
    margin-left: 10px;
    vertical-align: 0;
    color: #aaa;}


 .stafflist .role{
    text-indent: 0;
    line-height: 1.8;
    margin: 0 0 1em;}

.stafflist .contact .tel:before{
content: '\f095';
    font-family: FontAwesome;
    color: #a41b2f;
    display: inline-block;
    width: 20px;
    text-align: center;}
.stafflist .contact .adr:before{
content: '\f041';
font-family: FontAwesome;
    color: #a41b2f;
    display: inline-block;
    width: 20px;
    text-align: center;}
.stafflist .contact .email:before{
content: '\f0e0';
    font-size: .8em;
    vertical-align: .1em;
    font-family: FontAwesome;
    color: #a41b2f;
    display: inline-block;
    width: 20px;
    text-align: center;}

.tre h2{

font-size: 17px;

font-weight: bold;

color: #666;

text-indent: 2rem;

}