/* Header 2021 完整样式 - 从 style-2021.css 完整提取 */
/* 包含所有 header、navigation、login 相关样式 */

/*============================ HEADER ============================*/
#head {
	width: 90%;
	position: sticky;
	margin:auto;
	left:0;
	right:0;
	top:25px;
	padding: 0 20px;
	box-sizing: border-box;
	height:75px;
	z-index: 9999;
    background: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.header-container{
	width:100%;
	background:#fff;
	height:95px;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1001;
}

@media screen and (max-width: 1400px) {
	#head {
		width: 1200px;
	}
}

@media all and (min-width: 1200px) {
	.menu-item-12159 ul {
		min-width: unset !important;
		width: 150px !important;
		left: -50px !important;
		border-radius: 16px;
		height: fit-content !important;
		padding: 16px 16px 6px !important;
	}
	.menu-item-12159 ul li {
		display: block !important;
		width: fit-content !important;
		float: none !important;
		height: 24px;
		margin: 0 !important;
		margin-bottom: 10px !important;
	}
	#head:hover #navi>ul>li>a{
		color: #333 !important;
	}
}

@media screen and (min-width: 1200px) {
	#head:hover::before {
		content: "";
		position: absolute;
		height: 104px;
		width: 200vw;
		right: -720px;
		animation: black-bar 0.4s forwards;
	}

	@keyframes black-bar {
		from {
			background: transparent;
		}
		to {
		}
	}

	#head:hover #navi ul li a{
		color: #eee;
	}
	#head:hover #topnavi button{
		color: #eee;
	}
	#head:hover #navi>ul>li:nth-last-child(2) a {
	}
}

#head.gray  {
	background: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

@media screen and (min-width: 1200px) {
	#head.gray:hover {
	}
}

#header {
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	position: relative;
}

#header-right {
}

@media all and (max-width: 1200px) {
	.header-container{
		height:fit-content;
	}
	#head {
		height:50px;
		display:block;
		position:fixed;
	}
	#header {
		display: flex;
    justify-content: space-between;
	}
	.menu1{
		margin-right: -160px !important;
	}
}

/*============================ LOGO ============================*/
#logo1 {
}

#logo1 img {
	max-height: 60px;
	margin-left: 90px;
	margin-top: 10px;
    width: 278px;
}

@media (max-width: 1200px) {
	#logo1 img {
		margin-left: 10px;
		margin-top: 10px;
	}
}

@media all and (max-width: 1050px) {
	#logo1 img {
		max-height:34px;
		max-width:120px;
	}
    #logo1 {
		margin: 12px 0 0 0;
    }
}

#logo2 {
	display:none;
	float:left;
	margin: 4.5% 0 0 0;
	max-height: 60px;
}

#logo2 img {
	max-height: 60px;
}

@media all and (max-width: 960px) {
	#logo2 img {
		max-height:34px;
	}
}

.gray #logo1 {
	display:none;
}

.gray #logo2 {
	display:block;
}

/*============================ TOP NAVIGATION ============================*/
#topnavi {
	font-family:  "微软雅黑";
	position: absolute;
	right: 11px;
	top: -10px;
}

#topnavi img {
	margin-right: 6px;
	display: inline;
}

@media all and (max-width: 1200px) {
	#topnavi {
		display: none;
	}
}

#topnavi > span {
	font-size: 16px;
}

#head:hover #topnavi > span {
	color: #333;
	cursor: pointer;
}

#topnavi ul{
	list-style-type: none;
}

#topnavi ul {
	display: none;
	color: #eee;
	background: rgba(0, 0, 0, 0.8);
	z-index: 40;
	position: absolute;
	left: -15px;
	padding: 20px;
}

#topnavi .btn {
	display: flex;
	align-items: center;
	padding: 0;
	background: initial;
	font-size: 16px;
}

#topnavi .btn:focus {
	outline: initial;
}

#topnavi .dropdown-menu {
	min-width: initial;
}

#topnavi ul li{
	position: relative;
	cursor: pointer;
}

#topnavi .current-menu-item {
	display: initial;
}

#topnavi:hover .menu-item {
	display: initial;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

#topnavi ul li:first-child {
}

#topnavi ul li a {
	display:block;
	color:#eee;
	font-size:16px;
}

.gray #topnavi ul li a {
	color:#595555;
}

