﻿@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
img {
	border: none;
}
body{
	overflow-x:hidden;
	font-family:Arial, "微软雅黑";
   
	}
@font-face{
	font-family:Impact;
	src:url(../fonts/impact.ttf);
	}
@font-face{
	font-family:"Reem Kufi Regular";
	src:url(../fonts/ReemKufi-Regular.ttf);
	}
.index-body{
     background:url(../images/body-bg.jpg) repeat;
}
/**************************pc头部&导航**************************/
.nlbg{
	width:100%;
	overflow:hidden;
	background:#000;
	}
.nalan{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	}
.nav{
	float:left;
	width:750px;
	}
.nav ul{
	}
.nav ul li{
	width:150px;
	float:left;
	text-align:center;
	font-size:16px;
	line-height:50px;
	font-family:"黑体";
	font-weight:bold;
	letter-spacing:2px;
	}
.nav ul li:hover{
	background:#1f1f1f;
	}
.nav ul li a{
	color:#fff;
	display:block;
	text-transform : uppercase
	}
.language{
	float:right;
	}
.language a{
	font-size: 12px;
	color: #999;
	line-height:50px;
	}
.language a:before{
	font-family: 'FontAwesome';
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #999;
	margin-right:10px;
	}
.language a:before {
	content: "\f0ac"
}
/**************************手机头部%导航**************************/
.s-header{
	width:100%;
	height:70px;
	background:#fff;
	box-shadow: 0 1px 2px rgba(153,153,153,0.19);
	}
.s-logo{
	float:left;
	margin-top:10px;
	margin-left:20px;
	}
button.up{
	border:none;
    background-color: #fff;
    float: right;
	outline:none;
	padding:18px;
}
button.up:hover{
    background-color: #f5f5f5;
}
button.up span:before{
	width:30px;
	height:3px;
	content:"";
	display:block;
	background:#333;
	margin:6px 0px;
	}
/*button.up:before{
	font-family: 'FontAwesome';
	font-size: 40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	font-weight:lighter;
	}
button.up:before {
	content: "\f0c9";
}
span{
    display: inline-block;
    width: 96%;
    height: 50px;
    margin-left: 2%;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
}
span:hover{
    background-color: #f5f5f5;
}
*/
.bgnad{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position:fixed;
    display: none;
    z-index: 99;
    bottom: 0;
}
.bgDiv{
	width:96%;
	margin-left:2%;
	border-radius:20px;
	background:#f2b502;
	font-size:14px;
	color:#fff;
	line-height:40px;
	text-align:center;
	margin-top:20px;
}
.upNav{
   width: 100%;
   overflow:hidden;
    background-color: #fff;
    position:absolute;
    z-index: 9999;
    top: -105%;
	padding-bottom:30px;
	margin-bottom:30px;
	box-shadow: 0 1px 2px rgba(153,153,153,0.19);
}
#daoh{
	}
#daoh li{
    width: 96%;
    height: 50px;
    margin-left: 2%;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
	}
#daoh li a{
	font-size:14px;
	color:#333;
	display:block;
	}
.cutover{
    width: 96%;
    margin-left: 2%;
	margin-top:20px;
	overflow:hidden;
	}
.cutover ul{
	}
.cutover ul li{
	width:48%;
	border-radius:15px;
	background:#f7f7f7;
	border:1px solid #f7f7f7;
	float:left;
	text-align:center;
	margin:0% 0.68%;
	margin-top:10px;
	}
.cutover ul li a{
	font-size:12px;
	display:block;
	color:#333;
	line-height:30px;
	}
.cutover ul li.cuto{
	border:1px solid #f2b502;
	background:#fff;
	}
.s-search{
    width: 96%;
    margin-left: 2%;
	border:1px solid #ddd;
	margin-top:20px;
	}
.s-search input[type="text"]{
	text-indent:1em;
	width:88%;
	outline:none;
	border:none;
	height:34px;
	padding-right:8px;
	background:url(../images/bt.png) right no-repeat;
	}
.s-search input[type="submit"]{
	float:right;
	outline:none;
	border:none;
	cursor:pointer;
	width:18px;
	height:16px;
	margin-top:9px;
	margin-right:10px;
	background:url(../images/search.png) no-repeat;
	}
.s-header{
	display:none;
	}
.upNav{
	display:none;
	}
@media (max-width:1000px) {
.nlbg{
	display:none;
	}
.s-header{
	display:block;
	}
.upNav{
	display:block;
	}
	}
/**************************底部**************************/
.fobg{
	width:100%;
	overflow:hidden;
	padding:50px 0px;
	background:#151414;
	margin-top:50px;
	}
.footer{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	}
.fotop{
	padding-bottom:40px;
	border-bottom:1px solid #373636;
	}
