﻿@charset "utf-8";
/*
BANNER
*/
body{background-color: #252525}
.lb-box {
  width:100%;
  height: 320px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
@media (max-width:568px) {
  .lb-box {
    width: 76%;
    height: 220px;
  }
}

.lb-content {
  width: 100%;  
  height: 100%;
}

.lb-item {
  width: 100%;  
  height: 100%;
  display: none;
  position: relative;   
}

.lb-item > a {
  width: 100%;
  height: 100%;
  display: block;
}

.lb-item > a > img {
  width: 100%;
  height: 100%;
}

.lb-item > a > span {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  padding: 15px;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
}
@media (max-width:568px) {
  .lb-item > a > span {
    padding: 10px;
  }
}

.lb-item.active {
  display: block;
  left: 0%;
}
.lb-item.active.left {
  left: -100%;
}
.lb-item.active.right {
  left: 100%;
}

/*  */
.lb-item.next,
.lb-item.prev {
  display: block;
  position: absolute;
  top: 0px;
}
.lb-item.next {
  left: 100%;
}
.lb-item.prev {
  left: -100%;
}
.lb-item.next.left,
.lb-item.prev.right {
  left: 0%;
}

.lb-sign {
  position: absolute;
  left: 10px;
  bottom: 50px;
  padding: 5px 3px;
  border-radius: 6px;
  list-style: none;
  user-select: none;
  
}

.lb-sign li {
  width: 22px;
  height: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  float: left;
  color: #aaa; font-family: Arial, Helvetica, sans-serif;
  margin: auto 6px;
  border-radius: 3px;
  cursor: pointer;
  color: rgba(0,0,0,0.12);
  cursor: pointer;
    position: relative;
    z-index: 99999;
}
.lb-sign li:hover {
  color: #fff;
}
.lb-sign li.active {
  color: #fff;

}

.lb-ctrl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 900;
  user-select: none;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.1s linear;
}
@media (max-width:568px) {
  .lb-ctrl {
    font-size: 30px;
  }
}
.lb-ctrl.left {
  left: -50px;
}
.lb-ctrl.right {
  right: -50px;
}
.lb-box:hover .lb-ctrl.left {
  left: 10px;
}
.lb-box:hover .lb-ctrl.right {
  right: 10px;
}
.lb-ctrl:hover {
  background-color: #000;
}




.main_image {
	width:100%;
	height:422px;
	border-top:1px solid #d7d7d7;
	overflow:hidden;
	margin:0 auto;
	position:relative
}
.main_image ul {
	width:9999px;
	height:422px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0
}
.main_image li {
	float:left;
	width:100%;
	height:422px;
}
.main_image li span {
	display:block;
	width:100%;
	height:422px
}
.main_image li a {
	display:block;
	width:100%;
	height:422px
}
.main_image li .img_1 {
	background: url('../images/img_main_1.jpg') center top no-repeat
}
.main_image li .img_2 {
	background: url('../images/img_main_2.jpg') center top no-repeat
}
.main_image li .img_3 {
	background: url('../images/img_main_3.jpg') center top no-repeat
}
.main_image li .img_4 {
	background: url('../images/img_main_4.jpg') center top no-repeat
}
.main_image li .img_5 {
	background: url('../images/img_main_5.jpg') center top no-repeat
}
div.flicking_con {
	width:990px;
	margin:0 auto;
	position:relative
}
div.flicking_con .flicking_inner {
	position:absolute;
	top:360px;
	left:90px;
	z-index:999;
	width:300px;
	height:21px
} /* 121126 */
div.flicking_con a {
	float:left;
	width:21px;
	height:21px;
	margin:0;
	padding:0;
	background:url('../images/btn_main_img.png') 0 0 no-repeat;
	display:block;
	text-indent:-1000px
}
div.flicking_con a.on {
	background-position:0 -21px
}
#btn_prev, #btn_next {
	z-index:11111;
	position:absolute;
	display:block;
	width:73px!important;
	height:74px!important;
	top:50%;
	margin-top:-37px;
	display:none;
}
#btn_prev {
	background:url(../images/hover_left.png) no-repeat left top;
	left:100px;
}
#btn_next {
	background:url(../images/hover_right.png) no-repeat right top;
	right:100px;
}

/*
BANNER
*/



