body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,input,button,textarea,p,th,td { margin:0; padding:0; }
ul>li{list-style: none;}
a{
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}
body{
    color: #333;
    font-family: "Microsoft YaHei","Arial";
}
.all_bg{
    width: 1200px;
    height: 100%;
    margin: 0 auto; 
}
.wes{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wes2{
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.top{
    margin-top: 60px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{clear: both;}
::selection {
    color: #fff;
    background: #ed6d33;
}

/* nav */
.zst_nav{
	width: 100%;
	height: 60px;
	background: #000;
}
.fixed{ 
	position: fixed !important;
	z-index: 9999;
	width: 100%;
	top: 0px;
	background-color:#0655b9;
}
.fixed .zst_nav_fr li a:hover{ 
	color: #000
}
.fixed .second_nav li a{
	background-color:#0655b9;
}
.fixed .second_nav li a:hover{
	background-color:#000; 
	color: #fff;
}
.zst_nav_fl{
	width: 250px;
	height: 100%;
}
.zst_nav_fl img{
	float: left;
	width: 174px;
	height: auto;
	padding-top: 12px;
}
.zst_nav_fl p{
	color: #fff;
	font-size: 14px;
	width: 62px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-top: 12px;
	border-radius: 4px;
	float:right;
	border: 1px solid #fff;
}
.zst_nav_fr{
	width: 700px;
	height: 100%;
	text-align: center;
}
.zst_nav_fr ul{
	display: flex;
	justify-content: space-between;
}
.zst_nav_fr li{
	float: left;
}
.nav_list{
	position: relative;
}
.zst_nav_fr li a{
	font-size: 16px;
	color: #fff;
	line-height: 60px;
	letter-spacing: 1px;
}
.zst_nav_fr li a:hover{ 
	color: #0655b9
}
.zst_nav_fr li a i{
	font-style: normal;
	display:inline-block;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);  
}
.second_nav{
	width: 100px;
	height: auto;
	position: absolute;
	bottom: -36px;
    left: -16px;
	z-index: 99999;
	display: none!important;
}
.second_nav li{
	width: 100%;
	height: 36px;
}
.second_nav li a{
	font-size: 16px;
	color: #fff;
	line-height: 36px!important;
	background: #000;
	border-bottom: 1px solid #565656;
}
.nav_list:hover .second_nav{
	display: block!important;
}
.nav_list:hover a i{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg); 
}
.second_nav li a:hover{
	background: #0655b9;
	color: #fff;
}

/*banner*/
#flash_bg{
	width:100%; 
	margin:0 auto;
}
.focus{
	width:100%;
	position: relative; 
	left:0;
	overflow:hidden;
}
.jqfocus ul,.jqfocus li{
	list-style:none;
	padding:0;
	margin:0;
	width: 100%;
	height: 100%;
}
.jqfocus li{display: none}
.focus .bg {
	position: absolute;
	width:100%; 
	height: 30px; 
	left: 0; bottom: 0; 
	opacity: 0.5; 
    z-index: 1; 
    background:none;
}
.focus .f_btns{
	position: absolute; 
	width: 100%; 
	height:30px;
	line-height:30px;
	left: 0; bottom: 20px;
	text-align: center; z-index: 2
}
.focus .f_btns h2 {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.focus .f_btns h2 a{color: #fff;}
.focus .f_btns h2 a:hover{text-decoration: none}
.focus .f_btns .btn{
	text-align: center;
	height:20px; 
	overflow: hidden; 
	font-size:0;
}
.focus .f_btns .btn span {
	display: inline-block;
	width:16px; 
	height: 16px; 
	overflow: hidden; 
	margin: 0 10px; 
    background:#fff;
    border-radius: 50%;
	cursor: pointer
}
.focus .f_btns .btn span.cur{
	background:#0655b9;
}
.focus .prev {
    background: url(//image1.askci.com/zst_2020_images/zst_left_icon1.png) no-repeat;
    background-size: 100% 100%;
	position: absolute; 
	top:45%;
	left:5%;
	width: 48px; 
	height: 48px;
	z-index: 3; 
	cursor: pointer
}
.focus .prev:hover{
    background: url(//image1.askci.com/zst_2020_images/zst_left_icon2.png) no-repeat; 
    background-size: 100% 100%;
}
.focus .next {
	background: url(//image1.askci.com/zst_2020_images/zst_right_icon1.png) no-repeat; 
    background-size: 100% 100%;
	position: absolute; 
	top:45%; 
	width: 48px; 
	height: 48px;
	right:5%;
	z-index: 3;
	cursor: pointer;
}
.focus .next:hover{
	background: url(//image1.askci.com/zst_2020_images/zst_right_icon2.png) no-repeat;  
    background-size: 100% 100%;
}
.jqfocus ul li a{
	width:100%;
	height: 100%;
	display:block;
	color: #fff;
	text-align: center
}
.jqfocus ul li a img{
	width:100%;
	height: 100%;
}
.banner_font{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.jqfocus ul li a b{
	display: block;
	font-size: 55px;
	margin-top: 164px;
	font-weight: normal;
	text-shadow:0px 5px 20px #004192;
}
.jqfocus ul li a p{ 
	font-size: 26px;
	margin-top: 30px;
	text-shadow:0px 5px 20px #004192;
}
.jqfocus ul li a i{
	font-style: normal; 
	display: block;
	font-size: 20px; 
	text-shadow:0px 5px 20px #004192;
	margin-top: 30px;
}
.jqfocus ul li a span{
	display: block;
    width: 340px;
    font-weight: 600;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 16px;
    background: -webkit-gradient( linear, right bottom, left top, color-stop(30%, #368fff), color-stop(70%, #0655b9) );
    box-shadow: 0px 0px 6px #0060c5;
}

/* zst_footer */ 
.zst_footer{
	width: 100%;
	height: 240px;
	background: #131313;
	margin-top: 60px;
	overflow: hidden;
	color: #fff;
}
.zst_footer_fl{
	width: 70%;
	padding-top: 60px;
	text-align: left;
}
.zst_footer_fl p{
	font-size: 14px;
	margin-bottom: 10px;
}
.zst_footer_fr{
	width: 310px;
	height: 120px;
	margin-top: 60px;
}
.zst_footer_font{
	width: 190px;
	height: 120px;
}
.zst_footer_font p{
	font-size: 16px;
	text-align: left;
	margin-top: 28px;
}
.zst_footer_font a{
	display: block;
	width: 128px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #fff;
	font-size: 16px;
	margin-top: 28px;
	color: #fff;
}
.zst_footer_font a:hover{
	background: #0655b9;
	border: 1px solid #0655b9;
}
.zst_footer_code{
	width: 120px;
	height: 120px;
}
.zst_footer_code img{
	width: 100%;
	height: 100%；
}

/* 返回顶部 */
#back_top{
	width: 48px;
	height: 48px;
	border:2px solid #0655b9;
	border-radius: 5px;
	position: fixed;
	bottom: 10%;
	right: 2%;
	overflow: hidden;
	z-index: 10; 
	display: none;
}
#back_top img{
	width: 100%; 
}
#back_top:hover{
	background: #0655b9;
}
#back_top:hover img{
	margin-top: -48px;
}

/* 列表页跟详情页公用css */
/* list_nav */
.zst_list_nav{
    width: 100%;
    height: 74px;
    border-bottom: 1px solid #d8d8d8;
}
.zst_list_nav_fl{
    width: 50%;
    height: 100%;
    text-align: left;
    background: url(//image1.askci.com/zst_2020_images/zst_list_nav_icon.png)no-repeat left center;
    background-position-y: 32px;
}
.zst_list_nav_fl ul{
    padding-left: 14px;
}
.zst_list_nav_fl li{
    float: left;
}
.zst_list_nav_fl li a{
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 74px;
    padding: 0 8px 0 8px;
}
.zst_list_nav_fl li:hover a{
    color: #0655b9;
    font-weight: bold;
}
.zst_list_nav_fr{
    text-align: center;
    line-height: 74px;
}
.zst_list_nav_fr li{
    float: left;
    margin-left: 20px;
}    
.zst_list_nav_fr li a{
    font-size: 14px;
    color: #666;
    margin: 0 14px 0 14px;
}
.zst_list_nav_fr li:hover a{
    color: #0655b9;
    font-weight: bold;
    border-bottom: 2px solid #0655b9; 
}
.zst_list_nav_fr li.on a{
    color: #0655b9;
    font-weight: bold;
    border-bottom: 2px solid #0655b9; 
}
/* zst_recommend_one */
.zst_recommend_one{
    width: 100%;
    height: auto;
    margin-top: 60px;
    text-align: left!important;
}
.zst_recommend_one span{
    display: inline-block;
    font-size: 20px;
    color: #333;
    border-bottom: 2px solid #0655b9;
    line-height: 28px;
}
.zst_recommend_one_bottom{
    margin-top: 30px;
    width: 100%;
    height: 215px;
    overflow: hidden;
}
#wrapper {
    width: 1200px;
    height: 100%;
}
#carousel {
    width: 1200px; 
    position: relative;
}
#carousel ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
#carousel li {    
    display: block;
    width: 280px;
    height: 168px;
    padding: 0;
    margin-right: 30px;
    float: left;
    position: relative;
}
#carousel li img {
    width: 100%;
    height: 100%;
    transition: 0.6s;
} 		
.clearfix {
    float: none;
    clear: both;
}
#carousel .prev {
    background: url(//image1.askci.com/zst_2020_images/zst_left_icon1.png)no-repeat center;
    text-indent: -999px;
    background-size: 100% 100%;   
    overflow: hidden;
    width: 35px;
    height: 35px; 
    position: absolute;
    top: 35%;	
    left: 4px;  
}
#carousel .prev:hover {
    background: url(//image1.askci.com/zst_2020_images/zst_left_icon2.png)no-repeat center;
    background-size: 100% 100%;    
}				
#carousel .next {
    background: url(//image1.askci.com/zst_2020_images/zst_right_icon1.png)no-repeat center;
    background-size: 100% 100%;   
    text-indent: -999px; 
    overflow: hidden;
    width: 35px;
    height: 35px; 
    position: absolute;
    top: 35%;	
    right: 4px; 
}
#carousel .next:hover {
    background: url(//image1.askci.com/zst_2020_images/zst_right_icon2.png)no-repeat center;
    background-size: 100% 100%;    
}				
#carousel .pager {
    text-align: center;
    margin: 0 auto; 
}
#carousel .pager a { 
    text-decoration: none;
    text-indent: -999px;
    display: inline-block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    margin: 30px 5px 0 0;
    background: #fff;
    border-radius: 50%; 
    border: 1px solid #0655b9
}
#carousel .pager a.selected {
    background: #0655b9;
    text-decoration: underline;				
}
.caroufredsel_wrapper{
    width: 1200px!important;
}
#carousel li:hover img{transform: scale(1.05)}

