<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/*通用*/
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/}
.pointer{cursor:pointer}
.center{text-align: center}
.floatleft{float:left}
.floatright{float:right}
.marginboth{margin:0 auto;}
.overflowhidden{overflow: hidden}
.disblock{display: block}
.a-none{text-decoration: none!important;color:inherit;}
.absolute{position: absolute}
.relative{position: relative;}
.relative-or{position: relative;}
.padding1{margin:1rem 2rem;}
.inlineblock{display: inline-block}
a{text-decoration: none;color: inherit;}
.right{text-align: right}
.left{text-align: left}
.clear{clear:both;}
/*导航栏*/

.lol{
	position: relative;
}
body{
	overflow-x:hidden;
}

.logo{	
    height: 120px;
    line-height: 120px;
}

.site-topbar{background: #ddddde;}

.header-contact-info &gt; li:not(:last-child){
	    padding-right: 30px;
}

.header-contact-info &gt; li {
    display: inline-block;
    color: #787878;
    font-size: 12px;
}

.header-contact-info i {
    padding-right: 8px;
    color: #d82128;
        font-size: 18px;
}

.header-contact-info {
    padding: 14px 0;
}

.site-topbar .btu {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: white;
    background: #474747;
    font-size: 12px;
}

.Chinese{
	display: block;
	width: 170px;
	height:55px;
	padding: 0 20px;
	line-height: 55px;
	position: relative;
}

.English{
	display: block;
	position: absolute;
	top:100%;
	width: 170px;
	height:0px;
	padding: 0 20px;
	line-height: 55px;
	background: #474747;
	overflow: hidden;
	transition: all .3s ease-out;
	z-index: 1;
}

.lange .fa-angle-down{
	position: relative;
	width: 35px;
    height: 20px;
}

.lange .fa-angle-down:before{
	font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.lange&gt;p{
	display: inline-block;
	width: 50px;
}

.btu li:hover .English{
	height: 55px;
}

.menu_item{
	display: inline-block;
}

.menu_item:before {
	    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "\f107";
    bottom: 32px;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    -moz-transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.menu_itemMob:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: "" !important;
	bottom: 32px;
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
	vertical-align: middle;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	-moz-transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.menu_item{
	position: relative;
	padding: 0;
    line-height: 1.2;
    border-bottom: 4px solid transparent;
    -webkit-transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    -moz-transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.menu_item&gt;a{
	text-decoration: none;
	margin: 0 10px;
	display: inline-block;
    padding: 49px 0 50px;
    font-size: 14px;
    color: black;
}


.row-xs-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu_item2:before{
bottom: 20px;
}

.menu_item2{
	border-bottom: 4px solid #d82128;
}

.menu_item2&gt;a{
	font-weight: bold;
}

.btu li img{
	width: 20px;
	margin-right: 10px;

}

.end-md {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
    padding-right:0px !important;
}

.start-xs {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.sub-menu{
    position: absolute;
    z-index: 1010;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, top 0.5s, left 0.5s, right 0.5s;
    background-color: #ffffff;
    padding: 10px 0 5px;
    top: 120%;
}

.sub-menu li{
	    width: 270px;
   		 border-bottom: 1px solid #e4e4e4;
        position: relative;
    	display: block;
    	padding-bottom: 3px;
}

.menu_item:hover .sub-menu{
	top:calc(100% + 4px);
	opacity: 1;
    visibility: visible;
    z-index: 1020;
}

.sub-menu li a{
	    padding: 0 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    display: block;
    position: relative;
    text-decoration:none;
    text-align: left
}

.sub-menu li a:hover{
	background:#1a3774;
	color: white;
}

.logo img{
	width: 100%;
}

#swiper1 img,#swiper2 img,#swiper3 img{
	width: 100%;
}

.fa-navicon:before{
	content: "\f0c9";
	font-size: 40px;
	color: #d92229;
}

.primary-menu{
	display: none;
	margin:30px 0;
}

.primary-menu-li{
	display: none;
}

.mobile_menu_toggle{
	cursor: pointer;
}

/*弹出*/
.mobile-nav{
	top: 0px;
	left: -300px;
	display: block;
    position: absolute;
    background: #343843;
    width: 300px;
    height:1280px;
    z-index: 10000;
}

.mobile-nav-back{
	top: 0px;
	left: -100%;
	width: 100%;
	height:1200px;
	position: absolute;
	z-index: 9999;
}

.mobile-nav-seach{
	width: 270px;
	height: 50px;
	position: relative;
	    margin: 40px auto 0;
}

.mobile-nav-seach a{
	display: block;
}

.mobile-nav-ipt{
	width: 270px;
	height: 100%;
	background: #2f323b;
	border: none;
	padding-left:70px;
    color:#fff;
}

.mobile-nav-sub{
	width: 60px;
	height: 100%;
	border: none;
	position: absolute;
	left:0;
	top: 0;
	background: transparent;
	background: url(../images/mobile-seach.png)no-repeat center;
	background-size: 50%;
}

.mobile-nav ul{
	margin-top: 20px;
}

.mobile-nav ul li{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
	text-align: center;
	color: white;
}

.mobile-nav ul li:hover{
	background: #444854;
}

/*底部*/
.footer-bot {
    line-height: 40px;
    font-size: 12px;
    width: 100%;
}

.footer-bot-mp{
	color: #777777;
	font-size: 14px;
	line-height: 2;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

.footer-bottom{
	width: 100%;
}

.foot-list dl{
	float:left;
	margin-bottom: 60px;
	height:200px;
}

.foot-list dl:not(:last-of-type){
	margin-right: 83px;
}

.foot-list:after,
.index-product-ul:after
{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}

.bottom{
	background: #2b2b2b;
	overflow: hidden;
}

.foot-list{
	color: white;
	padding-top: 60px;
}

.foot-list dt{
	font-size: 14px;
	margin-bottom: 18px;
	color: #b0b0b0;
}

.foot-list dd{
	font-size: 12px;
	color: #6d6d6d;
	line-height: 25px;
    border-bottom: 1px solid #383838;
}

.footer-img{
	margin-top: 50px;
}

.footer-bot-mp{
	display: none;
}

/*主页内容*/
.index-product-ul{
	margin:0 -15px 40px;
}

.index-product-li img{
	width: 100%;
	    transition: all .3s ease-out;}

.index-product-li:hover  img{
    transform: scale(1.1);
}

.index-product-li{
	background: #ffffff;
	margin-bottom: 30px;

}

.index-product-img{
		overflow: hidden;
}

.index-product{
	background: #e5f1f3;
	overflow: hidden;
}

.index-product-li{
	border-bottom: 7px solid #464646;
}

.index-product-title{
	color: #606a74;
	font-size: 36px;
	font-weight: bold;
	margin-top: 55px;
	margin-bottom: 45px;
}

.index-product-li div:first-of-type{
	padding:15px ;
	color: #393939;
}

.index-product-li div p:not(:last-of-type){
	margin-bottom: 5px;
}

.index-product-li div p{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}

.index-product-li:hover{
    border-bottom: 7px solid #d8000f;
}

.cover{

		color: white;
}

.cover div{
	text-align: center;
	margin-bottom: 10px;
}

.cover p{

	font-size: 30px;
}

.cover span{

	font-size: 23px;

}


/*栏目*/

.index-col{
	width: 100%;
	margin:60px -20px;
}

.index-video,
.index-news,
.index-quality{
	width: 33.33%;
	float:left;
	padding: 0 20px;
}

.index-news-img,.index-news-text{
	float:left;
}

.index-news-img{
	width: 30%;
}

.index-news-img img{
	width: 100%;
}

.index-news-text{
	width: 70%;
	padding-left: 20px;
}

.index-quality&gt;p,
.index-news&gt;p,
.index-video&gt;p
{
	font-size: 20px;
	color: #494949;
}

.index-quality&gt;span,
.index-news&gt;span,
.index-video&gt;span{
	font-size: 12px;
	color: #d7d6d6;
	display: block;
}

.index-news-text p:first-of-type{
	font-size: 14px;
	color: #d8000f;
	font-weight: bold;
	margin-bottom: 15px;
}

.index-news-text p:nth-child(2){
	font-size: 12px;
	color: #aeaeae;
}

.index-news-text span{
	font-size: 12px;
	color: #d3d3d3;
}

.index-video-con,
.index-news-con,
.in-quality-con{
	margin-top: 20px;
}

.in-video-right li{
	width: 85px;
	height:46px;
	background: url(../images/in-video.jpg)no-repeat;
	background-size: 100% 100%;
}

.in-video-right li:not(:last-of-type){
		margin-bottom: 6px;
}

.index-video-img,.in-video-right{
	float:left;
}

.index-video-img{
	width: 71%
}

.index-news-con{
	height:148px;
	position: relative;
}

.index-news-con ul{
	position: absolute;
	bottom:-1px;
	right:0;
}

.index-news-con li{
	float:left;

}

.index-news-con li i{
		font-size: 24px;
		margin: 0 3px;
}

.index-news-con li i:hover{
	color: red;
	cursor: pointer;
}

.index-video-con:after,
.index-news-con:after,
.in-quality-con:after,
.index-col:after
{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}

.in-video-right{
	padding-left: 8px;
}

.index-video-con{
	position: relative;
}

.in-quality-img,.in-quality-text{
	width: 50%;
	float:left;
}

.in-quality-img img{
	width: 100%;
}

.in-quality-text{
	background: #d8000f;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	height:100%;
	position: absolute;
	right:0;
	padding: 0 20px;
}

.in-quality-con{
	position: relative;
}

.in-quality-text p{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid white;
	    padding-bottom: 8px;
    margin-bottom: 4px;
}

.in-quality-text span{
	font-size: 12px;
}

.in-quality-text i{
	border-top:8px solid transparent;
	border-right: 10px solid #d8000f;
	border-bottom:8px solid transparent;
	position: absolute;
    left: -10px;
    top:50%;
    margin-top: -5px;
}

.index-video-img img{
	width: 100%;
}

#swiper2,#swiper3{
	display: none;
}

/*菜单*/

.menu-li{
	width: 250px;
	text-align: center;
	display: inline-block!important;
	cursor: pointer;
}

.menu-img{
	height:100px;
	margin-top: 20px;
}

.index-column{
	padding-bottom: 40px;
	/*background: #fbfbfb;*/
}

.menu-text{
	font-size: 12px;
	color: #7d7d7d;
	line-height: 1.5;
	height:50px;
	margin-bottom: 50px;
}

.menu-li span{
	font-size: 24px;
	color: #7d7d7d;
	display: block;
	margin-bottom: 30px;
}

.menu-img1{
	background: url(../images/search.png)no-repeat;
	background-position: center;
    background-size:33%;
}

.menu-img2{
	background: url(../images/security.png)no-repeat;
	background-position: center;
    background-size:33%;
}

.menu-img3{
	background: url(../images/download.png)no-repeat;
	background-position: center;
    background-size:33%;
}

.menu-con{
	width: 100%;
}

.menu-li:hover .menu-img1{
		background: url(../images/search-hover.png)no-repeat;
	background-position: center;
    background-size:33%;
}

.menu-li:hover .menu-img2{
		background: url(../images/security-hover.png)no-repeat;
	background-position: center;
    background-size:33%;
}

.menu-li:hover .menu-img3{
		background: url(../images/download-hover.png)no-repeat;
	background-position: center;
    background-size:33%;
}

.menu-li:hover span{
	color: #d8000f;
}

.menu-con2{
	text-align: center;
}

.menu-con3{
	text-align: center;
}
.rightLine{
	border-left: 1px solid #e8e9ea;
}
.NewCentC{
	margin-left: -16px !important;
	
}
.pdf ul li{
	color: black;
	margin-bottom: 5px;
}

.mobile-nav,.mobile-nav-back{
	display: none;
}

/*子页面栏目导航*/
.index_col li:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}


.index_col li{
	width: 120px;
    height: 40px;
    float: left;
    line-height: 40px;
    margin-right: 5px;
}

.index_col li a{
    width: 100%;
    height: 100%;
    background: #4784dc;
    text-align: center;
    color: white;
    font-size: 14px;
    display: block;
}

.index_col li a:hover{
    background: #d8000f;	
}
.aboutHover a {
	background: #d8000f !important;
}
.index_col{
	position: absolute;
	bottom: 0;
}

.index_image{
	height: 310px;
	background: url(../images/pro_image.jpg)no-repeat center;
}

.index_body{
	width: 100%;
	height: 310px;
	position: relative;

}

.index_head p:first-of-type{
	color: white;
	font-size: 24px;

}

.index_head p:nth-child(2){
	color: white;
	font-size: 12px;
}

.index_head i{
	display: block;
	background: #d82129;
	width: 45px;
	height:2px;
    margin-top: 8px;
}

.index_head{
position: absolute;
top:50%;
margin-top: -30px;
}

.index_col_mp{
	bottom: 0;
	right: 0;
	position: absolute;
    z-index:10;
}

.index_down_mp{
	width: 100%;
	top: 43px;
	position: absolute;
	display: none;
}

.index_col_mp&gt;li&gt;p{
	width: 163px;
	height: 43px;
	line-height: 43px;
	font-size: 16px;
	color: white;
	background: #d8000f;
	cursor: pointer;
	position: relative;	
}

.index_col_mp&gt;li&gt;p&gt;a{
	width: 100%;
    display: block;
	padding-left: 25px;
}


.index_i:before{

    position: absolute;
    top: 0;
    left: 20%;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 30px/1 FontAwesome;
    vertical-align: middle;
    text-rendering: auto;
}

.index_i{
	position: absolute;
	z-index: 1;
	cursor: pointer;
	width: 30px;
	height:30px;
	top:50%;
	right: 20px;
	margin-top: -13px;
}

.index_down_mp li{
	position: relative;
	background: #474747;
		width: 163px;
	height: 43px;
	line-height: 43px;
	font-size: 16px;
	color: white;
	padding-left: 25px;
}

.index_col_mp{
	display: none;
}

@media (max-width: 1268px){



.in-video-right li:not(:last-of-type){
	margin-bottom: 3px;
}

.index-news-con{
	height:185px;
}
	.index-video{
		width: 100%;
	}

	.index-news,.index-quality{
		width: 50%;
	}

	.index-video-img{
	width: 70%;
}

.in-video-right{
	width: 30%;
}

.in-video-right li {
    width: 100%;
    height: 125px;

}

.index-video-con{
	margin-bottom: 40px;
}



}

@media (max-width: 1200px){


}


@media (max-width: 1024px){

.index_col li {
    width: 100px;}

.index_image {

    background: url(../images/pro_image_ipad.jpg)no-repeat center;
}

.mobile-nav,.mobile-nav-back{
	display: block;
}

.index-product-li div p:not(:last-of-type){
	margin-bottom: 3px;relative
}

.index-quality&gt;p, .index-news&gt;p, .index-video&gt;p{

	font-size: 26px;
}

.index-quality&gt;span, .index-news&gt;span, .index-video&gt;span{
		font-size: 16px;
}

.logo{
	height:100px;
	line-height: 100px;
}

.cover{
	background: url(../images/cover-ipad.jpg)center;
	background-color: transparent;

    background-position: 50% 0;
    background-repeat: no-repeat;
   
}


#swiper1{
	display: none;
}

#swiper2{
	display: block;
}

.menu-container{display: none;}
.menu-container-be{display: none;}
.primary-menu{display: block;}
	.footer-img img{
		width: 210px;
		margin-left:50px;
	}
	.foot-list dl:not(:last-of-type){
	margin-right: 90px;
	}


.index-column {
    padding-bottom: 0px;}

}

@media (max-width: 992px){
 
.header-contact-info &gt; li:not(:last-child) {
    padding-right: 10px;
}

.index-news-con{
	height:140px;
}

.in-video-right li {
    width: 100%;
    height: 94.8px;
}


.footer-img img {
    width: 134px;
    margin-left: 0px;
}




} 

@media (max-width: 768px) {
	
.index-col{
	width: 100%;
	margin:40px 0;
}

.footer-bottom{
	padding: 0 20px;
}



	.footer-img img{
		margin-left:0px;
	}

	.foot-list dl:not(:last-of-type) {
    margin-right: 84px;
}
.swiper-button-next,
			.swiper-button-prev {
				height: 26px;
				margin-top: -13px;
			}

}

@media (max-width: 767px) {

.index_head{
    top: 40%;	
}

.index_body {

    height: 200px;

}

.index_image {
	height: 200px;
    background: url(../images/pro_image_mp.jpg)no-repeat center;
}

.index_col_mp{
	display: block;
}
.index_col{
	display: none;
}

.index_body{
	margin: 0 20px;
	width: auto;
}


	.index-news-con {
    height: auto;
	}

.index-news-text p:first-of-type{
	margin-bottom:5px;
}

.site-topbar{
	padding: 0 20px;
}

.menu-text{
	height: auto;
    margin-bottom: 20px;
}

.cover p {
    font-size: 22px;
}

.cover span {
    font-size: 14px;
}

#swiper2{
	display: none;
}

#swiper3{
	display: block;
}