.banner_container {
    width: 100%;
    height: 240px;
    background-color:#1875c5;
    background-image: url('../img/banner1.png');
    background-repeat:no-repeat;
    background-position: center;
    margin-bottom:15px;
  
}
.header_container {
    border-bottom: 1px solid #389df4;
    box-shadow: 0px 1px 18px 2px #403f3f;
}



.banner_wrap{ width: 100%;height: 500px;}

/*
pc端左侧分类
*/





/*
资讯列表
*/


/* 本例子css */
	#scrollBox{ width:1140px;  /*background:url(../img/scrollBg.png) ;*/padding:5px 10px;position:relative; -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;}
	#scrollBox .piclist{ overflow:hidden; zoom:1;-webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;}
	#scrollBox .ohbox{overflow:hidden; position:relative;width:1140px;left:7px;-webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;top:5px;}
	#scrollBox {position:relative;overflow:hidden;zoom:1;}
	#scrollBox .piclist li{float:left; display:inline; width:205px;background:#fff;border:1px solid #dedede;margin-right:10px;padding:5px;-webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset; position:relative;}
	#scrollBox .piclist li a{
		color:#000;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	text-overflow:ellipsis;-webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;}
	
	#scrollBox .piclist li a:hover{text-decoration:none;
	color:#28a5c0;}
	#scrollBox .piclist li a img{
		width:204px;
		height:170px;-webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;}
	#scrollBox .piclist li span{height:25px;line-height:25px;display:block;text-align:center;   }
	#scrollBox .pageBtn span{ background:url(../img/bntBg.png) no-repeat; display:block;width:37px;height:59px;position:absolute;top:76px;cursor:pointer;text-indent:-999em;overflow:hidden; }
	#scrollBox .pageBtn .prev{left:5px;background-position:-11px -84px ;}
	#scrollBox .pageBtn .next{right:5px;background-position:-53px -84px ;}
	#scrollBox .pageBtn .list{overflow:hidden;zoom:1;margin:10px 0 0 513px; display:none }
	#scrollBox .pageBtn .list li{ background:url(../img/bntBg.png); float:left; display:inline; width:15px;height:15px;background-position:-86px -57px ;cursor:pointer;margin-left:10px;line-height:10000px;overflow:hidden;  }
	#scrollBox .pageBtn .list li.on{background-position:-114px -57px }

        #scrollBox .piclist li .nn {
            position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    background:rgba(24, 117, 197,.8);
    left: 0;
    box-sizing: border-box;
    padding: 5px 5px;
    color: #fff;
    overflow: hidden;

        }

    .widget .widget-header span {
    float: right;
    text-align: right;
    padding: 20px 10px;
}
.ph_compoment {
    width:100%;
    min-height:415px;
    background:#fff;
    overflow:hidden;
}
.footer_container {
    width:100%;
}


/*
快捷
*/

.kj_cont1{  width: 100%; overflow: hidden; height: 250px;}
.kj_box{background: #fbfbfb;width: 100%; 
    height: 150px;

    margin: 0 auto;
  
  
}
.kj_wrap {
    width: 1200px;
	margin: 0 auto; display: flex; 
	

  
}
.kj_wrap li {
    display: inline-block;
    width: 195px;
  
    padding-top: 18px;
    border: 0;
    text-align: center;
    flex: 1;
    cursor:pointer;
}
.kj_wrap li a {
    
    color: #333333;
    font-size: 16px; 
    letter-spacing: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
	-o-transition: all .3s; 

}
.kj_wrap li img{ width: 64px; height: auto;}
.kj_wrap li a p{line-height: 10px; margin-top: 7px;}
.kj_wrap li a span {
    font-size: 12px;
    letter-spacing: 0; color:#b9b9b9;
}
/*
通知公告
*/
.notice_box {
    float: left;
    width: 630px;
    margin: 10px 10px 0px 0;
    overflow: hidden;
}
 
.n_title{     font-size: 70px;
    color: #dedede;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    width: 100%;
    top: 50px;}

.left_notice{ float: left; position: relative; margin-top: 80px;}
	





