﻿*,
*:before,
*:after {
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,

abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
}

b,
strong {
	font-weight: bold;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
textarea,
button,
a {
	outline: 0;
}

textarea {
	resize: none;
}

sub,
sup,
small {
	font-size: 75%;
}

body {
	font-family: -apple-system, "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #333333;
	background: #fff;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

button,
input,
textarea {
	font-family: -apple-system, "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
	color: #333333;
}

a {
	color: #333;
	transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease, opacity 0.3s ease-in-out;
}

a:hover {
	color: #0466bc;
}

.container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

.clear-fix {
	*zoom: 1;
}

.clear-fix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

.align-center {
	text-align: center !important;
}

.mb10 {
	margin-bottom: 10px;
}

ul.nav {
	position: relative;
	z-index: 99;
}

ul.nav ul {
	display: none;
	position: absolute;
}

ul.nav li {
	float: left;
	position: relative;
}

ul.nav li:hover {
	visibility: inherit;
}

ul.nav a {
	display: block;
	position: relative;
}

ul.nav li.sfHover ul,
ul.nav li:hover ul {
	left: 0;
	top: 100%;
	z-index: 99;
}

ul.nav li li.sfHover ul,
ul.nav li li:hover ul {
	left: 100%;
	top: 0;
}

ul.nav li li li.sfHover ul,
ul.nav li li li:hover ul {
	left: 100%;
	top: 0;
}

ul.nav {
	width: 1040px;
	margin: 0;
	height: 60px;
	border-left: 1px solid #045ca9;
}

ul.nav a {
	color: #fff;
	width: 171px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold !important;
	text-align: center;
}

ul.nav a:hover {
	background-color: #1d75c3;
}

ul.nav>li {
	border-right: 1px solid #045ca9;
}

ul.nav>li.sfHover>a {
	background-color: #1d75c3;
}

ul.nav li li {
	background-color: #fff;
	/*border-bottom: 1px solid #dcdcdc;*/
}

ul.nav li li a {
	font-size: 15px;
	height: auto;
	line-height: 28px;
	padding: 5px 15px;
	font-weight: normal;
}

ul.nav li li a:hover {
	background-color: #045ca9;
	font-weight: normal;
}

ul.nav li li .sf-sub-indicator {
	left: auto;
	right: 5px;
}

ul.nav ul {
	width: 1032px;
	border: 1px solid #dcdcdc;
	border-top: 0;
	/*border-bottom: 0;*/
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-left: -172px;
}

ul.nav ul ul {
	margin-top: -1px;
}

ul.nav ul li {
	width: 147px;
}

ul.nav ul li a {
	color: #333;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

ul.nav ul li a:hover {
	color: #0466bc;
	background-color: #fff;
}

ul.nav>a:active,
ul.nav>a:focus,
ul.nav>a:hover,
ul.nav>li.sfHover,
ul.nav>li:hover,
ul.nav li a:hover {
	font-weight: bold;
}


/*** arrows **/

ul.nav a.sf-with-ul {
	min-width: 1px;
}

.sf-sub-indicator {
	display: inline-block;
	margin-left: 8px;
	width: 10px;
	height: 10px;
	text-indent: -99em;
	overflow: hidden;
	opacity: .5;
	/* background: url("nav-arrow.png") no-repeat -10px -102px; */
}

a>.sf-sub-indicator {
	/* give all except IE6 the correct values */
	background-position: 0 -102px;
	/* use translucent arrow for modern browsers*/
}


/* apply hovers to modern browsers */

a:active>.sf-sub-indicator,
a:focus>.sf-sub-indicator,
a:hover>.sf-sub-indicator,
li.sfHover>a>.sf-sub-indicator,
li:hover>a>.sf-sub-indicator {
	background-position: -10px -102px;
	/* arrow hovers for modern browsers*/
}


/* point right for anchors in subs */

ul.nav ul .sf-sub-indicator {
	background-position: -10px 0;
}

ul.nav ul a>.sf-sub-indicator {
	background-position: 0 0;
	display: none;
}


/* apply hovers to modern browsers */

ul.nav ul a:active>.sf-sub-indicator,
ul.nav ul a:focus>.sf-sub-indicator,
ul.nav ul a:hover>.sf-sub-indicator,
ul.nav ul li.sfHover>a>.sf-sub-indicator,
ul.nav ul li:hover>a>.sf-sub-indicator {
	background-position: -10px 0;
	/* arrow hovers for modern browsers*/
}

.wrap-tabs {
	width: 100%;
	position: relative;
}

.wrap-tabs .ui-tabs-nav-title {
	float: left;
	line-height: 1;
	margin-right: 30px;
}

.wrap-tabs .ui-tabs-nav-title span {
	color: #0466bc;
}

.wrap-tabs .ui-tabs-panel {
	height: 290px;
	overflow: hidden;
}

.ui-tabs-nav {
	height: 35px;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
}

.ui-tabs-nav li {
	float: left;
	position: relative;
	white-space: nowrap;
	margin-right: 30px;
}

.ui-tabs-nav li a {
	display: block;
	float: left;
	height: 35px;
	line-height: 1;
	text-align: center;
	font-size: 21px;
}

.ui-tabs-nav .ui-state-active a {
	color: #0466bc;
	font-weight: bold;
}

.ui-tabs-nav .ui-state-active:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #0466bc;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.wrap-tabs-large>.ui-tabs-nav {
	height: 50px;
}

.wrap-tabs-large>.ui-tabs-nav li a {
	height: 50px;
	line-height: 50px;
	font-size: 24px;
}

.tabs-links .ui-tabs-panel {
	height: 180px;
}

.wrapper {
	min-width: 1200px;
	overflow: hidden;
}
.wrapper_pc {
	min-width: 1200px;
	overflow: hidden;
}
	.wrapper_old{
        width: 100%;
        overflow: hidden;
        min-width: auto;
        padding-bottom: 0 !important;
    }

.wrapper-background-white {
	padding: 40px 0;
	background-color: #fff;
}

.wrapper-background-white.border {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.wrapper-background-white .wrap-cxscroll-special {
	padding: 0;
}

.wrapper-background-gray {
	padding: 40px 0;
	background-color: #f9f9f9;
}

.wrapper-background-gray.border {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.wrapper-background-gray .wrap-cxscroll-special {
	padding: 0;
}

.grid-2-1 {
	width: 580px;
	float: left;
	margin-right: 40px;
}

.grid-3-1 {
	width: 380px;
	float: left;
	margin-right: 30px;
}

.grid-3-2 {
	width: 790px;
	float: left;
	margin-right: 30px;
}

.grid-last {
	margin-right: 0;
}

.section-title {
	text-align: center;
	line-height: 1;
	margin-bottom: 40px;
}

.section-title span {
	color: #0466bc;
}

.side-toolbar {
	position: fixed;
	z-index: 99;
	top: 340px;
	left: 50%;
	margin-left: 610px;
	width: 60px;
	padding: 10px 0;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
}

.side-toolbar .item {
	display: block;
	padding: 5px;
	text-align: center;
	color: #666;
}

.side-toolbar .item i {
	display: block;
	font-size: 24px;
	margin-bottom: 2px;
}

.side-toolbar .item span {
	display: block;
	font-size: 12px;
}

.side-toolbar .item:hover {
	color: #0466bc;
}

.wrapper-header {
	position: relative;
	z-index: 99;
	width: 100%;
	height: 200px;
	/* background-image: url("header-background.jpg"); */
	background-repeat: no-repeat;
	background-size: cover;
}

.wrapper-header .container {
	position: relative;
	height: 200px;
}

.wrapper-header .flower-1 {
	display: block;
	position: absolute;
	left: -198px;
	bottom: 0;
}

.wrapper-header .flower-2 {
	display: block;
	position: absolute;
	left: 600px;
	top: 0;
}

.wrapper-header .flower-3 {
	display: block;
	position: absolute;
	right: -354px;
	top: 0;
}

.wrapper-header .logo {
	display: block;
	position: absolute;
	top: 85px;
	left: 0;
	z-index:9999;
}

.wrapper-header .slogan {
	display: block;
	position: absolute;
	top: 74px;
	right: 0;
	z-index:9999;
}

.wrapper-header .topbar {
	position: relative;
	z-index: 8888;
	padding-top: 10px;
	width:1200px;
	height:100%;
	background:url(top.gif);
}

.wrapper-header .external-link {
	float: left;
}

.wrapper-header .external-link .item {
	display: inline-block;
	margin-right: 10px;
}

.wrapper-header .external-link img {
	display: inline-block;
	vertical-align: middle;
}

.wrapper-header .external-link p {
	display: inline-block;
	vertical-align: middle;
	font-size:14px;
}

.wrapper-header .external-link span {
	color: #666;
}

.wrapper-header .topbar-link {
	float: right;
	font-size:14px;
}

.wrapper-header .topbar-link a.active {
	color: #0466bc;
	font-weight: bold;
}

.wrapper-header .topbar-link span {
	color: #ddd;
	padding: 0 3px;
}

.falling-flower {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 0;
}

.falling-flower .flower {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.falling-flower .flower-roll {
	position: absolute;
	opacity: 0;
	-webkit-animation-name: mysnow;
	-webkit-animation-duration: 20s;
	-moz-animation-name: mysnow;
	-moz-animation-duration: 20s;
	height: 50px;
}

@-webkit-keyframes mysnow {
	0% {
		bottom: 100%;
	}
	50% {
		-webkit-transform: rotate(1080deg);
	}
	100% {
		-webkit-transform: rotate(0deg) translate3d(50px, 50px, 50px);
	}
}

.wrapper-nav {
	position: relative;
	z-index: 98;
	height: 60px;
	background-color: #0466bc;
}

.wrapper-nav .container {
	height: 60px;
}

.wrapper-search {
	height: 60px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
}

.wrapper-search .date {
	float: left;
	padding: 20px 0;
	line-height: 20px;
	color: #333;
	font-size: 16px;
}

.wrapper-search .searchbar {
	float: right;
	margin: 8px 166px 8px 0;
}

.wrapper-search .searchbar .input-wrap {
	float: left;
	position: relative;
	width: 243px;
	height: 44px;
}

.wrapper-search .searchbar .input-wrap i {
	display: block;
	position: absolute;
	font-size: 20px !important;
	line-height: 1 !important;
	top: 12px;
	left: 10px;
	color: #0466bc;
}

.wrapper-search .searchbar .input {
	width: 243px;
	height: 44px;
	line-height: 20px;
	padding: 10px 10px 12px 35px;
	border: 1px solid #0466bc;
	border-radius: 4px;
	font-size: 16px;
}

.wrapper-search .searchbar .search,
.wrapper-search .searchbar .search-pro {
	display: block;
	float: left;
	height: 44px;
	line-height: 40px;
	padding: 0 15px;
	margin-left: 6px;
	border-radius: 4px;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
}

.wrapper-search .searchbar .search {
	border: 1px solid #0466bc;
	background-color: #0466bc;
	color: #fff;
}

.wrapper-search .searchbar .search:hover {
	background-color: #1d75c3;
}

.wrapper-search .searchbar .search:active {
	background-color: #045ca9;
	transition: none;
}

.wrapper-search .searchbar .search-pro {
	border: 1px solid #dcdcdc;
	background-color: #fff;
	color: #0466bc;
}

.wrapper-search .searchbar .search-pro:hover {
	border-color: #0466bc;
}

.wrapper-search .searchbar .search-pro:active {
	background-color: #e6f0f8;
	transition: none;
}

.wrapper-search-large {
	height: 95px;
}

.wrapper-search-large .date {
	padding: 38px 0;
}

.wrapper-search-large .searchbar {
	margin: 20px 166px 20px 0;
}

.wrapper-search-large .searchbar .input-wrap {
	width: 533px;
	height: 54px;
}

.wrapper-search-large .searchbar .input {
	width: 533px;
	height: 54px;
	padding: 15px 15px 17px 15px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.wrapper-search-large .searchbar .search,
.wrapper-search-large .searchbar .search-pro {
	width: 100px;
	height: 54px;
	line-height: 50px;
	font-size: 18px;
	padding: 0;
	text-align: center;
}

.wrapper-search-large .searchbar .search {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.wrapper-search-large .searchbar .search i {
	margin-right: 8px;
}

.wrapper-search-large .searchbar .search-pro {
	margin-left: 10px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	color: #0466bc;
}

.wrapper-search-large .searchbar .search-pro:hover {
	border-color: #0466bc;
}

.wrapper-search-large .searchbar .search-pro:active {
	background-color: #e6f0f8;
	transition: none;
}

.headline {
	height: 155px;
	border: 1px solid #dcdcdc;
	margin-bottom: 20px;
}

.headline .title {
	float: left;
	width: 10%;
	height: 80px;
	border-right: 1px solid #dcdcdc;
	text-align: center;
	line-height: 80px;
	background-color: #d20202;
	margin: 20px 20px 0px 20px;
}

.headline .title h2 {
	color: #0466bc;
}

.headline .headline-title {
	float: left;
	width: 85%;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background-color: #ffffff;
}

.headline .headline-title a {
	display: block;
	padding: 0 20px;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

.headline .headline-title a:hover {
	text-decoration: underline;
}

.wrap-slider {
	position: relative;
	float: left;
	width: 580px;
	height: 400px;
	border: 1px solid #dcdcdc;
}

.wrap-slider .rslides {
	position: relative;
	overflow: hidden;
	width: 578px;
	height: 398px;
}

.wrap-slider .rslides li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.wrap-slider .rslides .slider-item {
	width: 578px;
	height: 398px;
}

.wrap-slider .rslides .slider-item div {
	width: 578px;
	height: 398px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	float: left;
}

.wrap-slider .rslides .slider-item div img {
	display: block;
	width: 578px;
	height: 398px;
	vertical-align: middle;
}

.wrap-slider .rslides .caption {
	position: absolute;
	height: 80px;
	line-height: 50px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 115px;
	text-align: left;
	z-index: 2;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	/* background-image: url("slider-background.png"); */
	background-repeat: repeat-x;
	background-position: top left;
	left: 0;
	right: 0;
	bottom: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.wrap-slider .slider_tabs {
	position: absolute;
	z-index: 3;
	right: 17px;
	bottom: 12px;
	text-align: center;
	font-size: 0;
	height: 14px;
}

.wrap-slider .slider_tabs li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 2px;
}

.wrap-slider .slider_tabs li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 12px;
	height: 6px;
	border-radius: 3px;
	background-color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.wrap-slider .slider_tabs li a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.wrap-slider .slider_tabs li.slider_here a {
	width: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.wrap-slider .slider_tabs img {
	width: 120px !important;
	height: 56px !important;
}

.section-jinrifenghua {
	float: right;
	width: 580px;
}

.section-jinrifenghua .ui-tabs-panel {
	height: 350px;
}

.index-banner {
	display: block;
	margin-bottom: 30px;
}

.index-banner img {
	display: block;
}

.wrap-index-server {
	border: 1px solid #dcdcdc;
}

.wrap-index-server .index-server-button-group {
	padding: 25px 20px 10px;
	border-bottom: 1px solid #dcdcdc;
}

.wrap-index-server .index-server-button-group .item {
	display: block;
	float: left;
	margin-right: 13px;
	margin-bottom: 15px;
	height: 74px;
	padding: 16px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
}

.wrap-index-server .index-server-button-group .item i {
	font-size: 42px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	line-height: 42px;
	text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.wrap-index-server .index-server-button-group .item span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	line-height: 42px;
}

.wrap-index-server .index-server-button-group .item-1 {
	width: 262px;
	background-color: #0466bc;
}

.wrap-index-server .index-server-button-group .item-1:hover {
	background-color: #1d75c3;
}

.wrap-index-server .index-server-button-group .item-2 {
	width: 262px;
	margin-right: 0;
	background-color: #06aad4;
}

.wrap-index-server .index-server-button-group .item-2:hover {
	background-color: #1fb3d8;
}

.wrap-index-server .index-server-button-group .item-3 {
	width: 170px;
	background-color: #06c9bd;
}

.wrap-index-server .index-server-button-group .item-3:hover {
	background-color: #1fcec4;
}

.wrap-index-server .index-server-button-group .item-4 {
	width: 170px;
	background-color: #0466bc;
}

.wrap-index-server .index-server-button-group .item-4:hover {
	background-color: #1d75c3;
}

.wrap-index-server .index-server-button-group .item-5 {
	margin-right: 0;
}

.wrap-index-server .index-server-button-group .item-image {
	width: 170px;
	padding: 0;
	overflow: hidden;
}

.wrap-index-server .index-server-button-group .item-image img {
	width: 172px;
}

.wrap-index-server .index-server-button-group .item-image:hover {
	opacity: 0.75;
}

.wrap-index-server .index-server-link-group {
	padding: 35px 20px 0;
}

.wrap-index-server .index-server-link-group .item {
	margin-bottom: 35px;
}

.wrap-index-server .index-server-link-group .item-title {
	display: inline-block;
	width: 130px;
}

.wrap-index-server .index-server-link-group .item-title h4,
.wrap-index-server .index-server-link-group .item-title i {
	display: inline-block;
	vertical-align: text-bottom;
}

.wrap-index-server .index-server-link-group .item-title h4 {
	line-height: 1;
}

.wrap-index-server .index-server-link-group .item-title i {
	font-size: 24px;
	color: #0466bc;
	margin-right: 10px;
}

.wrap-index-server .index-server-link-group .item-link {
	display: inline-block;
	vertical-align: baseline;
}

.wrap-index-server .index-server-link-group .item-link span {
	color: #999;
	margin: 0 10px;
}

.index-server-title {
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}

.index-server-title h4 {
	display: inline-block;
	line-height: 1;
	position: relative;
	padding-bottom: 17px;
	margin-bottom: -1px;
	color: #0466bc;
}

.index-server-title h4:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #0466bc;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.cxscroll {
	position: relative;
}

.cxscroll .box {
	overflow: hidden;
	margin: 0 auto;
}

.cxscroll .list {
	overflow: hidden;
	width: 9999px;
	height: 96px;
}

.cxscroll .list li {
	float: left;
}

.cxscroll .prev,
.cxscroll .next {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	font-size: 32px;
	color: #dcdcdc;
	cursor: pointer;
}

.cxscroll .prev:hover,
.cxscroll .next:hover {
	color: #0466bc;
}

.cxscroll .prev:active,
.cxscroll .next:active {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.cxscroll .prev {
	left: 8px;
}

.cxscroll .next {
	right: 8px;
}

.cxscroll-hot-server {
	padding: 18px 0;
}

.cxscroll-hot-server .box {
	width: 450px;
}

.cxscroll-hot-server .list li {
	width: 450px;
}

.wrap-cxscroll-special {
	padding: 40px 0;
}

.cxscroll-special-title {
	float: left;
}

.cxscroll-special-title img {
	display: block;
}

.cxscroll-special {
	float: right;
	width: 1104px;
}

.cxscroll-special .box {
	width: 1010px;
}

.cxscroll-special .list li {
	width: 340px;
}

.cxscroll-special .list li a {
	display: block;
	width: 330px;
	height: 96px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
	overflow: hidden;
}

.cxscroll-special .list li a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.cxscroll-special .list li img {
	display: block;
	width: 330px;
	height: 96px;
	border-radius: 4px;
	transition: all .3s;
}

ul.list-news {
	padding-top: 10px;
}

ul.list-news li {
	padding: 10px 0;
	line-height: 1;
}

ul.list-news li a {
	display: block;
	font-size: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

ul.list-news li span {
	float: right;
	margin-left: 15px;
	color: #999;
	white-space: nowrap;
}

ul.list-news li em {
	float: left;
	font-style: normal;
	line-height: 1;
	color: #0466bc;
	margin-right: 5px;
}

ul.list-news-dots li {
	position: relative;
	padding-left: 15px;
}

ul.list-news-dots li:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #0466bc;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

ul.list-news-large li {
	padding: 10px 0;
}

ul.list-news-large li a {
	font-size: 17px;
}

ul.list-news-large span {
	font-size: 14px;
	line-height: 17px;
}

.list-xinxigongkai {
	padding-top: 20px;
}

.list-xinxigongkai .item {
	display: block;
	float: left;
	width: 185px;
	height: 80px;
	padding: 23px 25px;
	margin-bottom: 10px;
	color: #fff;
	border-radius: 4px;
	background-color: #0466bc;
	/* background-image: url("light-1.png"); */
	background-position: right top;
	background-repeat: no-repeat;
	transition: all 0.3s;
}

.list-xinxigongkai .item i {
	font-size: 34px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.list-xinxigongkai .item span {
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
}

.list-xinxigongkai .item:hover {
	background-position: 185px top;
}

.list-xinxigongkai .item.background-color-2 {
	background-color: #06aad4;
}

.list-xinxigongkai .item.background-color-3 {
	background-color: #06c9bd;
}

.list-xinxigongkai .item.background-color-4 {
	background-color: #4088c8;
}

.list-hot-server .item {
	display: block;
	float: left;
	width: 88px;
	height: 88px;
	margin: 10px;
	padding-top: 15px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
	text-align: center;
}

.list-hot-server .item i,
.list-hot-server .item span {
	display: block;
}

.list-hot-server .item i {
	font-size: 34px;
	margin-bottom: 10px;
	color: #0466bc;
}

.list-hot-server .item span {
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
}

.list-hot-server .item:hover {
	box-shadow: 0 0 10px rgba(4, 102, 188, 0.15);
}

.list-green-server {
	font-size: 0;
	padding-top: 15px;
}

.list-green-server .item {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 0 8px;
	padding: 18px 14px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
	text-align: center;
	line-height: 1.2;
}

.list-green-server .item:hover {
	box-shadow: 0 0 10px rgba(4, 102, 188, 0.15);
}

.list-interaction .item {
	display: block;
	float: left;
	width: 285px;
	padding: 28px 20px;
	margin-bottom: 10px;
	border-radius: 4px;
	background-color: #fff;
	background-position: right top;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
	transition: all 0.3s;
}

.list-interaction .item i {
	font-size: 38px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	color: #0466bc;
	margin-right: 10px;
}

.list-interaction .item .text {
	display: inline-block;
	vertical-align: middle;
}

.list-interaction .item .text p {
	color: #999;
}

.list-interaction .item:hover {
	box-shadow: 0 0 10px rgba(4, 102, 188, 0.15);
}

.wrap-links {
	height: 180px;
	padding: 15px 15px 15px;
	border: 1px solid #dcdcdc;
	border-top: none;
}

.list-links {
	height: 150px;
	overflow-y: scroll;
	padding: 5px;
}

.list-links .item {
	float: left;
	width: 132px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.075);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.list-links .item:hover {
	box-shadow: 0 0 5px rgba(4, 102, 188, 0.15);
}

.links-title {
	line-height: 1;
	margin-bottom: 20px;
}

.links-title .title-left {
	float: left;
}

.links-title .title-right {
	float: right;
	width: 390px;
}

.wrap-links-group {
	padding: 15px 15px 15px;
	border: 1px solid #dcdcdc;
}

.wrap-links-group .list-links-left {
	float: left;
	width: 740px;
}

.wrap-links-group .list-links-right {
	float: right;
	width: 415px;
}

.wrap-links-group .list-links-right .item {
	width: 165px;
}

ul.list-news-zhixinggongkai {
	padding-top: 0;
}

ul.list-news-zhixinggongkai li {
	position: relative;
	padding-left: 15px;
	width: 580px;
	float: left;
}

ul.list-news-zhixinggongkai li:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #0466bc;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

ul.list-news-zhixinggongkai li:nth-child(2n) {
	float: right;
}

.wrapper-footer {
	color: #fff;
	padding: 40px 0;
	background-color: #0466bc;
	font-size: 14px;
}

.wrapper-footer .footer-left {
	float: left;
}

.wrapper-footer .footer-right {
	float: right;
	padding-top: 20px;
}

.wrapper-footer .footer-link {
	margin-bottom: 20px;
}

.wrapper-footer .footer-link a {
	color: #fff;
}

.wrapper-footer .footer-link span {
	opacity: .3;
	margin: 0 4px;
}

.wrapper-footer .footer-info {
	line-height: 24px;
}

.page-sidebar {
	float: left;
	width: 250px;
}

.page-sidebar .sidebar-title {
	min-height: 55px;
	padding: 15px 20px;
	color: #fff;
	background-color: #0466bc;
	line-height: 1;
	background-image: url("light-1.png");
	background-position: 120px top;
	background-repeat: no-repeat;
}

.list-sidebar-nav {
	border: 1px solid #dcdcdc;
	border-bottom: none;
	margin-bottom: 30px;
}

.list-sidebar-nav .item {
	display: block;
	padding: 15px 15px 15px 35px;
	line-height: 1;
	font-size: 16px;
	border-bottom: 1px solid #dcdcdc;
	background-color: #f9f9f9;
	position: relative;
}

.list-sidebar-nav .item:hover {
	background-color: #fff;
}

.list-sidebar-nav .item:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #0466bc;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -3px;
}

.page-main {
	float: right;
	width: 910px;
	margin-bottom: 30px;
}

.page-main .page-main-header {
	height: 55px;
	border-bottom: 1px solid #0466bc;
}

.page-main .page-main-header h4 {
	float: left;
	color: #0466bc;
	padding: 15px 0;
	line-height: 1;
}

.page-main .pages {
	padding: 15px;
	border: 1px solid #dcdcdc;
	background-color: #f9f9f9;
}

.page-main .pages>* {
	display: inline-block;
	vertical-align: middle;
}

.page-main .pages .pages-button {
	cursor: pointer;
}

.page-main .pages .pages-line {
	height: 20px;
	width: 1px;
	margin: 0 5px;
	background-color: #dcdcdc;
}

.page-main .pages input {
	width: 30px;
	border: 1px solid #dcdcdc;
	text-align: center;
}

.crumb {
	float: right;
	margin-top: 22px;
}

.crumb a {
	/* color: #999; */
}

.crumb a:hover {
	color: #0466bc;
}

.crumb span {
	color: #999;
	margin: 0 2px;
}

.crumb p {
	display: inline;
	color: #0466bc;
}

.crumb-lmc {
	/* float: right; */
	/* margin-top: 22px; */
}

.crumb-lmc a {
	/* color: #999; */
}

.crumb-lmc a:hover {
	color: #0466bc;
}

.crumb-lmc span {
	color: #999;
	margin: 0 2px;
}

.crumb-lmc p {
	display: inline;
	color: #0466bc;
}
.crumb-lmc table{
	display: initial;
}
ul.list-page-news {
	margin-bottom: 30px;
}

ul.list-page-news li {
	line-height: 1;
	font-size: 17px;
	padding: 20px 30px;
	border-bottom: 1px solid #dcdcdc;
}

ul.list-page-news li a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

ul.list-page-news li span {
	float: right;
	margin-left: 15px;
	color: #999;
}

.wrapper-page-content {
	margin-top: -20px;
}

.wrapper-page-content .page-content-header {
	height: 55px;
	/* border-bottom: 1px solid #dcdcdc; */
}

.wrapper-page-content .page-content-header .crumb {
	float: left;
}

.wrapper-page-content .page-content-header .page-content-info {
	float: right;
	margin-top: 22px;
}

.wrapper-page-content .page-content-header .page-content-info span {
	margin-left: 10px;
	/* color: #999; */
}

.wrapper-page-content .page-content-header .content-background-color {
	display: inline-block;
	vertical-align: middle;
}

.wrapper-page-content .page-content-header .content-background-color input {
	display: inline-block;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.wrapper-page-content .page-content-body {
	padding: 40px 100px;
	border: 1px solid #7eadd6;
}


.wrapper-page-content .page-content-body .title {
	color: #0466bc;
	margin-bottom: 30px;
	text-align: center;
}

.wrapper-page-content .page-content-footer {
	padding: 25px 0;
	/* border-top: 1px solid #dcdcdc; */
}

.wrapper-page-content .page-content-footer .paging {
	float: left;
	width: 50%;
	line-height: 2;
}

.wrapper-page-content .page-content-footer .paging p {
	max-width: 400px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.wrapper-page-content .page-content-footer .paging a {
	color: #0466bc;
}

.wrapper-page-content .page-content-footer .paging a:hover {
	text-decoration: underline;
}

.wrapper-page-content .page-content-footer .action {
	float: right;
	padding-top: 10px;
}

.wrapper-page-content .page-content-footer .action .bshare-custom {
	float: left;
	padding-top: 5px;
}

.wrapper-page-content .page-content-footer .action .action-button-group {
	float: left;
	margin-left: 20px;
}

.wrapper-page-content .page-content-footer .action .action-button-group a {
	display: inline-block;
	border-radius: 4px;
	padding: 5px 10px;
	color: #0466bc;
	line-height: 18px;
	border: 1px solid #dcdcdc;
}

.wrapper-page-content .page-content-footer .action .action-button-group a:hover {
	border-color: #0466bc;
}

.wrapper-page-content .page-content-footer .action .action-button-group a i,
.wrapper-page-content .page-content-footer .action .action-button-group a span {
	display: inline-block;
	vertical-align: middle;
}

.wrapper-page-content .page-content-footer .action .action-button-group a i {
	font-size: 16px;
}

.content {
	font-size: 16px;
	line-height: 2;
}

.content blockquote,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content img,
.content ol,
.content p,
.content table,
.content ul {
	margin-top: 15px;
	margin-bottom: 15px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}

.content p {
	/*text-indent: 2em;*/
}

.content img {
/*	display: block;*/
	margin:auto;
	max-width: 100%;
	_width: expression(this.offsetWidth > 714 ? '714px': true);
	_width: 714px;
}
.content span a img {
	float: left;
	margin-right: -16px;
}
.content table {
	font-size: 15px;
	width: 100% !important;
	border-spacing: 0 !important;
	border-collapse: collapse !important;
	border: 1px solid #dcdcdc;
}

.content table td,
.content table th {
	padding: 5px 10px;
	border: 1px solid #dcdcdc;
}

.content table th {
	background: #f8f8f8;
	font-weight: bold;
}

.content ul {
	padding-left: 25px;
}

.content ul li {
	list-style: circle;
}

.content ol {
	padding-left: 25px;
}

.content ol li {
	list-style: decimal;
}

.content blockquote {
	padding: 0 15px;
	background: #f8f8f8;
	border: 1px solid #dcdcdc;
}

.content a.button {
	color: #fff;
	background: #0466bc;
	font-weight: bold;
	padding: 5px 20px;
	font-size: 16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.content a.button:hover {
	background: #42c461;
}

.content .image {
	text-align: center;
}

.content .image img {
	width: 360px;
	display: inline-block;
	vertical-align: middle;
}

.wrap-tabs-content {
	padding: 10px 0 0;
	height: 350px;
	border-bottom: 1px solid #dcdcdc;
}

.wrap-tabs-content .tabs-content {
	font-size: 16px;
	line-height: 30px;
	height: 275px;
	overflow: hidden;
	margin-bottom: 5px;
}

.wrap-tabs-content .tabs-content p {
	text-indent: 2em;
}

.wrap-tabs-content .tabs-content-button a {
	display: inline-block;
	border-radius: 4px;
	padding: 10px 15px;
	color: #0466bc;
	font-size: 17px !important;
	line-height: 1 !important;
	border: 1px solid #dcdcdc;
}
.wrap-tabs-content .tabs-content-button a {
	font-size: 17px !important;
	line-height: 1 !important;
}
.wrap-tabs-content .tabs-content-button a:hover {
	border-color: #0466bc;
}

.wrap-tabs-content .tabs-content-button a i,
.wrap-tabs-content .tabs-content-button a span {
	display: inline-block;
	vertical-align: middle;
}

.wrap-tabs-content .tabs-content-button a i {
	margin-left: 5px;
}

.wrap-tabs-content .tabs-content-button a span {
	font-weight: bold;
}

.container-block-link {
	margin-top: 30px;
	margin-bottom: 40px;
}

@-webkit-keyframes line {
	0% {
		background-position: 0 center;
	}
	100% {
		background-position: 1550px center;
	}
}

@keyframes line {
	0% {
		background-position: 0 center;
	}
	100% {
		background-position: 1550px center;
	}
}

.block-link {
	padding: 30px;
	color: #fff;
	position: relative;
	border-radius: 4px;
	background-repeat: repeat-x;
	-webkit-animation: line 15s linear infinite;
	animation: line 15s linear infinite;
}

.block-link h4 {
	line-height: 1;
	margin-bottom: 20px;
}

.block-link:hover {
	background-position: -120px -30px;
}

.block-link.block-link-1 {
	background-color: #0466bc;
	/* background-image: url("line1.png"); */
}

.block-link.block-link-2 {
	background-color: #06aad4;
	/* background-image: url("line2.png"); */
}

.block-link.block-link-3 {
	background-color: #4088c8;
	/* background-image: url("line3.png"); */
}

.block-link .block-link-group {
	height: 120px;
}

.block-link .block-link-group .item {
	float: left;
	margin-right: 30px;
}

.block-link .block-link-group .item a {
	display: block;
	padding-left: 15px;
	font-size: 17px !important;
	line-height: 30px !important;
	font-weight: bold;
	position: relative;
	color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.block-link .block-link-group .item a:hover {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}

.block-link .block-link-group .item a:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

.block-link>i {
	display: block;
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 74px;
	text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.section-title-2 {
	margin-bottom: 20px;
}

.section-title-2 h3 {
	line-height: 1;
	float: left;
}

.section-title-2 span {
	color: #0466bc;
}

.section-title-2 .more {
	float: right;
	color: #999;
	margin-top: 9px;
}

.section-title-2 .more:hover {
	color: #0466bc;
}

.list-photo {
	margin-bottom: 30px;
}

.list-photo .item {
	display: block;
	float: left;
	width: 190px;
	height: 135px;
	margin-left: 10px;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

.list-photo .item:hover .cover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.list-photo .item:first-child {
	margin-left: 0;
}

.list-photo .cover {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	background-color: #0466bc;
	background-color: rgba(4, 102, 188, 0.6);
	opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .3s;
}

.list-photo .cover h5 {
	padding: 55px 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.section-video {
	width: 380px;
	height: 345px;
	background-color: #000;
	border-radius: 4px;
}

.section-video video {
	width: 380px;
	height: 345px;
	border-radius: 4px;
	outline: none;
}

.section-video span {
	display: block;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding-top: 40%;
}

.wrap-window {
	float: left;
	width: 365px;
	border: 1px solid #dcdcdc;
	margin-bottom: 30px;
}

.wrap-window .window-header {
	padding: 15px 20px;
	line-height: 1;
	font-size: 20px;
	color: #0466bc;
}

.wrap-window .window-body {
	padding: 0 20px 20px;
	border-bottom: 1px solid #dcdcdc;
}

.wrap-window .window-body .photo {
	float: left;
	display: block;
	width: 115px;
}

.wrap-window .window-body .photo img {
	display: block;
	width: 115px;
}

.wrap-window .window-body .info {
	float: right;
	width: 188px;
	padding-top: 20px;
}

.wrap-window .window-body .info h5 {
	font-size: 19px;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}

.wrap-window .window-body .info h5 small {
	margin-left: 10px;
	font-weight: normal;
	color: #0466bc;
}

.wrap-window .window-body .info ul li {
	float: left;
	width: 50%;
	margin-top: 20px;
}

.wrap-window .window-body .info ul a {
	font-size: 15px;
}

.wrap-window .window-body .info ul i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 8px;
	color: #0466bc;
}

.wrap-window .window-body .info ul span {
	display: inline-block;
	vertical-align: middle;
}

.wrap-window .window-footer {
	padding: 10px 20px;
	background-color: #f9f9f9;
}

.wrap-window .window-footer ul li {
	float: left;
	width: 50%;
	padding: 10px 0;
}

.wrap-window .window-footer ul p,
.wrap-window .window-footer ul span {
	font-size: 15px;
	display: inline-block;
	line-height: 1;
}

.wrap-window .window-footer ul p {
	width: 45px;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute-all-lines;
}

.wrap-window .window-footer ul span {
	margin-left: 5px;
	color: #0466bc;
}

.section-zuixingongshi {
	float: right;
	width: 795px;
}

.section-zuixingongshi .ui-tabs-panel {
	height: 350px;
}

.section-zhengcewenjain {
	float: left;
	width: 780px;
}

.section-zhengcewenjain>.ui-tabs-nav {
	height: 40px;
	border-bottom: 3px solid #0466bc;
}

.section-zhengcewenjain>.ui-tabs-nav li {
	height: 40px;
}

.section-zhengcewenjain>.ui-tabs-nav li a {
	line-height: 1;
	height: 40px;
}

.section-zhengcewenjain>.ui-tabs-nav .ui-state-active:after {
	width: 0;
	height: 0;
	left: 50%;
	bottom: 3px;
	margin-left: -5px;
	background-color: transparent;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #0466bc transparent;
}

.section-zhengcewenjain>.ui-tabs-panel {
	border: 1px solid #dcdcdc;
	border-top: none;
	height: 320px;
	background-color: #fff;
}

.section-zhengcewenjain .list-news {
	padding-left: 20px;
	padding-right: 20px;
}

.section-zhengcewenjain .list-news li {
	padding: 9px 0;
}

.section-zhengcewenjain .inner-tabs .list-news li {
	padding: 10px 0;
}

.inner-tabs .ui-tabs-nav {
	height: 48px;
}

.inner-tabs .ui-tabs-nav li {
	margin-right: 0;
	border-right: 1px solid #dcdcdc;
}

.inner-tabs .ui-tabs-nav li a {
	padding: 0 20px;
	height: 48px;
	line-height: 47px;
}

.inner-tabs .ui-tabs-nav .ui-state-active:after {
	height: 1px;
	background-color: #fff;
}

.wrap-flat-button-group {
	float: right;
	width: 380px;
	height: 358px;
}

.wrap-flat-button-group .item {
	display: block;
	width: 182px;
	height: 172px;
	float: left;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 14px;
	/* background-image: url("light-2.png"); */
	background-position: left top;
	background-repeat: no-repeat;
	transition: background-position .3s;
}

.wrap-flat-button-group .item img {
	display: block;
	margin: 28px auto 24px;
}

.wrap-flat-button-group .item span {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	display: block;
}

.wrap-flat-button-group .item:hover {
	background-position: left -105px;
}

.wrap-flat-button-group .item-fix span {
	margin-top: -10px;
}

.wrap-flat-button-group .item-1 {
	background-color: #0466bc;
}

.wrap-flat-button-group .item-2 {
	background-color: #06aad4;
}

.wrap-flat-button-group .item-3 {
	background-color: #06c9bd;
}

.wrap-flat-button-group .item-4 {
	background-color: #4088c8;
}

.wrap-flat-button-group-full {
	height: 213px;
}

.wrap-flat-button-group-full .item {
	display: block;
	width: 290px;
	height: 100px;
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
	border-radius: 4px;
	padding: 22px 40px;
	background-image: url("light-3.png");
	background-position: right top;
	background-repeat: no-repeat;
	transition: background-position .3s;
}

.wrap-flat-button-group-full .item img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.wrap-flat-button-group-full .item span {
	display: inline-block;
	width: 120px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	vertical-align: middle;
}

.wrap-flat-button-group-full .item:hover {
	background-position: 290px top;
}

.wrap-flat-button-group-full .item-fix span {
	margin-top: -10px;
}

.wrap-flat-button-group-full .item-last {
	margin-right: 0;
}

.wrap-flat-button-group-full .item-1 {
	background-color: #0466bc;
}

.wrap-flat-button-group-full .item-2 {
	background-color: #4088c8;
}

.wrap-flat-button-group-full .item-3 {
	background-color: #06aad4;
}

.wrap-flat-button-group-full .item-4 {
	background-color: #06c9bd;
}

.section-zhongdiangongkailingyu {
	float: left;
	width: 780px;
}

.section-zhongdiangongkailingyu ul {
	padding: 25px 0;
}

.section-zhongdiangongkailingyu ul+ul {
	border-top: 1px solid #dcdcdc;
	padding-bottom: 0;
}

.section-zhongdiangongkailingyu li {
	float: left;
	width: 156px;
	text-align: center;
}

.section-zhongdiangongkailingyu a {
	display: block;
}

.section-zhongdiangongkailingyu .circular-icon {
	width: 80px;
	height: 80px;
	padding-top: 25px;
	margin: 0 auto 10px;
	border-radius: 50%;
	background-color: #0466bc;
	color: #fff;
	box-shadow: 0 0 10px rgba(4, 102, 188, 0.3);
}

.section-zhongdiangongkailingyu .circular-icon i {
	font-size: 30px;
}

.section-zhongdiangongkailingyu span {
	font-size: 17px;
}

.tabs-table {
	table-layout: fixed;
	margin-top: 20px;
	font-size: 15px;
	width: 100% !important;
	border-spacing: 0 !important;
	border-collapse: collapse !important;
	border: 1px solid #dcdcdc;
}

.tabs-table td,
.tabs-table th {
	padding: 8px 10px;
	border: 1px solid #dcdcdc;
}

.tabs-table th {
	background: #f8f8f8;
	font-weight: bold;
}

.tabs-table a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.tabs-table span {
	color: #999;
}

.tabs-table span.active {
	color: #0466bc;
}

.section-fuwugongkai {
	float: left;
	width: 870px;
}

.section-fuwugongkai .index-server-title {
	text-align: left;
}

.section-fuwugongkai .index-server-title h4 {
	color: #333;
	font-size: 18px;
}

.section-fuwugongkai ul {
	padding: 20px 0 0;
}

.section-fuwugongkai li {
	float: left;
	width: 115px;
	text-align: center;
	margin-left: 10px;
}

.section-fuwugongkai li:first-child {
	margin-left: 0;
}

.section-fuwugongkai a {
	display: block;
	padding: 13px 0;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
}

.section-fuwugongkai .circular-icon {
	width: 60px;
	height: 60px;
	padding-top: 15px;
	margin: 0 auto 10px;
	border-radius: 50%;
	background-color: #0466bc;
	color: #fff;
	box-shadow: 0 0 10px rgba(4, 102, 188, 0.3);
}

.section-fuwugongkai .circular-icon i {
	font-size: 30px;
}

.section-fuwugongkai span {
	font-size: 16px;
}

a.button-xingzhengshenpi {
	display: block;
	float: right;
	width: 290px;
	height: 172px;
	padding-top: 35px;
	background-image: url("button-xingzhengshenpi-background.png");
}

a.button-xingzhengshenpi img {
	display: block;
	margin: 0 auto 15px;
}

a.button-xingzhengshenpi span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	70% {
		-webkit-transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	70% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animation-bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

.animation-bounceIn:hover.animation-element,
.animation-bounceIn:hover .animation-element {
	-webkit-animation: bounceIn 0.6s;
	animation: bounceIn 0.6s;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.animation-fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.animation-fadeInLeft:hover.animation-element,
.animation-fadeInLeft:hover .animation-element {
	-webkit-animation: fadeInLeft 0.6s;
	animation: fadeInLeft 0.6s;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.animation-fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.animation-fadeInRight:hover.animation-element,
.animation-fadeInRight:hover .animation-element {
	-webkit-animation: fadeInRight 0.6s;
	animation: fadeInRight 0.6s;
}


/*个性化样式开始    by wangyan*/

.list-page_title {
	width: 100%;
	height: 30px;
	padding: 5px 30px 30px 30px;
	border-bottom: 2px solid #0466bc;
}

.list-page_title h5 {
	color: #0466BC;
	float: left;
}

.list-page_title a {
	color: #333;
	font-size: 15px;
	float: right;
}

.list-page_title a:hover {
	color: #1d75c3;
}

.list-colum_title {
	margin: 20px 0px;
	padding: 20px 30px 15px 30px;
	background-color: #f7f7f7;
}

.list-colum_title a {
	font-size: 17px;
	color: #0466BC;
	font-weight: bold;
	box-sizing: border-box;
	margin: 0px 20px 0px 20px;
}

.leader-title {
	padding: 0px 20px;
	border: 1px solid #ccc;
	margin-top: 10px;
}

.ul-leader-title {
	border: none;
	min-height: 150px;
	padding-left: 40px;
	font-size: 18px;
}

.leader-all {
	width: 100%;
	font-size: 17px;
}

.leader-photo {
	float: left;
	text-align: center;
	padding: 20px;
	background-color: #f7f7f7;
}

.leader-photo img {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 125px;
}

.leader-photo h5 small {
	margin-left: 15px;
	font-weight: 400;
	color: #0466bc;
}

.leader-photo p {
	font-size: 14px;
}

.leader-info {
	float: left;
	width: 70%;
	padding: 10px 0px 0px 30px;
	text-align: left;
}

.leader-info div {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 10px;
}

.leader-info span {
	color: #0466bc;
}

.leader-info p {
	width: 100%;
	line-height: 34px;
	padding: 10px;
}

.leader-list {
	width: 100%;
	float: left;
}

.leader-list img {
	float: left;
	margin: 10px;
}

.leader-list div span {
	color: #0466bc;
	float: left;
	margin-top: 6px;
}

.leader-list div {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 10px;
}

.leader-list p {
	width: 100%;
	line-height: 34px;
	padding: 10px;
}

.leader-list ul {
	padding: 10px;
}

.leader-list li span {
	float: right;
}

.leader-list li {
	height: 37px;
}

.leader-list div a {
	float: right;
	margin: 10px 10px 0px 0px;
}

.ysqgk-nav ul {
	border-bottom: 1px solid #ccc;
	padding: 30px 50px;
}

.ysqgk-nav li {
	height: 25px;
}

.bk {
	background: #fff;
	margin: auto;
	border: #ddd 1px solid;
}

.wzdt_con {
	font-size: 16px;
	line-height: 36px;
	min-width: 115px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 8px;
	padding-left: 8px;
}

.wzdt_tlt,
.wzdt_tlt A:link,
.wzdt_tlt A:visited,
.wzdt_tlt A:active,
.wzdt_tlt A:hover {
	font-size: 20px;
	font-weight: bold;
	color: #0466bc;
	text-indent: 10px;
	line-height: 44px;
}

.linkall {
	height: auto;
	padding-bottom: 20px
}

.linkall span {
	color: #0466bc;
}

.linkall h4 {
	width: 130px;
	float: left;
}

.linkall li {
	width: 234px;
	float: left;
	position: relative;
	white-space: nowrap;
	margin: 0px -1px 0px 34px;
	background-color: #ffffff;
}

.linkall li a {
	width: 100%;
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	/* background: url('link-arrow.png') right no-repeat; */
	background-position: 200px 15px;
}

.link-tabs-active {
	color: #0466bc;
	font-weight: bold;
	/*border-bottom: 3px solid #0466BC;*/
}

.link-tabs-active a {
	color: #0466bc;
	font-weight: bold;
}

.linklist {
	width: 100%;
	float: left;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	display: none;
}

.list-links {
	padding: 20px;
	height: 180px;
}

 .footer-info a{
 	color:#ffffff;
 }

/*个性化样式结束    by wangyan*/



/*   营商环境样式  */
.page-main-yshj{
	float: left;
	width: 910px;
	margin-bottom: 30px;
}
.page-main-yshj .page-main-header {
	height: 55px;
	border-bottom: 1px solid #0466bc;
}

.page-main-yshj .page-main-header h4 {
	float: left;
	color: #0466bc;
	padding: 15px 0;
	line-height: 1;
}

.page-main-yshj .pages {
	padding: 15px;
	border: 1px solid #dcdcdc;
	background-color: #f9f9f9;
}

.page-main-yshj .pages>* {
	display: inline-block;
	vertical-align: middle;
}

.page-main-yshj .pages .pages-button {
	cursor: pointer;
}

.page-main-yshj .pages .pages-line {
	height: 20px;
	width: 1px;
	margin: 0 5px;
	background-color: #dcdcdc;
}

.page-main-yshj .pages input {
	width: 30px;
	border: 1px solid #dcdcdc;
	text-align: center;
}
.page-sidebar-yshj{
	float: right;
	width: 250px;
	padding-top: 55px;
}
.page-sidebar-yshj img{
	padding-bottom: 20px;
	max-width: 250px;
}
/*   营商环境样式结束  by zhangchi*/

/**专题：32条进民企**/
.jmq {
	width: 1200px;
}
.jmq a { 
    width: 47%;
	height: 85px;
	border: 2px solid #c8dcf2;
	border-radius:10px;
    text-align: center;
	line-height:80px;
	font-size: 30px;
	margin:10px;
    display: inline-block;   
    color: #28a7f8;	
	background:#f4f8fc;
	font-weight:bold;
	letter-spacing: 5px;
}
.jmq a:hover{
	color:#ffffff;
	background:#28a7f8;
	border: 2px solid #28a7f8;
}
.jmq_img{
	text-align:center;
	margin:10px 0px 0px;	
}
.jmq_img img{
	width:580px;
	border-radius:10px;
}
.jmq_list {
    float: left;
    width: 1200px;
    margin-right: 40px;
	margin-bottom:15px;
}
.jmq_left {
    float: left;
    width: 580px;
    margin-right: 40px;
}
.jmq_right {
    float: right;
    width: 580px;
}
.jmq_left ul li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
    border-bottom: 1px dashed #C1C6CA;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 15px;
	text-align:left;
}
.jmq_left ul li::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #355e92;
    border-radius: 50%;
    left: 0;
    top: 50%;
}
.jmq_right ul li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
    border-bottom: 1px dashed #C1C6CA;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 15px;
	text-align:left;
}
.jmq_right ul li::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #355e92;
    border-radius: 50%;
    left: 0;
    top: 50%;
}
.jmq_sxhc {
    width: 1200px;
    height: 56px;
	border-bottom: 2px solid #28a7f8;
}
.jmq_sxhc h1{
    float: left;
    color: #28a7f8;
    font-size: 26px;
    height: 56px;
    line-height: 56px;
}
.jmq_sxhc a {
    height: 56px;
    float: right;
    font-size: 18px;
    padding-right: 20px;
    color: #333333;
    line-height: 56px;
}
.jmq_links {
    width: 100%;
    height: 60px;
	text-align:center;
}
.jmq_links h1{
    color: #ffffff;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
	background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3429/site/picture/646/2406041039502873778.png) no-repeat center;
	letter-spacing:5px;
}
.jmq_more{
	background:#f3f3f3;
	line-height:40px;
	font-size:16px;
}
.jmq_more a{
	color:#999;
}
.jmq_more a:hover{
	color:#355e92;
}
.picList {
	width: 100%;
}

.picList ul {
	margin-top: 20px;
	justify-content: space-between;
}

.picList ul li {
	width: 31%;
	height: 235px;
	margin:10px;
	float: left;
}

.picList ul li a {
	display: block;
	width: 100%;
	height: 235px;
	overflow: hidden;
	position: relative;
}

.picList ul li img {
	width: 100%;
	max-width: 100%;
	height: 235px;
	transition:all .3s;
}
.picList ul li img:hover{
	transform:scale(1.1);
}
.picList ul li .play {
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -25px;
	margin-top: -25px;
	height: 50px;
	width: 50px;
	z-index: 50;
	cursor: pointer;
	background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3429/site/picture/646/2406041039505243629.png) no-repeat;
}
.picList ul li .txt{
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.picList ul li .txt p{
	height: 40px;
	line-height: 40px;
	background: rgba(59, 61, 65, 0.6);
	padding: 0px 15px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
	font-size:18px;
}

/**专题：32条进民企end**/

/**专题：奉化聚焦8+4政策体系begin**/
.headimg{
	margin: 0px auto;
	text-align: center;
}
.headimg img{
	width:100%;
}
.headimg-wap {
    display:none;
}
.gtfy {
    width: 1200px;
    margin: auto;
    margin-bottom: 30px;
}
.biaoti1 {
    width: 1200px;
    height: 48px;
    margin-bottom: 40px;
}
.biaoti1 .gtfy-bt{
    margin: 0 auto;
    width: 420px;
}
.biaoti1 .biaoti1-1{
    font-size: 48px;
    font-weight: bold;
    color: #28a7f8;
}
.biaoti1 .biaoti1-2{
    font-size: 48px;
    font-weight: bold;
}
.gtfy_sdjd_left {
    float: left;
    width: 100%;
    margin-right: 40px;
}
.sxhcnr_top {
    float: left;
    width: 580px;
    /* height: 188px; */
    background: #FFF8ED;
    margin-bottom: 15px;
}
.sxhcnr_bot {
    float: right;
    width: 580px;
    height: 188px;
    background: #FFF8ED;
    margin-bottom: 15px;
}
.cont_box {
    display: flex;
    justify-content: space-between;
}
.cont_box .sxhc {
    width: 100%;
}
.cont_box .sxhc .gtfy-list {
    background: #fff7e9;
    padding: 30px 30px 26px 30px;
    margin: 10px auto;
}
.cont_box .sxhc .gtfy-list .title .list_title {
    cursor: pointer;
    color: #333;
    font-size: 22px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cont_box .sxhc .gtfy-list .gtfy-article {
    position: relative;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #868788;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 400;
    min-height: 90px;
}
.cont_box .sxhc .gtfy-list .gtfy-article p{
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.cont_box .sxhc .gtfy-list .gtfy-article a{
    position: absolute;
    right: 20px;
    bottom: 0px;
    color: #333;
    font-size: 16px;
}
.ckgd {
	width: 1200px;
	margin-bottom:10px;
}
.ckgd a { 
    width: 23%;
	height: 80px;
	border: 2px solid #c8dcf2;
	border-radius:10px;
    text-align: center;
	line-height:80px;
	font-size: 18px;
	margin:12px 10px;
    display: inline-block;   
    color: #28a7f8;	
	background:#f4f8fc;
	font-weight:bold;
}
.ckgd a:hover{
	color:#ffffff;
	background:#28a7f8;
	border: 2px solid #28a7f8;
}
.sjzc_img{
	text-align:center;
	margin:15px;	
}
.sjzc_img img{
	border-radius:12px;
}
.qmxk_zjll_left {
    float: left;
    width: 580px;
    margin-right: 40px;
}

.qmxk_zjll_right {
    float: right;
    width: 580px;
}
.zctx_links {
    width: 100%;
    height: 60px;
	text-align:center;
}
.zctx_links h1{
    color: #28a7f8;
    font-size: 28px;
    height: 60px;
    line-height: 60px;
}
.cxxd_sxhc {
    width: 580px;
    height: 56px;
	border-bottom: 2px solid #28a7f8;
}
.cxxd_sxhc h1{
    float: left;
    color: #28a7f8;
    font-size: 28px;
    height: 56px;
    line-height: 56px;
}
.cxxd_sxhc a {
    height: 56px;
    float: right;
    font-size: 18px;
    padding-right: 20px;
    color: #333333;
    line-height: 56px;
}
.cxxd_mrjj {
    width: 580px;
    height: 56px;
	border-bottom: 2px solid #28a7f8;
}
.cxxd_mrjj h1{
    float: left;
    color: #28a7f8;
    font-size: 28px;
    height: 56px;
    line-height: 56px;
}
.cxxd_mrjj a {
    height: 56px;
    float: right;
    font-size: 18px;
    padding-right: 20px;
    color: #333333;
    text-align: right;
    line-height: 56px;
}
.qmxk_zjll_left ul li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
    border-bottom: 1px dashed #C1C6CA;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 15px;
}
.qmxk_zjll_left ul li::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #355e92;
    border-radius: 50%;
    left: 0;
    top: 50%;
}
.qmxk_zjll_right ul li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
    border-bottom: 1px dashed #C1C6CA;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 15px;
}
.qmxk_zjll_right ul li::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #355e92;
    border-radius: 50%;
    left: 0;
    top: 50%;
}
/**专题：奉化聚焦8+4政策体系end**/

/***add by 20220407****/
.hidden-yybb{
	display: none;
}
.visible-font{
	display: none;
}

/****************重点公开领域add by 20220530*******************/
.zdgkly-title{
	margin:20px  5px 15px 45px; 
	border: 1px solid #e7e7e7; 
	padding:10px 0px; 
	text-align: center; 
	background-color: #f3f2f2; 
	width:250px; 
	float:left;
	height: 54px;
}
.zdgkly-title p{
	/* float:left;  */
	/* width:100%;  */
	/* overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis; */
	font-size: 16px;
}
.zdgkly-title img{
	vertical-align: middle;
}
/****************户籍管理add by 20220531*******************/
.hjgl-li li{
	background: #0466bc;
    width: 40%;
    margin-top: 40px;
    margin-left: 40px;
    height: 65px;
    border-radius: 4px;
    line-height: 65px;
    text-align: center;
    float: left;
    list-style: none;
}
.hjgl-li li a {
    display: block;
    color: #fff;
    font-size: 16px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.shebao-list {
	display: inline-block;
	width: 100%;
}
.shebao-list a{
	width: 44%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}
.wrapper-page-content .page-content-header .content-background-color input:nth-of-type(1){
	background-color: #eeeeee !important;
}
.wrapper-page-content .page-content-header .content-background-color input:nth-of-type(2){
	background-color: #8BC34A !important;
}
.wrapper-page-content .page-content-header .content-background-color input:nth-of-type(3){
	background-color: #FFEB3B !important;
}
.wrapper-page-content .page-content-header .content-background-color input:nth-of-type(4){
	background-color: #ffccff !important;
}
.wrapper-page-content .page-content-header .content-background-color input:nth-of-type(5){
	background-color: #99ccff !important;
}
.wrapper-page-content .page-content-header .content-background-color input:nth-of-type(6){
	background-color: #d2bdf9 !important;
}
/* 20240829 add */
.page-info-new .page-main-header .page-content-info {
    float: right;
    margin-top: 22px;
	margin-right: 10px;
}