@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}

body {
	font: 12px Arial;
	color: #7F7F7F;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow-x: hidden;
	position: relative;
}

html {
	position: relative;
	height: 100%;
}

#longPage {
	background: #1c1c1c;
}

ul li {
	list-style: none;
	margin: 0;
}

.container-fluid {
	width: 100%;
	max-width: 1920px;
}

.container {
	width: 100%;
	max-width: 1170px;
	height: 100%;
}

input,
textarea {
	font-family: Arial;
	outline: 0;
	font-size: 14px;
	-webkit-appearance: none;
	border: none;
	background: none;
}

.clear {
	clear: both;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
}

p {
	margin: 0;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	transition: all .1s linear;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

#header {
	background: #0a0a0a;
}

#header #logo {
	vertical-align: middle;
}

#header #logo img {
	height: auto;
	width: 100%;
	max-width: 200px;
	padding-top: 6px;
}

#header .nav .lang a {
	padding: 10px 5px;
	float: left;
}

#header .nav .lang a:hover {
	color: #ff7519;
}

#header .nav .lang span {
	float: left;
	color: #fff;
}

#header .nav .nav_pro {
	width: 100%;
	max-width: 1920px;
	position: fixed;
	padding: 10px 0;
}

#header .nav .nav_pro .pro_list {
	width: 20%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
}

#header .nav .nav_pro .pro_list h3 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 36px;
	line-height: 36px;
	margin-bottom: 5px;
}
#header .nav .nav_pro .pro_list h3 a{
	text-align: center;
	font-size: 18px;
	color: #ff7519;
}
#header .nav .nav_pro .pro_list h3 a:hover{
	text-decoration:underline;
}
#header .nav .nav_pro .pro_list li {
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

#header .nav .nav_pro .pro_list li a {
	font-size: 15px;
	color: #666;
	padding: 0;
	margin: 0;
	transition: all .2s ease-in-out;
}

#header .nav .nav_pro .pro_list li a:hover {
	color: #ff7519;
}

#header .tel {
	margin: 0 10px;
	float: right;
}

#header .tel img {
	width: 22px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
}

#header .tel a {
	font-size: 18px;
	color: #ff7519;
	float: left;
	font-weight: 500;
	font-family: arial;
}


/*banner*/

.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-container {
	width: 100%;
	margin-top: 26px;
	overflow: hidden;
	height: auto;
}

.swiper-container .swiper-wrapper .swiper-slide {
	height: auto;
	width: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.swiper-container1,
.swiper-container2,
.swiper-container3,
.swiper-container4,
.swiper-container5,
.swiper-container6,
.swiper-container7,
.swiper-container8,
.swiper-container9,
.swiper-container10 {
	width: 100%;
	overflow: hidden;
	height: auto;
	position: relative;
}

.swiper-container1 .swiper-wrapper .swiper-slide,
.swiper-container2 .swiper-wrapper .swiper-slide,
.swiper-container3 .swiper-wrapper .swiper-slide,
.swiper-container4 .swiper-wrapper .swiper-slide,
.swiper-container5 .swiper-wrapper .swiper-slide {
	height: auto;
	width: 100%;
}

.swiper-container1 .swiper-wrapper .swiper-slide img,
.swiper-container2 .swiper-wrapper .swiper-slide img,
.swiper-container3 .swiper-wrapper .swiper-slide img,
.swiper-container4 .swiper-wrapper .swiper-slide img,
.swiper-container5 .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
}

.swiper-pagination-bullet-active {
	background: #ff7519;
}

#pro_1 {
	width: 100%;
	max-width: 1920px;
	background: #141414;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	max-height: 800px;
	height: auto;
	overflow: hidden;
}

#pro_1 .mcustomize .left {
	text-align: left;
	margin-top: 130px;
	padding-left: 20px;
}

#pro_1 .mcustomize .left h2 {
	font-size: 32px;
	color: #e1e1e1;
	margin-bottom: 60px;
}

#pro_1 .mcustomize .left h3 {
	font-size: 26px;
	color: #ffffff;
	text-align: left;
	margin-top: 30px;
	line-height: 38px;
}

#pro_1 .mcustomize .left p {
	font-size: 60px;
	color: #ffffff;
	margin-bottom: 100px;
}

#pro_1 .mcustomize .left a {
	font-size: 16px;
	color: #ff7519;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

#pro_1 .mcustomize .left a:hover {
	padding-left: 30px;
	text-decoration: underline;
}

