﻿@charset "UTF-8";

.container {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
}

.box-center {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.lg-hide {
	display: none;
}

@media (max-width: 768px) {
	.lg-hide {
		display: block;
	}
}


.fl {
	float: left;
}

.fr {
	float: right;
}

p {
	margin-bottom: 0
}



/*sun_top*/
.sun_top {
	background: #000;
	font-size: 14px;
	color: #A2A2A2;
	line-height: 40px;
}

.sun_top a {
	color: #A2A2A2;
	transition: all .5s ease;
}

.sun_top a:hover {
	background: #009946;
}


@media (max-width:1024px) {
	.sun_head .search_btn .search_box {
		margin-top: 10px;
	}
}




@media (max-width: 768px) {
	.sun_top {
		text-align: center;
		line-height: 25px;
		font-size: 12px;
	}

	.sun_top .wel {
		width: 100%;
		float: none;
	}

	.sun_top .top_link {
		width: 100%;
		float: none;
	}
}

/*sun_search*/
.sun_search {
	background: #212121;
	padding: 10px;
	display: none;
}

.sun_search .keys {
	font-size: 14px;
	color: #A2A2A2;
	line-height: 35px;
}

.sun_search .keys a {
	display: inline-block;
	padding-right: 10px;
	color: #A2A2A2;
}

.sun_search .search_box {
	width: 20%;
}

@media (max-width: 990px) {
	.sun_search .search_box {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.sun_search .keys {
		width: 100%;
		float: none;
	}

	.sun_search .search_box {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
}

.sun_search #formsearch {
	background: #fff;
	width: 100%;
	height: 35px;
	border-radius: 5px;
	position: relative;
}

.sun_search #formsearch #keyword {
	width: 80%;
	float: left;
	background: none;
	outline: none;
	border: none;
	padding-left: 10px;
	height: 35px;
	font-size: 13px;
	color: #757575;
	box-sizing: border-box;
}

.sun_search #formsearch #s_btn {
	width: 20%;
	height: 35px;
	background: none;
	outline: none;
	border: none;
	font-size: 0;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	cursor: pointer;
	background: url(img/3ddf0cec686bc85f6d7214fa32599cc7adc74b51.png) no-repeat center center;
}

.sun_search #formsearch .sub_btn_bg {
	position: absolute;
	z-index: 8;
	height: 35px;
	text-align: center;
	line-height: 35px;
	right: 0;
	top: 0;
	width: 20%;
}

.sun_search #formsearch .sub_btn_bg i {
	font-size: 16px;
}

/*sun_head*/
.sun_head {
	background: #1D1D1D url(img/54a780b82ca7e1bc030d757588530ad5dab5f45d.png) no-repeat 0 0;
	background-size: cover;
	transition: all .5s ease;
}

.sun_head .logo {
	display: block;
	position: relative;
	height: 100%;
	padding: 30px 30px 30px 0;
	transition: all .5s ease;
}

.sun_head .logo:after {
	content: ' ';
	width: 2000px;
	position: absolute;
	top: 0;
	right: 0;
	height: 110%;
	background: #009946 url(img/54a780b82ca7e1bc030d757588530ad5dab5f45d.png) no-repeat 0 0;
	background-size: cover;
	z-index: 9999;
	transform: skewX(-45deg);
}

.sun_head .logo img {
	position: relative;
	z-index: 99999;
	max-width: 100%; height:50px;
}

.sun_head .nav_btn {
	display: none;
}

.sun_head .sun_nav {
	width: 54%;
}

.sun_head .sun_nav .nav_ul>li {
	float: left;
	width: 15.6666%;
	position: relative;
	text-align: center;
	line-height: 95px;
}

.sun_head .sun_nav .nav_ul>li .top>a {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.03em;
	position: relative;
	color: #fff;
	z-index: 999;
}

.sun_head .sun_nav .nav_ul>li .top i {
	font-size: 16px;
	color: #fff;
	background:url(img/5fd32b6c6f597ed51cb7a757f22a9228815536c4.png) no-repeat top center;
	height: 6px;
    width: 8px;
}

.sun_head .sun_nav .nav_ul>li:hover .top>a {
	color: #009946;
}

