@font-face {
	font-family: PangMenZhengDao;
	src: url(../fonts/PangMenZhengDao.ttf);
}



.header {
	width: 100%;
	height: auto;
}

.header-top {
	width: 100%;
	height: 114px;
	border-bottom: solid 1px #f6f6f6;
}

.header-top .logo {
	width: 237px;
	height: 114px;
}

.header-top .hot-line {
	background: url(../images/hot_line.png)left top no-repeat;
	padding-left: 25px;
	margin-top: 27px;
}

.header-top .hot-line .title {
	font-size: 24px;
	line-height: 24px;
	color: #333333;
}

.header-top .hot-line .phone-num {
	font-family: PangMenZhengDao;
	font-size: 36px;
	line-height: 36px;
	color: #069a4c;
}

.nav {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f6f6f6;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.nav ul {
	padding-left: 75px;
	box-sizing: border-box;
}

.nav li {
	float: left;
	width: auto;
	height: 60px;
	position: relative;
}

.nav li a {
	width: auto;
	height: 60px;
	color: #333333;
	display: inline-block;
	box-sizing: border-box;
	transition: all .2s;
	font-size: 16px;
	padding: 0 42px;
	position: relative;
	border-bottom: solid 2px #f6f6f6;
}

.nav li a:after {
	display: inline-block;
	content: '';
	width: 7px;
	height: 5px;
	background: url(../images/icon_nav.jpg)center center no-repeat;
	margin-left: 8px;
	margin-bottom: 2px;
}

.nav li:first-of-type a:after {
	display: none;
}

.header .nav li a.active {
	color: #069a4c;
	border-color: #069a4c;
}

.header .nav li:hover .sub-nav {
	display: block;
}

.sub-nav {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: auto;
	padding-left: 0 !important;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	display: none;
}

.sub-nav li {
	float: none;
	width: 100%;
	text-align: center;
	height: auto;
	height: 40px;
	line-height: 40px;
}

.sub-nav li a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	border-bottom: none;
	color: #FFFFFF;
}

.sub-nav li a:hover {
	background-color: #069A4C;
}

.sub-nav li a:after {
	display: none;
}

/* banner */
.banner {
	width: 100%;
	height: 700px;
	display: block;
	position: relative;
	background: url(../images/banner_bg.png)bottom center no-repeat;
	padding-bottom: 35px;
}

.banner img {
	width: 100%;
	height: 700px;
	display: block;
}

.banner-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 10;
}

.banner-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border: solid 2px #FFFFFF;
	box-sizing: border-box;
	border-radius: 50%;
	background: none !important;
	padding: 2.5px 0 0 3px;
	opacity: 1;
}

.banner-pagination .swiper-pagination-bullet:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: none;
	border-radius: 50%;
}

.banner-pagination .swiper-pagination-bullet-active {
	border-color: #FFFFFF;
}

.banner-pagination .swiper-pagination-bullet-active:after {
	background: #FFFFFF;
}

.banner .swiper-button-prev {
	left: 60px;
}

.banner .swiper-button-next {
	right: 60px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	width: 35px;
	height: 78px;
	margin-top: -39px;
	opacity: 0.5;
	outline: none;

}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
	opacity: 1;
}

.banner .swiper-button-prev {
	background: url(../images/banner_prev.png)top center no-repeat;
}

.banner .swiper-button-next {
	background: url(../images/banner_next.png)top center no-repeat;
}

/* 公共 */

.common-title {
	position: relative;
	margin-bottom: 60px;
	margin-top: 80px;
}

.common-title .title-line-left,
.common-title .title-line-right {
	width: 452px;
	height: 1px;
	background-color: #e2e2e2;
	position: absolute;
	z-index: 1;
	top: 50%;
}

.common-title .title-line-left {
	left: 0;
}

.common-title .title-line-right {
	right: 0;
}

