.wrap {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative
}

img,a {
	border: 0
}

ul,li {
	list-style: none
}


.flt {
	float: left
}

.frt {
	float: right
}

.clear {
	clear: both
}

.clear:after,.clear:before {
	content: '';
	clear: both;
	display: table
}

img {
	max-width: 100%
}
.mywrap {
	width: 80%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative
}
.header {
	/*height: 78px;*/
	line-height: 78px;
	/*background: #fff;*/
	border-top: 1px solid #f1f1f1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100
}

#headTopmy {
    text-align: center;
    height: 110px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header .logo {
	float: left
}

.header .logo img {
	vertical-align: middle;
	margin-bottom: 3px;
	height: 66px
}

.header .nav {
	/*float: right*/
}
.header .nav ul{margin-bottom: auto;padding-left: auto;}

.header .nav ul li {
	float: left;
	margin-left: 15px;
	font-size: 16px;
	color: #222
	margin-bottom: auto;
	position: relative;
}

.header .nav ul li a {
	display: block;
	/*color: #222*/
	color:#fff;
	padding: 0 30px;
}

.header .nav ul li.on a,.header .nav ul li a:hover {
	/*color: #00b0a0;*/
	color:#fff;
	/*border-top: 2px solid #fff*/
}
.header.header-mini {
    top: -110px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.36s ease;
	z-index:999;
}
.header.header-mini .nav ul li a {
	display: block;
	/*color: #222*/
	color:#666;
}
.header.header-mini .nav ul li.on a {
  color: #666;
}
.header.header-mini .nav ul li a:hover{
 color:#214a9a;
}
.header .fa-angle-down {
    color: inherit;
    padding-left: 10px;
}

.header .nav .subnav {
    border-radius: 3px;
    /*margin-top: -27px;*/
	margin-top: -7px;
    width: 180px;
    margin-left: -90px;
    left: 50%;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    padding: 15px 0;
    z-index: 9;
	position: absolute;
    top: 100%;
    background: #fff;
}
.header .nav .subnav a {
    line-height: 52px;
	color: #666;
    display: block;
	padding: 0 34px;
	font-size: 15px;
    transition: all 0.36s ease;
}
.header .nav .subnav li a:hover {
    background-color: transparent;
    color: #214a9a;
}
.header .nav ul li.on a::before,.header .nav ul li:hover a::before {
    position: absolute;
    content: '';
    width: calc(100% - 68px);
    height: 2px;
    background-color: #fff;
    top: -1px;
    left: 34px;
	
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 1;
}
.header .nav ul li:hover{transition: 400ms}