﻿@charset "utf-8";
/* CSS Document */


a, ul, li {
	text-decoration: none
}

body {
	overflow-x: hidden;
}
span {

}
.wap {
	width: 100%;
	position: relative;
	/*background:#171a1f;*/
	background: #fff;
	font-family:"微软雅黑","Microsoft YaHei";
}
.heard-nav {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
	background: rgba(0,0,0,1) !important;
	font-family:"微软雅黑","Microsoft YaHei";
	font-size: 16px;
}
.logo {
	position: absolute;
	left: 50px;
	margin-top:0px;
	height: 120px;
}
.logo a{
    height:100%;
    display: flex;
    align-items: center;
}

.nav_btn{
	position:absolute; top:15px; right:15px;
	cursor:pointer;
	}
.nav_btn>img{
	border-radius:4px;
	}

.phone_nav{
	width:100%;
	height:0;
	background:#11191c;
	position:absolute; top:80px; left:0; z-index:-1;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
	overflow:hidden;
	}	
.phone_nav>ul{
	padding:0;
	margin:0;
	padding-top:15px;
	}	
.phone_nav>ul>li{
	line-height:40px;
	padding-left:15px;
	border-bottom:1px dotted #333;
	}	
.phone_nav>ul>li>a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none !important; 
	font-size:16px;
	letter-spacing:2px;
	font-weight:500;
	text-align:left;
	text-transform:uppercase;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.phone_nav>ul>li>ul{
	padding-top:5px;
	padding-bottom:15px;
	display:none;
	}	
.phone_nav>ul>li>ul>li{
	line-height:30px;
	}
.phone_nav>ul>li>ul>li>a{
	text-align:left;
	color:#e5e5e5;
	}				
.nav_on>a{
	color:#c98c3a !important;
	}	
.nav_btn1{
	width:30px;
	height:30px;
	background:#c98c3a;
	cursor:pointer;
	position:absolute; top:90px; right:15px;
	border-radius:1px;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
	}	
.nav_btn1>img{
	margin-top:2px;
	}	
	
@media (max-width: 767px) {
.logo {
	left: 15px;
	margin-top:15px;
	}	
.logo img{
	width:100px;
	}
.heard-nav {
	height:60px;
	}		
	}
@media (min-width: 768px) and (max-width: 991px) {
.logo {
	left: 15px;
	margin-top:15px;
	}	
.logo img{
	width:150px;
	}
.heard-nav {
	height:75px;
	}

	}
@media (min-width: 992px) and (max-width: 1199px) {
.logo {
	left: 15px;
	margin-top:15px;
	}	
.logo img{
	width:180px;
	}
.heard-nav {
	height:84px;
	}	
	
	}		
.heard-nav>ul {
	padding: 0;
	margin: 0;
}
.heard-nav>ul>li {
	float: right;
	line-height: 90px;
	padding: 5px 30px 0 30px;
	position: relative;
}
@media (min-width: 768px) {
.heard-nav>ul>li {
	padding: 5px 15px 0 15px;
	}	
.heard-nav>ul {	
	padding-right: 22%;
	}			
	}
@media (min-width: 1200px) {
.heard-nav>ul>li {
	padding: 5px 30px 0 30px;
	}	
.heard-nav>ul {	
	padding-right: 18%;
	}
	}
	
	
.heard-nav>ul>li>a {
	color: #FFF;
	text-decoration: none !important;
	font-size: 16px;
	font-family:"微软雅黑","Microsoft YaHei";
}
.setnav {
	position: absolute;
	top: 90px;
	left: 0px;
	background: #525252;
	padding: 16px 0 5px;
	min-height: 376px;
	height: auto;
	display: none;
}
.setnav>h5 {
	color: #ebebeb;
	width: 100%;
	max-height: 38px;
	margin: 0;
	line-height: 38px;
}
.setnav>h5>a {
	color: #ebebeb;
	width:150px;
	padding: 0px 20px;
	display: block;
	font-size:14px;
}
.setnav>h5>a:hover {
	background: #333;
	color: #fff;
}
.setnav>ul>li {
	width: 100%;
	max-height: 38px;
	margin: 0;
	line-height: 38px;
}
.setnav>ul>li>a {
	width:150px;
	padding: 0px 20px;
	display: block;
	font-size:14px;
	color: #b5b5b5;
}
.setnav>ul>li:hover {
	background: #333;
}
.setnav>ul>li>a:hover {
	color: #fff;
}
.proul>li{
	max-height: 24px !important;
	line-height: 24px !important;
	}
.proul>li>a{
	font-size:12px !important;
	padding: 0px 20px !important;
	}	
.sc>li>a{
	font-size:14px !important;
	padding: 2px 10px !important;
	}	