.left_notice2{ float: left;  margin-top: 40px;
	float:left;
	-webkit-animation:fadeInLeftBig 3s .3s ease both;
	-moz-animation:fadeInLeftBig 3s .3s ease both;
	
}
.left_animation{float:left;
	-webkit-animation:fadeInLeftBig 3s .3s ease both;
	-moz-animation:fadeInLeftBig 3s .3s ease both;

}
@-webkit-keyframes fadeInLeftBig{
	0%{opacity:0;
	-webkit-transform:translateX(-30px)}
	100%{opacity:1;
	-webkit-transform:translateX(0)}
	}
	@-moz-keyframes fadeInLeftBig{
	0%{opacity:0;
	-moz-transform:translateX(-30px)}
	100%{opacity:1;
	-moz-transform:translateX(0)}
}
@-ms-keyframes fadeInLeftBig{
	0%{opacity:0;
	-ms-transform:translateX(-30px)}
	100%{opacity:1;
	-ms-transform:translateX(0)}
}
.right_animation{

	float:right;
	
	-webkit-animation:fadeInRightBig 3s .3s ease both;
	-moz-animation:fadeInRightBig 3s .3s ease both;
}
	@-webkit-keyframes fadeInRightBig{
	0%{opacity:0;
	-webkit-transform:translateX(30px)}
	100%{opacity:1;
	-webkit-transform:translateX(0)}
	}
	@-moz-keyframes fadeInRightBig{
	0%{opacity:0;
	-moz-transform:translateX(30px)}
	100%{opacity:1;
	-moz-transform:translateX(0)}
}
@-ms-keyframes fadeInRightBig{
	0%{opacity:0;
	-ms-transform:translateX(30px)}
	100%{opacity:1;
	-ms-transform:translateX(0)}
}


.up_animation{

	-webkit-animation:fadeInUp 4s .4s ease both;
	-moz-animation:fadeInUP 4s .4s ease both;
}
	@-webkit-keyframes fadeInUP{
		0%{opacity:0;
			-webkit-transform:translateY(30px)}
			100%{opacity:1;
			-webkit-transform:translateY(0)}
	}
	@-moz-keyframes fadeInUP{
		0%{opacity:0;
			-webkit-transform:translateY(30px)}
			100%{opacity:1;
			-webkit-transform:translateY(0)}
}
@-ms-keyframes fadeInUP{
	0%{opacity:0;
		-webkit-transform:translateY(30px)}
			100%{opacity:1;
			-webkit-transform:translateY(0)}
}

@-webkit-keyframes fadeInUp {
0% {
opacity: 0;

-webkit-transform: translate3d(0, 100%, 0);

transform: translate3d(0, 100%, 0);

}

100% {
opacity: 1;

-webkit-transform: none;

transform: none;

}
}