#pro_1 .mcustomize .right {
	text-align: right;
}

#pro_1 .mcustomize .right img {
	width: 100%;
	max-width: 490px;
}

#pro_2 {
	width: 100%;
	max-width: 1920px;
	background: #191919;
	padding-top: 80px;
	padding-bottom: 80px;
	max-height: 800px;
}

#pro_2 .mcustomize .right {
	text-align: right;
	margin-top: 130px;
	padding-right: 20px;
}

#pro_2 .mcustomize .right h2 {
	font-size: 32px;
	color: #e1e1e1;
	margin-bottom: 60px;
}

#pro_2 .mcustomize .right h3 {
	font-size: 26px;
	color: #ffffff;
	text-align: left;
	margin-top: 30px;
	line-height: 38px;
}

#pro_2 .mcustomize .right h3 span {
	color: #ff7519;
	font-size: 30px;
}

#pro_2 .mcustomize .right p {
	font-size: 60px;
	color: #ffffff;
	margin-bottom: 100px;
}

#pro_2 .mcustomize .right a {
	font-size: 16px;
	color: #ff7519;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

#pro_2 .mcustomize .right a:hover {
	padding-right: 30px;
	text-decoration: underline;
}

#pro_2 .mcustomize .left {
	text-align: left;
	padding-top: 100px;
}

#pro_2 .mcustomize .left img {
	width: 100%;
	max-width: 674px;
}

#productNumber {
	background: #1f1f1f;
}

.product-number-info ul {
	padding: 50px 0;
	margin: 0;
}

.q {
	zoom: 1;
}

.product-number-info li {
	float: left;
	text-align: center;
	border-right: 1px solid #9e9e9e;
	box-sizing: border-box;
}

.product-number-info li i {
	font-size: 50px;
	font-weight: 600;
	font-family: arial;
	color: #9e9e9e;
}

.product-number-info li:last-child {
	border: none;
}

.product-number-info li b {
	font-weight: 400;
	font-size: 36px;
	line-height: 1;
	display: inline-block;
	position: relative;
}

.product-number-info li p {
	font-size: 28px;
}

.product-number-info li b i {
	font-style: normal;
}

.product-number-info li b sup {
	position: absolute;
	font-size: 20px;
	right: -15px;
	top: -3px;
}

.product-number-info li b em {
	font-style: normal;
	font-size: 22px;
	font-weight: 100;
	padding-left: 2px;
	position: relative;
	top: -4px;
}

#Ab_td {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #333;
	padding: 20px 0;
}

#Ab_td .ab_td {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

#Ab_td .ab_td li {
	text-align: center;
	padding: 20px 0;
	border-right: 1px solid #9e9e9e;
}

#Ab_td .ab_td li .number {
	font-size: 46px;
	color: #fff;
	font-weight: 600;
}

#Ab_td .ab_td li .dec {
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #fff;
	padding-bottom: 20px;
	display: block;
}

#about {
	padding: 80px 0;
}

#about h2 {
	font-size: 26px;
	text-align: center;
	margin-bottom: 16px;
}

#about hr {
	width: 110px;
	height: 3px;
	background: #ff7519;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

#about p {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
}

#about img {
	width: 100%;
}

#about .picture {
	position: relative;
	margin-top: 16px;
}

#about .picture li {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#about .picture li .img {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 205px;
}

#about .picture li .img img {
	width: 100%;
	transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	height: 100%;
}

#about .picture li .img img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

#about .picture li:nth-child(2) {
	padding: 0 10px;
}

#contact {
	padding: 40px 0;
	border-top: 1px solid #232323;
}

#contact a {
	font-size: 14px;
	color: #ffffff;
	padding: 0;
}

#contact a:hover {
	color: #ff7519;
}

#contact .left {
	position: relative;
}

#contact .left .nav {
	width: 100%;
}

#contact .left .nav li {
	float: left;
	height: auto;
	position: relative;
}

#contact .left .nav li .pro_list {
	width: 100%;
	margin-top: 5px;
}

#contact .left .nav li .pro_list li {
	margin: 0;
	width: 100%;
	margin: 5px 0;
}

#contact .left .nav li .pro_list li a {
	color: #9e9e9e;
}

#contact .left .nav li .pro_list li a:hover {
	color: #ff7519;
}

#contact .right {
	position: relative;
	padding-left: 40px;
}

