
.anchor { width: 1px; height:1px; position:absolute; top:0px; left:0; z-index:-1;}
.aboutus .gsjj { padding:60px 0; position:relative;}
.aboutus .gsjj .leftpic { width:46%; padding-left:2%; float:left;}
.aboutus .gsjj .leftpic img {
	border-radius:10px;
	-webkit-border:10px;
}
.aboutus .gsjj .gsjjpic { display:none;}
.aboutus .gsjj .gsjjpic img {
	border-radius:10px;
	-webkit-border:10px;
}
.aboutus .gsjj .txtbox { width:50%; padding-top:20px; float:right;}
.aboutus .gsjj .txtbox .tit { font-size:30px;}
.aboutus .gsjj .txtbox .description { font-size:16px; line-height:36px; color:#bababa; padding-top:10px;}
.aboutus .gsjj .txtbox .cn { padding:25px 0 15px 0; position:relative;}
.aboutus .gsjj .txtbox .cn:after {
  content: "";
  width: 60px;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #333;
}
.aboutus .gsjj .txtbox .tag { font-size:16px; padding-top:40px; line-height:36px;}

@media (max-width: 480px) {
	.aboutus .gsjj .txtbox .tag { padding-top:10px;}
}
.aboutus .gsjj .txtbox ul { margin-top:40px;}
.aboutus .gsjj .txtbox ul li {width:23.33333%; float:left;}
.aboutus .gsjj .txtbox ul li p:first-child { font-family:'LT_11441'; font-size:48px; line-height:48px; color:#0089ff;}
.aboutus .gsjj .txtbox ul li:first-child { width:30%;}
.aboutus .gsjj .item { font-size:16px; line-height:36px; padding-top:40px; text-align:justify;}
.aboutus .gsjj .font20 {
  font-size: 20px;
  line-height: 30px;
  text-indent: 1.9rem;
}
@media (max-width: 480px) {
  .aboutus .gsjj .font20 {
    text-indent: 0;
  }
}
.aboutus .gsjj .font20-orange {
  font-size: 20px;
  color: #ed6827;
  line-height: 30px;
}
@media (max-width: 480px) {
  .aboutus .gsjj .indent2 {
    text-indent: 0;
  }
}
.aboutus .qyjs {
  position: relative;
  overflow: hidden;
  padding: 60px 0 70px 0;
  background: #f7f7f7;
}
.aboutus .qyjs ul {
  margin: 0 -15px;
  margin-top: 20px;
}
.aboutus .qyjs li {
  margin-top: 20px;
  padding: 0 30px;
  width: 50%;
  float: left;
}
.aboutus .qyjs li .item {
  padding-top: 37px;
  height: 220px;
  background: #fff;
  padding-right: 20px;
  -webkit-border-radius:10px;
  border-radius:10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.aboutus .qyjs li .item i { font-size:90px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.aboutus .qyjs li span {
  display: block;
  width: 40%;
  float: left;
  position: relative;
  text-align: center;
}

.aboutus .qyjs li .item:hover { color:#fff; cursor:pointer;
	background:#0068dd;
	background:linear-gradient(135deg,#0068dd,#00aeee);
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
}
.aboutus .qyjs li .txtbox {
  width: 60%;
  float: right;
  height: 140px;
  display: table;
}
.aboutus .qyjs li .txtbox .jz {
  display: table-cell;
  vertical-align: middle;
}
.aboutus .qyjs li .txtbox .tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.aboutus .qyjs li .txtbox .txt { font-size:15px; line-height:30px;
  padding-top: 20px;
}
.aboutus .qyjs li:hover .item {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}
.aboutus .qywh {
  position: relative;
  padding: 70px 0;
}
.aboutus .qywh li {
  width: 50%;
  float: left;
}
.aboutus .qywh li .item {
  position: relative;
}
.aboutus .qywh li .item .txtbox-2 {
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  top: 0px;
  position: absolute;
}
.aboutus .qywh li .item .dw {
  bottom: 80px;
  left: 60px;
  position: absolute;
}
.aboutus .qywh li .item .tit {
  font-size: 20px;
  margin-bottom: 25px;
}
.aboutus .qywh li img {
  vertical-align: top;
}
.aboutus .qywh li dl {
  display: flex;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.aboutus .qywh li dl:after {
  content: "";
  display: block;
  clear: both;
}
.aboutus .qywh li dl dt {
  width: 50%;
  border: solid 1px #ededed;
  float: left;
}
.aboutus .qywh li dl dt .txtbox {
  bottom: 80px;
  left: 60px;
  position: absolute;
}
.aboutus .qywh li dl dd {
  width: 50%;
  float: right;
}
.aboutus .qywh li:nth-child(3) {
  /*border-left: solid 3px #333;*/
}
@media (max-width: 780px) {
  .aboutus .gsjj {
    padding: 30px 0;
  }
  .aboutus .gsjj .txtbox {
    padding-top: 0;
  }
  .aboutus .gsjj .txtbox .tit {
    font-size: 24px;
  }
  .aboutus .gsjj .txtbox .description {
    font-size: 14px;
  }
  .aboutus .gsjj .txtbox .cn {
    padding-right: 40px;
  }
  .aboutus .gsjj .txtbox .cn:after {
    width: 30px;
  }
  .aboutus .gsjj .gsjjpic { display:block;}
  .aboutus .gsjj .leftpic {
    width: 100%;
    float: none;
    display: none;
  }
  .aboutus .gsjj .txtbox {
    width: 100%;
    float: none;
  }
  .aboutus .qyjs li {
    width: 100%;
    float: none;
  }
}
@media (max-width: 768px) {
  .aboutus .inside-banner-m .info {
    font-size: 0.36rem;
  }
}
@media (max-width: 630px) {
  .aboutus .inside-banner-m .title {
    line-height: 0.9rem;
  }
  .aboutus .gsjj .txtbox ul li {
    font-size: 12px;
  }
  .aboutus .gsjj .txtbox ul li p:first-child {
    font-size: 20px;
    line-height: 30px;
  }
  .aboutus .gsjj .txtbox ul li:first-child {
    width: 40%;
  }
  .aboutus .gsjj .txtbox ul li {
    width: 20%;
  }
  .aboutus .gsjj .font20,
  .aboutus .gsjj .font20-orange {
    font-size: 16px;
    line-height: 24px;
  }
  .aboutus .qyjs {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .aboutus .qywh {
    padding: 15px 0;
  }
  .aboutus .qywh li .item .txtbox-2 {
    text-align: left;
  }
  .aboutus .qywh li .item .dw {
    bottom: 20px;
    left: 20px;
  }
  .aboutus .qywh li {
    width: 100%;
    float: none;
  }
  .aboutus .qywh li dl {
    display: block;
  }
  .aboutus .qywh li dl dt {
    border: 0;
  }
  .aboutus .qywh li dl dt .txtbox {
    top: auto;
    left: auto;
    bottom: auto;
    padding: 10px;
    padding-top: 30px;
    position: relative;
  }
  .aboutus .qywh li .item {
    text-align: center;
  }
  .aboutus .qywh li .item .tit {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .aboutus .qywh li .item .txt {
    font-size: 12px;
  }
  .aboutus .qywh li:nth-child(3) {
    border: 0;
  }
  .aboutus .qywh li:nth-child(3) dt {
    float: right!important;
  }
  .aboutus .qywh li:nth-child(3) dd {
    float: left!important;
  }
}
@media (max-width: 580px) {
  .aboutus .qyjs ul {
    margin-left: 0;
    margin-right: 0;
  }
  .aboutus .qyjs li {
    margin-top: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  .aboutus .qyjs li span {
    width: 100%;
    float: none;
  }
  .aboutus .qyjs li span:after {
    padding-bottom: 25%;
  }
  .aboutus .qyjs li .item {
    height: auto;
    padding-right: 0;
    padding-top: 30px;
  }
  .aboutus .qyjs li .txtbox {
    height: auto;
    width: 100%;
    float: none;
    padding: 30px 15px;
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
  }
  .aboutus .qyjs li .txtbox .tit {
    font-size: 16px;
    text-align: center;
  }
  .aboutus .qyjs li .txtbox .txt {
    padding-top: 10px;
  }
}

.about-vision { padding:60px 0 70px 0;}
.about-vision ul { margin:40px 0  0 0;}
.about-vision ul li { width:48%; background:#0089ff; margin: 0 0 2% 2%; display:table; float:left; cursor:pointer;
	-webkit-border-radius:10px;
	border-radius:10px;
  }
.about-vision ul .pic { display:block; overflow:hidden;}
.about-vision ul img { max-width:100%; height:220px; display:block; width:380px;
	-webkit-border-radius:10px 0 0 10px;
	border-radius:10px 0 0 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
  }
.about-vision ul h4 { color:#fff; font-size:24px; padding:60px 0 0 30px;}
.about-vision ul h4 span { color:#fff; font-size:16px; margin-top:20px; display:block;}
.about-vision ul .pic, .about-vision ul h4 {/* display: table-cell; */ float: left;}
.about-vision ul li:hover .pic img { transform:scale(1.1);}

@media all and (max-width:1400px){
	.about-vision ul img { width:320px; height:220px;}
}
@media all and (max-width:1200px){
	.about-vision ul img { width:280px; height:220px;}
	.about-vision ul h4 { padding:40px 0 0 30px;}
}
@media all and (max-width:1040px){
	.about-vision ul img { width:100%; height:auto;}
	.about-vision ul h4 { width:100%; font-size:20px; padding:30px 20px;}
	.about-vision ul h4 span { font-size:14px; margin-top:10px;}
}
@media all and (max-width:760px){
	.about-vision ul h4 { font-size:18px; padding:20px 10px;}
	.about-vision ul h4 span { margin-top:5px;}
}
