html,
body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	color: #6d6d6d;
	width: 100%;
	height: 100%;
	font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 15px;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.wrap2 {
	width: 1140px;
	margin: 0 auto;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #666;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.arrow-bottom {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: red;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}

/* 向右的箭头 */

.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #f7f7f7;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #ff7000;
}

img {
	max-width: 100%;

}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	width: 100%;
	transition: all 0.5s;
}

.mask:hover .imgDiv img {
	transform: scale(1.1);
}


input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}



input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

/*顶部*/
.top {
	padding: 10px 0;
	background: #f7f6f6;
	color: #666;
	font-size: 12px;
	width: 100%;
	/* position: fixed;
	top: 0;
	z-index: 9999; */
}

.blue {
	color: #004392;
}

/**导航菜单**/
header {
	width: 100%;
	height: 115px;

	transition: all 0.5s;
}

header.header2 {
	background: none;
	border-bottom: 1px #666 solid;
	box-shadow: none;
}

header .logo {
	/* height: 54px; */
	position: relative;
	z-index: 999;
	/* margin-left: 50px; */
	margin-top: 20px;
	position: relative;
	padding-right: 30px;
}

header .logo::after {
	position: absolute;
	content: "";
	display: block;
	width: 3px;
	height: 30px;
	background: #333;
	right: 0;
	top: 24px;
}

header .logo .font20 {
	height: 60px;
	line-height: 60px;
	padding-left: 25px;
	border-left: 1px #1a1b80 solid;
	color: #1a1b80;
	margin-left: 30px;
}

header .logo img {
	max-height: 100%;
}


header.on-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	box-shadow: 0 0 10px #ccc;
}


header.on-fixed .rightDiv .menu>ul>li>a {
	color: #000;
}

header .rightDiv {
	float: right;
}

header .rightDiv .menu {
	text-align: right;
	position: relative;
	height: 95px;
}

header .rightDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	float: left;
	position: relative;
	padding: 0 10px;
	/*width: 126px;*/
}

header .rightDiv .menu>ul>li:last-child {
	padding-right: 0;
}

header .rightDiv .menu>ul>li>a {
	height: 95px;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #000;
	position: relative;
	font-size: 16px;
	line-height: 80px;
	/* font-weight: bold; */
	margin-top: 20px;
}



/* header .rightDiv .menu>ul>li:last-child img {
	margin-right: 10px;
}

header .rightDiv .menu>ul>li:last-child>a {
	color: #999;
}
 */

header .rightDiv .menu>ul>li>a::after {
	content: "";
	width: 0;
	height: 3px;
	background: #ff7000;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: .5s;
}

header .rightDiv .menu>ul>li>a.now::after,
header .rightDiv .menu>ul>li:hover>a::after {
	width: 100%;
	transition: .5s;
	font-weight: bold;
}

header .rightDiv .menu>ul>li>a:hover,
header .rightDiv .menu>ul>li>a.now {
	color: #ff7000;
}

/* 
header .rightDiv .menu>ul>li:hover a span,
header .rightDiv .menu>ul>li:focus a span,
header .rightDiv .menu>ul>li.on a span,
header .rightDiv .menu>ul>li.active a span {
	display: block;
	width: 20px;
	height: 2px;
	background: #009a44;
	margin: 0 auto;
	margin-top: 1rem;

	/* background: #3fba9e;
	border-bottom: 2px #3fba9e solid; */
}

header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a {
	color: #0370ab;
}

header .rightDiv .menu ul li div.down_list {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.625rem;
	margin-top: -0.65rem;
	display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
	text-align: center;
	display: block;
}

header .mbtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/menu1.svg) no-repeat center center;
	background-size: 70%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	z-index: 9999;
}


header .mbtn:active {
	opacity: .8;
}

header.header2 .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
	margin: 0 2px;
	position: relative;
	text-transform: capitalize;
}

/* header.header2 .rightDiv .menu>ul>li:hover>a {
	border-bottom: 2px #FFFFFF solid;
}
 */
/* header.header2 .rightDiv .menu>ul>li>a.now {
	border-bottom: 2px #FFFFFF solid;
} */

/* header.header2 .rightDiv .menu>ul>li>ul>li:hover a {
	border-bottom: none;
} */

/* header .rightDiv .menu>ul>li:last-child>a {
	padding: 0;
	margin: 0;
	margin-top: 2.5rem;
	margin-left: 1rem;
}
 */
body.on-menu header .mbtn {
	background: url(../img/menu-hide1.svg) no-repeat center center;
	background-size: 40%;
	z-index: 9999;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}


.menu #menu-button {
	display: none
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #b3c9e2;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.menu>ul>li {
	float: left;
}


/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu>ul>li>a {
	padding: 0;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #fff;
}

/* .menu>ul>li.has-sub>a {
	padding-right: 20px;
} */

/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-15px;width:8px;height:8px;border-bottom:1px solid #000;border-right:1px solid #000;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}*/
/* .menu>ul>li.has-sub>a::after {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 0;
	width: 10px;
	height: 6px;
	content: "";
	 background: url(../img/xia.png) no-repeat; */
/*} */
.menu ul li {
	/* overflow: hidden; */
}

.menu ul li:hover {
	/* overflow: visible; */
}

/*.menu>ul>li.has-sub:hover>a::after,.menu>ul>li.has-sub.on>a::after{border-color:#fff}*/
.menu ul ul {}

.menu ul li:hover>ul {

	top: 115px;
	opacity: 1;
	visibility: visible;
	background: #FF7000;
	color: #FFFFFF;
}

.menu ul li:hover a::after {
	color: #FF7000;
	width: 100%;
}
.menu ul ul .ul{
	min-width: 155px;
	padding-right: 15px;
}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
	right: 100%;
	top: 0;
	width: 100%;
}

.menu ul ul li:hover>ul {
	margin-left: 0;
}



/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul {

	min-width: 155px;
	/* margin-left: -8px; */
	top: 120px;
	position: absolute;
	z-index: 99;
	opacity: 0;
	padding: 5px 0;
	visibility: hidden;
	transition: all 0.5s;
	left: -30px;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	z-index: 999;
	padding-bottom: 10px;
}
.menu ul li:nth-last-child(3) ul,
.menu ul li:nth-last-child(4) ul,
.menu ul li:nth-child(3) ul{
	min-width: 175px;
}

.menu ul ul.sb_ul {
	width: 245px;
}


.menu ul ul li {
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	clear: both;
	/* text-align: center; */
}


.menu ul ul li>a {
	font-size: 15px;
	color: #333;
	/* border-bottom: 1px solid #e5e5e5; */
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	padding: 10px 0;
	float: left;
	width: auto;
	text-align: left;
	position: relative;
	margin-left: 10px;
}

.menu ul ul li>img {
	margin-right: 10px;
	opacity: 0;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}

.menu ul ul li>a:hover,
.menu ul ul li a:hover {
	/* color: #f05a59; */
	border-bottom: 1px #fff solid;
	color: #FFFFFF;
}

.menu ul ul li:hover img {
	opacity: 1;
}
.menu ul ul li:last-child a:hover{
	border-bottom: 1px #fff solid;
}

/* .menu ul ul li>a:hover::after {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 50px);
	height: 1px;
	background: #fff;
	bottom: 5px;
	left: 35px
} */

.menu ul ul li:last-child>a {
	border: 0;
}

.bannerIndex .absolute {
	z-index: 99;
	text-align: center;
	width: 100%;
	top:450px;
}

.bannerIndex .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 0.6;
	border-radius: 0;
	border-radius: 50%;
	transition: all 0.5s;
}

.bannerIndex .swiper-button-white {
	opacity: 0.6;
	background-size: 70%;
	z-index: 99;
}

.bannerIndex .swiper-slide{
	position: relative;
}
.bannerIndex .swiper-slide p{
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.bannerIndex .swiper-pagination-bullet-active {
	width: 40px;
	background: #ff7000;
	opacity: 1;
	border-radius: 10px;
}

.bannerIndex .swiper-slide img {
	min-height: 650px;
	object-fit: cover;
}

footer {
	padding-top: 55px;
	padding-bottom: 35px;
	background: #243642;
	color: #FFFFFF;
	font-size: 18.67px;
}

footer a {
	color: #FFFFFF;
}

.nav_bott ul li {
	float: left;
	position: relative;
	padding-bottom: 5px;
}

.nav_bott ul li ul {
	display: none;
	width: 135px;
	left: -25px;
	position: absolute;
	top: 33px;
	background: rgba(255, 255, 255, 0.15);
	padding: 15px 0;
}

.nav_bott ul li:hover {
	border-bottom: 5px #FF7000 solid;
	color: #FF7000;
}

.nav_bott ul li:hover ul {
	display: block;
}

.nav_bott ul li ul a {
	display: block;
	padding: 5px 0;
	width: 100%;
	font-size: 16px;
	text-align: center;
}

.nav_bott ul li ul li {
	text-align: center;
	width: 100%;
}

.nav_bott ul li ul li:hover {
	border: 0;
}

.nav_bott a {
	padding: 0 12px;
	font-size: 16px;
}

.nav_bott a:hover {
	color: #ff7000;
}

.nav_bott a:last-child {
	padding-right: 14px;
}

.nav_bott ul li ul li a:last-child {
	padding-right: 0
}

.ewm {
	margin-top: -100px;
}

.ewm p {
	margin-top: 70px;
	margin-right: 30px;
}

.ewm img {
	margin-right: 14px;
}

.search {
	width: 690px;
	margin: 0 auto;
}

.search input {
	width: 600px;
	height: 54px;
	border: solid 2px #ff7000;
	background: rgba(255, 255, 255, 0.68);
	padding: 0 10px;
	color: #555;
}

.search button {
	width: 90px;
	height: 54px;
	background-color: #ff7000;
	border: 0;
	outline: 0;
	float: right;
	cursor: pointer;
}

.hot_word,
.hot_word a {
	color: #fff;
}

.hot_word a {
	margin: 0 5px;
}

.hot_word a:hover {
	color: #FF7000;
}

.shuju li {
	width: 25%;
	float: left;
	text-align: left;
	position: relative;
}

.shuju li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
}

.shuju li a:hover {
	color: #ff7000;
}

.shuju li .imgDiv {
	margin-right: 12px;
	width: 50px;
	height: 50px;
}

.shuju li:first-child .imgDiv {
	background: url(../img/bn_ico1.png) no-repeat;
	background-size: 100% 100%;
}

.shuju li:nth-child(2) .imgDiv {
	background: url(../img/bn_ico2.png) no-repeat;
	background-size: 100% 100%;
}

.shuju li:nth-child(3) .imgDiv {
	background: url(../img/bn_ico3.png) no-repeat;
	background-size: 100% 100%;
}

.shuju li:nth-child(4) .imgDiv {
	background: url(../img/bn_ico4.png) no-repeat;
	background-size: 100% 100%;
}

.shuju li:first-child:hover .imgDiv {
	background: url(../img/bn_ico1_1.png) no-repeat;
	background-size: 100% 100%;
}

.shuju li:nth-child(2):hover .imgDiv {
	background: url(../img/bn_ico2_1.png) no-repeat;
	background-size: 100% 100%;
}

.shuju li:nth-child(3):hover .imgDiv {
	background: url(../img/bn_ico3_1.png) no-repeat;
	background-size: 100% 100%;
}

.shuju li:nth-child(4):hover .imgDiv {
	background: url(../img/bn_ico4_1.png) no-repeat;
	background-size: 100% 100%;
}

.title1 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.title1 img {
	margin-right: 20px;
}

.indexDiv1 .content {
	background: url(../img/index_bg1.png) no-repeat center right;
	padding: 25px 50px 40px 50px;
}

.indexDiv1 .content .textDiv {
	width: 1100px;
	height: 300px;
	background: url(../img/index_bg2.png) no-repeat;
	background-size: 100% 100%;
	padding: 30px 225px 65px 47px;
}

.title2 {
	padding-bottom: 15px;
	border-bottom: 3px #8fbadf solid;
}

.indexDiv1 .content .textDiv ul li {
	float: left;
	margin-right: 50px;
	margin-bottom: 15px;
	padding: 12px 25px;
	display: block;
	font-size: 18px;
	border: solid 2px #8fbadf;
	font-weight: bold;
	color: #253745;
}

ul li.w1 {
	width: 165px;
}

ul li.w2 {
	width: 200px;
}

ul li.w3 {
	width: 220px;
}

.indexDiv1 .content2 {
	background: url(../img/index_bg3.png) no-repeat center left;
	padding: 40px 50px 60px 50px;
}

.indexDiv1 .content2 .title2 {
	border-bottom: 3px #fff solid;
}

.indexDiv1 .content2 .textDiv {
	width: 1100px;
	height: 264px;
	background: url(../img/index_bg4.png) no-repeat;
	background-size: 100% 100%;
	padding: 40px 47px 65px 225px;
	text-align: right;
}

.indexDiv1 .content2 ul li {
	float: right;
	margin-left: 50px;
	margin-bottom: 15px;
	padding: 12px 25px;
	display: block;
	font-size: 18px;
	border: solid 2px #fff;
	font-weight: bold;
	color: #fff;
}
.indexDiv1 .content2 ul li a{
    color: #fff;
}

.logo_bott {
	border-bottom: 1px #ff7000 solid;
	padding-bottom: 10px;
}

.indexDiv2 .textDiv {
	min-height: 228px;
	border-radius: 8px;
	border: solid 1px #ff7000;
	padding: 20px 30px;
	font-size: 18px;
	transition: all 0.5s;
}


.indexDiv2 .biaoti8 {
	border: solid 1px #ff7000;
}

.indexDiv2 .textDiv ul li {
	float: left;
	padding: 5px 15px;
	border-radius: 3px;
	border: solid 1px #ff7000;
	margin-right: 35px;
	margin-bottom: 12px;
}

