.header{
	display: block;
	width: 100%;
	height: 91px;
}

.header .line{
	display: block;
	height: 2px;
	background-color: #1358af;
}

.header .header-box{
	display: block;
	width: 1002px;
	height: 89px;
	margin: 0 auto;
	background: url(../images/header_bg.png) no-repeat right top;
}

.header .header-box .logo{
	display: block;
	float: left;
	width: 407px;
	height: 33px;
	margin-top: 29px;
}

.header .header-box .logo a{
	display: block;
	width: 407px;
	height: 33px;
	background: url(../images/logo.png) no-repeat center;
}

.header .header-box .r{
	display: block;
}

.header .header-box .btn-group{
	display: block;
	overflow: hidden;
	width: 268px;
	float: right;
	clear: both;
}

.header .header-box .btn-group a{
	display: block;
	width: 60px;
	float: left;
	text-align: center;
	padding: 0 22px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	margin-right: -22px;
}

.header .header-box .btn-group a.active{
	display: block;
	background: url(../images/header_bg_on.png) no-repeat center;
	margin: 0;
}

.header .header-box .btn-group a:hover{
	opacity: 0.9;
}

.header .header-box .tell{
	display: block;
	height: 48px;
	clear: both;
	width: 403px;
	padding-left: 58px;
	background: url(../images/tell.png) no-repeat left center;
}

.header .header-box .tell p{
	display: block;
	line-height: 1;
	font-size: 18px;
	color: #333;
}

.header .header-box .tell h3{
	display: block;
	line-height: 1;
	font-size: 30px;
	color: #f97501;
	margin-top: 3px;
	font-family: "DINPro", Arial;
}

.nav{
	display: block;
	width: 100%;
	height: 50px;
	background: url(../images/nav_bg.png) repeat-x;

}

.nav-box{
	display: block;
	width: 1002px;
	height: 50px;
	margin: 0 auto;
}

