@charset "utf-8";
/* CSS Document */

html,body,#wrapper{
	width: 100%;
}
img{max-width: 100%}
.header{
	width: 100%;
	border-top: 4px solid #f1d724;
	background: #fff;
}
.pc_head{
	width: 1200px;
	height: 92px;
	margin: 0 auto;
	position: relative;
}
.pc_head a.logo{
	float: left;
	width: 25%;
	line-height: 92px;
}
.pc_head a.logo img{
	display: inline-block;
	width: 100%;
}
.pc_head .pc_nav{
	float: left;
	width: 50%;
	margin-left: 5%;
}
.pc_head .pc_nav>li{
	float: left;
	width: 20%;
	text-align: center;
	height: 92px;
}
.pc_head .pc_nav>li dl{
	width: 100%;
	height: 92px;
}
.pc_head .pc_nav>li dl dt{
	line-height: 92px;
	width: 100%;
	text-align: center;
	height: 92px;
}
.pc_head .pc_nav>li dl dt a{
	display: block;
	font-size: 18px;
	color: #333;
	background: url(../images/line.png)no-repeat right center;
	transition: background .5s;
}
.pc_head .pc_nav>li:last-child dl dt a{
	background: none;
}
.pc_head .pc_nav>li:hover dl dt a{
	background: #f1d524;
	color: #fff;
}
.pc_head .pc_nav>li.on dl dt a{
	background: #f1d524;
	color: #fff;
}
.pc_head .pc_nav>li dl dd{
	position: relative;
	width: 160%;
	z-index: 99;
	display: none;
}
.pc_head .pc_nav>li dl dd ol{
	width: 100%;
	padding: 10px 0;
	background: #f1d524;
}
.pc_head .pc_nav>li dl dd ol li{
	line-height: 40px;
	font-size: 16px;
	text-align: left;
	padding-left: 5%;
}
.pc_head .pc_nav>li dl dd ol li a{
	display: block;
}
.pc_head .pc_nav>li dl dd ol li:hover{
	background: rgba(255,255,255,0.5);
}
.pc_head .pc_nav>li dl dd ol li:hover a{
	color: #fff;
}
.pc_head .language{
	float: left;
	width: 10%;
	margin-left: 3%;
	padding-left: 2%;
	line-height: 92px;
	background: url(../images/language.png)no-repeat left center;
	font-size: 16px;
}
.pc_head .language a{
	float: left;
	padding: 0 10px;
	background: url(../images/line.png)no-repeat left center;
	color: #999;
}
.pc_head .language a:last-child{
	background: none;
}
.pc_head .seabtn{
	float: right;
	width: 28px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #676767;
	border-radius: 50%;
	margin-top: 30px;
	margin-right: 15px;
	cursor: pointer;
}
.pc_head .search{
	width: 298px;
	height: 52px;
	border: 1px solid #e5e5e5;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99;
	display: none;
}
.pc_head .search .subtn{
	float: right;
	width: 20%;
	height: 52px;
	background: #f1d724 url(../images/search-b.png)no-repeat center center;
	border: none;
}
.pc_head .search .txt{
	width: 75%;
	height: 52px;
	border: none;
	padding-left: 5%;
	font-size: 16px;	
}
.ph_head{
	width: 100%;
	padding: 10px 0;
	display: none;
	position: relative;
}
.ph_head .seabtn{
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #676767;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	margin-top: 15px;
	margin-left: 50%;
}
.ph_head .seabtn img{
	width: 20px;
	height: 20px;
}
.ph_head a.logo{
	float: left;
	width: 30%;
	line-height: 50px;
	margin-left: 2%;
}
.ph_head a.logo img{
	display: block;
	width: 100%;
}
.ph_head .search{
	display: none;
	border: 1px solid #c8c8c8;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
	background: #f4f4f4;
	width: 100%;
	height: 46px;
	box-sizing: border-box;
}
.ph_head .search .subtn{
	float: right;
	width: 10%;
	height: 100%;
	border: none;
	background: #f1d724 url(../images/search-b.png)no-repeat center center;
}
.ph_head .search .txt{
	float: left;
	width: 85%;
	border: none;
	line-height: 44px;
	padding: 0 2.5%;
	font-size: 16px;
}
.ph_head .navbtn{
	float: right;
	margin-right: 2%;
	width: 5%;
	margin-top: 15px;
}
.ph_head .ph_nav_mask{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.7); 
	display: none;
}
.ph_head .ph_nav_mask .ph_nav{
	float: right;
	width: 40%;
	height: 100%;
	padding-top: 10%;
	background: #f4f4f4;
	margin-right: -55%;
}
.ph_head .ph_nav_mask .ph_nav>li{
	width: 100%;
}
.ph_head .ph_nav_mask .ph_nav>li dl{
	width: 100%;
}
.ph_head .ph_nav_mask .ph_nav>li dl dt{
	width: 60%;
	margin: 0 20%;
	font-size: 18px;
	line-height: 50px;
}
.ph_head .ph_nav_mask .ph_nav>li:last-child dl dt{
	border-bottom: none;
}
.ph_head .ph_nav_mask .ph_nav>li dl dd{
	width: 60%;
	margin-left: 40%;
	font-size: 16px;
	line-height: 40px;
}

