/*common*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-family:'微软雅黑';vertical-align:baseline;}
body{background:#FFF; -webkit-text-size-adjust:none; font-size:12px;}
html,body{height:100%;}
blockquote,q{quotes:none;}
li{list-style-type:none;}
blockquote:before,blockquote:after,q:before,q:after{content:"";content:none;}
a{color:#333;text-decoration:none;}
a:hover{color: #000;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
input,select{vertical-align:middle;}


*{
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑",Arial;
}

body{
	font-size: 12px;
}

a{
	text-decoration: none;
	outline: none;
}

li{
	list-style: none;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.clear{
	clear: both;
}

.wrap{
	width: 1180px;
	margin:0 auto;
}

.TopBar{
	height: 120px;
}

.logo{
	width: 685px;
	height: 120px;
	background: url(../images/logo.png) no-repeat;
}

.barright{
	width: 320px;
	padding:20px 0;
}

.hottel{
	height: 30px;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	padding-left: 40px;
	background: url(../images/hottel.png) no-repeat;
}

.it{
	font-size: 18px;
	font-style: italic;
}

.language{
	float: right;
}

.language a{
	text-align: center;
	float: left;
	display: block;
	width: 28px;
	height: 28px;
	line-height: 30px;
	border-radius: 50%;
	border:1px solid #666666;
	margin-right: 8px;
}

.language a:hover{
	border: 1px solid #da2538;
}

.language .active{
	border: 1px solid #da2538;
}

.search{
	margin-top: 42px;
	height: 36px;
}

.search input{
	float: left;
	width:230px;
	height: 32px;
	padding-left: 8px;
	border:2px solid #c5c5c5; 
	border-right: none;
	outline: none;
}

.button_search{
	float: left;
	width: 80px;
	height: 36px;
	background:#ffa200;
	outline: none;
	border:none; 
	color: #333333;
	font-size: 14px;
	cursor: pointer;
}

.nav{
	height: 48px;
	line-height: 48px;
	background: #cdcdcd;
	color: #333333;	
}

.nav li{
	width: 170px;
	text-align: center;
	float: left;
	font-size: 16px;
	position: relative;	
}

.navindex{
	width: 160px !important;
}

.nav li a{
	display: block;
	color: #333333;
}

.nav li a:hover{
	margin-top: -3px;
	border-top:3px solid #ffa200;
	color: #fff;
	background:#c4002b;
}

.nav .avtive{
	margin-top: -3px;
	border-top:3px solid #ffa200;
	color: #fff;
	background:#c4002b;
}

.nav li ul{
	position: absolute;
	display:none;
	background: #ebebeb;
	z-index: 99;
}

.nav li ul li{
	width: 170px;
	height: 30px;
	margin:5px 0;
	line-height: 30px;
	background: #ebebeb;
	position: relative;
	top:0;
}

.nav li ul li a{
	font-size: 14px;
}

.nav li ul li a:hover{
	border-top:0;
	background: #ffa200;
	height: 30px;
	margin-top: 0px
}

.focusa{
}

.banner{
	width: 100%;
}

.banner img{
	width: 100%;
}

/*插件样式*/
#bannerroll .swiper-button-prev{
	background: url(../images/pre.png) no-repeat !important;
	width: 40px !important;
	height: 100px !important;
	left: 6% !important;
}

#bannerroll .swiper-button-next{
	background: url(../images/next.png) no-repeat !important;
	width: 40px !important;
	height: 100px !important;
	right: 6% !important;
}

@media screen and (max-width:1180px){
	#bannerroll .swiper-button-prev,#bannerroll .swiper-button-next{
		display: none;
	}
}

#bannerroll .swiper-button-prev:hover{
	background: url(../images/preon.png) no-repeat !important;
}

#bannerroll .swiper-button-next:hover{
	background: url(../images/nexton.png) no-repeat !important; 
}

.product{
	height: 268px;
}

.product .head{
	font-size: 24px;
	color: #333333;
	padding: 32px 0  15px 0;
}

.product .head .english{
	text-transform:uppercase;
	font-size: 20px;
	color: #cccccc;
}

.product .catalogue{
	margin: 0 -10px;
}

.product .catalogue li{
	float: left;
	width: 130px;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	height: 150px;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
}

.product .catalogue li a img{
	width: 130px;
}


.catalogue .info{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;  
	-moz-transition: top ease 200ms;
	-o-transition: top ease 200ms;
	-webkit-transition: top ease 200ms;
	transition: top ease 200ms;
	background: #eaeaea;
	color: #333333;
}

.catalogue li:hover .info{
	top:0;
}

.info .title{
	text-align: center;
	font-size: 18px;
	line-height: 50px;
}

.showdetail{
	width: 100%;
	height: 100px;
}

.showdetail li{
	float: left;
	width: 90px!important;
	font-size: 14px !important;
	text-align: left !important;	
	color: #333333;
	height: 30px !important
}

