/*common start*/

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
}

body {
	font-size: 12px;
	color: #666;
}

body.head_on {
	overflow: hidden
}

a {
	color: #666;
	transition: 0.3s;
}

a:hover {
	color: #f60;
	text-decoration: none;
	cursor: pointer;
}

p {
	line-height: 1.8em;
	padding: 5px 0;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper {
	width: 1200px;
	margin: 0 auto;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
    --main-color: #1b2c5d;
    --main-color2: #1b2c5d;
    --main-color-white: #fff;
    --main-color-000: #000;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.indexTop {
	width: 100%;
	background: #e7e7e5;
}

.indexTop .warp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
}

.indexTop .title {
	font-size: 24px;
	color: var(--main-color);
	font-weight: bold;
	margin-right: 25px;
}

.logo img {
	max-height: 80px;
	width: auto;
}

.search {
	width: 225px;
	height: 36px;
	border-radius: 0;
	position: relative;
	overflow: hidden;
	border: 1px solid var(--main-color);
}

.search input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 40px 0 10px;
	box-sizing: border-box;
	outline: none;
	color: var(--main-color);
	background: transparent;
}

.search input::placeholder {
	color: var(--main-color);
}

.search button {
	width: 36px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	border: none;
	background: transparent;
	color: var(--main-color);
	font-size: 16px;
}

.header {
	position: relative;
	background: #2e2e2e;
}


/*menu*/

.menu {
	height: 48px;
	line-height: 48px;
}

.menu ul li {
	float: left;
	position: relative;
	background: url(../images/li02.jpg) right center no-repeat;
}

.menu ul li dl {
	background: #898989;
	width: 120%;
	position: absolute;
	left: 50%;
	top: 48px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 99;
	transform: translateX(-50%);
}

.menu ul li dl dd {
	line-height: 35px;
	border-bottom: #787878 solid 1px;
	position: relative;
}

.menu ul li dl dd a {
	font-size: 14px;
	color: #fff;
	display: block;
	font-weight: normal;
	padding: 0;
}

.menu ul li dl dd a:hover {
	color: #fff;
	background: #4d4d4d;
}

.menu a {
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center;
	padding: 0 55px;
	font-weight: bold;
}

.menu ul li span a:hover,
a.menu_hover {
	background: #898989;
	color: #fff;
}


/*mMenu*/

.m_header {
	width: 100%;
}

.sp_header1 {
	height: 50px;
	overflow: hidden;
	background: var(--main-color);
	position: fixed;
	z-index: 9999;
	width: 100%;
	display: none;
	top: 0;
}

.sp_header1 .warp {
	height: 50px;
	padding: 0 10px;
}

.sp_header1 .warp .tit {
	font-size: 14px;
	color: #fff;
}

.sp_nav1 {
	width: 45px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 5px
}

.sp_nav1 span {
	display: block;
	background: #fff;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}

.sp_nav1 span:nth-of-type(1) {
	top: 0px
}

.sp_nav1 span:nth-of-type(2) {
	top: 8px
}

.sp_nav1 span:nth-of-type(3) {
	top: 16px
}

.sp_nav_se1 span:nth-of-type(1) {
	top: 8px;
	transform: rotate(45deg)
}

.sp_nav_se1 span:nth-of-type(2) {
	width: 0
}

.sp_nav_se1 span:nth-of-type(3) {
	top: 8px;
	transform: rotate(-45deg)
}

.sjj_nav1 {
	position: fixed;
	z-index: 999;
	background: var(--main-color);
	width: 80%;
	height: calc(100% - 50px);
	font-size: 14px;
	line-height: 40px;
	top: 50px;
	left: -100%;
	overflow: auto;
	overflow-x: hidden;
	transition: left ease 0.35s;
	display: none;
	max-width: 280px;
}

.nav_show1 {
	left: 0;
}

.sjj_nav1 ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	height: 30px;
	padding: 0px 7px 0 7px;
}

.sjj_nav1 ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}

.sjj_nav1 ul li .sjj_nav_i_se1 svg {
	transform: rotate(0deg)
}

