/*全局样式*/
.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*原文件配置*/
.w1100 {
  width: 1100px;
  margin: 0 auto;
}
body {
  color: #000;
  background: #f1f1f1;
  font: 14px/22px 'Microsoft YaHei', arial, sans-serif;
  min-width: 1160px;
}
/*最小宽度1200px是为了适应移动端预览*/
a {
  color: #008ed6;
}
input {
  outline: none;
}
a:hover {
  opacity: 0.7;
}
input,
textarea {
  outline: none;
}
/*按钮专用 end*/
.btn_com {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #417be7;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.btn_com:hover {
  color: #fd711c;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.input_com {
  border: 2px solid #0099d9;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 16px;
}
/*块级转化*/
.di_in {
  display: inline-block;
}
.di_no {
  display: none;
}
.di_bl {
  display: block;
}
/*原文件配置  end*/
/* 到顶部间距 */
.mt0 {
  margin-top: 0px;
}
.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;
}
.mt45 {
  margin-top: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
/* 到左边间距 */
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 25px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 35px;
}
.ml45 {
  margin-left: 35px;
}
.ml50 {
  margin-left: 50px;
}
/* 字体大小 */
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
/*纵向居中*/
.v_middle {
  vertical-align: middle;
}
/*横向居中*/
.te-align {
  text-align: center;
}
/*相对定位*/
.p_r {
  position: relative;
}
.p_a {
  position: absolute;
}
/* 白色背景 */
.bgfff {
  background: #fff;
}
/*全局样式 end*/
.header {
  background: url(../images/head-bg.jpg) no-repeat center center;
  background-size: auto 100%;
}
.header .w1100 {
  padding: 34px 0;
}
.header .logo {
  display: inline-block;
}
.header .logo * {
  display: inline-block;
  vertical-align: middle;
}
.header .logo p {
  font-size: 24px;
  margin-left: 20px;
  font-weight: bold;
  color: #fff;
}
.nav {
  background: #1a4d6b;
}
.nav ul {
  clear: both;
  overflow: hidden;
}
.nav ul li {
  float: left;
  width: 14.28%;
  text-align: center;
}
.nav ul li a {
  display: block;
  color: #c1eaff;
  font-size: 15px;
  height: 44px;
  line-height: 44px;
}
.nav ul li.on a,
.nav ul li:hover a {
  color: #fff;
}
.index-page {
  width: 1040px;
  padding: 30px;
  margin: 30px auto;
}
.experiment-box {
  padding: 30px 40px;
  background: #f3f3f3;
  border-radius: 5px;
}
.experiment-box h3 {
  font-size: 30px;
  line-height: 1.2;
}
.experiment-box .info-box {
  margin-top: 10px;
}
.experiment-box .info-box ul {
  clear: both;
  overflow: hidden;
}
.experiment-box .info-box ul li {
  width: 25%;
  float: left;
  line-height: 30px;
}
.experiment-box .info-box ul li a {
  display: inline;
}
.experiment-box .Introduction-box {
  margin-top: 15px;
}
.experiment-box .Introduction-box h4 {
  color: #008ed6;
  padding-left: 10px;
  border-left: #008ed6 3px solid;
  line-height: 1;
  margin-bottom: 15px;
}
.experiment-box .Introduction-box p {
  color: #878787;
}
.experiment-box .operation {
  margin-top: 45px;
}
.video-box {
  margin-top: 30px;
}
.video-box ul {
  clear: both;
  overflow: hidden;
}
.video-box ul li {
  float: left;
  margin-right: 25px;
}
.title {
  text-align: center;
}
.title h3 {
  font-size: 22px;
  color: #008ed6;
  line-height: 2.2;
}
.title small {
  color: #878787;
  position: relative;
}
.title small::after,
.title small::before {
  content: '';
  width: 48px;
  position: absolute;
  top: 50%;
  border-top: #878787 1px solid;
  margin-left: -73px;
  margin-top: 1px;
  left: 0;
}
.title small::before {
  right: 0;
  margin-left: auto;
  margin-right: -73px;
}
.team-box {
  margin-top: 75px;
}
.team-box .team-banner {
  position: relative;
  margin-top: 35px;
}
.team-box .team-banner .prev,
.team-box .team-banner .next {
  font-size: 50px;
  line-height: 1;
  font-family: '宋体';
  font-weight: bolder;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
.team-box .team-banner .prevStop,
.team-box .team-banner .nextStop {
  color: #b1b1b1;
}
.team-box .team-banner .next {
  left: auto;
  right: 0;
}
.team-box .team-banner .bd {
  width: 950px;
  margin: 0 auto;
}
.team-box .team-banner .bd ul {
  clear: both;
  overflow: hidden;
}
.team-box .team-banner .bd ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.team-box .team-banner .bd ul li .photo {
  width: 152px;
  height: 118px;
  border-radius: 100%;
  border: #f3f3f3 8px solid;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s;
}
.team-box .team-banner .bd ul li .photo img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
}
.team-box .team-banner .bd ul li .photo .more {
  background: url(../images/b-bg.png) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  line-height: 152px;
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
}
.team-box .team-banner .bd ul li p {
  margin-top: 15px;
}
.team-box .team-banner .bd ul li p a {
  font-size: 15px;
  display: inline-block;
  line-height: 1.2;
  color: #080c18;
}
.team-box .team-banner .bd ul li:hover .photo {
  border: #e1f5ff 8px solid;
}
.team-box .team-banner .bd ul li:hover .more {
  opacity: 1;
}
.interactive-box {
  margin-top: 70px;
}
.interactive-box .clearfix {
  margin-top: 35px;
}
.interactive-box .clearfix .fl {
  width: 525px;
}
.interactive-box .clearfix .fl img {
  width: 100%;
  display: block;
}
.interactive-box .clearfix .fr {
  width: 460px;
}
.interactive-box .clearfix .fr h5 {
  font-size: 14px;
  color: #000;
  line-height: 30px;
  font-weight: bolder;
}
.interactive-box .clearfix .fr .message-box {
  padding: 20px;
  height: 290px;
  background: #fbfbfb;
  overflow-y: scroll;
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.interactive-box .clearfix .fr .message-box::-webkit-scrollbar {
  width: 6px;
  background-color: #b1b1b1;
}
.interactive-box .clearfix .fr .message-box::-webkit-scrollbar-track {
  width: 6px;
  background-color: #f3f3f3;
}
.interactive-box .clearfix .fr .message-box::-webkit-scrollbar-thumb {
  background-color: #b1b1b1;
}
.interactive-box .clearfix .fr .message-box .item {
  padding-left: 42px;
  background: url(../images/icon_27.jpg) no-repeat left top;
  margin-bottom: 22px;
}
.interactive-box .clearfix .fr .message-box .item p {
  max-width: 295px;
  padding: 10px;
  border: #f3f3f3 1px solid;
  background: #fff;
  border-radius: 3px;
}
.interactive-box .clearfix .fr .message-box .us {
  padding-left: 0;
  padding-right: 42px;
  background: url(../images/icon_31.jpg) no-repeat right top;
}
.interactive-box .clearfix .fr .message-box .us p {
  margin-left: auto;
  background: #008ed6;
  color: #fff;
}
.interactive-box .clearfix .fr form {
  padding: 20px 15px;
  border: #f3f3f3 1px solid;
  clear: both;
  overflow: hidden;
}
.interactive-box .clearfix .fr form .text-form {
  width: 332px;
  height: 30px;
  padding: 3px 10px;
  border-radius: 3px;
  background: #f3f3f3;
}
.interactive-box .clearfix .fr form .search-form {
  width: 72px;
  height: 36px;
  background: #008ed6;
  border-radius: 3px;
  color: #fff;
}
.title2 {
  border-bottom: #f3f3f3 3px solid;
}
.title2 h3 {
  font-size: 18px;
  color: #080c18;
  line-height: 45px;
  display: inline-block;
  position: relative;
}
.title2 h3::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-bottom: #008ed6 4px solid;
}
.faq-box ul {
  margin-top: 30px;
}
.faq-box ul li {
  box-shadow: #f4f4f4 0 0 7px 2px;
  margin-bottom: 20px;
  padding: 20px 20px 30px 60px;
  position: relative;
}
.faq-box ul li em {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 22px;
  color: #008ed6;
  font-style: normal;
}
.faq-box ul li em::after {
  content: '/';
  font-size: 36px;
  color: #008ed6;
  font-family: '宋体';
  position: absolute;
  left: 15px;
  top: 2px;
}
.faq-box ul li p {
  margin-top: 10px;
  font-size: 16px;
  color: #080c18;
}
.faq-box ul li .open {
  position: absolute;
  top: 34px;
  right: 22px;
  width: 25px;
  height: 25px;
  background: url(../images/faq_03.jpg) no-repeat center;
}
.faq-box ul li .open.on {
  background: url(../images/faq_06.jpg) no-repeat center;
}
.faq-box ul li .close-box {
  margin-top: 25px;
  border-top: #f9f9f9 2px solid;
  padding-left: 35px;
  padding-top: 22px;
  position: relative;
  display: none;
}
.faq-box ul li .close-box i {
  position: absolute;
  left: 0;
  top: 32px;
  width: 25px;
  height: 25px;
  background: url(../images/faq_09.jpg) no-repeat center;
}
.faq-box ul li .close-box .answer-box * {
  max-width: 100%;
}
.faq-box ul li .close-box .answer-box p {
  font-size: 14px;
  color: #494949;
  margin-bottom: 15px;
}
.faq-box ul li .close-box .answer-box img {
  margin: 30px 0;
}
.principal-box ul {
  padding: 20px 0 40px;
  margin-right: -32px;
  clear: both;
}
.principal-box ul li {
  width: 236px;
  height: 260px;
  overflow: hidden;
  float: left;
  margin-right: 32px;
  margin-top: 25px;
  box-shadow: #ebebeb 0 0 7px 3px;
}
.principal-box ul li .photo {
  height: 155px;
}
.principal-box ul li .photo img {
  height: 100%;
  width: 100%;
  display: block;
}
.principal-box ul li .text {
  padding: 10px 15px;
}
.principal-box ul li .text p {
  font-size: 12px;
  color: #878787;
  line-height: 2;
}
.principal-box ul li .text p strong {
  font-size: 17px;
  color: #292c37;
  margin-right: 10px;
}
.principal-box ul li .text a {
  font-size: 12px;
  color: #008ed6;
}
.principal-box .other li {
  height: 232px;
}
.description-box .description-content {
  min-height: 600px;
}
.description-box .description-content * {
  max-width: 100%;
}
.description-box .description-content h5 {
  text-align: center;
  font-size: 16px;
  color: #080c18;
  margin: 25px 0;
}
.description-box .description-content p {
  text-indent: 2em;
  color: #000;font-size:14px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.description-box .description-content img {
  display: block;
  margin: 25px 0;
  margin:0px auto!important;
}
.tab-float {
  position: fixed;
  top: 195px;
  left: 50%;
  margin-left: -730px;
  width: 150px;
}
.tab-float a {
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  color: #008ed6;
  background: #fff;
  border-radius: 3px;
  display: block;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.tab-float a.on,
.tab-float a:hover {
  background: #008ed6;
  color: #fff;
  opacity: 1;
}
.footer {
  margin-top: 50px;
  padding: 20px 0;
  background: #051e2d;
  line-height: 28px;
  color: #fff;
  font-size: 12px;
}
.footer .fl p {
  padding-left: 20px;
  background: url(../images/f-icon_06.png) no-repeat left center;
}
.footer .fl p:first-child {
  background: url(../images/f-icon_03.png) no-repeat left center;
}

.tc{text-align:center}
.pr{position:relative}
.pa{position:absolute}
.chart_wrap .txt_wrap p,.chart_date li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.chart_date{left:28px;font-size:0;bottom:-15px}
.chart_date li{display:inline-block;*display:inline;*zoom:1;font-size:12px;color:#aeaeae;width:54px}
.chart_date .active{color:#018fd9}
.chart_wrap img{width:396px !important;height:266px !important;position: relative;}
.chart_wrap .txt_wrap{left:70px;top:30px;padding:0 14px;width:160px;font-size:12px;line-height:20px}
.chart_wrap .txt_wrap h6{color:#424242;font-size:14px}
.chart_wrap .txt_wrap p{color:#828282;padding-left:14px}
.dot_blue{background:url(../images/dot_blue.png) 0 50% no-repeat}
.dot_orange{background:url(../images/dot_orange.png) 0 50% no-repeat}