@charset "utf-8";
/* CSS Document */
/************************************************************************************
HEADER
*************************************************************************************/
#header {
	height: 100px;
	background: white;
	position: relative;
	z-index: 97;
}
#bg {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	z-index: 96;
	display: none;
}
#header #hide {
	text-align: right;
	position: absolute;
	top: 22.5px;
	right: 2%;
	display: none;
}
#header #close {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 10px;
	right: 6%;
	color: white;
	font-size: 36px;
	display: none;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	z-index: 99;
}
#header #hide span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	cursor: pointer;
}
#header #hide span:nth-child(1) {
	border-right: 1px #ccc solid;
	color: #2f82ff;
	text-decoration: underline;
}
#header #hide span:nth-child(2) {
	width: 10px;
	height: 20px;
	background: url(../images/icon.svg) no-repeat -30px 3px;
}
#header #hide span:nth-child(3) {
	padding: 0;
}
#header #hide span {
 *display:inline;
}
.navbtn {
	width: 25px;
	height: 25px;
	background: url(../images/icon.svg) no-repeat top right;
	cursor: pointer;
	display: none;
}
#nav h4 {
	font-size: 1.14em;
}
#logo {
	width: 35%;
	padding: 15px 0;
	float: left;
}
#head_right {
	float: right;
	width: 65%;
}
#head_right .right_top {
	padding: 15px 0 5px;
	text-align: right;
}
#head_right .right_top .dis_line {
	display: inline-block;
}
#head_right .right_top .search {
	position: relative;
}
#head_right .right_top .search_input {
	border: 1px #ccc solid;
	width: 155px;
	height: 28px;
	padding: 0 33px 0 10px;
	margin: 0;
}
#head_right .right_top .button {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 28px;
	height: 28px;
	position: absolute;
	border: 0;
	border-left: 1px #ccc solid;
	background: white url(../images/icon.svg) no-repeat -31px 7px;
}
#head_right .right_top .dis_line {
 *display:inline;
}
#head_right .right_top a {
	padding: 0 10px;
	border-left: 1px #ccc solid;
	line-height: 20px;
}
#head_right .right_top a:nth-child(1) {
	border: 0;
}
#head_right .right_top .cur {
	color: #2f82ff;
	text-decoration: underline;
}
.nav {
	height: 40px;
	position: relative;
	z-index: 1;
	text-align: right;
}
.nav h4 {
	line-height: 40px;
}
.nav a {
	color: #333;
}
.nav .nLi {
	position: relative;
	display: inline-block;
	margin-left: 40px;
	white-space: nowrap;
}
.nav .nLi {
 *display: inline;
}
.nav .nLi .icon {
	display: none;
}
.nav .nLi h4 a {
	display: block;
}
.nav .nLi:last-child h4 a {
	padding-right: 0;
}
.nav .sub {
	display: none;
	min-width: 100%;
	width: auto;
	left: -20px;
	top: 40px;
	position: absolute;
	background: url(../images/bai07.png);
	padding: 5px 0;
	border: 1px #ccc solid;
	text-align: left;
}
.nav .sub li {
	zoom: 1;
}
.nav .sub a {
	display: block;
	padding: 5px 20px;
}
.nav .sub a:hover, .nav .on h3 a {
	color: #2f82ff;
}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	background: #333;
	color: #ccc;
}
#footer a {
	color: #ccc;
}
#footer .inner {
	display: table;
	vertical-align: top;
}
#footer div.box {
	display: table-cell;
	width: 149px;
	padding: 30px 0px 20px;
	border-left: 1px #424242 solid;
}
#footer div.box:nth-child(3) {
	width: 300px;
}
#footer div.box:nth-child(3) ul {
	width: 300px;
}
#footer div.box a {
	display: block;
	padding: 5px 0;
}
#footer a:hover {
	color: white;
}
#footer div.box li {
	padding-left: 30px;
}
#footer div.box:nth-child(3) li {
	float: left;
	width: 120px;
}
#fotnav {
	border-bottom: 1px #424242 solid;
}
#fotnav h5 {
	padding-bottom: 10px;
	padding-left: 30px;
}
#fotnav h5 a {
	color: white;
}
#footer div.box:nth-child(7) h5 {
	padding-left: 0;
}
#footer div.box:nth-child(7) {
	width: 129px;
	padding: 30px 10px 20px;
	text-align: center;
	border-right: 1px #424242 solid;
}
#footer div.box:nth-child(7) div {
	padding: 10px 0;
}
#copyright {
	padding: 10px 0;
	text-align: center;
}
#copyright p {
	display: inline-block;
	text-align: center;
	margin: 0 5px;
}
#copyright p {
 *display:inline;
}
#copyright .orange {
	font-size: 1.28em;
}
/************************************************************************************
OTHER
*************************************************************************************/
#main {
	width:100%;
	overflow-x:hidden;
}
.index_title {
	text-align: center;
	border-bottom: 1px #ccc solid;
}
.index_title h2 {
	padding: 50px 0 15px;
	font-size: 2.14em;
}
.blue_line {
	display: block;
	width: 55px;
	height: 3px;
	background: #2f82ff;
	margin: auto;
}
.blue_line2 {
	display: block;
	width: 40px;
	height: 2px;
	background: #2f82ff;
}
.more {
	font-size: 1.1em;
	color: #2f82ff;
	text-decoration: underline;
}
.more:hover {
	color: #F90;
	text-decoration: underline;
}
.more span {
	font-family: "宋体";
}
.indexh5 {
	background: #2f82ff url(../images/icon.svg) no-repeat 15px -140px;
	display: inline-block;
	width: auto;
	height: 32px;
	width: 88px;
	line-height: 32px;
	padding: 0 0 0 47px;
	border-radius: 16px;
	color: white;
	font-size: 1.2em;
	margin-bottom: 20px;
}
.indexh5 {
 *display:inline;
}
#gotop {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin: auto;
	background: #2f82ff url(../images/icon.svg) no-repeat 9px -434px;
	position: fixed;
	bottom:20px;
	right:2%;
	z-index:8;
}
#gotop #scrollUp{
	display: block;
	width: 38px;
	height: 38px;
}

