/*===================CSS Reset============================*/

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	overflow-x: auto;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	border: medium none;
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	color: #666;
	font: 16px "寰蒋闆呴粦";
}

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

em,
i {
	font-style: normal;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input:focus,
button:focus,
textarea:focus,
select:focus,
video {
	outline: none;
}


/*===================Link Style============================*/

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	color: #333;
	outline: none;
	text-decoration: none;
	transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
}


/*===================Common Style============================*/

.fl {
	float: left;
}

.fr {
	float: right;
}

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

.ovh {
	overflow: hidden;
}

.textH {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bold {
	font-weight: bold;
}

.color-3 {
	color: #333 !important;
}

.color-6 {
	color: #666 !important;
}

.color-9 {
	color: #999 !important;
}

.color-f {
	color: #fff !important;
}

.color-b {
	color: #123d5f !important;
}

.color-0 {
	color: #0f0f0f !important;
}

.color-f3 {
	color: #f3f3f3 !important;
}

.color-d {
	color: #deeaf2 !important;
}

.bg-f {
	background-color: #fff;
}

.bg-b {
	background-color: #123d5f;
}

.bg-f5 {
	background-color: #f5fbff;
}

.imgH img {
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}

.imgH:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding-right: 0;
	padding-left: 0;
}


/*============================ Header ============================*/

.header {
	width: 100%;
	height: 100px;
}

.header .logo {
	display: block;
	width: 432px;
	height: 85px;
	margin: 10px 0 0 3%;
}

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

.navbar_nav li {
	display: inline-block;
}

.navbar_nav li a {
	display: block;
	line-height: 97px;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	padding: 0 40px;
}

.navbar_nav li:hover a,
.header .navbar_nav li.slt a {
	color: #fff;
	font-weight: bold;
	background: #123d5f;
	border-color: #fce439;
}

#navToggle {
	display: none;
}

.m_nav {
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%);
}

.m_nav.open {
	transform: translateX(0);
}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.m_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

.m_nav .ul {
	margin-top: 30px;
}

.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	width: 100%;
}


/*============================ Footer ============================*/

.footer {
	background: url(../images/foot.jpg) center bottom no-repeat;
	background-size: cover;
	padding: 80px 0 50px;
}

.footer .link a {
	color: #fff;
}

.footer .link a:hover {
	color: #fce439;
}

.footer .link dt {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

.footer .link dd {
	margin-bottom: 10px;
}

.footer .copy {
	font-size: 12px;
	border-top: 1px solid #999;
	margin-top: 50px;
	padding-top: 30px;
}

.footer .copy em,
.footer .copy a {
	display: inline-block;
}

.footer .copy a:hover {
	color: #fff !important;
}

.rigMenu {
	position: fixed;
	bottom: 10%;
	right: 20px;
	z-index: 999;
}

.rigMenu a {
	display: block;
	width: 60px;
	height: 60px;
	font-size: 0;
	margin: 5px 0;
	background-color: #999;
	background-size: 34px;
	background-position: center;
	background-repeat: no-repeat;
}

.rigMenu a.kf {
	background-image: url(../images/kefu.png);
}

.rigMenu a.goTop {
	background-image: url(../images/goTop.png);
}

.rigMenu a:hover {
	background-color: #123d5f;
}


/*============================ Index ============================*/

.ixSlide .img {
	height: 810px;
}

.ixTit {
	padding: 30px 0;
}

.ixTit span {
	display: block;
	font-size: 36px;
	margin-bottom: 10px;
}

.ixTit i {
	display: inline-block;
	width: 2px;
	height: 50px;
	background: #333;
	margin-top: 50px;
}

.ixPart1 .top {
	padding: 20px 0;
	border-radius: 10px;
	margin-top: -50px;
	position: relative;
	z-index: 1;
}

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

.ixPart1 .right {
	margin: 100px 19% 0 60px;
}

.ixPart1 .right .txt {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 50px;
}

.ixPart1 .right .link a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	height: 40px;
	margin-right: 30px;
	color: #123d5f;
	border: 1px solid #123d5f;
	border-radius: 4px;
}

.ixPart1 .right .link a:hover {
	color: #fff;
	background: #123D5F;
}

