/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,code,del,dfn,em,font,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,header,section,footer {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0; }
 
/* Basic Styling */
a, a:visited {
	color: #d91e16;
	text-decoration: none;
	-webkit-transition-property: color, left, right;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-property: ease-in-out; }
 
html { -webkit-font-smoothing: antialiased; }

div{ text-align:left;}
 
body, html {
	background: #fff;
	color: #4e4e4e;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-text-size-adjust: none; }
 
header, nav, section, aside, footer { display: block !important; }
.top{width:100%;background:url(../images/topbg.jpg); height:120px}
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.fl_left{ float:left;}
.fl_right{ float:right;}
.clear{clear:both;}
.stretch{ width:100%;}

#wrapper {
	margin: 0 auto;
    position: relative;
		width: 100%;
	box-shadow: 0 1px 1px #000000;
	background-color:#FFFFFF;

}

/*FONTS*/
@font-face {
    font-family: 'MgOpenModataRegular';
    src: url('../fonts/mgopenmodataregular-webfont.eot');
    src: url('../fonts/mgopenmodataregular-webfont.eot@#iefix') format('embedded-opentype'),
         url('../fonts/mgopenmodataregular-webfont.woff') format('woff'),
         url('../fonts/mgopenmodataregular-webfont.ttf') format('truetype'),
         url('../fonts/mgopenmodataregular-webfont.svg#MgOpenModataRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MgOpenModataOblique';
    src: url('../fonts/mgopenmodataoblique-webfont.eot');
    src: url('../fonts/mgopenmodataoblique-webfont.eot@#iefix') format('embedded-opentype'),
         url('../fonts/mgopenmodataoblique-webfont.woff') format('woff'),
         url('../fonts/mgopenmodataoblique-webfont.ttf') format('truetype'),
         url('../fonts/mgopenmodataoblique-webfont.svg#MgOpenModataOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MgOpenModataBold';
    src: url('../fonts/mgopenmodatabold-webfont.eot');
    src: url('../fonts/mgopenmodatabold-webfont.eot@#iefix') format('embedded-opentype'),
         url('../fonts/mgopenmodatabold-webfont.woff') format('woff'),
         url('../fonts/mgopenmodatabold-webfont.ttf') format('truetype'),
         url('../fonts/mgopenmodatabold-webfont.svg#MgOpenModataBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MgOpenModataBoldOblique';
    src: url('../fonts/mgopenmodataboldoblique-webfont.eot');
    src: url('../fonts/mgopenmodataboldoblique-webfont.eot@#iefix') format('embedded-opentype'),
         url('../fonts/mgopenmodataboldoblique-webfont.woff') format('woff'),
         url('../fonts/mgopenmodataboldoblique-webfont.ttf') format('truetype'),
         url('../fonts/mgopenmodataboldoblique-webfont.svg#MgOpenModataBoldOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Typography*/
h1{font-family:'MgOpenModataRegular', Arial, Helvetica, sans-serif; font-size:20px; color:#d91e16; line-height:25px;}
h2{font-family:'MgOpenModataRegular', Arial, Helvetica, sans-serif; font-size:16px; color:#fff; background-color:#2574B8}
p{ color:#4e4e4e; font-size:16px; line-height:25px; }
p img{ width:100%;}


/*Header*/

.subfnlist{ padding:5px 10px 5px 10px;}
.subfnlist ul{ list-style:none; padding:0px; margin:0px;}
.subfnlist ul li{ padding-bottom:5px; padding-right:5px; float:left;}
.subfnlist ul li .listbox{ line-height:30px; padding-left:10px; padding-right:10px; float:left; background:#FFFFFF; border:1px solid #CCCCCC;}
.subfnlist ul li .leftlist{ line-height:30px; padding-left:10px; padding-right:10px; float:left; background:#246cd7; border:1px solid #CCCCCC;}
.subfnlist ul li .leftlist a{ color:#FFFFFF}
/*Navigation*/
header ul.navigation{background:url(../images/navibg.jpg) repeat; width:100%; z-index:2;}
header ul.navigation > li{ list-style:none; text-align:center; float:left; position:relative; width:25%;  }
header ul.navigation li:first-child{}
header ul.navigation li a{ font: 16px "����";
font-weight: normal;
display: block;
color: white;
padding: 10px 0px;
border: #fff solid 1px;
border-top: #fff solid 1px;
background:#717171;}
header ul.navigation li.active a{background:#1D407B; color:#ffffff;}
header ul.navigation li.nav_search{ background:none; width:32px; float:right; margin:10px 6px 10px 0px; min-width:inherit;}
header ul.navigation li.nav_search a{background-image:url(../images/nav_icons.png); background-position: -671px -1px; width:25px; height:20px;}
header ul.navigation li.nav_search a:active{background-position: -671px -69px;}
header ul.navigation li span.nav_icon{ display:block; width:50px; height:25px;  clear:both; background-image:url(../images/nav_icons.png); margin:auto; padding-bottom:2px;}
header ul.navigation li span.home{background-position: -3px -5px}
header ul.navigation li span.about{background-position: -74px -5px}
header ul.navigation li span.blog{background-position: -153px -5px}
header ul.navigation li span.contact{background-position: -235px -5px}
header ul.navigation li.active span.home{background-position: -3px -73px}
header ul.navigation li.active span.about{background-position: -74px -73px}
header ul.navigation li.active span.blog{background-position: -153px -73px}
header ul.navigation li.active span.contact{background-position: -235px -73px}
/*Submenu*/
header ul.navigation li.expanded #submenu{ display:block;}
#submenu{display:none; position:absolute; top:40px; left:0px; min-width:150px; width:100%; opacity:0.95; border:solid 1px #212121; -webkit-border-radius: 0px 0px 4px 4px;-moz-border-radius: 0px 0px 4px 4px;border-radius: 0px 0px 4px 4px; border-width:0px 0px 1px; z-index:11;}
#submenu li{ list-style:none; padding:4px 5px; margin:0px; text-align:left; border-top:solid 1px #262727; box-shadow: inset 0px 1px 0px #1a1a1a; background:#1f1f1f}
#submenu li:first-child{ border:none;}
#submenu li a{ line-height:100%; padding:10px; color:#cccccc; text-shadow: 1px 1px 0 #000000; height:auto; width:90%; display:block; background:none; font-weight:normal;}
#submenu li:active{ background:#101010;}
#submenu li:active a{ color:#fff;text-shadow: 1px 1px 0 #1f1f1f;}

/*Share*/
header ul.share{ float:right; margin-right:5px;}
header ul.share li{ width:28px; height:30px; float:left; list-style:none; }
header ul.share li a{ display:block; width:28px; height:30px; background-position: 2px center ;}
header ul.share li a:active{background-position: 0px center!important;}
header ul.share li.twitter a{ background:url(../images/twitter.png) no-repeat center -2px;}
header ul.share li.facebook a{ background:url(../images/facebook.png) no-repeat center -2px;}
header ul.share li.rss a{ background:url(../images/rss.png) no-repeat center -2px;}
/*Logo*/
a#logo{ display:block; width:100%;max-width: 800px; padding:0px; margin:0px;}
a#logo img{ float:left; margin:0px; padding:0px;}

/*Seach*/
#search{ padding:7px 10px; background:#4DC4A0; border-bottom:1px solid #43B796; display:none;}
#search fieldset{ position:relative;}
#search input{ background-color:#efefef; border:solid 1px #2F977A; font-size:12px; padding:4px 0px; color:#7b7b7b; float:left; border-radius:0px!important;}
#search input[type=text]{ width:100%; height:14px; border-right:none;  box-shadow: inset 1px 0 1px #fff; text-indent:8px;}
#search input[type=submit]{width:37px; height:24px; background:url(../images/search_d.png) no-repeat center top; text-indent:-300px; position:absolute; right:-1px;}
#search input[type=submit]:active{ background-position:center bottom;}
/*Footer*/
footer{font-size:11px;}
ul.footer_nav{ width:100%;}
ul.footer_nav li{ float:left; list-style:none;line-height:100%; height:20px; line-height:20px; padding-left:5px; padding-right:5px; text-align:center;}
ul.footer_nav li:first-child{ padding-left:0px; border-left:none;}
ul.footer_nav li a{ color:#d91e16; text-shadow: 1px 1px 0 #fff; display:block;}
ul.footer_nav span{ float:left;}
footer .copyright{ display:block; color:#9c9c9c; padding:10px 0px; clear:both; text-shadow: 1px 1px 0 #fff;}

/*Section*/
section#main{ display:inline-block;}
.block_module{ background:#fff; margin-bottom:18px;}
.block_module h2{ padding:11px 12px;}
.paper_bh_white{background-position:center bottom; }
.content_container{ padding:12px 14px; display:block;}
.content_container a, .page a{ text-decoration:underline;}

.content_container .tupian{ width:160px; float:left}
.content_container .tupian img{ width:160px; float:left}
.content_container  .tex{}
.content_container .tex img{ display:none;}

/*Button*/
a.btn{ display:inline-block; line-height:100%; text-decoration:none;}
a.grey_bt_sml{ padding:5px 7px; background:url(../images/btn_grey_sml.png) repeat-x; color:#fff; font-family:'MgOpenModataBold'; text-shadow: 0px 1px 0 #737373;}
a.grey_bt_big{ padding:9px 14px 8px 34px; background:url(../images/btn_grey_big.png) repeat-x; font-size:15px; color:#fff; font-family:'MgOpenModataBold'; text-shadow: 0px 1px 0 #737373; position:relative;}
span.app{ display:inline-block; background:url(../images/app.png) no-repeat center; width:20px; height:22px; position:absolute; left:7px; top:5px;}


.topfnlist{  width:100%; float:left;}
.topfnlist ul{ padding:0px 5px; list-style:none}
.topfnlist ul li{ height:30px; line-height:30px; padding:0px 5px; float:left; font-weight:bold}
.topfnlist ul li a{ color:#da231b}


.topfnlist2{ width:98%; margin:0 auto; overflow:hidden; }

.topfnlist2 ul{ padding:0px 5px; list-style:none; padding-bottom:5px; width:100%; float:left;}
.topfnlist2 ul li{ height:30px; line-height:30px; padding:0px 5px; float:left; font-weight:bold}
.topfnlist2 ul li a{ color:#da231b}
.topfnlist2 ul li.list4{ background:#311c1b;}
.topfnlist2 ul li.list4 a{ color:#FFFFFF}


#Title_div2{ width:98%; margin:0 auto;  overflow: hidden;}

.Title2{    height: 36px;    line-height: 36px;    width: 100%;    padding-right: 6px;    background-color: #770e15;    font-weight: 700;    margin: 0 auto; margin-bottom: 5px; color:#FFFFFF}
.Title2 a { color: white;  font-size: 12pt;  overflow: hidden;  display: block;   height: 36px;  text-decoration: none;  }

.Title_right2{    float: right;}

.Title_left2{    margin-left: 14px;    float: left;}

.Title img2{    height: 30px;    padding-top: 3px;}



/*标题*/
#Title_div{ width:98%; margin:0 auto;  overflow: hidden;}

.Title{    height: 36px;    line-height: 36px;    width: 100%;    padding-right: 6px;    background-color:#0375B1;    font-weight: 700;    margin: 0 auto; margin-bottom: 5px; color:#FFFFFF}
.Title a { color: white;  font-size: 12pt;  overflow: hidden;  display: block;   height: 36px;  text-decoration: none;  }

.Title_right{    float: right;}

.Title_left{    margin-left: 14px;    float: left;}

.Title img{    height: 30px;    padding-top: 3px;}


/*产品*/
.Product_ListUl{   margin-top: 10px;   list-style: none;    width: 99%;    text-align: center;    font-size: 11.5pt;    color: #cccccc;    overflow: hidden;    margin: 0 auto;    margin-left: 35px;    display: block;    margin: 1%;    padding: 0px;}

.Product_ListUl li  {     width: 48%;     margin-right: 2%;      display: block;      float: left;     margin-top: 8px;    }

.homepodimg{ width: 95%; height:135px; float:left;overflow:hidden; line-height:135px; text-align:center; vertical-align:middle; overflow:hidden; border:1px solid #CCCCCC; background:#fff }
.homepodimg img{vertical-align:middle; margin:0 auto;max-height:135px; }
.homepodname{  text-align:left; float:left; width:100%; font-size:14px; text-align:center; line-height:30px;}
.homepodname a{ color:#666666}
.homepodname a:hover{ text-decoration:underline}
.Product_ListUl li a     {   display: inline-block; margin-bottom: 8px;  text-decoration: none; }

.Product_ListUl li span {  font-weight: 500; color: #8D8181;  height: 17.5px; overflow: hidden; text-align: center; display: -webkit-box; -webkit-line-clamp: 1;
-webkit-box-orient: vertical;        }

   

#Product_List_div{    margin-top: 10px;}



.Product_ListUl1{   margin-top: 10px;   list-style: none;    width: 99%;    text-align: center;    font-size: 11.5pt;    color: #cccccc;    overflow: hidden;    margin: 0 auto;    margin-left: 35px;    display: block;    margin: 1%;    padding: 0px;}

.Product_ListUl1 li  {     width: 98%;     margin-right: 2%;      display: block;      float: left;     margin-top: 8px; border-bottom:1px solid #CCCCCC; padding-bottom:5px;  }

.homepodimg1{ width: 40%; height:100px; float:left;overflow:hidden; line-height:100px; text-align:center; vertical-align:middle; overflow:hidden; background:#fff }
.homepodimg1 img{vertical-align:middle; margin:0 auto;max-height:100px; }
.homepodname1{ width: 55%;  text-align:left; float:right;font-size:14px; text-align:left; line-height:50px; font-weight:bold; padding-top:15px }
.homepodname1 a{ color:#666666}
.homepodname1 a:hover{ text-decoration:underline}
.Product_ListUl1 li a     {   display: inline-block; margin-bottom: 8px;  text-decoration: none; }

.Product_ListUl1 li span {  font-weight: 500; color: #8D8181;  height: 17.5px; overflow: hidden; text-align: center; display: -webkit-box; -webkit-line-clamp: 1;
-webkit-box-orient: vertical;        }




.slide_container{ margin-top: 10px; list-style: none; width: 99%; text-align: center; font-size: 11.5pt; color: #cccccc;  overflow: hidden; margin: 0 auto; margin-left: 35px; display: block;  margin: 1%; padding: 0px;}
.slide_container ul{ padding:0px; margin:0px; width:100%; padding-left:10px;}
.slide_container li {width: 30%;  margin-right: 1%;  display: block;  float: left;  margin-top: 8px;border: solid 1px;    }
.slide_container li a {  width: 95%;  display: inline-block; margin-bottom: 8px; text-decoration: none; }
.slide_container img {  width: 100%;    }
.slide_container p{ height:22px; color:#333333;}


.homepodimg2{ width: 95%; height:190px; float:left;overflow:hidden; line-height:190px; text-align:center; vertical-align:middle; overflow:hidden; border:1px solid #CCCCCC; background:#FFFFFF}
.homepodimg2 img{vertical-align:middle; margin:0 auto; max-height:190px;}


/*新闻*/

.NewsList1{  margin: 8px;}
.NewsList1 ul li { width: 99%; float: left;border-bottom: 1px solid #DAD8D5;  color: rgb(0, 122, 255);	background:url(../../templates/met091/images/diantb.jpg) left center no-repeat;padding-left:10px; }
.NewsList1 ul { margin: 0px;padding:0px; list-style:none; }
.NewsList1 ul li a img  {   display: none;  }
.NewsList1 ul li a  { text-decoration: none;overflow: hidden; font-size:14px}
.NewsList1 ul li a span {color: rgb(66, 64, 64); line-height: 40px; display:block; }
 .NewsList1 ul li a #New_listspan_name{ font-weight: 700;}

#New_listspan{   display: none;}
.homenewtiem{ float:right; padding-left:5px; font-weight:500; color:#999999}


/**/
.footbox{ width:100%; padding-top:5px; overflow:hidden; text-align:center; color:#000 ; margin:0 auto 100px}
.footbox a{ color:#000}
.footbox h3{  font-size:16px; color:#FFFFFF; line-height:30px; padding-bottom:10px;}
.footbox p{ font-size:14px; color:#cccccc; padding:0px; margin:0px; line-height:25px; padding-bottom:10px;}
.footbox b{  font-size:18px; color:#FFFFFF; line-height:30px; }
.footbox .bt{ font-size:16px; color:#000; width:100%; line-height:25px; float:left;}
.footbox .ba{ font-size:14px; color:#FFFFFF;width:100%; line-height:25px; float:left;}
.footbox .bh{ font-size:14px; color:#FFFFFF;width:100%; float:left; text-align:center; }
.footbox .bh img{ width:100%;}
.footbox .tel{ font-size:14px; color:#FFFFFF;width:100%; line-height:25px; float:left;}
.footbox .dz{ font-size:14px; color:#FFFFFF;width:100%; line-height:25px; float:left;}

.top2{ height:110px; width:100%; background:url(../images/bgt.jpg);fixed center center no-repeat;
 background-size: cover;}

.top3{ height:110px; width:100%; background:url(../images/ps.jpg);fixed center center no-repeat;
 background-size: cover;}

.top4{ height:110px; width:100%; background:url(../images/news.jpg);fixed center center no-repeat;
 background-size: cover;}
 
 .top5{ height:110px; width:100%; background:url(../images/feedback.jpg);fixed center center no-repeat;
 background-size: cover;}
 
 .top6{ height:110px; width:100%; background:url(../images/contact.jpg);fixed center center no-repeat;
 background-size: cover;}


/*Hiring*/
section#main .hiring{ position:relative; }
section#main .hiring span.tape_stick{ display:block; width:72px; height:20px; margin:-11px auto 0px auto;}
section#main .hiring img{ float:left; margin-right:3px;}
section#main .hiring a.grey_bt_sml{ position:absolute; right:10px; top:18px;}

/*Slideshow*/
#slideshow{ background-color:#f1f1f1;position:relative; margin-bottom:38px;}
#slideshow ul li{ list-style:none;}
/*Accordion*/
#accordion_menu{}
#accordion_menu h5{ background:url(../images/ac_default.png) repeat-x; padding:13px; color:#717c87;text-shadow: 0px 1px 0 #fff; line-height:100%; border-top:solid 1px #e4e7e9;}
#accordion_menu h5 span.arrow{ height:16px; width:15px; background:url(../images/accordion_arw.png) no-repeat center top; display:inline-block; float:right; cursor:pointer;}
#accordion_menu .ac_content{ padding:8px 13px;}
#accordion_menu .ac_content ul, #accordion_menu .ac_content ol{ list-style-position:inside;}
#accordion_menu .ac_content li{ padding:3px 0px;}
#accordion_menu h5.ui-state-active{ background:url(../images/ac_active.png) repeat-x; color:#fff;text-shadow: 0px 1px 0 #28558f; border-top-color:#44B996;}
#accordion_menu h5.ui-state-active span.arrow{ background-position:center -20px;}

/*Page*/
.page{ padding:15px 20px;}
.page h1{ padding:5px 0px 20px; margin-bottom:10px; background:url(../images/lines.png) repeat-x center bottom;}

.page p{ padding:0px; margin:0px;width: 100%; max-width: 800px;}
.page p img{ width:100%;}
.page .xiangxi{ height:40px; border-bottom:1px solid #d91e16; float:left; line-height:40px; width:100%; margin-bottom:10px;}
.page .xiangxi span{ height:40px; width:100px; background:#d91e16; float:left; text-align:center; line-height:40px; color:#FFFFFF;}
iframe{ display:none}

.xxbot1{ width:100%; line-height:20px;}
.xxbot2{ width:100%; line-height:20px;}
.height20{ height:20px; width:100%; float:left;}

/*Blog*/
.blog h1{ margin-bottom:0px;}
.blog h1 a{ text-decoration:none;}
.blog img{ background:#f4f4f4; padding:3px; border:solid 1px #dcdcdc; margin-bottom:10px; margin-right:10px; float:left;max-width:40%;}
.blog .post_date{color:#999999; font-size:11px; display:block; padding-bottom:5px;}
.blog .post_info{ padding:6px 0px 14px; background:url(../images/lines.png) repeat-x center bottom; line-height:100%; font-size:11px; margin-bottom:11px; line-height:17px;}
.blog .post_info .posted_by { width:165px; display:inline-block;}
.blog .post_info .posted_by a{ font-weight:bold; text-decoration:none;}
.blog .post_info a.comments{ float:right; padding-left:25px; background:url(../images/comment.png) no-repeat left center; text-decoration:none;}
.blog a.like{ display:block; float:right; padding:1px 22px 1px 0px; background:url(../images/like.png) no-repeat right 1px; text-decoration:none; color:#828282;}
.tags{ border-top:solid 1px #d9d9d9; margin-top:12px; padding:10px 0px; font-size:11px; clear:both; display:inline-block; width:100%;}
.tags ul{ display:inline-block;}
.tags ul li{ list-style:none; line-height:100%; padding:4px 5px; background-color:#e2e2e2; margin-left:10px; float:left;}
.tags ul li:first-child{ margin-left:0px;}
.tags span{float:left; padding-right:10px;}
.tags ul li a{ color:#4e4e4e; text-decoration:none;text-shadow: 0px 1px 0 #fff;}

/*Comment*/
#comments li{ list-style:none; padding:12px 13px; border-top:solid 1px #dddddd;}
#comments li.odd{ background-color:#f1f1f1;}
#comments li.even{ background-color:#ffffff;}
#comments li img{ float:left; margin:2px 15px 2px 0px;}
#comments li h5{ padding-bottom:5px;}
#comments li span{color:#a3a3a3; font-size:11px; display:block; text-align:right; padding-top:5px;}
#comments li h5 a{color:#000000; font-size:14px; padding-bottom:5px;}
#comments li .comment_body{ margin-left:62px;}

.comment_form{ background-color:#383f4b;}
.comment_form h2{ color:#fff; text-shadow: 0px 1px 0 #242424;}
#moby_form{ padding-bottom:10px;}
#moby_form li{ list-style:none; padding:5px 13px; text-align:right;}
#moby_form li input[type=text], #moby_form li input[type=email], #moby_form li textarea{ border:solid 1px #2d333d; padding:10px 0px 7px 0px; background:#e3e3e3; box-shadow: inset 0px 0 8px #626262; width:99%; font-size:13px; color:#8b8b8b; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; font-family:Arial, Helvetica, sans-serif; text-indent:8px;}
#moby_form li input[type=text]:focus, #moby_form li textarea:focus{ box-shadow: inset 0px 0 5px #fff; color:#333;}
#moby_form li input[type=submit]{ border:none; background:url(../images/submit.png) no-repeat left center; padding:7px 25px 5px 45px; font-size:14px; font-family:'MgOpenModataBold'; text-shadow: 0px 1px 0 #275d8c; color:#fff; line-height:100%; box-shadow: 0 1px 2px #2c2c2c; cursor:pointer; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
#moby_form li input[type=submit]:active{box-shadow: 0 0px 2px #000; cursor:pointer; text-shadow: 0px 0px 1px #275d8c; color:#cee2f3;}

/*Contact*/
#contact{width:287px; display:inline-block;}
#contact li{ padding:13px 10px 13px 50px; border-top:solid 1px #ececec; list-style:none;}
#contact li.address{background:url(../images/location.png) no-repeat 10px 7px;}
#contact li.telephone{background:url(../images/telephone.png) no-repeat 10px 7px;}
#contact li.website{background:url(../images/website.png) no-repeat 10px 7px;}

/* Border Radius */
.block_module, .btn, .blog img, .tags ul li{-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; }
/* Box Shadow */
.block_module{display:inline-block; width:100%; }

	
/* Style for the contact form and status messages */

.statusMessage {
  color: #666;
  background-color: #ebedf2;
  background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#dfe1e5), color-stop(1, #ebedf2) );
  background: -moz-linear-gradient( center bottom, #dfe1e5 0%, #ebedf2 100% );  
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  opacity: .95;
}
.statusMessage {
  display: none;
  margin: auto;
  width: 80%;
  height: 2em;
  padding: 1.5em;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.statusMessage p {
  text-align: center;
  margin: 0;
  padding: 0;
}

#contactForm.positioned, .statusMessage {
  left: 5px;
  top: 50%;
}

.statusMessage {

  margin-top: -1em;
}
#messagelist{ padding:15px;}
#messagelist .metlist{ margin-bottom:10px; border:6px solid #dedede; padding:5px;}
#messagelist .metlist dt{ background:url(../images/message.gif) no-repeat left center; border-bottom:1px dotted #dedede; padding:4px 0px 4px 20px; margin-bottom:5px;}
#messagelist .metlist dt span.name{ color:#2c7199;}
#messagelist .metlist dt span.time{ padding-left:8px; color:#999;}
#messagelist .metlist dt span.tt{ float:right; padding-right:5px;}
#messagelist .metlist dd { padding:0px; margin:0px;}
#messagelist .metlist dd.info span.tt{ display:none; clear:both;}
#messagelist .metlist dd.info span.text{ display:block; line-height:1.5; padding:8px 5px;}
#messagelist .metlist dd.reinfo span.tt{ background:url(../images/admin.gif) no-repeat left 3px; display:block; border-bottom:1px dotted #dedede; padding:2px 0px 2px 20px; margin:0px 0px 5px;color:#2c7199;}
#messagelist .metlist dd.reinfo span.text{ display:block; line-height:1.5; padding:8px 5px;}
#messagelist .ctitle{ margin:10px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc;}
#messagelist table{ margin:0px auto;}
#messagetable{ padding:15px;}
#messagetable table{ margin:0px auto;}


.footer {width:100%;height:116px;position:fixed;bottom:0;left:0;line-height:116px;z-index:100;display:none;}
.footer .footerInner {width:100%;height:100%;-moz-box-shadow:6px 0 24px rgba(32,21,18,.72);-webkit-box-shadow:6px 0 24px rgba(32,21,18,.72);box-shadow:6px 0 24px rgba(32,21,18,.72);}
.footer a {display:block;float:left;position:relative;}
.footer a em,.footer a i {display:block;position:absolute;}
.footerLink1 {width:20%;height:100%; background-color:#2e3642;}
.homeIcon {left:50%;top:18px;width:59px;height:50px;margin-left:-29px; background:url(../images/footerLink1.png) no-repeat;}
.footerLink1 em {display:block;left:0;top:68px;width:100%;color:#6a7380;font-size:20px;line-height:36px;text-align:center;}
.footerLink2 {width:40%;height:100%; background-color:#ff6005;}
.swtIcon {left:50%;top:36px;width:54px;height:48px;margin-left:-100px; background:url(../images/footerLink2.png) no-repeat;}
.swtIcon_Counter {left:50%;top:30px;width:28px;height:28px;margin-left:-68px;text-align:center;line-height:26px; background-color:#e60012;color:#fff;font-size:18px;font-style:normal;-moz-border-radius:28px;-webkit-border-radius:28px;border-radius:28px;-moz-box-shadow:0 0 3px rgba(0,0,0,0.8);-webkit-box-shadow:0 0 3px rgba(0,0,0,0.8);box-shadow:0 0 3px rgba(0,0,0,0.8);}
.footerLink2 em {display:block;left:50%;top:50%;margin-left:-28px;margin-top:-23px;color:#fff;font-size:32px;line-height:46px;}
.footerLink3 {width:40%;height:100%; background-color:#26c540;}
.phoneIcon {left:50%;top:50%;width:54px;height:54px;margin-top:-27px;margin-left:-90px; background:url(../images/footerLink3.png) no-repeat;}
.footerLink3 em {display:block;left:50%;top:50%;margin-left:-28px;margin-top:-23px;color:#fff;font-size:32px;line-height:46px;}

@media screen and (min-width:320px) and (max-width:900px){
.footer {height:58px;}
.homeIcon {top:9px;width:30px;height:25px;margin-left:-15px;-moz-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%;}
.footerLink1 em {font-size:10px;top:34px;line-height:18px;}
.swtIcon {top:18px;width:27px;height:24px;margin-left:-50px;-moz-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%;}
.swtIcon_Counter {top:15px;width:14px;height:14px;margin-left:-34px;line-height:13px;font-size:9px;}
.footerLink2 em {font-size:16px;line-height:23px;margin-left:-14px;margin-top:-12px;}
.phoneIcon {width:27px;height:27px;margin-top:-14px;margin-left:-45px;-moz-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%;}
.footerLink3 em {font-size:16px;line-height:23px;margin-left:-14px;margin-top:-12px;}
}
/*Footer*/
.footbt{ height:40px;  background:#2574B8; }
.footbt .tex{height:40px; padding-left:10px; padding-right:10px; font-size:16px; font-weight:bold; color:#fff; line-height:40px;}

footer{ padding:0px 13px;}
.footname{ height:40px; font-size:14px; font-weight:bold; color:#000000; line-height:40px; text-align:center}
.foot24 { width:100%; text-align:center;}
.foot24 img{ width:80%;}
.foottex{ width:100%; text-align:center; line-height:25px; font-size:13px;}
.foottex .cf{ font-size:16px; font-weight:bold; text-decoration:underline}
ul.footer_nav{ width:100%;}
ul.footer_nav li{ float:left; padding:0px 8px; border-left:solid 1px #b4b4b4; list-style:none;line-height:100%;}
ul.footer_nav li:first-child{ padding-left:0px; border-left:none;}
ul.footer_nav li a{ color:#33A285; text-shadow: 1px 1px 0 #fff;}
footer .copyright{ display:block; color:#000; padding:10px 0px; clear:both; text-shadow: 1px 1px 0 #fff; text-align:center; font-size:13px}