.nav-box li{
	display: block;
	position: relative;
	float: left;
	width: 125px;
	line-height: 50px;
	text-align: center;
	font-size: 17px;
	background: url(../images/nav_line.png) no-repeat right center;
	transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.nav-box li:last-child{
	background: url(../images/nav_bg.png) repeat-x;
}

.nav-box li > a{
	display: block;
	color: #fff;
}

.nav-box li:hover,.nav-box li.active{
	background: url(../images/nav_bg_on.png) repeat-x;
}

.nav-box li dl{
	display: none;
	width: 125px;
	position: absolute;
	z-index: 100;
	background-color: #fd871d;
	background-color: rgba(249,117,1,0.85);
	line-height: 36px;
	font-size: 14px;
}

.nav-box li dl dd{
	display: block;
	height: 36px;
}

.nav-box li dl dd a{
	display: block;
	color: #fff;
	transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.nav-box li dl dd a:hover{
	background-color: #1357af;
}

.banner{
	display: block;
	position: relative;
	width: 100%;
	height: 400px;
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden;
}

.banner ul{
	display: block;
}

.banner ul li{
	display: block;
	height: 400px;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	z-index: -1;
	opacity: 0;
	filter:alpha(opacity=0);
	transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.banner ul li.on{
	z-index: 10;
	opacity: 1;
	filter:alpha(opacity=100);
}

.banner ul li a{
	display: block;
	width: 100%;
	height: 400px;
}

.banner ol{
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom:10px;
	z-index: 20;
}

.banner ol li{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	border-radius: 50%;
	background-color: #222220;
	cursor: pointer;
	transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.banner ol li.active{
	background-color: #ff7700;
}

.btn{
	display: block;
	position: absolute;
	width: 36px;
	height: 80px;
	font-family: "Simsun";
	font-size: 40px;
	text-align: center;
	line-height: 80px;
	color: #fff;
	background-color: #000;
	background-color:rgba(0,0,0,0.4);
	top:50%;
	margin-top: -40px;
	transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.prev.btn{
	left:0;
	border-radius:0 4px 4px 0;
}

.btn.next{
	right:0;
	border-radius:4px 0px 0px 4px;
}

.btn:hover{
	background-color:rgba(0,0,0,0.6);
}

.advantage{
	display: block;
	width: 100%;
	height: 103px;
	border-bottom: 1px solid #ddd;
}

.advantage ul{
	display: block;
	width: 1002px;
	height: 103px;
	margin: 0 auto;
	border-left: 1px solid #ddd;
	background-color: #f1f1f1;
}

.advantage ul li{
	display: block;
	float: left;
	width: 166px;
	height: 103px;
	border-right: 1px solid #ddd;
	text-align: center;
}

.advantage ul li .num{
	display: block;
	line-height: 1;
	font-size: 42px;
	color: #e3e3e3;
	font-family: Impact;
	font-weight: bold;
	margin-top: -3px;
}

.advantage ul li .text{
	display: block;
	line-height: 20px;
	color: #333;
	margin: 8px 27px 0 27px;
}

.unified{
	display: block;
	width: 1002px;
	margin: 40px auto 0;
}

.unified-header{
	display: block;
	padding-bottom: 15px;
	overflow: hidden;
	clear: both;
}

.unified-header .l h3{
	display: block;
	line-height: 1;
	font-size: 20px;
	color: #333;
	font-weight: normal;
}

.unified-header .l p{
	display: block;
	line-height: 1;
	color: #888;
	font-family: "Simsun";
	text-transform: uppercase;
	margin-top: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.unified-header .r a{
	display: block;
	margin-top: 28px;
	line-height: 1;
	color: #666;
	text-transform: uppercase;
	transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.unified-header .r a:hover{
	color: #f97501;
}

.about{
	display: block;
	float: left;
	width: 461px;
}

.about-body img{
	display: block;
	width: 461px;
	height: 88px;
}

.about-body p{
	display: block;
	line-height: 22px;
	color: #333;
	margin-top: 10px;
}

.about-body p a{
	color: #f97501;
	transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.about-body p a:hover{
	color: #ff9334;
}

.news{
	display: block;
	float: right;
	width: 483px;
}

.news-body{
	display: block;
}

.news-body li{
	display: block;
	padding: 14px 0;
	overflow: hidden;
	clear: both;
	border-bottom: 1px dashed #ccc;
}

.news-body li.list1{
	padding: 0;
	border: none;
}

.news-body li .pic{
	display: block;
	float: left;
	width: 129px;
	height: 88px;
	margin-right: 14px;
}

.news-body li .pic img{
	display: block;
	width: 129px;
	height: 88px;
}

.news-body li .date{
	display: block;
	float: left;
	width: 45px;
	margin-right: 17px;
}

.news-body li .date .day{
	display: block;
	width: 43px;
	height: 43px;
	border-radius: 4px;
	border: 1px solid #f97501;
	color: #f97501;
	font-size: 22px;
	text-align: center;
	line-height: 43px;
}

.news-body li .date .month{
	display: block;
	color: #666;
	text-align: center;
	text-transform: uppercase;
}

.news-body li .text{
	overflow: hidden;
}

.news-body li .text h3{
	display: block;
	line-height: 1;
	font-size: 15px;
	color: #333;
	font-weight: normal;
}

.news-body li .text h3 a{
	color: #333;
	transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.news-body li .text h3 a:hover{
	color: #f97501;
}

.news-body li .text p{
	display: block;
	font-size: 13px;
	color: #666;
	line-height: 20px;
	margin-top: 8px;
}

.news-body li .text .more{
	display: block;
	color: #f97501;
	font-size: 13px;
	transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.news-body li .text .more:hover{
	color: #ff9334;
}

.product{
	display: block;
	overflow: hidden;
	margin-top: 40px;
	background-color: #f1f1f1;
	padding-bottom: 30px;
}

.product-body{
	display: block;
	overflow: hidden;
	padding-top: 5px;
	position: relative;
}

.product-body .btn{
	top: 102px;
	margin-top: 0;
	width: 30px;
	height: 54px;
	line-height: 54px;
	font-size: 30px;
}

.product-body ul{
	display: block;
	width: 9999px;
}

.product-body ul li{
	display: block;
	float: left;
	width: 235px;
	margin-right: 20px;
}

.product-body ul li:first-child{
	margin-right: 22px;
}

.product-body ul li img{
	display: block;
	width: 233px;
	height: 257px;
	border: 1px solid #ddd;
}

.product-body ul li p{
	display: block;
	font-size: 16px;
	color: #333;
	margin-top: 10px;
	text-align: center;
	transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.product-body ul li a:hover p{
	color: #f97501;
}

.product-body ul li a:hover img{
	border: 1px solid #f97501;
}

.contact{
	display: block;
	float: left;
	width: 462px;	
}

.contact-body{
	display: block;
	padding-top: 20px;
	overflow: hidden;
}

.contact-way{
	display: block;
	float: left;
	width: 310px;
}

.contact-way li{
	display: block;
	margin-bottom: 30px;
	padding-left: 34px;
}

.contact-way .phone{
	background: url(../images/phone.png) no-repeat left top;
}

.contact-way .mail{
	background: url(../images/mail.png) no-repeat left top;
}

.contact-way .qq{
	background: url(../images/qq.png) no-repeat left top;
}

.contact-way .addr{
	background: url(../images/addr.png) no-repeat left top;
}

.contact-way li .tit{
	display: block;
	line-height: 1;
	color: #666;
}

.contact-way li .content{
	display: block;
	font-size: 15px;
	color: #333;
	margin-top: 4px;
}

.contact-way .phone .content{
	font-size: 21px;
}

.contact-way .qq .content{
	margin-top: 6px;
}

.contact-way .qq .content a{
	display: inline-block;
	margin-right: 22px;
	color: #333;
	transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.contact-way .qq .content a:hover{
	color: #f97501;
}

.contact-way .phone .content span{
	margin-right: 14px;
}

.contact .ewm{
	display: block;
	width: 150px;
	float: right;
}

.contact .ewm img{
	display: block;
	width: 150px;
	height: 142px;
}

.contact .ewm p{
	display: block;
	color: 666px;
	margin-top: 4px;
	text-align: center;
}

.msg{
	display: block;
	float: right;
	width: 484px;
}

.msg-body{
	padding-top: 20px;
	overflow: hidden;
}

.msg-body li{
	display: block;
}

.msg-body li label{
	display: block;
	clear: both;
	color: #333;
	height: 26px;
	padding-top: 14px;
}

.msg-body li input{
	display: block;
	width: 306px;
	height: 17px;
	padding: 6px 10px;
	line-height: 17px;
	background-color: #f1f1f1;
	border: none;
	outline: none;
	color: #666;
}

.msg-body li textarea{
	display: block;
	float: left;
	width: 416px;
	height: 44px;
	padding: 10px;
	resize:none;
	background-color: #f1f1f1;
	border: none;
	outline: none;
}

.msg-body li .submit{
	display: block;
	width: 31px;
	height: 64px;
	float: left;
	text-align: center;
	font-size: 20px;
	padding: 0 4px;
	white-space: normal;
	line-height: 30px;
	background-color: #f97501;
	color: #fff;
	cursor: pointer;
	transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.msg-body li .submit:hover{
	opacity: 0.8;
}

.footer{
	display: block;
	width: 100%;
	height: 50px;
	background-color: #232323;	display: block;
	text-align: center;
	line-height: 50px;
	color: #fff;
}

.footer a{ color:#ffffff;}


/*二级页*/

.banner-inside{
	display: block;
	width: 100%;
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}

.main{
	display: block;
	width: 1002px;
	margin: 30px auto;
}

.subnav{
	display: block;
	float: left;
	width: 224px;
	background:#1358af url(../images/subnav_bg.jpg) no-repeat left top;
	border-radius: 4px;
	overflow: hidden;
	padding-bottom: 10px;
}

.subnav-header{
	display: block;
	height: 61px;
	text-align: center;
	padding-top: 19px;
}

.subnav-header h3{
	display: block;
	line-height: 1;
	font-size: 26px;
	color: #fff;
}

.subnav-header p{
	display: block;
	padding-left: 60px;
	line-height: 1;
	color: #a7b8d9;
	margin-top: 4px;
	text-align: left;
}

.subnav-body{
	display: block;
}

.subnav-body li{
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding-top: 2px;
	background: url(../images/subnav_line.jpg) no-repeat center top ;
}

.subnav-body li a{
	display: block;
	color: #fff;
	transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.subnav-body li.active a,.subnav-body li:hover a{
	background-color: #f97500;
}

.contact-us{
	display: block;
	margin-top: 10px;
	padding: 0 1px;
}

.contact-us img{
	display: block;
	width: 222px;
	height: 91px;
	margin-bottom: 20px;
}

.contact-us p{
	display: block;
	margin: 0px 11px 10px 11px;
	color: #fff;
	line-height: 22px;
}

.contact-us p .tit{
	display: block;
	float: left;
}

.contact-us p .content{
	display: block;
	overflow: hidden;
}

.content-r{
	display: block;
	float: right;
	width: 746px;
}

.position{
	display: block;
	height: 45px;
	overflow: hidden;
	clear: both;
	border-bottom: 2px solid #1358af;
}

.position .l h3{
	display: block;
	font-size: 20px;
	color: #1358af;
}

.position .r{
	color: #666;
	padding-top: 6px;
}

.position .r a{
	color: #666;
}

.position .r a.active{
	color: #1358af;
	padding: 0 2px;
}

.pagenation{
	display: block;
	padding: 20px;
	text-align: center;
}

.pagenation li{
	display: inline-block;
}

.pagenation li a,.pagenation li span{
	display: block;
	padding: 5px 11px;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #666;
	margin: 0 3px;
}

.pagenation li:hover a{
	border: 1px solid #f97501;
	color: #f97501;
}

.pagenation li.active a{
	border: 1px solid #f97501;
	background-color: #f97501;
	color: #fff;
}

.news-list{
	display: block;
	padding-bottom: 26px;
}

.news-list li{
	display: block;
	height: 59px;
	line-height: 59px;
	border-bottom: 1px dashed #ddd;
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.news-list li a{
	display: block;
}

.news-list li i{
	display: block;
	width: 5px;
	height: 5px;
	float: left;
	background-color: #1358af;
	margin: 27px 13px 0 0;
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.news-list li .text{
	color: #333;
	float: left;
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.news-list li .time{
	color: #666;
	float: right;
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.news-list li a:hover span{
	color: #f97501;
}

.news-list li a:hover i{
	background-color: #f97501;
}

.artical{
	display: block;
	padding-top: 35px;
}

.artical-header{
	display: block;
	text-align: center;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.artical-header h3{
	display: block;
	line-height: 1;
	font-size: 26px;
	color: #333;
}

.artical-header p{
	display: block;
	line-height: 1;
	margin-top: 18px;
	color: #888;
}

.artical-header p span{
	padding: 0 10px;
}

.artical-body{
	display: block;
	padding: 20px 0;
	color: #333;
	line-height: 26px;
}

.artical-body p{
	display: block;
	margin-bottom: 1em;
}

.artical-body img{
	max-width: 100%;
	height:auto;
}

.artical-footer{
	padding: 28px 0 0 0;
	overflow: hidden;
	display: block;
	border-top: 1px solid #ddd;
}

.artical-footer .other{
	display: block;
	float: left;
	width: 520px;
}

.artical-footer .other a{
	display: block;
	line-height: 30px;
	color: #333;
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.artical-footer .other a:hover{
	color: #f97501;
}

.artical-footer .share{
	display: block;
	float: right;
	padding-top: 22px;
}

.artical-footer .share span,.share a{
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
}

.product-center{
	display: block;
	padding-top: 30px;
	overflow: hidden;
	clear: both;
}

.product-center ul{
	display: block;
	margin: 0 -10px;
}

.product-center ul li{
	display: block;
	float: left;
	width: 235px;
	margin: 0 10px 16px 10px;
}

.product-center ul li img{
	display: block;
	width: 233px;
	height: 257px;
	border: 1px solid #ddd;
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.product-center ul li p{
	display: block;
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
	color: #333;
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.product-center ul li a:hover p{
	color: #f97501;
}

.product-center ul li a:hover img{
	border: 1px solid #f97501;
}