/* CSS Document */
body {
	overflow-x: hidden
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: 'montserratlight';
}

h1,
h2,
h3,
h4 {
	font-weight: normal
}

img {
	border: none
}

input,
button {
	border: none;
	outline: none;
}

.clearfix {
	clear: both;
}

@font-face {
	font-family: 'montserratsemibold';
	src: url('../font/montserrat-semibold-webfont.eot');
	src: url('../font/montserrat-semibold-webfont.eot') format('embedded-opentype'),
		url('../font/montserrat-semibold-webfont.woff2') format('woff2'),
		url('../font/montserrat-semibold-webfont.woff') format('woff'),
		url('../font/montserrat-semibold-webfont.ttf') format('truetype'),
		url('../font/montserrat-semibold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'montserratlight';
	src: url('../font/montserrat-light-webfont.eot');
	src: url('../font/montserrat-light-webfont.eot') format('embedded-opentype'),
		url('../font/montserrat-light-webfont.woff2') format('woff2'),
		url('../font/montserrat-light-webfont.woff') format('woff'),
		url('../font/montserrat-light-webfont.ttf') format('truetype'),
		url('../font/montserrat-light-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'Conv_Montserrat-Hairline';
	src: url('../font/Montserrat-Hairline.eot');
	src: local('☺'), url('../font/Montserrat-Hairline.woff') format('woff'), url('../font/Montserrat-Hairline.ttf') format('truetype'), url('../font/Montserrat-Hairline.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*header-css*/
.header {
	height: 109px;
	background: url(../image/header-bg.png) repeat-y center center;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-size: 100% 100%;
	z-index: 99999
}

.header-main {
	width: 1780px;
	margin: 0 auto;
}

.header-logo {
	width: 220px;
	float: left;
	margin-top: 15px;
}

.header-logo img {
	display: block;
	width: 100%;
}

.header-nav {
	width: 1560px;
	float: left;
	background: #fff
}

.header-nav-left {
	width: 1080px;
	float: left;
	margin-left: 50px;
}

.header-nav-left li {
	float: left;
	line-height: 109px;
	position: relative;
}

.header-nav-left li a {
	display: block;
	color:#69bf4a;
	font-family: 'montserratlight';
	font-weight: bold;
	font-size: 11px;
	padding: 0 23px;
	text-transform: uppercase;
	text-align: center
}

.header-nav-left li.current a {
	background: #69bf12;
	color: #fff;
	transition: 0.5s;
}

.header-nav-left li a i {
	margin-left: 6px;
}

.header-nav-left li a:hover {
	background: #69bf12;
	color: #fff;
	transition: 0.5s;
}

.header-nav-right {
	float: right;
	width: 200px;
	margin-top: 36px;
	position: relative
}

.header-menu-lsit {
	position: absolute;
	right: 0;
	top: 73px;
	width: 240px;
	padding: 30px 0 18px 25px;
	background: #69bf12;
	display: none
}

.header-menu-lsit div a {
	color: #ffffff;
}

.header-menu-lsit div a h1 {
	font-size: 18px;
	border-bottom: 1px solid #fff;
	line-height: 32px;
	padding-top: 4px;
}

.header-menu-lsit div a h2 {
	font-size: 14px;
	line-height: 32px;
	padding-top: 4px;
}

.header-menu-lsit div a h1:hover {
	background: #69bf12;
	color: #fff;
	transition: 0.5s;
	padding-left: 12px;
	border-bottom: 1px solid #69bf12
}

.header-menu-lsit div a h2:hover {
	background: #69bf12;
	color: #fff;
	transition: 0.5s;
	padding-left: 12px;
}

.header-search {
	font-size: 16px;
	color: #b9aeaa;
	float: right;
	cursor: pointer
}

.header-menu {
	margin-left: 40px;
	width: 45px;
	float: right;
	cursor: pointer
}

.header-search i {
	line-height: 45px;
}

.header-search-down {
	position: absolute;
	right: 72px;
	top: 73px;
	width: 505px;
	padding: 19px 33px;
	background: #69bf12;
	display: none
}

.header-search-down div {
	width: 100%;
	position: relative
}

.header-search-down div input {
	height: 43px;
	line-height: 43px;
	padding-left: 2%;
	width: 98%;
	background: #fff;
	color: #a9a9a9;
	font-size: 24px;
}

.header-search-down div button {
	height: 41px;
	width: 71px;
	line-height: 41px;
	color: #fff;
	background: #69bf12;
	position: absolute;
	right: 2px;
	top: 1px;
	font-size: 18px;
	cursor: pointer
}

.header-menu img {
	width: 100%;
	display: block
}

.header-menu img.menu-close {
	display: none
}

.nav-down-first {
	position: absolute;
	width: 205px;
	left: 0;
	top: 109px;
	padding-left: 20px;
	padding-bottom: 20px;
	background: #69bf12;
	display: none
}

.header-nav-left .nav-down-first .nav-down-fist-main>a {
	line-height: 32px;
	padding-top: 4px;
	color: #fff;
	font-family: 'montserratlight';
	border-bottom: 1px solid #fff;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	font-weight: normal;
	text-transform: capitalize
}

.header-nav-left .nav-down-first .nav-down-fist-main>a:hover {
	background: #fff;
	padding-left: 12px;
	color: #69bf12
}

.header-nav-left .nav-down-first .nav-down-fist-main>a i {
	float: right;
	line-height: 32px;
	margin-right: 12px;
}

.nav-down-fist-main {
	position: relative;
}

.nav-down-second {
	position: absolute;
	left: 205px;
	top: 0;
	background: #fff;
	width: 205px;
	padding-left: 20px;
	padding-bottom: 20px;
	z-index: 9999;
	display: none
}

.header-nav-left .nav-down-first .nav-down-fist-main .nav-down-second a {
	line-height: 32px;
	padding-top: 4px;
	color: #69bf12;
	font-family: 'montserratlight';
	border-bottom: 1px solid #69bf12;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	font-weight: normal;
	text-transform: capitalize;
	background: #fff;
}

.header-nav-left .nav-down-first .nav-down-fist-main .nav-down-second a:hover {
	background: #69bf12;
	color: #fff;
	transition: 0.5s;
	padding-left: 12px;
}

.header-nav-left .nav-down-first .current1>a {
	background: #fff;
	padding-left: 12px;
	color: #69bf12
}

/*foot-css*/
.foot1 {
	width: 100%;
	background: #1f1d1b;
	padding: 60px 0;
}

.foot1-main,
.foot2-main,
.copy-right {
	width: 1780px;
	margin: 0 auto
}

.foot-pc{
	display: flex;
	justify-content: space-between;
}

.foot1-main ul {
	width: 265px;
	float: left;
	margin-right: 35px;
	height: 410px;
}

.foot1-main ul.foot-last {
	margin-right: 0;
}

.foot1-main ul h1 {
	color: #fff;
	font-size: 24px;
	display: table;
	width: 100%;
	height: 50px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

.foot1-main ul h1 a {
	color: #fff;
}

.foot1-main ul h1 a:hover {
	color: #ea5505;
}

.foot1-main ul h1 span {
	display: table-cell;
	vertical-align: bottom;
}

.foot1-main ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.foot1-main ul li a:hover {
	color: #eee;
	text-decoration: underline
}

.foot2 {
	background: #69bf4a;
	width: 100%;
	padding-bottom: 0;
	padding-top: 65px;
	padding-right: 0;
	padding-left: 0;
}

.foot2-main h1 {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	line-height: 38px;
	margin-bottom: 35px;
}

.foot-list1 {
	width: 360px;
	float: left;
	margin-right: 165px;
}

.foot-list1 img {
	margin-bottom: 35px;
	width: 70%;
}

.foot-list1 li,
.foot-list1 li a,
.foot-list2 li a,
.foot-list3 li a {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 12px;
	display: flex
}

.foot-list2 {
	width: 365px;
	margin-right: 25px;
	float: left
}

.foot-list3 {
	width: 415px;
	float: left;
}

.foot-list4 {
	width: 450px;
	float: left;
}

.foot-list3 li a {
	margin-bottom: 25px;
}

.foot2-main a:hover {
	color: #eee;
	text-decoration: underline
}

.foot-list1 li.foot-add {
	padding-left: 25px;
}

.foot-list4 h2 {
	font-size: 12px;
	color: #ebebeb;
	line-height: 24px;
	margin-top: 10px;
}

.foot-list4 h3 {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.foot-news-img {
	width: 91px;
	float: left
}

.foot-news-img img {
	display: block;
	width: 100%;
}

.foot-news-text {
	width: 340px;
	float: right
}

.foot-news-text p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}

.copy-right {
	line-height: 60px;
	border-top: 1px solid #fff;
	margin-top: 55px;
	background-color: #000;
}

.copy-right-left {
	text-align: center;
	width: 65%;
}

.copy-right-left p,
.copy-right-left ul,
.copy-right-right p,
.copy-right-right ul {
	display: inline-block;
	font-size: 14px;
	color: #fff;
}

.copy-right-span{
	font-size: 14px;
	margin-left: 40px;
	color: #fff;
}

.copy-right-left ul {
	text-align: left;
	margin-left: 50px;
}

.copy-right-left ul li {
	display: inline-block;
	margin-right: 8px;
}

.copy-right-left ul li a {
	color: #fff;
}

.copy-right-right ul li {
	margin-right: 20px;
	display: inline-block
}

.copy-right-right ul li i {
	font-size: 20px;
	color: #fff;
}

.copy-right-right {
	width: 35%;
	float: right;
	text-align: right
}

/*about-css*/
.inner-banner {
	margin-top: 109px;
	position: relative
}

.inner-banner img {
	display: block;
	width: 100%;
}

.inner-banner-title {
	position: absolute;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
	text-align: center;
	top: 50%;
	margin-top: -14px
}

.inner-banner-title h1 {
	font-size: 48px;
	font-family: 'montserratsemibold';
	color: #fff;
	text-transform: uppercase
}

.inner-nav {
	background: #f4f4f4;
	padding: 70px 0;
}

.inner-nav-main {
	width: 1250px;
	margin: 0 auto;
	text-align: center
}

.inner-nav-title h1 {
	font-size: 48px;
	color: #1f1d1b;
	font-family: 'montserratsemibold';
	margin-bottom: 35px;
	line-height: 44px;
	text-transform: uppercase
}

.inner-nav-list div {
	display: inline-block;
	margin: 0 25px;
}

.inner-nav-list div a {
	font-size: 18px;
	color: #1f1d1b;
	text-transform: uppercase;
}

.inner-nav-list div.current2 a {
	font-family: 'montserratsemibold';
	text-decoration: underline
}

.about-part1 {
	padding: 115px 0px;
	width: 100%;
	position: relative;
	overflow: hidden
}

.about-part1-content {
	position: absolute;
	left: 50%;
	margin-left: -680px;
	width: 465px;
}

.about-part1-img {
	width: 50%;
	float: right;
	margin-right: 30px;
}

.about-part1-img img {
	width: 100%;
	display: block
}

.about-part1-content-text {
	width: 465px;
}

.about-part1-content-text h1 {
	font-size: 30px;
	text-transform: uppercase;
	color: #1f1d1b;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 35px;
	margin-top: 15px;
}

.about-part1-content-text p {
	width: 580px;
	word-wrap: break-word;
	font-size: 13px;
	color: #1f1d1b;
	line-height: 30px;
}

.about-part2 {
	background: url(../image/ap.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0 65px 0
}

.about-part2-content {
	width: 1050px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
}

.about-part2-content h1 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 45px;
}

.about-part2-content p {
	font-size: 14px;
	line-height: 24px;
}

.about-offer-list {
	margin: 45px 0;
}

.about-offer-list div {
	display: inline-block;
	margin: 0 18px;
	border: 1px solid #fff;
	margin-bottom: 25px;
}

.about-offer-list div a {
	color: #fff;
	padding: 14px 24px;
	display: inline-block
}

.about-offer-list div a:hover {
	background: #fff;
	color: #1f1d1b;
	transition: 0.5s;
}

.about-part3 {
	padding: 95px 0
}

.about-part3-content {
	width: 1250px;
	margin: 0 auto;
	text-align: center
}

.about-part3-content h1 {
	font-size: 36px;
	color: #1f1d1b;
	font-weight: bold
}

.about-brand-list {
	margin: 60px 0
}

.about-brand-list img {
	margin: 0px 25px;
	width: 15%;
}

.about-part3-content p {
	font-size: 14px;
	line-height: 24px;
	color: #1f1d1b;
	width: 780px;
	margin: 0 auto
}

/*contact-css*/
.contact-part1 {
	background: url(../image/conatct_bg.jpg) no-repeat;
	background-size: cover;
	padding: 95px 0;
}

.contact-part1-main {
	width: 1180px;
	margin: 0 auto;
	padding: 0 35px;
	background: rgba(255, 255, 255, 0.50);
	padding-top: 70px;
}

.contact-part1-main h1,
.contact-part2-main h1,
.application-main1-content h1 {
	color: #1f1d1b;
	font-size: 48px;
	font-family: 'montserratsemibold';
	margin-bottom: 35px;
	text-align: center;
	text-transform: uppercase
}

.contact-part1-main p,
.application-main1-content p {
	font-size: 18px;
	line-height: 24px;
	color: #1f1d1b;
	text-align: center;
	margin-bottom: 80px;
}

.contact-part1-main li {
	width: 48%;
	margin-right: 2%;
	border-top: 1px solid #949494;
	float: left;
	padding-top: 15px;
	height: 105px;
}

.contact-part1-main li h2,
.application-main1-list li h2 {
	font-size: 18px;
	color: #1f1d1b;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
}

.contact-part1-main li span,
.application-main1-list li span {
	font-size: 14px;
	color: #1f1d1b;
	line-height: 25px;
	display: block;
	text-align: left;
}

.contact-part1-main li span i {
	font-size: 60px;
	color: #69bf12;
}

.contact-part1-main li.contact-height {
	height: auto;
	padding-bottom: 40px;
}

.contact-part2 {
	padding: 70px 0;
	background: #f2f2f2;
}

.contact-part2-main {
	width: 1250px;
	margin: 0 auto;
}

.contact-message-list {
	width: 570px;
	margin-right: 110px;
	float: left;
	margin-bottom: 33px;
}

.contact-message-list1 {
	margin-right: 0
}

.contact-message-list input {
	height: 58px;
	line-height: 58px;
	padding-left: 20px;
	font-size: 24px;
	color: #a9a9a9;
	width: 100%;
	border: 1px solid #000;
}

.contact-message-list2 {
	margin-bottom: 33px;
}

.contact-message-list2 textarea {
	width: 98.5%;
	padding-left: 20px;
	height: 173px;
	font-size: 24px;
	color: #a9a9a9;
	border: 1px solid #000;
}

.contact-message-list input.contact-code {
	width: 118px;
	padding: 0;
	margin-right: 10px;
	display: inline-block;
	padding-left: 20px;
}


.contact-message-list img {
	display: inline-block;
	position: relative;
	top: 20px;
}

.contact-message-list1 p {
	margin-left: 110px;
	width: 600px;
	font-size: 14px;
	line-height: 24px;
	color: #a9a9a9;
}



.contact-btn {
	text-align: center
}

.contact-btn button {
	padding: 14px 50px;
	margin-right: 100px;
	font-size: 18px;
}

.contact-send {
	background: #949494;
	color: #fff;
	border: 1px solid #fff;
}

.contact-reset {
	background: #f2f2f2;
	color: #2e2c2a;
	border: 1px solid #000;
}

.contact-btn button:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	transition: 0.5s;
	cursor: pointer
}

.inner-nav1 {
	margin-top: 109px;
}

/*application*/
.application-main1 {
	width: 100%;
	background: url(../image/application_main1_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0;
}

.application-main1-content {
	width: 1180px;
	margin: 0 auto;
	padding: 0 35px;
	background: rgba(255, 255, 255, 0.50);
}

.application-main1-content p {
	color: #b2a9a5
}

.application-main1-list li {
	width: 48%;
	margin-right: 2%;
	border-top: 1px solid #b2a9a5;
	float: left;
	padding-top: 15px;
	height: 180px;
}

.application-main2 {
	background: url(../leijibai-image/b10.jpg) no-repeat center;
	background-size: cover;
	padding: 85px 0;
}

.application-main2-content {
	width: 775px;
	margin: 0 auto;
}

.application-main2-content img {
	display: block;
	width: 100%;
}

.application-main3 {
	padding: 110px 0;
}

.application-main3-content {
	width: 1250px;
	margin: 0 auto
}

.application-main3-list {
	margin-bottom: 65px;
}

.application-main3-list-l {
	width: 260px;
	float: left
}

.application-main3-list-l img {
	display: block;
	width: 100%;
}

.application-main3-list-r {
	width: 740px;
	margin-left: 35px;
	float: left
}

.application-main3-list-r h1 {
	font-size: 24px;
	color: #1f1d1b;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}

.application-main3-list-r p {
	font-size: 14px;
	color: #949494;
	line-height: 24px;
	margin-bottom: 40px;
}

.application-main3-list-r a {
	display: block;
	width: 139px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	font-size: 18px;
	color: #949494;
	border: 1px solid #949494
}

.application-main3-list-r a:hover {
	color: #949494;
	background: #fff;
	transition: 0.5s;
}

.application-detail-main1 {
	height: 165px;
	background: #f4f4f4;
	margin-top: 109px;
}

.application-detail-main1 h1 {
	line-height: 165px;
	color: #1f1d1b;
	font-size: 48px;
	font-family: 'montserratsemibold';
	text-align: center;
	text-transform: uppercase
}

.application-detail-main2 {
	padding: 60px 0
}

.application-detail-main2-content {
	width: 1100px;
	margin: 0 auto;
}

.application-detail-main2-content-title h1 {
	color: #1f1d1b;
	font-size: 24px;
	margin-bottom: 35px;
	text-align: center
}

.application-detail-main2-content-title span {
	display: block;
	height: 1px;
	width: 100%;
	background: #1f1d1b
}

.application-detail-main2-content-title {
	margin-bottom: 65px;
}

.application-detail-main2-miaoshu {
	padding: 0;
}

.application-detail-main2-miaoshu p {
	font-size: 14px;
	line-height: 24px;
	color: #1f1d1b;
	margin-bottom: 50px;
}

.application-detail-main2-miaoshu img {
	display: block;
	width: 100%;
}

.application-detail-main2-content-title h3,
.application-main3-list-r h3 {
	font-size: 12px;
	color: #000;
	text-align: center;
}

.application-main3-list-r h3 {
	text-align: left;
	margin-bottom: 10px;
}


/*Download*/
.download-main {
	background: url(../leijibai-image/bg2.jpg) no-repeat center;
	background-size: cover;
	padding: 120px 0;
}

.download-main-content {
	width: 1250px;
	margin: 0 auto;
}

.download-list {
	width: 21%;
	margin: 0 1.5%;
	margin-bottom: 70px;
	border: 1px solid #ebebeb;
	float: left;
	background: #ebebeb
}

.download-img img,
.product-img img {
	display: block;
	width: 100%;
	height: 268px;
	object-fit: cover;
}

.download-img p{
	position: absolute;
    color: #69bf4a;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: bold;
}

.product-text {
	padding: 15px 0px 10px 15px;
}

.download-text{
	text-align: center;
	margin-top: 15px;
}

.download-text h1,
.product-text h1 {
	font-size: 14px;
	color: #151310;
	line-height: 14px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 28px;
}

.download-text p,
.product-text p {
	font-size: 12px;
	color: #b2a9a5;
	line-height: 24px;
	height: 70px;
}

.download-list:hover h1,
.download-list:hover p,
.product-list:hover h1,
.product-list:hover p {
	color: #fff;
}

.download-list:hover,
.product-list:hover {
	background: #69bf12;
	border: 1px solid #69bf12;
	transition: 0.5s;
}

/*quality & team*/
.quality-part1-left,
.team-left {
	width: 38%;
	float: left
}

.quality-part1-right,
.team-right {
	width: 50%;
	float: right;
}

.quality-part1-right img,
.team-right img {
	display: block;
	width: 100%;
}

.quality-part1-left h1,
.team-left h1 {
	font-size: 36px;
	color: #1f1d1b;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.quality-part1-left p,
.team-left p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #1f1d1b;
	line-height: 24px;
	margin-bottom: 20px;
}

.quality-part2 {
	margin-top: 90px;
}

.quality-part2 li {
	float: left;
	width: 49.8%;
	margin-right: 0.2%;
	position: relative
}

.quality-part2 li img {
	display: block;
	width: 100%;
}

.quality-part2 li h1 {
	font-size: 24px;
	color: #1f1d1b;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 69px;
	padding-left: 4%;
	background: rgba(255, 255, 255, 0.50);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96%
}

.team-right {
	width: 52%;
}

.team-left h1 {
	margin-top: 100px;
}

/*technical*/
.quality-part1-left p span {
	font-size: 18px;
	font-weight: bold
}

.technical-main {
	background: url(../leijibai-image/bg3.jpg) no-repeat center;
	background-size: cover;
}

/*product-css*/
.product-main1 {
	padding: 75px 0 150px 0px;
	width: 100%;
	background: url(../image/product_main1_bg.jpg) no-repeat center;
	background-size: cover;
}

.product-main1-content,
.product-main2-content {
	width: 1250px;
	margin: 0 auto;
}

.product-main1-title {
	text-align: center;
	margin-bottom: 120px;
	color: #FFF;
}

.product-main1-title h1 {
	font-size: 24px;
	color: #1f1d1b;
	text-transform: uppercase;
	font-family: 'montserratsemibold';
	margin-bottom: 25px;
}

.product-main1-title p {
	font-size: 14px;
	color: #1f1d1b;
	line-height: 24px;
}

.product-main1-menu {
	width: 480px;
}

.product-main1-menu h1 {
	font-size: 24px;
	color: #1f1d1b;
	text-transform: uppercase;
	font-family: 'montserratsemibold';
	margin-bottom: 25px;
}

.product-main1-menu li {
	width: 210px;
	float: left;
	margin-right: 30px;
}

.product-main1-menu li a {
	display: block;
	line-height: 35px;
	border-bottom: 1px solid #e5e2e0;
	font-size: 14px;
	color: #1f1d1b;
}

.product-main1-menu li a:hover {
	background: #69bf12;
	color: #fff;
	padding-left: 12px;
	transition: 0.5s;
}

.product-main2 {
	width: 100%;
	padding: 70px 0;
	background: #f4f4f4;
}

.product-main2-title h1 {
	font-size: 18px;
	color: #1f1d1b;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 65px;
}

.product-main2-title h1 span {
	font-family: 'montserratsemibold';
}

/*product-class-css*/
.inner-banner-title1 {
	margin-top: -63px;
	color: #FFF;
}

.inner-banner-title1 h1 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 30px;
}

.inner-banner-title1 p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.inner-banner1 {
	margin-top: 0
}

.product-road {
	margin-top: 109px;
	background: #69bf4a;
	height: 57px;
	line-height: 57px;
	overflow: hidden
}

.product-road-main {
	width: 1250px;
	margin: 0 auto;
}

.product-road-main-left {
	width: 1000px;
	float: left;
	font-size: 16px;
	color: #1f1d1b;
	text-transform: uppercase;
	line-height: 57px;
}

.product-road-main-right {
	width: 250px;
	float: right;
	line-height: 57px;
}

.product-road-main-left a {
	font-family: 'montserratsemibold';
	color: #1f1d1b
}

.product-road-main-right a {
	font-size: 14px;
	color: #1f1d1b;
	text-transform: uppercase
}

.product-road-main-right a i {
	font-size: 25px;
	margin-left: 5px;
	line-height: 57px;
	color: #1f1d1b
}

.product-class-main1 {
	width: 100%;
	background: #fff;
	position: relative;
	height: 115px;
}

.product-class-main1-content {
	width: 1190px;
	padding: 35px 30px;
	background: #000;
	position: absolute;
	left: 50%;
	margin-left: -625px;
	top: -112px;
}

.product-class-main1-content h1 {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'montserratsemibold';
	margin-bottom: 25px;
}

.product-class-main1-content li {
	width: 200px;
	float: left;
	margin-right: 30px;
	color: #fff;
}

.product-class-main1-content li a {
	display: block;
	line-height: 35px;
	border-bottom: 1px solid #c5c1be;
	font-size: 14px;
	color: #fff;
}

.product-class-main1-content li a:hover {
	background: #69bf12;
	color: #fff;
	padding-left: 12px;
	transition: 0.5s;
}

.select-menu-ul {
	margin-top: 50px;
	list-style: none;
	opacity: 0;
	display: none;
	width: 215px;
	text-align: left;
	border: 1px solid #000;
	background: #fff;
	position: absolute;
	z-index: 1;
}

.select-menu-ul li a {
	background: #fff;
	font-size: 12px;
	color: #1F1D1B;
	text-align: left;
}

.select-menu-ul li {
	padding: 2% 0 2% 3%;
	line-height: 30px;
	font-size: 12px;

}

.select-menu-ul li a:hover {
	padding: 0% 0 0% 0%;
	line-height: 30px;
	font-size: 12px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #1F1D1B;
}

.select-menu-div {
	position: relative;
	height: 40px;
	width: 300px;
	border: 1px solid #000;
	line-height: 40px;
}

.select-this {
	background: #ccc;
}

.select-menu-div li {
	background: #fff;
}

.select-menu-div li:hover {
	background: #fff !important;
}

.select-this:hover {
	background: #ccc !important;
}

.select-menu i {
	margin-right: 5px;
	position: absolute;
	right: 0;
	top: 0px;
	border-left: 1px solid #000;
	line-height: 40px;
	width: 40px;
	text-align: center;
	cursor: pointer
}

.select-menu-input {
	border: 0;
	height: 40px;
	width: 80%;
	cursor: pointer;
	user-select: none;
	background: #f4f4f4;
	padding-left: 12px;
	font-size: 14px;
}

.select-menu {
	width: 220px;
	float: left
}

.product-main2-title1 h1 {
	font-size: 18px;
	color: #1f1d1b;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 65px;
	width: 1000px;
	float: right;
}

.product-main2-title1 h1 span {
	font-family: 'montserratsemibold';
}

.product-list {
	width: 270px;
	margin-right: 40px;
	float: left;
	margin-bottom: 70px;
	border: 1px solid #ebebeb;
	background: #ebebeb
}

.product-list1 {
	margin-right: 0
}

/*prodetail*/
.product-detail-main1 {
	width: 100%;
	background: url(../image/application_main1_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 0 160px 0;
}

.product-detail-main1-content {
	width: 1250px;
	margin: 0 auto;
}

.product-detail-main1-title {
	text-align: center;
	margin-bottom: 25px;
}

.product-detail-main1-title h1 {
	color: #1f1d1b;
	font-family: 'montserratsemibold';
	font-size: 48px;
	text-transform: uppercase;
	line-height: 48px;
}

.product-detail-main1-title h2 {
	color: #1f1d1b;
	font-size: 48px;
	line-height: 48px;
}

.product-detail-big {
	width: 520px;
	float: left
}

.product-detail-big img {
	display: block;
	width: 100%;
}

.product-detail-text {
	width: 650px;
	float: right;
}

.product-detail-text h1 {
	font-size: 36px;
	color: #1f1d1b;
	margin-bottom: 25px;
	font-weight: 800;
}

.product-detail-text p {
	font-size: 14px;
	color: #1f1d1b;
	margin-bottom: 50px;
	line-height: 24px;
}

.select-menu1 .select-menu-input {
	background: #fff;
}

.select-menu1 i {
	background: #fff;
}

.select-menu1 .select-menu-div {
	background: #fff;
}

.prodetail-contact a {
	color: #fff;
	border: 1px solid #000;
	background: #000;
	height: 40px;
	line-height: 40px;
	margin-right: 40px;
	font-size: 18px;
	display: block;
	width: 170px;
	text-align: center;
	float: left
}

.prodetail-contact a:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	transition: 0.5s;
	cursor: pointer
}

.related-product {
	font-size: 36px;
	color: #1f1d1b;
	margin-bottom: 70px;
	text-transform: uppercase;
	font-family: 'montserratsemibold';
	text-align: center
}

.product-detail-maioshu {
	padding-bottom: 60px;
	border-bottom: 1px solid #000;
}

.product-detail-maioshu-content {
	width: 1230px;
	margin: 0 auto;
	padding: 85px 0
}

.product-detail-maioshu-title {
	width: 1230px;
	height: 70px;
	line-height: 70px;
	font-size: 36px;
	color: #1f1d1b;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 3px;
	margin-left: 10px;
	font-weight: 800;
}

.product-detail-maioshu-text {
	width: 1230px;
	margin: 0 auto;
	color: #FFF;
}

.product-detail-maioshu-text img {
	display: block;
	width: 100%;
}

.product-detail-maioshu-text a {
	color: #FFFFFF
}

.product-detail-maioshu-text td {
	color: #333;
	font-size: 12px;
}

.tb-pic a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.tb-pic a img {
	vertical-align: middle;
}

.tb-pic a {
	*display: block;
	*font-family: Arial;
	*line-height: 1;
}

.tb-s310 a {
	*font-size: 271px;
}

.tb-s40 a {
	*font-size: 35px;
}

.tb-booth {
	position: relative;
	z-index: 1;
}

.tb-thumb .tb-selected {
	background: none repeat scroll 0 0 #fb642f;
	height: 139px;
}

.tb-thumb .tb-selected div {
	background-color: #FFFFFF;
	border: medium none;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomMask {
	position: absolute;
	background: url("https://www.uweld.com/css/images/mask.png") repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

/*index-css*/
#banner {
	margin-top: 109px;
}

.banner-text {
	position: absolute;
	width: 480px;
	text-align: center;
	color: #fff;
	left: 50%;
	margin-left: -240px;
	z-index: 9999999;
	top: 130px;
}

.banner-text h1 {
	font-size: 48px;
	font-family: 'montserratsemibold';
	line-height: 48px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.banner-text h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 100px 0 15px 0;
}

.banner-text p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 60px;
}

.banner-text a {
	font-size: 18px;
	line-height: 42px;
	color: #fff;
	padding: 0 23px;
	border: 1px solid #fff;
	display: inline-block
}

.banner-text a:hover {
	background: #fff;
	color: #333;
	transition: 0.5s;
}

.index-main1 {
	padding: 40px 0 50px 0;
	position: relative
}

.index-main1-content,
.index-main4-content {
	width: 1780px;
	margin: 0 auto
}

.index-main1-content .slide img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.index-main1-content .slide:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}

.slide {
	position: relative
}

.slide h1 {
	position: absolute;
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	left: 0;
	top: 50%;
	margin-top: -15px;
	width: 100%;
	text-align: center;
}

.slide-hover-box {
	position: absolute;
	width: 72%;
	background: #69bf12;
	opacity: 0.85;
	left: 50%;
	margin-left: -40%;
	top: 50%;
	margin-top: -40%;
	height: 80%;
	text-align: center;
	color: #fff;
	padding: 0 4%;
	display: none
}

.slide-hover-box h2 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
	margin-top: 100px;
}

.slide-hover-box p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	height: 120px;
}

.slide-hover-box a {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding: 8px 18px;
	font-size: 18px;
}

.slide:hover .slide-hover-box {
	display: block;
}

.slide:hover h1 {
	display: none
}

.slide-hover-box a:hover {
	background: #fff;
	color: #333;
	transition: 0.5s;
}

.index-main2 {
	width: 100%;
	background-color: #69bf4a;
	background-size: cover;
	padding: 65px 0 40px 0
}

.index-main2-content {
	width: 100%;
	margin: 0 auto;
	text-align: center
}

.index-main2-content span {
	display: block;
	height: 30px;
	width: 1px;
	background: #fff;
	margin: 0 auto
}

.index-main2-content h1 {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

.index-main2-content p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 35px;
}

.index-main2-content a {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding: 8px 18px;
	font-size: 18px;
	margin-bottom: 40px;
}

.index-main2-content a:hover {
	background: #fff;
	color: #333;
	transition: 0.5s;
}

.index-main3 li {
	width: 33.333333333333333%;
	float: left;
	position: relative;
}

.index-main3 li img {
	display: block;
	width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	height: auto;
}

.index-main3 li:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
	height: auto;
}

.index-main3 li h1 {
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	left: 0;
	top: 85px;
	width: 90%;
	text-align: left;
	margin-left: 10%;
	text-transform: uppercase
}

.main3-hover-box {
	position: absolute;
	width: 72%;
	background: #69bf12;
	opacity: 0.85;
	left: 50%;
	margin-left: -40%;
	top: 10%;
	height: 80%;
	text-align: left;
	color: #fff;
	padding: 0 4%;
	display: none
}

.main3-hover-box h2 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 25px;
	margin-top: 50px;
	font-weight: bold
}

