@charset "utf-8";
a,address,b,big,blockquote,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,label,legend,li,ol,p,pre,small,span,strong,u,ul,input{margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
button,html input[type=button],input[type=submit]{-webkit-apperance:button;cursor:pointer}
ol,ul{list-style:none}
img{border:0;vertical-align:middle}
em,i,u{font-style:normal}
.fl{float:left}
.fr{float:right}
.al{text-align:left}
.ac{text-align:center}
.ar{text-align:right}
.hide{display:none}
.clear,.clr{display:block;overflow:hidden;clear:both;height:0;line-height:0;font-size:0}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*zoom:1}
body{ font-family:"微软雅黑"; font-size:16px;}
a{color:#666;text-decoration:none}
html{ overflow-x:hidden;}
.navtop{position:fixed;z-index:999;top:0;-webkit-animation-name: fadeInDown;animation-name: fadeInDown ; animation-duration: 1s;}
@-webkit-keyframes fadeInDown {0% {opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100% {opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes fadeInDown {0% {opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100% {opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}

.topbtn{ background:url(../images/top.png) no-repeat; width:60px; height:60px; display:block; position:fixed; right:10px; bottom:100px; z-index:100; cursor:pointer;}

.mc{ width:1200px; margin:0 auto;}

.header{ float:left;}
.top{ background-color:#6c6f77; width:100%; height:32px; line-height:32px;}
.top_l{ float:left; width:400px; font-size:14px; line-height:32px; }
.top_l a{ color:#ddd; display:block; float:left; width:70px; height:32px; padding-left:18px;}
.t_home{ background:url(../images/top_home.png) no-repeat left;}
.t_fav{ background:url(../images/top_sc.png) no-repeat left;}
.t_desktop{ background:url(../images/top_zm.png) no-repeat left;}
.t_mobile{background:url(../images/top_mobile.png) no-repeat left;}

.top span{ color:#fff; font-size:14px; width:400px; float:left;}
.top_r{ width:400px;}
.search_bg{ background:url(../images/search.jpg) no-repeat; width:214px; height:20px; margin-top:6px; float:right;}
.ipt{ width:170px; height:20px; float:left; border:none; line-height:20px; display:inline;color:#999;font-size:14px;outline:none; margin-left:10px;}
.search_btn{ float:left; border:none; width:33px; height:20px; background:none; cursor:pointer;outline:none;}
header h1{ margin-top:26px; width:466px; float:left; margin-bottom:26px;}
header h1 a{ display:block;}
.head_r{ width:620px; margin-left:110px; display:inline;}
.head_r img{ float:left; margin-top:30px;}

nav{ width:100%; background-color:#0191da; height:50px; float:left; line-height:50px;}
nav ul li{ width:148px; float:left; text-align:center; font-size:18px; background:url(../images/nav_line.jpg) no-repeat right; color:#fff;}
nav ul li:last-child{ background:none;}
nav ul li a{ color:#fff; display:block;}
nav ul li a:hover{background-color:#54ae3c;-webkit-transform:scale(1.1);transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transition: all 0.3s;transition: all 0.3s; }

.banner{ width:100%; position:relative; overflow:hidden;   height:500px; }	
/*
.banner .bd{ position:relative; z-index:0;}
.banner .bd li{ height:500px; overflow:hidden;  background:url(../images/banner/1.jpg) no-repeat center; width:100%; float:left;}
.banner .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; }	
.banner .hd ul{ text-align:center; }	
.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:9px; height:9px; margin:0 4px;
 background:url(../images/dot.png) 0 -16px;overflow:hidden;  filter:alpha(opacity=80);opacity:0.8;  vertical-align:top; line-height:9999px;}
.banner .hd ul .on{ background-position:0 0;}
.banner .timer{ position:absolute; z-index:1; left:0; bottom:0; height:4px; width:0; background:#000; filter:alpha(opacity=50);opacity:0.5; font-size:0; overflow:hidden;}
*/

.bannerSlide{ background: #fff; height:500px;overflow: hidden;position: relative;width: 100%;}
.bannerSlide .bd ul li{ width:100%; height:500px;}
.bannerSlide .bd li a {display: block;height: 500px;width: 100%;}
.bannerSlide .hd{  position:absolute; bottom:10px; width:100%; text-align:center;}
.bannerSlide .hd ul li{ background-color:#333; width:10px; border-radius:100%; height:10px; margin-right:15px; margin:0 10px;display:inline-block;filter:alpha(opacity=40);opacity:0.4; }
.bannerSlide .hd ul li.on{filter:alpha(opacity=100);opacity:1; }


	
.qiye{ background-color:#f1f1f3; width:100%; height:350px; float:left;}
.qiye_c{ float:left; width:400px; text-align:center; margin-top:60px; color:#424242;}
.qiye_c h2{ font-size:25px; font-weight:normal; padding-top:20px;}
.qiye_c p{ padding:10px 15px 0 15px; float:left; text-align:justify; text-indent:2em; line-height:24px;}
.qiye_c img,.qiye_c:hover{-webkit-animation-name: bounce;animation-name: bounce ; animation-duration: 1s;}
@-webkit-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {-webkit-transform:translateY(0);transform:translateY(0)}
	40% {-webkit-transform:translateY(-30px);transform:translateY(-30px)}
	60% {-webkit-transform:translateY(-15px);transform:translateY(-15px)}
}
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
	40% {-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}
	60% {-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}
}

.product_title{ text-align:center; margin-top:30px; position:relative;}
.product_title h1{ text-align:center; border-bottom:2px solid #044390; color:#044390; font-size:35px; font-weight:normal; height:43px; width:144px; padding-bottom:5px; display:inline;}
.product_title a{ float:right;top:30px; position:absolute; right:0;}
.product_line{ background-color:#eaeaea; height:1px; width:100%; float:left; margin-top:6px;}
.product_title a:hover{ color:#044390;}
.product_en{ text-align:center; color:#cbcaca;text-transform:uppercase;}
.product_sort{ margin-top:25px;}
.product_sort ul li{transition:all 0.5s; width:101px; float:left; background:url(../images/sorts.jpg) no-repeat center;background-position:0px -126px; height:115px; text-align:center; font-size:18px; margin-left:2px; margin-right:6px; display:inline;}
.product_sort ul li:hover{ background-position:0px 0px; transition:all .5s;}
.product_sort ul li a{ color:#fff; display:block; width:101px; height:80px; padding-top:35px;}

/*
-webkit-animation-name: swing; animation-name: swing;animation-duration:0.8s
@-webkit-keyframes swing {
	20% {-webkit-transform:rotate(15deg);transform:rotate(15deg)}
	40% {-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}
	60% {-webkit-transform:rotate(5deg);transform:rotate(5deg)}
	80% {-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}
	100% {-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@keyframes swing {
	20% {-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}
	40% {-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}
	60% {-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}
	80% {-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}
	100% {-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}
}
*/

.products_home{ margin-top:35px; float:left;}
.products_home ul li{ float:left; width:285px; margin-left:20px; display:inline; margin-top:15px;}
.products_home .products_img{ float:left; width:283px; height:283px; border:1px solid #787879; overflow:hidden;}
.products_home .products_img img{transition: all .5s ease; width:285px; height:285px;}
.products_home .products_img a{ display:block;}
.products_home .products_img.borderimg{ border:1px solid #000;}
.products_home .products_img img.scaleimg{-webkit-transform:scale(1.1);transform:scale(1.1);-ms-transform:scale(1.1);}
.products_home ul li span{ width:265px; background-color:#9b9b9b; height:45px; text-align:center; line-height:45px; overflow:hidden; float:left; padding:0 10px;}
.products_home ul li span a{ color:#fff; display:block;transition: all .5s ease;}
.products_home ul li span.alink{ background-color:#000;}
.products_home ul li:nth-child(1), .products_home ul li:nth-child(5) , .products_home ul li:nth-child(9){margin-left:0;}

.qiyeinfo{ background-color:#f1f1f3; width:100%; float:left; margin-top:50px; padding-top:50px; padding-bottom:50px;}
.qiyeinfo_1{ float:left; width:365px;}
.qiyeinfo_title{ float:left; width:365px; border-bottom:1px solid #e3e3e5; position:relative;}
.qiyeinfo_title h2{ font-size:25px; color:#044390; text-align:center; font-weight:normal;}
.qiyeinfo_title span{ width:100%; color:#cbcaca; text-align:center; font-family:Arial;float:left; padding:5px 0;}
.qiyeinfo_title i{ width:56px; height:2px; background-color:#1e569b; text-align:center; float:left; margin-left:154px; display:inline;}
.qiyeinfo_title a{ color:#044390; position:absolute; right:0; bottom:0;}
.qiyeinfo_title a:hover{ text-decoration:underline;}
.qiyeinfo_c, .news_one{ float:left;}
.qiyeinfo_c{ padding:20px 10px;}
.qiyeinfo_c p{ color:#535353; text-align:justify; padding-top:10px;}
.qiyeinfo_c p a:hover, .news_list ul li a:hover , .news_one a:hover{ color:#044390; text-decoration:underline;}
.news_one  a{ color:#000; }
.news_one img{ float:left; margin-right:10px;}
.news_list{ float:left; margin-top:15px;}
.news_list ul li{ float:left; width:345px; font-size:15px; line-height:22px; border-bottom:1px dashed #e3e3e5; margin-top:5px;}
.news_list ul li span{ float:right; font-size:14px; color:#535353;}

.device{ float:left; width:1180px; background-color:#fff; height:230px; margin-top:30px; padding:20px 0px 0 0;}
.device h2{ font-size:25px; color:#044390; width:130px; float:left; font-weight:normal; padding-left:20px;}
.device span{ float:left; color:#cbcaca; width:70px; padding-top:10px;}
.device i{ width:940px; height:1px; float:left; background-color:#f1f1f3; margin-top:20px;}
.device_list{ float:left; margin-top:15px; padding-left:20px; width:1152px; height:171px; overflow:hidden;}
.device_list ul li{ float:left; margin-left:0px; margin-right:15px; display:inline; width:271px; height:169px; border:1px solid #b6b7b9;}

.flink{float:left;width:1190px; }
.flink ul{ float:left; width:1190px; overflow:hidden;}
.flink ul li{ float:left; padding:15px 15px 0 0;}
.flink ul li a{ font-size:12px; text-decoration:none; display:block; color:#666; float:left;}
.flink ul li a:hover{ text-decoration:underline; color:#044390;}

footer{ width:100%; background-color:#3b3f4a; height:300px; float:left; margin-top:20px;}
.f_L{ float:left; width:262px; margin-top:72px; margin-left:90px; display:inline; margin-right:50px;}
.f_M{ float:left; width:550px; padding-top:33px;}
.f_m_1 ul li{ width:89px; border-right:1px solid #fff; text-align:center; float:left; height:18px; line-height:18px;}
.f_m_1 ul li a{ color:#fff;}
.f_m_1 ul li a:hover{ text-decoration:underline;}
.f_R{ float:left; width:155px; margin-top:72px;}
.f_m_2{ float:left; margin-top:50px;}
.f_m_2 p{ color:#fff; margin-bottom:10px; font-size:14px; padding-left:100px;}
.f_m_2 p img{ float:left; margin-right:10px;}

/*list */
.list_d{ float:left; width:100%; margin-top:50px;}
.list_d_s{}
.list_d_s ul li{-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out; background:url(../images/list_bg.jpg) no-repeat; width:275px; height:342px; float:left; margin:20px 9px 0 9px; display:inline; overflow:hidden; padding:9px 0 0 7px;}
.list_d_s ul li span{  width:260px; float:left; height:52px; margin-top:1px; text-align:center; color:#fff; font-weight:bold; font-size:22px; line-height:52px;background-color:#0191d7; letter-spacing:2px; }
.list_d_s ul li a{ display:block; float:left;}
.list_d_s ul li img{ width:260px; height:270px; float:left;}
.list_d_s ul li:hover{-webkit-transform:scale(1.10);-moz-transform:scale(1.10);-o-transform:scale(1.10);transform:scale(1.20);/*box-shadow:0px 0px 15px rgba(0,0,0,0.2);*/}

/* list_left*/
.mc_list{ width:1200px; margin:0 auto;}
.list_L{ float:left; width:280px; margin-top:60px;}
.sort_list{ float:left; width:280px;border-top:1px solid #e6e6e6;}
.sort_list ul li{ float:left; height:41px; line-height:41px; width:278px; border-bottom:1px solid #e6e6e6; border-left:1px solid #e6e6e6; border-right:1px solid #e6e6e6; font-size:18px; overflow:hidden;}
.sort_list ul li span{ background:url(../images/l_sno.png) no-repeat; width:8px; height:20px; float:left; margin:10px 20px 0 22px; display:inline;}
.sort_list ul li a{ color:#3b3b3b; display:block;}
.sort_list ul li.on span , .sort_list ul li:hover span{ background:url(../images/l_sok.png) no-repeat;}
.sort_list ul li.on, .sort_list ul li:hover{ background:url(../images/on.jpg) no-repeat;  width:279px; padding-left:1px; height:42px; border:none;}
.sort_list ul li.on a , .sort_list ul li:hover a{ color:#fff;}
.sort_list ul li:last-child span{background:none; background:url(../images/l_gno.png) no-repeat; width:23px; height:23px; margin:9px 10px 0 15px;}
.sort_list ul li.on:last-child span , .sort_list ul li:last-child:hover span{ background:url(../images/l_gok.png) no-repeat;}
.sort_list_img{ float:left; background:url(../images/l_contact.jpg) no-repeat;width:280px; height:225px; margin-top:10px; color:#fff; font-size:30px;}
.sort_list_img p.c_1{float:left; margin:107px 0 0 65px; display:inline;}
.sort_list_img p.c_2{float:left; margin:10px 0 0 65px; display:inline;}

/* list_right*/
.list_R{float:right; width:905px; margin-top:60px;}
.list_R_list{float:right; width:905px; margin-top:60px;}
.l_R_title{ float:left; width:100%; border-bottom:1px solid #e6e6e6; padding-bottom:5px; color:#555;}
.l_R_title h2{ float:left; width:260px; border-left:5px solid #1353a7; height:26px; line-height:26px; font-size:18px; padding-left:10px;}
.l_pos{ float:right; padding-top:5px; width:630px; text-align:right;}
.l_pos span{ float:right;font-size:14px; text-align:right; padding-top:0px;width:100%;}
.l_pos i{ background:url(../images/l_pos.jpg) no-repeat; width:15px; height:13px; float:right; margin-top:3px; margin-right:2px;}
.l_R_title a, .list_product ul li strong a{ color:#555;}
.l_R_title a:hover, .list_product ul li strong a:hover{ color:#1353a7; text-decoration:underline;}
.list_R a{color:#1353a7;}

@media screen and (min-width:1600px){
	.list_L{ margin-left:10px;}
	.mc_list{ width:100%;}
	.list_R_list{width:80%;}
}
@media screen and (min-width:1830px){
	.list_L{ margin-left:10px;}
	.mc_list{ width:100%;}
	.list_R_list{width:82%;}
}


.list_product{ float:left;}
.list_product ul li{ float:left; width:280px; margin-top:20px; margin-left:8px; margin-right:10px; display:inline; border:1px solid #dadbe2;}
.list_product ul li strong{ font-weight:normal; float:left; text-align:center; width:100%; font-size:18px; height:55px; line-height:55px; overflow:hidden; position:relative;}
.list_product ul li strong i{ position:absolute; left:5px; top:-20px; font-size:14px; color:#0191da;}

.limg{ float:left; width:280px; height:260px; overflow:hidden;}
.list_product ul li:hover{ border:1px solid #1353a7;}
.list_product .thumb {width:280px; height:270px; overflow: hidden; position: relative; -moz-transform: translateZ(0px); -webkit-transform: translateZ(0px); -ms-transform: translateZ(0px); transform: translateZ(0px); }
.list_product .thumb img {display: block; width: 280px; height: 270px; overflow: hidden; -moz-transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list_product .thumb:hover img { -moz-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
.list_product ul li span { display: block; width: 280px; height: 270px; overflow: hidden; opacity: 0; filter: alpha(opacity=0); position: absolute; bottom: 1px; top: 1px; visibility: visible; z-index: 8; }
.list_product ul li span a { display: block; width: 280px; height: 270px; overflow: hidden; position: absolute; left:0; top:0; _left: 0; -moz-transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; background: url(../images/da_03.png) no-repeat center 160px ; }
.list_page{ width:100%; text-align:center; margin-top:50px; float:left; margin-bottom:30px;}
.list_page ul li{ display:inline; margin:0 5px;}
.list_page ul li a{ padding:3px 9px; border:1px solid #e6e6e6; color:#1353a7; display:inline-block;}

.hot_product{ float:left; width:1198px; height:330px; border:1px solid #e6e6e6; margin-top:50px; overflow:hidden; margin-bottom:20px;}
.hot_product_name{ background:#1353a7; padding:10px 20px; float:left; color:#fff;text-transform:uppercase;}
.h_list{ float:left; position:relative; padding-left:32px; margin-top:20px; width:1166px;}
.h_list .prev{ background:url(../images/pre.jpg) no-repeat; width:23px; height:41px; left:5px; position:absolute; top:110px;}
.h_list .next{ background:url(../images/next.jpg) no-repeat; width:23px; height:41px; right:5px; position:absolute; top:110px;}
.h_list ul li{ float:left; width:280px; height:250px; margin-left:5px;}
.h_list ul li a{ display:block; float:left;}


/* */
.arc_xg{ float:left; width:278px;border:1px solid #e6e6e6; margin-top:15px; overflow:hidden; margin-bottom:10px; padding-bottom:10px;}
.arc_xg_t{ float:left; width:100%; border-bottom:1px solid #e6e6e6; text-align:center; margin-top:12px; padding-bottom:10px;}
.arc_xg_t h2{ display:inline; color:#1353a7; font-size:25px; font-weight:normal; background:url(../images/arc_1.jpg) no-repeat; padding-left:40px;}
.arc_xg_list{ float:left; padding-left:15px; padding-top:5px;}
.arc_xg_list ul li span{ background-color:#1353a7; width:13px; height:13px; margin:5px 5px 0 0; text-align:center; line-height:13px; color:#fff; float:left; font-size:12px;}
.arc_xg_list ul li{ float:left; margin-top:10px; width:100%;}
.arc_xg_list ul li a, .articlesm ul li a{ color:#4b4b4b;}
.arc_xg_list ul li a:hover, .articlesm ul li a:hover{ color:#1353a7; text-decoration:underline;}
.articles p{ margin-top:5px;}

article{ float:left; border-left:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; border-right:1px solid #e6e6e6;}
article h1{ float:left; text-align:center; font-size:30px; color:#333; font-weight:normal; width:100%; padding-top:30px;}
article > p{ float:left; width:100%; text-align:center; color:#666; padding-top:10px;}
.articles { color:#4b4b4b; line-height:24px; padding:15px; float:left; text-align:justify; margin-top:10px;}
.articlesm{ float:left; text-align:center; width:100%; margin-top:10px;}
.articlesm ul{ float:left; width:100%; margin-top:30px; overflow:hidden; height:25px;}
.articlesm ul li{ display:inline; overflow:hidden; margin:0 10px;}
.articles_b{float:left; width:100%; margin-top:20px;}
.articles_b a{ display:block; float:left; margin-left:20px;}

aside{ float:left; width:905px; overflow:hidden;}
.ahot_product{ float:left; width:903px; height:330px; border:1px solid #e6e6e6; margin-top:50px; overflow:hidden;}
.ahot_product_name{ background:#1353a7; padding:10px 20px; float:left; color:#fff;text-transform:uppercase;}
.ah_list{ float:left; position:relative; padding-left:25px; margin-top:20px; width:875px;}
.ah_list .prev{ background:url(../images/pre.jpg) no-repeat; width:23px; height:41px; left:0px; position:absolute; top:110px;}
.ah_list .next{ background:url(../images/next.jpg) no-repeat; width:23px; height:41px; right:0px; position:absolute; top:110px;}
.ah_list ul li{ float:left; width:280px; height:300px; margin-left:5px;}


/* video */
.video_list ul li{ float:left; width:900px; margin-top:30px; border:1px solid #e6e6e6;}
.video_list ul li span{ float:left; text-align:center; width:100%; padding:10px 0;}
.videoimg a{ background:url(../images/video1.jpg) no-repeat; width:260px; height:190px; display:block; float:left; border-radius:10px;}
.videoimg a:hover{ background:url(../images/video2.jpg) no-repeat; }

/*online*/
.online{ float:left; margin-top:30px;}
.online_c{float:left; width:100%; margin-top:20px;}
.online_c span{ float:left; width:200px; text-align:right; line-height:30px; padding-right:15px;}
.online_c span i{ color:#F00}
.online_c input{ float:left; width:400px; height:30px; border:1px solid #e6e6e6; outline:none;}
.online_c textarea{ width:398px; height:200px;border:1px solid #e6e6e6;outline:none;resize:none;}
.online_b{ float:left; padding:30px 0 0 220px;}
.send{ border:none; background:#1353a7; color:#fff; padding:10px; font-size:20px; display:block;}
#content{ float:left; font-size:12px; margin-bottom:15px; color:#666; font-style:oblique}
.disnone{ display:none;}
.yz{ width:100px; float:left; font-size:14px; color:#f00; line-height:30px; padding-left:10px;}
.ajaxMsg{ border: #ABCD3A 1px solid; background-color:#F2FDDB; padding:15px; float:left; width:100%; margin-top:20px;}
.ajaxMsgerr{border: #F9B3D5 1px solid; background-color:#ffebe8;padding:15px;float:left; width:100%; margin-top:20px;}
.btndis{ background-color:#666;}

/* contact */
.contact{ float:left; padding:20px 20px;}
.contact_1{ float:left; margin-top:20px;}
.contact p{ float:left; margin-top:15px; width:100%;}

/*news*/
.newsl{ float:left; width:100%;}
.newsl ul li{ float:left; width:900px; margin-top:15px; border-bottom:1px dashed #ddd;}
.newsl_l{ float:left; width:260px; height:190px; border:1px solid #e6e6e6;}
.newsl_r{ float:right; width:625px; color:#000;}
.newsl_r h1{ font-size:22px; float:left; width:100%; font-weight:bold; margin-top:20px;}
.newsl_r h1 a{ color:#000;}
.newsl_r span{ font-size:16px; float:left; width:100%; color:#8c8c8c; margin-top:30px;}
.newsl_r p{ line-height:24px; text-indent:2em; float:left; text-align:justify; padding-top:5px;}
.newsl_r p a:hover , .newsl_r h1 a:hover, .sitemap p a:hover , .sitemap strong a:hover{ text-decoration:underline;}

/*blp*/
.blp{ float:left; padding:20px; text-align:center;}
.blp img{ margin:10px 0;}
.blp p{ text-indent:2em; float:left; text-align:justify; line-height:24px; padding:5px 0;}

.sitemap strong{ font-size:20px; width:97%; float:left; margin-top:20px; font-weight:300; padding-left:3%;}
.sitemap p{ font-size:16px; width:80%; float:left; margin-top:15px; padding:0 10%;}
.sitemap p a{ display:block; float:left; margin:5px 10px;}