.sjj_nav1 ul li {
	border-top: 1px #af27af solid;
	position: relative;
	line-height: 45px;
	font-size: 16px
}

.sjj_nav1 ul li ul {
	display: none
}

.sjj_nav1 ul li a {
	color: #fff;
	width: 100%;
	padding: 0 20px;
	display: block;
	box-sizing: border-box;
}

.sjj_nav1 ul li a:hover {
	color: #fff;
}

.sjj_nav1 ul li ul li a {
	color: #fff;
	display: block;
	text-align: left;
}

.sjj_nav1 ul li i svg {
	width: 25px;
	height: 25px;
	fill: #fff;
}

.sjj_nav1 ul li .sjj_nav_i_se svg {
	fill: #fff
}

.sjj_nav1 ul li ul li>ul {
	margin-left: 10px
}

.sjj_nav1 ul li ul li {
	border-top: none;
}

.sjj_nav1 ul li ul li a {
	padding: 0 30px;
}


/*mSearch*/

.mSearch {
	position: relative;
	width: calc(100% - 20px);
	height: 35px;
	overflow: hidden;
	margin: 20px 10px;
}

.mSearch input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 60px 0 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 25px;
	background: none;
	outline: none;
}

.mSearch button {
	background: #fff;
	width: 60px;
	height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 25px 25px 0;
	color: var(--main-color);
	font-size: 14px;
	border: none;
}


/*swiper*/

.swiper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-slide {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
	font-size: 30px;
}


/*common*/

.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
}

.jusBet {
	justify-content: space-between;
}

.jusCet {
	justify-content: center;
}

.jusEnd {
	justify-content: flex-end;
}

.aliTop {
	align-items: flex-start;
}

.aliCet {
	align-items: center;
}

.aliBtm {
	align-items: flex-end;
}

.img {
	font-size: 0px;
	overflow: hidden;
}

img {
	transition: 0.5s;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	*zoom: 1;
}

.bgfff {
	background: #fff !important;
}

.fff {
	color: #fff !important;
}

em {
	font-style: normal;
}

.overflow1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
}

.overflow2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.overflow3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pt140 {
	padding-top: 140px;
}

.pb140 {
	padding-bottom: 140px;
}

.pt120 {
	padding-top: 120px;
}

.pb120 {
	padding-bottom: 120px;
}

