﻿@charset "utf-8";
/* CSS Document */
/*
	Author:Kevin
	Date:2021-03-03
	Type:master
*/
/*首页开始*/
/*banner*/
/*.swiper-container { width: 100%; height: 100%;}
.swiper-slide { text-align: center; font-size: 18px; background: #fff;   display: -webkit-box;  display: -ms-flexbox;  display: -webkit-flex;  display: flex; -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center;  justify-content: center;  -webkit-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center;  align-items: center;
}
.swiper-slide img { width:100%;}
*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-slide img {
	max-width: 100%;
}
.banner .arrow-left {
	background: url(../images/arrows.png) no-repeat left top;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2;
}
.banner .arrow-right {
	background: url(../images/arrows.png) no-repeat left bottom;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2;
}
.swiper-container {
	width: 100%;
}
.content-slide {
	padding: 20px;
	color: #fff;
}
.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 15px;
	width: 100%;
	z-index: 2;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .2);
	margin: 0 3px;
	cursor: pointer;
}
.swiper-active-switch {
	background: #dc825a;
}
/*首页计数器*/
.numcount { /*width:75%;*/
	width: 1250px;
	margin: 0 auto;
	margin-top: 116px;
	overflow: hidden;
}
.numcount li {
	float: left;
	width: 25%;
	padding: 17px 0px;
	text-align: center;
	border-right: 1px solid #eeeeee;
	box-sizing: border-box;
}
.numcount li:last-child {
	border: none;
}
.numcount li:nth-child(3) .numu .unitc {
	font-size: 15px;
	font-family: S-Bold;
	line-height: 2.8;
}
.numcount li .item {
	font-size: 18px;
	color: #595858;
}
.numcount li .numu {
	line-height: 1.3;
}
.numcount li .numcx {
	font-family: "Arial","Helvetica Neue","Helvetica","sans-serif";
	font-size: 55px;
	color: #dc825a;
}
.numcount li .numu .unitc {
	font-size: 30px;
	line-height: 1.6;
	margin-left: 0.2em;
}
.numcount li .numu sup {
	vertical-align: top;
}
.numcount li .numu sub {
	vertical-align: baseline;
}
.numcount li .numu strong {
	font-family: "Arial","Helvetica Neue","Helvetica","sans-serif";
	font-size: 40px;
	color: #dc825a;
}
@media (max-width:800px) {
.numcount li .numcx {
	font-size: 36px;
}
}
@media (max-width:640px) {
.numcount li .numcx {
	font-size: 7vw;
}
}
@media (max-width:480px) {
.numcount {
	font-size: 0.5vw;
}
}
/*栏目*/
.column { /*width:75%;*/
	width: 1250px;
	margin: 0 auto;
	position: relative;
}
.column_content {
	position: relative;
}
.column_content h1 {
	display: block;
	position: relative;
	margin: 160px 0px 48px 0px;
	font-size: 24px;
	text-align: center;
}
.column_content h1 strong {
	display: block;
	font-family: S-Bold;
}
.column_content h1 p {
	display: inline-block;
	padding: 0px 15px;
	margin: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-image: url(../images/border-img.png) 0 10 0 10 stretch;
}
.column_content h1 i {
	display: block;
	width: 45px;
	height: 8px;
	background-color: #dc825a;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translate(-50%, 15px)
}
.column_content h1 small {
	display: inline-block;
	padding: 10px 20px;
	background: #eee;
	font-size: 18px;
	color: #666;
}
.column_title {
	text-align: center;
}
.column_title h1 {
	display: inline-block;
	font-size: 36px;
	border-bottom: 3px solid #dc825a;
}
/*首页产品分类*/
.productclass_box {
	width: 100%;
	overflow: hidden;
	display: flex;
}
.productclass_box a {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding-top: 75px;
	background-position: center top;
	background-size: 28%;
}
.productclass_box h2 {
	display: block;
	font-size: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.productclass_box p {
	display: block;
	margin-top: 5px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.a_default, .a_default2 {
	background: #f9f9f9;
	border: 2px solid #e3e3e3;
	color: #555;
	box-sizing: border-box;
}
.a_default p, .a_default2 p {
	color: #888;
}
.a_active {
	box-sizing: border-box;
	color: #fff;
	background-image: linear-gradient(#5f5f5f, #171717) !important;
	box-shadow: 10px 10px 15px #999;
	border-image: linear-gradient(#5f5f5f, #171717) 30 30;
}
.a_active p {
	color: #fff;
}
/*首页解决方案*/
#solution {
	width: 100%;
	height: 702px;
	margin: 0px auto 0;
	background: #000;
	position: relative;
	overflow: hidden;
}
#solution_ico {
	width: 1250px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
#solution_ico a {
	display: block;
	width: 277px;
	height: 105px;
	background: rgba(76, 76, 76, .6);
	margin: 0px 0;
	font-size: 22px;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
#solution_ico a i {
	display: inline-block;
	text-align: left;
	width: 100px;
	height: 48px;
	line-height: 48px;
	margin: 32.5px 0px;
	padding-left: 65px;
	font-style: normal;
}
#solution_content li {
	display: none;
	height: 702px;
	width: 100%;
}
#solution_content li.solution_content_show {
	display: block;
}
#solution_content li div {
	display: block;
	width: 1250px;
	height: 702px;
	margin: 0 auto;
	position: relative;
	color: #fff;
}
#solution_content li div span {
	display: block;
	position: absolute;
	left: 385px;
	top: 481px;
    width:750px;
}
#solution_content li div span h2 {
	font-size: 36px;
}
#solution_content li div span p {
	font-size: 16px;
	line-height: 30px;
	margin: 5px 0px 0px 0px;
}
#solution_content li:nth-child(1) {
	background: url(../images/hy/index_fa_bg1.jpg) center center no-repeat;
}
#solution_content li:nth-child(2) {
	background: url(../images/hy/index_fa_bg2.jpg) center center no-repeat;
}
#solution_content li:nth-child(3) {
	background: url(../images/hy/index_fa_bg3.jpg) center center no-repeat;
}
#solution_content li:nth-child(4) {
	background: url(../images/hy/index_fa_bg4.jpg) center center no-repeat;
}
#solution_content li:nth-child(5) {
	background: url(../images/hy/index_fa_bg5.jpg) center center no-repeat;
}
#solution_content li:nth-child(6) {
	background: url(../images/hy/index_fa_bg6.jpg) center center no-repeat;
}
#solution_content li:nth-child(7) {
	background: url(../images/hy/yl.jpg) center center no-repeat;
}
.solution_ico1, .solution_ico2, .solution_ico3, .solution_ico4, .solution_ico5, .solution_ico6, .solution_ico7 {
	background-image: url(../images/hy/fa-ico.png);
	background-repeat: no-repeat;
}
.solution_ico1 {
	background-position: 0px 4px;
}
.solution_ico2 {
	background-position: 2px -61px;
}
.solution_ico3 {
	background-position: 2px -126px;
}
.solution_ico4 {
	background-position: 3px -190px;
}
.solution_ico5 {
	background-position: 2px -257px;
}
.solution_ico6 {
	background-position: 2px -324px;
}
.solution_ico7 {
	background-position: center -702px;
}
#solution_ico a.solution_ico_active {
	background: #dc825a;
	transition: all 1s;
}
#solution_ico a.solution_ico_active i {
	background-image: url(../images/hy/fa-ico2.png);
	background-repeat: no-repeat;
}
/*首页新闻动态*/
.index_news {
	overflow: hidden;
	margin-bottom: 80px;
}
.index_news ul {
	display: flex;
}
.index_news ul li {
	float: left;
	width: 100%;
	background: #f6f7f9;
	overflow: hidden;
	margin-right: 2%;
}
.index_news ul li:last-child {
	margin-right: 0px;
}
.index_news ul li a {
	display: block;
	border-bottom: 3px solid #f6f7f9;
}
.index_news ul li a:hover {
	color: #dc825a;
	border-bottom: 3px solid #dc825a;
}
.index_news_img, .index_news_img img {
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.index_news_img img {
	width: 100%;
	height: 100%;
}
.index_news_content {
	padding: 25px 20px 15px 20px;
}
.index_news_content h3 {
	font-size: 18px;
	font-family: S-Medium;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_news_content time {
	color: #919191;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 60px;
}
.index_news_content span {
	color: #888;
	margin-top: 15px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
    height:85px;
}
/*首页合作伙伴*/
.index_client {
	overflow: hidden;
	margin-bottom: 120px;
	text-align: center;
}
/*首页结束*/

/*关于一多开始*/
.about_banner {
	/*background: url(../images/about_banner.jpg) center no-repeat;*/
}
.about_profile_text p {
	text-indent: 2em;
	line-height: 36px;
	font-size: 18px;
	margin: 0px;
}
.about_ll_box {
	background: url(../images/about_ll_bg.jpg) center no-repeat;
}
.about_ll_box .page_main2_content {
	height: 629px;
	overflow: hidden;
	color: #fff;
	box-sizing: border-box;
	padding: 73px 0px;
}
.about_ll_left, .about_ll_right {
	float: left;
}
.about_ll_left {
	width: 30%;
	box-sizing: border-box;
	padding: 25px 55px 0px 0px;
	text-align: right;
}
.about_ll_left h1 {
	font-family: S-Bold;
	font-size: 36px;
}
.about_ll_left small {
	font-size: 16px;
}
.about_ll_right {
	width: 70%;
	box-sizing: border-box;
	border-left: 1px solid #fff;
	padding: 30px 0px 0px 55px;
}
.about_ll_right span {
	display: block;
	font-size: 18px;
	margin-bottom: 45px;
}
.about_ll_right span strong {
	font-weight: normal;
	font-family: S-Bold;
	font-size: 24px;
}
.about_ll_right span p {
	font-weight: normal;
	margin: 5px 0px 0px 0px;
}
.about_dsj_box {
	background: url(../images/about_dsj_bg.jpg) center no-repeat;
}
.about_dsj_box .page_main2_content {
	height: 629px;
	overflow: hidden;
	color: #fff;
	box-sizing: border-box;
	padding: 114px 0px;
	position: relative;
}
.about_dsj_content {
	width: 65% !important;
}
.about_dsj_content h1 {
	font-family: Arial;
	font-size: 60px;
	font-weight: bold;
    margin-bottom:60px;
}
.about_dsj_content hr {
	margin: 60px 0px 50px 0px;
	width: 25px;
	height: 2px;
	background: #fff;
    display:none;
}
.about_dsj_content strong {
	font-weight: normal;
	font-family: S-Bold;
	font-size: 24px;
}
.about_dsj_content p {
	line-height: 32px;
	font-size: 18px;
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;*/
}
.about_dsj_title {
	position: absolute;
	right: 0px;
	top: 50px;
	text-align: right;
}
.about_dsj_title h1 {
	font-family: S-Bold;
	font-size: 56px;
}
.about_dsj_title h2 {
	font-family: S-Bold;
	font-size: 36px;
}
.about_contact {
	overflow: hidden;
}
.about_map {
	float: left;
	width: 43%;
}
#container {
	height: 300px;
	width: 100%;
	overflow: hidden;
	margin-top: 30px !important;
}
.about_contact_info {
	float: right;
	width: 46%;
}
.about_contact_info  >div div:nth-child(3) {
	width: 100%;
	font-size: 18px;
	margin-bottom: 25px;
	padding-left: 15px;
}
.about_contact_info ul li {
	float: left;
	width: 50%;
	font-size: 18px;
	margin-bottom: 25px;
	padding-left: 15px;
	box-sizing: border-box;
}
.about_rdstrength_top h1 {
	font-family: S-Bold;
	font-size: 26px;
	text-align: center;
	padding: 80px 0px 40px 0px;
}
.about_rdstrength_tem {
	height: 500px;
	padding: 70px 0px;
	box-sizing: border-box;
	background: url(../images/about_tem_bg.png) right center no-repeat;
}
.about_rdstrength_tem span {
	display: block;
	width: 60%;
	padding: 70px 0px;
}
.about_rdstrength_tem span h1 {
	font-family: S-Bold;
	font-size: 26px;
	margin-bottom: 35px;
}
.about_rdstrength_tem span p {
	margin: 0px;
	font-size: 18px;
	line-height: 36px;
}
.about_honor {
	overflow: hidden;
}
.about_honor ul li {
	float: left;
	margin-right: 72px;
}
.about_honor ul li:last-child {
	margin-right: 0px;
}
.about_honor ul li p {
	font-size: 18px;
	text-align: center;
	margin: 10px 0px;
}
.about_patent {
	position: relative;
	width: 1050px;
	margin: 0 auto;
}
.about_swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.about_swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.about_btn_next {
	right: -62px !important;
}
.about_btn_prev {
	left: -62px !important;
}
.about_btn_next::after, .about_btn_prev::after {
	display: none;
}
.about_swiper-slide img {
	width: 160px !important;
}
 @media (max-width: 760px) {
.about__btn_next {
	right: 20px;
	transform: rotate(90deg);
}
.about__btn_prev {
	left: 20px;
	transform: rotate(90deg);
}
}
.about_hz {
	overflow: hidden;
}
.about_hz ul {
	display: flex;
}
.about_hz ul li {
	float: left;
	text-align: center;
	width: 100%;
	font-size: 18px;
}
.about_hz ul li p {
	text-align: center;
	margin: 10px 0px;
}
.tw_list {
	overflow: hidden;
}
.tw_list ul {
	display: flex;
}
.tw_list ul li {
	float: left;
	width: 100%;
	margin-right: 20px;
	text-align: center;
	font-size: 22px;
}
.tw_list ul li img {
	width: 100%;
	height: auto;
}
.tw_list ul li p {
	background: #f1f1f1;
	padding: 10px 0px;
	margin: 0px;
}
.tw_list2 ul li p {
	background: #fff;
}
#example5 .sp-thumbnail-image-container {
	width: 200px;
	height: 70px;
	overflow: hidden;
	float: left;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	font-family: Arial;
}
#example5 .sp-thumbnail-image {
	height: 100%;
}
#example5 .sp-thumbnail-text {
	width: 140px;
	float: right;
	height: 80px;
	padding: 15px;
	background-color: #F0F0F0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#example5 .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}
