﻿@charset "utf-8";
/* CSS Document */
/*总宽度*/
.top {
	background-color: #fff;
	-webkit-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms; /*overflow:hidden;*/
	border-bottom: 1px solid #fff;
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;

}
/*菜单宽度*/
.navwidth
{
	width:1160px; margin-left: auto;
	margin-right: auto;
}
.top_con {
	padding: 5px 30px 0;
}
.clear {
	clear: both;
}
.logo {
	float: left;
	width: 50%;
	position: absolute;
	
}
.top.fixed {
	border-bottom: 1px solid #dedede;
}
/*导航*/
.nav li a {
	text-decoration: none;
}
.nav {
	float: right;
}
.nav ul {
	clear: both
}
.nav li {
	float: left;
	margin: 0 13px;
	position: relative;
	padding-bottom: 23px;
}
/*1级菜单样式 可定义1级菜单的长度，不过会影响到2级长度 不设长度也行*/
.nav ul li a {
	float: left;
	font-size: 16px;
	color: #065ca9;
	position: relative;
	font-weight:100;
	width:90px;
	text-align:center;
}
.nav ul li i {
	transform: rotate(90deg);
	float: right;
	padding-left: 7px
}
.nav ul li span {
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	background: #157aaf;
	top: 26px;
	left: 50%;
	z-index: 999
}
/*1级菜单移过去颜色*/
.nav ul li a.cur, .nav ul li a:hover {
	color: #9ac311
}
/*子菜单弹出的距离 */
.nav li .submenu {
	position: absolute;
	top: 47px;
	display: none;
	background: rgba(21,122,175,0.7);
	left: -40px;
	min-width: 160px;


}

.nav li .submenu li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	float: none;
	
}
/*子菜单二样式  可设二级长度 不设长度默认取1级*/
.nav li .submenu li a {
	color: #fff;
	font-size: 13px;
	display: block;
	padding: 6px 20px;
	float: none;
	width:170px;	
}
.nav li .submenu li a:hover {
	background-color: #157aaf;
}
/*查询，语种 位置控制*/
.nav_top {
	float: right;
	margin-bottom: 10px;
	margin-top:15px;
	margin-right:29px;
	
}
/*屏蔽语种*/
.nav_top a
{
	display:none;
}

#demo-b {
	float: left;
	margin: -5px 0 0;

}

.nav_top a {
	float: left;
	color: #157aaf;
	background: url(language_img.png) no-repeat left;
	padding-left: 25px;
	height: 17px;
	margin-left: 15px
}
 input::-webkit-search-decoration, input::-webkit-search-cancel-button {
display:none;
}
.trans p
{
	display:none;	
}
/*查询，用display:none;屏蔽*/
input[type=search] {
	background: #ededed url(serch.png) no-repeat center center;
	border: solid 1px #fff;
	padding: 0px 8px 5px 22px;
	width: 55px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	
	
	
}
input[type=search]:focus {
	width: 150px;
	background-color: #fff;
	border-color: #fff;
	background: #ededed url(serch.png) no-repeat 90% center;
}
#demo-b input[type=search] {
	width: 15px;
	padding-left: 4px;
	color: transparent;
	cursor: pointer;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
	outline: none;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#demo-b input[type=search]:focus {
	width: 140px;
	padding-left: 22px;
	color: #293742;
	cursor: auto;
}
#demo-b input:-moz-placeholder {
color:transparent;
}
#demo-b input::-webkit-input-placeholder {
color:transparent;
}
/*语言字样颜色 大小*/
.nav_top .lang
{
	color:#00a7c7;
	font-weight:100;
	font-size:14px;
}




/*手机导航*/

.ph_header {
	display: none
}

