﻿
.top{
		height: 40px;
	background-color: #f5f5f5;
}
.top ul{
	/* margin-right: 310px; */
}
.top ul li{
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	margin-right: 20px;
}
.top ul li a{
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
    font-family:SimSun;
}
.top a:before{
	display: inline-block;
	position: absolute;
	content: "■";
	color: red;
	height:2px;
	margin-left: -15px;
	margin-top: -2px;
    font-size:12px;
    font-family:Microsoft Yahei;
}
.top-warp li img{
    position:absolute;
    margin-left:-100px;
    margin-top:30px;

}
.logo {
	width: 52.3%;
	display: inline-block;
	margin-top: 80px;
}
.logo img{
    width:720px;
}

.search{
	width:23.1%;
	height:37px;
	float: right;
	border:1px solid rgba(210,210,210,1);
	border-radius:19px;
	padding-left: 31px;
    /*background-image: url(../images/search.png) ;
	background-repeat: no-repeat;	
	background-position: 300px;*/
	color: #000000;
	margin-top: -55px;
	margin-right: 25px;
    font-family:SimSun;
}
.search::-moz-placeholder { 
    font-family:SimSun;
    color:red;
}

.search::-moz-placeholder { 
    font-family:SimSun;
}

.search:-ms-input-placeholder { 
    font-family:SimSun;
}

    
.search::-webkit-input-placeholder { 
    font-family:SimSun;

}
.search-img {
    position:absolute;
    z-index:5;
    margin-left:528px;
    margin-top:102px;
     cursor:pointer;
}
.sidenav span{
   position: absolute;
	width: 0;
    height: 0;
    border-bottom: 22px solid #CC0000;
    border-right: 22px solid transparent;
	margin-top: 0;
	margin-left: 350px;
	
}
/* .nav li{
	display: inline-block;
	width: 178px;
	height: 60px;
	background-color: #E60202;
	text-align: center;
	line-height: 60px;
	
}
.nav li a{
	display: inline-block;
	font-size:20px;
	font-family:SimSun;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:24px;
} */
.conten{
	margin-top: 100px;
}

.sidenav,.sidenav label{
    height: 80px !important;
 	/* margin-top: -11px; */
	line-height: 80px !important;
	text-align: center;
	display: inline-block;
	font-size: 30px!important;
    font-family:SimSun;
    cursor:pointer;
}
.sidenav label img{
    margin-top:4px;
	margin-left: 40px;	
}
.pack_up{
	width: 77px;
	height: 25px;
	color: #F40E0E;
	border: 1px solid #F40E0E;
	border-radius: 13px;
	text-align: center;
	line-height: 25px;
	margin:20px 20px;
}
.pack_up img{
	display: inline-block;
	margin-left: 3px;
	margin-top: -3px;
}

@media screen and (max-width: 1510px) and (min-width: 769px) {
     .w1510 {
        width: 1000px;
    }
    .search-img {
        margin-left: 412px;
        margin-top: 78px;
    }
    .w1250 {
        width:1000px;
    }
    body {
      width:100%;
    }
    .top-slider, .top-slider .slideBox .bd li img {
        height:280px;
    }
    .head {
        width:100%;
    }
    .head .navbox {
        width:1000px  !important;
    }
    .sidenav label {
        width:300px  !important;
        font-size:26px !important;
    }
    .sidenav {
       width:300px  !important;
    }
    .sidenav .side {
        width:300px  !important;
        height:280px  !important;
    }
    .head .nav {
       width:700px !important;
    }
    .sidenav span {
       margin-left:300px;
    }
    .sidenav label img {
       width:23px;
       margin-left:30px;
    }
    .search {
       margin-top:-45px;
    }
    .head .nav ul li .f_a {
       font-size:18px;
    }
    .logo {
      margin-top:60px;
      margin-left:0;
    }
}



@media screen and (max-width: 768px) and (min-width: 0px){
	
	
	/* .pc{display: none!important;} */
	
	.wap{width: 100%;text-align: center;}
	.logo{display: none; width: 100%;margin-left: 0; margin-top: 40px;}
	.logo img{margin: 0 auto;width: 80% !important;height: 80px;}
	.search{display: none; width: 60% !important ;height: 30px; margin-top: 20px;margin-right: 20%; border:1px solid rgba(210,210,210,1);font-size: 12px; border-radius:19px;padding-left: 31px;background-image: url(../../index/images/search.png) ;background-repeat: no-repeat;	background-position: 90%;color: #000000;}
}