.container{
	width: 100%;
	background: url(../images/bg.jpg);
}
.Carousel{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.Picbox{
	width: 400%;
}
.Picbox li{
	float: left;
	width: 25%;
}
.Picbox li a{
	display: block;
}
.Picbox li a img{
	display: block;
	width: 100%;
}
.Numbox span{
	width: 10px;
	height: 10px;
	background: #fff;
}
.Carousel .prev{
	background: url(../images/prev.png)no-repeat;
	background-size: 100% 100%;
	width: 42px;
	height: 66px;
	left: 20px;
	margin-top: -33px;
	display: none;
}
.Carousel .next{
	background: url(../images/next.png)no-repeat;
	background-size: 100% 100%;
	width: 42px;
	height: 66px;
	right: 20px;
	margin-top: -33px;
	display: none;
}
.Notice{
	width: 1200px;
	margin: 0 auto;
	height: 55px;
	overflow: hidden;
}
.Notice p{
	float: left;
	width: 10%;
	font-size: 16px;
	font-weight: bold;
	line-height: 55px;
	cursor: default;
}
.Notice ul{
	float: left;
	width: 90%;
}
.Notice ul li{
	line-height: 55px;
	font-size: 14px;
	width: 95%;
	padding-right: 5%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.Notice ul li a{
	color: #666;
}

.main{
	width: 1200px;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 20px;
}
.main > div{
	float: left;
	width: 28%;
	margin-right: 8%;
}
.main > div:last-child{
	float: right;
	margin-right: 0;
}
.main > div dl{
	width: 100%;
}
.main > div dl dt{
	float: left;
	width: 50%;
	margin-right: 4%;
}
.main > div dl dt img{
	display: block;
	width: 100%;
}
.main > div dl dd{
	float: left;
	width: 46%;
}
.main > div dl dd h3{
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	cursor: default;
}
.main > div dl dd h3 span{
	display: block;
	font-size: 12px;
}
.main > div dl dd a.mores{
	display: block;
	font-size: 12px;
	width: 79px;
	height: 23px;
	background: #9b9b9b;
	color: #fff;
	line-height: 23px;
	text-align: center;
	border-radius: 0 7px 0 7px;
	margin-top: 5px;
}
.main > div dl dd a.mores:hover{
	background: #ca0800;
}
.main > div dl dd a.mores img{	
	padding-left: 5px;
}
.main > div p{
	width: 100%;
	font-size: 13px;
	color: #666;
	line-height: 24px;
	cursor: default;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.main > div ul{
	width: 100%;
	margin-top: 15px;
}
.main > div ul li{
	width: 95%;
	font-size: 13px;
	background: url(../images/dian.png)no-repeat left center;
	line-height: 24px;
	padding-left: 5%;
}
.main > div ul li a{
	color: #666;
}
.main > div ul li a{
	float: left;
	width: 73%;
	padding-right: 5%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.main > div ul li span{
	float: left;
	width: 20%;
	font-size: 12px;
	cursor: default;
}
.main > div embed{
	width: 100%;
	height: 250px;
	cursor: pointer;
}

.footer{
	width: 100%;
	border-top: 1px solid #e1e1e1;
}
.foot{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	padding-top: 25px;
}
.f_left{
	float: left;
	width: 50%;
}
.f_left select{
	width: 185px;
	height: 32px;
	border-color: #c2c2c2;
	border-radius: 5px;
	float: left;
	font-size: 14px;
	color: #666;
}
.f_left p{
	float: left;
	margin-left: 15px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #666;
	cursor: default;
}
.f_left p a{color: #666;}
.f_right{
	float: right;
	width: 50%;
	text-align: right;
}
.f_right p{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	cursor: default;
}

.container-white{
	background: #fff;
}
.content-width{
	width: 1200px;
	margin: 0 auto;
}
.Carousel3{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.Carousel3 .prev3{
	width: 48px;
	height: 83px;
	background: url(../images/prev3.png)no-repeat;
	left: 0;
	margin-top: -42px;
}
.Carousel3 .next3{
	width: 48px;
	height: 83px;
	background: url(../images/next3.png)no-repeat;
	right: 0;
	margin-top: -42px;
}
.Picbox3 li img{
	display: block;
	width: 100%;
}
.contextBox{
	width: 100%;
	padding-bottom: 50px;

	margin-top: 20px;
}
.contextBox .contextLeft{
	float: left;
	width: 17%;
	border: 1px solid #d8d8d8;
	border-left: 9px solid #f1cd24;
}
.contextBox .contextLeft h3{
	line-height: 68px;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	background: #f1cd24 url(../images/preson.png)no-repeat 7% center;
	padding-left: 20%;
}
.left-nav{
	width: 100%;
}
.left-nav li{
	padding-left: 10%;
	line-height: 60px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 18px;
}
.left-nav li:last-child{
	border-bottom: none;
}
.left-nav li a{
	display: block;
}
.left-nav li a:hover{
	color: #f1cd24;
}
.left-nav li.on a{
	color: #f1cd24;
}

.contextBox .contextRight{
	float: right;
	width: 79%;
	padding-top: 10px;
}
.myAddress{
	color: #888;
	font-size: 14px;
	text-align: right;
}
.myAddress a{
	padding: 0 5px;
	color: #888;
}
.myAddress a.home{
	padding-left: 15px;
	background: url(../images/home.png)no-repeat left center;
}
.contextBox .contextRight h2{
	height: 40px;
	background: url(../images/lines.png)no-repeat left top;
	padding-left: 10px;
	font-size: 20px;
	color: #666;
	margin-top: 20px;
	font-weight: normal;
}
.contextBox .contextRight h2 span{
	display: block;
	line-height: 18px;
	font-size: 14px;
	color: #999;
	text-transform: capitalize;
}
.YearBox{
	background: url(../images/tipL.png)no-repeat left top;
	padding-left: 7%;
	padding-top: 15px;
	margin-top: 30px;
}
.YearBox dl{
	margin-bottom: 30px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding:  25px 0;
	position: relative;
}
.YearBox dl:before{
	content: ".";
	color: transparent;
	position: absolute;
	width: 11px;
	height: 11px;
	border: 3px solid #f1cd24;
	background: #fff;
	border-radius: 50%;
	left: -9px;
	top: 37px;
}
.YearBox dl dt{
	float: left;
	width: 18%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #999;
}
.YearBox dl dd{
	float: left;
	width: 82%;
	padding-top: 8px;
}
.YearBox dl dd ul{
	width: 100%;
}
.YearBox dl dd ul li{
	font-size: 16px;
	line-height: 26px;
	color: #666;
	overflow: hidden;
	text-overflow:ellipsis;
	/*white-space: nowrap;*/
}
.YearBox dl dd ul li a{
	color: #666;
}
.Companys{
	width: 100%;
	margin-top: 30px;

	line-height: 22px;
	font-size: 14px;
	color: #666;
}
.Companys h1{
	color: #666;
	font-size: 24px;
}
.Companys,.Companys p{
	line-height: 22px;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}
.Companys p.has-ind{
	text-indent: 2em;
}
.Companys img{
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}
.Companys img.Company-pic{
	width: 100%;
}
.Organization{
	width: 100%;
	margin-top: 30px;
}
.Organization img{
	display: block;
	width: 100%;
}
.Organization img.ph-pic{
	display: none;
}
.contextBox .contextLeft h3.two{
	background: #f1cd24 url(../images/pro.png)no-repeat 7% center;
}
.left-nav.small li{
	font-size: 16px;
}
.Carousel4{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
}
.Carousel4 ul li{
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.Carousel4 ul li img{
	display: block;
	width: 100%;
}
.Carousel5{
	position: relative;
	overflow: hidden;
	padding: 0 70px;
	margin-top: 10px;
}
.Carousel5 .prev{
	width: 64px;
	height: 109px;
	margin-top: -54px;
	background: url(../images/b-prev.jpg)no-repeat;
	background-size: 100% 100%;
	left: 0;
	padding-top: 0;
}
.Carousel5 .next{
	width: 64px;
	height: 109px;
	margin-top: -54px;
	background: url(../images/b-next.jpg)no-repeat;
	background-size: 100% 100%;
	right: 0;
	padding-top: 0;
}
.Carousel5 ul li img{
	display: block;
	width: 100%;
}
.Carousel5 ul li{
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.Carousel5 ul li.swiper-slide-active{
	border-color: #f1cd24;
}
.Product-company{
	width: 100%;
}
.Product-company,.Product-company p{
	font-size: 15px;
	/*padding-top: 20px;*/
	color: #666;
	line-height: 35px;
}
.Product-company p.has-ind{
	/*text-indent: 2em;*/
}
.Product-company h4{
	font-size: 18px;
	color: #666;
	padding-top: 20px;
	/*text-indent: 2em;*/
}
.Product-company h3{
	font-size: 24px;
	color: #666;
	padding-top: 20px;
}
.Product-company ul.txt li{
	text-indent: 2em;
	font-size: 15px;
	color: #666;
	padding-top: 20px;
}
.contextBox .contextLeft h3.three{
	background: #f1cd24 url(../images/phone.png)no-repeat 7% center;
}

.Contact-us{
	width: 100%;
}
.Contact-us dl{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-top: 30px;
}
.Contact-us dl:nth-child(3n){
	margin-right: 0;
}
.Contact-us dl dd {
	width: 100%;
}
.Contact-us dl dd h3{
	font-size: 18px;
	font-family: "宋体";
	color: #333;
}
.Contact-us dl dd span.line{
	width: 60px;
	height: 2px;
	display: block;
	background: #f1cd24;
	margin-top: 8px;
}
.Contact-us dl dd ul{
	margin-top: 12px;
	height: 130px;
	margin-bottom: 25px;
}
.Contact-us dl dd ul li{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.Contact-us>h3{
	clear: both;
	font-size: 18px;
	background: url(../images/adr.png)no-repeat left center;
	padding-left: 25px;
	line-height: 30px;
}
.Contact-us .mapBox{
	padding: 1.5%;
	border: 1px solid #ddd;
	margin-top: 20px;
}
.Contact-us .mapBox img{
	display: block;
	width: 100%;
}
.WeChat{
	width: 100%;
}
.WeChat dl{
	float: left;
	margin-top: 40px;
	width: 32.5%;
	margin-left: 9%;
}
.WeChat dl dt{
	width: 100%;
	border: 1px solid #ddd;
}
.WeChat dl dt img{
	display: block;
	width: 100%;
}
.WeChat dl dd{
	text-align: center;
	font-size: 18px;
	margin-top: 15px;
}
.contextBox .contextLeft h3.four{
	background: #f1cd24 url(../images/zix.png)no-repeat 7% center;
}
.New-list{
	width: 100%;
	margin-top: 20px;
}
.newsMenu{
	width: 100%;
}
.newsMenu li{
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.newsMenu li:last-child{
	border-bottom: none;
}
.newsMenu li dl{
	width: 100%;
} 
.newsMenu li dl dt{
	float: left;
	margin-right: 2%;
	width: 17%;
}
.newsMenu li dl dt a img{
	display: block;
	width: 100%;
}
.newsMenu li dl dd{
	float: left;
	padding-right: 3%;
	width: 78%;
}
.newsMenu li dl dd h3{
	font-size: 22px;
	font-weight: normal;
}
.newsMenu li dl dd h3 a{
	display: block;
	color: #666;
}
.newsMenu li dl dd p{
	font-size: 15px;
	color: #999;
	padding-top: 15px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.newsMenu li dl dd span.time{
	display: block;
	color: #999;
	padding-top: 10px;
}
.new-content{
	width: 100%;
	margin-top: 30px;
}
.new-content h1{
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	color: #666;
	border-bottom: 1px solid #ddd;
}
.new-content h1 span{
	display: block;
	font-size: 14px;
	color: #888;
	padding-top: 12px;
	padding-bottom: 7px;
}
.new-content,.new-content p{
	font-size: 15px;
	color: #666;
	line-height: 25px;
	padding-top: 20px;
}
.new-content img{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	/*width: 96%;*/
}

.number_pc{width:700px;height:40px;margin:30px auto;clear:both;text-align:center;font-size:16px;}
.number_pc a{line-height:40px;padding:8px 13px;background:#f6f6f6;border:solid 1px #c3c3c3;color:#333;margin:0 5px;}
.number_pc span{ line-height:40px;padding:8px 13px;border:solid 1px #f1d524;color:#fff;margin:0 5px; cursor:pointer;background:#f1d524;}
.number_pc a:hover,.number_pc span:hover{background:#f1d524;border:solid 1px #f1d524;color:#fff;}

.number_ph{height:40px;margin:30px auto;clear:both;text-align:center;font-size:12px;display:none;}
.number_ph a{line-height:40px;padding:6px 4px;background:#f6f6f6;border:solid 1px #c3c3c3;color:#333;margin:0 2px;}
.number_ph span{ line-height:40px;padding:6px 4px;border:solid 1px #f1d524;color:#fff;margin:0 2px; cursor:pointer;background:#f1d524;}
.number_ph a:hover,.number_ph span:hover{background:#f1d524;border:solid 1px #f1d524;color:#fff;}


.companyBox{
	margin: 30px 0;
}
.companyBox > div{
	float: left;
	width: 49%;
	margin-right: 2%;
	height: 106px;
	background: url(../images/hui.png);
	margin-top: 20px;
}
.companyBox > div:nth-child(even){
	margin-right: 0;
}
.companyBox > div:nth-child(1) a{
	background: url(../images/1.png)no-repeat;
	background-size: 100% 100%;
}
.companyBox > div:nth-child(2) a{
	background: url(../images/2.png)no-repeat;
	background-size: 100% 100%;
}
.companyBox > div:nth-child(3) a{
	background: url(../images/3.png)no-repeat;
	background-size: 100% 100%;
}
.companyBox > div:nth-child(4) a{
	background: url(../images/4.png)no-repeat;
	background-size: 100% 100%;
}
.companyBox > div:nth-child(5) a{
	background: url(../images/1.png)no-repeat;
	background-size: 100% 100%;
}
.companyBox > div:nth-child(6) a{
	background: url(../images/2.png)no-repeat;
	background-size: 100% 100%;
}
.companyBox > div:nth-child(7) a{
	background: url(../images/3.png)no-repeat;
	background-size: 100% 100%;
}
.companyBox > div:nth-child(8) a{
	background: url(../images/4.png)no-repeat;
	background-size: 100% 100%;
}
.companyBox > div a{
	display: block;
	text-align: center;
	line-height: 106px;
	font-size: 20px;
}
.companyBox > div:hover{
	background: url(../images/yellow.png);
}
.companyBox > div:hover a{
	color: #fff;
}
.index_nav{display:none;}
.Videos{display:block;}
.videovideo{display:none;}