#contact .right .logo {
	width: 100%;
	position: relative;
	height: auto;
	overflow: hidden;
	margin-bottom: 6px;
}

#contact .right .logo img {
	width: 100%;
	max-width: 200px;
}

#contact .right h3 {
	width: 100%;
	height: 20px;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: left;
}

#contact .right p {
	color: #9e9e9e;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
}

#footer {
	border-top: 1px solid #232323;
	background: #1c1c1c;
	padding: 10px 0;
}

#footer .link {
	float: right;
}

#footer .link a img {
	width: 100%;
	max-width: 36px;
}

#footer p {
	font-family: "宋体";
	color: #9e9e9e;
	font-size: 14px;
	float: right;
	text-align: right;
	padding-right: 10px;
	line-height: 36px;
}


/*内页CSS*/

.metismenu li.mm-active {
	background: #ff7519;
}

.metismenu li.mm-active .has-arrow {
	color: #fff;
}
.metismenu li.mm-active .mm-show li a {
	color: #7f7f7f;
}
.metismenu li.mm-active .mm-show li a:hover {
	background:#ff7519;
	color: #fff;
}
.metismenu li.mm-active .mm-show .has-arrow {
	color: #fff;
}

#main {
	height: auto;
	overflow: hidden;
	padding-top: 4%;
	position: relative;
}

#main h2 {
	font-size: 26px;
	text-align: center;
	margin-bottom: 16px;
}

#main hr {
	width: 110px;
	height: 3px;
	background: #ff7519;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

#main .prolist {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}

#main .prolist .swiper-slide {
	position: relative;
	overflow: hidden;
}

#main .prolist .swiper-slide img {
	position: relative;
	width: 100%;
	overflow: hidden;
	transition: all 0.5s;
}

#main .prolist .swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	height: 0;
	line-height: 50px;
	background: rgba(255, 117, 25, 0.9);
	color: #fff;
	transition: all 0.5s;
	opacity: 0;
	font-size: 16px;
	font-family: arial, microsoft yahei;
}

#main .prolist .swiper-slide:hover p {
	height: 50px;
	opacity: 1;
}

#main .prolist .swiper-slide:hover img {
	transform: scale(1.1);
}

#main .prolist .swiper-button-next {
	position: absolute;
	right: 10px;
}

#main .prolist .swiper-button-prev {
	position: absolute;
	left: 10px;
}

#main .ab_link {
	text-align: center;
	width: 400px;
	margin: 0 auto;
	display: block;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	position: relative;
}

#main .ab_link li {
	float: left;
	height: 50px;
	line-height: 50px;
	margin: 0 5px;
	margin: 0 auto;
	width: 180px;
	border: 1px solid #303030;
}

#main .ab_link li a {
	font-size: 16px;
	color: #9e9e9e;
}

#main .ab_link li:nth-child(2) {
	float: right;
}

#main .ab_link li:hover {
	background: #ff7519;
	border: 1px solid #ff7519;
}

#main .ab_link li:hover a {
	color: #fff;
}

#main .ab_link li.active {
	background: #ff7519;
	border: 1px solid #ff7519;
}

#main .ab_link li.active a {
	color: #fff;
}

#main #left {
	padding-right: 20px;
	margin-bottom: 60px;
}

#main #left h2 {
	font-size: 20px;
	color: #FFFFFF;
	height: 60px;
	line-height: 60px;
	background: #ff7519;
	border-bottom: 1px solid #282828;
}

#main #left h2 span {
	font-size: 16px;
}

#main #left h2 img {
	width: 100%;
	max-width: 40px;
	margin: 10px 2px 0 10px;
}

#main #left .list {
	margin-top: 10px;
	width: 100%;
}

#main #left .list .pro_list {
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0 10px 20px;
	position: relative;
}

#main #left .list .pro_list a {
	font-size: 15px;
	color: #464646;
}

#main #left .list .pro_list .collapse li a {
	font-size: 15px;
}

#main #left .left_con {
	background: #191919;
	padding: 15px 20px;
}

#main #left .left_con p {
	font-size: 15px;
	color: #7f7f7f;
	line-height: 26px;
}

#main #right .picture {
	position: relative;
	margin-top: 16px;
}

#main #right .picture li {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#main #right .picture li .img {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 205px;
}

#main #right .picture li .img img {
	width: 100%;
	transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	height: 100%;
}

#main #right .picture li .img img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

#main #right .picture li:nth-child(2) {
	padding: 0 10px;
}

