@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
	}
fieldset, img {
    border: 0;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
input, button, textarea,
select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
code, kbd, samp, tt {
    font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
}

body{
	line-height:1.5em;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}
:link, :visited , ins {
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a{
	text-decoration:none;
	 -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}
a:hover{
	text-decoration:none;
}
html{
	-webkit-text-size-adjust:none;
	
	}
p{
	font-size:14px;
}
	
body{
	font-family:"微软雅黑", "宋体";
	font-size:15px;
	background-color:#fff;
}


/*--------------导航*--------------*/

#logo{
	border-bottom:#e5e5e5 solid 1px;
	width:100%;
	padding:15px 0;
	background-color:#fff;
}
.logoright{
	display: -webkit-flex; 
  display: flex;
    flex-direction:column;
	align-items:flex-end;
}


.logoright .list-inline{
	padding-bottom:10px;
}
.logoright .input-group{
	max-width:300px;
}
.logoright .form-control{
	border-radius:0;
	background-color:#fff;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
}
.logoright  .btn-default{
	border:2px solid #ccc;
	border-left:none;
   background-color:#ececec;
   text-transform:uppercase;
   color:#333;
   -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
}
.logoright .btn{
	padding:5px 12px 5px 12px;
}
/*--------------导航 --------------*/
.navbar{
	min-height:48px;
}
.navbar-default{ 
-webkit-box-shadow:2px 2px 2px rgba(0,0,0,.6);
	box-shadow:2px 2px 2px rgba(0,0,0,.3);
background-color:#fff; margin-bottom:0px; border:none; text-transform:uppercase; z-index:100000;}/*整个导航栏的背景颜色,字体大小设置*/
.navbar-default .nav-justified>li>a{border-radius:0px; color:#1d2b56; font-weight:bold; font-size:16px; }
@media (max-width:767px){

	#logo img{
	max-width:130px;
	margin:0 auto;
}
	.logoright{
		display:none;
	}
	.navbar-header .input-group{
	max-width:300px;
	margin-top:8px;
	margin-left:8px;
}
.navbar-header .form-control{
	background-color:#ececec;
	border:none;

}
.navbar-header  .btn-default{
	border:1px solid #ccc;
   background-color:#1d2b56;
   text-transform:uppercase;
   color:#fff;
   -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
}
.navbar-header .btn{
	padding:5px 12px 7px 12px;
}
.navbar-default .navbar-toggle{
	background-color:#1d2b56;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color:#333;
}
.navbar-default .nav-justified>li>a{
	font-size:14px;
}
.navbar-default .navbar-collapse{ background-color:#e7e7e7;}/*手机版导航背景颜色*/
	.navbar-default .nav-justified>li{ border-bottom:#c1c1c1 solid 1px;}/*手机版li样式设置*/
   
	.navbar-default .nav-justified>.active>a,.navbar-default .nav-justified>.active>a:focus,.navbar-default .nav-justified>.active>a:hover{color:#fff;background-color:#07928b;}
}
@media (max-width:490px){
	
		.navbar-header .input-group{
	max-width:250px;
}
}


/*整个导航栏文字链接颜色

/*--------------导航结束 --------------*/


/*-------新闻--------*/
#news{
	background-color:#FFF;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:3em;
	
}
#news ul{
	max-width:1360px;
	margin:0 auto;
}
#news strong{
	color:#1d2b56;
	font-weight:bold;
	font-size:16px;
}

/*-------机器展示--------*/
.padding30{
	padding:30px 20px;
}
.wrap-flex{
	 display: -webkit-flex; 
  	 display: flex;
}

.wrap-con{
	flex:1;
}
#proleft{
	width:280px;
	background-color:#fff;
	
}

#proleft ul li{
	
	border-bottom:#ececec solid 1px;
	position:relative;
}
#proleft ul li a{
	display:block;
	padding:12px 20px;
}
.current1{
	color:#787878;
}
.current,#proleft ul li a:hover{
	color:#fff;
	background-color:#afbcd9;
}
#proleft ul li a i{
	position:absolute;
	right:10px;
}
#proleft ul li:hover i{
	color:#fff;
}
#prolefttitle{
	background-color:#1d2b56;
	color:#afbcd9;
	font-weight:bold;
	padding:15px 20px;
	font-size:18px;
}
.proright{
	padding-left:20px;
}
.prorigh .col-lg-4{
	padding-bottom:0px;
}
#prorighttitle{
	border-left:#1d2b56 solid 8px;
	background-color:rgba(178,188,217,0.3);
	padding:18px 0;
	text-indent:2em;
	font-size:24px;
	font-weight:bold;
	color:#333;
	
}
.procon{
	margin-top:2vw;
	text-align:center;
}

