body {font-family:Hiragino Sans GB, Microsoft Yahei, arial, sans-serif; font-size:12px; font-weight:normal; color:#000; background:#fff;}
*{margin:0; padding:0; border:0;}
ul,ol,li{ list-style:none;}
a{ text-decoration:none; color:#333; outline:none; blr:expression(this.onFocus=this.blur()); -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -o-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;}
a:hover{ text-decoration:none; color:#c00;}
img{ vertical-align:middle;}
a,img,button,input,textarea{ -webkit-tap-highlight-color:rgba(255,255,255,0);}
table{ border-collapse:collapse; border-spacing:0;}
section{ display:block;}
em,i{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
p{ word-wrap:break-word; word-break:break-all;}
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear{ clear:both; font-size:0; height:0; line-height:0; overflow:hidden;}

/*头部*/
.header{ width:100%; height:auto; background:#fff;}
.header .head{ width:1200px; height:30px; line-height:30px; font-size:14px; margin:0 auto;}
.header .head a{ color:#666;}
.header .head a:hover{ color:#c00;}
.header .head .home{ float:left;}
.header .head .link{ float:right;}
.header .head .link span{ font-size:12px; font-family:arial; color:#999; margin:0 5px;}

/*banner*/
.banner_wrap{ width:100%; height:400px; background:url(../images/banner_400.jpg) center top no-repeat; position:relative;}
.banner_wrap .logo_tkp{ width:60px; height:auto; position:absolute; right:15px; top:10px; display:none;}

/*包裹*/
.wrapper{ width:1000px; height:auto; margin:25px auto;}
.h3_title{ line-height:30px; padding-bottom:10px; border-bottom:1px solid #b2e2f8; background:url(../images/bg_h3.png) left bottom no-repeat; font-size:22px; color:#000;}

/*要闻*/
.yaowen{ width:100%; height:auto;}
.yaowen .item{ width:100%; height:auto; padding:30px 0; border-bottom:1px dashed #e5e5e5;}
.yaowen .item .pic{ width:360px; height:202px; overflow:hidden; float:left;}
.yaowen .item .pic img{
	width:100%; height:100%; border:none;
	-webkit-transition: all 0.5s linear 0s;
	   -moz-transition: all 0.5s linear 0s;
		 -o-transition: all 0.5s linear 0s;
		-ms-transition: all 0.5s linear 0s;
			transition: all 0.5s linear 0s;
}
.yaowen .item:hover .pic img{
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
		 -o-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}
.yaowen .item dd{ margin-left:380px;}
.yaowen .item .title{ line-height:36px; font-size:24px; color:#333; margin-bottom:8px;}
.yaowen .item .title a{ color:#333;}
.yaowen .item .title a:hover{ color:#a40000;}
.yaowen .item .notes{ line-height:26px; font-size:14px; color:#999; margin-bottom:30px;}
.yaowen .item .notes a{ color:#a40000}
.yaowen .item .date{ line-height:20px; font-family:arial; color:#999;}

/*底部*/
.copyright{ width:100%; height:auto; padding:15px 0 20px; margin-top:20px; background:#fff; border-top:1px solid #eee; line-height:28px; color:#666; text-align:center;}
.copyright .link{ font-size:14px;}
.copyright .link a{ color:#666; margin:0 8px;}
.copyright .link a:hover{ color:#c00;}
.copyright .bottom a{ color:#666; margin-right:8px;}
.copyright .bottom a:hover{ color:#c00;}
.copyright .bottom span{ margin-right:8px;}

/*返回顶部*/
#tipback{ width:45px; height:45px; background:#ccc url(../images/back.png) center center no-repeat; cursor:pointer; position:fixed; left:50%; margin-left:500px; bottom:120px; z-index:100; display:none; _position:absolute;_bottom:auto;_top:expression(documentElement.scrollTop + 300);}

@media screen and (max-width:767px){
.header{ display:none;}
.banner_wrap{ height:22vw; background-size:auto 100%; background-position:180% 0;}
.banner_wrap .logo_tkp{ display:block;}
.wrapper{ width:auto; margin:10px;}
.h3_title{ line-height:24px; font-size:20px; background-size:25% auto;}
.yaowen .item{ padding:10px 0; border-color:#999;}
.yaowen .item .pic{ width:100%; height:auto; margin-bottom:10px; float:none;}
.yaowen .item .pic img{ height:auto; -webkit-transition: all 0s linear 0s; transition: all 0s linear 0s;}
.yaowen .item:hover .pic img{ -webkit-transform: scale(1); transform: scale(1);}
.yaowen .item dd{ margin:10px 0;}
.yaowen .item .title{ line-height:1.5em; font-size:20px; margin-bottom:6px;}
.yaowen .item .notes{ margin:6px 0;}
.yaowen .item .date{ margin:0;}
#tipback{ width:35px; height:35px; background-size:50% auto; margin-left:0; left:auto; right:15px; opacity:0.6;}
.copyright{ padding:10px 0 15px; line-height:24px;}
.copyright .bottom a{ display:none;}
.copyright .bottom span{ margin-right:0;}
.copyright .bottom em{ display:none;}
}