.indexDiv2 .textDiv ul li:hover {
	background: #FF7000;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.12);
	color: #FFFFFF;
}

.indexDiv2 .textDiv ul li:hover a {
	color: #FFFFFF;
}

.indexDiv2 .col-lg-6 {
	margin-bottom: 30px;
}

.indexDiv3 {
	background: #f6f7f8;
	padding: 40px 0 80px 0;
}

.indexDiv3 .kjgh_bt {
	margin-bottom: 50px;
}

.indexDiv3 .kjgh_bt img {
	float: left;
	margin: 5px 10px 0 0;
}

.index_kjgh .textDiv {
	margin: 0 55px;
	margin-top: 45px;
	position: relative;
	min-height: 110px;
	border-radius: 0px 5px 0px 0px;
	border: solid 2px #243642;
	padding: 25px;
}

.index_kjbt {
	width: 655px;
	height: 37px;
	line-height: 36px;
	background-color: #ff7000;
	border-radius: 5px 0px 0px 0px;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 9;
	padding: 0 20px;
}


.index_cygh .textDiv {
	height: 204px;
	background-color: #ffffff;
	border: solid 2px #ececec;
	display: flex;
	align-items: center;
	padding: 35px 50px;
	font-weight: bold;
	cursor: pointer;
}

.index_cygh .textDiv img {
	width: 133px;
	height: 133px;
	margin-right: 23px;
}

.index_cygh .textDiv img.absolute {
	opacity: 0;
	transition: all 0.5s;
}

.index_cygh .textDiv:hover img.absolute {
	opacity: 1;
}

.index_cygh .textDiv:hover {
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.08);
}

.index_cygh .col-lg-6 {
	margin-bottom: 20px;
}

.ghsj_title {
	color: #5c9bd0;
	position: relative;
}

.ghsj_title div {
	height: 10px;
}

.ghsj_title div img {
	float: left;
	margin-top: 5px;
}

.ghsj_title div img.absolute {
	opacity: 0;
}



.index_ghsj .textDiv {
	min-height: 400px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px 0px 0px 5px;
	border: solid 2px #5c9bd0;
	padding: 30px 35px;
}

.index_ghsj .textDiv:hover {
	background-color: #ff7000;
	box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.15);
	border-radius: 0px 5px 5px 0px;
	border: solid 2px #ff7000;
}

.index_ghsj .textDiv:hover .ghsj_title div img {
	opacity: 0;
}

.index_ghsj .textDiv:hover .ghsj_title div img.absolute {
	opacity: 1;
}

.index_ghsj .textDiv:hover .ghsj_title {
	color: #fff;
}

.bg_img {
	position: absolute;
	right: 10px;
	bottom: 20px;
}

.index_ghsj .textDiv .bg_img img.absolute {
	opacity: 0;
}

.index_ghsj .textDiv:hover .bg_img img {
	opacity: 0;
}

.index_ghsj .textDiv:hover .bg_img img.absolute {
	opacity: 1;
}

.index_ghsj .wenzi ul {
	width: 330px;
}

.index_ghsj .wenzi ul li {
	float: left;
	padding: 5px 15px;
	border: solid 2px #5c9bd0;
	min-width: 145px;
	margin-right: 18px;
	margin-bottom: 12px;
	font-size: 18px;
	color: #5c9bd0;
}

.index_ghsj .wenzi ul li:last-child {
	min-width: calc(100% - 20px);
}

.index_ghsj .textDiv:hover .wenzi ul li {
	color: #ffffff;
	border: solid 2px #fff;
}

.index_ghsj .wenzi ul.list2 {
	width: 100%;
	margin-left: -18px;
}

.index_ghsj .wenzi ul.list2 li {
	width: 150px;
	min-height: 37px;
	min-width: inherit;
	padding: 0;
	text-align: center;
	line-height: 32px;
	margin-left: 18px;
	margin-right: 0;
}

.index_ghsj .wenzi ul.list2 li:last-child {
	width: 150px;
	min-width: 150px;
}

.index_ghsj .wenzi ul.list2 li.font16 {
	font-size: 16px !important;
}

.indexDiv4 .textDiv {
	display: flex;
	align-items: center;
	min-height: 277px;
	background-color: #ffffff;
	border-radius: 8px 0px 0px 8px;
	border: solid 1px #ff7000;
	padding: 65px 60px;

}

.indexDiv4 .textDiv .tpDiv {
	margin-right: 90px;
}

.indexDiv4 .textDiv ul li {
	margin-bottom: 18px;
	width: 185px;
	height: 37px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #ff7000;
	text-align: center;
	line-height: 35px;
	color: #FF7000;
	font-size: 18px;
	cursor: pointer;
}

.indexDiv4 .textDiv ul li:hover,
.indexDiv4 .textDiv ul li:hover a {
	background: #FF7000;
	color: #FFFFFF;
}

.indexDiv5 .title1::after {
	content: "";
	position: absolute;
	width: 71px;
	height: 4px;
	background: #5c9bd0;
	bottom: -10px;
}

.indexDiv5 .title1::before {
	content: "";
	position: absolute;
	width: 145px;
	height: 4px;
	background: #5c9bd0;
	bottom: -10px;
	margin-left: 260px;
}

.indexDiv5 ul {
	margin-left: -50px;
}

.indexDiv5 ul li {
	width: 262px;
	height: 309px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 2px #5c9bd0;
	padding: 40px 80px;
	margin-left: 50px;
	text-align: center;
	margin-bottom: 60px;
}

.indexDiv5 .textDiv p.relative img.absolute {
	opacity: 0;
}

.indexDiv5 .textDiv:hover p.relative img.absolute {
	opacity: 1;
}

.indexDiv5 ul li:hover {
	background-color: #ffffff;
	box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.08);
	border: solid 2px #ff7000;
}

.indexDiv5 ul li:hover p.more {
	background-color: #ff7000;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.indexDiv5 .more {
	width: 90px;
	height: 35px;
	background-color: #5c9bd0;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	line-height: 35px;
	color: #fff;
}

.indexDiv5 li.fl .textDiv>img.absolute {
	right: -125px;
	top: 40%;
}

.indexDiv5 li.fl .textDiv>img.absolute.jt_down {
	right: auto;
	left: 40%;
	bottom: -95px;
	top: auto;
}

.indexDiv5 li.fr .textDiv>img.absolute {
	left: -128px;
	top: 40%;
}

.indexDiv5 li.fr {
	margin-left: 50px;
}







.formDiv {
	width: 1100px;
	margin: 0 auto;
}

.formDiv p {
	width: 485px;
	height: 45px;
	border: solid 1px #9d9d9d;
	line-height: 45px;
	padding: 0 10px;

}

.formDiv li {
	margin-bottom: 38px;
}

.formDiv input {
	border: 0;
	width: 68%;
	height: 40px;
	font-size: 16px;
}

.formDiv input::placeholder,
.formDiv textarea::placeholder {
	font-size: 14px;
	color: #CCCCCC;
}

.formDiv .wenzi {
	height: 135px;
	width: 100%;
	border: solid 1px #9d9d9d;
	padding: 10px;
}

.formDiv .wenzi label {
	display: block;
}

.formDiv .wenzi textarea {
	width: 100%;
	height: 60px;
	resize: none;
	border: 0;
}

.tijiao {
	display: block;
	width: 190px;
	height: 67px;
	background-color: #243642;
	margin: 0 auto;
	border: 0;
	color: #FFFFFF;
	margin-top: 80px;
}


.title3 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #243642;
}

.title3 span {
	width: 200px;
	height: 1px;
	border: solid 1px #243642;
	margin: 0 75px;
}

.title_nei {
	letter-spacing: 2px;
	position: relative;
	padding-bottom: 20px;
}

.title_nei::after {
	content: "";
	display: block;
	width: 675px;
	height: 2px;
	background: #5c9bd0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.title_nei .red {
	letter-spacing: 0;
}

.title_nei .xian {
	width: 135px;
	height: 2px;
	background: #5c9bd0;
	margin: 20px auto 10px auto;
}

.aboutDiv1 {
	background: url(../img/about1.png) no-repeat right bottom;
}

.aboutDiv1 .content {
	font-size: 18px;
	line-height: 30px;
	padding-top: 35px;
	position: relative;

}

.aboutDiv2 .textDiv {
	min-height: 455px;
	border-radius: 10px;
	box-shadow: 0 10px 10px #EEEEEE;
	padding: 0 38px;
	padding-top: 50px;
}

.aboutDiv2 .textDiv ul li {
	width: 47.2%;
	margin-left: 5.6%;
	border: 1px #6d6d6d solid;
	border-radius: 5px;
	float: left;
	padding: 4px 0;
	margin-bottom: 13px;

}

.aboutDiv2 .textDiv ul li:hover {

	background: #5c9bd0;
	color: #FFFFFF;
}

.aboutDiv2 .textDiv ul li:hover a {
	color: #FFFFFF;
}

.aboutDiv2 .col-lg-4 {
	margin-bottom: 35px;
}

.aboutDiv2 .textDiv ul li:nth-child(odd) {
	margin-left: 0;
}

.aboutDiv2 .textDiv ul li.wid100 {
	width: 100% !important;
	margin-left: 0 !important;
}

.aboutDiv2 .textDiv.fzzl {
	min-height: 345px;
	width: 100%;
}

.aboutDiv2 .textDiv.fzzl ul li {
	width: 150px;
	text-align: center;
	margin-left: 30px;
}

.aboutDiv2 .textDiv.fzzl ul {
	width: calc(100% - 385px);
}

.aboutDiv2 .textDiv.fzzl p.icon {
	width: 400px;
	text-align: center;
}

.aboutDiv3 .content .textDiv {
	border: 1px #6d6d6d solid;
	margin-top: 50px;
	padding: 30px;
	position: relative;
	min-height: 220px;
}

.aboutDiv3 .content .wenzi {
	z-index: 9;
	line-height: 28px;
	font-size: 16px;
}

.aboutDiv3 .content img.absolute {
	right: 15px;
	bottom: 20px;
}

.biaoti {
	padding-bottom: 20px;
	position: relative;
	margin-left: 30px;
}

.biaoti::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 50%;
	background: #5c9bd0;
}

.biaoti span {
	display: block;
	width: 13px;
	height: 13px;
	background: #5c9bd0;
	border-radius: 50%;
	float: left;
	margin-top: 12px;
}

.biaoti p {
	width: calc(100% - 25px);
	float: right;
	margin-top: 5px;
}

.aboutDiv3 .textDiv.bgDt {
	background: url(../img/about11.png) no-repeat center center;
	background-size: contain;
	padding-bottom: 125px;
}

.aboutDiv4 .tab {
	display: flex;
	justify-content: center;
	align-items: center;
}

.aboutDiv4 .tab li {
	padding: 0 20px;
	position: relative;
	padding-bottom: 10px;
	cursor: pointer;
}

.aboutDiv4 .tab li.active {
	color: #5c9bd0;
	font-size: 24px;
}

.aboutDiv4 .tab li.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50px;
	height: 2px;
	background: #5c9bd0;
}

.aboutDiv4 .textDiv {
	background: #ececec;
	padding: 15px 20px;
	display: flex;
	width: 360px;
	margin-bottom: 50px;
}

.aboutDiv4 .textDiv img {
	box-shadow: 8px 8px 8px #CCCCCC;
}

.aboutDiv4 .textDiv .wenzi {
	width: calc(100% - 135px);
	margin-left: 20px;
	line-height: 22px;
	letter-spacing: 0.5px;
	margin-top: 40px;
}

.aboutDiv4 .textDiv .wenzi .font16 {
	text-align: center;
	display: inline-block;
	min-width: 110px;
	padding: 0 5px;
	height: 36px;
	line-height: 32px;
	border: 1px #5c9bd0 solid;
	border-right: #5c9bd0 3px solid;
	border-bottom: #5c9bd0 3px solid;
}

.aboutDiv4 .tab_cell {
	display: none;
}

.aboutDiv5 .content {
	border: 1px #808080 solid;
	padding: 20px;
}

.weizhi img {
	margin-right: 10px;
}

.newsDiv1 .content {
	box-shadow: 5px 5px 5px #CCCCCC;
}

.newsDiv1 .content ul {
	padding: 35px 50px;
	border-bottom: 1px #ccc dashed;
}

.newsDiv1 .content>ul li {
	margin-bottom: 15px;
}

.newsDiv1 .content>ul li .fr {
	margin-left: 15px;
}

.fenye {
	display: flex;
	justify-content: center;
	align-items: center;
}

.newsDiv1 .content .fenye ul {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0 !important;
	padding: 55px 0;
}

.fenye li a {
	padding: 5px 10px;
	background: #eeecec;
	margin: 0 5px;
	border-radius: 5px;
}

.fenye li a:hover,
.fenye li a.now {
	background: #FF7000;
	color: #FFFFFF;
}

.fenye input {
	width: 35px;
	height: 35px;
	border-radius: 5px;
	border: 2px #ccc solid;
	margin: 0 5px;
	text-align: center;
}

.fenye button {
	width: 60px;
	height: 35px;
	border: 2px #FF7000 solid;
	background: none;
	border-radius: 5px;
	color: #FF7000;
	font-weight: bold;
	margin-left: 15px;
	cursor: pointer;
}
/*新增*/
.fenye a{
	padding: 5px 10px;
	background: #eeecec;
	margin: 0 5px;
	border-radius: 5px;
}
.fenye span{
	padding: 5px 10px;
	background: #FF7000;
	margin: 0 5px;
	border-radius: 5px;
	color: #fff;
}

.title_con {
	display: flex;
	position: relative;
	width: 800px;
	align-items: center;
	border-bottom: 2px #ccc solid;
	padding-bottom: 8px;
	padding-left: 20px;
}