.sun_head .sun_nav .nav_ul>li:hover .top i {
	color: #009946;
	background:url(img/c2e73e595d1e3effbe80d7a87d84d5d976c4be5e.png) no-repeat top center;
}

.sun_head .sun_sub {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 150%;
	border-top: 2px solid #009946;
	background: #191919;
}

.sun_head .sun_sub>li>a {
	color: #767474;
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 40px;
	padding: 0 25px;
	position: relative;
	text-align: left;
	transition: all .5s ease;
}

.sun_head .sun_sub>li>a:hover {
	color: #009946;
}

.sun_head .sun_sub>li+li {
	border-top: 1px solid #2a2a2a;
}

.sun_head .search_btn {
	width: 12%;
    margin-left: 1%;
    margin-top: 2.5%;
    font-size: 18px;
    color: #fff;
}

.sun_head .search_btn .search_box {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 28px;
}

.sun_head .search_btn .search_box i {
	font-size: 14px;
	color: #fff;
	background: url(img/422e75e184c26e4f3f4c62a915c0bd907d4a2a54.png) no-repeat center center;
	width: 16px;
	height: 30px;
}
.fa-search:before{
	content: "";
}

.sun_head .search_btn .search_box:hover {
	border-color: #009946;
}

.sun_head .search_btn .search_box:hover i {
	color: #009946;
	background: url(img/5227a0afa357acbcb060d561bbacb64527823200.png) no-repeat center center;
}

.sun_head.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99999;
}

@media(max-width:1200px){
	.sun_head .sun_nav .nav_ul>li .top>a{
		font-size: 12px;
	}
}

@media (max-width: 990px) {
	.sun_head .head_l {
		width: 20%;
	}

	.sun_head .sun_nav {
		width: 60%;
	}

	.sun_head .sun_nav .nav_ul>li {
		line-height: 60px;
	}

	.sun_head .sun_nav .nav_ul>li .top>a {
		font-size: 12px;
	}

	.sun_head .sun_sub>li>a {
		font-size: 12px;
	}

	.sun_head .search_btn {
		width: 5%;
	}

	.sun_head .search_btn .search_box {
		width: 25px;
		height: 25px;
		line-height: 23px;
		margin-top: 0px;
	}

	.sun_head .search_btn .search_box i {
		font-size: 12px;
		height: 20px;
	}
}

@media (max-width: 768px) {
	.sun_head .head_l {
		width: 92%;
	}

	.sun_head .head_l .logo {
		padding: 5px 0;
	}

	.sun_head .head_l .nav_btn {
		display: block;
		width: 20px;
		margin-top: 30px;
	}

	.sun_head .head_l .nav_btn span {
		display: block;
		height: 2px;
		background: #fff;
		margin: 4px 0;
		opacity: 1;
		transition: all .5s ease;
	}

	.sun_head .head_l .nav_btn:after,
	.sun_head .head_l .nav_btn:before {
		content: '';
		display: block;
		height: 2px;
		background: #fff;
		transition: all .5s ease;
		transform-origin: 8%;
	}

	.sun_head .head_l .nav_btn.click span {
		opacity: 0;
	}

	.sun_head .head_l .nav_btn.click:after {
		transform: rotate(-45deg);
		transform-origin: 8%;
	}

	.sun_head .head_l .nav_btn.click:before {
		transform: rotate(45deg);
		transform-origin: 8%;
	}

	.sun_head .sun_nav {
		width: 100%;
		float: none;
		padding-top: 10px;
		display: none;
	}

	.sun_head .sun_nav .nav_ul>li {
		float: none;
		width: 100%;
		line-height: 35px;
		text-align: left;
	}

	.sun_head .sun_nav .nav_ul>li .top:after {
		content: '';
		display: table;
		clear: both;
	}

	.sun_head .sun_nav .nav_ul>li .top>a {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.03em;
		width: 65%;
		display: block;
		float: left;
	}

	.sun_head .sun_nav .nav_ul>li .top i {
		display: block;
		text-align: right;
		line-height: 35px;
		width: 20%;
		float: right;
		font-size: 16px;
		color: #fff;
		padding-right: 1%;
		box-sizing: border-box;
	}

	.sun_head .sun_nav .nav_ul>li+li {
		border-top: 1px solid #2A2A2A;
	}

	.sun_head .sun_sub {
		display: none;
		position: static;
		z-index: 9999;
		width: 100%;
		border-top: 2px solid #009946;
		background: #191919;
	}

	.sun_head .sun_sub>li>a {
		font-size: 12px;
		line-height: 35px;
	}

	.sun_head .search_btn {
		width: 6%;
		margin-top: 25px;
	}
}

