.header {
	width: 1180px;
	margin: 0 auto
}

@media(min-width:1300px) {
	.header .container {
		width: 1180px
	}
}

.header-logo {
	background: url(logo.png) no-repeat;
	display: inline-block;
	width: 192px;
	height: 44px;
	margin-top: 12px;
	margin-right: 40px
}

.header .container {
	position: relative;
	height: 70px;
	background-color: #FFF;
}

.header .container>ul .right-func {
	position: absolute;
	right: 0;
	top: 2px
}

.nav li {
	float: left;
	position: relative
}

.nav li:first-child {
	padding-left: 0!important
}

.nav li a {
	font-family: "微软雅黑";
	font-size: 15px;
	color: #000
}

.platform .icon-platform {
	vertical-align: -2px
}

.nav .right-func {
	width: auto!important;
	padding-right: 0!important
}

.nav .right-func .login:hover,
.nav .right-func .reg:hover {
	color: #0099FF;
	text-decoration: underline
}

.nav .right-func .login {
	max-width: 100px;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-all
}

.nav .container>ul>li.right-func {
	line-height: 35px
}

.nav .cur a,
.nav li:not(:last-child)>a:hover {
	font-weight: bold;
	color: #0000FF
}

.nav .right-func a {
	margin: 2px 8px 0 8px;
	font-size: 14px
}

.nav .right-func .reg {
	margin-right: 0
}

.nav li .platform {
	display: inline-block;
	background-color: #16b793;
	width: 110px;
	height: 32px;
	line-height: 31px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff!important;
	margin-right: 17px;
	margin-top: 4px
}

.nav li .platform:hover {
	background-color: #12aa88
}

.nav .right-func span {
	font-size: 14px;
	color: #666!important;
	position: relative;
	top: 2px
}

.sub-nav {
	width: 128px;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	position: absolute;
	left: 0;
	top: 74px;
	z-index: 5
}

.sub-nav a:hover {
	background: rgba(255, 255, 255, 0.4)
}

.nav .sub-nav a {
	font-size: 14px;
	color: #eee;
	text-align: left;
	display: block;
	margin: 0;
	padding: 0 15px;
	line-height: 34px
}

.menu:hover .sub-nav {
	display: block
}

.menu:hover .icon-arr {
	background-position: -291px -39px
}

.logo a {
	display: inline-block;
	width: 192px;
	height: 44px
}

.nav .container>ul>li.right-func a {
	display: inline-block;
	color: #000
}

.fixedmenu {
	position: relative
}

.absolute {
	position: absolute
}

.nav {
	height: 70px;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%
}

.nav .container>ul>li {
	display: inline-block;
	position: relative;
	height: 44px;
	line-height: 44px;
	padding-top: 15px;
	padding-right: 3.5%;
	padding-bottom: 15px;
	padding-left: 3.5%;
}

.nav .container>ul>li:first-child {
	width: 200px;
	margin-right: 80px;
}

.nav a {
	font-size: 14px;
	color: #333;
	display: block
}

.nav .cur>a,
.nav li:hover>a {
	font-weight: bold;
	text-decoration: none
}

.nav li:hover.right-func>a {
	font-weight: normal
}

.nav .sub {
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0;
	background-color: #fff;
	filter: alpha(opacity=90);
	background-color: rgba(255, 255, 255, .9);
	display: none
}

.nav .sub li {
	display: block;
	width: auto;
	height: 44px;
	line-height: 44px;
	text-align: left;
	border-left: 4px solid transparent;
	padding-top: 16px;
	cursor: pointer
}

.nav .sub li a {
	height: 100%;
	padding-left: 19px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.nav .sub li:hover {
	background-color: #fff;
	border-left-color: #ff5a58
}

.nav .sub li:hover>a {
	font-weight: normal
}

.nav .container>ul>li:hover .sub {
	display: block
}

.mask-layer {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, .54);
	z-index: 10;
	cursor: pointer
}

@media only screen and (min-width:768px) {
	.mask-layer {
		display: none!important
	}
}