.setnav2 {
	background: #333;
	position: absolute;
	top: 0;
	left: 100%;
	padding: 0;
	display: none;
}
.setnav2>ul {
	width: 135px;
	float: left;
}
.setnav2>img {
	width: 180px;
	padding: 10px;
	float: left;
}
.setnav2_zi {
	width: calc(100% - 180px);
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
}
.setnav2_zi>h5 {
	font-size: 20px;
	color: #FFF;
	margin: 5px 0;
}
.setnav2_zi>p {
	font-size: 12px;
	color: #666;
	margin-bottom: 0;
}
.setnav2>ul>li {
	width: 100%;
	max-height: 24px;
	margin: 0;
	line-height: 24px;
}
.setnav2>ul>li>h5 {
	color: #ebebeb;
	padding: 4px 20px;
	width: 150px;
	display: block;
	font-size: 14px;
}
.setnav2>ul>li>a {
	padding: 0 20px;
	display: block;
	color: #b5b5b5;
}
.setnav2>ul>li:hover >a {
	color: #FFF;
}
/* 语言 */

/*.language{
	width:120px;
	position:absolute;
	right:11%;
	top:18%;
	font-size:15px;
	font-family:"微软雅黑","Microsoft YaHei";
	color:#fff;
	}
	
	
.language span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	}*/
	
	
.lang1 {
	position: absolute;
	right:40px;
	top: 6px;
	width: 120px;
	height: 15px;
	z-index: 99999;
	cursor: pointer;
}
.lang1 ul{
	position:relative;
	}
.ewm{
	position:absolute;
	right:-25px;
	top:40px;
	opacity:0;
	z-index:1000;
	}
.ph{
	font-family:Georgia, "Times New Roman", Times, serif;
	width:152px;
	position:absolute; top:35px; right:0px;
	float:none;
	font-size:20px;
	color:#044477;
	font-weight:600;
	}
.lang1 ul li {
	float: left;
	padding: 0 9px;
	line-height: 25px;
}
.lang1 a {
	float: right;
	display: block;
	width: 20px;
	margin-top: 5px;
}
.input1 {
	width: 136px;
	float: left;
	display: block;
	height: 20px;
	background: #000;
	padding-bottom: 2px;
	padding-left: 3px;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #333;
	color: #666;
}
.searchbtn {
	width: 20px;
	height: 20px;
	float: left;
	border: none;
	display: block;
	background: url(../images/search.jpg) no-repeat;
}
/* 语言 */
	
	

