.remen /* CSS Document */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
 
 
}

h3{ font-size:20px; font-weight:100;}
body{ margin: 0; font-size:12px; margin-top:0px;font-family:"微软雅黑"; background:url(../images/header.jpg) repeat-x top #fff;}

.clearfix:after,.clearfix:before{display:table;line-height:0;content:""}
.clearfix:after{clear:both}

/*  主要样式 */
.yyui_menu1 { height:60px; line-height:60px; font-size:16px;  list-style: none; width:1400px; margin: 0 auto;}
 
.yyui_menu1 li { float:left; position:relative; width:140px; text-align: center; } /*这一级是导航*/
.yyui_menu1 li a { display:block; line-height:60px; text-decoration:none;  color:#fff;  }
.yyui_menu1 li a:hover {  background:#fff; color: #0056b1; }
  
 
.yyui_menu1 li ul { position:absolute; list-style: none; float:left; width:140px;   display:none; background-color:#FFFfff; z-index:9999;} /*这是第二级菜单*/
.yyui_menu1 li ul li{border-bottom: 1px solid #0056b1;}
.yyui_menu1 li ul a { width:140px;text-decoration:none; color:#333333; height: 45px; line-height: 45px; font-size:12px;}
.yyui_menu1 li ul a:hover { background:#0056b1; color: #fff;}
 
.yyui_menu1 li ul ul{ top:0;left:150px;}

/*===================链接样式备用=======================*/
.white a{color:#FFFFFF;!important;text-decoration:none;}
.white a:hover{color:#000000!important;text-decoration:none;}
.black a{color:#000000!important;text-decoration:none;}
.black a:hover{color:#000000!important;text-decoration:underline}
.red a{color:#000000!important;text-decoration:none;}
.red a:hover{color:#FF0000!important;text-decoration:underline}
.tcblue a{color:#2891B1!important;text-decoration:none;}
.tcblue a:hover{color:#FF0000!important;text-decoration:underline}
.red1 a{color:#000000!important;text-decoration:underline}
.red1 a:hover{color:#FF0000!important;text-decoration:none;}
#container {  width:1400px;margin:0 auto;}
#container a{ }
.position{ line-height:60px;}
.list_page{ text-align:center;}

/* 帝国内容页 */
.showpage .main .box {
	border-width: 1px;
}
.news .main .box {
	padding: 0 20px;
	background: #F7FDFF;
}
.info .main .box {
	padding: 0 20px;
}
.showpage .main .title_info {
	margin-top: 15px;
	text-align: center;
}
.showpage .main .title_info h1 {
	font-size: 24px;
	line-height: 2;
	margin: 0px;
	padding: 0px;
}
.showpage .main .title_info .info_text {
	border-bottom: 1px dashed #ccc;
	line-height: 2;
	padding-bottom: 6px;
	color: #666;
}
.showpage .digg {
	background: url(../images/digg_bg.gif) no-repeat left top;
	width: 62px;
	margin-bottom: 10px;
}
.showpage .digg td {
	text-align: center;
	padding-right: 4px;
}
.showpage .digg .diggnum {
	height: 38px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
.showpage .digg .diggit {
	height: 30px;
	line-height: 24px;
}
.showpage .main #text {
	font-size: 14px;
	line-height: 1.8;
}
.showpage .main #text p {
	margin: 1em 0;
}
.showpage #plpost {
	margin-top: 10px;
	border: 1px solid #AACCEE;
}
.showpage #plpost .title {
	border: 0px solid #666666;
}
.showpage #plpost .title span {
	color: #CC0000;
}
.showpage #plpost #saytext {
	display: block;
	margin: 0 0 10px;
	padding: 8px;
	height: 100px;
	width: 90%;
	border: 1px solid #ccc;
}



/*===================ziye当前位置开始=======================*/
.ziyeright{   margin:3px 7px 0px 0px; width:1400px; margin: 0 auto;}
.ziyeright .wei{ height:40px;  line-height:40px; }
.ziyeright .wei a{ color:#4b4b4b;}
.ziyeright .neirong{  line-height:30px; padding:10px;}
.ziyeright .neirong p{ font-size:14px;  }

.title_info{ text-align:center;}
.title_info td{ line-height:39px;}
#text{ line-height:26px;}
.digg {
	background: url(../images/digg_bg.gif) no-repeat left top;
	width: 62px;
	margin-bottom: 10px;
}
.digg td {
	text-align: center;
	padding-right: 4px;
}
.digg .diggnum {
	height: 38px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
.digg .diggit {
	height: 30px;
	line-height: 24px;
}
/*===================ziye当前位置结束=======================*/


  
        .clearfix::before,
        .clearfix::after {
            content: "";
            display: table;
        }

        .clearfix::after {
            clear: both;
        }


        div.box {
            width: 400px;
            height: 400px;
             
        }

        div.box a.phone-display {
            display: block;
            position: relative;
            height: 100%;
        }


        div.bottom-nav{
            margin-top: 20px;
        }
        
        div.bottom-nav div.tab-btn{
            position: relative;
            width: 40px;
            height: 60px;
            cursor: pointer;
        }
        
        div.tab-btn:hover{
            opacity: .6;
        }

        div.tab-btn.btn-left{
            float: left;
        }

        div.tab-btn.btn-right{
            float: right;
        }

        i.shift-icon {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            width: 26px;
            height: 26px;
            border: 1px solid #999;
            border-radius: 50%;
        }

        i.shift-icon>span {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 10px;
            height: 10px;
            border-bottom: 1.5px solid #999;
        }

        div.btn-left i.shift-icon>span {
            border-left: 1.5px solid #999;
            transform: translate(-30%, -50%) rotate(45deg);
        }
        div.btn-right i.shift-icon>span {
            border-right: 1.5px solid #999;
            transform: translate(-70%, -50%) rotate(-45deg);
        }


        div.bottom-nav div.bottom-center-nav{
            position: relative;
            height: 60px;
            margin: 0 50px;
            overflow: hidden;
        }
        div.bottom-center-nav ul.small-img-ul {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
			list-style: none;
        }
        ul.small-img-ul li.img{
            float: left;
            width: 60px;
            height: 100%;
            border:1px solid transparent;
            background-size: 100% 100%;
            cursor: pointer;
        }
        ul.small-img-ul li.img.active{
            border-color: rgb(160, 27, 27);
        }

 

/*===================header开始=======================*/
.header{  width:1400px;}
.header .header1{ height:30px; width:1400px; line-height:30px; color:#434343;}
.header .header2{   height:127px; width:1400px;position:relative;}
 
.nav-banner {
	position: relative;
	margin: 0 auto;
	height: 632px;
	overflow: hidden;
	width: 100%;
}
.banner {
	width: 1920px;
	height: 632px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -960px;
}
.banner ul {
	width: 1920px;
	height: 632px;
}
.banner ul li {
	width: 1920px;
	height: 632px;
}
.banner ul li img {
	width: 1920px;
	height: 632px;
}
.small {
	position: absolute;
	left: 45%;
	bottom: 9%;
	cursor: pointer;
	margin-left: -50px
}
.small a {
	width: 70px;
	height: 7px;
	background: #5f5f5f;
	float: left;
	margin: 0 8px;
}
.small .small_s {
	background: #b14a27;
	width: 70px;
	height: 7px
}

.news_list .box ul{ list-style-type:none;}
.news_list .box li{ width:43%; float:left; margin-right:1%; margin-left:1%; border-bottom:1px dashed #ccc; line-height:40px; }
.news_list .box li a{ font-size:14px; color:#000; }
.news_list .box li span{ float:right; font-size:14px;}

.list_page{ padding-top:15px;}


 .position a{ color:#000;}
 .line_bottom a{ color:#000;}
 
#logo_c{ 
 height:100px; 
 
 margin-top:25px;
 float:left;
 }
 .tel{ float:right; margin-top:28px;}
.yuncai{ position: absolute;
    left: 47%;
    top: 25%;}
 
/*--nav--开始*/
.nav {
height:60px; 
line-height:60px;
background:#0056b1;
	 
}
.nav .nav_global {
	width:1400px; margin: 0 auto;

}
.nav .nav_global ul {
	text-decoration:none;
	
	 
}
.nav .nav_global li {
	cursor:pointer;
	float:left;
	text-align:center;
	text-decoration:none;
 
 list-style-type:none;
	 
	position:relative;
	 
}
.nav .nav_global li a {
	display: block;
	color: #fff;
	width:200px; text-align:center;
	font-size:16px;
	line-height:60px;
	font-family:"微软雅黑";
	 
}
.nav .nav_global li a:hover {
	color:#fff;
	text-decoration: none;
 
}

.mainlevel {
	
 
}
.nav .nav_global li ul {
	display: none;
	position: absolute;
	z-index: 9999;	 
	top: 60px;
	background: #1f5120;
}
.nav .nav_global li ul li {
	border-bottom: 1px solid #fff;
	height: 38px;
	line-height: 38px;
	width: 200px;/*IE6 only*/
	;
	text-align: center;
}

.nav .nav_global li ul li a {
	border-bottom: 1px solid #fff;
	height: 38px;
	line-height: 38px;
	width: 200px;/*IE6 only*/
	;
	text-align: center;
}

.nav .nav_global li ul li:hover {
	 
	border-bottom: 1px solid #fff;
	height: 38px;
	line-height: 38px;
	width: 200px;/*IE6 only*/
	;
	text-align: center;
}
.nav .nav_global li ul li a {
	 display:block;
	text-align: center;
	height: 38px;
	line-height: 38px;
	font-size:12px;
	 
}

.nav .nav_global li ul li a:hover {
	 
	  font-size:12px;
	height: 38px;
	line-height: 38px;
	 
}
.boxfangan{ width:100%; }
.boxfangan ul{ list-style:none; width:100%;height:90px; border-bottom:1px solid #0056b1;}
.boxfangan ul li{ line-height:50px;}
.boxfangan ul li a{ font-size:18px;}
.boxfangan ul li span{ float:right;}
.boxfangan ul dl{ font-size:12px;}
.boxfangan ul dl a{ font-size:16px; color:#0056b1; float:right;}


#wrapper{ margin-top:50px; height: 820px; clear: both; background: url("../images/cpbg.jpg") repeat-x;}
#wrapper h5{ height: 61px; background: url("../images/cp.jpg") no-repeat center;}
#wrapper h6{ text-align:center;}
.dh{ width:300px; margin: 0 auto; height: 30px; line-height: 30px; font-size: 20px; color: #060606; margin-top: 30px; margin-bottom: 20px;}

/*--nav--结束*/

.remen{ height:153px; background: url("../images/remenbg.jpg") repeat-x;}
.remennei{ height: 153px; background:url("../images/remen.jpg") no-repeat center top;width: 1400px; margin: 0 auto;}
.remennei p{ height: 39px; line-height: 39px;  font-size: 14px;}
.remennei ul{ list-style:none; width:25%;   margin-right: 5%; float: left; }
.remennei ul:nth-child(2) li { font-size: 22px; color: #0056b1; margin-top: 23px;}
.remennei ul:nth-child(2) dl{ font-size:14px; color: #242323; margin: 0; margin-top: 5px;}
.remennei ul:nth-child(3){ margin-top:25px;width:15%;   margin-right: 1%; margin-left: 14%;}
.remennei ul:nth-child(3) li{ text-align:center; font-size: 18px; color:#67696a;}
.remennei ul:nth-child(3) dl{ font-size: 26px; color: #0056b1; margin: 0;  margin-top: 5px;}
.remennei ul:nth-child(4){ margin-left:5%; margin-right: 0%; margin-top: 40px;}
.remennei ul:nth-child(4) li{ font-size:20px; color: #424242;}

/*===================header结束=======================*/
.fenlei{   margin:0 auto;   position:relative; z-index:100; background:#fff; height:620px;   }
.fenlei h5{ height:160px; background:url(../images/fenlei.jpg) no-repeat center; margin-top:30px; margin-bottom:20px;}
.fenlei p{ color:#666; font-size:14px; line-height:50px; text-align:center; font-weight:100; margin-bottom:20px;}
.fenlei ul{ list-style-type:none; margin-left:8px; width:700px; margin:0 auto;    }
.fenlei ul li{ text-align:center; width:130px;  float:left; background:#1f5120; border-radius:30px;  line-height:35px; height:35px; margin-bottom:35px; margin-left:5px; margin-right:5px; }
.fenlei .slip{width:1200px;height:auto;margin:0px auto; clear:both;}
.fenlei .slip ul{width:1200px;height:auto;margin:0px auto;}
.fenlei .slip ul li{width:211px;height:300px;float:left;margin-right:20px; margin-left:5px;margin-bottom:5px; background:#fff;}
.fenlei .slip ul li:nth-child(2n){ }
 
 

#flli{ margin-left:80px; margin-bottom:50px;}
.fenlei ul li img{ margin:0 auto;}
.fenlei ul li a{color:#fff; font-size:14px; display:block; width:100%; height:100%;    }
.fenlei ul li a:hover{ color:#fff;}

.neifenlei{ width:100%; margin:0 auto;   }

.neifenlei ul{ list-style-type:none;   }
.neifenlei ul li{ text-align:center; width:13.4%; float:left; background:#1f5120; margin-bottom:25px;  line-height:45px; margin-left:5px; margin-right:5px;}
 
.neifenlei ul li img{ margin:0 auto;}
.neifenlei ul li a{color:#fff; font-size:1.3em; display:block;    }
.neifenlei ul li a:hover{ color:#fff; background:#323233;}
.cptd{ width:23%; float:left;margin-left:1%; margin-right:1%; margin-bottom:20px;}
.cpliebiao{ border:1px solid #0056b1; }
.cptd a{ display:block; line-height:35px; color:#000; }
/*===================left开始=======================*/

.wenzi{ height:430px; background: #f8f8f8; padding-left: 15px; padding-top: 20px;}
.wenzi p{ line-height: 50px; color: #0056b1; font-size:23px; font-weight: 600;} 
.wenzi dl{ line-height:35px; font-size:15px;} 


.canshu{ width:100%; border-top:1px solid #0056b1;}
.canshu h3{ line-height: 35px; border-left:5px solid #0056b1; padding-left: 10px; font-size: 16px; margin-top: 15px; margin-bottom: 10px; clear: both;  }
.canshu h5{ line-height: 35px; border-left:5px solid #0056b1; padding-left: 10px; font-size: 18px; margin-top: 15px; margin-bottom: 10px; text-align:left;}
.neiimg{ width:60%;}.neiimg img{ width:23%;}
.canshu p{ line-height:28px; font-size:14px;}
.canshu ul{ width:60%; list-style: none; line-height: 30px;}
.canshu ul li{ width:48%; float: left; list-style: none;}
.canshu  img{  margin-left: 1%; margin-right: 1%; margin-bottom: 20px;}
.canshu ul li:nth-child(2){ width:80%;  }
.canshu ul li:nth-child(1){ width:20%;  }

.neijianjie{ font-size:15px; line-height: 30px;}

.fuwurexian{   line-height: 35px; font-size: 30px; background: url("../images/dianhua.jpg") no-repeat bottom left; margin-top: 50px; padding-left: 35px; margin-bottom: 50px;}
.fuwurexian span{ color:#0056b1; font-weight: 600;}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	width: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 95%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 80%;
	background: url(../images/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right:0px;
	bottom:0px;
	background: url(../images/next.png) no-repeat;
}



.example1{width:570px; height:642px;}
.ft-carousel1 {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel1 .carousel-inner1 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel1 .carousel-inner1 .carousel-item1 {
	float: left;
	height: 100%;
}

.ft-carousel1 .carousel-item img {
	width: 100%;
}

.ft-carousel1 .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel1 .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel1 .carousel-indicators span.active {
	background-color: #de3a3a;
}

.ft-carousel1 .carousel-btn {
	position: absolute;
	top: 95%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel1 .carousel-prev-btn {
	left: 80%;
	background: url(../images/prev.png) no-repeat;
}

.ft-carousel1 .carousel-next-btn {
	right:0px;
	bottom:0px;
	background: url(../images/next.png) no-repeat;
}



.left{}
.left{ float:left;width:570px; height:642px; margin-top:3px; margin-left:3px;
}
.example{width:570px; height:642px;}
.left1{ float:left;width:700px; margin-top:3px; margin-left:35px;
}
.left1 .dq{ float:left; width:700px;}
.left1 .cpneirong{ margin-top:3px;  float:left; width:700px;}

.box strong{ font-size:16px; line-height:60px;}

/*========box1===========*/ 
.box1{float:left; }
.box1 ul{  padding: 8px;}
.box1 ul li{
    list-style-type:decimal;
	line-height: 1.6;
	padding: 2px 0 2px 8px;
	}
.box1{width:267px;border:#ccc solid;border-width:0px 1px 1px 1px;}
.box1 h2{height:28px;line-height:28px;}
.span{ float:left;margin-left:30px; margin-top:1px; font-size:14px;}
#boxhead{ text-align:center; width:267px;height:27px;color:#fff; background:url(../images/left_title_bg.gif) no-repeat;}
/*==============box2=================*/
.box2{float:left; background:url(../images/box2_bg.gif) no-repeat;}
.box2 ul{list-style: none;padding: 80px 8px 2px 8px;}
.box2 ul li{	
	line-height: 1.6;
	padding: 5px 0 2px 8px;
	}
.box2{width:267px; height:267px;margin-top:4px;border:#ccc solid;border-width:0px 1px 1px 1px;}
.box2 h2{height:28px;line-height:28px;}
#boxhead2{ text-align:center; width:267px;height:27px;color:#fff; background:url(../images/box2_head.gif) no-repeat;}
/*===================left结束=======================*/

/*===================center开始=======================*/
.center{ float:left; width:275px; margin-top:3px; }
.center p{ height:357px; font-size:14px; padding-top:80px; padding-left:30px; padding-right:30px; line-height:28px; }

/*===================center结束=======================*/

/*===================right开始=======================*/
.right{  float:right; width:352px;  margin-top:3px; }
 
/*===================right结束=======================*/

/*===================down开始=======================*/
.down{    clear:both; }
.down h5{ height:100px; background:url(../images/cp.jpg) no-repeat center; margin-bottom:20px; margin-top: 20px;  }
.down h3{ color:#000; font-size:25px; line-height:20px; text-align:center; font-weight:100; }
.down p{ color:#fff; font-size:14px; line-height:30px; text-align:center; font-weight:100; margin-bottom:20px;}
.dnei{ width:1400px; margin:0 auto;}
.dnei ul{ list-style-type:none;}
.dnei ul li{ width:23%; float:left; margin-left:1%; margin-right:1%;   }
.dnei ul li a{ color:#000; font-size:14px; line-height:35px; text-align:center; }
.dnei ul li a img{ width:100%; margin: 0 auto;}
.dnei ul li a dl{ line-height:55px; height:55px;    font-size:15px; color:#fff; background: #575757; margin: 0; margin-bottom: 15px;}
.dnei ul li a dl span{ float:right; margin-right:25px; line-height:100px;}
 

.down1{    clear:both; height: 485px; background: #575757; padding-top: 20px; margin-top: 20px; }
.down1 h5{ height:100px; background:url(../images/jiaogang.jpg) no-repeat center; margin-bottom:20px; margin-top: 20px;  }
.down1 h3{ color:#000; font-size:25px; line-height:20px; text-align:center; font-weight:100; }
.down1 p{ color:#fff; font-size:14px; line-height:30px; text-align:center; font-weight:100; margin-bottom:20px;}
.dnei1{ width:1400px; margin:0 auto;}
.dnei1 ul{ list-style-type:none;}
.dnei1 ul li{ width:23%; float:left; margin-left:1%; margin-right:1%;   }
.dnei1 ul li a{ color:#000; font-size:14px; line-height:35px; text-align:center; }
.dnei1 ul li a img{ width:100%; margin: 0 auto;}
.dnei1 ul li a dl{ line-height:55px; height:55px;    font-size:15px; color:#fff; background: #575757; margin: 0; margin-bottom: 15px;}
.dnei1 ul li a dl span{ float:right; margin-right:25px; line-height:100px;}


.gongsi{  margin:0 auto; margin-top:30px; margin-bottom:60px; background:#fff; height:500px;  }
.gongsi h5{ height:60px; background:url(../images/gongsi.jpg) no-repeat center; margin-bottom:20px; padding-top:20px;  }
 .gongsi h6{ color:#333; font-size:12px; line-height:15px; text-align:center; font-weight:100; margin-bottom:30px;}
.gongsi dl{ color:#666; font-size:14px; line-height:20px; text-align:center; font-weight:100; margin-bottom:30px;}
.gongsi p{ line-height:22px; font-size:13px;  }
.gsneinei{ width:1400px; margin:0 auto; height:615px; background:url(../images/aboutbg.jpg) no-repeat center;}
.gsnei{  width:880px; margin:0 auto; float: right; margin-top: 5px;  }
.chaxun{ display:block; width:527px; height:75px; background:url(../images/chaxun.jpg) no-repeat center; margin-top:25px;}
.gsnei h3{ line-height:50px; font-size:25px; color:#000;  margin-bottom:15px;  }
.gsnei p{ line-height:27px; font-size:14px; color:#000;}
.gsnei a{ display: block; width:150px; height: 40px; background: #0056b1; text-align: center; line-height: 40px; text-align: center; font-size: 16px; color: #fff; margin-top: 10px; float: left; margin-left: 50px; border-radius: 20px;}
.gsnei a:hover{ color:#fff;}
.gsneinei img{ margin-top:10px;}

.gsmore{ }
 
 
 .heng{ height:152px; background:url(../images/heng.jpg) no-repeat center ;   clear:both;}
.hengnei{width:1000px; margin: 0 auto;}
.heng ul{ float:right; list-style: none;}
.heng ul li{ font-size: 25px; color: #fff; margin-top: 35px; }
.heng ul dl{ font-size: 16px; color:#fff;  margin-top: 15px; }

.zixunwai{ width:1400px; margin: 0 auto; border-top: 10px solid #eeeeee;}
     
.zixun{  margin-top:20px; width:45%; float: left;   }
.zixun a{ margin:0; padding:0;}
.zixun h5{ height:30px; background:url(../images/news.jpg) no-repeat ; margin-bottom:20px;}
.zixun h3{ color:#333; font-size:20px; line-height:20px; text-align:center; font-weight:100; }
.zixun dl{ color:#666; font-size:14px; line-height:30px; text-align:center; font-weight:100; margin-bottom:30px;}
.zixun img{ width:335px; height:235px;}
.zixun ul{ list-style-type:none; float:left;width:22.5%; margin-left:1%; margin-right:1%; border:1px solid #b59e6a;}
.zixun li{ list-style: none;font-size:14px; line-height:40px; color:#333; margin-left:10px;  border-bottom:1px solid #000;   }
.zixun li a{ display:block; color: #000;}
.zixun ul li:hover{ background:#323333;}
.zixun ul li h6{ line-height:45px; font-size:14px; color:#b59e6a;}
.zixun ul li h6 a{ color:#b59e6a; margin-left:10px; font-weight:100;}
.zixun ul li img{ }
.zixun ul li p{ font-size:12px; line-height:25px; color:#333; margin-left:10px; padding-bottom:20px; }
.zixun ul li p strong a{ font-size:14px; color:#000; display:block; line-height:30px;}
.newsdi{ height:54px; background:url(../images/newsdi.jpg) no-repeat center; clear:both;}
.zxnei{ width:100%; margin:0 auto; }
.zxnei ul li img{ width:100%;}

.fangan{ width:45%; float:right; margin-left: 5%; margin-top: 20px;}
.fangan h5{ height:30px; background:url(../images/fangan.jpg) no-repeat ; margin-bottom:20px;}
 
.fanganimg{ width:100%;}
.fanei ul{ list-style:none;}
.fanei img{ width:112px; float: left; margin-right: 10px; }
.fanei ul li h6{ line-height:25px; font-size:14px; color:#000; margin-top: 10px;}
.fanei ul li h6 a{ color:#000;  font-weight:100;}
 
.fanei ul li p{ font-size:12px; line-height:25px; color:#666; margin-left:10px; padding-bottom:20px; }


.youshi{ width:100%; background: url("../images/youshi1.jpg") no-repeat center top;   clear: both; padding-top: 30px; }
.youshi h5{ text-align:center; font-size:20px; color: #fff; margin-bottom: 15px;}
.youshi h6{ text-align:center; font-size:26px; color: #fff; margin-bottom: 120px;}
.youshishang{ width:1400px; margin: 0 auto;  height: 421px;   }
.youshishang ul{ width:50%; float: left; list-style: none;       }
.youshishang ul h3{ font-size:20px; color: #000; line-height: 20px; font-weight:600; margin-left: 100px; }
.youshishang ul h3 span{ color:#0056b1;}
.youshishang ul li{ font-size:12px; color: #6c6a6a; line-height: 10px;margin-left: 100px;}
.youshishang ul p{  font-size:14px; color: #2c2b2b; margin-right: 100px; line-height: 30px; margin-top: 20px;margin-left: 100px;}
.youshishang ul h4{ font-size:20px; color: #fff; line-height: 20px; font-weight:600; margin-left: 100px; }
.youshishang ul:nth-child(3) li{ font-size:12px; color: #fff; line-height: 10px;margin-left: 100px;}
.youshishang ul:nth-child(3) p{  font-size:14px; color: #fff; margin-right: 100px; line-height: 30px; margin-top: 30px;margin-left: 100px;}
.youshishang ul:nth-child(3){ margin-top:55px;}

 
.youshixiawai{height:480px; background: url("../images/youshi2.jpg") no-repeat center top;}
.youshixia{ width:1400px; margin: 0 auto; padding-top: 25px;}
.youshixia ul{ width:50%; float: left; list-style: none;       }
.youshixia ul h3{ font-size:20px; color: #000; line-height: 20px; font-weight:600; margin-left: 110px; }
.youshixia ul h3 span{ color:#0056b1;}
.youshixia ul li{ font-size:12px; color: #6c6a6a; line-height: 10px;margin-left: 110px;}
.youshixia ul p{  font-size:14px; color: #2c2b2b; margin-right: 100px; line-height: 30px; margin-top: 20px;margin-left: 110px;}
 
.youshixia ul:nth-child(3) { margin-top:80px;}



#zSlider {
	margin:0px auto;
	width:1200px;
	overflow:hidden;
}
#zSlider h5{ height: 61px; background: url("../images/anli.jpg") no-repeat center;}
#zSlider h6{ text-align:center; margin-bottom: 50px;}
#picshow {
	position:relative;
}
#picshow, #picshow_img {
	width:880px;
	height:440px;
	overflow:hidden;
	float:left;
}
#picshow_img li {
	width:880px;
	height:440px;
	overflow:hidden;
	float:left;
	display:none;
}
#picshow_img img {
	width:880px;
	height:440px;
}
#picshow_tx {
	left:0px;
	width:880px;
	bottom:0px;
	position:absolute;
	height:70px;
	overflow:hidden;
}
#picshow_tx li {
	background:url(../images/picshow_bg.png) repeat;
	padding:10px 30px;
	height:70px;
	color:#fff;
	display:none;
}
#picshow_tx li a {
	color:#fff;
}
#picshow_tx li a:hover {
	text-decoration:underline;	
}
#picshow_tx li h3 {
	margin:13px 0;
}
#picshow_tx li p {
	color:#ccc;
	line-height:16px;
	height:16px;
	overflow:hidden;
}
#select_btn {
	width:319px;
	height:440px;
	color:#111;
	float:right;
	display:inline;
	background-color:#f0f0f0;
}
#select_btn li {
    padding: 9px 11px 0px 9px;
    width: 100%;
    height: 64px;
    border-top: 1px solid #474747;
    cursor: pointer;
    transition: all .7s ease 0s;
}
#select_btn li:hover {
    background-color: #0056b1
}
#select_btn li a:hover {
    color: aliceblue
}
#select_btn li.current {
    background-color: #0056b1;
}
#select_btn li.current a{
    color: aliceblue
}
#select_btn li.current:hover {
    background-color: #0056b1;
}
#select_btn a {
	color:#000;
}
#select_btn img {
	padding:2px;
	border:1px solid #ccc;
	width:70px;
	height:49px;
	margin-right:10px;
	float:left;
}
#select_btn .select_text {
	height:20px;
	font:bold 13px/16px 'Microsoft YaHei';
	overflow:hidden;
	display:block;
}
#select_btn .select_text:hover {
	text-decoration:underline;
}
#select_btn .select_date {
	height:23px;
	line-height:23px;
	overflow:hidden;
	display:block;
}
#foot_bm a, #foot_bm, p, p a {
	color:#666;
}

.anlimore{ display:block; clear: both; width:200px; margin: 0 auto; height: 35px; line-height: 35px; text-align: center; background: #0056b1; color: #fff; margin-top: 20px;}
 


.chejian{ clear:both;}
.chejian h5{ height: 100px; background: url("../images/chejian.jpg") no-repeat center; margin-bottom: 30px;}
.cjnei{ width:1400px; margin: 0 auto;}
.cjnei ul{width:100%; list-style: none;}
.cjnei ul li{ width:23%; margin-left: 1%; margin-right: 1%; float: left;}
.cjnei ul li a{ font-size: 14px; }
.cjnei ul li dl{ text-align: center; line-height: 50px; margin: 0;}

.neileft{ width:220px; float: left;}
.neileft1{ width:220px; float: left; height: 600px;}
.biaoti{ width:220px; height: 110px; background:#0056b1; font-size: 23px; color: #fff; text-indent: 4em; padding-top: 30px; }
.biaoti span{ display:block; width: 100px; height: 2px; background: #fff; margin-top: 10px; margin-left: 85px;}
.neileft ul{ list-style:none;}
.neileft ul li{ line-height:45px; font-size:16px; text-align: center;}
.neileft ul li a{ display:block; width:100%; height: 100%; background: #eeeeee; margin-bottom: 5px;}
.neileft ul li a:hover{ background: #0056b1; color: #fff;}
.neiright{ width:1100px; float: right;}
.gongsinei{ float:left; margin-right: 20px;}

.neirongleft{ width:40%;float:left;}
	.neirongright{ width: 60%; float: right;}

/*===========

========;down结束=======================*/

/*===================footer开始=======================*/
.foot{   background:#0056b1; margin-top:3px;  clear: both;  }

.foot .flogo{ float:right;  width:90px; margin-top:5px; margin-right:15px; background:url(../images/flogo.gif) no-repeat;}
.foot .Copyright{ width:1400px;    margin:0 auto; line-height: 1.6;  }
.foot .Copyright .dibu{ line-height:30px; font-size:13px; color:#Fff;  }
.dileft{ width:37%; float:left; text-align:center; margin-top:40px;}
.dileft h6{ font-size:16px; font-weight:100; color:#fff;}
.dileft ul{ list-style-type:none; margin-top:20px;}
.dileft ul li{ line-height:35px;}
.dileft ul li a{ font-size:14px; color:#fff;}
.dileft ul li a:hover{ color:#000;}
.dicenter{ width:30%; float:left;}
.dicenter h6{ font-size:16px; font-weight:100; color:#fff;}
.dicenter ul{ list-style-type:none; margin-top:20px;}
.dicenter ul li{ line-height:28px; width:40%; float:left;}
.dicenter ul li a{ font-size:13px; color:#fff;}
.dicenter ul li a:hover{ color:#000;}

.diright{ width:100%;   text-align: center; margin-top:30px; height: 100px; line-height: 100px;}
.diright h6{ font-size:16px; font-weight:100; color:#fff; text-align: center; line-height: 65px; margin:0;height:50px; }
.diright p{ line-height:22px; color:#fff; font-size:12px;}
.diright ul{ list-style-type:none; margin-top:20px;}
.diright ul li{ line-height:37px;color:#fff; font-size:14px;}
.erweima img{ width:120px; margin-top:35px;}
.erweima ul{ }
.erweima li{ line-height:35px;color:#fff; font-size:10px;list-style:none; text-indent:3em; }
 
.heng1{ display:none;}
.youshi1{ display:none;}
.li{ font-size:16px; list-style: none; margin-bottom: 10px; clear:both; }
.cpshou{ display:none;}
	.anlishou{ display:none;}.dl-menuwrapper{ display:none;}
.nful{ display: none;}
.yuncaishou{ display: none;}
/*===================footer结束=======================*/
@media screen and (min-width:640px){
 
.logo{ display:none;}	
.navshou{ display:none;}
.bannerfra{ display:none;}
.bannershou{ display:none;}
.dneishou{ display:none;}
	.dneishou1{ display:none;}
.rexiaos{ display:none;}
.zoujin{ display:none;}
.zixuns{ display:none;}
.foots{ display:none;}
.chanpinnei{ width:100%;}
.banner1{ display:none;}
.leibie{ display:none;}
	.youshi1{ display:none;}
	}

@media screen and (max-width:640px){

.yuncai{display:none;}
.yuncaishou{ display: block; position: absolute; left:0;top:0; width:120px; height:120px;}
	
#container{ width:100%; }
body{width:640px;  }
.header{ width:100%;}
.header .header2{ width:100%; height:auto;}
#logo_c{ display:none;}
.logo{ width:100%; margin:0 auto;}	
.nav{ width:100%;}	
.nav li{ width:16%;}
.nav{ display:none;}
.nav-banner{ width:100%}
	
	.header .header1{ display:none;}
	.remen{ display:none;}
	.dl-menuwrapper{ display:block;}
	#wrapper{ display:none;}
	.cpshou{ display: block;}
	#zSlider{ display:none;}
	.anlishou{display: block;}
	 

.banner1{ display:block;}	
.dneishou{ display:block;}
	.dneishou1{ display:block;}	
	.logo{ display:block;}	
	.tel{ display:none;}	
	.header .header1{ width:100%;}

.navshou {
height:60px; width:100%;
line-height:60px;
	 float:none;
	display: block;
}
.navshou .nav_globalshou {
}
.navshou .nav_globalshou ul {
	text-decoration:none;
	
	 
}
.navshou .nav_globalshou li {
	cursor:pointer;
	float:left;
	text-align:center;
	text-decoration:none;
 
 list-style-type:none;
 width:16.6%;
 
 
	 
}
.navshou .nav_globalshou li a {
	display: block;
	color: #fff;
	width:100%; text-align:center;
	font-size:1.6em;
	line-height:60px;
	font-family:"微软雅黑";
	background:#b59e6a;
	 
}
.navshou .nav_globalshou li a:hover {
	color:#FFFFff!important;
	text-decoration: none;
	background: #333;
}

 
 
.nav-banner {
	display:none;
}
 
.neiimg{ width:100%;}.neiimg img{ width:23%;}

.fenlei{ width:100%; margin:0 auto; height:auto; }
.fenlei h5{ display:none;}
.fenlei p{ display:none;}
.leibie{ display:block; line-height:120px; text-align:center; font-size:2.2em; font-weight:100;}
.fenlei ul{ list-style-type:none;   }
.fenlei ul li{ text-align:center; width:22%; float:left;  line-height:45px; margin-left:1.5%; margin-right:1.5%; margin-bottom:20px;}
#flli{ margin-left:4.5%; margin-bottom:0;}
.fenlei ul li img{ margin:0 auto; width:100%;}
.fenlei ul li a{color:#000; font-size:1.3em; display:block;    }
.fenlei ul li a:hover{ color:#000;}
.left{ display:none;} 
.center{ display:none;} 
.right{ display:none;} 

.neifenlei{ width:100%; margin:0 auto;   }

.neifenlei ul{ list-style-type:none;   }
.neifenlei ul li{ text-align:center; width:23%; float:left; background:#0071be; margin-bottom:10px;  line-height:45px; margin-left:5px; margin-right:5px;}
 
.neifenlei ul li img{ margin:0 auto;}
.neifenlei ul li a{color:#fff; font-size:1.3em;    }
.neifenlei ul li a:hover{ color:#000;}

.dh{ width:70%; clear: both; margin: 0 auto; height: 50px; line-height: 50px; font-size: 2em; color: #060606; margin-top: 30px; margin-bottom: 20px;}
	.dh img{ margin-right:10px;}
 
.down{  padding-top:15px;  height:auto;background:#fff; clear:both; width:100%;}
.down h5{ background:url(../images/rexiao.jpg) no-repeat center; height:30px; padding-top:10px; display:none;}
.down h3{display:none;}
.down p{display:none;}
.dnei{ display:none;}
.dneishou{ width:100%;}
.dneishou ul{ list-style-type:none;}
.dneishou ul li{ width:50%; float:left; margin-bottom:20px; text-align:center;}
.dneishou ul li a{ color:#333; font-size:1.5em; line-height:35px; text-align:center; }
.dneishou ul li a img{ width:90%;}
.dneishou ul li a dl{ line-height:35px;}
	
	.down1{  padding-top:15px;  height:auto;background:#fff; clear:both; width:100%;}
.down1 h5{ background:url(../images/rexiao.jpg) no-repeat center; height:30px; padding-top:10px; display:none;}
.down1 h3{display:none;}
.down1 p{display:none;}
.dnei1{ display:none;}
.dneishou1{ width:100%;}
.dneishou1 ul{ list-style-type:none;}
.dneishou1 ul li{ width:50%; float:left; margin-bottom:20px; text-align:center;}
.dneishou1 ul li a{ color:#333; font-size:1.5em; line-height:35px; text-align:center; }
.dneishou1 ul li a img{ width:90%;}
.dneishou1 ul li a dl{ line-height:35px;}
	.cpshou{ width:100%; margin-top: 350px;}
	.cpshou h5{ line-height:3em; text-align: center; font-size: 2em;}
	.cpshou ul{ list-style:none;}
	.cpshou ul li{ width:47%; float: left; margin-left: 1%; margin-right: 1%; border:1px solid #ccc;}
	.cpshou ul li img{ width:100%;}
	.cpshou ul li dl{ text-align:center; line-height: 35px;color: #000; font-size: 1.5em;}

.dneishou a{ color:#333; line-height:30px; margin-bottom:20px;}
.dneishou a span{ color:#333; line-height:30px; font-size:1.3em;}
.dneishou tr{ padding-top:20px;}
.rexiaos{ width:100%; margin-bottom:10px;} 
.bannershou{ width:100%;} 
.gongsi{ width:100%; clear:both; height:700px; margin-bottom:0; }
.gongsi h5{ display:none; }
.gongsi h3{ font-size: 2.2em; text-align: center; line-height: 50px; margin-bottom: 0;}
.gongsi dl{ display:none;}
.gongsi h6{ display:none;}

.gsneinei{ width:100%; background:#fff; height:335px;}
.gsneinei img{ width:100%;}
.gsnei{
 
	
	    width: 100%;
    float: right;
    height: auto;
    background: none;
    margin-bottom: 30px;
	margin-right:0;}
	.chaxun{ display:block; width:100%; height:75px; background:url(../images/chaxun.jpg) no-repeat center #fff; margin-top:25px;}
	.gsnei a{
		
		display: block;
		width:100%;
    line-height: 45px;
    text-align: center;
    font-size: 1.6em;
		height: 45px;
	
   
    margin-top: 20px;
	margin:0 auto; margin-bottom: 10px;}
	.gsleft{ width:100%; margin:0;}

.gongsi p{ width:98%; margin:0 auto; font-size:1.8em; line-height:2em; margin-top:0px; color:#000; } 
.zoujin{ margin-bottom:10px;}
.gsdt{ display:none;}
.heng{ display:none;}
.youshi{ display:block;}
	.youshi1{ display:block;width:100%;}
	
	.youshi{ width:100%; background: url("../images/shoujiyoushi.jpg") no-repeat center top; height:1230px;  clear: both; padding-top: 30px; }
.youshi h5{ text-align:center; font-size:20px; color: #fff; margin-bottom: 15px;}
.youshi h6{ text-align:center; font-size:26px; color: #fff; margin-bottom: 63px;}
.youshishang{ width:100%; margin: 0 auto;  height: 421px;   }
.youshishang ul{ width:100%; float: left; list-style: none;       }
.youshishang ul h3{ font-size:20px; color: #000; line-height: 17px; font-weight:600; margin-left: 80px; }
.youshishang ul h3 span{ color:#0056b1;}
.youshishang ul li{ font-size:12px; color: #6c6a6a; line-height: 10px;margin-left: 100px;}
.youshishang ul p{  font-size:14px; color: #2c2b2b; margin-right: 55px; line-height: 24px; margin-top: 20px;margin-left: 80px;}
.youshishang ul h4{ font-size:20px; color: #fff; line-height: 20px; font-weight:600; margin-left: 80px; }
.youshishang ul:nth-child(3) li{ font-size:12px; color: #fff; line-height: 10px;margin-left: 80px;}
.youshishang ul:nth-child(3) p{  font-size:14px; color: #fff; margin-right: 100px; line-height: 30px; margin-top: 15px;margin-left: 80px; width:38%;}
.youshishang ul:nth-child(3){ margin-top:77px; margin-bottom: 28px;}

 
.youshixiawai{height:480px; background: none;}
.youshixia{ width:100%; margin: 0 auto; padding-top: 25px;}
.youshixia ul{ width:100%; float: left; list-style: none;       }
.youshixia ul h3{ font-size:20px; color: #000; line-height: 20px; font-weight:600; margin-left: 80px; }
.youshixia ul h3 span{ color:#0056b1;}
.youshixia ul li{ font-size:12px; color: #6c6a6a; line-height: 10px;margin-left: 80px;}
.youshixia ul p{  font-size:14px; color: #2c2b2b; margin-right: 70px; line-height: 30px; margin-top: 20px;margin-left: 80px;}
 
.youshixia ul:nth-child(3) { margin-top:-13px;}
.youshixia ul:nth-child(2) p{ width:37%;}	


.boxfangan{ width:100%; }
.boxfangan ul{ list-style:none; width:95%;height:150px; border-bottom:1px solid #0056b1; margin:0 auto;}
.boxfangan ul li{ line-height:50px;}
.boxfangan ul li a{ font-size:1.6em;}
.boxfangan ul li span{ float:right;}
.boxfangan ul dl{ font-size:1.2em;}
.boxfangan ul dl a{ font-size:16px; color:#0056b1;  }
	

.anlishou{ width:100%;}
	.anlishou h5{ line-height:3em; text-align: center; font-size: 2em;}
	.anlishou ul{ list-style:none;}
	.anlishou ul li{ width:47%; float: left; margin-left: 1%; margin-right: 1%; border:1px solid #ccc;margin-bottom: 15px;}
	.anlishou ul li img{ width:100%;}
	.anlishou ul li dl{ margin:0;text-align:center; line-height: 2.5em;color: #000; font-size: 1.5em; }	
	
	
	.fangan{ width:100%; float:right; margin-left: 0%; margin-top: 20px;}
.fangan h5{ display: none;}
 
.fanganimg{ width:100%;}
.fanei ul{ list-style:none;}
.fanei img{ width:112px; float: left; margin-right: 10px; }
.fanei ul li h6{ line-height:25px; font-size:1.6em; color:#000; margin-top: 10px;}
.fanei ul li h6 a{ color:#000;  font-weight:100;}
 
.fanei ul li p{ font-size:1em; line-height:25px; color:#666; margin-left:10px; padding-bottom:20px; }
	
	.zixunwai{ width:100%;}	
.zixun{ width:100%; margin:0} 
.zixun h5{ display:none;}
.zixun h3{ display:none;}
.zixun dl{ display:none;} 
.zixun img{ width:100%; height:auto;}
.zxnei{ width:100%;}

.zixun ul{ list-style-type:none;width:48%; float: left;   margin-top:15px; margin-left:0.5%; margin-right:0.5%; height: 357px;   }
.zixun li{  font-size:1.5em;
    
    }
 
.zixun ul li img{ width:100%;  }
.zixun ul li h6{  line-height:40px; font-size:1.2em;  }
.zixun ul li h6 a{color:#dab96a; font-size:1.2em;;}
.zixun ul li p{ font-size:1em;; line-height:20px; width:100%; margin: 0;}

.newsdi{ height:50px; background:url(../images/newsdi.jpg) no-repeat center bottom; clear:both;}

.heng1{ display:block; width:100%; margin-top:10px; margin-bottom:10px;}
.youshi1{ display:block;}
	
	.chejian{ width:100%;}
	.chejian h5{ display: none;}	
	.cjnei{ width:100%;}
	.cjnei ul{ width:100%;}
	.cjnei ul li{ width:48%; float: left; margin-left: 1%; margin-right: 1%;}
	.cjnei ul li img{ width:100%;}
	

.box strong{ font-size:1.8em;}
.li{ font-size:1.3em}
.cptd{ width:48%;}

.dileft{ display:none;}
.dicenter{ display:none;}
.erweima{ display:none;}
.diright{ width:100%; text-align:center; margin:0; line-height: 35px;}
.diright h6{ font-size:1.5em; line-height: 30px;}
.diright ul li{ font-size:1.8em; line-height:35px;}
.zhichi{ display:block;}
.foot{ position:relative; margin-bottom:50px; height:220px;}
.foot .Copyright{ width:100%;  height:90px; margin:0 auto; line-height: 1.6; padding-top:30px;}
.foot .Copyright .dibu{ line-height:30px; font-size:13px; color:#Fff;  }


.foots {
	display: block;
	width:100%;
	position: fixed;
	background:#4b4b4b;
	height:6.8rem;
	bottom:0;
	left:0;
	z-index:10000;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}
.foot-relative {
	position:relative;
	width:100%;
	padding-top:2px;
	height: 1rem;
}
.foot a {
	display:block;
	float:left;
	width:25%;
	padding-top:0.1rem;
	color: #fff;
}
.foot a span {
	display:block;
	width:100%;
	margin-bottom:0.1rem;
	text-align:center;
	font-size: 1rem;
	line-height: 1.5rem;
}
.foot a span img{ margin:0 auto; margin-bottom:0.5em; margin-top:10px;}
.foot a h3 {
	width:100%;
	text-align:center;
	font: 1rem/1rem "microsoft yahei"; margin: 0; 
}
.gongsinei{ width:100%;}
	.ziyeright{ width:100%; margin-top: 350px;}
	.neixia{ margin-top:350px;}
	.ziyeright .neirong{ padding:0;}
.ziyeright .neirong p{ font-size:1.6em; text-align:left;}
	.biaoti{ display:none;}
	.neileft{ width:100%; margin-bottom: 10px;}
	.neileft ul li{ width:48%; float: left; margin-left: 1%; margin-right: 1%;}
	.neileft ul li a{ background:#eee; font-size: 1.3em; color: #000;}
	.neiright{ width:100%;}
	.neileft1{ width:100%; height: auto;}
	.chanpinnei{ width:99%;}.lsm-sidebar a{ font-size:1.5em;}
	.lsm-container{ display: none;}
	.nful{ display: block;}
.nful{ width:100%;}
	.nful li{ width:48%; float: left; text-align: center; line-height: 45px; margin-bottom: 10px; margin-left: 1%; margin-right: 1%;}
	.nful li a{ display: block;   background: #eee;
    font-size: 1.3em;
    color: #000;}
	.neirongleft{ width:77%;float:none; margin: 0 auto;}
	.neirongright{ width: 100%; float: right; margin-bottom: 20px;}
	
.news_list .box ul{ list-style-type:none;}
.news_list .box li{ width:98%; float:none; margin-right:1%; margin-left:1%; border-bottom:1px dashed #ccc; line-height:2em; }
.news_list .box li a{ font-size:1.3em;; }
.news_list .box li span{ float:right; font-size:1.3em;}
.photoresize{ width:100%;}
	}