#main #right .breadcrumb {
	background: none;
	border-bottom: 1px solid #303030;
	margin: 0;
	padding: 12px 15px;
}

#main #right .breadcrumb li {
	color: #7f7f7f;
	font-size: 15px;
}

#main #right .breadcrumb li a {
	color: #7f7f7f;
	font-size: 15px;
}

#main #right .breadcrumb li a:hover {
	color: #ff7519;
}

#main #right .breadcrumb li.active {
	color: #ff7519;
}

#main #right .main_r {
	padding: 15px 10px;
	height: auto;
	overflow: hidden;
	position: relative;
}

#main #right .main_r h3 {
	line-height: 36px;
	color: #ff7519;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

#main #right .main_r h4 {
	margin: 5px 0;
	font-size: 16px;
	font-weight: 600;
	color: #9E9E9E;
	margin-bottom: 10px;
	margin-top: 15px;
	line-height: 28px;
}

#main #right .main_r p {
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 32px;
	margin-bottom: 10px;
	color: #b0b0b0;
}

#main #right .main_r p a {
	color: #b0b0b0;
	margin-left: 10px;
}

#main #right .main_r p a:hover {
	color: #ff7519;
}
#main #right .main_r p img{
	width:100%;
}
#main #right .main_r .showMoreNChildren {
	margin-top: 10px;
}

#main #right .main_r .showMoreNChildren li {
	position: relative;
	padding: 0 5px;
	margin-bottom: 10px;
}

#main #right .main_r .showMoreNChildren li button {
	background: none;
	border: none;
	margin-top: 10px;
	font-size: 15px;
	outline: none;
}

#main #right .main_r .showMoreNChildren li img {
	width: 100%;
	transition: 0.5s all;
}

#main #right .main_r .showMoreNChildren li span {
	background: none;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #7f7f7f;
}

#main #right .main_r .showMoreNChildren li:hover span {
	color: #ff7519;
}

#main #right .main_r .showMoreNChildren li:hover button {
	color: #ff7519;
}

#main #right .main_r #pro_list {
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

#main #right .main_r #pro_list li {
	padding: 0 5px;
	position: relative;
	margin-bottom: 10px;
}

#main #right .main_r #pro_list li i {
	overflow: hidden;
	width: 100%;
	display: block;
	height: auto;
}

#main #right .main_r #pro_list li img {
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

#main #right .main_r #pro_list li span {
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	color: #7F7F7F;
	display: block;
	width: 100%;
}

#main #right .main_r #pro_list li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

#main #right .main_r #pro_list li:hover span {
	color: #fff;
	background: #ff7519;
}

#main #right .main_r .pro_r {
	width: 46%;
	float: right;
	position: relative;
	margin-top: 12px;
}

#main #right .main_r .pro_r img {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

#main #right .main_r .pro_r .pro_canshu {
	height: auto;
	overflow: hidden;
}

#main #right .main_r .pro_r .pro_canshu h4 {
	color: #ff7519;
	font-size: 32px;
}

#main #right .main_r .pro_r .pro_canshu p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 32px;
	color: #c5c5c5;
}

#main #right .main_r .swiper-container {
	width: 100%;
	height: 100%;
}

#main #right .main_r .swiper-container .swiper-wrapper .swiper-slide {
	height: auto;
	width: 100%;
}

#main #right .main_r .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
}

#main #right .main_r .gallery-top {
	position: relative;
	width: 50%;
	float: left;
}

#main #right .main_r .gallery-thumbs {
	box-sizing: border-box;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main #right .main_r table {
	margin-top: 30px;
}

#main #right .main_r table p {
	margin: 0;
}

#main #right .main_r table p span {
	font-size: 12px;
	color: #191919;
}

#main #right .main_r table .MsoNormal {
	text-align: center;
	color: #191919;
}

#main #right .main_r table:nth-child(2) {
	margin-top: 0;
}

#main #right .main_r table tbody tr td:first-child {
	width: 25%;
}

#main #right .main_r .news_page {
	width: 100%;
	margin-top: 20px;
}

#main #right .main_r .news_page a {
	width: 100%;
	font-size: 15px;
	color: #7F7F7F;
	line-height: 32px;
}

#main #right .main_r .news_page a:hover {
	color: #ff7519;
}

#main #right .main_r hr {
	margin: 20px 0;
	width: 100%;
	display: block;
	height: 1px;
	background: #303030;
}