.procon .thumbnail{
	padding:0px;
	border-radius:0px;
	margin:0;
	text-align:left;
}
.procon .thumbnail a:hover img{
	opacity:0.5;
filter:Alpha(opacity=50);
}


.Truesale img{
	background-color:rgba(0,0,0,0.8);
	opacity:0.8;
filter:Alpha(opacity=80);
}
.protopimg{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	display:block;
	position:relative;
}
.nosaletxt{
	display:none;
	position:absolute;
	left:0;
	bottom:0;
	z-index:100;
	text-align:center;
	width:70px;
	background-color:rgba(251,199,0,1);
	color:#FFF;
	padding:3px 0;
	font-size:18px;
}
.Truesale .nosaletxt{
	display:block;
}
.protop:hover img{
	background-color:rgba(255,255,255,0.7);
}
.procon .thumbnail .caption{
	padding:0px 1.2vw 0.8vw 1.2vw;
	background-color:#fff;
}
.paricon{
	background-color:#FFF;
	overflow:hidden;
	padding-top:5px;
	height:35px;
}
.paricon .wrap-con{
	text-align:center;
	max-width:33%;
}
.procon .paricon .btn-xs{
	width:100%;
	max-width:80px;
}
.procon .paricon .btn-primary{
	background-color:#dddfe6;
	color:#666;
	border:none;
	
}
.procon .thumbnail h3 a{
	display:block;
	font-size:24px;
	font-family:"黑体", sans-serif;
	color:#394c7e;
	overflow:hidden;
	  line-height: 24px;
  height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.procon .thumbnail h3 a:hover{
	color:#000;
}
.procon .thumbnail p{
	font-size:12px;
	line-height:2em;
	margin-top:1em;
}
.procon .thumbnail .btn-default{
	width:100%;
	padding:1vw 0;
	color:#333;
	font-weight:bold;
	letter-spacing:2px;
	font-size:16px;
}
.procon .thumbnail .btn-default:hover{
	background-image: linear-gradient(to bottom, rgba(74,95,149,1), rgba(37,55,99,1));
	color:#fff;
}
.procon .thumbnail img{
	width:100%;
}
@media (max-width:767px){
	.protop{
		background-color:#fff;
	}
	#prorighttitle{
		font-size:18px;
	}
	.flexcolumn{
		 flex-direction:column;
	}
	#proleft{
		width:100%;
	}
	.products-news{
	display:none;
}
	.padding30{
	padding:20px 0;
}
.proright{
	padding-left:0px;
}
.procon .thumbnail{
	 display: -webkit-flex; 
  display: flex;
  padding-top:10px;
  padding-left:10px;
  padding-bottom:10px;
}
.procon .thumbnail .protop{
	flex:1;
}
.procon .thumbnail .protop img{
	width:100%;
}
.procon .thumbnail .caption{
	flex:1;
	flex-grow:1.6;
	padding-left:15px;
}
.procon .paricon .btn-primary{
	padding:0;
}

.procon .thumbnail h3 a{
	font-size:16px;
	padding-top:0px;
	 line-height: 16px;
  height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
}
@media (max-width:490px){
	.column-sm{
		flex-direction:column;
	}
	.paricon{
		height:auto;
	}
	.paricon .wrap-con{
		max-width:75px;
		margin-bottom:1px;
		margin-top:1px;
	}
	.procon .thumbnail p{
		font-size:11px;
	}
	.procon .thumbnail h3 a{
		font-size:14px;
	}
	
}
/*重定分页*/

