﻿@charset "utf-8";
	*,*:before,*:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline:0;
}
#bsWXBox {
	box-sizing:content-box;
}
ul {
	list-style:none;
}
@font-face {
	font-family:"FuturaBT Medium";
	src:url("../font/FuturaBT Medium.woff2") format("woff2"),url("../font/FuturaBT Medium.woff") format("woff"),url("../font/FuturaBT Medium.ttf") format("truetype"),url("../font/FuturaBT Medium.eot") format("embedded-opentype"),url("../font/FuturaBT Medium.svg") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"Futura-Book";
	src:url("../font/Futura-Book.woff2") format("woff2"),url("../font/Futura-Book.woff") format("woff"),url("../font/Futura-Book.ttf") format("truetype"),url("../font/Futura-Book.eot") format("embedded-opentype"),url("../font/Futura-Book.svg") format("svg");
}
body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select {
	margin:0;
	padding:0;
}
body {
	font-family:Futura-Book,Arial,Helvetica,'Microsoft YaHei',SimSun,Sans-serif;
	font-size:14px;
	color:#222;
	line-height:1.5;
	width:100%;
}
a:link,a:visited {
	text-decoration:none;
	outline:0;
	color:#666;
}
a:hover,a:active,a:focus {
	color:#666;
	text-decoration:none;
}
img {
	border:0;
	max-width:100%;
}
table {
	border-collapse:collapse;
	width:100%;
}
input,textarea {
	font-family:arial;
	font-size:14px;
	outline:0;
	overflow:hidden;
}
input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
	cursor:pointer;
	outline:0;
}
input[type='checkbox'],input[type='radio'] {
	position:relative;
	vertical-align:middle;
	margin-top:-2px;
	margin-bottom:1px;
	margin-left:5px;
	margin-right:5px;
}
textarea,input[type='email'],input[type='date'],input[type='password'],input[type='text'] {
	padding:0;
	color:#666;
	outline:0;
}
input[type="submit"],input[type="reset"],input[type="button"],input[type='text'],select,button {
	-webkit-appearance:none;
}
select {
	background:url(../images/arrow.png) no-repeat center right;
}
input,select,textarea {
	-webkit-appearance:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	border-radius:0;
}
::-webkit-input-placeholder {
	color:#666;
}
:-moz-placeholder {
	color:#666;
	opacity:1;
}
::-moz-placeholder {
	color:#666;
	opacity:1;
}
:-ms-input-placeholder {
	color:#666;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clearfix:after {
	clear:both;
	height:0;
	content:"";
	line-height:0;
	font-size:0;
	display:block;
}
.pic {
	width:100%;
	overflow:hidden;
	position:relative;
}
.pic:after {
	content:"";
	display:block;
	padding-bottom:100%;
}
.middleCenter {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-width:100%;
	max-height:100%;
	display:block;
	vertical-align:middle;
	text-align:center;
	margin:auto;
}
.container {
	margin-right:auto;
	margin-left:auto;
	padding-right:10px;
	padding-left:10px;
	width:1220px;
}
@media (max-width:1200px) {
	.container {
	margin-right:auto;
	margin-left:auto;
	padding-right:10px;
	padding-left:10px;
	width:100%;
}
}.header {
	height:100px;
}
.header .container {
	width:95%;
}
.header .logo {
	padding:10px 0;
	overflow:hidden;
	float:left;
}
.header .logo img {
	max-height:75px;
}
.header .header-right {
	float:right;
}
.header .header-right ul {
	float:left;
}
.header .header-right ul li {
	font-size:16px;
	cursor:pointer;
	float:left;
	position:relative;
	text-transform:capitalize;
	margin-right:15px;
}
.header .header-right ul li a {
	display:block;
	transition:all .16s;
	padding:0 17px;
	line-height:100px;
	color:#222;
	font-weight:bold;
}
.header .header-right ul li:hover a {
	color:#2d61a0;
}
.header .header-right ul li:hover .subnav {
	display:block;
}
.header .header-right ul li .subnav {
	display:none;
	position:absolute;
	left:50%;
	margin-left:-80px;
	top:100px;
	z-index:999;
	width:160px;
	font-size:14px;
	background:#2d61a0;
}
.header .header-right ul li .subnav li {
	display:block;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-transform:none;
	height:40px;
}
.header .header-right ul li .subnav li a {
	display:block;
	height:40px;
	line-height:40px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#fff;
	padding:0 10px;
	font-size:14px;
	text-align:center;
	border-top:0;
	box-shadow:none;
	border-radius:inherit;
	font-weight:normal;
	margin:0;
}
.header .header-right ul li .subnav li a:hover {
	background:#0358ab;
	color:#fff;
}
.header .header-right ul li .subnav .active a {
	background:#2d61a0;
	color:#fff;
	font-weight:normal;
	font-size:14px;
	box-shadow:none;
}
.header .header-right ul li .pronav {
	width:260px;
}
.header .header-right ul li .pronav li a {
	text-align:left;
	padding-left:20px;
}
.header .header-right ul .active a {
	color:#2d61a0;
}
.header-search {
	float:right;
}
.header-search .pull-right {
	height:100px;
	line-height:100px;
}
.header-search .pull-right a {
	display:block;
	height:100px;
	line-height:100px;
	width:100px;
	text-align:center;
	background:url(../images/search.png) no-repeat center center;
}
.header-search .pull-right a img {
	vertical-align:middle;
}
.header-search .pull-right a:hover {
	background:url(../images/searchover.png) no-repeat center center;
}
.search {
	z-index:9;
	position:relative;
}
.search .btn-search-max {
	z-index:2;
	-webkit-transition:All .2s ease-in-out;
	transition:All .2s ease-in-out;
	position:relative;
}
.search .btn-search-max * {
	display:inline-block;
	vertical-align:middle;
}
.search .search-main {
	top:0;
	right:0;
	z-index:9;
	width:420px;
	display:none;
	position:absolute;
	background-color:#fff;
	padding:10px 30px 10px 10px;
}
.search-container {
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	position:relative;
}
.search-container .form-control {
	text-align:left;
	box-shadow:0;
	border-radius:0;
	width:100%;
    color:#ababab;
	font-size:14px;
	color:#333;
	line-height:38px;
	height:40px;
	vertical-align:top;
	padding:0 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #2d61a0;
}
.search-container .btn {
	top:0;
	border:0;
	right:0;
	color:#e20008;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:url(../images/search2.png) no-repeat center center;
	outline:0;
}
.search-container .btn:hover {
	background:#2d61a0 url(../images/search1.png) no-repeat center center;
}
.search-container .form-control:focus {
	transition:border linear .2s,box-shadow linear .5s;
	border:1px solid #2d61a0;
}
#search-closed {
	right:0;
	top:10px;
	max-width:30px;
	position:absolute;
	cursor:pointer;
}
.phone-nav {
	position:absolute;
	font-size:30px;
	right:15px;
	top:0;
	line-height:70px;
	display:none;
	color:#666;
}
#mmenu {
	z-index:99999;
	text-transform:capitalize;
}
@media (max-width:1200px) {
	.header{
	height:70px;
}
.header .logo img {
	height:45px;
}
.header .header-right ul {
	display:none;
}
.header-search .pull-right {
	height:70px;
	line-height:70px;
}
.header-search .pull-right a {
	height:70px;
	line-height:70px;
	width:70px;
	margin-right:30px;
}
.phone-nav {
	display:block;
}
}.home-banner {
	overflow:hidden;
	width:100%;
	position:relative;
}
.home-banner .home-banner-slick {
	overflow:hidden;
}
.home-banner .home-banner-slick .slick-slide {
	position:relative;
}
.home-banner .home-banner-slick .slick-slide img {
	width:100%;
}
.home-banner .slick-dots {
	z-index:10;
	bottom:20px;
	line-height:0;
	text-align:center;
}
.home-banner .slick-dots li {
	margin:0 4px;
	padding:0;
	width:16px;
	height:16px;
}
.home-banner .slick-dots li button {
	width:16px;
	height:16px;
	display:block;
	background:url("../images/dot.png") no-repeat center center;
}
.home-banner .slick-dots li button:before {
	content:"";
}
.home-banner .slick-dots .slick-active button {
	background:url("../images/doth.png") no-repeat center center;
}
.home-banner .slick-dots .slick-active button:before {
	color:transparent;
}
.home-banner-phone {
	overflow:hidden;
	width:100%;
	position:relative;
	display:none;
}
.home-banner-phone .home-banner-slick-phone {
	overflow:hidden;
}
.home-banner-phone .home-banner-slick-phone .slick-slide {
	position:relative;
}
.home-banner-phone .home-banner-slick-phone .slick-slide img {
	width:100%;
}
.home-banner-phone .slick-dots {
	z-index:10;
	bottom:20px;
	line-height:0;
	text-align:center;
}
.home-banner-phone .slick-dots li {
	margin:0 4px;
	padding:0;
	width:16px;
	height:16px;
}
.home-banner-phone .slick-dots li button {
	width:16px;
	height:16px;
	display:block;
	background:url("../images/dot.png") no-repeat center center;
}
.home-banner-phone .slick-dots li button:before {
	content:"";
}
.home-banner-phone .slick-dots .slick-active button {
	background:url("../images/doth.png") no-repeat center center;
}
.home-banner-phone .slick-dots .slick-active button:before {
	color:transparent;
}
@media (max-width:768px) {
	.home-banner {
	display:none;
}
.home-banner-phone {
	display:block;
}
.home-banner .slick-dots {
	bottom:20px;
	text-align:center;
	padding:0;
}
}.mobile-footer-menu {
	display:none;
	height:54px;
}
@media (max-width:768px) {
	.mobile-footer-menu {
	display:block;
	width:100%;
	background:#2d61a0;
	padding:5px 0;
	position:fixed;
	left:0;
	bottom:0;
	z-index:99;
	list-style:none;
	font-size:12px;
}
.mobile-footer-menu li {
	width:25%;
	float:left;
	position:relative;
}
.mobile-footer-menu li:after {
	content:"";
	position:absolute;
	height:42px;
	width:1px;
	background:rgba(255,255,255,0.1);
	right:0;
	top:2px;
}
.mobile-footer-menu li span {
	width:24px;
	height:24px;
	display:block;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.mobile-footer-menu li span img {
	max-width:100%;
}
.mobile-footer-menu li em {
	text-transform:capitalize;
	font-style:normal;
	text-align:center;
	display:block;
	color:#fff;
	height:20px;
	line-height:20px;
	overflow:hidden;
}
.mobile-footer-menu li:last-child:after {
	display:none;
}
}.home-case {
	padding:40px 0;
	overflow:hidden;
}
.home-case ul {
	margin:0 -10px;
}
.home-case ul li {
	width:25%;
	padding:0 10px;
	float:left;
}
.home-case ul li .pic img {
	transition:.5s;
}
.home-case ul li .pic i {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	z-index:1;
	background:url("../images/video.png") no-repeat center center;
}
.home-case ul li .pic:after {
	padding-bottom:67%;
}
.home-case ul li h3 {
	height:40px;
	line-height:40px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	color:#333;
	font-size:16px;
	padding:0 5px;
}
.home-case ul li:hover .pic img {
	transform:scale(1.03);
}
.home-case ul li:hover h3 {
	color:#2d61a0;
}
.home-about {
	padding:40px 0;
	overflow:hidden;
	background:#f5f5f5;
}
.home-about .title {
	display:block;
	color:#222;
	margin-bottom:40px;
	font-weight:normal;
	font-size:32px;
	text-transform:capitalize;
}
.home-about .more a {
	display:block;
	width:130px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#333;
	color:#fff;
	transition:.5s;
}
.home-about .more a:hover {
	background:#e45d28;
}
.home-about .about-left {
	float:left;
	width:40%;
}
.home-about .about-left .about-p {
	height:72px;
	overflow:hidden;
	margin-top:5px;
	line-height:24px;
	color:#333;
	font-size:16px;
	margin-bottom:10px;
}
.home-about .about-left .about-list {
	margin-bottom:30px;
	overflow:hidden;
	margin-top:34px;
}
.home-about .about-left .about-list a {
	display:block;
	margin-right:20px;
	color:#2d61a0;
}
.home-about .about-left .about-list a:hover h3 {
	text-decoration:underline;
}
.home-about .about-left .about-list ul li {
	width:33.3333333%;
	float:left;
	text-align:center;
}
.home-about .about-left .about-list ul li .pic {
	height:60px;
	width:60px;
	margin:0 auto;
}
.home-about .product-right {
	float:right;
	width:55%;
}
.home-about .product-right ul {
	overflow:hidden;
	margin:0 -10px;
}
.home-about .product-right ul li {
	width:50%;
	float:left;
	padding:0 10px;
	margin-bottom:20px;
	position:relative;
}
.home-about .product-right ul li .pic {
	transition:all .3s linear;
}
.home-about .product-right ul li .pic a {
	display:block;
	position:relative;
}
.home-about .product-right ul li .pic a:after {
	padding-bottom:60%;
	content:"";
	display:block;
}
.home-about .product-right ul li .pic img {
	transition:.5s;
}
.home-about .product-right ul li .pic:after {
	padding-bottom:0;
}
.home-about .product-right ul li .pic .mengban {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	z-index:2;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-size:20px;
	letter-spacing:3px;
	transition:.5s;
	display:none \9;
}
.home-about .product-right ul li .pic .mengban div {
	padding:0 20px;
	width:100%;
	position:relative;
	height:100%;
}
.home-about .product-right ul li .pic .mengban span {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding:0 5px;
	border:1px solid #fff;
	margin-top:-20px;
	top:50%;
	position:relative;
	width:100%;
}
.home-about .product-right ul li:hover .pic img {
	transform:scale(1.05);
}
.home-about .product-right ul li:hover .pic .mengban {
	opacity:1;
	display:block \9;
	box-shadow:inset 0 0 0 300px rgba(0,0,0,0.4),inset 0 0 0 0 rgba(255,255,255,0.4),0 1px 2px rgba(0,0,0,0.4);
}
.home-news {
	padding:40px 0;
	overflow:hidden;
}
.home-news .title {
	display:block;
	color:#222;
	margin-bottom:40px;
	font-weight:normal;
	font-size:32px;
	text-transform:capitalize;
}
.home-news .more a {
	display:block;
	width:130px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#333;
	color:#fff;
	transition:.5s;
}
.home-news .more a:hover {
	background:#e45d28;
}
.home-news .news-left {
	width:60%;
	float:left;
}
.home-news .news-left .news-info {
	float:left;
	width:45%;
	overflow:hidden;
}
.home-news .news-left .news-info1 {
	float:right;
	width:50%;
	overflow:hidden;
}
.home-news .news-left .news-bottom {
	overflow:hidden;
}
.home-news .news-left .news-one {
	margin-bottom:20px;
	overflow:hidden;
}
.home-news .news-left .news-one .pic img {
	transition:.5s;
}
.home-news .news-left .news-one .pic:after {
	padding-bottom:57%;
}
.home-news .news-left .news-one .bt {
	line-height:24px;
	height:48px;
	overflow:hidden;
	margin-top:5px;
	color:#333;
	font-size:16px;
}
.home-news .news-left .news-one .time {
	color:#999;
	margin-top:5px;
	font-size:12px;
}
.home-news .news-left .news-one:hover .pic img {
	transform:scale(1.03);
}
.home-news .news-left .news-one:hover .bt {
	color:#2d61a0;
}
.home-news .news-left ul li {
	border-bottom:1px solid #d3d3d3;
	padding-bottom:22px;
	margin-bottom:22px;
	overflow:hidden;
}
.home-news .news-left ul li a {
	color:#333;
	line-height:24px;
	max-height:48px;
	overflow:hidden;
	display:block;
	font-size:16px;
}
.home-news .news-left ul li a:hover {
	color:#2d61a0;
}
.home-news .news-right {
	width:35%;
	float:right;
}
.home-news .news-right .comName {
	font-weight:bold;
	color:#000;
	margin-bottom:20px;
	font-size:20px;
}
.home-news .news-right .conType {
	overflow:hidden;
	margin-bottom:20px;
}
.home-news .news-right .conType ul li {
	font-size:14px;
	line-height:25px;
	margin-bottom:6px;
}
.home-news .news-right .conType ul li strong {
	color:#333;
}
.home-news .news-right .conType ul li a {
	color:#2d61a0;
}
.home-news .news-right .conType ul li a:hover {
	text-decoration:underline;
}
.footer .footer-top {
	background:#e3e3e3;
	padding:40px 0;
	overflow:hidden;
}
.footer .footer-top .footer-topleft {
	width:70%;
	float:left;
	border-right:1px solid #f1f1f1;
}
.footer .footer-top .footer-topleft ul li {
	float:left;
	width:50%;
}
.footer .footer-top .footer-topleft ul li a {
	text-transform:capitalize;
	font-weight:bold;
	color:#48b2ef;
	font-size:16px;
	margin-bottom:25px;
	display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	padding-right:20px;
}
.footer .footer-top .footer-topleft ul li a:hover {
	color:#2d61a0;
	text-decoration:underline;
}
.footer .footer-top .footer-topleft ul li ul li {
	float:none;
	margin-bottom:10px;
	width:100%;
}
.footer .footer-top .footer-topleft ul li ul li a {
	color:#333;
	font-weight:normal;
	margin-bottom:0;
}
.footer .footer-top .footer-topright {
	width:30%;
	float:right;
	padding-left:20px;
}
.footer .footer-top .footer-topright h3 {
	text-transform:capitalize;
	font-weight:bold;
	color:#48b2ef;
	font-size:16px;
	margin-bottom:25px;
	display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.footer .footer-top .footer-topright ul li {
	margin-bottom:10px;
}
.footer .footer-top .footer-topright ul li a {
	color:#333;
	position:relative;
	display:block;
}
.footer .footer-top .footer-topright ul li a:before {
	content:'';
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:24px;
	display:inline-block;
	color:#fff;
	border-radius:4px;
	margin-right:14px;
	vertical-align:middle;
	position:relative;
	z-index:5;
}
.footer .footer-top .footer-topright ul li a:hover {
	text-decoration:underline;
}
.footer .footer-top .footer-topright ul li .facebook:before {
	background:url("../images/facebook.png") no-repeat center center;
}
.footer .footer-top .footer-topright ul li .youtube:before {
	background:url("../images/youtube.png") no-repeat center center;
}

.footer .footer-top .footer-topright ul li .twitter:before {
	background:url("../images/twitter.png") no-repeat center center;
}

.footer .footer-top .footer-topright ul li .linkedIn:before {
	background:url("../images/linkedIn.png") no-repeat center center;
}

.footer .footer-bottom {
	overflow:hidden;
}
.footer .footer-bottom .footer-contact {
	text-align:center;
	border-top:1px solid #f1f1f1;
	padding:40px 0;
}
.footer .footer-bottom .footer-contact ul li {
	display:inline-block;
	text-align:center;
	margin:0 10px;
	line-height:30px;
	font-size:14px;
}
.footer .footer-bottom .footer-contact ul li strong {
	color:#3a5897;
	font-weight:normal;
}
.footer .footer-bottom .footer-contact ul li a {
	color:#777;
}
.footer .footer-bottom .footer-contact ul li a:hover {
	color:#2d61a0;
	text-decoration:underline;
}
.footer .footer-bottom .footer-nav {
	line-height:70px;
}
.footer .footer-bottom .footer-nav ul {
	text-align:center;
}
.footer .footer-bottom .footer-nav ul li {
	display:inline-block;
	text-transform:uppercase;
	margin:0 5px;
}
.footer .footer-bottom .footer-nav ul li a:hover {
	color:#2d61a0;
}
@font-face {
	font-family:"BEBAS";
	src:url("../font/BEBAS.woff2") format("woff2"),url("../font/BEBAS.woff") format("woff"),url("../font/BEBAS.ttf") format("truetype"),url("../font/BEBAS.eot") format("embedded-opentype"),url("../font/BEBAS.svg") format("svg");
}
#goTop {
	position:fixed;
	width:38px;
	height:38px;
	line-height:38px;
	text-align:center;
	color:#fff;
	background:url("../images/top.png") no-repeat center center;
	opacity:.6;
	bottom:6%;
	right:3%;
	overflow:hidden;
	display:none;
	cursor:pointer;
	z-index:999;
}
.order {
	background:#4596d7;
	width:110px;
	height:138px;
	position:fixed;
	bottom:100px;
	right:-5px;
	transition:.5s;
	padding-right:10px;
}
.order a {
	color:#fff;
	font-size:30px;
	display:block;
	text-transform:uppercase;
	line-height:35px;
	padding:45px 5px 5px 5px;
	background:url("../images/jiantou.png") no-repeat center 10px;
	text-align:center;
	font-family:"BEBAS";
}
.order:hover {
	right:0;
}
@media (max-width:768px) {
	.footer {
	margin-bottom:54px;
}
}.inbanner {
	overflow:hidden;
	width:100%;
}
.inbanner .inbanner-slick {
	overflow:hidden;
	position:relative;
	padding:45px 0;
	background:#e3e3e3;
	text-align:center;
}
.inbanner .inbanner-slick .inbanner-title h3 {
	font-size:50px;
	color:#000;
	margin-bottom:2px;
	line-height:70px;
	font-weight:normal;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	text-transform:capitalize;
}
.inbanner .inbanner-slick .inbanner-title .current {
	color:#555;
	font-size:14px;
	padding-top:3px;
}
.inbanner .inbanner-slick .inbanner-title .current a {
	color:#555;
}
.inbanner .inbanner-slick .inbanner-title .current b {
	font-weight:normal;
}
.inbanner .inbanner-slick .inban-pc {
	display:block;
}
.inbanner .inbanner-slick .inban-mobile {
	display:none;
}
.inmain {
	min-height:500px;
}
.content {
	padding:60px 0;
	overflow:hidden;
}
.product ul li {
	margin-bottom:60px;
	overflow:hidden;
}
.product ul li .pro-title {
	margin-bottom:28px;
	padding-bottom:7px;
	border-bottom:1px solid #d8d8d8;
	overflow:hidden;
	position:relative;
}
.product ul li .pro-title h3 {
	color:#333;
	font-size:24px;
	float:left;
	font-weight:normal;
	line-height:1.3;
}
.product ul li .pro-title span {
	color:#333;
	font-size:14px;
	float:right;
	padding-top:8px;
}
.product ul li .pro-title:hover span {
	color:#2d61a0;
}
.product ul li ul li {
	float:left;
	width:25%;
	padding:0 10px;
	margin-bottom:0;
}
.product ul li ul li .pic {
	border:1px solid #f5f5f5;
	overflow:hidden;
}
.product ul li ul li .pic:after {
	padding-bottom:60%;
}
.product ul li ul li .bt {
	margin-top:15px;
	color:#333;
	display:block;
	font-size:14px;
	line-height:24px;
	height:48px;
	overflow:hidden;
	font-weight:normal;
}
.product ul li ul li:hover .bt {
	color:#2d61a0;
}
.aside {
	width:23%;
	float:left;
}
.aside .title {
	color:#fff;
	padding:30px 0;
	background:#2d61a0;
	text-align:center;
	font-size:26px;
	line-height:1.2;
	text-transform:uppercase;
}
.aside ul {
	border:1px solid #ddd;
	border-bottom:0;
}
.aside ul li {
	position:relative;
	font-size:14px;
	border-bottom:1px solid #ddd;
}
.aside ul li a {
	display:block;
	padding:0 13px 0 40px;
	line-height:45px;
	color:#222;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.aside ul li ul {
	display:none;
	transition:.5s;
	background:#fff;
	position:absolute;
	top:-1px;
	left:100%;
	z-index:4;
	border:1px solid #ddd;
	border-bottom:0;
}
.aside ul li ul li {
	padding-left:10px;
	position:relative;
}
.aside ul li ul li a {
	background:0;
	padding:0 8px 0 0;
	max-width:280px;
}
.aside ul li ul li ul {
	display:none;
}
.aside ul li ul li ul li {
	background:0;
}
.aside ul li ul li ul li a {
	color:#444;
}
.aside ul li ul li:hover {
	background:#2d61a0;
}
.aside ul li ul li:hover a {
	background:0;
	color:#fff;
}
.aside ul li ul li:hover ul {
	display:block;
}
.aside ul li ul li:hover ul li {
	background:0;
}
.aside ul li ul li:hover ul li a {
	color:#444;
}
.aside ul li ul li:hover ul li:hover {
	background:#2d61a0;
}
.aside ul li ul li:hover ul li:hover a {
	background:0;
	color:#fff;
}
.aside ul li:hover {
	background:#2d61a0;
}
.aside ul li:hover a {
	background:url("../images/gou.png") no-repeat 10px 16px;
	color:#fff;
}
.aside ul li:hover ul {
	display:block;
}
.aside ul li:hover ul li a {
	background:0;
	color:#222;
}
.aside ul li:hover ul li ul {
	display:none;
}
.aside ul li:hover ul li:hover {
	background:#2d61a0;
}
.aside ul li:hover ul li:hover a {
	background:0;
	color:#fff;
}
.aside ul li:hover ul li:hover ul {
	display:block;
	padding:0;
}
.aside ul li:hover ul li:hover ul li {
	background:0;
}
.aside ul li:hover ul li:hover ul li a {
	color:#444;
}
.aside ul li:hover ul li:hover ul li:hover {
	background:#2d61a0;
}
.aside ul li:hover ul li:hover ul li:hover a {
	background:0;
	color:#fff;
}
.aside ul .active {
	background:#2d61a0;
}
.aside ul .active a {
	background:url("../images/gou.png") no-repeat 10px 16px;
	color:#fff;
}
.aside ul .active ul {
	display:none;
}
.aside ul .active ul li:hover {
	background:#2d61a0;
}
.aside ul .active ul li:hover a {
	background:0;
	color:#fff;
}
.aside ul .active ul li:hover ul {
	display:block;
	padding:0;
}
.aside ul .active ul li:hover ul li {
	background:0;
}
.aside ul .active ul li:hover ul li a {
	color:#444;
}
.aside ul .active ul li:hover ul li:hover {
	background:#2d61a0;
}
.aside ul .active ul li:hover ul li:hover a {
	background:0;
	color:#fff;
}
.product-right {
	width:70%;
	float:right;
}
.product-list .product-right ul {
	margin:0 -10px;
	overflow:hidden;
}
.product-list .product-right ul li {
	float:left;
	width:25%;
	padding:0 10px;
	margin-bottom:20px;
}
.product-list .product-right ul li .pic {
	border:1px solid #f5f5f5;
}
.product-list .product-right ul li .pic:after {
	padding-bottom:60%;
}
.product-list .product-right ul li .bt {
	margin-top:5px;
	color:#333;
	display:block;
	font-size:14px;
	line-height:24px;
	height:48px;
	overflow:hidden;
	font-weight:normal;
}
.product-list .product-right ul li:hover .bt {
	color:#2d61a0;
}
.pageNum {
	margin:1% 0;
	display:inline-block;
width: 100%;
}
.pageNum a,.pageNum span {
	font-size:12px;
	line-height:16px;
	padding:6px 11px;
	display:inline-block;
	margin-right:6px;
	margin-bottom:7px;
	border:1px solid #d7d7d5;
	color:#000;
}
.pageNum a:hover,.pageNum a.cur,.pageNum a.cpb {
	color:#fff;
	background:#e45d28;
}
.case .product-right ul {
	margin:0 -10px;
	overflow:hidden;
}
.case .product-right ul li {
	width:33.333333333%;
	padding:0 10px;
	float:left;
	margin-bottom:20px;
}
.case .product-right ul li .pic img {
	transition:.5s;
}
.case .product-right ul li .pic:after {
	padding-bottom:67%;
}
.case .product-right ul li h3 {
	height:40px;
	line-height:40px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	color:#000;
	font-size:14px;
	padding:0 5px;
	font-weight:normal;
}
.case .product-right ul li:hover .pic img {
	transform:scale(1.03);
}
.case .product-right ul li:hover h3 {
	color:#2d61a0;
}
.newDetop .title {
	text-align:center;
	font-weight:bold;
	color:#48b2ef;
	font-size:28px;
	line-height:50px;
	display:block;
}
.newDetop .date {
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;
	margin-bottom:20px;
	overflow:hidden;
}
.news-p {
	padding-bottom:20px;
	overflow:hidden;
}
.related {
	border-bottom:1px dashed #ccc;
	padding-bottom:20px;
	overflow:hidden;
}
.related .title {
	color:#e53333;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
.related ul {
	margin:0 -10px;
	overflow:hidden;
}
.related ul li {
	float:left;
	width:25%;
	padding:0 10px;
}
.related ul li .pic {
	border:1px solid #f5f5f5;
}
.related ul li .pic:after {
	padding-bottom:60%;
}
.related ul li .bt {
	margin-top:5px;
	color:#333;
	display:block;
	font-size:14px;
	line-height:24px;
	height:48px;
	overflow:hidden;
	font-weight:normal;
}
.related ul li:hover .bt {
	color:#2d61a0;
}
.news {
	padding:60px 0;
	overflow:hidden;
}
.news .product-right ul {
	margin:0 -10px;
	overflow:hidden;
}
.news .product-right ul li {
	float:left;
	padding:0 10px;
	width:33.3333333%;
	margin-bottom:20px;
}
.news .product-right ul li .pic {
	overflow:hidden;
}
.news .product-right ul li .pic img {
	transition:.5s;
}
.news .product-right ul li .pic:after {
	padding-bottom:58%;
}
.news .product-right ul li h3 {
	font-weight:normal;
	font-size:14px;
	line-height:24px;
	overflow:hidden;
	margin-top:5px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.news .product-right ul li:hover .pic img {
	transform:scale(1.03);
}
.news .product-right ul li:hover h3 {
	color:#2d61a0;
}
.contact .comName {
	font-weight:bold;
	color:#000;
	margin-bottom:20px;
	font-size:20px;
}
.contact .conType {
	overflow:hidden;
	margin-bottom:20px;
}
.contact .conType ul li {
	font-size:14px;
	line-height:25px;
	margin-bottom:10px;
}
.contact .conType ul li strong {
	color:#333;
}
.contact .conType ul li a {
	color:#2d61a0;
}
.contact .conType ul li a:hover {
	text-decoration:underline;
}
.message {
	border:1px solid #ddd;
}
.message .title {
	background:#48b2ef;
	font-size:18px;
	line-height:1;
	padding:15px;
	width:100%;
	color:#fff;
	margin-bottom:15px;
	text-transform:capitalize;
}
.message ul {
	overflow:hidden;
}
.message ul li {
	margin-bottom:15px;
	position:relative;
	float:left;
	width:50%;
	padding:0 15px;
}

.message ul li font{
    position:absolute;
    right:16px;
    top:0;
    font-size:12px;
    color:#f00;
    display:none;
}

.message ul li label {
	display:block;
	color:#222;
	padding:0 0 5px 0;
}
.message ul li input {
	outline:0;
	border:1px solid #e2e2e2;
	width:100%;
	height:31px;
	line-height:31px;
	padding:2px 14px 2px 10px;
	font-size:14px;
	color:#333;
	position:relative;
}
.message ul li textarea {
	outline:0;
	border:1px solid #e2e2e2;
	width:100%;
	height:140px;
	line-height:24px;
	padding-left:10px;
	padding-top:10px;
	font-size:14px;
	color:#999;
	position:relative;
}
.message input:focus,.message textarea:focus {
	transition:border linear .2s,box-shadow linear .5s;
	-moz-transition:border linear .2s,-moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #4596d7;
}
.message .btn2 {
	margin-bottom:15px;
	text-align:center;
}
.message .btn2 input {
	padding:7px 15px;
	color:#fff;
	font-size:14px;
	line-height:21px;
	min-width:110px;
	border:0;
	background:#666;
	transition:.5s;
	text-transform:capitalize;
	font-weight:bold;
}
.message .btn2 input:hover {
	background:#4596d7;
}
.pro-top {
	overflow:hidden;
	margin-bottom:40px;
}
.pro-top .slick-prev {
	left:0;
}
.pro-top .slick-next {
	right:0;
}
.pro-top .pro-left {
	width:50%;
	float:left;
}
.pro-top .pro-left .slick-prev:before,.pro-top .pro-left .slick-next:before {
	display:none;
}
.pro-top .pro-left .pro-max {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:relative;
	cursor:pointer;
	border:1px solid #ccc;
}
.pro-top .pro-left .pro-max .item i {
	display:block;
	padding-bottom:66%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.pro-top .pro-left .pro-min {
	margin-top:10px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.pro-top .pro-left .pro-min .getIndex {
	display:inline-block;
	*float:none;
	*display:inline;
	zoom:1;
	text-align:center;
}
.pro-top .pro-left .pro-min .getIndex .item {
	margin-left:5px;
	margin-right:5px;
}
.pro-top .pro-left .pro-min .getIndex .item i {
	display:block;
	padding-bottom:66%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.pro-top .pro-left .pro-min .getIndex .item i:hover {
	cursor:pointer;
}
.pro-top .pro-left .pro-min .slick-current .item i img {
	border:2px solid #2d61a0;
}
.pro-top .pro-right {
	width:50%;
	padding-left:20px;
	float:right;
}
.pro-top .pro-right .pro-name {
	font-size:24px;
	color:#000;
}
.pro-top .pro-right .pro-p {
	color:#999;
	font-size:14px;
	border-bottom:1px dashed #ccc;
	padding:10px 0;
	overflow:hidden;
}
.pro-top .pro-right .contact {
	display:block;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:14px;
	width:90px;
	margin-top:20px;
}
.pro-top .pro-right .contact a {
	color:#fff;
	background:#1e283a;
	display:block;
	border-radius:3px;
}
.pro-top .pro-right .contact a:hover {
	background:#2d61a0;
}
.pro-bottom {
	margin-bottom:30px;
	overflow:hidden;
}
.pro-bottom .procate {
	overflow:hidden;
}
.pro-bottom .procate ul li {
	float:left;
	width:50%;
	height:68px;
	line-height:68px;
	font-size:18px;
	background:#e3e3e3;
	text-align:center;
	cursor:pointer;
	border-right:1px solid #fff;
}
.pro-bottom .procate ul .sel {
	background:#2d61a0;
}
.pro-bottom .procate ul .sel a {
	color:#fff;
}
.pro-bottom .proshow {
	border:1px solid #e5e5e5;
	padding:15px;
}
.pro-bottom .proshow .info {
	display:none;
}
.pro-bottom .proshow .info table {
	text-align:center;
}
.pro-bottom .proshow .info table td {
	padding:5px;
	border:1px solid #ccc;
}
.product-show .message {
	margin-bottom:30px;
	overflow:hidden;
}
.list-honor .honor-info {
	overflow:hidden;
}
.list-honor a {
	width:25%;
	float:left;
	padding:0 10px;
	margin-bottom:30px;
}
.list-honor a .pic {
	border:1px solid #ccc;
}
.list-honor a .pic img {
	transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	-webkit-transition:all .3s linear;
}
.list-honor a .pic:after {
	padding-bottom:130%;
}
.list-honor a .pic:hover i {
	display:block;
}
.list-honor a .pic:hover img {
	transform:scale(1.1);
}
.list-honor a .pic i {
	background:url(../images/bg4.png) repeat center center;
	text-align:center;
	position:absolute;
	width:inherit;
	height:inherit;
	padding-top:60%;
	z-index:100;
	top:0;
	display:none;
	width:100%;
	padding-bottom:120%;
}
.list-honor a .pic i img {
	margin-top:-15px;
	width:50px;
	height:50px;
}
.list-honor a span {
	color:#333;
	margin-top:10px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-align:center;
	display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	max-width:100%;
}
@media (max-width:768px) {
	.list-honor a{
	width:50%;
}
.list-honor a {
	margin-bottom:20px;
}
}.page {
	overflow:hidden;
	padding-top:10px;
}
.page a {
	display:inline-block;
	line-height:32px;
	height:32px;
	font-size:12px;
}
.page a:hover {
	color:#4596d7;
}
.map {
	width:100%;
	margin:0 auto;
}
.map dl {
	border:#d6dbe1 solid 1px;
	border-top:#2d61a0 solid 2px;
	border-bottom:0;
	margin:0 0 20px 0;
}
.map dl dt {
	background:#fcfcfc;
	color:#2d61a0;
	font-size:16px;
	line-height:40px;
	border-bottom:#d6dbe1 solid 1px;
	padding:0 0 0 20px;
}
.map dl dt a {
	color:#333;
}
.map dl dt a:hover {
	color:#003e7e;
}
.map dl dt img {
	margin-left:20px;
}
.map dl dd {
	font-size:12px;
	line-height:30px;
	overflow:hidden;
	padding-top:10px;
}
.map dl dd p {
	padding:0 0 0 20px;
	clear:both;
}
.map dl dd p a {
	color:#2d61a0;
	font-weight:bold;
	line-height:40px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.map dl dd p a:hover {
	color:#003e7e;
}
.map dl dd div {
	clear:both;
	overflow:hidden;
	line-height:30px;
	border-bottom:#d6dbe1 solid 1px;
	padding:0 20px 10px 10px;
}
.map dl dd div a {
	color:#333;
	float:left;
	padding:0 10px 0 10px;
}
.map dl dd div a:hover {
	background:#2d61a0;
	color:#fff;
}
.map dl:hover {
	background:#f5f8fa;
}
.map dl:hover dt a {
	color:#2d61a0;
}
.video-list {
	margin:0 -10px;
}
.video-list li {
	width:33.3333333%;
	padding:0 10px;
	float:left;
	margin-bottom:20px;
}
.video-list li .pic img {
	transition:.5s;
}
.video-list li .pic i {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	z-index:1;
	background:url("../images/video.png") no-repeat center center;
}
.video-list li .pic:after {
	padding-bottom:67%;
}
.video-list li h3 {
	height:40px;
	line-height:40px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	color:#333;
	font-size:16px;
	padding:0 5px;
}
.video-list li:hover .pic img {
	transform:scale(1.03);
}
.video-list li:hover h3 {
	color:#2d61a0;
}
@media (max-width:768px) {
	.home-case {
	padding:20px 0;
}
.home-about {
	padding:20px 0;
}
.home-news {
	padding:20px 0;
}
.home-case ul li {
	width:50%;
}
.home-about .about-left {
	width:100%;
	float:none;
	margin-bottom:15px;
}
.home-about .product-right {
	width:100%;
	float:none;
}
.home-about .title {
	margin-bottom:10px;
	font-size:26px;
}
.home-about .about-left .about-p {
	height:auto;
}
.home-about .about-left .about-list {
	margin:20px 0;
}
.home-about .more a {
	width:100px;
	height:35px;
	line-height:35px;
	font-size:12px;
}
.home-news .title {
	margin-bottom:10px;
	font-size:26px;
}
.home-news .more a {
	width:100px;
	height:35px;
	line-height:35px;
	font-size:12px;
}
.home-news .news-left {
	width:100%;
	float:none;
	margin-bottom:15px;
	overflow:hidden;
}
.home-news .news-left .news-bottom {
	margin-bottom:5px;
}
.home-news .news-right {
	width:100%;
	float:none;
}
.home-news .news-right .conType {
	margin-bottom:5px;
}
#goTop {
	bottom:60px;
}
.order {
	display:none;
}
.footer .footer-top {
	padding:20px 0;
}
.footer .footer-top .footer-topleft ul li a {
	margin-bottom:5px;
}
.footer .footer-top .footer-topleft {
	width:100%;
	float:none;
	overflow:hidden;
}
.footer .footer-top .footer-topleft ul li ul li a {
	font-size:14px;
}
.footer .footer-top .footer-topright {
	width:100%;
	float:none;
	padding-left:0;
}
.footer .footer-top .footer-topright h3 {
	margin-bottom:5px;
}
.footer .footer-top .footer-topright ul li {
	float:left;
	margin-right:10px;
	margin-bottom:0;
}
.footer .footer-bottom .footer-nav {
	line-height:50px;
	font-size:12px;
}
.footer .footer-bottom .footer-contact {
	padding:10px 0;
}
.footer .footer-bottom .footer-contact ul li {
	line-height:22px;
}
.content {
	padding:25px 0;
}
.inbanner .inbanner-slick {
	padding:20px 0;
}
.inbanner .inbanner-slick .inbanner-title h3 {
	font-size:36px;
	line-height:50px;
}
.inbanner .inbanner-slick .inbanner-title .current {
	padding-top:0;
}
.aside {
	display:none;
}
.product-right {
	width:100%;
	float:none;
}
.pageNum span.row {
	display:none;
}
.newDetop .title {
	font-size:20px;
	line-height:35px;
}
.newDetop .date {
	text-align:center;
	font-size:12px;
}
.news-p {
	padding-bottom:10px;
}
.newDetop .date {
	margin-bottom:10px;
}
.product ul li ul {
	margin:0 -5px;
}
.product ul li ul li {
	padding:0 5px;
}
.home-banner-phone .slick-dots {
	bottom:5px;
}
.home-banner-phone .slick-dots li {
	width:10px;
	height:10px;
}
.home-banner-phone .slick-dots li button {
	width:10px;
	height:10px;
	background-size:10px;
}
.home-banner-phone .slick-dots .slick-active button {
	background-size:10px;
}
.list-honor a .pic:hover i {
	display:none;
}
}
@media (max-width:520px) {
    .home-news .news-left .news-one {
        width: 100%;
        float: none;
    }

    .home-news .news-left ul {
        width: 100%;
        float: none;
    }

    .home-news .news-left .news-one {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #d3d3d3;
    }

        .home-news .news-left .news-one .bt {
            font-size: 14px;
        }

    .home-news .news-left ul li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .home-news .news-left ul li a {
            font-size: 14px;
        }

    .message ul li {
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .news .product-right ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .inbanner .inbanner-slick .inbanner-title h3 {
        font-size: 26px;
        line-height: 40px;
    }

    .case .product-right ul li {
        width: 33.3333333%;
        margin-bottom: 10px;
    }

    .related ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .related {
        padding-bottom: 10px;
    }

    .product ul li {
        margin-bottom: 20px;
    }

        .product ul li ul li {
            width: 50%;
            margin-bottom: 10px;
        }

        .product ul li .pro-title h3 {
            font-size: 18px;
        }

        .product ul li .pro-title {
            margin-bottom: 15px;
        }

            .product ul li .pro-title span {
                padding-top: 0;
            }

    .product-list .product-right ul li {
        width: 33.3333333%;
        margin-bottom: 10px;
    }

    .pro-top .pro-left {
        width: 100%;
    }

    .pro-top .pro-right {
        width: 100%;
        padding: 0;
    }

    .pro-top {
        margin-bottom: 20px;
    }

        .pro-top .pro-right .pro-name {
            margin-top: 10px;
            font-size: 20px;
        }

    .pro-bottom .procate ul li {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    .home-case ul li {
        padding: 0 5px;
    }

    .home-case ul {
        margin: 0 -5px;
    }

        .home-case ul li h3 {
            font-size: 14px;
        }

    .home-about .product-right ul li {
        padding: 0 5px;
    }

    .home-about .product-right ul {
        margin: 0 -5px;
    }

        .home-about .product-right ul li .pic .mengban span {
            font-size: 14px;
        }

    .home-news .news-left .news-info {
        width: 100%;
        float: none;
    }

    .home-news .news-left .news-info1 {
        width: 100%;
        float: none;
    }

    .video-list li {
        width: 50%;
    }

        .video-list li .pic i {
            background-size: 40px;
        }

    .home-case ul li .pic i {
        background-size: 40px;
    }

    @media (max-width:414px) {
        .footer .footer-top .footer-topleft ul li {
            width: 100%;
            float: none;
        }

        .footer .footer-bottom .footer-nav {
            line-height: 25px;
            padding: 10px 0;
        }

        .home-about .about-left .about-list ul li h3 {
            font-size: 14px;
            font-weight: normal;
        }

        .home-about .about-left .about-list ul li .pic {
            width: 40px;
            height: 40px;
        }

        .home-about .about-left .about-p {
            font-size: 14px;
        }

        .home-about .title {
            font-size: 20px;
        }

        .home-news .title {
            font-size: 20px;
        }

        .home-news .news-right .comName {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .home-news .news-right .conType ul li {
            font-size: 12px;
            line-height: 21px;
            margin-bottom: 5px;
        }

        .search .search-main {
            width: 300px;
        }

        .contact .comName {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .contact .conType ul li {
            font-size: 12px;
            line-height: 21px;
            margin-bottom: 5px;
        }

        .message .title {
            font-size: 16px;
        }

        .message ul li {
            width: 100%;
        }

        .news .product-right ul {
            margin: 0 -5px;
        }

            .news .product-right ul li {
                padding: 0 5px;
            }

        .pageNum a.num {
            display: none;
        }

            .pageNum a.num.cur {
                display: inline-block;
            }

        .pageNum {
            width: 100%;
            text-align: center;
        }

        .case .product-right ul li {
            width: 50%;
        }

        .product ul li ul li .bt {
            font-size: 13px;
            margin-top: 5px;
        }

        .product-list .product-right ul li {
            width: 50%;
        }
    }
}

/*搜索弹出层*/
.search_mask
{
	background: url(../images/search_mask.png);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
}
.search_mask .s_box
{
	width: 350px;
	height: 136px;
	padding: 25px;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	position: absolute;
	margin-top: -68px;
	background: #fff;
}
.search_mask .s_box .text1
{
	text-align: center;
	line-height: 24px;
	color: #666;
	font-size: 16px;
}
.search_mask .s_box .sure
{
	width: 140px;
	height: 36px;
	display: block;
	margin: 20px auto 0;
	background: #00a0e9;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	letter-spacing: 5px;
}

/**********IE8***********/

.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  display: block;
  line-height: 24px;
  color: #666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}

.order {
    background: #4596d7;
    width: 130px;
    height: 138px;
    position: fixed;
    bottom: 100px;
    right: -5px;
    transition: .5s;
    padding-right: 10px
}

.order a {
    color: #fff;
    font-size: 30px;
    display: block;
    text-transform: uppercase;
    font-family: "DIN-Light";
    line-height: 35px;
    padding: 45px 5px 5px 5px;
    background: url("../images/jiantou.png") no-repeat center 10px;
    text-align: center;
    font-weight: bold
}

.order:hover {
    right: 0
}