.btu li img{
	display: none
}

.Chinese,.English{
	 width: 130px;
}

.menu-img {

    margin-top: 20px;
}

.menu-li span{
	margin-bottom: 30px;
}

.index-product-title{
	font-size: 32px;
	margin-top: 30px;
    margin-bottom: 30px;
}

.footer-bot{
	display: none;
}

.footer-bot-mp{
	display: block;
}

.footer-bottom{
	padding: 0 20px;
}

.footer-img img{
	width: auto;
}


.foot-list dl:not(:last-of-type) {
    margin-right: 37px;
}


.index-col {
    width: 100%;
    margin: 20px 0px;
}

.index-product{
	padding: 0 20px;
}

.index-product-ul{
    margin: 0 -10px 40px;
}

.index-product-ul&gt;li{
padding-right: 10px;
    padding-left: 10px;
}

.index-product-li{
	margin-bottom: 20px;
}

.index-news{
	margin-bottom: 40px;
}

.index-news, .index-quality{
	    width: 100%;
}

.in-video-right{
	position: absolute;
    height: 100%;
    right:0;
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.in-video-right li {
    width: 100%;
    height: 30%;
}

.in-video-right li:not(:last-of-type) {
    margin-bottom: 0px;
}

.logo{
	width: 100%;
	margin: 20px auto;
	text-align: center;
    height: 60px;
    line-height: 60px;
}

.logo img{
 width: 330px;
  } 

.primary-menu-li{
	    height: 55px;
    display: flex;
    align-items: center;
}

.menu-con{
	text-align: center
}

}

