﻿*{
	font-family: "Microsoft YaHei";
	color: #333;
	font-size: 14px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box;
}
ul li{
	list-style: none;
}
a,i{
	transition: all 0.5s;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #ff9900;
}
i{
	color: #ff9900;
}
.left{
	float: left;
}
.right{
	float: right;
}
.container{
	margin: 0 auto;
	width: 1200px;
}
.clear:after{
	clear: both;
	display: block;
	content: '';
	visibility: hidden;
	height: 0;
	width: 0;
}

h1{
	font-size: 24px;
	font-weight: bold;
}
h1 strong{
	font-size: 26px;
	color: #ff9900;
}
h2{
	font-size: 18px;
}
h2 strong{
	font-size: 20px;
	color: #ff9900;
}
p{
	font-size: 14px;
}
p strong{
	font-size: 16px;
	color: #ff9900;
}
p1{
	font-size: 24px;
	font-weight: bold;
}
p1 strong{
	font-size: 26px;
	color: #ff9900;
}
p1-1{
	font-size: 24px;
	font-weight: bold;
        color: #ff9900;
}
p1 strong{
	font-size: 26px;
}

#top{
	margin: 10px 0;
	height: 40px;
}
#top .right li{
	float: left;
	margin-left: 30px;
	line-height: 40px;
	font-size: 12px;
}
#top .right li:hover i{
	transform: rotateZ(360deg);
}
#top .right li i{
	margin-right: 10px;
	font-size: 16px; 
}
#top .right li a{
	font-size: 12px;
}


#banner-home{
	background: url(../img/banner.jpg) center no-repeat;
	background-size: 100% 100%;
	height: 700px;
	position: relative;
	overflow: hidden;
}
#banner-home:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 2;
}
#banner-home video{
	position: absolute;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
}



#nav{
	position: relative;
	z-index: 99;
	margin-top: 40px;
	float: right;
	z-index: 99;
}
#nav .nav1>a:hover,#nav .nav2>a:hover{
	color: #ff9900;
}
#nav .nav1{
	float: left;
	position: relative;
}
#nav .nav1>a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 8px; 17px;
	color: #fff;
}
#nav .nav1>ul{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fff;
	padding: 10px 0;
	border-radius: 2px;
}
#nav .nav2>a{
	display: block;
	padding: 10px 0;
	text-align: center;
}
#nav .nav-box{
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -400px;
	width: 1200px;
	background: #fff;
	padding: 20px 0;
	border-radius: 5px;
}
#nav .nav3{
	float: left;
	width: 150px;
	text-align: center;
}
#nav .nav3>a>h1{
	font-size: 16px;
	font-weight: bold;
}
#nav .nav3>ul{
	margin-top: 10px;
	border-right: 1px dashed #ccc;
	padding: 0 20px;
}
#nav .nav4>a{
	display: block;
	line-height: 26px;
	font-size: 12px;
}

#nav .nav5{
	float: left;
	width: 200px;
	text-align: center;
}
#nav .nav5>a>h1{
	font-size: 16px;
	font-weight: bold;
}
#nav .nav5>ul{
	margin-top: 10px;
	border-right: 1px dashed #ccc;
	padding: 10px; 10px;
}

#banner-home .text{
	position: absolute;
	bottom: 150px;
	left: 50%;
	margin-left: -350px;
	color: #fff;
	text-align: center;
	width: 700px;
	z-index: 3;
}
#banner-home .text h1{
	line-height: 60px;
	letter-spacing: 2px;
	color: #fff;
}
#banner-home .text p{
	line-height: 22px;
	color: #fff;
}
#banner-home .text a{
	font-size: 12px;
	color: #ff9900;
}

.product{
	background: url(../img/product-bg.jpg) center no-repeat;
	text-align: center;
	padding: 20px 0;
}
.product p{
	margin-top: 20px;
	color: #666;
}
.product .img{
	position: relative;
	height: 174px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.product .img:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 0%;
	background: #3671cf;
	opacity: 0.9;
	transition: all 0.5s;
	z-index: 1;
}
.product .item:hover .img:before{
	height: 100%;
}
.product .img img{
	height: 100%;
	transition: all 0.5s;
}
.product .item:hover img{
	transform: scale(1.2);
}
.product .img .tanchu{
	position: absolute;
	top: 50%;
	transform:translate(0,-50%);
	width: 100%;
	color: #fff;
	opacity: 0;
	transition: all 0.5s;
	z-index: 2;
}
.product .item:hover .tanchu{
	opacity: 1;
}
.product .img .tanchu a{
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}
.product .img .tanchu a:hover{
	color: #ff9900;
}
.product .item{
	width: 300px;
	float: left;
	padding: 20px;
}
.product .item>a{
	display: block;
	font-size: 14px;
	line-height: 32px;
	background: #fff;
	border-bottom: 2px solid #ff9900;
	transition: all 0.5s;
}
.product .item:hover>a{
	color: #fff;
	background: #ff9900;
}