/*banner*/
#swiper1 .swiper-pagination {
	bottom: 27px;
}

#swiper1 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	box-sizing: border-box;
	opacity: 1;
}

#swiper1 .swiper-pagination-bullet-active {
	background: #fff;
}

#swiper1 .swiper-button-prev,
#swiper1 .swiper-button-next {
	background: none;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	outline: none;
	border: none;
}

#swiper1 .swiper-button-prev {
	left: 10%;
}

#swiper1 .swiper-button-next {
	right: 10%;
}

@media (max-width: 768px) {
	#swiper1 .fa {
		font-size: 2em;
	}
}


/*product*/
.pt{

}

.pt h3{
	font-weight: bold;
	color: #000000;
	font-size: 25px;
}

.pt h4{
	width: 52px;
	height: 2px;
	background: #009946;
	margin-top: 15px;
}

.product_list{
	margin-top: 2.5%;
}
.product_list li{
	width: 24%;
	margin-bottom: 4%;
	position: relative;
}

.product_list li .img1 img{
	width: 100%; 
}

.product_list li .wz{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.3333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media(max-width: 768px){
	.product_list{
		margin-top: 5%;
	}
	.product_list li{
		width: 48%;
	}
	.product_list li .wz{
		font-size: 14px;
	}
}


/*sun_about*/
.sun_about {
	background: url(img/aa818ba92f49ad31592bd6add95981cd4900b6d3.jpg) top center no-repeat;
	padding: 80px 0;
	-webkit-background-size: cover;
	background-size: cover;
}

.sun_about .img {
	width: 54%;
}

.sun_about .img img {
	width: 100% !important;
}

.sun_about .wz {
	width: 43%;
}

.sun_about .wz h3 {
	font-size: 28px;
	color: #102132;
	font-weight: 500;
	letter-spacing: .03em;
	padding-top: 2vw;
	margin-bottom: 2vw;
}

.sun_about .wz .wzcon {
	font-size: 14px;
	color: #777777;
	font-weight: 500;
	letter-spacing: .03em;
	margin-bottom: 50px;
}

.sun_about .wz .more {
	font-size: 14px;
	color: #3B3B3B;
	font-weight: 700;
	line-height: 30px;
	border: 1px solid #3B3B3B;
	letter-spacing: .03em;
	margin: 0;
	text-transform: uppercase;
	padding: 0 22px;
	display: inline-block;
	position: relative;
	transition: all .5s ease-out;
}

.sun_about .wz .more span {
	position: relative;
	z-index: 9;
}

.sun_about .wz .more:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #009946;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: all .5s ease-out;
}

.sun_about .wz .more:hover {
	color: #fff;
}

.sun_about .wz .more:hover:before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@media (max-width: 768px) {
	.sun_about{
		padding:40px 0;
	}
	.sun_about .img {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}

	.sun_about .wz {
		width: 100%;
		float: none;
	}
}

/*sun_culture*/
.sun_culture {
	background: #191919;
}

.sun_culture .img {
	width: 40%;
}

.sun_culture .img .img_box {
	float: right;
	display: inline-block;
	vertical-align: middle;
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	backface-visibility: hidden;
	position: relative;
	background: #e1e1e1;
	transition-property: color;
	transition-duration: 0.3s;
}

.sun_culture .img .img_box:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #EDB005;
	transform: scale(0);
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	opacity: .3;
}

.sun_culture .img .img_box img {
	height: auto;
}

.sun_culture .wz {
	width: 60%;
	box-sizing: border-box;
	padding: 60px 50px;
}

.sun_culture .wz h3 {
	font-size: 24px;
	color: #009946;
	font-weight: bold;
	line-height: 28px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 17px;
}

.sun_culture .wz .wzcon {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	letter-spacing: .03em;
	font-weight: normal;
}

