﻿ 	@charset "UTF-8";

/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img, 
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
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,
mark,
audio,
video,
input {
	margin: 0;
	padding: 0;
}

.lj {
	text-align: left;
}

.nbsp {
	&nbsp;
	&nbsp;
	&nbsp;
	&nbsp;
	&nbsp;
	&nbsp;
	&nbsp;
	&nbsp;
	&nbsp;
	&nbsp;
	&nbsp;
	&nbsp;
	&nbsp;
	&nbsp;
	&nbsp;
}

hr {
	border-top: 1px dashed #999;
}

body {
	background: #fff;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	
}

ul,
li {
	list-style: none;
}

a {
	display: block;
}

a:link,
a:visited {
	
	text-decoration: none;
}
.list-title a:hover{
	color: red !important;
}

img {
	vertical-align: center;
	border: none;
}


/*通用样式*/

.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.wrapper_Short {
	width: 100%;
	margin: 0 auto;

}
.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.bk {
	border: 1px solid red;
}

h2 {
	padding-top: 35px;
}

h2 span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 130px;
	height: 35px;
	background: #072c4c;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 5px;
	line-height: 35px;
	vertical-align: middle;
}

h2 i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 65px;
	height: 1px;
	background: #072c4c;
	margin-bottom: 6px;
}


/*导航  样式*/

.nav {
	background: #FFFFFF;
	height: 66px;
	width: 100%;
	min-width: 1366px;
	top: 0;
	left: 0;
	z-index: 9;
	position: relative;
}
.nav11{
	background: #0270C1;
	height: 62px;
	border-bottom:2px solid #0270C1 ;
}
.nav-top{
	height: 60px;
	width: 100%;
}
.nav-news{
	float: right;
}
.nav-news li{
	float: left;
	line-height: 60px;
	margin-left: 30px;
}
.nav-news li a{
	color: #333333;
}
.nav h1 {
	float: left;
}

.nav .navMid {
	width: 100%;
	background: #0270C1;
}

.nav .down {
	float: left;
	height: 61px;
	line-height: 61px;
	width: auto;
	position: relative;
	transition: all 0.1s;
	z-index: 11;
	padding: 0px 25px;
	text-align: center;
}

.nav .down>ul {
	width: 140px;
	display: none;
	position: absolute;
	top: 61px;
	left: 0px;
	z-index: 3;
}

.nav .down>ul>li {
	width: 140px;
	height: 42px;
	background: #ffffff;
	color: #fff;
	text-align: center;
	line-height: 42px;
	-moz-box-shadow:2px 2px 5px #dedede; -webkit-box-shadow:2px 2px 5px #dedede; box-shadow:2px 2px 5px #dedede;
}
.nav .down> a{
	color: #FFFFFF;	
	font-size: 16px !important;
}
.nav .down>ul>li img{
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}

.nav .down>ul>li span {
	display: inline-block;
	width: 90px;
	height: 26px;
	color: #333333;
	line-height: 24px;
	
}

.nav .down:hover{ 
  	color: #09a7f9;
	background: #015CA0;
}
.nav .wrapper>ul>li>ul>li:hover{
	color: #1D8FE4 !important;
	background: #F5F5F5;
}
.nav_tc{
	float: left;
	margin-top: 22px;
	margin-right: 5px;
}
.nav .down:hover,
{
	color: #099ce8;
	border-bottom: 2px solid #FFFFFF;
}

.nav a:link,
.nav a:visited {
	/*color: #fff;*/
	font-size: 14px;
}

.nav .nav_right {
	width: 300px;
	height: 60px;
}

.nav .search {
	position: relative;
	width: 295px;
	height: 60px;
}

.nav .search input {
	outline: none;
}

.nav .search .search_box {
	width: 240px;
	height: 32px;
	background: url(../images/header/serch_left.png) no-repeat;
	border: none;
	position: absolute;
	top: 24px;
	left: 30px;
	text-indent: 10px;
	color: #999;
}

.nav .search .search_btn {
	background: url(../images/header/serch_right.png) no-repeat;
	border: none;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 29px;
	right: 36px;
}

.nav .nav_right .url {
	padding-top: 20px;
	margin-right: 16px;
}

.nav .nav_right .url img {
	transition: all 0.1s;
}

.nav .nav_right .url .jd {
	margin-left: 10px;
}

.nav .nav_right .url .jd a,
.nav .nav_right .url .tmall a {
	display: inline-block;
}

.nav .nav_right .url .tmall:hover img,
.nav .nav_right .url .jd:hover img {
	margin-top: 2px;
}

.breadcrumb{
	background: #FFFFFF;
	height: 65px;
	color: #333;
	line-height: 65px;
	font-size: 16px;
	color: #000000;
	border-bottom: 1px solid #eeeeee;
}
.nav .search {
	position: relative;
	width: 295px;
	height: 60px;
}
.search.fl.clearfix{
	position: relative;
	margin-top: 16px;
}
.search input {
	outline: none;
}

.search .search_box {
	width: 250px;
	height: 34px;
	background: url(../images/index/serch_left.png) no-repeat;
	border: none;
	top: 24px;
	left: 30px;
	text-indent: 10px;
	color: #999;
}