.ixPart2 {
	padding: 70px 0 110px;
}

.ixPart2 .part {
	margin: 0 -18px;
}

.ixPart2 .box {
	display: block;
	margin: 0 18px;
	position: relative;
}

.ixPart2 .box .txt {
	width: 100%;
	height: 100%;
	padding: 110px 20px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.ixPart2 .box .txt i {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url(../images/ixImg2_5.png) no-repeat;
	background-size: contain;
	opacity: 0;
	transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
}

.ixPart2 .box .txt span {
	display: block;
	height: 60px;
	font-size: 24px;
	margin: 50px 0 10px;
	line-height: 30px;
}

.ixPart2 .box .txt p {
	height: 48px;
	font-size: 14px;
	line-height: 24px;
}

.ixPart2 .box img {
	width: 100%;
}

.ixPart2 .box:hover .txt i {
	opacity: 1;
}

.ixPart3 {
	padding-top: 70px;
}

.ixPart3 .part {
	border-top: 11px solid #fce439;
}

.ixPart3 .left {
	position: relative;
}

.ixPart3 .left .txt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 15%;
	position: absolute;
	z-index: 1;
}

.ixPart3 .left .txt .t1 {
	background: rgba(16, 55, 86, .5);
	padding: 25px 70px 25px 30px;
	margin-bottom: 35px;
}

.ixPart3 .left .txt .t1 span {
	display: block;
	font-size: 30px;
	margin-bottom: 20px;
}

.ixPart3 .left .txt .t1 p {
	height: 72px;
	line-height: 36px;
}

.ixPart3 .left a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40%;
	height: 40px;
	color: #123d5f;
	font-size: 18px;
	background: #fce439;
	border-radius: 4px;
}

.ixPart3 .left a:hover {
	font-weight: bold;
}

.ixPart3 .left .img img {
	width: 100%;
}

.ixPart3 .right {
	padding: 0 25px;
}

.ixPart3 .right .box {
	display: block;
	margin: 50px 25px 0;
}

.ixPart3 .right .box .img {
	border-radius: 10px;
	margin-bottom: 15px;
}

.ixPart3 .right .box .img img {
	width: 100%;
}

.ixPart4 .wrap,
.ixPart5 .wrap {
	width: 1400px;
}

.ixPart4 {
	padding: 60px 0;
}

.ixPart4 .col-sm-2 {
	width: 20%;
}

.ixPart4 .box {
	margin: 30px 20px 10px;
	border: 1px solid #dbdbdb;
}

.ixPart4 .box img {
	width: 100%;
}

.ixPart4 .more a {
	display: inline-block;
	font-size: 0;
	width: 80px;
	margin-top: 50px;
}

.ixPart4 .more a img {
	width: 100%;
}

.ixPart5 {
	padding: 50px 0 70px;
}

.ixPart5 .box {
	margin: 50px 50px 0;
	font-size: 18px;
}

.ixPart5 .box .img {
	display: inline-block;
	border-radius: 50%;
}

.ixPart5 .box .img img {
	width: 100%;
}

.ixPart5 .box span {
	display: block;
	font-size: 20px;
	margin: 25px 0 15px;
}


/*============================ Others ============================*/

.inBanner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 440px;
	font-size: 30px;
	letter-spacing: 2px;
}

.inBanner.gy {
	height: 650px;
}

.inBanner span {
	display: block;
	font-size: 50px;
	margin-bottom: 10px;
}

.inTit {
	padding: 40px 0;
}

.inTit p {
	font-size: 36px;
	position: relative;
	margin-bottom: 20px;
}

.inTit p span {
	display: block;
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
}

.inTit i {
	display: inline-block;
	width: 35px;
	height: 6px;
}

.gyPart1 {
	background: url(../images/gyImg1.png) center bottom no-repeat;
	background-size: 100%;
	padding: 40px 0 100px;
}

.gyPart1 .txt {
	font-size: 18px;
	line-height: 32px;
	margin-top: 20px;
}

.gyPart2 {
	background: url(../images/gyImg2_4.jpg) center bottom no-repeat;
	background-size: cover;
	padding: 30px 0 100px;
}