.scroll_img_box {
	float:right;
	width: 540px;
	height: 350px;
	margin-top:80px;
}
.scroll_img_layout {
	width:100%;
	height:100%;
	overflow:hidden; border-radius: 20px;
}
.scroll_img_layout img{
	width:100%;
	height:100%;
}
.layui-carousel-ind{ display: none;}
.notice_nav{ width: 640px; margin-top: -10px;}
.notice_nav li{float: left;}
.left_time{text-align: center;float: left;width: 100px;}
.left_time h5{font-size: 38px;font-weight: 700;font-family: Arial, Helvetica, sans-serif;color: #51d38f;
text-align: center;line-height: 32px;}
.left_time span{font-size: 13px;color: #8b8b8b;}
.right-txt{ float: right; background-image: url(../images/txt1.png);background-repeat: no-repeat;
	width: 500px;
	height: 120px; padding-left: 46px;cursor:pointer;}
	.right-txt:hover{ background-image: url(../images/txt_h.png);background-repeat: no-repeat;}


.right-txt p{font-size: 17px; line-height: 34px;margin-top: -8px;}
.more_c{ 
position: absolute;left: 140px;bottom: 10px; text-align: center;color: #fff;} 
.more_0{ width: 30px;height: 30px; background: #51d38f;border-radius: 50%;float: left;line-height: 28px;  }
.more_c span{float: left;color: #333; line-height: 30px; margin-left: 5px;}
.yq_wrap{     width: 100%;
    height: 500px;
    background-image: url(../images/yq_0.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 0 auto;
    background-size: 100% auto;
    position: relative;
    top: 280px;}

/*
仪器
*/
.yiqi_box{width: 100%;margin: 0 auto; margin-top: 80px;position: relative;z-index: 99;}
.yq_cont{    width: 1200px;
    margin: 0 auto;
    height: 400px;
    position: relative;
    top: -60px;}
.yq_cont li{width:30%;background:#fff;height: 331px; float: left;margin-right: 5%;
border: 1px solid #ebebeb;position: relative;cursor:pointer}
.yq_cont li:nth-child(3n){margin-right: 0px;}
.qy_k{ width: 185px;height: 185px;border-radius:50%;border: 1px solid #e9e9e9;
	margin: 0 auto; position: relative;top:-93px;background: #fff;}
.qy_i{ width: 150px;height: 150px;border-radius:50%;border: 1px solid #e9e9e9;
		margin: 0 auto; background: #fff;margin-top: 17.5px;overflow: hidden;}
.qy_i img{ width: 100%;height: 100%;}
.list01{ width: 44px;height: 44px;  border-radius:50%;position: relative; 
	left: 130px;top:-40px;text-align: center;line-height: 44px;font-size: 16px;color:#fff;}
.qy_text{ position: relative;top:-78px;padding: 0px 20px;}
.qy_text h6{text-align: center;font-size: 16px;color: #365B9F;height:10px;}
.qy_text h4{text-align: center;font-size: 20px;color: #333;font-weight:700;margin-top: 30px;}
.qy_text p{text-align: left;
    font-size: 14px;
    color: #AFAFAF;
    margin-top: 10px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 75px;}
.qy_time{font-size: 14px;position: relative;top: 30px;}
.qy_time span{font-size: 14px; margin-right: 10px;}
.qy_time img{margin-right: 10px;}
.qy_time em{font-style: normal; color: #365B9F;margin-left: 5px;}
.arrow1{ position: absolute;right: 20px;margin-top: 14px;}
.platform_img{ width:600px;height:600px; background-repeat: no-repeat;background-position-x: -100px;
background-image: url(../images/pt.png);background-size:auto 80%;position: relative;float: left;
top:80px; z-index: 9999;}
.platform_box{width:calc(100% - 600px);height: 500px;float: right; padding-top: 100px;
margin-top: 180px;background-image: url(../images/ej.png);background-size: 100% auto; 
background-repeat: no-repeat; background-position-y: -400px;
}
.platform_box h2{ font-size: 26px;font-weight: 700;}
.platform_box > p{ font-size: 14px;color: #D5D5D5;line-height: 30px;}
.pt_nav{ margin-top: 30px;}
.pt_nav li{
	width: 25%;height: 125px;float: left;
}
.pt_i{ width: 60px;height: 60px;border-radius:50%;margin: 0 auto; text-align: center;border: 1px solid #365b9f;}
.pt_nav li p{text-align: center; font-weight: bold;color: #365B9F;line-height: 36px;font-size: 14px;}
.pt_i img{width: 36px;height: auto; margin-top: 12px;}

.Overview{ width: 100%;
    height: 360px;
    background-image: url(../images/bg_02.png);
    position: relative;
    top: -50px;
    background-size: 100%;
    padding-top: 40px;
    background-repeat: repeat-x;}
.Overview h3{ font-size: 16px; color: #1eab90; text-align: center;  background-image: url(../images/over0.png);
background-repeat: no-repeat; background-position-x: center; background-position-y: 30px;height:40px;}
.Overview_box{ width: 1200px; margin: 0 auto; margin-top: 30px;}
.Overview_box li{width:16%;height: 180px;float: left; margin-right: 12%;text-align: center; }
.Overview_box li:last-child{ margin-right: 0px;}
.Overview_i{ width: 100px;height: 100px;border-radius: 50%; background: #fff;margin: 0 auto;}
.Overview_i img{ margin-top: 27px;}
.Overview_box li p{text-align: center;font-size: 30px; color: #fff; margin-top: 14px;}
.Overview_box li font{ font-size: 12px; color: #ACACAC;}
.chart_open{ float: left; width: 800px; height: 500px; position: relative;
}
.chart_b{ float: left; width: 600px; float: left;height: 700px; }
.chart_legend{  position: absolute; top:50px;right: 70px;

	height: 300px;}
.legend_b{ width: 15px;height: 15px;float: left; border-radius: 50%;margin-top: 5px;
  margin-right: 9px;}
  .chart_legend ul { margin-top: 20px;}
  .chart_legend ul li{font-size: 14px; margin-bottom: 12px;}
  .chart_contrast{width:calc(100% - 800px);float:right;height: 500px; margin-top: 50px;}
.chart_legend h3{ font-size: 18px;}
.chart_legend font{ font-size: 12px; color: #8b8b8b;line-height: 30px;}
.chart_contrast  h3{ font-size: 18px;}
.chart_c{ height: 280px; width: 100%;}
.chart_l{width: calc(100% - 350px);height: 200px;margin-top: 380px;position: absolute;
	right: 0px;}
	.chart_contrast img{ width: 21px;height: auto;}
.chart_box{ position: relative;width: 100%;height: 600px;top: 0px;}

/*
实时数据
*/
.date_box{ margin-top: 30px; width: 550px;float: left;}
.date_open{ width:504px;height: 504px;margin-left: -120px; margin-top: 100px;}
.date_b{ width: 100%;height: 100%;border-radius: 50%;border:4px solid #F4F4F4;position: relative;padding: 0px;}
.date_n{ width: 92%;height: 92%;border-radius: 50%;border:4px solid #fbfafa; margin: 0 auto; margin-top:4%;
background: #fdfdfd;}
.date_c{   width: 50%;height:50%;border-radius: 50%; box-shadow: 1px 1px 20px rgba(125, 169, 136,0.18) ;
margin: 0 auto;  margin-top: 25%; text-align: center;}
.datebox-1{ width: 130px;height:130px;border-radius: 50%;top: -65px;
	background-color: #44b9a4; /* 浏览器不支持时显示 */
	background-image: linear-gradient(#51d3a1, #3daba5);position: absolute;
	top: -65px;left: 187px;
}
.datebox-2{ width: 130px;height:130px;border-radius: 50%;
	background-color: #40c7d4; /* 浏览器不支持时显示 */
	background-image: linear-gradient(#40c7d4, #778ee4);position: absolute;
	top:187px;right: -65px;
}
.datebox-3{ width: 130px;height:130px;border-radius: 50%; 
	background-color: #f7994b; /* 浏览器不支持时显示 */
	background-image: linear-gradient(#f7994b, #e67c73);position: absolute;
	left:187px;bottom: -65px;
}
.datebox{ text-align: center; padding-top: 30px;}
.datebox p{ text-align: center;font-size: 26px; color: #fff;font-family: Arial, Helvetica, sans-serif;font-weight: 700;}
.datebox em{ text-align: center;font-size: 13px; color: #fff; font-style: normal;}
.date_c img{margin-top:44px;width: 49px;height: auto; margin-bottom: 10px;}
.date_c p{ text-align: center;font-size: 36px; color: #5c7ab0;font-family: Arial, Helvetica, sans-serif;font-weight: 700;
line-height: 40px;}
.date_c em{ text-align: center;font-size: 13px; color: #5c7ab0; font-style: normal;}
.box_tit h3{ font-size: 22px;font-weight: 700;}
.box_tit font{ font-size: 14px;color: #d5d5d5;}
.box_tit{ margin-left: 20px;}
.appointment_right{width:calc(100% - 600px);float: right; height: 740px;margin-top:0px;
background-image: url(../images/ej.png) ; background-size: 100%; background-position: center 100px;
background-repeat: no-repeat;}
.appointment_top{ margin-left: 60px; margin-top: 30px; height: 220px; width: 100%;}
.title1{font-size: 18px;}
.title1 img{width: 21px;height: auto; margin-right: 7px;}
.appointment_b li{ width: 130px;height: 130px; border: 2px solid #fff; border-radius:50%;
float: left;  overflow: hidden;margin-left: -30px; position: relative;}
.appointment_b li img{ width: 130px;height: 130px;margin-right: 15px;}
.appointment_b{ margin-left: 30px; margin-top: 20px;}
.ranking_top{ width:100%;height:300px;}



/* 实验室图片轮播css */
.lab_box{ width: 100%;margin: 0 auto; position: relative; background: #FAFAFA;padding-top: 70px;
	padding-bottom: 60px; margin-top: 100px;
}
.lab_title{ font-size: 65px;color: #dedede;text-align: center;line-height: 20px;
	font-weight: 700; opacity: .3; position: relative;}
.lab-title2{position: relative;text-align: center;font-size: 42px;font-weight: 700; top: -58px;color: #fff; }
.c_yq{ width: 90px;height:90px;border-radius: 50%; overflow: hidden;float: left;}
.c_yq img{ width: 100%;height: 100%; }
.c_tit{ float: left; width:calc(100% - 92px);padding-left: 20px;height: 92px;position: relative;}
.c_tit p{ font-size: 16px; color: #333;margin-bottom: 20px;line-height: 30px;}
.c_tit span{ color: #444;font-size: 14px; position: absolute;
	bottom: 0px; }
.b_name{ float: left; margin-right: 40px;}
.b_name span{ font-size: 14px; margin-left: 15px;}
.b_name img{  margin-top: 0px;
    width: 12px;}
.name_box1{ position: absolute;bottom: 20px; float: left;  }
.b_name font{ font-size: 14px;
	margin-top: 5px;
	margin-left: 15px;
	display: inline-block;}



	/*.post-slide{
		margin: 0 15px;
	}
	.post-slide .post-img{
		overflow: hidden;
	}
	.post-slide .post-img img{
		width: 100%;
		height: auto;
		transform: scale(1);
		transition: all 1s ease-in-out 0s;
	}
	.post-slide:hover .post-img img{
		transform: scale(1.08);
	}
	.post-slide .post-content{
		background: #fff;
		padding: 20px;
	}
	.post-slide .post-title{
		font-size: 17px;
		font-weight: 600;
		margin-top: 0;
		text-transform: capitalize;
	}
	.post-slide .post-title a{
		display: inline-block;
		color: #808080;
		transition: all 0.3s ease 0s;
	}
	.post-slide .post-title a:hover{
		color: #3d3030;
		text-decoration: none;
	}
	.post-slide .post-description{
		font-size: 15px;
		color: #676767;
		line-height: 24px;
		margin-bottom: 14px;
	}
	.post-slide .post-bar{
		padding: 0;
		margin-bottom: 15px;
		list-style: none;
	}
	.post-slide .post-bar li{
		color: #676767;
		padding: 2px 0;
	}
	.post-slide .post-bar li i{
		margin-right: 5px;
	}
	.post-slide .post-bar li a{
		display: inline-block;
		font-size: 12px;
		color: #808080;
		transition: all 0.3s ease 0s;
	}
	.post-slide .post-bar li a:after{
		content: ",";
	}
	.post-slide .post-bar li a:last-child:after{
		content: "";
	}
	.post-slide .post-bar li a:hover{
		color: #3d3030;
		text-decoration: none;
	}
	.post-slide .read-more{
		display: inline-block;
		padding: 10px 15px;
		font-size: 14px;
		font-weight: bold;
		color: #fff;

		border-bottom-right-radius: 10px;
		text-transform: capitalize;
		transition: all 0.30s linear;
	}
	.post-slide .read-more:hover{
		background: #333;
		text-decoration: none;
	}*/
	.right_r{ text-align: left;}
	.right_r h4{font-size: 18px; margin-top: 16px;margin-bottom: 10px; }
	.right_r a img{ margin-top: 16px; margin-right: 10px; width: 52px;height: auto;}
	.right_r p{ font-size: 12px;font-weight: lighter;}
	.right_r em{ font-size: 12px;font-weight: lighter; font-style: normal; color: #37D1C0;}
.left_f h4{  font-size: 18px; margin-top: 30px; margin-bottom: 10px;}
	.link_nav{width: 200px;}
	.link_nav li{  padding: 6px 20px; font-size: 12px; border: 1px solid #fff; opacity: .6;
	border-radius: 40px; float: left; margin-top: 12px;cursor:pointer;margin-right: 3px;}
.right_r{  float: right;width: 700px; }

.contact li{ float: left; width: 45%; height: 66px;line-height: 66px;
 border-bottom:1px solid rgba(255,255,255,0.12);}
 .contact li:nth-child(2n){ margin-left: 8%;}
 .contact li span{ margin-left: 14px; color: #BDBDBD;}
 .third_left{ float: left; width: 53%; margin-top: 40px;}
 .technology_right{ float:left; width: 47%;  margin-top: 40px;}
 .tel{ width: 200px;height: 38px; border:1px solid rgba(255,255,255,0.4);border-radius: 60px; line-height: 38px; margin-top: 20px;}
 .tel img{ margin-left: 20px; width: 20px;}
 .foot_2{background-color: #374770;width: 100%; height: 70px;text-align: center; 
	padding-top: 15px; color: #fff;}
	.foot_2 a{ color: #fff;}

 .foot_2 img{ text-align: center;}




 .container {

    justify-content: center;
    width: 100%;
    
    margin: 30px auto 0px auto;
  }
  
  .profile {
    position: relative;
    transition: all 0.3s;
	
transition: all 0.3s;
width: 100px;
height: 100px;
border-radius: 50%;

/*border: 5px solid #f7f7f7;*/
/*filter: drop-shadow(-10px 0 6px rgba(0, 0, 0, 0.09));*/
    box-shadow: 0 0 13px rgba(0,0,0,.3);
background:#fff;
margin-left: -14px;
float: left;
  }
  
  .profile:hover {
    transform: translateY(10px);
    z-index:999
  }
  
  .profile img {
   width: 100px;
    border-radius: 50%;
    cursor: pointer;
    height: 100px;
  }

  .profile:not(:first-child){
    margin-left: -10px;
  }
  
  .profile .name {
    position: absolute;
    background-color: #10996d;
    color: #fff;
   
    padding: 15px 25px;
    border-radius: 100px;
	bottom: -150px; left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50px);
    letter-spacing: 0px;
  
	display: none;
	cursor: pointer;

  }
  .profile:hover .name{display: block;}
  
  .profile .name::before {
    content: "";
    position: absolute;
    width: 15px; height: 15px;
    background-color: #10996d;
    top: 0; left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .profile .name > p{font-size: 14px; color: #b6e3d5;}
  .profile .name > p > font{opacity: 1; color: #fff;}


/* 新样式 */
.box > h4 > font {
    padding: 10px 0;
    font-size: 20px;

    color: #333; margin-right: 6px;
}
.notice_nav li {
	width:100%;
	height:66px;

	margin-top: 8px;
	padding-top: 8px;
}
.notice_nav li:first-child {
	border-top:none;
	margin-top: 4px;
}
.notice_nav li .time_compoment {
	float: left;
width: 58px;
height: 56px;
box-sizing: border-box;
/*border: 1px solid #dfdfdf;*/
overflow: hidden;
position: relative;
border: 1px solid #1674c9;
box-shadow: 0 0 2px 1px #e8e8e8;
}
.notice_nav li .time_compoment span {
	display: block;
width: 100%;
height: 20px;
font-size: 12px;
text-align: center;
line-height: 20px;
background: #1674c9;
color: #fff;
letter-spacing: 0;
position: absolute;
top: 0;

}
.notice_nav li .time_compoment font {
	display:block;
	width:100%;
	font-size:28px;
	text-align:center; font-family: Arial, Helvetica, sans-serif;
	line-height:76px;
	color:#1674c9; font-weight: 600;
   
}
.notice_nav li .text_compoment {
	float: left;
width: 490px;
height: 65px;
margin-left: 20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;

}

.notice_nav li .text_compoment a {
height: 20px;line-height: 20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; color: #000;font-size: 15px;

}

.notice_nav li .text_compoment h3{    font-size: 12px;
color: #a9a9a9;
margin-top: 6px;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: block;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; line-height: 18px;
height:34px;}

.top_box {
    float: right;
    width: 520px;
    background-position-y: 15px;
    margin: 20px 0px 0px 0;
    background-image: url(../img/line.png);
    background-repeat: repeat-x;
}
.data_box {
    width: 100%;
    margin-top: 30px;
}
.data_box li {
    width: 42%;
    margin-right: 6%;
    height: 82px;
    float: left;
    margin-top: 20px;
    text-align: center;
}
.icon img {
    text-align: center;
    width: 60%;
    height: auto;
}
.icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #1674c9;
    line-height: 68px;
    float: left;
}
.text p span{
    font-size: 30px;
    color: #1674c9;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 30px;
}
.text p em{
    font-size: 15px;
    color: #8b8b8b;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
  
    line-height: 30px;
    font-style: normal;
margin-left: 10px;

}


#NewOrderList li {
    position: relative;
    overflow: hidden;

    
    margin: 7px 0;
}
#NewOrderList .name_right{float: left;border-bottom: 1px dashed #dadada;width:410px;position: relative;padding-bottom: 14px;margin-top: 9px;

}
#NewOrderList li h1 {
    font-size: 14px;
 

    display: inline-block;

    color: #000;
    width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
#NewOrderList li h4 {color: #808080; font-size: 12px;

}
.img_a{
    width: 50px;height: 50px;border-radius: 50%;float: left; margin-right: 10px;border: 1px solid #f9f7f7;
    overflow: hidden;
}
.img_a img{
    width: 100%;height: 100%;
}
#NewOrderList li p {
    font-size: 12px;
    font-weight: 500;
    padding-left: 10px;
    padding-left: 10px;
    width: calc(100% - 100px);
    color: #828e85;
}
#NewOrderList li font {
    position: absolute;
    top: 3px;
    right: 5px;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    width: 50px;
    text-align: center;
    border-radius: 50px;
}
#NewOrderList li h6 {
    font-size: 12px;
    color: #d0d0d0;
    position: absolute;
    right: 6px;
    top: 26px;
}
.introduction{
    width: 1200px;height: 360px;margin:30px auto 0px auto;
}

.bg_i{float: left; width: 600px;height: 100%; padding: 15px 20px 5px 20px;
    position: relative; background-color: #434c6b;

}
.bg_i h3{ color: #ffdd89; font-size: 20px;font-weight: 600;margin-top: 10px;}
.bg_i h5{ color: #fff; font-size: 16px;background-image: url(../img/rectangle.png);background-repeat: no-repeat;
    background-position-y: 2px;
 margin-top: 12px;}
.bg_i p{ color: #fff; font-size: 14px; margin-top: 16px;  overflow: hidden;
    overflow: hidden;
    -webkit-line-clamp: 6; 
    -webkit-box-orient: vertical; line-height: 24px; text-indent: 28px;
    display: -webkit-box;
}
.right_i{
    width: 600px;float: right;height: 360px;
}
.right_i img{ width: 600px;height: auto;  }

.show_tit{
    background-image: url(../images/Instrument.png);background-repeat: no-repeat;
    width: 400px;height: 40px;margin:0 auto ;text-align: center; line-height: 40px;
}
.show_tit font{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
.more_i{
    width: 90px;height: 30px;line-height: 30px;background-color: #fff;color: #333;border-radius: 40px;text-align: center;
    position: absolute; bottom: 30px;font-size: 12px;
}



.swiper-slide a img{    width: 100%;
  height: 212px;
}
.swiper-slide a h3{    overflow: hidden;
  text-overflow: ellipsis;
display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
 
  width: 100%;
  height: 40px;
line-height: 40px;font-size: 14px;
  }
  .swiper-slide a:hover h3{  color: #1674c9;
  }
  .swiper-slide:hover{ border-bottom: 2px solid #1674c9;

  }
  .link_wrap{
    width: 100%;height: 100px; background: #556083; margin-top: 30px;}

	.links_box {
         
		width:1200px; margin: 0 auto;
		height:100px;
		background-image: url('../img/links_bg.png');
		background-repeat:no-repeat; background-position-y: 15px;
	}
	.links_box ul {
		width:1080px;
		min-height:46px;
		overflow:hidden;
		float:right;
		margin-top:40px;

	}
	.links_box ul li {
		float:left;
		padding:0px 15px;
	
		margin-top:2px;
		margin-bottom:10px; color: #c2cae0;
	}
	
	.box > h4 > em {
		color: #d6d6d6;
		font-style: normal;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
	
	}
	.box > h4 > span {
		position: absolute;
		top: 15px;
		right: 0px;
		padding: 2px 10px;
		font-size: 12px;
		border-radius: 10px;
	}
	.box > h4 {
		display: block;
		font-size: 15px;
		color: #444;
		padding: 5px 0 10px 0;
		position: relative;
	}
	.appointment_box {
		float: right;
		width: 520px;
		height: 350px;
		margin: 0px 0px 10px 0;
	}

 
        .target {
    width:1200px;
    height:320px;
    overflow:hidden;
    position:relative;
    margin:25px auto;
  }
  .target img {
    position:absolute;
    top:0;

  
  }
  .hy-dot-center {
    left: 40%;}
    .hy-dot i{
      background: rgba(255, 255, 255, 0.3);
    }
    .hy-dot i.active {
      background: #189eec;
  }
/* 3
PC端特有样式定义
*/
@media (min-width:768px) {

}

@media (min-width:768px) and (max-width:1200px) {
    .main {
        width:1200px;
    }
}


@media (max-width: 767px){

}

@keyframes mymove
{
from {left:0px;}
to {left:40px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
from {left:0px;}
to {left:40px;}
}