
/*---------- import ---------*/

/*=========================Reset_start==========================*/
body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{margin: 0; padding: 0;}
html,body{font-family:"微软雅黑","宋体",Arail,Tabhoma; font-size: 12px; text-align: left;}
ul,ol{list-style: none;}
img{border: 0;}
input,select,textarea{outline:0;}
textarea{resize:none; overflow: auto;}
table{border-collapse: collapse; border-spacing: 0;}
th,strong,var,em{font-weight: normal; font-style: normal;}
a{text-decoration: none;color:#000;}

/*==========================Reset_End===========================*/

	html{
		font-family: "Microsoft YaHei";
		letter-spacing:1px;
	}
		#outer{

			width: 1200px;
			min-height: 1234px;
			background-color: #f2f2f2;
			margin: 0 auto;
			position: relative;


		}
	.con{
		width: 1200px;
		margin: 0 auto;
	}	
	.head{
		/*width: 1920px;*/
		height: 130px;
	}

		.header{
			width: 100%;
			height: auto;
			padding-bottom: 60px;
			overflow:hidden;
		}
		.header img{
			width:100%;
		}
			
		/*头部*/
		.p_header_t{
            width:1200px;
            margin:0 auto;
            margin-top: 30px;
            overflow: hidden;
        }
        .p_header_tlogo{
            margin-left: 80px;
            float: left;
            background: url("img/p_logo.jpg") left center no-repeat;
            padding-left: 60px;
            height:46px;
            color: #c30004;
            font: bold 32px/46px arial,MicrosoftYahei,sans-serif;

        }
        .p_header_tnav{
            float: right;
        }
        .p_htnav_ma{
            height:46px;
            line-height:46px;
            padding-right: 51px;
            padding-left: 13px;
            margin-right: 30px;
            background: url("img/p_er.jpg") right center no-repeat;
            border-left:1px solid #a9a9a9;
            float: right;
        }
        .p_htnav_mes{
            height:46px;
            line-height:46px;
            font-size: 16px;
            float: right;
            padding: 0 50px 0 60px;
            border-left:1px solid #a9a9a9;
        }
        .p_htnav_mes span{
            height:46px;
            line-height:46px;
            font-size: 16px;
            display: inline-block;
            float: left;

        }
        .p_htnav_mes img{
            float: left;
        }
        .p_htnav_tel{
            float: right;
            height:46px;
            line-height:46px;
            background: url("img/p_tel.jpg") left center no-repeat;
            padding-left: 25px;
            color: #acacac;
			font-size:24px;
        }
        .p_htnav_tel span{
            color: #c20003;
            font-weight: bold;
            margin-right: 10px;
        }
        .p_header_bouter{
            background: url("img/p_banner.png") center center no-repeat;
            height:48px;
            margin-top: 10px;
        }
        .p_header_b{
            width:1200px;
            margin:0 auto;
        }
        .p_header_b span{
            height:48px;
            line-height: 48px;
            display: inline-block;
            margin-left: 110px;
            font-size: 20px;
            color: #fff;
        }
	/*底部*/		
		.footer{
			width: 100%;
			float: left;
		}
        .p_footer_outer1{
			margin-top: 90px;
            background: #c40004;
            padding-top: 32px;
        }
        .p_footer_outer2{
            background: url("img/p_back.jpg") center center repeat;
        }

        .p_footer{
            width:1200px;
            margin:0 auto 0;
            overflow: hidden;
        }
        .p_footert{
            overflow: hidden;
            margin-top: 46px;
            margin-bottom:26px;
        }
        .p_footert_con{max-width:30%;
		min-height:180px;
            float: left;
            padding: 0 28px;
            color: #2a0102;
            font-size: 16px;
            margin: 0 18px;
			border-right:1px solid #959595;
        }
        .p_footert_con:nth-child(3){border:none;}
        .p_footert_con:nth-child(4){border:none;}
		
        .p_footert_con h3{
            font-size: 20px;
            margin-bottom: 16px;
        }
        .p_footert_con p{
            margin-bottom: 12px;
        }

        .footer_wechat{
            float: right;
            margin-right: 20px;
        }
        .p_footerb{
            height:55px;
            line-height: 55px;
            color: #2a0102;
            border-top:1px solid #959595;
            text-align: center;
        }
	
