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

@font-face {
	font-family: fontM;
	src: url('../font/PingFangSCMedium.ttf');
}

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;
}

.fontM {
	font-family: fontM, "微软雅黑";
}

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

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

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

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

.color-b {
	color: #163e80 !important;
}

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

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

.bg-b {
	background-color: #163e80;
}

.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;
	background: #163e80;
}

.header .logo {
	display: block;
	width: 168px;
	height: 39px;
	margin-top: 16px;
}

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

.header .lang {
	line-height: 100px;
	padding: 0 10px;
	margin-right: 10px;
}

.header .lang:hover {
	background: rgba(255, 255, 255, .2);
}

.header .seaWrap {
	position: relative;
	z-index: 9;
}

.header .seaWrap .search {
	display: block;
	width: 17px;
	height: 100px;
	font-size: 0;
	background: url(../images/topIcon1.png) center no-repeat;
	background-size: 100%;
	cursor: pointer;
}

.header .seaWrap .searInp {
	display: none;
	width: 336px;
	position: absolute;
	top: 80px;
	right: 0;
	background: #fff;
	padding: 5px;
	box-shadow: 0 0 7px rgba(0, 0, 0, .3);
}

.header .seaWrap .searInp .txt {
	width: 248px;
	height: 38px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-right: none;
	padding: 0 5px;
}

.header .seaWrap .searInp .btn {
	width: 78px;
	height: 38px;
	color: #fff;
	background: #163e80;
	border-radius: inherit;
	outline: none;
}

.header .tel {
	display: flex;
	align-items: center;
	height: 100px;
	margin-left: 20px;
}

.header .tel span {
	font-family: arial;
	font-size: 26px;
	line-height: 150%!important;
	color: #fff;
	line-height: 24px;
	background: url(../images/topIcon2.png) center left 19px no-repeat;
	background-size: 24px;
	padding-left: 57px;
	border-left: 1px solid #fff;
}

.navbar_nav li {
	float: left;
	margin-right: 5px;
}

.navbar_nav li a {
	display: block;
	color: #fff;
	min-width: 95px;
	line-height: 100px;
	padding: 0 10px;
}

.navbar_nav li.slt a,
.navbar_nav li a:hover {
	background: rgba(255, 255, 255, .2);
}

#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: 9999;
	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: 20px;
	height: 20px;
	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 {
	font-size: 14px;
	background: #3e3e3e;
	padding-top: 50px;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #8baef7;
}

.footer .left .t1 img {
	width: 45px;
}

.footer .left .t1 p {
	padding-left: 55px;
}

.footer .left .t1 p span {
	display: block;
	font-size: 20px;
}

.footer .left .t2 {
	font-size: 28px;
	background: url(../images/foot1.png) center left no-repeat;
	background-size: 30px;
	padding-left: 45px;
	margin: 30px 0;
}

.footer .left .t3 {
	line-height: 28px;
}

.footer .right dl {
	margin-left: 100px;
}

.footer .right dt {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 15px;
}

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

.footer .right dd img {
	width: 125px;
	margin-bottom: 10px;
}

.footer .right dd span a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 40px;
	font-size: 16px;
	border: 1px solid #fff;
	border-radius: 2px;
}

.footer .right dd span a:hover {
	background: #fff;
	color: #467cfd;
}

.footer .copy {
	background: #353535;
	padding: 30px 0;
	margin-top: 50px;
}


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