.gyPart2 .part {
	margin: 0 -80px;
}

.gyPart2 .box {
	background: rgba(255, 255, 255, .2);
	margin: 50px 80px 0;
	padding: 50px 25px;
	border-bottom: 4px solid rgba(255, 255, 255, .0);
	cursor: pointer;
	transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
}

.gyPart2 .box i {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
}

.gyPart2 .box i.icon1 {
	background-image: url(../images/gyImg2_1.png);
}

.gyPart2 .box i.icon2 {
	background-image: url(../images/gyImg2_2.png);
}

.gyPart2 .box i.icon3 {
	background-image: url(../images/gyImg2_3.png);
}

.gyPart2 .box span {
	display: block;
	font-size: 26px;
	margin: 30px 0;
}

.gyPart2 .box p {
	min-height: 120px;
	font-size: 18px;
	line-height: 30px;
}

.gyPart2 .box:hover {
	color: #FCE439 !important;
	background: #123d5f;
	border-color: #fce439;
}

.gyPart2 .box:hover i.icon1 {
	background-image: url(../images/gyImg2_1H.png);
}

.gyPart2 .box:hover i.icon2 {
	background-image: url(../images/gyImg2_2H.png);
}

.gyPart2 .box:hover i.icon3 {
	background-image: url(../images/gyImg2_3H.png);
}

.inLink {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #eaeaea;
	padding-top: 40px;
}

.inLink a {
	display: inline-flex;
	align-items: flex-start;
	text-align: left;
	max-width: 220px;
	height: 90px;
	font-size: 24px;
	color: #737373;
	margin: 0 50px;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.inLink a.slt,
.inLink a:hover {
	color: #123D5F;
	font-weight: bold;
	border-color: #123d5f;
}

.ywPart1 {
	margin: 50px -15px;
}

.ywPart1 .box {
	display: block;
	font-size: 18px;
	margin: 0 15px 30px;
}

.ywPart1 .box .img {
	border: 1px solid #f0f0f0;
	margin-bottom: 20px;
}

.ywPart1 .box .img img {
	width: 100%;
}

.ywPart1 .box:hover {
	color: #123D5F;
	font-weight: bold;
}

.ywPart2 .part1 {
	display: flex;
	align-items: flex-end;
	padding: 40px 0 30px;
	border-bottom: 2px solid #eee;
}

.ywPart2 .part1 .left {
	font-size: 20px;
}

.ywPart2 .part1 .left span {
	display: block;
	font-size: 30px;
	margin-bottom: 20px;
}

.ywPart2 .part2 {
	padding: 40px 0;
}

.ywPart2 .part2 img {
	max-width: 100%;
}

.ywPart2 .part3 {
	border-top: 2px solid #fce439;
	padding: 30px 0;
}

.ywPart2 .part3 a {
	display: block;
	margin: 15px 0;
}

.ywPart2 .part3 a:hover {
	text-decoration: underline;
	color: #123D5F !important;
}

.xwPart1 {
	padding: 50px 0;
}

.xwPart1 .box {
	display: block;
	background: #f8f8f8;
	padding: 10px;
	margin-bottom: 30px;
}

.xwPart1 .box .img {
	margin-right: 30px;
}

.xwPart1 .box .img img {
	width: 100%;
}

.xwPart1 .box .txt {
	margin: 30px 100px 0 0;
}

.xwPart1 .box .txt span,
.xwPart1 .box .txt em {
	display: block;
}

.xwPart1 .box .txt span {
	font-size: 20px;
}

.xwPart1 .box .txt em i {
	display: inline-block;
	margin-right: 25px;
	margin: 10px 0;
}

.xwPart1 .box .txt p {
	height: 64px;
	line-height: 32px;
}

.xwPart1 .box .date {
	margin: 40px 0 0 80px;
	background: url(../images/xwJt.png) left bottom no-repeat;
	background-size: 36px;
	padding-bottom: 50px;
}

.xwPart1 .box .date span {
	display: block;
	font-size: 30px;
	margin-bottom: 5px;
}

.xwPart1 .box:hover {
	background: #fff;
	box-shadow: 0 0 10px rgba(92, 173, 255, .2);
}

.fenye {
	padding-top: 20px;
}

.fenye a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #123d5f;
	background: #f9f9f9;
	margin: 0 7px;
}