.title_con::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	width: 87px;
	height: 2px;
	background: #5c9bd0;
	left: 0;
}

.title_con img {
	margin-right: 16px;
}

.contact_li li {
	display: flex;
	line-height: 40px;
}

.contactDiv1 .content {
	box-shadow: 5px 5px 5px #eee;
	padding-top: 40px;
	padding-bottom: 60px;
}

.mapDiv {
	width: 550px;
	height: 435px;
}

.contactDiv2 .content {
	padding: 25px 0;
	line-height: 38px;
	box-shadow: 5px 5px 5px #eee;
}

.contactDiv2 .content .textDiv {
	margin-bottom: 40px;
}

.contactDiv2 .content .textDiv p.tel {
	display: flex;
}


/*产业研究-行业分析*/
.title4 {
	margin-left: 27px;
}

.zuoDiv1 {
	width: 377px;
	min-height: 413px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 2px #d6d6d6;
	margin-left: 7px;
	overflow: hidden;
}

.zuo_title {
	width: 329px;
	height: 57px;
	background-color: #ff7000;
	position: relative;
	padding: 10px 30px;
}

.zuo_title::before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	border: 29px solid #fff;
	border-top-color: transparent;
	border-left-color: transparent;
}

.zuo_fl {
	margin-left: 25px;
}

.zuoDiv1 .wenzi {
	padding: 60px 50px;
	color: #6d6d6d;
}

.zuoDiv1.zuo_w {
	width: 100%;
	margin-left: 0;
}

.zuo_w .zuo_title {
	width: 565px;
}

.biaoti1 span {
	display: block;
	float: left;
	width: 53px;
	border: solid 1px #d6d6d6;
	margin-top: 15px;
	margin-right: 10px;
}

.hjDiv {
	padding: 50px 40px;
	padding-bottom: 70px;
}

.cpjs ul li {
	display: flex;
	align-items: center;
	border: 2px #d6d6d6 solid;
	padding: 30px;
	margin-top: 15px;
	transition: all 0.5s;
}


.cpjs ul li .bt_2 {
	width: 400px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}

.cpjs ul li .wenzi {
	width: calc(100% - 290px);
	margin-left: 40px;
	font-size: 16px;
	line-height: 28px;
}

.cpjs ul li:hover {
	border: 2px #FF7000 solid;
}

.title_ora {
	min-width: 200px !important;
	width: auto;
	text-align: center;
	display: inline-block;
}

.title_ora::before {
	background: #FF7000;
}

.hyDiv2 .row {
	border: solid 2px #c2c7ce;
	padding: 60px 0;
	width: 100%;
	margin: 0;
}

.list1 {
	padding: 0 30px;
}

.list1 li img {
	margin-top: 20px;
}

.list1 li .xian {
	display: block;
	width: 50px;
	height: 2px;
	background: #FF7000;
	margin-bottom: 5px;
}

.list1 li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px #ccc dashed;
}

.list1 li .wenzi {
	margin-left: 55px;
}

.list1 li:last-child {
	border: 0;
}

.title5::before {
	content: "";
	display: block;
	width: 32%;
	height: 1px;
	background: #CCCCCC;
	left: 0;
	top: 50%;
	position: absolute;
}

.title5::after {
	content: "";
	display: block;
	width: 32%;
	height: 1px;
	background: #CCCCCC;
	right: 0;
	top: 50%;
	position: absolute;
}

.bg_gray {
	background: #ececec;
	padding: 55px 115px 55px 75px;
	color: #343434;
}

.title6 p {
	display: inline-block;
	padding-bottom: 20px;
}

.title6 p::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 90%;
	height: 2px;
	background: #FF7000;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.zxdyDiv1 .textDiv {
	width: 556px;
	margin: 0 auto;
	height: 223px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	border: solid 2px #ececed;
	padding: 40px 50px;
}

.zxdyDiv1 .textDiv img {
	margin-right: 90px;
	width: 145px;
	height: 145px;
}

.zxdyDiv1 .textDiv img.absolute {
	opacity: 0;
	transition: all 0.5s;
}

.zxdyDiv1 .textDiv:hover img.absolute {
	opacity: 1;
}

.zxdyDiv1 .textDiv:hover {
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
}

.zxdyDiv1 .col-lg-6 {
	margin-bottom: 20px;
}

.dtflDiv ul {
	margin-left: -17px;
}

.dtflDiv li {
	width: 225px;
	height: 257px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
	border: solid 1px #6d6d6d;
	padding: 20px 10px;
	text-align: center;
	font-size: 21px;
	float: left;
	margin-left: 17px;
}

.dtflDiv li div {
	padding: 35px 0;
}

.border_b {
	border-bottom: 1px #ccc dashed;
}

.dtflDiv li div p {
	padding: 0 12px;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
}

.dtflDiv li div p::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 45%;
	left: 0;
	height: 2px;
	background: #FF7000;
}

.dtflDiv li div p::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 45%;
	right: 0;
	height: 2px;
	background: #FF7000;
}

.zxdyDiv2 .content .textDiv ul li a {
	color: #666;
}

.zxdyDiv2 .content .textDiv ul li:hover a {
	color: #fff;
}

.zxdcDiv3 .row {
	border: solid 2px #c2c7ce;
	padding: 60px 0;
	width: 100%;
	margin: 0;
}

.zxdcDiv4 .list1 li {
	display: flex;
	align-items: center;
}

.zxdcDiv4 .list1 li img {
	margin-top: 0;
}

.zxdcDiv5 .textDiv {
	width: 374px;
	height: 115px;
	background-color: #ffffff;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	border: solid 2px #959190;
	padding: 20px 34px;
	margin-bottom: 33px;
}

.zxdcDiv5 .textDiv .biaoti2 span {
	width: 40px;
	height: 3px;
	background: #FF7000;
	display: block;
	float: left;
	margin-top: 18px;
	margin-right: 10px;
}

.zxdcDiv5 .textDiv .wenzi {
	margin-top: 10px;
}

.zxdcDiv5 .textDiv .wenzi span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FF7000;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}

/* .tdContent{
	width: 1168px;
	height: 304px;
	background: url(../img/zx_td.png) no-repeat center center;
	background-size: cover;
} */
.td_fl {
	width: 512px;
}

.jjwt ul {
	margin-left: -50px;
}

.jjwt ul li {
	width: 200px;
	height: 45px;
	border: solid 1px #5c9bd0;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
	float: left;
	margin-left: 50px;
	margin-bottom: 30px;
}

.jjwt ul li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 42px;
}

.jjwt ul li a:hover {
	background: #5c9bd0;
	color: #FFFFFF;
	border: 1px #5c9bd0 solid;
}

.xmlc ul li {
	width: 175px;
	float: left;
	margin-left: 25px;
	height: 117px;
	clear: all;
}

.xmlc ul li img {
	float: right;
	margin-top: 45px;
}

.xmlc ul li p {
	width: 117px;
	height: 117px;
	border-radius: 50%;
	background: #ececec;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 12px;
	font-size: 18px;
	float: left;
}

.muluDiv3 .textDiv {
	display: flex;
	justify-content: center;
}

.muluDiv3 .content {
	padding: 20px 50px;
}

.muluDiv3 .textDiv div {
	width: 33.33%;
}

.zlghDiv1 .content {
	padding: 50px 75px;

	box-shadow: 6px 8px 15px 0px rgba(109, 109, 109, 0.2);
	border-radius: 8px;
	border: solid 2px #959190;
}

.zlghDiv2 .title7 {
	margin: 0 50px;
	margin-top: 40px;
}

.zlghDiv2 .col-lg-6 {
	padding-right: 60px;
}

.wenzi2 {
	margin-left: 50px;
	margin-right: 50px;
}

.title7 {
	width: 654px;
	height: 36px;
	background: #FF7000;
	position: relative;
	line-height: 36px;
	padding: 0 24px;
}

.title7::after {
	display: block;
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	width: 100%;
	height: 100%;
	z-index: -1;
	border: solid 2px #243642;
}

.biaoti3 {
	position: relative;
	padding-bottom: 15px;
}

.biaoti3::after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background: #FF7000;
	left: 0;
	bottom: 0;
	position: absolute;

}

.biaoti3 img {
	margin-top: 6px;
	margin-right: 5px;
}

.box-shadow {
	box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.zdfx {
	padding: 50px 45px;
}

.biaoti4 {
	position: relative;
	background: rgba(92, 155, 208, 0.35);
	min-width: 335px;
	height: 51px;
	border-radius: 3px;
	line-height: 50px;
	letter-spacing: 0px;
	color: #253745;
	padding-left: 25px;
	margin-left: 70px;
	display: inline-block;
	padding-right: 25px;
}

.biaoti4::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 5px;
	top: 5px;
	border: solid 1px #ff7000;
	z-index: -1;
	border-radius: 3px;
}

.gzbz .content {
	display: flex;
	min-height: 341px;
	background-color: #ffffff;
	border: solid 2px #c2c7ce;
	padding: 60px 30px;
}

.gzbz .content div:nth-child(2) {
	margin-left: 50px;
}


.mlkjDiv .content {
	min-height: 311px;
	background-color: #ffffff;
	border: solid 2px #d6d6d6;

}

.title_blue {
	width: 329px;
	height: 57px;
	background-color: #5c9bd0;
	position: relative;
	padding: 10px 30px;
}

.mlkjDiv .content .textDiv {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #5c9bd0;
	display: flex;
}

.title_blue::before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	border: 29px solid #fff;
	border-top-color: transparent;
	border-left-color: transparent;
}

.mlkjDiv .content .textDiv p {
	margin: 20px 0;
}

.mlkjDiv .content p span {
	width: 53px;
	height: 3px;
	background: #d6d6d6;
	display: block;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
}

.mlkjDiv .content .textDiv div {
	width: 45%;
	margin-left: 5%;
}

.biaoti5 p span {
	display: block;
	margin: 5px;
	background: #5c9bd0;
	width: 70px;
	height: 4px;
}

.hxztDiv .content {
	background: url(../img/fazan_bg1.png) no-repeat;
	background-size: 100% 100%;
	padding: 20px 25px;
	padding-right: 125px;
}

.biaoti6 {
	min-width: 180px;
	height: 50px;
	display: inline-block;
	position: relative;
}

.biaoti6 p:nth-child(1) {
	background-color: #ffffff;
	border-radius: 3px;
	color: #5c9bd0;
	padding-left: 30px;
	line-height: 50px;
	position: relative;

	z-index: 9;
}

.biaoti6 p:nth-child(2) {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 5px;
	left: 5px;
	background-color: #ff7000;
	border-radius: 3px;
	opacity: 0.5;
}

.wbhjDiv .col-lg-6 .textDiv {
	width: 90%;
	min-height: 229px;
	border-radius: 8px;
	border: solid 1px #5c9bd0;
	margin: 0 auto;
}

.wbhjDiv .col-lg-12 {
	margin-top: 20px;
}

.wbhjDiv .col-lg-12 .textDiv {
	width: 95%;
	min-height: 189px;
	border-radius: 8px;
	border: solid 1px #5c9bd0;
	margin: 0 auto;
}

.wbhjDiv .textDiv {
	padding: 20px 25px;
}

.biaoti8 {
	display: inline-block;
	min-width: 259px;
	height: 52px;
	line-height: 40px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #5c9bd0;
	padding: 5px 25px;
	position: relative;
}

.biaoti8 img {
	margin-top: 11px;
	margin-right: 10px;
}

.biaoti8::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 5px;
	left: 5px;
	background-color: #5c9bd0;
	border-radius: 3px;
	opacity: 0.5;
	z-index: -1;
}

