﻿BODY, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, DL, DT, DD, UL, OL, LI, PRE, FIELDSET, LEGEND, BUTTON,  LABEL,ul{

  padding:0px;

  margin:0px;

  border:0px;

  font-family: "Times New Roman"; 
}

h1,h2,h3,h4,h5,h6{ font-size: 12px; font-weight:normal;}

img { border:0 none}

ol,ul{ list-style-type:none;}

a{ color:#000000; text-decoration:none; outline: medium none;}

.clear {
  clear:both;
}
.both:after {
  content: "";
  clear: both;
  display: block;
}
.fl{ float:left}

.fr{ float:right}

.commonWidth {
  width: 1440px;
  margin: 0 auto;
}
.commonA  {
  display: block;
  width: 100%;
  height: 100%;
}
.commonImg {
  display: block;
  width: 100%;
}
input {
  outline: none;
  border: 0;
  font-family: "仿宋";
  background: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #214a76;
}
/*清除苹果按钮样式*/
.btn:focus {
  outline: none !important;
}
.bg {
  width: 100%;
  height: 100%;
  background: url(../images/morebg.jpg) no-repeat fixed;
  background-size: cover;
  padding-bottom: 60px;
  min-height: 100vh;
  box-sizing: border-box;
}
.top {
  height: 120px;
}
.menu {
  width: 1440px;
  height: 120px;
  margin: 0 auto;
}
.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;
  box-sizing: border-box;
}

.top .search a {
    line-height: 42px;
    display: inline-block;
    float: left;
    font-size: 18px;
    color: #214a76;
    width: 68px;
    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-family: inherit;
  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;
}