html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, form, input, textarea, label, ul, ol, dl, li, dt, dd,.clearfix:after { margin:0; padding:0; }
html, body {  }
body { color:#000; line-height:22px; text-align:left; }
li { list-style-type:none; }
a { text-decoration:none; outline:none; color:#000; }
a:hover { text-decoration:none; color: #ff9724; }
table { border-collapse:collapse; border-spacing:0; }
iframe,img { border:0;}
img { vertical-align:middle;}

/*
.clearfix { display:block; #zoom:1; clear: both; }
.clearfix:after { content:''; overflow:hidden; width:100%; height:0px; font-size:0px; display:block; clear: both; }
*/

.clear {
	clear:both;
}
.clear10 {
	height: 10px; clear: both;
}
.clear20 {
	height: 20px; clear: both;
}
.clear30 {
	height: 30px; clear: both;
}
.clear50 {
	height: 50px; clear: both;
}
.clearfix {
	clear:both;
}
.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .clearfix {
	height:1%;
}
*+html .clearfix {
	min-height:1%;
}



.domPC {
    display: block;
}

.domMobile {
    display: none;
}

body {
    font-family: "微软雅黑";
    color: #333;
    margin: 0 auto;
}

a {
    color: #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

a:hover {
    color: #ff9724 !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

/*common*/
*:focus {outline: none;}

/* display */
.dn { display: none; }
.di { display: inline; }
.db { display: block; }
.dib { display: inline-block; } /* if the element is block level(eg. div, li), using 'inline-any' instead */


.fl{float:left;}
.fr{float:right;}

/* 块状元素水平居中 */
.auto { margin-left: auto; margin-right: auto; }

/* overflow */
.ovh { overflow: hidden; }

/* position */
.rel { position: relative; }
.abs { position: absolute; }

/* font-family */
.fw { font-family: 'Microsoft Yahei'; }
.fs { font-family: "宋体", Helvetica, Arial, sans-serif;  }


/* font-style */
.n { font-weight: normal; font-style: normal; }
.b { font-weight: bold; }
.i { font-style: italic; }

/* text-align */
.tc { text-align: center; }
.tr { text-align: right; }
.tl { text-align: left; }
.tj { text-align: justify; }

/* 清除浮 动*/
.fix { *zoom:1; }
.fix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}

/*table*/
table {
    width: 100%;
    border-collapse: collapse;
}

/* margin */
.m0 { margin:0 !important; }
.ml0 { margin-left: 0}
.ml1 { margin-left: 1px; }
.ml2 { margin-left: 2px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px;}
.ml30 { margin-left: 30px; }

.mr1 { margin-right: 1px; }
.mr2 { margin-right: 2px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }

.mt1 { margin-top: 1px; }
.mt2 { margin-top: 2px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }

.mb1 { margin-bottom: 1px; }
.mb2 { margin-bottom: 2px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }

/* padding */
.p0 { padding: 0; }
.p1 { padding: 1px; }
.pl1 { padding-left: 1px; }
.pt1 { padding-top: 1px; }
.pr1 { padding-right: 1px; }
.pb1 { padding-bottom: 1px; }

.p2 { padding: 2px; }
.pl2 { padding-left: 2px; }
.pt2 { padding-top: 2px; }
.pr2 { padding-right: 2px; }
.pb2 { padding-bottom: 2px; }

.pl5 { padding-left: 5px; }
.p5 { padding: 5px; }
.pt5 { padding-top: 5px; }
.pr5 { padding-right: 5px; }
.pb5 { padding-bottom: 5px; }

.p10 { padding: 10px; }
.pl10 { padding-left: 10px; }
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }

.p15 { padding: 15px; }
.pl15 { padding-left: 15px; }
.pt15 { padding-top: 15px; }
.pr15 { padding-right: 15px; }
.pb15 { padding-bottom: 15px; }

.p20 { padding: 20px; }
.pl20 { padding-left: 20px; }
.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pb20 { padding-bottom: 20px; }

.p25 { padding: 25px; }
.pl25 { padding-left: 25px; }
.pt25 { padding-top: 25px; }
.pr25 { padding-right: 25px; }
.pb25 { padding-bottom: 25px; }

.p30 { padding: 30px; }
.pl30 { padding-left: 30px; }
.pt30 { padding-top: 30px; }
.pr30 { padding-right: 30px; }
.pb30 { padding-bottom: 30px; }

/* vertical-align */
.vm { vertical-align: middle; }
.vtb { vertical-align: text-bottom; }
.vb { vertical-align: bottom; }
.vt { vertical-align: top; }
.vn { vertical-align: -2px; }

.bgnone{background:none !important;}
.bnone{border:none !important;}




.wrap {
    width: 1200px;
    margin: 0 auto;
}
.ad_tl {
    width: 1200px;
    margin: 20px auto 10px;
}
.ad_tl img{
    width: 100%;
}
/*logo*/
.t_logo_bg {
	WIDTH: 100%; BACKGROUND: url(bg_580x120.jpg) #fff no-repeat right 100%; BORDER-bottom: #ddd 1px solid; height: 120px; font-family: "Microsoft YaHei","微软雅黑",Helvetica,"黑体",Arial,Tahoma;  
}
.t_logo {
	margin: 0px auto; height: 90px;
}
.t_logo img{
	width: 258px; height: 80px; 
}
.t_logo_txt {
	color: rgb(88, 87, 87); height: 30px; line-height: 30px; font-size: 14px; font-weight: normal; clear: both;
}
.t_logo_txt A{
	color: rgb(88, 87, 87); 
}







#topic_nav_box {
	background: url("head_bg.png"); width: 100%; height: 38px; overflow: visible;
}
#topic_nav {
	margin: 0px auto; padding: 0px; width: 1200px; height: 38px; clear: both; font-family: "宋体", "Arial Narrow"; font-size: 12px;
}
#topic_nav img {
	border: currentColor;
}
#topic_nav ul {
	margin: 0px; padding: 0px; list-style-type: none; list-style-image: none;
}
#topic_nav li {
	margin: 0px; padding: 0px; list-style-type: none; list-style-image: none;
}
#topic_nav .logo {
	padding: 3px 8px 3px 10px; float: left;
}
#topic_nav .link {
	float: left;
}
#topic_nav .end {
	border: currentColor;
}
#topic_nav ul {
	padding: 10px 3px 0px 0px; float: left;
}
#topic_nav li {
	padding: 0px 8px; color: rgb(102, 102, 102); line-height: 12px; border-right-color: rgb(221, 221, 221); border-right-width: 1px; border-right-style: solid; float: left;
}
#topic_nav a {
	color: rgb(102, 102, 102); line-height: 14px; text-decoration: none;
}
#topic_nav a:visited {
	color: rgb(102, 102, 102);
}
#topic_nav a:hover {
	color: rgb(102, 102, 102); text-decoration: underline;
}
#site_nav_zt {
	margin-top: 4px;
}
#site_nav_zt a {
	line-height: 24px;
}
#site_nav_zt {
	height: 25px; color: rgb(102, 102, 102); line-height: 24px; padding-right: 8px; font-family: "宋体", "Arial Narrow", sans-serif; font-size: 12px; float: right;
}
#site_nav_zt div {
	float: left;
}
#site_nav_zt .zt_info {
	padding-right: 12px;
}