.nbhjDiv ul li {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.nbhjDiv ul li p:first-child {
	width: 193px;
	height: 50px;
	line-height: 50px;
	background-color: #ff7000;
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.nbhjDiv ul li p:nth-child(2) {
	width: calc(100% - 210px);
	margin-left: 20px;
	font-size: 16px;
}

.nbhjDiv .content {
	margin: 0 40px
}

.nbhjDiv2 .content .textDiv {
	display: flex;
}

.nbhjDiv2 .content .textDiv span {
	display: block;
	width: 18px;
	height: 18px;
	border: solid 3px #ff7000;
	border-radius: 50%;
	float: left;
	margin-top: 20px;
}

.nbhjDiv2 .content .textDiv p {
	width: calc(100% - 30px);
	margin-left: 10px;
	margin-top: 15px;
}

.ghzbDiv .text {
	margin: 0 50px;
	width: 780px;
	margin-top: 60px;
}

.ghzbDiv .textDiv {
	/* width: 571px; */
	min-height: 477px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 2px #d6d6d6;
}

.ghzbDiv .zuo_title {
	background: #5c9bd0;
	width: 330px;
}

.ghzbDiv .textDiv .wenzi {
	padding: 22px 18px;
}

.ghzbDiv .textDiv .wenzi li {
	margin: 15px 0;
	margin-bottom: 30px;
	min-height: 90px;
}

.ghzbDiv .textDiv .wenzi li img {
	margin-bottom: 20px;
}

.ghzbDiv .fl .text,
.ghzbDiv .fr .text {
	width: 440px;
	margin-top: 60px;
}

.kjghDiv1 .title_nei::after {
	background: #FF7000;
}

.kjghDiv1 .content ul {
	margin-left: -36px;
}

.kjghDiv1 .content ul li {
	width: 211px;
	height: 86px;
	background-color: #ffffff;
	box-shadow: 6px 8px 15px 0px rgba(109, 109, 109, 0.2);
	border-radius: 5px;
	border: solid 2px #959190;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 36px;
	margin-bottom: 22px;
	cursor: pointer;
	transition: all 0.56s;
}

.kjghDiv1 .content ul li:hover {
	background: #FF7000;
	color: #FFFFFF;
}

.kjghDiv2 .content {
	min-height: 198px;
	border: solid 2px #ff7000;
}

.biaoti9 {
	width: 250px;
	height: 60px;
	position: relative;
	background-color: #ff7000;
	box-shadow: 6px 8px 15px 0px rgba(109, 109, 109, 0.2);
	border-radius: 0px 0px 10px 0px;
}

.biaoti9::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 6px;
	top: 7px;
	z-index: -1;
	border-radius: 0px 0px 5px 0px;
	border: solid 2px #5c9bd0;
}

.kjghDiv2 .wenzi {
	padding: 0 60px;
}

.kjghDiv3 .textDiv {
	width: 569px;
	min-height: 193px;
	background-color: #ffffff;
	box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	border: solid 2px #959190;
	padding: 20px 0;
	margin: 0 auto;
}

.kjghDiv3 .textDiv .wenzi {
	padding: 15px 20px;
}

.kjghDiv3 .textDiv .wenzi span {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #FF7000;
	float: left;
	margin: 10px 5px 0 0;
}

.biaoti10 span {
	display: block;
	width: 30px;
	height: 3px;
	background: #FF7000;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}

.kjghDiv3 .col-lg-6 {
	margin-bottom: 30px;
}

.slideTxtBox {}

.slideTxtBox .hd {
	min-height: 103px;
	position: relative;
}

.slideTxtBox .hd ul {
	float: left;
	/* width: 100%; */
	position: absolute;
	min-height: 103px;
}

.slideTxtBox .hd {
	margin-left: -16px;
}

.slideTxtBox .hd ul li {
	float: left;
	width: 190px;
	height: 103px;
	background: #e8e7e7;
	padding: 0 15px;
	cursor: pointer;
	display: flex;
	position: relative;
	margin-left: 12px;
	align-items: center;
	justify-content: center;
}

.slideTxtBox .hd ul li:first-child {
	border-radius: 10px 0 0 10px;
}

.slideTxtBox .hd ul li:last-child {
	border-radius: 0 10px 10px 0;
}

.slideTxtBox .hd ul li.on {
	height: 103px;
	background: #ff7000;
	color: #fff;
}

.slideTxtBox .bd {
	margin: 0 25px;
	margin-top: 49px;
	min-height: 340px;
	background-color: #f5f5f5;
	box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.12);
	border: solid 1px #999;
}

.slideTxtBox .bd .wenzi {
	padding: 40px;
}


.top_jt {
	width: 28px;
	height: 45px;
	position: absolute;
	bottom: -50px;
	right: 40%;
	display: none;
	z-index: 9;
}

.slideTxtBox .hd ul li.on .top_jt {
	display: block;
}

.slideTxtBox .hd ul li .font20 {
	width: 85px;
	text-align: center;
	margin-left: 20px;
}

.slideTxtBox .hd ul li p img.absolute {
	opacity: 0;
}

.slideTxtBox .hd ul li.on p img.absolute {
	opacity: 1
}

.cyghDiv1 .content {
	padding: 65px 65px 78px 65px;
	border-radius: 10px;
	border: solid 2px #959190;
	margin-right: 15px;
}

.box_blue {
	position: relative;
	background: #FFF;
}

.box_blue::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 12px;
	left: 15px;
	background-color: #5c9bd0;
	border-radius: 10px;
	opacity: 0.5;
	z-index: -1;
}

.cyghDiv2 .content {
	padding: 50px;
	min-height: 256px;
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.08);
}

.cyghDiv2 .content .title8 {
	display: inline-block;
	min-width: 266px;
	min-height: 54px;
	background-color: #5c9bd0;
	border-radius: 0px 20px 20px 0px;
	padding: 0 36px;
	line-height: 54px;
	color: #FFFFFF;
}

.cyghDiv2 .content .xian {
	display: block;
	width: 114px;
	height: 3px;
	background: #5c9bd0;
	margin: 15px 0 25px 0;
}

.cyghDiv3 .slideTxtBox .hd ul {
	margin-left: -10px;
}

.cyghDiv3 .slideTxtBox .hd ul li {
	width: 238px;
	height: 103px;
	margin-left: 7px;
}

.cyghDiv3 .slideTxtBox .hd ul li .font20 {
	width: 145px;
}

.cyghDiv3 .slideTxtBox .bd .wenzi ul li {
	float: left;
	padding: 9px 15px;
	border-radius: 5px;
	border: solid 1px #ff7000;
	margin-right: 22px;
	margin-bottom: 22px;
}

.cyghDiv4 .textDiv {
	width: 356px;
	min-height: 277px;
	background-color: #f5f5f5;
	padding: 30px 34px;
	position: relative;
	cursor: pointer;
	margin: 0 auto;
}

.cyghDiv4 .textDiv::after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #5c9bd0;
	left: 15px;
	top: 10px;
	content: "";
	z-index: -1;
}

.cyghDiv4 .textDiv:hover::after {
	background: #FF7000;
}

.biaoti11 {
	padding-bottom: 10px;
	display: inline-block;
	color: #243642;
	border-bottom: 3px #5c9bd0 solid;
}

.cyghDiv4 .textDiv:hover .biaoti11 {
	color: #FF7000;
	border-bottom: 2px #ff7000 solid;
}

.cyghDiv5 .content {
	width: 1200px;
	min-height: 194px;
	border: solid 2px #c2c7ce;
	padding: 60px 0;
	position: relative;
	padding-top: 80px;
}

.cyghDiv5 .content::before {
	width: 90%;
	height: 1px;
	margin: 0 auto;
	left: 0;
	right: 0;
	content: "";
	position: absolute;
	top: 45px;
	border-bottom: 1px #FF7000 dashed;
}

.cyghDiv6 .textDiv {
	height: 228px;
	margin: 0 auto;
	border: solid 2px #ff7103;
	cursor: pointer;
	padding-top: 60px;
	transition: all 0.5s;
	font-size: 18px;
}

.cyghDiv6 .col-lg-3 {
	margin-bottom: 35px;
}

.cyghDiv6 .textDiv:hover {
	background: #FF7000;
	color: #FFFFFF;
}

.cyghDiv6 .col-lg-12 .textDiv {
	width: 100%;
	padding: 60px 110px;
	text-align: left;
	height: 160px !important;
	min-height: inherit;
}

.cyghDiv6 .col-lg-12 .textDiv p:first-child {
	float: left;
	margin-right: 160px;
}

.cyghDiv6 .textDiv p img.absolute {
	opacity: 0;
}

.cyghDiv6 .textDiv:hover p img.absolute {
	opacity: 1;
}

.qyghDiv1 .content {
	border: solid 2px #ff7000;
	padding: 25px 55px;
}

.qyghDiv2 .textDiv {
	min-height: 435px;
	background-color: #ffffff;
	border: solid 2px #5c9bd0;
	padding: 65px 38px;
}

.ghfl_bt {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ghfl_bt p {
	margin-left: 10px;
	position: relative;
}

.ghfl_bt p::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #5c9bd0;
	bottom: -10px;
	left: -10px;
}

.ghfl_bt p::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #5c9bd0;
	bottom: -10px;
	left: 0;
	margin-left: 55px;
}

.qyghDiv2 .textDiv div img.absolute {
	opacity: 0;
}

.qyghDiv2 .textDiv:hover img {
	opacity: 0;
}

.qyghDiv2 .textDiv:hover div img.absolute {
	opacity: 1;
}

.qyghDiv2 .textDiv:hover {
	background-color: #ffffff;
	box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.08);
	border: solid 2px #ff7000;
}

.qyghDiv2 .textDiv:hover .ghfl_bt p::before,
.qyghDiv2 .textDiv:hover .ghfl_bt p::after {
	background: #FF7000;
}

.qyghDiv3 .slideTxtBox .hd {
	margin-left: 0px !important;
}

.qyghDiv3 .slideTxtBox .hd ul li {
	width: 377px;
	min-height: 80px;
	background-color: #5c9bd0;
	margin-left: 34px;
	border-radius: 0;
	position: relative;
}

.qyghDiv3 .slideTxtBox .hd ul li>img.absolute {
	bottom: -35px;
	left: 20%;
	display: none;
}

.qyghDiv3 .slideTxtBox .hd ul li.on>img.absolute {
	display: block;
}

.qyghDiv3 .slideTxtBox .hd ul li.on {
	background: #ff7000;
}

.qyghDiv3 .slideTxtBox .hd ul li:first-child {
	margin-left: 0;
}

.qyghDiv3 .slideTxtBox .bd {
	width: 100%;
	margin: 0;
	border: none;
	background: none;
	box-shadow: none;
	margin-top: 20px;
	margin-top: 60px;
	/* min-height: 580px; */
}


.qyghDiv3 .slideTxtBox .bd div ul li {
	margin-bottom: 20px;
	min-height: 122px;
	border: solid 2px #6d6d6d;
	padding: 24px 30px;
}

.qyhfDiv4 .biaoti8 {
	border: 1px #FF7000 solid;
	margin-left: 20px;
}

.title_jt {
	margin-left: 25px;
}

.qyhfDiv4 .content .col-lg-4 {
	padding: 0 10px;
}

.qyhfDiv4 .content .textDiv {
	padding: 38px 20px;
	border: solid 2px #ff7000;
	min-height: 490px;
}

.qyhfDiv4 .content .textDiv:hover {
	box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.08);
	border: solid 2px #5c9bd0;
}

.qyhfDiv4 .content .textDiv .wenzi {
	border-bottom: 1px #FF7000 dashed;
	padding-bottom: 20px;
}

.qyhfDiv4 .content .textDiv:hover .wenzi {
	border-bottom: 1px #5c9bd0 dashed;
}

.qyhfDiv4 .content2 .textDiv {
	padding: 38px 20px;
	min-height: 247px;
	background-color: #ffffff;
	border: solid 2px #ff7000;
}

.qyhfDiv4 .content2 .textDiv ul li {
	width: 105px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #ff7000;
	text-align: center;
	line-height: 28px;
	float: left;
	margin-bottom: 10px;
}

.qyhfDiv4 .content2 .textDiv ul li:nth-child(even) {
	margin-left: 15px;
}

.qygh_img {
	margin-left: 100px;
	margin-right: 100px;
	width: 114px;
	height: 145px;
}

.qyhfDiv4 .col-lg-12 .textDiv {
	display: flex;
	align-items: center;
}

.qyhfDiv4 .text {
	width: 830px;
}

.qyghDiv6 .content {
	width: 1178px;
	float: right;
	position: relative;
	padding: 80px 70px;
	background: #f1f1f1;
	color: #243642;
}

.qyghDiv6 .content::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #5c9bd0;
	opacity: 0.5;
	z-index: -1;
	left: -23px;
	top: 23px;
}

.span_orange {
	display: block;

}

.qy_title6 {
	padding-bottom: 12px;
	display: inline-block;
	border-bottom: 2px #FF7000 solid;
	margin-bottom: 15px;
}

.qyghDiv6 .textDiv {
	margin-bottom: 25px;
	line-height: 32px;
}

.qyghDiv6 .textDiv::before {
	top: 10px;
	left: -25px;
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: #ff7000;
}

.shengjiDiv1 ul li {
	width: 252px;
	height: 60px;
	background-color: #ffffff;
	box-shadow: 6px 8px 15px 0px rgba(109, 109, 109, 0.2);
	border-radius: 5px;
	border: solid 2px #959190;
	float: left;
	text-align: center;
	line-height: 56px;
	margin-left: 50px;
	margin-bottom: 25px;
	cursor: pointer;
	transition: all 0.5s;
}

.shengjiDiv1 ul {
	margin-left: -50px;
}

.shengjiDiv1 ul li:hover {
	background: #FF7000;
	color: #FFF3CD;
}

.shengjiDiv1 .title_nei::after {
	background: #FF7000;
}

.shengjiDiv2 .content {
	min-height: 386px;
	border: solid 2px #ff7000;
	padding: 0 25px;
	padding-top: 45px;
	padding-bottom: 30px;
}

.shengjiDiv2 ul {
	margin-left: -23px;
}

.shengjiDiv2 ul li {
	width: 252px;
	height: 60px;
	background-color: #ffffff;
	box-shadow: 6px 8px 15px 0px rgba(109, 109, 109, 0.2);
	border-radius: 5px;
	border: solid 2px #959190;
	margin-left: 23px;
	float: left;
	font-size: 18px;
	text-align: center;
	line-height: 56px;
	margin-bottom: 25px;
	cursor: pointer;
	transition: all 0.5s;
}

.shengjiDiv2 ul li:last-child {
	width: 526px;
}

.shengjiDiv2 ul li:hover {
	background-color: #ff7000;
	box-shadow: 6px 8px 15px 0px rgba(109, 109, 109, 0.2);
	color: #fff;
}

.shengjiDiv3 .title_nei::after {
	background: #FF7000;
}

.shengjiDiv3 .content ul {
	margin-left: -40px;
}

.shengjiDiv3 .content ul li {
	width: 201px;
	height: 60px;
	background-color: #ffffff;
	box-shadow: 6px 8px 15px 0px rgba(109, 109, 109, 0.2);
	border-radius: 5px;
	border: solid 2px #959190;
	float: left;
	margin-left: 40px;
	margin-bottom: 34px;
	line-height: 56px;
	text-align: center;
}

.shengjiDiv5 .textDiv {
	width: 100%;
	padding: 15px 0px;
	min-height: 220px;
	padding-left: 0;
}

.shengjiDiv5 .col-lg-4 {
	margin-bottom: 30px;
}

.shengjiDiv5 .title_con {
	width: auto;
	min-width: 240px;

}

.yaosuDiv .textDiv {
	border: 0;
	box-shadow: none;
	display: flex;
	align-items: center;
	min-height: 100px;
	padding: 0;
}

