@charset "utf-8";
@font-face {
    font-family: 'Titillium';
    src: url('../fonts/TitilliumText25L004-webfont.eot');
    src: url('../fonts/TitilliumText25L004-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumText25L004-webfont.woff') format('woff'),
         url('../fonts/TitilliumText25L004-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumText25L004-webfont.svg#DINProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	font-size:12px;
	color:#555555;
		font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";	
	margin:0;
	padding:0;	
}
.bg{
	background: url(../images/bg.jpg);
}
div,dl,dt,dd,ol,ul,li,p{
	padding:0;
	margin:0;
}
ol,ul,li {
    list-style:none
}
a:link,a:visited {color:#555555;text-decoration:none;}
a:hover {text-decoration:none;color:#dd0000;}
.clear{clear:both;}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.links{
	margin-bottom:20px;
}
.links li{
	width:16.6%;
	float:left;
	text-align: center;
	padding-top:10px;
}
.links li img{
	border: 1px solid #dddddd;
}
input,textarea{
	border: 2px solid #dddddd;
	line-height:20px;
	padding:5px;
	width:60%;
}
.sousou{
	border: 1px solid #ccc;
	line-height:20px;
	padding:6px 3%;
	display: inline-block;
	vertical-align: top;
	font-size:13px;		
	font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";	
	width:75%;	
}
.sends{
	width:15%;
	font-size:14px;
	line-height:20px;
	text-align: center;
	padding:7px 0;
	display: inline-block;
	vertical-align: top;
	color:#ffffff;
	font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";
	border: none;
	background:#2b337e;
}
.sends:hover{
	background: #191f59;
}
.sousuo2{
	border: 1px solid #dddddd;
	padding:3px 4px;
	line-height:20px;
   width:25px;
   color:#888888;
   text-align: center;
}
.send2{
	width:60px;
	font-size:13px;
	line-height:20px;
	padding:4px;
	display: inline-block;
	color:#333333;
	font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";
	border: none;
	background: #ffffff;
	border:1px solid #dddddd;
}
.send2:hover{
	border:1px solid #ff6600;
	color:#ff6600;
}
img{
	border:0;
}
.wrap,.footIco,.footnav,.header{
	width:1100px;
	margin:0 auto;
}
.header{
	margin-top:-10px;
}
.links{
	width:900px;
	margin:0 auto;
}
.topbg{
	line-height:34px;
	height:34px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	margin:0 auto;
	margin-top:-20px;
	background: #f2f2f2;
}
.weixin{
	float:right;
	text-align: right;
}
.tels{
	float:right;
}
.wcenter{
	text-align: center;
	padding-top:6px;
}
.telico2{
	float:right;
	margin-right:30px;
	position: relative;
	cursor: pointer;
}
.telico2s{
	position: absolute;
	top:22px;
	display: none;
}
.telico2:hover .telico2s{
	display: block;
}
.telico1 img,.telico2 img{
	float:left;
	margin-right:6px;
	padding-top:6px;
}
.telico3{
	float:right;
}
.topLogo{
	float:left;
	width:35%;
	height:80px;	
	padding:10px 0;	
}
.topLogo img{
	max-height:100%;
	width:auto;
}
.seas{
	float:right;
	width:35%;
	padding-top:30px;
	margin-right:20px;
}
.topTel{
	float:right;
	line-height:20px;
	font-size:14px;
	text-align: left;
	width:25%;
	padding-top:28px;
}
.topTel img{
	float:left;
	margin-right:5px;
	margin-top:2px;
}
.topTel p{
	font-size:22px;
	color:#444;
	padding-top:3px;
}
.navbg{
   background: #000000;
   height:46px;
}
.na1{
	width:18%;
	background: url(../images/navbg3.jpg);
	font-size:15px;
	font-weight: bold;
	color:#ffffff;
	line-height: 42px;
	text-align: left;
	padding-left:2%;
}
.na2{
	width:13%;
}
.homeList{
	margin:40px 0;
}
.homeList li{
	width:20%;
	float:left;
	text-align: center;
	font-size:18px;
	line-height:60px;
}
.homeList li img{
	max-width:90%;
	height:auto;
}
.homeList2{
	margin:10px 0;
}
.homeList2 li{
	width:24%;
	margin:0.5%;
	float:left;
	text-align: center;
	font-size:15px;
	line-height:0;
	overflow: hidden;
	position: relative;
}
.homeList2 li img{
	max-width:100%;
	height:auto;
}
.homeList3{
	margin:40px 0;
}
.homeList3 li{
	width:16.6%;
	float:left;
	text-align: center;
	font-size:16px;
	line-height:40px;
}
.rond2{	
	background: #0657b2;
	-moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   border-radius:50%;
   margin:0 auto;
   width:110px;
   height:100px;
   padding-top:10px;
   -webkit-transition:  0.3s ease-in 0s;
   -moz-transition:  0.3s ease-in 0s;
   -ms-transition:  0.3s ease-in 0s;
   -o-transition:  0.3s ease-in 0s;
   transition:  0.3s ease-in 0s;
}
.homeList li img{
	-webkit-transition:  0.3s ease-in 0s;
   -moz-transition:  0.3s ease-in 0s;
   -ms-transition:  0.3s ease-in 0s;
   -o-transition:  0.3s ease-in 0s;
   transition:  0.3s ease-in 0s;
}
.homeList li:hover img{
	 transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
}
.rounds{	
	border: 2px solid #0657b2;
	-moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   border-radius:50%;
   margin:0 auto;
   width:140px;
   height:90px;
   font-size:20px;
   line-height:25px;
   padding-top:50px;
   color:#222222;
   cursor: pointer;
   -webkit-transition:  0.2s ease-in 0s;
   -moz-transition:  0.2s ease-in 0s;
   -ms-transition:  0.2s ease-in 0s;
   -o-transition:  0.2s ease-in 0s;
   transition:  0.2s ease-in 0s;
}
.rounds p{
	font-size:13px;
	color:#888888;
}
.rounds:hover{	
	border: 2px solid #0657b2;
	background: #0657b2;
	color:#ffffff;
}
.rounds:hover p{	
	color:#ffffff;
}
.dline{
	border-bottom: 1px dashed #dddddd;
}

.aboutInfo{
	font-size:14px;
	line-height:26px;
	color:#ffffff;
}
.aboutInfo img{
	float:right;
	margin-left:20px;	
}
.boxs{
	background:rgba(0,0,0, 0.7) none repeat scroll 0 0 !important;
	position: absolute;
	bottom:-30%;
	height:30px;
	width:100%;
	color:#ffffff;
	font-size:14px;
	line-height:20px;
	padding:6px 0 2px 0;
	-webkit-transition:  0.2s ease-in 0s;
   -moz-transition:  0.2s ease-in 0s;
   -ms-transition:  0.2s ease-in 0s;
   -o-transition:  0.2s ease-in 0s;
   transition:  0.2s ease-in 0s;
}
.boxs2{
	background:rgba(255,255,255, 0.7) none repeat scroll 0 0 !important;
	display: none;
	position: absolute;
	width:100%;
	height:88%;
	z-index:98;
}
.large{
	-webkit-transition:  0.2s ease-in 0s;
   -moz-transition:  0.2s ease-in 0s;
   -ms-transition:  0.2s ease-in 0s;
   -o-transition:  0.2s ease-in 0s;
   transition:  0.2s ease-in 0s;
   position: absolute;
   top:-35%;
   width:100%;
   z-index:99;
}
.large img{
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	-khtml-opacity: 0.8; 
	opacity: 0.8;
}
.workPic{
	width:210px;
	margin-right:20px;
	overflow: hidden;
	position: relative;
}
.workPic img{
	max-width:198px;
	height:auto;
	border:1px solid #dddddd;
	padding:5px;
}
.workPic p{
	line-height:30px;
}
.amore:link,.amore:visited{
	font-size:16px;
	background:#0073de;
	width:150px;
	height:40px;
	line-height:40px;
	color:#ffffff;
	display: inline-block;
	text-align: center;
}
.amore:hover{
	text-decoration:none;
	background:#005ab0;
}
.pa:link,.pa:visited {
	font-size: 14px;
	color: #333333;
	margin-right:5px;
	padding:2px 10px;
	background: #dcd9d4;
	border: 1px solid #dcd9d4;
	display: inline-block;
}
.pa:hover{
	background: #eeeeee;
	border: 1px solid #dcd9d4;
	text-decoration: none;
}
.paon {
	font-size: 14px;
	color: #333333;
	margin-right:5px;
	padding:2px 10px;
	background: #dcd9d4;
	display: inline-block;
	border: 1px solid #dcd9d4;
}
.paon2 {
	font-size: 14px;
	color: #ffffff;
	margin-right:5px;
	padding:2px 10px;
	background: #2b317d;
	display: inline-block;
	border: 1px solid #2b317d;
}
.navline{
	background: #eeeeee;
	height:5px;
}
.footer{
	color:#ffffff;
	font-size:13px;
	line-height:26px;
	padding:25px 0;
	text-align: center;
	background: #111;
}
.footer a{
	color:#fff;
	padding:0 10px;
}
.rline{
	border-right:1px solid #e0e0e0;
	margin-right:2%;
}
.weixins{
	float:left;
	margin-right:15px;
	width:100px;
	height:auto;
}
.home_tit{
   font-size:15px;
   color:#2b317d;
   padding-left:10px;
   line-height:38px;
   padding-top:2px;
   font-weight: bold;
   background: url(../images/titbg.jpg) repeat-x;
   border: 1px solid #d5d5d5;
   border-bottom:none;
}
.home_tit a{
	color:#2b317d;
}
.home_tit span{
	color:#999999;
	font-size:15px;
	font-weight: normal;
	font-family:Titillium, Verdana, Geneva, Arial, Helvetica, sans-serif 
}
.home_tit2{
   font-size:15px;
   color:#ffffff;
   line-height:44px;
   text-align: center;
   font-weight: bold;
   background: url(../images/left-tit.jpg) repeat-y center top;
   background-size:100% auto; 
}
.tline{
	border-top:1px solid #eeeeee;
}
.newsinfo{
	color:#777777;
	line-height:22px;
	font-size:13px;
	padding-top:6px;
}
.dates{
	border-right:1px solid #dddddd;
	text-align: center;
	font-size:40px;
	color:#ff6600;
	font-weight: bold;
	width:90px;
	height:75px;
	float:left;
	margin-right:20px;
}
.dates p{
	font-size:17px;
	color:#888888;
	font-weight: normal; 
	padding-top:6px;
}
.leftBox{
	float:left;
	width:235px;
}
.rightBox{
	float:right;
	margin:20px 0;
	width:74%;
}
.con_tit{
   font-size:15px;
	color:#231915;
	line-height:40px;
	padding-left:53px;
	font-weight: bold;
	background:#f2b600 url(../images/left1.png) no-repeat 24px center;
}
.con_t{
	text-align: center;
	font-size:15px;
	color:#231915;
	line-height:40px;
}
.redtitle{
	font-size:22px;
	font-weight: bold;
	color:#ff6600;
}
.con_txt{
	border: 1px solid #dddddd;
	padding:12px;
	font-size:12px;
	line-height:22px;
}
.con_info{
	font-size:14px;
	color:#333333;
	line-height:26px;
	padding:20px;
	border: 1px solid #d5d5d5;	
	border-top:none;
	min-height:300px;
	height:auto;
}
.con_info img{
	max-width:100%;
	height:auto;
}
.la:link,.la:visited{
	margin:0 25px;
	color:#666666;
	font-size:16px;
	line-height:40px;
	display: inline-block;	
}
.la:hover{
	color:#0073de;
	line-height:37px;
}
.laon{
	color:#0073de;
	margin:0 25px;
	font-size:16px;
	line-height:40px;
	display: inline-block;
	line-height:37px;
	border-bottom: 2px solid #0073de;
}
.fa:link,.fa:visited{
	color:#999999;
	font-size:12px;
	margin:0 6px;
}
.fa:hover{
	color:#cccccc;
	text-decoration:none;
}
.btn{
	background:#f4b902;
	width:80px;
	height:36px;
	display: inline-block;
	border: 0px solid #ffffff;
	font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";
}
.news_list{
	width:96%;
	margin:0 auto;
	margin-top:30px;
}
.news_list li{
	margin-bottom:16px;
	font-size:14px;
	font-weight: bold;
	padding-bottom:16px;	
	float:left;
	width:31.1%;
	margin:1%;
	border: 1px solid #dddddd;
}

.bimg{
	margin-bottom:15px;
}
.pages{
	text-align: center;
	margin:30px 0 20px 0;
}
.imgs{
	text-align: center;
	padding:10px;
}
.homeLeft{
	float:left;
	width:19.5%;
}
.homeRight{
	float:right;
	width:79%;	
	padding-top:18px;
}
.homeL{
	float:left;
	width:40%;
	margin-top:20px;
}
.homeR{
	float:right;
	width:55%;	
	margin-top:20px;
	font-size:13px;
	line-height: 26px;
	color:#666;
}
.icos{
	z-index: 100;
	top:0;
	margin-left:225px;
	cursor: pointer;
	position: absolute;
	width:75px;
	height:75px;
}
.seabg{
	float:right;
	text-align: right;
}
.send{
	background:#ff6600;
	width:80px;
	font-size:14px;
	line-height:20px;
	padding:5px;
	display: inline-block;
	color:#ffffff;
	font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";
	border: none;
	margin-left:-2px;
	margin-top:8px;
}
.sends2{
	background:url(../images/searcgh.jpg);
	width:180px;
	height:52px;
	font-size:18px;
	line-height:46px;
	display: inline-block;
	color:#ffffff;
	font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";
	border: none;
	padding-right:50px;
}
.sou{
	padding:5px;
   background: #fbe8b3;
   color:#231915;
   font-size:13px;
   border: none;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.sousuo{
	border: 1px solid #dddddd;
	padding:6px;
	line-height:20px;
   width:90%;
}
.simg{
	float:left;
	text-align: center;
	padding:5px;
	width:188px;
}
.choose{
    background:#f0e5c7;
	width:940px;
	margin:0 auto;
	padding:20px;
	margin-bottom:20px;
	font-size:18px;
	font-weight: bold;
	color:#333333;
	line-height:30px;
	text-align: center;
}
.new_list{
	margin:0 auto;
	margin-top:10px;
	width:96%;
}
.new_list li{
	font-size:14px;
	border-bottom:1px dashed #dddddd;
	padding:7px 0;
}
.newinfo{
	color:#666666;
	line-height:22px;
	font-size:13px;
	padding-bottom:10px;
}
.news_date{
	font-size:13px;
	color:#666666;	
	float:right;
}
.news_date span{
	font-size:14px;
}
.dates2{
	border-right:1px solid #dddddd;
	text-align: center;
	font-size:40px;
	color:#666666;
	font-weight: bold;
	width:90px;
	height:65px;
	float:left;
	margin-right:10px;
}
.dates2 p{
	font-size:17px;
	color:#888888;
	font-weight: normal; 
	padding-top:6px;
}
.buss_info{
	padding:20px;
	font-size:16px;
	line-height:26px;
}
#our-sns{
	float:right;
	text-align: right;
	width:20%;
}
#our-sns img{
	float:right;
	padding-top:5px;
	margin-left:5px;
}
#weixin{
	display: none;
}
.ff li{
	width:25%;
	float:left;
	color:#ffffff;
	font-size:13px;
	line-height:24px;
}
.ff li p{
	font-size:16px;
	line-height:20px;
	padding-bottom:15px;
}
.linkbg{
	width:100%;
	padding:20px 0;
	background: url(../images/linkbg.jpg);
}
.link_tit{
	color:#f28600;
	font-weight: bold;
	font-size:16px;
	line-height:30px;
	border-bottom: 1px solid #dadada;
	margin-bottom:15px;
}
.link_tit span{
	color:#f7b666;
	font-size:16px;
	font-family:Titillium, Verdana, Geneva, Arial, Helvetica, sans-serif 
}
.lines{
	height:1px;
	background: #e0e0e0;
	width:100%;
	margin:10px 0 30px 0;
}
.lines2{
	height:1px;
	background: #eeeeee;
	width:100%;
	margin:30px 0;
}
.ban{
	text-align: center;
}
.ban img{
	max-width:100%;
	height:auto;
}

.forms{
	float:right;
	width:45%;
	font-size:15px;
	color:#333333;
	line-height:28px;
	padding-bottom:30px;
}
.pics{
   text-align: center;
   padding-bottom:20px;
}
.pics img{
   max-width:100%;
   height:auto;
}
.classbg{
	background: #656565;
}
.con_l{
	float:left;
	width:22%;
	margin-top:20px;
}
.con_r{
	float:right;
	width:77%;
}
.className{
	border: 1px solid #dddddd;
   background: #ffffff;
   border-top: none;
   padding:0 0 20px 0;
}
.className li{
	line-height:40px;
	padding-left:25px;
	border-bottom: 1px solid #eeeeee;
}
.className li a{
	font-size:14px;
	color:#333333;
}
.className li ul{
	margin-bottom:10px;
}
.className li ul li{
	border-bottom: 0px solid #eeeeee;
	line-height:24px;
	padding-left:20px;
}
.className li ul li a{
	line-height:24px;
	font-size:12px;
	color:#555555;
	font-weight: normal;
	
}
.className2{
	border: 1px solid #dddddd;
	padding-top:20px;
}
.className2 li{
	line-height:20px;
	text-align: left;
	margin-bottom:15px;
	border-bottom:1px dotted #dddddd;
	padding-bottom:15px;
}
.className2 li img{
	width:70px;
	height:auto;
	float:left;
	margin:0 10px;
}
.className2 li p{
	width:90%;
	margin:0 auto;
	padding:5px;
	font-size:12px;
}
.p_tit{
	font-size:20px;
	color:#333333;
	font-weight: bold;
	line-height:40px;
	margin-top:20px;
	border-bottom: 1px solid #dddddd;
}
.videoList li{
   display: inline-block;
   width:49.5%;
   text-align: center;  
   position: relative;
}
.videoList li p{
	width:90%;
	margin:0 auto;
	text-align: left;
	font-size:17px;
   line-height:24px;
   color:#000000;
   height:60px;
   margin-top:5px;
}
.videoList li img{
	max-width:96%;
	height:auto;
}
.plays{
	width:50px;
	height:35px;
	border: 2px solid #ffffff;
	position: absolute;
	bottom:85px;
	left:30px;
	-moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius:20px;
   z-index:99;
   background: url(../images/play.png) no-repeat center center;
    -webkit-transition:  0.2s ease-in 0s;
    -moz-transition:  0.2s ease-in 0s;
    -ms-transition:  0.2s ease-in 0s;
    -o-transition:  0.2s ease-in 0s;
    transition:  0.2s ease-in 0s;
}
.videoList li:hover .plays{
	border: 2px solid #ff6700;
	background: #ff6700  url(../images/play.png) no-repeat center center;
}
.photobg{
	background: #ffffff;
	-moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius:6px;
   padding:20px;
   margin-top:20px;
}
.photobg2{
	background: #ffffff;
	-moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius:6px;
   padding:25px;
   margin-top:0px;
}
.home_about{
	float:left;
	width:59%;
	background: #ffffff;
	-moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius:6px;
   padding:2%;
   margin-top:20px;
   line-height:22px;
   font-size:12px;
}
.home_about img{
	margin-right:20px;
}
.home_news{
	float:right;
	width:31%;
	background: #ffffff;
	-moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius:6px;
   padding:2%;
   margin-top:20px;
   line-height:22px;
   font-size:12px;
}
.news_title{
	line-height:28px;
}
.pro_class{
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	padding:10px 15px;
	background: #f5f5f5;
}
.pro_class span{
	font-size:13px;
	font-weight: bold;
}
.pro_class a{
	padding-right:15px;
}
.pro_class2{
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	padding:10px 15px;
	border-bottom:1px dashed #ddd;
}
.pro_class2 span{
	font-size:13px;
	font-weight: bold;
}
.pro_class2 a{
	padding-right:15px;
}
.home_pro{
   padding:25px 1.2% 1% 1.2%;
   border: 1px solid #d5d5d5;
   border-top:none;
   margin-bottom:12px;
   font-size:0;
}
.home_pro li{
	width:25%;
	font-size:12px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-bottom:15px;
}
.home_pro li p{
	padding-top:6px;	
	line-height:20px;
}
.spic{
	height:190px;
	width:190px;
	overflow: hidden;
	margin:0 auto;
	background: #fff;
	border:1px dotted #999;
}
.spic:hover{
	border:1px dotted #dd0000;
}
.spic span{
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.spic img{
	vertical-align: middle;
	max-width:100%;
	height:auto;
	max-height:100%;
	width:auto;
}
.spic:hover img{
	filter:alpha(opacity=60); 
	-moz-opacity:0.6; 
	-khtml-opacity: 0.6; 
	opacity: 0.6;	
}
.spic2{
	height:130px;
	width:130px;
	overflow: hidden;
	margin:0 auto;
	background: #fff;
	border:1px dotted #999;
}
.spic2:hover{
	border:1px dotted #822d43;
}
.spic2 span{
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.spic2 img{
	vertical-align: middle;
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	
}
.home_pro2{
   border: 1px solid #d5d5d5;
   border-top:none;
   text-align: center;   
   padding-top:20px;
}
.home_pro2 li{
	margin-bottom:10px;
	line-height:24px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.home_pro2 img{
	max-width:70%;
	height:auto;
	border: 1px solid #dddddd;
}
.home_pro2 li:hover img{
	border: 1px solid #822d43;
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7;
}

.home_case{
   padding:25px 1.2% 1% 1.2%;
   border: 1px solid #d5d5d5;
   border-top:none;
   margin-bottom:12px;
   font-size:0;
}
.home_case li{
	width:33.33%;
	font-size:12px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-bottom:15px;
}
.home_case li p{
	padding-top:6px;	
	line-height:20px;
}
.spic3{
	width:250px;
	height:180px;
	overflow: hidden;
	margin:0 auto;
	background: #fff;
	border:1px dotted #999;
}
.spic3:hover{
	border:1px dotted #822d43;
}
.spic3 span{
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.spic3 img{
	vertical-align: middle;
	max-width:100%;
	height:auto;
}
.proList{
	font-size:0;
	margin-top:20px;
}
.proList li{
	width:20%;
	font-size:12px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height:18px;
	margin-bottom:10px;
}
.proList li p{
	padding-top:5px;
	line-height: 20px;
}
.title{
	color:#822d43;
	font-size:20px;
	text-align: center;
}
.ban_down{
	background: url(../images/ban_d.png) center top;
	height:70px;
	z-index:100;
	width:100%;
	margin-top:-18px;
	position: absolute;
}
.ban_d{
	background: url(../images/ban_down.jpg) center top;
	height:40px;
	line-height:40px;
	font-size:12px;
	text-align: right;
	margin-top:-4px;
}
.promore{
	margin-top:20px;
	width:100%;
	text-align: left;
	font-size:0;
}
.promore li{
	width:70px;
	height:70px;
	margin-right:10px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7;
}
.promore li.hover{
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	-khtml-opacity: 1; 
	opacity: 1;
}
.pics2{
	display: inline-block;
	height:70px;
	width:100%;
	border: 1px solid #ddd;
}
.pics2 img{
   vertical-align: middle;
}
.pics2 span{
	display: inline-block;
	vertical-align: middle;
	height:100%;	
}
.proline{
	background: #ddd;
	height:1px;
}
.pro_title{
	line-height:36px;
	margin-top:25px;
	margin-bottom:-1px;
	
}
.pro_title li{
   display: inline-block;
   padding:0 15px;
   font-size:15px;
	color:#333;
   margin-right:10px;
   border: 1px solid #ddd;
   border-bottom:none;
   background: #eee;
   -moz-border-radius: 5px 5px 0 0;
   -webkit-border-radius: 5px 5px 0 0;
   border-radius:5px 5px 0 0;
   cursor: pointer;
}
.pro_title li.hover{
	background: #fff;
	color:#000;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
.promot{
	margin-top:20px;
}
.promot li{
	width:50%;
	float:left;
	text-align: center;
	margin-bottom:10px;
}
.promot li img{
	width:95%;
	height:auto;
}
.order:link,.order:visited{
	background: #6e283a;
	color:#ffffff;
	font-size:15px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	line-height:36px;
	width:120px;
	margin:20px 0;
}
.order:hover{
	background: #51232e ;
}
.sea{
	line-height: 50px;
	color:#777777;
	font-size:14px;
	padding-left:12px;
}
.seaList{
	padding-top:10px;
	padding-bottom:10px;
}
.seaList li{
	width:25%;
	float:left;
	color:#888888;
	line-height: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.sea_title{
   display: inline-block;
   color:#f28600;
   font-size:28px;
   line-height: 30px;
   border-right: 1px solid #ff9900;
   padding-right:20px;
   margin-right:20px;
   float:left;
}
.sea_title p{
	font-size:15px;
	color:#999999;
}
.sea_title2{
	font-size:15px;
	padding-bottom:6px;
}
.home-ico li{
	width:31.3%;
	float:left;
	margin:0 1%;
	font-size:14px;
	line-height: 24px;
	color:#777777;
	padding-bottom:20px;
}
.home-ico li img{
	width:100%;
	height:auto;
	margin:10px 0;
}
.home-ico li p{
	padding:5px;
}
.ico_title{
	background:#ffbe00;
	color:#ffffff;
	font-size:20px;
	line-height: 40px;
	text-align: center;
}
.home_link li{
	float:left;
	margin:0 2px;
}
.home_link li img{
	-moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   border-radius:7px;
}
.home_link{
	margin-bottom:20px;
}
.home_class{
	border-bottom:1px solid #dfdfdf;
	margin-bottom:15px;
}
.home_class li{
	float:left;
	padding:6px 20px;
	background: #eeeeee;
	margin-right:3px;
	cursor: pointer;
	font-size:15px;
	color:#222222;
}
.home_class li.hover{
	background:#ffbe00;
	color:#ffffff;
}
.newbox{
	line-height: 22px;
	min-height:205px;
	height:auto;
}
.n_pic{
	float:left;
	margin-right:10px;
	width:280px;
	height:auto;
}
.n_title{
   font-size:18px;
   color:#802d40;
   padding:10px 0;
}
.con_pic{
   width:100%;
   height:300px;
   text-align: center;
}
.has-mores{
   position: relative;
}
.has-mores:hover .nav-subs{
	display: block;
}
.nav-subs{
   position: absolute;
   display: none;
   left:212px;
   width:180px;
   background: #fff;
   top:-1px;
   border: 1px solid #ddd;
   border-bottom: none;
}
.nav-subs li{
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.nav-subs li a{
	background: transparent;
	background: #f5f5f5;
}
.sa:link,.sa:visited{
	font-size:12px;
	color:#666;
	padding-left:20px;
	line-height: 28px;
}
.sa:hover{;
	color:#802d40;
}
.n_date{
	color:#999999;
	text-align: center;
	font-size:12px;
	padding-bottom:10px;
	border-bottom: 1px dotted #ddd;
}
.sea2{
	width:20%;
	float:left;
}
.sea3{
	width:60%;
	float:left;
}
.sea4{
	float:right;
	width:20%;
}
.sea-win{
	width:40%;
}
.smallName{
	display: none;
}
.footIco li{
	width:20%;
	float:left;
	font-size:14px;
	margin-bottom:30px;
	color:#888888;
}
.footIco li img{
	float:left;
	margin-right:10px;
	width:50px;
	height:auto;
}
.footIco li p{
	font-size:16px;
	color:#333333;
	font-weight: bold;
	padding-top:4px;
}
.linkpic{
	border: 3px solid #dddddd;
	margin:0 8px;
}
.linkTit{
	line-height: 38px;
	color:#ffffff;
	font-size:15px;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
	width:1085px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:10px;
	padding-left:15px;
	background:#c21117;
}
.homeClass{
	border:1px solid #d5d5d5;
	border-top:none;
	margin-bottom:20px;
}
.homeClass li{
   background:url(../images/leftbg.jpg) center top;
}
.homeClass li >a{
   display: block;
   line-height: 32px;
   color:#333333;
   font-size:13px;
}
.homeClass li:hover >a{
   color:#dd0000;
}
.mk{
	line-height:30px;
	display: block;
	border-bottom:1px dotted #ddd;
	color:#555;
	background: #fff;
	font-size:12px;
	padding-left:30px;
}
.mk:hover{
	color:#2a327d;
}
.nk{
	width:30px;
	text-align: center;
	color:#999999;
	display: inline-block;
	vertical-align: top;
	margin-top:-2px;
	font-size:12px;
}
.hasMore{
	position: relative;
}
.new_box{
	font-size:13px;
	color:#666666;
	width:96%;
	margin:0 auto;
	border-bottom: 1px dashed #dddddd;
	padding-bottom:15px;
	line-height: 24px;
	margin-top:15px;
}
.new_box img{
	float:left;
	margin-right:20px;
	width:200px;
	height:auto;
}
.new_box p{
	font-size:16px;
	font-weight: bold;
	color:#222222;
	padding-bottom:6px;
}
.ma:link,.ma:visited{
	float:right;
	font-size:12px;
	font-weight: normal;
	margin-right:10px;
	background: url(../images/ico.gif) no-repeat left 14px;
	padding-left:15px;
	font-family: SimSun,Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.ma:hover{
	color:#ff0000;
}
.service_box{
	position: fixed;
	right:0;
	width:130px;
	top:25.8%;
	z-index:100;
}
.service_tit img{
	-moz-border-radius: 5px 4px 0 0;
   -webkit-border-radius: 5px 4px 0 0;
   border-radius:5px 4px 0 0;
   margin-bottom:-4px;
}
.telssk{
	font-size:15px;
	margin-bottom:6px;
}
.tab_plan{
	border-left: 2px solid #ff6b09;
	border-right: 2px solid #ff6b09;
	background: #ffffff;
	padding:10px 15px 0 15px;
}
.tab_plan2{
	border: 2px solid #ff6b09;
	border-top: none;
	text-align: center;
	background: #ffffff;
	padding:0px 0 10px 0;
}
.page_l{
	float:left;
	width:70%;
	text-align: right;
}
.page_r{
	float:left;
	width:29%;
	text-align: left;
	padding-left:1%;
}
.linksk{
	margin-top:8px;
	width:900px;
	margin:0 auto;
}
.linksk a{
	margin-right:20px;
}
.fnk{
	width:12%;
}
.fmk{
	width:40%;
	text-align: left;
}
.new_info2{
	display: none;
}
.na3{
	display: none;
}
.homeClass2,.homeClass3{
	display: none;
}
.homeL2{
	display: none;
}
@media (max-width: 1100px) {
   .wrap,.footIco,.footnav,.header,.fmk{
	   width:100%;
   	margin:0 auto;
   }
   .links{
   	width:100%;
   }
   .linkTit{
	   width:98%;
	   padding-left:2%;
   }
   .topTel{
	   width:24%;
   }
   .topTel p{
	   font-size:18px;
   }
   .seas{
   	width:35%;
   }
   .linksk{
   	width:98%;
  }
}
@media (max-width: 880px) {
   .topLogo{
	   height:90px;
	   padding-top:6px;
   }
   .topTel{
	   width:40%;
	   padding-top:6px;
   }
   .seas{
   	width:45%;
   	padding-top:0px;
   	padding-bottom:6px;
   }
}
@media (max-width: 760px) {
   .topbg,.topTel,.homeClass,.service_box,.ico_word,.fmk,#repro,.na1,.news_date{
   	display: none;
   }
   .topLogo{
   	height:80px;
   	padding:0 0 0 10px;
   	float:none;
   }
   .header{
   	margin-top:-20px;
   }
   .navbg{
   	background: transparent;
   	height:0px;
   }
   .seas{
   	width:96%;
   	float:none;
   	margin-left:2%;
   	overflow: hidden;
   	padding-top:5px;
   }
   .seas p{
   	text-align: center;
   }
   .homeLeft,.homeRight{
   	float:none;
   	width:100%;
   }
   .home_pro2,.home_pro{
	   padding:0;
      border: none;
      width:98%;
      margin:0 auto;
   }
   .home_pro{
   	padding-top:10px;
   }
   .home_pro2 li,.home_pro li{
   	width:50%;
   	float:left;
   	text-align: center;
   }
   .home_pro2 li img,.home_pro li img{
   	max-width:94%;
   }
   .home_tit2{
      background: url(../images/titbg2.jpg) repeat-x -1px top;
      border-right:none;
   }
   .footIco li img{
   	float:none;
   }
   .footIco li{
   	text-align: center;
   }
   .fnk{
   	width:20%;
   }
   .links li{
   	width:33.3%;
   }
   .links li img{
   	width:96%;
   	height:auto;
   }
   .con_r{
   	float:none;
   	width:98%;
   	margin:0 auto;
   }
   .proLists li,.proList li{
   	width:50%;
   	display: inline-block;
   }
   .proLists li img,.proList li img{
   	max-width:96%;
   }
    .homeL,.homeR{
   	float:none;
   	width:98%;
   	margin:0 auto;
   }
   .p_tit{
   	font-size:18px;
   	margin-top:0px;
   	text-align: center;
   }
   .new_box img{
   	width:100px;
   }
   .new_info1,.homeL{
	   display: none;
   }
   .new_info2,.na3,.homeL2{
	   display:block;
   }
   .homeClass2,.homeClass3{
	   display:block;
	   width:98%;
	   margin:0 auto;
    }
    .homeClass2 li{
    	width:33%;
    	float:left;
    	background: #666666;
    	text-align: center;
    	margin-bottom:2px;
    	margin-left:0.3%;
    }
    .homeClass2 li a{
    	color:#ffffff;
    	font-size:14px;
    	display:block;
    	line-height: 34px;
    }
    .homeClass2on{
    	background: #ff6600;
    	display: block;
    }
    .homeClass3 li{
    	width:33%;
    	float:left;
    	text-align: center;
    	margin-bottom:2px;
    	margin-left:0.3%;
    	border-bottom:1px solid #dddddd;
    }
    .homeClass3 li a{
    	color:#333333;
    	font-size:13px;
    	display:block;
    	line-height: 30px;
    }
    .homeClass3on{
    	color: #ff6600;
    	display: block;
    }
    .sends{
    	margin-left:2px;
    }
    .pa:link,.pa:visited {
	font-size: 14px;
	color: #333333;
	margin-right:0px;
	padding:0 5px;
	display: inline-block;
	background: transparent;
}
.pa:hover{
	border: none;
	text-decoration: none;
	background: transparent;
}
.paon {
	font-size: 14px;
	color: #333333;
	margin-right:0px;
	padding:0 5px;
	display: inline-block;
	border: none;
	background: transparent;
}
.paon2 {
	font-size: 14px;
	margin-right:0;
	padding:0 5px;
	color: #ee0000;
	display: inline-block;
	border: none;
	background: transparent;
}
.page_l,.page_r{
	float:none;
	width:100%;
	text-align: center;
	font-size:14px;
	margin-bottom:6px;
}
}