.yingshili{
	position: relative;
	background: url(../img/yingshili.jpg) center no-repeat fixed;
	background-size: cover;
	height: 600px;
}
.yingshili:before{
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}
.yingshili .text{
	position: relative;
	width: 50%;
	padding: 100px 50px 0 0;
}
.yingshili h1{
	color: #fff;
	line-height: 40px;
}
.yingshili h2{
	color: #fff;
	line-height: 50px;
}
.yingshili li{
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.yingshili li:before{
	position: absolute;
	left: -30px;
	content: '\f046';
	font-family: FontAwesome;
	font-size: 20px;
	color: #ff9900;
}
.yingshili li strong{
	font-size: 16px;
	color: #ff9900;
}
.yingshili a{
	display: block;
	float: right;
	margin-top: 40px;
	width: 180px;
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
	text-align: center;
	font-size: 16px;
	background: #ff9900;
	color: #fff;

}
.yingshili a:hover{
	background: #3671cf;
}

.ruanshili{
	padding: 40px 0;
}
.ruanshili .img{
	width: 50%;
	float: left;
	text-align: center;
}
.ruanshili .img img{
	width: 80%;
	vertical-align: middle;
}
.ruanshili .text{
	width: 50%;
	float: right;
}
.ruanshili .text h1{
	line-height: 40px;
}
.ruanshili .text>p{
	margin-top: 40px;
	line-height: 26px;
	color: #666;
}
.ruanshili .text ul li{
	float: left;
	margin-top: 30px;
	width: 33%;
}
.ruanshili .text ul span{
	font-size: 26px;
	font-weight: bold;
	color: #ff9900;
	text-align: center;
	display: block;
}
.ruanshili .text ul p{
	text-align: center;
	color: #666;
	margin-top: 10px;
}

.news{
	position: relative;
	background: #f2f2f2;
	margin-top: 240px;
	height: 260px;
	border-top: 3px solid #ff9900;
}
.news .box{
	position: absolute;
	top: -230px;
	min-width: 1200px;
}
.news .tit{
	border-bottom: 1px solid #ff9900;
	padding-bottom: 10px;
}
.news .tit h1{
	float: left;
}
.news .tit i{
	float: right;
	font-size: 24px;
	color: #ff9900;
}
.news li{
	margin-top: 10px;
}
.news a{
	font-size: 16px;
	line-height: 28px;
	color: #333；
}
.news a span{
	float: right;
	color: #666;
	font-size: 12px;
}
.news li:hover a{
	color: #ff9900;
}
.news p{
	font-size: 12px;
	line-height: 20px;
	color: #666;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.news .adxw,.news .dzzs{
	float: left;
	box-shadow: 5px 5px 20px #ccc,-5px -5px 20px #ccc;
	background: #fff;
	height: 420px;
	width: 550px;
	padding: 30px;
}
.news .adxw>a,.news .dzzs>a{
	font-size: 10px;
	color: #ff9900;
	float: right;
	margin-top: 5px;
}
.news .adxw{
	margin-right: 100px;
}

.yhal{
	background: #f2f2f2;
}
.yhal .tit{
	text-align: center;
	margin-bottom: 20px;
}
.yhal .item{
	width: 300px;
	float: left;
	padding: 20px;
}
.yhal .item:hover img{
	transform: scale(1.2);
}
.yhal .item .img{
	height: 174px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.yhal .item .img img{
	height: 100%;
	transition: all 0.5s;
}
.yhal .item p{
	text-align: center;
	line-height: 32px;
	background: #fff;
	transition: all 0.5s;
}
.yhal .item:hover p{
	background: #ff9900;
	color: #fff;
}

.hzkh{
	padding: 30px 0;
	height: 480px;
	margin-bottom: 20px;
	background: url(../img/hzkh-bg.png) bottom no-repeat;
	background-size: 2100px;
}
.hzkh .tit{
	text-align: center;
}
.hzkh ul li{
	float: left;
	padding: 10px;
	margin: 20px 0 0 20px;
	border-radius: 2px;
	transition: all 0.5s;
}
.hzkh ul li:hover{
	box-shadow: 5px 5px 20px #ccc,-5px -5px 20px #ccc;
}
.hzkh ul li img{
	width: 100%;
}

#footer{
	background: #282828;
	padding-top: 50px;
	border-top: 3px solid #ff9900;
}
#footer .sitemap{
	text-align: center;
	width: 900px;
	float: left;
}
#footer .sitemap a:hover{
	color: #ff9900 !important;
}
#footer .sitemap .map{
	padding-bottom: 20px;
}
#footer .sitemap .map h2{
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}
#footer .sitemap .map a{
	color: #fff;
	font-size: 12px;
	line-height: 26px;
}
#footer .sitemap .map>ul>li{
	float: left;
	width: 225px;
}
#footer .sitemap .product-map{
	padding-top: 20px;
}
#footer .sitemap .product-map h2{
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
#footer .sitemap .product-map a{
	color: #fff;
	font-size: 10px;
	line-height: 26px;
}
#footer .sitemap .product-map>ul>li{
	width: 112.5px;
	float: left;
	text-align: center;
}
#footer .contact{
	padding-left: 30px;
	width: 300px;
	float: right;
}
#footer .contact li a,#footer .contact li{
	color: #fff;
	line-height: 24px;
	transition: all 0.5s;
}
#footer .contact li a:hover,#footer .contact li:hover{
	color: #ff9900;
}
#footer .contact .online{
	display: block;
	background: #ff9900;
	text-align: center;
	line-height: 40px;
	border-radius: 2px;
	color: #fff;
}
#footer .contact .online:hover{
	background: #3671cf;
}
#footer .contact .zixun ul{
	margin-top: 30px;
}
#footer .contact .logo{
	margin-top: 20px;
}
#footer .contact .logo li{
	float: left;
	padding: 20px;
}
#footer .banquan p{
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #666;
}
#footer .banquan a{
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #666;
	margin-left: 50px;
}
#banner{
	height: 500px;
	position: relative;
}
#banner .img{
	position: absolute;
	height: 500px;
	overflow: hidden;
	z-index: 1;
	width: 100%;
}
#banner .img img{
	width: 1920px;
}
#banner .img:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 2;
}
#banner .mianbaoxie{
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	padding: 30px;
	background: rgba(54,113,207,0.8);
	z-index: 3;
}
#banner .mianbaoxie h1,#banner .mianbaoxie p{
	color: #fff ;
}