.yaosuDiv .textDiv img {
	float: left;
	margin-right: 50px;
}

.yaosuDiv .row {
	border-bottom: 1px #808080 dashed;
	margin: 0 20px;
}

.yaosuDiv .col-lg-6 {
	margin: 0;
}

.ly1 p:first-child span {
	display: block;
	float: left;
	text-align: center;
	width: 125px;
	height: 32px;
	line-height: 30px;
	background-color: #ffffff;
	border: solid 1px #5c9bd0;
	margin-right: 30px;
}

.ly1 p:nth-child(2) span {
	display: block;
	float: left;
	text-align: center;
	width: 200px;
	height: 32px;
	line-height: 30px;
	background-color: #ffffff;
	border: solid 1px #5c9bd0;
	margin-left: 30px;
	position: relative;
}

.ly1 p:nth-child(2) span::after {
	content: "";
	width: 30px;
	position: absolute;
	top: 15px;
	height: 2px;
	background: #5c9bd0;
	right: -31px;
}

.ly1 p:nth-child(2) span:last-child::after {
	display: none;
}

.biaoti8.ly2 {
	width: 435px;
	height: 45px;
	line-height: 32px;
	border: solid 1px #5c9bd0;
}

.ly2 span {
	width: 30%;
	text-align: center;
}

.ly3 {
	width: 851px;
	height: 54px;
	background-color: #5c9bd0;
	box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.08);
	padding: 0 20px;
	line-height: 50px;
}

.cygxDiv1 .content {
	padding: 0 50px;
}

/* .cygxDiv1 .content .title7 {
	margin-left: 15px;
} */

.title_bor {
	background: #fff;
	border: 1px #FF7000 solid;
}

.cygxDiv2 .content {
	min-height: 380px;
	background-color: #ffffff;
	border: solid 2px #c2c7ce;
	padding: 50px 33px;
}

.title_xian {
	position: relative;
	min-width: 197px;
	height: 48px;
	padding: 0 30px;
	line-height: 46px;
	border: solid 1px #ff7000;
	display: inline-block;
	text-align: center;
}

.title_xian::after {
	width: 100%;
	top: 5px;
	left: 5px;
	height: 100%;
	content: "";
	position: absolute;
	border: solid 1px #5c9bd0;
}

.cygxDiv2 .content p {
	margin-left: 15px;
}

.title7.bg_blue {
	background: #5c9bd0;
	height: 57px;
	line-height: 55px;
}

.title7.bg_blue img {
	margin-top: 18px;
	margin-right: 10px;
}

.cygxDiv3 .title7 {
	height: 57px;
	line-height: 55px;
}

.cygxDiv3 .title7 img {
	margin-top: 18px;
	margin-right: 10px;
}

.cygxDiv4 .textDiv {
	min-height: 320px;
	height: 100%;
}

.cygxDiv4 .title_ora {
	text-align: left;
}

.cygxDiv4 .title_con {
	padding-left: 0;
}

.zsfwDiv2 .col-lg-3 {
	margin-bottom: 30px;
}

.zsfwDiv2 .textDiv {
	min-height: 229px;
	background-color: #ffffff;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.zsfwDiv2 .textDiv img.absolute {
	opacity: 0;
}

.zsfwDiv2 .textDiv:hover img {
	opacity: 0;
}

.zsfwDiv2 .textDiv:hover img.absolute {
	opacity: 1;
}

.zsfwDiv3 .content {
	background-color: #ffffff;
	border: solid 2px #c2c7ce;
	padding: 50px 30px;
	line-height: 32px;
}

.zsfwDiv3 .title_xian {
	border: solid 1px #5c9bd0;
}

.zstjDiv1 .con2 .col-lg-3,
.zstjDiv1 .con2 .col-md-3 {
	flex: 0 0 20%;
	max-width: 20%;
}

.zstjDiv1 .con3 .row {
	padding: 60px 100px;
}

.zstjDiv3 .col-lg-6 {
	margin-bottom: 30px;
}

.zstjDiv3 .textDiv {
	min-height: 228px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	border: solid 2px #ff7000;
	display: flex;
	padding: 44px 30px;
	align-items: center;
	justify-content: space-between;
}

.zstjDiv3 .textDiv ul li {
	width: 147px;
	height: 39px;
	border-radius: 3px;
	border: solid 1px #6d6d6d;
	margin-bottom: 13px;
	text-align: center;
	line-height: 37px;
}

.zstjDiv3 .textDiv ul li.fl:nth-child(even) {
	margin-left: 15px;
}

.zstjDiv3 .textDiv .center {
	min-width: 180px;
}

.zstjDiv3 .textDiv ul.list3 {
	width: calc(100% - 210px);
	float: right;
}

.fw_list li {
	float: left;
	display: flex;
	align-items: center;
	margin-left: 38px;
}

.fw_list li:first-child {
	margin-left: 0;
}

.fw_list li p {
	width: 117px;
	height: 117px;
	background-color: #ececec;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	float: left;
}

.fw_list li img {
	float: right;
	margin-left: 10px;
}

.zszcDiv1 .title7 {
	background-color: #5c9bd0;
	opacity: 0.5;
}

.title7.op05 {
	opacity: 0.5;
}

.zszcDiv3 .zdfx,
.zszcDiv4 .zdfx,
.zszcDiv5 .zdfx {
	padding: 50px 18px;
}

.zszcDiv3 .biaoti3,
.zszcDiv4 .biaoti3 {
	margin-left: -15px;
}

.zszcDiv3 .biaoti3::after,
.zszcDiv4 .biaoti3::after {
	left: 20px;
}

.zszcDiv6 ul li p.fl {
	margin-right: 30px;
}

.zsclDiv1 .title7 {
	width: 180px;
	text-align: center;
}

.zsclDiv1 .title7 {
	background: #fff;
	border: 2px #FF7000 solid;
	line-height: 32px;
	float: left;
	margin-left: 36px;
	cursor: pointer;
}

.zsclDiv1 .title7:hover {
	background: #FF7000;
	color: #fff;
}

.zsclDiv1 .title7::after {
	left: -8px;
	top: 8px;
}

.zsclDiv1 .content {
	padding: 0 50px;
}

.zsclDiv2 .title_xian {
	border: 1px #FF7000 solid;
}

.zsclDiv2 .title_xian::after {
	background-color: #5c9bd0;
	border: solid 1px #5c9bd0;
	opacity: 0.5;
}

.zsfwDiv3 .content p {
	/* float: left; */
	margin-right: 50px;
	padding: 10px 0;
}

.zsfwDiv3 .content .block {
	width: 90%;
}

.gljsDiv1 ul {
	margin-left: -50px;
}

.gljsDiv1 ul li {
	width: 200px;
	height: 154px;
	margin-left: 50px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: solid 2px #5c9bd0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all 0.5s;
	float: left;
}

.gljsDiv1 ul li img.absolute {
	opacity: 0;
}

.gljsDiv1 ul li:hover img.absolute {
	opacity: 1;
}

.gljsDiv1 ul li:hover {
	background: #FF7000;
	border: 2px #FF7000 solid;
	color: #FFFFFF;
}

.gljsDiv1 ul li:last-child {
	width: 450px;
}

.gljsDiv1 ul li:last-child p:first-child {
	margin-right: 120px;
}

.gljsDiv2 .content ul {
	border: solid 2px #c2c7ce;
	padding-top: 50px;
}

.gljsDiv3 ul.list1 li {
	width: 50%;
	min-height: 90px;
	float: left;
	padding-right: 1%;
}

.gljsDiv3 ul.list1 li:last-child {
	width: 100%;
	border-bottom: 1px #ccc dashed;
}

.gljsDiv3 ul.list1 li .wenzi {
	margin-left: 20px;
}

.gljsDiv4 .textDiv {
	width: 100%;
	min-height: 220px;
}

.gljsDiv4 .biaoti10 {
	margin-left: 70px;
}

.textDiv {
	height: 100%;
}

.gljsDiv5 .col-lg-12 .textDiv {
	display: flex;
	align-items: center;
}

.gljsDiv6 .textDiv {
	width: 100%;
	min-height: 390px;
}

.gljsDiv7 .content {
	min-height: 700px;
	padding: 70px 53px;
	background-color: #ffffff;
	border: solid 2px #c2c7ce;
}

.glyqDiv2 .slideTxtBox .hd ul li .font20 {
	width: 160px;
	margin-left: 5px;
}

.glyqDiv3 .slideTxtBox .bd .wenzi ul {
	width: 70%;
}

.glyqDiv3 .slideTxtBox .bd .wenzi ul li {
	min-width: 173px;
	height: 46px;
	background-color: #ffffff;
	border: solid 1px #ff7000;
	text-align: center;
	border-radius: 0;
	padding: 8px 30px;
}

.glyqDiv3 .slideTxtBox {
	min-height: 450px;
}

.glyqDiv3 .slideTxtBox .bd {
	min-height: auto;
}

.glyqDiv4 ul li:last-child p {
	margin-right: 0;
}

.glxmDiv1 ul li:last-child {
	border-bottom: 1px #808080 dashed;
}

.glxmDiv2 .slideTxtBox .bd {
	min-height: auto;
}

.glxmDiv3 .title1::before {
	content: "";
	width: 72px;
	height: 4px;
	background: #FF7000;
	bottom: -15px;
	position: absolute;
	left: 43%;
}

.glxmDiv3 .title1::after {
	content: "";
	width: 72px;
	height: 4px;
	background: #FF7000;
	bottom: -15px;
	position: absolute;
	right: 43%;
}

.glxmDiv3 ul.list4 li {
	width: 315px;
	margin: 0 auto;
	margin-bottom: 7px;
	height: 39px;
	text-align: center;
	line-height: 37px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #6d6d6d;
}

.glxmDiv3 .flex ul.list4 li {
	width: 286px;
	height: 40px;
	line-height: 38px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #6d6d6d;
	margin-bottom: 30px;
}

.glxmDiv3 .flex .center {
	margin-right: 50px;
}

.yqsbDiv1 .col-lg-6 {
	margin-bottom: 35px;
}

.yqsbDiv1 .textDiv {
	min-height: 240px;
	border-radius: 8px;
	border: solid 1px #ff7000;
	padding: 20px 28px;
}

.yqsbDiv1 .biaoti8 {
	border: 1px #FF7000 solid;
}

.yqsbDiv1 .textDiv ul li {
	width: 143px;
	margin-right: 15px;
	height: 37px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #ff7000;
	text-align: center;
	line-height: 35px;
	float: left;
	color: #FF7000;
	margin-bottom: 10px;
	cursor: pointer;
}

.yqsbDiv1 .textDiv ul li:hover {
	background: #5C9BD0;
	color: #fff;
	border: 1px #5C9BD0 solid;
}

.yqfwDiv2 .swiper-pagination {
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}

.yqfwDiv2 .swiper-pagination-bullet {
	margin: 0 6px;
	width: 20px;
	height: 9px;
	border-radius: 4px;
	border: solid 1px #ff7103;
	background: #fff;
	opacity: 1;
}

.yqfwDiv2 .swiper-pagination-bullet-active {
	background-color: #ff7103;
	border-radius: 4px;
	width: 103px;
}

.yqfwDiv2 .content {
	padding-bottom: 30px;
}

.yqfw_title {
	padding: 20px 20px;
	position: relative;
	display: inline-block;
	min-width: 450px;
}

.yqfw_title .img1 {
	position: absolute;
	top: 0;
	right: 0;
}

.yqfw_title .img2 {
	bottom: 0;
	left: 20px;
	position: absolute;
}

.yqfwDiv3 .wenzi .text {
	float: left;
	margin: 0;
	width: 53%;
	margin-bottom: 25px;
}

.yqfwDiv3 .wenzi .text:nth-child(even) {
	width: 47%;
}

.yqfwDiv3 .wenzi .text img {
	margin-left: 20px;
	display: block;
	margin-bottom: 10px;
}

.yqfw_title2 {
	position: absolute;
	top: 50px;
	left: -6px;
	height: 47px;
	background: url(../img/yqfw_title_bg.png) no-repeat;
	background-size: 100% 100%;
	width: 234px;
	text-align: center;
	line-height: 40px;
}

.yqfwDiv4 .textDiv {
	width: 225px;
	min-height: 475px;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 2px #9c9a9a;
	padding: 20px 0;
	padding-top: 110px;
	float: left;
	margin-left: 15px;
	display: flex;
	justify-content: center;
}

.yqfwDiv4 .textDiv:first-child {
	margin-left: 0px;
}

.yqfwDiv4 .textDiv>p.absolute {
	bottom: 10px;
	right: 10px;
}

.yqfwDiv4 .textDiv>p.absolute img.absolute {
	opacity: 0;
}

.yqfwDiv4 .textDiv:hover>p.absolute img {
	opacity: 0;
}

.yqfwDiv4 .textDiv:hover>p.absolute img.absolute {
	opacity: 1;
}

.yqfwDiv4 .textDiv:hover .yqfw_title2 {
	background: url(../img/yqfw_title_bg2.png) no-repeat;
}

.yqfwDiv4 .textDiv ul li {
	padding: 4px 0;
}

.yqfwDiv4 .textDiv ul li span {
	display: block;
	float: left;
	width: 7px;
	height: 7px;
	background-color: #5c9bd0;
	margin-right: 6px;
	margin-top: 8px;
}

.yqfwDiv4 .textDiv:hover {
	margin-top: -20px;
}

.yqfwDiv4 .content {
	padding-top: 20px;
}

.yqfwDiv4 .textDiv:hover ul li span {
	background: #FF7000;
}

.sblcDiv1 .col-lg-6 {
	margin-bottom: 40px;
}