.common-title .main-title {
	width: 304px;
	height: auto;
	/* background-color: #FFFFFF; */
	text-align: center;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

.common-title .main-title:after,
.common-title .main-title:before {
	display: block;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #069A4C;
	position: absolute;
	top: 50%;
	margin-top: -3px;
}

.common-title .main-title:after {
	left: 0;
}

.common-title .main-title:before {
	right: 0;
}

.common-title .chinese {
	font-size: 36px;
	line-height: 30px;
	color: #151515;
	margin-bottom: 10px;
}

.common-title .chinese span {
	color: #069a4c;
}

.common-title .english {
	font-size: 24px;
	line-height: 30px;
	color: #dddddd;
	text-transform: uppercase;
}

.more-btn {
	width: 180px;
	height: 38px;
	border-radius: 1px;
	border: solid 1px #000000;
	display: block;
	margin: 60px auto 80px auto;
	line-height: 38px;
	box-sizing: border-box;
	padding-left: 40px;
	transition: all .5s;
	background-image: url(../images/more_icon1.png);
	background-position: 110px center;
	background-repeat: no-repeat;
}

.more-btn:hover {
	color: #FFFFFF;
	background-color: #069A4C;
	border-color: #069A4C;
	background-image: url(../images/more_icon2.png);
}

/* 产品展示 */
.product-display {
	overflow: hidden;
	margin-top:60px;
	background: url(../images/about_bg.jpg) 0px center no-repeat;
}
.product-display .more-btn {
	color: #FFFFFF;
	border-color: #069A4C;
	background-color: #069A4C;
	margin-bottom: 60px;
	background-image: url(../images/more_icon2.png);
}
.product-display .product {
	position: relative;
}

.product-display .product a {
	display: block;
}

.product-display .main-title .chinese {
	color: #fff;
}

.product-display .product img {
	display: block;
	width: 288px;
	height: 288px;
	transition: all .5s;
}

.product-display .product a:hover img {
	box-shadow: 0 2px 10px #999;
}

.product-display .product p {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	margin-top: 20px;
	text-align: center;
}

.product-button-prev,
.product-button-next {
	width: 40px;
	height: 80px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: rgba(153, 153, 153, 0.2);
	outline: none;
	cursor: pointer;
	transition: all .5s;
}

.product-button-next {
	right: -62px;
	background-image: url(../images/product_next.png);
}

.product-button-prev {
	left: -62px;
	background-image: url(../images/product_prev.png);
}

.product-button-prev:hover,
.product-button-next:hover {
	background-color: #069A4C;
}

/* 关于鑫双利 */
.about-us {
	width: 100%;
	height: 694px;
	background: url(../images/bg.jpg)top center no-repeat;
	box-sizing: border-box;
	padding-top: 80px;
}

.about-us .common-title {
	margin-top: 0;
}

.about-us .about-text {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}



.about-us .about-info {
	width: 100%;
	height: 180px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding-top: 57px;
	box-shadow: 0 0 5px 0 #ccc;
}

.about-us .about-info .info-item {
	border-right: solid 1px #e6e6e6;
	float: left;
	padding: 0 52.8px;
	text-align: center;
	box-sizing: border-box;
}

.about-us .about-info .info-item:nth-last-of-type(2) {
	border: none;
}

.about-us .about-info .info-item .main-info {
	color: #069A4C;
	font-size: 14px;
	margin-bottom: 5px;
}

.about-us .about-info .info-item .main-info span {
	font-size: 48px;
	line-height: 30px;
	display: inline-block;
}

.about-us .about-info .info-item .minor-info {
	font-size: 14px;
	line-height: 30px;
	color: #353535;
}

/* 新闻中心 */
.news {
	background: url(../images/bg.jpg)0px center no-repeat;
	padding-bottom: 80px;
}

.news .more-btn {
	margin-bottom: 0;
}

.news .news-fr {
	width: 580px;
	height: auto;
}

.news .news-fr ul li {
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	margin-bottom: 25px;
	transition: all .5s;
}

.news .news-fr ul li .news-date {
	background-color: #ebebeb;
	width: 80px;
	height: 80px;
	text-align: center;
	color: #FFFFFF;
	margin-right: 20px;
}

.news .news-fr ul li .news-day {
	font-size: 40px;
	line-height: 42px;
	margin-top: 14px;
}

.news .news-fr ul li .news-time {
	font-size: 14px;
}

.news .news-fr ul li .news-text {
	width: 480px;
}

.news .news-fr ul li .news-item-title {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	font-weight: 600;
}

.news .news-fr ul li .news-item-text {
	font-size: 14px;
	line-height: 18px;
	color: #888888;
}

.news .news-fr ul li:last-of-type {
	margin-bottom: 0;
}

.news .news-fr ul li:hover .news-date {
	background-color: #069A4C;
}

/* footer */
.footer {
	background-color: #282828;
	width: 100%;
	height: auto;
}

.footer .footer-top {
	padding: 48px 0 40px 0;
	color: #FFFFFF;
}

.footer .footer-top .footer-logo {
	width: 114px;
	height: 112px;
	margin-right: 80px;
}

.footer .footer-top .footer-nav {
	margin-bottom: 40px;
	margin-top: 20px;
}

.footer .footer-top .footer-nav li {
	float: left;
	border-right: solid 1px #FFFFFF;
}

.footer .footer-top .footer-nav li a {
	color: #FFFFFF;
	display: block;
	padding: 0 5px;
	font-size: 16px;
}

.footer .footer-top .footer-nav li:last-of-type {
	border: none;
}

.footer .footer-top .archival {
	font-size: 12px;
	color: #c4c4c4;
	padding-left: 5px;
}

.footer .footer-top .archival span {
	display: inline-block;
}

.footer .footer-top .contact {
	margin-left: 154px;
}

.footer .footer-top .contact-title {
	font-size: 24px;
	line-height: 110px;
	color: #ffffff;
	border-right: solid 1px #5a5a5a;
	padding-right: 25px;
}

.footer .footer-top .contact-info {
	padding-left: 21px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}

.footer .footer-copyright {
	text-align: center;
	font-size: 12px;
	line-height: 36px;
	color: #777777;
	border-top: solid 1px #3d3d3d;
}

/* 首页样式结束 */

/* 内页样式 */

.inside-banner {
	width: 100%;
	height: 300px;
	background-position: top center;
	background-repeat: no-repeat;
}

.about-banner {
	background-image: url(../images/about_banner.jpg);
}
.products-banner {
	background-image: url(../images/products_banner.jpg);
}
.news-banner {
	background-image: url(../images/news_banner.jpg);
}
.talents-banner {
	background-image: url(../images/talents_banner.jpg);
}
.contact-banner {
	background-image: url(../images/contact_banner.jpg);
}
.inside-content {
	background: url(../images/bg.jpg)top center no-repeat;
}

.inside-nav {
	width: 230px;
	height: auto;
	margin-right: 30px;
}

.inside-nav .nav-title {
	width: 230px;
	height: 108px;
	background-color: #069a4c;
	font-size: 30px;
	line-height: 30px;
	color: #ffffff;
	box-sizing: border-box;
	padding-top: 38px;
	text-align: center;
	margin-top: -38px;
}

.inside-nav .nav-title .title-wrap {
	display: inline-block;
}

.inside-nav .nav-title .title-wrap:after {
	display: block;
	content: '';
	width: 59px;
	height: 1px;
	background-color: #FFFFFF;
	margin-top: 10px;
}

.inside-nav .inside-nav-list {
	padding: 13px 0 13px 20px;
	background-color: #f6f6f6;
	border-radius: 0 0 25px 0;
}

.inside-nav .inside-nav-list li a {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	padding-left: 28px;
	box-sizing: border-box;
	position: relative;
	transition: all .5s;
}

.inside-nav .inside-nav-list li a:after {
	display: inline-block;
	content: '';
	border-top: solid 1px #069A4C;
	border-right: solid 1px #069A4C;
	transform: rotate(45deg);
	width: 5px;
	height: 5px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px;
	border-radius: 2px;
}

.inside-nav .inside-nav-list li a:before {
	display: none;
	content: '';
	position: absolute;
	left: 13px;
	top: 50%;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #069A4C;
	margin-top: -5px;
}

.inside-nav .inside-nav-list li a.active {
	background-color: #FFFFFF;
	color: #069A4C;
}

.inside-nav .inside-nav-list li a.active:before {
	display: inline-block;
}

.inside-nav .inside-nav-list li a.active:after {
	display: none;
}

.inside-text {
	width: 940px;
	height: auto;
	min-height: 500px;
}

.current-location {
	width: 100%;
	height: 70px;
	line-height: 85px;
	border-bottom: solid 1px #DDDDDD;
}

.current-location .current-title {
	font-size: 24px;
	color: #069a4c;
}

.current-location .crumbs {
	font-size: 14px;
	color: #333333;
}

.inside-text .text-wrap {
	padding: 25px 0;
	font-size: 16px;
	line-height: 36px;
}

.inside-text .products-list {
	margin: 0 -8.5px;
}

.inside-text .products-list li {
	float: left;
	margin: 0 8.5px 40px 8.5px;
}

.inside-text .products-list li .product-img {
	width: 302px;
	height: 302px;
	display: block;
	transition: all .5s;
}

.inside-text .products-list li .product-name {
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #333333;
	margin-top: 15px;
}

.inside-text .products-list li:hover .product-img {
	box-shadow: 0 2px 10px #999;
}

.inside-text .products-list li:hover .product-name {
	color: #069A4C;
}

.inside-text .news-list {}

.inside-text .news-list li {
	width: 100%;
	height: 48px;
	line-height: 48px;
	box-sizing: border-box;
	border-bottom: solid 1px #f0f0f0;
	padding-left: 26px;
	position: relative;
}

.inside-text .news-list li:before {
	display: inline-block;
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #333333;
	margin-top: -5px;
}

.inside-text .news-list li .news-title {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #333333;
}

.inside-text .news-list li .news-date {
	font-size: 16px;
	color: #999999;
}

.inside-text .news-list li:hover .news-title,
.inside-text .news-list li:hover .news-date {
	color: #069A4C;
}

.inside-text .news-list li:hover:before {
	border-color: transparent transparent transparent #069A4C;
}

.inside-text .talents-table {}

.inside-text .talents-table .table-header {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #069A4C;
	color: #FFFFFF;
}

.inside-text .table-header .table-header-item {
	float: left;
	width: 20%;
	height: auto;
	text-align: center;
	font-size: 16px;
}

.inside-text .talents-table .table-body {}

.inside-text .table-body .table-row {
	width: 100%;
	height: auto;
}

.inside-text .table-row .row-header {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #666666;
	background-color: #FFFFFF;
}

.inside-text .table-row .row-body {
	border-top: solid 1px #F6F6F6;
	background-color: #F6F6F6;
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
	background-color: #FFFFFF;
	display: none;
}

.table-row .row-body .body-top {
	width: 100%;
	height: auto;
}

.table-row .row-body .body-bottom {
	width: 50%;
	height: auto;
	color: #666666;
}

.table-row .row-body .body-top .lable {
	width: 50%;
	height: auto;
	color: #069a4c;
	font-size: 16px;
}

.inside-text .table-row .row-item {
	width: 20%;
	height: auto;
	float: left;
	text-align: center;
	cursor: pointer;
}

.inside-text .table-row:nth-of-type(odd) .row-header,
.inside-text .table-row:nth-of-type(odd) .row-body {
	background-color: #f6f6f6;
}

.inside-text .table-row:nth-of-type(odd) .row-body {
	border-top: solid 1px #FFFFFF;
}

.product-detail .title {
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: solid 1px #069a4c;
}

.map {
	width: 940px;
	height: 471px;
	margin-top: 30px;
}

.company-title {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	font-weight: bold;
	margin-left: 60px;
}

.contact-type {
	padding-left: 28px;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 60px;
}

.contact-tel {
	background-image: url(../images/icon1.png);
}

.contact-email {
	background-image: url(../images/icon2.png);
}

.contact-address {
	background-image: url(../images/icon3.png);
}

.message-form {
	margin-top: 10px;
}

.message-form .form-row {
	margin-bottom: 10px;
}

.message-form input {
	width: 385px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border: solid 1px #c7c7c7;
	margin: 0 10px;
	box-sizing: border-box;
	padding: 0 12px;
}

.message-form textarea {
	width: 100%;
	height: 100px;
	border: solid 1px #c7c7c7;
	box-sizing: border-box;
	padding: 12px;
	margin: 0 10px;
	resize: none;
}

.message-form .submit-btn {
	width: 150px;
	height: 36px;
	background-color: #069a4c;
	font-size: 14px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 60px auto 0 auto;
	text-align: center;
	display: block;
	border: none;
	outline: none;
	cursor: pointer;
}
