﻿@charset "utf-8";
/* CSS Document */
html {
	font-family:sans-serif;
    -webkit-text-size-adjust:100%;
}
body {
	margin:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display:block;
}
audio,canvas,progress,video {
	display:inline-block;
	vertical-align:baseline;
}
audio:not([controls]) {
	display:none;
	height:0;
}
[hidden],template {
	display:none;
}
a {
	background-color:transparent;
}
a:active,
a:hover {
	outline:0;
}
abbr[title] {
	border-bottom:1px dotted;
}
b,strong {
	font-weight:700;
}
dfn {
	font-style:italic;
}
h1 {
	font-size:2em;
	margin:.67em 0;
}
mark {
	background:#ff0;
	color:#000;
}
small {
	font-size:80%;
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup {
	top:-.5em;
}
sub {
	bottom:-.25em;
}
img {
	border:0;
}
svg:not(:root) {
	overflow:hidden;
}
figure {
	margin:1em 40px;
}
hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}
pre {
	overflow:auto;
}
code,kbd,pre,samp {
	font-family:monospace,monospace;
	font-size:1em;
}
button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0;
}
button {
	overflow:visible;
}
button,select {
	text-transform:none;
}
button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance:button;
	cursor:pointer;
}
button[disabled],html input[disabled] {
	cursor:default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0;
}
input {
	line-height:normal;
}
input[type=checkbox],input[type=radio] {
	box-sizing:border-box;
	padding:0;
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height:auto;
}
input[type=search] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance:none;
}
fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em;
}
legend {
	border:0;
	padding:0;
}
textarea {
	overflow:auto;
}
optgroup {
	font-weight:700;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td,th {
	padding:0;
}
/*! reset.css */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin:0;
	padding:0;	
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
iframe {
	display:block;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:400
}
input:required {
	border:none;
	box-shadow:none;
}
input:valid {
	background-color:#fff;
	box-shadow:none;
}
input:invalid {
	background-color:transparent;
	box-shadow:none;
}
/*input:-webkit-autofill { 
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}*/

:focus {
	-moz-outline-style:none;
	outline:0;
}
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.hide {
	display:none!important;
}
.show {
	display:block!important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ovh{
	overflow: hidden;
}
.table{
	display: table;
}
.table-cell{
	display: table-cell;
}
.bg-f8f8f8{
	background: #f8f8f8;
}
.color-fff{
	color: #fff !important;
}
.color-000{
	color: #000 !important;
}
.clear{
	clear: both;
}
/*! common.css */
html {
	background:#fff;
}
body {
	font-family: Arial,"Microsoft Yahei","微软雅黑",STHeiti,"华文细黑",sans-serif;
	color:#555;
	font-size: 14px;
	background: #fff;
	margin: 0 auto;
	overflow-x: hidden;
	min-width: 320px;
}
a {
	color:#555;
	cursor:pointer;
	-moz-transition:all .15s ease-out;
	-webkit-transition:all .15s ease-out;
	-o-transition:all .15s ease-out;
	transition:all .15s ease-out;
	text-decoration:none
}

@font-face {font-family: 'iconfont';
    src: url('font/iconfont.eot'); /* IE9*/
    src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: 0.001rem; */
    -moz-osx-font-smoothing: grayscale;
}
.container {
	width:1200px;
	margin-left:auto;
	margin-right:auto
}
.container:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0
}
.hidden {
	overflow-y:hidden
}
.mac-hidden {
	overflow:hidden
}
.uppc{
	text-transform: uppercase;
}
.h100{
	height: 100%;
	position: relative;
}

.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.flex-middle{
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align:center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.flex-center{
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-pack:center;  
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.fx1{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}

.wrapper{
	width: 93.75%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

.head{
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
.search-content{
	background: #4867aa;
	padding: 16px 0;
	display: none;
}
.search-content form{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
    width: 93.75%;
}
.close-search{
	position: absolute;
	top: 50%;
	right: 0;
	color: #fff;
	font-size: 22px;
	width: 24px;
	height: 24px;
	margin-top: -11px;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.close-search:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.search-submit{
    border-top-right-radius: 30px;
    cursor: pointer;
    border-bottom-right-radius: 30px;
    float: left;
    width: 46px;
    border: none;
    line-height: 34px;
    height: 34px;
    padding: 0;
    background: #fff;
} 
.search-submit:before{
	content: '\e960';
	font-family: 'iconfont';
	color: #4867aa;
	font-size: 22px;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.search-keywords{
	float: left;
    background: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    line-height: 24px;
    padding: 5px 0;
    height: 34px;
    width: 440px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #646464;
    text-indent: 20px;
    border: none;
    outline: none;
}
header{
	width: 100%;
	height: 110px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 7px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 0 14px rgba(0,0,0,.24);
}
.logo{
	float: left;
	font-size: 0;
	line-height: 0;
	margin-top: 0px;
}
.logo img{
	 height: 95px;
}
.header-content{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}
.language{
	margin-top: 9px;
	width: 26px;
	height: 26px;
	background: #abc6ff;
	border-radius: 3px;
	text-align: center;
	line-height: 26px;
	color: #606060;
	font-size: 14px;
	cursor: pointer;
        margin-left: 25px;
}
.user{
	width: 26px;
	height: 26px;
	position: relative;
	margin: 9px 0 0 0;
	cursor: pointer;
}
.user:after{
	content: '\e623';
	font-family: 'iconfont';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 26px;
	width: 26px;
	height: 26px;
	border-radius: 3px;
	background: #abc6ff;
	font-size: 16px;
	color: #606060;
}
.user-list{
	position: absolute;
	top: 42px;
	left: 50%;
	margin-left: -38px;
	padding-top: 20px;
	z-index: 3;
	width: 76px;
	display: none;
}
.user-list ul{
	border-top: 2px solid #4867aa;
	background: #fff;
	padding: 12px 0;
}
.user-list ul li{
	padding: 3px 0;
	white-space: nowrap;
	text-align: center;
}
.user-list ul li a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.search-btn{
	width: 26px;
	height: 26px;
	position: relative;
	cursor: pointer;
	margin: 9px 25px 0 0;
}
.search-btn:after{
	content: '\e610';
	font-family: 'iconfont';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 28px;
	width: 26px;
	height: 26px;
	font-weight: lighter;
    border-radius: 3px;
    background: #abc6ff;
    font-size: 18px;
    color: #000;
}
.header-right-btns{
	margin-right: 30px;
	height: 46px;
}
nav{
	height: 50px;
	margin-top: 5px;
}
nav>ul{
}
nav li{
	margin: 0 30px;
	position: relative;
	height: 50px;
	float: left;
}
nav li.on>a{
	color: #4867aa;
}
nav li>a{
	display: block;
	line-height: 40px;
	height: 40px;
	font-size: 15px;
	color: #505050;
	font-weight: bold;
}
nav li:hover>a{
	color: #4867aa;
}
nav li:first-of-type dd a{
	color: #404040;
}
nav li:nth-of-type(1){
	margin-left:0;
}
/*nav li:nth-of-type(1) a{
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
}
nav li:nth-of-type(1) a:after{
	display: block;
	content: '\e626';
	font-family: 'iconfont';
	color: #707070;
	font-size: 16px;
	width: 100%;
	text-align: center;
	line-height: 40px;
}
nav li:nth-of-type(1):hover a:after{
	color: #4867aa;
}*/
nav li:nth-of-type(3) .sub-nav{
	left: -85px;
}
nav li:nth-of-type(4) .sub-nav{
	left: -85px;
}
nav li:nth-of-type(5) .sub-nav{
	left: -85px;
}
nav li:nth-of-type(6) .sub-nav{
	left: -85px;
}
nav li:nth-of-type(7) .sub-nav{
	left: -85px;
}
nav li:nth-of-type(8) .sub-nav{
	left: -85px;
}
.sub-nav{
	position: absolute;
	padding-top: 20px;
	top: 41px;
	left: -30px;
	z-index: 9;
	display: none;
}
.sub-nav-list{
	position: relative;
	background: rgba(255,255,255,.86);
	/* border-top: 2px solid #4867aa; */
	font-size: 0;
	white-space: nowrap;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
}
.sub-nav-list dl{
	padding:10px;
	border-right: 1px solid #d8d8d8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 210px;white-space:nowrap; overflow:hidden;text-overflow: ellipsis;
	vertical-align: top;
}
nav li:nth-of-type(2) dl:first-of-type{
	min-width: 138px;
}
nav li:nth-of-type(2) dl:first-of-type dd a{
	font-weight: bold;
	color: #404040;
}
nav li:nth-of-type(3) dl:last-of-type{
	padding-right: 0;
	width: 230px;
}
.sub-nav-list dl a{
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
}
.sub-nav-list dl a:hover{
	color: #4867aa;
}
.sub-nav-list dt,
.sub-nav-list dd{
	padding: 6px 0;
}
.sub-nav-list dt a{
	color: #404040;
        font-weight: bold;
}
.sub-nav-list dt a img{
	display: block;
	width: 170px;
	height: 80px;
	margin-top: 10px;
}
.sub-nav-list dt a .txt{
	font-size: 12px;
	color: #999;
	line-height: 18px;
	width: 170px;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
	margin-top: 10px;
	font-weight: normal;
}
.sub-nav-list dt:hover a .txt{
	color: #4867aa;
}
.sub-nav-list dd a{
	color: #888;
}
.sub-nav-arr{
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 11px solid #fff;
	position: absolute;
	top: 51px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	display: none;
	opacity: 0.86;
}
.sub-nav-arr:after{
	content: '';
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 11px solid #fff;
	position: absolute;
	top: 3px;
	left: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	display: none;
}
.sub-nav-news{
	width: 580px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 30px;
}
.sub-nav-news .tit{
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: bold;
}
.sub-nav-news .tit span{
	color: #999;
	font-size: 14px;
	margin-left: 8px;
	font-weight: normal;
}
.sub-nav-news a{
	display: block;
	overflow: hidden;
	white-space: normal;
}
.sub-nav-news .txt{
	float: left;
	width: 286px;
}
.sub-nav-news .info{
	font-size: 14px;
	color: #999;
	line-height: 22px;
	margin-top: 10px;
}
.sub-nav-news img{
	float: right;
	width: 206px;
	height: 138px;
	display: block;
}
.sub-nav-news a:hover .tit,
.sub-nav-news a:hover .tit span,
.sub-nav-news a:hover .info{
	color: #4867aa;
}
.sub-nav-tech-list{
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	white-space: normal;
	width: 100%;
}
.sub-nav-tech img{
	width: 170px;
	display: block;
	margin-bottom: 11px;
}
.sub-nav-tech-list span{
	color: #909090;
	font-size: 14px;
	display: block;
	width: 100px;
	line-height: 24px;
	padding: 6px 0;
}



.search-btn:hover:after{
	color: #fff;
	background: #4867aa;
}
.trigger{
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin-top: 5px;
	display: none;
}
.trigger:after{
	content: '\e6b9';
	font-family: 'iconfont';
	color: #777;
	font-size: 22px;
	line-height: 30px;
}

footer{
	padding: 50px 0;
	background:#000;
}
.footer-nav .wrapper{
	padding-bottom: 30px;
	white-space:  nowrap;
}
.footer-nav dl{
	margin-right: 64px;
}
.footer-nav dt {
	margin-bottom: 8px;
	line-height: 1.5;
	font-weight: bold;
	color: #d4d4d4;
}
.footer-nav dt a{
	font-size: 14px;
	color: #d4d4d4;
}
.footer-nav dd{
	line-height: 24px;
	padding: 4px 0;
}
.footer-nav dd a{
	font-size: 12px;
	color: #d4d4d4;
}
.footer-nav a:hover{
    color:#4867aa;
}
.footer-info{
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 14px;
}
.footer-logo{
	font-size: 0;
	float: left;
}
.footer-logo img{
	height: 64px;
}
.footer-mail{
	padding-top:0px;
	line-height: 1.5;
	float: right;
}
.footer-mail>*{
	font-size: 14px;
	display: inline-block;
	color: #d4d4d4;
}
.footer-mail .tit{
	position: relative;
}
.footer-mail .tit:before{
	content: '\e612';
	font-family: 'iconfont';
	color: #4867aa;
	margin-right: 4px;
}
.footer-mail .mail{
}
.footer-bottom{
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 6% 0;
	color: #adadad;
}
.footer-bottom-link{
	float: left;
}
.footer-bottom-link a{
	color: #adadad;
}
.footer-bottom-link span{
	margin: 0 10px;
}
.footer-copy{
	float: right;
}
.footer-copy a{
	color: #adadad;
}
.nav-content{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #272727;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15% 0;
	overflow-y: auto;
	display: none;
}
.nav-content .close-nav{
	position: fixed;
	top: 15px;
	right: 20px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index:  100;
}
.nav-content .close-nav:before{
	content: '\e63b';
	font-family: 'iconfont';
	color: #fff;
	font-size: 30px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	pointer-events:  none;
}

.go-top{
	background: rgba(0,0,0,.6);
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	width: 70px;
	height: 70px;
	border-radius: 4px;
	position: fixed;
	bottom: 100px;
	right: 40px;
	cursor: pointer;
	z-index: 8;
	display: none;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: lighter;
	line-height: 68px;
	-webkit-text-stroke-width: 0.02rem;
	-webkit-text-stroke-color: transparent;
}
.go-top:hover{
	background-color: #4867aa;
}

.page-box{
	text-align: center;
	font-size: 0;
}
.page-box>a,
.page-box>span,
.page-box>input{
	display: inline-block;
	font-size: 14px;
}
.page-box .num,
.page-box .prev,
.page-box .next,
.page-box .go,
.page-box .submit{
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background: #fff;
	height: 32px;
	line-height: 32px;
	margin: 0 2px;
	color: #444;
}
.page-box .num,
.page-box .go{
	width: 48px;
}
.page-box .prev,
.page-box .next{
	width: 76px;
}
.page-box .dot{
	margin: 0 8px;
}
.page-box .total{
	margin: 0 18px;
}
.page-box .go{
	margin: 0 9px;
	text-align: center;
	padding: 0;
}
.page-box .submit{
	background: #fff;
	padding: 0;
	width: 48px;
	height: 34px;
	margin-left: 10px;
}
.page-box .num.on{
	background: #4867aa;
	color: #fff;
}

.ask-wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 200;
    display: none;
}
.ask-login{
    position: fixed;
    width: 700px;
    left: 50%;
    top: 200px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 201;
    background-color: #fff;
    font-size: 16px;
    display: none;
}
.ask-login .close{
	font-size: 24px;
	color: #fff;
	width: 26px;
	height: 26px;
	line-height: 1;
	position: absolute;
	top: -32px;
	right: -10px;
}
.ask-login h3{
	font-size: 22px;
	color: #404040;
	text-align: center;
	line-height: 1.5;
	padding: 39px 0 9px;
}
.ask-login p{
	color: #808080;
	text-align: center;
	line-height: 1.5;
	padding-bottom: 7px;
}
.ask-login .login-input .tit{
	width: 110px;
	padding-left: 64px;
	line-height: 50px;
	color: #404040;
	font-size: 16px;
	float: left;
	position: relative;
}
.ask-login .r-star{
	color: #c70505;
	font-size: 30px;
	line-height: 30px;
	display: inline-block;
	position: absolute;
	top: 17px;
	right: 9px;
}
.ask-login .input-box{
	width: 418px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	display: inline-block;
}
/*.ask-login .input-box input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}*/
.ask-login .input-box .iconfont{
	width: 48px;
	height: 48px;
	line-height: 48px;
	float: left;
	font-size: 24px;
	text-align: center;
	color: #bfbfbf;
}
.ask-login .input-box input{
	width: calc(100% - 48px);
	height: 48px;
	line-height: 48px;
	border: 0;
	border-radius: 6px;
    padding: 0px 10px 0 10px;
    font-size: 16px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ask-login .login-input{
	margin-top: 30px;
}
.ask-login .login-check{
	font-size: 16px;
	padding-left: 174px;
	width: 425px;
	line-height: 1.5;
	color: #404040;
	padding-top: 24px;
}
.ask-login .login-check a{
	float: right;
	color: #4867aa;
}
.ask-login .login-check input{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 8px;
}
.ask-login .login-submit{
	text-align: center;
	padding-top: 44px;
	padding-bottom: 55px;
}
.ask-login .login-submit input{
	width: 130px;
    height: 40px;
    border: 0;
    color: #fff;
    font-size: 16px;
    background-color: #03A9F4;
    line-height: 40px;
    border-radius: 4px;
    padding: 0;
    margin: 0;
}
.ask-login .login-submit input[type=submit]{
	background-color: #4867aa;
	margin-right: 36px;
}
.buy-btn{
	width: 26px;
	height: 26px;
	position: relative;
	cursor: pointer;
	margin-top: 9px;
	margin-right: 25px;
}

.buy-btn:after {
    content: '\e60e';
    font-family: 'iconfont';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 28px;
    width: 26px;
    height: 26px;
    font-weight: lighter;
    border-radius: 3px;
    background: #abc6ff;
    font-size: 20px;
    color: #606060;
}
.search-box{
	background: #fff;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 46px;
	width: 0;
	margin-right: 20px;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}
.search-box.on{
	border: 1px solid #d2d2d2;
	width: 616px;
	position:relative;
	z-index:2;
}
.search-close-btn{
	font-size: 19px;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 10px 22px 0 0;
	line-height: 26px;
	display: none;
}
.search-close-btn:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.search-box .text{
	background: #fff;
    line-height: 24px;
    padding: 10px 10px;
    height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #646464;
    border: none;
    outline: none;
}
.search-box .submit{
    border-top-right-radius: 30px;
    cursor: pointer;
    border-bottom-right-radius: 30px;
    float: left;
    width: 48px;
    border: none;
    line-height: 48px;
    height: 44px;
    padding: 0;
    background: #fff;
}
.search-box .submit:before {
    content: '\e960';
    font-family: 'iconfont';
    color: #4867aa;
    font-size: 22px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
}



/* .footer-nav dl:nth-last-of-type(2){
	position: relative;
	padding-left: 62px;
}
.footer-nav dl:nth-last-of-type(2):before{
	content: '';
	display: block;
	position: absolute;
	top: 6px; 
	left: 0;
	width: 1px;
	height: 93px;
	background: rgba(255,255,255,.5);
}
.footer-nav dl:last-of-type dt，
.footer-nav dl:nth-last-of-type(2) dt{
	font-size: 14px;
	color: #d4d4d4;
}
.footer-nav dl:last-of-type dd a,
.footer-nav dl:nth-last-of-type(2) dd a{
	color: #b3ecff;
} */
.footer-nav .relative{
	position: relative;
	padding-left: 62px;
	width: 280px;
}
.footer-nav .relative:before{
	content: '';
	display: block;
	position: absolute;
	top: 6px; 
	left: 0;
	width: 1px;
	height: 93px;
	background: rgba(255,255,255,.5);
}
.footer-nav .relative .tit{
	margin-bottom: 8px;
    line-height: 1.5;
    font-weight: bold;
    color: #d4d4d4;
}
.footer-nav .relative .ovh div{
	float: left;
	width: 120px;
	line-height: 24px;
	padding: 4px 0;
}
.footer-nav .relative .ovh div:nth-of-type(2n){
	width: auto;
}
.footer-nav .relative .ovh div a {
    font-size: 12px;
    color: #b3ecff;
}

.nav-content .sub-nav-tit{
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-content .sub-nav-tit:after{
	display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    width: auto;
    background-color: #494b4d;
    opacity: .5;
}
.nav-content .sub-nav-tit a{
    font-size: 16px;
    line-height: 28px;
    color: #ebeff2;
    float: left;
    display: block;
}
.nav-content .sub-nav-tit span{
	float: right;
	position: relative;
	width: 28px;
	height: 28px;
}
.nav-content .sub-nav-tit span:before{
	content: '';
	height: 8px;
	width: 8px;
	display: block;
	border: 2px solid #e8e8e8;
	border-right-width: 0;
	border-top-width: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	top: 7px;
	left: 7px;
}
.nav-content li .side-nav-sub{
	position: relative;
    background-color: #494b4d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    overflow: hidden;
    display: none;
}
.nav-content li .side-nav-sub.on{
	max-height: 2000px;
}
.nav-content li .side-nav-sub dl{
	padding: 10px 0;
}
.nav-content li .side-nav-sub dd a{
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #909699;
}
.nav-content .wrapper{
	width: 100%;
	/* padding-top: 20px; */
}



.side-search{
	padding: 0 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.side-search form{
	border: 1px solid #ddd;
}
.side-search .side-search-keywords{
	border: none;
	outline: none;
	background: transparent;
	font-size: 14px;
	padding: 9px 10px;
	height: 22px;
	line-height: 22px;
	color: #fff;
}
.side-search .side-search-submit {
    cursor: pointer;
    float: left;
    width: 40px;
    border: none;
    line-height: 40px;
    height: 40px;
    padding: 0;
    background: none;
}
.side-search .side-search-submit:before {
    content: '\e610';
    font-family: 'iconfont';
    color: #eee;
    font-size: 22px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}










.social-btns {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 24px;
	overflow: hidden;
}
.social-btns a{
	color: #fff;
	display: block;
	margin-right: 10px;
	float: left;
	overflow: hidden;
}


.social-btns-language {
	font-size: 13px;
    color: #272727;
    background: #fff;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    text-align: center;
    line-height: 28px;
    margin-right: 6px;
}
.social-btns-language a {
	color: #272727;
	float: none;
	width: 100%;
	height: 28px;
}


.header-right-btns .social{
	margin-top: 9px;
    width: 26px;
    height: 26px;
    background: #abc6ff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    margin-left: 25px;
} 
.header-right-btns .social a{
	display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #606060;
    font-size: 19px;
    font-weight: lighter;
}



@media screen and (min-width: 1680px){
    header .wrapper{
    	max-width:1600px;
    }
}
@media screen and (min-width: 1480px){
    header .wrapper{
    	/* max-width:1440px; */
    }
}

@media screen and (max-width: 1479px){
    nav li{
    	margin: 0px 20px;
    }
}
@media screen and (max-width: 1200px){
	nav{
		display: none;
	}    
	header{
		height: 80px;
	}
	.logo{
		float: none;
		position: absolute;
		top: 0;
		left: calc(50% - 75px);
		margin-top: 0;
	}
	.trigger{
		display: block;
		margin-top: 5px;
	}
	.language{
		margin: 2px 0 0 5px;
    }
    .user{
    	margin-right: 0;
    	margin-left: 10px;
    }
    .search-btn{
    	display: none;
    }
	.buy-btn{
		display: none;
	}
	.header-right-btns{
		margin-right: 0;
	}
	.header-right-btns .social{
		margin-left: 5px;
	}
	.language {
		display: none;
	}
}
@media screen and (min-width: 1025px){	
	.language:hover,
	.user:hover:after,
        .buy-btn:hover:after{
		color: #fff;
		background: #4867aa;
	}
}
@media screen and (max-width: 1024px){
	.footer-nav{
		display: none;
	}
	.ask-login{
	position:  absolute;
	top: 100px;
	}
	.ask-login .login-input .tit{
		padding-left: 24px;
	}
	.ask-login .login-check{
		padding-left: 134px;
	}
}

@media screen and (max-width: 1200px){
	.logo img{
		height: 68px;
		margin-top:0px;
	}
}
@media screen and (max-width: 768px){
	header{
		height: 60px;
		padding-top: 10px;
	}
	.head{
		position: fixed;
	}
	.nav-content dt a{
		font-size: 18px;
	}
	.nav-content dd a{
		font-size: 14px;
	}
	.nav-content .close-nav:before{
		font-size: 26px;
	}
	.logo{
		top: 3px;
		left: calc(50% - 30px);
	}
	.logo img{
		height: 50px;
		margin-top:-8px;
	}
    .user-list{
    	left: auto;
    	margin: 0;
    	right: 0;
    	padding-top: 4px;
    }
    .search-keywords{
    	width: 60%;
    }
	.user.on:after{
		color: #fff;
		background: #4867aa;
	}
	.footer-logo{
		display: none;
	}
	.footer-mail{
		float: left;
	}
	.page-box .total,
	.page-box .goto,
	.page-box .go,
	.page-box .ye,
	.page-box .submit{
		display: none;
	}
	
	.ask-input.code .tit{
		float: none;
	}
	.ask-input.code input{
		display: block;
		margin-bottom: 15px;
	}

	.ask-login{
		width: calc(100% - 30px);
	}
	.ask-login .login-input .tit{
		float: none;
		padding-left: 0;
	}
	.ask-login .input-box{
		width: 100%;
	}
	.ask-login .login-check{
		padding-left: 0;
		width: 100%;
	}
	.ask-login>.wrapper{
		width: 86%;
	}
	.footer-bottom-link,
	.footer-copy{
		float: none;

	}
}

@media screen and (max-width: 480px){
	.telBox{ display:none;}
	header{
		height: 50px;
	}
	.header-right-btns .social{
		margin-top: 2px;
	}
	.user{
		margin-top: 2px;
	}
	.logo{
		top: 0;
	}
	.logo img{
		height:42px; margin-top:-6px;
	}
	.trigger{
		width: 28px;
		height: 28px;
		margin-top: 2px;
	}
	.trigger:after{
		font-size: 20px;
    	line-height: 28px;
	}
	footer{
		padding: 30px 0;
	}
	.footer-bottom{
		padding: 15px 0 0;
	}
	.footer-copy{
		padding: 15px 0 0;
	}
	.head{
		position: fixed;
	}
	.go-top{
		width: 40px;
		height: 40px;
		line-height: 38px;
		font-size: 10px;
		right: 20px;
		bottom: 20px;
		border-radius: 2px;
	}
	.page-box .prev, 
	.page-box .next{
		width: 4em;
		font-size: 12px;	
	}
	.page-box .num{
		font-size: 12px;
		width: 3em;
	}
	.page-box .dot{
		margin: 0 5px;
	}
	.ask-login{
	}
	.ask-login h3{
		padding-top: 15px;
		padding-bottom: 0;
		font-size: 20px;
	}
	.ask-login .login-input{
		margin-top: 5px;
	}
	.ask-login .login-check{
		padding-top: 15px;
	}
	.ask-login .login-check a{
		float: none;
		display: block;
		padding-top: 8px;
	}
	.ask-login .login-submit{
		padding: 20px 0 26px;
	}
	.ask-login .login-submit input[type=submit]{
		margin-right: 15px;
	}
	.ask-login .login-submit input{
		width: 90px;
	}
	.ask-login .login-input .tit{
		line-height: 30px;
	}
	.ask-login .r-star{
		top: 4px;
		right: auto;
		font-size: 22px;
	}
	.ask-login .input-box{
		height: 32px;
		line-height: 32px;
		border-radius: 3px;
	}
	.ask-login .input-box .iconfont{
		height: 28px;
		width: 28px;
		line-height: 28px;
		font-size: 16px;
	}
	.ask-login .input-box input{
		width: calc(100% - 28px);
		height: 32px;
		line-height: 32px;
		font-size: 16px;
	}
}



body.open-login{
	height: 100%;
	overflow: hidden;
}
header .wrapper {
	max-width: 1440px;
}










#showPage{ margin-top:40px; margin-bottom:30px;text-align:center;}
#showPage span,#showPage a{ display:inline-block; margin-right:10px; border:1px solid #ccc; padding:6px 12px; border-radius:5px; color:#666;}
#showPage a:hover{ color:#ef470d; border:1px solid #4867aa;}
#showPage .current{ color:#4867aa; border:1px solid #4867aa; font-weight:bold;}



.telBox{ position:absolute; top:9px; right:80px; z-index:1; background:url(../images/i_tel.png) left center no-repeat; padding-left:23px; line-height:26px; font-size:16px; font-weight:bold;}


#plateBox img{ width:100%;}


































