<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}button{border: none;cursor: pointer;}
body { margin:0; padding:0; font-size:12px; background:#ffffff;
	color: #333333;font-family: SourceHanSansK-Regular;}
div,ul,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,h7,img,p,span{ border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
}

img{display:block; max-width: 100%;
    width: auto;
  height: auto;}

input:focus {
  outline: none;
}
/* Link */
a:link { text-decoration:none;}
a:visited {text-decoration:none;}
a:hover { text-decoration:none;}
a:active { outline: none; border:0px; background-color:Transparent;}
a{display:block;}
a{blr:expression(this.onFocus=this.blur()); outline:none;} 

.blank5{ width:100%; height:5px; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.blank15{ width:100%; height:15px; clear:both;}
.blank20{ width:100%; height:20px; clear:both;}
.blank30{ width:100%; height:30px; clear:both;}
.blank40{ width:100%; height:40px; clear:both;}
.blank46{ width:100%; height:46px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank55{ width:100%; height:55px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank70{ width:100%; height:70px; clear:both;}
.blank75{ width:100%; height:75px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}
.blank108{ width:100%; height:108px; clear:both;}

/*Clear*/
.clear{ clear:both; font-size:1px; height:0px; line-height:0px; overflow:hidden;}/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/
.clearfix::after {
  content:".";/*加一段内容*/
  display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
  height:0;/*避免生成的内容破坏原有布局高度*/
  clear:both;/*清除浮动*/
  visibility:hidden;/*让生成的内容不可见*/
}
/*针对1920的宽屏*/
@font-face
{
	font-family: SourceHanSansK-Heavy;
	src: url(../fonts/SourceHanSansK-Heavy.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Medium;
	src: url(../fonts/SourceHanSansK-Medium.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Regular;
	src: url(../fonts/SourceHanSansK-Regular.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Bold;
	src: url(../fonts/SourceHanSansK-Bold.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Light;
	src: url(../fonts/SourceHanSansK-Light.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Normal;
	src: url(../fonts/SourceHanSansK-Normal.ttf);
}
.max{ position:relative;overflow: hidden;}

.inner{width:84%; min-width: 1200px;  height:auto;  position:relative; z-index:50; margin:0 auto;}
span {
	display: block;
}
.pb1000 {
	display: none;
}
.sp {
	display: none;
}
.banner_sp {
	display: none;
}
.header {
	background: #0080ff url(../images/ico1.png) no-repeat 96% center;
	background-size: 199px;
}
.header_top {
	background: rgba(24,94,176,0.9);
}
.header_nav {
	display: none;
}
.header_top .inner {
	
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px 0;
}
.header_top_text {
	font-size: 18px;
	color: #ffffff;
	font-family: 华文行楷;
}
.header_top_form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	border: 1px solid #8cafd8;
}
.header_top_btu {
	background: #467ec0;
	border: none;
	height: 24px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.header_top_form input {
	border: none;
	font-size: 12px;
	color: #ffffff;
	background: inherit;
	padding: 5px;
}
.header_top_form input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #ffffff;
}
.header_top_form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #ffffff;
}
.header_top_form input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #ffffff;
}
.header_top_form input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #ffffff;
}
.header_text {
	float: right;
	font-size: 34px;
	color: #ffffff;
	font-family: 华文行楷;
}
.header_text font {
	margin-left: 30px;
}
.logo {
	float: left;
}
.header_center .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}
.header_center {
	border-bottom: 1px solid #185eb0;
}
.nav {
	border-top: 1px solid #1c8eff;
}
.nav_item {
	width: 11%;
	float: left;
	position: relative;
	text-align: center;
}
.nav_er_list {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(24,94,176,0.8);
	display: none;
	width: 60%;
}
.nav_link {
	font-size: 17px;
	color: #ffffff;
	display: inline-block;
	padding: 10px 0;
	border-bottom: 2px solid transparent;
}
.nav_current .nav_link {
	border-bottom: 2px solid #ffffff;
}
.nav_er_item {
	padding: 10px 0;
	text-align: center;
}
.nav_er_link {
	font-size: 15px;
	color: #ffffff;
}
.nav_er_item:hover {
	background: #0080ff;
}
.nav_item:hover .nav_er_list {
	display: block;
}
.banner img {
	width: 100%;
}
.banner .swiper-pagination-bullet {
	width: 6px !important;
	height: 6px !important;
	background: #ffffff !important;
	opacity: 1 !important;
}
.banner .swiper-pagination-bullet-active {
	width: 37px !important;
	border-radius: 5px;
}
.index_news {
	background: url(../images/bg1.jpg) no-repeat 0% top;
	background-size: contain;
	padding: 35px 0;
	text-align: center;
}
.index_news_banner {
	width: 48%;
	background: url(../images/bg2.jpg) no-repeat 5% top;
	background-size: 100% 100%;
	padding: 13px;
	margin-top: 30px;
}
.index_title {
	display: inline-block;
	font-size: 32px;
	color: #111111;
	font-family: SourceHanSansK-Bold;
	position: relative;
	z-index: 1;
}
.index_title::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 10px;
	background: #7fbfff;
	bottom: 5px;
	left: 0;
	z-index: -1;
}
.index_news_banner .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background: #ffffff !important;
	opacity: 1 !important;
	margin: 0 5px !important;
}
.index_news_banner .swiper-pagination-bullet-active {
	background: #1e83e1 !important;
}
.index_news_banner {
	position: relative;
}
.index_news_banner img {
	width: 100%;
}
.index_news_item {
	border-bottom: 1px solid #dcdcdc;
    flex: 1;
}
.index_news_item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid transparent;
	height: 100%; 
}
.index_news_title {
	font-size: 16px;
    color: #111111;
    width: 80%;
    overflow-x: hidden;
    text-align: left;
    float: left;
}
.index_news_time { float:right;
	font-size: 14px;
	color: #666666;
	background: url(../images/ico2.png) no-repeat left center;
	background-size: 14px 14px;
	padding-left: 20px; 
}
.index_news_block {
	position: absolute;
	width: 48%;
	top: 0;
	right: 0;
	height: 100%;
    display: flex;
    flex-flow: column;
}
.index_news_blockss {
	position: absolute;
	width: 48%;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	flex-flow: column;
}
.index_news_list {
	flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.more {
	width: 145px;
	height: 35px;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	line-height: 35px;
	font-size: 14px;
	color: #070101;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	/*padding-left: 30px;*/
}
.more span {
	margin: 0 8px;
}
.more img {
	margin: 0 8px;
}
.index_news_item:hover .index_news_title{
	color: #185eb0;
}
.index_news_item:hover {
	border-bottom: 1px solid #185eb0;
}
.index_news_item:hover a {
	border-bottom: 1px solid #185eb0;
}
.index_gong {
	background: #fbfbfb;
	padding: 40px 0;
}
.index_gong_left {
	float: left;
	width: 48%;
}
.more_hide {
	display: none;
}
.more:hover {
	color: #0080ff;
	border: 1px solid #0080ff;
}
.more:hover .more_hide {
	display: block;
}
.more:hover .more_show {
	display: none;
}
.index_gong_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}
.index_gong_item {
	float: left;
	width: 48%;
	margin-left: 4%;
	/*margin-bottom: 15px;*/
	position: relative;
}
.index_gong_item:nth-child(odd) {
	margin-left: 0;
}
.index_gong_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_gong_time {
	width: 25%;
	border-right: 1px solid #eeeeee;
	padding: 15px 0;
	text-align: center;
	position: relative;
}
.index_gong_left_block {
	width: 75%;
	margin-left: 15px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
	position: relative;
}
.index_gong_day {
	font-size: 28px;
	color: #333333;
}
.index_gong_years {
	font-size: 14px;
	color: #666666;
}
.index_gong_left_title {
	font-size: 16px;
	color: #111111;
	margin-bottom: 12px;
	height: 24px;
	overflow-y: hidden;
}
.index_gong_left_text {
	font-size: 14px;
	color: #666666;
	line-height: 23px;
	height: 46px;
	overflow-y: hidden;
}
.index_gong_new {
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	background: #d81e06;
	padding: 0 2px;
	border-radius: 3px;
}
.index_gong_item .index_gong_left_block::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: transparent;
	bottom: 0;
	left: 0;
}
.index_gong_item:hover .index_gong_left_title {
	color: #185eb0;
}
.index_gong_item:hover .index_gong_left_block {
	border-bottom: 1px solid #185eb0;
}
.index_gong_item:hover .index_gong_left_block::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #185eb0;
	bottom: 0;
	left: 0;
}
.index_gong_right {
	width: 48%;
	float: right;
}
.index_gong_photo {
	background-size: cover;
	background-position: center;
	width: 48%;
	height: 100px;
	border-radius: 5px;
}
.index_gong_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_gong_box {
	border-bottom: 1px solid #eeeeee;
}
.index_gong_box a {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid transparent;
}
.index_gong_box_title {
	font-size: 16px;
    color: #111111;
    width: 70%;
    overflow-x: hidden;
    text-align: left;
}
.index_gong_box_time {
	font-size: 14px;
    color: #666666;
    background: url(../images/ico2.png) no-repeat left center;
    background-size: 14px 14px;
    padding-left: 20px;
}
.index_gong_box:hover {
	border-bottom: 1px solid #185eb0;
}
.index_gong_box:hover a {
	border-bottom: 1px solid #185eb0;
}
.index_gong_box:hover .index_gong_box_title {
	color: #185eb0;
}
.index_zhao {
	background: url(../images/bg3.jpg) no-repeat left center;
	background-size: 100% 100%;
	padding: 48px 0;
}
.index_zhao_hide{
	display: none;
}
.index_zhao_list {
	
}
.index_zhao_item {
	position: relative;
	float: left;
	width: 20%;
	height: 310px;
	background-size: cover;
	background-position: center;
	transition: all .5s ease-in-out .1s;
}
.index_zhao_box {
	position: absolute;
	top: 40px;
	left: 40px;
}
.index_zhao_title {
	font-size: 30px;
	color: #333333;
	font-family: SourceHanSansK-Bold;
}
.index_zhao_text {
	font-size: 16px;
	color: #333333;
	font-family: Microsoft YaHei;
}
.index_zhao_currert {
	width: 40%;
}
.index_data {
	text-align: center;
	background: url(../images/bg4.jpg) no-repeat left bottom;
	background-size: 100% 100%;
	padding-top: 35px;
	padding-bottom: 15px;
}
.index_data_box {
	margin-left: 8px;
}
.index_title_caption {
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin: 5px 0 0 0;
}
.index_data_item {
	float: left;
	width: 20%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 50px;
}
.index_data_num {
	font-size: 18px;
	color: #111111;
	text-align: left;
	line-height: 48px;
}
.index_data_num font {
	font-family: SourceHanSansK-Bold;
	font-size: 48px;
	color: #185eb0;
}
.index_data_text {
	font-size: 18px;
	color: #111111;
	text-align: left;
	margin-top: -10px;
}
.index_data_cpation {
	font-size: 12px;
	color: #666666;
	text-align: left;
	width: 70%;
}
.index_video {
	text-align: center;
	padding: 35px 0;
	position: relative;
}
.index_video_top {
	position: absolute;
	top: -7.5px;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.index_video_top .more {
	margin-left: 10px;
}
.index_video_banner {
	width: 25.8%;
	float: left;
}
.index_video_banner .swiper-container3 img {
	border-radius: 5px;
}
.index_video_list {
	float: left;
	width: 74.2%;
}
.index_video_block a &gt; img {
	width: 100%
}
.index_video_block {
	position: relative;
	border-radius: 5px;
}
.index_video_model {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.index_video_title {
	font-size: 30px;
	color: #ffffff;
	font-family: SourceHanSansK-Bold;
	text-align: center;
	margin-top: 5px;
}
.index_video_model img {
	margin: 0 auto;
	border-radius: 5px;
}
.index_video_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #f3f3f3;
	margin-top: 6%;
}
.index_video_area {
	background: #f3f3f3;
	width: 10%;
}
.index_video_box {
	width: 90%;
	
}
.index_video_photo {
	width: 10%;
	background: #3b5a93;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_video_box a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #3b5a93;
}
.index_video_box a &gt; img {
	width: 90%;
	
}
.index_video_banner .swiper-button-prev {
	width: 19px !important;
    height: 11px !important;
    background-image: url(../images/jian3.png);
    outline: none;
	top: 30%;
	/*transform: translateY(-50%);*/
    left: 3%;
    /*right: 12% !important;*/
    margin-top: 0 !important;
    background-size: contain;
}
.index_video_banner .swiper-button-prev:after {
	content: '';
}
.index_video_banner .swiper-button-next {
	width: 19px !important;
    height: 11px !important;
	background-image: url(../images/jian4.png);
	outline: none;
	top: inherit; !important;
	bottom: 30%;
	/*transform: translateY(-50%);*/
    left: 3% !important;
    margin-top: 0 !important;
    background-size: contain;
}
.index_video_banner .swiper-button-next:after {
	content: '';
}
.index_video_item {
	width: 23.2%;
	float: left;
	margin-left: 2%;
}
.index_video_item:nth-child(2) {
	width: 21.8%;
}

.index_video_section {
	margin-top: 30px;
}
.index_video_info {
	position: relative;
}
.index_video_text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,128,255,0.5);
	border-radius: 5px;
	display: none;
}
.index_video_text span {
	font-size: 18px;
	color: #f5f5f5;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	width: 100%;
}
.index_video_info img {
	border-radius: 5px;
}
.index_video_info a &gt;img {
	width: 100%;
}
.index_video_info:last-of-type {
	margin-top: 8%;
}
.index_video_item:nth-child(2) .index_video_info {
	margin-top: 0;
}
.index_video_info:hover .index_video_text {
	display: block;
}
.index_zhuan {
	background: #f5f5f5;
	padding: 35px 0;
	text-align: center;
}
.index_zhuan_list {
	margin-top: 25px;
}
.index_zhuan_item {
	float: left;
	width: 23%;
	margin-left: 2.6%;
}
.index_zhuan_item:nth-child(4n-3) {
	margin-left: 0;
}
.index_zhuan_item img {
	width: 100%;
}
.index_zhuan_item:hover .index_zhuan_text {
	color: #185eb0;
}
.index_zhuan_text {
	font-size: 16px;
	color: #111111;
	text-align: center;
	margin-top: 8px;
}
.footer {
	background: url(../images/bg5.jpg) no-repeat left top;
	background-size: 100% 100%;
	padding: 35px 0 30px 0;
}
.footer .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_left dl {
	display: table;
}
.footer_left dt {
	display: table-cell;
	font-size: 14px;
	color: #fefefe;
}
.footer_left dd {
	font-size: 14px;
	color: #fefefe;
	margin-bottom: 5px;
}
.footer_list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.footer_item {
	float: left;
	margin-left: 30px;
	position: relative;
}
.footer_text {
	font-size: 12px;
	color: #ffffff;
	margin-top: 5px;
}
.footer_code {
	position: absolute;
	top: -215%;
    left: -117%;
    width: 150px;
    height: 150px;
    background: url(../images/bg9.png) no-repeat left top;
    background-size: 100% 100%;
    padding: 8px;
    display: none;
}
.footer_left {
	width: 33%;
}
.footer_logo {
	/*margin-left: 12%;*/
	width: 33%;
}
.footer_logo img {
	margin: 0 auto;
}
.footer_code img {
	width: 100%;
	/*margin: 0 auto;*/
}
.footer_right {
	width: 33%;
}
.footer_item:hover .footer_code {
	display: block;
}
.footer_item:first-of-type {
	margin-left: 0;
}
.footer_area {
	/*background: url(../images/ico4.png) no-repeat 15% top;
    background-size: 21px 21px;*/
    padding-left: 15px;
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.footer_area a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	margin-left: 15px;
}
.small {
	background: #185eb0;
	padding: 5px 0;
	text-align: center;
}
.small_text {	
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	background: url(../images/ico3.png) no-repeat left center;
	background-size: 24px 30px;
	line-height: 30px;
	padding-left: 32px;
}
.small_text a {
	display: inline-block;
}
.small_text span {
	display: inline-block;
}
.fu {
	position: fixed;
	top: 30%;
	right: 0%;
	z-index: 68;
}
.fu_item {
	background: #b2b2b2;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
}
.fu_item:hover {
	background: #0080ff;
}
.fu_item img {
	margin: 0 auto;
}
.fu_text {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.top {
	background: #959595;
}
.top img {
	margin: 0 auto;
}
.index_model {
	background: rgba(0,0,0,0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 69;
	display: none;
}
.index_model_section {
	width: 660px;
	border-radius: 5px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 40px 50px 50px 50px;
}
.index_model_title {
	font-size: 30px;
	color: #202224;
	text-align: center;
	margin-bottom: 30px;
}
.index_model_info {
	width: 100%;
	margin-bottom: 15px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.index_model_text {
	font-size: 20px;
	color: #999999;
}
.index_model_info input {
	font-size: 20px;
	color: #999999;
	background: inherit;
	border: none;
	width: 80%;
	line-height: 30px;
}
.index_model_info textarea {
	font-size: 20px;
	color: #999999;
	background: inherit;
	border: none;
	width: 80%;
	line-height: 30px;
	height: 100px;
	outline: none;
}
.index_model_box {
	position: relative;
	width: 100%;
	height: 45px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
.index_model_btu {
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 45px;
}
.index_model_caption {
	font-size: 20px;
	color: #999999;
	line-height: 45px;
	text-align: center;
}
.index_model_btu1 {
	width: 100%;
	height: 45px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	font-size: 20px;
	color: #ffffff;
	background: #1e80ff;
	margin-bottom: 20px;
	border: none;
}
.index_model_clode {
	margin: 0 auto;
}
.index_jian {
	background: rgba(0,0,0,0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 69;
	display: none;
}
.index_jian_section {
	width: 660px;
	border-radius: 5px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 40px 50px 50px 50px;
}
.index_jian_title {
	font-size: 24px;
	color: #111111;
	text-align: center;
	margin-bottom: 30px;
	font-family: SourceHanSansK-Bold;
}
.index_jian_info {
	width: 48%;
	float: left;
	margin-left: 4%;
	padding: 0 0 20px 0;
	margin-bottom: 35px;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_jian_info:first-of-type {
	margin-left: 0;
}
.index_jian_text {
	font-size: 22px;
	color: #111111;
}
.index_jian_info input {
	background: inherit;
	border: none;
	font-size: 22px;
	color: #111111;
	line-height: 22px;
	width: 75%;
}
.index_jian_info1 {
	width: 100%;
	float: left;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 35px;
}
.index_jian_info1 textarea {
	background: inherit;
	border: none;
	font-size: 22px;
	color: #111111;
	line-height: 22px;
	width: 100%;
	padding: 10px;
	outline: none;
	height: 110px;
}
.index_jian_box {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_jian_btu1 {
	width: 160px;
	height: 60px;
	line-height: 60px;
	background: #0080ff;
	border: none;
	border-radius: 5px;
	font-size: 22px;
	color: #ffffff;
}
.zi_top {
	width: 84%;
	margin: 20px auto 0 auto;
	background: #f4f4f4;
	padding: 20px 10px;
}
.zi_home {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	background: url(../images/home.png) no-repeat left center;
	background-size: 24px 21px;
	padding-left: 30px;
	line-height: 21px;
}
.zi_top_link {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	line-height: 21px;
}
.zi_top_link:hover {
	color: #0080ff;
}
.zi_top_text {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	line-height: 21px;
}
.zi_left {
	float: left;
	width: 10%;
	margin-bottom: 60px;
	margin-top: 30px;
}
.zi_right {
	width: 87.5%;
	float: right;
	/*box-shadow:0px 0px 25px #f9f9f9;*/
	padding: 30px 0;
}
.zi_block {
	padding: 30px 35px;
	box-shadow:0px 0px 25px #f9f9f9;
}
.zi_title {
	width: 100%;
	height: 75px;
	background: url(../images/zi.jpg) no-repeat left top;
	background-size: 100% 100%;
	line-height: 75px;
	font-size: 22px;
	color: #ffffff;
	padding: 0 15px;
	position: relative;
	font-family: SourceHanSansK-Bold;
}
.zi_list {
	background: #f4f4f4;
}
.zi_title::before {
	position: absolute;
	width: 45px;
	height: 3px;
	background: #e7f1fb;
	bottom: 17px;
	left: 15px;
	content: '';
}
.zi_item {
	/*padding: 0 10px;*/
}
.zi_item a {
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	color: #111111;
	border-bottom: 1px solid #e6e6e6;
}
.zi_er_item {
	padding: 0 10px;
}
.zi_er_item &gt; a {
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	color: #111111;
	border-bottom: 1px solid #e6e6e6;
}
.zi_er_item:hover {
	background: #eaeaea;
}
.zi_er_item:hover &gt; a {
	color: #0080ff;
	font-family: SourceHanSansK-Bold;
}
.zi_er_item_current {
	background: #eaeaea;
}
.zi_er_item_current a {
	color: #0080ff;
	font-family: SourceHanSansK-Bold;
}
.zi_item:hover &gt; a {
	color: #0080ff;
	font-family: SourceHanSansK-Bold;
	background: #eaeaea;
}

.zi_current {
}
.zi_current &gt; a {
	
	background: #eaeaea;
	font-family: SourceHanSansK-Bold;
	color: #0080ff;
}

.about_title {
	font-size: 20px;
	color: #111111;
	text-align: center;
	margin-bottom: 15px;
}
.box span {
	font-size: 16px;
	color: #111111;
	line-height: 33px;
	display: initial;
}
.box a {
	display: inline-block;
	color: #333333;
}
/*.box span p {
	display: inline-block;
}*/
.box img {
	margin: 0 auto;
}
.box1 {
	margin-top: 75px;
}
.about_leader_item {
	padding: 20px 0 25px 0;
	border-bottom: 1px solid #eeeeee;
}
.about_leader_item:first-of-type {
	padding-top: 0;
}
.about_leader_photo {
	width: 29%;
	float: left;
	position: relative;
}
.about_leader_photo img {
	width: 100%;
}
.about_leader_photo::after {
	content: '';
	position: absolute;
	height: 96%;
	width: 5px;
	background: #0080ff;
	bottom: 0;
	right: -5px;
}
.about_leader_photo::before {
	content: '';
	position: absolute;
	width: 98%;
	height: 5px;
	background: #0080ff;
	bottom: -5px;
	right: -5px;
}
.about_leader_box {
	width: 69%;
	float: right;
	padding-top: 20px;
}
.about_leader_title {
	font-size: 20px;
	color: #444444;
	background: url(../images/yuan.png) no-repeat left center;
	background-size: 14px 14px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.about_leader_title font {
	font-size: 20px;
	color: #111111;
	margin-left: 15px;
}
.about_leader_text {
	font-size: 16px;
	color: #444444;
	line-height: 25px;
	margin-left: 20px;
	margin-top: 5px;
}
.about_leader_item:hover .about_leader_title {
	color: #0080ff;
}
.about_leader_item:hover .about_leader_title font {
	color: #0080ff;
}
.about_big_time {
	float: left;
	font-size: 24px;
	color: #333333;
	font-family: SourceHanSansK-Bold;
	display: inline-block;
	position: relative;
}
.about_big_time::after {
	content: '';
	position: absolute;
	right: -27px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/ico5.png) no-repeat left center;
	width: 13px;
	height: 13px;
	z-index: 2;
}
.about_big_time1::after {
	content: '';
	position: absolute;
	right: -27px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/ico6.png) no-repeat left center;
	width: 13px;
	height: 13px;
	z-index: 2;
}
.about_big_time font {
	font-size: 18px !important;
	color: #333333;
	font-family: SourceHanSansK-Regular !important;
}
.about_big_box {
	float: left;padding-left: 20px;
	margin-left: 20px;
	position: relative;
	border-left: 1px solid #eeeeee;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 80%;
}
.about_big_years {
	font-size: 16px;
	color: #999999;
	font-family: SourceHanSansK-Bold;
	margin-bottom: 8px;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.about_big_mt {
	color: #333333;
	font-size: 16px;
	font-family: SourceHanSansK-Regular !important;
	margin-left: 20px;
	width: 80%;
}
.about_big_et {
	width: 100px;
    display: inline-block;
}
.dang_top &gt; img {
	float: left;
	width: 29%;
	border-radius: 5px;
}
.dang_top_box {
	float: right;
	width: 69%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.dang_top_time {
	background: url(../images/bg6.png) no-repeat left center;
	background-size: 56px 58px;
	font-size: 23px; line-height:42px;
	color: #ffffff;
	font-family: SourceHanSansK-Bold;
	text-align: center;
	width: 56px;
	height: 58px;
}
.dang_top_time font {
	font-size: 12px;
	display: block;
	line-height: 0px;
}
.dang_top_info {
	width: 91%;
}
.dang_top_title {
	font-size: 20px;
	color: #222222;
	line-height: 23px;
	margin-bottom: 15px;
}
.dang_top_text {
	font-size: 16px;
	color: #666666;
	line-height: 27px;
	max-height: 162px;
	overflow-y: hidden;
}
.dang_top_link {
	width: 145px;
	height: 40px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
}
.dang_top_link:hover {
	color: #cd1912;
	border: 1px solid #cd1912;
}
.dang_list {
	margin-top: 30px;
}
.dang_item {
	float: left;
	width: 49%;
	border-radius: 5px;
	padding: 30px;
	box-shadow:0px 0px 5px #eeeeee;
	margin-bottom: 30px;
	margin-left: 2%;
	border-left: 6px solid transparent;  height:240px;
}
.dang_item:nth-child(odd) {
	margin-left: 0;
}
.dang_title {
	font-size: 20px;
	color: #333333;
	background: url(../images/yuan1.png) no-repeat left center;
	background-size: 19px 19px;
	padding-left: 25px;
	margin-bottom: 15px; height:40px;  line-height:40px; overflow:hidden;
}
.dang_text {
	font-size: 16px;
	color: #666666;
	line-height: 23px;
	text-indent: 25px;
	padding-left: 25px;
}
.dang_box {
	margin-top: 20px;
}
.dang_show {
	float: left;
	display: none;
}
.dang_time {
	font-size: 14px;
	color: #999999;
	float: right;
	font-family: SourceHanSansK-Bold;
}
.dang_item:hover {
	border-left: 6px solid #cd1912;
}
.dang_item:hover .dang_title {
	color: #cd1912;
}
.dang_item:hover .dang_show {
	display: block;
}
.dang_ex_title {
	font-size: 20px;
	color: #111111;
	text-align: center;
}
.dang_ex_time {
	font-size: 14px;
	color: #999999;
	margin: 15px 0;
	text-align: center;
}
.dang_ex_bottom {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 8px solid #f6f6f6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.dang_ex_link {
	padding: 0 20px 0 25px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #666666;
	border-left: 6px solid #cd1912;
	box-shadow:0px 0px 5px #eeeeee;
	border-radius: 5px;
}
.dang_ex_link:hover {
	color: #cd1912;
}
.dang_ex_link:last-of-type {
	border-left: none;
	border-right: 6px solid #cd1912;
}
.dang_ke_item {
	float: left;
	width: 32%;
	margin-left: 2%;
	margin-bottom: 30px;
}
.dang_ke_item:nth-child(3n-2) {
	margin-left: 0;
}
.dang_ke_item img {
	width: 100%;
	border-radius: 5px;
}
.dang_ke_text {
	font-size: 20px;
	color: #222222;
	text-align: center;
	margin-top: 20px;
}
.dang_ke_item:hover .dang_ke_text {
	color: #0080ff;
}
.moral_item {
	float: left;
	width: 49%;
	margin-left: 2%;
	margin-bottom: 30px;
	border-bottom: 2px solid transparent;
	box-shadow: 0px 0px 5px #eeeeee;
	padding: 30px;
}
.moral_item:nth-child(odd) {
	margin-left: 0;
}
.moral_title {
	font-size: 20px;
	color: #111111;
	margin-bottom: 15px;
}
.moral_text {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
    text-indent: 25px;
}
.moral_hide {
	display: none;
}
.moral_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.moral_time {
	font-size: 14px;
	color: #999999;
	/*font-family: SourceHanSansK-Bold;*/
}
.moral_item:hover {
	border-bottom: 2px solid #0080ff;
}
.moral_item:hover .moral_title {
	color: #0080ff;
}
.moral_item:hover .moral_hide {
	display: block;
}
.moral_item:hover .moral_show {
	display: none;
}
.moral_ex_bottom {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 8px solid #f6f6f6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.moral_ex_link {
	padding: 0 20px 0 25px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #666666;
	border-left: 6px solid #0080ff;
	box-shadow:0px 0px 5px #eeeeee;
	border-radius: 5px;
}
.moral_ex_link:hover {
	color: #0080ff;
}
.moral_ex_link:last-of-type {
	border-left: none;
	border-right: 6px solid #0080ff;
}
.moral_er_photo {
	float: left;
	width: 20%;
	position: relative;
}

.moral_er_photo img {
	width: 100%;
	border-radius: 5px;
}
.moral_er_box {
	width: 78%;
	float: right;
	box-shadow:0px 0px 5px #eeeeee;
	padding: 25px;
	border-bottom: 2px solid transparent;
}
.moral_er_title {
	font-size: 20px;
	color: #111111;
	margin-bottom: 15px;
}
.moral_er_text {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	text-indent: 25px;
}
.moral_er_item:hover .moral_er_box {
	border-bottom: 2px solid #0080ff;
}
.moral_er_item:hover .moral_er_title {
	color: #0080ff;
}
.moral_er_item:hover .moral_show {
	display: none;
}
.moral_er_item:hover .moral_hide {
	display: block;
}
.moral_er_item {
	margin-bottom: 35px;
}
.moral_er_item:hover .moral_er_photo::after {
	content: '';
	position: absolute;
	height: 96%;
	width: 5px;
	background: #0080ff;
	bottom: 0;
	right: -5px;
}
.moral_er_item:hover .moral_er_photo::before {
	content: '';
	position: absolute;
	width: 98%;
	height: 5px;
	background: #0080ff;
	bottom: -5px;
	right: -5px;
	border-bottom-right-radius: 5px;
}
.zhuan_top {
	background: #f4f4f4;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}
.zhuan_photo {
	width: 20%;
	position: relative;
}
.zhuan_top_box {
	width: 78%;
}

.zhuan_photo img {
	position: relative;
	z-index: 1;
}
.zhuan_kuang {
	position: absolute !important;
	top: -10px;
	right: -10px;
	z-index: 0 !important;
}
.zhuan_top_title {
	font-size: 20px;
	color: #111111;
	margin-bottom: 10px;
}
.zhuan_top_text {
	font-size: 16px;
	color: #666666;
	text-indent: 25px;
	line-height: 28px;
}
.zhuan_list {
	margin: 0 0 40px 0;
}
.zhuan_item {
	float: left;
	width: 32%;
	margin-left: 2%;
	margin-bottom: 30px;
}
.zhuan_item:nth-child(3n-2) {
	margin-left: 0;
}
.zhuan_item img {
	border-radius: 5px;
	width: 100%;
	border-bottom: 4px solid transparent;
}
.zhuan_text {
	font-size: 20px;
	color: #222222;
	text-align: center;
	margin-top: 20px;
}
.zhuan_item:hover img {
	border-bottom: 4px solid #0080ff;
}
.zhuan_item:hover .zhuan_text {
	color: #0080ff;
}
.zhuan_ex_title {
	font-size: 20px;
	color: #333333;
	background: url(../images/yuan2.png) no-repeat left center;
	background-size: 19px 19px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.zhuan_ex_block {
	margin-bottom: 30px;
}
.zhuan_ex_box {
	width: 32%;
	margin-left: 2%;
	float: left;
}
.zhuan_ex_box:nth-child(3n-2) {
	margin-left: 0;
}
.zhuan_ex_box img {
	width: 100%;
}
.zhuan_ex_text {
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 10px;
}
.box2 {
	margin-left: 30px;
	font-size: 16px;
}
.box2 img {
	margin: 0 auto;
}
.box2 span {
	line-height: 33px;
	display: initial;
}
/*.box2 span p {
	display: inline-block;
}*/
.zhuan_ex_area {
	margin-left: 30px;
	font-size: 16px;
	line-height: 33px;
}
.zhuan_ex_area img {
	margin: 0 auto;
}
.moral_ex_bottom1 {
	margin-left: 30px;
}
.teacher_shi_top {
	background: url(../images/bg7.jpg) no-repeat left top;
	background-size: 100% 100%;
	padding: 35px 40px;
}
.teacher_shi_title {
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
	font-family: SourceHanSansK-Bold;
}
.teacher_shi_caption {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	text-indent: 25px;
}
.teacher_shi_item {
	float: left;
	width: 18%;
	margin-left: 2.5%;
	margin-bottom: 50px;
	box-shadow:0px 0px 5px #eeeeee;
	border-radius: 5px;
	padding-bottom: 15px;
	border-bottom: 6px solid transparent;
}
.teacher_shi_item:nth-child(5n-4) {
	margin-left: 0;
}
.teacher_shi_item a &gt; img {
	width: 100%;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.teacher_shi_name {
	padding: 10px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.teacher_shi_name span {
	font-size: 18px;
	margin-left: 5px;
	color: #333333;
}
.teacher_shi_text {
	padding: 0 15px;
	font-size: 14px;
	color: #666666;
	height: 21px;
    overflow: hidden;
}
.teacher_shi_text font {
	color: #333333;
}
.teacher_shi_item:hover {
	border-bottom: 6px solid #2773cc;
}
.teacher_shi_list {
	margin: 50px 0;
}
.teacher_shi_photo {
	margin: 30px 0;
}
.teacher_shi_photo img {
	margin: 0 auto;
}
.teacher_shi_return {
	margin: 0 auto 60px auto;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	border-radius: 5px;
	border: 1px solid #eeeeee;
}
.obtain_news_item {
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}
.obtain_news_item:first-of-type {
	padding-top: 0;
}
.obtain_news_link {
	padding: 30px;
	border-left: 6px solid transparent;
	box-shadow:0px 0px 5px #eeeeee;
	border-radius: 5px;
	display: flex;
	align-items: center;
}
.obtain_news_left {
	width: 75px;
	float: left;
}
.obtain_news_caption {
	background: #0f79ed;
	border-radius: 3px;
	font-size: 12px;
	color: #ffffff;
	padding: 2px;
	display: inline-block;
}
.obtain_news_years {
	text-align: center;
	font-size: 28px;
	color: #333333;
	line-height: 28px;
}
.obtain_news_days {
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 23px;
}
.obtain_news_right {
	float: right;
	width: 92%;
	padding-left: 20px;
	border-left: 1px solid #eeeeee;
}
.obtain_news_title {
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
}
.obtain_news_text {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	text-indent: 25px;
	height: 50px;
	overflow-y: hidden;
}
.obtain_news_item:hover .obtain_news_link {
	border-left: 6px solid #0f79ed;
}
.obtain_news_item:hover .obtain_news_title {
	color: #0f79ed;
}
.obtain_news_item:last-of-type {
	border-bottom: none;
}
.obtain_shi_item {
	width: 48%;
	margin-left: 2%;
	margin-bottom: 40px;
	float: left;
	position: relative;
}
.obtain_shi_item:nth-child(odd) {
	margin-left: 0;
}
.obtain_shi_item a &gt; img {
	border-radius: 5px;
	width: 60%;
}
.object_shi_box {
	width: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	border-bottom: 2px solid transparent;
	box-shadow:0px 0px 3px #eeeeee;
	padding: 20px;
	background: #ffffff;
}
.object_shi_title {
	font-size: 20px;
	color: #111111;
	margin-bottom: 10px;
}
.object_shi_text {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	text-indent: 25px;
}
.obtain_shi_item:hover .object_shi_box {
	border-bottom: 2px solid #0f79ed;
}
.obtain_shi_item:hover .object_shi_title {
	color: #0f79ed;
}
.obtain_shi_item:hover .moral_show {
	display: none;
}
.obtain_shi_item:hover .moral_hide {
	display: block;
}
.dang_ex_title1 {
	margin-bottom: 15px;
}
.obtain_zhao_item {
	float: left;
	width: 49%;
	margin-left: 2%;
	margin-bottom: 40px;
	box-shadow:0px 0px 5px #eeeeee;
	border-radius: 5px;
	border: 4px solid transparent;
	padding: 25px; 
}
.obtain_zhao_item:nth-child(odd) {
	margin-left: 0;
}
.obtain_zhao_title {
	font-size: 20px;
	color: #333333;
}
.obtain_zhao_title font {
	font-size: 18px;
	font-family: SourceHanSansK-Medium;
	margin-left: 5px;
}
.obtain_zhao_text {
	font-size: 16px;
	color: #666666;
	margin: 8px 0;
}
.obtain_zhao_caption {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	margin-bottom: 8px;
}
.obtain_zhao_link {
	border-radius: 50px;
	padding: 5px 15px;
	font-size: 14px;
	color: #666666;
	background: #f4f4f4;
	display: inline-block;
}
.obtain_zhao_link font {
	font-family: SourceHanSansK-Medium;
	margin-left: 30px;
}
.obtain_zhao_item:hover {
	border: 4px solid #0080ff;
}
.obtain_zhao_item:hover .obtain_zhao_link {
	color: #ffffff;
	background: #0080ff;
}
.recruit_form {
	background: url(../images/bg8.jpg) no-repeat left center;
	background-size: 100% 100%;
	padding: 53px 20px 25px 12%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.recruit_info {
	float: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 20%;
}
.recruit_text {
	font-size: 18px;
	color: #ffffff;
	margin-right: 8px;
}
.recruit_info input {
	border-radius: 5px;
	border: 1px solid #ffffff;
	font-size: 18px;
	color: #ffffff;
	padding: 5px;
	background: inherit;
	width: 70%;
}
.recruit_info textarea {
	border-radius: 5px;
	border: 1px solid #ffffff;
	font-size: 18px;
	color: #ffffff;
	padding: 5px;
	background: inherit;
	width: 70%;
	outline: none;
	font-family: SourceHanSansK-Regular;
}
.recruit_submit {
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	height: 40px;
	width: 100px;
	border: 1px solid #ffffff;
	background: -webkit-linear-gradient(left, #48cafd , #559ff8);
  background: -o-linear-gradient(right, #48cafd, #559ff8);
  background: -moz-linear-gradient(right, #48cafd, #559ff8);
  background: linear-gradient(to right, #48cafd , #559ff8);
}
.recruit_tel {
	font-size: 18px;
	color: #ffffff;
}
.recruit_tel font {
	margin-left: 15px;
	font-size: 24px;
	font-family: SourceHanSansK-Bold;
}
.recruit_ques_item {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}
.recruit_ques_item:last-of-type {
	border-bottom: none;
}
.recruit_ques_item a {
	padding: 15px 30px;
	border-left: 8px solid transparent;
	border-radius: 5px;
	box-shadow:0px 0px 5px #eeeeee;
}
.recruit_ques_title {
	font-size: 20px;
	color: #333333;
	background: url(../images/yuan.png) no-repeat left center;
	background-size: 14px 14px;
	padding-left: 30px;
}
.recruit_ques_item:hover a {
	border-left: 8px solid #0080ff;
}
.recruit_ques_item:hover .recruit_ques_title {
	color: #0080ff;
}
.train_school_item {
	width: 23%;
	margin-left: 2.6%;
	margin-bottom: 40px;
	float: left;
	border-radius: 5px;
	padding: 25px;
	box-shadow:0px 0px 15px #e3e3e3;
}
.train_school_item:nth-child(4n-3) {
	margin-left: 0;
}
.contact_section {
	padding: 60px 40px;
}
.contact_left {
	width: 50%;
	float: left;
}
.contact_info {
	margin-bottom: 40px;
}
.con_text {
	font-size: 16px;
	color: #333333;
	margin-bottom: 5px;
}
.con_title {
	font-size: 20px;
	color: #333333;
	font-family: SourceHanSansK-Bold;
	margin-bottom: 10px;
}
.con_right {
	width: 50%;
	float: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.con_box {
	margin-right: 50px;
}
.con_box img {
	width: 136px;
}
.con_caption {
	font-size: 20px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}
.news_item {
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
}
.news_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_title {
	font-size: 20px;
	color: #333333;
	width: 80%;
	overflow-x: hidden;
}
.news_time {
	font-size: 14px;
	color: #666666;
}
.news_item:hover .news_title {
	color: #0080ff;
}
.video_item {
	width: 32%;
	margin-left: 2%;
	margin-bottom: 30px;
	float: left;
}
.video_item:nth-child(3n-2) {
	margin-left: 0;
}
.video_photo {
	position: relative;
}
.video_photo img {
	width: 100%;
	border-radius: 5px;
}
.video_photo1 {
	overflow: hidden;
	border-radius: 5px;
}
.video_photo1 img {
	transition: all 0.5s ease-in-out;
}
.video_photo1:hover img {
	transform:scale(1.03);
}
.video_ico {
	width: inherit !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.video_text {
	font-size: 20px;
	color: #222222;
	text-align: center;
	margin-top: 10px;
}
.header_er_section {
	width: 100%;
}
.header_er {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 70;
	height: 46px;
	background: #1c8eff;
	display: none;
}
.header_er .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_gao {
	
}
.header_di {
	display: block;
}
.fu_show {
	display: none;
}
.fu_hide {
	display: none;
}
.fu {
	display: none;
}
.index_video_info a &gt; img {
	transition: all 0.5s ease-in-out;
}
.index_video_info .index_video_text {
	transition: all 0.5s ease-in-out;
}
.index_video_info:hover a &gt; img {
	transform:scale(1.03);
}
.index_video_info:hover .index_video_text {
	transform:scale(1.03);
}

.index_zhuan_item img {
	transition: all 0.5s ease-in-out;
}
.index_zhuan_item a {
	overflow: hidden;
}
.index_zhuan_item:hover img {
	transform:scale(1.03);
}
.dang_top img {
	transition: all 0.5s ease-in-out;
}
.dang_top a {
	overflow: hidden;
}
.dang_top:hover img {
	transform:scale(1.03);
}
.dang_ke_item img {
	transition: all 0.5s ease-in-out;
}
.dang_ke_item a {
	overflow: hidden;
}
.dang_ke_item:hover img {
	transform:scale(1.03);
}
.zhuan_item img {
	transition: all 0.5s ease-in-out;
}
.zhuan_item a {
	overflow: hidden;
}
.zhuan_item:hover img {
	transform:scale(1.03);
}
.obtain_shi_item img {
	transition: all 0.5s ease-in-out;
}
.obtain_shi_item a {
	overflow: hidden;
	border-radius: 5px;
}
.obtain_shi_item:hover img {
	transform:scale(1.03);
}
.train_school_item img {
	transition: all 0.5s ease-in-out;
}
.train_school_item a {
	overflow: hidden;
}
.train_school_item:hover img {
	transform:scale(1.03);
}
.video_photo {
	overflow: hidden;
	border-radius: 5px;
}
/*.video_photo img {
	transition: all 0.5s ease-in-out;
}
.video_photo:hover img {
	transform:scale(1.03);
}*/
.footer_area a:hover {
	color: #f7f7f7;
}
.footer_logo_sp {
	display: none;
}
.footer_left a {
	color: #ffffff;
	cursor: inherit;
}
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1;position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; border-radius: 50%; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;background: #ffffff;}
.picScroll-left .hd ul li.on{ background-position:0 0; background: #1e83e1;}
.fan {
	text-align: center;
	margin: 30px 0 0 0;
}
.fan a {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin: 0 5px;
	border: 1px solid #eeeeee;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.fan a:hover {
	color: #1c8eff;
	border: 1px solid #1c8eff;
}
.fan span {
	display: inline-block;
	font-size: 16px;
	color: #333333;
}
/*.footer_logo  {
	margin-left: 9%;
}*/</pre></body></html>