@charset "utf-8";



* {

	padding: 0;

	margin: 0;

	box-sizing: border-box;

}



input:focus {

	outline: none;

}



textarea:focus {

	outline: none;

}



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;

}



.list.kongs,

.list.kongs:hover {

	background-color: transparent !important;

	padding: 0 !important;

	border: none !important;

}



/**/



header {

	width: 100%;

	background-color: #FFFFFF;

}



.header {

	width: 1200px;

	margin: 20px auto;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

}



.header .logo {

	height: 60px;

}



.header .logo img {

	display: block;

	height: 100%;

}



.header .nav {

	display: flex;

	justify-content: flex-end;

	align-items: center;

}



.header .nav p a {

	color: #393838;

	font-size: 16px;

	display: block;

	font-weight: bold;

	margin: 0 5px;

	padding: 0 5px;

	line-height: 59px;

	border-bottom: 1px solid transparent;

	text-transform: uppercase;

}



.header .nav p a:hover {

	border-bottom: 1px solid #e5620b;

}



.banner {

	width: 100%;

}



.banner img {

	display: block;

	width: 100%;

}



.index-title {

	font-size: 36px;

	padding-left: 15px;

	padding: 10px 15px;

	color: rgb(39, 38, 38);

	font-weight: bold;

	text-transform: uppercase;

	line-height: 1;

	border-left: 10px solid #e5620b;

}



.index-title.w1200 {

	width: 1200px;

	margin: 50px auto;

}



.index-main01 {

	width: 1200px;

	margin: 50px auto;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

}



.index-main01 .one {

	width: 49%;

}



.index-main01 .one .text {

	font-size: 18px;

	color: rgb(93, 92, 92);

	line-height: 1.667;

	margin-top: 50px;

}



.index-main01 .img {

	width: 49%;

}



.index-main01 .img img {

	display: block;

	width: 100%;

}



.index-main01 .list {

	width: 49%;

	margin-top: 40px;

	position: relative;

}



.index-main01 .list img {

	display: block;

	width: 100%;

}



.index-main01 .list p {

	width: 100%;

	text-align: center;

	margin: auto;

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	font-size: 30px;

	color: rgb(255, 255, 255);

	font-weight: bold;

	text-transform: uppercase;

	display: flex;

	justify-content: center;

	flex-direction: column;

}



.index-main02 {

	width: 1200px;

	margin: auto;

	display: flex;

	justify-content: space-between;

	align-items: center;

}



.index-main02 .protype {

	display: flex;

	justify-content: flex-end;

	align-items: center;

	border-top: 2px solid #cccbcb;

}



.index-main02 .protype p a {

	display: block;

	padding: 10px 15px;

	margin: 0 15px;

	font-size: 18px;

	color: rgb(111, 109, 108);

	transition: 0.3s all;

}



.index-main02 .protype p a:hover {

	background-color: rgb(226, 224, 224);

	color: #e5620b;

	transition: 0.3s all;

}



.index-main03 {

	width: 1200px;

	margin: 50px auto;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

}



.index-main03 .list {

	width: 32%;

	background-color: #FFFFFF;

	box-shadow: 7.762px 1.935px 24.03px 2.97px rgba(56, 56, 56, 0.17);

	border-bottom: 4px solid transparent;

	padding: 15px;

	margin-bottom: 20px;

	transition: 0.3s all;



}



.index-main03 .list p.t1 {

	width: 100%;

	overflow: hidden;

	display: block;

}



.index-main03 .list p.t1 img {

	display: block;

	width: 100%;

}



.index-main03 .list p.t2 {

	text-align: center;

	font-size: 20px;

	color: rgb(111, 109, 108);

	font-weight: bold;

	text-transform: uppercase;

	line-height: 1.2;

	display: block;

	margin: 25px auto 20px;



}



.index-main03 .list p.t3 {

	display: block;

	width: 160px;

	margin: 0 auto 15px;

	text-align: center;

	border-radius: 10px;

	background-color: rgb(232, 230, 230);

	font-size: 12px;

	color: rgb(229, 98, 10);

	text-transform: uppercase;

	line-height: 2;

}



.index-main03 .list:hover {

	border-bottom: 4px solid #e5620a;

	transition: 0.3s all;

}



