@charset "UTF-8";
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}

/****************************/
.jg_container{
    width: 1200px;
    margin: 0 auto;	
}

.jg_search{
    padding: 30px;
    height: 180px;
}

.jg_search .search_title span{
    float: left;
    padding-left: 18px;
    height: 18px;
    line-height: 18px;
    border-left: 4px solid #115DB2;
    font-size: 18px;
    font-weight: bold;
    color: #115DB2;
}
.jg_form{
    margin-top: 190px;
    padding: 0 18px;
}
.jg_form .search_sub{
    margin-bottom: 20px;float: left;width: 730px;
}
.jg_form .search_sub .in_title{
    float: left;
    font-size: 18px;
    color: #fff;
    width: 80px;
    text-align: center;
    line-height: 38px;
    margin-left: 10px;
    margin-right: 10px;
	/* text-align-last: justify;
	text-align: justify;
	text-justify: distribute-all-lines; */
}

.jg_form .search_sub .in_subtitle{
    float: left;
    font-size: 16px;
    color: #000;
    width: auto;
    text-align: center;
    line-height: 38px;
    margin-left: 5px;
	margin-right: 5px;
}

.jg_form .search_sub input{
    float: left;
    border: 1px solid #D6D6D6;
    outline: none;
    border-radius: 3px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
}

.jg_form .search_sub select{
    float: left;
    border: 1px solid #D6D6D6;
    outline: none;
    border-radius: 3px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    width: 103px;
}
.jg_form .search_sub input.keyword{
    width: 630px;
}

.jg_form .btn{
    width: 140px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: #115DB2;
    border: 1px solid #ffffff;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
}
.jg_form .btn[type="reset"]{
    background: #fff;
    color: #115DB2;
    margin-left: 20px;
}



.ml20 {
    margin-left: 20px;
}
.ml10 {
    margin-left: 10px;
}

.jg_form .search_sr{
    text-align: center;float: left;width: 350px;
}


@media (max-width:768px) {
	.jg_container{
	    width: 100%;
	    margin: 0 auto;
	}
	.jg_search{
	    padding: 15px;
	    height: auto;
	}


	.jg_form{
	    margin-top: 20px;
	    padding: 0 10px;
	}
	.jg_form .search_sub{
	    margin-bottom: 0;
		float: none;
		width: 100%;
	}
	.jg_form .search_sub .in_title{
	    float: left;
	    font-size: 16px;
	    width: 25%;
	    line-height: 38px;
	    margin-right: 5px;margin-top: 5px;margin-bottom: 5px;
		clear: both;
	}
	.jg_form .search_sub .in_subtitle{
	   display: none;
	}
	
	.jg_form .search_sub input{
	    float: right;
	    border: 1px solid #D6D6D6;
	    outline: none;
	    border-radius: 3px;
	    height: 38px;
	    line-height: 38px;
	    padding-left: 10px;width: 70%;
		margin-top: 5px;margin-bottom: 5px;
	}
	

.jg_form .search_sub input.keyword{
    width: 70%;
}

	.ml20 {
	    margin-left: 0;
	}
	.ml10 {
	    margin-left: 0;
	}
	.jg_form .search_sr{
		
	    text-align: center;margin-top: 10px;float: none;width: 100%;
	}
	.jg_form .search_sr input[type="reset"]{
	    margin-left: 10px;
	}
}
@media (max-width:360px) {
	.jg_search {
		padding: 10px;
		height: auto;
	}
	.jg_form .search_sub .in_title {
		font-size: 13px;
		overflow: hidden;
		height: 38px;margin: 0;
	}

	.jg_form .search_sub input {

		font-size: 13px;
	}

	.jg_form .search_sub select {

		font-size: 13px;
	}

	.jg_form .search_sr input {
		text-align: center;
		margin-top: 10px;
		width: 40%;
	}
}