#main #right .main_r form {
	position: relative;
	padding-right: 30px;
	padding-top: 20px;
}

#main #right .main_r form label {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}

#main #right .main_r form input {
	background: none;
	border: 1px solid #7f7f7f;
	color: #9e9e9e;
}

#main #right .main_r form input:focus {
	border: 1px solid #9e9e9e;
}

#main #right .main_r form textarea {
	background: none;
	border: 1px solid #7f7f7f;
}

#main #right .main_r form textarea:focus {
	border: 1px solid #9e9e9e;
}

#main #right .main_r form button {
	border: none;
	float: right;
	margin: 0 6px;
}

#main #right .main_r form button:focus {
	border: none;
	outline: none;
}

#main #right .main_r form .submit {
	background: #ff7519;
	color: #fff;
}

#main #right .main_r form .reset {
	background: #9e9e9e;
	color: #fff;
}

#main #right .main_r .content {
	padding-top: 20px;
	padding-left: 10px;
	position: relative;
}

#main #right .main_r .content p {
	font-size: 16px;
	color: #9e9e9e;
}

#main #right .main_r .content .ewm .img {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

#main #right .main_r .content .ewm .img img {
	width: 100%;
	max-width: 160px;
}

#main #right .main_r .content .ewm p {
	padding: 15px;
	padding-top: 10px;
	font-size: 14px;
}

#main #right .main_r .news_list {
	width: 100%;
	position: relative;
}

#main #right .main_r .news_list li {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #303030;
}

#main #right .main_r .news_list li .news_date {
	width: 10%;
	float: left;
	text-align: center;
	padding-right: 5px;
	padding-top: 30px;
}

#main #right .main_r .news_list li .news_date .p1 {
	font-size: 24px;
	color: #9e9e9e;
	font-weight: 600;
	margin-bottom: 5px;
	transition: all 0.5s;
}

#main #right .main_r .news_list li .news_date .p2 {
	font-size: 16px;
	color: #9e9e9e;
	font-weight: 500;
	padding-top: 5px;
	border-top: 1px solid #303030;
}

#main #right .main_r .news_list li .img {
	position: relative;
	width: 26%;
	float: left;
	overflow: hidden;
}

#main #right .main_r .news_list li .img img {
	width: 100%;
	transition: all 0.5s;
}

#main #right .main_r .news_list li .main {
	width: 64%;
	float: left;
	padding-left: 20px;
}

#main #right .main_r .news_list li .main h4 {
	margin-top: 10px;
	font-size: 18px;
	transition: all 0.5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#main #right .main_r .news_list li .main p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 26px;
}

#main #right .main_r .news_list li:hover .news_date .p1 {
	color: #ff7519;
}

#main #right .main_r .news_list li:hover .img img {
	transform: scale(1.1);
}

#main #right .main_r .news_list li:hover .main h4 {
	color: #ff7519;
	padding-left: 15px;
}

#main #right .main_r .news_main img {
	margin: 10px 0;
	width: 100%;
}

#main #right .main_r .news_main .news_title {
	text-align: center;
	font-size: 24px;
}

#main #right .main_r .news_main h5 {
	padding-bottom: 10px;
	border-bottom: 1px dashed #303030;
	margin-bottom: 10px;
}

#main #right .main_r .news_main h5 .name {
	margin-right: 10px;
}

#main #right .main_r .news_main h5 .time {
	margin-right: 10px;
}

#main #right .main_r .news_main h5 .number {
	margin-right: 10px;
}
#main #right .main_r table{width:100%;background:none;border:1px solid #4e4e4e;}
#main #right .main_r table tr td{border:1px solid #4e4e4e;text-align:center;color:#b0b0b0;border-color:#4e4e4e;font-size:15px;}
#main #right .main_r table tr td span{font-family:arial,"微软雅黑";color:#b0b0b0;border-color:#4e4e4e;font-size:15px;}
#main #right .main_r table td p{font-family:arial,"微软雅黑";color:#b0b0b0;border-color:#4e4e4e;font-size:15px;}