.ixSlide .img {
	height: 667px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ixSlide .img .txt {
	background: rgba(22, 62, 128, .8);
	font-size: 24px;
	padding: 40px 100px;
}

.ixSlide .img .txt span {
	display: block;
	font-size: 46px;
	letter-spacing: 5px;
	margin-bottom: 20px;
}

.ixTit {
	font-size: 22px;
	padding: 40px 0;
}

.ixTit span {
	display: block;
	font-size: 34px;
	margin-bottom: 5px;
}

.ixTit i {
	display: block;
	width: 48px;
	height: 4px;
	margin: 10px auto 0;
}

.ixPart1 {
	padding: 20px 0 70px;
}

.ixCpSlide {
	padding-bottom: 100px;
}

.ixCpSlide .box {
	display: block;
	margin: 0 15px;
	padding: 20px 20px 30px;
}

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

.ixCpSlide .box span {
	display: block;
	font-size: 18px;
	margin: 10px 0;
}

.ixCpSlide .box em {
	display: block;
	font-family: arial;
	font-size: 12px;
	margin-top: 20px;
}

.ixCpSlide .box i {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0;
	background: url(../images/jt1.png) no-repeat;
	background-size: contain;
	margin-top: 20px;
}

.ixCpSlide .box:hover span {
	color: #163E80;
	font-weight: bold;
}

.ixPart1 .more a {
	display: inline-flex;
	align-items: center;
	height: 42px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 2px;
	padding: 0 20px;
	background: #303030;
	position: relative;
	top: -42px;
	z-index: 1;
}

.ixPart1 .more a:hover {
	background: #163E80;
}

.ixPart2 .left {
	height: 607px;
	/*background: url(../images/ixImg2_1.jpg) center no-repeat;*/
	background-size: cover;
}

.ixPart2 .right {
	height: 607px;
	padding: 38px 40% 0 50px;
	/*background: url(../images/ixImg2_2.jpg) center no-repeat;*/
	background-size: cover;
	position: relative;
}

.ixPart2 .right .t1 {
	font-size: 18px;
}

.ixPart2 .right .t1 p {
	padding-right: 17px;
}

.ixPart2 .right .t1 span {
	display: block;
	font-size: 30px;
	line-height: 30px;
	padding-right: 15px;
	border-right: 2px solid #fff;
	margin: 10px 0 30px;
}

.ixPart2 .right .t2 {
	font-size: 13px;
	color: #e1e1e1;
	line-height: 33px;
	letter-spacing: 2px;
	text-align: justify;
}

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

.ixPart3 {
	padding: 30px 0 70px;
}

.ixPart3 .box {
	margin: 30px 20px 0;
}

.ixPart3 .box img {
	width: 124px;
	margin-bottom: 40px;
}

.ixPart3 .box span,
.ixPart3 .box em {
	display: block;
	font-size: 30px;
}

.ixPart3 .box em {
	font-size: 20px;
	margin: 10px 0 20px;
}

.ixPart3 .box p {
	line-height: 28px;
}


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

.inBanner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 500px;
}

.inBanner span {
	background: rgba(22, 62, 128, .8);
	font-size: 40px;
	padding: 20px 60px;
}

.inTit {
	padding: 40px 0;
}

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

.gyPart1 {
	padding: 20px 0 50px;
}

.gyPart1 .txt {
	line-height: 30px;
}

.gyPart1 .txt p {
	text-indent: 2em;
}

.gyPart1 .list {
	margin: 0 -15px;
}

.gyPart1 .list .img {
	margin: 0 15px;
}

.gyPart1 .list .img img,
.gyPart1 .list .img video {
	width: 100%;
}

.gyPart2 {
	background: url(../images/gyImg3.jpg) center no-repeat;
	background-size: cover;
	padding: 80px 0 300px;
}

.gyPart2 .txt {
	font-size: 18px;
	line-height: 40px;
}

.gyPart3 {
	padding: 20px 0 60px;
}

.gyPart3 .box {
	margin: 0 8px;
	padding: 50px 20px 30px;
}

.gyPart3 .box img {
	width: 74px;
}

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

.gyPart3 .box p {
	min-height: 192px;
	font-size: 14px;
	line-height: 24px;
}

.cpLink {
	border-bottom: 1px solid #ddd;
}

.cpLink .left,
.cpLink .right {
	display: flex;
	align-items: center;
	height: 80px;
}