.sun_culture:hover .img .img_box:after {
	background: #EDB005;
	transform: scale(1);
}

@media (max-width: 768px) {
	.sun_culture .img {
		width: 100%;
		float: none;
	}

	.sun_culture .img .img_box {
		float: none;
	}

	.sun_culture .img img {
		width: 100%;
	}

	.sun_culture .wz {
		width: 100%;
		float: none;
		padding: 20px 0;
	}
}

.sun_culture1 img{
  width: 100%;
}

/*sun_news*/
.sun_news {
	background: url(img/c0661dab6540cf4895d450f289087b6cf0b883e3.jpg) top center no-repeat;
	background-size: cover;
	padding: 60px 0;
}

.sun_tit h3 {
	display: inline-block;
	font-size: 24px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 50px;
	padding-bottom: 20px;
	position: relative;
}

.sun_tit h3:after {
	content: ' ';
	width: 50px;
	height: 2px;
	background: #009946;
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.sun_tit .slick_jt {
	float: right;
}

.sun_tit .slick_jt .slick-next{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #fff;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 0;
	margin-left: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	background: url(img/4f9e794f42faa5f675106b215bca76678f7d8cf1.png) no-repeat center center #fff;
}
.sun_tit .slick_jt .slick-prev {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #fff;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 0;
	margin-left: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	background: url(img/866dffc5069c1178c0585d76f44bc4774b225c3a.png) no-repeat center center #fff;
}

.sun_tit .slick_jt .slick-next .fa,
.sun_tit .slick_jt .slick-prev .fa {
	color: #767676;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.sun_tit .slick_jt .slick-next:hover{
	background: url(img/827aacba0dfbde0cad97a4af69e09024952d3c99.png) no-repeat center center #009946;
}
.sun_tit .slick_jt .slick-prev:hover {
	background: url(img/ce8eab4ee934f1096c554a899ad82ad713edab0a.png) no-repeat center center #009946;
}

.sun_tit .slick_jt .slick-next:hover .fa,
.sun_tit .slick_jt .slick-prev:hover .fa {
	color: #fff;
}

.sun_news .slick_news .slick-slide1 {
	outline: none;
	margin: 0 15px;
	cursor: default;
	float: left;
	width: 45%;
	margin-bottom: 5%;
}

.sun_news .slick_news .slick-slide1 .slick_con {
	background: #fff;
	
}

.sun_news .slick_news .slick-slide1 .slick_con .img {
	display: block;
	width: 30%;
	float: left;
}

.sun_news .slick_news .slick-slide1 .slick_con .img img {
	width: 100%;
}

.sun_news .slick_news .slick-slide1 .slick_con .wz {
	width: 65%;
	float: left;
	margin-left: 20px;
}

.sun_news .slick_news .slick-slide1 .slick_con .wz h3 {
	font-size: 14px;
	line-height: 37px;
	color: #fff;
	font-weight: bold;
	background: #009946;
	padding: 0 49px;
	margin-bottom: 23px;
	position: relative;
	right: 50px;
	margin-top: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sun_news .slick_news .slick-slide1 .slick_con .wz p {
	padding-right: 5px;
	font-size: 14px;
	color: #484848;
	margin: 0;
	font-weight: 500;
	max-height: 85px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.sun_news .slick_news .slick-slide1{
		float: none;
		width: 100%;
		margin: 0;
		margin-bottom: 5%;
	}
	.sun_news .slick_news .slick-slide1 .slick_con .img {
		width: 100%;
		text-align: center;
		float: none;
	}

	.sun_news .slick_news .slick-slide1 .slick_con .img img {
		width: 100%;
		display: inline-block;
	}

	.sun_news .slick_news .slick-slide1 .slick_con .wz {
		width: 90%;
		margin: 0 auto;
		float: none;
		padding-bottom: 10px;
	}

	.sun_news .slick_news .slick-slide1 .slick_con .wz h3 {
		right: 0;
	}
}

/*sun_pro*/
.sun_pro {
	padding: 80px 0;
	background: #272E39 url(img/eef4db3f621bada1f3bab472433c6acb31f1ba0a.jpg) top center no-repeat;
	background-size: cover;
}
.sun_pro .pro_slick {
	margin: 0 -15px;
}

.sun_pro .pro_slick .slick-slide {
	margin: 0 15px;
	outline: none;
}

.sun_pro .pro_slick .slick_con {
	text-align: center;
}

.sun_pro .pro_slick .slick_con .img {
	display: inline-block;
	position: relative;
	z-index: 99;
	overflow: hidden;
}

.sun_pro .pro_slick .slick_con img{
	width: 100%;
}

.sun_pro .pro_slick .slick_con .wz {
	padding: 82.5px 22px 40px 22px;
	background: #1B222C;
	display: block;
	border: 1px solid #565B64;
	position: relative;
}

.sun_pro .pro_slick .slick_con .wz h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 24px;
	transition: all .3s ease;
	position: relative;
	z-index: 2;
	color: #fff;
}

.sun_pro .pro_slick .slick_con .wz p {
	color: #9A9999;
	font-size: 14px;
	margin-top: 11px;
	transition: all .3s ease;
	position: relative;
	z-index: 2;
}

.sun_pro .pro_slick .slick_con .wz:after {
	content: '';
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #009946;
	transition: all 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.sun_pro .pro_slick .slick_con:hover .wz h2 {
	color: #000;
}

.sun_pro .pro_slick .slick_con:hover .wz:after {
	height: 100%;
}

.sun_pro .pro_slick .slick_con:hover .wz p {
	color: #000;
}

/*sun_mdxx*/
.sun_mdxx {
	padding: 65px 0 20px 0;
	background: #f5f5f5;
}
.sun_mdxx .mdxx_list{
	margin: 0 -5px;
}
.sun_mdxx .mdxx_list .slick-slide{
	margin: 0 10px;
}
.sun_mdxx .mdxx_list li {
	width: 22.33%;
	/* margin: 0 1% 40px 1%; */
	float: left;
	border-bottom: 1px solid #DADADA;
}

.sun_mdxx .mdxx_list li .img {
	position: relative;
}

.sun_mdxx .mdxx_list li .img .date {
	position: absolute;
	display: block;
	width: 16%;
	top: 0;
	left: 0;
	background: #009946;
	padding-top: 10%;
	padding-bottom: 2%;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.sun_mdxx .mdxx_list li .img .date span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

.sun_mdxx .mdxx_list li .wz{
	padding: 1vw 0;
}

.sun_mdxx .mdxx_list li h3 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	letter-spacing: .03em;
	text-transform: uppercase;
	transition: all .3s ease;
}

.sun_mdxx .mdxx_list li p {
	font-size: 14px;
	color: #8E8D8D;
	font-weight: 500;
	letter-spacing: .03em;
	margin-top: 10px;
	overflow: hidden;
}

@media (max-width: 990px) {
	.sun_mdxx .mdxx_list{
		
	}
	.sun_mdxx .mdxx_list li {
		
	}
}

@media (max-width: 768px) {
	.sun_mdxx .mdxx_list li {
		
	}
}

/*sun_tl*/
.sun_tl {
	background: #161616;
	padding: 30px 0;
}

.sun_tl .ft_item {
	width: 23%;
	margin: 0 1%;
}

.sun_tl .ft_item h4 {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #0E3C4F;
	color: #009946;
	border-color: #AAAAAA;
}

.sun_tl .ft_logo {
	padding-top: 2%;
	text-align: center;
}

.sun_tl .ft_logo img {
	max-width: 100%;
}

.sun_tl .ft_nav .ft_box a {
	display: block;
	padding-right: 2%;
	width: 43%;
	float: left;
	font-size: 14px;
	color: #AAAAAA;
	line-height: 30px;
}

.sun_tl .ft_nav .ft_box a:hover {
	color: #009946;
}

.sun_tl .ft_news li {
	border-bottom: 1px solid #AAAAAA;
}

.sun_tl .ft_news li a {
	font-size: 14px;
	color: #AAAAAA;
	line-height: 35px;
	display: block;
	transition: all .3s ease;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sun_tl .ft_news li a:hover {
	color: #009946;
}

.sun_tl .fr_cont {
	font-size: 14px;
	color: #636363;
	line-height: 20px;
}

.sun_tl .fr_cont p {
	margin-bottom: 10px;
	color: #AAAAAA;
}

@media (max-width: 768px) {
	.sun_tl .ft_item {
		width: 46%;
		margin: 0 2% 15px 2%;
	}
}

@media (max-width: 420px) {
	.sun_tl .ft_item {
		width: 98%;
		margin-bottom: 15px;
		float: none;
	}
}


.text-danger {
    color: red;
}

/* 友情链接 */

.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd{
    width:calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(0,0,0,.3);
    padding: 10px;
    min-width:120px;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}


/*sun_foot*/
.sun_foot {
	background: #0F0F0F;
	padding: 15px 0;
	font-size: 12px;
	color: #aaa;
	line-height: 2;
	text-align: center;
}

@media(max-width:768px) {
	.sun_foot {
		padding-bottom: 15%;
	}
}

.sun_foot a {
	color: #aaa;
	font-size: 12px;
}

.sun_foot a:hover {
	color: #009946;
}

#backtotop {
	position: fixed;
	z-index: 999;
	right: 10px;
	bottom: 5%;
	width: 30px;
	height: 30px;
	border: 1px solid #009946;
	color: #009946;
	text-align: center;
	line-height: 30px;
	transition: all .5s ease;
	display: none;
}

#backtotop .fa {
	font-size: 28px;
}

#backtotop:hover {
	background: #009946;
	color: #fff;
}