.index-main04-w {

	width: 100%;

	padding: 80px 0;

	background-image: url('../images/img_02.jpg');

	background-repeat: no-repeat;

	background-size: 100%;

}



.index-main04 {

	width: 1200px;

	margin: auto;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

}



.index-main04 .index-title {

	color: #FFFFFF;

	width: 100%;

	margin-bottom: 50px;

}



.index-main04 .list {

	width: 49%;

	border: 1px solid #FFFFFF;

	padding: 15px 25px;

}



.index-main04 .list p.t1 {

	font-size: 22px;

	color: #FFFFFF;

	font-weight: bold;

	text-transform: uppercase;

	line-height: 1.25;

	margin-bottom: 10px;

}



.index-main04 .list p.t2 {

	font-size: 14px;

	color: #FFFFFF;

	line-height: 1.286;

}



.index-main05-w {

	width: 1200px;

	margin: 60px auto;

}



.index-main05 {

	width: 1200px;

	margin: 45px auto 0;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

}



.index-main05 .list {

	width: 32%;

	padding-bottom: 10px;

	border-bottom: 2px solid #e5620a;

}



.index-main05 .list p.t1 {

	width: 100%;

	overflow: hidden;

	display: block;

}



.index-main05 .list p.t1 img {

	display: block;

	width: 100%;

	transition: 0.3s all;

}



.index-main05 .list p.t2 {

	font-size: 16px;

	color: rgb(39, 38, 38);

	line-height: 1.5;

	margin: 25px auto;

}



.index-main05 .list p.t3 {

	font-size: 14px;

	color: rgb(153, 153, 153);

	line-height: 1.714;

}



.index-main05 .list:hover img {

	transform: scale(1.1);

	transition: 0.3s all;

}



.index-main05 .list:hover p.t2 {

	color: #e5620a;

	transition: 0.3s all;

}



footer {

	width: 100%;

	background-color: #3d3c3c;

	padding: 60px 0;

}



.footer {

	width: 1200px;

	margin: auto;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

	align-items: center;

}



.footer .tit {

	width: 100%;

	margin-bottom: 30px;

	font-size: 20px;

	color: rgb(229, 98, 10);

	text-transform: uppercase;

	line-height: 1.5;

	padding-bottom: 12px;

	border-bottom: 1px solid #FFFFFF;

}



.footer .one {}



.footer .one p {

	display: flex;

	justify-content: flex-start;

	line-height: 2;

}



.footer .one p .s1 {

	width: 80px;

	margin-right: 5px;

	color: #FFFFFF;

	font-weight: bold;

}



.footer .one p .s2 {

	color: #FFFFFF;

}



.footer .two {

	width: 300px;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

}



.footer .two a {

	display: block;

	width: 49%;

	padding: 10px;

	font-size: 16px;

	color: rgb(255, 255, 255);

	text-transform: uppercase;

	line-height: 2;

}



.footer .qrcode {

	width: 130px;

}



.footer .qrcode img {

	display: block;

	width: 100%;

}



/*  */

.prolist-main {

	width: 1200px;

	margin: 55px auto;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

}



.list-main-l {

	width: 260px;

}



.list-main-l p.tit {

	background-color: #031a45;

	padding: 40px 0;

	border-radius: 10px 10px 0px 0px;

	font-size: 30px;

	color: rgb(255, 255, 255);

	font-weight: bold;

	text-align: center;

}



.list-main-l .protype p.one a {

	display: block;

	padding: 15px;

	background-color: #e87f38;

	font-size: 18px;

	color: rgb(255, 255, 255);

	text-transform: uppercase;

}



.list-main-l .protype p.two a {

	display: block;

	background-color: #f4f2f2;

	padding: 12px;

	font-size: 16px;

	color: rgb(110, 110, 110);

	border-bottom: 1px solid #d7dcdc;

	transition: 0.3s all;

}



.list-main-l .protype p.two a:hover {

	color: #e87f38;

	border-left: 5px solid #e87f38;

	transition: 0.3s all;

}



.list-pro-r {

	width: 900px;

	margin: 0 auto;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

	align-items: flex-start;

}



