﻿
@charset "utf-8";
/* 清除内外边距 */

/* 定义浮动居中 */
@media (min-width: 750px) {
  .fl {
    float: left;
    display: inline
  }
  .fr {
    float: right;
    display: inline
  }
}
.fll {
  float: left;
  display: inline
}
.frr {
  float: right;
  display: inline
}
.center {
  margin: 0 auto;
}
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: table
}
.clearfix:after {
  clear: both
}
.clearfix {
  zoom: 1
}
/*重复container标签*/
.container {
  position: relative;
  margin: 0 auto;
}
.container2 {
  position: relative;
  margin: 0 auto;
}
/*QRcode*/
#code {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -moz-transform: translate(-50%, -50%); /* Firefox */
  -webkit-transform: translate(-50%, -50%); /* Safari å’Œ Chrome */
  -o-transform: translate(-50%, -50%); /* Opera */
  background-color: #fff;
  font-size: 20px;
  padding: 22px 12px 10px;
  font-family: "Microsoft YaHei";
  color: #1A8BD6;
}
#code .code-close {
  position: absolute;
  color: #cd0e18;
  font-size: 32px;
  width: 24px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 8px;
  right: 8px;
  cursor: pointer;
  transition: all .5s ease;
}
#code canvas {
  display: block;
  vertical-align: top;
  margin: 12px auto 10px;
}
#maximg img {
  max-width: 365px;
  height: 230px;
  display: block;
  float: right
}
.formData {
  padding-bottom: 20px;
}
.formData .item {
  float: left;
  color: #999;
  font-weight: normal;
  width: 47.5%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e5e5e5;
  margin-right: 3%;
  margin-bottom: 30px;
  position: relative;
}
.formData .item label {
  padding-left: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  display: block;
  margin: 0;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #cccccc;
}
.formData .item input {
  outline: none;
  font-size: 18px;
}
.formData .item .txt {
  width: 355px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: none;
  padding-left: 120px;
  border: 0 none;
  color: #333;
}
.formData .item .red {
  position: absolute;
  right: 15px;
  top: 0;
  color: #ff0000;
  z-index: 11;
}
.formData .item.mr0 {
  margin-right: 0;
}
.formData .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}
.formData .liuyan {
  width: 98.4%;
  height: 87px;
  border: 1px solid #e5e5e5;
  float: left;
}
.formData .fangxiang {
  width: 100%;
  font-size: 18px;
  line-height: 50px;
  border: 0px !important;
  float: left;
}
.formData .liuyan label {
  text-align: right;
  display: block;
}
.formData .liuyan textarea {
  width: 100%;
  line-height: 28px;
  padding: 12px 10px;
  text-indent: 90px;
  font-size: 18px;
  font-family: "microsoft yahei";
  color: #333;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
}
.formData .bot {
  width: 100%;
}
.formData .sub {
  width: 232px;
  line-height: 46px;
  border: 2px solid #669934;
  margin-right: 2px;
  text-align: center;
  background: #669934;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.formData .sub:hover {
  background: none;
  color: #669934;
}
.formData .yzm {
  width: 432px;
}
.formData .yzm .txt {
  padding-left: 80px;
}
.formData .yzm img {
  position: absolute;
  right: 3px;
  top: 3px;
  border: 0px;
  display: block;
}
.box3 {
  margin-bottom: 20px;
  color: #333
}
.swhz {
  background: url(/skin/images/swhz.jpg) no-repeat top right
}
.gengduo {
  display: block;
  width: 150px;
  line-height: 45px;
  margin: 60px auto 0;
  background: #076d55;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 10px;
  border: 0px;
  cursor: pointer
}
.gengduo:hover {
  background: #d41015;
  transition: all .5s;
}
.h60 {
  height: 60px;
  width: 100%
}
.inner-con {
	padding-bottom: 5.2%;
}
.service-tit {
	color: #1754a3;
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 1;
}
.service-tit2 {
	font-size: 18px;
	color: #1754a3;
	margin-bottom: 10px;
	line-height: 1;
}
.inner-con p {
	font-size: 18px;
	line-height: 35px;
}
.inner-con img {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
}
.inner-con p+.service-tit2 {
	margin-top: 35px;
}
.sec-warp {
	font-size: 0;
}
.sec-warp>div {
	display: inline-block;
	width: 45%;
	margin-right: 5%;
	vertical-align: top;
	margin-top: 25px;
}
.con-left2 {
	width: 63.3333%;
}
.con-right2 {
	width: 30%;
}
/*history.html*/
.history-tit {
	text-align: center;
	vertical-align: middle;
}
.history-tit span {
	font-size: 24px;
	color: #fff;
	background: #1754a3;
	border-radius: 4px;
	line-height: 1;
	padding: 8px 20px 10px;
	display: inline-block;
	vertical-align: middle;
}
.history-list ul li {
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	min-height: 138px;
}
.history-list ul li:nth-child(odd) {
	margin-left: 50%;
	padding-left: 20px;
}
.history-list ul li:nth-child(even) {
	margin-right: 50%;
	padding-right: 20px;
}
.history-list ul li:nth-child(even) .year, .history-list ul li:nth-child(even) .history-con {
	float: right;
}
.year {
	margin-bottom: 40px;
}
.year span {
	width: 120px;
	height: 39px;
	display: inline-block;
	text-align: center;
	line-height: 39px;
	background-color: #00a2e9;
	font-size: 24px;
	color: #fff;
	vertical-align: middle;
}
.history-list ul li:nth-child(odd) .year span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.history-list ul li:nth-child(even) .year span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.history-list ul li:nth-child(odd) .year::before, .history-list ul li:nth-child(even) .year::after {
	content: "";
	width: 26px;
	height: 39px;
	display: inline-block;
	background: url(../images/year_icon1.png) no-repeat top;
	vertical-align: middle;
}
.history-list ul li:nth-child(even) .year::after {
	background: url(../images/year_icon2.png) no-repeat top;
}
.history-con {
	font-size: 14px;
	color: #797979;
	margin-bottom: 40px;
	line-height: 20px;
}
.history-list {
	position: relative;
	padding-top: 132.5px;
	margin-top: 19px;
}
.history-list::after {
	content: "";
	position: absolute;
	border-right: 2px dashed #00a2e9;
	top: 0;
	left: 50%;
	margin-left: -1px;
	height: calc(100% - 132px);
	height: -webkit-calc(100% - 132px);
	height: -moz-calc(100% - 132px);
	z-index: 7;
}
.history-list ul li::before, .history-list ul::before {
	content: "";
	position: absolute;
	left: -11px;
	top: 14.5px;
	margin-top: -9px;
	width: 22px;
	height: 22px;
	background: #7bd5fc;
	border-radius: 100%;
	z-index: 8;
}
.history-list ul li::after, .history-list ul::after {
	content: "";
	position: absolute;
	left: -9px;
	top: 14.5px;
	margin-top: -7px;
	width: 16px;
	height: 16px;
	background: #00a2e9;
	border-radius: 100%;
	border: 1px solid #99ddfb;
	z-index: 9;
}
.history-list ul li:nth-child(even)::before {
	left: auto;
	right: -11px;
}
.history-list ul li:nth-child(even)::after {
	left: auto;
	right: -9px;
}
.history-list ul::after {
	left: 50%;
	margin-left: -9px;
	top: 0;
}
.history-list ul::before {
	left: 50%;
	margin-left: -11px;
	top: 0;
}
.inner-con.profile-con p {
	margin-bottom: 25px;
}
@media (max-width: 1440px) {
.case-list ul {
	margin-left: -15px;
	margin-right: -15px;
}
.case-list ul li {
	padding-left: 15px;
	padding-right: 15px;
}
}
.h1, h1 {
    font-size: 2rem;
}
 @media (max-width: 1200px) {
.service-tit {
	font-size: 20px;
	margin-bottom: 20px;
}
.inner-con p {
	font-size: 14px;
	line-height: 24px;
}
.inner-con p+.service-tit2 {
	margin-top: 25px;
}
.inner-con img {
	margin-top: 20px;
	margin-bottom: 20px;
}
.history-tit span, .year span {
	font-size: 22px;
}
}
@media (max-width: 1200px) {
.inner-con img {
	margin-top: 15px;
	margin-bottom: 15px;
}
.service-tit2 {
	font-size: 16px;
	line-height: 1.6
}
.history-tit span, .year span {
	font-size: 20px;
}
}
@media (max-width: 768px) {
.service-tit {
	font-size: 18px;
	margin-bottom: 15px;
}
.inner-menu a {
	width: 48%;
	font-size: 14px;
	margin: 1%;
	border-right:1px solid #dbdbdb
}
.con-left2, .con-right2 {
	width: 100%;
}
.year span {
	width: 100px;
	font-size: 16px;
}
.year {
	margin-bottom: 20px;
}
.history-con {
	margin-bottom: 20px;
}
.history-tit span {
	font-size: 18px;
}
}
@media (max-width: 480px) {
.sec-warp>div {
	width: 100%;
	margin: 0;
}
.service-tit {
	margin-bottom: 10px;
}
.inner-con img {
	margin-top: 10px;
	margin-bottom: 10px;
}
}
.cc{clear: both}
.contain {
	width:100%;
    margin: 0 auto;
}
.about-text {
    color: #333;
    font-size: 18px;
    line-height: 1.8;
}
.ro {
    height: 230px;
}
.col-sm-6 {
    width: 58.333%;
    float: right;
}
.col-sm-6 img {
    width: 100%;
}
.col-md-5 {
    width: 41.66666667%;
    float: left;
}
.about-text h4 {
    color: #333;
    font-size:2em;
    font-weight: bold;
}
.col-md-4:first-child {
    margin-left: 0;
}
.features .item {
    padding: 120px 0 50px;
	cursor:pointer;
    background:url(/skin/images/ldh.jpg) no-repeat center;
   
}
.features .item:hover{
    background:url(/skin/images/ldhb.jpg) no-repeat center;
	transition: all .5s;
    color: #fff!important;
}
.features .item1 {
	cursor:pointer;
    padding: 120px 0 50px;
	 margin-left: 0.5%;
    background:url(/skin/images/ldz.jpg) no-repeat center;
}
.features .item1:hover{
    background:url(/skin/images/ldzb.jpg) no-repeat center;
	transition: all .5s;
    color: #fff!important;
}
.features .item2 {
	cursor:pointer;
    padding: 120px 0 50px;
    background:url(/skin/images/lyx.jpg) no-repeat center;
    margin-left: 0.5%;
}
.features .item2:hover{
    background:url(/skin/images/lyxb.jpg) no-repeat center;
	transition: all .5s;
    color: #fff!important;
}

.features .item h4 ,.features .item1 h4,.features .item2 h4{
    margin: 0 0 10px;
    font-size: 22px;
}
.features .item p,.features .item1 p,.features .item2 p {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
}
element.style {
}
.aboutPage {
    padding: 40px 0px;
    width:100%;
    margin: 0 auto;
    background: #fff;
}
.features .item h4, .features .item1 h4, .features .item2 h4 {
    margin: 0 0 10px;
    font-size: 22px;
}
.features .item p, .features .item1 p, .features .item2 p {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
}
.col-md-4 {
    width:33%;
    float: left;
	text-align: center
}
.features{margin-bottom:50px}


.wi50{width: 48%!important}
.fr{float: right!important}
.fl{float: left!important}
.BMap_bubble_content p,.BMap_bubble_content{font-size: 14px!important; line-height: 20px}
.BMap_pop img{max-width:auto; height: auto!important; padding: 0!important; margin: 0!important}


