﻿@charset "utf-8";

/*************************
*
*
*
*
*
*************************/


/* reset */

body,
li,
div,
ul,
p,
h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
    list-style: none;
}

img {
    border: 0 none;
}


/* set type */

.warp-cont {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    width: 1000px;
    margin: 0 auto;
}

.nav-group {
    float: left;
	margin-left:35px;
	border-right:#eee solid 1px;
}

.nav-group2 {
    float: left;
}

.nav-group-right {
    float: right;
}




/* nav style*/

.nav {
    height: 83px;
}

.logo {
    width: 20%;
    height: 83px;
    text-align: center;
}

.nav-list {
    line-height: 83px;
    height: 83px;
}

.nav-list > ul > li {
    display: inline-block;
    position: relative;
}

.nav-list > ul > li > a {
    color: #333;
    font-size: 14px;
    display: block;
    padding: 0 20px;
}

.nav-list > ul > li.on a {
    background: #eb0706;
    color: #fff;
}

.nav-list > ul > li > s {
    z-index: -1;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 0;
    transition: height .2s;
    background: #eb0706;
}

.nav-list > ul > li:hover > s,
.nav-list > ul > li.on > s {
    background: #eb0706;
    height: 83px;
    transition: height .2s;
}

.nav-list > ul > li:hover > a {
    color: #fff;
    transition: color .2s;
}

.nav-list > ul > li > .drop-menu {
    height: 0;
    transition: height .2s;
	font-size:14px;
    background: #333;
    position: absolute;
    width: 2000px;
    z-index: 99;
    padding-left: 50px;
}

.nav-list > ul > li:hover > .drop-menu {
    height: 70px;
    display: inline;
    transition: height .2s;
    background: #333;
    line-height: 70px;
}

.nav-list > ul > li > .drop-menu > a {
    color: #fff;
    display: none;
}

.nav-list > ul > li:hover > .drop-menu > a {
    display: inline-block;
    padding: 0 10px;
}

.nav-list > ul > li:hover > .drop-menu > a:hover {
    background: #666;
}

.nav-bar {
    width: 25%;
}

.nav-bar > span {
    background: url(../images/phone.png) no-repeat 0 4px;
    height: 34px;
    line-height: 34px;
    padding-left: 25px;
    color: #999;
    margin-top: 26px;
    float: left;
}

.nav-bar > .nav-qq,
.nav-bar > .nav-wx {
    width: 34px;
    height: 34px;
    float: left;
    text-indent: -10000px;
    margin-top: 26px;
    margin-left: 10px;
}

.nav-bar > .nav-qq {
    background: url(../images/icon_qq.png) no-repeat;
}

.nav-bar > .nav-wx {
    background: url(../images/icon_wx.png) no-repeat;
}

.nav-bar > .nav-qq:hover {
    background: url(../images/icon_qqG.png) no-repeat;
}

.nav-bar > .nav-wx:hover {
    background: url(../images/icon_wxG.png) no-repeat;
}


/* banner */

.banner {
    height: 410px;
    overflow: hidden;
    position: relative;
	
}




/* information */

.information {
    height: 60px;
    position: relative;
    background: url(../images/icon_info.png) no-repeat 0 18px;
    padding-left: 40px;
    padding-right: 100px;
    overflow: hidden;
}

.information > ul {
    position: absolute;
}

.information > ul > li {
    line-height: 60px;
}

.information > ul > li > a+a {
    margin-left: 50px;
}

.information > ul > li > a {
    background: url(../images/icon_dot.png) no-repeat 0 8px;
    padding-left: 16px;
    color: #333;
}

.information > ul > li > a:hover {
    color: #f00;
}

.information a.more {
	position: absolute;
	right: 0;
	top: 9px;
	padding: 10px 20px;
	border: 1px solid #aaa;
	border-radius: 25px;
	background: #dfdfdf;
	color: #333;
	font-size: 14px;
}

.information a.more:hover {
    background: #ccc;
}


/* apply */

.apply {
    height: 250px;
}

.apply > li {
    float: left;
    width: 333px;
    text-align: center;
    position: relative;
}

.apply > li > a > img {
    width: 320px;
    height: 220px;
}

.apply > li > a > span {
    display: none;
    position: absolute;
    width: 320px;
    height: 220px;
    top: 0;
    left: 0;
}

.apply > li > a:hover > span {
    display: block;
    background: rgba(0, 0, 0, 0.8);
    left: 5px;
    text-align: center;
    line-height: 220px;
    color: #fff;
    font-size: 40px;
}


/* case */

.case > h2 {
	padding-left: 40px;
	color: #333;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
	background-image: url(../images/anliBg.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.case > ul {
    display: inline-block;
    width: 200px;
    border: 1px dashed #0066cc;
    margin: 8px;
    padding: 14px;
}

.case > ul > h3 {
    color: #333;
    margin-bottom: 5px;
    font-size:15px;
}

.case > ul > li {
    line-height: 24px;
	font-size:14px;
}

.case > ul > li > a.more {
	background: #0066cc;
	color: #fff;
	display: inline-block;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 30px;
	
}

.case > ul > li > a.more:hover {
    background: #0473e1;
}

.case > ul > li+li {
    text-align: center;
    margin-top: 5px;
}


/* footer */

.footer {
    margin-top: 30px;
    padding-top: 5px;
	border-top: solid 1px #ddd;
}

.footer > ul {
	border:none;

}

.footer > ul > li {
	text-align: center;
	line-height: 23px;
	font-size: 14px;
	color: #333;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.footer > ul > li > span {
    padding: 0 15px;
}

a:link {
    text-decoration: none;
}

.focus{ position:relative; width:1000px; height:410px; background-color: #000; float: left;}  
.focus img{ width: 1000px; height: 410px;} 
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:80px; line-height: 80px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:20px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:25px; right:40px; position:absolute; height:21px; text-align:center; z-index: 200; }  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fc114a;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}
.focus .prev{
	top: 248px;
	margin-top: -90px;
	left: 37px;
	background-position: 0 -74px;
	cursor: pointer;
}  
.focus .next{
	top: 246px;
	margin-top: -90px;
	right: 40px;
	background-position: -40px -74px;
	cursor: pointer;
}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;}  








@media screen and (max-width:1300px) {
    .warp-cont {
        width:1000px;
        margin: 0 auto;
        overflow: hidden;
    }
    .banner > ul > li {
        float: left;
		width: 1000px;
        height: 410px;
        overflow: hidden;
    }
    .logo > a > img {
        width:100%;
    }
}