.fotop ul{
	overflow:hidden;
	}
.fotop ul li{
	float:left;
	width:32%;
	}
.fotop ul li+li{
	margin-left:2%;
	}
.fotop ul li:nth-of-type(1){
	background:url(../images/add.png) top left no-repeat;
	}
.fotop ul li:nth-of-type(2){
	background:url(../images/tell.png) top left no-repeat;
	}
.fotop ul li:nth-of-type(3){
	background:url(../images/e-mail.png) top left no-repeat;
	}
.fotop ul li p{
	padding-left:45px;
	}
.fotop ul li p:nth-of-type(1){
	font-size:20px;
	color:#fff;
	font-weight:bold;
	margin-bottom:8px;
	}
.fotop ul li p:nth-of-type(2){
	font-size:14px;
	color:#757575;
	line-height:30px;
	}
.fobootom{
	overflow:hidden;
	background:url(../images/bg.png) 50px no-repeat;
	height:324px;
	margin-top:30px;
	}
.fobootom .boone{
	width:250px;
	float:left;
	}
.fobootom .boone p{
	font-size:16px;
	color:#757575;
	line-height:25px;
	margin-top:15px;
	}
.fobootom .boone ul{
	}
.fobootom .boone ul li{
	}
.fobootom .boone ul li+li{
	width:40px;
	height:40px;
	float:left;
	}
.fobootom .boone ul li+li+li{
	margin-left:11px;
	}
.fobootom .boone ul li:nth-of-type(1){
	margin:40px 0px 20px 0px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	}
.fobootom .botwo{
	width:30%;
	float:left;
	margin-left:12.5%;
	}
.fobootom .botwo p{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	margin-bottom:10px;
	}
.fobootom .botwo span{
	display:inline-block;
	width:80px;
	height:3px;
	background:#f2b502;
	}
.fobootom .botwo ul{
	margin-top: 30px;
	}
.fobootom .botwo ul li{
	width:50%;
	float:left;
	margin-top:30px;
	}
.fobootom .botwo ul li a{
	font-size:16px;
	color:#757575;
	}
.fobootom .botwo ul li a:hover{
	color:#f2b502;
	}
.fobootom .bothree{
	width:30%;
	float:right;
	}
.fobootom .bothree p{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	margin-bottom:10px;
	}
.fobootom .bothree span{
	display:inline-block;
	width:80px;
	height:3px;
	background:#f2b502;
	}
.fobootom .bothree .input{
	width:100%;
	margin-top:56px;
	}
.fobootom .bothree .input input[type="text"]{
	width: calc(100% - 60px);
	height:60px;
	border:none;
	text-indent:1em;
	background:#2e2e2e;
	outline:none;
	color:#fff;
	}
.fobootom .bothree .input input[type="submit"]{
	width:60px;
	height:60px;
	background:url(../images/search.png) 17.5px no-repeat;
	background-color:#f2b502;
	border:none;
	float:right;
	outline:none;
	cursor:pointer;
	}
.banq{
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:45px;
	background:#201e1e;
	}
.banq a{
	color:#fff;
	}
@media (max-width:1000px) {
.fobootom .botwo{
	width:20%;
	}
.fobootom .botwo ul li{
	width:100%;
	}
	}
@media (max-width:767px) {
.fobootom .botwo{
	margin-left:8%;
	}
	}
@media (max-width:650px) {
.fobg{
	display:none;
	}
.banq{
	margin-top:50px;
	}
	}




/*----  2020-06-11首页&公共部分修改  ----*/
img {
	max-width: 100%;
}
.pc-head,.nlbg{
	position: relative;
	z-index: 2;
}	
.pc-head, .pc-head div, .index-p, .index-p div, .index-a, .index-a div {
	box-sizing: border-box;
}
.pc-head-box {
	background:url(../images/body-bg.jpg) repeat;
}
.index-body .pc-head-box {
	background: none;
}

.pc-head {
	max-width: 1200px;
	width: 100%;
	height: 120px;
	padding: 25px 15px;
	margin: auto;
	color: #fff;
}