.search .search_btn {
	background: url(../images/index/serch_right.png) #1D8FE4 center no-repeat;
	border: none;
	width: 50px;
	height: 32px;
	position: absolute;
	top: 1px;
	right: 0px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

/*footer样式*/

.footer {
	background: #FFFFFF;
	width: 100%;
	min-width: 1366px;
	padding-top: 30px;
	height: 175px;
	float: left;
	text-align: left;
	border-top:1px solid #dddddd ;
}

.footer-box-content {
	width: 1200px;
	margin: 0 auto;
	height: 120px;
}

.footer-box-left {
	float: left;
	width: 50%;
	border-right: 1px solid #dddddd;
	height: 90px;
}

.footer-box-content-li {
	float: left;
	width: 20%;
	padding-right: 10px;
}

.footer-box-content ul li:last-child {
	margin-right: 0px;
}

.footer-box-content-item {
	width: 270px;
}

.footer-box-content-name {
	font-size: 18px;
	color: #FFFFFF;
	padding-bottom: 5px;
}

.footer-box-content-subli {
	padding-top: 10px;
	white-space: normal;
	word-break: break-all;
	overflow: hidden;
}

.footer-box-content-subli a,
.footer-box-content-subli span {
	font-size: 14px;
	color: #FFFFFF;
	opacity: 0.6;
	text-decoration: none;
	color: #c4c4c4;
}

.footer-box-content-subli a:hover {
	color: #108ee9;
}
.footer-tell{float: right;margin-right: 55px;margin-top: 25px;}
.footer-tell-a span{color: #2b2b2b;font-size: 14px;float: left;margin-top: 5px;margin-right: 10px;}
.footer-tell-a h3{float: left;color: #1D8FE4;font-size: 24px;}
.footer-tell-a p{color: #666;} 
.footer-box-right {
	float: right;
	width: 49%;
}

.footer-box-right-title {
	padding-bottom: 16px;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-top: 10px;
}

.footer-box-right-item {
	font-size: 14px;
	color: #FFFFFF;
}

.footer-box-right-item.footer-box-right-item-opacity {
	opacity: 0.6;
}

.footer-box-right-item img {
	width: 55px;
	height: 55px;
	
}

.body-footer {
	clear: both;
}


.site-footer .copyright {
	text-align: center;
	color: #2b2b2b;
	font-size: 14px;
	
}

.site-footer .server {
	color: #232940;
}
.box_ewm{
	float: left;
	text-align: center;
	width: 150px;
}
.site-footer{
	width: 100%;
	float: left;
	text-align: center;
	height: 55px;
	background: #FFFFFF;
	line-height: 55px;
}
.footer-box-left img{
	float: left;
	margin: 5px 70px;
}
.footer-wj{
	background: url(../images/footer-icon1.png) center left no-repeat;
	padding-left: 20px;
	margin-left: 20px;
	
}
body{
	background:url(../images/index/back.png) #f5f5f5 no-repeat ;
	background-size:100% 600px ;
}

.act{
	background: #015CA0;
}

.page{width: 100%;float: left;}
.pagination{width: 500px; padding-top: 17px; margin: 0 auto;}
.pagination li{width: auto; display: block; background: #fff; margin-right: 16px; text-align: center; font-size: 14px; float: left; border-radius:5px ;padding: 4px 12px;line-height: 20px;}
.pagination li a{margin-top: 2px;color: #333333;}
.pagination li:hover{background: #1D8FE4; color: #ffffff;}
.pagination li:hover a{color: #ffffff;}
.pagination li.hover{background: #1D8FE4; color: #ffffff;}
.pagination li.hover a{color: #ffffff;}


article.mainfeature {
  width: 400px;
  height: 300px;
  border: 20px solid white;
  margin: 30px auto;
  background-color: #d4d4d4;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.sliderset {
  margin-top: 70px;
}

.slider {
  position: relative;
 /* margin: 32px auto;*/
  width: 100%;
  display: block;
  background: #f6f6f6;
  height: 5px;
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
}
.slider div.ui-slider-range {
  display: block;
  height: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}
.slider.red div.ui-slider-range {
  background-color: #0270C1;
  box-shadow: inset 0 0 4px rgba(163, 18, 0, 0.7), inset 0 0 2px rgba(0, 0, 0, 0.5);
}
.slider.red div.ui-slider-range.hilite, .slider.red div.ui-slider-range.dragging {
  background-color: #ffa09b;
}
.slider.blue div.ui-slider-range {
  background-color: #9FD0E9;
  box-shadow: inset 0 0 4px rgba(0, 85, 151, 0.8), inset 0 0 2px rgba(0, 0, 0, 0.5);
}
.slider.blue div.ui-slider-range.hilite, .slider.blue div.ui-slider-range.dragging {
  background-color: #9fd5ff;
}
.slider.green div.ui-slider-range {
  background-color: #9edbbc;
  box-shadow: inset 0 0 4px rgba(19, 121, 72, 0.8), inset 0 0 2px rgba(0, 0, 0, 0.5);
}
.slider.green div.ui-slider-range.hilite, .slider.green div.ui-slider-range.dragging {
  background-color: #9ee7c2;
}
.slider.black div.ui-slider-range {
  background-color: #aaaaaa;
  box-shadow: inset 0 0 4px rgba(24, 24, 24, 0.8), inset 0 0 2px rgba(0, 0, 0, 0.5);
}
.slider.black div.ui-slider-range.hilite, .slider.black div.ui-slider-range.dragging {
  background-color: #bbbbbb;
}
.slider.white div.ui-slider-range {
  background-color: #e3e3e3;
  box-shadow: inset 0 0 4px rgba(88, 88, 88, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.3);
}
.slider.white div.ui-slider-range.hilite, .slider.white div.ui-slider-range.dragging {
  background-color: #f0f0f0;
}
.slider a.ui-slider-handle {
  position: absolute;
  top: -2px;
  margin-left: -5px;
  z-index: 2;
  height: 10px;
  width: 10px;
 
  background-image: url(../images/chrome_radial.jpg);
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
 
  outline: none;
}
.slider a.ui-slider-handle:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: -1px;
  top: -4px;
  background-color: none;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-image: -moz-radial-gradient(#ffffff, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-image: -webkit-radial-gradient(#ffffff, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-image: radial-gradient(#ffffff, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
}