/* 移动菜单按钮 */
.menu1 {
	float:right;
	display: none;
	overflow:hidden;
	margin: 5px 0 5px 5px;
	padding: 0 0 0 0;
	width:36px;
	height:36px;
	line-height:36px;
	text-indent:-9999px;
	cursor:pointer;
	background: url(../images/menu.png) no-repeat 8px 8px;
}

#menu1 {
	display: block;
}

#menu2 {
	display: none;
}

@media all and (max-width: 1200px) {
	.menu1 {
		display: block;
	}
	#menu1 {
		display: none;
	}
	#menu2 {
		display: block;
	}
}

/*============================ MAIN NAVIGATION ============================*/
#navi {
	float:right;
	height: 30px;
}

#navi ul {
	float:right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	bottom: 22px;
}

#navi ul li {
	float: left;
	margin: 0 0 0 25px;
	padding: 0 0 20px 0;
	position: relative;
	display: inline;
    box-sizing:content-box;
}

#navi ul li:nth-last-child(2) {
}

@media (min-width: 1370px) {
    #menu1>li {
        margin: 0 15px 0 40px !important;
        font-size: 16px;
    }
}

@media (min-width: 1200px) and (max-width: 1370px) {
    #menu1>li {
        margin: 0 0 0 30px !important;
        font-size: 16px;
    }
}

@media all and (min-width: 1034px) {
	#navi ul li {
		margin: 0 30px 0 40px;
		font-size: 16px;
	}
	#menu-item-1062>.sub-menu{
		height: fit-content;
    	padding-left: 2000px;
	}
}

#navi ul li:first-child {
	background: none;
}

#navi>ul>li:last-child {
}

#header-left .c-nav>ul>li:last-child{
	background: url(../img/index2021/dropdown.svg) no-repeat 4px 7px;
    padding-left: 18px;
}

#header-left .c-nav>ul>li:last-child ul{
    width: 116px;
    padding: 15px;
    margin: 0px;
    border: 5px;
    right: -13px;
    top: 25px;
    height: 118px;
    min-width: 15px;
    border-radius: 8px;
    left: auto;
}

#navi>ul.menu>li:nth-last-child(2) {
	border-radius: 6px;
	text-align: center;
	position: relative;
	bottom: 0;
}

#navi>ul>li:nth-last-child(2) a{
}

#navi ul li a {
	display:block;
	overflow:hidden;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 17px;
	font-family:  "微软雅黑";
	text-decoration:none;
}

.gray #navi>ul>li>a {
	color: #333;
}

.gray:hover #navi>ul>li>a {
	color: #fff;
}

.gray:hover #loginBox>ul>li>a{
    color: #fff;
}

.gray:hover #topnavi ul li a{
    color: #fff;
}

#navi ul li:hover a {
	border-bottom:1px solid #FFB321;
}

#navi ul li.current-menu-item a, #navi ul li.current-page-item a {
	height: 32px;
	border-bottom:1px solid #FFB321;
}

#navi ul li ul{
	overflow:hidden;
	left: -1997px;
	top: 45px;
	margin: 0 0 0 0;
	padding: 30px 0 20px 900px;
	z-index: 40;
	min-width:3800px;
	position:absolute;
	display: none;
	background: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

@media screen and (min-width: 1600px) {
    #navi ul li:hover ul {
        display: block;
    }
}

@media screen and (max-width: 1600px) {
    #navi ul li ul {
        padding-left: 1460px;
    }
}

@media screen and (max-width: 1400px) {
    #navi ul li ul {
        padding-left: 1660px;
    }
}

@media screen and (max-width: 1200px) {
    #navi ul li ul {
        min-width: 150px;
        padding: 0;
        left: 150px;
        top: 0;
        width: 150px;
    }
}

/*按照要求隐藏第一个首页,产品栏与左边icon距离加大*/
@media screen and (min-width: 1200px) {
	#menu-item-29{
	    display:none !important;
	}
	#menu-item-822{
	    margin-left: 60px !important;
	}
}

#navi ul li:nth-child(5) ul li,#navi ul li:nth-child(6) ul li, #navi ul li:nth-child(7) ul li, #navi ul li:nth-child(8) ul li{
    clear:both;
	width:240px;
}

@media screen and (min-width: 1200px) {
	#navi ul li:nth-child(4) ul, #navi ul li:nth-child(5) ul,#navi ul li:nth-child(7) ul{
	    padding: 0 0 0 2000px;
	}
}

#navi ul li:nth-child(4) ul{
    height:440px;
}

#navi ul li:nth-child(5) ul li{
    width:200px;
}

#navi ul li:nth-child(4) ul li ul{
    padding:0;
    top:35px;
    padding-top: 10px;
    min-width:200px;
}

