*{
	padding: 0;
	margin: 0;
}
body {
    font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Hiragino Sans GB",tahoma,arial,"\5B8B\4F53";
    line-height: 1;
    color: #85888e;
    min-width: 1300px;
}

ul,
li {
	list-style: none
}

input,
textarea {
	outline: 0
}

img {
	max-width: 100%
}

img,
input {
	border: 0;
	vertical-align: top
}

a {
	color: #85888e;
	text-decoration: none;
	outline: 0;
}

/*二级菜单渐变效果*/
@keyframes fade-in {  
    0% {opacity: 0;}/*初始状态 透明度为0*/  
    /*50% {opacity: 0.5;}/*过渡状态 透明度为0.5*/ 
    100% {opacity: 1;}/*结束状态 透明度为1*/  
}  
@-webkit-keyframes fade-in {/*针对webkit内核*/  
    0% {opacity: 0;}  
    /*50% {opacity: 0.5;}*/
    100% {opacity: 1;}  
}  
.nav-item-child {    
    animation: fade-in;/*动画名称*/  
    animation-duration: 0.8s;/*动画持续时间*/  
    -webkit-animation:fade-in 0.8s;/*针对webkit内核*/  
} 

/*header*/

.header {
	min-width:1300px; 
	width: 100%;
	position: relative;
	z-index: 3;
	display: block;
	/*box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .05)*/
}


/*左部logo*/

.header-logo {
	height: 50px;
	width: 250px;
	display: block;
	overflow: hidden;
	margin-top: 24px;
	margin-left: 50px;
	margin-right: 30px;
}

.header-logo-img {
	max-height: 100%
}

/*一级导航*/

.text-center {
	text-align: center
}

.nav-item {
	position: relative;
	float: left;
	height: 100px;
	width: 160px;
}

.nav-item-a {
	display: block;
	margin-left: -1px;
	width: 100%;
	height: 70px;
	padding-top: 30px;
	font-size: 16px;
	color: #555;
	text-align: center
}

.nav-item-en {
	width: 100px;
	height: 21px;
	line-height: 21px;
	display: block;
	margin-top: 9px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	color: #b5bfc6;
	transition: all .2s cubic-bezier(0.215, .61, .355, 1);
	-moz-transition: all .2s cubic-bezier(0.215, .61, .355, 1);
	-webkit-transition: all .2s cubic-bezier(0.215, .61, .355, 1)
}


/*二级导航*/

.nav-item-child {
	left: 0;
	top: 100px;
	display: none;
	position: absolute;
	background-color: #fff;
}

.nav-item-a-child {
	display: block;
	margin-left: -1px;
	width: 99%;
	height: 67px;
	padding-top: 33px;
	font-size: 16px;
	color: #555;
	text-align: center
}

.nav-item-en-child {
	display: block;
	/*margin-top: -75px;*/
	margin-top: 9px;
	font-size: 12px;
	color: #b5bfc6;
	transition: all .2s cubic-bezier(0.215, .61, .355, 1);
	-moz-transition: all .2s cubic-bezier(0.215, .61, .355, 1);
	-webkit-transition: all .2s cubic-bezier(0.215, .61, .355, 1)
}

.nav-item,
.nav-item-child {
	width: 160px;
}

.nav-item-child .nav-item-a-child {
	border: 1px solid #e7eff4;
	border-top: 0;
}

/*显示二级菜单*/
.nav-item:hover>.nav-item-child {
	display: block;
}

.nav-item.cur {
	background-color: #108bed
}

.nav-item.cur:hover {
	background-color: #108bed
}

.nav-item:hover {
	background-color: #1c93f1
}

.nav-item-child .nav-item-a-child:hover,
.nav-item-child .nav-item-a-child.cur {
	color: #555;
	background-color: #f8fafc;
	height: 67px;
}

.nav-item-child .nav-item-a-child:hover>.nav-item-en-child,
.nav-item-child .nav-item-a-child.cur>.nav-item-en-child {
	color: #b5bfc6
}

.nav-item.cur>.nav-item-a,
.nav-item:hover>.nav-item-a,
.nav-item.cur>.nav-item-a>.nav-item-en,
.nav-item:hover>.nav-item-a>.nav-item-en {
	color: #fff
}

.header-more {
	width: 44px;
	height: 44px;
	display: none;
	margin-right: 15px;
	margin-top: 6px;
	border-radius: 5px;
	background-color: #45A1DE;
}

.header-more i {
	display: block;
	overflow: hidden;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 24px;
	height: 16px;
	border-top: 2px #fff solid;
	border-bottom: 2px #fff solid
}

.header-more i:after {
	margin-top: 7px;
	content: '';
	display: block;
	height: 2px;
	background-color: #fff
}

.header-right {
	width: 960px;
	float: right!important;
}

.header-left {
	float: left!important;
}

/*清除浮动*/

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}


.footer{
	height: 170px;
	padding-top: 30px;
	color: #5e6164;
	font-size: 12px;
    background-color: #28292c;
}
.footer .logo{
	width: 167px;
		height: 43px;
	float: left;
}
.footer .midmids{
	width: 1200px;
    margin: 0px auto;
}
.footer .midmids .shear{
	height: 44px;
}
.footer .midmids .shear .shearLeft{
	float: left;
	width: 600px;
}
.footer .midmids .shear .shearLeft .aboutUs{
	margin-top:4px;
	float: left;
	margin-left: 30px;
	color: #878c91;
}
.footer .midmids .shear .shearLeft .aboutUs a span{
	cursor: pointer;
	color: #878c91;
	
}
.footer .midmids .shear .shearLeft .aboutUs a:hover span{
	color: #ccc;
}
.footer .midmids .shear .shearLeft .aboutUs p{
	color: #5e6164;
	margin-top: 10px;
}


.footer .midmids .shear .shearLeft .aboutUs a,span{
	color: #ccc;
	margin-right: 8px;
}
.footer .midmids .shear .shearRight{
	float: right;
}

.footer .midmids .connectUs{
	overflow: hidden;
    margin-top: 40px;
    line-height: 21px;
    border-top: 1px solid #2e2f32;
}
.footer .midmids .shear .shearRight .imgwx{
	cursor: pointer;
	background-image: url(../img/tubiao.png);
	background-position: -18px -264px;
	display: inline-block;
    width: 36px;
    height: 36px;
}
.footer .midmids .shear .shearRight .imgwx:hover{
	background-position: -18px -303px;
}
.footer .midmids .shear .shearRight .imgxl{
	cursor: pointer;
	background-image: url(../img/tubiao.png);
	background-position: -18px -342px;
	display: inline-block;
    width: 36px;
    height: 36px;
}

.footer .midmids .shear .shearRight .imgxl:hover{
	background-position: -18px -381px;
}
.footer .midmids .connectUs .conUsMid{
	padding-top: 10px;
}
.footer .midmids .connectUs .conUsMid .dz{
	float: left;
}
.footer .midmids .connectUs .conUsMid .dz a:hover{
	color: #FFFFFF;
}
.footer .midmids .connectUs .conUsMid .login{	
    border-radius: 3px;
	margin-top: 5px;
	float: right;
	line-height: 30px;
	height: 30px;
	width: 100px;
	text-align: center;
	border:1px solid #5e6164;
	
}
.footer .midmids .connectUs .conUsMid .login a{
	color: #85888e;
}
.footer .midmids .connectUs .conUsMid .login a:hover{
	color: #FFFFFF;
}
.footer .midmids .connectUs .conUsMid .login .xiexian{
	margin-left: 8px;
}

#toTop:hover{
	opacity: 0.8;
	width: 10px;
	height: 10px;
}
