@charset "utf-8";
/* CSS Document */

html,body{ background:#f4f4f4; height:100%;}
html,body,section,footer,dl,dt,dd,ul,li,div,form,fieldset,legend,input,button,textarea,p{ margin:0; padding:0; border:none;}
body{ line-height:1.8em; font-family:arial, sans-serif; color:#000; text-align:center;}

dl,ul{ width:100%; list-style:none; display:block;}
dt,dd,li{ float:left;}
.clear{ clear: both; display: none; margin:0; padding:0; border:0; height:0; line-height:1px; font-size:1px;}
span.vAlignMiddle{ vertical-align:middle;}

body{ font-size:18px;}
button{ font-size:18px;}
a{ font-size:18px;}






.input2{ border:1px solid #666;}









/*-------  默认 START  -------*/
a:link{ text-decoration:none; color:#000;}
a:visited{ text-decoration:none; color:#333;}
a:hover{ color:#000; text-decoration:none;}
/*-------  默认 END  -------*/




/*-------  通用字体属性 START  -------*/
.bold{ font-weight:bold;}
/*-------  通用字体属性 END  -------*/




/*通用背景 START*/
.redBg{
	background: rgb(255,48,25); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
.whiteBg{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}
/*通用背景 END*/





/*-------  红色 START  -------*/
.red{ color:#C00;}
.red a:link{ text-decoration:none; color:#C00;}
.red a:visited{ text-decoration:none; color:#C00;}
.red a:hover{ color:#F00; text-decoration:underline;}
a.red:link{ text-decoration:none; color:#C00;}
a.red:visited{ text-decoration:none; color:#C00;}
a.red:hover{ color:#F00; text-decoration:underline;}
/*-------  红色 END  -------*/









/*-------  FOOTER START  -------*/
.footerBg{
	background: #454545; /* Old browsers */
	background: -moz-linear-gradient(top,  #404040 0%, #454545 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#454545)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#454545 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#454545 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#454545 100%); /* IE10+ */
	background: linear-gradient(top,  #4c4c4c 0%,#454545 100%); /* W3C */
	border-top:1px solid #dfdfdf;
}
.footer{ width:100%; margin:0; padding:10px 0; float:left; clear:both; margin-top:2px;}
.footer .footerCompanyName{ vertical-align:middle; width:auto; clear:both; overflow:hidden; font-weight:bold; font-size:16px; color:#fff;}
.footer .copyright{ vertical-align:middle; clear:both; font-size:12px; color:#f7f7f7;}
.footer .c{font-size:14px; vertical-align:middle; color:#f7f7f7;}
/*-------  FOOTER END  -------*/


















/*-------  HEADER START  -------*/

.header{ width:100%; height:50px; margin:0px; position:absolute; float:left; padding:0px; top:0; left:0;}
.header .headerLogo{width:68px; height:35px; position:absolute; left:5px; top:10px; -ms-interpolation-mode: bicubic; padding-left:10px;}
.header .headerContact{width:130px; height:35px; position:static; float:right; padding:10px 10px 0 0; font-size:14px; color:#333;}




.redBgTop{ background:#1b1b1b; width:100%; height:40px; margin:0px auto; padding:0px; position:relative;}
.redBgTop .headerLeft{ display:block; height:20px; width:15%; float:left; padding:10px 0px 0px 20px; margin:0px auto;}
.redBgTop .headerLeft img{ width:11px; height:20px; float:left;}
.redBgTop .headerMiddle{ width:85%; height:40px; line-height:40px; color:#fcfbfb; font-size:18px; font-weight:bold;}
/*-------  HEADER END  -------*/



.imDel{ position:fixed; top:40%; left:60%; width:100%; height:250px; padding:0px; margin:auto;}
.imDel .sqimg{ cursor:pointer; display:block; text-decoration:none; clear:both; padding:0px;}
.imDel .sqimg img{ cursor:pointer; display:block; text-decoration:none; clear:both; padding:0px;}
.imDel .imBg{ background-image:url("imBg2.png")/*tpa=http://m.symzcm.net/static/images/common/imBg2.png*/; background-repeat:no-repeat;}
.imDel .closeImBtn{ position:absolute; display:block; width:13px; height:13px; float:right; left:115px; z-index:1000;}







/*
240px; 320px; 480px; 540px; 640px; 800px; 960px;
*/
@media all and (max-width:319px){
	
}


@media all and (min-width:320px){
}


@media all and (min-width:360px){
}


@media all and (min-width:400px){
}


@media all and (min-width:432px){
}


@media all and (min-width:480px){
}


@media all and (min-width:640px){
}


@media all and (min-width:800px){
}


@media all and (min-width:854px){
}


@media all and (min-width:960px){
}