#navi ul li:nth-child(4) ul li ul li{
    clear:both;
	width:200px;
}

@media screen and (max-width: 1050px) {
    #navi ul li:nth-child(4) ul li ul{
        margin-top:0px;
    }
    #navi ul li:nth-child(4) ul li ul li{
        width:160px;
    }
    #navi ul li:nth-child(4) ul{
        height:300px
    }
}

#navi ul li:nth-child(4) ul li:nth-child(2) ul li{
    margin-top: 0;
	height:20px;
}

#navi ul li:nth-child(4) ul li ul li a{
    font-size:14px;
}

@media screen and (max-width: 1200px) {
    #navi ul li:nth-child(4) ul,#navi ul li:nth-child(6) ul ,#navi ul li:nth-child(8) ul{
        padding: 0 0 0 0;
	}
}

#navi ul li:nth-child(7) ul li:first-child{
    margin-top: 30px;
}

#navi ul li:nth-child(5) ul li:first-child{
    margin-top: 10px;
}

#navi ul li:nth-child(4) ul li:last-child,#navi ul li:nth-child(5) ul li:last-child, #navi ul li:nth-child(7) ul li:last-child{
    margin-bottom: 20px;
}

/* 产品 */
#navi ul li:nth-child(2) ul{
	padding:0 0 0 1360px;
	height: 560px;
}

@media screen and (max-width: 1600px) {
	#navi ul li:nth-child(2) ul {
		padding-left: 1460px;
	}
}

@media screen and (max-width: 1500px) {
	#navi ul li:nth-child(2) ul {
		padding-left: 1460px;
	}
}

@media screen and (max-width: 1400px) {
	#navi ul li:nth-child(2) ul {
		padding-left: 1660px;
	}
}

/* 合作伙伴 */
#navi ul li:nth-child(6) ul{
	height: 170px;
	padding-top: 25px;
	padding-left: 2000px;
}

/* 关于 */
#navi ul li:nth-child(7) ul, #navi ul li:nth-child(5) ul{
	height: 200px;
}

#navi ul li:nth-child(9) ul{
    padding: 16px 0 0 0;
    height: 96px;
}

#navi ul li:nth-child(9) ul li:first-of-type a {
    width: 100%;
}

#navi ul li ul li {
	float: left;
	position: relative;
	display: inline;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
    width:240px;
}

#navi ul li:nth-child(2) ul li{
    margin-top: 20px;
    width:200px;
    height:500px;
}

#navi > ul > li:nth-child(2) > ul > li:first-child {
	width: 900px;
}

#navi ul li:nth-child(2) ul > li:first-child > ul {
	width: 100%;
	height: 500px;
}

#navi ul li:nth-child(2) .sub-menu li .sub-menu ul {
	width: 200px;
}

#menu1 ul.sub-menu li a {
	color: white;
}

#navi ul li:nth-child(4) ul li{
    margin-top: 25px;
}

#navi ul li:nth-child(2) ul li ul li, #navi ul li:nth-child(4) ul li ul li {
    margin-top: 0;
}

#navi ul li:nth-child(2) ul li ul li:last-child, #navi ul li:nth-child(4) ul li ul li:last-child {
    margin-bottom: 20px;
}

#navi ul li ul li a {
	float: left;
	margin: 5px 0 5px 30px;
	padding: 0 0 2px 0;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	letter-spacing: 0;
	text-align: left;
    text-decoration: none;
}

#navi ul li.current-menu-item ul li a, #navi ul li.current-page-item ul li a {
	height: 20px;
	line-height: 20px;
}

#navi ul li.current-menu-item ul li:last-child a, #navi ul li.current-page-item ul li:last-child a {
}

#navi ul li:hover ul li a {
	float: left;
	margin: 0 0 0 0;
	height: 20px;
	line-height: 20px;
	font-weight:normal;
	border-bottom: 0px solid #000;
}

#header-left .c-nav ul li:hover ul li a {
	float: left;
	margin: 0 0 0 0;
	height: 35px;
	line-height: 35px;
	font-weight:normal;
	border-bottom: 0px solid #000;
}

#navi ul li ul li a:hover {
	border-bottom: 1px solid #ffb322;
}

#navi ul li:nth-child(2) ul li a:hover {border-bottom: 1px solid transparent;}
#navi ul li:nth-child(2) ul li ul li a:hover {border-bottom: 1px solid #ffb322;}
#navi ul li:nth-child(4) ul li ul li a:hover {border-bottom: 1px solid #ffb322;height:20px;}

