@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */

/*home*/
.g-bg{height: 800px; background: url(../images/home/g-bg.png);}
.g-bg .u-tit{padding: 60px 0 20px; color: #03409d; font-size: 55px; font-weight: bolder; -webkit-text-stroke: 1.2px #fff; text-align: center;}

.bg-search{margin: 0 auto; padding: 27px 24px; border-radius: 8px; width: 668px; background: rgba(255, 255, 255, .2);}
.m-search{width: 620px;}
.m-search .u-searchtext{padding-right: 60px; height:56px; border: 1px solid #c6d6e4;border-radius: 0;border-radius: 5px;}
.m-search .u-searchbtn{position: absolute;right: 0;bottom: 0;border-radius: 5px;background: url(../images/home/bg-search.png) #ff9c00 center no-repeat;width: 100px;height:56px;border:none;}
.u-gj{margin-left: 10px; color: #0a5fa3;line-height: 46px;}

.g-box .g-bl,.g-box .g-br{height: 432px;}
.g-box .g-bl .bg,.g-box .g-br .bg{padding: 20px 24px; height: 100%; background: #fff;}
.g-box .g-bl h1,.g-box .g-br h1{color: #03409d; font-size: 24px;}
.g-box .g-bl .u-list{margin-top: 20px; float: left; width: 33.33%; height: 96px;}
.g-box .g-bl .u-list a{display: block; padding: 20px; border-radius: 5px; height: 100%; border: 1px solid #e6e6e6;}
.g-box .g-bl .u-list a span{padding-left: 10px; line-height: 50px; color: #3d3d3d; font-size: 22px;}
.g-box .g-br{height: 432px;}
.g-box .g-br ul li{padding-left: 30px; line-height: 60px; border-bottom: 1px dashed #e6e6e6; background: url(../images/home/bg-ph.png) left 23px no-repeat; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.g-box .g-br ul li:nth-child(2){background: url(../images/home/bg-ph.png) left -37px no-repeat;}
.g-box .g-br ul li:nth-child(3){background: url(../images/home/bg-ph.png) left -98px no-repeat;}
.g-box .g-br ul li:nth-child(4){background: url(../images/home/bg-ph.png) left -158px no-repeat;}
.g-box .g-br ul li:nth-child(5){background: url(../images/home/bg-ph.png) left -217px no-repeat;}
.g-box .g-br ul li:nth-child(6){background: url(../images/home/bg-ph.png) left -278px no-repeat;}

.m-tszt .u-tit{margin: 60px 0 50px; text-align: center;}
.m-tszt ul li{float: left; width: 25%;}

/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {
    .g-box .g-bl{width: 740px;}
    .g-box .g-br{width: 432px;}
    .bg-search{margin-bottom: 58px;}
    
}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
    

}
/*pad md*/
@media screen and (max-width: 991px ){
    .g-bg{height: auto;}
    .bg-search,.m-search{width: 100%;}
    .g-box{margin-top: 20px;}
    .g-bg .u-tit img{width: 80%;}
	.g-box .g-bl .u-list{width: 50%;}
    .g-box .g-bl,.g-box .g-br,.g-box .g-bl .bg, .g-box .g-br .bg{height: auto;}
    .m-tszt ul li{margin-bottom: 10px; width: 50%;}
    .m-tszt .u-tit img{width: 100%;}
    .m-tszt ul li img{width: 100%;}
}
/*phone sm*/
@media screen and (max-width: 767px) {
    

}
/*small xs*/
@media screen and (max-width: 638px) {
    .g-box .g-bl{height: 515px; overflow-y: auto;}
    .g-box .g-bl .u-list{width: 100%;}

}