@charset "utf-8";
/* CSS Document */
*{
    padding: 0px;
    margin: 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:link {
    text-decoration: none;
}
.imgb{
	width: 100%;
	display: inline-block;
	height: auto;
	min-width: 800px;
    max-width: 3000px;
	}
.imgb2{
	max-height: 100%;
    max-width: 100%;
	}
/*-----head开始-----*/
.header {
    width: 80%;
    height: auto;
    min-width: 1200px;
    max-width: 3000px;
    color: #FF0000;
    margin: 0px auto;    
}
.headlog {
    width: 550px;
    margin-top: 30px;
    float: left;
    height: auto;
	}
.hdtext1 {
    width: 550px;
    float: right;
    height: auto;
}
.himg {
    width: 100%;
    height: auto;
	}
.hdline{
    clear: both;
   }
/*-----nav开始-----*/
.nav {
    background-color: #FF0000;
    width: 100%;
    height: 40px;
    min-width: 1600px;
    max-width: 3000px;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    
}
.menu{
    width: 1400px;
    color: #FFFFFF;
    margin: 0px auto;
/*	 position: relative;*/
  }
.ul1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 100px;
    margin-bottom: 0px;
    padding-left: 100px;
    padding-right: 0px;
	position: absolute;
    z-index: 1;
  }
ul {
  list-style-type: none; 
}
.ul1 a{
    text-decoration: none;
    color: #FFFFFF;
	}
.ul1>li{
    width: 200px;
    height: 2.0em;
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    float: left;
    color: #FFFFFF;
    font-family: "微软雅黑";
    font-weight: bold;    
	}
.ul2{
    background-color: #F50C0C;
    display: none;
    color: #FFFFFF;
    font-family: "新宋体", "宋体";
	 -webkit-box-shadow: 3px 3px 2px #23840B;
    box-shadow: 2px 2px 2px #23840B;
   	}

.ul2>li>a:hover{
    background-color: #F37799;
    display: inline-block;
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
	}
.ul1>li:hover>ul{
	display: block;	
	}
.ul1>li:hover>ul2{
    display: block;
   	}
/*-----body 开始-----*/
.body {
    width: 1400px;
    height: auto;
   /* border: 1px solid #FFFFFF;*/
	min-width: 1400px;
    max-width: 3000px;
    font-size: 24px;
    text-align: center;
	margin: 0px auto;
}
.imgdivb{
    width: 1400px;
    height: auto;
    min-width: 1400px;
    max-width: 3000px;
    margin: 0px auto;
}
.bodylm{
    width: 50%;
    height: 300px;
    float: left;
    margin: 0px auto;
   /* border: 1px solid #FF0000;*/
}
.bodylmt{
    width:1400px;
    height: auto;
    min-width: 1400px;
    max-width: 3000px;
    text-align: center;
    margin: 0px auto;
    line-height: 2em;
    color: red;
    font-size: 30px;
    clear: left;
    font-family: "方正大黑简体";
}
/*-----友情链接开始-----*/
.yqlj{
    width: 80%;
    height: auto;
    min-width: 1400px;
    max-width: 3000px;
    margin: 0px auto;
   /* padding-left: 200px;*/
}
.yqlj ul{
	 width: 100%;
    list-style-type: none;
}
.yqlj ul li{
    float: left;
    /*overflow: hidden;*/
    margin-left: 100px;
    margin-right: 100px;
}
.yqlj ul li img{
	 cursor: pointer;
	 transition: all 0.6s;
}
.yqlj ul li img:hover {
	
            transform: scale(1.4);
        
}
/*-----foot开始-----*/
.footer {
    width: 100%;
    min-width: 1400px;
    max-width: 3000px;
    margin: 0px auto;
    height: auto;
    background-image: url(../images/footlog-3.png);
}
.footcon{
	width: 80%;
    height: auto;
    min-width: 1400px;
    max-width: 3000px;
    color: #FF0000;
    margin: 0px auto;    
}
.foottext {
    width: 550px;
    margin-top: 30px;
    float: left;
    height: auto;
    color: #FFFFFF;
    line-height: 40px;
}
.footwx img {
    display: inline-block;
    margin-left: 50px;	
}
.footwx{
    width: 300px;
    margin-top: 30px;
    float: right;
    height: auto;
    text-align: center;	
   }
.footbotleft {
    width: 550px;
    margin-top: 10px;
    float: left;
    height: auto;
    color: #FFFFFF;
    line-height: 40px;
    }
.footbotright {
    width: 400px;
    margin-top: 10px;
    float: right;
    height: auto;
    color: #FFFFFF;
    line-height: 40px;
    text-align: right;
}
.hdline2{
    clear: both;
    color: #FF0000;
    width: auto;
    height: 20px;
}

.p1 {
    color: #FFFFFF;
    margin-left: 50px;
}