.breadcrumb{
	background: #f2f2f2;
	padding: 10px 0;
}
.breadcrumb i{
	color: #666;
	font-size: 14px;
}
.breadcrumb a{
	font-size: 12px;
	padding: 0 5px;
}

.wrap{
	margin: 20px 0;
}

.sidebar{
	width: 200px;
	float: left;
}
.sidebar .tit{
	font-size: 18px;
	font-weight: bold;
	padding: 0 20px 10px 20px;
	border-bottom: 1px solid #ccc;
}
.sidebar ul{
	margin-bottom: 20px;
}
.sidebar ul li{
	border-bottom: 1px solid #ccc;
	position: relative;
}
.sidebar ul li:after{
	position: absolute;
	content: '\f105';
	font-family: FontAwesome;
	color: #ff9900;
	font-size: 16px;
	top: 10px;
	right: 10px;
	transition: all 0.5s;
}
.sidebar ul li:hover:after{
	right: 5px;
	color: #fff;
}
.sidebar ul li:hover a{
	color: #fff;
}
.sidebar ul li:hover{
	background: #3671cf;
}
.sidebar ul li a{
	font-size: 12px;
	line-height: 40px;
	padding: 0 15px;
	color: #666;
}
.main{
	float: right;
	width: 1000px;
	padding-left: 50px;
}
.main .tit{
	font-size: 18px;
	font-weight: normal;
	padding: 0 20px 10px 20px;
	border-bottom: 1px solid #ff9900;
}
.main .tit span{
	color: #666;
	float: right;
}
.content{
	padding: 20px;
	width: 1000px;
}
.content p,.content li{
	font-size: 14px;
	line-height: 26px;
	color: #666;
}
.content h2{
	font-size: 20px;
	line-height: 50px;
}
.content table{
	width: 100%;
	background: #f2f2f2;
	margin-top: 20px;
	border-color: #ccc;
}
.content table td{
	padding: 5px;
	text-align: center;
}
.content table tr:hover p{
	color: #fff;
}
.content table tr:hover td{
	color: #fff;
}
.content table tr:hover{
	background: #3671cf;
}
.list .item{
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}
.list .item a{
	font-size: 16px;
	line-height: 32px;
}
.list .item span{
	float: right;
	color: #666;
}
.list .item p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.product-list>li{
	margin-bottom: 30px;
}
.product-list>li>h1{
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 2px solid #ff9900
}
.product-list>li>p{
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 22px;
	margin-top: 30px;
}
.product-list .item{
	float: left;
	width: 400px;
	padding: 0 20px;
	margin-top: 40px;
}
.product-list .item .img{
	height: 240px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.product-list .item .img img{
	height: 100%;
	transition: all 0.5s;
}
.product-list .item:hover img{
	transform: scale(1.2);
}
.product-list .item p{
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	transition: all 0.5s;
}
.product-list .item:hover p{
	background: #ff9900;
	color: #fff;
}

.pic img{
	width: 100%;
	padding: 50px;
}
.pic-list{
	margin-top: 10px;
}
.pic-list li{
	width: 33%;
	padding: 10px 20px;
	float: left;
}
.pic-list li img{
	width: 100%;
}
.pic-list li p{
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	color: #666;
}

.contact-page ul li{
	line-height: 30px;
}
.contact-page ul{
	float: left;
}
.contact-page .img{
	float: right;
}
.contact-page .img img{
	width: 300px;
	padding: 0 50px;
}

.search{
	padding: 50px 0;
}
.search .result{
	font-size: 18px;
	line-height: 50px;
	color: #666;
}
.search .result strong{
	font-size: 20px;
	font-weight: bold;
}
.search ul li a{
	font-size: 16px;
}
.search ul li font{
	color: #ff9900;
	font-size: 18px;
	font-weight: bold;
}
.search ul li{
	padding: 20px;
	border-bottom: 1px dashed #ccc;
}