html {
	overflow-y: scroll;
	overflow-x: hidden;
}

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}

/* 清除内外边距 */
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
fieldset,
form,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td,
/* table elements 表格元素 */
body {
	margin: 0;
	padding: 0;
}

/* 设置默认字体样式 */
body,
textarea,
input,
button,
select {
	font: 14px/1.14 Arial, Verdana, "微软雅黑";
	color: #333;
	outline: 0;
}

body {
	background: #fff;
	width: 100%;
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

/** 重置图片元素 **/
img {
	border: none;
	vertical-align: top;
}

/** 重置列表元素 **/
ul,
ol,
li,
dl,
dd,
dt {
	list-style: none;
}

/** 重置表格元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**重置表单元素**/
input[type=submit] {
	cursor: pointer;
}

input[type=button] {
	cursor: pointer;
}

textarea {
	resize: none;
	overflow: auto;
}

label {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/** 默认链接元素 **/
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

a:hover {
	color: #32519e;
}

a:focus {
	-moz-outline-style: none;
}

a:focus {
	outline: none;
}

q:before,
q:after {
	content: none;
}

/** 浮动元素 **/
.fl {
	float: left;
	*display: inline;
}

.fr {
	float: right;
	*display: inline;
}

/* 清除浮动 */
.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ;
}

.clearfix {
	*zoom: 1;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

/* 溢出 / 隐藏 */
.over {
	overflow: hidden;
}

.hide {
	display: none;
}

html,
body {
	max-width: 100%;
	margin: 0 auto;
}



.header {
	width: 1200px;
	position: relative;
	z-index: 9999;
	margin: 0 auto;
	padding-top: 50px;
}

.header-img img {
	width: 100%;
}

.top_div {
	width: 100%;
	height: 88px;
}

.logo {
	position: absolute;
	left: 0;
	z-index: 9999;
}

.topSearch a {
	display: block;
	width: 38px;
	height: 38px;
	background: url(../images/sousuo_icon.jpg) center center no-repeat;
}

.topSearch {
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin: -19px 0 0 -19px;
	width: 38px;
	height: 38px;
	top: 42%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	/* overflow: hidden; */
	border-radius: 100%;
}


.search-div {
	position: relative;
	background: #fff;
	padding: 40px;
	border-radius: 10px;
}

.search-div .search-sou {
	width: 83px;
	height: 50px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 30%;
	right: 3%;
	background: #254993;
	border-radius: 0 5px 5px 0;
}

.headInput {
	width: 300px;
	height: 50px;
	border-radius: 8px;
	opacity: 1;
	box-sizing: border-box;
	border: 1px solid #D8D8D8;
	padding: 0 20px;
	color: #666;
	font-size: 16px;
}

.serch {
	position: absolute;
	top: 60%;
	right: 0;
	z-index: 999;
	border-radius: 5px;
	padding: 20px;
	overflow: hidden;
	width: 350px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	box-shadow: 0 0 5px rgb(133 126 126 / 13%)
}

.sousuo:hover .serch {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}



.lanmu {
	width: 898px;
	position: absolute;
	margin-left: 330px;
	z-index: 999;
}

.lanmu ul li.yiji {
	float: left;
	text-align: center;
}

.lanmu ul li.yiji p {
	line-height: 88px;
	cursor: pointer;
	font-size: 18px;
	background: url(../images/shang_jian1.jpg) right center no-repeat;
	padding-right: 15px;
	margin: 0 10px;
}
.nobk p{
background:none!important;
	    padding: 0px!important;
	    margin: 0 0px!important;
}
.lanmu ul li.yiji:hover p {
	background: url(../images/shang_jian2.jpg) right center no-repeat;
	color: #32519e;
}

.lanmu .erji_m {
	position: absolute;
	top: 88px;
	left: 0;
	text-align: center;
	display: none;
	line-height: 60px;
	overflow: hidden;
	z-index: 9;
	width: 100%;
	text-align: center;
}

.lanmu .erji_m li {
	margin-right: 40px;
	display: inline-block;
}

.lanmu .erji_m li a {
	color: #fff;
	font-size: 16px;
}

.lanmu ul li.yiji em {
	height: 60px;
	display: none;
	overflow: hidden;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	left: 50%;
	top: 88px;
	z-index: 1;
	width: 50000px;
	margin-left: -25000px;
}


.hiSlider {
	width: 100%;
	height: 700px;
}

.hiSlider li {
	z-index: 1;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari å’Œ Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}

.hiSlider li:hover {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	/* IE 9 */
	-moz-transform: scale(1.1, 1.1);
	/* Firefox */
	-webkit-transform: scale(1.1, 1.1);
	/* Safari å’Œ Chrome */
	-o-transform: scale(1.1, 1.1);
	/* Opera */
}

.hiSlider-pages {
	bottom: 27px;
	right: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 99;
}

.hiSlider-pages a {
	height: 8px;
	width: 66px;
	margin: 0 6px;
	display: inline-block;
	overflow: hidden;
	text-indent: -100px;
	font-size: 0;
	background: rgba(255, 255, 255, 0.8)
}

.hiSlider-pages a.active {
	background: #0078f0
}

.sousuo {
	position: absolute;
	right: 12%;
	top: 0;
	text-align: right;
	width: 65px;
	height: 100px;
	cursor: pointer;
	display: inline;

}
.sousuo a{margin:0 5px;}

.lunbo .hiSlider-pages {
	bottom: 20px;
	right: 10px;
	text-align: right;
	position: absolute;
	width: 100%;
	z-index: 99;
}

.lunbo .hiSlider-pages a {
	height: 12px;
	width: 12px;
	margin: 0 4px;
	border-radius: 12px;
	display: inline-block;
	overflow: hidden;
	text-indent: -100px;
	font-size: 0;
	background: rgba(255, 255, 255, 1)
}

.lunbo .hiSlider-pages a.active {
	width: 50px;
}


.xinwen_bg {
	background: url(../images/xin_bg.png) top center no-repeat;
	background-size: 100%;
	padding-top: 60px;
	padding-bottom: 40px;
	margin-top: -30px;
	position: relative;
	z-index: 99999;
}

.xinwen_m {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 40px;
}

.xw_left {
	width: 590px;
}

.xw_top {
	background: url(../images/lu_icon.png) left center no-repeat;
	padding-left: 36px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 10px;
}

.xw_top p {
	font-size: 16px;
	color: #9d9d9d;
	margin-left: 20px;
	padding: 6px 0;
}

.xw_top span {
	float: left;
	background: url(../images/xie_xian.png) left center no-repeat;
	padding-left: 38px;
	margin-right: 24px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}

.xw_top .xinwen_lan span:first-child {
	padding-left: 0;
	background: none;
	margin-left: 20px;
}

.xw_top .xinwen_lan span.xuan_xw {
	color: #32519e;
}

.xinwen_nei {
	margin-top: 20px;
	border-top: 1px solid #a2a3a4;
}

.xinwen_nei ul li {
	padding: 16px 0;
	border-bottom: 1px solid #a2a3a4;
}

.xinwen_nei ul li h1 {
	font-size: 18px;
	background: url(../images/jian_right.png) left center no-repeat;
	padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xinwen_nei ul li:first-child h1 {
	font-weight: bold;
	color: #ff0000;
	font-size: 20px;
}

.xinwen_nei ul li:first-child p {
	font-size: 18px;
	line-height: 28px;
	height: 88px;
	margin-top: 10px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.xinwen_nei ul li:first-child h2 {
	overflow: hidden;
	margin-top: 10px;
}

.xinwen_nei ul li:first-child h2 span {
	float: left;
	background: url(../images/jia_icon.png) left center no-repeat;
	padding-left: 14px;
}

.xinwen_nei ul li:first-child h2 font {
	float: right;
	background: url(../images/yan_icon.png) left center no-repeat;
	padding-left: 26px;
}

.gengduo a {
	display: block;
	background: #fff;
	text-align: center;
	font-size: 16px;
	color: #878787;
	border: 1px solid #cfcfcf;
	width: 140px;
	line-height: 36px;
	margin-top: 40px;
}

.gengduo a:hover {
	border-color: #3557ab;
	background: #3557ab;
	color: #fff;
}

.xw_right {
	width: 580px;
	margin-top: 30px;
}

.xw_biao2 {
	overflow: hidden;
	line-height: 46px;
	margin-bottom: 20px;
}

.xw_biao2 span {
	float: left;
	width: 172px;
	height: 46px;
	text-align: center;
	background: #3557ab;
	color: #fff;
	font-size: 20px;
}

.xw_biao2 font {
	float: left;
	margin-left: 20px;
	font-size: 18px;
	color: #5f5f5f;
	letter-spacing: 10px;
}

.xw_biao2 font b {
	font-weight: bold;
	padding: 0 5px;
}

.xw_biao2 a {
	float: right;
}


.lunbo {
	width: 580px;
	height: 378px;
}

.main_bg {
	background: url(../images/bg_tu1.jpg) left top no-repeat;
	margin-top: 80px;
	background-size: 420px;
}

.main_bg2 {
	background: url(../images/bg_tu2.jpg) right bottom no-repeat;
	background-size: 160px;
	padding-bottom: 80px;
}

.biao_top {
	text-align: center;
	margin-top: 40px;
}

.biao_top h1 {
	font-size: 40px;
	font-weight: bold;
}

.biao_top h1 span {
	background: url(../images/lu_icon.png) left center no-repeat;
	padding-left: 60px;
	padding-top: 30px;
	padding-bottom: 14px;
}

.biao_top p {
	margin-top: 30px;
}

.biao_top p span {
	font-size: 24px;
	padding: 0 30px;
	color: #636363;
}

.biao_top p img {
	margin-top: 5px;
}

.qiye {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}

.qy_left {
	width: 680px;
}

.qy_left a {
	display: block;
	position: relative;
}

.qy_left a img {
	width: 100%;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari å’Œ Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}

.qy_left a h1 {
	height: 331px;
	overflow: hidden;
}

.qy_left a h1:hover img {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	/* IE 9 */
	-moz-transform: scale(1.2, 1.2);
	/* Firefox */
	-webkit-transform: scale(1.2, 1.2);
	/* Safari å’Œ Chrome */
	-o-transform: scale(1.2, 1.2);
	/* Opera */
}

.qy_left a i {
	position: absolute;
	width: 100%;
	height: 89px;
	background: url(../images/bofang_icon.png) center no-repeat;
	top: 30%;
	z-index: 9;
}

.qy_left a p {
	width: 100%;
	line-height: 80px;
	background: #eff6fd;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}

.qy_right {
	width: 500px;
}

.tou_tu a {
	display: block;
	height: 125px;
	overflow: hidden;
}

.tou_tu img {
	width: 100%;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari å’Œ Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}

.tou_tu a:hover img {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	/* IE 9 */
	-moz-transform: scale(1.2, 1.2);
	/* Firefox */
	-webkit-transform: scale(1.2, 1.2);
	/* Safari å’Œ Chrome */
	-o-transform: scale(1.2, 1.2);
	/* Opera */
}

.qy_main h1 {
	text-align: center;
	background: url(../images/biao_bg.jpg) no-repeat;
	background-size: 100%;
	font-size: 20px;
	color: #32519e;
	margin-top: 20px;
}

.qy_main ul {
	margin-top: 10px;
}

.qy_main ul li {
	padding: 14px 0;
	border-bottom: 1px dashed #000;
}

.qy_main ul li a {
	display: block;
	overflow: hidden;
}

.qy_main ul li span {
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 400px;
	font-size: 18px;
}

.qy_main ul li font {
	float: right;
	font-size: 16px;
	color: #999999;
}

.yewu_m ul {
	overflow: hidden;
	margin-top: 30px;
	background: #2b4acb;
	position: relative;
}

.yewu_m ul li {
	float: left;
	width: 14%;
	border-left: 1px solid #556ed5;
	box-sizing: border-box;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}

.yewu_m ul li:first-child {
	border-left: none;
}

.yewu_m ul li.yewu_bg1 {
	background: url(../images/yewu_bg1.jpg) bottom no-repeat;
	background-size: 100%;
}

.yewu_m ul li.yewu_bg2 {
	background: url(../images/yewu_bg2.jpg) bottom no-repeat;
	background-size: 100%;
}

.yewu_m ul li.yewu_bg3 {
	background: url(../images/yunying.jpg) bottom no-repeat;
	background-size: 100%;
}

.yewu_m ul li.yewu_bg4 {
	background: url(../images/yewu_bg4.jpg) bottom no-repeat;
	background-size: 100%;
}

.yewu_m ul li.yewu_bg5 {
	background: url(../images/yewu_bg5.jpg) bottom no-repeat;
	background-size: 100%;
}

.yewu_biao {
	color: #edf2f6;
	padding-left: 40px;
	font-weight: bold;
	position: relative;
}

.yewu_biao h1 {
	font-size: 36px;
	margin-top: 110px;
}

.yewu_biao p {
	font-size: 18px;
	margin-top: 40px;
	position: absolute;
}

.yewu_biao h2 {
	margin-top: 260px;
	background: url(../images/jia_icon2.png);
	width: 40px;
	height: 40px;
	position: absolute;
}

.yewu_tu {
	display: none;
	position: relative;
	color: #edf2f6;
	text-align: center;
}

.yewu_tu img {
	width: 100%;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari å’Œ Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}

.yewu_m ul li:hover img {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	/* IE 9 */
	-moz-transform: scale(1.2, 1.2);
	/* Firefox */
	-webkit-transform: scale(1.2, 1.2);
	/* Safari å’Œ Chrome */
	-o-transform: scale(1.2, 1.2);
	/* Opera */
}

.yewu_tu h1 {
	font-size: 36px;
	position: absolute;
	top: 110px;
	width: 100%;
	left: 0;
	z-index: 9;
}

.yewu_tu p {
	font-size: 18px;
	margin-top: 190px;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 9;
}

.yewu_tu a {
	position: absolute;
	margin-top: 400px;
	width: 170px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #fff;
	left: 50%;
	margin-left: -85px;
	color: #fff;
	font-size: 18px;
	z-index: 9;
}



.yewu_m ul li.xuan_yw {
	width: 44%;
}

.yewu_m ul li.xuan_yw .yewu_tu {
	display: block;
}

.yewu_m ul li.xuan_yw .yewu_biao {
	display: none;
}



.gongc_bg {
	background: url(../images/gongc_bg.jpg) #eff6fd top no-repeat;
	background-size: 100%;
	padding-top: 40px;
	padding-bottom: 60px;
}

.gc_top {
	text-align: center;
}

.gc_top ul {
	margin-top: 40px;
	font-size: 0;
}

.gc_top ul li {
	width: 200px;
	height: 54px;
	background: #fff;
	line-height: 54px;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
}

.gc_top ul li.xuan_gc {
	color: #fff;
	background: #3457ab;
}

.gc_m {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
}

.gc_left {
	width: 600px;
	margin-top: 20px;
}

.gc_left a {
	position: relative;
	display: block;
	height: 390px;
	overflow: hidden;
}

.gc_left a img {
	width: 100%;
	height: 390px;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari å’Œ Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}

.gc_left a:hover img {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	/* IE 9 */
	-moz-transform: scale(1.2, 1.2);
	/* Firefox */
	-webkit-transform: scale(1.2, 1.2);
	/* Safari å’Œ Chrome */
	-o-transform: scale(1.2, 1.2);
	/* Opera */
}

.gc_left a p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 20px;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 9;
}

.gc_right {
	width: 600px;
}

.gc_right ul {
	overflow: hidden;
}

.gc_right ul li {
	float: left;
	width: 50%;
	margin-top: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}

.gc_right ul li a {
	display: block;
	position: relative;
	height: 185px;
	overflow: hidden;
}

.gc_right ul li img {
	width: 100%;
	height: 185px;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari å’Œ Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}

.gc_right ul li:hover img {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	/* IE 9 */
	-moz-transform: scale(1.2, 1.2);
	/* Firefox */
	-webkit-transform: scale(1.2, 1.2);
	/* Safari å’Œ Chrome */
	-o-transform: scale(1.2, 1.2);
	/* Opera */
}

.gc_right a p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 14px;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 9;
}

.fudong {
	position: absolute;
	right: -220px;
	bottom: 0;
	width: 500px;
	background: #3557ab;
	height: 185px;
}

.fd_m {
	text-align: center;
	width: 280px;
	position: relative;
}

.fd_m h1 {
	text-align: right;
	padding-top: 20px;
	font-size: 16px;
	color: #ccffff;
}

.fd_m h2 {
	text-align: right;
	font-size: 20px;
	margin: 10px 0;
	color: #fff;
}

.fd_m p {
	text-align: right;
	font-size: 18px;
	color: #ccffff;
}

.fd_div {
	width: 100%;
	height: 909px;
}

.dibu_lian {
	margin-top: 40px;
	padding-bottom: 30px;
}

.dibu_lian ul {
	overflow: hidden;
	width: 1230px;
	margin: 0 auto;
}

.dibu_lian ul li {
	float: left;
	width: 20%;
}

.dibu_lian ul li p {
	margin: 0 15px;
	padding: 10px 20px;
	background: #f4f4f4;
}

.dibu_lian ul li select {
	width: 100%;
	background: none;
	border: none;
}

.dibu_main {
	width: 1200px;
	margin: 0 auto;
	/*border-top: 1px solid #6f6f6f;*/
	overflow: hidden;
}

.dibu_m1 {
	margin-top: 1px;
}

.dibu_m2 {
	width: 660px;
	margin-left: 40px;
	margin-top: 40px;
	line-height: 30px;
}

.dibu_m2 b {
	font-weight: bold;
}

.dibu_m2 img {
	margin-top: 4px;
	margin-right: 10px;
}

.dibu_right {
	text-align: center;
	margin-top: 30px;
}

.dibu_right p {
	margin-top: 6px;
}

.touying {
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
	position: relative;
}

.daohang {
	line-height: 100px;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.dh_left ul {
	overflow: hidden;
}

.dh_left ul li {
	float: left;
	margin-right: 50px;
	border-bottom: 2px solid #fff;
}

.dh_left ul li.xuan_lan {
	border-bottom: 2px solid #033999;
}

.dh_left ul li a {
	color: #666666;
	font-size: 18px;
}

.dh_left ul li.xuan_lan a {
	color: #033999;
	font-weight: bold;
}

.dh_right {
	color: #999999;
}

.dh_right span {
	padding-right: 6px;
}

.dh_right a {
	background: url(../images/sanjiao.png) left center no-repeat;
	padding-left: 16px;
	padding-right: 8px;
	color: #999999;
}

.dh_right a:last-child {
	color: #033999;
}


.nei_bg {
	background: url(../images/nei_bg1.png) left top no-repeat;
	margin-top: 20px;
	padding-top: 60px;
	background-size: 360px;
	margin-bottom: 80px;
}

.jianjie_m1 {
	width: 1200px;
	margin: 0 auto;
}

.jianjie_m1 h1 {
	text-align: center;
	color: #3C5FB1;
	font-size: 48px;
	font-weight: bold;
}

.jianjie_m1 p {
	font-size: 20px;
	line-height: 40px;
	margin-top: 40px;
}

.jianjie_m1 h2 {
	text-align: center;
	margin-top: 40px;
}

.jianjie_m1 ul {
	overflow: hidden;
	margin-top: 60px;
}

.jianjie_m1 ul li {
	float: left;
	width: 25%;
	text-align: center;
}

.jianjie_m1 ul li span {
	display: block;
	color: #999999;
}

.jianjie_m1 ul li b {
	font-weight: bold;
	font-size: 50px;
	color: #3C5FB1;
	padding-right: 20px;
}

.jianjie_m1 ul li font {
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
}

.jianjie_m2 {
	background: #EFF7FF;
	overflow: hidden;
	position: relative;
}

.left_m2 {
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 54%;
	display: table;
	height: 100%;
	table-layout: fixed;
	left: 100px;
}

.tableCell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.left_m2 h1 {
	font-size: 36px;
	color: #3C5FB1;
	font-weight: bold;
}

.left_m2 p {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}

.left_m2 ul {
	overflow: hidden;
	margin-top: 40px;
}

.left_m2 ul li {
	float: left;
	margin-right: 80px;
	text-align: center;
}

.left_m2 ul li span {
	display: block;
	color: #999999;
}

.left_m2 ul li b {
	font-weight: bold;
	font-size: 48px;
	padding-right: 20px;
	color: #3d3d3d;
}

.left_m2 ul li font {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	line-height: 30px;
}

.right_m2 {
	width: 35%;
}

.right_m2 img {
	width: 100%;
}

.jianjie_m3 {
	overflow: hidden;
	position: relative;
}

.left_m3 {
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 40%;
	display: table;
	height: 100%;
	table-layout: fixed;
	right: 100px;
}

.left_m3 h1 {
	font-size: 36px;
	color: #3C5FB1;
	font-weight: bold;
}

.left_m3 p {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}

.right_m3 {
	width: 50%;
}

.right_m3 img {
	width: 100%;
}

.padd {
	padding: 80px 0;
}

.dibu_bg {
	background: url(../images/nei_bg2.png) right bottom no-repeat;
	background-size: 580px;
}

.di_yu {
	background: #EFF7FF;
	padding: 60px 0;
}

.di_yu h1 {
	font-size: 36px;
	color: #3C5FB1;
	font-weight: bold;
	width: 1200px;
	margin: 0 auto;
}

.di_yu p {
	color: #666666;
	font-size: 20px;
	line-height: 30px;
	width: 1200px;
	margin: 0 auto;
}





.td_bg {
	background: url(../images/bg_tu21.png) center right no-repeat;
	padding-top: 60px;
	background-size: 400px;
	padding-bottom: 60px;
}

.td_top {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.td_top img {
	width: 100%;
}

.td_m {
	position: absolute;
	top: 100px;
	right: 60px;
	text-align: center;
	width: 500px;
	color: #fff;
}

.td_m h1 {
	font-size: 36px;
	font-weight: bold;
}

.td_m h2 {
	font-size: 18px;
	margin-top: 30px;
}

.td_m p {
	line-height: 40px;
	font-size: 18px;
	line-height: 30px;
	margin-top: 40px;
}

.td_list {
	width: 1240px;
	margin: 0 auto;
}

.td_list ul {
	overflow: hidden;
}

.td_list ul li {
    float: left;
    width: 24%;
    margin-top: 40px;
    height: 510px;
}

.td_nei {
	padding: 0 20px;
	text-align: center;
}

.td_nei img {
	width: 100%;
        height: 364px;
}

.td_nei h1 {
	color: #3C5FB1;
	font-size: 28px;
	margin-top: 20px;
}

.td_nei p {
	margin-top: 20px;
}

.zuzhi_m {
	background: url(../images/zuzhi_bg.png) center no-repeat;
	text-align: center;
	padding: 80px 0;
	background-size: 1300px;
}

.zuzhi_m img {
	width: 1200px;
}




.danwei_top {
	margin-top: 60px;
	margin-bottom: 100px;
}

.danwei_top ul {
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 1281px;
	margin: 0 auto;
}

.danwei_top ul li {
	float: left;
	text-align: center;
}

.danwei_top ul li .dw_m {
	margin: 0 40px;
	width: 103px;
}

.dw_m h1 {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #D8D8D8;
}

.dw_m img {
	margin-top: 24px;
}

.dw_m .dw_tu2 {
	display: none;
}

.dw_m p {
	font-size: 18px;
	margin-top: 20px;
	width: 108px;
}

.line_xian {
	width: 1200px;
	background: #D8D8D8;
	height: 1px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	margin-top: -90px;
}

.xuan_danwei .dw_m h1 {
	background: #3C5FB1;
}

.danwei_top ul li.xuan_danwei .dw_m .dw_tu1 {
	display: none;
}

.danwei_top ul li.xuan_danwei .dw_m .dw_tu2 {
	display: inline-block;
}

.danwei_bg {
	background: url(../images/nei_bg3.png) left top no-repeat;
	padding-top: 60px;
	background-size: 200px;
}

.danwei_bg2 {
	background: url(../images/bg_tu21.png) right center no-repeat;
	background-size: 200px;
}



.danwei_m1 {
	width: 1200px;
	margin: 0 auto;
	min-height: 600px;
}

.yiji_lan .yiji p {
	margin-top: 20px;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
	background: #fff;
	height: 100px;
	overflow: hidden;
	padding: 0 40px;
}

.yiji_lan .yiji p span {
	float: left;
	font-size: 24px;
	line-height: 100px;
}

.yiji_lan .yiji p a {
	float: right;
	width: 160px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #3C5FB1;
	color: #3C5FB1;
	margin-top: 30px;
	font-size: 18px;
}

.lanmu_main .yiji_lan .yiji p span {
	display: block;
	background: url(../images/jia_icon.png) right center no-repeat;
	background-size: 0.24rem;
}

.yiji_lan .yiji p.inactives {
	height: 100px;
	background: #3C5FB1;
	padding: 0 40px;
	overflow: hidden;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
}

.yiji_lan .yiji p.inactives span {
	float: left;
	color: #fff;
	font-size: 24px;
	line-height: 100px;
}

.yiji_lan .yiji p.inactives a {
	float: right;
	width: 160px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 30px;
	font-size: 18px;
}

.yiji_lan .yiji .erji_lan {
	display: none;
}

.yiji_lan .yiji .erji_lan li {
	height: 60px;
	background: #EFF6FE;
	padding: 0 40px;
	overflow: hidden;
	padding-left: 80px;
	margin-top: 20px;
}

.yiji_lan .yiji .erji_lan li span {
	float: left;
	font-size: 20px;
	line-height: 60px;
}

.yiji_lan .yiji .erji_lan li a {
	float: right;
	width: 160px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #3C5FB1;
	color: #3C5FB1;
	margin-top: 10px;
	font-size: 16px;
}


.gc_tou {
	margin-top: 20px;
}

.gc_tou ul {
	width: 1230px;
}

.gc_tou .line_xian {
	width: 1100px;
}

.gc_tou .danwei_m1 {
	width: 1100px;
}

.gc_tou ul li .dw_m {
	margin: 0 50px;
	width: 103px;
}

.zizhi_bg {

	background: url(../images/nei_bg3.png) left top no-repeat;
	padding-top: 60px;
	background-size: 200px;
}

.zizhi_bg2 {
	background: url(../images/bg_tu21.png) right center no-repeat;
	background-size: 200px;
}

.zz_m {
	width: 1200px;
	margin: 0 auto;
}

.zz_m table {
	width: 100%;
	border: 1px solid #E4E4E4;
	text-align: center;
	margin-bottom: 20px;
}

.zz_m table tr td {
	border: 1px solid #E4E4E4;
	padding: 20px 14px;
	font-size: 18px;
}

.zz_m table tr td h1 {
	text-align: left;
	font-weight: bold;
}

.zz_m table tr td p {
	text-align: left;
	margin-top: 16px;
	line-height: 30px;
}

.zz_m table tr:first-child td:first-child {
	width: 6%;
	line-height: 40px;
}

.fullSlide {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}

.fullSlide .prev1 {
	position: absolute;
	left: -70px;
	top: 94px;
	margin-top: 0;
}

.fullSlide .next1 {
	position: absolute;
	right: -70px;
	top: 94px;
	margin-top: 0;

}

.fullSlide .prev1 a {
	background: url(../images/jiantou_left.png) center no-repeat;
	z-index: 100;
	width: 80px;
	height: 80px;
	display: block;
}

.fullSlide .prev1 a:hover {
	background: url(../images/jiantou_left2.png) center no-repeat;
}

.fullSlide .next1 a {
	background: url(../images/jiantou_right.png) center no-repeat;
	z-index: 100;
	width: 80px;
	height: 80px;
	display: block;

}

.fullSlide .next1 a:hover {
	background: url(../images/jiantou_right2.png) center no-repeat;
}

.zhuan_m {
	width: 1200px;
	background: url(../images/ronyu_bg.png) bottom no-repeat;
	background-size: 100%;
	padding-bottom: 60px;
	margin-bottom: 30px;
}

.zhuan_m ul {
	overflow: hidden;
}

.zhuan_m ul li {
	float: left;
	width: 300px;
}

.zhuan_m ul li a {
	display: block;
	padding: 0 20px;
}

.zhuan_m ul li img {
	width: 100%;
}

.zhuan_m ul li p {
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
}


.xinwen_m2 {}

.xinwen_m2 ul {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.xinwen_m2 ul li {
	border-bottom: 1px solid #D8D8D8;
	padding: 10px 0;
}

.xinwen_m2 ul li:hover a {
	box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.2);
}

.xinwen_m2 ul li:hover span {
	background: #3C5FB1;
	border-color: #3C5FB1;
	color: #fff;
}

.xinwen_m2 ul li:hover span em {
	background: url(../images/jian_xw2.png) right center no-repeat;
}

.xinwen_m2 ul li a {
	display: block;
	overflow: hidden;
	background: #fff;
	padding: 30px;
	position: relative;
}

.xwm_left img {
	width: 340px;
	max-height: 240px;
}

.xwm_right {
	width: 760px;
}

.xwm_right h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.xwm_right p {
	line-height: 28px;
	margin-top: 20px;
	color: #999999;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xwm_right h2 {
	margin-top: 20px;
	color: #999999;
}

.xinwen_m2 ul li.wutu .xwm_right {
	width: 80%;
}

.xinwen_m2 ul li span {
	position: absolute;
	left: 410px;
	bottom: 30px;
	width: 140px;
	line-height: 40px;
	border: 1px solid #D8D8D8;
	text-align: center;
	border-radius: 40px;
	color: #999999;
}

.xinwen_m2 ul li span em {
	background: url(../images/jian_xw.png) right center no-repeat;
	padding-right: 28px;
	font-size: 16px;
}

.xinwen_m2 ul li.wutu span {
	right: 40px;
	left: initial;
	bottom: 60px;
}

.pagination{display: inline-flex;}

.pages {
	padding-bottom: 60px;
	text-align: center;
}

.pages a {
	display: inline-block;
	line-height: 40px;
	border: 1px solid #E4E4E4;
	padding: 0 14px;
	margin: 0 10px;
	font-size: 16px;
}

.pages a:hover {
	color: #fff;
	background: #3C5FB1;
	border-color: #3C5FB1;
}

.pages a.xuan_ye, .active a {
	color: #fff;
	background: #3C5FB1;
	border-color: #3C5FB1;
}

.xw_xq {
	width: 1200px;
	margin: 0 auto;
}

.xq_top {
	text-align: center;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 40px;
}

.xq_top h1 {
	font-size: 30px;
	font-weight: normal;
}

.xq_top p {
	margin-top: 20px;
	color: #999999;
	line-height: 30px;
}

.xq_top p span {
	padding: 0 14px;
}

.xq_top p span em {
	padding: 3px 10px;
	cursor: pointer;
}

.xq_top p span em.xuan_zi {
	color: #fff;
	background: #3C5FB1;
	border-radius: 20px;
}

.xq_main {
	padding: 40px 0;
	line-height: 40px;
    font-size: 16px;
}
.xq_main ct p img{
max-width:1200px;
/*max-width:596px;*/
margin:20px;
}


.ywly_m1 {
	overflow: hidden;
	position: relative;
}

.ywly_m1left {
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 40%;
	display: table;
	height: 100%;
	table-layout: fixed;
	left: 140px;
}

.tableCell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.ywly_m1left h1 {
	color: #999999;
	font-size: 36px;
}

.ywly_m1left h2 {
	font-size: 36px;
	color: #666666;
	margin-top: 20px;
}

.ywly_m1left p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}

.ywly_m1left ul {
	overflow: hidden;
	margin-top: 30px;
	width: 600px;
}

.ywly_m1left ul li {
	float: left;
	margin-right: 40px;
	margin-top: 20px;
	cursor: pointer;
}

.yw_m {
	border: 1px solid #D8D8D8;
	width: 140px;
	height: 140px;
	text-align: center;
}

.yw_m img {
	margin-top: 30px;
}

.yw_m p {
	font-size: 18px;
	margin-top: 14px;
}

.yw_m .yw_icon2 {
	display: none;
}

.xuan_ywly .yw_m {
	border-color: #3C5FB1;
	background: #3C5FB1;
	color: #fff;
}

.xuan_ywly .yw_m .yw_icon1 {
	display: none;
}

.xuan_ywly .yw_m .yw_icon2 {
	display: inline-block;
}

.ywly_m1right {
	width: 45%;
	position: relative;
}

.fudong_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.jiantou {
	position: absolute;
	left: 40px;
	bottom: 80px;
}

.jiantou span {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 10px;
	cursor: pointer;
}

.jiantou span.zuo_jian {
	background: url(../images/yw_left.png) no-repeat;
}

.jiantou span.zuo_jian:hover {
	border-radius: 50%;
	background-color: #fff;
	background: url(../images/yw_left2.jpg) no-repeat;
}

.jiantou span.you_jian {
	background: url(../images/yw_right.png) no-repeat;
}

.jiantou span.you_jian:hover {
	border-radius: 50%;
	background-color: #fff;
	background: url(../images/yw_right2.jpg) no-repeat;
}

.you_tu img {
	width: 100%;
}


.shig_bg {
	background: url(../images/ywly_sgtu1.jpg) no-repeat;
	width: 100%;
	background-size: 1920px;
	height: 1080px;
	position: relative;
}

.shig_bg1 {
	background: url(../images/ywly_sgtu2.jpg) no-repeat;
	width: 100%;
	background-size: 1920px;
	height: 1080px;
	position: relative;
}

.shig_bg2 {
	background: url(../images/ywly_sgtu3.jpg) no-repeat;
	width: 100%;
	background-size: 1920px;
	height: 1080px;
	position: relative;
}

.shig_bg3 {
	background: url(../images/ywly_sgtu4.jpg) no-repeat;
	width: 100%;
	background-size: 1920px;
	height: 1080px;
	position: relative;
}

.shig_bg4 {
	background: url(../images/ywly_sgtu5.jpg) no-repeat;
	width: 100%;
	background-size: 1920px;
	height: 1080px;
	position: relative;
}

.shig_bg5 {
	background: url(../images/ywly_sgtu6.jpg) no-repeat;
	width: 100%;
	background-size: 1920px;
	height: 1080px;
	position: relative;
}

.shig_bg6 {
	background: url(../images/ywly_sgtu7.jpg) no-repeat;
	width: 100%;
	background-size: 1920px;
	height: 1080px;
	position: relative;
}

.shig_bg7 {
	background: url(../images/ywly_sgtu8.jpg) no-repeat;
	width: 100%;
	background-size: 1920px;
	height: 1080px;
	position: relative;
}

.shig_bg8 {
	background: url(../images/ywly_sgtu9.jpg) no-repeat;
	width: 100%;
	background-size: 1920px;
	height: 1080px;
	position: relative;
}

.shig_bg9 {
	background: url(../images/ywly_sgtu10.jpg) no-repeat;
	width: 100%;
	background-size: 1920px;
	height: 1080px;
	position: relative;
}

.shig_bg10 {
	background: url(../images/ywly_sgtu11.jpg) no-repeat;
	width: 100%;
	background-size: 1920px;
	height: 1080px;
	position: relative;
}

.shig_bg11 {
	background: url(../images/ywly_sgtu12.jpg) no-repeat;
	width: 100%;
	background-size: 1920px;
	height: 1080px;
	position: relative;
}

.shig_bg12 {
	background: url(../images/ywly_sgtu13.jpg) no-repeat;
	width: 100%;
	background-size: 1920px;
	height: 1080px;
	position: relative;
}

.shig_bg13 {
	background: url(../images/ywly_sgtu14.jpg) no-repeat;
	width: 100%;
	background-size: 1920px;
	height: 1080px;
	position: relative;
}



.shig_m {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.hui_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}

.shig_left {
	color: #fff;
	margin-top: 220px;
	margin-left: 140px;
	position: relative;
	z-index: 2;
}

.shig_left ul li {
	/* background: url(../images/dian_icon.png) left center no-repeat; */
	padding-left: 30px;
	font-size: 18px;
	margin-bottom: 20px;
	cursor: pointer;
}

.shig_left ul li img {
	padding-right: 4px;
}

.shig_left ul li.xuan_sg {
	background: url(../images/xinxin_icon.png) left center no-repeat;
}

.shig_left2 {
	width: 480px;
	position: relative;
	margin-top: 280px;
	margin-left: 40px;
	z-index: 1;
}

.shig_left2 ul {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 50%;
	margin-top: -80px;
}

.shig_left2 ul li {
	position: relative;
	width: 160px;
	height: 160px;
	text-align: center;
	margin: 0 auto;
}

.shig_left2 ul li p {
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 160px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.shig_left2 ul li img {
	margin-top: 30px;
	position: relative;
	z-index: 2;
}

.dinwei img {
	width: 100%;
}

.shig_right {
	width: 400px;
	margin-top: 180px;
	color: #fff;
	margin-right: 140px;
}

.shig_right h1 {
	font-size: 30px;
	font-weight: bold;
}

.shig_right h2 {
	font-weight: bold;
	font-size: 30px;
	margin-top: 30px;
}

.shig_right p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 100px;
}

.yunyin img {
	width: 100%;
}


.tourongzi {
	background: url(../images/trz_bg.jpg) no-repeat;
	background-size: 1920px;
	height: 1080px;
	position: relative;
}

.trz_m {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.trz_left {
	width: 40%;
	margin-left: 140px;
	color: #fff;
	margin-top: 200px;
}

.trz_left h1 {
	font-size: 30px;
	font-weight: bold;
}

.trz_left h2 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 30px;
}

.trz_left h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 80px;
}

.trz_left p {
	font-size: 18px;
	line-height: 36px;
	margin-top: 30px;
}

.trz_right {
	width: 45%;
	margin-top: 300px;
}

.swiper-container {
	padding-top: 80px;
}

.swiper-button-next,
.swiper-button-prev {
	top: 30px;
	width: 60px;
	height: 60px;
}

.swiper-button-next {
	background: url(../images/yw_right.png) no-repeat;
	right: 0;
}

.swiper-button-next:hover {
	background: url(../images/yw_right2.jpg) no-repeat;
	border-radius: 50%;
}

.swiper-button-prev {
	background: url(../images/yw_left.png) no-repeat;
	left: 0;
}

.swiper-button-prev:hover {
	background: url(../images/yw_left2.jpg) no-repeat;
	border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: '';
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: '';
}

.swiper-slide {
	transform: scale(0.8);
}

.swiper-slide p {
	padding-right: 20px;
	position: relative;
}

.swiper-slide p font {
	position: relative;
	display: block;
}

.swiper-slide p i {
	position: absolute;
	width: 100%;
	background: linear-gradient(to bottom, rgba(38, 60, 53, 0), rgba(38, 60, 53, 0.8));
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	left: 0;
	bottom: 0;
}

.swiper-slide p img {
	width: 100%;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}


.gjyw {
	overflow: hidden;
	position: relative;
}

.gjyw_left {
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 40%;
	display: table;
	height: 100%;
	table-layout: fixed;
	left: 140px;
}

.gjyw_m h1 {
	font-size: 36px;
	color: #999;
	font-weight: bold;
}

.gjyw_m h2 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 20px;
}

.gjyw_m p {
	font-size: 16px;
	margin-top: 40px;
	line-height: 36px;
}

.gjyw_m h3 {
	margin-top: 40px;
}

.gjyw_m h3 a {
	display: block;
	width: 238px;
	line-height: 70px;
	border: 1px solid #3C5FB1;
	border-radius: 70px;
	text-align: center;
	color: #3C5FB1;
	font-size: 18px;
}

.gjyw_m h3:hover a {
	color: #fff;
	background-color: #3C5FB1;
	border: 0;
}

.tu_dian {
	margin-top: 40px;
	overflow: hidden;
}

.shuzi {
	overflow: hidden;
	margin-top: 24px;
}

.shuzi span {
	float: left;
}

.shuzi b {
	font-size: 16px;
	color: #3C5FB1;
}

.shuzi font {
	float: left;
	width: 270px;
	height: 5px;
	background: #F4F4F4;
	margin-left: 20px;
	overflow: hidden;
	margin-top: 6px;
}

.shuzi font i {
	display: block;
	height: 5px;
	background: #3C5FB1;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.jiantou_m {
	overflow: hidden;
	margin-left: 20px;
}

.jiantou_m span {
	float: left;
	width: 60px;
	height: 60px;
	cursor: pointer;
	margin-right: 20px;
}

.jiantou_m span.zuo_jian2 {
	background: url(../images/yw_left2.jpg) no-repeat;
}

.jiantou_m span.zuo_jian2:hover {
	border-radius: 50%;
	background: url(../images/lan-zuo.png) no-repeat;
}

.jiantou_m span.you_jian2 {
	background: url(../images/yw_right2.jpg) no-repeat;
}

.jiantou_m span.you_jian2:hover {
	border-radius: 50%;
	background: url(../images/lan-you.png) no-repeat;
}


.gjyw_right {
	width: 48%;
}

.gjyw_right img {
	width: 100%;
}




.gc_lunbo {
	width: 1160px;
	margin: 0 auto;
	padding: 20px;
	height: 400px;
	background: #fff;
	margin-top: 130px;
}

.gc_lunbo .top_wz {
	float: left;
    max-width: 580px;
}

.gc_lunbo img {
	float: right;
}

.gc_lunbo .ft-carousel .carousel-inner {
	width: 100%;
}

.gc_lunbo .ft-carousel .carousel-inner .carousel-item {
	width: 100%;
}

.gc_lunbo .a_bg {
	display: block;
	overflow: hidden;
}

.top_wz h1 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 80px;
	margin-left: 30px;
}

.ft-carousel .carousel-inner .carousel-item .top_wz p {
	width: 440px;
	margin-top: 30px;
	font-size: 18px;
	line-height: 40px;
	position: inherit;
	background: none;
	margin-left: 30px;
}

.gc_lunbo .hiSlider-pages {
	right: initial;
	left: 20px;
	bottom: 0;
	text-align: left;
}

.gc_lunbo .hiSlider-pages a {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #EFF7FF;
}

.gc_lunbo .hiSlider-pages a.active {
	background: #0078f0;
}

.gc_list {
	margin-top: 30px;
}

.gc_list ul {
	overflow: hidden;
	width: 1230px;
	margin: 0 auto;
}

.gc_list ul li {
	float: left;
	width: 50%;
	margin-bottom: 30px;
}

.gc_bg {
	background: #fff;
	margin: 0 15px;
	padding-bottom: 20px;
}

.gc_bg img {
	width: 100%;
}

.gc_bg h1 {
	padding: 20px;
	font-size: 24px;
}

.gc_bg p {
	font-size: 16px;
	line-height: 20px;
	height: 40px;
	padding: 0 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}




.zhuti-div {
	max-width: 1920px;
	margin: 0px auto;
	overflow: hidden;
}

.chengyi .chen-title {
	text-align: center;
	color: #010101;
	font-size: 40px;
	margin-top: 100px;
	margin-bottom: 27px;
}

.chengyi .chens-title {
	text-align: center;
	color: #fff;
	font-size: 40px;
	margin-top: 100px;
	margin-bottom: 27px;
}

.chengyi .cy-titlebai {
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 70px;
	line-height: 45px;
}

.chengyi .xian {
	width: 166px;
	height: 4px;
	margin: 0 auto;
	background-color: #2b4acb;
}

.chengyi .xian-yy {
	width: 80px;
	height: 4px;
	margin: 0 auto;
	background-color: #2b4acb;
}

.cy-title {
	font-size: 24px;
	color: #000000;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 100px;
	line-height: 45px;
}

.zhe-title {
	font-size: 30px;
	color: #000000;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 100px;
	line-height: 45px;
}

.cy-title span {
	color: #2b4acb;
}

.nr-title {
	font-size: 27px;
	color: #333333;
	background: url(../images/biaoji.jpg) no-repeat left center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.part-right .nr-title span {
	color: #2b4acb;
	font-size: 33px;
	padding-left: 20px;
}

.hezi-kk {
	display: flex;
	max-width: 1920px;
	margin: 0px auto;
	overflow: hidden;
}

.hezi-kk .bj-img {
	width: 50%;
	max-height: 586px;
}

.hezi-kk .cy-rightbox {
	padding-left: 5%;
	width: 32%;
	display: flex;
	flex-direction: column;
	justify-content: space-around
}

.xiangq {
	font-size: 20px;
	margin-left: 39px;
	margin-top: 33px;
	line-height: 30px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.hezi3-kk {
	display: flex;
	max-width: 1920px;
	margin: 0px auto;
	overflow: hidden;
}

.left-parts {
	background: url(../images/dituimg.png) no-repeat;
	width: 50%;
	background-size: 100% 100%;
}

.left-parts p {
	font-size: 40px;
	color: #010101;
}

.right-parts {
	width: 50%;
	background-color: #f6f9fe;
	display: flex;
	align-items: center;
}

.heizi3-kk .right-parts img {
	width: 100%;
}

.heizi3-kk {
	display: flex;
	max-width: 1920px;
	margin: 0px auto;
	overflow: hidden;
	height: 788px
}

.zhanlue {
	position: relative;
	top: 20%;
	left: 18%;
}

.zhanlue p {
	margin-bottom: 15px;
	font-weight: bold;
}

.chuangjian {
	font-size: 50px;
	font-weight: bold;
	position: relative;
	top: 32%;
	left: 10%
}

.chuangjian ul li {
	text-align: center;
	margin-bottom: 20px;
}

.hezi4-kk {
	display: flex;
	max-width: 1920px;
	margin: 0px auto;
	overflow: hidden;
	max-height: 700px;
}

.shensuo-div {
	background: url(../images/datupian.jpg) no-repeat;
	max-width: 100%;
	background-size: 100% 700px;
	margin: 0px auto;
	display: flex;
}

.box1 {
	width: 25%;
	height: 700px;
	border-right: 1px solid #ffffff52;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.box2 {
	width: 25%;
	height: 700px;
	border-right: 1px solid #ffffff52;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.box3 {
	width: 25%;
	height: 700px;
	border-right: 1px solid #ffffff52;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.box4 {
	width: 25%;
	height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.box1 .neirong {
	width: 37%;
}

.box2 .neirong {
	width: 79%;
}

.box4 .neirong {
	width: 50%;
}

.heizi4-kk .title {
	font-size: 30px;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 25px;
}

.heizi4-kk .neirong {
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	line-height: 30px;
	padding-bottom: 169px;
}

.box1 .neirong {
	width: 196px;
}

.box3 .neirong {
	width: 300px;
}

.box4 .neirong {
	width: 242px;
}

.box1:hover {
	background: url(../images/zhegai.png);
	border-right: 0;
}

.box2:hover {
	background: url(../images/zhegai.png);
	border-right: 0;
}

.box3:hover {
	background: url(../images/zhegai.png);
	border-right: 0;
}

.box4:hover {
	background: url(../images/zhegai.png);
	border-right: 0;
}

.heizi1-kk {
	max-width: 1920px;
	margin: 0px auto;
	overflow: hidden;
	background: url(../images/backimg01.jpg) top center no-repeat;
	background-size: 1920px;
}

.heizi5-kk {
	max-width: 1920px;
	margin: 0px auto;
	overflow: hidden;
	background: url(../images/backimg02.jpg) top center no-repeat;
	background-size: 1920px;
}

.js-zong {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 90px;
	justify-content: center
}

.js-zong .js-box1 {
	height: 300px;
	background: url(../images/tuone.jpg);
	background-size: 100% 100%;
	margin: 0px 10px 10px 0px;
	padding: 0 88px;
}

.js-zong .js-box2 {
	padding: 0 88px;
	height: 300px;
	background: url(../images/tutwo.jpg);
	background-size: 100% 100%;
}

.js-zong .js-box3 {

	height: 300px;
	background: url(../images/tuthree.jpg);
	background-size: 100% 100%;
	margin: 0px 10px 10px 0px;
	padding: 0 88px;
}

.js-zong .js-box4 {
	height: 300px;
	background: url(../images/tufour.jpg);
	background-size: 100% 100%;
	padding: 0 88px;
}

.js-zong p {
	font-size: 28px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 60px;
}

.js-zong .js-neirong {
	font-size: 20px;
	color: #fff;
	width: 500px;
	margin: 0 auto;
	line-height: 30px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}

.heizi6-kk {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.heizi6-kk .chen-title span {
	margin-left: 10px;
	font-size: 40px;
	font-weight: bold;
	color: #8da1f2;
}

.pingpai-logo {
	max-width: 1200px;
	height: 400px;
	display: flex;
}

.heizi7-kk {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.tuxing-div {
	display: flex;
	height: 400px;
	margin-top: 30px;
	margin-bottom: 100px;
}

.tx-box {
    width: 466px;
    height: 325px;
    background-color: #f6fafe;
    margin-right: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.tx-box p {
	font-size: 16px;
	line-height: 30px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
    min-height: 180px;
}

.tx-box img {
	margin: 0 auto;
	display: block;
	width: 100px;
	height: 70px;
	margin-bottom: 20px;
}

.heizi8-kk {
	max-width: 1920px;
	margin: 0px auto;
	overflow: hidden;
	height: 660px;
	background: url(../images/bg.png);
	background-size: 1920px;
}

.zj-zong {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.posdiv {
	width: 100%;
	height: 400px;
	font-size: 40px;
	background-color: #f8f9fb;
	position: relative;
	text-align: center;
}

.posdiv img {
	width: 190px;
	height: 238px;
	position: absolute;
	top: 33%;
	margin-top: -50px;
	margin-left: -90px;
	left: 50%;
}

.posdiv2 {
    width: 100%;
    height: 400px;
    background-color: #2b4acb;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
}

.posdiv2 img {
    width: 190px;
    height: 238px;
    position: absolute;
    left: 50%;
    margin-left: -95px;
    top: 15%;
}

.pos-text {
	font-size: 30px;
	margin-top: 22px;
	font-weight: bold;
	text-align: left;
	margin-left: 15px;
}

.heizi8-kk .wei-div {
	width: 1200px;
	height: 166px;
	background: url(../images/vi3.png) no-repeat;
	background-size: 100%;
	position: relative;
	top: 22%;
}

.wei-div .wei-zi {
	display: flex;
	align-items: start;
	padding-right: 70px;
	text-align: right;
	float: right;
	position: absolute;
	right: 0;
	top: 22%;
}

.wei-zi ul li a {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}

.wei-zi ul li span {
	font-size: 20px;
	color: #fff;
}

.wei-zi img {
	width: 50px;
	height: 50px;
	margin-left: 10px
}

.after-text::after {
	content: "";
	width: 70px;
	height: 4px;
	background-color: #2b4acb;
	display: inline-block;
	position: relative;
	top: 20px;
	left: -157px
}





.kan_xq {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}

.kan_top {
	text-align: center;
}

.kan_top h1 {
	font-size: 30px;
	font-weight: bold;
}

.kan_top p {
	padding-top: 20px;
	color: #b5b5b5;
}

.kan_main {
	overflow: hidden;
	margin-top: 40px;
}

.kan_left {
	width: 120px;
}

.shang_jian {
	width: 100%;
	height: 40px;
	text-align: center;
	background: #EFF7FF;
	margin-bottom: 20px;
	cursor: pointer;
}

.shang_jian img {
	margin-top: 14px;
}

.xia_jian {
	width: 100%;
	height: 40px;
	text-align: center;
	background: #EFF7FF;
	margin-bottom: 20px;
	cursor: pointer;
}

.xia_jian img {
	margin-top: 14px;
}

.kan_left ul li {
	margin-bottom: 20px;
	cursor: pointer;
}

.kan_left ul li img {
	width: 100%;
	box-sizing: border-box;
}
.kan_right ul li.xuan_kan{text-align: center;}
.kan_left ul li.xuan_kan img {
	border: 2px solid #3C5FB1;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.kan_right {
	width: 1050px;
}

.kan_right img {
	max-width: 100%;
}

.xiaoguo2 {
	animation: fadeIn;
	/* animation-duration: 1.5s; */
	-webkit-animation: fadeIn;
	/* -webkit-animation-duration: 1.5s; */ 
    text-align: center;
}




.lxwm_nei {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 40px;
	position: relative;
}

.ditu {
	width: 900px;
	position: relative;
	z-index: 1;
}

.ditu img {
	width: 100%;
}

.lxwm_m {
	width: 400px;
	position: absolute;
	z-index: 2;
	background: #EFF7FF;
	box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.2);
	right: 20px;
	top: 90px;
	padding-top: 40px;
}

.lxwm_m p {
	margin-left: 30px;
	line-height: 40px;
	font-size: 16px;
}

.lxwm_m p b {
	font-size: 20px;
	font-weight: bold;
	color: #3C5FB1;
}

.lxwm_m h1 {
	text-align: center;
	padding: 40px;
}

.lxwm_m h1 span {
	display: block;
	margin-top: 10px;
	font-size: 16px;
}

.kjcx_m {
	width: 1200px;
	margin: 0 auto;
}

.kjcx_m table {
	width: 100%;
	border: 1px solid #E4E4E4;
	text-align: center;
	margin-bottom: 20px;
}

.kjcx_m table tr td {
	border: 1px solid #E4E4E4;
	padding: 20px;
	font-size: 18px;
}

.kjcx_m table tr td h1 {
	text-align: left;
	font-weight: bold;
}

.kjcx_m table tr td p {
	text-align: left;
	margin-top: 10px;
	line-height: 30px;
}

.news-box {
	width: 1200px;
	margin: 60px auto 0px;
	display: flex;
	flex-wrap: wrap;
}

.new-divson {
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.news-box .news-div {
	height: 93%;
	width: 94%;
	background: #3C5FB1;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0;
}

.news-div .news-title {
	font-size: 24px;
	font-weight: bold;
}

.news-title::after {
	content: "";
	width: 250px;
	height: 2px;
	background-color: #fff;
	display: inline-block;
	margin: 20px 0;
}

.news-div .news-time {
	font-size: 16px;
	padding-bottom: 34px;
}

.read-book a {
	background: url(../images/yanjing.png) no-repeat left center;
	padding-right: 20px;
	padding-left: 20px;
	color: #fff;
}

.news-book {
	margin-bottom: 60px;
	width: 25%;
	position: relative;
	top: 30%;
}

.news-div {
	width: 300px;
	margin-bottom: 60px;
}

.news-book img {
	width: 100%;
}

.news-book:nth-child(4n) {
	margin-right: 0;
}

.news-book ul li p {
	font-size: 18px;
	color: #3D3D3D !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 20px;
}

.liwai-p {
	padding-top: 117px;
	font-size: 18px;
	color: #3D3D3D;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-book:hover .news-div {
	opacity: 1;
}

.news-div {
	opacity: 0;
}

.news-book .frist {
	padding-right: 20px;
}


.yewu_ditu {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	overflow-y: auto;
}

.yewu_ditu img {
	width: 100%;
}

.yewu_ditu i {
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../images/guanbi_icon.png) no-repeat;
	background-size: 60px;
	width: 60px;
	height: 60px;
}



@media screen and (max-width: 2400px) and (min-width: 1600px) {
	.header {
		width: 1440px;
	}

	.lanmu {
		margin-left: 18vw;
		width: 1070px;
	}

	.lanmu ul li.yiji {
		margin-left: 0px;
	}

	.lanmu ul li.yiji p {
		font-size: 1vw;
		padding-right: 1.5vw;
		margin: 0 0.4vw;
	}

	.xinwen_m {
		width: 1440px;
	}

	.xw_left {
		width: 700px;
	}

	.xw_right {
		width: 680px;
	}

	.lunbo {
		width: 680px;
		height: 443px;
	}

	.ft-carousel .carousel-item img {
		width: 680px;
		height: 443px;
	}

	.main_bg {
		background-size: 680px;
	}

	.main_bg2 {
		background-size: 320px;
	}

	.qiye {
		width: 1440px;
	}

	.qy_left {
		width: 780px;
	}

	.qy_right {
		width: 640px;
	}

	.qy_main ul li span {
		width: 520px;
	}

	.gc_m {
		width: 1440px;
	}

	.gc_left {
		width: 720px;
	}

	.gc_left a img {
		height: 470px;
	}

	.gc_right {
		width: 720px;
	}

	.gc_right ul li img {
		height: 225px;
	}

	.fudong {
		width: 1000px;
		height: 225px;
		right: -660px;
	}

	.fd_m h1 {
		padding-top: 30px;
		font-size: 20px;
	}

	.fd_m h2 {
		font-size: 30px;
		font-weight: bold;
	}

	.fd_m p {
		font-size: 24px;
		font-weight: bold;
	}

	.left_m2 {
		width: 50%;
		left: 140px
	}

	.left_m2 p {
		font-size: 18px;
		line-height: 40px;
		margin-top: 50px;
	}

	.left_m2 ul {
		margin-top: 60px;
	}

	.left_m2 ul li {
		margin-right: 140px;
	}

	.left_m3 p {
		font-size: 18px;
		line-height: 40px;
		margin-top: 50px;
	}

	.jianjie_m1 {
		width: 1440px;
	}

	.jianjie_m1 p {
		font-size: 24px;
		line-height: 48px;
	}

	.di_yu h1 {
		width: 1440px;
	}

	.di_yu p {
		width: 1440px;
	}

	.dibu_lian ul {
		width: 1470px;
	}

	.dibu_main {
		width: 1440px;
	}

	.daohang {
		width: 1440px;
	}

	.td_bg {
		background-size: 800px;
	}

	.td_top {
		width: 1440px;
	}

	.td_m {
		top: 130px;
	}

	.td_list {
		width: 1500px;
	}

	.td_nei {
		padding: 0 30px;
	}

	.zuzhi_m {
		background-size: 1800px;
	}

	.zuzhi_m img {
		width: 1440px;
	}

	.danwei_top ul {
		width: 1561px;
	}

	.danwei_top ul li .dw_m {
		margin: 0 60px;
	}

	.line_xian {
		width: 1440px;
	}

	.danwei_bg {
		background-size: 260px;
	}

	.danwei_m1 {
		width: 1440px;
	}

	.danwei_bg2 {
		background-size: 340px;
	}

	.danwei_m2 {
		width: 1440px;
	}

	.fullSlide {
		width: 1440px;
	}

	.zhuan_m {
		width: 1440px;
	}

	.zhuan_m ul li {
		width: 360px;
	}

	.xinwen_m2 ul {
		width: 1440px;
	}

	.xwm_left img {
		width: 400px;
	}

	.xwm_right {
		width: 940px;
	}

	.xinwen_m2 ul li span {
		left: 466px;
	}

	.xw_xq {
		width: 1440px;
	}

	/* .heizi5-kk {
		max-width: 1440px;
	} */

	.heizi6-kk {
		max-width: 1440px;
	}

	.pingpai-logo {
		max-width: 1440px;
	}

	.heizi7-kk {
		max-width: 1440px;
	}

	.wei-div {
		width: 1440px;
	}

	.zj-zong {
		max-width: 1440px;
	}

	.lxwm_nei {
		width: 1440px;
	}

	.ditu {
		width: 1200px;
	}

	.lxwm_m {
		width: 500px;
		top: 120px;
		padding-top: 60px;
	}

	.lxwm_m p {
		margin-left: 50px;
	}

	.gc_tou ul {
		width: 1230px;
	}

	.gc_tou ul li .dw_m {
		margin: 0 50px;
	}

	.gc_lunbo {
		width: 1400px;
	}

	.ft-carousel .carousel-inner .carousel-item .top_wz p {
		width: 560px;
	}

	.gc_lunbo .ft-carousel .carousel-item img {
		width: 720px;
	}

	.gc_list ul {
		width: 1470px;
	}

	.news-box {
		width: 1440px;
	}

	.ywly_m1left {
		width: 40%;
		left: 180px;
	}

	.ywly_m1left p {
		font-size: 18px;
		line-height: 36px;
		margin-top: 60px;
	}

	.yw_m p {
		margin-top: 14px;
	}

	.ywly_m1left ul {
		margin-top: 60px;
	}

	.shig_left {
		margin-left: 180px;
	}

	.shig_left2 {
		width: 730px;
		margin-top: 220px;
	}

	.shig_right {
		width: 520px;
		margin-right: 180px;
	}

	.shig_right h1 {
		font-size: 36px;
	}

	.shig_right h2 {
		font-size: 36px;
	}

	.shig_right p {
		font-size: 18px;
		line-height: 36px;
	}

	.trz_left {
		margin-left: 180px;
	}

	.gjyw_left {
		left: 180px;
		width: 35%;
	}

	.gjyw_right {
		width: 50%;
	}

	.gjyw_m p {
		margin-top: 60px;
	}

	.gjyw_m h3 {
		margin-top: 60px;
	}

	.tu_dian {
		margin-top: 160px;
	}

	.shig_left ul li {
		margin-bottom: 30px;
	}

	.kan_xq {
		width: 1440px;
	}

	.kan_right {
		width: 1260px;
	}

	.zizhi_bg {
		background-size: 300px;
	}

	.zizhi_bg2 {
		background-size: 360px;
	}


	.qy_left a h1 {
		height: 380px;
	}

	.tou_tu a {
		height: 160px;
	}

	.gc_left a {
		height: 470px;
	}

	.gc_right ul li a {
		height: 225px;
	}

	.nobk p{
	    background:none!important;
	    padding-right: 15px!important;
	    margin: 0 10px!important;
	}
}
}





.flexslider {
	position: relative;
	width: 100%;
	overflow: hidden;
	zoom: 1;
}

.flexslider .img img {
	width: 100%;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides li {
	position: relative;
}

.flexslider .slides li p {
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: url(images/biao-bg.png) repeat-x;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.flex-direction-nav {
	width: 100%;
	margin: 0 auto;
	display: none;
}

.flex-direction-nav a {
	width: 32px;
	height: 60px;
	line-height: 99em;
	overflow: hidden;
	margin: -30px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	/*bottom: 120px;*/
	text-align: center;
	z-index: 999999; 
    margin-top: 20px;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-nav li:first-child {
	margin-left: 20px;
}

.flex-control-paging li a {
	height: 8px;			width: 66px;
	margin: 0 6px;			display: inline-block;
	overflow: hidden;
		text-indent: -100px;
	font-size: 0;
		background: rgba(255, 255, 255, 0.8);			text-indent: -99em;
	cursor: pointer;
}

.flex-control-paging li a.flex-active {			background: #0078f0
	}

	.xuan_danwei .dw_m {
	position: relative;
}

.danwei_top li h1 .dw_tu2 {
	position: relative;
	/* top: 0; */
	/* opacity: 0; */
}

/* .danwei_top li .dw_m:hover h1 .dw_tu2 {
	transform: translateY(-80px);
	transition: .1s;
	-webkit-transition: .1s;
	opacity: 1;
} */
/* .xuan_danwei .dw_m {
	position: relative;
} */

/* .danwei_top li h1 .dw_tu2 {
	opacity: 1;
    transition: .1s;
    -webkit-transition: .1s;
} */
.danwei_top li h1 {
    overflow: hidden
}

.zizhi_bg {
/*height:1355px;
overflow:hidden;*/
}


@media screen and (max-width: 1200px)  {

	.xw_xq {
	    width: 980px;
	    margin: 0 auto;
	}
	.xw_xq .xq_main{
		padding:20px;
		line-height:40px;
	}
.daohang {
    line-height: 100px;
    overflow: hidden;
    width: 980px;
    margin: 0 auto;
}
.logo img{
height:3vw!important;
margin-top:3vw!important;
}

.lanmu {
	width: 898px;
	position: absolute;
	margin-left: 17vw;
	z-index: 999;
}
.lanmu ul li.yiji p {
    line-height: 88px;
    cursor: pointer;
    font-size: 1.6vw;
    background: url(../images/shang_jian1.jpg) right center no-repeat;
    padding-right: 15px;
    margin: 0 10px;
}

}





.xinwen_m3{
		width: 1440px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	.xinwen_m3bg2{
		background-size: 250px;
	}

	.xinwen_m3 ul {
		width: 1138px;
	}
	.xinwen_m3 ul li {
	    border-bottom: 1px solid #D8D8D8;
	    padding: 10px 0;
	}
	.xinwen_m3 ul li a {
	    display: block;
	    overflow: hidden;
	    background: #fff;
	    padding: 30px;
	    position: relative;
	}
	.xinwen_m3 ul li:hover a {
		box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.2);
	}
	
	.xinwen_m3 ul li:hover span {
		background: #3C5FB1;
		border-color: #3C5FB1;
		color: #fff;
	}
	
	.xinwen_m3 ul li:hover span em {
		background: url(../images/jian_xw2.png) right center no-repeat;
	}
	.xinwen_m3 ul li span {
	    position: absolute;
	    right: 60px;
	    bottom: 60px;
	    width: 140px;
	    line-height: 40px;
	    border: 1px solid #D8D8D8;
	    text-align: center;
	    border-radius: 40px;
	    color: #999999;
	}
	
	.xinwen_m3 .tabar-left{
		width: 249px;
		padding-right: 52px;
	}
	.tabar-blue{
		height: 81px;
		background: #015294 !important;
		color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		
	}
	.xinwen_m3 .tabar-left span{ 
		height: 81px;
		background-color: #F4F4F4;
		display: flex;
		justify-content: center;
		align-items: center;
		border-bottom: 1px solid #E4E4E4;
		position: relative;  
	}
	.xinwen_m3 .tabar-left span img{
		position: absolute;
		right: 0;
	}
	 .xinwen_m3 ul li:first-child{
		 padding-top: 0;
	 }
	 .xinwen_m3 ul li p{
		 width: 844px;
	 }