.sblcDiv1 .textDiv {
	width: 559px;
	min-height: 226px;
	background-color: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	border: solid 2px #ff7000;
	margin: 0 auto;
}

.sblcDiv1 .textDiv p {
	position: absolute;
	width: 331px;
	height: 53px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
	border: solid 2px #ff7000;
	top: 20px;
	left: 28px;
	font-weight: bold;
	font-size: 20px;
	line-height: 50px;
	padding-left: 27px;
	color: #253745;
}

.sblcDiv2 .textDiv {
	position: relative;
	width: 544px;
	height: 53px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #5c9bd0;
	padding: 10px 14px;
	margin: 0 auto;
}

.sblcDiv2 .textDiv::after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #5c9bd0;
	border-radius: 3px;
	border: solid 1px #5c9bd0;
	opacity: 0.5;
	z-index: -1;
	left: 10px;
	top: 8px;
}

.sblcDiv2 .textDiv button {
	width: 88px;
	height: 38px;
	border-radius: 5px;
	border: solid 1px #5c9bd0;
	font-size: 16px;
	color: #5c9bd0;
	background: #fff;
	line-height: 32px;
	margin-top: -3px;
	cursor: pointer;
}

.sblcDiv2 .textDiv button p {
	display: inline-block;
	margin-right: 5px;
}

.sblcDiv2 .textDiv button p img.absolute {
	opacity: 0;
	top: 12px;
}

.sblcDiv2 .textDiv:hover {
	background: #FF7000;
	color: #fff;
}

.sblcDiv2 .textDiv:hover button {
	border: 1px #fff solid;
	background: none;
	color: #fff;
}

.sblcDiv2 .textDiv:hover button p img {
	opacity: 0;
}

.sblcDiv2 .textDiv:hover button p img.absolute {
	opacity: 1;
}

.sblcDiv2 .wenzi {
	min-height: 150px;
	border-top: solid 2px #5c9bd0;
	border-bottom: solid 2px #5c9bd0;
	margin: 0 20px;
	margin-top: 50px;
	padding: 20px 40px;
}

.sblcDiv2 .wenzi p {
	margin: 20px 0;
}

.sblcDiv2 .wenzi p span {
	display: block;
	width: 6px;
	height: 6px;
	border: solid 2px #5c9bd0;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.sblcDiv3 .textDiv ul li {
	width: 46%;
	margin-left: 4% !important;
	float: left;
}

.sblcDiv4 .bt_2 .relative img.absolute {
	opacity: 0;
}

.sblcDiv4 .content ul li:hover .bt_2 img {
	opacity: 0;
}

.sblcDiv4 .content ul li:hover .bt_2 img.absolute {
	opacity: 1;
}

.sblcDiv4 .content ul li:hover .bt_2 {
	color: #FF7000;
}

.sblcDiv5 {
	position: relative;
	overflow-x: hidden;
}

.sblcDiv5 .slideTxtBox .hd ul {
	min-height: auto;
	margin-top: 15px;
	width: 100%;
	position: relative;
}

.sblcDiv5 .slideTxtBox .hd ul li {
	width: 49%;
	background: none;
	display: block;
	height: 70px;
	padding-top: 5px;
}

.sblcDiv5 .slideTxtBox .hd ul li:first-child p {
	background-color: #5c9bd0;
	border-radius: 10px;
	padding: 5px 20px;
	float: left;
	text-align: left;
	margin-left: 5%;
}

.sblcDiv5 .slideTxtBox .hd ul li:nth-child(2) p {
	width: 60%;
	background: #FF7000;
	border-radius: 10px;
	padding: 5px 20px;
	float: left;
	text-align: left;
}

.sblcDiv5 .slideTxtBox .hd li:first-child::after {
	height: 6px;
	width: 1170px;
	right: 0;
	margin: 0 auto;
	background-color: #5C9BD0;
	content: "";
	bottom: 0;
	position: absolute;
	left: 0;
	display: none;
}

.sblcDiv5 .slideTxtBox .hd li:nth-child(2)::after {
	height: 6px;
	width: 1170px;
	right: 0;
	margin: 0 auto;
	background-color: #FF7000;
	content: "";
	bottom: 0;
	position: absolute;
	left: -100%;
	display: none;
}

.sblcDiv5 .slideTxtBox .hd {
	margin-left: 0;
	background-color: #e7e8e9;
	opacity: 0.84;
	width: 100%;
	height: 80px;
}

.sblcDiv5 .slideTxtBox .hd li.on::after {
	display: block;

}

.sblcDiv5 .slideTxtBox .hd ul li.on .top_jt {
	width: 23px;
	height: 19px;
	bottom: -15px;
	left: 10%;
}

.sblcDiv5 .slideTxtBox .bd {
	display: flex;
	justify-content: center;
	border: 0;
	background: none;
	box-shadow: none;
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}

.sblcDiv5 .bd>ul {
	display: flex;
}

.sblcDiv5 .bd>ul>li {
	text-align: center;
	width: 20%;
	margin-right: 90px;
	position: relative;
}

.sblcDiv5 .bd>ul>li:last-child {
	margin-right: 0;
}

.sblcDiv5 .bd>ul>li>img.absolute {
	top: 110px;
	right: -50px;
}

