@charset "utf-8";
/*===================================================================
 * 高教云
 * file:    iching.css
 * time:    2022/03/02—2022/03/30

===========================================*/

/*通用开始*/
body, body * {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "weiruanyahei", Arial, sans-serif;
	text-decoration: none;
}
/**,:before ,*:after{ box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}*/
html {
	font-size: 62.5%;
	color: #333;
	height: 100%
}
body {
	font-size: 1.4rem;
	background-color: #fff;
	height: 100%
}
h1 {
	font-size: 2.8rem
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.6rem;
}
h4 {
	font-size: 1.8rem
}
h5 {
	font-size: 1.6rem
}
h6 {
	font-size: 1.4rem
}
a:link {
	color: #777;
	transition: all 0.5s
}
a:visited {
	color: #333
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #222
}
img {
	border: 0;
	outline: 0
}
.none {
	display: none
}
.pc-none {
	display: none
}
a {
	text-decoration: none !important;
	color: #4b4a4a
}
/*html5*/
abbr, article, aside, audio, canvas, datalist, details, dialog, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, pre, col, section, time, video, main {
	display: block
}
/*主题色*/
.color-zhu {
	color: #0054a7 !important;
}/*字体色*/
.color-zhu2 {
	color: #a6926c !important;
}/*字体色2*/
.color-zhu3 {
	color: #e6e1d3 !important;
}/*浅色调背景*/
.color-zhu4 {
	color: cornflowerblue !important;
}/*字体色*/
.color-666 {
	color: #666 !important;
}/*字体色*/
/*背景色*/
.body-color {
	background: #eeecec
}
.bg-color {
	background-color: #00733a
}/*166 146 108*/
.bg-color2 {
	background-color: #8fcbad
}/*166 146 108*/
.bg-color3 {
	background-color: #bfab86
}/*背景浅色调*/
.bg-color-f6f6f6 {
	background-color: #f6f6f6
}
.border-color1 {
	border: 1px #ededed solid;
}
.warp {
	background-color: #ffffff;
	padding: 50px;
	width: 1200px;
	margin: 0px auto;
	display: block;
	min-height: 800px;
}
/*横线*/
.-color {
	color: #a6926c
}
.border-color {
	color: #a6926c
}
.border-top-color {
	border-top-color: #b3a57d !important;
}
.border-bottom-color {
	border-bottom-color: #f47920!important;
}
.border-bottom-color2 {
	border-bottom-color: forestgreen!important;
}
.border-bottom-color3 {
	border-bottom-color: brown!important;
}
.border-bottom-color4 {
	border-bottom-color: cornflowerblue !important;
}
.f-w {
	font-weight: bold
}
.clear {
	clear: both;
	height: 0;
	display: block;
	width: 100%
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.w1400 {
	width: 1400px;
	margin: 0 auto;
}
.w1400:after, .w1400:before {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.auto {
	margin: 0 auto
}
.mt5 {
	margin-top: 5px
}
.mt10 {
	margin-top: 10px
}
.mt15 {
	margin-top: 15px
}
.mt20 {
	margin-top: 20px
}
.mt25 {
	margin-top: 25px
}
.mt30 {
	margin-top: 30px
}
.mt35 {
	margin-top: 35px
}
.mt40 {
	margin-top: 40px
}
.mt50 {
	margin-top: 50px
}
.ml10 {
	margin-left: 10px
}
.ml15 {
	margin-left: 15px
}
.ml20 {
	margin-left: 20px
}
.ml25 {
	margin-left: 25px
}
.ml30 {
	margin-left: 30px
}
.ml38 {
	margin-left: 38px
}
.mb5 {
	margin-bottom: 5px
}
.mb10 {
	margin-bottom: 10px
}
.mb15 {
	margin-bottom: 15px
}
.mb20 {
	margin-bottom: 20px
}
.mb25 {
	margin-bottom: 25px
}
.mb30 {
	margin-bottom: 30px
}
.pt20 {
	padding-top: 20px
}
.pt30 {
	padding-top: 30px
}
.pt40 {
	padding-top: 40px
}
.pt50 {
	padding-top: 50px
}
.pt60 {
	padding-top: 60px
}
.pb30 {
	padding-bottom: 30px
}
.pb50 {
	padding-bottom: 50px
}
.padding5 {
	padding: 5px
}
.padding10 {
	padding: 10px
}
.padding20 {
	padding: 20px
}
.padding30 {
	padding: 30px
}
.pb20 {
	padding-bottom: 20px
}
.fl {
	float: left
}
.fr {
	float: right
}
.center {
	text-align: center
}
.lh10 {
	line-height: 10px
}
.lh15 {
	line-height: 15px
}
.lh20 {
	line-height: 20px
}
.lh30 {
	line-height: 30px
}
/*按钮*/
.btns {
	transition: all 0.5s;
	width: 150px;
	cursor: pointer;
	height: 30px;
	border: 0;
	text-align: center;
	color: #fff;
	background-color: #f47920;
	font-size: 14px
}
.btns:hover {
	background-color: #FF9900
}
::selection {
	background-color: #efefef;
	color: #000
}

/* 清除左右边框 */
.clear-left-border {
	border-left: 0 !important;
}
.clear-right-border {
	border-right: 0 !important;
}

/*广告*/
.ad1 {
	max-height: 100px;
}
.ad1 img {
	width: 100%;
	height: 100px
}
.btn-right {
	transition: all 0.5s;
	width: 150px;
	height: 39px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	border: 3px #fff double;
	font-size: 1.4rem
}
.btn-right:hover {
	background-color: #FF9900;
}
.m-none {
	font-style: normal
}
.tbg {
	background: url("../images/index_bg.png") no-repeat center;
	height: 134px;
}
/*通用结束*/
/*head*/
.body_t {
	height: 100%
}
.sj_head {
	height: 126px;
	width: 100%;

}
.sj_head .top {
	height: 70px;
  line-height:70px;
  overflow: hidden;
}
.sj_head .top .logo {

}
.public_width{    display: flex;
	max-width: 1200px;
	height: 114px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
.public_header_left{
	display: flex;
	align-items: center;
}
.public_header_left_img_pc{
	width: 233px;
	height: 59px;
	margin-right: 15px;
	cursor: pointer;
}
.public_header_left i{
	width: 1px;
	height: 44px;
	margin-right: 22px;
	background: #fff;
}
.public_header_left_text{
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 4px;
	color: #fff;
	cursor: pointer;}
.public_header_left_text span:last-child{
	letter-spacing: 1.5px;
}
.login {
	display: flex;
	align-items: center;
	margin-top: 18px;
}
.sj_head .search {
	width: 230px;
	height: 33px;
	position: relative;
	margin-right: 18px;
}
.sj_head .search input {
	-webkit-appearance: none;
	border-radius: 15px;
	border: 1px solid #e2e3e3;
	box-sizing: border-box;
	color: #333333;
	display: inline-block;
	font-size: inherit;
	height: 33px;
	line-height: 33px;
	outline: none;
	padding: 0 15px;
	padding-right: 30px;
	background: #e2e3e3;
	width: 100%;
}
.sj_head .search .bh-search {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46px;
	height: 33px;
	right: 0;
	top: 0;
	cursor: pointer;
	border-radius: 15px;
}
.sj_head .search .bh-search:after {
	content: '';
	display: block;
	background: url(../images/index_icon1.png) no-repeat;
	width: 22px;
	height: 23px;
}
.login .btn {
	display: flex;
	height: 18px;
}

.login .btn span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	padding: 0 10px;
	font-size: 16px;
	cursor: pointer;
	border-left: 1px solid #ffffff;
}
.login .btn span:first-child{border-left:none}
.login .btn span:before {
	content: '';
	background: url(../images/index_icon2.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-right: 0px;
}
.login .btn .login-ris:before {
	content: '';
	background: url(../images/index_icon3.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
}
.sj_head nav {
	width: 100%;
	background: #1582e9;
	height: 56px;
	line-height: 56px;
}
.sj_head nav ul {
	margin: 0px auto;
	width: 1400px;
	display: flex;
	position: relative;
	justify-content: space-between;
	height: 100%
}
.sj_head nav ul li {
	float: left;
	height: 100%;
	align-items: center;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	position: relative;
	width: 10%;
	text-align: center;
	height: 56px;
	line-height: 56px;
}
.sj_head nav ul li a {
	color: #fff;
}

.hm-down-menu {
	position: absolute;
	left: 50%;
	top: 56px;
	display: none;
	width: 150%;
	min-height: 50px;
	background: rgba(10, 10, 10, 0.8);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	transform: translateX(-50%);
	z-index: 99;
}
.sj_head nav ul li>a, .sj_head nav ul li>a {

	display:block; width:80%;margin:8px 0px;
	height: 40px;
	line-height: 40px;
	color:#fff;
	white-space:nowrap

}
.sj_head nav ul li:hover>a, .sj_head nav ul li.active>a {

	display:block; width:80%;margin: 8px 0px;
	height: 40px;
	line-height:40px;
	background-color: #fff;
    border-radius: 20px;
    color: #1582e9;
}

.hm-down-menu > div {
	/*margin-right: 60px;*/
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #333333;
	cursor: pointer;
	transition: all 0.3s ease-out;
	line-height:30px;
}
.hm-down-menu > div a {
	width: 100%;
	min-width: 160px;
	color: #818285!important;
	font-size: 16px!important;
	padding: 8px 20px!important;
	display: block!important;
	text-align: center;
}
.hm-down-menu > div:hover {
	background: #3C77F9;
}
.hm-down-menu > div:hover a {
	color: #ffffff!important;
}
.hm-down-menu > div span {
	display: none;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #E6E8E9;
	margin-right: 14px;
	transition: all 0.3s ease-out;
}
.hm-down-menu > div:hover span {
	background: #3C77F9;
}
.hm-down-menu > div:hover {
	color: #3C77F9;
}
.sj-down-menu {
	position: absolute;
	left: 150%;
	top: 0px;
	display: none;
	overflow: hidden;
	width: 100%;
	min-height: 50px;
	background: rgba(10, 10, 10, 0.8);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	transform: translateX(-50%);
	z-index: 99;
}
.sj-down-menu > h5 {
	/*margin-right: 60px;*/
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #333333;
	cursor: pointer;
	transition: all 0.3s ease-out;
	line-height:30px;
}
.sj-down-menu > h5 a {
	width: 100%;
	min-width: 160px;
	color: #818285!important;
	font-size: 16px!important;
	padding: 8px 20px!important;
	display: block!important;
	text-align: center;
}
.sj-down-menu > h5:hover {
	background: #3C77F9;
}
.sj-down-menu > h5:hover a {
	color: #ffffff!important;
}
.sj-down-menu > h5 span {
	display: none;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #E6E8E9;
	margin-right: 14px;
	transition: all 0.3s ease-out;
}
.sj-down-menu > h5:hover span {
	background: #3C77F9;
}
.sj-down-menu > h5:hover {
	color: #3C77F9;
}

.hm-down-menu >div:hover .sj-down-menu {
	display: block;

}
.sj_head nav ul li:hover .hm-down-menu {
	display: flex;
	flex-direction: column;
}
.sj-banner {
	width: 100%;
	height: calc(100% - 168px);
	overflow: hidden;
}
.slide-wrap {
	width: 100%;
	height: 100%;
	position: relative;
}
.slide-wrap ul {
	width: 100%;
	height: 100%;
}
.slide-wrap li {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.slide-wrap li .wrap {
	height: 100%;
	/*position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      margin-top: -250px;*/
}
.slide-wrap li.selected {
}
.slide-wrap li .bg {

	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-moz-opacity: 0;
}
.slide-wrap li.selected .bg {
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
}
.slide-wrap li .img {
	position: relative;
	z-index: 9;
	transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	width:100%; height:100%;
}
.slide-wrap li.selected .img {
	-webkit-transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}
.slide-wrap li img{width:100%; height:100%; }
.slide-wrap li .text {
	color: #fff;
	font-size: 20px;
	margin-top: 25px;
	position: relative;
	z-index: 9;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.slide-wrap video {
	position: absolute;
	z-index: 0;
	top: -93px;
	left: 0px;
	min-width: 0px; /*min-height: 999px;*/
	min-width: 100%;
	height: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.slide-wrap li#s1 video {
	opacity: 0;
}
.slide-wrap li#s1.selected video {
	opacity: 1;
}
.slide-wrap li#s1 .img {
	opacity: 0;
	-webkit-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
}
.slide-wrap li#s1.selected .img {
	opacity: 1;
}
.slide-wrap li  a { display:block; position:absolute; top:0px; left:0px; z-index:5	;opacity: 0;
}
.slide-wrap li.selected a { display:block; position:absolute; top:0px; left:0px; z-index:6;opacity: 1;
}
.slide-wrap li#s1 .text {
	opacity: 0;
}
.slide-wrap li#s1.selected .text {
	opacity: 1;
}
.slide-wrap li#s2 video {
	opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-moz-opacity: 0;
}
.slide-wrap li#s2.selected video {
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
}
.slide-wrap li#s2 .img {
	position: relative;
	display: inline-block;
	opacity: 0;
	-webkit-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
}
.slide-wrap li#s2.selected .img {
	opacity: 1;
}
.slide-wrap li#s2 .quan {
	position: absolute;
	right: 0;
	top: 0;
}
.slide-wrap li#s2 .img {
	opacity: 0;
}
.slide-wrap li#s2 .text {
	opacity: 0;
}
.slide-wrap li#s3 video {
	opacity: 0;
}
.slide-wrap li#s3.selected video {
	opacity: 1;
}
.slide-wrap li#s3 .img {
	opacity: 0;
	-webkit-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
}
.slide-wrap li#s3.selected .img {
	opacity: 1;
}
.slide-wrap li#s3 .text {
	opacity: 0;
}
.slide-wrap li#s3.selected .text {
	opacity: 1;
}
.slide-wrap li.selected .img img{transform: scale(1.1);
	transition: all 6s;}