/*下拉menu*/
.erjibox {
	width: 100%;
	font-family:"微软雅黑","Microsoft YaHei";
	background: #000;
	background: rgba(32,32,37, 0.95) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
	filter: Alpha(opacity=95);
	background: #000;
	position: absolute;
	top: 90px;
	border-top: 1px solid #171a1f;
	display: none;
	padding-bottom: 60px;
	z-index: 1000;
}
.erjibox>ul {
	width: 60%;
	float: right;
	margin-right: 6%;
	padding: 0;
}
.erjibox>ul>li {
	display: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.erjidiv {
	padding: 30px 0 60px 0;
}
.erjibox_active {
	display: block !important;
	opacity: 1 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.erjidiv_25 {
	width: 100%;
}
.erjidiv_50 {
	width: 25%;
	float: left;
}
.erjidiv_51 {
	width: 20%;
	float: left;
}
.erjidiv_25_h5 {
	font-family:"微软雅黑","Microsoft YaHei";
	color: #e8e6d8;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: url(../images/erji_h5_bg.png) 0% 80% repeat-x;
	float: left;
	padding-bottom: 20px;
	margin-right: 2%;
}
.erjidiv_25>ul>li {
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.erjidiv_25>ul>li>a {
	text-transform: uppercase;
	font-size: 12px;
	color: #787771;
	text-decoration: none !important;
}
.erjidiv_25>ul>li:hover {
	padding-left: 10px;
}
.erjidiv_25>ul>li:hover>a {
	color: #939189;
}
.erjidiv_34 {
	width: 100%;
}
.erjidiv_hei {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000;
	z-index: 1;
	opacity: 0.2;
}
.erjidiv_tu {
	border: 4px solid #262525;
	width: 95%;
	margin: 0 auto;
	margin-top: 13px;
	position: relative;
}
.erjidiv_66 {
	width: 100%;
	margin-top: 13px;
}
.erjidiv_66>h5 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}
.erjidiv_66>h5 a {
	font-size: 18px;
	color: #aaa;
	margin-bottom: 15px;
}
.erjidiv_66>h5 a:hover {
	color: #fff;
}
.erjidiv_66>p {
	font-size: 14px;
	color: #999;
	line-height: 20px;
}
.erjidiv_66>p a {
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.erjidiv_66>p a:hover {
	color: #ccc;
}
.erjidiv_66>a {
	color: #787771;
}
.erjidiv_66>a:hover {
	color: #e8e6d8 !important;
}
.erjidiv_66>a:hover >span {
	color: #e8e6d8;
}
/*下拉menu*/	
	
	
	
	
	
	
.lion {
	height: 3px;
	background: #c98c3a;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #000;
}
.banzi {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.banner-list {
	width: 100%;
	height: 100%;
	padding-left: 0;
	position: relative;
	z-index: -1;
}
.banner-list>li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	opacity: 0;
	font-family: "bryantregular";
	font-weight: bold;
}
.banlion {
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
 -webkit-transition: !important;
	-moz-transition: 1.5s linear !important;
	-ms-transition: 1.5s linear !important;
	-o-transition: 1.5s linear !important;
	transition: 1.5s linear !important;
	opacity: 1 !important;
}
.banner-list>li:nth-child(1) {
	background: url(../images/banner.jpg) top center no-repeat;
	background-size: cover;
}
.banner-list>li:nth-child(2) {
	background: url(../images/banner1.jpg) top center no-repeat;
	background-size: cover;
	display: none;
}
.banner-list>li:nth-child(3) {
	background: url(../images/banner2.jpg) top center no-repeat;
	background-size: cover;
	display: none;
}


@media (max-width: 767px) {
.banner-list>li:nth-child(1) {
	background: url(../images/banner_xp.jpg) center center no-repeat !important;
}
.banner-list>li:nth-child(2) {
	background: url(../images/banner1_xp.jpg) center center no-repeat !important;
}
.banner-list>li:nth-child(3) {
	background: url(../images/banner2_xp.jpg) center center no-repeat !important;
}
.news_nr2_sub h2{ 
	font-size:20px !important;
	margin-bottom:30px !important;
	}
.news_nr2{
	padding-top:30px !important;
	}	
.news_nr2_text h2{
	font-size:16px !important;
	margin-bottom:10px !important;
	}
.news_nr2_text p{
	font-size:13px !important;
	}	 	
	}



.banner-zi {
	width: 35%;
	height: auto;
	background: rgba(0,0,0,0.5);
	position: absolute;
	z-index: 1;
	right: 200px;
	top: 65%;
	display: none;
	padding: 15px;
}
.banner-zi1 {
	padding-top: 10px;
	padding-left: 15px;
}
.banner-zi .banner-zi1>h5 {
	color: #FFF;
	font-size: 45px;
	font-weight:bold;
	font-family: banner-zi;
}

	
.banner-zi .banner-zi1>span {
	color: #d8d8d8;
	font-size: 14px;
	 font-family:"微软雅黑","Microsoft YaHei";
}
.banner-zi .banner-zi1>p {
	color: #d7d7d7;
	font-size: 14px;
	padding-top: 0px;
	 font-family:"微软雅黑","Microsoft YaHei";
}
.banner-prev {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -45px;
	z-index: 100;
	cursor: pointer;
}
.banner-next {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -45px;
	z-index: 100;
	cursor: pointer;
}
.pro_title {
	width: 100%;
	background: url(../images/product_tbg.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 60px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.pro_title_zi{
	width:651px;
	padding-top:10px;
	margin:0 auto;
	}
.pro_title_zi1{
	width:651px;
	padding-top:10px;
	padding-bottom:50px;
	margin:0 auto;
	}
.pro_title>h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #fff;
}
.pro_title>p {
	font-size: 20px;
	color: #ccc;
	opacity: 0.7;
	letter-spacing: 2px;
	font-family:"微软雅黑","Microsoft YaHei";
}

@media (max-width: 767px) {
.pro_title{
	padding: 30px 15px;
	}
.pro_title_zi{
	width:100%;
	}
.pro_title_zi1{
	width:100%;
	padding-top:0px;
	padding-bottom:30px;
	}
.pro_title>h2 {
	font-size:25px !important;
	margin-top:0;
	}
.pro_title>p {
	font-size:14px;
	}	
	    .pdt90{
	  padding-top:0px !important;}			
	}
@media (min-width: 768px) and (max-width: 991px) {
.pro_title{
	padding: 40px 15px;
	}
.pro_title>h2 {
	font-size:30px !important;
	margin-top:0;
	}
.pro_title>p {
	font-size:16px;
	}		
	}


.pro_box {
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
.pro_box {
	padding-top:60px;
	}			
	}
@media (min-width: 768px) and (max-width: 991px) {
.pro_box {
	padding-top:75px;
	}	
	}




