.h-sec1 {
    background-image: url(../images/h-sec1-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.h-sec1 .head, .h-sec3 .head {
    color: #1d71a6;
}
.quote-form {
    background-color: rgba(0, 100, 164, .85);
    border: 8px solid rgb(156, 192, 216);
    margin: -80px 0 0 0;
    position: relative;
    z-index: 999;
}
.quote-form .head {
    color: #fff;
}
.quote-form label {
    color: #fff;
    float: left;
    width: 23%;
}
.quote-form input[type="text"] {
    font-size: 20px;
    padding: 5px;
    border: 1px solid #b7b7b7;
    width: 77%;
}
.quote-form .text {
    color: #bfe1fa;
    float: left;
}
.quote-form input[type="submit"] {
    font-size: 26px;
    color: #000;
    background-color: #fcba63;
    padding: 8px 50px;
    float: right;
}
.h-sec2 {
    background-image: url(../images/h-sec2-bg.jpg);
    background-position: center top;
    background-size: cover;
}
ul.we-serve {
    padding: 30px 0 0 0;
}
ul.we-serve li {
    background-image: url(../images/li-bg.png);
    background-position: 0 5px;
    background-repeat: no-repeat;
    padding: 0 0 10px 30px;
    width: 40%;
}
.h-sec3 {
    /* background-image: url(../images/h-sec3-bg.jpg); */
    background-position: center top;
    background-size: cover;
}
.h-sec3 .head {
    border-bottom: 8px solid #b6d1e2;
}

.h-news {
    border-bottom: 1px solid #a5c6db;
}
.h-news a.thumb, .h-news a.thumb img, .h-news .news-info {
    float: left;
}
.h-news a.thumb {
    border: 10px solid #fff;
    box-shadow: 0 0 10px #848484;
    width: 25%;
}
.h-news .news-info {
    width: 70%;
}
.h-news .news-info .title a, .h-news .news-info a.more {
    color: #1d71a6;
    text-decoration: none;
}
.h-news .news-info .title a:hover, .h-news .news-info a.more:hover {
    color: #000;
}
.more-news a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 90px;
    background-color: #015385;
    float: left;
}
.more-news a:hover {
    background-color: #232323;
    color: #fff;
}




@media screen and (max-width: 1362px) {
	.h-news .news-info {
	    padding: 0 30px;
	}
	.quote-form input[type="submit"] {
	    font-size: 20px;
	    padding: 5px 36px;
	}
}
@media screen and (max-width: 992px) {
	.quote-form {
	    margin-top: 0;
	}
	.h-news .news-info {
	    padding: 0 0 0 30px;
	}
	.h-sec1 .head {
	    margin: 20px 0 10px 0;
	}
}
@media screen and (max-width: 767px) {
	ul.we-serve li {
	    width: 100%;
	}
}
@media screen and (max-width: 479px) {
	.quote-form input[type="submit"] {
	    float: left;
	    margin: 10px 0 0 0;
	}
	.h-sec2 {
	    background-color: #1f79ad;
	    background-image: none;
	    padding: 30px 0;
	}
	ul.we-serve li {
	    background-position: 0 9px;
	}
	.h-news a.thumb {
	    display: none;
	}
	.h-news .news-info {
	    width: 100%;
	    padding: 10px;
	}
	.more-news a {
	    padding: 10px 30px;
	}
	.quote-form .head {
	    font-size: 28px;
	}
	.quote-form label, .quote-form input[type="text"] {
	    width: 100%;
	}

}