.showdetail li a{
	overflow: hidden ;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	padding-left: 10px;
	color:#333333;
	background: url(../images/point.png) no-repeat 1px; 
}

.showdetail li a:hover{
	color: #ff0000;
	background: url(../images/pointon.png)no-repeat 1px;
}

.main{
	width: 100%;
	background: #f6f6f6;
	height: 520px;
	overflow: hidden;
}

.about{
	width: 400px;
	overflow: hidden;
}

.about .head{
	font-size: 24px;
	color: #333333;
	padding-top: 18px;
	line-height: 60px;
}

.about .head .english{
	text-transform:uppercase;
	font-size: 20px;
	color: #cccccc;
}

.about .detail{
	width: 100%;
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}

.about .detail img{
	width: 400px;
	height: 280px;
	margin-bottom: 15px;
}

.news{
	width: 720px;
}

.news .head{
	font-size: 24px;
	color: #333333;
	padding-top: 18px;
	line-height: 60px;
}

.news .head .english{
	text-transform:uppercase;
	font-size: 20px;
	color: #cccccc;
}

.newsbox{
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
}

.newspic{
	width: 340px;
	height: 120px;
	background: #e3e3e3;
}

.newspic .pic{
	float: left;
	width: 240px;
	height: 120px;
}

.newsdate{
	float: left;
	width: 100px;
	text-align: center;
}

.newstime{
	font-size: 30px;
	color: #cc0000;
	padding-top: 15px;
	border-bottom: 2px solid #666666;
	width: 50px;
	margin:0 25px;
	font-style: italic;	
}

.newsmonth{
	font-size: 18px;
	color: #666666;
}

.newsyear{
	font-size: 14px;
	color: #999999;
}

.newsdetail{
	width: 360px;
	height: 120px;
	overflow: hidden;
}

.newsdetail .title{
	width: 100%;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	padding-bottom: 5px;
}

.newscontent{
	font-size:14px;
	line-height: 28px;
	color: #666666; 
}

.content{
	width: 1260px;
	margin: 0 auto;
}

.partner{
	width: 100%;
	height: 240px;
}

.partner .head{
	font-size: 24px;
	color: #333333;
	padding-top: 18px;
	line-height: 60px;
}

.partner .head .english{
	text-transform:uppercase;
	font-size: 20px;
	color: #cccccc;
}

.partnerroll{
	width: 100%;
	height: 120px;
	position: relative;
}

/*插件样式*/
#partnerjs .swiper-pagination{
	opacity: 0 !important;
}

.partnerroll .swiper-button-next{
	width: 40px;
	height: 120px;
	background: url(../images/pnext.png);
	position: absolute;
	right: 15px;
	top:0px !important;
	margin-top: 0px;
}

.partnerroll .swiper-button-prev{
	width: 40px;
	height: 120px;
	background: url(../images/ppre.png);
	position: absolute;
	left: -4px;
	top:0px !important;
	margin-top: 0px;
}

.partnerroll .swiper-button-next:hover{
	background: url(../images/pnexton.png);
}

.partnerroll .swiper-button-prev:hover{
	background: url(../images/ppreon.png);
}

#partnerjs{
	width: 1179px !important;
}

.footer{
	width: 100%;
	height: 300px;
	background: #484848;
	border-top: 3px solid #cccccc;
}

.footernav{
	float: left;
}

.footernav li{
	margin-top: 12px;
	float: left;
	width:145px;
	height: 250px;
	text-align: center;
}

.footericon1{
	width: 100%;
	background: url(../images/footericon1.png) no-repeat 45px 0;
}

.footericon2{
	width: 100%;
	background: url(../images/footericon2.png) no-repeat 45px 0;
}

.footericon3{
	width: 100%;
	background: url(../images/footericon3.png) no-repeat 45px 0;
}

.footericon4{
	width: 100%;
	background: url(../images/footericon4.png) no-repeat 45px 0;
}

.footericon5{
	width: 100%;
	background: url(../images/footericon5.png) no-repeat 45px 0;
}

.footericon6{
	width: 100%;
	background: url(../images/footericon6.png) no-repeat 45px 0;
}


.footerguide{
	width: 95px;
	padding-top: 40px;
	padding-left:35px; 
	color:#999999;
	font-size: 16px;
	text-align: left; 
}

.footerguide li{
	width: auto;
	height: auto;
	margin-top: 8px;
}

.footerguide li a{
	color: #cccccc;
	font-size: 14px;
}

.code{
	float: left;
	width: 200px;
	height: 200px;
	margin:40px 40px 0 40px;
}

.code img{
	width: 100%;
	height: 100%;
}

.copyright{
	float: left;
	padding-left: 35px;
	height: 20px;
	color: #cccccc;
	font-size: 14px;
}

/*内页*/
.navigation{
	width: 100%;
	height: 50px;
	background: #eaeaea;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
}