.pc-head strong, .pc-head p {
	display: block;
	margin: 0px;
	line-height: 1.2em;
}
.pc-head strong {
	font-size: 30px;
	text-transform:Uppercase;
}
.pc-head p {
	font-size: 13px;
	text-transform:Uppercase;
}
.orange {
	color: #f2b502;
}
.head-logo {
	float: left;
	display: flex;
	align-items: center;
	height: 100%;
}
.head-logo>a {
	display: flex;
	height: 100%;
	white-space: nowrap;
	text-decoration: none;
	outline: none;
	color: #fff;
}
.head-logo img {
	height: 100%;
}
.head-logo a>div {
	display: flex;
	align-items: center;
	margin-left: 15px;
}
.head-logo strong {
	margin-bottom: 6px;
}
.head-logo p {
	font-size: 13px;
}
.head-slogan {
	float: left;
	display: flex;
	align-items: center;
	height: 100%;
	margin-left: 25px;
}
.head-slogan strong {
	margin-bottom: 6px;
}
.head-slogan p {
	font-size: 13px;
}
.head-call {
	float: right;
	display: flex;
	align-items: center;
	height: 100%;
}
.head-call>div {
	display: flex;
}
.head-call img {
	margin-top: 5px;
	margin-right: 15px;
}
.head-call p {
	font-size: 16px;
	margin-bottom: 4px;
}
.head-call strong {
	font-size: 16px;
}

@media(max-width:1000px) {
.pc-head {
	display: none;
}
}
/*头部设置*/
	
/*产品设置*/
.index-p {
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	margin: 40px auto 10px;
}
.index-p-top {
	display: flex;
}
.index-p-l {
	width: 55%;
	padding-right: 30px;
	box-sizing: border-box;
	color: #fff;
}
.index-p-l img {
	width: 100%;
}
.index-p-r {
	width: 45%;
}
.p-slogan p {
	margin: 10px 0 20px;
	font-size: 18px;
	line-height: 1.3em;
	text-align: right;
	color: #fff;
	text-transform: Uppercase;
}
.p-slogan span {
	display: inline-block;
	margin-left: 4px;
	font-size: 24px;
}
.p-slogan small {
	font-size: 13px;
}
/*-- 产品列表 --*/
.index-p-list {
	display: flex;
	background: #fff;
	padding: 10px 0;
	margin-bottom: 30px;
}
.index-p-list .index-p-img {
	font-size: 0;
	width: 35%;
	height: 220px;
	padding:0 10px;
	box-sizing: border-box;
	background: url(../images/product-list-line.jpg) right center no-repeat;
	background-size: auto;
}
.index-p-list .index-p-img a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.index-p-list .index-p-img img {
	max-width: 90%;
	max-height: 90%;
}
.index-p-content {
	padding: 0 25px;
	width: 65%;
	box-sizing: border-box;
}
a.index-p-name {
	margin-top: 15px;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	color: #333;
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
a.index-p-name:hover {
	color: #f2b502;
}
a.index-p-name small {
	font-size: 15px;
	font-weight: normal;
}
.index-p-content p {
	margin: 18px 0 28px;
	font-size: 16px;
	line-height: 22px;
	color: #666;
	height: 44px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.index-p-more {
	display: inline-block;
	padding: 0px 20px;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	background: #333;
	border-radius: 4px;
	transition: all .4s;
}
a.index-p-more:hover {
	background: #f2b502;
}
/*-- 产品列表 --*/
.index-p-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-p-bottom>div {
	width: calc(50% - 15px);
	box-sizing: border-box;
}
.index-p-bottom>div:nth-of-type(Odd) {
	margin-right: 15px;
}
.index-p-bottom>div:nth-of-type(even) {
	margin-left: 15px;
}

@media(max-width:1000px) {
.index-p-top {
	display: flex;
	flex-wrap: wrap;
}
.index-p-l {
	width: 100%;
	padding-right: 0px;
}
.index-p-r {
	width: 100%;
}
.index-p-bottom>div {
	width: 100%;
	margin-right: 0px!important;
	margin-left: 0px!important;
}
}
/*产品设置*/
	
/*首页关于*/
.index-a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	margin:40px auto 20px;
}
.index-a-content {
	width: 65%;
	padding-right: 6%;
	color: #fff;
}
.index-a-content h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
}
.index-a-content hr {
	margin: 10px 0 25px;
	border-color: rgba(255,255,255,0.3);
}
.index-a-content small {
	font-size: 15px;
	letter-spacing: 1px;
}
.index-a-content p {
	font-size: 15px;
	line-height: 1.75em;
	margin-bottom: 15px;
}
.index-a-img {
	width: 35%;
}
a.index-a-more {
	display: inline-block;
	margin-top: 40px;
	padding: 0px 35px;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #fff;
	transition: all .4s;
}
a.index-a-more:hover {
	color: #333;
	border: 1px solid #f2b502;
	background: #f2b502;
}

@media(max-width:1000px) {
.index-a-content {
	order: 1;
	width: 100%;
	padding-right:0%;
	color: #fff;
}
.index-a-img {
	width: 100%;
	margin-bottom: 30px;
	order: 0;
}
#about-show{
		order: 2;
}
}
/*----  2020-06-11首页&公共部分修改  ----*/