#navi ul li ul li a:hover i {
	color: #000;
}

#navi ul li:hover ul li a i {
	color: #444;
	background: none;
}

#navi ul li:hover ul li a:hover i {
	color: #000;
	background: none;
}

#navi ul li ul li ul {
	left: 0;
	top: 50px;
	margin: 0 0 0 0;
	padding: 20px 0 30px 0;
	z-index: 40;
	width:150px;
	position:absolute;
	display: block;
	background: rgba(255, 255, 255, 0);
}

#navi ul li:nth-child(2) ul li a, #navi ul li:nth-child(4) ul li a {
	font-size:18px;
}

#navi ul li:nth-child(2) ul li ul {
	padding: 0px 0 8px 18px;
	min-width:200px;
	border-top: 1px solid #343434;
}

#navi ul li:nth-child(2) ul li ul li {
	width:220px;
	height:41px;
}

#navi ul li:nth-child(2) ul li ul li a{
	color: #fff !important;
	font-size:16px;
}

#navi ul li:nth-child(2) ul li ul li a{
    height:auto;
}

#navi ul li:nth-child(2) ul li ul li a .nav-subtitle{
    color:#8E9090;
    font-size:14px;
}

#navi ul li:nth-child(2) ul li a{height: 34px;}
#navi ul li:nth-child(2) ul li a .nav-sub2-title{line-height:28px;}
#navi ul li:nth-child(2) ul li a .nav-sub2-title img{display:inline-block;width:28px;margin-right:10px;vertical-align:bottom;}

#navi ul li:nth-child(4) ul li{border-bottom:1px solid #343434;padding-bottom:10px;}
#navi > ul > li:nth-child(4) ul li:last-child{width:100px;}
#navi ul li:nth-child(4) ul li ul li:last-child{width:160px;}
#navi ul li:nth-child(4) ul li ul li, #navi ul li:nth-child(2) ul li ul li{border-bottom:none;padding-bottom:5px;}

#navi ul li ul li ul li {
	float: left;
	position: relative;
	display: inline;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	width: 150px;
}

.title-red-span{
    background:#f45428;
    color:#fff;
    border-radius: 2px;
    margin-left: 16px;
    padding: 0 5px;
    font-size: 12px;
}

@media all and (max-width: 1600px){
	#navi > ul > li:nth-child(2) > ul > li:first-child {
		width: 700px;
	}
	#navi ul li:nth-child(2) ul li ul li {
		width: 164px;
		height: 40px;
	}
	#navi ul li:nth-child(2) ul li {
		margin-top: 20px;
		width: 186px;
		height: 500px;
	}
	#navi ul li:nth-child(2) ul li ul {
		padding: 0 0 8px 12px;
	}
	#navi ul li ul li a {
		margin: 5px 0 5px 2px;
	}
}

@media all and (max-width: 1400px){
	#navi > ul > li:nth-child(2) > ul > li:first-child {
		width: 646px;
	}
	#navi ul li:nth-child(2) ul li ul li {
		width: 156px;
		height: 40px;
	}
	#navi ul li:nth-child(2) ul li {
		margin-top: 20px;
		width: 156px;
		height: 500px;
	}
	#navi ul li:nth-child(2) ul li ul {
		padding: 0px 0 8px 12px;
	}
	#navi ul li ul li a {
		margin: 5px 0 5px 0px;
	}
}

@media all and (max-width: 1200px) {
	#navi {
		display: block;
		position:fixed;
		top: 50px;
		right:-172px;
		padding: 30px 0 0 0;
		width: 150px;
		background: rgba(0,0,0,0.8);
		height: fit-content;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}
	#navi.menu_show {
		right:-20px;
	}
	#navi ul{
		float:none;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#navi ul li {
		float: left;
		margin: 0 0 0 0;
		padding: 5px 0 5px 0;
		width:100%;
		position: relative;
		display: inline;
	}
	#navi ul li:first-child {
		background: none;
	}
	#navi>ul>li:last-child {
		background: url(../images/arrow-bottom.svg) no-repeat 8px 8px;
	}
	#header-left .c-nav>ul>li:last-child{
		background: url(../img/index2021/dropdown.svg) no-repeat -4px 7px;
		padding-left: 18px;
	}
	#header-left .c-nav>ul>li:last-child ul{
		display: block;
	}
	#navi ul li a {
		padding: 0 0 0 12px;
		height: 30px;
		line-height: 30px;
		color: #eee;
	}
	#navi ul li ul {
		overflow: hidden;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: static;
		display: none;
		min-width:150px;
		width:100%;
		height:auto;
	}
	#navi ul li ul li ul {
		position: static;
		display: block;
		background: rgba(255, 255, 255, 0);
	}
	#navi ul li ul li {
		width:100%;
		height:auto;
	}
	#navi ul li ul li a {
		margin: 0 0 0 0;
		font-size: 12px;
	}
	#navi ul li:nth-child(2) ul li ul li a{
		color: #eee !important;
	}
	#navi ul li:nth-child(2) ul li a .nav-sub2-title img{margin-right:6px;}
	#navi ul li:nth-child(2) ul li ul{border-top:none;}
}