#example5 .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}
 @media (max-width: 500px) {
#example5 .sp-thumbnail {
	text-align: center;
}
#example5 .sp-thumbnail-image-container {
	display: none;
}
#example5 .sp-thumbnail-text {
	width: 120px;
}
#example5 .sp-thumbnail-title {
	font-size: 12px;
	text-transform: uppercase;
}
#example5 .sp-thumbnail-description {
	display: none;
}
}
.news_list {
	padding: 30px 0px 150px 0px;
	position: relative;
}
.news_list ul li {
	overflow: hidden;
	padding: 45px 25px;
	border-bottom: 1px solid #a1a1a1;
}
.news_list ul li:last-child {
	border-bottom: 0px;
}
.news_list_img {
	display: block;
	float: left;
	width: 267px;
	height: 200px;
}
.news_list_img img {
	width: 100%;
	height: 100%;
}
.news_list_text {
	display: block;
	float: right;
	width: 720px;
	position: relative;
}
.news_list_text h1 {
	font-family: S-Medium;
	font-size: 24px;
	margin-top: 35px;
}0
.news_list_text p {
	line-height: 26px;
	margin: 10px 0px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_list_text time {
	position: absolute;
	left: -110px;
	top: 36px;
	border-right: 1px solid #a1a1a1;
	padding-right: 25px;
	text-align: right;
	color: #666;
}
.news_list_text time strong {
	font-family: S-Bold;
	font-size: 24px;
	display: block;
}
.news_list_text time small {
	font-size: 14px;
}
.news_page {
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translate(-50%, 0);
}
.news_page span {
	margin: 0px 30px;
}
.news_page span input {
	width: 30px;
	text-align: center;
	border: 1px solid #a1a1a1;
}
.news_page span label {
	margin: 0px 5px;
}
.news_page span button {
	padding: 3px 10px;
}
.news_page span a {
	display: inline-block;
	background: #e9e9ec;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin: 0px 5px;
	border-radius: 12px;
	text-align: center;
}
.news_page span a:hover, .news_page_active {
	background: #4c4c4c !important;
	color: #fff;
}
.news_detail {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 2px 10px #ccc;
	padding: 55px 55px 80px 55px;
	position: relative;
}
.news_detail_title {
	padding: 0px 35px;
}
.news_detail_title h1 {
	font-family: S-Medium;
	font-size: 24px;
}
.news_detail_title time {
	color: #888;
	margin-top: 10px;
	font-size: 14px;
}
.news_detail article {
	padding: 55px 35px;
	margin: 50px 0px 30px 0px;
	border-top: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
}
.news_detail .news_page {
	left: inherit;
	right: -90px;
	bottom: 65px
}
/*关于一多结束*/

/*产品中心开始*/
.product_banner {
	/*background: url(../images/product_banner.jpg) center no-repeat;*/
}
.productclass_box2 {
	width: 100%;
	overflow: hidden;
}
.productclass_content2 {
	float: left;
	width: 23%;
	margin-right: 2%;
	padding-bottom: 25px;
}
.productclass_content2 a {
	display: block;
	border-radius: 0px;
	background: none;
	border: none;
}
.productclass_content2 a span {
	display: block;
	border: 2px solid #e3e3e3;
	padding: 80px 0px;
	background-position: center 80px;
}
.productclass_content2 a:hover {
	color: #fff;
}
.productclass_content2 h2 {
	display: block;
	text-align: center;
	margin-top: 100px;
	font-size: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.productclass_content-ico-active2 {
	background-position: center -200px !important;
	border-image: linear-gradient(#5f5f5f, #171717) 30 30 !important;
}
/*产品列表页*/
.product_list {
	overflow: hidden;
}
.product_list_menu {
	width: 17.5%;
	float: left;
}
.product-menubox {
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
}
.product-menu> li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px;
}
.product-menu>li>a {
	display: block;
	overflow: hidden;
	padding-left: 20px;
	line-height: 40px;
	transition: all .3s;
	position: relative;
	text-decoration: none;
	border-bottom: 1px solid #ebebeb;
}
.product-menu > li:nth-of-type(1)> a {
	border-top: 1px solid transparent;
}
.product-menu > li:last-child > a {
	border-bottom: 1px solid transparent;
}
.product-menu li a .arrow:before {
	display: block;
	float: right;
	margin-top: 1px;
	margin-right: 15px;
	display: inline;
	font-size: 16px;
	font-family: FontAwesome;
	height: auto;
	content: "\f105";
	font-weight: 300;
	text-shadow: none;
}
.product-menu li a .arrow.open:before {
	float: right;
	margin-top: 1px;
	margin-right: 15px;
	display: inline;
	font-family: FontAwesome;
	height: auto;
	font-size: 16px;
	content: "\f107";
	font-weight: 300;
	text-shadow: none;
}
.product-menu>li>a.active, .product-menu>li>a:hover {
	color: #FFF;
	background: #dc825a;
}
.product-menu>li>ul.sub-menu, .product-menu>li>ul.sub-menu>li>ul.sub-menu {
	display: none;
	list-style: none;
	clear: both;
	margin: 0px;
	padding-bottom: 5px;
}
.product-menu>li.active > ul.sub-menu, .product-menu>li>ul.sub-menu>li.active >ul.sub-menu {
}
.product-menu>li>ul.sub-menu li {
	background: none;
	margin: 0px;
	padding: 0px;
}
.product-menu>li>ul.sub-menu li>a {
	display: block;
	font-size: 14px;
	line-height: 42px;
	padding-left: 50px;
	color: #666;
	background: url(../images/dot2.png) 35px center no-repeat;
	clear: both;
}
.product-menu>li>ul.sub-menu li>a.active, .product-menu>li>ul.sub-menu li>a:hover, .product-menu>li>ul.sub-menu>li.active >a {
	background: #efefef url(../images/dot2.png) 35px center no-repeat;
}
.product_list_body {
	width: 81%;
	float: right;
	overflow: hidden;
}
.product_list_body ul li {
	float: left;
	width: 21%;
	margin: 0 4% 60px 0;
	text-align: center;
}
.product_list_body ul li a span {
	display: block;
	width: 100%;
	height: 230px;
	line-height: 230px;
	padding: 10px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #d2d2d2;
}
.product_list_body ul li a span img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.product_list_body ul li a p {
	margin: 0px 0px;
}
.product_list_body ul li a:hover span {
	border: 1px solid #aaa;
}
.product_list_body ul li a:hover {
	color: #dc825a;
}
.product_list_body ul li:nth-child(4n+1){
    clear:left;
}
/*产品详情页*/
.product_detail_mininfo {
	overflow: hidden;
    position: relative;
}
.product_detail_img {
	float: left;
	width: 50%;
	min-width: 300px;
}
.product_detail_info {
	float: right;
	width: 50%;
	min-width: 300px;
	font-size: 18px;
}
.v_out {
	width: 300px;
	overflow: hidden;
	margin: 0 auto;
}
.v_show {
	width: 300px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.v_cont {
	width: 3000px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.v_cont ul {
	float: left;
	text-align: center;
	line-height: 50px;
}
.v_cont ul li {
	width: 300px;
	height: 300px;
	background: #fff;
	float: left;
}
.v_cont ul li img {
	width: 100%;
	height: auto;
}
/*缩略图*/
.v_out_p {
	position: relative;
	overflow: visible
}
.circle {
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}
.circle li {
	width: 63px;
	height: 63px;
	float: left;
	margin: 0px 5px;
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 5px;
	cursor: pointer;
}
.circle li:first-child {
	margin-left: 0px;
}
.circle li:last-child {
	margin-right: 0px;
}
.circle li img {
	width: 100%;
	height: auto;
}
.circle .circle-cur {
	border: 2px solid #f90;
}
.product_detail_info p span {
	color: #dc825a;
}
.product_detail_info {
	
}
.product_detail_info h1 {
	font-size: 24px;
}
.product_detail_info p {
    line-height:34px;
}
.product_detail_info ol {
	margin-top: 40px;
}
.product_detail_info ol li {
	list-style: inside;
	margin: 10px 0px;
}
.product_detail_info button {
	position: absolute;
	right: 40px;
	bottom: 0px;
}
.table1 th, .table1 td {
	padding: 5px 0px;
	border: 1px solid #ddd;
	text-align: center;
}
.table1 th {
	background: #f0f0f0;
}
.table1 td {
	color: #666;
}
.table_title {
	display: block;
	padding: 5px 0px;
	background: #7c7c7c;
	color: #fff;
	text-align: center;
}
.table2 th, .table2 td {
	padding: 8px 0px;
	font-size: 18px;
	text-align: center;
}
.table2 th {
	background: #4d4d4d;
	color: #fff;
	font-family: S-Bold;
}
.table2 td {
	color: #666;
	border-bottom: 1px solid #d2d2d2;
}
/*产品中心结束*/

/*解决方案开始*/
.solution_banner {
	/*background: url(../images/solution_banner.jpg) center no-repeat;*/
}
.solution_list {
	padding: 85px 35px 0px 0px;
	overflow: hidden;
}
.solution_list_content {
	margin-bottom: 50px;
	background: #f6f7f9;
	overflow: hidden;
}
.solution_list_content:hover {
	box-shadow: 15px 5px 25px #ccc;
}
.solution_list_img {
	float: left;
	width: 297px;
	height: 199px;
}
.solution_list_img img {
	width: 100%;
	height: 100%;
}
.solution_list_text {
	float: left;
	width: 756px;
	padding: 30px 55px 20px 55px;
}
.solution_list_text h1 {
	font-family: S-Bold;
	font-size: 24px;
	display: inline-block;
}
.solution_list_text small {
	font-family: S-Medium;
	font-size: 16px;
	display: inline-block;
	line-height: 18px;
	margin-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 60%;
}
.solution_list_text p {
	line-height: 26px;
	margin-top: 5px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.solution_dl {
	text-indent: 2em;
	line-height: 36px;
	font-size: 18px;
}
.solution_dl2 {
	line-height: 36px;
	font-size: 18px;
	padding: 20px 140px 0px 140px;
}
.solution_md {
	position: relative;
	text-align: center;
}
.solution_md a {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	position: absolute;
	background-color: rgba(64, 64, 64, 0.9);
}
.solution_md a:hover {
	background-color: rgba(218, 133, 93, 0.9);
}
.solution_md a img {
	display: inline-block;
	vertical-align: middle;
}
.solution_detail {
	padding: 0px 40px;
	font-size: 18px;
	overflow: hidden;
}
.solution_detail span {
	display: block;
	width: 50%;
	float: left;
}
.solution_detail span h3 {
	display: block;
	font-family: S-Medium;
	font-size: 22px;
	padding-left: 18px;
	background: url(../images/dot.png) left 11px no-repeat;
}
.solution_detail span h4 {
	display: block;
	font-size: 20px;
	padding-left: 18px;
	margin-bottom: 35px;
	background: url(../images/dot.png) left 11px no-repeat;
}
.solution_detail span p {
	margin: 15px 0px 55px 0px;
	padding-left: 18px;
}
.solution_detail span:first-child {
	padding-top: 145px;
}
.solution_detail span:last-child {
	text-align: right;
}
/*解决方案结束*/

/*行业领域开始*/
.industryfield_banner {
	/*background: url(../images/industryfield_banner.jpg) center no-repeat;*/
}
.industryfield {
	margin: 50px 0px;
}
/*行业领域结束*/

/*技术服务开始*/
.technical_service_banner {
	/*background: url(../images/technical_service_banner.jpg) center no-repeat;*/
}
/*技术服务结束*/

/*战略合作开始*/
.odm_banner {
	/*background: url(../images/odm_banner.jpg) center no-repeat;*/
}
/*战略合作结束**/

/*代理加盟开始*/
.agent_banner {
	/*background: url(../images/dljm_banner.jpg) center no-repeat;*/
}
.agent_title span {
	display: inline-block;
	margin: 0px 25px;
	font-family: S-Bold;
	font-size: 26px;
}
.agent_title span i {
	font-style: normal;
	font-size: 20px;
	/*vertical-align: top;*/
	margin-right: 10px;
	color: #dc825a;
}
/*代理加盟结束*

/*加入我们开始*/
.joinus_banner {
	/*background: url(../images/joinus_banner.jpg) center no-repeat;*/
}
.joinus_main {
	height: 580px;
	position: relative;
	margin-top: 80px;
}
.joinus_mainbg {
	width: 57.5%;
	height: 527px;
	position: absolute;
	top: 50px;
	right: 0px;
	background: #f7f7f7;
}
.joinus_mainbg2 {
	width: 90%;
	height: 348px;
	position: absolute;
	top: 135px;
	left: 0px;
	padding-bottom: 200px;
	background: #f7f7f7;
}
.joinus_zy1 {
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.joinus_zy1 div:first-child {
	width: 35%;
	float: left;
}
.joinus_zy1 div:last-child {
	width: 65%;
	float: left;
	text-align: right;
	padding-top: 85px;
}
.joinus_zy1 div span {
	display: block;
	margin-top: 60px;
	padding-left: 15px;
}
.joinus_zy1 div span strong {
	font-size: 22px;
}
.joinus_zy1 div span p {
	margin: 5px 0px;
	color: #4f4f4f;
}
.joinus_zy2 {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.joinus_zy2 div {
	position: relative;
}
.joinus_zy2 div:first-child {
	width: 55%;
	float: left;
}
.joinus_zy2 div:last-child {
	width: 45%;
	float: left;
}
.joinus_zy2 div:last-child img {
	position: absolute;
	right: -35px;
	top: 0px;
}
.joinus_zy2 div span {
	display: block;
	margin-top: 50px;
}
.joinus_zy2 div span strong {
	font-size: 22px;
}
.joinus_zy2 div span p {
	margin: 5px 0px;
	color: #4f4f4f;
}
.joinus_list ul li {
	padding: 20px;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
}
.joinus_list ul li:last-child {
	border-bottom: 0px;
}
.joinus_list ul li span {
	display: block;
	font-size: 18px;
}
.joinus_list ul li span h3 {
	font-size: 22px;
	font-family: S-Medium;
}
.joinus_list ul li span p {
	color: #888;
	margin: 5px 0px;
}
.joinus_list ul li span p label {
	border-right: 1px solid #4c4c4c;
	padding: 0px 5px;
}
.joinus_list ul li span p label:first-child {
	padding-left: 0px;
}
.joinus_list ul li span p label:last-child {
	border-right: 0px;
}
.joinus_list ul li span:last-child {
	text-align: right;
}
.joinus_detail {
}
.joinus_detail_body {
	width: 835px;
	float: left;
	padding: 45px;
	box-sizing: border-box;
	box-shadow: 0px 2px 10px #ccc;
	background: #fff;
}
.joinus_detail_body h1 {
	font-family: S-Bold;
	font-size: 30px;
}
.joinus_detail_body h2 {
	font-family: S-Bold;
	font-size: 24px;
	margin-top: 85px;
}
.joinus_detail_body span {
	display: block;
	margin-top: 10px;
	line-height: 36px;
	color: #666;
}
.joinus_detail_body p {
	margin: 5px 0px;
	color: #666;
}
.joinus_detail_body p label {
	border-right: 1px solid #4c4c4c;
	padding: 0px 5px;
}
.joinus_detail_body p label:first-child {
	padding-left: 0px;
}
.joinus_detail_body p label:last-child {
	border-right: 0px;
}
.joinus_detail_menu {
	width: 325px;
	float: right;
	padding: 45px 28px;
	box-sizing: border-box;
	box-shadow: 0px 2px 10px #ccc;
	background: #fff;
}
.joinus_detail_menu h1 {
	font-family: S-Medium;
	font-size: 20px;
	padding: 0px 0px 0px 10px;
	margin-bottom: 10px;
	border-left: 6px solid #dc825a;
}
.joinus_detail_menu ul li {
	padding: 20px 0px 0px 0px;
	overflow: hidden;
}
.joinus_detail_menu ul li a {
	font-family: S-Medium;
	font-size: 18px;
}
.joinus_detail_menu ul li p {
	color: #888;
	margin: 5px 0px;
}
.joinus_detail_menu ul li p label {
	border-right: 1px solid #4c4c4c;
	padding: 0px 5px;
}
.joinus_detail_menu ul li p label:first-child {
	padding-left: 0px;
}
.joinus_detail_menu ul li p label:last-child {
	border-right: 0px;
}
/*加入我们结束*/



@media screen and (max-width: 1024px) {
    .page_ico_nav, .page_nav {
        width:1250px;
    }
}
