@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {
	background-color: #f2f2f2;
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}

.kongs {
	width: auto;
	border: none !important;
	background-color: transparent !important;
}


/**/


.banner {
	width: 100%;
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .banner-text {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.banner .banner-text .t1 {
	font-weight: bolder;
	color: white;
	font-size: 68px;
	margin-bottom: 25px;
	letter-spacing: 2px;
	text-shadow: 3px 3px 0px #E97017;
}

.banner .banner-text p.t2 {
	display: flex;
	justify-content: center;
	color: white;
	align-items: center;
}

.banner .banner-text p.t2 span {
	display: block;
	margin: 0px 20px;
	font-size: 22px;
}

.banner .banner-text p.t2 i {
	display: block;
	font-style: normal;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #E97017;
}

.banner .banner-text p.t3 {
	display: block;
	margin-top: 30px;
}

.banner .banner-text p.t3 a {
	display: flex;
	justify-content: center;
	margin: auto;
	background-color: #E97017;
	width: 230px;
	color: white;
	border-radius: 5px;
	text-align: center;
	line-height: 45px;
	transition: 0.3s all;
}

.banner .banner-text p.t3 a i {
	display: block;
	margin-right: 12px;
	font-size: 22px;
}
.banner .banner-text p.t3 a:hover{
	box-shadow: 0px 0px 10px #666;
	transition: 0.3s all;
}

/**/

.danye-title{
	display: block;
	width: 1200px;
	margin: 25px auto;
	font-weight: bold;
	font-size: 28px;
	color: #E97017;
	border-left: 10px solid #E97017;
	padding-left: 20px;
}
.danye-title a{
	display: block;
	font-size: 28px;
	color: #E97017;
}
.danye-desc {
	width: 1200px;
	margin: 0px auto 30px;
	background-color: #FFFFFF;
	color: #999;
	font-size: 15px;
	line-height: 1.8;
	padding: 20px;
	position: relative;
}
.danye-desc p{
	margin-bottom: 4px;
	text-indent: 2em;
}
.danye-desc:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	border-right: 0px solid #E97017;
	border-bottom: 15px solid #E97017;
	border-left: 15px solid transparent;
}

.danye-more {
	width: 1200px;
	margin: 0px auto 60px;
	display: flex;
	justify-content: center;
}

.danye-more a {
	display: flex;
	justify-content: center;
	margin: 0 30px;
	background-color: #E97017;
	width: 230px;
	color: white;
	border-radius: 5px;
	text-align: center;
	line-height: 45px;
}

.danye-more a i {
	display: block;
	margin-right: 12px;
	font-size: 22px;
}

.danye-prolist {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.danye-prolist .list {
	width: 385px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 25px;
	transition: 0.3s all;
	position: relative;
}

.danye-prolist .list p.t1 {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.danye-prolist .list p.t1 img {
	display: block;
	width: 100%;
	transition: 0.3s all;
}

.danye-prolist .list p.t2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
	padding: 0px 20px;
}

.danye-prolist .list p.t3 {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	padding: 0px 20px;
}

.danye-prolist .list p.t4 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #E97017;
	color: white;
	font-size: 13px;
	padding: 0px 12px;
	line-height: 28px;
}

.danye-prolist .list:hover {
	background-color: #E97017;
	transition: 0.3s all;
}

.danye-prolist .list:hover img {
	transform: scale(1.1);
	transition: 0.3s all;
}

.danye-prolist .list:hover p.t2,
.danye-prolist .list:hover p.t3 {
	transition: 0.3s all;
	color: white;
}

.danye-table {
	width: 1200px;
	margin: 0px auto 30px;
}

.danye-table .top {
	width: 100%;
	margin-bottom: 18px;
	display: flex;
	justify-content: space-between;
	border-right: 1px solid #E97017;
}

.danye-table .top p {
	display: block;
	width: 25%;
	text-align: center;
	line-height: 45px;
	background-color: #FFFFFF;
	color: #555;
	border: 1px solid #E97017;
	border-right: none;
	position: relative;
}

.danye-table .top p:before {
	content: "";
	display: none;
	margin: auto;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #E97017;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.danye-table .top p:hover,
.danye-table .top p.hover{
	cursor: pointer;
	background-color: #E97017;
	color: white;
	transition: 0.3s all;
}
.danye-table .top p:hover:before,
.danye-table .top p.hover:before{
	transition: 0.3s all;
	display: block;
}
.danye-table .bottom {
	width: 100%;
}

.danye-table .bottom .list {
	width: 100%;
	background-color: #FFFFFF;
	padding: 30px;
	display: none;
}
.danye-table .bottom .list.hover{
	display: block;
}
.danye-table .bottom .list .text {
	width: 100%;
	font-size: 16px;
	color: #555555;
	line-height: 1.8;
	margin-bottom: 20px;
}

.danye-table .bottom .list .pic {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.danye-table .bottom .list img.p1 {
	width: 35%;
	display: block;
}

.danye-table .bottom .list img.p2 {
	display: block;
	width: 63%;
}
.danye-cat-w{
	width: 100%;
	background-color: white;
	margin-bottom: 45px;
}
.danye-cat-w.subnav-fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	box-shadow: 0px 4px 5px #ccc;
}
.danye-cat{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.danye-cat a{
	width: 20%;
	text-align: center;
	line-height: 56px;
	transition: 0.3s all;
	display: flex;
	justify-content: center;
}
.danye-cat a i{
	display: block;
	margin-right: 8px;
	font-size: 24px;
}
.danye-cat a:hover{
	cursor: pointer;
	background-color: #E97017;
	color: white;
	transition: 0.3s all;
}
.danye-mews{
	width: 1200px;
	margin: 0px auto 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.danye-mews .list{
	width: 590px;
	padding: 15px;
	background-color: white;
	margin-bottom: 15px;
	transition: 0.3s all;
}
.danye-mews .list p.t1{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
}
.danye-mews .list p.t2{
	color: #999999;
	font-size: 14px;
	margin-bottom: 8px;
}
.danye-mews .list p.t3{
	font-size: 15px;
	color: #333;
	line-height: 1.6;
}
.danye-mews .list:hover{
	background-color: #E97017;
	box-shadow: 0px 0px 5px #CCCCCC;
	transition: 0.3s all;
}
.danye-mews .list:hover p.t1,
.danye-mews .list:hover p.t2,
.danye-mews .list:hover p.t3{
	color: white;
	transition: 0.3s all;
}
.danye-mews .ci-list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.danye-mews .ci-list p{
	width: 285px;
	margin-bottom: 12px;
	padding: 10px;
	background-color: white;
	font-size: 15px;
	color: #555555;
}
.danye-mews .ci-list p:hover{
		background-color: #E97017;
	box-shadow: 0px 0px 5px #CCCCCC;
	transition: 0.3s all;
	color: white;
}

/**/
.danye-lists{
	width: 1200px;
	margin: 30px auto 55px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.danye-lists .list{
	width: 32.5%;
	background-color: white;
	padding: 15px;
	margin-bottom: 15px;
	transition: 0.3s all;
}
.danye-lists .list p.t1{
	font-weight: bold;
	margin-bottom: 10px;
}
.danye-lists .list p.t2{
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}
.danye-lists .list:hover{
	background-color: #E97017;
	transition: 0.3s all;
}
.danye-lists .list:hover p.t1,
.danye-lists .list:hover p.t2{
	color: white;
	transition: 0.3s all;
}
.solutions-list.danye,
.video-list.danye{
	margin: 0px auto 40px;
}
