@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    background: none;
    outline: none;
    vertical-align: top;
}
/*页面清0部分*/
body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
}
p{
    line-height: 36px;
}
.clear::after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover{
    color: #c50f26;
}
h1{
    font-size: 20px;
}
img 
	{
		border:0;
		vertical-align:middle;
	 }
/*公共修饰部分*/
.top{
    width: 100%;
    padding: 10px 0px;
    border-bottom: 3px solid #c50f26;
}
.top-container {
    width: 1200px;
    margin: 0 auto;
}

.logo{
    width: 465px;
	height:53px;
    float: left;
	margin-top:10px;
	background:url(../images/logo_left.png) no-repeat left;
}
.logo a{height:53px;width:465px;display: block;text-indent: -999px;}
.logo img{float:left;height:53px;width:465px;}
.tel{
    width: 260px;
    float: right;
}
.tel a{width:550px; float: right; position:absolute;top:-999px;}
.tel img{
    width: 65px;
    float: left;
    margin-top: 5px;
}
.tel h2{
    float: right;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    color: #c50f26;
}
.tel h2 span{
    color: #333;
    padding: 0 5px;
}
/*top修饰部分*/
.wrap{
    width: 1200px;
    height: 45px;
    margin: 0 auto;
}
.wrap div{
    width:150px;
    line-height:45px;
    text-align: center;
    float: left;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}
.wrap div ul{
    width: 150px;
    text-align: center;
    position: absolute;
    top: 33px;
    left: 0;
    display: none;
    font-size: 14px;
    font-weight: normal;
    z-index: 9999;
}
.wrap div ul li{
    height: 40px;
    line-height: 40px;
}
.wrap div:hover ul{
    display: block;
}
#ns{
    width: 150px;
    background: #f5f5f5;
    top:45px;
}
#ns li{
    border-bottom: 1px solid #fff;
}
#pt{
    width: 1200px;
    position: absolute;
    left: -300px;
    top:45px;
    background-color: #f5f5f5;
    height: 250px;
	padding-top:10px;
}

#pt li{
    width: 240px;
    float: left;
}
#pt li h4 {
	border-bottom:1px solid #fff;
}
#pt li p{
	padding:3px 0;
}
/*导航部分修饰*/

.footer{
    width: 100%;
    background: #000;
    margin-top: 30px;
    padding: 30px 0;
    color: #eee;
}
.ft-content{
    width: 1200px;
    margin: 0 auto;
}
.ft-content>li{
    width: 270px;
    float: left;
}
.ft-content>li a{
    color: #eee;
}
.ft-content h3{
    color: #ccc;
    font-size: 18px;
    padding-bottom: 15px;
}
.ft li{
    padding: 4px 0;
}
.ft li a:hover{
    color: #c50f26;
}
.fta{
    margin-top:5px;
}
.ft li span{
    color: #c50f26;
    font-weight: 700;
    font-size: 18px;
}
.copyright{
    width: 100%;
    background: #333;
    padding:5px 0;
    color: #999;
    text-align: center;
    font-size: 12px;
}
/*底部修饰*/
.bread{
    width:1200px;
    margin:0px auto;
    color:#666;
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 0;
}
.bread a{
    color:#666
}
.bread a:hover{
    color:#c50f26;
}
/*面包屑修饰部分*/
.aa{
	margin:0 40px;
}
.bb{
	margin-right:40px;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.ct-a h1{
    padding: 20px 0;
}
.ct-b h2{
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
}
.ct-img img{
    width: 40%;
    text-align: center;
    padding-left:80px;
}
.ct-img li{
    width: 270px;
    background: #65c7e5;
    float:left;
    padding-top: 50px;
    margin-top: 20px;
    border-radius: 3px;
}
.ct-img li:hover{
    background: #c50f26;
}
.ct-img p{
    color:#000000;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 18px;
    text-align: center;
}
.ct-img li:hover p{
    color: #f5f5f5;
}
.iw_poi_title {
	border:none;
}
.ps{
	font-size:16px;
	padding-top:10px;
	padding-bottom:6px;
}
/*联系我们修饰*/


.margin_top { margin-top: 38px;}
.ft_logo { width: 280px; margin-top: 24px;}