.fenye a.slt,
.fenye a:hover {
	color: #fff;
	background: #123D5F;
}

.jrPart1 {
	font-size: 20px;
	padding: 40px 0;
}

.jrPart1 span {
	display: inline-flex;
	align-items: center;
	height: 60px;
	padding: 0 30px;
	border-radius: 8px;
	margin-top: 50px;
}

.jrPart2 {
	padding-bottom: 60px;
}

.jrPart2 .box {
	margin: 30px 20px 0;
	border: 1px solid #cfcfcf;
}

.jrPart2 .box .tit {
	font-size: 20px;
	border-bottom: 4px solid #FCE439;
	padding: 20px 25px;
}

.jrPart2 .box .txt {
	min-height: 280px;
	font-size: 15px;
	line-height: 30px;
	margin: 30px 25px;
}

.lxPart1 {
	padding: 90px 0 40px;
	margin: 0 -50px;
}

.lxPart1 .box,
.lxPart1 .code {
	margin: 1px 50px;
	background: #f5f5f5;
}

.lxPart1 .box {
	font-size: 15px;
	padding: 34px 30px 34px 100px;
	background-position: center left 30px;
	background-repeat: no-repeat;
	background-size: 43px;
}

.lxPart1 .box.box1 {
	background-image: url(../images/lxImg1.png);
}

.lxPart1 .box.box2 {
	background-image: url(../images/lxImg3.png);
}

.lxPart1 .box.box3 {
	background-image: url(../images/lxImg2.png);
}

.lxPart1 .box.box4 {
	background-image: url(../images/lxImg4.png);
}

.lxPart1 .box span {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

.lxPart1 .code {
	padding: 30px 0;
}

.lxPart1 .code img {
	width: 44%;
	margin-bottom: 10px;
}

.lxPart2 {
	margin-bottom: 70px;
}

#map {
	width: 100%;
	height: 550px;
	font-size: 12px;
}

.BMapLabel {
	display: none !important;
}


/*============================ 濯掍綋鏌ヨ ============================*/

.mobHide {
	display: block;
}

.mobShow {
	display: none;
}

@media (max-width: 1700px) {
	.header .logo {
		margin-left: 15px;
	}
	.ixPart4 .wrap,
	.ixPart5 .wrap {
		width: 1200px;
	}
}

@media (max-width: 1367px) {
	.header .logo {
		width: 320px;
		height: auto;
		margin-top: 20px;
	}
	.navbar_nav li a {
		padding: 0 25px;
	}
	.ixSlide .img {
		height: 575px;
	}
	.ixPart1 .right {
		margin: 30px 15px 0 40px;
	}
	.ixPart2 .box .txt {
		padding-top: 30px;
	}
	.inBanner {
		height: 313px;
	}
	.inBanner.gy {
		height: 462px;
	}
}

@media (max-width: 1200px) {
	.wrap {
		width: 100%;
		padding: 0 15px;
	}
	.ixSlide .img {
		height: 505px;
	}
	.ixPart4 .wrap,
	.ixPart5 .wrap {
		width: 100%
	}
}

@media (max-width: 1100px) {
	.header {
		height: 80px;
	}
	.header .logo {
		width: 240px;
		margin-top: 15px;
	}
	.navbar_nav li a {
		line-height: 77px;
		padding: 0 15px;
	}
	.ixSlide .img {
		height: 463px;
	}
	.ixPart1 .right .txt {
		margin-bottom: 20px;
	}
	.inLink a {
		font-size: 20px;
	}
	.xwPart1 .box .date {
		margin: 20px 0 0;
	}
}