@media all and (max-width: 1050px) {
	#navi ul li a {
		font-size: 13px;
		padding: 0 6px 0 12px;
		height: 20px;
		line-height: 20px;
	}
}

/*============================ TOP ACTIONS ============================*/
.top-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-right: 20px;
	position: absolute;
	right: -80px;
	top: 0px;
	align-items: baseline;
}

.top-actions .top-action-link {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	text-decoration: none;
	transition: color 0.2s ease;
}

.top-actions .top-action-link:hover {
	color: #333;
}

.top-actions .separator {
	color: #ccc;
	font-size: 16px;
}

.top-actions > a:nth-child(5) {
	position: relative;
	display: inline-block;
}

.top-actions > a:nth-child(5) + ul {
	right: 50px;
	margin: 0 0 0 0;
	padding: 20px 0 25px 0;
	z-index: 40;
	position: absolute;
	top: 28px;
	list-style-type: none;
	display: none;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
	width: 150px;
}

.top-actions > a:nth-child(5):hover + ul {
	display: block;
}

.top-actions > a:nth-child(5) + ul:hover {
	display: block;
}

.top-actions > a:nth-child(5) + ul li {
	padding: 0 0 5px 18px;
}

.top-actions > a:nth-child(5) + ul li a {
	color: #eee;
	font-size: 16px;
}

/*============================ LOGIN BOX ============================*/
#loginBox {
    position: static;
    width: auto;
    top: auto;
    padding-bottom: 0;
    margin: 0;
}

@media all and (max-width: 1200px) {
	#loginBox {
		display:none;
	}

	.top-actions {
		position: static;
		display: none;
	}

	#head {
		height: 50px;
		position: fixed;
		top: 0;
		z-index: 9999;
	}
}

#loginBox ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}

#loginBox ul li {
	padding: 0 0 0 0;
	margin: 0 10px 0 0;
	line-height: 35px;
	position: relative;
}

#loginBox ul li a {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	text-decoration: none;
}

.gray #loginBox ul li a {
	color: #595555;
}

.gray #loginBox ul li:hover a {
	color: #fff;
}

.gray #loginBox ul li ul li a {
	color: #eee;
}

#loginBox ul li ul {
	position: absolute;
	top: 35px;
	left: -20px;
	margin: 0 0 0 0;
	padding: 12px 0 20px 0;
	background: rgba(0, 0, 0, 0.8);
	width: auto;
	display: none;
	border-radius: 10px;
	z-index: 1000;
}

#loginBox ul li:hover ul {
	display: block;
}

#loginBox ul li ul li {
	margin: 0;
	padding: 0 0 8px 18px;
	white-space: nowrap;
}

#loginBox ul li ul li a {
	color: #eee;
	font-size: 16px;
}

.username {
	display: inline-block;
}

/*============================ LOGIN BOX 详细样式 ============================*/
#loginBox ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}

#loginBox ul li {
    float: none;
	padding: 0;
	position: relative;
    display: inline;
}

#loginBox ul li a {
	display: inline;
	overflow: visible;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	text-decoration: none;
	text-transform: none;
}

#loginBox ul li ul {
	position: absolute;
	right: 0;
	top: 35px;
	margin: 0 0 0 0;
	padding: 12px 0 20px 0;
	background: rgba(0, 0, 0, 0.8);
	width: auto;
	display: none;
	border-radius: 10px;
	z-index: 1000;
}

#loginBox ul li:hover ul {
	display: block;
}

#loginBox ul li ul li {
	margin: 0;
	padding: 0 0 8px 18px;
	white-space: nowrap;
}

#loginBox ul li ul li a {
	color: #eee;
	font-size: 16px;
}

#loginBox a:hover {
	border-bottom:1px solid #FFB321;
}