.slide-nav-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 25px;
	margin-bottom: -22px;
	opacity: 1;
	overflow: hidden;
	z-index: 9;
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(1, 0, 0, 1, 0, 0);
	height: 84px;
}
#slide-nav {
	position: relative;
	width: 620px;
	height: 26px;
	margin: auto;
	-moz-transform: translateX(90px);
	-ms-transform: translateX(90px);
	-webkit-transform: translateX(90px);
	transform: translateX(90px)
}
.nav-line {
	float: left;
	position: relative;
	width: 90px;
	height: 1px;
	top: 13px
}
.nav-line:after {
	content: '';
	position: absolute;
	top: 0;
	width: 90px;
	height: 100%;
	background-color: #fff;
	-moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.nav-line.small:after {
	width: 78px
}
.nav-line.x-small:after {
	width: 63px;
	-moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 1s cubic-bezier(0.77, 0, 0.175, 1)
}
.nav-line.prev:after {
	left: 0
}
.nav-line.next:after {
	right: 0
}
.nav-line:first-child:before, .nav-line:last-child:before {
	content: '';
	position: absolute;
	top: 0;
	width: 8000px;
	height: 1px;
	background-color: #fff;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.nav-line:first-child:before {
	left: -8000px
}
.nav-line:last-child:before {
	right: -8000px
}
.nav-bullet-container {
	float: left;
	position: relative;
	width: 26px;
	height: 26px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.nav-bullet-container:nth-child(1) {
	margin-left: 100px
}
.nav-bullet-container:before {
	content: '';
	position: absolute;
	top: -15px;
	left: 8px;
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
#slide-nav .nav-bullet-container:hover:before {
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1
}
#slide-nav .nav-bullet-container.active:before {
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1
}
#slide-nav .nav-bullet-container:hover .nav-link:before {
	-moz-transform: scale(2, 2);
	-ms-transform: scale(2, 2);
	-webkit-transform: scale(2, 2);
	transform: scale(2, 2);
	opacity: 0;
	-moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
#slide-nav .nav-bullet-container:hover .nav-link:after {
	-moz-transform: scale(3.3, 3.3);
	-ms-transform: scale(3.3, 3.3);
	-webkit-transform: scale(3.3, 3.3);
	transform: scale(3.3, 3.3);
	opacity: 0.2
}
#slide-nav .nav-bullet-container:hover .nav-bullet {
	opacity: 1;
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}
#slide-nav .nav-bullet-container:hover .nav-text {
	opacity: 1;
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}
.nav-bullet-container.active .nav-link:after {
	opacity: 1
}
.nav-link {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
}
.nav-link:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 5px;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.5;
	-moz-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.nav-link:after {
	content: '';
	position: absolute;
	left: 9px;
	top: 9px;
	width: 8px;
	height: 8px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.5;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.nav-bullet {
	position: absolute;
	left: 9px;
	top: 9px;
	width: 8px;
	height: 8px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0;
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.nav-text {
	position: absolute;
	left: -44px;
	bottom: -22px;
	width: 113px;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	color: #fff;
}
/*雷达波纹效果*/

.gb-radar {
	position: relative;
}
.gb-radar:before, .gb-radar:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	pointer-events: none
}
.gb-radar:before {
	width: 88px;
	height: 88px;
	border: 1px solid #fff;
	-moz-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.gb-radar:after {
	width: 86px;
	height: 86px;
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 0;
	-moz-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	-moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.gb-radar:hover:before {
	opacity: 0;
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
	-moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.gb-radar:hover:after {
	opacity: 1;
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}
.arrow {
	width: 87px;
	height: 87px;
	position: absolute;
	left: 50%;
	margin-left: -44px;
	bottom: 110px;
	cursor: pointer;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 10
}
.arrow table {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	top: 5px;
}
.arrow:before, .arrow:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	pointer-events: none
}
.arrow:before {
	width: 88px;
	height: 88px;
	border: 1px solid #fff;
	-moz-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.arrow:after {
	width: 86px;
	height: 86px;
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 0;
	-moz-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	-moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.arrow:hover:before {
	opacity: 0;
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
	-moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.arrow:hover:after {
	opacity: 1;
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}
.body_b {
	position: fixed;
	left: 0%;
	top: 100%;
	bottom: 0;
	right: 0;
	background: #fff;
	transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	z-index: 0;
	overflow: auto;
	outline: none;
}
.body_b.showdiv {
	top: 126px;
	z-index: 1;
}
.scroll {
	width: 100%;
	min-width: 1440px;
	position:relative;
	height:100%;
}
.part1 {
	padding-top: 50px;
	width: 1400px;
	margin: 0px auto;
	overflow: hidden;
	height: 740px;
}
.title h3 {
	font-size: 40px;
	text-align: center;
	letter-spacing: 2px;
	/*background: url(../images/title-line.png) no-repeat center center;*/
	position: relative;
	height: 111px;
}
.title h3 div {
	width: 100%;
	color: #697B8A;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}
.title h3 p {
	width: 100%;
	color: #697B8A;
	font-size: 14px;
	position: absolute;
	top: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
}
.title h3 span {
	margin: 0 20px;
	display: block
}
.title h3 em:before {
	content: '';
	display: block;
	border-bottom: #ccc solid 3px;
	width: 100px;
	height: 1px;
}
.title h3 a {
	color: #333333;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
}
.title h3 a:after {
	content: '';
	display: block;
	width: 52px;
	height: 4px;
	background: #3058d1;
	position: absolute;
	top: 54px;
	border-radius: 12px;
	left: 50%;
	transform: translateX(-50%);
	transition: width .3s;
}
.title h3 a:hover::after {
	/*color: #3C77F9;*/
	width: 100%;
}
.slideBox {
	width: 756px;
	height: 578px;
	box-shadow: 2px 5px 13px 5px rgba(119, 119, 119, 0.1);
	float: left;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {


	background-color: rgba(16, 42, 42, 0.5);
	width: 100%;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 165px;
	z-index: 1;
	height: 50px;
	line-height: 50px;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: right;
	padding: 25px 10px 0 0;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 50px;
	height: 5px;
	text-align: center;
	cursor: pointer;
	text-indent: -9999px;
	background: #2d55d1;
}
.slideBox .hd ul li.on {
	color: #fff;
	background: #fec13d
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 578px;
}
.slideBox .bd li .pic {
	height: 413px;
	overflow: hidden
}
.slideBox .bd img {
	width: 100%;
	height: 100%;
	display: block;
}
.slideBox .bd img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.slideBox .bd_p {
	padding-left: 1%;
	font-family: 'microsoft yahei';
	font-size: 14px;
	width: 100%;

}
.slideBox .bd_p h2 {
	line-height: 70px;
	font-szie: 20px;
	padding: 0px 30px;
	position: relative;
	display: flex;
	overflow:hidden;
}
.slideBox .bd_p h2:before {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background: #2d55d1;
	border-radius: 50%;
	top: 30px;
	left: 5px;
}
.slideBox .bd_p h2 a{ display:block; width:90%; overflow:hidden; white-space:nowrap;text-overflow: ellipsis;}
.slideBox .bd_p h2 span {
	float: right;
	font-size: 16px;
	font-weight: normal;
	padding-right: 0px;
	width:20%;
}
.slideBox .bd_p p {
	height:70px;
	line-height: 35px;
	padding: 0px 35px;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;

}
.slideBox .bd_p:hover h2 {
	font-size: 22px;
	color: #3058d1
}
.slideBox .bd_p:hover h2 a {
	color: #3058d1
}
.slideBox .bd_p:hover p {
	font-size: 16px;
	color: #3058d1
}
.part1-notice {
	width: 620px;
	height: 578px;
	box-shadow: 2px 5px 13px 5px rgba(119, 119, 119, 0.1);
	float: right;
	margin-top: 30px;
}
.part1-notice .title1 {
	color: #1482e9;
	line-height: 75px;
	padding: 0px 20px
}
.part1-notice .title1 h2 {
	background: url(../images/icon3.png) no-repeat left;
	padding-left: 55px;
	border-bottom: #ebebeb solid 1px;
}
.part1-notice .title1 span {
	float: right;
	width: 161px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	margin-top: 14px;
	background: #1482e9;
	color: #fff
}
.part1-notice .title1 span a {
	color: #fff;
}
.part1-notice ul {
	margin: 15px 20px
}
.part1-notice ul li {
	background: url(../images/icon4.png) no-repeat 13px 15px;
	height: 76px;
	position: relative;
	padding: 10px 0px;
}
.part1-notice ul li p {
	line-height: 36px;
	padding-left: 30px;
	font-size: 15px;height:72px;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;
}
.part1-notice ul li .font-d {
	position: absolute;
	bottom: 20px;
	right: 10px;
	color: #2d55d1
}
.part1-notice ul li:hover {
	background: #f4f6fd url(../images/icon4.png) no-repeat 13px 15px;
}
.part1-notice ul li:hover p {
	font-size: 16px;
}
.part1-notice ul li a {
	color: #929191
}
.part2 {
	background: #1482e9 url(../images/part2_bg.png) no-repeat top right;
	background-size: 40%;
	height: 904px;
	overflow: hidden;
	margin-top: 40px;
}
.part2 .title{ margin-top:60px;}
.part2 .title h3 a:after{background:#fff}
.part2 .title h3 a {
	color: #ffff;
}
.part2 .title h3 p{
	color: #ffff;}
.part9{width:1400px; margin:0px auto 0px auto; }
.tab-box1 {
	text-align: center;
	margin: 20px auto 20px auto;
	width: 772px;
	overflow: hidden;
	float:left;
}
.tab-box1 .title-tab-item {
	width:371px;
	height: 65px;
	line-height: 65px;
	margin: 0px 5px;
	float: left;

	color: #248aea;
	font-size: 20px;
	font-weight: bold;
	border:#1482e9 solid 1PX; position:relative
}
.tab-box1 .title-tab-item:first-child em{ position:absolute; left:80px; top:13px;background:url(../images/set1_bg.png) no-repeat 10px 0px; display:inline-block;width:52px; height:40px;}
.tab-box1 .title-tab-item:last-child em{ position:absolute; left:80px; top:13px;background:url(../images/set2_bg.png)  no-repeat 10px 0px; display:inline-block;width:52px; height:40px;}
.tab-box1 .title-tab-item  a{color: #248aea;}
.tab-box1 .title-tab-item.active, .tab-box1 .title-tab-item:hover {
	background:url(../images/set_hoverbg.png);
	color: #fff;
	border:none;
	height: 93px;

}
.tab-box1 .title-tab-item.active:first-child em,.tab-box1 .title-tab-item:hover:first-child em{background:url(../images/set1_hbg.png) no-repeat 10px 0px; }
.tab-box1 .title-tab-item.active:last-child em,.tab-box1 .title-tab-item:hover:last-child em{background:url(../images/set2_hbg.png) no-repeat 10px 0px; }
.tab-box1 .title-tab-item.active a, .tab-box1 .title-tab-item:hover a{
	background:url(../images/set_hoverbg.png);
	color: #fff
}


.tab-info {
	width: 1390px;
	margin: 0px auto;
	clear: both;
	position: relative;
	box-shadow: 1px 5px 13px 5px rgba(200, 226, 225, 1);
	height:441px
}
.picScroll-left {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 421px;
	margin: 0px auto 0px auto;

}
.picScroll-left .prev, .picScroll-left .next {
	width: 69px;
	height: 38px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/xxgk_pre.jpg) no-repeat;
	top:-100px;right:12px;
	z-index:1111

}
.picScroll-left .next {
	right: 12px;
	background: url(../images/xxgk_next.jpg) no-repeat;
}
.picScroll-left .prev {
	right: 87px;
}
.picScroll-left .bd {
	margin-left: 2%;
	width: 96%;
	height: 441px;

}
.tempWrap {
	margin: 0px auto;
}
.picScroll-left .bd ul {
	zoom: 1;

}
.picScroll-left .bd ul li {
	float: left;
	width: 32%;
	height: 441px;
	margin: 0px 10px;
	position: relative;
	text-align: center;
	background: #fff;
}
.picScroll-left .bd ul li .tit {
	width: 80%;
	margin: 10px auto 0px auto;
	height: 80px;
	overflow: hidden
}
.picScroll-left .bd ul li h5 {

	line-height: 35px;
	height: 70px;
	text-align: left;
	padding: 0px 10px;
	font-weight: 700;
	color: #1482e9;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;
}
.picScroll-left .bd ul li h5 a {
	color: #1482e9
}
.picScroll-left .bd ul li .xx_info {
	width:80%;
	margin: 10px auto;
	height: 90px;
	line-height: 30px;
	text-indent: 2rem;
	text-align: left;
	color: #929191;
	overflow:hidden;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;line-clamp: 3;-webkit-box-orient: vertical;white-space: normal;
}

.picScroll-left .bd ul li .time {
	width: 115px;
	height: 110px;
	line-height: 34px;
	text-align: center;
	margin:20px auto  10px auto;
	display:block
}
.picScroll-left .bd ul li .time span:first-child {
	display: block;
	font-weight: 500;
	font-size: 50px;
	color: #409aed;
	border-left:#dfe2ef solid 1px;
	border-right:#dfe2ef solid 1px;
	border-top:#dfe2ef solid 1px;
	line-height:74px;
	height:74px; background:url(../images/set_icon.png) no-repeat 85% 80%;
	text-align:left; padding-left:12%;
	width:88%;
}
.picScroll-left .bd ul li .time span:last-child {
	display: block;
	font-size: 20px;
	color: #fff;
	border-left:#1482e9 solid 1px;
	border-right:#1482e9 solid 1px;
	border-bottom:#1482e9 solid 1px;
	background:#1482e9;
	width:100%;
}
.picScroll-left .bd ul li .more {
	width: 60%;
	height: 48px;
	margin: 10px auto;
	display: block;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	margin-top: 30px;
	background: #fff;
	color: #1482e9; border:#1482e9 solid 1px;  border-radius:20px;
}
.picScroll-left .bd ul li a {
	color: #fff
}
.picScroll-left .bd ul li:hover{
	background:#e9f4fd;}

.picScroll-left .bd ul li:hover h5 {
	font-size: 17px;
	color: #1482e9
}
.picScroll-left .bd ul li:hover h5 a {
	color: #1482e9
}
.picScroll-left .bd ul li:hover .xx_info{
	color: #929191
}
.picScroll-left .bd ul li:hover .time{
	color: #fff
}
.picScroll-left .bd ul li:hover .more {
	margin: 0px auto;
	background:#1482e9;
	color:#fff;
	margin-top: 30px;
}
.picScroll-left .bd ul li:hover .more a{
	color:#1482e9}

.picScroll-left1 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 421px;
	margin: 0px auto 0px auto;

}
.picScroll-left1 .prev, .picScroll-left1 .next {
	width: 69px;
	height: 38px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/xxgk_pre.jpg) no-repeat;
	top:-100px;right:12px;
	z-index:1111

}
.picScroll-left1 .next {
	right: 12px;
	background: url(../images/xxgk_next.jpg) no-repeat;
}
.picScroll-left1 .prev {
	right: 87px;
}
.picScroll-left1 .bd {
	margin-left: 2%;
	width: 96%;
	height: 441px;

}
.tempWrap {
	margin: 0px auto;
}
.picScroll-left1 .bd ul {
	zoom: 1;

}
.picScroll-left1 .bd ul li {
	float: left;
	width: 32%;
	height: 441px;
	margin: 0px 10px;
	position: relative;
	text-align: center;
	background: #fff;
}
.picScroll-left1 .bd ul li .tit {
	width: 80%;
	margin: 10px auto 0px auto;
	height: 80px;
	overflow: hidden
}
.picScroll-left1 .bd ul li h5 {

	line-height: 35px;
	height: 70px;
	text-align: left;
	padding: 0px 10px;
	font-weight: 700;
	color: #1482e9;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;
}
.picScroll-left1 .bd ul li h5 a {
	color: #1482e9
}
.picScroll-left1 .bd ul li .xx_info {
	width:80%;
	margin: 10px auto;
	height: 90px;
	line-height: 30px;
	text-indent: 2rem;
	text-align: left;
	color: #929191;
	overflow:hidden;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;line-clamp: 3;-webkit-box-orient: vertical;white-space: normal;
}

.picScroll-left1 .bd ul li .time {
	width: 115px;
	height: 110px;
	line-height: 34px;
	text-align: center;
	margin:20px auto  10px auto;
	display:block
}
.picScroll-left1 .bd ul li .time span:first-child {
	display: block;
	font-weight: 500;
	font-size: 50px;
	color: #409aed;
	border-left:#dfe2ef solid 1px;
	border-right:#dfe2ef solid 1px;
	border-top:#dfe2ef solid 1px;
	line-height:74px;
	height:74px; background:url(../images/set_icon.png) no-repeat 85% 80%;
	text-align:left; padding-left:12%;
	width:88%;
}
.picScroll-left1 .bd ul li .time span:last-child {
	display: block;
	font-size: 24px;
	color: #fff;
	border-left:#1482e9 solid 1px;
	border-right:#1482e9 solid 1px;
	border-bottom:#1482e9 solid 1px;
	background:#1482e9;
	width:100%;
}
.picScroll-left1 .bd ul li .more {
	width: 60%;
	height: 48px;
	margin: 10px auto;
	display: block;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	margin-top: 30px;
	background: #fff;
	color: #1482e9; border:#1482e9 solid 1px;  border-radius:20px;
}
.picScroll-left1 .bd ul li a {
	color: #fff
}
.picScroll-left1 .bd ul li:hover{
	background:#e9f4fd;}

.picScroll-left1 .bd ul li:hover h5 {
	font-size: 17px;
	color: #1482e9
}
.picScroll-left1 .bd ul li:hover h5 a {
	color: #1482e9
}
.picScroll-left1 .bd ul li:hover .xx_info{
	color: #929191
}
.picScroll-left1 .bd ul li:hover .time{
	color: #fff
}
.picScroll-left1 .bd ul li:hover .more {
	margin: 0px auto;
	background:#1482e9;
	color:#fff;
	margin-top: 30px;
}
.picScroll-left1 .bd ul li:hover .more a{
	color:#1482e9}

.picScroll-left2 {
	width: 1400px;
	height: 582px;
	margin: 0px auto 0px auto;
	position:relative;
}
.picScroll-left2 .prev, .picScroll-left2 .next {
	width: 34px;
	height: 64px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/index_pre.png) no-repeat;
	top: 50%;
	margin-top: -34px;
}
.picScroll-left2 .next {
	right: -3%;
	background: url(../images/index_next.png) no-repeat;
}
.picScroll-left2 .prev {
	left: -2%;
}
.picScroll-left2 .bd {
	margin-left: 2%;
	width: 96%;
	height: 582px;
	overflow: hidden;
}
.tempWrap {
	margin: 0px auto;
}
.picScroll-left2 .bd ul {
	zoom: 1;
	padding-top: 20px!important;
}
.picScroll-left2 .bd ul li {
	float: left;
	width: 32%;
	height: 582px;
	margin: 0px 10px;
	position: relative;
	text-align: center;
	background: #fff;
}
.picScroll-left2 .bd ul li .pic {
	width: 410px;
	height: 256px;
	margin: 20px auto;
	overflow: hidden
}
.picScroll-left2 .bd ul li .pic img {
	width: 100%;
	height: 100%;
	overflow: hidden
}
.picScroll-left2 .bd ul li .tit {
	width: 410px;
	margin: 20px auto 0px auto;
	height: 80px;
	overflow: hidden
}
.picScroll-left2 .bd ul li .time {
	float: left;
	width: 100px;
	height: 68px;
	line-height: 34px;
	text-align: center
}
.picScroll-left2 .bd ul li .time span:first-child {
	display: block;
	font-weight: 500;
	font-size: 30px;
	color: #6280dd;
}
.picScroll-left2 .bd ul li .time span:last-child {
	display: block;
	font-size: 24px;
	color: #b9b9b9;
}
.picScroll-left2 .bd ul li h5 {
	float: right;
	border-bottom: #ccc solid 1px;
	line-height: 30px;
	height: 70px;
	width: 290px;
	text-align: left;
	padding: 0px 10px;
	font-weight: 700;
	color: #333;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;
}
.picScroll-left2 .bd ul li h5 a {
	color: #333
}
.picScroll-left2 .bd ul li .xx_info {
	width: 380px;
	margin: 10px auto;
	height: 120px;
	line-height: 30px;
	text-indent: 2rem;
	text-align: left;
	color: #b2b2b2;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:4;line-clamp: 4;-webkit-box-orient: vertical;white-space: normal;
}
.picScroll-left2 .bd ul li:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.picScroll-left2 .bd ul li:hover{
	background:#fec13d;}
.picScroll-left2 .bd ul li:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.picScroll-left2 .bd ul li:hover h5 {
	font-size: 17px;
	color: #fff
}
.picScroll-left2 .bd ul li:hover h5 a {
	color: #fff
}
.picScroll-left2 .bd ul li:hover .xx_info{
	color: #fff
}
.picScroll-left2 .bd ul li:hover .time{
	color: #fff
}

.slider.active {
	opacity: 1;
	z-index: 4;
}
.part3_b {
	width: 1400px;
	margin: 0px auto;
}
.part3-box {
	width: 100%;
	height: 583px;
	margin-top: 50px;
	position: relative;
}
.part3-main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.part3-main .el-carousel .el-carousel__item {
	overflow: visible;
}
.part3-main .el-carousel .el-carousel__container {
	transform: translateX(-10px);
}
.part3-main .el-carousel {
	width: 96%;
	padding: 0 20px;
}
.part3-main.active {
	opacity: 1;
	z-index: 4;
}
.part3-item {
	background: #ffffff;
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.1);
}
.part3-item.is-active {
	background: #3590F9;
	border-radius: 5px;
	padding-bottom: 40px;
}
.part3-item-box {
	width: 95%;
	height: 100%;
	cursor: pointer;
	padding: 13px;
}
.part3-item-box > a {
	width: 100%;
	height: 100%;
	background: #ffffff;
	display: block;
	padding: 4px;
}
.el-carousel__mask {
	width: 90%;
}
.part3-item-box .img {
	width: 100%;
	height: 346px;
	overflow: hidden;
}
.part3-item-box .img img {
	width: 100%;
	height: 100%;
}
.part3-item-box h4 {
	text-align: center;
	font-size: 25px;
	color: #2d55d1;
	margin-top: 30px;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:1;line-clamp: 1;-webkit-box-orient: vertical;white-space: normal;
}
.part3-main.active {
	opacity: 1;
	z-index: 4;
}
.part3-item-box p {
	color: #a2a2a2;
	text-align: left;
	text-indent: 2rem;
	line-height: 30px;
	padding: 10px 30px;
	height:56px;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;
}
.part3 {
	width: 100%;
	height: 924px;
	background: url(../images/part3_bg.jpg) no-repeat bottom center;
	overflow: hidden
}
.part3-tit {
	width: 720px;
	height: 70px;
	line-height: 70px;
	margin: 70px auto;
	display: block;
	border: #137ee5 solid 1px;
	border-radius: 50px;
}
.part3-tit .tab-item {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 24px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.part3-tit .tab-item:last-child {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.part3-tit .tab-item.active, .part3-tit .tab-item:hover {
	background: #137ee5;
	color: #fff;
}
.part3-tit .tab-item.active a, .part3-tit .tab-item:hover a{color: #fff;
}
.tab-box {
	text-align: center;
	margin: 60px auto;
	width: 800px;
	overflow: hidden;
}
.tab-box .title-tab-item {
	width: 228px;
	height: 57px;
	line-height: 57px;
	margin: 0px 5px;
	float: left;
	border: #FFF solid 1px;
	border-radius: 30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold
}
.tab-box .title-tab-item.active, .tab-box .title-tab-item:hover {
	background: #ffffff;
	color: #2d55d1
}
.tab-box .title-tab-item.active a {
	color: #2d55d1
}
.part4{width:100%;padding-top: 50px;height:906px; overflow:hidden; background:url(../images/part4_bg.jpg) no-repeat center;}
.slideBox1 {
	width: 1400px;
	height: 490px;

	margin: 50px auto 80px auto;
	overflow: hidden;
	position: relative;
}
.slideBox1 .hd {

	width: 100%;
	overflow: hidden;
	position: absolute;
	right: 180px;
	bottom: 20px;
	z-index: 1;
	height: 50px;
	line-height: 50px;
}
.slideBox1 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: right;
	padding: 25px 10px 0 0;
}
.slideBox1 .hd ul li {
	float: left;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	text-align: center;
	cursor: pointer;
	text-indent: -9999px;
	background: #fff;
	border-radius:20px;
}
.slideBox1 .hd ul li.on {
	color: #fff;
	background: #2d55d1
}
.slideBox1 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox1 .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 490px;
	overflow:hidden;
}
.slideBox1 .bd img {
	width: 100%;
	height: 100%;
	display: block;
}
.part5{ background:#1482e9; height:579px; overflow:hidden; width:100%}
.part5_info{width:1400px; margin:0px auto;}
.part5_left{width:732px; float:left; margin-top:100px;}
.part5_left .tit{ font-size:24px; color:#fff; font-weight:bold }
.part5_left .tit em{ border:#fff solid 4px; border-radius:10px; height:40px; margin-right:10px;}
.part5_left .tj{ margin-top:30px  }
.part5_left .tj li{width:216px; height:152px; margin:10px 10px; float:left; text-align:center; color:#fff;border-radius: 10px; }
.part5_left .tj li span{ display:block; margin-top:40px;line-height:40px; font-size:3rem}
.part5_left .tj li p{ display:block; margin-top:0px;line-height:40px; font-size:2rem}
.part5_left .tj li:nth-child(1){ background:url(../images/sj_1.png) no-repeat center;}
.part5_left .tj li:nth-child(2){ background:url(../images/sj_2.png) no-repeat center;}
.part5_left .tj li:nth-child(3){ background:url(../images/sj_3.png) no-repeat center;}
.part5_left .tj li:nth-child(4){ background:url(../images/sj_4.png) no-repeat center;}
.part5_left .tj li:nth-child(5){ background:url(../images/sj_5.png) no-repeat center;}
.part5_left .tj li:nth-child(6){ background:url(../images/sj_6.png) no-repeat center;}
.part5_left .tj li:hover{width:220px; height:152px; background-size:100%;box-shadow: 0px 0px 20px 5px rgba(200, 226, 225, 1)}
.part5_right{width:652px; float:right;margin-top:100px;position: relative;;}
.part5_right .tit{ font-size:24px; color:#fff; font-weight:bold }
.part5_right .tit em{ border:#fff solid 4px; border-radius:10px; height:40px; margin-right:10px;}
.part5_right .fwl{ background:#1ca3ff; border-radius:5px; width:260px; height:40px; line-height:40px;display: flex;
	position: absolute;
	top: 90px;color:#fff;font-size:18px;
	z-index: 999; padding-left:20px; left:10px;}
.part5_right .fwl span{ display:block; width: 130px;
	background: #fff; float:right;
	border-radius: 5px;top:0px;color:#1ca3ff; text-align:center;right: 0px;
	position: absolute;}
#main{margin-top:40px; padding-top:50px ;width:649px;height:272px; background:#439bed; border-radius:10px;}
.part6{  background:url(../images/part6_bg.jpg) no-repeat center;height:1144px; overflow:hidden; width:100%;}
.mt60{margin-top:70px;}
.picScroll-left3 {
	position: relative;

	width: 1400px;
	height: 774px;
	margin: 90px auto 0px auto;
}
.picScroll-left3 .prev, .picScroll-left3 .next {
	width: 34px;
	height: 64px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/index_pre.png) no-repeat;
	top: 50%;
	margin-top: -34px;
}
.picScroll-left3 .next {
	right: -3%;
	background: url(../images/index_next.png) no-repeat;
}
.picScroll-left3 .prev {
	left: -2%;
}
.picScroll-left3 .bd {
	margin-left: 2%;
	width: 96%;
	height: 765px;
	overflow: hidden;
}
.tempWrap {
	margin: 0px auto;
}
.picScroll-left3 .bd ul {
	zoom: 1;
	padding-top: 20px!important;
}
.picScroll-left3 .bd ul li {
	float: left;
	width: 100%;
	height: 772px;
	margin: 0px 10px;
	position: relative;
	text-align: center;
}
.picScroll-left3 .bd ul li img{width:100%;}
.picScroll-left3 .bd ul li .fc_l{
	position:relative;
	float:left;width:568px; height:762px;
}
.picScroll-left3 .bd ul li .fc_l span{ position:absolute;background:#1482e9; text-align:center; border-radius:50px; display:block; bottom:94px; right:20px;width:207px; padding-toP:20px;line-height:43px; }
.picScroll-left3 .bd ul li .fc_l:hover span{ bottom:100px; }
.picScroll-left3 .bd ul li .fc_r{float:right;width:760px; height:762px;}
.picScroll-left3 .bd ul li .fc_r .pic{ width:100%; height:274px;}
.picScroll-left3 .bd ul li .fc_r .pic .img{ float:left;display:block; width:360px; margin:0px 10px;height:100%;overflow:hidden}
.picScroll-left3 .bd ul li .fc_r .pic .img img{width:100%; height:100%; display:block}
.picScroll-left3 .bd ul li .fc_r .pic1{ width:100%; height:240px; margin-top:30px;}
.picScroll-left3 .bd ul li .fc_r .pic1 .img{ float:left;display:block; width:360px; margin:0px 10px;height:100%;overflow:hidden}
.picScroll-left3 .bd ul li .fc_r .pic1 .img img{wdith:100%; height:100%; display:block}
.picScroll-left3 .bd ul li .fc_r .pic1 .img:hover img{-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);}
.picScroll-left3 .bd ul li .fc_r .pic .img:hover img{-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);}
.picScroll-left3 .bd ul li .fc_r .text{ background-size:100%; height:180px;margin-left:-13px; background:url(../images/fc_bg.png) no-repeat center top; width:100%; margin-top:30px; }
.picScroll-left3 .bd ul li .fc_r .text p{line-height:30px; padding: 20px 30px 0px 50px; text-indent:2rem; text-align:left; height:140px;color:#fff}
.picScroll-left3 .bd ul li .fc_r .text:hover p{font-size:16px;}
.part7{ height:554px; overflow:hidden; width:100%;}
.picScroll-left4 {
	position: relative;

	width: 1400px;
	height: 380px;
	margin: 10px auto 0px auto;
}
.picScroll-left4 .prev, .picScroll-left4 .next {
	width: 34px;
	height: 64px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/index_pre.png) no-repeat;
	top: 50%;
	margin-top: -34px;
}
.picScroll-left4 .next {
	right: -3%;
	background: url(../images/index_next.png) no-repeat;
}
.picScroll-left4 .prev {
	left: -2%;
}
.picScroll-left4 .bd {
	margin-left: 2%;
	width: 96%;
	height: 360px;
	overflow: hidden;
}
.tempWrap {
	margin: 0px auto;
}
.picScroll-left4 .bd ul {
	zoom: 1;
	padding-top: 20px!important;
}
.picScroll-left4 .bd ul li {
	float: left;
	width: 100%;
	height: 360px;
	margin: 0px 10px;
	position: relative;
	text-align: center;
	background: #fff;
}
.picScroll-left4 .bd ul li .sn_link{ border-bottom:#ccc solid 1px; overflow:hidden; height:200px;}
.picScroll-left4 .bd ul li .sn_link div{width:11.7%; margin:0px 5px;text-align:center; float:left;	white-space: nowrap;}
.picScroll-left4 .bd ul li .sn_link div p{ line-height:40px; font-size:16px;}
.picScroll-left4 .bd ul li .sw_link{ margin-top:20px;}
.picScroll-left4 .bd ul li .sw_link img{width:23%; margin:10px 1%;text-align:center; float:left}
.kjdh{width:100%; overflow:hidden}
.kjdh .k_t{width:430px; height:70px; background:#1482e9 url(../images/icon5.png) no-repeat 90% 30px; line-height:81px;text-align:center;color:#fff;font-size:24px;    border-top-left-radius: 20px;border-top-right-radius: 20px; margin:0px auto;}
.k_nav{ background:#1482e9;height:112px; line-height:112px; color:#fff; display:none;overflow: hidden;}
.k_nav ul{width:1400px; margin:0px auto}
.k_nav ul li{ line-height:41px;float:left; width:12.4%; text-align:center; color:#fff; margin-top:40px;font-size:14px;}
.k_nav ul li a{color:#fff;}
.k_nav ul li:hover{ border:#fff solid 1px; border-radius:20px;}
.footer{width:100%; height:198px; overflow:hidden;  background:#1e2730;}
.copyeright{width:1400px; margin:0px auto;text-align:center;}
.copyeright .f_left{ float:left; width:50%}
.copyeright .f_logo{ margin-top:33px;}

.copyeright  .p1{ text-align:center; padding-left:20px; line-height:30px;  color:#fff; margin-top:10px}
.copyeright  .p1 span{ margin:0px 10px;}
.copyeright  .p2{ text-align:center; padding-left:20px; line-height:30px;  color:#fff; margin-top:10px}
.copyeright  .p2 img{vertical-align: middle;}
.copyeright  .p2 span{ margin: 0px 10px;}
.copyeright  .p2 span a{ color:#fff;}
.copyeright .f_right{ float:right; width:30%;padding-top:123px;}
.copyeright .f_right p{ height:56px; background:url(../images/icon6.png) no-repeat center left;padding-left:70px; line-height:28px;color:#fff }
.list_banner{width:100%;}
.list_banner img{width:100%}
.nav_path{  margin:20px auto; width:1400px; overflow:hidden; background:#f4f4f4}
.nav_path span{ background:url(../images/nav_bg.jpg) no-repeat center left; display:block;width:115px; height:53px; line-height:53px;color:#fff; font-size:16px; padding-left:40px; float:left}
.nav_path div{ float:left;line-height:53px;font-size:16px; padding-left: 30px;}
.content {margin:00px auto; width:1400px;}
.content h1{ font-size:24px; text-align:center; line-height:50px; padding:30px 20px;}
.content .pt{ text-align:center; border-bottom:#ccc solid 1px; height:50px; line-height:50px;
}
.artice{ padding:30px;}
.artice p{ line-height:40px;font-size:16px; text-indent:2rem}
.artice table{margin:0px auto;background:#000}
.artice table td,.artice table th{background:#fff}
.content hr{ background:#5aa7f0; height:15px; border:none;}
.con_page span{ border:#62a9ef solid 1px; border-radius: 30px; display:block; color:#62a9ef ; text-align:center; display: inline-block; width:200px; line-height:50px;  margin:50px 20px}
.con_page span:hover{ background:#62a9ef; color:#FFF;}
.list{margin:0px auto; width:1400px; padding-top:30px;}

.list-box{ margin:30px auto; overflow:hidden; text-align:center; display:flex; width:100%;  justify-content: center;}
.list-box .list-tab-item{ justify-content:center;width:280px; line-height:50px; float:left; border-radius: 30px; background:#62a9ef; color:#fff; text-align:center; font-size:16px; font-weight:600; margin:0px 20px;}
.list-box .list-tab-item a{ color:#fff; }
.list-box .list-tab-item.active,.list-box .list-tab-item:hover{ background:#f4be1a}
.list-box .list-tab-item.active a,.list-box .list-tab-item:hover a{ color:#fff}
.list-info{ border:#f4f4f4 solid 1px}
.list-info1{ border:#f4f4f4 solid 1px}
.list-info ul{border-bottom:#e5e5e5 dashed 1px;  float: none; min-height: 220px; padding: 22px;}
.list-info ul li{ float: left;font-size: 14px; line-height: 30px;;}
.list-info ul li:nth-child(1) {width:20%;text-align: center; margin-top: 15px; overflow:hidden }
.list-info ul li:nth-child(1) img{ width: 100%; margin: 0px auto; height: 200px;background:url(../images/zwtp.jpg) no-repeat;border: #ccc solid 1px;}
.list-info ul li:nth-child(2) {width: 60%;text-align: left; padding: 0px 2%;  margin-top: 15px; line-height: 40px;;}
.list-info ul li:nth-child(2) h3{font-size: 18px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient: vertical;white-space: normal; height:40px;}
.list-info ul li:nth-child(2) p { line-height: 30px;color: #999999;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;line-clamp: 3;-webkit-box-orient: vertical;white-space: normal; height:90px;}
.list-info ul li:nth-child(2) span{margin-top:10px;width:127px; text-align: center;  display: block;  color: #fff;font-size:14px;line-height: 40px;;}
.list-info ul li:nth-child(2) span a{color: #fff;}
.list-info ul li:nth-child(2) span:last-child{  display: block; background: #1482e9; color: #fff;font-size:14px; line-height: 40px;height: 40px;}
.list-info ul li:nth-child(3){ width:15%; height:163px;border-left:#d9d8d8 solid 1px; text-align:center;margin-top: 11px;}
.list-info ul li:nth-child(3) span{ display:block; width:80px; margin:30px auto 10px auto; line-height:50px; color:#338feb;border-bottom:#d9d8d8 solid 1px; font-size:30px;font-weight:600}

.list-info ul li:nth-child(3) p{font-size:20px;}

.list-info ul:Hover{ background-color: #f0f0f0;}
.list-info ul:Hover li:nth-child(2) h3{font-size: 20px;}
.list-info ul:hover li:nth-child(1) img{-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.list-info1 ul{border-bottom:#e5e5e5 dashed 1px;  float: none; min-height: 180px; padding: 22px;}
.list-info1 ul li{ float: left;font-size: 14px; line-height: 30px;;}
.list-info1 ul li:nth-child(1) {width:80%;text-align: left; padding: 0px 2%;  margin-top: 15px; line-height: 40px;;}
.list-info1 ul li:nth-child(1) h3{font-size: 18px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient: vertical;white-space: normal; height:40px;}
.list-info1 ul li:nth-child(1) p { line-height: 30px;color: #999999;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient: vertical;white-space: normal; height:60px;}
.list-info1 ul li:nth-child(1) span{margin-top:10px;width:127px; text-align: center;  display: block;  color: #fff;font-size:14px;line-height: 40px;;}
.list-info1 ul li:nth-child(1) span a{color: #fff;}
.list-info1 ul li:nth-child(1) span:last-child{  display: block; background: #1482e9; color: #fff;font-size:14px; line-height: 40px;height: 40px;}
.list-info1 ul li:nth-child(2){ width:15%; height:163px;border-left:#d9d8d8 solid 1px; text-align:center;margin-top: 11px;}
.list-info1 ul li:nth-child(2) span{ display:block; width:80px; margin:30px auto 10px auto; line-height:50px; color:#338feb;border-bottom:#d9d8d8 solid 1px; font-size:30px;font-weight:600}

.list-info1 ul li:nth-child(2) p{font-size:20px;}
.list-info1 ul:Hover{ background-color: #f0f0f0;}
.list-info1 ul:Hover li:nth-child(1) h3{font-size: 20px;}


.list_page{ float:right}
.list_page span{ border:#62a9ef solid 1px; border-radius: 20px; display:block; color:#62a9ef ; text-align:center; display: inline-block; width:200px; line-height:50px;  margin:50px 20px}
.list_page span:hover{ background:#62a9ef; color:#FFF;}
.pic-info{margin:0px auto; width:1400px; padding-top:30px;}
.pic-info .pic_item{ width:31.3%;margin:0px 1%;height:432px; float:left; background:#fff;box-shadow: 2px 5px 13px 5px rgba(119, 119, 119, 0.1);}
.pic-info .pic_item .pic{width:100%;height:215px; overflow:hidden; text-align:center; padding:0px 0px}
.pic-info .pic_item .pic img{width:100%; height:215px;display:block; overflow:hidden}
.pic-info .pic_item:hover .pic img{webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);}
.pic-info .pic_item .p_tit{ margin:20px 30px; overflow:hidden; border-bottom:#ccc solid 1px; height:75px;}
.pic-info .pic_item .p_tit h3{ float:left; width:300px; font-size:16px; font-weight:200;line-height:30px;font-weigth:100px; color:#172b43;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient: vertical;white-space: normal; height:60px;}
.pic-info .pic_item .p_tit time{width:70px;  text-align:center; float:right}
.pic-info .pic_item .p_tit span{ display:block; width:70px; margin:10px auto 10px auto; line-height:20px; color:#172b43;font-size:18px;}
.pic-info .pic_item .p_tit p{font-size:16px;}
.pic-info .pic_item .p_m{ height:30px; position:relative;width:85%; text-align:right; margin-top:30px;padding-right:13%; background:url(../images/icon7.png) no-repeat 94% 0px;}
.pic-info .pic_item .p_m:before {
	content: '';
	display: block;
	position: absolute;
	width: 15%;
	height: 2px;
	background: #1482e9;
	top:10px;
	left: 6%;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.pic-info .pic_item:hover .p_m:before {
	left:6%;width:60%
}.pic-info .pic_item:hover .p_tit h3{font-size:18px;}
.pic-info .pic_item:hover .p_m{font-size:16px;}
.pagination{text-align:center;margin:40px 0}
.pagination a{display:inline-block;line-height:25px;padding:0 15px;vertical-align:middle;border:1px solid #e1e1e1}
.pagination ul{display:inline-block;vertical-align:middle;margin:0 10px}
.pagination ul li{margin:0 10px}
.pagination ul li.active{ background:#1482e9; color:#fff}
.pagination ul li.active a{ color:#fff}
.sz_list{width:1400px; margin:0px auto}
.sz_list .sz{ margin-top:40px;border-bottom:#ccc solid 1px; overflow:hidden; float:right;width:48%}
.sz_list .sz:nth-child(odd){float:left;}
.sz_list .sz_pic{ float:left; width:25%; overflow:hidden; padding-bottom:30px; background:url(../images/zwtp.jpg) no-repeat center top; height:220px;}
.sz_list .sz_pic img{width:100%;}
.sz_list .sz_pic img:hover{transform: scale(1.2);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);}
.sz_list .sz_text{ width:70%; float:right;padding-bottom:30px;}
.sz_list .sz_text h3{ text-align:center; color:#6d7aeb; line-height:40px;}
.sz_list .sz_text span{ line-height:30px; overflow:hidden;display:block; width:96%}
.sz_list .sz_text span b{ width:50px; float:left; display:block}
.sz_list .sz_text span span{ float:left; width:80%; white-space:nowrap;overflow: hidden;text-overflow: ellipsis;}
.sz_list .sz_text span.btn {  width:127px; height:40px; line-height:40px; text-align:center; background:#1582e9; margin-top:20px;font-size:16px;}
.sz_list .sz_text span.btn  a{color:#fff; display:block}
.sz_list .sz_text span.el{height:60px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2; line-clamp: 2; -webkit-box-orient: vertical;white-space: normal;}
.list_gzzz{ width:100%; }
.list_gzzz .zz{ margin-top:40px;border-bottom:#ccc solid 1px; overflow:hidden;min-height: 257px;}
.list_gzzz .pic{ float:left; width:23%; padding-top:20px;padding-bottom:30px;text-align:center;}
.list_gzzz .pic img{width:85%;height:auto;overflow: hidden}
.list_gzzz .pic img:hover{transform: scale(1.2);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);}
.list_gzzz .text{ width:76%; float:right;padding-top:17px;}
.list_gzzz .text span{ line-height:30px;font-size:14px; overflow:hidden;display:block; width:100%}
.list_gzzz .text span b{font-size:14px; }

.list_gzzz .lryz{ width:78%; float:right;padding-top:30px;}
.list_gzzz .lryz span{ line-height:35px;font-size:14px; overflow:hidden;display:block; width:100%}
.list_gzzz .lryz span b{font-size:14px; }
.search-page {
	background: #f5f5f5 no-repeat top center;
	background-size: contain;
	margin-top: -14px;
	padding-bottom: 40px
}
.search-page .search-input-box {
	padding-top: 74px;
	padding-bottom: 35px
}
.search-page .search-input-box .wrapper-content {
	text-align: center
}
.search-page .search-input-box .wrapper-content .search-box {
	display: inline-block;
	text-align: left; margin-bottom:18px;
}
.search-page .search-input-box .wrapper-content .input-main {
	display: inline-block;
	white-space: nowrap;
	font-size: 0
}
.search-page .search-input-box .wrapper-content .input-main input {
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	width: 700px;
	height: 45px;
	line-height: 45px
}
.search-page .search-input-box .wrapper-content .input-main button {
	vertical-align: middle;
	height: 46px;
	line-height: 46px;
	background-color: #245399;
	width: 180px;
	border:none
}
.search-page .search-input-box .wrapper-content .hot-search {
	box-sizing: border-box;
	padding: 16px;
	text-align: left
}
.search-page .search-input-box .wrapper-content .hot-search a {
	display: inline-block;
	background: #c7d1e1;
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	border-radius: 20px;
	margin-right: 10px
}
.search-page .search-input-box .wrapper-content .hot-search a:hover {
	background: rgba(199,209,225,0.8)
}
.search-page .search-result {
	padding-top: 15px
}
.search-page .search-result .nav li {
	width: 15%;
	margin-right: 2%
}
.search-page .search-result .nav li:last-child {
	margin-right: 0px
}
.search-page .search-result .nav li a {
	display: block;
	line-height: 50px;
	color: #606060;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	position: relative
}
.search-page .search-result .nav li a::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	height: 4px;
	width: 100%;
	background: #f3f3f3
}
.search-page .search-result .nav .active a {
	font-weight: 600;
	color: #245399
}
.search-page .search-result .nav .active a::after {
	background: linear-gradient(to right, #ffd2a1 0%, #ffa6c1 100%)
}
.search-page .search-result .search-info {
	padding: 20px 0;
	text-align:left;
}
.search-page .search-result .search-info p {
	font-size: 16px;
	color: #818181;
	line-height: 30px
}
.search-page .search-result .search-info p span {
	color: #245399
}
.search-page .search-result .result-main .lists-box {
	width: 820px
}
.search-page .search-result .result-main .lists-box .filter-box .layui-form .layui-form-item {
	width: 23.5%;
	margin-right: 2%;
	clear: none
}
.search-page .search-result .result-main .lists-box .filter-box .layui-form .layui-form-item:last-child {
	margin-right: 0
}
.search-page .search-result .result-main .lists-box .filter-box .layui-form .layui-form-item .layui-input-block {
	margin: 0
}
.search-page .search-result .result-main .lists-box .filter-box .line {
	margin-top: 10px;
	display: block;
	height: 20px;
	width: 100%;

}
.search-page .search-result .result-main .lists-box .lists ul li a {
	display: block;
	padding-left: 40px;
	position: relative;
	border-bottom: 1px solid #ececec
}
.search-page .search-result .result-main .lists-box .lists ul li a h2 {
	position: relative;
	line-height: 30px;
	font-size: 16px;
	color: #245399;
	margin-top: 30px;
	text-align:left
}
.search-page .search-result .result-main .lists-box .lists ul li a h2::before {
	content: '';
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 8px;
	height: 8px;
	background: #bd1a2d
}
.search-page .search-result .result-main .lists-box .lists ul li a .label {
	position: absolute;
	right: 0;
	top: 0
}
.filter-box{height:50px; padding-top:18px;}
.search-page .search-result .result-main .lists-box .lists ul li a .label span {
	line-height: 30px;
	display: inline-block;
	font-size: 13px;
	color: #245399;
	background: #dfecff;
	padding: 0 25px;
	border-radius: 10px;
	position: relative
}
.search-page .search-result .result-main .lists-box .lists ul li a .label span::before {
	content: '';
	position: absolute;
	left: -4px;
	top: 50%;
	width: 5px;
	height: 20px;
	transform: translate(0, -50%);
	background: #dfecff
}
.search-page .search-result .result-main .lists-box .lists ul li a p {
	font-size: 12px;
	color: #5a5a5a;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align:left
}
.search-page .search-result .result-main .lists-box .lists ul li a p span {
	margin-right: 15px
}
.search-page .search-result .result-main .search-logs {
	width: 350px;
	background: #dfecff;
	box-sizing: border-box;
	padding: 20px
}
.search-page .search-result .result-main .search-logs h2 {
	font-size: 18px;
	color: #245399;
	font-weight: bold;
	margin-top: 20px
}
.search-page .search-result .result-main .search-logs h2:first-child {
	margin-top: 0
}
.search-page .search-result .result-main .search-logs .top-item .item {
	display: block;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	margin-top: 15px
}
.search-page .search-result .result-main .search-logs .top-item .item i {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle
}
.search-page .search-result .result-main .search-logs .top-item .item p {
	display: inline-block;
	width: 240px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 25px;
	vertical-align: middle
}
.search-page .search-result .result-main .search-logs .top-item .item:nth-child(1) i {
	background: #ff3a51

}
.search-page .search-result .result-main .search-logs .top-item .item:nth-child(2) i {
	background: #ff803a
}
.search-page .search-result .result-main .search-logs .top-item .item:nth-child(3) i {
	background: #ffbc3a
}
.search-page .search-result .result-main .search-logs .logs-box {
	padding-top: 20px
}
.search-page .search-result .result-main .search-logs .logs-box li {
	margin-right: 30px
}
.search-page .search-result .result-main .search-logs .logs-box li a {
	color: #245399;
	font-size: 14px;
	line-height: 35px;
	transition: all 0.1s ease
}
.search-page .search-result .result-main .search-logs .logs-box li a:hover {
	color: #496fa8
}
.search-page .search-result .result-main .search-logs .clear-logs-btn-box {
	text-align: center;
	margin-top: 30px
}
.search-page .search-result .result-main .search-logs .clear-logs-btn-box a {
	display: inline-block
}
.search-page .search-result .result-main .search-logs .clear-logs-btn-box a i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../images/common/clear.png") no-repeat center center;
	vertical-align: middle
}
.search-page .search-result .result-main .search-logs .clear-logs-btn-box a span {
	font-size: 14px;
	color: #4a4a4b;
	vertical-align: middle
}
.wrapper-content {
	width: 1200px;
	margin: 0 auto;
}
layui-form-select .layui-input {
	padding-right: 30px;
	cursor: pointer;
}
.layui-input, .layui-textarea {
	display: block;
	width: 100%;
	padding-left: 10px;
}
.layui-input, .layui-select, .layui-textarea {
	height: 38px;
	line-height: 1.3;
	line-height: 38px\9;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border-radius: 2px;
}
.body_t.showdiv .back_top{ display:none}
.body_b.showdiv .back_top{position: fixed;
	right: 20px;
	z-index: 2;
	bottom: 10%;
	width: 72px ;display:block;    background: rgba(0,0,0,0.5);}
.body_b.showdiv .back_top:hover{background:#ec6d1f; display:block}
.part8{width:1400px; margin:50px auto 0px auto; overflow:hidden; height:480px;}
.part8-info {
	width: 48%;
	height: 446px;
	margin-top: 0px;
}
.part8-info .title {
	width:124px;
	background: url(../images/index_xxgkbg.png) no-repeat center;
	float:left; height:100%;
}
.part8-info .title1 {

	background: url(../images/index_zcfgbg.png) no-repeat center;
}
.part8-info .title h2 {
	font-weight:600;
	width:25px;
	margin:200px auto 0px auto;
	line-height:30px;
	color:#1482e9;
	font-size:18PX;
}
.part8-info .title h2:HOVER{

	width:25px;
	margin:200px auto 0px auto;
	line-height:30px;
	color:#1482e9;
	font-size:20PX;
}
.part8-info .title h2:HOVER A{ color:#1482e9;}
.part8-info ul {
	float:right;
	width:calc(100% - 130px);
	margin-top:10px;
}
.part8-info ul li {
	height: 80px;
	position: relative;
	padding: 10px 0px;
}
.part8-info ul li p {
	line-height: 40px;
	padding-left: 15px;
	font-size: 15px;height:72px;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;
}
.part8-info ul li .font-d {
	position: absolute;
	bottom: 20px;
	right: 10px;
	color: #2d55d1
}
.part8-info ul li:hover {
	background: #f4f6fd;
}
.part8-info ul li:hover p {
	font-size: 16px;
}
.part8-info ul li a {
	color: #929191
}
.list .list_nav1{ margin-top:10px; width:20%; float:left}
.list .list_nav1 h2{line-height:60px;color:#fff;  padding-left:30px; background:#1482e9  no-repeat center; font-size:24px; }
.list .list_nav1 li{ line-height:60px; border-bottom:#ccc solid 1px;padding-left:0px; padding-right:0px;font-size:16px;}
.list .list_nav1 li a{display:block;padding-left:35px; }
.list .list_nav1 li>A.active,.list .list_nav1 li>A:hover{  background:#257fd3;color:#fff;}
.list .list_nav1 li>a ctive,.list .list_nav1 li>A:hover {color:#fff;}
.down-menu{width:100%;margin:0px auto 10px auto}
.down-menu h5{width:90%; border-bottom: #ccc dotted 1px; font-weight: normal; padding-left: 10%}
.down-menu h5.active,.down-menu h5:hover{ background: #377fc3}
.down-menu h5.active a,.down-menu h5:hover a{color:#fff;}
.list_right{width:78%; float:right}
.list_right .item{ padding:0px 20px; }
.list_right .item li{ margin:5px 0px;height:95px; border-bottom:#ccc dashed 1px;  padding:20px 0px;}
.list_right .item li:first-child{ padding-top:0px;}
.list_right .item .time{ margin:8px 20px;display:inline-block; float:left; width:93px; height:77px; line-height:14px; line-height:40px; text-align:center; color:#333333;font-size:3rem;font-weight:bold;}
.list_right .item .time span{ font-size:18px;font-weight:normal; height:35px; line-height:35px;  display:block; background:#1482e9; color:#fff}
.list_right .item .info{width:80%; border-left:#d3d2d2 solid 1px;padding-left:3%; padding-right:1%;float:left; height:90px; line-height:28px;}
.list_right .item .info h3{line-height:40px;font-size:16px; font-weight:600;}
.list_right .item .info p{line-height:30px;font-size:14px;overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	height: 60px;}
.list_right .item li:hover .info h3{color:#2b3e9a;font-weight:bold;font-size:17px}
.list_right .item li:hover .info h3 a{color:#1482e9}
.list_right .item li:hover .time{width:95px; background:#1482e9;color:#fff}
.list_right .gjgk{width:90%;margin:0px auto}
.gjgk>p{font-size: 16px;
	line-height: 35px;
	text-indent: 3.5rem;
	padding: 10px 20px;}
.gjgk_odd{background:#e0e0e0; display:inline-block;height:325px; overflow: hidden; }
.gjgk_odd .text{width:54%; background:#0a4da0; color:#fff; float:right; padding:15px 0%; height:100%}
.gjgk_odd .pic{ width:45%; float:left; text-align:center;margin-top: 10px;overflow: hidden;}
.gjgk_odd .pic img{ width:96%; margin:2% auto;height:70%;	display: block;}
.gjgk_odd .pic img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.gjgk_odd p{font-size: 16px;
	line-height:35px;
	text-indent: 3.5rem;
	padding: 5px 10px;}
.gjgk_even{background:#e0e0e0; margin-top:-3px;height:367px;overflow: hidden;  }
.gjgk_even .text{width:46%; background:#0a4da0; color:#fff; float:left;padding:15px 0%; height:100%}
.gjgk_even .pic{ width:51%; float:right; margin-top:20px;margin-right:1%;overflow: hidden;}
.gjgk_even .pic img{ width:100%; height:100%; display: block}
.gjgk_even .pic img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.gjgk_even p{font-size: 16px;
	line-height: 35px;
	text-indent: 3.5rem;
	padding: 5px 10px;}
.ly_tab{ width:500px; margin:50px auto 100px auto;}
.ly_tab li{width:500px; margin:0px 10px; min-height:70px; font-size:16px;line-height:40px; ;}
.ly_tab li em{ display:inline-block; float:left;font-style: initial; width:80px; text-align:right;padding-right:20px;}
.ly_tab li span{ display:inline-block; float:left;    margin-left: 20px;color:red}
.ly_tab input[type="text"]{width:320px; border:none;line-height:40px;border:#000 solid 1px;font-size:14px; border-radius:40px;height:40px;padding-left:20px; float:left}
.ly_tab input[type="checkbox"]{width:30px; font-size:14px; padding-left:20px}
.ly_tab input[type="submit"]{ border-radius:30px;border:none; width:80px; background:#df8919; color:#fff; text-align:center;font-size:18px;line-height:30px; font-weight:600;margin: 20px 25px 0px 100px;;} 
.ly_tab input[type="reset"]{ border-radius:30px;border:none; width:80px; background:#666; color:#fff; text-align:center;font-size:18px;line-height:30px; font-weight:600; margin:20px 25px;}
.ly_tab label{   display: block;padding-left: 92px;margin-top: 15px;}

@media all and (max-width: 1400px){
	.w1400{width:100%;}
	.part1{width:100%}
	.scroll {min-width:100%}
	.sj_head nav ul{width:100%;}
	.slideBox{width:48%}
	.part1-notice{width:48%}
	.tab-info{width:100%}
	.part3_b{width:100%}
	.part5_info{width:100%}
	.part5_left{width:48%}
	.part5_left .tj li{margin:10px 1.5%}
	.part4 {height:808px;}
	.part5_right{width:48%}
	.slideBox1{width:100%; height:420px;}
	.slideBox1 .bd li{ height:420px;}
	.picScroll-left3,.picScroll-left4{width:100%}
	.k_nav ul{width:100%}
	.copyeright{width:100%}
	.slideBox .bd_p:hover h2{font-size:20px;}
	.slideBox .bd_p:hover p{font-size:14px;}
	.part1-notice ul li:hover p{font-size:14px;}
	.picScroll-left .bd ul li .tit{width:90%}
	.picScroll-left .bd ul li .xx_info{width:90%}
	.picScroll-left .bd ul li .time{width:90%}
	.picScroll-left1 .bd ul li .tit{width:90%}
	.picScroll-left1 .bd ul li .xx_info{width:90%}
	.picScroll-left1 .bd ul li .time{width:90%}
	.picScroll-left2 .bd ul li .tit{width:90%}
	.picScroll-left2 .bd ul li .xx_info{width:90%}
	.picScroll-left .prev{left:1%;}
	.picScroll-left .next{right:1%;}
	.picScroll-left1 .prev{left:1%;}
	.picScroll-left1 .next{right:1%;}
	.picScroll-left2 .prev{left:1%;}
	.picScroll-left2 .next{right:1%;}
	.picScroll-left2 .bd ul li .pic{width:100%;}
	.picScroll-left2 .bd ul li .time{width:20%}
	.picScroll-left2 .bd ul li h5{width:70%}
	.part5_left .tj li{width:30%;}
	.part5_left .tj li:nth-child(1){background-size: 100%;}
	.part5_left .tj li:nth-child(2){background-size: 100%;}
	.part5_left .tj li:nth-child(3){background-size: 100%;}
	.part5_left .tj li:nth-child(4){background-size: 100%;}
	.part5_left .tj li:nth-child(5){background-size: 100%;}
	.part5_left .tj li:nth-child(6){background-size: 100%;}
	.picScroll-left4 .bd ul li .sn_link div{width:11.3%}
	.picScroll-left4 .prev{left:1%;}
	.picScroll-left4 .next{right:1%;}
	.picScroll-left3 .prev{left:1%;}
	.picScroll-left3 .next{right:1%;}
	.picScroll-left3 .bd ul li .fc_l{width:40%}
	.fc_l>img{width:100%;height:100%}
	.picScroll-left3 .bd ul li .fc_r{width:59%}
	.picScroll-left3 .bd ul li .fc_r .pic .img{width:47%;}
	.picScroll-left3 .bd ul li .fc_r .pic1 .img{width:47%;}
	.picScroll-left3 .bd ul li .fc_r .text{background-size:contain}
	#main{margin-top:40px;width: 98%;height: 301px; margin:40px auto 0px auto;}
	.list {width:100%;}
	.nav_path {width:100%;}
	.content{width:100%;}
	.pic-info{width:100%;}
	.sz_list{width:100%;}
	.part8{width:100%;}
.footer_b{
	background: url("../images/bottom_blue.jpg") no-repeat center;
	height:134px;
}
.bottom{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0 34px 0;
	text-align: left;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-top: -4px;
}

}
@media all and (max-width:1160px){
    .body_t{height:500px;}
   .sj-banner {
	width: 100%;
	height: 500px!important;
	overflow: hidden;
}
.body_b{top:400px!important}
}
@media all and (max-width: 960px) {
	.bottom{
		flex-direction: column;
		padding: 40px 16px 34px 16px;
		font-size: 13px;
		line-height: 17px;
	}

.bottom .bottom_one{
	display: flex;
	align-items: center;
	margin-right: 46px;
}
.bottom .bottom_one > span {
	display: inline-block;
}
.bottom .bottom_three a{ color:#fff}
}
@media all  and (max-width: 960px) {
	.bottom .bottom_one {
		width: 100%;
		margin-right: 0;
		padding-bottom: 25px;
		border-bottom: 1px solid #518ee2;
	}

.bottom .bottom_one .bottom_one_logo img {
	width: 125px;
	height: 29px;
}
.bottom .bottom_one .bottom_one_text {
	margin-left: 15px;
	letter-spacing: 0.16em;
}
.bottom .bottom_one .bottom_one_text > span:last-child {
	letter-spacing: 1px;
}
.bottom .bottom_two {
	height: 56px;
	padding-left: 32px;
	margin-right: 66px;
	border-left: 1px solid #518ee2;}
}
@media all  and (max-width: 960px) {
	.bottom .bottom_two {
		width: 100%;
		height: auto;
		padding: 17px 0;
		margin-right: 0;
		border-left: none;
		border-bottom: 1px solid #518ee2;
	}
	.bottom .bottom_two .bottom_two_text_warp {
		display: inline-block;
		width: 100%;
	}
	.bottom .bottom_two .bottom_two_text_warp > span {
		display: inline-block;
	}
	.bottom .bottom_two .bottom_two_text_warp > span:first-child {
		width: 65px;
		vertical-align: top;
	}
	.bottom .bottom_two .bottom_two_text_warp > span:last-child {
		width: calc(100% - 65px);
	}
}
@media all and (max-width: 960px) {
	.bottom .bottom_three {
		width: 100%;
		text-align: left;
		padding-top: 17px;
	}
 
}