.imgtx {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.imgtx:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #009946;
	transform: scale(0);
	transition: transform 0.3s ease-out;
}

.imgtx img {
	width: 100%;
	transition: all .5s ease;
	opacity: 1;
}

.imgtx:hover:before {
	transform: scale(1);
}

.imgtx:hover img {
	opacity: .45;
	transform: scale(1.1);
}

/*xys_message*/
.xys_message {
	width: 60%;
	margin: 0 auto;
}

.xys_message .input_g {
	margin-bottom: 15px;
}

.xys_message .input_g span.title {
	display: block;
	float: left;
	width: 25%;
	text-align: right;
	font-size: 1rem;
	color: #666;
	line-height: 35px;
}

.xys_message .input_g input[type='text'],
.xys_message .input_g .m_input {
	width: 72%;
	float: right;
	height: 35px;
	border: 1px solid #efefef;
	border-radius: 5px;
	padding-left: 10px;
	box-sizing: border-box;
	background: #fff;
	outline: none;
}

.xys_message .input_g input[type='text']::-webkit-input-placeholder,
.xys_message .input_g .m_input::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}

.xys_message .input_g input[type='text']:-moz-placeholder,
.xys_message .input_g .m_input:-moz-placeholder {
	color: #999;
	opacity: 1;
}