.list-pro-r .list {

	width: 32%;

	background-color: #FFFFFF;

	box-shadow: 7.762px 1.935px 24.03px 2.97px rgba(56, 56, 56, 0.17);

	border-bottom: 4px solid transparent;

	padding: 15px;

	margin-bottom: 20px;

	transition: 0.3s all;



}



.list-pro-r .list p.t1 {

	width: 100%;
	height: 258px;

	overflow: hidden;

	display: block;

}



.list-pro-r .list p.t1 img {

	display: block;

	width: 100%;

}



.list-pro-r .list p.t2 {

	text-align: center;

	font-size: 20px;

	color: rgb(111, 109, 108);

	font-weight: bold;

	text-transform: uppercase;

	line-height: 1.2;

	display: block;

	margin: 25px auto 20px;



}



.list-pro-r .list p.t3 {

	display: block;

	width: 160px;

	margin: 0 auto 15px;

	text-align: center;

	border-radius: 10px;

	background-color: rgb(232, 230, 230);

	font-size: 12px;

	color: rgb(229, 98, 10);

	text-transform: uppercase;

	line-height: 2;

}



.list-pro-r .list:hover {

	border-bottom: 4px solid #e5620a;

	transition: 0.3s all;

}



/*  */



.show-pro-r {

	width: 900px;

}



.show-pro-r .top {

	width: 100%;

	padding: 40px 0px 40px 25px;

	display: flex;

	justify-content: space-between;

	align-items: center;

	background-color: rgb(255, 255, 255);

	box-shadow: 7.762px 1.935px 24.03px 2.97px rgba(56, 56, 56, 0.17);

	border-left: 8px solid #e5620a;

}



.show-pro-r .pic {

	width: 300px;

}



.show-pro-r .pic img {

	display: block;

	width: 100%;

	margin-bottom: 15px;

}



.show-pro-r .pic h1 {

	font-size: 20px;

	color: rgb(111, 109, 108);

	font-weight: bold;

	line-height: 1.2;

	text-align: center;

}



.show-pro-r .desc {

	width: 540px;

	height: 100%;

	background-color: #e0e2e5;

	padding: 20px;

	font-size: 16px;

	color: rgb(111, 109, 108);

	line-height: 1.5;

	text-align: left;

}



.show-pro-r .content {

	box-shadow: 7.762px 1.935px 24.03px 2.97px rgba(56, 56, 56, 0.17);

	background-color: #FFFFFF;

	margin-top: 35px;

}



.show-pro-r .content .tit {

	background-color: #e5620a;

	color: #FFFFFF;

	font-weight: bold;

	font-size: 18px;

	padding: 10px 20px;

	text-transform: uppercase;

}



.show-pro-r .content .con {

	padding: 20px 20px 35px;

	font-size: 16px;

	color: rgb(108, 107, 107);

	line-height: 1.5;



}



.show-pro-r .content .con p {

	font-size: 16px;

	color: rgb(108, 107, 107);

	line-height: 1.5;

}



.show-pro-r .content .con img {

	display: block;

	max-width: 100%;

	margin: auto;

}
.show-pro-r .content .con table{
	width: 100%;
	border-collapse:collapse;
}
.show-pro-r .content .con table td,
.show-pro-r .content .con table th{
	border:1px solid #e5620a;
	padding: 6px;
}

/*  */



.down-main {

	width: 1200px;

	margin: 0 auto 50px;

	padding: 25px;

	background-color: #FFFFFF;

	box-shadow: 7.762px 1.935px 24.03px 2.97px rgba(56, 56, 56, 0.17);

}



.down-main .list {

	width: 100%;

	line-height: 45px;

	display: flex;

	justify-content: space-between;

	align-items: center;

	border-bottom: 1px solid #c4c4c4;

	margin-bottom: 15px;

}



.down-main .list p {

	font-size: 18px;

	color: rgba(48, 48, 48, 0.78);

}



.down-main .list a {

	display: block;

	background-color: #dddddd;

	color: #e5620a;

	font-size: 14px;

	padding: 0px 10px;

	line-height: 30px;

	text-transform: uppercase;

}



.down-main .list:hover {

	border-bottom: 1px solid #e5620a;

}



.down-main .list a:hover {

	background-color: #e5620a;

	color: #ffffff;

}



/*  */

.index-main05.newsmain {

	margin-bottom: 50px;

}