#loginBox img {
	float: left;
	overflow:hidden;
	margin: 0 9px 0 0;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}

#loginBox span.xingming {
	float: left;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 38px;
}

#loginBox div.username {
	max-width: 75px;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gray #loginBox ul li a {
	color: #595555;
}

.gray #loginBox ul li:hover a {
	color: #fff;
}

.gray #loginBox ul li ul li a {
	color: #fff;
}

#loginBox.not-logged-in {
    right: -60px;
    top: -4px;
}

/*============================ 响应式调整 ============================*/
@media screen and (max-width: 1200px) {
    #header {
        width: 92%;
    }
}

@media screen and (max-width: 960px) {
    #header {
        width: 95%;
    }
}

/*============================ BANNER ============================*/
#banner {
	display:block;
	overflow:hidden;
	position:relative;
	margin: 0 auto;
	width: 100%;
}

#banner .banner_con {
	overflow:hidden;
	width: 2520px;
	height: 100%;
	margin-left: -1260px;
	position: absolute;
	left: 50%;
	text-align: center;
}

#banner .banner_con h1 {
	font-size: 30px;
	position: absolute;
	top:40%;
	left: 25%;
	font-family:"微软雅黑";
}

#banner .banner_con p{
	font-size: 15px;
	position: absolute;
	top:55%;
	left: 25%;
	font-family:"微软雅黑";
}

@media screen and (max-width: 1400px) and (min-width: 1210px) {
	#banner .banner_con h1 , #banner .banner_con p{
		left:30%;
	}
}

@media screen and (max-width: 1200px) and (min-width: 480px) {
	#banner .banner_con h1 {
		font-size: 25px;
		position: absolute;
		top:30%;
		left: 40%;
		font-weight:bold
	}
	#banner .banner_con p{
		font-size: 15px;
		position: absolute;
		top:50%;
		left: 40%;
	}
}

@media screen and (max-width: 479px) and (min-width: 361px) {
	#banner .banner_con h1 {
		font-size: 18px;
		position: absolute;
		top:38%;
		left: 43%;
		font-weight:bold
	}
	#banner .banner_con p{
		font-size: 13px;
		position: absolute;
		top:55%;
		left: 43%;
	}
}

@media screen and (max-width: 360px) {
	#banner .banner_con h1 {
		font-size: 15px;
		position: absolute;
		top:38%;
		left: 44%;
		font-weight:bold
	}
	#banner .banner_con p{
		font-size: 12px;
		position: absolute;
		top:55%;
		left: 44%;
	}
}

#banner .banner_con img {
	margin:0 auto;
	height:auto;
	max-height:460px;
	width:100%;
	position:relative;
}

#split {
	display:none;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0;
	width:100%;
	max-width:1920px;
	z-index:2;
}

.banner-index { height: 1080px; }
.banner-product { height: 460px; }
.banner-privacy { height: 560px; }
.banner-partner { height: 860px; }
.banner-case { height: 350px; }
.banner-about { height: 1080px; }
.banner-solutions { height: 250px; }
.banner-solution { height: 460px; }
.banner-default { height: 460px; }

@media all and (min-width: 480px) and (max-width: 960px) {
	.banner-index { height: 540px; }
	.banner-product { height: 363px; }
	.banner-privacy { height: 280px; }
	.banner-partner { height: 420px; }
	.banner-case { height: 400px; }
	.banner-about { height: 215px; }
	.banner-solutions { height: 250px; }
	.banner-solution { height: 250px; }
	.banner-default { height: 215px; }
}

@media all and (max-width: 479px) {
	.banner-index { height: 540px; }
	.banner-product { height: 363px; }
	.banner-privacy { height: 280px; }
	.banner-partner { height: 300px; }
	.banner-case { height: 215px; }
	.banner-about { height: 215px; }
	.banner-solutions { height: 250px; }
	.banner-solution { height: 250px; }
	.banner-default { height: 215px; }
}

/*============================ CASE LIST ============================*/
.case-one {
	float:left;
	overflow:hidden;
	margin: 30px 1% 0 1%;
	width: 23%;
	transition: .2s all;
	-webkit-box-shadow: #E7E7E7 0px 5px 5px;
	-moz-box-shadow: #E7E7E7 0px 5px 5px;
	box-shadow: #E7E7E7 0px 5px 5px;
}

.case-one:hover {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: #969696 0 0 10px;
}

@media screen and (max-width: 960px) and (min-width: 480px) {
	.case-one {
		float:left;
		margin:20px 1.5% 0 1.5%;
		width:47%;
	}
}

