﻿*{
	padding: 0;
	margin: 0;
}
div,dl,dt,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,table,th,td,p,span,a{
	border:0;
}

body{
	font-family:arial,'Microsoft YaHei',"黑体";
	font-size:12px;
	text-align: center;
	background: #FFF;
	color: #4d4852;
}
html{
	overflow-y:scroll;
	overflow-x: scroll;
}
ul,ol{
	list-style-type: none;
}
a:link,a:visited{
	text-decoration: none;
	color:#4d4852;
}
a:hover,a:active{
	text-decoration: none;
	color:#C10D21;
}
@font-face {  
    font-family: myfont;  
    src:url('方正兰亭纤黑.ttf')，  
    url('../font/方正兰亭纤黑.ttf')，  
      url('../font/FZLTHJW.TTF')，  
      url('../font/zhunhei_GBK.TTF');  
 
} 
.header{
	width: 100%;
	height: 80px;
	border-bottom:2.5px solid rgba(98,42,48,0.5) ;
	
	background-color: #C10D21;
	position: fixed;
	z-index: 9999;
	
}
.header-home{
	width: 1200px;
	height: 80px;
	background-color: #C10D21;
	margin: auto;
	
}
.header-left{
	float: left;
	margin-top: 16px;
	}
.header-left2{
	float: left;
	margin-left: 0px;
}
.menu-ul-li{
	display: inline;
	float: left;
	padding-top: 30px;
	margin-left: 17px;
	margin-right: 17px;
	font-size: 12px;
	
}
.menu-ul-li1{
	display: inline;
	float: left;
	padding-top: 30px;
	margin-left: 13px;
	margin-right: 13px;
	font-size: 12px;
	
	
}
.menu-ul-li:hover{
	background-color: #6495ED;
	display: inline;
	float: left;
	padding-top: 30px;
	margin-left: 13px;
	margin-right: 13px;
	font-size: 16px;
	
}
.menu-ul-li1:hover{
	background-color: #6495ED;

}
.menu_u1{
	margin-top: 22px;
}
.menu-ul-li ul li{
	padding-top: 15px;
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom:15px;
	background-color: #fff;
	display: none;
	opacity: 0.7;
	}
.menu-ul-li1 ul li{
	
	padding-top: 15px;
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 15px;
	background-color: #fff;
	display: none;
	opacity: 0.7;
	}
.menu-ul-li:hover ul li {  
    	display: block; 

	}  
.menu-ul-li1:hover ul li {  
    	display: block; 

	}  

.header-right{
	float: right;
	
}

input{
	height: 28px;
	width: 160px;
	border-radius: 12px;
	color: darkgrey;
	margin-top: 10px;
}
.aa{
	margin-top: 19px;
}
.bb{
	margin-left: 130px;
	margin-top: -30px;
	background-image: url(../img/magnifier.png);
	background-color: #FFFFFF;
	width: 30px;
	height: 28px;
	border: none;
	opacity: 0.7;
	cursor:pointer;
}
.footer{
	float:left;
	width: 100%;
	border-top:3px solid rgba(98,42,48,0.5) ;
	height: 95px;
	background-color: #C10D21;
}
.footer-home{
	width: 1200px;
	height: 95px;
	background-color: #C10D21;
	margin: auto;
}
.footer-left{
	float: left;
	text-align: left;
	margin-left: 20px;
}
.footer-right{
	float: right;
	padding-top: 12.5px;
	padding-right: 20px;
}

.footer-left p{
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	padding-top: 14px;
	
}
.foot-right-div1{
	float: left; color: #FFFFFF;
	margin-top: 22px;margin-right: 15px;
}
.foot-right-div1 p{
	margin-top: -3px;
}

nav {
    margin:0px auto;
    text-align:center;
}
nav ul {
	
	margin-top: 0px;
  
    background-color: #C10D21;
    padding:0 40px;
    display:inline-table;
    position:relative;  
    
}
nav ul ul {
    display:none;
}
nav ul li {
    float:left; 
    height: 80px;
   border-right:1px solid #da505f;
   transition: width 2s;
	-moz-transition: width 2s; /* Firefox 4 */
	-webkit-transition: width 2s; /* Safari 和 Chrome */
	-o-transition: width 2s; /* Opera */
}
nav ul li:last-child{
	float:left; 
    
   border-right:0px solid #CCCCCC ;
}
nav ul::after {
    content:"";
    display:block;
    clear:both;
}
nav ul li a {
    display:block;
    
    padding:27px 20px 21px 20px;
    color:#FFFFFF;
    text-decoration:none;
    font-family:MyNewFont;
    font-size: 13px;
    font-weight:bold;
}
.eng{
	font-family: myfont,arial,'Microsoft YaHei',"黑体";
	font-size: 12px;
	color: #f16466;
	letter-spacing: 0px;
	margin-top: 5px;
}
.eng1{
	font-family:  myfont,arial,'Microsoft YaHei',"黑体";
	font-size: 12px;
	color: #f16466;
	letter-spacing: 0px;

}
nav ul li a{
    color:#FFFFFF;
}
nav ul li:hover > ul{
    display:block;
}
nav ul li:hover {
    background-color: #004DA1;
    float:left; 
    
   border-right:1px solid #CCCCCC ;
}
nav ul li:hover a {
    color:#FFFFFF;
}
nav ul ul {
	
	height: 40px;
	float: left;
	width: 1920px;
	padding-left: 1920px;
	margin-left: -1920px;
	text-align: center;
	opacity: 0.6;
    background:black;
    border-radius:0;
    position:absolute;
    top: 100%;
    
}
nav ul ul li {
	 height: 40px;
    float:left;
    border-right:0px solid #CCCCCC ;
  
}
nav ul ul li a {
	padding:14px 19px 12px 19px;
    color:#FFF;
}   
nav ul ul li a:hover {
	
    background:red;
    opacity: 1;
}
nav ul ul ul {
    width:100%;
    position:absolute;
    left:100%;
    top:50%;
}
.float1{
	
	position: fixed;
	z-index: 999999999;
	width: 100px;
	height: 140px;
	top: 75%;
	right: 0px;
	background-color: #FFFFFF;
}
.float1 p{
	color: #C10D21;
}
.footer-right p{
	
	color: #FFFFFF;
	text-align: left;
}
.foot_div3{
		float:right;
		position:fixed;
		right:2px;
		top:69%;
		}
.foot_div3 a img{
			margin-top: -5px;
		}
.seach{
	width: 200px;height: 50px; float: right;margin-top: -7px;
	display: none;
}
.seach1{
	width: 200px;height: 50px; float: right;margin-top: -7px;
	display: block;
}

