@font-face {
	font-family: 'MyFont';
	src: url('/www/wwwroot/font/SourceHanSansSC-Bold.otf') format('otf');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'MyFont', sans-serif;
}
body{
	color: #282828;
}
* {
	padding: 0px;
	margin: 0px;
	transition: all 0.3s;
}

img,
input {
	border: none;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #393939;
}

.all-clear {
	clear: both;
	overflow: hidden;
}

.nm {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}
.line-44{
	height: 44px;
	width: 100%;
	background: #efefef;
}
.sun-flex{
	display: flex;
	justify-content: center;
}
.nav-fixed{
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
}
.header {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #666;
	text-align: right;
}

.header-gp {
	color: #fff;
	font-size: 18px;
	padding-right: 10px;
	vertical-align: middle;
}

.header-la {
	color: #fff;
	font-size: 18px;
	vertical-align: middle;
	padding: 0px 10px;
}

.header-line {
	color: #fff;
	font-size: 14px;
}

.header-icon {
	padding: 0px 5px;
}

.header-icon img {
	vertical-align: middle;
}

.header-search {
	display: inline-block;
}

.header-search input {
	height: 32pz;
	line-height: 32px;
	border-radius: 20px;
	outline: none;
	width: 152px;
	padding: 0px 10px;
	padding-left: 30px;
	background: url(../img/search-icon.png) no-repeat 10px center #fff;
}

.logo {
	float: left;
}


.menu-block {
	float: right;
	width: 940px;

}

.menu ul .nLi {
	float: left;
	height: 118px;
	font-size: 18px;
	margin: 0px 19px;
	line-height: 118px;
}

.nav .sub {
	position: fixed;
	width: 100%;
	left: 0px;
	right: 0px;
	display: block;
	z-index: 100;
	background: linear-gradient(to bottom, rgba(254,254,254,0.8), rgba(216,184,129,0.8));
	padding: 25px 0px;
	top: 178px;
}

.nav .sub ul {
	width: 940px;
	padding-left: 260px;
	display: flex;
	margin: 0px auto;
	height: 24px;
	text-align: center;
}

.nav .sub li {
	line-height: 24px;
	font-weight: normal;
	padding: 0px 15px;
	border-left: 1px #333 solid;
}
.nav .sub li:first-child{
	border: none;
}
.nav .sub a {
	/* display: block; */
	color: #282828;
}
.nav .nLi:hover>a,
.nav .nLi:hover>a span,
.nav .sub .thirdMenu:hover>a,
.nav .sub .thirdMenu li:hover a {
	color: #da1f18;
}
.nav .on > a {
	padding: 3px 0;
	font-weight: bold;
	color: #da1f18;
	border-bottom: 2px #da1f18 solid;
}

.nav .on>a {
	color: #da1f18;
}
.index-sub-left{
	width: 860px;
	float: left;
}
.index-sub-right{
	width: 200px;
	float: right;
}
.index-sub-list span,.index-sub-right span{
	font-size: 14px;
	font-family: '宋体';
	font-weight: bold;
}
.index-sub-list a,.index-sub-right a{
	font-weight: normal;
}
.swiper {
	width: 100%;
	overflow: hidden;
	height: 960px;
	padding-top: 178px;
}
.index-sub-left p{
	border-bottom: 2px #e6d9c2 solid;
	line-height: 60px;
}
.index-sub-left p span{
	padding-left: 10px;
	line-height: 16px;
	height: 16px;
	display: inline-block;
	border-left: 3px #c6191e solid;
}
.index-sub-list a{
	font-size: 14px;
	padding-right: 30px;
	float: left;
}
.index-sub-list a,.index-sub-right a{
	height: 60px;
	line-height: 60px;
}
.index-sub-right a{
	border-bottom: 2px #e6d9c2 solid;
}
.index-sub-right a::before{
	display: inline-block;
	content: '';
	width: 3px;
	height: 16px;
	background: #c6191e;
	margin-right: 10px;
	vertical-align: middle;
}
.index-sub-list a:hover,.index-sub-right a:hover{
	color: #c6191e;
}
.pc-swiper{
	position: relative;
}
.pc-swiper .swiper-slide{
	position: relative;
}
.pc-swiper .swiper-slide .banner-link{
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #cf1e17;
	border-radius: 30px;
	position: absolute;
	bottom: 170px;
	left: 50%;
	margin-left: -100px;
	font-size: 20px;
	align-items: center;
	transition: all 0.3s;
}
.pc-swiper .swiper-slide .banner-link span{
	font-family: '黑体';
	font-weight: bold;
	font-size: 26px;
	vertical-align: middle;
	padding: 0 0.3rem;
	padding-left: 12px;
}
.pc-swiper .swiper-slide .banner-link:hover{
	background: #caa86d;
}
.pc-swiper .swiper-slide img {
	margin: 0px auto;
}
.banner-swiper-nm{
	position: absolute;
	overflow: inherit;
	z-index: 999;
	right: 50%;
	margin-right: -600px;
	bottom: 90px;
	height: 60px;
}
.pc-swiper .banner-swiper-button{
	width: 46px;
	height: 46px;
	bottom: 0px;
	top: inherit;
}

.pc-swiper .banner-swiper-button:after{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.swiper-pagination-bullet {
	background: none;
	width: 14px;
	height: 14px;
	opacity: 1;
}
.pc-swiper .swiper-button-next{
	right: 0px;
	background: url(../img/index-next-icon.png) no-repeat;
	background-size: 46px 46px;
}
.pc-swiper  .swiper-button-prev{
	left: inherit;
	right: 70px;
	background: url(../img/index-prv-icon4.png) no-repeat;
	background-size: 46px 46px;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
	opacity: 0.55;
}
.swiper-pagination-bullet::after {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.7);
	display: block;
	content: '';
	margin: 2px auto;

}

.swiper-pagination-bullet-active::after {
	background: none;
}
.swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	border: 3px #fff solid;
	background: none;
}