@media (max-width: 767px) {
	.product-number-info li p {
		font-size: 18px;
	}
	.product-number-info li b em {
		font-size: 16px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		width: 20px;
		height: 33px;
		background-size: 20px 33px;
		margin-top: -14px;
	}
	.gh0 #header {
		height: 60px;
	}
	.gh0 #header .content {
		margin: 0;
		height: auto;
		padding-top: 6px;
	}
	.gh0 #header .content #openBtn {
		margin-top: 2px;
	}
	.gh0 #header .content #logo img {
		width: 120px;
		margin-top: 2px;
	}
	.swiper-container {
		margin-top: 6px;
	}
	.swiper-container .swiper-button-next {
		right: 15px;
		width: 15px;
		background-size: 15px 24px;
	}
	.swiper-container .swiper-button-prev {
		left: 15px;
		width: 15px;
		background-size: 15px 24px;
	}
	.swiper-container .swiper-pagination {
		bottom: 5px;
	}
	.swiper-container .swiper-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	#pro_2 {
		width: 100%;
		padding: 30px 0;
	}
	#pro_2 .mcustomize .right {
		text-align: right;
		margin-top: 20px;
		padding-right: 20px;
	}
	#pro_2 .mcustomize .right h2 {
		font-size: 18px;
		margin-bottom: 20px;
		color: #838383;
	}
	#pro_2 .mcustomize .right h3 {
		font-size: 12px;
		margin-top: 10px;
		line-height: 24px;
	}
	#pro_2 .mcustomize .right h3 span {
		font-size: 16px;
	}
	#pro_2 .mcustomize .right p {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#pro_2 .mcustomize .right a {
		font-size: 14px;
	}
	#pro_2 .mcustomize .left {
		padding-top: 40px;
	}
	#pro_2 .mcustomize .left img {
		width: 100%;
	}
	#pro_1 {
		width: 100%;
		padding: 30px 0;
	}
	#pro_1 .mcustomize .left {
		margin-top: 30px;
		padding-left: 20px;
	}
	#pro_1 .mcustomize .left h2 {
		font-size: 18px;
		margin-bottom: 20px;
		color: #838383;
	}
	#pro_1 .mcustomize .left h3 {
		font-size: 12px;
		margin-top: 10px;
		line-height: 24px;
	}
	#pro_1 .mcustomize .left p {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#pro_1 .mcustomize .left a {
		font-size: 14px;
	}
	#pro_1 .mcustomize .right {
		margin-top: 20px;
	}
	#pro_1 .mcustomize .right img {
		width: 100%;
	}
	#productNumber .product-number-inner .clearfix {
		padding: 30px 0;
	}
	#productNumber .product-number-inner .clearfix li {
		margin-bottom: 20px;
	}
	#productNumber .product-number-inner .clearfix li:last-child {
		border-right: 1px solid #9e9e9e;
	}
	#productNumber .product-number-inner .clearfix li:nth-child(3) {
		margin: 0;
	}
	#productNumber .product-number-inner .clearfix li:nth-child(4) {
		margin: 0;
	}
	.mlist.service_tabs .tab_button .content_list .item_block .item_img img {
		max-width: 90px;
		width: 100%;
		height: auto;
	}
	.mlist.service_tabs .tab_button .content_list .item_block .item_info .title {
		margin-top: 5px;
	}
	.mlist.service_tabs .tab_content .content_list .item_block .item_info .description {
		font-size: 14px;
		text-align: justify;
	}
	#indexPage {
		padding-bottom: 20px;
	}
	#about {
		padding-top: 30px;
		padding-bottom: 0;
	}
	#about hr {
		margin-bottom: 20px;
	}
	#about .picture li {
		margin-bottom: 10px;
	}
	#about .picture li:nth-child(2) {
		padding: 0;
	}
	#footer {
		margin-top: 30px;
		padding: 10px 0;
	}
	#footer p {
		text-align: center;
		margin: 0;
		float: left;
		padding-left: 20px;
	}
	#footer .link {
		float: right;
		padding-right: 20px;
	}
	#menu1 {
		margin-top: 60px;
	}
	#main h2 {
		font-size: 22px;
		text-align: center;
		margin-bottom: 16px;
	}
	#main hr {
		width: 80px;
		height: 3px;
		background: #ff7519;
		display: block;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	#main {
		margin-top: 10%;
	}
	#main .ab_link {
		width: 240px;
		margin: 20px auto;
	}
	#main .ab_link li {
		width: 110px;
		height: 40px;
		line-height: 40px;
	}
	#main #right .picture li {
		margin-bottom: 10px;
		width: 100%;
	}
	#main #right .picture li:nth-child(2) {
		padding: 0;
	}
	#main #right .main_r {
		padding: 10px 0;
	}
	#main #right .main_r .gallery-top {
		width: 100%;
		float: left;
	}
	#main #right .main_r .gallery-thumbs {
		width: 100%;
	}
	#main #right .main_r .pro_r {
		height: auto;
		overflow: hidden;
		width: 100%;
	}
	#main #right .main_r .pro_r img {
		width: 100%;
		float: left;
		margin-top: 16px;
		position: inherit;
	}
	#main #right .main_r .pro_r .pro_canshu {
		height: auto;
		overflow: hidden;
	}
	#main #right .main_r .pro_r .pro_canshu h4 {
		font-size: 24px;
		color: #ff7519;
	}
	#main #right .main_r .pro_r .pro_canshu p {
		margin-bottom: 0;
		line-height: 28px;
		color:#b0b0b0;
	}
	#main #right .main_r .form-horizontal,
	#main #right .main_r .form-group {
		margin-left: 0;
		margin-right: 0;
	}
	#main #right .main_r form {
		position: relative;
		padding-right: 0px;
		padding-top: 20px;
	}
	#main #right .main_r form label {
		text-align: center;
		font-size: 16px;
		font-weight: 500;
	}
	#main #right .main_r form input {
		background: none;
		border: 1px solid #303030;
		color: #9e9e9e;
	}
	#main #right .main_r form input:focus {
		border: 1px solid #9e9e9e;
	}
	#main #right .main_r form textarea {
		background: none;
		border: 1px solid #303030;
	}
	#main #right .main_r form button {
		border: none;
		float: left;
	}
	#main #right .main_r form button:focus {
		border: none;
		outline: none;
	}
	#main #right .main_r form .submit {
		background: #ff7519;
		color: #fff;
	}
	#main #right .main_r form .reset {
		background: #9e9e9e;
		color: #fff;
	}
	#main #right .main_r table tbody tr td:first-child {
		width: 32%;
	}
	#main #right .main_r form .input {
		width: 100%;
	}
	#main #right .main_r form .input .inputtxt {
		padding: 10px 15px;
	}
	#main #right .main_r .news_list {
		width: 100%;
		position: relative;
	}
	#main #right .main_r .news_list li .news_date {
		width: 30%;
		float: left;
		text-align: center;
		padding-right: 5px;
		padding-top: 30px;
		margin-right: 5%;
	}
	#main #right .main_r .news_list li .img {
		position: relative;
		width: 65%;
		float: left;
		overflow: hidden;
	}
	#main #right .main_r .news_list li .img img {
		width: 100%;
		transition: all 0.5s;
	}
	#main #right .main_r .news_list li .main {
		width: 100%;
		float: left;
		padding-left: 0;
	}
	#main #right .main_r .news_list li .main h4 {
		margin-top: 20px;
	}
	#main #right .main_r .news_main .news_title {
		text-align: center;
		font-size: 20px;
	}
}