/************************************************************************************
SUBNAV
*************************************************************************************/
.subnav {
	width:100%;
	margin:auto;
	background:white;
}
#wrapper {
	position: reative;
	height:50px;
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
#wrapper .scroller {
	position: absolute;
}
#wrapper .scroller li {
	float: left;
	width:auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-style: none;
	font-size:1.2em;
}
#wrapper .scroller li a {
	padding:0 20px 0;
}
#wrapper .scroller li span {
	display: block;
}
#wrapper .scroller li.on {
	background:#2f82ff;
}
#wrapper .scroller li.on a {
	color:white;
}
#nybanner {
	width:100%;
	position:relative;
	overflow:hidden;
}

/************************************************************************************
PAGE
*************************************************************************************/
#page {
	text-align:center;
	padding:30px 0;
}
#page li {
	display:inline-block;
	width:auto;
	height:36px;
	text-align:center;
	line-height:34px;
	margin:0 2px;
	vertical-align:middle;
}
#page li {
	*display:inline;
}
#page li a{
	display:block;
	width:34px;
	height:34px;
	border:1px #ccc solid;
	border-radius:3px;
	font-size:1.1em;
	color:#666;
}
#page li a:hover {
	color:#2f82ff;
	border-color:#2f82ff;
}
#page li a.on {
	color:white;
	background:#2f82ff;
	border-color:#2f82ff;
}
#page li:first-child a,#page li:last-child a{
	width:68px;
}
/************************************************************************************
media screen
*************************************************************************************/
iframe{width: 100%;min-height: 600px;}
@media screen and (max-width:1280px) {
	iframe{width: 100%;min-height: 600px;}
#header {
	height: 70px;
}
#logo {
	width: auto;
	padding: 0;
}
#logo img {
	width: auto;
	height: 70px;
	overflow: hidden;
}
#head_right .right_top {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
}
#head_right .right_top .language {
	display: block;
	width: 100%;
	height: 50px;
	border-top: 1px #ccc solid;
	text-align: center;
	background: white;
}
#head_right .right_top .dis_line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}
#head_right .right_top .language a {
	padding: 5px 20px;
	line-height: 50px;
}
#head_right .right_top .dis_line .search_input {
	width: 86%;
	height: 50px;
	line-height: 50px;
	padding: 0 12% 0 2%;
}
#head_right .right_top .button {
	height: 50px;
	width: 10%;
	background: url(../images/search.svg) no-repeat center center;
}
#header #hide {
	display: block;
}
#nav {
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	height: auto;
	padding-top: 80px;
	color: white;
	z-index: 98;
	text-align: left;
	display: none;
}
#nav a {
	padding: 10px 3%;
	color: white;
}
#nav.nav h4 {
	line-height: 1em;
}
#nav .nLi {
	display: block;
	margin: 0;
}
#nav .nLi a {
	border-bottom: 1px #666 solid;
}
#nav .nLi .sub {
	position: relative;
	top: 0;
	left: 0;
	background: none;
	z-index: 999;
	padding: 0;
	border: 0;
}
#nav .nLi .sub a {
	padding-left: 6%;
}
#nav.nav .nLi .icon {
	display: block;
	text-align: right;
	height: 1em;
	width: 64%;
	padding: 10px 3%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	font-size: 18px;
}
}
@media screen and (max-width:1200px) {
	iframe{width: 100%;min-height: 600px;}

#footer div.box li, #fotnav h5 {
	padding-left: 10%;
}
#footer div.box:nth-child(3) {
	width: 25%;
}
#footer div.box:nth-child(3) ul {
	width: 100%;
}
#footer div.box:nth-child(3) li {
	padding-left: 5%;
	width: 45%;
}
#footer div.box:nth-child(3) h5 {
	padding-left: 5%;
}
#footer div.box:nth-child(1) {
	border-left: 0;
}
#footer div.box:nth-child(7) {
	border-right: 0;
}
#wrapper {
	width:96%;
	margin:0 2%;
}
.subnav {
	width:100%;
}
#nybanner {
	width:100%;
	height:200px;
	position:relative;
	transition: all 0.5s ease;
	-webkit-transition: all 0.3s ease;
}
#nybanner img {
	width:1200px;
	max-width:none;
	height:200px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-600px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.3s ease;
}
}
@media screen and (max-width:768px) {
	iframe{width: 100%;min-height: 350px;}
#footer div.box ul {
	display: none;
}
#footer div.box {
	padding: 0;
}
#footer {
	position: relative;
}
#fotnav, #copyright {
	width: 70%;
	text-align: left;
	background: url(../images/hui.png) repeat-y top right;
}
#copyright p {
	text-align:left;
}
#fotnav h5 {
	padding: 5px 0;
	border: 0;
	width: auto;
	font-size: 1em;
}
#footer div.box:nth-child(3) h5 {
	padding: 5px 0;
}
#footer div.box, #footer div.box:nth-child(3) {
	width: auto;
	border: 0;
}
#footer div.box:nth-child(7) {
	width: 28%;
	display: block;
	position: absolute;
	top: 0;
	right: 2%;
	padding: 10px 0;
}
#footer div.box:nth-child(7) div {
	padding: 0;
	width: 40%;
	float: right;
}
#footer div.box:nth-child(7) h5, #footer div.box:nth-child(7) span {
	width: 60%;
	float: left;
	text-align: center;
}
#footer div.box:nth-child(7) h5 {
	padding-top: 10%;
}
/*page*/
#page li {
	height:30px;
	line-height:28px;
}
#page li a{
	display:block;
	width:28px;
	height:28px;
	border:1px #ccc solid;
	border-radius:3px;
	font-size:1em;
	color:#666;
}
}
@media screen and (max-width:720px) {
	iframe{width: 100%;min-height: 350px;}
#nybanner {
	height:120px;
}
#nybanner img {
	width:720px;
	height:120px;
	margin-left:-360px;
}
}
@media screen and (max-width:640px) {
	iframe{width: 100%;min-height: 250px;}
#header {
	height: 50px;
	padding: 5px 0;
}
#head_right .right_top {
	position: absolute;
	height: 50px;
	left: 0;
	top: 60px;
	width: 100%;
}
#header #hide {
	top: 17.5px;
}
#logo img {
	width: auto;
	height: 50px;
	overflow: hidden;
}
.indexh5 {
	background-position: 10px -140px;
	width: auto;
	padding: 0 15px 0 40px;
	margin-bottom: 15px;
}
#fotnav {
	padding: 10px 0;
	width: 96%;
	margin: 0 2%;
}
#copyright {
	width: 96%;
	border: 0;
	border-top: 1px #424242 solid;
	margin: 0 2%;
	background: none;
}
#fotnav {
	width: 45%;
	border-bottom: 0;
}
#footer div.box:nth-child(7) {
	width: 50%;
}
#footer div.box:nth-child(7) div {
	width: 35%;
	max-width: 72px;
}
#fotnav h5 {
	padding: 0;
}
#footer div.box:nth-child(3) h5 {
	padding: 0;
}
#footer div.box:nth-child(7) h5 {
	padding-top: 8%;
}
#footer div.box, #footer div.box:nth-child(3) {
	display: block;
	width: 49%;
	float: left;
}
#copyright .orange {
	font-size: 1.1em;
}
/*page*/
#page {
	padding:15px 0;
}
#page li {
	margin:0 1px;
}
#page li:first-child a,#page li:last-child a{
	width:50px;
}
}