.xys_message .input_g input[type='text']::-moz-placeholder,
.xys_message .input_g .m_input::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.xys_message .input_g input[type='text']:-ms-input-placeholder,
.xys_message .input_g .m_input:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}

.xys_message .input_g #content {
	height: 150px;
	resize: none;
	font-family: "Microsoft YaHei";
	padding-top: 5 pxs;
}

.xys_message .input_g #code {
	width: 72%;
	float: right;
	padding-top: 0;
}

.xys_message .input_g #code #checkcode {
	width: 30%;
	float: left;
	height: 35px;
}

.xys_message .input_g #code #checkCodeImg {
	width: 120px !important;
	float: left;
	margin-left: 10px;
}

.xys_message .input_g #code #change_code {
	margin-left: 10px;
	float: left;
	font-size: 16px;
	color: red;
	line-height: 35px;
}

.xys_message .btn_g {
	padding-left: 28%;
}

.xys_message .btn_g .msgbtn {
	width: 25%;
	height: 35px;
	color: #fff;
	background: #009946;
	font-size: 14px;
	border-radius: 5px;
	cursor: pointer;
	border: none;
	outline: none;
}

@media (max-width: 768px) {
	.xys_message {
		width: 95%;
		margin: 0 auto;
	}

	.xys_message .btn_g {
		padding-left: 28%;
	}

	.xys_message .btn_g .msgbtn {
		width: 40%;
	}
}