.pagination>li>span{
	color:#fff;
	background-color:#fbcc38;
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#fff;
	background-color:#fbcc38;border-color:#ddd;}
.pagination>li>a{
	color:#fff;
	background-color:#1d2b56;
	border-color:#ddd;
}
/*-------新品到货--------*/
#newproducts{
	background-color:#fff;
	padding:3vw 0;
}
#newproducts h2{
	text-align:center;
	font-size:30px;
	font-weight:bold;
	color:#1d2b56;
}
#newproducts h2 span{
	background-color:#fbc700;
	font-weight:normal;
	font-size:24px;
	color:#fff;
	padding:1px 8px;
}
#newproducts .row{
	margin-top:3vw;
}
#newproducts .row a{
	display:block;
	border-bottom:#d1d1d1 solid 1px;
	padding:10px 0;
}
#newproducts .row a i{
	color:#fbc700;
}
#newproducts .btn-default{
	width:100%;
	display:block;
	max-width:300px;
	padding:1vw 0;
	color:#333;
	font-weight:bold;
	letter-spacing:2px;
	font-size:16px;
	margin:0 auto;
	margin-top:3vw;
}
#newproducts .btn-default:hover{
	background-image: linear-gradient(to bottom, rgba(74,95,149,1), rgba(37,55,99,1));
	color:#fff;
}
@media (max-width:490px){
	#newproducts .btn-default{
		margin-top:30px;
	}
	#newproducts{
		padding:30px 0;
	}
}
/*-------新品到货--------*/
#indexabout{
	padding-bottom:2vw;
	background-color:#ecf0f3;
}

#indexabouttitle{
	background-color:#fbc700;
	width:200px;
	transform:skew(-20deg);
-webkit-transform:skew(-20deg);
-moz-transform:skew(-20deg);
-ms-transform:skew(-20deg);
-o-transform:skew(-20deg);
color:#FFF;
font-size:36px;
text-align:center;
line-height:60px;
font-weight:lighter;
}

#indexabouttitle span{
	display:inline-block;
	transform:skew(20deg);
	-webkit-transform:skew(20deg);
	-moz-transform:skew(20deg);
	-ms-transform:skew(20deg);
	-o-transform:skew(20deg);
}
#indexabout h2{
	font-weight:bold;
	font-size:36px;
	color:#1d2b56;
	margin-top:5vw;
	letter-spacing:4px;
}
#indexabout span{
	font-weight:lighter;
}
#indexabout p{
	max-width:550px;
	margin-top:2vw;
	color:#666;
	line-height:2em;
}
#indexabout  .btn-default{
		width:100%;
		max-width:200px;
	padding:1vw 0;
	
	background-color:#1d2b56;
	color:#FFF;
	font-weight:bold;
	letter-spacing:2px;
	font-size:14px;
	margin-top:2vw;
}

#indexabout  .btn-default:hover{
	background-color:#333;
	
}
.indexaboutico{
	border-radius:5px;
	background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
	text-align:center;
	font-size:12px;
	color:#999;
	line-height:1em;
	border:#bfbfbf solid 1px;
	padding:6px;
}

#indexabout ul{
	margin-top:2vw;
	float:right;
}

.cfswip{
	margin-top:15px;
	clear:both;
}
@media (max-width:767px){
	#indexabouttitle{
		width:120px;
		font-size:18px;
		line-height:30px;
	}
	#newproducts h2,#newproducts h2 span{
		font-size:18px;
	}
	#indexabout h2{
		font-size:24px;
		letter-spacing:0px;
	}
	#indexabout  .btn-default{
		padding:8px 0;
	}
	#indexabout .col-sm-6{
		margin-bottom:15px;
	}
	#indexabout ul{
		float:none;
	}
	
	
}
@media (max-width:490px){
	#indexabout p,#indexabout  .btn-default{
		margin-top:30px;
	}
	#indexabout h2{
		font-size:18px;
	}
}
#bottomcontact{
	background-color:#fff;
	padding:3vw;
}

.dhan{
	border:#CCC solid 1px;
	width:120px;
	text-align:center;
	display:block;
	padding:6px 0;
	margin-top:1.5vw;
	font-size:12px;
}

.dhan:hover{
	background-color:#CCC;
}
.conlass{
	color:#333;
	font-weight:normal;
	font-size:14px;
	width:150px;
	text-align:left;
}
.conlass i{
	color:#fbc700;
}

