﻿@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */
 /* .ariaBtns li label{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
 } */
/*home*/
.g-flash{-ms-touch-action: pan-y; touch-action: pan-y;}
.g-flash,.g-flash img{height: 309px;}
.g-flash img{display: block; width: 100%;}
.g-flash .owl-item,.g-flash .owl-item a{position: relative;}
.g-flash .owl-item a{display: block;}
.g-flash .owl-item p{position: absolute; left: 0; right: 0; bottom: 0; padding: 0 110px 0 10px; height: 30px; line-height: 30px; overflow:hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; background: rgba(0,0,0,.5); color: #fff;}
.g-flash .owl-pagination{position: absolute; right: 10px; bottom: 10px;}
.g-flash .owl-pagination .owl-page{float: left; margin-left: 9px;}
.g-flash .owl-pagination .owl-page span{display: block; width: 10px; height: 10px; background: #fff; -moz-border-radius: 10px; border-radius: 10px;}
.g-flash .owl-pagination .active span{background: #f00;}

.m-news{height: 309px; padding-top: 10px;}
.g-news{padding-left: 135px;}
.g-news .m-newstab{left: 0; top: 5px; width: 125px;}
.g-news .m-newstab li{margin-bottom: 10px; text-align: center;}
.g-news .m-newstab li a{display: block; padding: 8px 5px; font-size: 17px; font-family: "微软雅黑"; background: #eaeaea;}
.g-news .m-newstab li.u-active a{background: #207ddc; color: #fff;}

.m-zyzz .u-tit{line-height: 24px;}
.m-zyzz .u-tit a{font-size: 14px; color: #cd0000; font-family: "微软雅黑"; font-weight: bold;}

.m-ctadvs{height: 82px;}
.m-ctadvs li{float: left; margin-right: 10px; width: 238.5px; height: 82px;}
.m-ctadvs li img{display: block; width: 238.5px; height: 82px;}

.m-hmlists{height: 217px;}
.m-hmlists ul{padding: 0 5px;}
.m-hmlists li{height: 28px; line-height: 28px;}
.m-hmlists li a{font-size: 12px;}

.m-piclinks{padding-bottom: 0;}
.m-piclinks li{margin-bottom: 10px;}
.m-piclinks img{display: block; width: 100%; height: 57px;}


.g-fontlinks select{width: 100%; height: 30px; padding-left: 9px; line-height: 30px; border: 1px solid #ddd; background: #fff; color: #666;}

/*media query*/
/*large pcScreen*/
@media (min-width:1004px) {
	.m-fontlinks .g-fontlinks{width: 20%;}

}
/*medium pcScreen lg*/
@media screen and (max-width: 1003px) {
    

}
/*pad md*/
@media screen and (max-width: 991px ){
	.g-news{padding: 0;}
	.g-news .m-newstab{position: static; width: auto; margin-bottom: 5px;}
	.g-news .m-newstab li{float: left; width: 25%; margin: 0;}
	.g-news .m-newstab li a{font-size: 16px; padding: 10px 5px;}

	.m-hmlists li{height: 30px; line-height: 30px;}
	.m-hmlists li a{font-size: 14px;}

}
/*phone sm*/
@media screen and (max-width: 767px) {
    .g-flash,.g-flash img{height: 225px;}


}
/*small xs*/
@media screen and (max-width: 638px) {
    .g-flash,.g-flash img{height: 200px;}

}