﻿@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: iconfont;
	src: url(../font/iconfont.eot);
	src: url(../font/iconfont.eot?#iefix) format('embedded-opentype'), url(../font/iconfont.woff) format('woff'), url(../font/iconfont.ttf) format('truetype'), url(../font/iconfont.svg#iconfont) format('svg')
}
.iconfont {
	font-family: iconfont!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale
}

body {
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	color: #222;
	font-size: 15px!important;
	line-height: 22px!important;
	font-family: Opensans!important
}
li, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none
}
input, textarea {
	outline: 0;
	resize: none;
	border: none
}
button {
	border: 0;
	outline: 0;
	cursor: pointer
}
.h1, .h2, .h3, .h4, .h5 {
	font-weight: 600
}
a {
	text-decoration: none;
	color: #222;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
a:focus, a:hover {
	color: #0a63bf;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0
}
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: 400
}
em {
	font-style: normal
}
button, input, select, textarea {
	vertical-align: middle;
	font-size: 15px;
	font-family: inherit;
	line-height: normal;
	outline: 0
}
table {
	border-collapse: collapse
}
.table td, .table th {
	border: 1px solid #cdcdcd;
	padding: 5px;
}
video {
	object-fit: contain
}
.clearfix:after {
	content: "";
	display: block;
	clear: both
}
.fl {
	float: left
}
.fr {
	float: right
}
.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}
.icontainer {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 25px
}
header {
	background: #0a63bf;
	position: relative;
	z-index: 5
}
header .icontainer {
	position: relative
}
.hshare:after, .nav-list:after, .tsearch:after, header .icontainer:after {
	content: "";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both
}
.nav-list select{
	padding-left: 24px;
	background: url("../images/lan.png") no-repeat 4px center;
	border: none;
	color: #fff;
	font-size: 14px;
	margin-top: -5px;
}
.nav-list select option{
	color: #333;
	padding: 15px 0;
}
.headtop {
	width: 100%;
	background: #fff;
	display: none
}
.hshare {
	float: left
}
.hshare li {
	margin-right: 14px;
	padding: 18px 0;
	float: left
}
.hshare li a {
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	overflow: hidden;
	position: relative
}
.hshare li a:after, .hshare li a:before {
	content: '';
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 2px solid #0a63bf;
	position: absolute;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.hshare li a:before {
	left: -100%;
	top: -100%
}
.hshare li a:after {
	right: -100%;
	bottom: -100%
}
.hshare li a:hover::before {
	left: 0;
	top: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.hshare li a:hover::after {
	right: 0;
	bottom: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.hshare li i {
	font-size: 20px;
	color: #0a63bf
}
.tsearch {
	position: relative;
	float: right;
	width: 220px;
	border: 1px solid #0a63bf;
	border-radius: 15px;
	overflow: hidden
}
.searchtxt {
	width: 180px;
	height: 30px;
	float: left;
	background: #fff;
	text-indent: 10px;
	color: #222;
	font-size: 14px
}
.tsearch i {
	float: left;
	width: 38px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #0a63bf;
	color: #fff;
	display: block
}
.searchbtn {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	width: 38px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: 0 0;
	cursor: pointer
}
.searchbtn:hover {
	background-color: transparent;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}
.logo {
	float: left;
	display: block;
	height: 105px;
	position: relative;
	width: 210px;
	margin:15px 20px 15px 0;
}
.logo img {
	max-height: 100%;
	max-width: 220px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
#nav {
	float: right
}
.nav-list>li {
	float: left;
	position: relative
}
.nav-list li a {
	display: block;
	text-transform: uppercase;
	margin: 0 15px;
	line-height: 135px;
	font-size: 16px;
	color: #fff;
	position: relative
}
.nav-list>li>a {
	position: relative
}
.nav-list>li>a:after {
	content: '';
	width: 0;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.nav-list>li>a:hover::after {
	width: 80%;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.nav-list li ul {
	display: none;
	background: rgba(255,255,255,.8);
	position: absolute;
	top: 100%;
	left: 0
}
.nav-list li:hover ul {
	display: block
}
.nav-list li ul li a {
	padding: 0 14px;
	margin: 0;
	text-transform: lowercase;
	display: block;
	color: #222;
	white-space: nowrap;
	height: 42px;
	line-height: 42px
}
.nav-list li ul li a:hover {
	background: rgba(10,99,191,.8);
	color: #fff
}
.hemenu {
	z-index: 9999999;
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.hemenu i.iconfont {
	font-size: 38px;
	color: #fff
}

@media screen and (max-width:1400px) {
.nav-list>li>a {
	margin: 0 12px
}
}

.phoneMap {
	display: none
}

@media screen and (max-width:1000px) {
	.pcMap {
		display: none;
	}

	.phoneMap {
		display: block;
	}

	.hemenu {
		display: block
	}

	.logo {
		height: 90px
	}

	#nav {
		display: none;
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		z-index: 99;
		padding: 0 25px
	}

	.nav-list {
		background: rgba(10,99,191,.8)
	}

		.nav-list > li {
			float: none;
			width: 100%
		}

			.nav-list > li > a {
				margin: 0;
				padding: 0 14px;
				line-height: 50px;
				text-align: center
			}

		.nav-list li ul {
			position: static
		}

			.nav-list li ul li a {
				text-align: center
			}
}

@media screen and (max-width:768px) {
#xyz {
	display: none
}
}

@media screen and (max-width:450px) {
.header {
	padding: 0 20px
}
.logo {
	height: 90px
}
.hemenu {
	right: 20px
}
}
/*footer {
	padding: 60px 0;
	background: #0d1119
}
.fonav:after, .footbottom:after, .footlist:after, .foshare:after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both
}
.footlist li {
	float: left;
	margin-right: 10%;
}
.footlist li:last-child{
	float: right;
	margin-right: 0;
}
.footlist li h3, .footlist li .h3 {
	text-transform: capitalize;
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px
}
.footlist li, .footlist li a, .footlist li p, .footlist li span {
	font-size: 16px;
	line-height: 26px;
	color: #8297a7
}
.footlist li a{
	display: block;
	line-height: 180%;
	margin-bottom: 10px;
}
.footlist li:first-child a:hover {
	color: #0a63bf
}
.footlist li .flistl{
	float: left;
	max-width: 540px;
}
.footlist li .flistl a{
	display:block;
	float: left;
	width: 248px;
	margin-right: 20px;
}
.footlist li .flistr{
	float: right;
}
.foshare{
	margin:20px 0 0 0;
}
.foshare a {
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	float: left;
	width: 54px;
	height: 54px;
	margin-right: 10px;
	text-align: center;
	line-height: 54px !important;
}
.footlist li .foshare a:nth-child(4n) {
	margin-right: 0
}
.foshare a i {
	color: #fff;
	font-size: 20px;
	position: relative;
	z-index: 1
}
.foshare a:after, .foshare a:before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #2e3192;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.foshare a:nth-child(2)::before {
	background: #00aeef
}
.foshare a:nth-child(3)::before {
	background: #ed3123
}
.footlist li .foshare a:nth-child(4)::before {
	background: #171a8f
}
.foshare a:after {
	background: #412efa;
	left: -100%
}
.foshare a:nth-child(2)::after {
	background: #00efdb
}
.foshare a:nth-child(3)::after {
	background: #fa0d00
}
.foshare a:nth-child(4)::after {
	background: #080de5
}
.foshare a:hover::before {
	left: 100%;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.foshare a:hover::after {
	left: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.footbottom {
	margin-top: 45px
}
.fonav {
	float: left
}
.fonav li {
	display: inline-block;
	margin-right: 20px;
	line-height: 60px
}
.fonav li a {
	overflow: hidden;
	display: block;
	position: relative;
	font-family: notosanscjk;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase
}
.fonav li a:after, .fonav li a:before {
	content: '';
	height: 2px;
	width: 100%;
	background: #fff;
	position: absolute;
	bottom: 4px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.fonav li a:before {
	left: -100%
}
.fonav li a:after {
	right: -100%;
	bottom: 8px
}
.fonav li a:hover::before {
	left: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.fonav li a:hover::after {
	right: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.copyright {
	font-size: 16px;
	color: #bbb;
	line-height: 60px;
	float: right
}

@media screen and (max-width:1460px) {
.footlist li {
	width: 42%;
	padding-right: 8%
}
.footlist li:first-child {
	width: 34%
}
.footlist li:last-child {
	width: 24%
}
.footlist li .foshare a {
	width: 44px;
	height: 44px;
	line-height: 44px
}
.fonav {
	width: 100%;
	margin-bottom: 15px;
	text-align: center
}
.fonav li {
	margin: 0;
	padding: 0 14px
}
.copyright {
	width: 100%;
	text-align: center;
	line-height: 28px
}
}

@media screen and (max-width:1000px) {
.footlist li {
	width: 100%!important;
	padding-right: 0;
	margin-bottom: 36px
}
.footlist li:last-child {
	margin-bottom: 0
}
.fonav li {
	margin: 0;
	padding: 0 8px
}
}

@media screen and (max-width:560px) {
.footlist li {
	width: 100%!important;
	padding-right: 0;
	margin-bottom: 36px
}
.footlist li:last-child {
	margin-bottom: 0
}
.fonav li {
	padding: 0 8px
}
}*/
/*.language_search {
	margin: 19px 0;
	display: flex;
	justify-content: flex-end
}
#xyz {
	position: relative;
	z-index: 99999;
	width: 120px;
	padding-top: 3px;
	margin-left: 10px
}
.xyz12 {
	border-radius: 3px;
	border: 1px solid #dcdcdc;
	width: 100%;
	padding: 0 4px;
	background: #fff;
	line-height: 25px;
	position: absolute;
	box-sizing: border-box
}
.xyz12 li {
	position: relative;
	height: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 25px;
	padding: 0 4px;
	z-index: 1;
	text-align: left
}
.xyz12 li a {
	color: #333;
	font-size: 12px
}
.xyz12 li.selected {
	border-top: 0
}
.xyz12 li.selected a {
	color: #8550d9
}
.xyz12 span {
	position: absolute;
	right: 6px;
	top: 2px;
	background: url(../font/amore.png) center no-repeat;
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	z-index: 100
}
.xyz12 span.dp {
	background: url(../font/amore1.png) center no-repeat
}
.xyz12 li img {
	vertical-align: middle;
	margin: -2px 7px 0 0;
	width: 16px
}*/
.product-info-title {
	font-size: 1.4375rem;
	color: #000;
	margin-bottom: 25px;
	margin-top: 25px;
	line-height: 30px
}
h1.inner-protypename {
	line-height: initial;
	margin-bottom: 20px
}

.banner{
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
}
.banner img{
	width: 100%;
} 

.seat{
	width: 100%;
	height: 52px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	color: #333;
	line-height: 52px;
}
.seat a{
	display: inline-block;
	color: #0a63bf;
}

/* 0514 Add */
footer{
	width: 100%;
	padding-top: 30px;
	background-color: #222222;
}
footer a.btlogo{
	display: block;
	text-align: center;
}
footer a.btlogo img{
	display: block;
	margin: 0 auto;
	max-height: 100%;
    max-width: 220px;
}
.btfoot_nav{
	padding: 30px 0 40px 0;
	text-align: center;
	overflow: hidden;
}
.btfoot_nav a{
	display: inline-block;
	line-height: 60px;
	margin: 0 30px;
	font-size: 18px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
}
.btfoot_nav a:after, .btfoot_nav a:before {
	content: '';
	height: 2px;
	width: 100%;
	background: #fff;
	position: absolute;
	bottom: 4px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.btfoot_nav a:before {
	left: -100%
}
.btfoot_nav a:after {
	right: -100%;
	bottom: 8px
}
.btfoot_nav a:hover::before {
	left: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.btfoot_nav a:hover::after {
	right: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.copyright{
	width: 100%;
	padding: 38px 0;
	background-color: #0d1119;
	font-size: 16px;
	color: #fff;
	text-align: center;
	letter-spacing:2pt;
}