﻿@charset "utf-8";
/* CSS Document */

body{ padding:0px; margin:0px; font-family:"微软雅黑"; font-size:15px; color:#333; background:url(../images/headerimg.png) no-repeat top center #fef4ed;}
a{ text-decoration:none; color:#333;}
ul,li,span,b,p,input,select{ padding:0px; margin:0px; list-style:none;}
.mar{ width:1200px; margin:auto;}
.header{ height:496px;}
.header img{ display:none;}
.ztc{ background:#fff; padding:20px; margin-top:40px;}
.cl{ clear:both}

.ztc_title{ padding:20px; background:#fae8dd}
.ztc_title img{ float:left; width:98px; margin-top:12px;}
.ztc_title p{ float:right; text-indent:2em; font-size:16px; width:990px; line-height:30px;}

.ztc_select{padding: 20px 0px;}
.ztc_select .select_item{float: left;min-width: 16.6%;height: 38px;font-size: 18px;line-height: 38px;}
.radio_type {
    width: 20px;
    height: 20px;
    appearance: none;
    position: relative;
    outline: none;
    margin: 0px 6px;
    vertical-align: middle;
}
.radio_type:before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 50%;
    background: url(../images/unchecked.png) no-repeat center;
}
.radio_type:checked:before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 50%;
     background: url(../images/checked.png) no-repeat center;
}
.ztc_img{ margin-top:30px;}
.ztc_img span{ display:none;}
.qyjbxx li{ float:left; width:50%; margin-top:20px;}
.qyjbxx span{ display:block; float:left; width:165px; text-align:right; line-height:32px;}
.qyjbxx span a{color:#E50400; font-size:16px; padding-right:15px;}
.qyjbxx input{ float:left; height:32px; border:1px solid #D9D9D9; width:67%; padding-left:15px; outline:none; color:#333;}
.sqhjy { margin-top:20px;}
.sqhjy select{ height:32px; line-height:32px; border:1px solid #D9D9D9; width:50%; padding-left:15px; outline:none;font-size:15px;}
.sqhjy textarea{ height:150px; width:75%; padding:15px; font-family:"微软雅黑"; font-size:15px;border:1px solid #D9D9D9; }
.dxyzm input{ width:80px;}
.dxyzm img{ float:left; margin-top:6px; margin-left:15px;}

.tj_div{ width:230px; margin:auto; margin-top:30px;}
.tj_div input{ width:100px; height:32px; border:0px; } 
.tj_div input.tj{ background:#D60524; color:#fff;}
.tj_div input.qx{ background:#E6E6E6; margin-left:15px;}

.footer{ text-align:center;color:#525252; line-height:40px; padding-top:40px; padding-bottom:40px;}


/**********手机版***********/
@media (max-width: 1200px){
		.ztc_img span{ display:block;}
		.mar{ width:auto;}
		body{ background:#fef4ed;}
		.ztc{ margin-top:0px;}
		.header img{ display:block; width:100%;}
		.header{ height:auto;}
		.ztc_img{ background:url(../images/bg.png) no-repeat; height:40px; color:#fff; line-height:40px; padding-left:20px; font-weight:bold; font-size:16px;}
		.ztc_img img{ display:none;}
		.ztc_title img{ display:none;}
		.ztc_title p{ width:auto; float:none; margin-bottom:10px;}
		.qyjbxx li{ float:none; width:auto;}
		.qyjbxx span{ font-size:14px; width:160px;}
		.qyjbxx input{ width:45%;}
		.sqhjy textarea{width: 40%;}
		.dxyzm input{ width:70px;}
		.footer{ padding:20px;}
		.ztc_select .select_item{min-width: 33.33%;font-size: 16px;}
	} 