@media (max-width: 380px) {

.foot-list dl:not(:last-of-type) {
    margin-right: 27px;
}



}

@media (max-width: 360px) {


}


@media (min-width: 992px){


}

.cover{
	margin-top: 60px;
   
}


/*首页第二屏--视频*/
.Index_video_img img{
	width: 100%;
	
}

.in-play-ico {
    position: absolute;
    width: 33px;
    height: 33px;
    top: 15px;
    left: 47px;
    /*background: rgba(0, 0, 0, 0.66);*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.Index_video_List
{
border: rgba(221,221,221,1) 1px solid;
box-shadow:0px 1px 10px rgba(148,148,148,.5);	
padding-bottom: 20px;
width: 100%;
}
.Index_video_List_list{
	padding-right: 15px;
	
}
.Index_video_List_list img{
	width: 100%;
}
.Index_video_List_list li{
	padding-right: 0px  !important ;
}
.Index_video_List_tl{
    margin: 15px 0px;
	line-height: 28px;
	
}
.Index_video_List_tl h5{
	font-size: 1.2em;
	color: red;
	font-weight: normal;
}
.Index_video_List_tl p{
	font-size: 0.8em;
	color: #898989;
	font-weight: normal;
	
}
menu-con
.Index_video_List_list li{

}

 
@media (min-width: 1200px)  {

	}
@media (min-width: 992px) and (max-width: 1199px) {
    .in-play-ico {
    position: absolute;
    width: 33px;
    height: 33px;
    top: 5px;
    left: 37px;
    /*background: rgba(0, 0, 0, 0.66);*/
    display: flex;
    justify-content: center;
    align-items: center;
}

    .Index_video_List_tl p{
	font-size: 0.8em;
	color: #898989;
	font-weight: normal;
    line-height:18px;
	
}

	}