/* zst_recommend_two */
.zst_recommend_two{
    width: 100%;
    height: 410px;
    overflow: hidden;
    margin:30px 0 10px 0;
}
.zst_recommend_two_fl,.zst_recommend_two_fr{
    width: 578px;
    height: 408px;
    border: 1px solid #cdcdcd;
}
.zst_recommend_two_title{
    width: 94%;
    padding-top: 20px;
    height: 28px;
    margin: 0 auto;
    border-bottom: 1px solid #cdcdcd;
}
.zst_recommend_two_title b{
    height: 20px;
    border-bottom: 1px solid #0655b9;
    padding-bottom: 8px;
    line-height: 20px;
    font-size: 18px;
    color: #0655b9;  
}
.zst_recommend_two_title a{
    width: 11%;
    height: 20px;  
    line-height: 20px;
    font-size: 16px;
    color: #999;
    display: inline-block; 
}
.zst_recommend_two_title a:hover{color: #0655b9}
.zst_recommend_two_bottom{
    width: 100%;
    height: 320px;
    width: 94%; 
    margin: 0 auto; 
}
.zst_recommend_two_bottom li{
    width: 100%;
    height: 34px;
    margin-top: 20px;
    border-bottom: 1px dashed #cdcdcd;
}
.zst_recommend_two_left i{
    width: 14px;
    height: 14px;
    display: block;
    float: left;
    padding-right: 6px;
    padding-top: 4px;
}
.zst_recommend_two_left i img{
    width: 100%;
    height: 100%;
}
.zst_recommend_two_bottom span{
    font-size: 16px;
    color: #999;
    line-height: 28px;
}
.zst_recommend_two_font{
    width: 78%;
}
.zst_recommend_two_bottom li:hover span{color: #0655b9}