.footer-wrap {
	background: url(../images/bg/footer-bg-pc.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed
}

.footer-column {
	color: #eee;
	padding: 45px 90px 38px 90px
}

.footer-column a {
	display: inline-block;
	color: #eee
}

.footer-top {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.footer a:hover {
	color: #16b793
}

.footer-column i {
	margin-right: 20px
}

.footer-column span {
	display: block
}

.footer-column span:first-child {
	font-size: 16px;
	margin-bottom: 4px
}

.footer-column span:last-child {
	font-family: "arial";
	white-space: nowrap
}

.footer-func {
	padding: 40px 0 38px 0;
	font-family: "微软雅黑";
	border-top: 1px solid #636363
}

.footer-func ul {
	width: 14.5%
}

.footer-func ul li {
	padding-left: 26%;
	padding-bottom: 12px
}

.footer-func ul.third-f li {
	padding-left: 10%
}

.footer-func ul.four-f li {
	padding-left: 0;
	margin-left: -25%
}

.footer-func ul.four-f {
	width: 5.5%
}

.footer-code.fr {
	margin-right: 4%;
	margin-top: 4px
}

.footer-func ul li:first-child {
	font-weight: bold;
	font-size: 14px;
	color: #eee;
	padding-bottom: 20px
}

.footer-func ul li a {
	display: inline-block;
	font-size: 12px;
	color: #ddd
}

.footer-func ul li a:hover {
	text-decoration: underline;
	color: #fff
}

.footer-hotline {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fffefe;
	white-space: nowrap
}

.footer-hotline .tel {
	font-family: "arial";
	font-size: 36px;
	color: #16b793;
	line-height: 36px;
	margin: 27px 0 24px 0
}

.footer-code img {
	margin-right: 71px
}

.footer-hotline p {
	text-align: left
}

.footer-links {
	background: rgba(46, 47, 52, 0.8);
	height: 54px;
	line-height: 54px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ccc
}

.footer-column {
	box-sizing: border-box;
	width: 100%;
	display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.footer-column .about-us {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.footer-column .about-us.ac div {
	display: inline-block
}

.footer-column .about-us i {
	vertical-align: top
}

.footer-column .about-us .column-tt {
	display: inline-block
}

.column-tt .chn-col {
	color: #d2d2d2
}

.column-tt .eng-col {
	color: #b0b0b0
}

.tt-ddd {
	color: #ddd
}

.tt-eee {
	color: #f3f3f3
}

@media only screen and (min-width:768px) and (max-width:1200px) {
	.footer-top {
		width: auto
	}
	.footer-func ul {
		width: 12%
	}
}

@media only screen and (min-width:768px) {
	.footer-column a>div:hover .icon-start {
		background-position: -230px 0
	}
	.footer-column a>div:hover .icon-about {
		background-position: -230px -55px
	}
	.footer-column a>div:hover .icon-dynamic {
		background-position: -230px -105px
	}
	.footer-column a>div:hover span {
		color: #fff
	}
}

.wow {
	visibility: hidden
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUps {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUps {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUps {
	-webkit-animation-name: fadeInUps;
	animation-name: fadeInUps
}

@-webkit-keyframes fadeInUpe {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpe {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUpe {
	-webkit-animation-name: fadeInUpe;
	animation-name: fadeInUpe
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

.special-nav .container>ul>li:first-child {
	margin-right: 38px
}

.special-nav .container>ul>li.text-left {
	text-align: left;
	margin-left: -73px
}

.special-nav li.text-left {
	font-size: 16px;
	color: #333;
	opacity: .8;
	filter: alpha(opacity=80)
}

.special-nav li.text-left:hover>a {
	font-weight: normal;
	text-decoration: none
}

.footer-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%
}

@media only screen and (min-width:768px) {
	.gotop-pc {
		width: 60px;
		height: 60px;
		background-color: rgba(0, 0, 0, .54);
		text-align: center;
		line-height: 55px;
		position: fixed;
		bottom: 143px;
		right: 70px;
		cursor: pointer;
		visibility: hidden;
		z-index: 10
	}
	.gotop-pc:hover {
		background: #16b793
	}
	.mar-left {
		margin-left: 18px
	}
}

/* 容器 <div> - 需要定位下拉内容 */
.dropdown {
    position: relative;
    display: inline-block;
	z-index: 5;
}

/* 下拉内容 (默认隐藏) */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* 下拉菜单的链接 */
.dropdown-content a{
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
}

/* 鼠标移上去后修改下拉菜单链接颜色 */
.dropdown-content a:hover {background-color: #0CF;}

/* 在鼠标移上去后显示下拉菜单 */
.dropdown:hover .dropdown-content {
    display: block;
	background-color: #FFF;
}

/* 当下拉内容显示后修改下拉按钮的背景颜色 */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.ulahdji{
	margin: 30px;
}
.ulahdji li{
	border: 3px solid;
}
.ulahdji li div{
	display:none;
	color:#000;
	padding-top: 10px;
	font-size: 15px;
}
.ulahdji li:hover div{
	display:block;
}
.ulahdji li a:hover{
	color:#09F;
}
.show{display:block;} 
.hide{display:none;} 