@media (min-width: 768px) and (max-width: 991px) {
     .in-play-ico {
    position: absolute;
    width: 33px;
    height: 33px;
    top: 45px;
    left: 97px;
    /*background: rgba(0, 0, 0, 0.66);*/
    display: flex;
    justify-content: center;
    align-items: center;
}
	}
@media (max-width: 767px) {

	}
	

/*首页第三屏--品质保障*/
.content_list {
				height: 100%;
				display: block;
			}
			
			.item_block {
				border: 1px solid rgba(170, 170, 170, .2);
				background-color: transparent;
				box-sizing: border-box;
				transition: all .32s ease;
			}
			
			.item_block:hover {
				background-color: transparent
			}
			
			.item_block {
				transition: all .36s ease;
				/*width: 368px;*/
				height: auto;
				float: left;
				/*margin-right: 30px;*/
				margin-bottom: 20px;
				position: relative;
			}
			
			.item_block:hover {
				box-shadow: 10px 0px 30px rgba(0, 0, 0, .1);
				border: 1px solid rgba(255, 255, 255, .01);
			}
			
			.item_img {
				position: relative;
				overflow: hidden
			}
			
			.item_img img {
				transition: all .36s ease;
				display: inline;
				width: 100%;
			}
			
			.item_block:hover .item_box .item_img img {
				-webkit-transform: scale(1.08);
				-ms-transform: scale(1.08);
				transform: scale(1.08)
			}
			
			.item_wrapper {
				padding: 18px 20px 16px;
				background: #fff;
				position: relative;
				transition: all .36s ease;
				top: 0
			}
			
			.item_block:hover .item_box .item_wrapper {
				top: -68px
			}
			.item_des {
				display: none;
				position: absolute;
				top:70px;
				font-size: 0.8em;
				text-align: center;
				width: 90%;
				color: #898989;
			}
			.item_block:hover .item_des {
				display: block;
			}
			.item_des .description {
				height: auto;
				
			}
