@charset "utf-8";
/*全局初始化样式*/
html,body{overflow-x: hidden;}
body{ padding:0; margin:0 auto; font-size: 14px; line-height: 1.42857143;
 font-family:arial,Microsoft YaHei,'微软雅黑','宋体'; color: #555555;
 width: 100%; min-width: 320px; zoom:1;
/*禁用Webkit内核浏览器的文字巨细调解功效*/
-webkit-text-size-adjust:none; 
/*取出点击泛起半透明的灰色配景*/
-webkit-tap-highlight-color:rgba(0,0,0,0); 
-webkit-tap-highlight:rgba(0,0,0,0);
/*控制文本可选性*/
-webkit-user-select: none;
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;        
/*设置字体的抗锯齿或者说平滑度*/
-webkit-font-smoothing: antialiased;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*默认去除ul、li的默认样式*/
.p,.h1,.h2,.h3,.h4,.h5,.h6{ margin: 0; padding: 0;}
.dl,.dl dd,.ul,.ul li{ list-style:none; margin: 0; padding: 0;} 
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#555555;font-family: arial,Microsoft YaHei,'微软雅黑','宋体';} 
/*表单位素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ } 
/*不允许多行输入文本框有转动条*/
textarea{ resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ } 
/*初始化表单位素样式*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:top;}

/*初始化a的样式和字体样式*/
a{ color:#555555; text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus {outline:none; -moz-outline:none;}
a:hover{ color: #e72017;}

/*扫除浮动*/
.clear{ clear:both; height:0px; overflow:hidden;}

.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both;font-size: 0px;}
.clearfix { zoom: 1;}





.container{margin:0 auto; max-width: 1200px;padding: 0 15px;}
@media screen and (min-width:1200px ){
    .container{width:98%;margin:0 auto; padding: 0;}
}


/*全局样式*/




/*页面框架结构*/
.contain{} /*页面主体内容*/
.slidebar{} /*边侧菜单*/
.maincontent{} /*主要内容*/
.content{} /*内容*/
.txtBoxCenter,
.singlepage{ /*单片 设置文字两头对齐*/ text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden;}
.current{ /*目今位置*/}


/*分页*/
.pages{}
/*分页*/


/*头部*/
.top{}
.mainnav{}
/*头部*/


/*底部*/
.bottom{}
/*底部*/


/*页面二级/左侧/右侧菜单*/
.slidebar{}
/*页面二级/左侧/右侧菜单*/




.AboutEvent ul li .hxi{background: #e72017 !important;}
.AboutEvent ul li .title .iconfont{color: #e72017 !important;}
.AboutEvent ul li .title .titlebtn{ background: #e72017 !important;}

.HomeF1 .list .owl-stage-outer .owl-item{position: relative;z-index:20}
.HomeF1:hover{z-index:40}
.HomeF1View .HomeF2{z-index:30 !important}
/*网站地图*/
.ul_sitemap li{ border-bottom:dotted 1px #ddd; padding:5px 0px;}
.ul_sitemap li strong{ width:90px; display:inline-block;}
p{margin-block-end: 0;-webkit-margin-after: 0;}

.MainInfoConView table{
    max-width: 100%;
    width: auto!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
@media screen and (max-width:768px){
   .MainInfoConView table{
    max-width: 375px;
    width: auto!important;
    margin:0 auto;
    padding-left: 0!important;
    padding-right: 0!important;
   }
}
.ycTab .iconfont {
    padding-right: 5px;
    font-size: 16px;
}
.ycTab .iconfont.icon-msdiqiu{ opacity:.6;font-size: 15px;}
.ycTab .iconfont.icon-msiconset0317,
.ycTab .iconfont.iconlipin{ font-weight: 600; opacity: .6;}
.ycTab .iconfont.icon-mslistfeiji{font-weight: bold; opacity: .7;}
.iconfont.icondiqiu{ opacity:.8;font-size: 18px;}
.picture {position:relative; width:86.27118%; margin:0 auto;}
.picture .pic img {width:100%; height:auto; display:block;}
.hVideo {width:74.89%; position:absolute; left:12.5%; bottom:0; margin-bottom:227.3%; z-index:5;}
.hVideo .video {padding-bottom: 51.3%;position:relative;}
.hVideo .video video {position:absolute;left:0;top:0;width: 100%;height:100%;object-fit: cover;}
<!--耗时1753027729.3584秒-->