*{
    margin:0;
    padding:0;
}
html,body{
    font-family: "微软雅黑";
}
a{
    text-decoration: none;
}
img{
    border:0 none;

}
/*以下是顶部导航栏样式*/
.header{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background: url(../images/head_bd.jpg) repeat-x;
    /*overflow: hidden;*/
}
.header .header-nav{
    width:1003px;
    height:30px;
    line-height: 30px;
    margin:0 auto;
    color:#646464;
}
.header .welcome{
    float:left;
}
.header .nav-sel{
    float:right;
}
.header .nav-sel span{
    display:inline-block;
    height: 30px;
    line-height: 30px;
    color:#646464;
    padding-left:3px;
    padding-right:3px;
    float:left;
}
/*以下是头部logo样式*/
.logo{
    width:1003px;
    height:113px;
    margin:0 auto;
}
.logo .logo-img{
    width:320px;
    height:113px;
    float:left;
}
.logo .logo-nav {
   width:320px;
    height:113px;
    float:right;
}
.logo .logo-nav form {
    width:231px;
    height:31px;
    border:2px solid #c82e2d;
    margin-top:41px;
    overflow: hidden;
}
.logo .logo-nav .searchbox{
    display: inline-block;
    border:0;
    height:31px;
    line-height:31px;
    width:185px;
    float:left;
    text-indent:8px;
    color:#646464;
  /*  outline: none;*/
}

.logo .logo-nav  .search-btn{
    display:inline-block;
  width:46px;
    height:31px;
    line-height: 31px;
    font-size:25px;
    text-align: center;
    float:left;
}
/*以下是头部导航栏*/
.nav_border{width: 100%; height: 5px; background: #cc161c;}
.nav{
    width:100%;
    height:60px;
    background:#212121;
}
.nav .nav-content{
    display:block;
    width:1003px;
    height:60px;
    line-height: 60px;
    margin:0 auto;
}
.nav ul li{
    display:block;
    width:200px;
    height:60px;
    line-height:60px;
    text-align:center;
    float:left;
    color:#fff;
}
.nav ul li a{
     display:block;
     width:200px;
     height:60px;
     line-height:60px;
     color:#fff;
     float:left;
     font-size:16px;
     font-weight: bold;
 }
 .nav ul li a i{
 	display: inline-block;
     width: 15px;
     height: 8px;
     background: url("../images/sanjiao.png");
 }
.nav ul li a:hover{
    display:block;
    width:200px;
    height:60px;
    line-height:60px;
    color:#fff;
    float:left;
    font-size:16px;
    font-weight: bold;
    /*background: rgba(85, 85, 85, 0.46);*/
   background: #e50216;
}
#account_child,#order_child{position: absolute; top: 60px; z-index: 1000;  display: none;}
#account_child a,#order_child a{
	background: #e50216;
}
#account_child a:hover{
	background: #212121
	/*background: #fff;
	color: #e50216;*/
}
#order_child a:hover{
	background: #212121;
}
.child_end{
	height: 15px;
	background: url("../images/child_end.png");
}
.nav  .member-center{
    float:right;
    overflow: hidden;
    display:block;
    width:117px;
    height:60px;
    line-height:60px;
    text-align:center;
}
.nav .member-center a{
    display: inline-block;
    margin:0;
    width:100%;
    height:45px;
    color:#666;
    font-size:14px;
    background: url('../images/nav_user.jpg') no-repeat 0 50%;
}
.nav .member-center a:hover{
   color:red;
}
/*以下是轮播图样式*/
.slider{
    height:353px;
    width:1003px;
    margin:0 auto;
}
 .flexslider {
            margin: 0 auto;
            position: relative;
            width: 100%;
            height: 353px;
            overflow: hidden;
            zoom: 1;
        }

        .flexslider .slides li {
            width: 100%;
            height: 353px;
        }

        .flex-direction-nav a {
            width: 70px;
            height: 70px;
            line-height: 99em;
            overflow: hidden;
            margin: -35px 0 0;
            display: block;
            background: url(images/ad_ctr.png) no-repeat;
            position: absolute;
            top: 50%;
            z-index: 10;
            cursor: pointer;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: all .3s ease;
            border-radius: 35px;
        }

        .flex-direction-nav .flex-next {
            background-position: 0 -70px;
            right: 0;
        }

        .flex-direction-nav .flex-prev {
            left: 0;
        }

        .flexslider:hover .flex-next {
            opacity: 0.8;
            filter: alpha(opacity=25);
        }

        .flexslider:hover .flex-prev {
            opacity: 0.8;
            filter: alpha(opacity=25);
        }

        .flexslider:hover .flex-next:hover,
        .flexslider:hover .flex-prev:hover {
            opacity: 1;
            filter: alpha(opacity=50);
        }

        .flex-control-nav {
            width: 100%;
            position: absolute;
            bottom: 10px;
            text-align: center;
        }

        .flex-control-nav li {
            margin: 0 2px;
            display: inline-block;
            zoom: 1;
        *display: inline;
        }

        .flex-control-paging li a {
            background: url(images/dot.png) no-repeat 0 -16px;
            display: block;
            height: 16px;
            overflow: hidden;
            text-indent: -99em;
            width: 16px;
            cursor: pointer;
        }

        .flex-control-paging li a.flex-active,
        .flex-control-paging li.active a {
            background-position: 0 0;
        }

        .flexslider .slides a img {
            width: 100%;
            height: 353px;
        }
