@import url("./base.css");

body {
  background-color: #f0f1f1;
}

.fn-left {
  float: left;
}

.fn-right {
  float: right;
}

.w420 {
  width: 420px;
}

.w540 {
  width: 540px;
}

.w660 {
  width: 660px;
}

.w340 {
  width: 340px;
}

.row-head {
  position: relative;
  padding: 40px 0;
}

.row-head:before {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: none;
  font-size: 0;
  content: '';
  background-color: #d8d8d8;
}

.row-head .row-head-title {
  position: relative;
  display: block;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  background: #f0f1f1;
  color: #D53500;
  line-height: 50px;
}

.row-head .row-head-title:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  line-height: none;
  font-size: 0;
  content: '';
  border: 2px solid #d8d8d8;
  border-radius: 50%;
  margin-top: -6px;
}

.row-head .row-head-title:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  line-height: none;
  font-size: 0;
  content: '';
  border: 2px solid #d8d8d8;
  border-radius: 50%;
  margin-top: -6px;
}

.row-head .row-head-text {
  text-align: center;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  color: #999;
  margin-top: 20px;
}

.main-product ul {
  width: auto;
  overflow: hidden;
}

.main-product li {
  float: left;
  width: 300px;
  margin-right: 50px;
}

.main-product li:last-child {
  margin-right: 0;
}

.row1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.row1>.el-col {
  background-color: #fff;
}

.row1>.el-col-6 {
  padding: 1em;
}

.row1>.el-col-6 ul {
  border-bottom: 1px solid #e8e8e8;
}

.row1>.el-col-6 ul ol {
  margin-bottom: 1em;
}

.row1>.el-col-6 ul li {
  border: 1px solid #e8e8e8;
  border-bottom: unset;
  height: 41px;
  padding-left: 26px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(to bottom, #fbfbfb, #f1f1f3);
}
.row1>.el-col-6 ul li a{
  font-size: 14px;
}
.row1>.el-col-6 ul li img {
  width: 9px;
  margin-right: 10px;
}

.row1>.el-col-18 {
  margin-left: 1em;
}

.row1>.el-col-18 .widget {
  padding: 1em;
}

.row1>.el-col-18 .widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  height: 45px;
  border-bottom: 1px solid #e8e8e8;
}

.row1>.el-col-18 .widget-header img {
  align-self: flex-start;
}

.row1>.el-col-18 .widget-body .el-row {
  flex-wrap: wrap;
}

.row1>.el-col-18 .widget-body .el-col {
  margin-top: 1em;
  padding: 0 1em;
}

.row1>.el-col-18 .widget-body .el-col .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  border: 1px solid #e8e8e8;
  padding: 1px;
}

.row1>.el-col-18 .widget-body .el-col .img:hover {
  border-color: #f56c6c;
}

.row1>.el-col-18 .widget-body .el-col .img img {
  max-width: 100%;
  max-height: 100%;
}

.row1>.el-col-18 .widget-body .el-col .title {
  margin: 0;
  text-align: center;
  font-size: 14px;
  padding: 0.5em 0;
}

/* row2 */
.row2 {
  margin-top: 1em;
  margin: 0 auto;
}

.row2 {
  background: url('../img/row2-bg.jpg') center 0 no-repeat;
  position: relative;
}

.row2::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: none;
  content: '';
  border: 15px solid transparent;
  border-top-color: #f0f1f1;
  margin-left: -15px;

}

.row2 .row-head::before {
  background-color: #fff;
}

.row2 .row-head .row-head-title {
  color: #fff;
  background-color: transparent;
  background: url('../img/row2-bg.jpg') center -40px no-repeat;
}

.row2 .row-head:before,
.row2 .row-head:after {
  background-color: #58A2D0;
}

.row2 .row-head .row-head-title:before,
.row2 .row-head .row-head-title:after {
  border-color: #58A2D0;
}

.row2 .row-head .row-head-text {
  color: #ABD0E7;
}

.row2 .w420 img {
  border: 10px solid rgba(255, 255, 255, 0.1);
}

.row2 .info h1 {
  font-size: 20px;
  color: #FFFFBF;
  font-weight: bold;
  padding: 10px 0;
  line-height: 40px;
}

.row2 .info p {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  line-height: 2em;
}

.row2 .info a {
  display: block;
  background: #FF4000;
  font-size: 14px;
  color: #fff;
  width: 6em;
  padding: 0 20px;
  line-height: 30px;
  height: 32px;
  float: right;
  border-radius: 5px;
  margin-top: 10px;
}

.row2 .info a:hover {
  background: #FF602B;
}

.row2 .w540 .info p a:hover {
  text-decoration: none;
}
.row2 .el-carousel {
  /*height: 358px;*/
}
.row2 .el-carousel__container{
  height: 332px!important;
}
.row2 .el-carousel__item{
  height: 332px;
}
.el-carousel__item.el-carousel__item--card{
  border: 5px solid #fff;
  box-sizing: border-box;
}
/* row3 */
.row3 {
  overflow: hidden;
}

