@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan 
 */

/*home*/
.m-title{border-bottom: 1px solid #e8e8e8;;padding: 20px 0;margin-bottom: 30px;}
.m-title h1{background: url(../images/home/title.png) left center no-repeat;height: 70px;padding-left: 110px;}
.m-title h1 a{display: block;overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;height:70px; font-family:MicrosoftYaHei-Bold;font-size: 45px;font-weight:Bold;font-stretch:normal;line-height:70px;letter-spacing:0;color: #044ba5;}

/* slide */
.m-flash{width: 684px;position: relative;}
.g-flash,.g-flash img{height: 434px;}
.g-flash img{display: block; width: 100%;}
.m-flash .bd li a{display: block;position: relative;}
.m-flash .bd li a p{position: absolute; left: 0; right: 0; bottom: 0; padding: 0 120px 0 20px; height: 55px; line-height: 55px;	font-size: 20px; overflow:hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; background: rgba(0,0,0,.57); color: #fff;}
.m-flash .hd{position:absolute;right:20px;bottom:22px;}
.m-flash .hd li{float: left;margin: 0 3px; width: 10px; height: 10px; background: rgba(255, 255, 255,.37); -moz-border-radius: 10px; border-radius: 10px;transition:all .3s;}
.m-flash .hd li.on{background: #fff;}

/* news */
.m-news{width: 686px;}
.m-tabstyle{background-color: #f5f5f5;height: 50px;line-height: 50px;}
.m-tabstyle li{position: relative; float: left;width: 33.33%;}
.m-tabstyle li a{display: block; width: 100%;text-align: center;font-weight:Bold;font-family:MicrosoftYaHei-Bold;font-size: 24px;color:#333;}
.m-tabstyle li.u-active a{	color: #ffffff;background-color: #044ba5;}
.m-liststyle{overflow: hidden;}
.m-liststyle li{height: 48px; line-height: 48px;background: url(../images/page/dot.png) left center no-repeat;padding-left: 16px;}
.m-liststyle li a{display: block;font-size: 20px; color: #333333; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.m-liststyle li span{float: right; color: #999; font-size: 16px;}
.m-liststyle li a:hover{padding-left: 5px;color: #026ad5;}

.m-column{margin:36px 0 30px 0;padding:40px 0;background-color:#f4f7fa}
.g-column{width:454px}
.m-column div.g-column:nth-child(2){margin-left:19px}
.m-columnTit{border-bottom:1px solid #dfdfdf;padding-bottom:10px}
.m-columnTit a{display:block;font-family:MicrosoftYaHei-Bold;font-size:24px;font-weight:Bold;font-stretch:normal;letter-spacing:0;color:#333;padding-left:16px;background:url(../images/home/column.png) left center no-repeat}

.g-special{height: 120px;position: relative; width: 100%;overflow: hidden;padding-left: 55px;background: url(../images/home/special.png) left center no-repeat;}
.g-special a.special_link{position: absolute; left: 0; top: 0;width: 45px;height: 120px;}
.g-special li{margin-right:20px;width: 435px;height:120px;overflow: hidden;}
.g-special li a{display: block;}
.g-special li a img{width:100%;height:100%;}

.m-block{margin:30px 0}
.m-block div.g-column:nth-child(2){margin-left:19px}
.m-bignews a{display:flex;margin-top:18px;overflow:hidden;height:145px}
.m-bignews a p{display:inline-block;width:50%}
.m-bignews a p.text{font-size:18px;color:#333;line-height:36px;padding:0 15px;font-weight:700;overflow:hidden;display:-webkit-box;line-clamp:4;-webkit-line-clamp:4;-webkit-box-orient:vertical}
.m-bignews a p.imgscale{padding:0;overflow:hidden}
.m-bignews a p img{width:100%;height:100%}

.m-openness{margin-top:22px}
.g-openness{width:928px}
.g-openness .m-liststyle li{width:454px}
.g-openness .m-liststyle li:nth-child(odd){float:left}
.g-openness .m-liststyle li:nth-child(even){float:right}
.g-code{width:454px;height:202px;background:url(../images/home/code.png) center center no-repeat;padding:15px 62px}
.g-code li{text-align:center}
.g-code li:nth-child(odd){float:left}
.g-code li:nth-child(even){float:right}
.g-code li p{font-family:MicrosoftYaHei;font-size:16px;font-weight:400;font-stretch:normal;line-height:32px;letter-spacing:0;color:#333}

	
/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {


}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
    

}
/*pad md*/
@media screen and (max-width: 991px ){
	.m-flash{width: 100%;}
    .g-flash,.g-flash img{height: 300px;}
	.m-news{width: 100%;}
	.g-column,.g-code,.g-openness,.g-openness .m-liststyle li{width:100%;}
	.m-block div.g-column:nth-child(2),.m-column div.g-column:nth-child(2) {margin-left: 0;}
	.g-code{padding: 15px 10px;}
    .m-title h1 a{font-size:24px;}

	.g-special{padding: 0;background: none;}
	.g-special li{width:375px;}
	.g-special a.special_link{display: none;}
}
/*phone sm*/
@media screen and (max-width: 767px) {
    


}
/*small xs*/
@media screen and (max-width: 638px) {
    

}