﻿ 
/*banner*/
.banner {
	position: relative;
}
.swiper_dots {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	bottom: 0;
	text-align: center;
	z-index: 2;
}
.swiper_dots li {
	display: inline-block;
	margin: 0 10px;
	position: relative;
}
.swiper_dots .pic {
	position: absolute;
	width: 196px;
	height: 80px;
	background-color: #fff;
	top: -128px;
	display: none;
	left: -99px;
	padding: 4px;
}
.swiper_dots .pic:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border-style: solid;
	border-width: 10px;
	border-color: transparent;
	border-top-color: #fff;
	z-index: -99;
}
.swiper_dots .pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide .con {
	padding-top: 36%;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	border-radius: 8px;
	border: 0;
	background-color: rgba(0,0,0,0);
	position: relative;
	opacity: 1;
}
.swiper-container .swiper-pagination-bullet:after {
	/*content: '';*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: rgba(0,0,0,0.21);
}
/*专业*/
.row-a1 {
	overflow: hidden;
}
.m-txt01 {
	overflow: hidden;
	color: #fff;
	padding: 24px 0;
}
.m-txt01 .txt {
	float: left;
}
.m-txt01 .txt .tit {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 6px;
}
.m-txt01 .txt p {
	font-size: 14px;
	color: #d4e6ff;
}
.m-txt01 .tel {
	float: right;
	padding-left: 30px;	
	font-size: 38px;
	font-family: arial, helvetica, sans-serif;
	
}
.ul-txt01 {
	overflow: hidden;
	border-left: 1px solid #e3e3e3;
	background-color: #fff;
}
.ul-txt01 li {
	float: left;
	width: 25%;
	position: relative;
}
.ul-txt01 li .txt {
	text-align: center;
	border-right: 1px solid #e3e3e3;
	padding: 20px 0;
	border-bottom: 4px solid #ff7f27;
}
.ul-txt01 li .txt a.tit {
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
}
.ul-txt01 li .txt a.desc {
	display: block;
	font-size: 14px;
	color: #666;
	height: 30px;
	line-height: 30px;
}
.ul-txt01 li .txt1 {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	background-color: #fff;
	border-bottom: 4px solid #ff7f27;
	-webkit-animation: slideInDown .6s ease forwards;
	animation: slideInDown .6s ease forwards;
}/*
.ul-txt01 li.on .txt1,
.ul-txt01 li:hover .txt1{
	height: 100%;
	opacity: 1;
	top: 0;
	display: inline-block;
}*/
/*产品*/
.row-a2 {
	overflow: hidden;
	padding: 80px 0;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.ul-imgtxt01 {
	overflow: hidden;
	margin: 0 -18px;
}
.ul-imgtxt01 li {
	float: left;
	width: 33.33%;
	margin-bottom: 36px;
}
.ul-imgtxt01 li a {
	overflow: hidden;
	display: block;
	margin: 0 18px;
	padding-bottom: 20px;
	background-color: #fff;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-imgtxt01 li:hover a {
	background-color: #ff7f27;
}
.ul-imgtxt01 li .pic {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 100%;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-imgtxt01 li:hover .pic {
	-webkit-transform: translateY(-7%);
	-ms-transform: translateY(-7%);
	-o-transform: translateY(-7%);
	transform: translateY(-7%);
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.ul-imgtxt01 li .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.ul-imgtxt01 li .tit {
	text-align: center;
	padding: 20px 0 10px;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-imgtxt01 li:hover .tit {
	color: #fff;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	-o-transform: translateY(-25%);
	transform: translateY(-25%);
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.ul-imgtxt01 li .more {
	display: block;
	font-size: 16px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	background-color: #ff7f27;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-imgtxt01 li:hover .more {
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	-o-transform: translateY(-60%);
	transform: translateY(-60%);
	background-color: #fff;
	color: #ff7f27;
}
/*实力*/
.row-a3 {
	overflow: hidden;
}
.row-a3 .g-tit01 {
	padding: 60px 0 40px;
}
.m-list01 {
	overflow: hidden;
	padding: 122px 0 60px;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.ul-imgtxt02 {
	float: right;
	width: 56%;
}
.ul-imgtxt02 li {
	overflow: hidden;
	margin-bottom: 62px;
}
.ul-imgtxt02 li .pic {
	float: left;
	width: 67px;
	height: 67px;
	border-radius: 50%;
}
.ul-imgtxt02 li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.ul-imgtxt02 li .txt {
	overflow: hidden;
	padding-left: 40px;
	color: #fff;
}
.ul-imgtxt02 li .txt .tit {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 10px;
}
.ul-imgtxt02 li .txt p {
	font-size: 14px;
	color: #d4e6ff;
	line-height: 1.6;
}
/*优势*/
.m-list02 {
	padding: 80px 0 40px;
	overflow: hidden;
}
.m-list02 .g-tit01 {
	float: left;
	text-align: left;
	padding: 23px 0;
}
.m-list02 .g-tit01 span {
	font-weight: 400;
}
.m-list02 .btn {
	float: right;
	margin-top: 10px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	background-color: #ff7f27;
	font-size: 14px;
	color: #fff;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-list02 .btn:hover {
	background-color: #e87426;
	margin-top: 0;
}
.ul-imgtxt03 {
	overflow: hidden;
	margin: 0 -15px;
	padding-bottom: 50px;
}
.ul-imgtxt03 li {
	float: left;
	width: 25%;
	padding-bottom: 30px;
}
.ul-imgtxt03 li:hover {
	background: url(../images/icon18.png) 50% 100% no-repeat;
}
.ul-imgtxt03 li .con {
	background-color: #005ad2;
	border-radius: 10px;
	padding: 30px 0;
	margin: 0 15px;
}
.ul-imgtxt03 li:hover .con {
	background-color: #ff7f27;
}
.ul-imgtxt03 li .pic {
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.ul-imgtxt03 li .pic img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.ul-imgtxt03 li .txt {
	text-align: center;
	color: #fff;
	padding: 15px 0;
	font-size: 14px;
}
.ul-imgtxt03 li .txt .tit {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 6px;
}
.ul-imgtxt03 li .txt span {
	display: block;
}
.ul-imgtxt03 li .txt em {
	width: 1px;
	height: 25px;
	display: block;
	margin: 10px auto 15px;
	background-color: #fff;
}
.ul-imgtxt03 li .txt p {
	margin-bottom: 15px;
}
.m-tit01 {
	padding: 12px 0;
	font-size: 20px;
	color: #333;
	font-weight: 600;
}
.ul-imgtxt04 {
	overflow: hidden;
	padding: 50px 0;
}
.ul-imgtxt04 li {
	float: left;
	width: 25%;
}
.ul-imgtxt04 li .pic {
	float: left;
	width: 75px;
	height: 75px;
}
.ul-imgtxt04 li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.ul-imgtxt04 li .tit {
	overflow: hidden;
	padding-left: 28px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	height: 75px;
	line-height: 75px;
}
/*品牌*/
.row-a5 {
	overflow: hidden;
	padding: 80px 0;
	background-color: #f8f8f8;
}
.row-a5 .col-l {
	width: 58%;
}
.row-a5 .col-r {
	width: 39%;
}
.m-imgtxt01 {
	background-color: #fff;
}
.m-imgtxt01 .pic {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 51%;
}
.m-imgtxt01 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.m-list03 {
	background-color: #fff;
	border-top: 8px solid #005ad2;
}
.m-list03 .first-txt .con {
	border-bottom: 1px solid #e3e3e3;
}
/*搜索*/
.m-list04 {
	padding: 74px 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}
.m-list04 .g-tit01 {
	text-align: left;
	float: left;
}
.m-list04 .g-tit01 .tit {
	color: #fff;
	font-weight: 400;
}
.m-list04 .g-tit01 p {
	color: #fff;
	font-size: 14px;
}
.m-so {
	float: right;
	margin-top: 18px;
	position: relative;
	font-size: 0;
}
.m-so .inp {
	float: left;
	display: block;
	width: 450px;
	padding-left: 14px;
	background-color: #fff;
	border-radius: 20px 0 0 20px;
	height: 36px;
	/*border: 0;*/
	border: 1px solid #fff;
	font-size: 14px;
	color: #757575;
}
/*.m-so .inp::-webkit-input-placeholder{font-size: 14px;color: #757575;}
.m-so .inp::-moz-placeholder{font-size: 14px;color: #757575;}
.m-so .inp::-ms-input-placeholder{font-size: 14px;color: #757575;}*/
.m-so .sub {
	float: left;
	width: 50px;
	height: 36px;
	background-image: url(../images/so.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	-o-background-size: 20px auto;
	-ms-background-size: 20px auto;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
	/*border: 0;*/
	border: 1px solid #fff;
	padding: 0;
	border-radius: 0 20px 20px 0;
	cursor: pointer;
	font-size: 0;
}
.m-so .sub:hover {
	background-color: #ff7f27;
	border: 1px solid #ff7f27;
	background-image: url(../images/so-h.png);
}
.tips {
	width: 148px;
	height: 42px;
	line-height: 42px;
	border: #858585 1px solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	position: absolute;
	left: 50px;
	top: 128%;
	padding: 0 15px 0 40px;
	background: url(../images/tips.jpg) 8px center no-repeat #fff;
	display: none;
	font-size: 14px;
}
.tips::before {
	content: "";
	width: 12px;
	height: 12px;
	border-top: #bababa 1px solid;
	border-left: #bababa 1px solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	left: 10px;
	top: -7px;
	background: #fff;
}
.tips.on {
	display: block;
}
.ul-imgtxt05 {
	position: relative;
	top: -12px;
	overflow: hidden;
	padding: 0 96px;
	border-bottom: 1px solid #e3e3e3;
}
.ul-imgtxt05 li {
	float: left;
	width: 25%;
	padding: 70px 50px;
	border-right: 1px solid #e3e3e3;
}
.ul-imgtxt05 li .pic {
	float: left;
	width: 30px;
	height: 30px;
}
.ul-imgtxt05 li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.ul-imgtxt05 li .txt {
	overflow: hidden;
	padding-left: 30px;
}
.ul-imgtxt05 li .txt .tit {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 400;
}
.ul-imgtxt05 li .txt p {
	font-size: 14px;
	color: #666;
}
/*新闻*/
.row-a7 {
	overflow: hidden;
	padding: 80px 0;
	background-color: #f8f8f8;
}
.row-a7 .col-l {
	width: 33.33%;
}
.row-a7 .col-r {
	width: 63.33%;
}
.m-list05 {
	padding: 50px 30px;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.m-list05 .g-tit03 .tit {
	color: #fff;
}
.m-list05 .g-tit03 span {
	color: #fff;
}
.m-news01 {
	padding-top: 36px;
}
.m-news01 .pic {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 67%;
}
.m-news01 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m-news01 .txt {
	margin-top: 20px;
}
.m-news01 .txt .tit {
	margin-bottom: 10px;
	font-size: 18px;
	color: #333;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 400;
}
.m-news01:hover .txt .tit {
	color: #ff7f27;
}
.m-news01 .txt .time {
	display: block;
	font-size: 12px;
	color: #666;
	padding-bottom: 10px;
}
.m-news01 .txt p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 31px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.m-list06 {
	padding: 15px 30px;
	background-color: #fff;
	margin-bottom: 25px;
}
.m-news02 {
	overflow: hidden;
	padding: 36px 10px 0 10px;
}
.m-news02 .pic {
	float: right;
	width: 20%;
}
.m-news02 .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.m-news02 .box {
	float: left;
	width: 80%;
}
.m-news02 .box .time {
	float: left;
}
.m-news02 .box .time span {
	display: block;
	font-size: 20px;
	color: #999;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-news02 .box .time .span2 {
	display: none;
}
.m-news02:hover .box .time span {
	color: #ff7f27;
}
.m-news02 .box .time em {
	display: block;
	margin-top: 15px;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/icon19.png);
}
.m-news02:hover .box .time em {
	background-image: url(../images/icon19-h.png);
}
.m-news02 .box .txt {
	padding-left: 25px;
	overflow: hidden;
}
.m-news02 .box .txt .tit {
	font-size: 18px;
	color: #333;
	margin-bottom: 14px;
	font-weight: 400;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.m-news02:hover .box .txt .tit {
	color: #ff7f27;
}
.m-news02 .box .txt p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-right: 90px;
}
.ul-txt02 {
	height: 218px;
	overflow: hidden;
	margin-top: 25px;
}
.ul-txt02 li {
	overflow: hidden;
	padding: 10px;
	overflow: hidden;
	font-size: 14px;
	font-family: "微软雅黑", "Microsoft YaHei";
	color: #333;
}
.ul-txt02 li .tit {
	margin-bottom: 20px;
}
.ul-txt02 li .tit .hd {
	overflow: hidden;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	font-weight: 400;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-txt02 li:hover .tit .hd {
	color: #1e88e5;
}
.ul-txt02 li .txt p {
	height: 42px;
	line-height: 21px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ul-txt02 li span.letter {
	display: block;
	margin-right: 16px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	float: left;
	border-radius: 50%;
	background-color: #1e88e5;
	color: #fff;
	font-weight: 400;
}

/*友情链接*/
.row-link {
	background-color: #005ad2;
	border-bottom: 1px solid #fff;
}
.m-link1 {
	padding: 20px 0;
}
.m-link1 .item {
	overflow: hidden;
	color: #fff;
}
.m-link1 .item:first-child {
	margin-bottom: 40px;
}
.m-link1 .item span {
	float: left;
	font-size: 16px;
	margin-right: 18px;
	font-weight: 600;
}
.ul-link1 {
	overflow: hidden;
}
.ul-link1 li {
	float: left;
}
.ul-link1 li a {
	display: block;
	margin-right: 20px;
	font-size: 14px;
	color: #fff;
	height: 21px;
	line-height: 21px;
}
.ul-link1 li a:hover {
	text-decoration: underline;
}
 