.row3 #baiduMap {
  width: 660px;
  height: 340px;
  margin: 0;
  font-family: "微软雅黑";
  font-size: 14px;
  border: 1px solid #d8d8d8;
}

.row3 .ui-box-container {
  background-color: #0473B8;
  border: none;
  height: 342px;
}

.row3 .ui-box-content {
  padding: 10px;
}

.row3 .info p {
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
}

.row3 .info p i {
  font-size: 16px;
  margin: 0 10px;
}

.row3 .more {
  font-size: 14px;
  color: #fff;
  line-height: 2em;
  background: #0466A4;
  text-align: center;
  margin-top: 15px;
  border-radius: 5px;
}

.row3 .more a {
  color: #fff;
}

.row3 .more a:hover {
  color: #ff0;
}

.scroll_horizontal {
  position: relative;
  width: 1000px;
  height: 197px;
  margin-top: 15px;
}

.scroll_horizontal .box {
  overflow: hidden;
  position: relative;
  width: 1000px;
  height: 197px;
  margin: 0 auto;
}

.scroll_horizontal .list {
  overflow: hidden;
  width: 9999px;
}

.scroll_horizontal .list li {
  float: left;
  width: 250px;
  height: 197px;
}

.scroll_horizontal .list li a,
.scroll_horizontal .list li a span {
  display: block;
}

.scroll_horizontal .list li a {
  width: 210px;
  height: 187px;
  margin: 0 10px;
  padding: 10px 10px 0 10px;
  background: #e6e6e6;
}

.scroll_horizontal .list li a span.img {
  width: 210px;
  height: 157px;
  background: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: none;
}

.scroll_horizontal .list li a span.img img {
  max-width: 210px;
  max-height: 157px;
}

.scroll_horizontal .list li a span.text {
  height: 30px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
}

.scroll_horizontal .list li a:hover {
  background: #0EB68C;
}

.scroll_horizontal .list li a:hover span.text {
  color: #fff;
}

.scroll_horizontal .prev,
.scroll_horizontal .next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 40px;
  height: 50px;
  background-image: url('../../images/control.png');
  background-repeat: no-repeat;
  font: 0/0 Arial;
  cursor: pointer;
}

.scroll_horizontal .prev {
  left: -50px;
  background-position: 0 0;
}

.scroll_horizontal .next {
  right: -50px;
  background-position: -40px 0;
}

.scroll_horizontal .prev:hover {
  background-position: 0 -50px;
}

.scroll_horizontal .next:hover {
  background-position: -40px -50px;
}

/* row4 */
.row4 {
  margin-top: 1em;
  background: #fff;
  font-size: 13px;
  line-height: 2em;
  padding: 1em;
}

.row4 .el-col:nth-child(n + 2) {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.row4 .el-col:nth-child(n + 2)>* {
  display: inline-block;
  padding: 0 0.5em;
}

.row5 {
  margin-top: 1em;
}

.row5 .widget {
  padding: 1em;
  background-color: #fff;
}

.row5 .widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  height: 45px;
  border-bottom: 1px solid #e8e8e8;
}

.row5 .widget-header img {
  align-self: flex-start;
}

.row5 .widget-body {
  padding-top: 1em;
}

.row5 .widget-body .el-row {
  flex-wrap: wrap;
}

.row5 .widget-body .el-col {
  position: relative;
  padding: 0.5em 0 0.5em 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row5 .widget-body .el-col::before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  content: "";
  width: 3px;
  height: 3px;
  background: #666;
  border-radius: 100%;
  margin-top: -3px;
  margin-left: -3px;
}

.row5 .widget-body .el-col a {
  font-size: 13px;
}
/* row6 */
.row6 ul{
	width:auto;
	overflow:hidden;
	margin:-10px -10px 0;
}
.row6 ul li{
	float:left;
	width:33.33%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 10px;
	margin-top:10px;
}
.row6 ul li a{
	display:block;
	background:#ffffff;
	padding:10px;
}
.row6 ul li a .icon{
	float:left;
	width:50px;
	height:50px;
	border:1px solid #d8d8d8;
	background:#fff url('../img/icon-2.png') center center no-repeat;
}
.row6 ul li a .info{
	display:block;
	margin-left:70px;
}
.row6 ul li a .info h3{
	display:block;
	line-height:1em;
	font-size:14px;
	font-weight:bold;
	color:#000;
  margin: 0;
  height: 1em;
  overflow: hidden;
}
.row6 ul li a .info p{
	font-size:12px;
	line-height:1.6em;
	color:#999;
	height:3em;
  overflow:hidden;
  margin-bottom: 0;
}
.row6 ul li a:hover{
	background:#ECF3FB;
}
.row6 ul li a:hover .info h3{
	color:#f00;
}