#bottomcontact p{
	margin-top:0.6vw;
	color:#1d2b56;
	font-size:16px;
	font-weight:bold;
}
#bottomcontact p a{
	color:#1d2b56;
}
#bottomcontact span{
	font-size:20px;
}

#footer{
	background-color:#1d2b56;
	color:#fff;
	font-size:12px;
	padding:2vw 0;
}
#footer a{
	color:#fff;
}
#footer a:hover{
	color:#afbcd9;
}
@media (max-width:490px){
	#bottomcontact .col-sm-6:first-child{
		margin-bottom:30px;
	}
	#bottomcontact .col-sm-4{
		margin-bottom:20px;
	}
	.dhan{
		margin-top:15px;
	}
	#bottomcontact{
		padding:30px 3vw;
	}
	#bottomcontact p span,#bottomcontact p{
		line-height:24px;
		font-size:14px;
		margin-top:5px;
	}
	#footer .text-right{
		text-align:left;
	}
}
/*--内页--*/
#nyabout{
	background-color:#1d2b56;
	font-weight:bold;
	font-size:24px;
	color:#FFF;
	background-size:cover;
	background-position:center center;
}
.about-banner{
	background-image:url(../images/about1.jpg);
	padding:4vw;
}
.contact-banner{
	background-image:url(../images/about.jpg);
	padding:8vw;
}
.service-banner{
	background-image:url(../images/zyzx.jpg);
	padding:8vw;
}
@media (max-width:767px){
	.about-banner,.contact-banner,.service-banner{
		padding:60px 0;
	}
	#nyabout{
		font-size:22px;
	}
}
.pad30{
	padding:3vw 0;
}
.mag30{
	margin-top:2vw;
}
.mag60{
	margin-top:4vw;
}
.pagetitle{
	font-weight:bold;
	font-size:32px;
	text-align:center;
	color:#1d2b56;
	line-height:1.5em;
}
@media (max-width:767px){
	.pagetitle{
		font-size:22px;
	}
}
.pagetitleline{
	width:60px;
	border-bottom:#fbc700 solid 2px;
	margin:10px auto;
}
.about{
	margin-top:3em;
}
.about h4{
	color:#fbc700;
	font-size:20px;
	font-weight:bold;
}
.about h2{
	color:#1d2b56;
	font-size:36px;
}
.about p{
	padding:12px 0;
	line-height:2em;
}

.about .col-md-5{
	padding-top:1vw;
	padding-right:5vw;
}
@media (max-width:1023px){
	.about .col-md-5{
		padding-bottom:3vw;
	}
}
.aboutadv{
	background-color:#ecf0f3;
}
.aboutadvdet{
	width:50%;
	margin-top:1em;
}
.aboutadvdet h2{
	font-weight:bold;
	font-size:20px;
	line-height:32px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
	color:#fff;
	background-color:#fbc700;
	width:100px;
	border-radius:20px;
	margin-left:6vw;
	
}
.aboutadvdet p{
	padding:1vw 6vw;
	
}
.aboutadv .wrap-flex{
	 flex-wrap:wrap;
}

.aboutservice{
	border:#ccc solid 1px;
	padding:0.6vw 1vw;
	-webkit-box-shadow:0px 0px 10px rgba(251,199,0,.1);
	box-shadow:0px 0px 10px rgba(29,43,86,.2);
	border-radius:5px;
	margin-top:1vw;
}
.aboutservice i{
	color:#fbc700;
}
.aboutservice:nth-child(1){
	margin-top:0px;
}
.aboutserwid{
	max-width:1200px !important;
}
.aboutserwid h2{
	font-weight:bold;
	font-size:20px;
	line-height:32px;
	text-align:center;
	color:#fff;
	background-color:#fbc700;
	width:280px;
	border-radius:20px;
	
}
.aboutserwid p{
	margin-top:1.5vw;
	color:#666;
}
.zszx{
	background-color:#ecf0f3;
}

.zszx .col-md-6 img{
	border:#fff solid 5px;
}
.zszx .col-xs-6{
	padding:1vw;
}
#dituContent{
	width:100%;
	height:600px;
}
.serviceliuch img{
	border:#c1c1c1 solid 8px;
}