.sblcDiv5 .bd>ul>li ul li span {
	display: inline-block;
	margin-right: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.sblcDiv5 .bd>ul>li .flex ul {
	width: 110px;
}

.sblcDiv5 .bd>ul>li .flex ul:first-child {
	margin-right: 20px;
	position: relative;
}

.sblcDiv5 .bd>ul>li .flex ul:first-child::before {
	height: 42px;
	width: 2px;
	background: #FF7000;
	content: "";
	top: 10px;
	position: absolute;
	right: 0;
}

.sblcDiv5 .bd>ul>li .flex ul:first-child::after {
	height: 42px;
	width: 2px;
	background: #FF7000;
	content: "";
	top: 60px;
	position: absolute;
	right: 0;
}

.sblcDiv5 .bd>ul>li ul li {
	padding: 5px 0;
	text-align: left;
}

.sblcDiv5 .bd>ul>li ul li span.blue {
	background: #5C9BD0;
}

.sblcDiv5 .bd>ul>li ul li span.orange {
	background: #FF7000;
}

.sblcDiv5 .title1 {
	position: relative;
}

.sblcDiv5 .title1::before {
	width: 440px;
	height: 2px;
	content: "";
	background: #5C9BD0;
	bottom: -30px;
	left: 100px;
	position: absolute;
}

.sblcDiv5 .title1::after {
	width: 135px;
	height: 2px;
	content: "";
	background: #FF7000;
	bottom: -30px;
	right: 40%;
	position: absolute;
}

.xqDiv1 .content>.fl {
	width: 880px;

}

.xq_bt {
	border-bottom: 1px #ccc dashed;
	padding: 0 20px;
	padding-bottom: 20px;
}

.xinxi {
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.xinxi p {
	margin-right: 30px;
}

.xqDiv1 .content>.fl .wenzi {
	padding: 0 20px;
	line-height: 30px;
}
.rtDiv {
	position: relative;
	width: 300px;
	border: 1px #ccc solid;
	padding: 20px;
}

.rtDiv p.absolute {
	top: -20px;
	background: #FFFFFF;
	left: 26px;
	padding: 0 10px;
}

.rtDiv ul li a {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px #ccc solid;
}

.rtDiv ul li a:hover .f0 {
	color: #32c36c;
}

.rtDiv ul li:last-child a {
	border: 0;
}

.rtDiv ul li .wenzi {
	width: calc(100% - 40px);
	margin-left: 20px;
}

.title_wid50 {
	position: relative;
}

.title_wid50::after {
	position: absolute;
	content: "";
	display: block;
	width: 740px;
	height: 2px;
	background: #32C36C;
	bottom: -10px;
}

/*PHONE屏幕下的专用样式*/
@media screen and (max-width:992px) {


	.wrap,
	.wrap2 {
		width: 100%;
		margin: 0 auto;
		font-size: 14px;
		line-height: 24px;
	}

	.showDiv {
		display: block;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
		box-shadow: none;
		border-top: 1px #eee solid;
	}

	.menu ul ul .ul {
		background: #fff;
		box-shadow: none !important;
		border-radius: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .3)
	}

	.menu ul li:hover>ul {
		top: 0;
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #eee;
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99
	}
	

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #eee dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li.now {
		background: #ff7000;
		border: 0;
	}

	header .rightDiv .menu ul li ul li.now a {
		color: #fff;
		border: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		width: 35%;
		margin-left: 20px;
		margin-top: 14px;
	}

	header .logo::after {
		display: none;
	}

	header .logo a {
		/* height: 35px; */
		margin-top: 5px;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
	}

	header .wrap {
		display: block;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 60px;
		padding-top: 0;
		background: #fff;
		box-shadow: 0 0 5px #ccc;
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}



	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 9999;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 60px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		/* background-color: rgba(0, 0, 0, 0.9); */
		background: #fff;
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		z-index: 9999;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
		padding-bottom: 85px;
	}

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
	}

	header .rightDiv .menu ul>li:first-child {
		border-top: 1px #eee solid;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
		padding-left: 20px;
	}

	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #333;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #a13e91;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #204e9e;
	}

	header .rightDiv .menu>ul>li>a:hover span,
	header .rightDiv .menu>ul>li>a.now span {
		display: none;


		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}



	.hideDiv {
		display: none;
	}

	.headBg {
		height: 50px;
		background: #fff;
	}

	.daohang {
		height: 0;
	}

	.bannerIndex {
		margin-top: 55px;
	}

	.aboutDiv1,
	.cailiaoDiv1,
	.contactDiv1,
	.falvDiv1,
	.newsDiv1,
	.pjDiv1,
	.xqDiv1,
		{
		margin-top: 70px !important;
	}

	.bannerIndex {
		margin-top: 50px;
	}

	/* .bannerIndex .swiper-slide img{
		min-height: 260px;
		object-fit: cover;
	}

	.bannerIndex p.fr {
		margin-right: 20px;
		font-size: 24px;
	}
	.bannerIndex .absolute{
		position: relative;
	}
	.search{
		width: 100%;
	}
	.search input{
		width: 70%;
	}
	.search button{
		width: 20%;
	} */
	.shuju li {
		width: 50%;
		margin-bottom: 20px;
	}

	.search {
		width: 90%;
	}

	.search input {
		width: calc(100% - 90px);
		height: 40px;
	}

	.search button {
		height: 40px;
	}

	.search button img {
		height: 25px;
	}

	.title_nei .font45 {
		font-size: 20px;
	}

	.title_nei .font30 {
		font-size: 20px;
	}

	.aboutDiv1 .content::before {
		width: 100%;
	}

	.aboutDiv1 .content {
		font-size: 14px;
	}

	.aboutDiv2 .textDiv img {
		width: 60px;
	}

	.aboutDiv2 .textDiv ul li {
		width: 100%;
		margin: 0 !important;
		margin-bottom: 10px !important;

	}

	.aboutDiv2 .textDiv {
		padding: 20px 15px;
		height: auto;
		min-height: auto;
	}

	.aboutDiv2 .textDiv.fzzl {
		min-height: auto;
	}

	.aboutDiv2 .textDiv.fzzl p.icon {
		width: 100%;
	}

	.aboutDiv2 .textDiv.fzzl .flex {
		display: block;
	}

	.aboutDiv2 .textDiv.fzzl ul li,
	.aboutDiv2 .textDiv.fzzl ul {
		width: 100%;
	}

	.aboutDiv3 .content .textDiv {
		padding: 20px 15px;
		margin-top: 30px;
	}

	.biaoti {
		margin-left: 0;
	}

	.biaoti span {
		width: 10px;
		height: 10px;
	}

	.aboutDiv4 .tab {
		display: block;
	}

	.aboutDiv4 .tab li {
		width: 33%;
		float: left;
		text-align: center;
		font-size: 16px;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}

	.aboutDiv4 .tab li.active {
		font-size: 18px;
	}

	.aboutDiv4 .textDiv {
		width: 100%;
		margin-bottom: 20px;
	}

	.aboutDiv5 .content {
		padding: 20px 15px;
	}

	.aboutDiv5 .wenzi .font80 {
		font-size: 24px;
		letter-spacing: 0;
	}

	.aboutDiv5 .wenzi .font30 {
		font-size: 16px;
		letter-spacing: 0;
	}

	ul.shuju li img {
		height: 40px;
	}

	.title3 span {
		width: 80px;
		height: 1px;
		border: solid 1px #8a8a8a;
		margin: 0 20px;
	}

	.formDiv,
	.formDiv p {
		width: 100%;
	}

	.formDiv p {
		margin-bottom: 20px;
	}

	.formDiv li {
		margin-bottom: 0;
	}

	.formDiv .wenzi {
		width: 100%;
	}

	.tijiao {
		margin-top: 25px;
		height: 50px;
	}

	.title .font24 {
		font-size: 18px;
		margin-top: 8px;
	}

	.mapDiv,
	.title_con {
		width: 100%;
	}

	.mapDiv {
		height: 280px;
	}

	.contactDiv1 {
		margin-top: 70px;
	}


	.title.wid50 {
		width: 100%;
	}


	.nav_bott {
		margin-top: 20px;
		display: none;
	}

	.nav_bott a {
		font-size: 14px;
		word-break: keep-all;
		padding: 0 10px;
		margin-bottom: 10px;
		display: inline-block;
		font-weight: normal;
	}

	footer .font16 {
		font-size: 14px;
	}

	.ewm {
		float: none;
		margin-top: 20px;
	}

	.aboutDiv1 .content::before {
		width: 100%;
	}

	.aboutDiv1 .content {
		font-size: 14px;
	}

	.aboutDiv2 .textDiv img {
		width: 60px;
	}

	.aboutDiv2 .textDiv ul li {
		width: 100%;
		margin: 0 !important;
		margin-bottom: 10px !important;

	}

	.aboutDiv2 .textDiv {
		padding: 20px 15px;
		height: auto;
		min-height: auto;
	}

	.aboutDiv2 .textDiv.fzzl {
		min-height: auto;
	}

	.aboutDiv2 .textDiv.fzzl p.icon {
		width: 100%;
	}

	.aboutDiv2 .textDiv.fzzl .flex {
		display: block;
	}

	.aboutDiv2 .textDiv.fzzl ul li,
	.aboutDiv2 .textDiv.fzzl ul {
		width: 100%;
	}

	.aboutDiv3 .content .textDiv {
		padding: 20px 15px;
		margin-top: 30px;
	}

	.biaoti {
		margin-left: 0;
	}

	.biaoti span {
		width: 10px;
		height: 10px;
	}

	.aboutDiv4 .tab {
		display: block;
	}

	.aboutDiv4 .tab li {
		width: 33%;
		float: left;
		text-align: center;
		font-size: 16px;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}

	.aboutDiv4 .tab li.active {
		font-size: 18px;
	}

	.aboutDiv4 .textDiv {
		width: 100%;
		margin-bottom: 20px;
	}

	.aboutDiv5 .content {
		padding: 20px 15px;
	}

	.aboutDiv5 .wenzi .font80 {
		font-size: 24px;
		letter-spacing: 0;
	}

	.aboutDiv5 .wenzi .font30 {
		font-size: 16px;
		letter-spacing: 0;
	}

	.formDiv,
	.formDiv p {
		width: 100%;
	}

	.formDiv p {
		margin-bottom: 20px;
	}

	.formDiv li {
		margin-bottom: 0;
	}

	.formDiv .wenzi {
		width: 100%;
	}

	.tijiao {
		margin-top: 25px;
		height: 50px;
	}

	.newsDiv1 .content ul {
		padding: 20px 5px;
	}

	.newsDiv1 {
		margin-top: 70px;
	}

	.newsDiv1 .content {
		box-shadow: none;
	}

	.title_con img {
		width: 25px;
	}

	.newsDiv1 .content>ul li {
		font-size: 14px;
	}

	.mapDiv,
	.title_con {
		width: 100%;
	}

	.mapDiv {
		height: 280px;
	}

	.contactDiv1 {
		margin-top: 70px;
	}

	.indexDiv1 .content .textDiv {
		width: 100%;
	}

	.indexDiv1 .content {
		padding: 0;
		background-size: 50%;
		background-position: bottom right;
	}

	.indexDiv1 .content .textDiv {
		padding: 0;
		background: none;

	}

	ul li.w1,
	ul li.w2,
	ul li.w3 {
		width: auto;
	}

	.indexDiv1 .content .textDiv ul li {
		float: left;
		margin-right: 10px;
		margin-bottom: 15px;
		padding: 5px 12px;
		display: block;
		font-size: 18px;
		border: solid 2px #ff7000;
		font-weight: bold;
		color: #253745;
	}

	.indexDiv1 .content2 {
		margin-top: 0;
		padding: 0;
		background-size: 50%;
		background-position: bottom left;
	}

	.indexDiv1 .content2 .textDiv {
		width: 100%;
		background: none;
		color: #333 !important;
		padding: 0;
	}

	.indexDiv1 .content2 .title2 p {
		color: #333;
	}

	.indexDiv1 .content2 ul li {
		color: #5C9BD0;
		border: 2px #5C9BD0 solid;
		padding: 5px 12px;
	}

	.index_kjgh .textDiv {
		margin: 0 20px;
		margin-bottom: 20px;
	}

	.index_kjbt {
		width: 70%;
	}

	.indexDiv3 .kjgh_bt img {
		margin-top: -2px;
		width: 28px;
	}

	.indexDiv3 .kjgh_bt {
		font-size: 20px;
	}

	.index_cygh .textDiv img {
		width: 80px;
		height: 80px;
	}

	.index_cygh .textDiv {
		height: auto;
		padding: 20px;
	}

	.indexDiv3 .kjgh_bt {
		margin-bottom: 30px;
	}

	.index_ghsj .textDiv {
		padding: 20px;
	}

	.index_ghsj .col-lg-6 {
		margin-bottom: 20px;
	}

	.index_ghsj .wenzi ul li {
		margin-right: 10px;
	}

	.index_ghsj .wenzi ul li:last-child {
		min-width: calc(100% - 28px);
	}

	.bg_img img {
		width: 90px;
	}

	.index_ghsj .wenzi ul.list2 li {
		margin-left: 0;
		width: 49%;
	}

	.index_ghsj .wenzi ul.list2 li:nth-child(even) {
		margin-left: 2%;
	}

	.index_ghsj .wenzi ul.list2 {
		margin-left: 0;
	}

	.indexDiv4 .textDiv {
		display: block;
	}

	.indexDiv4 .textDiv .tpDiv {
		margin-right: 0;
		margin-bottom: 40px;
	}

	.indexDiv4 .textDiv .tpDiv p {
		margin-top: 20px;
	}

	.indexDiv4 .textDiv {
		padding: 20px;
		min-height: auto;
	}

	.indexDiv4 .textDiv ul li {
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.col-6 {
		margin-bottom: 20px;
	}

	.indexDiv5 ul {
		margin-left: 0;
		margin-top: 40px;
	}

	.indexDiv5 ul li {
		width: 100%;
		height: auto;
		padding: 20px;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.indexDiv5 .more {
		margin: 0 auto;
		margin-top: 20px;
	}

	.indexDiv5 li.fl .textDiv>img.absolute.jt_down,
	.indexDiv5 li.fl .textDiv>img.absolute {
		display: none;
	}

	.indexDiv5 .title1::before {
		content: "";
		position: absolute;
		width: 70px;
		height: 4px;
		background: #5c9bd0;
		bottom: -10px;
		margin-left: 175px;
	}

	.zxdyDiv1 .textDiv {
		width: 100%;
		min-height: auto;
		height: auto;
		padding: 20px;
	}

	.zxdyDiv1 .textDiv img {
		width: 80px;
		height: 80px;
		margin-right: 20px;
	}

	.dtflDiv ul {
		margin-left: 0;
	}

	.dtflDiv li {
		width: 48%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.dtflDiv li:nth-child(even) {
		margin-left: 4%;
	}

	.dtflDiv li div p {
		font-size: 16px;
	}

	.zxdcDiv4 .list1 li {
		display: block;
	}

	.list1 li .wenzi {
		float: none;
		margin-left: 0;
		margin-top: 20px;
	}

	.list1 {
		margin-top: 50px;
	}

	.title_con .font24 {
		font-size: 18px;
	}

	.zxdcDiv5 .textDiv {
		width: 100%;
	}

	.jjwt ul {
		margin-left: 0;
	}

	.jjwt ul li {
		width: 48%;
		margin-left: 0;
		margin-bottom: 15px;
	}

	.jjwt ul li:nth-child(even) {
		margin-left: 4%;
	}

	.muluDiv3 .textDiv,
	.muluDiv3 .textDiv div {
		width: 100%;
		display: block;
		float: none;
	}

	.xmlc ul li {
		width: 45%;
		margin-left: 0;
	}

	.xmlc ul li p {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		background: #ececec;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 0 12px;
		font-size: 16px;
		float: left;
	}

	.xmlc ul li img {
		margin-top: 35px;
		margin-right: 12px;
	}

	.zuoDiv1 {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
		min-height: auto;
	}

	.zuo_title,
	.title_blue {
		width: 285px;
		height: 45px;
		font-size: 18px;
	}

	.cpjs ul li {
		display: block;
	}

	.cpjs ul li .wenzi {
		width: 100%;
		margin-left: 0;
	}

	.cpjs ul li .bt_2 {
		width: 100%;
		margin-bottom: 30px;
	}

	.list1 li img {
		float: none;
	}

	.zlghDiv1 .content {
		padding: 20px;
	}

	.zlghDiv2 .title7 {
		margin: 0;
		width: 70%;
	}

	.wenzi2 {
		margin: 0;
		margin-top: 30px;
	}

	.zdfx {
		padding: 20px;
	}

	.biaoti4 {
		width: 100%;
		margin-left: 0;
	}

	.gzbz .content {
		display: block;
		font-size: 14px;
	}

	.gzbz .content div:nth-child(2) {
		margin-left: 0;
	}

	.mlkjDiv .content .textDiv p {
		font-size: 14px;
	}

	.mlkjDiv .content p span {
		width: 15px;
		height: 3px;
		background: #d6d6d6;
		display: block;
		float: left;
		margin-top: 15px;
		margin-right: 15px;
	}

	.mlkjDiv .content {
		min-height: auto;
	}

	.title_nei::after {
		width: 63%;
	}

	.hxztDiv .content {
		background: #5C9BD0;
		padding: 20px;
	}

	.col-12 {
		margin-bottom: 20px;
	}

	.wbhjDiv .col-lg-6 .textDiv {
		width: 100%;
	}

	.wbhjDiv .col-lg-12 .textDiv {
		width: 100%;
	}

	.nbhjDiv ul li {
		display: block;

	}

	.nbhjDiv ul li p:nth-child(2) {
		width: 100%;
		margin: 0;
		margin-top: 20px;
		font-size: 14px;
	}

	.nbhjDiv .content {
		margin: 0;
	}

	.ghzbDiv .text,
	.ghzbDiv .fl .text,
	.ghzbDiv .fr .text {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
		float: none;
	}

	.ghzbDiv .fr,
	.ghzbDiv .fl {
		float: none;
		margin-top: 30px;
	}

	.ghzbDiv .textDiv {
		min-height: auto;
	}

	.kjghDiv1 .content ul {
		margin-left: 0;
	}

	.kjghDiv1 .content ul li {
		width: 100%;
		margin-left: 0;
	}

	.kjghDiv2 .wenzi {
		padding: 20px;
		font-size: 14px;
	}

	.kjghDiv3 .textDiv {
		width: 100%;
		height: auto;
		padding: 20px 0;
		min-height: auto;
	}

	.slideTxtBox .hd ul li {
		width: 48%;
		margin-left: 0;
		border-radius: 10px;
		margin-bottom: 15px;
	}

	.slideTxtBox .hd ul li:first-child,
	.slideTxtBox .hd ul li:last-child {
		border-radius: 10px;
	}

	.slideTxtBox .hd ul li:nth-child(even) {
		margin-left: 4%;
	}

	.slideTxtBox .hd {
		margin-left: 0;
	}

	.slideTxtBox .bd .wenzi {
		padding: 20px;
	}

	.slideTxtBox .bd {
		margin: 0;
	}

	.slideTxtBox .hd ul li.on .top_jt {
		display: none;
	}

	.slideTxtBox .hd ul {
		position: relative;
	}

	.cyghDiv1 .content,
	.cyghDiv2 .content {
		padding: 20px;
		font-size: 14px;
	}

	.cyghDiv3 .slideTxtBox .hd ul li {
		width: 100%;
		margin-left: 0;
	}

	.cyghDiv3 .slideTxtBox .hd ul {
		margin-left: 0;
	}

	.cyghDiv4 .textDiv {
		width: 90%;
	}

	.cyghDiv5 .content {
		width: 100%;
	}

	.cyghDiv6 .textDiv {
		height: 180px;
		padding-top: 30px;
		font-size: 16px;
	}

	.cyghDiv6 .textDiv .font18 {
		font-size: 14px;
		text-align: center;
	}

	.cyghDiv6 .col-lg-12 .textDiv p:first-child {
		float: none;
		margin-right: 0;
		text-align: center;
	}

	.cyghDiv6 .col-lg-12 .textDiv {
		padding: 20px;
		padding-top: 30px;
	}

	.qyghDiv2 .textDiv {
		min-height: auto;
	}

	.qyghDiv3 .slideTxtBox .hd ul li:nth-child(even) {
		margin-left: 0;
	}

	.qyghDiv3 .slideTxtBox .hd ul li {
		width: 100%;
		margin-left: 0;
		border-radius: 0 !important;
	}

	.qyghDiv3 .slideTxtBox .bd {
		margin-top: 10px;
	}

	.qyghDiv3 .slideTxtBox .hd ul li.on>img.absolute {
		display: none;
	}

	.qyhfDiv4 .content .textDiv {
		min-height: auto;
	}

	.qyhfDiv4 .content2 .textDiv {
		min-height: auto;
	}

	.qyhfDiv4 .content2 .textDiv {
		display: block;
	}

	.qygh_img {
		float: none;
		margin: 0 auto;
		margin-bottom: 30px;
		display: block;
	}

	.qyhfDiv4 .text {
		width: 100%;
	}

	.qyghDiv6 .content {
		width: 90%;
		padding: 20px;
		padding-left: 40px;
		margin-bottom: 50px;
	}

	.shengjiDiv1 ul li,
	.shengjiDiv3 .content ul li {
		width: 48%;
		margin-left: 0;
	}

	.shengjiDiv1 ul,
	.shengjiDiv2 ul,
	.shengjiDiv3 .content ul {
		margin-left: 0;
	}

	.shengjiDiv3 .content ul li:nth-child(even),
	.shengjiDiv1 ul li:nth-child(even) {
		margin-left: 4%;
	}

	.shengjiDiv2 ul li {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.yaosuDiv .textDiv {
		display: block;
	}

	.yaosuDiv .textDiv img {
		float: none;
		margin-bottom: 20px;
	}

	.ly1 p:nth-child(2) span {
		width: 30%;
	}

	.ly1 p:nth-child(2) span {
		margin-left: 3%;
	}

	.ly1 p:nth-child(2) span:first-child {
		margin-left: 0;
	}

	.ly1 p {
		float: none;
	}

	.ly1 p:first-child span {
		width: 100%;
		margin-bottom: 15px;
	}

	.biaoti8.ly2 {
		width: 100%;
	}

	.ly3 {
		width: 100%;
	}

	.cygxDiv1 .content {
		padding: 0;
		font-size: 14px;
	}

	.title7 {
		width: 100%;
	}

	.cygxDiv2 .content {
		padding: 20px;
	}

	.cygxDiv2 .content p span {
		display: block;
		font-size: 14px;
	}

	.content .font18 {
		font-size: 14px;
	}

	.yqsbDiv1 .textDiv ul li {
		width: 48%;
		margin-right: 0;
	}

	.yqsbDiv1 .textDiv ul li:nth-child(even) {
		margin-left: 4%;
	}

	.font28 {
		font-size: 18px;
	}

	.yqfw_title {
		min-width: 100%;
	}

	.yqfwDiv4 .textDiv {
		width: 100%;
		min-height: auto;
		margin-bottom: 20px;
		margin-left: 0;
	}

	.sblcDiv1 .textDiv {
		width: 100%;
		border: 0;
		min-height: auto;
	}

	.sblcDiv1 .textDiv img {
		border: 2px #FF7000 solid;
	}

	.sblcDiv1 .textDiv p {
		width: 80%;
	}

	.sblcDiv2 .textDiv {
		width: 100%;
		height: auto;
	}

	.sblcDiv2 .textDiv button {
		margin-top: 20px;
	}

	.sblcDiv3 .textDiv ul li {
		width: 100%;
	}

	.zuoDiv1 .wenzi {
		padding: 20px;
		min-height: auto;
	}

	.slideTxtBox .hd ul li:nth-child(even) {
		margin-left: 0;
	}

	.sblcDiv5 .slideTxtBox .hd ul li:nth-child(2) p {
		width: 100%;
	}

	.sblcDiv5 .slideTxtBox .bd {
		width: 100%;
	}

	.sblcDiv5 .bd>ul {
		display: block;
	}

	.sblcDiv5 .bd>ul>li {
		width: 50%;
		float: left;
		margin-right: 0;
		text-align: center;
	}

	.sblcDiv5 .bd>ul>li>img.absolute {
		display: none;
	}

	.sblcDiv5 .slideTxtBox .bd {
		display: block;
	}

	.sblcDiv5 .bd>ul>li ul {
		min-height: 150px;
	}

	.sblcDiv5 .bd>ul>li ul li {
		text-align: center;
	}

	.sblcDiv5 .bd ul li img {
		width: 90px;
	}

	.sblcDiv5 .slideTxtBox .hd li:first-child::after,
	.sblcDiv5 .slideTxtBox .hd li:nth-child(2)::after {
		width: 100%;
		left: 0;
	}

	.sblcDiv5 .slideTxtBox .hd ul li.on .top_jt {
		display: block;
	}

	.zsfwDiv3 .content p {
		margin-right: 0;
	}

	.zstjDiv1 .con2 .col-lg-3,
	.zstjDiv1 .con2 .col-md-3 {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.zstjDiv1 .con3 .row {
		padding: 20px;
	}

	.zstjDiv3 .textDiv {
		display: block;
	}

	.zstjDiv3 .textDiv .center {
		width: 100%;
		float: none;
	}

	.zstjDiv3 .textDiv ul {
		margin-top: 30px;
	}

	.zstjDiv3 .textDiv ul li {
		width: 48%;
		margin-left: 0;
		margin-right: 0;
		float: left;
	}

	.zstjDiv3 .textDiv ul li:nth-child(even) {
		margin-left: 4%;
	}

	.zstjDiv3 .textDiv ul.list3 {
		width: 100%;
	}

	.zstjDiv3 .textDiv ul li.fl:nth-child(even) {
		margin-left: 4%;
	}

	.fw_list li {
		width: 48%;
		margin-left: 0;
		margin-bottom: 30px;
	}

	.fw_list li:nth-child(even) {
		margin-left: 4%;
	}

	.zsfwDiv3 .content {
		font-size: 14px;
	}

	.gljsDiv1 ul li,
	.gljsDiv1 ul li:last-child {
		width: 48%;
		margin-left: 0;
		display: block;
		padding-top: 30px;
	}

	.gljsDiv1 ul li:nth-child(even) {
		margin-left: 4%;
	}

	.gljsDiv1 ul {
		margin-left: 0;
	}

	.gljsDiv1 ul li:last-child p:first-child {
		margin-right: 0;
	}
	.gljsDiv3 ul.list1 li{
		width: 100%;
	}
	.gljsDiv7 .content{
		padding: 20px;
		font-size: 14px;
	}
	.glyqDiv3 .slideTxtBox .bd .wenzi ul li{
		width: 100%;
	}
	.gljsDiv1 ul li{
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 0;
	}
	.kjghDiv4 .slideTxtBox .hd ul li:nth-child(even){
		margin-left: 4%;
	}
	.glxmDiv3 .flex{
		display: block;
	}
	.glxmDiv3 .flex .center{
		margin-right: 0;
	}
	.menu ul li:hover>ul{
		background: none;
	}
	.menu ul ul li a{
		padding-left: 0;
	}
	.bannerIndex .absolute{
		top: 210px;
	}
	.bannerIndex .swiper-slide p{
		font-size: 20px;
		top:18%;
	}
	.bannerIndex .swiper-slide img{
		min-height: 450px;
	}
	.search{
		margin-top: 0;
	}
	.biaoti1 span{
		width: 25px;
	}
	.xqDiv1,
	.rtDiv,
	.xqDiv1 .content>.fl{
		width: 100%;
	}
	.xinxi p{
		font-size: 12px;
		margin-right: 10px;
	}
	.newsDiv1 .content .fenye ul{
		width: 100%;
	}
	.fenye{
		display: block;
	}
	.fenye li a{
		padding: 3px 8px;
	}
	.fenye p{
		margin: 0 auto;
		text-align: center;
		margin-top: -30px;
		margin-bottom: 50px;
	}
	.title1 img{
		width: 35px;
	}
	.biaoti3 img{
		width: 15px;
		margin-top: 5px;
	}
	.qyghDiv6 .textDiv::before{
		top: 7px;
	}
	.shuju li .imgDiv{
		width: 40px;
		height: 40px;
		float: left;
		margin-left: 15%;
	}
	.shuju li a{
		display: block;
	}
	.hot_word a{
		display: inline-block;
	}
	header .rightDiv .menu>ul>li>a.now{
		color: #FFFFFF;
		background: #ff7000;
	}
	.menu ul ul li>img{
		display: none;
	}

}




/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {

	.wrap,
	.wrap2 {
		width: 100%;
		margin: 0 auto;
		font-size: 16px;
	}

	.showDiv {
		display: block;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
		box-shadow: none;
		border-top: 1px #eee solid;
	}

	.menu ul ul .ul {
		background: #fff;
		box-shadow: none !important;
		border-radius: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .3)
	}

	.menu ul li:hover>ul {
		top: 0;
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #eee;
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #eee dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li.now {
		background: #ff7000;
		border: 0;
	}

	header .rightDiv .menu ul li ul li.now a {
		color: #fff;
		border: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		width: 18%;
		margin-left: 10px;
		margin-top: 7px;
	}

	header .logo a {
		/* height: 35px; */
		margin-top: 5px;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
	}

	header .wrap {
		display: block;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		padding-top: 0;
		background: #fff;
		box-shadow: 0 0 5px #ccc;
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}



	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 9999;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		/* background-color: rgba(0, 0, 0, 0.9); */
		background: #fff;
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		z-index: 9999;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
		padding-bottom: 85px;
	}

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
	}

	header .rightDiv .menu ul>li:first-child {
		border-top: 1px #eee solid;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}

	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #333;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #a13e91;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #204e9e;
	}

	header .rightDiv .menu>ul>li>a:hover span,
	header .rightDiv .menu>ul>li>a.now span {
		display: none;


		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}



	.hideDiv {
		display: none;
	}

	.aboutDiv1 .content::before {
		width: 100%;
	}

	.aboutDiv1 .content {
		font-size: 16px;
	}

	.aboutDiv2 .textDiv img {
		width: 60px;
	}

	.aboutDiv2 .textDiv ul li {
		width: 100%;
		margin: 0 !important;
		margin-bottom: 10px !important;

	}

	.aboutDiv2 .textDiv {
		padding: 20px 15px;
		height: 100%;
		min-height: auto;
	}

	.aboutDiv2 .textDiv.fzzl {
		min-height: auto;
	}

	.aboutDiv2 .textDiv.fzzl p.icon {
		width: 100%;
	}

	.aboutDiv2 .textDiv.fzzl ul li,
	.aboutDiv2 .textDiv.fzzl ul {
		width: 100%;
	}

	.aboutDiv3 .content .textDiv {
		padding: 20px 15px;
	}

	.bt_2.fl {
		float: none;
	}

	.biaoti {
		margin-left: 0;
	}

	.biaoti span {
		width: 10px;
		height: 10px;
	}

	.aboutDiv4 .tab {
		display: block;
	}

	.aboutDiv4 .tab li {
		width: 50%;
		float: left;
		text-align: center;
	}

	.aboutDiv4 .tab li.active {
		font-size: 18px;
	}

	.aboutDiv4 .textDiv {
		width: 100%;
		margin-bottom: 20px;
	}

	.aboutDiv5 .content {
		padding: 20px 15px;
	}

	.aboutDiv5 .wenzi .font80 {
		font-size: 24px;
		letter-spacing: 0;
	}

	.aboutDiv5 .wenzi .font30 {
		font-size: 16px;
		letter-spacing: 0;
	}

	.title3 span {
		width: 80px;
		height: 1px;
		border: solid 1px #8a8a8a;
		margin: 0 20px;
	}

	.formDiv,
	.formDiv p {
		width: 100%;
	}

	.formDiv p {
		margin-bottom: 20px;
	}

	.formDiv li {
		margin-bottom: 0;
	}

	.formDiv .wenzi {
		width: 100%;
	}

	.tijiao {
		margin-top: 25px;
	}

	.newsDiv1 .content {
		box-shadow: 0;
	}

	.banner .font45 img.fl {
		height: 30px;
		margin-left: 25px;
		margin-top: 0;
	}

	.newsDiv1 .content ul {
		padding: 20px 5px;
	}

	.newsDiv1 {
		margin-top: 70px;
	}

	.newsDiv1 .content {
		box-shadow: none;
	}

	.title_con img {
		width: 30px;
	}

	.newsDiv1 .content>ul li {
		font-size: 14px;
	}

	.mapDiv {
		height: 280px;
	}

	.contactDiv1 {
		margin-top: 70px;
	}
	.bannerIndex .absolute{
		top:23%;
	}
	.xmlc ul {
		display: flex;
		justify-content: center;
	}
	.xmlc ul li{
		width: 120px;
	}
	.xmlc ul li p{
		width: 75px;
	}
	.kjghDiv3 .textDiv{
		height: 100%;
	}
	.fw_list li{
		width: 25%;
		margin-left: 0!important;
	}
	.zszcDiv3 .biaoti3, .zszcDiv4 .biaoti3{
		font-size: 16px;
		line-height: 30px;
	}
	.slideTxtBox .hd ul{
		width: 100%;
	}
	.qyghDiv3 .slideTxtBox .hd ul li{
		margin: 0 1.533333%;
		width: 30%;
	}
	.zsclDiv1 .content{
		padding: 0;
	}
	.glxmDiv3{
		margin-top: 50px;
	}
	.title1{
		margin-bottom: 40px;
	}




}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1024px) {

	.wrap,
	.wrap2 {
		width: 96%;
	}


	.aboutDiv2 .textDiv {
		height: 100%;
	}

	.aboutDiv2 .textDiv ul li {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	header .rightDiv .menu>ul>li {
		padding: 0;
	}


	header .rightDiv .menu>ul>li>a {
		padding: 0 10px;
	}

	.contactDiv1 .content .fl {
		width: 50%;
	}

	.mapDiv {
		width: 49%;
	}

	header .logo img {
		max-height: 65px;
	}

	.indexDiv1 .textDiv {
		width: 100%;
	}

	.indexDiv6 .textDiv {
		width: 100%;
	}

	.baogaoDiv1 .content {
		width: 100%;
	}

	.scDiv1 .content ul li {
		margin: 0 10px;
	}

	.scDiv1 .content ul li a {
		margin: 0;
	}

	.list1 li .textDiv {
		width: 50%;
	}

	.tab2 li {
		width: 185px;
		font-size: 12px !important;
	}

	.tab2 li img {
		width: 20px;
		margin: 0 10px;
	}

	.ysDiv4 .textDiv {
		height: 100%;
	}

	.ysDiv4 .textDiv .wenzi {
		height: 100%;
	}


}

@media screen and (min-width:1201px)and (max-width:1600px) {
	.wrap {
		width: 95%;
	}

	.tab1 li {
		margin-left: 20px;
	}

	.tab2 li {
		width: 232px;
	}
	.indexDiv5 ul li{
		width:259px ;
	}
	.dtflDiv li{
		width: 223px;
	}
	.xmlc ul li{
		width: 172px;
	}
	.kjghDiv1 .content ul li{
		width: 208px;
	}
	.slideTxtBox .hd ul li{
		width: 188px;
	}
	.cyghDiv3 .slideTxtBox .hd ul li{
		width: 235px;
	}
	.qyghDiv3 .slideTxtBox .hd ul li{
		width: 373px;
	}
	.cygxDiv4 .textDiv{
		min-height: 340px;
	}
	.sblcDiv5 .slideTxtBox .hd ul li{
		width: 48%;
	}
	.gljsDiv1 ul li{
		margin-left: 47px;
	}
	.gljsDiv1 ul li:last-child {
	    width: 448px;
	}

}
