a:hover {
  text-decoration: none;
}

input,
button,
textarea {
  outline: none;
  border: 0px;
}

.main {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

body,
html {
  font-size: 14px;
  font-family: Arial;
  box-sizing: border-box;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.header-box {
  position: relative;
  height: 66px;
  line-height: 66px;
  padding: 0 20px;
}

.header-box a  {
	color: #333;
}

.logo {
  float: left;
  width: 100px;
}

.logo img {
  width: 100%;
}

.header-wz {
  font-size: 16px;
  float: left;
  padding-top: 20px;
  line-height: 44px;
  margin-left: 10px;
}

.header-right {
  float: right;
  width: 30px;
  margin-top: 20px;
}

.nav {
  position: absolute;
  top: 66px;
  right: 0;
  background: #fff;
  border-radius: 0 0 3px 3px;
  z-index: 999;
  width: 100%;
  box-shadow: 0px 20px 20px rgba(0,0,0,0.5);
  display: none;
}

.nav::after,
.nav::before{
	display: flex;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
}

.nav li {
  text-align: left;
  text-indent: 2em;
  font-size: 15px;
  line-height: 3.6em;
  margin: 0 20px;
  border-bottom: 1px solid #eee;
}

.nav li > ul >li {
	line-height: 3em;
}

.nav li a {
  color: #666;
  display: block;
}


/* 本例子css -------------------------------------- */
.focus {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url(../images/bg1.jpg);
}

.focus .hd {
  width: 100%;
  height: 11px;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  text-align: center;
}

.focus .hd ul li {
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #fff;
  line-height: 999em;
  margin: 0 5px;
  vertical-align: top;
  overflow: hidden;
}

.focus .hd ul .on {
  background: #017bcd;
}

.focus .bd {
  position: relative;
  z-index: 0;
  background: url(../images/bg2.png) no-repeat bottom center;
  background-size: contain
}

.focus .bd li img {
  width: 100%;
  height: auto;
  background: url(images/loading.gif) center center no-repeat;
}

.focus .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  width: 100%;
  height: 100%;
  /* 取消链接高亮 */
}

.index-what {
  padding: 20px;
  background: #f6f6f6;
}

.index-what-box {
  border-radius: 5px;
  background: #fff;
  box-shadow: 5px 5px 5px #f2f2f2;
  padding: 20px;
}

.index-box1 {
  background: #3fb9e6;
  color: #fff;
  padding: 20px;
}

.index-box1-1 h1 {
  color: #fff;
  font-size: 27px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 40px;
}

.index-box1-1 h2 {
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
  font-weight: normal;
}

.index-box4 {
  padding: 20px;
  padding-bottom: 50px;
}

.index-box4 a{
	color: #333;
}

.index-box4-img1 {
  margin-top: 20px;
}

.index-box4-img1 img {
  width: 100%;
}

.index-box4-text1 {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 24px;
}

.index-box4-text2 {
  color: #666666;
  font-size: 13px;
  line-height: 23px;
  margin-top: 16px;
}

.index-box5 {
  background: url(../img/bg-1.jpg) no-repeat top center;
  background-size: cover;
  padding: 30px 20px 40px;
  text-align: center;
}

.index-box5-atop {
  overflow: hidden;
}

.index-box5-atop img {
  width: 100%;
}

.index-box5-atop-lf {
  float: left;
  width: 50%;
}

.index-box5-atop-rg {
  float: left;
  width: 50%;
}

.index-box5-atop-lf img,
.index-box5-atop-rg img {
  height: 125px;
  width: auto;
}

.index-box5-acenter {
  text-align: center;
  background: url('../img/index_model_bg_1.png') no-repeat center center;
  background-size: contain;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin: 26px 0;
}

.index-box5-acenter p:first-child {
  margin-bottom: 10px;
}

.index-box7 {
  background: url(../img/bg-3.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
}

.index-box7 h1 {
  font-size: 27px;
  line-height: 34px;
  text-transform: uppercase;
  padding: 30px 40px;
}

.index-box7 ul {
  overflow: hidden;
  padding: 0 20px;
}

.index-box7 ul li {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

.index-box7 ul li img {
  width: 60%;
}

.index-box7 ul li div {
  text-transform: uppercase;
  margin-top: 10px;
}

.index-box8 {
  padding: 40px 0;
}

.index-box8 .index-tit2,
.index-box9 .index-tit2,
.index-box10 .index-tit2 {
  margin-top: 16px;
}

.index-box9 {
  background: #ebebeb;
  padding: 40px 20px;
}

.index-box9-list {
  margin-top: 30px;
}

.index-box9-list ul {
  overflow: hidden;
}

.index-box9-list ul li {
  width: 47%;
  float: left;
  margin-right: 6%;
}

.index-box9-list ul li:nth-child(2n) {
  margin-right: 0px;
}

.index-box9-list ul li h5 {
  font-size: 14px;
  font-weight: 550;
  margin-top: 10px;
}

.index-box9-list ul li>img {
  width: 100%;
  border-radius: 9px;
}

.index-box9-bt {
  margin-bottom: 30px;
}

.index-box9-bt .span1 {
  width: 17%;
  display: inline-block;
}

.index-box9-bt .span1 img {
  height: 12px;
}

.index-box9-bt .span2 {
  font-size: 12px;
  color: #999;
}

.index-box10 {
  background: url(../img/img-8.jpg) no-repeat center;
  color: #fff;
  padding: 40px 20px;
}

.index-box10 .index-tit1,
.index-box10 .index-tit2 {
  color: #fff;
}

.index-box10-text {
  font-size: 13px;
  color: #fff;
  line-height: 23px;
  margin-top: 50px;
}

.index-what-box {
  background: url('../img/index_model_1.png') no-repeat right bottom;
  background-size: cover;
  padding: 36px 20px;
}

.index-what-box h6 {
  font-size: 13px;
  color: #999;
  line-height: 16px;
  font-weight: normal;
}

.index-what-box h5 {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  text-transform: uppercase;
}

.index-what-box h1 {
  font-size: 48px;
  line-height: 60px;
  color: #3fb9e6;
  text-transform: uppercase;
}

.index-what-box-text1 {
  font-size: 15px;
  line-height: 23px;
  color: #444444;
  margin: 10px 0 24px;
}

.index-what-box-text2 {
  font-size: 12px;
  line-height: 23px;
  color: #999;
}

.index-box1-2 {
  margin-top: 30px;
}

.index-box1-2 input {
  width: 100%;
  border-radius: 5px 5px 0 0;
  padding: 8px 10px 0 10px;
  color: #333;
  line-height: 30px;
  box-sizing: border-box;
}

.index-box1-2 .text {
  background-color: #fff;
  font-size: 12px;
  color: #999;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0px 0px 5px 5px;
  padding: 0 10px 10px 10px;
}

.index-box1-3 {
  width: 156px;
  height: 60px;
  margin: 24px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
}

.index-box1-3 button {
  text-transform: uppercase;
  color: #3fb9e6;
  line-height: 20px;
  background: url('../img/index_icon_search.png') #fff no-repeat left center;
  padding-left: 40px;
  background-size: 34px;
}

.index-box2 {
  padding: 40px 20px;
}

.index-box2 h1 {
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}

.index-box2 h2 {
  font-size: 27px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 40px;
}

.index-box2 h3 {
  color: #999;
  font-size: 13px;
  margin-top: 6px;
  text-align: center;
  font-weight: normal;
}

.index-box2-search {
  width: 100%;
  border-radius: 999px;
  box-shadow: 0px 0px 10px #f1f1f1;
  overflow: hidden;
  padding: 6px;
  margin-top: 42px;
  box-sizing: border-box;
}

.index-box2-search-1 {
  float: left;
  height: 54px;
  line-height: 54px;
  width: 64%;
}

.index-box2-search-2 {
  float: right;
  border-radius: 999px;
  width: 106px;
  background-color: #3fb9e6;
  color: #fff;
  text-transform: uppercase;
  height: 54px;
  line-height: 54px;
}

.index-box2-text1 {
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  padding: 10px;
}

.index-box2-text2 {
  font-size: 12px;
  color: #999999;
  padding-left: 10px;
}

.index-box3 {
  background-color: #f3f9fb;
  padding: 0 20px;
  padding-bottom: 30px;
  margin-top: 140px;
}

.index-box3-img1 {}

.index-box3-img1 img {
  width: 100%;
  margin-top: -140px;
}

.index-box3-text {
  padding-left: 100px;
  background: url('../img/img-2.png') no-repeat left top;
  background-size: 80px;
  margin-top: 40px;
}

.index-box3-text-rg-1 {
  font-size: 13px;
  color: #666666;
}

.index-box3-text-rg-2 {
  font-size: 27px;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
}

.index-box3-text-rg-3 {
  font-size: 15px;
  line-height: 23px;
  color: #333;
  margin-bottom: 14px;
}

.index-box3-text-rg-4 {
  font-size: 12px;
  line-height: 23px;
  color: #999999;
}

.index-tit1 {
  font-size: 27px;
  line-height: 34px;
  color: #333;
  text-align: center;
  text-transform: uppercase
}

.index-tit2 {
  font-size: 13px;
  color: #666;
  font-weight: normal;
  text-align: center;
}

.index-box4-img1 {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.index-box4-img1 img {
  width: 100%;
  height: auto;
}

.index-box4-span {
  margin-top: 24px;
}

.index-box4-span img,
.index-box4-span span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.index-new-list-box {
  width: 100%;
  margin-top: 30px;
  overflow-x: auto;
}

.index-new-list {
  width: 940px;
  overflow: hidden;
}

.index-new-list li {
  float: left;
  width: 300px;
  margin-right: 20px;
  border-radius: 6px;
  padding: 20px 14px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-shadow: 0px 0px 2px #fff;
}

.index-new-list li:last-child {
  margin-right: 0px;
}

.index-new-list li > img {
	position: absolute;
	width: 300px;
	height: 182px;
	left: 0;
	top: 0;
	opacity: 0.3;
	z-index: -1;
}

.index-new-link {
  display: none;
}

.index-new-title {
  font-size: 14px;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  color: #333;
}

.index-new-info img,
.index-new-info span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  color: #666;
}

.index-box5-abt {
  font-size: 12px;
}

.index-box6 {
  background: url(../img/bg-2.jpg) no-repeat center;
  background-size: cover;
  padding: 30px 20px 40px;
}

.index-box6-a {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.index-box6-a h1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 66px;
}

.index-box6-a h2 {
  font-size: 15px;
  color: #333;
}

.index-box6-a h3 {
  font-size: 12px;
  color: #999;
  font-weight: normal;
  margin-top: 5px;
}

.index-box6-a-img {
  margin: 30px 0;
}

.index-box6-a-img img {
  width: 66%;
}

.index-box6-a h4 {
  font-size: 52px;
  line-height: 50px;
  text-transform: uppercase;
  color: #3fb9e6;
  padding-bottom: 40px;
}

.index-video {
  background: url('../img/index_video_bg.png') no-repeat center center;
  background-size: cover;
  padding: 20px;
  margin-top: 30px;
}

.index-video video {
  width: 333px;
  height: 186px;
  display: block;
  margin: 0 auto;
  background-color: #eee;
}

.index-box11 {
  padding: 40px 20px;
}

.index-project {
  margin: 30px 0;
}

.index-project li {
  margin-bottom: 40px;
}

.index-project li h1 {
  font-size: 56px;
  line-height: 56px;
  position: relative;
  font-weight: bold;
  color: #3fb9e6;
}

.index-project li h1 span {
  width: 46px;
  height: 6px;
  display: block;
  bottom: 8px;
  left: 50px;
  position: absolute;
  background-color: #e8e8e8;
}

.index-project li h2 {
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  padding-right: 40px;
  margin: 10px 0;
}

.index-project li h3 {
  font-size: 13px;
  color: #999;
  font-weight: normal;
  margin-bottom: 30px;
}

.index-project li img {
  width: 100%;
  height: auto;
}

.project-more {
  font-size: 13px;
  color: #3fb9e6;
  border: 1px solid #3fb9e6;
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.project {
	padding: 0 20px;
}
.more-project-list li a {
	color: #333;
}
.link-list {
  margin: 30px 20px;
  overflow: hidden;
}

.link-list li {
  width: 50%;
  float: left;
  text-align: center;
  margin: 14px 0;
}

.link-list li img {
  height: 74px;
  display: inline-block;
}

.index-box13 {
  background-color: #3fb9e6;
  padding: 40px 20px;
  color: #fff;
}

.index-isf-title {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
}

.index-isf-desc {
  font-size: 12px;
  line-height: 20px;
  padding: 14px 0;
}

.index-isf-infolist {
  margin-top: 14px;
  overflow: hidden;
}

.index-isf-infolist li {
  margin: 10px 0;
  overflow: hidden;
  float: left;
  width: 100%;
}

.index-isf-infolist li.half {
  width: 50%;
}

.index-isf-infolist li img {
  float: left;
  width: 36px;
}

.index-isf-infolist li div {
  margin-left: 6px;
  float: left;
  width: 73%;
}

.index-isf-infolist li div h3 {
  font-weight: normal;
  font-size: 13px;
}

.index-isf-infolist li div h4 {
  font-weight: normal;
  font-size: 13px;
  font-weight: 550;
}

.footer {
  overflow: hidden;
  background-color: #0c7faa;
  padding: 6px 20px;
}

.footer-logo {
  float: left;
  width: 57px;
  margin-top: 10px;
}

.footer-info {
  float: left;
  width: 80%;
  margin-left: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.footer-info p {
  margin: 8px 0;
}

.jianjie-top {
  background: url(../img/bg-le4.jpg) no-repeat center;
  background-size: cover;
  padding: 18% 4% 3% 4%;
}

.jianjie-top h1 {
  color: #fff;
  text-align: center;
  font-size: 19px;
}

.jianjie-top h2 {
  font-size: 26px;
  color: #fff;
  text-align: center;
}

.bread-le {
  margin: 10% 0 0;
  background: #fff;
  color: #333;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
}

.bread-le a{
	color: #333;
}
.bread-le a.on{
	color: #3fb9e6;
}

.bread-le .span1 a {
  color: #333;
}

.bread-le .span1 a.on {
  color: #3fb9e6;
}

.jianjie-box1 {
  background: #3fb9e6;
  padding: 40px 20px;
  margin: 20px 0 0;
  color: #fff;
}

.letit1 {
  font-size: 27px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px;
}

.jianjie-box1-text,
.jianjie-box2,
.jianjie-box3 {
  line-height: 23px;
  font-size: 13px;
}

.jianjie-box-bt {
  margin: 30px 0 -100px 0;
}

.jianjie-box-bt img {
  width: 100%;
}

.jianjie-box2 {
  margin: 120px 0 40px;
  color: #333;
  padding: 0 4%;
}

.letit2 {
  font-size: 27px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 40px;
}

.jianjie-box2-text {
  font-size: 13px;
  color: #333;
}

.jianjie-box3 {
  background: #f9f9f9;
  padding: 40px 20px;
}

.jianjie-box3-text {
  padding: 0 0 0 4%;
  border-left: 4px #3fb9e6 solid;
}

.jianjie-box4 {
  background: url(../img/bg-le5.png) no-repeat center bottom;
  background-size: 100%;
  margin: 0 20px 40px;
  padding-bottom: 260px;
  padding-top: 30px;
}

.jianjie-box4-1 {
  width: 60%;
  color: #333;
}

.jianjie-box4-1 .letit3 {
  font-size: 27px;
  font-weight: bold;
  margin: 0 0 30px;
}

.jianjie-box4-text {
  line-height: 25px;
  font-size: 14px;
}

.bzysl-le {
  padding: 0 8%;
  margin: 20px 0;
}

.bzysl-le .letit4 {
  background: #3fb9e6;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  margin: 0 0 20px;
  vertical-align: middle;
}

.bzysl-le .letit4 img {
  width: 15%;
  display: inline-block;
}

.bzysl-le-text {
  font-size: 14px;
  line-height: 30px;
}

.bzysl-le-text img {
  width: 100%;
  margin: 20px 0;
}


/* 多图滚动 */
.scrollBox {
  margin: 30px 50px;
  text-align: center;
  position: relative;
}

.scrollBox .bd li {
  width: 46%;
  float: left;
  font-size: 14px;
  margin: 0 2%;
}

.scrollBox .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #f4f4f4;
  color: #333;
  height: 44px;
  line-height: 44px;
  display: block;
  box-sizing: border-box;
}

.scrollBox .bd li a.on {
  background-color: #fff;
  border: 1px solid #3fb9e6;
  color: #3fb9e6;
}

.scrollBox .hd {
  height: 1px;
  overflow: hidden;
  font-size: 0;
}

.scrollBox .hd ul {
  display: none;
}

.scrollBox .prev,
.scrollBox .next {
  width: 40px;
  height: 44px;
  background-color: #3fb9e6;
  position: absolute;
  top: 0;
  left: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scrollBox .next {
  left: auto;
  right: -50px;
}

.scrollBox .next img {
  transform: rotate(180deg);
}

.seven-model-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-sizing: border-box;
  background-color: #fff;
}

.container,
.section-content {
  height: 100%;
  position: relative;
}

.section-home {
  background: url('../img/photo1.png') no-repeat center center;
  background-size: cover;
}

.section-one {
  background: url('../img/photo2.jpg') no-repeat center center;
  background-size: cover;
}

.section-two {
  background: url('../img/photo3.jpg') no-repeat center center;
  background-size: cover;
}

.section-three {
  background: url('../img/photo4.jpg') no-repeat center center;
  background-size: cover;
}

.section-four {
  background: url('../img/photo5.jpg') no-repeat center center;
  background-size: cover;
}

.section-five {
  background: url('../img/photo6.jpg') no-repeat center center;
  background-size: cover;
}

.section-six {
  background: url('../img/photo7.jpg') no-repeat center center;
  background-size: cover;
}

.section-seven {
  background: url('../img/photo8.jpg') no-repeat center center;
  background-size: cover;
}

.section-info {
  position: absolute;
  bottom: 100px;
  padding: 30px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 20px;
}

.section-desc {
  font-size: 14px;
  line-height: 23px;
  margin-top: 20px;
}

.section-icon {
  float: left;
  width: 66px;
}

.section-title {
  float: right;
  width: 60%;
  font-size: 26px;
  line-height: 34px;
  text-transform: uppercase;
}

.section-home-mouse {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 30px;
  margin-left: -15px;
}

#fp-nav {
  display: none;
}

.section9 {
  background-color: #3fb9e6;
}

.section-home h2 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  font-size: 25px;
  text-align: center;
}

.page-content {
  padding: 0 20px 40px;
}

.page-title {
  font-size: 27px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 550;
  margin-top: 40px;
}

.page-subtitle {
  font-size: 15px;
  color: #999;
  margin: 10px 0 24px;
  font-weight: normal;
}

.page-content p {
  margin: 14px 0;
  font-size: 14px;
  line-height: 24px;
}

.page-content img {
  width: 100%;
  height: auto;
  margin: 14px 0;
}

.page-nav {
  padding: 20px;
  padding-bottom: 0px;
  overflow-x: auto;
}

.page-nav ul {
  overflow: hidden;
}

.page-nav li {
  float: left;
  margin-right: 10px;
}

.page-nav li a {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  box-sizing: border-box;
  color: #333;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
}

.page-nav li.on a {
  color: #3fb9e6;
  border: 1px solid #3fb9e6;
  background-color: #fff;
}

.inquiry-box {
  background: url('../img/inquiry_bg.jpg') no-repeat center center;
  background-size: cover;
  height: 667px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.inquiry-box h2 {
  font-size: 26px;
  color: #fff;
}

.inquiry-box h3 {
  font-size: 20px;
  color: #fff;
}

.inquiry-box div {
	width: 100%;
}

.inquiry-box form {
  display: flex;
  background-color: #fff;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 120px;
}

.inquiry-box div input {
  flex: 3;
  height: 60px;
  line-height: 60px;
  padding-left: 10px;
}

.inquiry-box div button {
  flex: 1;
  background-color: #3fb9e6;
  color: #fff;
  border-radius: 0px;
  height: 60px;
  line-height: 60px;
}

.result {
  margin: 20px;
  padding: 20px;
  background: url('../img/bg_result.jpg') center center;
  position: relative;
}

.result-title {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
}

.result-title-en {
  font-size: 15px;
  color: #999;
  font-weight: normal;
  margin: 10px 0;
}

.result-sub-title {
  font-size: 13px;
  line-height: 18px;
  min-height: 54px;
  font-weight: normal;
  width: 70%;
}

.result-img {
  width: 25%;
  max-width: 120px;
  height: auto;
  position: absolute;
  right: 20px;
  top: 100px;
}


.result-info {
  overflow: hidden;
  margin-top: 50px;
}

.result-info li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.result-info li .result-info-label {
  font-size: 13px;
  line-height: 24px;
  color: #999;
  margin-top: 14px;
  font-weight: normal;
}

.result-info li .result-info-content {
  font-size: 14px;
  color: #000;
  margin-bottom: 14px;
  font-weight: 550;
}

.center-inquiry-box {
  background: url('../img/inquiry_bg_2.jpg') no-repeat center center;
  background-size: cover;
  padding: 1px;
}

.center-inquiry {
  border: 1px solid #dadada;
  margin: 50px 20px;
  padding: 10px;
  box-sizing: border-box;
}

.center-inquiry-title {
  background-color: #3fb9e6;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}

.center-inquiry-title h1 {
  font-size: 22px;
  line-height: 24px;
  padding: 0 60px;
  margin-bottom: 6px;
}

.center-inquiry-title h2 {
  font-size: 15px;
  font-weight: normal;
}

.center-inquiry-form {
  overflow: hidden;
  padding: 20px 0;
}

.center-inquiry-form li {
  float: left;
  width: 100%;
  margin: 5px 0;
  display: flex;
}

.center-inquiry-form li label {
  text-align: right;
  flex: 2;
  font-size: 13px;
  line-height: 24px;
  margin-right: 10px;
}

.center-inquiry-form li input,
.center-inquiry-form li h5{
  height: 24px;
  flex: 5;
  overflow: scroll;
  line-height: 24px;
  font-size: 13px;
  border: 1px solid #dadada;
  background: none;
  padding-left: 10px;
}

.center-inquiry-form li h5{
	border: 0px;
	font-weight: normal;
}

.center-inquiry-form li ul {
	flex: 4;
  overflow: scroll;
}
.center-inquiry-form li ul li {
	margin-bottom: 10px;
	margin-top: 0px;
}
.center-inquiry-form li ul a{
	color: #333;
  line-height: 24px;
  font-size: 13px;
  background: none;
  padding-left: 5px;
}
.center-inquiry-submit {
  background-color: #3fb9e6;
  color: #fff;
  text-align: center;
  font-size: 15px;
  display: block;
  height: 34px;
  width: 100%;
  margin: 0 auto 20px;
}

p.page-blue-border {
  border: 3px solid #3fb9e6;
  padding: 20px;
  margin: 40px 0;
}

.page-icon-blue-list li {
  position: relative;
  margin: 10px 0;
}

.page-icon-blue-list li span {
  width: 18px;
  height: 4px;
  background-color: #3fb9e6;
  position: absolute;
  top: 10px;
  left: 10px;
}

.page-icon-blue-list li p {
  margin: 0px;
  padding-left: 40px;
}

.page-blue-bg {
  background-color: #f3f9fb;
  padding: 4px 30px;
  margin: 20px 0;
}

.bold {
  font-weight: 550;
}

.page-title-blue {
  background-color: #3fb9e6;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  padding: 12px 20px;
  margin: 20px 0;
}

.page-rate-box {
  overflow: hidden;
  margin: 30px 0;
}

.page-rate-box span,
.page-rate-box .page-rate {
  float: left;
  width: 48%;
  height: 144px;
  margin-right: 3%;
}

.page-rate-box span {
  line-height: 70px;
  height: 70px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  width: 100%;
}

.page-rate-box .page-rate {
  background-color: #f3f9fb;
}

.page-rate-box .page-rate h4,
.page-rate-box .page-rate p {
  text-align: center;
}

.page-rate-box .page-rate h4 {
  font-size: 26px;
  padding-top: 30px;
}

.page-rate-box .page-rate p {
  font-size: 14px;
  margin: 10px 0;
}

.page-rate-box .page-rate:last-child {
  margin-right: 0px;
}

.question {
	margin-top: 30px;
}

.question li {
  margin-bottom: 20px;
}

.question li h3 {
  overflow: hidden;
  padding: 10px 20px;
  background-color: #f3f9fb;
  cursor: pointer;
}

.question li h3 p {
  float: left;
  font-size: 15px;
  line-height: 30px;
  font-weight: normal;
  margin: 0px;
}

.question li h3 span {
  float: right;
  width: 30px;
  height: 30px;
  background-color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  font-weight: normal;
}

.question li div {
  padding: 20px;
  font-size: 15px;
  line-height: 30px;
  display: none;
}

.color-blue {
  color: #3fb9e6;
}

.color-write {
  color: #fff;
}

.bg-blue {
  background-color: #3fb9e6;
}

.padding20 {
  padding: 20px;
}

.clear-margin {
  margin: 0px !important;
}

.more-project-list {
  overflow: hidden;
  border: 1px solid #ededed;
  padding: 10px 30px;
}

.more-project-list li {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 10px 0;
}

.page-title-info {
  background-color: #3fb9e6;
  color: #fff;
  padding: 20px;
  position: relative;
  margin: 20px 0;
}

.page-title-info span {
  position: absolute;
  left: 25px;
  top: 20px;
  font-size: 44px;
  line-height: 46px;
  font-weight: 700;
}

.page-title-info div {
  padding-left: 60px;
}

.page-title-info div h3 {
  font-size: 18px;
}

.page-title-info div h4 {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
}

.application-list {
  overflow: hidden;
}

.application-list li {
  float: left;
  width: 100%;
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}

.application-list li div {
  margin-left: 60px;
  background-color: #f3f9fb;
  padding: 20px;
  border-radius: 12px;
  font-size: 14px;
}

.application-list li span {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 66px;
  left: 20px;
  display: block;
  border-radius: 999px;
  border: 4px solid #fff;
  background-color: #3fb9e6;
  z-index: 2;
}

.application-list li em {
  width: 1px;
  height: 999px;
  position: absolute;
  left: 30px;
  top: 0px;
  background-color: #f3f9fb;
  display: block;
  z-index: 1;
}

.application-list li.on span {
  background-color: #fff;
  border-color: #3fb9e6;
}

.application-list li.on div {
  background-color: #fff;
  box-shadow: 0px 0px 20px #f9f9f9;
}

.application-list li:first-child em {
  top: 66px;
}


.application-list li:last-child em {
  bottom: 66px;
  top: auto;
}

.course-cooperation {
  overflow: hidden;
  margin: 20px 0;
}

.course-cooperation>ul {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.course-cooperation>img {
  float: right;
  margin: 0px;
  display: none;
}

.course-cooperation>ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.course-cooperation>ul li span {
  font-size: 40px;
  font-weight: 600;
  color: #3fb9e6;
  margin-right: 24px;
}

.course-cooperation>ul li div {
  font-size: 14px;
  line-height: 26px;
  color: #333;
  background-color: #f3f9fb;
  padding: 20px;
}

.data-submit li {
  overflow: hidden;
}

.data-submit li span {
  background: url('../img/page_icon_number.png') no-repeat;
  background-size: 100%;
  width: 16%;
  min-height: 100px;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 550;
  padding-top: 3%;
}

.data-submit li div {
  float: left;
  width: 82%;
  margin-left: 2%;
}

.data-submit li div h3 {
  background-color: #f3f9fb;
  color: #333;
  font-size: 18px;
  text-align: center;
  padding: 16px 0 10px;
}

.data-submit li div h3 strong {
	font-size: 12px !important;
}

.data-submit li div p {
  font-size: 14px;
  line-height: 26px;
  padding: 10px 20px;
}

.data-submit li div em {
  width: 45px;
  height: 28px;
  background: url('../img/page_next.png');
  display: block;
  margin: 30px auto;
}

.download-icon {
  background: url('../img/bg_download.jpg') no-repeat center center;
  background-size: 100%;
  width: 100%;
  max-width: 280px;
  height: 77px;
  line-height: 77px;
  display: block;
  font-size: 16px;
  text-align: center;
  color: #333;
}

.page-gou-list {
  overflow: hidden;
  margin: 20px 0;
}

.page-gou-list li {
  float: left;
  width: 100%;
  margin-right: 4%;
  background: url('../img/page_icon_gou.jpg') no-repeat 10px center #f3f9fb;
  padding: 10px 10px 10px 40px;
  line-height: 26px;
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.page-hardware-requirements {
  overflow: hidden;
}

.page-hardware-requirements li {
  float: left;
  width: 100%;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.page-hardware-requirements li h4 {
  color: #3fb9e6;
  font-size: 30px;
  padding: 10px 0;
  text-align: center;
  display: block;
}

.page-hardware-requirements li p {
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}

.page-zhuyi {
  background: url('../img/page_icon_zhuyi.png') no-repeat 20px center #f3f9fb;
  background-size: 50px;
  padding: 20px 30px 20px 90px;
  font-size: 14px;
  line-height: 26px;
}

.page-bm-list li {
  border-bottom: 1px solid #c3c3c3;
  font-size: 14px;
  line-height: 26px;
  padding: 14px 0;
}

.page-remark {
  overflow: hidden;
  margin: 60px 0 20px;
}

.page-remark li {
  background-color: #f3f9fb;
  float: left;
  width: 100%;
  margin-right: 0%;
  padding: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.page-remark li:last-child {
  margin-right: 0px;
}

.page-remark h3 {
  font-size: 18px;
}

.page-remark p {
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  margin-top: 14px;
}

.page-location {}

.page-location li {
  overflow: hidden;
  background-color: #3fb9e6;
  padding: 10px 0;
}

.page-location li:nth-child(2n) {
  background-color: #f3f9fb;
}

.page-location li:nth-child(2n) h3 {
  color: #3fb9e6;
}

.page-location li h3 {
  font-size: 17px;
  line-height: 26px;
  float: left;
  color: #fff;
  text-align: center;
  width: 30%;
}

.page-location li p {
  font-size: 15px;
  line-height: 26px;
  float: left;
  width: 70%;
  color: #333;
  margin: 0;
}

.page-sample {
  overflow: hidden;
  margin: 40px 0 20px;
}

.page-sample-title {
  float: left;
  width: 100%;
  text-align: center;
}

.page-sample-title h5 {
  font-size: 15px;
  color: #999;
  font-weight: normal;
}

.page-sample-title h4 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
}

.page-sample-content {
  float: right;
  width: 100%;
  margin-top: 30px;
}

.page-sample-content ul {
  overflow: hidden;
  margin-bottom: 30px;
}

.page-sample-content li {
  float: left;
  position: relative;
  width: 48%;
}

.page-sample-content li:first-child {
  margin-right: 4%;
}

.page-sample-content li h5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.page-sample-content li span {
  font-size: 14px;
  background-color: #3fb9e6;
  font-weight: 550;
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
}

.page-advantage li {
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.page-advantage li em {
  font-size: 40px;
  color: #3fb9e6;
  font-weight: 550;
  font-style: normal;
  margin-right: 20px;
}

.page-advantage li span {
  font-size: 14px;
  line-height: 26px;
}

.page-outline {
  overflow: hidden;
}

.page-outline-left {
  float: left;
  width: 100%;
}

.page-outline-right {
  float: right;
  width: 100%;
}

.page-outline h4 {
  font-size: 18px;
  margin: 20px 0;
}

.page-outline .page-outline-left div,
.page-outline .page-outline-right div {
  font-size: 14px;
  line-height: 26px;
  background-color: #f3f9fb;
  padding: 20px;
  box-sizing: border-box;
}

.page-contact {
  padding: 20px;
  box-shadow: 0px 0px 30px #eee;
  border-radius: 10px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  box-sizing:border-box;
}

.page-contact-title {
  position: relative;
  height: 20px;
}

.page-contact-title h4 {
  font-size: 18px;
  width: 90px;
  color: #3fb9e6;
  font-weight: 550;
  line-height: 20px;
  background-color: #fff;
  position: relative;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 2;
}

.page-contact-title .page-contact-line {
  height: 3px;
  width: 100%;
  background-color: #3fb9e6;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
}

.page-contact-ul {
  overflow: hidden;
  margin-top: 50px;
}

.page-contact-ul li {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.page-contact-ul li img {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-top: 0px;
}

.page-contact-ul li div {
  padding-left: 60px;
  width: 100%;
  box-sizing: border-box;
}

.page-contact-ul li div h4{
  font-size: 15px;
  color: #333;
  font-weight: normal;
  margin: 0;
}
.page-contact-ul li div h5{
  font-size: 14px;
  margin: 0;
  line-height: 25px;
  min-height: 50px;
  margin-top: 6px;
  font-weight: normal;
}

.page {
	text-align: center;
	margin: 50px auto;
	width: 100%;
}

.page a,
.page span{
	border: 1px solid  #eee;
	border-radius: 5px;
	padding: 4px 7px;
	margin: 0 2px;
	color: #333;
}