.t_footer { text-align: center; padding:10px 0 20px; margin: 0px 0 0px 0; border-top:10px solid #d30b15; font-size:16px; }
.t_footer .nav-foot{padding:20px 0 20px; font-size:16px; }
.t_footer .nav-foot a{color:#999999;padding:0 10px;border-left:1px solid #fff;}
.t_footer .nav-foot a:first-child{border-left:none;  }
.t_footer p{color:#999999;line-height: 36px;font-size:16px;}
.t_footer p a{color:#999999;}





.t-seach {
  width: 100%;
  height: 36px;
  margin: 0px 0px 20px;
  border: 1px solid #d2d2d2;
	border-radius: 5px;
	position: relative;
}

.t-seach-form {
    padding: 10px 0px 10px 0px;
}

.t-seach-form:after {
    clear: both;
    height: 0;
    display: block;
    overflow: hidden;
    content: "";
}
.t-seach .btn {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 3;
  height: 100%;
  line-height: 100%;
  background: none;
  border: none;
  color: #c7c7c7;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
background: url(input.png) no-repeat -5px 7px;
	width:20px;
}
.t-seach-txt {
	background-color: transparent;
    width: 80%;
    color: #999;
    float: left;
	position:absolute;
	*top:10px;
	left:20px;
	+width: 80%;
}

.t-seach-txt:focus, .t-seach-btn:focus {
    outline: 0 !important
}
.t-seach-txt, .t-seach-btn {
    font-size: 14px;
    border: 0px;
}



#toTop {
	POSITION: fixed; FILTER: Alpha(Opacity=100); WIDTH: 58px; BOTTOM: 45px; BACKGROUND: url(totop.png) no-repeat; HEIGHT: 58px; RIGHT: 50%; MARGIN-RIGHT: -600px; opacity: 1; _position: absolute
}
#toTop:hover {
	FILTER: Alpha(Opacity=40); opacity: 0.4
}

#zttoTop {
	POSITION: fixed; FILTER: Alpha(Opacity=100); WIDTH: 58px; BOTTOM: 45px; BACKGROUND: url(totop.png) no-repeat; HEIGHT: 58px; RIGHT: 50%; MARGIN-RIGHT: -680px; opacity: 1; _position: absolute
}
#zttoTop:hover {
	FILTER: Alpha(Opacity=40); opacity: 0.4
}

@media screen and (max-width: 767px) {
    .domPC {
        display: none;
    }

    .domMobile {
        display: block;
    }

	.wrap {
    width: 100%;
    margin: 0 auto;
	}

.clearfix { display:block; #zoom:1; clear: both;  }
.clearfix:after { content:''; overflow:hidden; width:100%; height:0px; font-size:0px; display:block; clear: both; }
.part{ width:100%; margin:0 auto;}

.ad_tl {
    width: auto;
    margin: 10px;
}
.ad_tl img {
    width: 100%;
}
/*logo*/
.t_logo_bg {
	WIDTH: 100%; BACKGROUND: url(bg_480x80.jpg) #fff no-repeat 100% 100%; background-size:contain; BORDER-bottom: #ddd 1px solid; height: 60px; font-family: "Microsoft YaHei","微软雅黑",Helvetica,"黑体",Arial,Tahoma;  
	
}
.t_logo {
	margin: 0px auto; 
}
.t_logo img{
	width: auto; height: 50px; margin: 5px auto 5px 5px; 
}
.t_logo_txt {
	color: rgb(88, 87, 87); height: 30px; line-height: 30px; font-size: 14px; font-weight: normal; clear: both; display: none;
}
.t_logo_txt A{
	color: rgb(88, 87, 87); 
}





.t_footer { text-align: center; padding:10px; margin: 0px 0 0px 0; border-top:3px solid #d30b15; font-size:12px; }
.t_footer .nav-foot{display:none;}
.t_footer .nav-foot a{color:#999999;padding:0 10px;border-left:1px solid #fff;}
.t_footer .nav-foot a:first-child{border-left:none;}
.t_footer p{ line-height: 26px; }


}