@media (max-width: 900px) {
	.header .right,
	.navbar_nav {
		display: none;
	}
	.header {
		height: 60px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}
	.header .logo {
		margin: 7px 0 0 10px;
	}
	#navToggle {
		height: 100%;
		display: inline-block;
		float: right;
	}
	#navToggle span {
		display: block;
		position: relative;
		width: 30px;
		height: 30px;
		background: url(../images/menu.png) no-repeat;
		background-size: contain;
		top: 16px;
		right: 15px;
	}
	.main {
		margin-top: 60px;
	}
	.ixPart1 .right .link a {
		width: 26%;
		margin-right: 20px;
	}
	.ixPart2 .box .txt {
		padding: 15px 5px 0;
	}
	.ixPart2 .box .txt i {
		width: 40px;
		height: 40px;
	}
	.ixPart2 .box .txt span {
		margin: 20px 0 5px;
	}
	.ixPart3 .left .txt {
		padding: 0 15px;
	}
	.ixPart3 .left .txt .t1 {
		padding: 20px 15px;
	}
	.ixPart3 .left .txt .t1 span {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.ixPart3 .left .txt .t1 p {
		line-height: 24px;
	}
	.ixPart3 .left a {
		width: 50%;
	}
	.ixPart3 .right .box {
		margin: 20px 10px 0;
	}
	.ixPart5 .box {
		margin: 0 15px;
	}
	.inLink a {
		font-size: 18px;
		margin: 0 30px;
	}
}