@media (max-width: 420px) {
	.xys_message .input_g span.title {
		width: 100%;
		float: none;
		text-align: left;
	}

	.xys_message .input_g input[type='text'],
	.xys_message .input_g .m_input {
		width: 100%;
		float: none;
	}

	.xys_message .input_g #code {
		width: 100%;
		float: none;
	}

	.xys_message .btn_g {
		padding-left: 0;
	}

	.xys_message .btn_g .msgbtn {
		width: 100%;
	}
}

/*鍐呴〉涓讳綋*/
.sun_page {
	padding: 20px 0;
}

.sun_page .left {
	width: 20%;
	float: left;
}

.sun_page .right {
	width: 76%;
	float: right;
}

@media (max-width: 768px) {
	.sun_page .left {
		width: 100%;
		float: none;
	}

	.sun_page .right {
		width: 100%;
		float: none;
	}
}

/*sun_news_ll*/
.sun_news_ll li {
	padding-bottom: 1.2rem;
	margin-bottom: 1.2rem;
	border-bottom: 1px solid #F0F2F5;
}

.sun_news_ll li h3 {
	margin: 0 0 1rem;
	font-size: 1.2rem;
	font-weight: normal;
}

.sun_news_ll li h3 a {
	color: #2a333c;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sun_news_ll li h3 a:hover {
	color: #009946;
	text-decoration: underline;
}

.sun_news_ll li .info {
	color: #76838f;
	margin-bottom: 10px;
	font-size: 0.9rem;
	line-height: 1.7;
}

.sun_news_ll li .date {
	font-weight: 300;
	color: #a3afb7;
	font-size: .8rem;
}

/*sun_news_detail*/
.sun_news_detail .title {
	text-align: center;
	font-size: 1.2rem;
	font-weight: normal;
	border-bottom: 1px solid #F0F2F5;
	line-height: 1.8;
	padding-bottom: .8rem;
	color: #333;
}

.sun_news_detail .caseimg {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	border-bottom: 1px solid #F0F2F5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sun_news_detail .caseimg img {
	max-width: 100%;
}

.sun_news_detail .news_date {
	border-bottom: 1px solid #F0F2F5;
	padding: 5px 0;
	text-align: center;
}

.sun_news_detail .news_date .spana {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.sun_news_detail .news_date .bd_share {
	display: inline-block;
	width: 150px;
	vertical-align: middle;
	margin: 0 5px;
}

.sun_news_detail .content {
	padding: 1rem;
	font-size: .85rem;
	line-height: 1.7;
	color: #666;
}

/*relateproduct relate*/
.relate {
	padding-top: .8rem;
}

.relate h4 {
	margin-bottom: .6rem;
}

@media (max-width: 768px) {
	#relate_n li {
		width: 100%;
		float: none;
	}
}

/*sun_product_ll*/
.sun_product_ll li {
	width: 23%;
	float: left;
	background: #f2f2f2;
	margin: 0 1% 1rem 1%;
	box-sizing: border-box;
}

.sun_product_ll li .img {
	position: relative;
	display: block;
	overflow: hidden;
}

.sun_product_ll li .img img {
	transition: all .5s ease;
	width: 100%;
}

.sun_product_ll li .img:after {
	content: '';
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all .5s ease;
}