.title{
	font-size: 1.2em;
	color: #000;
	font-weight: normal;
	text-align: center;
}
.subtitle{
	font-size: 0.8em;
	text-align: center;
	font-weight: normal;
	color: #898989;
	
}

@media (min-width: 1200px)  {
	.cover_mob{
		
		display: none;
	}
	.index-column_mob{
		display: none;
	}
	.footer-bot-mp01
	{
		display: none;
		
	}
	}
@media (min-width: 992px) and (max-width: 1199px) {
	.cover_mob{
		
		display: none;
	}
	.index-column_mob{
		display: none;
	}
	.footer-bot-mp01{
		display: none;
		
	}
	}
@media (min-width: 768px) and (max-width: 991px) {
	.index-menu{
		display: none;
		
	}
	.index-col_divEp2{
		display: none !important;
	}
	.index-col_divEp3{
		display: none !important;
		
	}
	.cover{
		
		display: block;
	}
    .cover_mob{
		
		display: none;
	}
	.index-column_mob{
		display: block;
	}
	.Foot_menuList{
		
		display: none;
	}
	.footer-title{
		display: none;
	}
	.footer-img {
    margin-top: 20px;
}
    .Index_new_mob {
     display:none;
    }
	}
@media (max-width: 767px) {
	.index-menu{
		display: none;
		
	}
	.index-col_divEp2{
		display: none !important;
	}
	.index-col_divEp3{
		display: none !important;
		
	}
	.index-menu{
		display: none;
		
	}
	.cover{
		
		display: none;
	}
     .cover_mob{
		
		display: none;
	}
	.index-column_mob{
		display: block;
	}
	.Foot_menuList{
		
		display: none;
	}
	.footer-title{
		display: none;
	}
	.footer-img {
    margin-top: 20px;
}
.footer-img img{
	width: 120%;
}
	}
	