.fill-in{
    height:293px;
    width:308px;
    background: rgba(0, 0, 0, 0.5);
   position:relative;
    margin-top:-320px;
    margin-left:667px;
    overflow: hidden;
    border-radius: 6px;
}
.fill-header{	
    width:260px;
    margin: auto;
    margin-top: 10px;
    height:50px;
    line-height: 50px;
    font-size:14px;
    font-weight: bold;
    color:#f4f4f4;
    border-bottom: 2px #F4F4F4 solid;
}
.fill-content{
    width:260px;
    height:34px;
    background:#fff;
    margin:5px auto;
    border-radius: 6px;
    margin-top: 15px;
}
.fill-content .username-text,.fill-content .password-text{
    display:inline-block;
    width:248px; 
    height:34px;
    border:0;
    text-indent:8px;
    margin-left: 6px;    
}
.fill-content-href{
    width:260px;
    height:40px;
    line-height:40px;
    text-align:right;
    margin: auto;
}
.fill-content-href a{
    display:block;
    width:50%;
    height:40px;
    color:#fff;
    font-size:12px;
    float:right;padding-right:10px;
}
.fill-content-href span{
    display:block;
    width:50%;
    height:40px;
    color:#fff;
    font-size:12px;
    float:right;padding-right:10px;
}
.fill-btn{
    display:block;
    margin:0 auto;
    background: #c5201f;
    width:260px;
    height:34px;
    border-radius:6px;
    border:0;
    font-size:16px;
    font-weight: bold;
    color:#fff;
    margin-top: 15px;
}

/*以下是中间功能框*/
#function_box{
	width:1003px;
	height:378px;
	margin:20px auto 33px;
}
.function_icon{
	width: 76px;
	height: 76px;
	margin-top: 51px;
	margin-left: 58px;
	float: left;
}
.function_content{
	font-size: 14px;
	float: left;
	width: 190px;
	margin-top: 51px;
	margin-left: 26px;
	line-height: 25px;
}
.function_content a,.function_content span{
	color: #fff;
}
.function_title{
	font-size: 20px;
	padding-bottom: 10px;
	color: #fff;
}
#function_account{	
	float: left;
	width:491px;
	height:179px;
	border-radius: 6px;	
	background: #ef4656;
	margin-right: 21px;
}
#function_order{	
	float: left;
	width:491px;
	height:179px;
	border-radius: 6px;	
	background: #62baf2;
}
#function_wl{	
	float: left;
	width:491px;
	height:179px;
	border-radius: 6px;	
	background: #4bd9c3;
	margin-right: 21px;
	margin-top: 20px;
}
#function_checkpro{		
	float: left;
	width:491px;
	height:179px;
	border-radius: 6px;
	background: #fac639;
	margin-top: 20px;	
}

/*以下是脚部位样式*/
.footer{
    height:348px;
    width:100%;
    background:#434343;
}
.footer_box{
	width: 1003px;
	height: 100px;
	margin: auto;
	padding-top: 51px;
}
.footer_box div{
	float: left;	
}
.footer-left{
	width: 40%;
}
.download_code{
	border-radius: 5px;
	width: 88px;
	height: 88px;
	margin-top: 27px;
	background: #fff;
}
.download_code img{
	margin-top: 5px;
	margin-left: 5px;
}
.download_code P{
	text-align: center;
	color: #fff;
	padding-top: 10px;
}
.footer-right{
	width: 60%;
	font-size: 12px;
}
.footer-right-left{
	width: 45%;
	margin-top: 27px;
	color: #d9d9d9;
}
.footer-right-left div{
	height: 40px;
	width: 100%;	
}
.footer-right-right{
	width: 55%;
	margin-top: 27px;
	color: #d9d9d9;
}
.footer-right-right div{
	height: 40px;
	width: 100%;	
}
.footer_title{
	font-size: 16px;
	color: #fff;
	padding: 15px 0;
}
#goto_top{
	position: fixed;
	bottom: 50px;
	right: 50px;
	height: 60px;
	width: 60px;
	background: #7a7a7a;
}

/*以下是边导航*/
.sider-nav{
    height:245px;
    min-width:47px;
    position:fixed;
    right:0;
    margin-top:90px;
}
.sider-nav ul li{
    list-style: none;
    display:block;
    height:47px;
    min-width:47px;
    margin-top:7px;
}
.sider-nav ul li img{
	display: inline-block;
    width:47px;
    height:49px;
    float:right;
}
.sider-nav .adr{
    height:120px;
    width:120px;
    position:absolute;
    right:53px;
    margin:0;
    z-index:999;
}
.sider-nav .adr img{
    width:120px;
    height:120px;
    position: relative;
}
.qq,.tel,.back-to-top{
    width:80px;
    height:49px;
    display:inline-black;
    float:right;
}
#qq img,#tel img,#back-to-top img{
    width:80px;
    height:49px;
}

.hidden{
    display:none;
}
.show{
    display:block;
}



/* ##############@新增样式######### */
.footer2{
    width:100%;height:300px;background:#434343;
}
.footer2-out{
    width:1003px;height:300px;margin:0 auto;
}
.footer2-in-left{
    width:300px;height:200px;padding-top:20px;float:left;background:green;
}
.footer2-in-load{
   display:block;width:100%;height:50px;line-height: 50px;color:#fff;font-size:16px;background:orange;
}
.footer2-in-load-img{
    height:100px;width:100px;margin-left:50px;margin-top:20px;

}
.footer2-in-right{
    width:350px;height:200px;float:right;font-size:14px;background:blue;padding-top: 20px;
}
.footer2-in-right-list .iconfont{
    font-size: 25px;
}

.footer2-in-right-list{
    display:block;height:50px;width:100%;line-height: 50px;color:#fff;background:green;
}
.footer2-in-right-list-content{
    display:inline-block;height:50px;line-height: 50px;font-size: 12px;padding-left:10px;background:red;
}
.footer2-bot{
    width:100%;
    height:80px;
    line-height: 30px;
    text-align:center;
    background:orange;
    float:left;
    font-size:12px;
    color:#fff;
}

