﻿/* body{
	max-width: 1920px;
	width: 100%;
} */

.fl {
    float: left;
}

.fr{
    float: right;
}

.top {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	height: 120px;
}

.menu {
	width: 1440px;
	height: 120px;
	margin: 0 auto;
	/* overflow: hidden; */
}

.top .logo {
	height: 100%;
	width: 184px;
	float: left;
	background: url(../images/logo.png) no-repeat center;
	margin-top: 14px;
}

.nav {
	font-size: 0;
	margin: auto 30px;
	float: left;
	width: 1050px;
}

.nav>li {
	display: inline-block;
	float: left;
	/* margin-left: 40px; */
	position: relative;
	padding: 0;
	width: 14.28%;
}

.nav>li>a {
	display: block;
	height: 106px;
	line-height: 140px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	position: relative;
	color: #080808;
	font-weight: 600;
}

.nav>li>a:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.nav>li>a:after {
	display: block;
	content: "";
	position: absolute;
	top: 92px;
	left: 0px;
	right: 0px;
	margin: auto;
	border-bottom: 4px solid #f3f3f3;
	border-radius: 10px;
	width: 30%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.nav>li>a:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.nav>li.Select>a,.nav>li>a:hover{
	color: #FFFFFF;
}

.nav>li.Select>a:after {

	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


.action{
    display: none;
    position: absolute;
    left: 0;
    z-index: 9999;
    width: 100%;
    /* border: 2px solid #214a76; */
    background: #ffffff;
    opacity: 0.8;
}

.action>li{
    display: block;
    text-align: center;
    height: 52px;
    /* background: red; */
    border-top: 2px solid #214a76;
    border-left: 2px solid #214a76;
    border-right: 2px solid #214a76;
    /* box-sizing: border-box; */
}
.action>li+li {
    border-top: 0px solid #214a76;
    /* border-bottom: 2px solid #214a76; */
}

.action>li:last-child {
  border-bottom: 2px solid #214a76; 
}

.action>li>a {
    display: inline-block;
    color: #0a0a0a;
    white-space: nowrap;
    width: auto;
    font-size: 14px;
    line-height: 50px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #7492af;
    padding: 0px;
}
.action>li>a:hover {
    color:#7492af;
}

.action>li:last-child a{
     border-bottom: 0;
}

.top .search {
	float: right;
	height: 100%;
	padding: 50px 0 0;
}

.top .search a {
    line-height: 42px;
    display: inline-block;
    float: left;
    font-size: 18px;
    color: #214a76;
    width: 46px;
    font-weight: 500;
    margin-right: 10px;
    font-family: 'Times New Roman';
}

.top .search form {
	width: 50px;
	height: 50px;
	float: left;
	border-radius: 50%;
	background: #214a76;
}

button,
input,
select,
textarea {
	font-size: inherit;
	line-height: inherit;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

.top .search form input[type="text"] {
	display: none;
}

.top .search form input[type="submit"] {
	height: 50px;
	width: 50px;
	background: url(../images/search.png) no-repeat center;
	border-style: none;
}


.iphone_nav{
	display: none;
}