.cpLink .left a {
	display: inline-block;
	font-size: 18px;
	padding: 3px 10px;
}

.cpLink .left i {
	display: inline-block;
	width: 1px;
	height: 20px;
	font-size: 0;
	margin: 0 40px;
	background: #000;
}

.cpLink .left a.slt,
.cpLink .left a:hover {
	color: #fff;
	background: #163E80;
}

.cpLink .right input {
	height: 35px;
	line-height: 35px;
}

.cpLink .right .inp {
	width: 270px;
	font-size: 14px;
	background: url(../images/cpSearch.png) center left 10px no-repeat #f0f0f0;
	background-size: 16px;
	padding: 0 10px 0 35px;
}

.cpLink .right .ss {
	padding: 0 15px;
}

.cpPart1 {
	margin: 0 -15px;
}

.cpPart1 .box {
	display: block;
	background: #dedede;
	margin: 40px 15px 0;
}

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

.cpPart1 .box p {
	padding: 20px;
}

.cpPart1 .box:hover {
	background: #163E80;
	color: #fff;
}

.cpPart2 {
	padding: 40px 0;
}

.cpPart2 .cpSlide {
	width: 100%;
	overflow: hidden;
	padding-right: 50px;
}

.cpPart2 .cpSlide .show {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
	position: relative;
}

.cpPart2 .cpSlide .show img {
	width: 100%;
}

.cpPart2 .cpSlide .smallshow {
	width: 100%;
	position: relative;
}

.cpPart2 .cpSlide .smallshow img {
	width: 100%;
	border: 1px solid #e0e0e0;
	transition: all 0.5s;
}

.cpPart2 .cpSlide .smallshow>.middle_box {
	width: 86%;
	margin: 0 7%;
	overflow: hidden
}

.cpPart2 .cpSlide .smallshow .middle {
	overflow: hidden;
	transition: all 0.5s;
}

.cpPart2 .cpSlide .smallshow .middle>li {
	width: 150px;
	height: 132px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	cursor: pointer;
}

.cpPart2 .cpSlide .smallshow .middle>li img {
	height: 100%;
}

.cpPart2 .cpSlide .smallshow>p {
	position: absolute;
	top: 50%;
	width: 16px;
	height: 29px;
	margin-top: -14.5px;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	transition: all 0.5s;
}

.cpPart2 .cpSlide .smallshow>.prev {
	left: 5px;
	background-image: url(../images/cpImg2_1.jpg);
}

.cpPart2 .cpSlide .smallshow>.next {
	right: 5px;
	background-image: url(../images/cpImg2_2.jpg);
}

.cpPart2 .part1 {
	padding: 25px;
}