@media (max-width:767px) {
	.mobHide {
		display: none;
	}
	.mobShow {
		display: block;
	}
	body,
	button,
	input,
	select,
	textarea {
		font-size: 14px;
	}
	.wrap {
		padding: 0;
	}
	.footer {
		padding: 0;
	}
	.footer .copy {
		border: none;
		margin: 0;
		padding: 10px;
	}
	.rigMenu {
		right: 5px;
	}
	.rigMenu a {
		width: 36px;
		height: 36px;
		margin: 2px 0;
		background-size: 20px;
	}
	.ixSlide .img {
		height: 230px;
	}
	.slick-dots {
		bottom: 30px;
	}
	.slick-dots li {
		width: 8px;
		height: 8px;
		margin: 0 5px;
	}
	.ixTit {
		font-size: 12px;
	}
	.ixTit span {
		font-size: 26px;
		margin-bottom: 5px;
	}
	.ixTit i {
		height: 30px;
		margin-top: 20px;
	}
	.ixPart1 .top {
		margin: -25px 15px 0;
		padding-bottom: 0;
	}
	.ixPart1 .right {
		margin: 0 15px 20px;
	}
	.ixPart1 .right .txt {
		font-size: 14px;
		line-height: 24px;
	}
	.ixPart1 .right .link {
		text-align: center;
	}
	.ixPart1 .right .link a {
		margin: 0 10px;
	}
	.ixPart2 {
		padding: 40px 8px 20px;
	}
	.ixPart2 .part {
		margin: 0;
	}
	.ixPart2 .box {
		margin: 0 7px 15px;
	}
	.ixPart2 .box .txt i {
		width: 60px;
		height: 60px;
	}
	.ixPart2 .box .txt span {
		font-size: 16px;
		margin-top: 10px;
		height: 40px;
		line-height: 20px;
	}
	.ixPart2 .box .txt p {
		font-size: 12px;
		height: 36px;
		line-height: 18px;
	}
	.ixPart2 .box:hover .txt i {
		margin-top: 20px;
	}
	.ixPart3 {
		padding-top: 30px;
	}
	.ixPart3 .left {
		background: url(../images/ixImg3_1.jpg) center no-repeat;
		background-size: cover;
		padding: 50px 20px;
		position: inherit;
	}
	.ixPart3 .left .txt {
		position: inherit;
	}
	.ixPart3 .left .txt .t1 p {
		height: auto;
	}
	.ixPart3 .left .img {
		display: none;
	}
	.ixPart3 .right {
		padding: 20px 15px;
	}
	.ixPart3 .right .box {
		margin: 15px 10px;
	}
	.ixPart4 {
		padding: 30px 8px 40px;
	}
	.ixPart4 .col-sm-2 {
		width: 50%;
	}
	.ixPart4 .box {
		margin: 0 7px 15px;
	}
	.ixPart4 .more a {
		margin-top: 20px;
		width: 60px;
	}
	.ixPart5 {
		padding: 20px 5px;
	}
	.ixPart5 .box {
		margin: 0 10px 30px;
		font-size: 14px;
	}
	.ixPart5 .box .img {
		width: 80%;
	}
	.ixPart5 .box span {
		margin: 10px 0 5px;
		font-size: 17px;
	}
	.inBanner,
	.inBanner.gy {
		height: 180px;
		font-size: 14px;
	}
	.inBanner span {
		font-size: 28px;
		margin-bottom: 5px;
	}
	.inTit {
		padding: 30px 0 20px;
	}
	.inTit p {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.inTit p span {
		top: 10px;
		font-size: 26px;
	}
	.inTit i {
		height: 3px;
	}
	.gyPart1 {
		padding: 20px 15px 40px;
	}
	.gyPart1 .txt {
		font-size: 14px;
		margin: 0;
		line-height: 24px;
	}
	.gyPart2 {
		padding: 20px 15px 40px;
	}
	.gyPart2 .part {
		margin: 0;
	}
	.gyPart2 .box {
		margin: 20px 10px 0;
		padding: 30px 20px;
	}
	.gyPart2 .box span {
		font-size: 18px;
		margin: 15px 0;
	}
	.gyPart2 .box p {
		min-height: auto;
		font-size: 14px;
		line-height: 24px;
	}
	.inLink {
		display: block;
		padding: 0;
	}
	.inLink a {
		float: left;
		display: block;
		font-size: 14px;
		max-width: auto;
		width: 46%;
		height: auto;
		padding: 5px;
		margin: 2%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.inLink a.slt,
	.inLink a:hover {
		background: #123D5F;
		color: #fff;
	}
	.ywPart1 {
		margin: 30px 7px;
	}
	.ywPart1 .box {
		margin: 0 8px 20px;
		font-size: 15px;
	}
	.ywPart1 .box .img {
		margin-bottom: 10px;
	}
	.ywPart2 .part1 {
		display: block;
		padding: 30px 15px 15px;
	}
	.ywPart2 .part1 .left {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.ywPart2 .part1 .left span {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.ywPart2 .bshare-custom {
		float: left;
	}
	.ywPart2 .part2 {
		padding: 20px 15px;
	}
	.ywPart2 .part3 {
		padding: 15px;
	}
	.ywPart2 .part3 a {
		font-size: 12px;
		margin: 8px 0;
	}
	.xwPart1 {
		padding: 40px 10px;
	}
	.xwPart1 .box {
		margin: 0 5px 20px;
		padding: 10px 10px 15px;
	}
	.xwPart1 .box .img {
		margin: 0;
	}
	.xwPart1 .box .txt {
		margin: 10px 0 5px;
	}
	.xwPart1 .box .txt span {
		font-size: 16px;
	}
	.xwPart1 .box .txt em {
		font-size: 12px;
		margin: 5px 0;
	}
	.xwPart1 .box .txt em i {
		display: block;
		margin: 0;
	}
	.xwPart1 .box .txt p {
		height: 40px;
		line-height: 20px;
	}
	.xwPart1 .box .date {
		padding-bottom: 10px;
		background-size: 20px;
		margin: 0;
	}
	.xwPart1 .box .date span,
	.xwPart1 .box .date p {
		display: inline-block;
		font-size: 12px;
	}
	.xwPart1 .box .date span {
		font-size: 16px;
		margin-right: 5px;
	}
	.fenye a {
		width: 30px;
		height: 30px;
		font-size: 12px;
		margin: 0 3px;
	}
	.jrPart1 {
		font-size: 16px;
		padding: 30px 15px;
	}
	.jrPart1 span {
		height: 40px;
		font-size: 15px;
		padding: 0 15px;
		margin-top: 20px;
	}
	.jrPart2 .box {
		margin: 20px 15px 0;
	}
	.jrPart2 .box .tit {
		padding: 15px;
	}
	.jrPart2 .box .txt {
		min-height: auto;
		line-height: 25px;
		margin: 20px 15px;
	}
	.lxPart1 {
		padding: 40px 15px;
		margin: 0;
	}
	.lxPart1 .box {
		margin: 0 0 15px;
		padding: 20px 20px 20px 80px;
		background-size: 34px;
		background-position: center left 20px;
	}
	.lxPart1 .box span {
		margin-bottom: 5px;
	}
	.lxPart1 .code {
		margin: 0;
	}
	#map {
		height: 240px;
	}
}