@charset "UTF-8";
#banner {
  width: 100%;
  height: 580px;
  position: relative;
}
#banner .hd {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 100;
}
#banner .hd li {
  width: 40px;
  height: 5px;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
#banner .hd .on {
  background-color: #31399a;
}
#banner .bd a {
  display: block;
  width: 100%;
  height: 580px;
}
#banner .btn {
  width: 47px;
  height: 120px;
  position: absolute;
  top: 50%;
  margin-top: -60px;
}
#banner .prev {
  background: url("../images/prev.png") no-repeat center;
  left: 3%;
}
#banner .next {
  background: url("../images/next.png") no-repeat center;
  right: 3%;
}
.search {
  background-color: #ffffff;
  padding: 20px 0;
  margin-bottom: 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.key-word {
  float: left;
  width: auto;
  max-width: 50%;
  font-size: 0;
  vertical-align: bottom;
}
.key-word span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 40px;
  color: #333333;
}
.key-word a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 40px;
  color: #333333;
  margin: 0 5px;
}
.key-word a:hover {
  text-decoration: none;
  color: #31399a;
}
.form {
  width: auto;
  max-width: 50%;
  float: right;
  font-size: 0;
  vertical-align: bottom;
  text-align: right;
}
.form form {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #cccccc;
  width: 400px;
}
.form form input[type=text] {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  font-size: 16px;
  line-height: normal;
  width: 90%;
  padding: 0 10px;
}
.form form button[type=submit] {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 38px;
  background-color: transparent;
  width: 10%;
  border: 0;
  text-align: center;
  cursor: pointer;
}
.product {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
}
.product-main {
  width: 890px;
  float: right;
}
.product-con li {
  float: left;
  border: 1px solid #cccccc;
  width: 276px;
  height: 276px;
  padding: 10px;
  margin-left: 30px;
  margin-top: 30px;
}
.product-con li:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.product-con li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.product-con li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.product-con li a span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-con li:nth-child(3n+1) {
  margin-left: 0;
}
.product-aside {
  float: left;
  width: 280px;
  background-color: #181818;
  padding: 0 5px 5px 5px;
}
.aside-con {
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
ul.aside-menu-1 {
  padding: 30px 15px 10px 15px;
}
ul.aside-menu-1 > li {
  margin-bottom: 20px;
}
ul.aside-menu-1 > li:last-child{
	margin-bottom: 0;
}
ul.aside-menu-1 > li > a {
  display: block;
  padding: 10px 30px 10px 60px;
  font-size: 14px;
  line-height: 28px;
  background: url("../images/icon-02.png") no-repeat 30px center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #d8d8d8;
}
ul.aside-menu-2 > li {
  
}
ul.aside-menu-2 > li:last-child {
  border: 0;
}
ul.aside-menu-2 > li > a {
  display: block;
  padding: 6px 30px;
  font-size: 0;
  vertical-align: bottom;
}
ul.aside-menu-2 > li > a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 28px;
  padding-left: 40px;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
ul.aside-menu-2 > li > a span:before{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #333333;
	left: 17.5px;
	top: 11.5px;
	border-radius: 100%;
}
.aside-iphone {
	border-top: 1px solid #d8d8d8;
  padding-top: 35px;
  padding-bottom: 30px;
  padding-right: 20px;
  text-align: right;
  background: url("../images/icon.png") no-repeat left bottom #ffffff;
}
.aside-iphone span {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
}
.aside-iphone strong {
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #cc0000;
  margin-bottom: 30px;
}
.aside-iphone a {
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
  background-color: #cc0000;
  padding: 0 20px;
}
.row {
  text-align: center;
  padding-top: 60px;
}
.row-title {
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 40px;
  border-bottom: 1px solid #999999;
  position: relative;
}
.row-title:after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #da251c;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -30px;
}
.row-title span {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
}
.row-title h2 {
  font: bold 36px/1.6 "JLinXin";
  padding-bottom: 10px;
  color: #000000;
  position: relative;
}
.row-title h2 i {
  font-style: normal;
  color: #d0231c;
}
.row-title h2:after {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #999999;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -100px;
}
.row-title h3 {
  font-size: 36px;
}
.row-title h3 i {
  font-style: normal;
  color: #ff0000;
}
.picScroll-left {
  position: relative;
}
.picScroll-left .bd {
  margin: 0 auto;
  width: 1100px;
}
.picScroll-left .bd li {
  width: 190px;
  margin: 0 15px;
  float: left;
  padding-top: 20px;
}
.picScroll-left .bd li a.a-img {
  display: block;
  width: 100%;
  height: 115px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
}
.picScroll-left .bd li a.a-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.picScroll-left .bd li a.a-span {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 2;
  color: #000000;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 10px;
}
.picScroll-left .bd li:hover a.a-img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.picScroll-left .bd li:hover a.a-span {
  text-decoration: none;
  color: #ff0000;
}
.picScroll-left .btn {
  width: 35px;
  height: 75px;
  position: absolute;
  top: 45px;
}
.picScroll-left .prev {
  background: url("../images/prev-small.png") no-repeat center;
  left: 0;
}
.picScroll-left .next {
  background: url("../images/next-small.png") no-repeat center;
  right: 0;
}
.zou {
  padding-bottom: 30px;
  background-color: #eeeeee;
}
.zou .row-con {
  font-size: 0;
  vertical-align: bottom;
}
.company-con {
  width: 50%;
  height: 380px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
  padding-top: 45px;
  padding-right: 40px;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-left: 0;
}
.company-con .company-title {
  border-bottom: 1px solid #d4d4d4;
  text-align: left;
  padding-bottom: 10px;
}
.company-con .company-title h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  line-height: 1.5;
  color: #333333;
  font-weight: normal;
}
.company-con .company-title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 26px;
  color: #d0231c;
  text-transform: uppercase;
  margin-left: 10px;
}
.company-con .company-title span i {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
}
.company-img {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 380px;
}
.company-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.company-main {
  text-align: left;
}
.company-main h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 25px;
}
.company-main .company-p {
  height: 130px ;
  text-overflow: ellipsis;
  overflow: hidden;
}
.company-main .company-p p {
  font-size: 12px;
  line-height: 26px;
  color: #333333;
}
.company-main a.check-more {
  font-size: 12px;
  line-height: 26px;
  color: #d0231c;
}
.el-cer {
  margin-top: 40px;
}
.el-cer .cer-title {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
.el-cer .cer-title h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  background-color: #eeeeee;
  padding-right: 20px;
  position: absolute;
  left: 0;
  top: -10px;
}
.el-cer .cer-title a.more-el {
  display: block;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  padding-left: 20px;
  right: 0;
  top: -10px;
  background-color: #eeeeee;
}
.el-cer .cer-title a.more-el:hover {
  text-decoration: none;
  color: #31399a;
}
.el-cer .picScroll-left .bd {
  width: 100%;
}
.el-cer .picScroll-left .bd li {
  width: 270px;
  margin: 0 20px;
}
.el-cer .picScroll-left .bd li a.a-img {
  display: block;
  height: 185px;
  border: 0;
}
.el-cer .picScroll-left .btn {
  top: 80px;
}
.el-cer .picScroll-left .prev {
  left: -75px;
}
.el-cer .picScroll-left .next {
  right: -75px;
}
.news-FQA {
  padding: 60px 0;
}
.row3 .row3-title {
  overflow: hidden;
  border: 1px solid #d8d8d8;
  padding: 12px 20px;
}
.row3 .row3-title h3 {
  font-size: 16px;
  line-height: 30px;
  color: #da251c;
  float: left;
  position: relative;
  padding-left: 14px;
}
.row3 .row3-title h3:before {
  content: "";
  width: 2px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #d20406;
}
.row3 .row3-title h3 span {
  font-weight: normal;
  color: #333333;
}
.row3 .row3-title a.more {
  display: block;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #d8d8d8;
  float: right;
  padding: 3px 6px;
}
.row3 .row3-title a.more:hover {
  border-color: #da251c;
  color: #da251c;
  text-decoration: none;
}
.row3-con {
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-top: 0;
  overflow: hidden;
  padding: 30px;
}
.row3-con .news-img {
  width: 280px;
  float: left;
  position: relative;
  overflow: hidden;
}
.row3-con .news-img > a {
  display: block;
  width: 100%;
  height: 300px;
}
.row3-con .news-img > a img {
  display: block;
  width: 100%;
}
.row3-con .news-img > article {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 28px;
}
.row3-con .news-img > article h3 {
  font-size: 12px;
  line-height: 30px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.row3-con .news-img > article h3 a {
  color: #ffffff;
}
.row3-con .news-img > article p {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
}
.row3-con .news-main {
  width: 425px;
  float: right;
  font-size: 0;
}
.row3-con .news-main > article {
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 22px;
}
.row3-con .news-main > article time {
  display: inline-block;
  width: 60px;
  text-align: center;
  vertical-align: middle;
}
.row3-con .news-main > article time strong {
  display: block;
  font: bold 36px/56px Arial;
  color: #666666;
}
.row3-con .news-main > article time span {
  display: block;
  font: normal 12px/20px Arial;
  width: 100%;
  background-color: #4f4f4f;
  color: #ffffff;
}
.row3-con .news-main > article time span.hot {
  background-color: #000000;
}
.row3-con .news-main > article section {
  display: inline-block;
  width: 350px;
  margin-left: 15px;
  vertical-align: middle;
}
.row3-con .news-main > article section h3 {
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 10px 0 6px 0;
}
.row3-con .news-main > article section h3 a {
  color: #333333;
}
.row3-con .news-main > article section h3 a:hover {
  text-decoration: none;
  color: #7f0114;
}
.row3-con .news-main > article section p {
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news {
  width: 800px;
  float: left;
}
.FQA {
  width: 360px;
  float: right;
}
.FQA .row3-con {
  padding: 33px 20px 30px 20px;
}
.FQA .row3-con .news-main {
  width: 100%;
}
.FQA .row3-con .news-main > article section {
  width: 100%;
  margin-left: 0;
}
