body,
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

        input,select{
            appearance:none;
            -moz-appearance:none;
            -webkit-appearance:none;

            border: 1px solid #f2f2f2;
            height: 40px;
            line-height: 30px;
            border-radius: 3px;
            width: 100%;
            box-sizing: border-box;
            padding:0 5px;
            font-size: 14px;
            color: #666;
            background-color: white;
        }
        textarea{
            appearance:none;
            -moz-appearance:none;
            -webkit-appearance:none;

            border: 1px solid #f2f2f2;
            height: 90px;
            line-height: 22px;
            border-radius: 3px;
            width: 100%;
            box-sizing: border-box;
            padding:0 5px;
            font-size: 14px;
            color: #666;
            background-color: white;
        }
         select:focus{
            outline: none;
            border: 1px solid #8DD6FF;
            background-color: white;
        }
        textarea:focus{
            outline: none;
            border: 1px solid #8DD6FF;
            background-color: white;
        }
        input:focus{
            outline: none;
            border: 1px solid #8DD6FF;
            background-color: white;
        }
        option{
            /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
            border: none;
            outline: none;
            /*很关键：将默认的select选择框样式清除*/
            appearance:none;
            -moz-appearance:none;
            -webkit-appearance:none;
        }
.text-singleline {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


input[type="checkbox"] {
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
    position: relative;
}
input[type="checkbox"]:focus{
            outline: none;
            border: none;
        }
input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #f2f2f2;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9
}

input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #2E83E3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #2E83E3;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: bold;
}
button:focus{
	border: none;
}


@media screen and (max-width: 1200px) {

	.sklnfsxrk{

		content: url(/static/zt/img/sklnfsxrk_m.jpg);
		width: 100%;
	}
	.tyk56{

		content: url(/static/zt/img/56mstyk_m.jpg);
		width: 100%;
	}


	.banner-bg {
		width: 100%;
		height: auto;
	}
	.banner-bg img{
		width: 100%;
		height: auto;
		content:url(/static/zt/img/shaifen_banner_m.jpg);
	}
	.imgfit {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.info-bg{
		width: 100%;
		max-width: 750px;
		padding: 10px;
		box-sizing: border-box;
		background-color: white;
	}
	
	
	.in-nav {
	  width: 100%;
	  display: flex;
	  flex-direction: row;
	  align-items: center; 
	  justify-content: center;}
	
	.in-nav .in-nav-item {
	  height: 40px;
	  padding: 0 20px;
	  position: relative;
	  line-height: 40px;
	  font-size: 16px;
	  color: #8b8b8b;
	  cursor: pointer; }
	
	.in-nav .active {
	  color: #2e83e3;
	  font-weight: bold; }
	
	.in-nav .in-nav-item .in-nav-mask {
	  height: 40px;
	  position: absolute;
	  width: 30%;
	  bottom: 0;
	  left: 35%; }
	
	.in-nav .in-nav-item .active {
	  border-bottom: 2px solid #2e83e3; }

	.tuijian-bg{
		width: 100%;
		background-color: #FDF9F3;

		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.tuijian-title{
		height: 40px;
	    width: 80%;
	    line-height: 40px;
	    border-radius: 20px;
	    box-shadow: 0px 0px 10px 0px #ddd;
	    font-size: 18px;
	    text-align: center;
	    background: #fff;
	}
	fieldset{
		text-align: center;
	    border: 0;
	    border-top: 2px solid #33b4a6;
	    width: 80%;
	}
	legend{
    padding: 0 10px;
    font-size: 14px;
    color: #009688;
    margin-bottom: 45px;
    font-weight: bold;
    margin: 0 auto;
		}

	.kecheng-bg{
		width: 90%;
		display: flex;
		flex-direction: column;
	}

	.kecheng-item{
		width: 100%;
		display: flex;
		flex-direction: column;
		background-color: #fff;
		margin-bottom: 20px;
		box-sizing: border-box;
		padding: 5px;
	}
	.kecheng-item img{
		width: 100%;
	}
	.kecheng-info{
		width: 100%;
		display: flex;
		flex-direction: column;
		padding: 10px;
		box-sizing: border-box;
	}
	.kecheng-title{
		height: 30px;
		line-height: 30px;
		width: 100%;
		font-size: 14px;
		color: #333;
	}

}
@media screen and (min-width: 1200px) {

	.sklnfsxrk{

		content: url(/static/zt/img/sklnfsxrk_pc.jpg);
		width: 100%;
		max-width: 1200px;
		cursor: pointer;
	}
	.tyk56{

		content: url(/static/zt/img/56mstyk_pc.jpg);
		width: 100%;
		max-width: 1200px;
		cursor: pointer;
	}
	
	.banner-bg {
		width: 1920px;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.banner-bg img{
		width: 100%;
		height: auto;
		content:url(/static/zt/img/shaifen_banner_pc.jpg);
	}
	.imgfit {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		max-width: 1200px;
	}
	.info-bg{
		width: 100%;
		max-width: 750px;
		padding: 10px;
		box-sizing: border-box;
		background-color: white;
		margin-top: 40px;
	}
	
	
	.in-nav {
	  width: 100%;
	  display: flex;
	  flex-direction: row;
	  align-items: center; }
	
	.in-nav .in-nav-item {
	  height: 40px;
	  padding: 0 20px;
	  position: relative;
	  line-height: 40px;
	  font-size: 18px;
	  color: #8b8b8b;
	  cursor: pointer; }
	
	.in-nav .active {
	  color: #2e83e3;
	  font-weight: bold; }
	
	.in-nav .in-nav-item .in-nav-mask {
	  height: 40px;
	  position: absolute;
	  width: 30%;
	  bottom: 0;
	  left: 35%; }
	
	.in-nav .in-nav-item .active {
	  border-bottom: 2px solid #2e83e3; }
	.tuijian-bg{
		width: 100%;
		background-color: #FDF9F3;
		margin-top: 40px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.tuijian-title{
		width: 100%;
		max-width: 600px;
		height: 100px;
	    width: 100%;
	    line-height: 100px;
	    border-radius: 50px;
	    box-shadow: 0px 0px 10px 0px #ddd;
	    font-size: 36px;
	    text-align: center;
	    background: #fff;
	}
	legend{
		    padding: 0 10px;
    font-size: 24px;
    color: #009688;
    margin-bottom: 45px;
    font-weight: bold;
    margin: 0 auto;
	}
	fieldset{
		text-align: center;
	    border: 0;
	    border-top: 2px solid #33b4a6;
	    
		width: 100%;
		max-width: 600px;
	}
	.kecheng-bg{
		width: 1200px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.kecheng-item{
		width: 350px;
		display: flex;
		flex-direction: column;
		height: 370px;
		margin-right: 50px;
		margin-bottom: 40px;
		background-color: #fff;
	}
	.kecheng-item img{
		width: 350px;
		height: 210px;
	}
	.kecheng-info{
		width: 350px;
		display: flex;
		flex-direction: column;
		padding: 20px;
		box-sizing: border-box;
	}
	.kecheng-title{
		height: 30px;
		line-height: 30px;
		width: 100%;
		font-size: 14px;
		color: #333;
	}

}