/***首页新闻中心***/
.padding-100{
	padding-top: 100px;
}
.padding-60{
	padding-top: 60px;
}
.padding-40{
	padding-top: 40px;
}
.padding-20{
	padding-bottom: 0;
}
.sun-news-title{
	font-size: 40px;
	font-weight: bold;
	color: #666;
	height: 50px;
	padding: 40px 0;
	vertical-align: bottom;
}
.sun-news-title span{
	color: #caa86d;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
}
.sun-news-block{
	width: 1254px;
	margin: 0px auto;
}
.sun-news-block ul{
	display: flex;
	width: 100%;
}
.sun-news-block ul li{
	width: 364px;
	margin-right: 34px;
	position: relative;
}
.sun-news-img{
	width: 384px;
	height:220px;
	overflow: hidden;
	/*display: flex;*/
	justify-content: center;
}
.sun-news-img img{
	width: 100%;
}
.sun-news-img:hover img{
	 transform: scale(1.1);
}
.sun-news-block ul li .sun-block-title{
	font-size: 20px;
	color: #caa86d;
	line-height: 32px;
	height: 60px;
	overflow: hidden;
	font-weight: 500;
	padding-top: 1rem;
}
.sun-news-block ul li .sun-news-infor{
	font-size: 16px;
	line-height: 28px;
	height: 90px;
	overflow: hidden;
	padding-top: 5px;
	color: #333;
}
.sun-news-more{
	width: 110px;
	height: 42px;
	line-height: 42px;
	background: #cf1e17;
	border-radius: 30px;
	overflow: hidden;
	color: #fff;
	display: block;
	padding-left: 30px;
	font-size: 14px;
	margin-top: 30px;
}
.sun-news-more span{
	background: url("../img/jt1.png")no-repeat center center #fff;
	background-size: 100% 100%;
	width: 34px;
	height: 34px;
	overflow: hidden;
	border-radius: 25px;
	display: inline-block;
	float: right;
	margin-right: 4px;
	margin-top: 4px;
}
.sun-news-more:hover{
	background: rgba(207,30,23,0.7);
}
.sun-news-more:hover span{
	background-size: 100% 100%;
}
.sun-news-block ul li .sun-news-date{
	text-align: center;
	position: absolute;
	width: 72px;
	height: 64px;
	background: #cf1e17;
	color: #fff;
	top: 0;
	left: 0;
	font-size: 14px;
}
.sun-news-block ul li .sun-news-date p{
	font-size: 30px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

/**最受欢迎的产品**/
.most-body{
	background: url(../img/most-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 80px;
}
.most-pro{
	display: flex;
}
.most-pro-left{
	width: 680px;
}
.most-pro-left ul li{
	width: 340px;
	position: relative;
	float: left;
}
.most-pro-left ul li .most-pro-img{
	width: 100%;
	height: 340px;
	display: flex;
	overflow: hidden;
	justify-content: center;
}
.most-pro-left ul li .most-pro-img img{
	width: 100%;
}
.most-pro-infor{
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	/*background: linear-gradient(135deg, rgba(230,0,21,1), rgba(230,0,21,0));*/
}
.most-infor-block{
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 60px 30px;
	position: relative;
	color: #282828;
}
.most-infor-block .most-pro-title{
	font-size: 24px;
	padding-bottom: 25px;
}
.most-infor-block .most-pro-font{
	line-height: 18px;
	color: #fff;
	font-size: 14px;
	opacity: 0;
	height: 126px;
	overflow: hidden;
}
.most-infor-block .most-pro-font p:first-child{
	padding-bottom: 10px;
}
.most-infor-block .most-pro-title span{
	padding: 5px 0;
}
.most-infor-block .most-pro-more{
	position: absolute;
	bottom: 50px;
	color: #282828;
	font-size: 14px;
	background: rgba(255,255,255,0.75);
	padding: 4px 10px;
	border-radius: 20px;
}
.most-pro-left ul li:hover .most-pro-infor{
	background: rgba(207,30,23,0.75);
}
.most-pro-left ul li:hover .most-infor-block .most-pro-font{
	opacity: 1;
}
.most-pro-font p{
	display: flex;
	padding-bottom: 15px;
}
.most-pro-font p strong{
	min-width: 44px;
}
.most-pro-left ul li:hover .most-infor-block .most-pro-title span{
	padding: 5px 0;
	color: #fff;
}
.most-pro-left ul li:hover .most-pro-img img{
	transform: scale(1.05);
}

.most-pro-right{
	flex: 1;
}
.most-pro-right ul li{
	width: 100%;
	position: relative;
}
.most-pro-right ul li .most-pro-img{
	height:680px;
	display: flex;
	overflow: hidden;
	justify-content: center;
}
.most-pro-right ul li .most-pro-img,.most-pro-right ul li .most-pro-img img{
	width: 100%;
}
.most-pro-right ul li:hover .most-pro-infor{
	background: rgba(207,30,23,0.75);
}
.most-pro-right ul li:hover .most-infor-block .most-pro-font{
	opacity: 1;
}
.most-pro-right ul li:hover .most-infor-block .most-pro-title span{
	padding: 5px 0;
	color: #fff;
}
.most-pro-right ul li:hover .most-pro-img img{
	transform: scale(1.05);
}
.most-pro-right ul li .most-pro-more{
	bottom: 50%;
	margin-bottom: 50px;
}






.pc-swiper .ani01{
	margin-left: 60%;
}
.pc-swiper .ani03{
	text-align: center;
}
.pc-swiper .ani{
	margin-top: 16%;
}
.pc-swiper .ani .ani-title{
	display: block;
	width: 100%;
	font-size: 70px;
	color: #fff;
	font-weight: bold;
	letter-spacing:0.8rem
}

.pc-swiper .ani .ani-infor{
	display: block;
	font-size: 22px;
	font-weight: bold;
	opacity: 0.6;
	text-transform: uppercase;
	color: #fff;
	letter-spacing:0rem
}
.pc-swiper .ani em{
	width: 140px;
	height: 5px;
	display: block;
	background: #c6191e;
	margin: 30px 0px;
}
.pc-swiper .ani03 em{
	margin: 35px auto;
}

/*******首页----三大基地************/
.jd {
	width: 100%;
	background: url(../img/jidi-bg1.jpg);
	background-size: 100% 100%;
	position: relative;
	height: 1020px;
}

.jd .jdc {
	text-align: left;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -600px;
}

.jd .boxarr {
	width: 1200px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -600px;
}

.jd .boxarr .jdbox {
	width: 240px;
	height:134px;
	float: left;
	text-align: left;
	padding: 20px 40px;
	background: rgba(255,255,255,0.8);
	margin-right: 15px;
	position: relative;
	overflow: hidden;
}

.jd .boxarr .jdbox .on {
	transition: all ease 0.5s;
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	top: 174px;
	background: #da1f18;
	background-size: cover;
}

.jd .boxarr .jdbox:hover .on,.jd .boxarr .jdboxhover .on {
	top: 0;
}

.jd .boxarr .jdbox .on .img {
	width: 100%;
	height: 100%;
}

.jd .boxarr .jdbox .on .more {
	position: relative;
	text-align: center;
}

.jd .boxarr .jdbox .on .more .name {
	font-weight: bold;
	font-size: 22px;
}

.jd .boxarr .jdbox .on .more p {
	color: #fff;
	line-height: 2em;
	padding-top: 2em;
}
.jd .boxarr .jdbox .on .more a{
	font-size: 14px;
	border-radius: 20px;
	color: #fff;
	padding: 4px 15px;
	display: inline-block;
	margin-top: 10px;
}
.jd .boxarr .jdbox .title {
	font-size: 24px;
	line-height: 2em;
	border-bottom: 3px solid #da1f18;
	padding-bottom: 15px;
	color: #393939;
}

.jd .boxarr .jdbox p {
	font-size: 12px;
	line-height: 1.7em;
	padding-top: 25px;
}

/*****首页---新闻中心*****/


.index-title {
	font-size: 46px;
	font-weight: bold;
	line-height: 120px;
	padding-left: 24px;
	margin-top: 40px;
	background: url(../img/title-bg.png) no-repeat 0px center;
}

.index-news-left {
	width: 748px;
	float: left;
}

.index-news-first {
	position: relative;
	width: 748px;
	height: 415px;
	margin-bottom: 15px;
}

.index-news-first img {
	width: 748px;
	height: 415px;
}

.news-first-infor {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	padding: 20px 40px;
	padding-bottom: 30px;
	color: #fff;
	box-sizing: border-box;
}

.news-first-infor h2 {
	font-size: 24px;
	line-height: 42px;
}

.news-first-infor p {
	line-height: 30px;
}

.news-first-infor h2 a {
	color: #fff;
}

.all-more {
	color: #a7a7a7;
}

.index-news-first:hover .news-first-infor h2 a,
.index-news-first:hover .all-more {
	color: #db2525;
}

.index-news-two {
	width: 748px;
}

.index-news-two ul {
	width: 778px;
}

.index-news-two ul li {
	width: 368px;
	float: left;
	margin-right: 15px;
	box-shadow: 0px 0px 10px #ddd;
}

.about-news-img{
	width: 368px;
	height: 200px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	
}
.about-news-img img {
	width: 100%;
	min-height: 100%;
}

.news-two-infor {
	background: #fff;
	padding: 10px 20px;
}

.news-two-infor h1 {
	height: 60px;
	line-height: 30px;
	font-size: 20px;
	padding: 5px 0;
}
.news-two-infor p{
	color: #666;
	font-size: 16px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	padding: 10px 0;
}

.news-two-more span {
	color: #7a7a7a;
	font-size: 14px;
}
.news-two-more{
	padding: 15px 0 20px 0;
}
.news-two-more .news-two-more11 {
	float: right;
}
.index-news-two ul li:hover .news-two-more .news-two-more00 {
	color: #DA1F18;
}
.index-news-two ul li:hover .about-news-img img{
	transform: scale(1.05);
}




.index-news-right {
	width: 428px;
	float: right;
}



.index-zixun {
	background: #f1f1f1;
	padding: 10px 40px;
}

.zixun-title {
	line-height: 76px;
	border-bottom: 2px #db2525 solid;
}

.zixun-title a {
	float: right;
	color: #7a7a7a;
}

.zixun-title h2 {
	font-size: 30px;
	color: #393939;
}

.index-zixun ul li {
	padding: 16px 0px;
	padding-top: 19px;
	border-bottom: 1px #cccccc dashed;
	clear: both;
}

.index-zixun ul li:last-child {
	border-bottom: none;
}

.index-zixun ul li span {
	width: 48px;
	height: 36px;
	padding: 6px 0px;
	display: block;
	text-align: center;
	color: #8b8b8b;
	background: #383838;
	font-size: 14px;
	float: left;
	margin-right: 15px;
}

.index-zixun ul li span b {
	color: #fff;
	display: block;
	font-size: 22px;
	line-height: 20px;
	font-weight: normal;
}

.index-zixun ul li a {
	line-height: 24px;
	height: 48px;
	display: block;
	overflow: hidden;
	font-size: 16px;
}

.index-zixun ul li:hover a {
	color: #DA1F18;
}




/******首页可持续性发展*******/

.jdc .all {
	width: 100%;
}

.jdc .all .ktop {
	width: 100%;
	margin-bottom: 25px;
	height: 430px;
	display: flex;
}

 .jdc .all .ktop:hover .left .gd {
	opacity: 0.8;
}

.ktop .left {
	width: 290px;
	height: 348px;
	background: url(../img/kcx-bg.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	text-align: left;
	padding: 40px 55px;
}
.ktop02 .left {
	background: url(../img/kcx-bg00.png) no-repeat center center;
	background-size: cover;
}
.ktop02 .left:hover{
	background: url(../img/kcx-bg.jpg) no-repeat center center;
	background-size: cover;
}

.ktop .left h2 {
	font-size: 24px;
	line-height: 80px;
	color: #fff;
	font-weight: 600;
	border-bottom: 2px #caa86d solid;
}

.ktop .left p {
	font-size: 14px;
	line-height: 1.5rem;
	padding: 20px 0px;
	margin: 0 auto;
	height: 10.5rem;
}

.ktop .left .gd {
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	cursor: pointer;
}

.ktop .right {
  flex: 1;
  height: 428px;
  overflow: hidden;
}

.ktop .right img {
	width: 100%;
}


.jdc .all .below {
	width: 100%;
}
.below ul{
	width: 100%;
	display: flex;
	align-items: center;
}
.below ul li{
	width: 50%;
	height: 234px;
	position: relative;
}
.below ul li .below-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.below ul li .below-img img{
	width: 100%;
}
.below-infor{
	padding: 30px 50px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255,255,255,0.15);
}
.below-infor span{
	padding: 10px 0;
	color: #caa86d;
	font-size: 24px;
	display: inline-block;
	font-weight: 600;
	border-bottom: 2px #cf1e17 solid;
}
.below-infor p{
	color: #ba9149;
	height: 48px;
	line-height: 24px;
	margin:20px 0 30px 0;
	font-size: 14px;
	width: 270px;
	overflow: hidden;
}
.below-infor a{
	color: #cf1e17;
	font-size: 14px;
}
.below ul li:hover .below-infor{
	background: rgba(207,30,23,0.6);
}
.below ul li:hover .below-infor span{
	color: #fff;
	border-bottom: 2px #cf1e17 solid;
}
.below ul li:hover .below-infor p,.below ul li:hover .below-infor a{
	color: #fff;
}
.develop-below ul li{
	height: 290px;
}
.develop-below .below-infor span,.develop-below  .below-infor p{
	color: #666;
}


/**关于万国**/
.sun-about-body{
	background: url(../img/about-bg.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 100px;
	padding-bottom: 80px;
}
.sun-about{
	display: flex;
}
.sun-about-left{
	flex: 1;
	padding-right: 80px;
	box-sizing: border-box;
}
.sun-about-infor{
	font-size: 18px;
	padding: 30px 0;
	line-height: 40px;
}
.sun-about-infor span{
	color: #cf1e17;
	font-weight: bold;
	font-size: 24px;
}
.sun-about-right{
	width: 640px;
	position: relative;
}
.sun-about-right .sun-about-bg{
	width: 100%;
}
.sun-about-img{
	width: 264px;
	height: 264px;
	position: absolute;
	top: 188px;
	left: 190px;
	display: flex;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
}
.sun-about-img img{
	width: 100%;
}
.sun-about-img:hover img{
	transform: scale(1.1);
}
.sun-about-data{
	padding: 50px 0;
	padding-top: 70px;
}
.sun-about-data ul{
	display: flex;
}
.sun-about-data ul li{
	width: 33.33%;
	display: flex;
	align-items: center;
}
.about-data-right{
	padding: 0 8%;
}
.about-data-right h1{
	font-size: 38px;
	color: #cf1e17;
}
.about-data-right h1 span{
	font-size: 24px;
}
.about-data-right p{
	color: #383838;
	font-size: 18px;
}

/**我们的客户地图**/
.sun-map{
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.sun-map,.sun-map img{
	width: 100%;
}




/******首页---投资者******/
.tzcgx {
	width: 100%;
	clear: both;
	height: 700px;
}

.tzcgx .tzb {
	width: 100%
}

.tzcgx .tzb .left {
	width: 800px;
	height: 500px;
	float: left;
	background: url(../img/tzz-bg.png) no-repeat 0px 0px;
	background-size: 100% 100%;
	position: relative;
	box-shadow: 0px 0px 20px 0px #dbdbdb;
}

.tzcgx .tzb .left img {
	width: 148px;
	position: absolute;
	top: 178px;
	left: 378px;
}

.tzcgx .tzb .left p {
	width: 86%;
	margin: 0 auto;
	color: #000;
	text-align: left;
}

.tzcgx .tzb .left .cn {
	margin-top: 40px;
	line-height: 2em;
	font-size: 30px;

}

.tzcgx .tzb .left .num {
	font-size: 26px;
}

.tzcgx .tzb .left .r {
	color: #da1f18;
	font-size: 120px;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: 100px;
}

.tzcgx .tzb .left .r span {
	font-size: 40px;
}

.tzcgx .tzb .left .b {
	font-size: 22px;
}

.tzcgx .tzb .left .b span {
	color: #595e5e;
	font-weight: 200;
}

.tzcgx .tzb .right {
	width: 400px;
	height: 460px;
	float: right;
	padding: 20px 0px;
	background-color: #f2f2f2;
}

.tzcgx .tzb .right .t1 {
	width: 86%;
	height: 94px;
	padding: 20px 0;
	margin: 15px auto;
	background-color: #ccab72;
	text-align: left;
	clear: both;
	position: relative;
}

.tzcgx .tzb .right .t1:hover {
	box-shadow: #bdbdbd 0px 0px 15px 0px;
}

.tzcgx .tzb .right .t1 img {
	position: absolute;
	display: block;
	width: 64px;
	height: 64px;
	right: 70px;
	top: 26px;
}

.tzcgx .tzb .right .t1:hover img {
	transform: rotate(360deg);
}

.tzcgx .tzb .right .t1 p {
	font-size: 22px;
	color: #fff;
	float: left;
	line-height: 2.2em;
	padding: 30px 0 10px 30px;
}

.tzcgx .tzb .right .t1 .liner {
	width: 110px;
	height: 2px;
	background: #d9281e;
	position: absolute;
	bottom: 25px;
	left: 9%;
	z-index: 1;
}

.tzcgx .tzb .right a:last-child .t1 .liner {
	width: 152px;
}

.tzcgx .tzb .right .t1 .lineh {
	width: 223px;
	height: 2px;
	background: #dfc28f;
	position: absolute;
	bottom: 25px;
	right: 0;
}


/*******公共底部*******/
#footer {
	width: 100%;
	border-top: 15px #da1f18 solid;
	background: url(../img/bottom-bg.jpg) no-repeat center center;
	background-size: cover;
}

.footer-menu-logo {
	float: left;
	width: 202px;
	margin-right: 45px;
}

.footer-menu-right {
	float: left;
	padding-top: 45px;
	padding-bottom: 80px;
}

.footer-menu-right ul li {
	width: 120px;
	float: left;
	color: #fff;
}



.footer-menu-right ul li a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.footer-menu-right ul li h3 a{
	font-size: 16px;
	line-height: 42px;
}

.footer-menu-right ul li a:hover {
	color: #8C0303;
}

.footer-oa {
	text-align: right;
	line-height: 56px;
	border-bottom: 1px #ebebeb solid;
	margin-top: 50px;
}

.footer-oa img {
	vertical-align: middle;
}

.footer-oa a {
	color: #fff;
	padding-left: 10px;
}

.footer-oa a:hover {
	color: #8c0303;
}

.footer-oa .footer-oa-link {
	padding-left: 30px;
}

.footer-infor {
	line-height: 56px;
	color: #fff;
	padding-bottom: 30px;
}
.footer-infor .to-top{
	float: right;
	padding-right: 30px;
	background: url(../img/footer-icon1.png) no-repeat right center;
}
.footer-infor a {
	
	color: #fff;
	
	padding-left: 10px;
	
}

.footer-infor a:hover {
	color: #8c0303;
}


/*******产品与销售页面********/
.all-mian{
	width: 100%;
	padding-top: 178px;
	position: relative;
}

.main-block-title{
	font-size: 26px;
	line-height: 80px;
	font-weight: normal;
	
}

.all-main-block{
	overflow: hidden;
	margin-bottom: 40px;
}
.main-block-ul{
	width: 1290px;
}

.main-block-ul02{
	width: 1250px;
}
.main-block-ul02 li{
	width: 260px;
	height: 126px;
	border: 1px #ccab72 solid;
	float: left;
	margin-right: 50px;
	border-radius: 15px;
	margin-top: 30px;
}
.main-block-ul02 li img{
	width: 160px;
	height: 54px;
	margin:38px 50px;
}
.main-block-ul02 li:hover img{
	transform: scale(1.1);
}
.main-block-ul02 .main-block-li01{
	background: #ccab72;
}
.main-block-ul02 .main-block-li02{
	background: #fff;
}
.lian-xiaoshou{
	margin-top: 40px;
}
.lian-xiaoshou-left{
	width: 240px;
	height: 450px;
	float: left;
	padding: 25px 0px;
	padding-left: 60px;
	background: url(../img/lianxi-bg1.png) no-repeat center center;
}
.lian-xiaoshou-left ul li{
	line-height: 62px;
	font-size: 18px;
	background: url(../img/lianxi-icon1.png) no-repeat 90px center;
}
.lian-xiaoshou-left ul li a{
	color: #fff;
	display: block;
}
.lian-xiaoshou-left ul li:hover a{
	color: #da2018;
}
.lian-xiaoshou-right{
	width: 900px;
	float: right;
}
.lian-xiaoshou-right img{
	width: 900px;
	height: 500px;
}
.main-block-ul03{
	width: 1215px;
	padding-top: 30px;
}
.main-block-ul03 li{
	width: 156px;
	height: 54px;
	border: 1px #ccc solid;
	border-radius: 10px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
.main-block-ul03 li img{
	width: 156px;
	height: 54px;
}
.main-block-ul03 li:hover img{
	transform: scale(1.1);
}

/*****产品品牌页面******/
.pinpai-main{
	background: url(../img/pinpai-bg1.png) no-repeat 0px top;
	background-size: contain;
	padding-top: 400px;
}
.pinpai-title{
	background: url(../img/pinpai-bg2.png) no-repeat center center;
	background-size: 100% 100%;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}
.pinpai-title h1{
	line-height: 106px;
	border-bottom: 3px #e0c9a2 solid;
	margin-left: 60px;
	font-size: 42px;
	color: #fff;
}
.pinpai-title h1 span{
	border-bottom: 3px #da1f18 solid;
	margin-bottom: -2px;
	display: inline-block;
	height: 100%;
}
.pinpai-main-menu{
	padding: 35px 0px;
	margin-left: 60px;
}
.pinpai-main-menu a{
	font-size: 18px;
	color: #fff;
	margin-right: 40px;
}
.pinpai-main-menu a:hover,.pinpai-main-menu .pinpai-main-menuHover{
	color: #d0101a;
	border-bottom: 1px #d0101a solid;
}
.main-block-title .main-block-tag{
	float: right;
	font-weight: normal;
	font-size: 16px;
	color: #777;
	border-bottom: none;
}
.main-pinpai-body{
	background: url(../img/pinpai-bg4.png) no-repeat  center center;
	background-size: 100% 100%;
	padding: 40px 0px;
	width: 100%;
}
.main-pinpai-infor{
	margin-bottom: 40px;
}
.main-pinpai-left{
	width: 310px;
	text-align: center;
	padding: 50px 0px;
	height: 100px;
	line-height: 42px;
	float: left;
	color: #fff;
	font-size: 22px;
	background: url(../img/pinpai-bg3.png) no-repeat center center;
}
.main-pinpai-right{
	width: 788px;
	float: left;
	line-height: 32px;
	padding: 40px 50px;
	height: 118px;
	border: 1px #dcdcdc solid;
}
.main-pinpai-mark ul li{
	width: 50%;
	float: left;
}
.main-pinpai-mark ul li img{
	float: left;
	width: 312px;
	height: 208px;
}
.main-pinpai-mark ul li p{
	float: left;
	padding-left: 20px;
	width: 228px;
	padding-right: 40px;
	line-height: 28px;
	padding-top: 40px;
}
.main-pinpai-mark ul li p span{
	color: #da1f18;
}


/*********联系销售页面********/

.xiaoshou-zhuanqu{
	font-size: 22px;
	line-height: 66px;
	margin-top: 20px;
}
.main-zhuanqu table{
	width: 100%;
	border-collapse: collapse;
}
.main-zhuanqu table tr td{
	border: 1px #fff solid;
	background: #eee;
	text-align: center;
	line-height: 52px;
	color: #6a6a6a;
}
.main-zhuanqu table .main-zhuanqu-tr td{
	font-weight: bold;
}
.shenghuo-zhuanqu{
	border-bottom: 2px #c0ae6e solid;
}
.shenghuo-infor{
	padding-top: 30px;
	padding-bottom: 20px;
}
.shenghuo-100{
	padding-bottom: 15px;
}
.shenghuo-100 img{
	width: 100%;
}
.shenghuo-50{
	width: 1235px;
}
.shenghuo-50 a{
	width: 580px;
	float: left;
	display: block;
	margin-right: 35px;
	margin-bottom: 30px;
}
.shenghuo-50 a img{
	width: 580px;
	height: 258px;
}
.shenghuo-50 a:hover img,.shenghuo-100 a:hover img{
	opacity: 0.8;
}
.shenghuo-link-weixin{
	text-align: center;
}
.shenghuo-link-weixin img{
	width: 112px;
	height: 112px;
}
.shenghuo-link-block{
	text-align: center;
}
.shenghuo-link-block a{
	padding:50px 10px;
	display: inline-block;
}
.shenghuo-link-block a img{
	width: 64px;
	height: 64px;
	border-radius: 10px;
}
.shenghuo-form{
	display: inline-block;
	height: 62px;
	border: 1px #c6191e solid;
	border-radius: 10px;
	overflow: hidden;
}
.shenghuo-form .shenghuo-form-input{
	width: 200px;
	padding-left: 10px;
	outline: none;
	background: #fff;
	text-align: left;
	height: 62px;
	line-height: 62px;
	float: left;
	font-size: 20px;
	color: #000;
}
.shenghuo-form .shenghuo-form-button{
	width: 62px;
	cursor: pointer;
	height: 62px;
	background: url(../img/search-icon.png) no-repeat center center #c6191e;
}
.shenghuo-link-block .shenghuo-link-tag{
	text-align: center;
	display: block;
	width: 100%;
	color: #777;
	padding-top: 0px;
	text-decoration: underline
}
.shenghuo-link-tag:hover{
	color: #c6191e;
}
.main-block-ul1230{
	width: 1230px;
}
.main-block-ul1230 li{
	width: 380px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.main-block-ul1230 li a{
	display: block;
	height: 240px;
	position: relative;
}
.main-block-ul1230 li img{
	width: 100%;
	height: 240px;
}
.main-block-ul1230 li span{
	display: block;
	font-size: 20px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	line-height: 52px;
	height: 52px;
	background: rgba(255,255,255,0.7);
	color: #5d5d5d;
	text-align: center;
}
.main-block-ul1230 li:hover span{
	background: url(../img/wenhua-spanbg.png) no-repeat center center;
	background-size: contain;
	color: #fff;
}


/***********关于万国页面************/
.banner-body{
	width: 100%;
	position: relative;
}
.banner-body-img{
	width: 100%;
	height: 680px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.banner-body-img img{
	width: 100%;
	min-height: 680px;
}
.all-main-title{
	position: relative;
	width: 1536px;
	height: 414px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -768px;
	background: url(../img/banner-bg1.png) no-repeat center center;
	background-size: cover;
}
.all-main-title h1{
	font-size: 52px;
	padding-left: 168px;
	position: relative;
	color: #282828;
	padding-top: 90px;
}
.all-main-title h1 p{
	font-weight: normal;
	font-size: 36px;
	padding-top:20px;
}
.all-main-title h1::before{
	content: '';
	display: block;
	width: 7px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 105px;
	background: #e60015;
}
.sun-about02{
	align-items: end;
}

.sun-news-title02{
	font-size: 36px;
	position: relative;
	padding-bottom: 45px;
	padding-top: 0;
	color: #666;
	font-weight: bold;
}
.sun-news-title02::before{
	position: absolute;
	content: '';
	display: block;
	width: 60px;
	height: 5px;
	background: #e60015;
	bottom: 30px;
}
.sun-news-title75::before {
	bottom: 60px;
}
.sun-news-title75 {
	padding-bottom: 75px;
}
.sun-about-infor02{
	font-size: 24px;
	line-height: 46px;
}
.sun-news-title02 a{
	position: absolute;
	right: 0;
	font-size: 16px;
	font-weight: normal;
	color: #282828;
	top: 22px;
}
.sun-news-title02 a:hover{
	color: #e60015;
}
.sun-news-titlerl a{
	top: inherit;
	bottom: 30%;
}
.sun-news-main ul li,.sun-new-imgs{
	display: flex;
}
.sun-news-main ul li{
	align-items: center;
}
.sun-new-imgs{
	width: 320px;
	height: 200px;
	justify-content: center;
	overflow: hidden;
	margin-right: 50px;
}
.sun-new-imgs img{
	width: 100%;
	min-height: 200px;
}
.sun-new-imgs:hover img{
	transform: scale(1.05);
}
.sun-news-right{
	flex: 1;
	display: flex;
	padding: 30px 0 60px 0;
	align-items: center;
	border-bottom: 1px #dcdcdc dashed;
}
.sun-news-time{
	width: 100px;
	text-align: center;
	color: #999;
}
.sun-news-time h1{
	font-size: 90px;
	font-weight: 400;
	line-height: 100px;
}
.sun-news-time p{
	font-size: 24px;
}
.sun-news-container{
	padding-left: 30px;
	flex: 1;
}
.sun-news-container h1{
	font-size: 24px;
	color: #282828;
	font-weight: 500;
}
.sun-news-container h1,.sun-news-container p{
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.sun-news-container p{
	font-size: 18px;
	color: #333;
	position: relative;
	padding-top: 10px;
}
.sun-news-container p a{
	position: absolute;
	bottom: 0;
	right: 10px;
	color: #da1f18;
	padding: 0 10px;
}
.sun-news-container:hover h1{
	color: #e60015;
}
.sun-news-body{
		background: #f6f6f6;
		margin-top: 80px;
		padding-bottom: 100px;
	}
.sun-rongyu-body{
	padding-bottom: 80px;
	 background: radial-gradient(circle, #f8f3ea, #d4b887);
}
.sun-rongyu-about{
	display: flex;
	align-items: center;
}
.sun-rongyu-about img{
	display: block
}
.sun-rongyu-about p{
	flex: 1;
	padding-left: 50px;
	font-size: 24px;
	line-height: 48px;
	color: #282828;
}
.sun-rongyu .sun-rongyu-img{
	width: 100%;
}
.sun-licheng-body{
	background: url(../img/licheng-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 80px;
	margin-top: 80px;
}
.sun-licheng-main{
	position: relative;
}
.sun-licheng-main::before{
	content: '';
	display: block;
	width: 4px;
	background: #caa86d;
	position: absolute;
	right: 114px;
	top: 40px;
	bottom: 20px;
}
.sun-licheng-main ul li{
	display: flex;
	padding: 40px 0;
	align-items: center;
	cursor: pointer;
}
.sun-licheng-infor{
	text-align: right;
	flex: 1;
	font-size: 24px;
	line-height: 44px;
	padding-right: 70px;
	z-index: 9;
	transition: all 0.1s;
	border-right: 4px #caa86d solid;
}
.sun-licheng-date{
	width: 114px;
	font-size: 30px;
	line-height: 48px;
	text-align: right;
	color: #e60015;
}
.sun-licheng-main ul li:hover .sun-licheng-infor{
	border-right: 4px #e60015 solid;
	/* font-size: 26px; */
	font-weight: bold;
	color: #e60015;
}
.sun-licheng-main ul li:hover .sun-licheng-date{
	font-weight: 600;
}

/*******技术研发页面*********/
.research-chanquan{
	background: linear-gradient(to bottom, #fdfcf9, #e5d4b6);
	padding-bottom: 80px;
}
.research-chanquan-img img{
	width: 100%;
}
.research-yanfa{
	background: url(../img/yanfa-bg1.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}
.research-yanfa-infor{
	font-size: 18px;
	padding: 50px 0;
	line-height: 32px;
}
.research-chayi-main{
	padding-top: 40px;
}
.research-chayi{
	background: linear-gradient(to bottom, #ffffff, #e9dcc3);
	padding-bottom: 100px;
}
.research-chayi-main ul{
	width: 1210px;
	display: flex;
}
.research-chayi-main ul li{
	width: 212px;
	margin-right: 30px;
	position: relative;
}
.research-chayi-img,.research-chayi-infor{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 14px #dcc69e solid;
	border-radius: 50%;
	overflow: hidden;
	width: 185px;
	height: 185px;
	text-align: center;
}
.research-chayi-img{
	background: #666;
}
.research-chayi-main ul li:last-child .research-chayi-img{
	background:#86601e;
}
.research-chayi-img img{
	min-width: 100%;
	min-height: 100%;
	opacity: 0.45;
}
.research-chayi-main ul li:last-child .research-chayi-img img{
	opacity: 1;
}
.research-chayi-infor{
	border: none;
	/*background: rgba(218,31,14,0.5);*/
	color: #fff;
	position: absolute;
	top: 14px;
	left: 14px;
	font-size: 18px;

}
.research-chayi-main ul li .research-chayi-btn{
	background: #da1f18;
	font-size: 18px;
	color: #fff;
	width: 178px;
	height: 42px;
	line-height: 42px;
	margin: 0px auto;
	text-align: center;
	border-radius: 20px;
	display: block;
	margin: 20px auto;
}
.research-chayi-main ul li:hover .research-chayi-btn{
	opacity: 0.7;
}

/*****资质认证页面*****/
.sun-zizhi-bg{
	background: none;
}
.sun-zizhi-bg p{
	font-size: 24px;
	padding-bottom: 30px;
}
.sun-zizhi-infor{
	text-align: center;
	font-size: 24px;
	line-height: 42px;
}
.sun-zizhi-renzheng{
	background: url(../img/zizhi-bg2.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 0;
}
.sun-renzheng-infor{
	color: #fff;
	padding: 40px 0;
}
.sun-xuke-body{
	position: relative;
	padding-bottom: 60px;
}
.sun-xuke-bg{
	position: absolute;
	bottom: 0;
	background: #b29768;
	left: 0;
	right: 0;
	height: 250px;
}
.sun-xuke-main{
	display: flex;
	align-items: flex-start;
}
.sun-xuke-title{
	flex: 1;
	margin-top: 60px;
}
.sun-xuke-img{
	width: 950px;
	z-index: 9;
}
.sun-xuke-img img{
	width: 100%;
}

/*****产品与服务页面*****/
.sun-pro-left,.sun-pro-right{
	width: 50%;
}
.sun-pro-left{
	position: relative;
}
.sun-pro-img,.sun-pro-img img{
	width: 100%;
	min-height: 100%;
}
.sun-pro-img{
	height: 400px;
	overflow: hidden;
}
.sun-pro-more{
	position: absolute;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
	background: rgba(230,0,21,0.7);
	opacity: 0;
	align-items: center;
}
.sun-pro-more a{
	color: #fff;
	font-size: 18px;
	padding: 20px;
}
.sun-pro-main ul li{
	padding: 15px 0;
}
.sun-pro-main ul li:hover .sun-pro-more{
	opacity: 1;
}
.sun-pro-right{
	background: #e8e8e8;
	padding: 20px 40px 20px 70px;
	box-sizing: border-box;
}
.sun-pro-right h1{
	font-size: 30px;
	padding: 30px 0;
}
.sun-pro-infor{
	font-size: 18px;
	line-height: 32px;
	height: 216px;
	overflow: hidden;
}
.sun-pro-infor strong{
	position: relative;

}
.sun-pro-inforStyle p strong::before{
	 content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #e60015;
	position: absolute;
	left: -15px;
	top: 16px;
	margin-top: -3px;
	
}
.sun-pro-inforStyle{
	overflow: inherit;
}
.sun-pro-inforStyle p{
	display: flex;
}
.sun-pro-inforStyle p strong{
	min-width: 55px;
}
.sun-pro-inforStyle p span{
	text-wrap:inherit !important;
}
.sun-pro-cangchu{
	background: #e8e8e8;
	padding-bottom: 80px;
	margin-top: 80px;
}

.sun-cangchu-block{
	position: relative;
}
.sun-cangchu-bg{
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 0 10px;
	box-sizing: border-box;
}
.sun-cangchu-bg img{
	width: 100%;
	display: block;
	margin: 0px auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.sun-cangchu-img{
	overflow: hidden;
	height: 720px;
}
.sun-cangchu-img img{
	width: 100%;
	min-height: 100%;
}
.sun-cangchu-main p{
	padding: 30px 10px 0 10px;
	font-size: 24px;
}

/****产品服务三级页面****/
.sun-page-title{
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 0;
	padding: 20px 0;
}
.sun-page-title a{
	display: inline-block;
	padding: 10px 0;
	position: relative;
	margin-right: 25px;
	font-size: 20px;
}
.sun-page-title a::before{
	display: block;
	content: '';
	height: 2px;
	width: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	background:#e60015;
	position: absolute;
	opacity: 0;
}
.sun-page-title a:hover,.sun-page-title .sun-page-hover{
	color: #e60015;
}
.sun-page-title a:hover::before,.sun-page-title .sun-page-hover::before{
	opacity: 1;
}
.sun-news-title02{
	display: flex;
	align-items: center;
}
.sun-news-titleRight{
	font-size: 16px;
	text-align: right;
	flex: 1;
}
.sun-news-titleRight a{
	position: inherit;
}
.sun-news-titleRight span{
	color: #e60015;
}
.sun-pro-cangchu02{
	background: none;
}
.sun-pro-shipin{
	padding-bottom: 0;
}
.sun-cangchu-mainList{
	margin-bottom: 30px;
}
.sun-shipin-block .sun-shipin-firstImg{
		width: 100%;
	}
	.sun-shipin-infor{
		font-size: 28px;
		padding: 40px 0;
		line-height: 48px;
		color: #666;
	}
.sun-shipin-infor p{
	padding: 30px 0;
}
.sun-shipin-infor p span,.sun-shipin-title{
	font-weight: bold;
}
.sun-shipin-infor p a{
	color: #666;
	padding-right: 40px;
}
.sun-shipin-title{
	font-size: 30px;
	padding-bottom: 20px;
	color: #666;
}
.sun-shipin-detail ul li{
	position: relative;
	background: #fffaf0;
	min-height: 700px;
}
.sun-shipin-detail ul li:nth-child(even){
	background: #fff;
}
.sun-shipin-detail ul li img{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
}
.sun-shipin-detail ul li:nth-child(even) img{
	left: inherit;
	right: 0;
}
.shipin-detail-title{
	width: 1200px;
	padding: 35px 80px;
	position: relative;	
	font-size: 28px;
	margin: 0px auto;
	color: #666;
}
.shipin-detail-title i{
	position: absolute;
	bottom: 17px;
	left: 0;
	font-size: 72px;
	color: #da1f18;
	opacity: 0.5;
	font-weight: 300;
}

.shipin-detail-block{
	position: absolute;
	z-index: 9;
	/* left: 50%; */
	margin-left: -600px;
	color: #666;
	line-height: 36px;
	font-size: 20px;
}
.shipin-detail-block p span{
	text-wrap: inherit !important;
}
.t_bg{
	background: url("../img/t_b1.png") no-repeat center top;
	background-size: 100%;
}
.t_bg2{
	background: url("../img/t_b2.png") no-repeat center top;
	background-size: 100%;
}
.t_bg3{
	background: url("../img/t_b3.png") no-repeat center top;
	background-size: 100%;
}
.research-detail-block p{
	padding-bottom: 40px;
}
.research-detail-block p{
	padding-left: 15px;
}
.research-detail-block p span{
	font-size: 24px;
	font-weight: bold;
	position: relative;
}
.research-detail-block p span::before{
	content: '';
	display: block;
	width: 8px;
	border-radius: 50%;
	height: 8px;
	background: #da1f18;
	position: absolute;
	left: -15px;
	margin-top: 14px;
}

.sun-tongban-detail ul li{
	background: none;
	min-height: auto;
}
.sun-tongban-detail ul li,.shipin-detail-block{
	position: inherit;
}
.shipin-detail-block{
	margin: 0px auto;
}
.sun-tongban-block{
	padding: 10px 0 80px 0;
}


/****关于我们————————发展历程页面***/
.sun-fazhan-body{
	background: #f6f6f6;
	margin-top: 80px;
	padding-bottom: 40px;
}
.sun-all-page{
		text-align: center;
	}
	.sun-all-page a{
		padding: 5px 12px;
		border: 1px #dcdcdc solid;
		border-radius: 3px;
		margin: 0 3px;
		display: inline-block;
	}
	.sun-all-page a:hover,.sun-all-page .page-hover{
		color: #fff;
		background: #cf1e17;
		border-color: #cf1e17;
	}


/*******关于我们————————集团新闻页面********/
.sun-jituan-body{
	width: 1540px;
	background: #fff;
	margin:0 auto;
}
.sun-jituan-news{
	padding: 35px 170px;
	border-bottom: 40px #efefef solid;
}
.sun-jituan-body .sun-news-title02{
	padding-bottom: 15px;
}
.sun-jituan-body .sun-news-title02::before{
	bottom: 0;
}
.sun-all-page02{
	padding: 20px 0 60px 0;
}
.sun-qiye-news{
	padding-bottom: 100px;
}


/**********关于我们——————新闻详情***********/
.sun-content-body{
	padding-bottom: 80px;
}
	.news-content-block{
		color: #333;
		line-height: 30px;
		font-size: 16px;
	}
	.news-content-block img{
		width: 100%;
		display: block;
		margin: 40px 0px;
	}
	.news-content-page{
		margin: 60px auto;
	}
	.news-content-page ul li{
		width: 50%;
		float: left;
		font-size: 22px;
	}
	.news-content-page ul li a{
		color: #7a7a7a;
	}
	.news-content-page ul li:last-of-type{
		text-align: right;
	}
	.news-content-page ul li:hover a{
		color: #da1f18;
	}
	.content-content-title{
		padding: 30px 0;
	}
	.content-content-title h1{
		font-size: 34px;
		padding: 20px 0;
	}
	.content-content-title p{
		color: #7a7a7a;
		font-size: 16px;
	}
.sun-body-title{
	background: #f2f2f2;
	height: 44px;
	line-height: 44px;
	color: #787878;
}
.sun-body-title a{
	color: #787878;
}
.sun-body-title a:hover,.sun-body-title span{
	color: #da1f18;
}


/******技术研发——————差异化产品******/
.sun-research-border{
	height: 40px;
	width: 100%;
	background: #efefef;
}
.sun-research-title{
	text-align: right;
	padding: 40px 0 20px 0;
	background: no-repeat;
}

.research-content-title{
	width: 50%;
	height: 72px;
	line-height: 72px;
	margin-bottom: 40px;
	padding-left: 40px;
	font-size: 30px;
	color: #666;
	font-weight: 600;
	background: linear-gradient(to right, rgba(234,220,197,1), rgba(255,255,255,0));;
}
.research-content-title span{
	color: #da1f18;
}
.research-content-block{
	padding: 0 40px;
}
.research-content-block img{
	margin-bottom: 30px;
	width: 100%;
}
.research-content-fwimg img{
	margin-bottom: 0;
}
.research-content-list:nth-child(odd){
	background: #fbf8f4;
}
.research-content-block02{
	display: flex;
	align-items: center;
	padding: 60px 0;
}
.research-content-infor{
	width: 580px;
	padding-left: 25px;
}
.research-content-img{
	width: 550px;
}
.research-content-img{
	padding-left:45px;
}
.research-content-img img{
	width: 100%;
}
.research-page{
	background: #efefef;
	padding: 50px 0;
	width: 100%;

}
.research-page-block{
	display: flex;

}
.research-page-block a{
	width: 50%;
	display: block;
	font-size: 24px;
}
.research-page-block a:last-child{
	text-align: right;
}
.research-page-block a:hover{
	color: #da1f18;
}

/*****生产基地*****/
.sun-base{
	position: relative;
	margin-bottom:80px;
}
.sun-base-img{
	display: flex;
	justify-content: center;
	height: 720px;
	overflow: hidden;
}
.sun-base-img img{
	width: 100%;
	min-height:720px;
}
.sun-base a{
	display: block;
	position: absolute;
	bottom: 60px;
	left: 45px;
	font-size: 20px;
	width: 190px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #da1f18;
	border-radius: 25px;
}
.sun-base a span{
	font-family: '宋体';
	padding-left: 5px;
	font-size: 22px;
}
.sun-base a:hover{
	background: #caa86d;
}
/********生产基地三级页面******/
.base-infor{
	font-size: 18px;
	line-height: 32px;
	padding: 30px 0;
}
.base-sd-body{
	background: #faf6f0;
	padding-bottom: 80px;
}
.sun-base-guangxi{
	padding-top: 0;
}

.sun-gx-block{
	display: flex;
}
.sun-gx-infor{
	flex: 1;
	padding-right: 30px;
}
.sun-gx-block .sun-gx-img{
	width: 690px;
}
.sun-guangxi-block01{
	margin-bottom: 20px;
}
.sun-guangxi-block02{
	background: #f7f0e6;
	padding: 100px 0;
}

.swiper-container-nm{
	padding: 0 60px;
	box-sizing: border-box;
}
.swiper-container {
	width: 100%;

	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	height: 645px;
	width: 100%;
}
.gallery-top .swiper-slide{
	position: relative;
}
.swiper-slide-title{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to right,rgba(0,0,0,1),rgba(0,0,0,0),rgba(0,0,0,0));
	color: #fff;
	height: 64px;
	line-height: 64px;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 22px;
}
.gallery-thumbs {
	height: 240px;
	box-sizing: border-box;
	margin: 20px 0;
}
.gallery-thumbs .swiper-slide {
	width: 33.33%;
	height: 240px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.swiper-slide-smalltitle{
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 20px;
	box-sizing: border-box;
}
.gallery-thumbs .swiper-slide:hover .swiper-slide-smalltitle,.gallery-thumbs .active-nav .swiper-slide-smalltitle{
	height: 240px;
	line-height: 240px;
	text-align: center;
}
.gallery-thumbs .active-nav  {
	opacity: 1;
}
.swiper-button-body{
	position: relative;
}

.swiper-container-nm .swiper-button-next.swiper-button-white{
	width: 48px;
	height: 49px;
	background: url("../img/next-icon.png") no-repeat;
	right: -56px;
}
.swiper-container-nm .swiper-button-prev.swiper-button-white{
	background: url("../img/prv-icon4.png") no-repeat;
	width: 48px;
	height: 49px;
	left: -56px;
}
.swiper-container-nm .swiper-button-next, .swiper-container-nm .swiper-button-prev{
	margin-top: -160px;
}










/*******联系我们********/
.sun-youxiang-body{
	padding-bottom: 40px;
}
.sun-input-body{
	background: #f6f1e8;
	padding-bottom: 80px;
}
.contact-xiaoshou-body{
	background: #f6f1e8;
	padding-bottom: 100px;
}
.sun-contact-xiaoshou ul{
	display: flex;
}
.sun-contact-xiaoshou ul li{
	width: 580px;
	text-align: center;
	background: #fff;
	height: 290px;
}
.sun-contact-xiaoshou ul li:first-child{
	margin-right: 40px;
}
.sun-contact-xiaoshou ul li a{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
}
.sun-contact-xiaoshou ul li a span{
	display: inline-block;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: #da1f18;
	color: #fff;
	margin-left: 40px;
	line-height: 76px;
	font-size: 46px;
	text-align: center;
}
.sun-contact-xiaoshou ul li a:hover{
	background: rgba(207,30,23,0.7);
	color: #fff;
}
.sun-contact-xiaoshou ul li a:hover span{
	background: #fff;
	color: #caa86d;
}
.sun-contact-renli {
	background: #caa86d;
}
.sun-contact-renli ul{
	padding: 40px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sun-contact-renli ul li{
	position: relative;
	width: 33.33%;
	text-align: center;
}
.sun-contact-renli ul li::before{
	display: block;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #fff;
	content: '';
}
.sun-contact-renli ul li:last-child::before{
	display: none;
}
.sun-contact-renli ul li span{
	display: block;
	font-size: 26px;
}
.sun-contact-renli ul li img{
	margin: 10px 0 35px 0;
}
.sun-contact-renli ul li a{
	color: #fff;
}
.sun-contact-renli ul li:hover a{
	color: #da1f18;
}
.contact-renli-body{
	padding-bottom: 80px;
}
.sun-contact-infor{
	width: 1150px;
	margin: 0px auto;
	box-shadow: 0 0 15px #dcdcdc;
	padding: 25px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.sun-contct-icon{
	width: 70px;
}
.sun-contct-icon img{
	width: 100%;
}
.sun-contact-right{
	flex: 1;
}
.sun-contact-right ul li{
	width: 250px;
	float: left;
	padding: 10px 0;
	padding-left: 100px;
}
.sun-contact-right ul li p{
	font-size: 18px;
}
.sun-contact-right ul li h1{
	font-size: 30px;
	color: #da1f18;
	padding-top: 5px;
}
.sun-contact-right ul li:nth-child(1),.sun-contact-right ul li:nth-child(2){
	border-right: 1px #939393 solid;
}
.sun-contact-right ul li:last-child{
	width: 580px;
}
.sun-contact-youxiang{
	box-shadow: none;
}
.sun-contact-youxiang ul li:nth-child(1){
	border: none;
}
.sun-contact-infor02{
	width: 1200px;
	margin: 0px auto;
	box-shadow: 0 0 15px #dcdcdc;
}
.sun-input-block p{
	font-size: 22px;
	padding: 30px 0 20px 0;
}
.sun-input-block input,.sun-input-block textarea,.sun-input-block button{
	background: #fff;
	padding: 0 25px;
	height: 76px;
	line-height: 76px;
	width: 100%;
	box-sizing: border-box;
	font-size: 24px;
	outline: none;
}
.sun-input-block textarea{
	padding: 25px;
	line-height: 60px;
	height: 145px;
	border: none;
	font-family:"arial";
}
.sun-input-block button{
	color: #fff;
	background:#da1f18;
	border: none;
	margin-top: 25px;
	cursor: pointer;
}
.sun-input-block button:hover{
	opacity: 0.8;
}
.sun-news-title03{
	padding-top: 60px;
}


/******联系我们二级页面*******/
.contact-xiaoshou-body02{
	background: linear-gradient(to bottom,#ffffff,#ffebc7);
}

/******联系我们——————三级页面******/
.contact-domestic-title{
	text-align: center;
	line-height: 64px;
	height: 64px;
	color: #fff;
	background: #da1f18;
	font-size: 30px;
	margin-bottom: 4px;
}
.contact-table{
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.contact-table tr td{
	border: 2px #fff solid;
	font-size: 18px;
}
.contact-table tr td:first-child{
	border-left: none;
}
.contact-table tr td:last-child{
	border-right: none;
}
.contact-table tbody tr td{
	line-height: 38px;
	text-align: center;
	background: #dedede;
}
.contact-table thead tr td{
	height: 64px;
	line-height: 64px;
	color: #fff;
	background: #d2ae70;
	font-size: 20px;
	text-align: center;
}
.contact-table thead tr td:nth-child(odd){
	background: #c4a062;
}
.contact-export-title{
	background: #c4a062;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
.contact-export-table{
	margin-bottom: 15px;
}
.contact-export-table thead tr td,.contact-export-table thead tr td:nth-child(odd){
	background: #bebebe;
}
.contact-domestic{
	padding: 40px 0 60px 0;
}
.contact-domestic table{
	width: 100%;
	border-collapse: collapse;
}
.contact-domestic table tr td{
	border: 2px #fff solid;
	background: #dedede;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
}
.contact-domestic table tr:first-child td{
	line-height: 66px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	background: #d2ae70;
}
.contact-domestic table tr:first-child td:nth-child(odd){
	background: #c4a062;
}


	/************发展历程页面**************/

.fazhan-lishi{
	margin-top: 30px;
}
 ::-webkit-scrollbar {
        width: 18px;
        background-color: #eaeaea;
    }
::-webkit-scrollbar-thumb
	{
		background-color: #d9d9d9;
	}




/************科技创新页面*************/
.keyan-main-block01{
	width: 1290px;
	padding: 40px 0px;
	padding-top: 0;
	display: flex;
}
.keyan-main-block01 li{
	width: 168px;
	height: 160px;
	margin-right: 90px;
	border: 4px #d6b57c solid;
	text-align: center;
	border-radius: 50%;
}
.keyan-main-block01 li h2{
	font-size: 34px;
	line-height: 30px;
	padding-top: 40px;
	color: #da1f18;
	letter-spacing: -0.1rem;
}
.keyan-main-block01 li h2 span{
	font-size: 14px;
	color: #282828;
}
.keyan-main-block01 li h2 strong{
	vertical-align: top;
	font-size: 20px;
	font-weight: 600;
	line-height: 14px;
}
.keyan-main-block01 li p{
	font-size: 14px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 18px;
	height: 36px;
}

.keyan-main-block02{
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
}
.keyan-main-block02 li{
	width: 100%;
	padding: 20px 0px;
	font-size: 20px;
	color: #393939;
	font-weight: bold;
}
.keyan-main-block02 li img{
	vertical-align: middle;
	padding:0 20px;
}





.keji_about-font{
	padding: 40px 0px;
	line-height: 30px;
	color: #6a6a6a;
	font-size: 16px;
}

.keji_about-infor h2{
	font-size: 18px;
	font-weight: normal;
	color: #ffd50f;
}
.keji_about-infor p{
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}
.keji-rongyu-body{
	background: url(../img/keji-bg01.png) no-repeat center bottom;
	background-size: contain;
}
.keji-rongyu-img{
	padding: 0px 45px;
}
.keji-rongyu-img img{
	display: block;
	float: left;
	margin: 0px 20px;
	border: 5px #fff solid;
	
}
.keji-rongyu-list{
	padding: 60px 0px;
}
.rongyu-list-left,.rongyu-list-right{
	width: 540px;
	color: #fff;
	line-height: 34px;
}
.rongyu-list-left h1,.rongyu-list-right h1{
	font-size: 28px;
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
}
.rongyu-list-left p,.rongyu-list-right p{
	border-left: 1px #fff solid;
	padding-left: 20px;
	display: inline-block;
}
.rongyu-list-left{
	float: left;
}
.rongyu-list-right{
	float: right;
}

/*********人力资源页面**********/
.about-renli{
	margin-top: 40px;
}
.renli-main{
	background: url(../img/renli-bg1.png) no-repeat center top;
	background-size: contain;
	padding-top: 320px;
}
.about-renli-left{
	width: 780px;
	float: left;
}
.about-renli-left h2{
	font-size: 20px;
	color: #393939;
	padding: 30px 0px 20px 0px;
}
.about-renli-left p{
	line-height: 30px;
	color: #6a6a6a;
}
.about-renli-right{
	width: 280px;
	padding: 20px 40px;
	float: right;
	background: #efefef;
}
.about-renli-right h2{
	line-height: 68px;
	color: #393939;
	border-bottom: 3px #c6191e solid;
	font-size: 20px;
}
.about-renli-right ul li{
	line-height: 88px;
	border-bottom: 1px #6a6a6a solid;
	padding-left: 42px;
}
.about-renli-right  ul .renli-right-tel{
	background: url(../img/renli-icon1.png) no-repeat 0px center;
	color: #c6191e;
}
.about-renli-right  ul .renli-right-email{
	background: url(../img/renli-icon2.png) no-repeat 0px center;
	color: #6a6a6a;
}
.about-renli-right p{
	color: #6a6a6a;
	line-height: 28px;
	padding-top: 20px;
}

.about-renli-content{
	line-height: 30px;
	color: #6a6a6a;
	padding-top: 20px;
	font-size: 16px;
}
.about-renli-content h2{
	color: #da1f18;
	line-height: 56px;
}
.about-renli-content img{
	margin: 30px auto;
}
.renli-content-list li h3{
	color: #393939;
	background: url(../img/renli-icon4.png) no-repeat right center;
	line-height: 100px;
	font-size: 26px;
}
.renli-content-list  li{
	background: #efefef;
	padding: 0px 50px;
	margin-bottom: 25px;
	border-left: 4px #c6191e solid;
}
.renli-content-infor02{
	padding: 20px 0px;
	border-top: 2px #c1c1c1 solid;
}
.renli-content-list .renli-content-block{
	border: none;
}
.renli-content-list .renli-content-block h3{
	background: url(../img/renli-icon3.png) no-repeat right center;
}
.renli-content-list li .renli-content-infor02{
	display: none;
}
.renli-content-list .renli-content-block .renli-content-infor02{
	display: block;
}

/*************荣誉资质页面*************/
.rongyu-main{
	background: url(../img/rongyu-bg1.png) no-repeat center top;
	background-size: contain;
}
.about-rongyu{
	background: url(../img/rongyu-bg2.png) no-repeat 0px center;
	background-size: 100% 100%;
	width: 100%;
	height: 320px;
	overflow: hidden;
}
.about-rongyu-infor{
	width: 860px;
	color: #fff;
	padding: 50px 0px;
	padding-left: 360px;
	margin: 0px auto;
}
.about-rongyu-infor h3{
	line-height: 64px;
	font-size: 28px;
	font-weight: normal;
}
.about-rongyu-infor em{
	display: block;
	width: 150px;
	height: 3px;
	background: #c6191e;
	margin-bottom: 10px;
}
.about-rongyu-infor p{
	line-height: 30px;
	font-size: 16px;
}
.rongyu-block{
	padding: 30px 0px;
}
.rongyu-block h2{
	color: #c6191e;
	line-height: 50px;
	font-size: 22px;
}
.rongyu-block table{
	border-collapse: collapse;
	margin-top: 10px;
}
.rongyu-block table tr td{
	border-bottom: 1px #dadada solid;
	line-height: 70px;
	text-align: center;
	font-size: 16px;
	color: #6a6a6a;
}
.rongyu-block table tr:first-child td{
	background: #c4a062;
	border: none;
	color: #fff;
	font-size: 20px;
}
.rongyu-block table tr:first-child td:nth-child(Even){
	background: #d2ae70;
}


/*****************太阳党建页面*****************/
.dangjian-main{
	background: url(../img/dangjian-bg1.png) no-repeat center top;
	background-size: contain;
	padding-top: 340px;
}
.dangjian-bg{
	background: url(../img/dangjian-bg2.png) no-repeat  center center;
	background-size: 100% 100%;
	padding-top: 30px;
	padding-bottom: 100px;
}
.about-gallery-swiper{
	margin-bottom: 30px;
	position: relative;
}
.about-gallery-swiper .swiper-button-next, .about-gallery-swiper .swiper-button-prev{
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border: 1px #c6191e solid;
	border-radius: 50%;
	top: 50%;
	position: absolute;
}
.swiper-button-prev:after, .swiper-button-next:after{
	font-weight: bold;
	font-size: 18px;
	color: #c6191e;
}
.about-gallery-swiper .swiper-button-next{
	right:-60px;
}
.about-gallery-swiper .swiper-button-prev{
	left: -60px;
}



/************太阳文化页面**************/
.wenhua-main{
	background: url(../img/wenhua-bg1.png) no-repeat center top;
	background-size: contain;
	padding-bottom: 20px;
}
.about-wenhua-content1{
	padding-left: 80px;
	padding-top: 30px;
	background: url(../img/wenhua-bg3.png) no-repeat 0px 30px;
	
}
.about-wenhua-content1,.about-wenhua-content2{
	font-size: 16px;
	line-height: 28px;
	color: #6a6a6a;
}
.about-wenhua-content2 h2{
	font-size: 24px;
	padding: 1rem 0px;
}
.about-wenhua-content2 h2 span{
	font-size: 46px;
	color: #da1f18;
}
.wenhua-boby{
	background: url(../img/wenhua-bg4.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 60px 0px;
	margin-top: 30px;
}
.wenhua-block ul li{
	width: 200px;
	float: left;
	padding: 0px 100px;
	text-align: center;
}
.wenhua-block-xin{
	width: 160px;
	height: 160px;
	margin: 0px auto;
	border: 1px #da1f18 solid;
	border-radius: 50%;
}
.wenhua-block-xin h2{
	line-height: 88px;
	font-size: 60px;
	padding-top: 10px;
	color: #da1f18;
}
.wenhua-block-xin .wenhua-block-xin02{
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #da1f18;
	border-radius: 15px;
	display: block;
	margin: 0px auto;
}
.wenhua-block ul li .wenhua-block-xin03{
	color: #da1f18;
	text-transform: uppercase;
	font-size: 18px;
	padding: 20px 0px;
	display: inline-block;
}
.wenhua-block ul li p{
	line-height: 28px;
	color: #6a6a6a;
	font-size: 16px;
}
.wenhua-block01{
	color: #6a6a6a;
	line-height: 28px;
	font-size: 16px;
	padding: 30px 0px;
}
.wenhua-block01 span{
	color: #da1f18;
}
.wenhua-block01 ul{
	width: 1210px;
	padding: 30px 0px;
}
.wenhua-block01 ul li{
	width: 252px;
	background: #fff;
	padding: 20px;
	box-shadow: 0px 0px 10px #dcdcdc;
	float: left;margin-right: 10px;
	border-bottom:3px  #d8be8f solid;
}
.wenhua-block01 ul li:hover{
	background: #da1f18;
	color: #fff;
	border-bottom:3px  #da1f18 solid;
}
.wenhua-block01 ul li h2{
	font-size: 18px;
	padding-bottom: 10px;
}
.wenhua-block01 ul li h2 span{
	color: #d0ae73;
	padding-left: 4px;
	font-size: 28px;
}
.wenhua-block02 ul{
	width: 1240px;
}
.wenhua-block02 ul li{
	width: 480px;
	float: left;
	padding: 30px 50px;
	background: #f7f7f7;
	margin-right: 40px;
	line-height: 28px;
	color: #6a6a6a;
	border-bottom: 4px #da1f18 solid;
}
.wenhua-block02 ul li .wenhua-block-title{
	color: #da1f18;
}
.wenhua-block02 h2{
	font-size: 22px;
	font-weight: normal;
	padding: 20px 0px;
	color: #6a6a6a;
}
.wenhua-block02 h2 span{
	color: #da1f18;
	font-size: 28px;
}
.taiyang-zhanlan{
	margin: 30px auto;
}
.taiyang-zhanlan h1{
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 30px;
	background: linear-gradient(45deg,#d9b980,#c59f5c);
	text-align: center;
}
.wenhua-swiper{
	padding: 25px;
	padding-bottom: 90px;
	position: relative;
	background: #ededed;
}
.wenhua-swiper .swiper-button-next, .wenhua-swiper .swiper-button-prev{
	bottom: 30px;
	top: inherit;
}
.wenhua-swiper .swiper-pagination{
	bottom: 38px;
}
.wenhua-swiper .swiper-button-next, .wenhua-swiper .swiper-button-prev{
	border: 1px #c6191e solid;
	width: 38px;
	height: 38px;
	border-radius: 50%;
}
.wenhua-swiper .swiper-button-next{
	right: 50%;
	margin-right: -100px;
}
.wenhua-swiper .swiper-button-prev{
	left: 50%;
	margin-left: -100px;
}
.wenhua-swiper .swiper-pagination-bullet::after{
	background: #ccc;
}
.wenhua-swiper .swiper-pagination-bullet-active{
	background:#c6191e;
	border: none;
}
.wenhua-swiper .swiper-pagination-bullet-active::after{
	background:#c6191e;
	margin: 0px;
}


/***************安全页面*****************/
.rongyu-block{
	line-height: 30px;
	font-size: 16px;
	color: #6a6a6a;
}
.anquan-main{
	background: url(../img/anquan-bg1.png) no-repeat center top;
	background-size: contain;
	padding-top: 300px;
}
.develop-anquan{
	padding: 0px;
}
.develop-anquan ul{
	width: 1235px;
}
.develop-anquan ul li{
	width: 582px;
	margin-top: 15px;
	float: left;
	margin-right: 35px;
}
.develop-anquan ul li h3{
	font-weight: normal;
	font-size: 22px;
	padding: 10px 0px;
}
.develop-anquan ul li h3 span{
	font-weight: bold;
	color: #c6191e;
	font-size: 30px;
	padding-left: 5px;
}
.develop-anquan-list{
	border-left: 6px #c6191e solid;
	height: 70px;
	line-height: 50px;
	padding: 40px 60px;
	color: #fff;
}
.develop-anquan-list01{
	background: url(../img/anquan-bg2.png) no-repeat center center;
	background-size: 100% 100%;
}
.develop-anquan-list02{
	background: url(../img/anquan-bg3.png) no-repeat center center;
	background-size: 100% 100%;
}
.develop-anquan-list03{
	background: url(../img/anquan-bg4.png) no-repeat center center;
	background-size: 100% 100%;
}
.develop-anquan-list04{
	background: url(../img/anquan-bg5.png) no-repeat center center;
	background-size: 100% 100%;
}


/****************可持续发展页面*******************/
.develop-main{
	background: url(../img/develop-bg1.png) no-repeat center top;
	background-size: contain;
	padding-top: 400px;
}
.develop-main-block{
	padding: 40px 0px;
}
.develop-main-block:hover .left .gd{
	border: #c6191e 1px solid;
	color: #c6191e;
}
.develop-fazhan ul{
	background: #e3e3e3;
	padding: 60px 80px;
	padding-bottom: 0px;
	position: relative;
	display: block;
	margin-top: 30px;
}
.develop-fazhan ul li{
	width: 240px;
	float: left;
	margin: 0px 40px;
}
.develop-fazhan ul li img{
	width: 100%;
	height: 248px;
	display: block;
}
.develop-fazhan ul a{
	display: block;
	width: 140px;
	height: 46px;
	line-height: 46px;
	background: #fff;
	color: #4d4d4d;
	text-align: center;
	position: absolute;
	top: 60px;
	right: 0px;
}
.develop-fazhan ul:hover a{
	background: #c6191e;
	color: #fff;
}
.develop-fazhan-img{
	padding: 40px 0px;
}
.develop-fazhan-img ul{
	width: 1210px;
}
.develop-fazhan-img ul li{
	margin-right: 10px;
	width: 590px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}
.develop-fazhan-img ul li img{
	width: 100%;
	display: block;
}
.develop-fazhan-img ul li .main-block-title{
	position: absolute;
	left: 30px;
	bottom: 20px;
	right: 0px;
}
.develop-fazhan-img ul li .main-block-title span{
	color: #fff;
}
.jdc .all .fazhan-block,.jdc .all .fazhan-block .right{
	height: 560px;
}
.fazhan-block .left .fazhan-left-block{
	display: flex;
	align-items: center;
	height: 352px;
}
.fazhan-block .left p{
	font-size: 16px;
	line-height: 32px;
	
}
.fazhan-block p span{
	font-size: 22px;
	font-weight: 550;
	background: #da1f18;
	padding: 5px 10px;
	border-radius: 40px;
}
.fazhan-block .left{
	height: 480px;
	width: 320px;
	padding: 40px 40px;
	background: url(../img/fazhan-bg1.jpg) no-repeat center;
	background: cover;
}
.sun-esg-body{
	padding-bottom: 80px;
}
.sun-esg-block{
	display: flex;
	position: relative;
	padding: 40px 129px 20px 129px;
	background: #e3e3e3;
	margin-bottom: 30px;
}
.sun-esg-block li{
	text-align: center;
	width: 33.33%;
}
.esg_img{
	width: 214px;
	height: 280px;
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 10px;
	display: flex;
	box-shadow: 0 0 15px #c2c2c2;
	justify-content: center;
}
.esg_img img{
	width: 100%;
}
.sun-esg-block li:hover .esg_img img{
	transform: scale(1.05);
}
.sun-esg-block li .sun-esg-btn{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px auto;
}
.sun-esg-block li .sun-esg-btn img{
	 filter: grayscale(100%);
	 opacity: 0.5;
}
.sun-esg-block li:hover .sun-esg-btn img{
	filter: inherit;
	opacity: 1;
}
.sun-esg-block .sun-esg-more{
	position: absolute;
	right: 30px;
	top: 40px;
	color: #e60015;
}
.sun-esg-block .sun-esg-more span{
	font-family: '宋体';
}
.sun-esg-block .sun-esg-more:hover{
	color: #caa86e;
}


/*******可持续发展三级********/
.sun-esg-block02{
	background: #f8f3ed;
	padding: 30px 0;
	display: block;
	
}
.sun-esg-block02 .esg_img{
	width: 302px;
	height: 400px;
	box-shadow: 6px 6px 0 #dfdad5;
}
.sun-esg-block02  li{
	padding: 20px 0;
	float: left;
}
.sun-zhanlue-lt{
	background: linear-gradient(to bottom, #e6d3b0, #ffffff);
}
.sun-zhanlue-lt img{
	display: block;
}
.sun-zhanlue-infor{
	padding: 20px 0;
}
.sun-zhanlue-infor p{
	font-size:24px;
	line-height: 64px;
}
.sun-zhanlue-infor p span{
	font-size: 30px;
	font-weight: 600;
}
.sun-zhanlue-infor p .zhanlue-infor-01{
	color: #caa86d;
}
.sun-zhanlue-infor p .zhanlue-infor-02{
	color: #da1f18;
}
.sun-zhanlue-infor img{
	display: block;
	margin: 20px auto;
	margin-bottom: 0;
}

.sun-huanbao-body{
	padding-bottom: 100px;
}
.sun-huanbao-block .sun-huanbao-infor{
	padding: 60px 0;
	font-size: 18px;
	line-height: 32px;
}
.sun-huanbao-block ul li{
	display: flex;
	margin-bottom: 20px;
}
.sun-huanbao-right{
	width: 532px;
	height: 324px;
	overflow: hidden;
	justify-content: center;
	display: flex;
}
.sun-huanbao-left{
	flex: 1;
	padding: 0 100px 0 30px;
	height:324px;
	background: #fef1da;
	font-size: 18px;
	line-height: 30px;
}
.sun-huanbao-right img{
	width: 100%;
	min-height: 100%;
}
.sun-huanbao-left h1{
	font-size: 30px;
	padding: 40px 0;
}
.sun-huanbao-block ul li:hover .sun-huanbao-right img{
	transform: scale(1.05);
}

.sun-zeren-block ul li{
	background: #fbf8f4;
	padding: 45px 0;
}
.sun-zeren-block ul li:nth-child(even){
	background: #fff;
}
.sun-zeren-left{
	width:535px;
	float: left;
}
.sun-zeren-left h1{
	font-size: 30px;
	height: 70px;
	line-height: 70px;
	background: linear-gradient(to right, #e7d8be, rgba(255,255,255,0));
	padding-left: 20px;
}
.sun-zeren-left .sun-zeren-infor{
	height: 330px;
	overflow: hidden;
	overflow-y: scroll;
	margin-top: 24px;
	font-size: 18px;
	line-height: 30px;
}

.sun-zeren-left .sun-zeren-infor::-webkit-scrollbar {
  width: 9px; /* 滚动条宽度 */
  background: none; /* 滚动条背景色 */
}
 
.sun-zeren-left .sun-zeren-infor::-webkit-scrollbar-thumb {
  background-color: #caa86d; /* 滚动条滑块颜色 */
}
 
.sun-zeren-left .sun-zeren-infor::-webkit-scrollbar-track {
  background: none; /* 滚动条轨道颜色 */
}
.sun-zeren-right{
	float: right;
	width: 600px;
	height: 434px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.sun-zeren-right img{
	width: 100%;
	min-height: 100%;
}
.sun-zeren-block ul li:hover .sun-zeren-right img{
	transform: scale(1.05);
}
.sun-zeren-block ul li:nth-child(even) .sun-zeren-right{
	float: left
}
.sun-zeren-block ul li:nth-child(even) .sun-zeren-left{
	float: right
}

.sun-zhanlue-block2{
	padding-bottom: 100px;
}
.sun-zhanlue-block2 ul li{
	padding-top: 40px;
}
.sun-zhanlue-block2 ul li h1{
	width: 50%;
	padding: 15px 20px;
	background: linear-gradient(to right,#f1aba8, #ffffff);
	font-size: 24px;
	font-weight: normal;
}
.sun-zhanlue-block2 ul li h1 span{
	font-size: 30px;
	border-bottom: 2px #e60015 solid;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 2px;
}
.sun-zhanlue-list{
	margin-top: 15px;
	padding: 25px;
	display: flex;
	background: linear-gradient(to right,#f7f1e8,#ffffff);
}
.zhanlue-list-block{
	width: 50%;
	font-size: 20px;
	line-height: 32px;
}
.zhanlue-list-block p{
	font-weight: 600;
}


/***************太阳人页面*****************/
.taiyang-main{
	background: url(../img/taiyang-bg1.png) no-repeat center top;
	background-size: contain;
	padding-top: 300px;
}
.develop-taiyang ul,.develop-shipin ul{
	width: 1220px;
}
.develop-taiyang ul li{
	position: relative;
	width: 386px;
	float: left;
	height: 486px;
	margin-right: 20px;
	border-radius: 15px;
	box-shadow: 0px 0px 15px #dcdcdc;
	margin-bottom: 20px;
	overflow: hidden;
}
.develop-taiyang ul li img{
	width: 100%;
	display: block;
}
.develop-taiyang ul li:hover img{
	transform: scale(1.1);
}
.develop-taiyang ul li a{
	display: block;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 18px;
	line-height: 70px;
	text-align: center;
	background: #dec8a4;
	color: #fff;
}
.all-page{
	padding: 30px 0px;
	text-align: center;
}
.all-page a{
	display: inline-block;
	padding: 10px 17px;
	color: #929292;
	border: 1px #dcdcdc solid;
	border-radius: 5px;
	margin-right: 10px;
}
.all-page a:hover{
	color: #fff;
	background: #da1f18;
}


/************太阳视频页面***********/
.develop-shipin ul li{
	width:590px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
.develop-shipin ul li a{
	display: block;
	position: relative;
}
.develop-shipin ul li img{
	width: 100%;
	border-radius: 15px;
}
.develop-shipin ul li p{
	line-height: 70px;
}
.develop-shipin ul li span{
	display: block;
	position: absolute;
	width: 112px;
	height: 112px;
	background: url(../img/shipin-icon1.png) no-repeat center center;
	background-size: contain;
	left: 50%;
	margin-left: -56px;
	top: 50%;
	margin-top: -90px;
}

/******************环保页面******************/
.develop-huanbao{
	padding: 0px;
}
.develop-huanbao ul{
	padding-top: 30px;
}
.develop-huanbao ul li{
	width: 100%;
	margin-bottom: 10px;
}
.develop-huanbao ul li img{
	width: 360px;
	height: 190px;
	float: left;
}
.develop-huanbao-right{
	width: 760px;
	float: right;
	background: #f4f4f4;
	padding: 25px 40px;
	height: 140px;
	overflow: hidden;
}
.develop-huanbao ul li:hover {
	box-shadow: 0px 0px 15px #dcdcdc;
}
.develop-huanbao-right h3{
	background: #c6191e;
	font-size: 20px;
	color: #fff;
	width: 190px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 15px;
}
.develop-huanbao-right p{
	line-height: 28px;
}
.huanbao-qihou{
	padding: 20px 0px;
	padding-bottom: 70px;
	position: relative;
	background: url(../img/huanbao-bg-1.png) no-repeat center center;
	background-size: 100% 100%;
}
.huanbao-qihou-main h1{
	color: #fff;
	font-size: 28px;
	padding: 20px 0px;
}
.huanbao-qihou-main h1 span{
	text-transform: uppercase;
	opacity: 0.2;
	padding-left: 10px;
	padding: 20px 0px;
}
.huanbao-qihou-block{
	background: #fff;
	padding: 50px 70px;
	color: #363636;
	font-size: 16px;
	line-height: 28px;
}
.huanbao-qihou-block span{
	color: #c6191e;
}
.huanbao-qihou img{
	display: block;
	position: absolute;
	bottom: 0px;
	right: 20px;
	z-index: 9999;
}


/*************可持续发展页面************/
.kefazhan-block{
	margin-top: 40px;
}
.kefazhan-block-left{
	width: 610px;
	float: left;
}
.kefazhan-block-left img{
	width: 610px;
	display: block;
}
.kefazhan-block-right{
	width: 550px;
	float: right;
}
.kefazhan-block-right h2,.kefazhan-block-content span{
	font-size: 28px;
	line-height: 50px;
	color: #666;
	padding: 10px;
	border-bottom: 2px #dcdcdc solid;
	margin-bottom: 20px;
}
.kefazhan-block-right p,.kefazhan-block-content p{
	color: #6a6a6a;
	line-height: 28px;
}
.kefazhan-block-content{
	padding-top: 20px;
}
.kefazhan-block-content span{
	display: block;
	width:50%;
}
.kefazhan-block-content img{
	display: block;
	margin: 20px auto;
	width: 100%;
}


/**********社会责任页面*************/
.develop-zeren{
	padding: 30px 0px;
}
.develop-zeren-menu li{
	width: 297px;
	float: left;
	border-right: 4px #fff solid;
	height: 118px;
	line-height: 118px;
	text-align: center;
	background: #f4f4f4;
	font-size: 20px;
	cursor: pointer;
	color: #666;
}
.develop-zeren-menu li:hover,.develop-zeren-menu .zeren-menu-hover{
	background: #da1f18;
	color: #fff;
	border-right: 4px #da1f18 solid;
}
.develop-zeren-menu li:last-of-type{
	border: none;
}
.develop-zeren-block{
	margin-top: 10px;
	display: none;
}
.zeren-block-left{
	width: 730px;
	float: left;
}
.zeren-block-left img{
	display: block;
	width: 100%;
	height: 516px;
}
.zeren-block-right{
	width: 400px;
	float: right;
	padding: 60px 40px;
	padding-right: 30px;
	color: #fff;
	background: linear-gradient(180deg,#d9b980, #c59f5c);
}
.zeren-block-right span{
	display: inline-block;
	font-size: 24px;
	line-height: 60px;
	border-bottom: 2px #c6191e solid;
}
.zeren-infor{
	padding: 20px 0px;
	padding-right: 20px;
	line-height: 28px;
	font-size: 16px;
	height: 295px;
	overflow-y: auto;
}

/***************质量页面*****************/
.zhiliang-bg{
	width: 100%;
	padding: 60px 0px;
	background: url(../img/zhiliang-bg1.png) no-repeat center center;
	background-size: 100% 100%;
	margin-top: 30px;
	margin-bottom:30px;
}
.zhiling-block h1{
	text-align: center;
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 30px;
}
.zhiling-block em{
	display: block;
	margin: 0px auto;
	width: 120px;
	height: 3px;
	background: #c6191e;
}
.zhiling-block ul{
	padding-top: 40px;
}
.zhiling-block ul li{
	width: 100px;
	padding: 4px;
	border: 1px #eccc93 solid;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}
.zhiling-block ul li img{
	width: 100%;
	height: 100px;
	display: block;
	border-radius: 50%;
}
.zhiling-block ul li:last-child{
	margin-right: 0px;
}
.zhiliang-guanli p{
	line-height: 28px;
	font-size: 16px;
	color: #666;
	padding: 30px 0px;
}
.zhiliang-img,.zhiliang-img img{
	width: 100%;
}


/**************联系我们页面****************/
.contact-main{
	background: url(../img/contact-bg.png) no-repeat center top;
	background-size: contain;
	padding-top: 400px;
}


.contact-infor{
	padding: 60px 0px;
	background: #f4f4f4;
	color: #666;
}

.develop-main-block .left div{
	padding: 20px 0px;
	line-height: 30px;
}
.develop-main-block .left div span{
	font-size: 20px;
}



/*************三大基地页面**************/
.base-main{
	background: url(../img/jidi-img1.png) no-repeat center top;
	background-size: contain;
	padding-top: 400px;
}
.base-block {
	color: #666;
	line-height: 28px;
	font-size: 16px;
	padding-bottom: 40px;
}
.base-block img{
	width: 100%;
	display: block;
	margin: 30px 0px;
}
.base-block a{
	display: inline-block;
	padding: 3px 15px;
	border: 1px #dcdcdc solid;
	color: #666;
	border-radius: 20px;
	margin-top: 20px;
	font-size: 14px;
}
.base-block:hover a{
	border: 1px #c6191e solid;
	color: #c6191e;
}
.pro-cangshu-bg{
	background: #faf6f0;
	padding-bottom: 100px;
}

/****************山东基地页面******************/
.base-shandong img{
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.all-mian-base{
	padding-bottom: 50px;
}
.base-shandong-bg{
	position: absolute;
	bottom: 0px;
	height: 170px;
	left: 0px;
	width: 100%;
	right: 0px;
	background: #e3e3e3;
	z-index: -1;
}
.base-swiper{
	background: #fafafa;
}
.all-mian-base{
	background: url(../img/jidi-bg02.png) no-repeat center top;
	background-size: contain;
	padding-top: 300px;
}
.base-shandong p span{
	color: #c6191e;
	display: block;
	padding: 10px 0px;
}

/****************投资者关系页面*****************/
.investor-block{
	padding: 40px;
	background: #fff;
	box-shadow: 0px 0px 15px #dcdcdc;
	margin: 40px 0px 60px 0px;
}
.investor-block-left{
	width: 440px;
	float: left;
}
.investor-block-right{
	width: 610px;
	float: right;
}
.investor-block-right li{
	line-height: 54px;
	height: 54px;
	overflow: hidden;
	border-bottom: 1px #dcdcdc dashed;
}
.investor-block-right li span{
	float: right;
	color: #666;
}
.investor-block-right li a{
	display: inline-block;
	width: 80%;
	color: #666;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
}
.investor-block-right li:hover a{
	color: #c6191e;
}


/*******************新闻中心页面*********************/
.news-main{
	background: url(../img/news-bg1.png) no-repeat center top;
	background-size: contain;
	padding-top: 380px;
}
.news-list-infor{
	line-height: 24px;
	color: #6a6a6a;
	height:72px;
	overflow: hidden;
	padding-bottom: 25px;
	font-size: 15px;
}
.news-block{
	margin: 30px 0px;
}
.news-block .news-two-infor h1{
	padding-bottom: 10px;
}
.news-block  .news-two-infor{
	padding-bottom: 25px;
}
.news-block .index-zixun ul li{
	padding: 15px 0px;
}
.news-block .index-zixun{
	padding: 16px 40px;
}
.develop-fazhan .news-yuekan-title01{
	display: block;
	width: 20px;
	padding: 20px 13px;
	height: 86px;
	writing-mode:vertical-rl;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	background: linear-gradient(180deg,#fb4d31,#d32730);
	position: absolute;
	left: 0px;
	top: 0px;
	border-bottom-right-radius: 10px;
}
.develop-fazhan .news-yuekan-title02{
	width: 20px;
	padding: 20px 13px;
	height: 120px;
	font-size: 24px;
	color: #666;
	font-weight: bold;
	writing-mode:vertical-rl;
	position: absolute;
	top: 50%;
	margin-top: -80px;
	left: 100px;
}
.news-yueke ul{
	padding: 60px 160px;
	padding-bottom: 0px;
}
.news-yueke ul li{
	margin: 0px 25px;
}
.news-yueke02 .news-yuekan-title01{
	background: linear-gradient(180deg,#d9bc8a,#c9a76b);
}
.news-video{
	padding-bottom: 40px;
}
.news-video-left{
	width: 650px;
	float: left;
	background: url(../img/news-video1.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 60px 0px 0px 60px;
	color: #fff;
	height: 380px;
}
.news-video-left p{
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.3;
}
.news-video-left h2{
	font-size: 32px;
	color: #fff;
	padding: 20px 0px;
	border-bottom: 3px #c6191e solid;
	width: 136px;
}
.news-video-left a{
	color: #fff;
	display: inline-block;
	padding-top: 20px;
}
.news-video-left:hover a{
	color: #fffe92;
}
.news-video-right{
	width: 470px;
	float: right;
}
.video-right-block01{
	padding: 40px;
	background: url(../img/news-img3.png) no-repeat 70% 30% #c4a062;
	color: #fff;
}
.video-right-block01 .main-block-title{
	border-bottom: 3px #dcc296 solid;
}
.video-right-block02{
	padding: 0px 40px;
	background: #f2f2f2;
	color: #666;
	margin-top: 20px;
}
.video-right-block02 ul{
	padding: 10px 0px;
}
.video-right-block02  .news-block-more{
	padding-bottom: 16px;
	color: #6a6a6a;
	display: block;
}
.video-right-block02 ul li{
	color: #666;
	line-height: 40px;
}
.video-right-block02 ul li:hover a,.video-right-block02:hover .news-block-more{
	color: #c6191e;
}


/*****************融媒体矩阵页面***************/
.news-meiti{
	padding: 40px 0px;
}
.news-meiti ul li{
	width: 220px;
	margin-right: 106px;
	float: left;
	text-align: center;
}
.news-meiti ul li img{
	width: 100%;
}
.news-meiti ul li:last-of-type{
	margin-right: 0px;
}
.news-meiti ul li p{
	padding: 10px 0px;
	color: #666;
}


/***************太阳资讯页面***************/
.news-zixun ul li{
	padding: 20px;
	background: #fff;
	box-shadow: 0px 0px 15px #dcdcdc;
	margin-bottom: 20px;
}
.news-zixun ul li img{
	width: 300px;
	float: left;
	display: block;
	height: 195px;
}
.news-zixun-block{
	padding: 0px 25px;
	width: 810px;
	float: right;
}
.zixun-block-left{
	width: 600px;
	float: left;
}
.zixun-block-left h1{
	font-size: 20px;
	line-height: 50px;
}
.zixun-block-left  p{
	font-size: 16px;
	color: #6a6a6a;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.zixun-block-left  .zixun-block-more{
	display: inline-block;
	padding: 3px 15px;
	color: #c6191e;
	border: 1px #c6191e solid;
	border-radius: 20px;
	font-size: 14px;
	margin-top: 30px;
}
.zixun-block-right{
	width: 100px;
	height: 80px;
	background: #3c3c3c;
	color: #929292;
	float: right;
	font-size: 22px;
	text-align: center;
	padding-top: 14px;
	margin-top: 48px;
}
.zixun-block-right b{
	font-size: 40px;
	line-height: 40px;
	color: #fff;
}
.news-zixun ul li:hover .zixun-block-left  .zixun-block-more,.news-xinxi ul li:hover .xinxi-block-right .zixun-block-more{
	background: #c6191e;
	color: #fff;
}
.news-zixun ul li:hover .zixun-block-right{
	background: #c6191e;
	color: #fff;
}

/*************信息公示*************/
.news-xinxi ul li{
	padding: 25px 60px;
	background: #fff;
	box-shadow: 0px 0px 15px #dcdcdc;
	margin-bottom: 20px;
}
.xinxi-block-left{
	width: 900px;
	float: left;
}
.xinxi-block-left h2{
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	line-height: 40px;
}
.xinxi-block-left  p{
	color: #7a7a7a;
	line-height: 30px;
}
.xinxi-block-right{
	width: 120px;
	float: right;
}
.xinxi-block-right .zixun-block-more{
	border: 1px #c6191e solid;
	color: #c6191e;
	padding: 4px 15px;
	border-radius: 20px;
	font-size: 14px;
	display: inline-block;
	margin-top: 20px;
}






/*****************联系我们————————人力资源页面******************/

.renli-block-title{
	font-size: 24px;
	line-height: 60px;
}
.renli-block-title span{
	margin-bottom: 0px;
}

.about-renli-ziyuan img{
	display: block;
	margin: 60px auto 20px auto;
}
.about-renli-ziyuan p,.renli-ziyuan-block p,.renli-form p{
	font-size: 18px;
	line-height: 32px;
	color: #6a6a6a;
	padding-top: 30px;
}
.renli-ziyuan-body{
	padding: 30px 0px;
	background: #f1f1f1;
	margin-bottom: 40px;
}
.renli-ziyuan-block img{
	margin: 40px auto;
	display: block;
}
.renli-ziyuan-block h1,.renli-ziyuan-block h2{
	font-weight: normal;
}
.renli-ziyuan-block h2{
	color: #393939;
	font-size: 24px;
}
.renli-ziyuan-block h3{
	font-size: 18px;
	font-weight: normal;
	background: #da1f18;
	color: #fff;
	height: 50px;
	line-height: 50px;
	margin-bottom: 12px;
	padding-left: 30px;
}
.renli-ziyuan-block  table{
	border-collapse: collapse;
	width: 100%;
}

.renli-ziyuan-block  table tr td{
	height: 50px;
	background: #f4eee2;
	line-height: 50px;
	border-bottom: 8px #fff solid;
	padding-left: 30px;
	font-size: 18px;
}
.renli-ziyuan-block  table tr:nth-child(odd) td{
	background:#e4d3b6 ;
}
.renli-ziyuan-body02 img{
	display: block;
	margin: 60px auto 40px auto;
}
.renli-ziyuan-body02 .renli-img100{
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
}
.renli-form-left{
	float: left;
		width: 45%;
}
.renli-form-right{
	float: right;
	width: 45%;
}
.renli-form-left tr td,.renli-form-right tr td{
	padding: 8px 0px;
	vertical-align: text-top;
	
}
.renli-form-left span,.renli-form-right span{
	display: inline-block;
	width: 20%;
	color: #6a6a6a;
}
.renli-form-left input,.renli-form-right input,.renli-form-right textarea{
	width: 74%;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	padding: 0px 10px;
	border: 2px #dcdcdc solid;
	outline: none;
}
.renli-form-right textarea{
	height: 80px;
	line-height: 20px;
}
.renli-button{
	text-align: center;
}
.renli-button button{
	display: inline-block;
	margin: 20px;
	width: 240px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	border: none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.renli-button .renli-button-submit{
	background: #c6191e;
}
.renli-button .renli-button-reset{
	background: #b4b4b4;
}
.renli-button button:hover{
	opacity: 0.8;
}
.renli-form-right .renli-yanzheng{
	width: 160px;
}
.renli-form-right .renli-input{
	width: 300px;
	border: none;
}
.renli-form-right button{
	width: 90px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background: #fff;
	color: #6e6e6e;
	border: 2px #d7f3fc solid;
}
.renli-form-right tr td{
	position: relative;
}
.renli-form-right .renli-file-infor{
	width: 100%;
	position: absolute;
	top: 44px;
	left: 24%;
	font-size: 13px;
	color: #c6191e;
}
.renli-contact {
	margin-bottom: 40px;
}
.renli-contact table{
	border-collapse: collapse;
}
.renli-contact table tr td{
	line-height: 40px;
	padding: 25px 40px;
	color: #6a6a6a;
	width: 50%;
	box-sizing: border-box;
	border: 1px #dcdcdc solid;
}
.renli-contact table tr .renli-contact-block{
	text-align: center;
}
.renli-contact table tr .renli-contact-block span{
	display: inline-block;
	padding: 0px 20px;
}
.renli-contact table tr .renli-contact-block span img{
	display: block;
	width: 125px;
	height: 125px;
	border-radius: 10px;
	margin: 0px auto;
}


/*****文化用纸详情页******/
.yongzhi-content{
	margin: 40px 0px;
}
.yongzhi-content-left{
	width: 600px;
	border: 1px #dcdcdc solid;
	padding: 18px;
	float: left;
}
.yongzhi-content-left img{
	display: block;
	width: 600px;
	height: 374px;
}
.yongzhi-content-right{
	width: 520px;
	float: right;
}
.yongzhi-content-right h1{
	line-height: 90px;
	font-size: 40px;
	color: #393939;
	border-bottom: 1px #dcdcdc solid;
}
.yongzhi-content-infor{
	padding: 20px 0px;
	line-height: 40px;
	font-size: 20px;
	color: #393939;
	height: 200px;
	overflow: hidden;
}
.yongzhi-content-btn{
	text-align: center;
}
.yongzhi-content-btn a{
	display: inline-block;
	font-size: 28px;
	padding: 0px 60px;
	height: 70px;
	line-height: 70px;
	background: #e8e8e8;
	margin: 0px 10px;
}
.yongzhi-content-btn .yongzhi-content-btn01{
	background: #da1f18;
	color: #fff;
}
.yongzhi-content-btn .yongzhi-content-btn01 img{
	vertical-align: middle;
	margin-right: 10px;
}
.yongzhi-cntent-block{
	color: #393939;
	font-size: 18px;
	line-height: 36px;
}

/*****搜索页面******/
.sun-search-list ul li{
	background: #fff;
	box-shadow: 0 0 10px #dcdcdc;
	margin: 20px 10px;
}
.sun-search-list ul li .sun-news-right{
	padding: 2rem 2rem 2rem 1rem;
	border: none;
}
.sun-search-list .sun-news-container h1{
	line-height: 40px;
	height: 40px;
	padding-bottom: 10px;
}
.sun-search-list ul li .sun-news-right a{
	background: #cf1e17;
	color: #fff;
	border-radius: 20px;
	padding: 3px 3px 3px 20px;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	display: flex;
}
.sun-search-list ul li .sun-news-right a:hover{
	background: #c4a062;
}
.sun-search-jieguo span{
	color: #cf1e17;
}
.sun-search-list ul li .sun-news-right a span{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	color: #e5d5b9;
	margin-left: 30px;
	border-radius: 15px;
	font-size: 18px;
}

.sun-contact-body{
	display: flex;
}
.sun-contact-body .sun-contact-infor{
	width: 540px;
	margin: 10px;
}
.sun-contact-body .sun-contact-infor02{
	width: 540px;
	margin-left: 40px;
	margin: 10px;
}
.sun-contact-body .sun-contact-right ul li:last-child{
	width: 400px;
	padding-left: 50px;
}