@font-face {
	font-family: modesign;
	src: url(modesign.ttf) format('truetype'), url(modesign.woff) format('woff'), url(modesign.svg) format('svg');
	font-weight: 400;
	font-style: normal
}
[class*=" icon-"]:before, [class^=icon-]:before {
	font-family: modesign!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-arrow-right:before {
	content: "\e902"
}
.icon-arrow-back:before {
	content: "\e90f"
}
.trans {
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.trans2 {
	-webkit-transition: all .4s cubic-bezier(1, 0, 0, 1);
	transition: all .4s cubic-bezier(1, 0, 0, 1)
}
button {
	background: 0 0;
	border: none;
	text-shadow: none;
	position: relative;
	outline: 0
}
#nav_overlayer {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0;
	z-index: 900;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
	overflow: visible;
	z-index: 1000
}
.top_logo {
	float: left;
	overflow: hidden;
	
}
.top_logo img { 
	width:100%;
	padding-top: 18px;
	padding-left: 12px;
}

nav .menu_btn {
	position: relative;
	display: none;
	float: right;
	width: 60px;
	height: 60px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
	cursor: pointer
}
nav .menu_btn span, nav .menu_btn span:after, nav .menu_btn span:before {
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #23518c;
	border-radius: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
nav .menu_btn span {
	top: 28px;
	left: 20px
}
nav .menu_btn span:after, nav .menu_btn span:before {
	content: "";
	left: 0
}
nav .menu_btn span:before {
	top: -6px
}
nav .menu_btn span:after {
	top: 6px
}
.nav-open nav .menu_btn {
	background-color: #fff
}
.nav-open nav .menu_btn span {
	background-color: transparent
}
.nav-open nav .menu_btn span:before {
	background-color: #23518c;
	-webkit-transform: translateY(6px) rotate(-45deg);
	-ms-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg)
}
.nav-open nav .menu_btn span:after {
	background-color: #23518c;
	-webkit-transform: translateY(-6px) rotate(45deg);
	-ms-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg)
}
#nav>li>a {
	position: relative;
	display: block;
	height: 100%;
	padding: 0 20px;
	line-height: 50px;
	color: #333;
	text-align: left;
	color: #999;
	overflow: hidden;
	z-index: 0;
}
.subnav {
	position: fixed;
	left: 100%;
	top: 0px;
	height: 100%;
	background-color: #fff;
	width: 100%;
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.has_sub.open .subnav {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.subnav .back_btn {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	text-align: left;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	font-family: novecento_bold, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
	font-weight: 400
}
.subnav .back_btn::before {
	position: relative;
	display: inline-block;
	font-size: 20px;
	margin-right: 5px;
	margin-bottom: 3px
}
nav .menu_btn {
	display: block
}
#nav {
	position: absolute;
	background-color: #fff;
	width: 100%;
	right: 0;
	top: 60px;
	overflow-x: visible;
	-webkit-transition: all .4s cubic-bezier(1, 0, 0, 1);
	transition: all .4s cubic-bezier(1, 0, 0, 1)
}
#nav>li {
	width: 100%;
	height: 0;
	overflow: hidden
}
.nav-open #nav>li {
	height: 50px;
	border-top: 1px solid #d7d7d7
}
#nav>li>a i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	display: block;
	font-size: 16px
}
.open_sub #nav {
	right: 100%
}
.open_sub #nav .subnav {
	left: 0
}
.subNav {
	cursor: pointer;
	color: #999;
	line-height: 50px;
	border-bottom: #f0f0f0 solid 1px;
	background-size: 15px 15px;
	text-align: left;
	line-height: 50px;
	padding: 0 20px
}
.subNav i {
	float: right;
	margin-top: 18px;
	font-size: 25px;
	transform: rotate(90deg);
}
.subNav a i {
	transform: rotate(0deg);
}
.subNav a {
	color: #999;
	display: block
}
/*手机语言位置颜色*/
.trans p a {
	position: absolute;
	right: 60px;
	color: #157aaf;
	line-height: 60px;
	font-size: 14px;
	background: url(diqiu.png) no-repeat left;
	padding-left: 20px;
	margin-top:8px;
	background-size: 14px 14px;

}