.main3-hover-box p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 70px;
}

.main3-hover-box a {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding: 8px 18px;
	font-size: 18px;
}

.main3-hover-box a:hover {
	background: #fff;
	color: #333;
	transition: 0.5s;
}

.index-main3 li:hover .main3-hover-box {
	display: block;
}

.index-main3 li:hover h1 {
	display: none
}

/* 公司品牌 */
.c-brand{
	width: 100%;
}
.por{
	position: relative;
	width: 100%;
}
.brand-box{
	width: 100%;
	height: 255px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.bg2{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(105, 191, 18, 0.85);
	z-index: 2;
	opacity: 0;
	transition: all .4s;
}
.brand-box:hover .bg2{
	opacity: 1;
}
.brand-box-p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.brand-box p{
	z-index: 3;
	opacity: 0;
	transition: all .4s;
	color: #fff;
}

.brand-box:hover p{
	opacity: 1;
	font-size: 25px;
}

.b-box{
	width: 100%;
	height: 544px;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: flex-start;
	
}
.b-box-d{
	height: 544px;
}

.c-vi{
	width: 634px;
}

.index-main4 {
	width: 100%;
	background: #f4f4f4;
	padding: 100px 0 50px 0
}

.index-main4-content .product-list {
	margin-right: 29px;
}

.index-main4-content .product-list a {
	justify-content: center;
	align-items: center;
}

.index-main4-content .product-list1 {
	margin-right: 0px;
}

.index-main4-title {
	text-align: center;
	margin-bottom: 85px;
}

.index-main4-title h1 {
	font-size: 36px;
	color: #151310;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.index-main4-title p {
	font-size: 14px;
	color: #151310;
	line-height: 14px;
}

.index-main4-more {
	background: #b2a9a5;
	color: #fff;
	border: 1px solid #fff;
	line-height: 41px;
	font-size: 18px;
	height: 41px;
	width: 139px;
	text-align: center;
	display: block;
	margin: 0px auto;
}

.index-main4-more:hover {
	background: #fff;
	color: #333;
	transition: 0.5s;
}

.more-page {
	text-align: center;
	margin: 50px 0;
}

.more-page a {
	line-height: 46px;
	height: 46px;
	width: 30px;
	text-align: center;
	display: inline-block;
	font-family: 'Conv_AvenirNextLTPro-Regular';
	color: #000;
	font-size: 22px;
}

.more-page a.page-prev,
.more-page a.page-next {
	width: 54px;
	background: #f0f0f0;
	color: #444;
	font-size: 40px;
	font-family: "宋体";
	font-style: normal;
	height: 54px;
	line-height: 54px;
	margin-right: 40px;
	border: 2px solid #000
}

.more-page a.page-next {
	margin-left: 40px;
	margin-right: 0px;
}

.more-page a.current-page {
	color: #767676;
	text-decoration: underline;
}

.more-page a.page-prev:hover,
.more-page a.page-next:hover {
	background: #000;
	color: #fff;
	transition: 0.5s;
}

.more-page a:hover {
	color: #767676;
	transition: 0.5s;
}

/*自适应*/
.inner-banner img.mobile-inner-banner,
.select-menu2 {
	display: none;
}

#banner1 {
	display: none;
	margin-top: 109px;
}

.canshu{
	background-color: #fff;
	width: 1230px; 
	text-align: left;
	padding: 10px;
}
@media only screen and (max-width: 767px) {
	.canshu{
		background-color: #fff;
		width: 100%; 
		text-align: left;
		padding: 10px 0px 0px 0px;
	}
	.download-text p,
	.product-text p {
		font-size: 12px;
		color: #b2a9a5;
		line-height: 24px;
		height: 30px;
	}
	.download-text h1,
	.product-text h1 {
		font-size: 14px;
		color: #151310;
		line-height: 14px;
		font-weight: bold;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: 28px;
		display: none;
	}
}