@media screen and (max-width: 479px) {
	.case-one {
		float:none;
		margin:20px 2%;
		width: 96%;
	}
}

.case-one-img {
	overflow:hidden;
	width: 100%;
}

.case-one-img img {
	display:block;
	margin:0 auto;
	width: 100%;
	max-height: 320px;
}

.case-one-img a {
	display:block;
	position:relative;
}

.case-one-mask {
	position:absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: url(../images/mask.png) repeat 0 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.case-one-img a:hover .case-one-mask {
	opacity:1;
}

.case-one dd {
	overflow:hidden;
	margin: 0 0 0 0;
	padding: 0px 25px 35px 25px;
	height:20px;
	line-height:20px;
	color:#999;
	font-size: 11px;
}

.case-one dd a {
	margin-left:10px;
	color:#888;
	font-family: "微软雅黑";
	font-size:12px;
}

.case-one dd a:hover {
	text-decoration:underline;
}

.case-one dt {
	overflow:hidden;
	padding: 0 25px;
	height:40px;
	line-height:40px;
	color:#000000;
	font-size: 17px;
}

.case-one dt a{
	color:#000000;
}

.case-one dt span {
	float:right;
	overflow:hidden;
	display:inline-block;
	position:relative;
	margin-top:4px;
	width:42px;
	height:42px;
}

.case-one dt span img {
	width:42px;
	height:42px;
}

.case-one dt span i {
	display:none;
	position:absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: url(../images/mask.png) repeat 0 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

/*============================ I-VIDEO ============================*/
.i-video {
	overflow:hidden;
	margin:0 auto;
	padding: 0 0 0 0;
	width:100%;
	height:180px;
	text-align:center;
}

#i-vedio-box{
	width:100%;
	height:180px;
	position: absolute;
	overflow: hidden;
}

#waves{
	width: 200%;
	height: 100%;
	overflow:hidden;
	display: block;
	position: absolute;
}

#waves li{
	display: inline-block;
	width: 50%;
	height: 100%;
}

#waves li:first-child{
	margin: 0 -0.99% 0 0;
}

#waves li img{
	width: 100%;
	height:100%;
}

.waves-detail{
	height: 180px;
	width: 100%;
}

.waves-detail div{
	height: 70px;
	width: 800px;
	position:relative;
	top:50%;
	left:50%;
	margin-left: -400px;
	margin-top: -35px;
}

.waves-detail div p{
	display: inline-block;
	color:#FFFFFF;
	margin: 15px 50px 0 0;
	font-family: '微软雅黑';
	font-size: 30px;
}

.waves-detail div a{
	display: inline-block;
	width: 200px;
	height:70px;
	background-color: white;
	border-radius: 3%;
	font-weight: 600;
	cursor:pointer;
}

.waves-detail div a p{
	font-family: '微软雅黑';
	font-size: 32px;
	color:#0578D3;
	position: relative;
	left:25px;
}

@media screen and (min-width: 1680px) {
	.i-video {
		height:180px;
	}
}

@media screen and (max-width: 960px) {
	.i-video {
		height:100px;
	}
	#i-vedio-box{
		height:100px;
	}
	.waves-detail {
		height: 100px;
	}
	.waves-detail div{
		top:70%;
	}
	.waves-detail div a{
		width: 100px;
		height: 35px;
	}
	.waves-detail div p{
		display: none
	}
	.waves-detail div a p{
		display: block;
		font-size: 17px;
		left:0px;
		width: 100%;
		margin-top: 5px;
	}
}

/*============================ PAGINATION ============================*/
.pagination {
	clear:both;
	overflow:hidden;
	min-height: 30px;
	padding: 30px 15px 30px 15px;
	margin: 30px 0 30px 0;
	text-align:center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.pagination a:link, .pagination a:visited{
	display:inline-block;
	margin: 0 0 0 5px;
	padding: 0;
	width:30px;
	line-height:30px;
	color: #333;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #999;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-border-radius:2px;
}

.pagination a:hover {
	color: #fff;
	background-color: #888;
}

.pagination a.current {
	background-color: #027cdc;
	color: #fff;
}

.pagination .extend {
	padding:0;
	margin: 5px 0px 0px 0px;
	text-align: left;
}

/*============================ CONTAINER & CONTENT ============================*/
/* banner下面的总框架 */
#container {
	position:relative;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 100%;
	background: #fff;
}

#wrap {
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 0 0 10px 0;
}

