* {
    margin: 0 auto;
    padding: 0
}

body, html {
    width: 100%;
    font: 14px "Microsoft YaHei", "Arial Narrow", HELVETICA;
    background: #fff;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover{
    color: #F28162;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both
}

/*header*/

.header {
    width: 1366px;
    height: 80px;
    margin: auto;
}

.header .logo {
    width: 160px;
    height: 69px;
    float: left;
}

.header .nav {
    width: 55%;
    height: 75px;
    float: right;
}

.header .nav ul li {
    width: 89px;
    height: 80px;
    margin-left: 5px;
    float: left;
    text-align: center;
    line-height: 75px;
    position: relative;
}
.header .nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.header .nav ul li .down{
    width: 132px;
    height: auto;
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    display: none;
    position: absolute;
    top: 80px;
    left: -20px;
}
.header .down ul li{
    width: 100%;
    height: 20px;
    margin: 10px 0 0 0;
}
.header .down ul li a{
    display: block;
    width: 100%;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
       white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.nav .search{
    width: 89px;
    height: 80px;
    float: left;
    text-align: center;
    line-height: 80px;
}
.nav .search span{
    margin-left: 20px ;
}

.header .s_ceng {
	display: none;
	position: absolute;
	padding: 10px;
	right: 3%;
	top: 20px;
	border: 1px solid #232e3c;
	background: #fff;
	width: 225px;
	z-index: 99;
}

.header .s_ceng .gb {
	display: inline-block;
	float: left;
	width: 18px;
	height: 20px;
	background: url('../images/colse.png') no-repeat center;
}

.header .s_ceng input {
	float: left;
	width: 200px;
	line-height: 20px;
	text-indent: 15px;
	border: none;
	outline: none;
}

.header .s_ceng .s {
	outline: none;
	position: absolute;
	padding-right: 0;
	border: none;
	border-left: none;
	height: 36px;
	width: 36px;
	right: 0;
	top: 0px;
	background: url(../images/search.png) #fff center center no-repeat;
}


/*header end*/

/*pic */

.pic {}

.pic img {
    width: 100%;
    height: auto;
}

/*pic end*/

/*content */

.content {
    width: auto;
    height: 100%;
}

.content .position {
    width: auto;
    height: 68px;
    border-bottom: 1px solid #cccccc;
}

.content .position .all {
    width:1366px;
    height: 68px;
    margin: auto;
}

.content .position .all li {
    height: 68px;
    text-align: center;
    line-height: 68px;
    float: left;
    margin-right: 20px;
}
.content .position .all  li a{
    display: block;
    width: 100%;
    height: 100%;
}

.content .position .all div:nth-of-type(1) {
    width: 30%;
    height: 68px;
    text-align: right;
    line-height: 68px;
    float: right;
}

.content .position .all div:nth-of-type(1) img {
    margin-right: 5px;
}

.content .news_view {
    width: 1366px;
    height: auto;
}

.content .news_view h2 {
    margin-top: 71px;
}

.news_view .span {
    display: block;
    
    height: 16px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(235, 60, 0, 1);
    line-height: 22px;
    margin: 35px 0 36px 0;
}
.news_view .span a{
    color: #F28162;
}

.content .news_view .more-page {
    width: 1366px;
    height: 80px;
    margin-top: 50px;
}
.content .news_view .more-page p{
    margin-top: 10px;
}

.content .news_view .news_p p{
    /*
	width: 1366px;
    height: 60px;
	*/
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(69, 69, 69, 1);
    line-height: 30px;

}

/*content end*/

/*footer */

.footer {
    width: auto;
    height: 470px;
    background: url(../images/footer.png) center;
}

.footer .erweima {
    width: 1366px;
    height: 470px;
    box-sizing: border-box;
    padding-top:30px ;

}

.footer .erweima img {
    width: 193px;
    height: 193px;
    display: block;

    margin: 73px auto 26px auto;


}

.footer .erweima p {
    width: 1366px;
    height: 16px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #fff;
    line-height: 13px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
   
    margin-top: 23px;
    text-align: center;


}

.footer .erweima p a {
    color: #fff;
}
/*footer end*/