.navigation li{
	float: left;
	color: #666666;
}

.navigation li a{
	color: #333;
}

.major{
	width: 100%;
}

.major .head{
	padding-top: 35px;
	height: 35px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
	color: #000000;
	line-height: 35px;
	margin-bottom: 30px;
}

.major .head .english{
	text-transform:uppercase;
	font-size: 20px;
	color: #cccccc;
}

.leftsider{
	width: 815px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding-bottom: 50px;
}

.rightsider{
	width: 320px;
}

.aboutimg{
	width: 320px;
	height: 200px;
}

.export{
	width: 320px;
	height: 120px;
	padding:20px 0;
}

.honorlist{
	float: left;
	margin:0 -10px;
	padding-bottom: 10px;
}

.honorlist li{
	width: 220px;
	height: 305px;
	float: left;
	font-size: 14px;
	color: #000000;
	margin:0 10px 15px 10px;
}

.honorlist li p{
	line-height: 35px;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.pages{
	float: left;
	width: 70%;
	border-top: 1px solid #e5e5e5;
	text-align: center;
	padding:0 15%;
}

.pagesnum{
	float: left;
	padding-top: 25px;
	font-size: 14px;
	color: #333333;
	padding-right: 75px;
}

.pageslist{
	float: left;
	margin-top: 20px;
}

.pageslist li{
	float: left;
}

.pageslist li a{
	float: left;
	display: block;
	padding:6px 11px;
	color: #333;
	margin-right: 6px;
	border:1px solid #dddddd;
}

.pageslist li a:hover,.pageslist .active{
	background: #db2237;
	color:#fff;
}

.newsist{
	width: 100%;
}

.widthno{
	width: 800px;
}

.major .title{
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #333333;
	height: 70px;
	padding-top: 30px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.major .title .from{
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #999999;
	height: 40px;
}

.major .title .from .date{
	padding-left: 60px;
}

.major .info{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	padding-bottom: 50px;
}

.productlist{
	float: left;
	margin:0 -10px;
	padding-bottom: 10px;
}

.productlist li{
	width: 220px;
	/*height: 370px;*/
	float: left;
	font-size: 14px;
	color: #000000;
	margin:0 10px 15px 10px;
}

.productlist li img{
	width: 216px;
	height: 156px;
	border:2px solid #ececec;
}

.productlist li .title{
	line-height: 30px;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333333;
	text-align:center;
}

.productlist li p{
	line-height: 24px;
	color: #666666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.productleft{
	width: 480px;
	margin-bottom: 100px;
}

.productright{
	width: 665px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
}

.productright .title{
	text-align: center;
	color: #333333;
	font-size: 20px;
	padding-bottom: 15px;
}

.project li{
	height: 240px;
	overflow: hidden;
	margin-bottom: 20px;
}

.project li p{
	white-space: normal;
}

.joinlogo{
	width: 80px;
	height: 80px;
	padding-right: 30px;
}

.jiontitle{
	font-size: 20px;
	color: #666666;
}

.joinfr{
	width: 705px;
	line-height: 26px;
}

.joinlist{
	float: left;
	padding-bottom: 25px;
}

.job{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.job li{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #cacaca;
}

.contactinfo{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	margin-bottom: 50px;
}

.contactinfo li{
	float: left;
	width: 33.3333%;
	padding-bottom: 20px;
}

/*product 插件样式*/
.ban{ width:480px; height:390px; position:relative; overflow:hidden;}
.ban2{ width:476px; height:296px; position:relative; overflow:hidden;border: 2px solid #dadada;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li img{ width:476px; height:296px;}
.prev{ float:left; cursor:pointer;}
.num{ height:82px;overflow:hidden; width:415px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:100%;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:95px; height:68px; margin-right:5px; border: 2px solid #dadada;}
.num ul li img{width: 100%;height: 100%;}
.num ul li.on{ border:2px solid #ff9900; padding:0;}
.prev_btn1{ width:30px; text-align:center; height:72px; margin-right:5px; cursor:pointer; float:left;background: url(../images/pre.jpg);}
.next_btn1{  width:30px; text-align:center; height:72px; cursor:pointer;float:right;background: url(../images/next.jpg);}
.prev_btn1:hover{ background: url(../images/preon.jpg);}
.next_btn1:hover{ background: url(../images/nexton.jpg);}

/*add css*/
.nav li ul li ul{
	position: absolute;
	left: 170px;
	top: -5px;
}

.addleft{
	width: 200px;
}

.addright{
	width: 960px;
}

.submenu{
	display: none;
}

.menuhead{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 16px;
	text-indent: 1em;
}

.submenu li{
	text-indent: 1em;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.menuhead a:hover,.activeadd{
	display: block;
	background:#ffa200; 
	color: #fff;
}

.submenu li a:hover{
	display: block;
	background:#bebebe;
}