.cover_mob{

		color: white;
}

.cover_mob div{
	text-align: center;
	margin-bottom: 10px;
}

.cover_mob p{
	font-size: 30px;
}

.cover_mob span{
	font-size: 23px;
}

/*手机新闻列表首页*/
.Index_new_mob ul {
	width: 100%;
	padding: 15px 0;
	line-height: 20px;
	border-bottom: 1px dashed #e7e7e7;
}
.Index_new_mob ul a {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.Index_new_mob ul span{
	top: -3px;
	color: #d81f26;
	position: relative;
}
.Index_new_mob ul li{
	height: 20px;
	color: #898989;
	font-size: 1.0em;
	margin-left: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: calc(100% - 15px);
}

/*底部文件*/
.footer-bot-mp01{
	color: #777777;
	line-height: 2;
	font-size: 14px;
	padding: 20px 0;
	text-align: right;
}
@media only screen and (max-width: 370px) {
	.footer-bot-mp01 {
		font-size: 13px;
	}
}
/*首页banner*/
.CNZZDiv {
    position:absolute; bottom:10px; right:25%;
}

@media (min-width: 1200px)  {
	.bannerInfo {
    position:absolute; width:1200px; text-align:left; color:#fff;
}
.bannerInfo h1 {
   text-shadow: 0px 3px 5px rgba(0,0,0,.4); font-size:55px;
}

.bannerInfo p {
   text-shadow: 0px 3px 5px rgba(0,0,0,.4); font-size:28px;
}
    .bannerInfo span {
    border:1px #fff solid; color:#213d5c; display: block; background:rgba(255,255,255,.4); padding:6px 30px;width: 161px;   margin-top:30px;font-size:12px;    margin-top: 18px;
    }

	}
@media (min-width: 992px) and (max-width: 1199px) {
	.bannerInfo {
    position:absolute; width:852px;  margin-left:20px; margin-top:150px; text-align:left; color:#fff; z-index:20;
}
.bannerInfo h1 {
   text-shadow: 0px 3px 5px rgba(0,0,0,.4); font-size:55px;
}

.bannerInfo p {
   text-shadow: 0px 3px 5px rgba(0,0,0,.4); font-size:28px;
}
    .bannerInfo span {
    border:1px #fff solid; color:#213d5c; display: block; background:rgba(255,255,255,.4); padding:6px 30px;width: 161px;   margin-top:30px;font-size:12px;    margin-top: 18px;
    }
    .CNZZDiv {
       position: absolute;
    bottom: 10px;
    right: 15%;
}
	}
@media (min-width: 768px) and (max-width: 991px) {
	.bannerInfo {
    position:absolute; width:668px; text-align:left; color:#fff;  z-index:20000; margin-left:20px; margin-top:150px;
}
.bannerInfo h1 {
   text-shadow: 0px 3px 5px rgba(0,0,0,.4); font-size:55px;
}

.bannerInfo p {
   text-shadow: 0px 3px 5px rgba(0,0,0,.4); font-size:28px;
}
    .bannerInfo span {
    border:1px #fff solid; color:#213d5c; display: block; background:rgba(255,255,255,.4); padding:6px 30px;width: 161px;   margin-top:30px;font-size:12px;    margin-top: 18px;
    }
     .CNZZDiv {
       position: absolute;
    bottom: 25px;
    left: 50%;
}
	}
@media (max-width: 767px) {
    .CNZZDiv {
       position: absolute;
    bottom: 25px;
    left: 4%;
}
	}
</pre></body></html>