@media (min-width: 576px) {
	#navMini .nav {
		padding: 80px 20px;
	}
	#header .content {
		height: auto;
	}
	#pro_1 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#pro_1 .mcustomize .left {
		margin-top: 80px;
	}
	#pro_1 .mcustomize .left h2 {
		font-size: 26px;
		color: #e1e1e1;
		margin-bottom: 60px;
	}
	#pro_1 .mcustomize .left p {
		font-size: 40px;
		margin-bottom: 60px;
	}
	#pro_1 .mcustomize .left a {
		font-size: 16px;
		color: #ff7519;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	#pro_1 .mcustomize .left a:hover {
		padding-left: 30px;
		text-decoration: underline;
	}
	#pro_1 .mcustomize .right {
		text-align: right;
	}
	#pro_1 .mcustomize .right img {
		width: 100%;
		max-width: 490px;
	}
	#pro_2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#pro_2 .mcustomize .right {
		margin-top: 50px;
	}
	#pro_2 .mcustomize .right h2 {
		font-size: 26px;
		color: #e1e1e1;
		margin-bottom: 60px;
	}
	#pro_2 .mcustomize .right h3 {
		font-size: 20px;
		text-align: left;
		margin-top: 30px;
	}
	#pro_2 .mcustomize .right h3 span {
		color: #ff7519;
		font-size: 30px;
	}
	#pro_2 .mcustomize .right p {
		font-size: 40px;
		margin-bottom: 60px;
	}
	#pro_2 .mcustomize .right a {
		font-size: 16px;
		color: #ff7519;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	#pro_2 .mcustomize .right a:hover {
		padding-right: 30px;
		text-decoration: underline;
	}
	#pro_2 .mcustomize .left {
		text-align: left;
		padding-top: 80px;
	}
	#pro_2 .mcustomize .left img {
		width: 100%;
		max-width: 674px;
	}
	#productNumber .product-number-inner .clearfix {
		padding: 30px 0;
	}
	#productNumber .product-number-inner .clearfix li {
		margin-bottom: 20px;
	}
	#productNumber .product-number-inner .clearfix li:last-child {
		border-right: 1px solid #9e9e9e;
	}
	#productNumber .product-number-inner .clearfix li:nth-child(3) {
		margin: 0;
	}
	#productNumber .product-number-inner .clearfix li:nth-child(4) {
		margin: 0;
	}
	#indexPage {
		padding-bottom: 20px;
	}
	#about {
		padding: 20px 0;
	}
	#about .picture li {
		margin-bottom: 10px;
	}
	#about .picture li:nth-child(2) {
		padding: 0;
	}
	#about .picture li .img {
		height: auto;
	}
	#main {
		margin-top: 0%;
	}
	#main #right .picture li {
		width: 33.33%;
		height: 151px;
	}
	#main #right .picture li:nth-child(2) {
		padding: 0 10px;
	}
	#menu1 {
		margin-top: 80px;
	}
	.pro_r {
		height: 434px;
	}
	.pro_r img {
		width: 100%;
		float: left;
	}
	.pro_r .pro_canshu h4 {
		font-size: 24px;
		color: #9e9e9e;
	}
	.pro_r .pro_canshu p {
		margin-bottom: 0;
		line-height: 26px;
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	#pro_1 {
		width: 100%;
		max-width: 1920px;
		background: #141414;
		padding-top: 80px;
		padding-bottom: 80px;
		position: relative;
		max-height: 800px;
		height: auto;
		overflow: hidden;
	}
	#pro_1 .mcustomize .left {
		text-align: left;
		margin-top: 60px;
		padding-left: 20px;
	}
	#pro_1 .mcustomize .left h2 {
		font-size: 32px;
		color: #e1e1e1;
		margin-bottom: 60px;
	}
	#pro_1 .mcustomize .left p {
		font-size: 50px;
		color: #ffffff;
		margin-bottom: 100px;
	}
	#pro_1 .mcustomize .left a {
		font-size: 16px;
		color: #ff7519;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	#pro_1 .mcustomize .left a:hover {
		padding-left: 30px;
		text-decoration: underline;
	}
	#pro_1 .mcustomize .right {
		text-align: right;
	}
	#pro_1 .mcustomize .right img {
		width: 100%;
		max-width: 490px;
	}
	#pro_2 {
		width: 100%;
		max-width: 1920px;
		background: #191919;
		padding-top: 0;
		padding-bottom: 80px;
		max-height: 800px;
	}
	#pro_2 .mcustomize .right {
		text-align: right;
		margin-top: 130px;
		padding-right: 20px;
	}
	#pro_2 .mcustomize .right h2 {
		font-size: 32px;
		color: #e1e1e1;
		margin-bottom: 60px;
	}
	#pro_2 .mcustomize .right h3 {
		font-size: 26px;
		color: #ffffff;
		text-align: left;
		margin-top: 30px;
	}
	#pro_2 .mcustomize .right h3 span {
		color: #ff7519;
		font-size: 30px;
	}
	#pro_2 .mcustomize .right p {
		font-size: 50px;
		color: #ffffff;
		margin-bottom: 100px;
	}
	#pro_2 .mcustomize .right a {
		font-size: 16px;
		color: #ff7519;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	#pro_2 .mcustomize .right a:hover {
		padding-right: 30px;
		text-decoration: underline;
	}
	#pro_2 .mcustomize .left {
		text-align: left;
		padding-top: 100px;
	}
	#pro_2 .mcustomize .left img {
		width: 100%;
		max-width: 674px;
	}
	#about {
		padding: 20px 0;
	}
	#about .picture li {
		margin-bottom: 10px;
	}
	#about .picture li:nth-child(2) {
		padding: 0 10px;
	}
	#about .picture li .img {
		height: 205px;
	}
	#main #right .picture li {
		height: 205px;
	}
	#indexPage {
		padding-bottom: 80px;
	}
	#main #right .main_r .pro_r {
		height: 584px;
	}
}

@media (min-width: 1025px) {
	#main #right .main_r .pro_r {
		height: 685px;
	}
}


/*# sourceMappingURL=style.css.map */