.pt100 {
	padding-top: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.pt80 {
	padding-top: 80px;
}

.pb80 {
	padding-bottom: 80px;
}

.pt60 {
	padding-top: 60px;
}

.pb60 {
	padding-bottom: 60px;
}

.pt50 {
	padding-top: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt35 {
	margin-top: 35px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.textCet {
	text-align: center;
}

.textRight {
	text-align: right;
}

.pc_show {}

.m_show {
	display: none;
}

.iTitCn {}

.iTitEn {}

.iTit {
	font-size: 22px;
	color: #2f2f2f;
}

.iTit strong {
	font-weight: normal;
}

.iTit span {
	font-size: 12px;
	color: #4a4a4a;
}

.iTxt {
	font-size: 16px;
	color: #333;
}

.iTxt img {
	max-width: 100%;
}

.iLine i {}

.hidden {
	overflow: hidden;
}

.comBg {
	background-size: cover;
	background-repeat: no-repeat;
}

.iVideo {
	width: 100%;
}

.iVideo video {
	width: 100%;
}

.iImg {
	width: 100%;
}

.iImg img {
	width: 100%;
}

.iTop {
	width: 100%;
}

.iTop a {
	display: inline-block;
	padding: 5px 10px;
	background: var(--main-color);
	font-size: 14px;
	color: #fff;
}


/*-------------------------------------------*/


/*banner*/

.banner {
	width: 1300px;
	display: block;
	margin: 0 auto;
}

.bannerSwiper .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
	transition: width ease 0.35s;
	border-radius: 20px;
}

.bannerSwiper .swiper-pagination-bullet-active {
	background: var(--main-color);
	width: 20px;
}

.bannerSwiper .swiper-button-next:after,
.bannerSwiper .swiper-button-prev:after {
	color: #fff;
}

.index1 {
	padding: 35px 0;
	background: #f3f1ec;
}

.i1Warp {
	width: 100%;
}

.i1Warp .left {
	width: 46%;
}

.i1Warp .right {
	width: 52%;
}

.i1Swiper .part {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.i1Swiper .part .img {
	width: 100%;
	height: 100%;
}

.i1Swiper .part .img img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.i1Swiper .part .imgTop {
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}

.i1Swiper .part .t1 {
	font-size: 14px;
	color: #fff;
	max-width: 100%;
	text-align: center;
}

.i1Swiper .swiper-pagination {
	width: auto;
	text-align: right !important;
	width: 100%;
}

.i1Swiper .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	color: #000;
}

.i1Swiper .swiper-pagination-bullet-active {
	background: #245284;
	color: #fff;
}

.i1List {
	width: 100%;
}

.i1List ul li {
	border-bottom: 1px dotted #808080;
	line-height: 59px;
	padding-left: 20px;
	background: url(../images/dot_gray.png) left center no-repeat;
}

.i1List .part {
	display: flex;
	justify-content: space-between;
	align-items: auto;
}

.i1List .part .tit {
	flex: 1;
	font-size: 16px;
	color: #363636;
}

.i1List .part .time {
	font-size: 14px;
	color: #666;
	margin-left: 10px;
}

.i1List .part:hover .tit {
	color: var(--main-color);
}

.index2 {
	background: #666;
	padding: 35px 0;
}

.i2Warp {
	width: 100%;
}

.i2Warp .item {
	width: 48%;
}

.i2Warp .iTop {
	border-bottom: 1px solid #8c8c8c;
	padding-bottom: 15px;
}

.i2Warp .iTit span {
	color: #fff;
}

.i2Warp .iTop .more {
	background: var(--main-color);
}

.i2List {
	width: 100%;
}

.i2List ul li {
	border-bottom: 1px dotted #8c8c8c;
	line-height: 59px;
	padding-left: 20px;
	background: url(../images/diamond.png) no-repeat left center;
}

.i2List .part {
	display: flex;
	justify-content: space-between;
	align-items: auto;
}

.i2List .part .tit {
	flex: 1;
	font-size: 14px;
	color: #fff;
}

.i2List .part .time {
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
	opacity: 0.6;
}

.i2List .part:hover .tit {
	color: var(--main-color);
}

.index3 {
	background: #f3f1ec;
	padding: 35px 0;
}

.i3List {
	width: 100%;
}

.i3List ul li {
	width: 33.3%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.i3List .part {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.i3List .part .img {
	width: 100%;
	height: 100%;
}

.i3List .part .img img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.i3List .part .imgTop {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	padding: 20px;
	transition: 0.3s;
}

.i3List .part .desc {
	width: 100%;
}

.i3List .part .tit {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.i3List .part:hover .imgTop {
	background: var(--main-color);
}

.index4 {
	background: #666;
	padding: 25px 0 30px;
}

.index4 .iTit span {
	color: #fff;
}

.i4List a {
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
	background: #969696;
	line-height: 26px;
	color: #fff;
	width: 9.6%;
	text-align: center;
}

.i4List :nth-child(10) {
	margin-right: 0px;
}

.i4List a:hover {
	background: #333;
}

.footer {
	background: #2e2e2e;
	font-size: 12px;
	color: #8c8c8c;
}

.footTop {
	padding: 30px 0;
	border-bottom: 1px solid #888;
}

.fWarp {
	width: 100%;
}

.fWarp .left {
	width: 30%;
}

.fWarp .right {
	width: 35%;
}

.fWarp .right ul li {
	float: left;
	width: 33%;
	padding-left: 15px;
}

.fWarp .right ul li img {
	width: 100%;
}

.fWarp .right ul li span {
	display: block;
	padding-top: 10px;
	text-align: center;
	color: #fff;
}

.fWarp .center {
	width: 30%;
}

.fWarp .txt {
	color: #fff;
}

.fLogo {
	text-align: center;
}

.fLogo img {
	max-width: 100%;
	max-height: 120px;
}

.footBtm {
	padding: 20px 0;
	text-align: center;
}

.footBtm .cop {}

.tongtu {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.tongtu .img {
	width: 100%;
}

.tongtu .img img {
	width: 100%;
	height: 256px;
	object-fit: cover;
}

.current {
	font-size: 14px;
}

.current a {
	color: #888;
	position: relative;
}

.current a:after {
	content: "|";
	padding: 0 5px;
	color: #888;
}

.current a:last-child:after {
	display: none;
}

.mainFull {
	width: 100%;
	position: relative;
	z-index: 9;
	padding-bottom: 60px;
}

.mianWarp {
	width: 100%;
}

.mianWarp .ml {
	width: 26%;
}

.mianWarp .mr {
	width: 74%;
	padding: 10px 0 30px 40px;
}

.mlBox {
	width: 100%;
	position: relative;
	top: -60px;
	background: #f7f7f7;
	height: 100%;
}

.mlBox:before {
	position: absolute;
	left: 0;
	width: 15px;
	height: 100%;
	background: #4d4d4d;
	content: "";
}

.mlTit {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	position: relative;
	z-index: 9;
	background: #4d4d4d;
}

.mlMenu {
	width: 100%;
	position: relative;
	z-index: 9;
	border-right: 1px solid #e6e6e6;
}

.mlMenu ul li {
	border-bottom: 1px solid #e6e6e6;
	line-height: 50px;
	background: #fefefe;
	position: relative;
}

.mlMenu ul li:before {
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	background: #4d4d4d;
	content: "";
}

.mlMenu ul li a {
	display: block;
	position: relative;
	line-height: 20px;
	font-size: 14px;
	color: #4d4d4d;
	padding: 15px 20px;
}

.mlMenu ul li a span {
	margin-right: 5px;
}

.mlMenu ul li a:hover {
	background: #4d4d4d;
	color: #fff;
}

.mrTop {
	line-height: 40px;
	border-bottom: 2px solid #4d4d4d;
	margin-bottom: 20px;
}

.mrTit {
	font-size: 18px;
	color: #4d4d4d;
}

.newsList {
	width: 100%;
}

.newsList ul li {
	border-bottom: 1px solid #dedede;
	line-height: 50px;
	padding-left: 20px;
	background: url(../images/li_i.png) no-repeat left center;
}

.newsList .part {
	display: flex;
	justify-content: space-between;
	align-items: auto;
}

.newsList .part .tit {
	flex: 1;
	font-size: 14px;
	color: #333;
}

.newsList .part .time {
	font-size: 14px;
	color: #999;
	margin-left: 10px;
	opacity: 0.6;
}

.newsList .part:hover .tit {
	color: var(--main-color);
}

.inside {
	width: 100%;
	min-height: 500px;
	overflow: hidden;
}

.inside img {
	max-width: 100%;
}

@media only screen and (max-width: 1200px) {
	.wapper {
		width: 100%;
		padding: 0 10px;
	}
}

@media only screen and (max-width: 980px) {
	.banner {
		width: 100%;
	}
	.header {
		display: none
	}
	.sp_header1 {
		display: block;
	}
	.sjj_nav1 {
		display: block;
	}
	.indexTop {
		padding-top: 50px;
	}
	.indexTop .warp {
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 20px 0;
	}
	.indexTop .warp .right {
		width: 100%;
	}
	.indexTop .title {
		margin: 20px 0;
		width: 100%;
		text-align: center;
	}
	.search {
		width: 100%;
		max-width: 225px;
		margin: 0 auto;
	}
	.i1Warp .left {
		width: 100%;
	}
	.i1Warp .right {
		width: 100%;
	}
	.i2Warp .item {
		width: 100%;
		padding: 10px 0;
	}
	.fWarp .left,
	.fWarp .right {
		width: 100%;
	}
	.fWarp .center {
		width: 100%;
		padding: 10px 0;
	}
	.tongtu .img img {
		height: 150px;
	}
	.mianWarp .ml {
		width: 100%;
		padding-top: 20px;
	}
	.mlBox {
		top: auto;
	}
	.mlTit {
		height: 50px;
	}
	.mianWarp .mr {
		width: 100%;
		padding: 20px 0;
	}
	.i3List ul li {
		width: 100%;
	}
}