#content {
	overflow:hidden;
	margin: 0 auto;
	padding: 0 0 60px 0;
	width: 92.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content {
	overflow:hidden;
	margin: 0 auto;
	padding: 0 0 50px 0;
	width: 92.5%;
	min-height:200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 960px) {
	#content {
		padding: 0 10px 30px 10px;
		width:100%;
	}
	.content {
		padding: 0 10px 30px 10px;
		width:100%;
	}
}

@media screen and (min-width: 960px) {
	#container #content .entry p img {
		width: 100%;
		height: 100%;
	}
}

#pagecon {
	float:left;
	overflow:hidden;
	margin: 0 auto;
	padding: 0 0 80px 0;
	width: 68%;
	min-height:200px;
}

@media screen and (max-width: 960px) {
	#pagecon {
		float:none;
		padding: 0 5px 0 5px;
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#sidebar {
		display:none;
	}
}

/*============================ SIDEBAR ============================*/
#sidebar {
	float:right;
	overflow:hidden;
	margin: 20px 0 20px 0;
	padding: 0 0 0 0;
	width: 25%;
	min-height:200px;
}

#sidebar ul li {
	display: block;
	overflow:hidden;
	margin: 30px 0 25px 0;
	padding: 0 0 0 0;
}

#sidebar ul .sidebar-split {
	display: block;
	overflow:hidden;
	margin: 50px 0 50px 0;
	padding: 0 0 0 0;
	border-bottom: 1px dashed #ccc;
}

#sidebar ul li h2 {
	display: block;
	overflow:hidden;
	margin: 0;
	padding: 0;
	color: #353535;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 0;
	text-decoration: none;
}

#sidebar ul li h2 a {
	color: #353535;
	font-size: 18px;
	font-family: "黑体",Times;
	display: block;
	text-decoration:none;
}

#sidebar ul li h2 a i {
	padding-left:5px;
	color:#F1AF3D;
	font-size: 14px;
	font-style: normal;
	visibility: hidden;
}

#sidebar ul li h2 a:hover i {
	visibility: visible;
}

#sidebar a, #sidebar ul {
	display: block;
	font-size: 12px;
	text-decoration: none;
	overflow:hidden;
}

#sidebar ul li a {
	overflow:hidden;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	color: #666;
}

#sidebar ul li a:hover{
	color: #056595;
}

#sidebar ul li img {
	display: block;
	overflow:hidden;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	width: 100%;
}

#sidebar ul li .textwidget {
	overflow:hidden;
	margin: 0;
	padding: 0 0 0 0;
}

#sidebar ul li ul {
	margin: 0 0 0 0;
	padding: 0 0;
	border-top:0;
}

#sidebar ul li ul li {
	display:block;
	overflow:hidden;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	font-size: 18px;
	background: none;
}

#sidebar ul li ul li a {
	display:block;
	overflow:hidden;
	margin: 0 0 0 0;
	line-height: 30px;
}

#sidebar ul li ul li.current-cat {
	background:#fff;
}

#sidebar ul li ul li.current-cat a {
	color: #056595;
	margin-right:0;
}

#sidebar ul li ul li ul {
	display:none;
	margin: 0 0 0 0;
	padding: 0 0;
	border:0;
}

#sidebar ul li ul li ul li a {
	overflow:hidden;
	margin: 0 0 0 0px;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
}

#sidebar ul li ul li ul li a:hover {
	text-decoration:none;
}

#sidebar ul li ul li ul li.current-cat a {
	color: #056595;
}

#sidebar ul li ul li ul li.current-cat ul li a {
	color: #056595;
}

/* 侧边栏联系我们 */
#sidebar ul li.contact_tool ul {
	padding: 0 0 15px 0;
}

#sidebar ul li.contact_tool ul li {
	color: #999;
	font-size:18px;
	padding: 5px 0 5px 30px;
	line-height:30px;
}

#sidebar ul li.contact_tool ul li a {
	color: #999;
	font-size:18px;
}

#sidebar ul li.contact_tool ul li.contact_tel {
	background: url(../images/contact-icon.png) no-repeat 0 5px;
}

#sidebar ul li.contact_tool ul li.contact_email {
	background: url(../images/contact-icon.png) no-repeat 0 -35px;
}

#sidebar ul li.contact_tool ul li.contact_addr {
	background: url(../images/contact-icon.png) no-repeat 0 -75px;
}

#sidebar ul li.contact_tool ul li.contact_imp_tel {
	background: url(../images/contact-icon.png) no-repeat 0 5px;
}