.cpPart2 .part1 .txt .t1 {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.cpPart2 .part1 .txt .t1 span {
	display: block;
	font-size: 27px;
	margin-bottom: 25px;
}

.cpPart2 .part1 .txt .t1 p {
	line-height: 28px;
}

.cpPart2 .part1 .txt .t2 {
	border-top: 1px solid #e8e8e8;
	padding-top: 10%;
}

.cpPart2 .part1 .txt .t2 a {
	display: inline-flex;
	align-items: center;
	height: 44px;
	font-size: 18px;
	padding: 0 45px;
	margin: 30px 0 20px;
}

.cpPart2 .part1 .txt .t2 a:hover {
	background-color: #0461b8;
}

.cpPart2 .part1 .txt .t2 p {
	line-height: 36px;
}

.cpPart2 .part2 {
	padding: 25px;
	margin-top: 30px;
}

.cpPart2 .cpTit {
	background: #e6e6e6;
}

.cpPart2 .cpTit span {
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	height: 60px;
	padding: 0 30px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 20px;
	cursor: pointer;
}

.cpPart2 .cpTit .a {
	color: #fff;
	background-color: #163e80;
	background-image: url(../images/cpImg2_3.jpg);
}

.cpPart2 .cpCon {
	display: none;
	padding: 40px 0 90px;
}

.cpPart2 .cpCon .txt {
	font-size: 15px;
	line-height: 34px;
}

.fwPart {
	padding: 30px 0 160px;
}

.fwPart .txt {
	font-size: 14px;
	line-height: 30px;
}

.fwPart .txt img {
	max-width: 100%;
}

.jjPart {
	margin: 0 -15px;
}

.jjPart .box {
	display: block;
	margin: 40px 15px 0;
	border: 1px solid #f2f2f2;
}

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

.jjPart .box .txt {
	padding: 20px;
}

.jjPart .box .txt span {
	display: block;
	font-size: 16px;
}

.jjPart .box .txt p {
	font-size: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

.jjPart .box .txt em {
	display: block;
	font-size: 12px;
}

.jjPart .box .txt i {
	display: block;
	width: 24px;
	height: 14px;
	font-size: 0;
	background: url(../images/jjImg2.png) center no-repeat;
	background-size: 100%;
}

.jjPart .box:hover .txt span {
	color: #163E80;
	font-weight: bold;
}

.fenye {
	padding: 50px 0;
}

.fenye a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	color: #666;
	font-size: 14px;
	margin: 2px;
}

.fenye a.slt,
.fenye a:hover {
	color: #fff;
	background: #163E80;
}

.lxPart1 {
	padding: 40px 0 90px;
}

.lxPart1 .list .box {
	margin: 20px 20px 60px;
}

.lxPart1 .list .box img {
	width: 104px;
}

.lxPart1 .list .box p {
	font-size: 18px;
	margin: 20px 0 15px;
}

.lxPart1 .list .box span,
.lxPart1 .list .box em {
	display: block;
	font-size: 28px;
}

.lxPart1 .list .box em {
	font-size: 24px;
}

#map {
	width: 100%;
	height: 460px;
	font-size: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.BMapLabel {
	display: none !important;
}

.lxPart2 {
	background: url(../images/lxImg4.jpg) center no-repeat;
	background-size: cover;
	padding: 60px 0 140px;
}

.lxPart2 .txt {
	margin: 0 30px 30px;
}

.lxPart2 .txt input {
	width: 100%;
	height: 47px;
	font-size: 14px;
	line-height: 47px;
	padding: 0 15px;
}

.lxPart2 .txt textarea {
	width: 100%;
	height: 170px;
	font-size: 14px;
	padding: 10px 15px;
	line-height: 24px;
	resize: none;
}

.lxPart2 .txt em {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 47px;
	margin-left: 20px;
}

.lxPart2 .txt em img {
	width: 100%;
}

.lxPart2 .txt.ly input {
	width: 220px;
	color: #fff;
	font-size: 22px;
	background: #147ac1;
}

.lxPart2 .txt.ly input:hover {
	background: #163E80;
}


/*============================ 媒体查询 ============================*/

.mobHide {
	display: block;
}

.mobShow {
	display: none;
}

@media (max-width: 1440px) {
	.ixSlide .img {
		height: 475px;
	}
	.ixPart2 .right {
		padding: 80px 15% 0 50px;
	}
	.inBanner {
		height: 356px;
	}
}

@media (max-width: 1200px) {
	.wrap {
		width: 100%;
		padding: 0 15px;
	}
	.navbar_nav li a {
		width: 80px;
	}
}

@media (max-width: 1120px) {
	.header {
		overflow: hidden;
	}
	.header .tel {
		margin-left: 10px;
	}
	.header .tel span {
		font-size: 16px;
		background-size: 18px;
		padding-left: 35px;
		background-position: center left 10px;
	}
	.navbar_nav li a {
		width: 70px;
	}
	.footer .left .t1 img {
		width: 30px;
	}
	.footer .left .t1 p {
		font-size: 12px;
		padding-left: 35px;
	}
	.footer .left .t2 {
		font-size: 18px;
		margin: 20px 0;
		background-size: 24px;
		padding-left: 36px;
	}
	.footer .left .t1 p span {
		font-size: 14px;
	}
	.footer .right dl {
		margin-left: 40px;
	}
}

@media (max-width: 900px) {
	.mobHide {
		display: none;
	}
	.mobShow {
		display: block;
	}
	.header {
		height: 54px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}
	.header .logo {
		width: 120px;
		height: auto;
		margin: 13px 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: 13px;
		right: 15px;
	}
	.main {
		margin-top: 54px;
	}
	.footer {
		padding: 0;
	}
	.cpLink .left i {
		margin: 0 15px;
	}
	.t2 p img{
		width: 100%!important;
		height: 100%!important;
	}
	.txt p img{
		width: 100%!important;
		height: 100%!important;
	}
	
	
	
	
	
	
	
}
@media (max-width: 900px) {
	.cpLink .left i {
		margin: 0 5px;
	}
}

@media (max-width:767px) {
	.inBanner span{
		font-size: 24px;
	}
	body,
	button,
	input,
	select,
	textarea {
		font-size: 14px;
	}
	.wrap {
		padding: 0;
	}
	.footer .copy {
		padding: 10px;
		font-size: 12px;
		margin: 0;
	}
	.ixSlide .img {
		height: 200px;
		padding: 0 15px;
	}
	.ixSlide .img .txt {
		font-size: 12px;
		padding: 15px 20px;
	}
	.ixSlide .img .txt span {
		font-size: 20px;
		letter-spacing: 2px;
		margin-bottom: 0;
	}
	.ixSlide .slick-dots {
		bottom: 10px;
	}
	.ixSlide .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 3px;
	}
	.ixTit {
		font-size: 14px;
	}
	.ixTit span {
		font-size: 30px;
		margin-bottom: 0;
	}
	.ixTit i {
		height: 2px;
	}
	.ixPart1 {
		padding-bottom: 0;
	}
	.ixCpSlide {
		padding-bottom: 80px;
	}
	.ixCpSlide .box {
		padding: 10px 15px 15px;
	}
	.ixCpSlide .box span {
		margin: 5px 0;
	}
	.ixCpSlide .slick-arrow.prev {
		left: 15px;
	}
	.ixCpSlide .slick-arrow.next {
		right: 15px;
	}
	.ixPart1 .more a {
		padding: 0 50px;
	}
	.ixPart2 .right {
		height: auto;
		padding: 50px 20px;
	}
	.ixPart2 .right .t2 {
		line-height: 26px;
		letter-spacing: 1px;
	}
	.ixPart3 {
		padding: 15px;
	}
	.ixPart3 .box {
		margin: 0 15px 20px;
	}
	.ixPart3 .box img {
		width: 80px;
		margin-bottom: 10px;
	}
	.ixPart3 .box span {
		font-size: 20px;
	}
	.ixPart3 .box em {
		font-size: 14px;
		margin: 10px 0;
	}
	.ixPart3 .box p {
		font-size: 14px;
		line-height: 24px;
	}
	.inBanner {
		height: 180px;
	}
	.inTit {
		font-size: 12px;
		padding: 20px 0;
	}
	.inTit span {
		font-size: 24px;
	}
	.gyPart1 {
		padding: 20px 15px 40px;
	}
	.gyPart1 .txt {
		line-height: 24px;
	}
	.gyPart1 .list {
		margin: 0;
	}
	.gyPart1 .list .img {
		margin: 10px 0;
	}
	.gyPart2 {
		padding: 20px 15px 200px;
	}
	.gyPart2 .txt {
		font-size: 15px;
		line-height: 30px;
	}
	.gyPart3 {
		padding: 20px 15px 30px;
	}
	.gyPart3 .box {
		margin: 0 0 10px;
		padding: 30px 15px 15px;
	}
	.gyPart3 .box img {
		width: 60px;
	}
	.gyPart3 .box span {
		font-size: 18px;
		margin: 15px 0 10px;
	}
	.gyPart3 .box p {
		min-height: auto;
	}
	.cpLink .left,
	.cpLink .right {
		width: 100%;
		justify-content: center;
		height: 40px;
		padding: 0 15px;
	}
	.cpLink .left a {
		font-size: 14px;
	}
	.cpLink .left i {
		height: 14px;
	}
	.cpLink .right {
		height: 60px;
	}
	.cpPart1 {
		margin: 0;
		padding: 20px 8px 0;
	}
	.cpPart1 .box {
		margin: 15px 7px 0;
	}
	.cpPart1 .box p {
		padding: 10px;
	}
	.cpPart2 {
		padding: 20px 15px;
	}
	.cpPart2 .part1,
	.cpPart2 .part2 {
		padding: 10px;
	}
	.cpPart2 .cpSlide {
		padding: 0;
	}
	.cpPart2 .cpSlide .smallshow>p {
		width: 13px;
		height: 24px;
		margin-top: -12px;
	}
	.cpPart2 .cpSlide .smallshow>.middle_box {
		width: 270px;
		margin: 0 auto;
	}
	.cpPart2 .cpSlide .smallshow .middle>li {
		width: 90px;
		height: 76px;
		padding: 0 8px;
	}
	.cpPart2 .part1 .txt {
		margin: 30px 0;
	}
	.cpPart2 .part1 .txt .t1 span {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.cpPart2 .part1 .txt .t1 p {
		font-size: 14px;
		line-height: 24px;
	}
	.cpPart2 .part1 .txt .t2 a {
		font-size: 16px;
		height: 38px;
		margin: 20px 0 10px;
	}
	.cpPart2 .part1 .txt .t2 p {
		line-height: 24px;
	}
	.cpPart2 .part2 {
		margin: 15px 0;
	}
	.cpPart2 .cpTit span {
		width: 33.333%;
		padding: 0;
		font-size: 14px;
		height: 40px;
		background-size: 16px;
	}
	.cpPart2 .cpCon {
		padding: 15px 0;
	}
	.cpPart2 .cpCon .txt {
		font-size: 14px;
		line-height: 24px;
	}
	.fwPart {
		padding: 20px 10px 40px;
	}
	.fwPart .txt {
		line-height: 24px;
	}
	.jjPart {
		margin: 0;
		padding: 20px 8px 0;
	}
	.jjPart .box {
		margin: 15px 7px 0;
	}
	.jjPart .box .txt {
		padding: 10px;
	}
	.jjPart .box .txt p {
		padding: 5px 0 8px;
		margin-bottom: 8px;
	}
	.jjPart .box .txt i {
		width: 20px;
	}
	.fenye {
		padding: 30px 0;
	}
	.fenye a {
		width: 30px;
		height: 30px;
	}
	.lxPart1 {
		padding: 20px 15px 40px;
	}
	.lxPart1 .inTit span {
		font-size: 20px;
	}
	.lxPart1 .list .box {
		margin: 10px 0;
	}
	.lxPart1 .list .box img {
		width: 70px;
	}
	.lxPart1 .list .box p {
		font-size: 16px;
		margin: 10px 0 5px;
	}
	.lxPart1 .list .box span,
	.lxPart1 .list .box em {
		font-size: 20px;
	}
	#map {
		height: 240px;
		margin-top: 30px;
	}
	.lxPart2 {
		padding: 20px 15px 30px;
	}
	.lxPart2 .txt {
		margin: 0 15px 15px;
	}
	.lxPart2 .txt textarea {
		height: 120px;
	}
	.lxPart2 .txt.ly input {
		width: 66%;
	}
}

@media (max-width:450px) {
	.cpLink .left a{
		font-size: 12px;
	}
	.inBanner span{
		font-size: 24px;
	}
}