/*
 * 首页导航栏样式
 */
body{
  margin: 0px;
  padding: 0px;
  background: #e74c3c;
  font-family: 'Lato', sans-serif;
}

h1{
  margin: 2em 0px;
  padding: 0px;
  color: #fff;
  text-align: center;
  font-weight: 100;
  font-size: 50px;
}

nav{
  width: 750px;
  margin: 1em auto;
}

ul{  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.dropdown{ 
  position: relative; 
  width: 100%; 
}

ul.dropdown li{ 
  font-weight: bold; 
  float: left; 
  width: 83px; 
  position: relative;
  background: none;
}

ul.dropdown a:hover{ 
  color: #000; 
}

ul.dropdown li a { 
  display: block; 
  padding: 18px 6px;
  color: #fff; 
  position: relative; 
  z-index: 2000; 
  text-align: center;
  text-decoration: none;
  font-weight: 300;
}
.hovernone {background: none!important;}
.hovernone a:hover{background: none!important;}
.hovernone a{ text-align: right !important;}
ul.dropdown li a:hover,
ul.dropdown li a.hover{ 
  background: #da251e;
  position: relative;
  color: #fff;
}


ul.dropdown ul{ 
 display: none;
 position: absolute; 
  top: 0; 
  left: 0; 
  width: 83px; 
  z-index: 1000;
}

ul.dropdown ul li { 
  font-weight: normal; 
  background: #f6f6f6; 
  color: #fff; 
 /* border-bottom: 1px solid #ccc; */
}

ul.dropdown ul li a{ 
  display: block; 
  color: #fff !important;
  padding: 12px 0px ;
  background: rgba(216, 62, 70, 0.5)  !important;
} 

ul.dropdown ul li a:hover{
  display: block; 
  background: #da251e !important;
  color: #fff !important;
} 

.hovernone a,.drop > a{
  position: relative;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.drop > a:after{
  content:"";
  position: absolute;
  right: 0px;
  top: 48%;
  border-left: 4px solid transparent;
  border-top: 4px solid #FFFFFF;
  border-right: 4px solid transparent;
  z-index: 999;
}

.drop > a:hover:after{
  content:"";
   border-left: 4px solid transparent;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
}

ul.sub_menu li {background:rgba(218, 37, 30, 0.58) !important;}
/*
 * ++ 
 * */
.drop .sub_menu{ font-family: none;}
.banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 542px;
}
.main_outside{
	width: 100%;
	height:auto;
	overflow:auto;
	background:#fff url(../images/bg2.jpg) bottom center repeat-x;
}
.main {
	width: 1100px;
	overflow: AUTO;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	
}
.main .who {
	height: 293px;
	width: 100%;
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main .who h1 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 100px;
	text-align: center;
	color:#ccc;

}
.main .who p {
	margin:20px auto 0;
	text-align: center;
	width:920px;
	line-height:2em;
}
.main .news4 {
	height: auto;
	width: 100%;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	 overflow: AUTO;
}
.main .news4 .menu .btn {
	height: 54px;
	width: 728px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}
.main .news4 .menu .btn a {
	display:block;
	float:left;
	height: 54px;
	width:180px;
	border: 1px solid #E5E5E5;
	border-left:none;
	
	line-height: 54px;
	font-size: 16px;
	color: #898989;
	text-align: center;
}
.main .news4 .menu .title {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: 53px;
	width: 100%;
}
.main .news4 .menu .btn a:hover {
	color: #FFFFFF;
	background-color: #DA254D;

}
.main .news4 .menu .btn a:first-child{
	border-left:1px solid #E5E5E5;
}
.main .news4 .menu {
	border-bottom: 1px solid #E5E5E5;
}
.item{
	width:970px;
	margin:0px auto 0px;
	padding-top:60px;
	border: 1px solid #E5E5E5;
	border-top:none;
	font-size:14px;
}
.item>div{
	height:228px;
	width:855px;
	margin:0 auto 60px;
}
.item>div img{float:left;}
.item>div .description{float:left; width:520px;line-height:2em;color:#555;margin-top:25px;}

.item>div .pic{margin-right:45px;}

.item>#div2 .pic{float:right;}

.item>#div4{height:600px;}
.item>#div4{margin-top:80px;}
.item>#div4 .description{width:100%;margin-bottom:35px;}
.nets{width:100%;height:auto;overflow:auto;}
.nets .title h1{margin-top:100px;font-size:28px; font-weight:bold;
text-align:center;}
.nets .title p{color: #aaa;margin-top:20px;text-align:center;}
.imgitem{margin:auto;text-align: center;height: auto;overflow: auto;}
.imgitem img{
	margin-left:48px;margin:0 28px 0; 
	
}

.bodow:hover{box-shadow: 0px 0px 4px 0px #999;}
.sousuo:hover{box-shadow: 0px 0px 6px 3px rgba(246, 228, 228, 0.52);border-radius: 15px;}