.serviceliuch b{
	font-size:20px;
	display:block;
	color:#1d2b56;
	font-weight:normal;
	padding-top:1vw;
	text-align:center;
	margin-bottom:12px;
	font-family:"黑体", sans-serif;
}
.serviceliuchtxt{
	text-align:center;
	color:#999;
}
.servicepro{
	-webkit-box-shadow:0px 0px 15px rgba(61,61,0,.4);
	box-shadow:0px 0px 15px rgba(61,61,61,.4);
	overflow:hidden;
	background-color:#fff;
	border-radius:5px;
	padding:8px;
	max-width:400px;
	margin-left:2vw;
}
.serviceprotxt{
	color:#666;
	font-size:12px;
	padding:0.6vw 8px 2vw 0.6vw;
	line-height:16px;
	
}

.serviceprotxt h2{
	font-size:20px;
	display:block;
	color:#1d2b56;
	font-family:"黑体", sans-serif;
	padding-top:1vw;
}
.serviceprotxt ul{
	margin-top:1vw;
}
.serviceprotxt li{
	height: 32px;
	  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.servicearrow{
	font-size:24px;
	width:150px;
	text-align:center;
	display: -webkit-flex; 
    display: flex;
    align-items:center;
    justify-content:center;
	color:#fbc700;
}
@media (max-width:767px){
	.about h2{
		font-size:24px;
	}
	.aboutadvdet{
	width:100%;
	margin-top:1em;
}
#serviceliuch{
	 flex-wrap: wrap;
	 justify-content:center;
}
.serviceliuch{
	width:120px;
}
.servicearrow{
	width:40px
}
.serviceprotxt h2,.serviceliuchtxt b{
	font-size:16px;
}
.servicepro{
	margin-bottom:20px;
}
.aboutservice{
	padding:8px 10px;
}
.aboutserwid .col-md-6{
	margin-bottom:10px;
	margin-top:10px;
}
.aboutserwid h2{
	width:100%;
	text-align:center;
	font-size:16px;
}
.aboutserwid p{
	font-size:12px;
	line-height:24px;
}
}
.cangkuname{
	padding:1vw 0;
	background-color:#1d2b56;
	color:#8195ad;
	border-bottom:#fbc700 solid 3px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
.nynews li{
	background-color:#FFF;
	margin-bottom:1vw;
}

.nynews li a{
	padding:1vw 2vw;
	display: -webkit-flex; 
  display: flex;
}

.newsname{
	flex:1;
}
.newsdate{
	width:80px;
	text-align:right;
}
@media (max-width:767px){
	.nynews li{
		font-size:14px;
	}
	
}
@media (max-width:490px){
	.nynews li a{
		  padding:10px 20px;
		  flex-direction:column;
	}
	.newsdate{
		width:100%;
		text-align:left;
		font-size:12px;
		text-indent:24px;
	}
}
.nynews li a:hover,.nynews li a:focus{
	background-color:#1d2b56;
	color:#fff;
}
/***新闻详细***/
.newsview img{
	width:100%;
	max-width:100%;
	width:auto!important;
	height:auto!important;
	display:block;
	margin:0 auto;
}
.newsview  h2,.newsview-name{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	color:#333;
}
.newsview-name{
	margin-top:5vh;
	font-size:24px;
}


.SiteLink p{
	margin-top:10px;
	margin-bottom:20px;
}
.SiteLink h2{
	font-weight:bold;
	font-size:24px;
	font-family:"宋体";
}
.SiteLink h3{
	font-weight:bold;
	font-size:20px;
	font-family:"宋体";
}
.SiteLink p strong{
	font-weight:bold;
}
.newsview-time{
	color:#787878;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.newsline{
	border-bottom:#999 dashed 1px;
}
.newsview-div{
	text-align:right;
}

.newsview-page a{
	color:#333;
}
.newsview-page a:hover{
	color:#00a2e9;
}
.newsview h3{
	font-size:14px;
	font-weight:bold;
}

.proviewtile h2{
	font-size:28px;
	color:#1d2b56;
	font-weight:bold;
	margin-top:1vw;
	margin-bottom:30px;
}

.proviewtile h2 span{
	background-color:#fbc700;
	font-weight:normal;
	font-size:20px;
	color:#fff;
	padding:1px 8px;
}
.proview .btn-default{
	padding:1vw 0;
	color:#333;
	font-weight:bold;
	letter-spacing:2px;
	font-size:16px;
}
.proview .btn-default:hover{
	background-image: linear-gradient(to bottom, rgba(74,95,149,1), rgba(37,55,99,1));
	color:#fff;
}
.proview .btn-xs{
	width:100%;
	max-width:80px;
}
.proview .btn-primary{
	background-color:#fff;
	color:#666;
	border:none;
}
.proright .list-inline li{
	padding:0px;
}
.proimgdisplay{
	padding:1.5vw;
	background-color:#fff;
	max-width:900px;
}
.proviewbasic{
	width:100%;
	max-width:900px;
	margin-top:2vw;
	font-size:14px;
}
.proviewbasic td{
	border:#8195ad solid 1px;
	padding:10px 1vw;
}
.proviewbg{
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#1d2b57;
}
.proviewjs{
	font-size:14px;
	width:100%;
	max-width:900px;
	margin-top:2vw;
}
.proviewjs td{
	border-bottom:#ecf0f3 solid 2px;
	padding:2vw 1vw;
	background-color:#fff;
	font-size:14px;
}
.proviewjs td p{
	font-size:14px;
}
.proviewjs th{
	background-color:#8195ad;
	border-bottom:#ecf0f3 solid 2px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	max-width:60px;
}
.proviewjs a{
	display:block;
	padding:5px 0;
	color:#1d2b57;
	text-decoration:underline;
}
.proviewjs a:hover,.proviewjs a:focus{
	color:#8195ad;
}
@media (max-width:767px){
	.proviewbasic td{
	border:#b4c1d0 solid 1px;
	}
	.proviewbasic,.proviewjs{
		font-size:12px;
	}
	.proviewbg{
		background-color:transparent;
		color:#8195ad;
	}
	.proviewjs td,.proviewjs td p{
		font-size:12px;
	}
	.proviewtile h2{
		font-size:18px;
		margin-top:10px;
		margin-bottom:10px;
	}
	.newsview-name{
		font-size:18px;
	}
}
/*图片切换*/
.clearfix {
	display:block;
	clear:both
}
.clearfix {
*zoom:1
}
.clearfix:after {
	display:block;
	overflow:hidden;
	clear:both;
	height:0;
	visibility:hidden;
	content:"."
}
#play {
	width:100%;
	text-align:center;
	position:relative;
	overflow:hidden;
	margin:5px auto
}
#play .change_a {
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	z-index:1;
	cursor:pointer;
	display:block;
	overflow:hidden;
	background:url(about:blank)
}
#play .prev_a {
	left:0
}
#play .next_a {
	right:0
}
#play .change_a span {
	width:24px;
	height:43px;
	display:block;
	position:absolute;
	top:50%;
	margin-top:-21px;
	display:none;
}
#play .prev_a span {
	background:url(../images/s_gallery_2012110702.png) no-repeat 0 -50px;
	left:0
}
#play .next_a span {
	background:url(../images/s_gallery_2012110702.png) no-repeat -30px -50px;
	right:0
}
#play .img_ul {
	position:relative;
	z-index:1
}
.img_hd {
	width:100%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#eee;
	overflow:hidden;
	height:66px;
	padding:2px 0;
	margin-top:15px;
	margin:5px auto;
	position:relative
}
.img_hd ul {
	position:absolute;
	z-index:1
}
.img_hd ul li {
	float:left;
	width:80px;
	height:60px;
	border:3px solid #eee;
	cursor:pointer;
	margin:0 3px 0 1px;
	overflow:hidden;
*display:inline;
	padding:1px;
	text-align:center
}
.img_hd ul li img {
	height:60px
}
.img_hd ul li.on {
	border-color:#2d96e9
}
.img_hd .bottom_a {
	background:url(../images/s_gallery_2012110702.png) no-repeat;
	width:22px;
	height:22px;
	position:absolute;
	display:block;
	top:50%;
	margin-top:-11px;
	cursor:pointer;
	z-index:10
}
.img_hd .prev_a {
	background-position:0 -24px;
	left:5px
}
.img_hd .next_a {
	background-position:-30px -24px;
	right:5px
}
.xmselect{
	display:none !important;
}
@media (max-width:767px){
	body{
		font-size:12px;
	}
	
}

	
