@import url(anim.css);
@import url(lrtk3.css);
:root{
	--PCwidth:73%;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-user-drag: none;
	box-sizing: border-box;
}
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #333;
	font-size: 12px;
	font-family: "微软雅黑", "Arial", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
a {
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;/*-webkit-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  -moz-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;*/
}
a:hover {
	color: #00a1e9;/*text-decoration: underline;*/
}
input, select, img {
	vertical-align: middle;
}
ul, li {
	list-style: none;
}
em, cite, th {
	font-style: normal;
	font-weight: normal;
	font-style: normal;
}
.wrap {
	clear: both;
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;
}
.wrap2 {
	clear: both;
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
}
.wrap3 {
	clear: both;
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;
}
.divhidden {
	display: none;
}
.l {
	float: left;
}
.r {
	float: right;
}
.c_l {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}
.f50 {
	font-size: 50px;
}
.f44 {
	font-size: 44px;
}
.f41 {
	font-size: 41px;
}
.f40 {
	font-size: 40px;
}
.f38 {
	font-size: 38px;
}
.f36 {
	font-size: 36px;
}
.f32 {
	font-size: 32px;
}
.f30 {
	font-size: 30px;
}
.f28 {
	font-size: 30px;
}
.f24 {
	font-size: 24px;
}
.f22 {
	font-size: 22px;
}
.f18 {
	font-size: 18px;
}
.f16 {
	font-size: 16px;
}
/*PC导航*/
.header-v1 {
	width: 100%;
	/*position: fixed; */
	/*overflow:hidden;*/
	/*height: 150px;*/
	z-index: 10;
	background-color: #FFF;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
.nav-hide .header-v1 {
	height: 80px;
}
.nav-hide .blank_h {
	height: 80px;
}


.flex{
	display: flex;
}
.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

.align-center {
	align-items: center;
}

.align-stretch {
	align-items: stretch;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}

.margin-0 {
	margin: 0;
}

.margin-xs {
	margin: 10px;
}

.margin-sm {
	margin: 20px;
}

.margin {
	margin: 30px;
}

.margin-lg {
	margin: 40px;
}

.margin-xl {
	margin: 50px;
}

.margin-top-xs {
	margin-top: 10px;
}

.margin-top-sm {
	margin-top: 20px;
}

.margin-top {
	margin-top: 30px;
}

.margin-top-lg {
	margin-top: 40px;
}

.margin-top-xl {
	margin-top: 50px;
}

.margin-right-xs {
	margin-right: 10px;
}

.margin-right-sm {
	margin-right: 20px;
}

.margin-right {
	margin-right: 30px;
}

.margin-right-lg {
	margin-right: 40px;
}

.margin-right-xl {
	margin-right: 50px;
}

.margin-bottom-xs {
	margin-bottom: 10px;
}

.margin-bottom-sm {
	margin-bottom: 20px;
}

.margin-bottom {
	margin-bottom: 30px;
}

.margin-bottom-lg {
	margin-bottom: 40px;
}

.margin-bottom-xl {
	margin-bottom: 50px;
}

.margin-left-xs {
	margin-left: 10px;
}

.margin-left-sm {
	margin-left: 20px;
}

.margin-left {
	margin-left: 30px;
}

.margin-left-lg {
	margin-left: 40px;
}

.margin-left-xl {
	margin-left: 50px;
}

.margin-lr-xs {
	margin-left: 10px;
	margin-right: 10px;
}

.margin-lr-sm {
	margin-left: 20px;
	margin-right: 20px;
}

.margin-lr {
	margin-left: 30px;
	margin-right: 30px;
}

.margin-lr-lg {
	margin-left: 40px;
	margin-right: 40px;
}

.margin-lr-xl {
	margin-left: 50px;
	margin-right: 50px;
}

.margin-tb-xs {
	margin-top: 10px;
	margin-bottom: 10px;
}

.margin-tb-sm {
	margin-top: 20px;
	margin-bottom: 20px;
}

.margin-tb {
	margin-top: 30px;
	margin-bottom: 30px;
}

.margin-tb-lg {
	margin-top: 40px;
	margin-bottom: 40px;
}

.margin-tb-xl {
	margin-top: 50px;
	margin-bottom: 50px;
}

.padding-0 {
	padding: 0;
}

.padding-xs {
	padding: 10px;
}

.padding-sm {
	padding: 20px;
}

.padding {
	padding: 30px;
}

.padding-lg {
	padding: 40px;
}

.padding-xl {
	padding: 50px;
}

.padding-top-xs {
	padding-top: 10px;
}

.padding-top-sm {
	padding-top: 20px;
}

.padding-top {
	padding-top: 30px;
}

.padding-top-lg {
	padding-top: 40px;
}

.padding-top-xl {
	padding-top: 50px;
}

.padding-right-xs {
	padding-right: 10px;
}

.padding-right-sm {
	padding-right: 20px;
}

.padding-right {
	padding-right: 30px;
}

.padding-right-lg {
	padding-right: 40px;
}

.padding-right-xl {
	padding-right: 50px;
}

.padding-bottom-xs {
	padding-bottom: 10px;
}

.padding-bottom-sm {
	padding-bottom: 20px;
}

.padding-bottom {
	padding-bottom: 30px;
}

.padding-bottom-lg {
	padding-bottom: 40px;
}

.padding-bottom-xl {
	padding-bottom: 50px;
}

.padding-left-xs {
	padding-left: 10px;
}

.padding-left-sm {
	padding-left: 20px;
}

.padding-left {
	padding-left: 30px;
}

.padding-left-lg {
	padding-left: 40px;
}

.padding-left-xl {
	padding-left: 50px;
}

.padding-lr-xs {
	padding-left: 10px;
	padding-right: 10px;
}

.padding-lr-sm {
	padding-left: 20px;
	padding-right: 20px;
}

.padding-lr {
	padding-left: 30px;
	padding-right: 30px;
}

.padding-lr-lg {
	padding-left: 40px;
	padding-right: 40px;
}

.padding-lr-xl {
	padding-left: 50px;
	padding-right: 50px;
}

.padding-tb-xs {
	padding-top: 10px;
	padding-bottom: 10px;
}

.padding-tb-sm {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-tb {
	padding-top: 30px;
	padding-bottom: 30px;
}

.padding-tb-lg {
	padding-top: 40px;
	padding-bottom: 40px;
}

.padding-tb-xl {
	padding-top: 50px;
	padding-bottom: 50px;
}


.text-bold {
	font-weight: bold;
}

.text-center {
	text-align: center;
}

.text-content {
	line-height: 1.6;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.font-width-1920{
	display: block !important;
}
.font-width-1100{
	display: none !important;
}
.font-width-1310{
	display: none !important;
}




.header-v1 .top-main {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.header-v1 .top-main .logo1 {
	/*float: left;*/
	height: 94px;
	margin: auto;
	width: var(--PCwidth);
	/*justify-content: center;*/
	/*align-items: center;*/
	display: flex;
}
.header-v1 .top-main .logo1 a{
	display: block;
	height: 85%;
	margin: auto auto 0 auto;
}
.header-v1 .top-main .logo1 img {
	height: 100%;
	vertical-align: middle;
}
.nav-hide .header-v1 .top-main .logo1 img{
	margin-top: -20px;
}
.header-v1 .top-main .logo1 img:hover {
	/*transition: all 0.3s;*/
	/*filter: Alpha(Opacity=60);*/
	/*opacity: 0.6;*/
}
.header-v1 .top-main .top_r {
	float: right;
}
.header-v1 .languages {
	float: right;
	position: relative;
	display: block;
	font-size: 12px;
	color: #707070;
	height: 38px;
	line-height: 38px;
	padding-left: 18px;
	text-align: right;
	font-family: "宋休";
	text-decoration: none;
	margin-left: 10px;
	background: url(../images/top_pic2.png) left center no-repeat;
	margin-top: 29px;
	transition: all 0.3s;
}
.header-v1 .languages:hover {
	margin-top: 25px;
}
.nav-hide .header-v1 .languages {
	margin-top: 22px;
}
.nav-hide .header-v1 .languages:Hover {
	margin-top: 18px;
}
.header-v1 .languages:Hover {
	transition: all 0.3s;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
/*.header-v1 .languages:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.header-v1 .languages:after{content: "";display: block;position: absolute;left: 50%;right: 50%;bottom: -1px;height:4px;opacity: 0;background-color: #c71d32;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.header-v1 .languages:hover:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}*/
.header-v1 .top-main .top-main-content {/* float:right;*//* margin-top:31px;*/
	text-align: center;
	position: relative;
	z-index: 99;
}
.navBar {
}
.nav {
	list-style: none;
	padding: 0;
	/*background: #0068B7;*/
	height: 56px;
	width: var(--PCwidth);
	margin: auto;
	max-width: 1400px;
}
.nav .m { /*float:left; */
	/*display: inline-block;*/
	border-top: 0;
	border-bottom: 0; /*width:120px; *//* position:relative; */
	/*margin-right: 22px;*/
	/*margin-left: 22px;*/
}
.nav a:hover {
	text-decoration: none; /*color:#fff;*/
	vertical-align: top;
}
.nav li:hover span {
	/*transform: translateY(-100%);!*color:#fff;*!*/
}
.nav h3 {
	float: left;
	font-weight: normal;
	font-size: 16px;
	height: 56px;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
}
.nav h3 a {
	display: block;
	color: #c3c3c3;
	line-height: 56px;
	font-size: 16px;
	text-transform: uppercase;
}
.nav h3 a span {
	display: block;
	position: relative;
	transition: all 0.3s;
	/*height: 100px;*/
	font-size: 20px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	text-transform: uppercase;
}
.nav-hide .nav h3 a span {
	height: 80px;
}
/*.nav h3 a span:after {*/
/*	content: attr(data-title);*/
/*	position: absolute;!*color:#fff;*!*/
/*	left: 0;*/
/*	transform: translateY(100%);*/
/*	width: 100%;*/
/*	top: 0; !*color:#fff;*!*/
/*}*/
.nav h3 a i {
	width: 9px;
	height: 5px;
	background: url(../images/top_pic5.png) no-repeat;
	display: inline-block;
	margin-left: 7px;
}
.nav-hide .nav {
}
.nav-hide .nav h3 {
	height: 80px;
}
.nav-hide .nav h3 a {
	line-height: 80px;
}
.nav .on {
}
.nav .on h3 a {/* height:42px; line-height:42px; *//*color:#fff;background:#ec2029;*/ /*background:url(../images/top_bg.png) center bottom no-repeat;*/
}
.nav .on h3 a i {
	background: url(../images/top_pic6.png) no-repeat;
}
.nav .on h3 a span { /*color:#fff;*/
}
.nav .on h3 a span img {
	margin-right:8px;
}
.nav h3 a span img {
	margin-right:8px;
}
/*.nav li.on a:after {*/
/*	left: 0%;*/
/*	right: 0%;*/
/*	opacity: 1;*/
/*	-webkit-transition: all .5s;*/
/*	-o-transition: all .5s;*/
/*	-ms-transition: all .5s;*/
/*	transition: all .5s;*/
/*}*/
.nav li h3 a:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: 0px;
	margin-right: 0px;
	bottom: 0px;
	height: 4px;
	opacity: 0;
	background-color: #FFF;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.nav li h3 a:hover:after {
	left: 1%;
	right: 1%;
	opacity: 1;
	/*	-webkit-transition: all .5s;*/
	/*	-o-transition: all .5s;*/
	/*	-ms-transition: all .5s;*/
	/*	transition: all .5s;*/
}
.nav .sub1{
	display: none;
	position: absolute;
	z-index: -1;
	font-weight: bold;
	font-size: 18px;
	top: 56px;
	margin-left: -30px;
	line-height: 40px;
	width: 180px;
	text-align: center;
	background: #fff;
	border-radius: 8px;
}
.nav .sub_zhuanti{
	margin-left: -54px;
	top: 94px;
}
.nav .sub {
	display: none;
	width: 100%;
	padding: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.8);/* top:87px;*/
	top: 206px;/* overflow:hidden;*/
	text-align: center;
	z-index: 110;
	left: 0%;
}
.nav-hide .nav .sub {
	top: 80px;
}
.nav .sub ul {
	width: 1100px;
	margin: 0 auto;
}
.nav .sub li {
	vertical-align: middle;
	list-style: none;
	text-decoration: none;
	/*display: inline-block;*/
	line-height: 50px;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
}
.nav .sub li span {
	display: block;
	height: 38px;
	position: relative;
}
.nav .sub li a {
	text-decoration: none;
	background: none;
	color: #fff;/* border-bottom:1px solid #515152;*/
	display: block;
	height: 50px;
	overflow: hidden;
}
/*.nav .sub li:last-child a{ border-bottom:0;}
.nav .sub li:last-child a:hover{ border-bottom:0;}*/
.nav .sub li a:hover {
	color: #00a1e9;/*border-bottom:1px solid #00a1e9;*/
}
.nav .sub li:hover img {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.blank_h {
	height: 210px;
	overflow: hidden;
}
.top_search {
	/*float: right;*/
	/*height: 100px;*/
	width: 34px;
	position: relative;
	margin-right: 2%;
}
.nav-hide .top_search {
	height: 80px;
}
.top_search .input1 {
	width: 83%;
	text-indent: 10px;
	line-height: 30px;
	height: 30px;
	outline: medium;
	background: none;
	color: #9c9c9c;
	text-align: left;
	font-size: 13px;
	border: 0;
}
.top_search em {
	height: 100%;
	width: 100%;
	background: url(../images/top_pic1.png) left center no-repeat;
	cursor: pointer;
	display: block;
}
.top_search em:Hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.top_search .search_con {
	display: none;
	position: absolute;
	bottom: -73px;
	right: 0px;
	width: 300px;
	height: 0px;
	padding-top: 23px;
	padding-bottom: 19px;
	background: url(../images/top_bg2.png) no-repeat;
	z-index: 100;/* border:1px solid #eee;box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);border-radius: 2px;*/
}
.top_search .search_con .input1 {
	height: 39px;
	line-height: 39px;
	background: #f8f8f8;
	border: 0;
	padding-left: 5px;
	margin-left: 16px;
	padding-right: 47px;
	width: 174px;
	float: left;
	outline: none;
}
.top_search .search_con .bnts {
	float: left;
	width: 40px;
	height: 39px;
	background: url(../images/top_pic3.png) no-repeat;
	cursor: pointer;
}
.top_search .search_con .bnts:hover {
	transition: all 0.3s;
	background: url(../images/top_pic4.png) no-repeat;
}
/* 手机导航全局 */
.touch-top {
	height: auto;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	background: #FFFFFF;
	display: none;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
.touch_bg {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	background: #0d0d0d;
	display: none;
	filter: Alpha(Opacity=60);/*IE7 fix*/
	opacity: 0.75;
	height: 100%;
}
.touch-top-wrapper {
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}
.touch-top-wrapper .touch-logo {
	float: left;
}
.touch-top-wrapper .touch-logo img {
	/*height: 90px;*/
	/*display: block;*/
	width: 80%;
}
.touch-navigation {
	display: block;
}
.touch-toggle {
	position: absolute;
	right: 10px;
	top: 0;
}
.touch-toggle li {
	float: left;
	height: 80px;
	padding: 0 12px;
	text-align: center;
}
.touch-toggle li a {
	height: 80px;
	line-height: 78px;
}
.touch-toggle li:hover, .touch-toggle li:active {
}
.touch-toggle .touch-toggle-item-first {
	border-left: none;
}
.touch-toggle .touch-toggle-item-last {
	border-right: none;
}
.touch-toggle .touch-toggle-item-last img {
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.touch-toggle li a {
	display: block;
	/*font-size: 12px;*/
}
.touch-toggle li i {
	display: inline-block;
	/*width: 32px;*/
	/*height: 32px;*/
	overflow: hidden; /*margin-top:20px;*/
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	color: #FFFFFF;
	font-size: 20px;
}
.touch-toggle .touch-icon-language {
	background-image: url(../images/touch-icon-language.png);
}
.touch-toggle .touch-icon-user {
	background-image: url(../images/touch-icon-user.png);
}
.touch-toggle .touch-icon-search {
	background-image: url(../images/head_pic2.png);
}
.touch-toggle .touch-icon-menu {
	background-image: url(../images/head_pic1.png);
}
.touch-toggle li span {
	display: none;
	text-align: center;
}
.drawer-section {/* background-color:#40312f; padding:20px;*/
	display: none;
}
.drawer-section-menu {/* padding:20px 20px 35px;*/  /*padding:0px 0px 35px;*/
}
.touch-toggle-content {
	clear: both;
}
.touch-menu {
	clear: both;
}
.touch-menu ul li {
	border-bottom: 1px solid #FFFFFF;
	position: relative;
}
.touch-menu ul li a {
	color: #fff;
	display: block;
	font-size: 18px;
	height: 48px;
	line-height: 48px;/* padding-left:10px;*/
	padding-left: 2%;
}
.touch-menu ul li a:hover, .touch-menu ul li a:active {
	/*background-color: #004ce5;*/
	color: #fff;
}
.touch-menu ul li i {
	position: absolute;
	top: 14px;/* right:5px;*/
	right: 25px;
	display: block;
	width: 13px;
	height: 13px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.touch-menu ul li i.touch-arrow-right {
	display: none;
	background-image: url(../images/touch-arrow-r.png);
}
.touch-menu ul li i.touch-arrow-down {
	/*background-image: url(../images/touch-arrow-d.png);*/
	background-image: url(../images/img/downArrow.png);
	background-size: 200% 200%;
}
.touch-menu ul li i.touch-arrow-up {
	/*background-image: url(../images/touch-arrow-u.png);*/
	background-image: url(../images/img/upArrow.png);
	background-size: 200% 200%;
}
.touch-menu ul li a:hover i.touch-arrow-down {
	/*background-image: url(../images/touch-arrow-d2.png);*/
	background-image: url(../images/img/downArrow.png);
	background-size: 200% 200%;
}
.touch-menu ul li a:hover i.touch-arrow-up {
	/*background-image: url(../images/touch-arrow-u2.png);*/
	background-image: url(../images/img/upArrow.png);
	background-size: 200% 200%;
}
.touch-menu ul ul {
	display: none;
	margin: 0;/* padding:0 10px 30px 30px;*/
	padding: 0 0px 30px 0px;
}
.touch-menu ul ul li {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.touch-menu ul ul li a {
	padding: 0;
	padding-left: 3%;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	text-transform: uppercase;
}
.touch-menu ul ul li i {
	top: 13px;
}
.touch-menu .closetitle {
	padding-top: 10px;
	padding-bottom: 12px;
	text-align: center;
}
.touch-menu .closetitle img {
	margin: 0 auto;
	height: 36px;
	width: auto;
}
/*手机弹出搜索*/
.search_div {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-top: 2%;
	padding-bottom: 2%;
	display: none; /*z-index:999;*/
}
.search_div .search_con {
	width: 92%;
	margin: 0 auto;
	border: 1px solid #cdcdcd;
	height: 40px !important;
	line-height: 40px;
	background: #fff;
}
.search_div .search_con .input1 {
	text-indent: 15px;
	width: 88%;
	float: left;
	border: 0;
	background: none;
	height: 100%;
	font-size: 16px;
	outline: none;
	color: #bbb;
}
.search_div .search_con .bnt1 {
	-webkit-appearance: none;
	float: right;
	width: 12%;
	max-width: 60px;
	background: url(../images/head_pic2.png) 50% center no-repeat;
	background-size: auto 55%;
	border: 0;
	height: 100%;
	cursor: pointer;
}
/*尾部*/
.f_bg {
	overflow: hidden;
	background: #004F8C;
	color: #8f8f8f;
	font-size: 12px;
	clear: both;
	padding-top: 2%;
	padding-bottom: 2%;
}
.f_bg_div {
	width: 75%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.f_bg_div .divider {
	width: 1px;
	height: 150px;
	background: #0074CC;
}
.f_bg_div .connect {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
}
.f_bg a {
	color: #8f8f8f;
	text-decoration: none;
}
.f_bg a:hover {
	color: #fff;
}
.f_bg .links {
	float: left;
	padding-right: 4%;
	margin-right: 4%;
	overflow: hidden;
	padding-bottom: 2%;
}
.f_bg .links h2 {
	font-size: 18px;
	line-height: 38px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #c7c7c7;
}
.f_bg .links ul li {
	display: block;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}
.f_bg .links ul li a {
	transition: all 0.3s;
	padding-right: 5px;
}
.f_bg .links ul li a:hover {
	margin-left: 5px;
	padding-right: 0;
}
.f_bg .f_div2_r2 {
	float: right;
	text-align: center;
	padding-bottom: 2%;
}
.f_bg .f_div2_r2 img {
	display: block;
	width: 118px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 5px;
}
.f_bg .f_div2_r {
	float: left;
	overflow: hidden;
	margin-right: 3%;
}
.f_bg .f_div2_r h2 {
	font-size: 18px;
	line-height: 38px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #c7c7c7;
}
.f_bg .f_div2_r span {
	display: block;
	color: #8f8f8f;
	line-height: 30px;
	padding-top: 2%;
	clear: both;
}
.f_bg .f_div2_r a {
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 4px;
	padding-bottom: 8px;
	color: #afafaf;
	font-size: 26px;
	font-family: Arial;
}
.f_bg .f_div2_r a:Hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.foot_a {
	height: 41px;
	width: 135px;
	display: block;
	margin-top: 10px;
}
.f_div3 {
	/*line-height: 24px;*/
	/*min-height: 24px;*/
	/*background-color: #313131;*/
	/*border-top: 1px solid #424242;*/
	/*clear: both;*/
	/*overflow: hidden;*/
	/*font-size: 14px;*/
	/*padding-top: 8px;*/
	/*padding-bottom: 8px;*/
	/*color: #8f8f8f;*/
	height: 72px;
	border-top: 1px solid #0074CC;
	/*background: #004F8C;*/
	background: #1c84d6;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	justify-content: center;
	align-items: center;
}
.f_div3 a {
	color: #8f8f8f;
}
.f_div3 a:hover {
	color: #fff;
	transition: all 0.3s;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
/*.gotop{ position:fixed; bottom:10%; right:1%; width:51px; height:51px; background:url(../images/gotop.png) no-repeat; background-size:100% 100%;
-webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out;
}
.gotop:hover{-webkit-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg); cursor:pointer; transform:rotate(360deg);}*/

.right_ul {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	border-top: 2px solid #dedede;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	display: none;
	background-color: #fff;
}
.right_ul ul li {
	width: 25%;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.right_ul ul li img {
	height: 22px;
	margin: 0 auto;
}
.right_ul ul li a {
	display: block;
	border-right: 1px solid #dedede;
}
.right_ul ul li:last-child a {
	border: 0;
}
/*微信弹窗*/
#hidden {
	z-index: 2147483647;
	display: none;
	background: #000;
	filter: alpha(opacity=0);
	left: 0px;
	opacity: 0;
	position: fixed;
	width: 3000px;
	height: 100%;
	padding-top: 28%;
	text-align: center;
	top: 0;
}
#hiddenimg {
	opacity: 1;
	display: none;
	position: fixed;
	left: 0%;
	width: 100%;
	height: 300px;
	padding-top: 0;
	z-index: 2147483647;
	top: 28%;
	text-align: center;
}
#hiddenimg img {
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
}
#hiddenimg2 {
	text-align: center;
}
.weixinclose {
	position: fixed;
	right: 2%;
	top: 2%;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	z-index: 2147483648;
	font-weight: normal;
	display: none;
}
/*荣誉弹窗*/
.case_bgs {
	z-index: 19891024;
	background: url(../images/about_bg.png) repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}
.case_tc {
	z-index: 19891025;
	width: 90%; /* top: 157.5px; */
	left: 50%;
	margin-left: -46%; /* margin-left: -300px; */
	position: absolute;
	overflow: hidden;
	top: 270px;
	height: 0;
	display: none;
}
.case_tc .case_box {
	width: 94%;
	margin: 0 auto;
	max-width: 740px;
	background: #00a1e9;
	border: 6px solid #b3b3b3;
	border-radius: 6px;
	overflow: hidden;
}
.case_tc .case_box2 {
	width: 94%;
	margin: 0 auto;
	max-width: 1028px;
	background: #fff;
	overflow: hidden;
}
.case_tc .case_divs {
	position: relative;
	width: 100%;
}
.case_tc .case_divs .closed {
	right: 0%;
	position: absolute;
	top: 0%;
	cursor: pointer;
}
.case_tc .case_divs .closed:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	transition: all 0.3s;
}
.case_tc .case_divs .closed2 {
	right: 15px;
	position: absolute;
	top: 15px;
	cursor: pointer;
}
.case_tc .case_divs .closed2:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	transition: all 0.3s;
}
.case_tc #tc_big {
	width: 100%;
	display: block;
}
.case_tc .case_divs .case_txt {
	padding: 12px;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.case_tc .case_divs .case_txt h2 {
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
}
.case_tc .case_divs .case_txt2 {
	max-width: 890px;
	width: 94%;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.case_tc .case_divs .case_txt2 h2 {
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 1%;
}
.case_tc .case_divs .case_txt3 {
	max-width: 890px;
	width: 94%;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	padding-top: 50px;
	padding-bottom: 30px;
}
.case_tc .case_divs .case_txt3 dl dt {
	font-weight: bold;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	color: #333333;
}
.case_tc .case_divs .case_txt3 dl dd:first-child {
	font-size: 14px;
}
.case_tc .case_divs .case_txt3 dl dd {
	color: #555555;
	font-size: 13px;
	line-height: 28px;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 2%;
	margin-bottom: 2%;
}
.case_tc .case_divs .case_txt3 dl dd h3 {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.case_tc .case_divs .case_txt3 dl dd:last-child {
	border-bottom: 0;
}
.case_tc .case_divs .case_txt3 dl dd .job_a {
	display: block;
	width: 150px;
	height: 44px;
	overflow: hidden;
	background-color: #409EFF;
	color: #fff;
	font-size: 14px;
	line-height: 44px;
	border-radius: 6px;
	margin-top: 50px;
	text-align: center;
	transition: all 0.3s;
}
.case_tc .case_divs .case_txt3 dl dd .job_a:hover {
	color: #fff;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
@media screen and (max-width: 1600px) {
	.app-top-bg .toggle-En a div{
		color: #FFFFFF !important;
	}
	.drawer-section-menu{
		/*background: #004F8C;*/
		background: #1c84d6;
	}
	.touch-menu ul li a{
		/*color:#333;*/
	}
	.app-top-bg{
		/*background: #004F8C ;*/
		background: #1c84d6;
	}
}


@media screen and (max-width: 1600px) {

	.f50 {
		font-size: 47px;
	}
	.f44 {
		font-size: 40px;
	}
	.f41 {
		font-size: 38px;
	}
	.f40 {
		font-size: 37px;
	}
	.f38 {
		font-size: 36px;
	}
	.f36 {
		font-size: 35px;
	}
}
@media screen and (max-width: 1440px) {
	.nav h3 a span img{
		/*display: none;*/
	}
	.f50 {
		font-size: 45px;
	}
	.f44 {
		font-size: 38px;
	}
	.f41 {
		font-size: 36px;
	}
	.f40 {
		font-size: 35px;
	}
	.f38 {
		font-size: 34px;
	}
	.f36 {
		font-size: 33px;
	}
}
@media screen and (max-width: 1310px) {
	:root{
		--PCwidth:84%;
	}
	.nav .on h3 a span img {
		margin-right:2px;
	}
	.nav h3 a span img {
		margin-right:2px;
	}
	.header-v1 .top-main .top_r {
		display: none;
	}
	.font-width-1920{
		display: none !important;
	}
	.font-width-1310{
		display: block !important;
	}
	.font-width-1100{
		display: none !important;
	}
	.zhuti-title{
		/*height: 125px !important;*/
		height: 100px !important;
		line-height: 100px !important;
	}

}
@media screen and (max-width: 1100px) {
	:root{
		--PCwidth:84%;
	}
	.nav .on h3 a span img {
		margin-right:2px;
	}
	.nav h3 a span img {
		margin-right:2px;
	}
	.header-v1 .top-main .top_r {
		display: none;
	}
	.font-width-1920{
		display: none !important;
	}
	.font-width-1310{
		display: none !important;
	}
	.font-width-1100{
		display: block !important;
	}
	.zhuti-title{
		/*height: 125px !important;*/
		height: 100px !important;
		line-height: 100px !important;
	}

}
@media screen and (min-width: 1260px) {

	.home-css{
		max-width: 1400px;
	}
	.zhongxinxinwen{
		max-width: 1400px;
	}
	.tongzhigonggao{
		max-width: 1400px;
	}
	.main_part_3{
		max-width: 1400px;
	}
	.main_part_3_img{
		max-width: 1400px;
	}
	.footer_part_1 .container{
		max-width: 1400px;
	}
	.content-width{
		max-width: 1400px;
	}
	.banner{
		max-width: 1400px;
		margin: auto;
	}
	.zhognxinxinwen-bg-wrap{
		width: 100%;
	}
	.content-width{
		width: 100%;
	}
	/*.header-v1 .top-main .top-main-content{*/
	/*	!*max-width: 1400px;*!*/
	/*	margin: auto;*/
	/*}*/
	.header-v1 .top-main .logo1{
		max-width: 1400px;
	}
	/*.nav{*/
	/*	width: 1400px;*/
	/*}*/
}
@media screen and (max-width: 1560px) {
	.home-css{
		width: var(--PCwidth) !important;
		margin: auto !important;
		height: 430px ;
	}
	.home-css .bx-wrapper .bx-viewport {
		height: 430px ;
	}
	.home-css ul li {
		display: flex;
		height: 430px ;
	}
	.tongzhigonggao .tongzhigonggao_img{
		width: 30.5%;
		/* height: auto; */
		margin-left: 20px;
	}
	/*4.16 修改幻灯 right-box 左箭头 右箭头*/
	.home-css .bx-wrapper .bx-pager{
		right: 9%;
		width: auto;
		/* width: 15%; */
		bottom: 6%;
	}
	.nav{
		max-width: none;
	}
	:root{
		--PCwidth:90% !important;
	}
	/*4.16 修改幻灯 right-box 左箭头 右箭头*/
	.right-box{
		width: 30% !important;
		/* background-color: #fafafa; */
		background-image: url("../images/white.png");
		/* background-size: 100% 100%; */
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		/* height: 400px; */
		padding: 0 16px 0 16px;
		/*box-shadow: inset 0px 0px 20px 4px #d0cdcd;*/
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.flex-box-image{
		width: 23.5% !important;
		/* background-color: #fafafa; */
		background-image: url(../images/box-sizing.png);
		/* background-size: 100% 100%; */
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		/* height: 400px; */
		padding: 0 16px 0 16px;
		box-shadow: inset 0px 0px 20px 4px #d0cdcd;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.header-v1 .top-main .top-main-content{
		max-width: none;
	}
	.zhognxinxinwen-bg-wrap{
		width: 92%;
	}
	.header-v1 .top-main{
		max-width: none;
	}
	.home-css{
		max-width: none;
	}
	.zhongxinxinwen{
		max-width: none;
	}
	tongzhigonggao{
		max-width: none;
	}
	.main_part_3{
		max-width: none;
	}
	.main_part_3_img{
		max-width: none;
	}
	.footer_part_1 .container{
		max-width: none;
	}
	.content-width{
		max-width: none;
	}
	.banner{
		max-width: none;
	}
	.content-width{
		width:var(--PCwidth);
	}
	.nav{
		width:var(--PCwidth);
	}
	.home-css .bx-wrapper .bx-prev{
		left: 78.5% !important;
	}
	.home-css .bx-wrapper .bx-pager{
		right: 12% !important;
	}
}
@media  screen and (min-width: 1300px)  and (max-width: 1560px){
	.home-css .bx-wrapper .bx-pager{
		right: 9% !important;
	}
	.home-css{
		width: 100% !important;
		/*margin: auto !important;*/
		/*height: 430px ;*/
	}
}
@media screen and (max-width: 1200px) {
	:root{
		--PCwidth:84%;
	}

	.touch-toggle {
		position: inherit;
		height: 90px;
	}
	.xiangqing p{
		font-size: 18px !important;
	}
	.xiangqing span{
		font-size: 14px !important;
	}

	.f50 {
		font-size: 41px;
	}
	.f44 {
		font-size: 36px;
	}
	.f41 {
		font-size: 32px;
	}
	.f40 {
		font-size: 31px;
	}
	.f38 {
		font-size: 30px;
	}
	.f36 {
		font-size: 29px;
	}
	.f16 {
		font-size: 14px;
	}
	/*尾部*/
	.f_bg .links {
		padding-right: 3%;
		margin-right: 3%;
	}
	.f_bg .f_div2_r {
		margin-right: 1%;
	}
}
@media screen and (max-width: 1100px) {
	.zhongxinxinwen .container .container_left .bxslider li h3.title{
		font-size: 14px !important;
	}
	.banner-img{
		/*margin-top: 100px !important;*/
		width: 90% !important;
		padding-top: 5px;
	}

	/*.home-css{*/
	/*	margin: 90px auto 0!important;*/
	/*}*/
	.font-width-1310{
		font-size: 15px !important;
	}
	.f50 {
		font-size: 39px;
	}
	.f44 {
		font-size: 32px;
	}
	.f41 {
		font-size: 30px;
	}
	.f40 {
		font-size: 29px;
	}
	.f38 {
		font-size: 28px;
	}
	.f36 {
		font-size: 27px;
	}
	.f28 {
		font-size: 22px;
	}
	.f24 {
		font-size: 20px;
	}
	.f22 {
		font-size: 18px;
	}
	.f18 {
		font-size: 16px;
	}
	/* 手机导航全局 */
	.blank_h {
		height: 90px;
	}
	.nav-hide .blank_h {
		height: 90px;
	}

	/*.touch-top {*/
	/*	display: block;*/
	/*}*/
	/*.header-v1 {*/
	/*	display: none;*/
	/*}*/
	/*.top_search {*/
	/*	width: 90%;*/
	/*	overflow: hidden;*/
	/*	margin-bottom: 10px;*/
	/*	margin-top: 0;*/
	/*	background: url(../images/search_bg.png) #eee right center no-repeat;*/
	/*	margin-right: 5%;*/
	/*}*/
	/*.toggle-En{*/
	/*	font-size: 20px !important;*/
	/*}*/
	/*尾部*/
	.f_bg .links {
		padding-right: 2.8%;
		margin-right: 2.8%;
	}
	.f_bg .f_div2_r a {
		font-size: 18px;
	}
}
/*@media screen and (max-width: 960px) {*/
@media screen and (max-width: 1000px) {
	.banner-img{
		margin-top: 100px !important;
		width: 90% !important;
	}
	/*.main_part_3_img img{*/
	/*	width: 48% !important;*/
	/*	margin-bottom: 10px;*/
	/*}*/
	.container_right .dangjiancontent{
		font-size: 16px !important;
	}
	.zhuti-title{
		/*height: 100px !important;*/
		height: 80px !important;
		line-height: 80px!important;
		font-size: 26px !important;
	}
	.touch-top {
		display: block;
	}
	.header-v1 {
		display: none;
	}
	.top_search {
		width: 90%;
		overflow: hidden;
		margin-bottom: 10px;
		margin-top: 0;
		background: url(../images/search_bg.png) #eee right center no-repeat;
		margin-right: 5%;
	}
	.toggle-En{
		font-size: 20px !important;
	}


	.f50 {
		font-size: 36px;
	}
	.f44 {
		font-size: 30px;
	}
	.f41 {
		font-size: 28px;
	}
	.f40 {
		font-size: 27px;
	}
	.f38 {
		font-size: 26px;
	}
	.f36 {
		font-size: 25px;
	}
	.f24 {
		font-size: 18px;
	}
	/*尾部*/
	.f_bg .links {
		display: none;
	}
	.f_bg .f_div2_r2 {
		margin-top: 2%;
	}
	.f_bg .f_div2_r {
		width: 40%;
		margin-top: 2%;
	}
}
@media screen and (max-width: 830px) {
	.home-css ul .right-box{
		display: none;
	}
	.home-css ul .slider-title{
		display: block !important;
	}
	.home-css .bx-wrapper .bx-controls-direction{
		display: none !important;
	}
	.f50 {
		font-size: 34px;
	}
	.f44 {
		font-size: 28px;
	}
	.f41 {
		font-size: 27px;
	}
	.f40 {
		font-size: 26px;
	}
	.f38 {
		font-size: 25px;
	}
	.f36 {
		font-size: 24px;
	}
	.f32 {
		font-size: 27px;
	}
	.f30 {
		font-size: 26px;
	}
	.f28 {
		font-size: 20px;
	}
	.f24 {
		font-size: 17px;
	}
	.f22 {
		font-size: 16px;
	}
	.f18 {
		font-size: 14px;
	}
	/*尾部*/
	.f_div3 {
		text-align: center;
		font-size: 12px;
	}
	.f_div3 .l {
		display: block;
		width: 100%;
	}
	.f_div3 .l label {
		display: block;
	}
	.f_div3 .r {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 780px) {

	.touch-toggle {
		position: inherit;
	}
	.f50 {
		font-size: 30px;
	}
	.f40 {
		font-size: 25px;
	}
	.f38 {
		font-size: 24px;
	}
	.f36 {
		font-size: 23px;
	}
	/*右边浮动客服*/
	.side {
		display: none;
	}
	.right_ul {
		display: block;
	}
}
.contioveDiv{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	width: 380px;
}

@media screen and (max-width: 720px)  {
	.zhongxinxinwen{
		padding: 0 0px !important;
	}
	.tongzhigonggao{
		padding: 0 0px !important;
	}
}
@media screen and (max-width: 640px)  {
	.zhongxinxinwen .container .container_right .list .list_item .time {
		font-size: 18px;
		color: #666666;
		min-width: 90px !important;
		text-align: right;
	}
	.f_div3{
		display: none !important;
	}
	.tongzhigonggao .tongzhigonggao_img{
		width: 90% !important;
		/* height: auto; */
		margin: auto;
		padding: 10px 0;
	}
	.tongzhigonggao{
		display: flex;
		flex-wrap: wrap;
	}
	.div_xiangguan{
		padding-top: 5px !important;
		font-size: 18px;
	}
	.right-box-flex{
		display: inline-block !important;
	}
	.tongzhigonggao .container .title{
		padding: 10px 0 0px !important;
	}
	.head-place{
		display: block !important;
		height: 80px;
	}
	.main_part_3_bg_wrap{
		width: 100%;
		background-image: none !important;
		/*padding: 20px 0;*/
	}
	.main_part_3 {
		/*width: var(--PCwidth);*/
		width: 100% !important;
		padding: 0 0;
		margin: 0 auto 0 !important;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.main_part_3 .dangjianxinxi{
		width: 100% !important;
		background-size: contain;
		padding: 10px 20px !important;
		box-sizing: border-box !important;
	}
	.backgroundimage{
		background-image: url("../images/haidaoyaowen-bg.png") !important;
		background-size: cover !important;
		background-position: center !important;
		background-repeat: no-repeat !important;
	}
	.main_part_3 .list .list_item .sub_title_2{
		/*width: 89% !important;*/
		width: calc(100% - 35px) !important;
		display: inline-block !important;
		/*font-size: 12px !important;*/
		font-size: 14px !important;
		/* color: #333333; */
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		position: relative !important;
		top: 0px !important;
	}
	.main_part_3 .list .list_item{
		margin: 0 !important;
	}
	.main_part_3 .divider{
		width: 100%;
		height: 0 !important;
		margin: 0 !important;
		 border: 1px dashed transparent !important;
        }
        .main_part_3 .list .list_item{
            display: flex;
            justify-content: space-between;
            border-bottom: 1px dashed #B8C4CC;
            height: 50px !important;
            align-items: center;
        }
        .zhognxinxinwen-bg-wrap{
            width: 100% !important;
            background-image: url("../images/dagnjianxinxi-bg.png");
            background-size: cover !important;
            padding-bottom: 1px !important;
			background-repeat: no-repeat !important;
			background-position: center !important;
            margin: auto;
        }
        .margin-right-xs{
            display: none;
        }
        .imageFlexBox{
            flex: 1 !important;
            height: 199px !important;
            width: 100% !important;
        }
        .container .bx-wrapper .bx-viewport{
            height: 199px !important;
        }
        .moce{
            display: none;
        }
        .tongzhigonggao_app{
            width: 100% !important;
        }
        .home-css .bx-wrapper .bx-pager{
            right: 41% !important;
            width: auto !important;
            /*width: 15%;*/
		bottom: 2% !important;
	}
	.zhongxinxinwen .bx-wrapper .bx-pager{
		position: absolute !important;
		bottom: 5px !important;
		width: auto !important;
		right: 10px !important;
	}
	.home-css{
		height: 180px !important;
	}
	.home-css ul li{
		height: 180px !important;
	}
	.home-css .bx-wrapper .bx-viewport{
		height: 180px !important;
	}
	.app-top-bg{
		/*background: #004F8C ;*/
		background: #1c84d6;
	}
	.class-logo{
		width: 100%;
	}
	/*专题2*/
	.object_list_banner{
		margin-top: 80px !important;
	}
	.object_list_content{
		margin: 10px auto 0!important;
		background: none !important;
		width: 90% !important;
	}
	.object_list_content .container .list .list_item .show_app{
		font-size: 16px !important;
	}
	.object_list_content .list .list_item{
		line-height: 2.5 !important;
	}
	.object_list_content  .container_right{
		margin:25px 0 0 0 !important;
	}
	.object_list_content .container{
		margin-bottom: 0% !important;
	}

	.content-box li .right-cont .div2>div:first-child{
		max-height:unset!important;
	}


	.app-top-bg .toggle-En a div{
		color: #FFFFFF !important;
	}
	.touch-toggle{
		position: inherit;
		height: 80px !important;
	}
	.touch-navigation .touch-toggle ul{
		display: flex;
		align-self: center;
		justify-content: space-around;
	}
	.home-css{
		width: 100% !important;
		margin: 80px auto 0 !important ;
	}
	.toggle-En{
		font-size: 18px !important;
		line-height: 20px;
	}
	h2{
		/*font-size: large;*/
		font-size: 24px;
	}
	.touch-toggle{
		position: inherit;
	}
	.xiangqing {
		height: 40px !important;
		top: -40px !important;
	}
	.xiangqing span{
		display: none !important;
	}
	.content-width{
		width: 90% !important;
		margin: auto !important;
	}
	.show_pc{
		display: none !important;
	}
	.show_pcWeb{
		display: block !important;
	}
	.show_app{
		/*font-size: 12px !important;*/
		font-size: 14px !important;
		display: block !important;
	}
	.app_show{
		font-size: 12px !important;
		display: block !important;
		padding: 0 20px !important;
	}
	.zhongxinxinwen_app{
		width:90% !important;
		margin: 0px auto 0 !important;
	}
	.zhongxinxinwen .container{
		display:block !important;
	}
	.zhongxinxinwen .container .container_left {
		width: 100% !important;
	}
	.zhongxinxinwen .container .container_left .bxslider li h3.title{
		font-size: 14px !important;
	}
	.zhongxinxinwen .container_right{
		width: 100% !important;
		/*margin: 12px 0;*/
		padding-left: 0 !important;
	}
	.zhongxinxinwen_app .container .container_right .list .list_item{
		line-height:2.8 !important;
		height: 50px !important;
	}
	.tongzhigonggao .container .list .list_item{
		height: 50px !important;
	}
	.zhongxinxinwen_app .container .container_right .list .list_item .time{
		/*font-size: 12px !important;*/
		font-size: 14px !important;
		 /*min-width:75px !important;*/
		/*min-width:110px !important;*/
	}
	/*.container_right .list .list_item a{*/
	/*	width: 80% !important;*/
	/*}*/
	.container_right .list .list_item a .flex{
		width: 100%;
	}
	.container_right .list .list_item a .flex .show_app{
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.tongzhigonggao_app{
    /*background: #E5F4FF !important;*/
		padding-top: 10px;
	}
	.tongzhigonggao_app .container .list .list_item a{
		width: calc(100% - 100px);
	}
	.tongzhigonggao_app .container .list .list_item a .flex{
		width: 100%;
	}
	.tongzhigonggao_app .container .list .list_item a .flex .show_app{
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.tongzhigonggao .container .list .list_item .time{
		line-height:2.8 !important;
		/*font-size: 12px !important;*/
		font-size: 14px !important;
	}

	.main_part_4 {
		background: #FFFFFF !important;
		padding:5px 0!important;
	}

	.main_part_4 .container {
		height: 100% !important;
		display: block !important;
	}
	.main_part_4 .container div{
		width: 100% !important;
		margin: 12px 0 !important;
	}
	.footer_part_1 .container{
		display: block !important;
	}
	/*.footer_part_1 .container .container_left, .footer_part_1 .container .container_midle, .footer_part_1 .container .container_right{*/
	/* width: 90% !important;*/
	/* margin: auto !important;*/
	/*}*/
	/*.footer_part_1 .container :first-child{*/
	/* width: 80% !important;*/
	/* margin: auto !important;*/
	/*}*/
	.footer_part_1 .container .container_left{
		width: 100% !important;
		margin: auto !important;
		padding: 20px 0;
	}
	.footer_part_1 .container{
		padding: 20px 40px !important;
	}
	.contioveDiv{
		display: none;
		width: 100% !important;
	}
	.footer_part_1 .container .container_midle{
		width: 100% !important;
	}
	.footer_part_1 .el-form--inline .el-form-item{
		display: block !important;
		width: 100% !important;
	}
	.footer_part_1 .el-form--inline .el-form-item__content{
		display:flex !important;
		justify-content: space-between !important;
		width: 70vw!important;
	}
	.f_div3 .footx p{
		font-size: 16px!important;
		line-height: 2;
	}
	.f_div3 .footx .l p:last-child{
		/*font-size: 12px !important;*/
	}
	/*专题*/
	.banner-img{
		margin-top: 90px !important;
		width: 90% !important;
	}
	.phone_left-cont{
		display: block !important;
	}
	.content-box{
		width: 100% !important;
	}
	.zhuti-title1{
		/*background: url("../images/img/lanmu-bg-app.png") !important;*/
		/*background-repeat: no-repeat;*/
		width: 100% !important;
		font-size: 25px !important;
		line-height: 64px !important;
		background-size: 100% 100% !important;
		text-align: center;
		font-weight: bold;
		color: #FFFFFF;
		position: relative;
		z-index: 5;
		background-color: #1c84d6;
	}
	.zhuti-children-title{
		padding: 10px 0 !important;
		margin-top: 0px !important;
		width: 100% !important;
	}
	.zhuti-children-title li{
		height: auto !important;
		width: 96% !important;
	}
	.zhuti-children-title li a{
		/*padding: 18px 0px;*/
		/*padding: 10px 0 10px 40px !important;*/
		line-height: 1!important;
		justify-content: center;
	}

	.zhuti-box{
		width: 100% !important;
	}
	/*栏目列表*/
	.content-box li{
		height: auto !important;
	}
	.content-box li .left-img{
		width: 93% !important;
		margin: 16px auto !important;
		height: auto !important;
	}
	.content-box li .right-cont{
		width: 93% !important;
		margin: auto;
	}
	.content-box li .right-cont .div1{
		line-height: 1.3 !important;
	}
	.content-box li .right-cont .div2>div:first-child{
		height: auto !important;
	}
	.about_x .border-box{
		display: block!important;
		height: auto!important;
		line-height: 30px!important;
		word-wrap: break-word!important;
		margin: 10px auto!important;
	}
	.about_x .border-box > div:first-child{
		display: block!important;
	}
	.about_x .con_id{
		/*font-size: 16px !important;*/
		font-size: var(--font-size) !important; /* 使用CSS变量 --font-size 来绑定字体大小 */
		padding-bottom: 0px !important;
	}
	.about_x .con_id span,.about_x .con_id p  {
		font-size: inherit !important; /* 使用CSS变量 --font-size 来绑定字体大小 */
	}

	.home-css .bx-wrapper .bx-pager{
		/*display: none !important;*/
	}

	#exhibition{
		margin: 10px auto 40px !important;
		box-shadow: none !important;
	}
	.form-css{
		width: 90% !important;
	}

	.wrap2{
		margin: 80px auto 0 !important;
	}
	.more{
		font-size: 14px !important;
		margin-top: -20px !important;
	}
	.zhongxinxinwen .title{
		padding: 10px 0 0 !important;
	}
	.zhongxinxinwen .title-list{
		padding: 10px 10px 10px !important;
	}
	.zhongxinxinwen_app .more{
		margin-top: -20px !important;
	}
	.shuxian {
		margin: 0 4px !important;
	}







	.f50 {
		font-size: 28px;
	}
	.f40 {
		font-size: 23px;
	}
	.f38 {
		font-size: 22px;
	}
	.f36 {
		font-size: 21px;
	}
	.f32 {
		font-size: 21px;
	}
	.f30 {
		font-size: 20px;
	}
	.f28 {
		font-size: 18px;
	}
	.f24 {
		font-size: 16px;
	}
	.f22 {
		font-size: 14px;
	}
	.f18 {
		font-size: 13px;
	}
	.f16 {
		font-size: 13px;
	}
	/* 手机导航全局 */
	.blank_h {
		height: 80px;
	}
	/*.nav-hide .blank_h{ height:80px;}*/
	.touch-top-wrapper .touch-logo img {
		/*height: 80px;*/
		/*margin: 5px 0;*/
		width: 65vw;
	}
	.touch-menu ul li a {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	.touch-menu ul ul li a {
		font-size: 14px;
	}
	.touch-toggle .touch-toggle-item-last img {
		width: 26px;
		height: 26px;
	}



}
@media screen and (max-width: 480px) {
	.f50 {
		font-size: 25px;
	}
	.f40 {
		font-size: 19px;
	}
	.f38 {
		font-size: 18px;
	}
	.f36 {
		font-size: 18px;
	}
	.f32 {
		font-size: 17px;
	}
	.f28 {
		font-size: 15px;
	}
	.f18 {
		font-size: 12px;
	}
	/* 手机导航全局 */
	.blank_h {
		height: 70px;
	}
	.nav-hide .blank_h {
		height: 70px;
	}
	.touch-top-wrapper .touch-logo img {
		/*height: 70px;*/
		/*padding: 12px 0;*/
	}
	.touch-toggle li {
		padding-left: 0px;
		padding-right: 0px;
	}
	/*.touch-menu ul li a{ font-size:14px; height:36px; line-height:36px;}
    .touch-menu ul ul li a{ font-size:13px;}*/
	/*尾部*/
	.f_bg .f_div2_r2 {
		width: 42%;
	}
	.f_bg .f_div2_r2 img {
		width: 80%;
		height: auto;
		max-width: 118px;
	}
	.f_bg .f_div2_r {
		width: 45%;
	}
}
@media screen and (max-width: 390px) {
	.zhuti-title1{
		line-height: 60px !important;
	}
	.touch-top-wrapper .touch-logo img{
		/*height: 70px;*/
		/*padding: 12px 0;*/
	}
}
@media screen and (max-width: 360px) {
	.pages .pagination .page-item, .pages .pagination .page-num{
		padding: 5px 8px;
		margin: 0 3px;
	}

	.f50 {
		font-size: 23px;
	}
	.f40 {
		font-size: 17px;
	}
	.f38 {
		font-size: 16px;
	}
	.f36 {
		font-size: 17px;
	}
	.f32 {
		font-size: 16px;
	}
	.f28 {
		font-size: 14px;
	}
}
.baidu_ditu {
	width: 100%;
	height: 25rem;
	margin: 0 auto;
	border: #ccc solid 1px;
	margin-bottom: 2rem;
}
@media screen and (max-width:768px) {
	body .baidu_ditu {
		width: 96%;
		height: 20rem;
		margin: 0 auto;
		border: #ccc solid 1px;
		margin-bottom: 2rem;
	}
	.home-css .bx-wrapper .bx-pager{
		right: 1.5% ;
		width: auto !important;
		/*width: 15%;*/
		bottom: 0% !important;
	}
}

.footx a{ display:inline-block; margin-right:10px}

/* 合肥秀站网络科技有限公司 */
/* 精品与原创网站模板提供商，一站式建站 */
/* 主营业务：织梦模板、pbootcms模板、云优模板、易优模板 */
/* 麦站网：Www.Xiuzhanwang.Com */
/* 主机/服务器：Www.xiuzhanyun.Com */
/* 域名抢注：Www.xiuzhanmi.Com */
/* QQ：2361928288  835971066 */

.home-css{
	width: var(--PCwidth); ;
	margin: auto ;
	height: 450px;
}
.home-css .bx-wrapper .bx-viewport{
	height: 450px;
}
.bx-wrapper img{
	height: 100% !important;
	object-fit: cover !important;
}
.home-css ul li a{
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.hide-bxslider{
	position: absolute;
	height: 100%;
	width: 4px;
	right: -2px;
	z-index: 99999;
	background: #fff;
}
.home-css ul li{
	display: flex;
	height: 450px;
}
.imageFlexBox{
	flex: 1 ;
	height: 290px ;
	width: 100% ;
}
.home-css ul .slider-title{
	display: none;
	position: absolute;
	color: #fff;
	bottom: 8%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	text-align: center;
}
.imageFlexBox{
	width: 100%;
	height: 290px;
	overflow: hidden;
}
.imageFlexBox .oimg{
	transition: transform 0.8s ease;
	/* 平滑变换 */
	width: 100%;
	/* 默认大小 */
	height: 100%;
}
.imageFlexBox:hover .oimg{
	transform: scale(1.2);
	/* 放大1.2倍 */
}
.home-css ul .right-box{
	width: 24%;
	background-color:#FFFFFF;
	/*background-image: url("../images/white.png");*/
	/*background-size: 100% 100%;*/
	background-position: center center;
	/* 背景图不平铺 */
	background-repeat: no-repeat;
	/* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
	background-attachment: fixed;
	/* 让背景图基于容器大小伸缩 */
	background-size: cover;
	/*height: 400px;*/
	padding: 0 16px 0 16px;
	/*box-shadow: inset 0px 0px 20px 4px #d0cdcd;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.home-css ul .right-box h2{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
.home-css ul .right-box span{
	font-size: 14px;
	line-height: 20px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.home-css .bx-wrapper .bx-controls-direction a{
	top: 88%;
}
.home-css .bx-wrapper .bx-next{
	right: 1.5%;
}
.home-css .bx-wrapper .bx-prev{
	left: 81.5%;
}
.xiangqing {
	height: 100px;
	position: absolute;
	top: -100px;
	background: rgba(0,0,0,0.5);
}

.xiangqing p {
	margin-left: 3%;
	padding: 0.5rem 0;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.xiangqing span {
	margin-left: 3%;
	display: inline-block;
	width: 88%;
	font-size: 15px;
	color: #FFFFFF;
}

.tongzhigonggao {
	/*width: 100%;*/
	/*background: #E6EDF2;*/
	padding-bottom: 30px;
	/*padding-top: 10px;*/
	display: flex;
	align-items: flex-end;
	width: var(--PCwidth);
	margin: auto;
	justify-content: space-between;
}
.tongzhigonggao .tongzhigonggao_img{
	width: 24%;
	/*height: auto;*/
	margin-left: 20px;
}
.imagepc{
	width: 425px ;
	/*height: auto;*/
	margin-left: 20px;
}
.tongzhigonggao .tongzhigonggao_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tongzhigonggao .container .title {
	padding: 30px 0 10px;
	/*padding-top: 22px;*/
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	/*border-bottom: 2px solid #ccc;*/
}

.tongzhigonggao .container .list .list_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #B8C4CC;
	height: 60px;
}
.tongzhigonggao .container .list .list_item a{
	flex: 1;
	margin-right: 4px;
}

.tongzhigonggao .container .list .list_item .show_pc {
	font-size: 18px;
}

.tongzhigonggao .container .list .list_item .time {
	/*margin-right: 1.33rem;*/
	font-size: 18px;
	color: #666666;
	line-height: 3.5;
}

.tongzhigonggao .container .list .divider {
	height: 1px;
	border: 1px dashed #B8C4CC;
}

.tongzhigonggao .container .list .divider:last-child {
	display: none;
}

.zhongxinxinwen {
	width:var(--PCwidth);
	z-index: 9;
	/*margin: -100px auto 0;*/
	margin: 0px auto;
	position: relative;
	padding-top: 20px;
}

.zhongxinxinwen .title {
	/*margin-bottom: 26px;*/
	padding: 10px 0 20px ;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	/*border-bottom: 2px solid #ccc;*/
}

.zhongxinxinwen .container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin:  0 0 0 0;
}

.zhongxinxinwen .container .container_left {
	width: 520px;
	margin: auto;.header_bg
display: none;
}
.zhongxinxinwen .container .container_left .bxslider li h3.title {
	width: 100%;
	/*height: 3.4vw;*/
	/*background-color: rgba(0,0,0,0.5);*/
	background-image: linear-gradient(to top,#000,transparent);
	color: #ffffff;
	/*line-height: 3.4vw;*/
	padding: 0 10px 10px;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	left: 0;
	bottom: 0;
}
.zhongxinxinwen .container .container_left .bxslider li h3.title span{
	display: inline-block;
	width: 76%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.flexCntainer .container_right{
	width: 50%;
	/*width: 100%;*/
	padding-left: 20px;
}
.zhongxinxinwen .container_right {
	width: 50%;
	flex: 1;
	/*width: 100%;*/
	/*padding-left: 12px;*/
}
.zhongxinxinwen .container_right .list{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.zhongxinxinwen .container .container_right .list .list_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #B8C3CC;
	/*line-height: 5.5vh;*/
	/*line-height: 3.9vw;*/
	height: 60px;
}
.zhongxinxinwen .container .container_right .list .list_item a{
	/*flex: 1;*/
	margin-right: 4px;
	width: calc(100% - 100px);
}

.zhongxinxinwen .container .container_right .list .list_item .show_pc {
	font-size: 18px;
	width: calc(100% - 21px);
	/*color: #333333;*/
}
.zhongxinxinwen .container .container_right .list .list_item .show_pc span{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.show_pc {
	display: block;
}
.show_app {
	display: none;
}

.zhongxinxinwen .container .container_right .list .list_item .time {
	font-size: 18px;
	color: #666666;
	min-width: 110px;
	text-align: right;
}
.main_part_3_bg_wrap{
	width: 100%;
	background-image: url("../images/haidaoyaowen-bg.png");
	background-size: cover;
	/*padding: 20px 0;*/
}
.main_part_3 {
	width: var(--PCwidth);
	margin: 15px auto 0;
	display: flex;
	justify-content: space-between;
}

.main_part_3 .dangjianxinxi {
	/*width: 32%;*/
	width: 49%;
	background-size: contain;
	padding: 30px 0px 5px;

}
.main_part_3 .dangjianxinxi:first-of-type{
	/*background-image: url("../images/dagnjianxinxi-bg.png");*/
}
.main_part_3 .dangjianxinxi:nth-of-type(2){
	/*background-image: url("../images/haidaoyaowen-bg.png");*/
}


.main_part_3 .title {
	/*padding: 1rem 0;*/
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.main_part_3 .detail .sub_title_1 {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	margin-bottom: 1%;
	height: 30px;
}

.main_part_3 .detail .description {
	font-size: 14px;
	color: #666666;
	line-height: 17px;
	height: 60px;
}

.main_part_3 .divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto;
	/*border: 1px dashed #B8C3CC;*/
}

.main_part_3 .list .list_item {
	height: 60px;
}

.main_part_3 .list .list_item .sub_title_2 {
	/*width: 89%;*/
	width: calc(100% - 35px);
	display: inline-block;
	font-size: 18px;
	/*color: #333333;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	top: 8px;
}

.main_part_3 .yaowenzixun {
	width: 32%;
}

.main_part_3 .img {
	/*width: 32%;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.main_part_3 .img img {
	width: 100%;
	margin: 1%;
}
.main_part_3_img {
	width: var(--PCwidth);
	margin: 15px auto 15px;
	/*display: flex;*/
	justify-content: space-between;
	flex-wrap: wrap;
}
.main_part_3_img img{
	/*width: 32%;*/
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.main_part_4 {
	width: 100%;
	padding: 66px 0;
	background: #E6EDF2;
}

.main_part_4 .container {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main_part_4 .container div{
	width: 24%;
}

/*footer*/
.footer_part_1 {
	width: 100%;
	/*background: #004F8C;*/
	background: #1c84d6;
}

.footer_part_1 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_part_1 .container .divider {
	width: 1px;
	height: 150px;
	background: #0074CC;
}

.footer_part_1 .container .container_left,
.footer_part_1 .container .container_midle,
.footer_part_1 .container .container_right {
	width: 30%;
}

.footer_part_1 .container .container_midle,
.footer_part_1 .container .container_right {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
}

.container_logo{
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: left;
}
.footer_part_1 .container .container_right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: center;
}


.header_bg{
	background-image: url(../images/home-bgTop.png) ;
	background-size: 100% 100% ;
}
.header_bg .toggle-En{
	/*position: absolute;*/
	/*right: 14.37%;*/
	/*top: 31px;*/
	font-size: 20px;
	font-weight: bold;
	color: #0068B7;
}
.header_bg .toggle-En a div{
	color: #FFFFFF;
}
.header_bg .top{
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	display: flex;
	align-items: baseline;
	margin-top:20px ;
}
.header_bg .top >span{
	margin: 0 3px;
}
.header_bg .top i{
	font-weight: bold;
	margin-top: 5px;
}
.search-form .input1{
	flex: 1;
	height: 100%;
	border-right: none;
	padding-left: 10px;
	outline: none;
}
.header_bg .search_con{
	display: block !important;
	/*width: 400px;*/
	height: 42px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	right: 14.37%;
	top: 83px;
	position: absolute;
}
.header_bg .search_con .el-input__inner{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 0px;
}
.header_bg .search_con #p{
	width: 87%;
	line-height: 36px;
	margin-top: 2px;
	padding-left: 10px
}
.header_bg .search_con button{
	cursor: pointer;
	background:none;
}
.header_bg .search_con img{
	width: 20px;
	height: 20px !important;
}
/*.header_bg .search_con select{*/
/*	width: 100px;*/
/*	height: 40px;*/
/*	text-align: center;*/
/*}*/
/*.header_bg .search_con select option {*/
/*	height: 40px;*/
/*	line-height: 40px;*/
/*}*/

.header_bg2 {
	background-image: url(../images/header/header_bg.png) ;
	background-size: 100% 100% ;
}
.header_bg2 .top-main{
	width: var(--PCwidth);
}
.header_bg2 .top-main .top-main-content .content{
	margin-top: 31px;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF ;
}
.header_bg2 .top-main .top-main-content .content div{
	width: auto;
	padding: 0px 10px;
	border-right: 1px solid #FFFFFF;
}
.header_bg2 .top-main .top-main-content .navBar .m{
	margin-right: 6px;
	margin-left: 2px;
}
.header_bg2 .top-main .top-main-content .navBar .nav{
	background:none
}
.header_bg2 .top-main .top-main-content .navBar .nav h3 a span{
	font-size: 17px;
}
.el-dropdown-menu .nav-dropdown-item{
	padding: 0;
}
.el-dropdown-menu .nav-dropdown-item a{
	padding: 0 20px;
	display: inline-block;
	width: 100%;
}



/*主题教育*/
.banner-img{
	width: var(--PCwidth);
	margin: 5px auto;

	/*margin-top: 0px;*/
	/*z-index: 89;*/
}
.top-banner-bg{
	background-image: url(../images/header/header_bg1.png) ;
	background-size: 100% 100% ;
	width: 100%;
	height: 150px;
	z-index: 99;
}
.zhuti-box{
	width: 25%;
}
.zhuti-title{
	/*background: url("../images/img/lanmu_bg.png");*/
	/*background-size: 100% 100%;*/
	/*width: 300px;*/
	height: 120px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 120px;
	position: relative;
	z-index: 5;
	background-color: #1c84d6;
}
.zhuti-children-title{
	/*width: 300px;*/
	height: auto;
	background: #EDF8FF;
	padding: 20px 0;
	/*margin-top: -28px;*/
}
.zhuti-children-title li{
	/*height: 60px;*/
	font-size: 20px;
	width: 85%;
	margin: auto;
}
.zhuti-children-title li a{
	align-items: center;
	/*line-height: 60px;*/
	margin: 5px 0;
	padding: 10px 0;
}

.zhuti-children-title li a img{
	width: 14px;
	height: 18px;
}
.zhuti-children-title li .sub-title-sel{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #C3D8E6;
	border-radius: 30px;
	color: #0068B7;
	/*padding-left: 40px;*/
}

.content-box{
	width: 73%

}
.content-box .box-title{
	height: 80px;
	background: #F2FAFF;
	border-top: 2px solid #0068B7;
	display: none;
}
.content-box .box-title div{
	font-size: 24px;
	font-weight: bold;
	color: #0068B7;
	margin-left: 24px;
	line-height: 76px;
}
.content-box ul{
	margin: 15px 0;
}
.content-box li{
	width: 100%;
	height: auto;
	border: 1px solid #C3D8E6;
	border-radius: 10px;
	margin: 10px auto ;
	padding: 10px 0;
}
.content-box li .left-img{
	width: 340px;
	height: 160px;
	margin: auto 16px;
}
.content-box li .left-img img{
	width: 100%;
	height: 100%;
}
.content-box li .right-cont{
	width: 100%;
	padding: 10px;
}
.content-box li .right-cont .div1{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	width: 98%;
	margin: 8px 0 0;
}

.content-box li .right-cont .div2{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	/*text-indent: 2em;*/
	width: 98%;
	margin: 8px 0;
}
.content-box li .right-cont .div2>div:first-child {
	max-height: 90px;
}
.content-box li .right-cont .div3{
	width: 100%;
	margin: 10px 0;
	padding-right: 20px;
}


.content-width{
	width: var(--PCwidth);
	margin: auto;
}
.border-box{
	width: 100%;
	color: #666666;
	padding: 0 15px;
	margin: 30px auto;
	font-size: 14px;
	height: auto;
	line-height: 30px;
	background: #FFFFFF;
	border: 1px solid #C3D8E6;
	border-top: 4px solid #1c84d6;
	word-wrap: break-word;
}

.searchInputBox{
	height:40px ;
	border: 1px solid #0068B7;
	width: calc(100% - 44px);
}
.bnts {
	float: right;
	width: 40px;
	height: 39px;
	background: url(../images/top_pic3.png) no-repeat;
	cursor: pointer;
}
.bnts:hover {
	transition: all 0.3s;
	background: url(../images/top_pic4.png) no-repeat;
}

.container_right .dangjiantitle{
	font-size: 24px;
	color: #333333;
	line-height: 38px;
}

.container_right .dangjiancontent{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	text-indent: 2em;
}

.lanmuchidren{
	display: block;
}
.lanmuchidren2{
	display: none;
}
.slider_title{
	position: absolute;
	top: 24%;
	right: 10%;
	color: #fff;
	text-align: center;
	font-size: 2.2vw;
	line-height: 1.8;
}

#exhibition{
	border: 1px solid #fff;
	border-radius: 10px;
	position: relative;
	margin: -60px auto 40px;
	background: #fff;
	box-shadow: 2px 2px 10px grey, -2px -2px 10px grey, 2px -2px 10px grey, -2px 2px 10px grey;
}
.shuxian{
	margin: 0 4px;
	background: #CCCCCC;
	margin: 0 22px;
	display: block;
	width: 1px;
	height: 26px;
}
.form-css{
	width: 30%;
	margin: 20px auto;
	font-weight: bold;
}
.form-css .form-title{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
	text-align: center;
}
.form-css .form-title-down{
	width: 100%;
	height: 1px;
	margin: 0px auto 20px;
	background-image: linear-gradient(to right, rgba(204,204,204,0), rgba(204,204,204,1),rgba(204,204,204,0));
}

/*.home-css .bx-wrapper .bx-controls{*/
/*	position: relative;*/
/*	top: -80px;*/
/*}*/
.home-css .bx-wrapper .bx-pager{
	right: 7.5%;
	width: auto;
	/*width: 15%;*/
	bottom: 6%;
}
.zhognxinxinwen-bg-wrap{
	background-image: url("../images/dagnjianxinxi-bg.png") !important;
	background-size: cover !important;
	padding-bottom: 30px;
	margin: auto;
}
@media screen and (min-width: 1920px) {
	.tongzhigonggao .tongzhigonggao_img{
		width: 35%;
	}
}
@media screen and (max-width: 1920px) {
	.zhognxinxinwen-bg-wrap{
		width: 100%;
	background-image: url("../images/dagnjianxinxi-bg.png");
	background-size: cover;
	padding-bottom: 30px;
	}
	.tongzhigonggao .tongzhigonggao_img{
		width: 29%;
		/* height: auto; */
		margin-left: 20px;
	}
	.tongzhigonggao .tongzhigonggao_img{
		width: 35.2%;
		/* height: auto; */
		margin-left: 20px;
	}
}
@media screen and (max-width: 1760px) {
	.tongzhigonggao .tongzhigonggao_img{
		width: 28.5%;
		/* height: auto; */
		margin-left: 20px;
	}
}
@media screen and (max-width: 1600px) {
	.tongzhigonggao .tongzhigonggao_img{
		width: 32.5%;
		/* height: auto; */
		margin-left: 20px;
	}
}
@media screen and (max-width: 1295px) {
	.tongzhigonggao .tongzhigonggao_img{
		width: 38%;
		/* height: auto; */
		margin-left: 20px;
	}
}
@media screen and (max-width: 1150px) {
	.tongzhigonggao .tongzhigonggao_img{
		width: 50%;
		/* height: auto; */
		margin-left: 20px;
	}
}
@media screen and (max-width: 1100px) {
	.tongzhigonggao .tongzhigonggao_img{
		width: 53%;
		/* height: auto; */
		margin-left: 20px;
	}
}
@media screen and (max-width: 960px ){
	.tongzhigonggao .tongzhigonggao_img{
		width: 65%;
		/* height: auto; */
		margin-left: 20px;
	}
}
@media screen and (max-width: 770px ){
	.tongzhigonggao .tongzhigonggao_img{
		width: 100%;
		/* height: auto; */
		margin-left: 20px;
	}
}
.zhongxinxinwen .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 12px;
	width: auto;
	right: 10px;
}
.home-css .bx-wrapper .bx-pager.bx-default-pager a{
	width: 10px;
	height: 10px;
}

.fade-out {
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.fade-in {
	opacity: 1;
	transition: opacity 1s ease-in-out;
}
.el-dropdown-menu__item{
	font-size: 16px !important;
}
.more{
	font-size: 16px;
	float: right;
	margin-top: -30px;
}
/*.container{*/
/*	width: 100% !important;*/
/*}*/
.moce{
	/*position: absolute;*/
	/*bottom: 170px;*/
	/*right: 100px;*/
	padding: 20px 0 0 0;
}

@media screen and (max-width: 1400px) {
	/*.moce{*/
	/*	position: absolute;*/
	/*	bottom: 160px;*/
	/*	right: 83px;*/
	/*}*/
}
@media screen and (max-width: 1200px) {
	/*.moce{*/
	/*	position: absolute;*/
	/*	bottom: 170px;*/
	/*	right: 100px;*/
	/*}*/
}
@media screen and (max-width: 1100px) {
	/*.moce{*/
	/*	position: absolute;*/
	/*	bottom: 130px;*/
	/*	right: 55px;*/
	/*}*/
	.home-css ul .right-box{
		display: none;
	}
}
@media screen and (max-width: 920px) {
	.moce{
		display: none;
	}
}
@media screen and (min-width: 640px) {
	.moce{
		display: block;
	}
	/*.zhongxinxinwen .container .container_right .list .list_item{*/
	/*	height: 35px;*/
	/*}*/
	:root{
		--PCwidth:100%;
	}
	.about_x .con_id{
		font-size: var(--font-size) !important; /* 使用CSS变量 --font-size 来绑定字体大小 */
	}
	.about_x .con_id span,.about_x .con_id p  {
		font-size: inherit !important; /* 使用CSS变量 --font-size 来绑定字体大小 */
	}
}
@media screen and (max-width: 760px) {
	.moce{
		display: none;
	}
	:root{
		--PCwidth:100%;
	}
}

@media screen and (max-width: 1780px){
	.nav{
		max-width: none;
	}
	:root{
		--PCwidth:80%;
	}
}
@media screen and (max-width: 1780px) and (min-width: 1520px){
	nav{
		max-width: none;
		width: 80%;
	}
}
@media screen and (max-width: 1340px){
	:root{
		--PCwidth:90% !important;
	}
	.navBar{
		--PCwidth:90% !important;
		margin: auto;
	}
}
@media screen and (min-width: 640px) and (max-width: 1100px){
	.home-css .bx-wrapper .bx-pager{
		right: 11.5% !important;
	}
}
@media screen and (min-width: 640px) and (max-width: 760px){
	.home-css .bx-wrapper .bx-pager{
		right: 41% !important;
	}
}
@media screen and (min-width: 640px) and (max-width: 1300px){
	.tongzhiImage{
		width: 308px !important;
		height: 278px !important;
	}
	.files_box{
		width: 32% !important;
		padding: 0 5px;
		box-sizing: border-box;
	}
	.more{
		font-size: 14px;
	}
	.footer_part_1 .container{
		padding: 0 !important;
	}
	.contioveDiv{
		padding-right: 10px !important;
	}
	.eails_box{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	/*  4.21 修改中心新闻150% 比例大小问题*/
	.imageFlexBox{
		height: 240px;
	}
	.container_left .bx-wrapper .bx-viewport{
		height: 240px;
	}
	.zhongxinxinwen .container .container_left{
		width: 435px;
		height: 100%;
	}
	.zhongxinxinwen .title{
		font-size: 17px;
	}
	/*.zhongxinxinwen .container{*/
	/*	height: 240px;*/
	/*}*/
	.tongzhigonggao .container .list .list_item .show_pc{
		font-size: 15px;
	}

	.zhongxinxinwen .container .container_right .list .list_item .show_pc{
		font-size: 15px;
	}
	.zhongxinxinwen .container .container_right .list .list_item .time{
		font-size: 15px;
		min-width: 95px !important;
	}
	/* 通知公告	*/
	.tongzhigonggao{
		height: 330px;
	}
	.tongzhigonggao{
		padding-bottom: 15px;
	}
	.footer_boxlist{
		margin: auto;
	}
	.tongzhigonggao .container .title{
	font-size: 17px;
	}
	.tongzhigonggao .tongzhigonggao_img{
		width: 34% !important;
	}
	.tongzhigonggao .container .list .list_item .time{
		font-size: 15px;
	}
	.tongzhigonggao .container .list .list_item{
		height: 50px;
	}
   /* 党政信息 */
	.main_part_3 .list .list_item{
		height: 50px;
	}
	.main_part_3 .title{
		font-size: 17px;
	}
	.main_part_3 .list .list_item .sub_title_2{
		font-size: 15px;
	}
	.main_part_3 .dangjianxinxi{
		padding: 23px 0 5px;
	}
	.main_part_3_bg_wrap{
		height: 320px;
	}
	.main_part_3{
		height: 100%;
	}
	.main_part_3 .list .list_item {
		margin: 0;
	}
}
@media screen and (min-width: 640px) and (max-width: 1100px){
	.tongzhigonggao .tongzhigonggao_img{
		width:  40.5% !important;
	}
}
@media screen and (max-width: 1300px){
	/*.zhongxinxinwen .container .container_right .list .list_item{*/
	/*	height: 60px;*/
	/*}*/
	.home-css{
		width: var(--PCwidth) !important;
		margin: auto !important;
		height: 360px ;
	}
	.home-css .bx-wrapper .bx-viewport {
		height: 360px;
	}
	.home-css ul li {
		display: flex;
		height: 360px;
	}
	/*4.16 修改幻灯 right-box 左箭头 右箭头*/
	.home-css .bx-wrapper .bx-prev{
		left: 72.5% !important;
	}
	.home-css .bx-wrapper .bx-pager{
		right: 41% ;
		width: auto;
		/* width: 15%; */
		bottom: 6%;
	}
	.right-box{
		width: 40.5% !important;
		/* background-color: #fafafa; */
		background-image: url("../images/white.png");
		/* background-size: 100% 100%; */
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		/* height: 400px; */
		padding: 0 16px 0 16px;
		/*box-shadow: inset 0px 0px 20px 4px #d0cdcd;*/
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	/*:root{*/
	/*	--PCwidth:100%;*/
	/*}*/
	.tongzhigonggao .tongzhigonggao_img{
		width: 39%;
		/* height: auto; */
		margin-left: 20px;
	}
	/*.zhongxinxinwen{*/
	/*	padding: 0 40px;*/
	/*}*/
	/*.tongzhigonggao{*/
	/*	padding: 0 40px;*/
	/*}*/
	.home-css ul  .carousel-img{
		flex: 1;
		height: 180px;
		width: 100%;
	}
	.home-css .bx-wrapper .bx-prev{
		left: 80.5%;
	}
	.home-css .bx-wrapper .bx-pager{
		right: 7%;
	}
	.home-css .bx-wrapper .bx-next{
		right: 1.5%;
	}

	/*.main_part_3{*/
	/*	padding: 0 48px;*/
	/*}*/
	.main_part_3_img{
		padding: 0 0;
	}
	.footer_part_1 .container{
		padding: 0 48px;
	}
	/*.nav{*/
	/*	padding: 0 48px;*/
	/*}*/
	.header-v1 .top-main .logo1{
		/*padding: 0 48px;*/
	}
	.home-css {
		width: 100% !important;
	}
	/*.zhongxinxinwen .container .container_left{*/
	/*	width: 435px;*/
	/*}*/
}
@media screen and (max-width: 1024px){

	.content_flex{
		margin:auto !important;
	}
	/*.main_part_3{*/
	/*	padding: 0 40px;*/
	/*}*/
	.main_part_3_img{
		padding: 0 0;
	}
	.footer_part_1 .container{
		padding: 0 40px;
	}
	.nav{
		padding: 0 40px;
	}
	.header-v1 .top-main .logo1{
		padding: 0 40px;
	}

}

.el-form-item__label{
	text-align: left !important;
}
.MsoNormal span{
	font-family: 宋体;
	line-height: 150%;
	font-size: 14pt !important;
}
.imageOUT{
	width: 100%;
	height: 100%;
}

.head-place{
	display: none;
}
.el-select{
padding: 0 10px;
	box-sizing: border-box;
}
.right-box-flex{
	display: flex;
}
.div_xiangguan{
	padding-top: 10px;
}
 .closetitle {
	padding-top: 10px;
	padding-bottom: 12px;
	text-align: center;
}
 .closetitle img {
	margin: 0 auto;
	height: 36px;
	width: auto;
}
.show_pcWeb{
	display: none;
}
.tongzhiImage{
	width: 358px;
	height: 327px;
}
.smallImage{
	height: 109px;
}
.footer-zhuangti-en p .pa{
	color: #ffffff;
}
.pa:hover {
	color: #00a1e9;/*text-decoration: underline;*/
}
@media screen and (min-width: 1260px) and (max-width: 1560px){
	.zhongxinxinwen .container .container_right .list .list_item a{
		/*flex: 1;*/
		margin-right: 4px;
		width: calc(100% - 120px);
	}
}