.sun_product_ll li .img:before {
	content: '';
	background: url(//cdn.xypt.top/948469d6/21/03/4f18702951dbdd173c652b41aa8543acb319ef05.png) center no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	z-index: 10;
	top: -25px;
	margin-left: -25px;
	margin-top: -25px;
	left: 50%;
	transition: all .5s ease;
}

.sun_product_ll li .img:hover:after {
	opacity: 1;
}

.sun_product_ll li .img:hover:before {
	top: 50%;
}

.sun_product_ll li .img:hover img {
	transform: scale(1.1);
}

.sun_product_ll li p {
	text-align: center;
	font-weight: normal;
}

.sun_product_ll li p a {
	display: block;
	font-size: 1rem;
	line-height: 2.5;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sun_product_ll li p a:hover {
	color: #009946;
	text-decoration: underline;
}

@media (max-width: 990px) {
	.sun_product_ll li {
		width: 31.333%;
	}
}

@media (max-width: 768px) {
	.sun_product_ll li {
		width: 48%;
	}
}

/*sun_case_lll*/
.sun_case_lll li {
	width: 23%;
	float: left;
	background: #f2f2f2;
	margin: 0 1%;
	box-sizing: border-box;
	padding-bottom: .8rem;
	margin-bottom: 1rem;
}

.sun_case_lll li .img {
	display: block;
	width: 100%;
	padding: 1%;
	box-sizing: border-box;
}

.sun_case_lll li .img img {
	width: 100%;
}

.sun_case_lll li h3 {
	text-align: center;
	font-weight: normal;
}

.sun_case_lll li h3 a {
	font-size: 1rem;
	line-height: 1.7;
	color: #333;
}

.sun_case_lll li h3 a:hover {
	color: #009946;
	text-decoration: underline;
}

@media (max-width: 990px) {
	.sun_case_lll li {
		width: 31.333%;
	}
}

@media (max-width: 768px) {
	.sun_case_lll li {
		width: 48%;
	}
}

/*sun_pro_detail_box*/
.pro_detail_toit {
	text-align: center;
	font-size: 1.2rem;
	color: #666;
	font-weight: normal;
	padding: .5rem 0;
	border-bottom: 1px solid #F0F2F5;
	margin-bottom: 1rem;
}

.sun_pro_detail_box {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.sun_pro_detail_box .sun_pro_txtxt {
	width: 100%;
}

.sun_pro_detail_box .sun_pro_big_tx {
	width: 100%;
	box-sizing: border-box;
	padding: 0 5%;
	position: relative;
}

.sun_pro_detail_box .sun_pro_big_tx .slick-slide {
	outline: none;
}

.sun_pro_detail_box .sun_pro_big_tx .slick-slide .img_a {
	text-align: center;
}

.sun_pro_detail_box .sun_pro_big_tx .slick-slide .big {
	max-width: 100%;
}

.sun_pro_detail_box .sun_pro_small_tx {
	width: 80%;
	margin: 0 auto;
}

.sun_pro_detail_box .sun_pro_small_tx .slick-arrow {
	position: absolute;
	top: 50%;
	width: 16px;
	height: 27px;
	margin-top: -13px;
	background: url(//cdn.xypt.top/948469d6/21/03/4c642084ac7c36de204ff3e6b7c8b931f774162a.png) center no-repeat;
	outline: none;
	border: none;
	font-size: 0;
	z-index: 9999999;
	display: block;
	overflow: hidden;
	opacity: 1
}

.sun_pro_detail_box .sun_pro_small_tx .slick-arrow.slick-prev {
	left: -20px;
	background-position: 0 -27px;
}

.sun_pro_detail_box .sun_pro_small_tx .slick-arrow.slick-prev:hover {
	background-position: 0 0;
}

.sun_pro_detail_box .sun_pro_small_tx .slick-arrow.slick-next {
	right: -20px;
	background-position: -16px 0;
}

.sun_pro_detail_box .sun_pro_small_tx .slick-arrow.slick-next:hover {
	background-position: -16px -27px;
}

.sun_pro_detail_box .sun_pro_small_tx .slick-slide {
	outline: none;
	box-sizing: border-box;
}

.sun_pro_detail_box .sun_pro_small_tx .slick-slide .img_b {
	display: block;
	padding: 5%;
	box-sizing: border-box;
}

.sun_pro_detail_box .sun_pro_small_tx .slick-slide .small {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #E7E7E7;
}

.sun_pro_detail_box .sun_pro_small_tx .slick-current .small {
	border-color: #009946;
}

.sun_pro_detail_box .sun_pro_ddd {
	width: 100%;
	margin-top: 1rem;
}

.sun_pro_detail_content .title {
	border-bottom: 1px solid #009946;
	margin-bottom: .8rem;
}

.sun_pro_detail_content .title strong {
	display: inline-block;
	padding: 7px 25px;
	border-radius: 7px 7px 0 0;
	background: #F2F2F2;
	font-size: .8rem;
}

@media (min-width: 780px) {
	.container {
		width: 780px;
		margin: 0 auto;
	}
}

@media (min-width: 1000px) {
	.container {
		width: 1000px;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1248px;
		margin: 0 auto;
		padding: 0;
	}
}


.yqlj {
	padding: 15px 0;
	font: normal 14px/30px "微软雅黑";
	color: #000;
}

.yqlj a {
	color: #000;
	margin-right: 6px;
}