@charset "utf-8";
/* CSS Document */
/*基本设置*/
*{ padding:0; margin:0}
html,div,ul,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,img,form,embed,label,ol{margin:0;padding:0;border:0; font-size:12px; font-weight:normal;font-family:"微软雅黑",Arial, Helvetica, sans-serif;}
img{border:none}
ul,ul li,ol,ol li,menu li{list-style:none;}
a,a:visited,a:active{ color:#525252; text-decoration:none;}
body{ margin:0px; padding:0px; font-size:12px; color:#4D4D4D; font-family:"微软雅黑";}
a,a:visited,a:hover,a:active{text-decoration:none;}
address, em, i {
    font-style: normal;
}
input,select{
  box-shadow:none; /*去除阴影*/
  outline: none;/*聚焦input的蓝色边框*/
  resize: none; /*textarea 禁止拖拽*/
  border: none; /*去除边框*/
  -webkit-appearance: none;/*常用于IOS下移除原生样式*/
  -webkit-tap-highlight-color: rgba(0,0,0,0); /*点击高亮的颜色*/
}
@font-face { 
  font-family: flipfr; 
   src: url('flipfr.ttf') format('truetype'),
       url('flipfr.woff') format('woff');
} 
/*----------------------------------------------------首页---------------------------------------------------------------------*/
body{
    padding:0!important;
}
/*导航部分*/
#hnav{
	height: 90px;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #ededed;
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    position: fixed;
    z-index: 99;
    top: 0;
}
.tnav1 {
    display: block;
    border-bottom: 1px #eceef0 solid;
    height: 45px;
    width: 100%;
    background: #FFF;
    z-index: 999;
}
.tnav1 dl {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.tnav1 dl dt{
    width: 500px;
    float: left;
}
.tnav1 dl dt .teap{
	font-size:14px;
	color:#0294ff;
	font-weight: 400;
	line-height: 44px;
	height:44px;
}
.teap .tea_span1{
	display: inline-block;
	width:18px;
	height:18px;
	background:url(../image/tel.png) no-repeat center;
	vertical-align:-4px;
	margin: 0 5px 0 0;
}
.tnav1 dl dd{
    width: 270px;
    float:right;
    height: 44px;
    line-height: 44px;
    text-align: right;
}
.tnav1 dl dd a{
    color:#5c5c5c;
    background:url(../image/line.jpg) no-repeat right center;
    padding:0 10px;
    font-size:12px;
}
.tnav1 dl dd a:last-child{
	background:none;
}
.ind_wp{
	width:100%;
	max-width:1200px;
	margin: 0 auto;
}
.ind_wp .yzlogo{
	float: left;
	margin-right: 65px;
	height: 89px;
}
.ind_wp .yzlogo a img{
	margin:10px 0 0 0;
}
.navbar-nav{
	margin:0 15px;
}
#nav ul li{
	float: left;
	line-height: 88px;
	width:100px;
	margin-right:10px;
}
#nav ul li a{
	color:#000;
	font-size:16px;
}
.dropdown-menuWrapper{
	position: absolute;
	left: 0px; 
	overflow: hidden;
	width: 100%; 
	height: 100px; 
	background: rgb(255, 255, 255); 
	z-index: 100; 
	display: none; 
	padding-top: 0px; 
	margin-top: 0px; 
	padding-bottom: 0px; 
	margin-bottom: 0px;
}
.menu_container{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.menu_container div{
	position: relative;
    width: 212px;
    height: 70px;
    padding: 13px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu_container div a{
	color:#000;
	font-size:16px;
}
.carety{
  position: relative;
  display: inline-block;
}
.carety::before ,.carety::after{
    content: ' ';
    height: 0;
    width: 0;
    top: 100px;
    position: absolute;
    left: 5px;
    border: 5px solid transparent;
}
.carety::before{
  border-top-color: #ffffff;
    top: -9px;
    z-index: 2;
}
.carety::after{
      border-top-color: #333;
    top: -7px;
    z-index: 1;
}
.menu_container div span.icon-wsc{
	background-image:url(../image/nav_tb1.png);
}
.menu_container div span.icon-meiye{
	background-image:url(../image/nav_tb2.png);
}
.menu_container div span.icon-ls{
	background-image:url(../image/nav_tb3.png);
}
.menu_container div span.icon-cy{
	background-image:url(../image/nav_tb4.png);
}
.menu_container div span{
	width:20px;
	height: 20px;
	position: absolute;
	left:10px;
	top:13px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.menu_container div h4, .fanan_container div h4 {
    font-size: 16px;
    color: #333333;
    margin-left: 26px;
    line-height: 20px;
}
.menu_container div p, .fanan_container div p {
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
    margin-left: 26px;
    line-height: 18px;
}
.fanan-menuWrapper{
    position: absolute;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 150px;
    z-index: 100;
    background: rgb(255, 255, 255);
    display: none;
}
.fanan_container{
    width: 900px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.fanan_container div{
    width: 33%;
    padding:10px 0;
}
.menu_container div:hover, .fanan_container div:hover {
    background: #f1f1f1;
}



























