@charset "utf-8";
/* CSS Document */

/*-- 全局reset
-------------------------------------------*/
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, textarea, label,
th, td, a, img { margin: 0;  padding: 0;  border: 0; outline: 0;}
body{background-color: #fff;font: 16px 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';}
/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {font-weight: normal;font-size: 100%;}
/*设置默认字体*/
:focus { outline: 0;}
ul,ol,li {list-style: none;}
/*重置列表*/
fieldset, img { border: 0 none; vertical-align: top;}
/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup { font-style: normal; font-weight: normal;}
abbr, acronym { border: 0; font-variant: normal;}
button, textarea, select, optgroup, option {font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}
code, kbd, samp, tt {font-size: 100%;}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
button, textarea, select { font-size: 100%; outline: none;}
/*
form label {cursor: pointer;}
*/
textarea { resize: none;}
table {border-collapse: collapse;border-spacing: 0;}
/*预设字体大小*/
.h24{font-size: 24px;line-height: 1.9;font-weight: 700;}
.h18{font-size: 18px;line-height: 1.8;font-weight: 700;}
.h14{font-size: 14px;line-height: 1.42857143;}
.sj{text-indent: 25px;}
.img100{width:100%;}
.cf{
	clear:both;
	}

.nav-header ul{
                text-align: center;
            }
.nav-header li{
	display:inline-block;
	width:160px;
	margin-right: 10px;
	margin-top: 10px;
	font-weight: 700;
	}

a {text-decoration: none;
    color: #07519A;
   }
body{
	margin:0 auto;
	max-width:1200px;
	background-image:url(../myimage/focus_bg.jpg);
	background-repeat:repeat-x;
    line-height: 1.5;
	}
/*移动端导航*/

.topnav,.subnav_list{
	display:none;
	}
@media screen and (max-width:768px){
    .nav-header,.logo{

            display:none;
}
    .topnav{
    display: block;
	width:95%;
	margin: 10px auto;
	}
.home,.logo_name,.topnav_list {
	display:inline-block;
	}
	.home{
		float: left;
		}
	.topnav_list{
		float: right;
		}
.home img{
	width:40px;
	}
.topnav_list img{
	width:32px;
	}
	.subnav_list{
		width:80%;
		margin:auto;
		}
	}	
/*移动端导航*/

/*首页*/
.container,.content{
	width:1200px;
	margin:auto;
	}
.logo-right{
		width: 960px;
		height: 90px;
		float: right;
	}
.main,.result,.sidebar{
	display:inline-block;
	margin:10px auto;
	}
.main{
	float:left;
	width:400px;
	}
 li{
	margin:0 0 13px 0;
	height: 32px;
	}
.input_ys{
	height: 32px;
    line-height: 32px;
    width: 150px;
    padding: 0 5px;
	box-sizing: border-box;
    background: #FFF;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #d9d9d9;
	}
.input_ys2{
	height: 32px;
    line-height: 32px;
    width: 210px;
    padding: 0 5px;
	box-sizing: border-box;
    background: #FFF;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #d9d9d9;
	}	

.msg_ys{
	font-size: 14px;
    color: #3d4552;
    width: 130px;
    text-align: left;
	display:inline-block;
	}
.msg_ys2{
	font-size: 14px;
    color: #3d4552;
    width: 80px;
    text-align: right;
	display:inline-block;
	}
	
.submenu li{
	display:inline-block;
	float: left;
	width:140px;
	margin:5px 10px;
	background-color:#CCC;
	text-align:center;
	}	
.note{
	width:750px;
	float:left;
	}
.sidebar{
	width:400px;
	display:inline-block;
	float:right;
	}	

	
@media screen and (max-width:768px){
/*	body{
	max-width:95%;
	}*/
	.container,.content{
		width:95%;
		margin:auto;
	}
	.main{
	float:none;
	width:100%;
	margin:auto ;
	}
	.logo-right{
		display:none;
	}
	.submenu{
		display:none;
		}
	.result{
		width:100%;
		margin:auto ;
		}
	.sidebar{
		width: 100%;
		float: none;
		margin:auto;
		}
	.note{
		width: 100%;
		float: none;
		margin:auto;
		}
	
	
	}
/*首页*/
	
	
	
/*首页附加税计算*/
.fjjsq_box{
	display: none;

	}
.fjjsq_box2{
	display: block;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 1000;

	}
.fjjsq{
	display: none;
	width:300px;
	height:600px;
	text-align:center;
	}
.fjjsq2{
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 343px;
    height: 450px;
    background-color: #fff;
    border-radius: 5px;
	text-align:center;
	}
.fjjsq_close{
	float:right;
	}
@media screen and (max-width:768px){
    .fjjsq2{
    width: 95%;
	}
	}
/*附加税计算*/

/*个税专项附加扣除页面*/
.jsq_box{
	width:320px;
	float:left;
	}
.right_content{
	width:820px;
	float:right;
	padding: 15px;
    height: 550px;
    overflow: scroll;
    border: 1px solid #ccc;
	}
.left_list{
	width:780px;
	float:left;
                margin-top: 20px;
	}
.right_list{
	width:400px;
	float: right;
                margin-top: 20px;
	}
#sum_result{
	color:#F00;
	}
@media screen and (max-width:768px){
    .jsq_box{
    width: 95%;
	margin:auto;
	text-align:center;
                float: none;
	}
	.right_content{
		width:90%;
		margin:auto;
                                float: none;
		}
	.left_list{
		width:95%;
		margin:auto;
                                margin-top: 20px;
                                float: none;
		}
	.right_list{
		width:95%;
		margin:auto;
                                margin-top: 20px;
                                float: none;
		}
	}
/*个税专项附加扣除页面*/

/*文章内容页面*/
.mid_box{
	padding:0 10px;
	}

.mid_box img {
	border: 0 none;
                vertical-align: top;
	max-width: 100% !important;
	}
@media screen and (max-width:768px){
    .news{
               width: 95%;
	}

	}

/*税后工资计算案例*/
.after_tax_example_main{
	float:left;
	width:750px;
	}
.after_tax_example_rightsidebar{
	width:400px;
	float:right;
	}
.after_tax_example_bottom{
	clear:both;
	}
	.img100{
		width:100%;
		}
@media screen and (max-width:768px){
	.wap_after_tax_example{
		width:95%;
		margin:auto;
		clear:both;
		}
	.after_tax_example_main{
		float:none;
	}
	.after_tax_example_rightsidebar{
		float:none;
	}
	}