.index-main05.newsmain .list {

	margin-bottom: 30px;

}



/*  */

.index-main01 .one .tit {

	font-size: 20px;

	color: rgb(229, 98, 10);

	text-transform: uppercase;

	line-height: 1.5;

	margin: 25px 0 35px;

}



.index-main01 .one .li {}



.index-main01 .one .li p {

	display: flex;

	justify-content: flex-start;

	line-height: 2;

}



.index-main01 .one .li p .s1 {

	width: 80px;

	margin-right: 5px;

	color: #555555;

	font-weight: bold;

}



.index-main01 .one .li p .s2 {

	color: #555555;

}



/*  */

.index-main01 .liuyan {

	width: 100%;

	margin: 50px auto 30px;

	background-color: #ffffff;

	box-shadow: 7.762px 1.935px 24.03px 2.97px rgba(56, 56, 56, 0.17);

	padding: 40px;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

}



.index-main01 .liuyan .tit {

	width: 100%;

	font-size: 26px;

	color: rgb(48, 48, 48);

	font-weight: bold;

	margin-bottom: 20px;

	text-transform: uppercase;

}



.index-main01 .liuyan p.t1 {

	width: 48%;

	display: flex;

	justify-content: flex-start;

	align-items: center;

	border-bottom: 1px solid #303030;

	/* padding: 8px 0; */

	margin-bottom: 20px;

}



.index-main01 .liuyan p.t1 input {

	border: none;

	height: 40px;

	margin-left: 15px;

	width: 400px;

}



.index-main01 .liuyan p.t2 {

	width: 100%;

	display: block;

	border: none;

}



.index-main01 .liuyan p.t2 textarea {

	width: 100%;

	margin-top: 5px;

	padding: 8px;

}



.index-main01 .liuyan p.t3 {

	text-align: center;

	margin: auto;

}



.index-main01 .liuyan p.t3 button {

	width: 150px;

	margin: auto;

	display: block;

	line-height: 40px;

	background-color: #e5620a;

	color: #ffffff;

	border: none;

}



/*  */

.show-news-r {

	width: 900px;



}



.show-news-r .top {

	width: 100%;

}



.show-news-r .top h1 {

	width: 100%;

	background-color: white;

	color: #1C1C1CFF;

	font-size: 22px;

	text-transform: uppercase;

	line-height: 1.2;

	padding: 0px 15px;

	border-left: 5px solid #e5620a;

	margin-bottom: 20px;

}



.show-news-r .top .times {

	font-size: 16px;

	color: #303030;

}



.show-news-r .content {

	margin-top: 30px;

	color: #707070;

	font-size: 15px;

	line-height: 2;

	word-break:normal;

	word-wrap: break-word;

}

.show-news-r .content p{

	word-break:normal;

	white-space: pre-wrap;

	word-wrap: break-word;

}



.show-news-r .content img {

	display: block;

	max-width: 100%;

	margin: auto;

}



/* 分页 */

.pages{width: 100%;}

.pagination p {

	margin: 0;

	cursor: pointer

}



.pagination {

	height: 40px;

	padding: 20px 0px;

	display: flex;

	justify-content: flex-start;

	align-items: center;

	flex-wrap: wrap;

}



.pagination a {

	display: block;

	margin-right: 10px;

	padding: 5px 12px;

	border: 1px #cccccc solid;

	background: #fff;

	text-decoration: none;

	color: #808080;

	font-size: 12px;

}



.pagination a:hover {

	color: #e5620a;

	background: white;

	border: 1px #e5620a solid;

}



.pagination a.cur {

	border: 1px transparent solid;

	background: #e5620a;

	color: #fff;

}



.pagination p {

	padding: 5px 12px;

	font-size: 12px;

	color: #bbb;

	border: 1px #ccc solid;

	background: #fcfcfc;

	margin-right: 8px;

}



.pagination p.pageRemark {

	border-style: none;

	background: none;

	margin-right: 0px;

	padding: 4px 0px;

	color: #666;

}



.pagination p.pageRemark b {

	color: red;

}



.pagination p.pageEllipsis {

	border-style: none;

	background: none;

	padding: 4px 0px;

	color: #808080;

}



.dates li {

	font-size: 14px;

	margin: 20px 0

}



.dates li span {

	float: right

}
