@charset "utf-8";

/*全局控制*/
body{margin:0;padding:0;font-size:15px;line-height:22px;font-family:  "Microsoft Yahei", 'Montserrat',sans-serif;-webkit-text-size-adjust:none;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
input,select,textarea{font-size:15px;line-height:22px;}img{border:0;}ul,li{list-style-type:none;}
a{color:#333;text-decoration:none;}
a:hover{text-decoration:none;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.dis{display:block;}.undis{display:none;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
.hr_1,.hr_10{font-size:1px;line-height:1px;clear:both;}
.hr_1{height:1px;}.hr_10{height:10px;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}


#container ,.container {width: 1220px;  
margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;}

/*.container{ padding-top:25px; padding-bottom:25px;  }*/


.h-news,.h-sevice ,.h-part,.page { padding-top:25px; padding-bottom:25px;  }
/*头部区域*/
/*导航样式开始*/
.navbar-default {
	background: #ffffff;
	/*box-shadow: 0 0px 3px #b72025;
	-webkit-box-shadow: 0 0px 5px #b72025;
	-moz-box-shadow: 0 0px 5px #b72025;
	-o-box-shadow: 0 0px 5px #b72025;
	border: none;*/
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin: 0;
	border-bottom: 3px #b72025 solid;
}
.navbar-header {
	z-index: 99;
	position: relative;
}
.navbar-brand {
	height: auto;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #333333;
	font-size: 19px;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	font-weight: 700;
	margin: 0 0 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	color: #333333 !important;
	padding: 27px 15px;
	letter-spacing: 2.5px;
	z-index: 99999;
}
.navbar-brand span {
	color: #E60012;
}
.navbar-nav {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
	color: #777777 !important;
	font-size: 18px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	padding: 35px 15px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a.active {
	color: #b72025 !important;
}
.navbar-nav li.drop {
	position: relative;
}
.navbar-nav li:hover ul.drop-down {
	opacity: 1;
	display: block;
}
.navbar-nav li.search {
	position: inherit;
}
.top-line {
	padding: 5px 0;
	background: #b72025;
	/*border-bottom: 1px solid #b72025;*/
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	overflow: hidden;
}
.top-line ul.info-list {
	margin: 0;
	padding: 0;
}
.top-line ul.info-list li {
	display: inline-block;
	margin-right: 25px;
	color: #ffffff;
	font-size: 12px;
}
.top-line ul.info-list li i {
	color: #E60012;
	font-size: 14px;
	margin-right: 10px;
}
.top-line ul.social-icons {
	margin: 0;
	padding: 0;
	text-align: right;
}
.top-line ul.social-icons li {
	display: inline-block;
	margin-left: 9px;
}
.top-line ul.social-icons li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-size: 13px;
	color: #ffffff;
}
.top-line ul.social-icons li a:hover {
	color: #E60012;
}
header.active .top-line {
	height: 0;
	padding: 0;
}
.navbar-collapse {
	position: relative;
	margin: 20px 0 10px;
}
ul.drop-down {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 230px;
	top: 100%;
	left: 0;
	padding: 10px 0;
	border-top: 2px solid #E60012;
	opacity: 0;
	display: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background: rgba(255, 255, 255, 0.98);
}
ul.drop-down li {
	display: block;
}
ul.drop-down li a {
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	display: block;
	color: #333333;
	font-size: 12px;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
ul.drop-down li a:hover {
	color: #E60012;
}
.form-search {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	width: 100%;
	background: #f5f5f5;
	padding: 4px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.form-search input[type="search"] {
	font-size: 12px;
	color: #777777;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 10px;
	margin: 0;
	color: #333333;
	padding: 8px 10px;
	border: none;
	width: 100%;
	outline: none;
	background: transparent;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.form-search button {
	background: transparent;
	border: none;
	float: right;
	margin-top: -30px;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}
.form-search button i {
	color: #E60012;
	font-size: 16px;
}
.form-search.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
#container {
	padding-top: 126px;
}
.top-line ul.info-list li {
	font-size: 13px;
}
.navbar-brand {
	padding: 5px;
}
.navbar-brand .logo-m {
	max-height: 75px;
}
.navbar-brand .logo {
	max-height: 95px;
}
.navbar-nav > li > a {
	padding: 27px 15px;
}
ul.drop-down {
	width: 180px;
}


.header-top-bg{
	height:30px;
	padding-top:5px;	
   min-width:1220px; 
	background: #b72025;
	width:100%;
}
.header-top-bg ul.social-icons {
	margin: 0;
	padding: 0;
	text-align: right;
}
.header-top-bg ul.social-icons li {
	display: inline-block;
	margin-left: 9px;
}
.header-top-bg ul.social-icons li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-size: 13px;
	color: #ffffff;
}
.header-top-bg ul.social-icons li a:hover {
	color: #E60012;
}

.header-cc{
	height:120px;
	background: #ffffff;
	 min-width:1220px; 
	width:100%;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin: 0;
	border-bottom: 3px #b72025 solid;
}
.header-logo{
	margin-top:10px;
	float:left;
}
.header-nav{
	float:right;
}
.header-nav ul li{
	color: #777777 !important;
  float:left;
  padding: 35px 15px;
  font-size: 18px;
}


.banner{max-width:100%;min-width:1220px; height:635px;margin:0 auto; overflow:hidden;}
.banner .login{width:100%; height:400px; margin:0 auto; padding:150px 0 80px;}
.banner .login-k{ float:right; height:360px; width:28%; background:#ffffff;  border-radius: 10px;}
.banner .login-t{ width:100%; height:70px; margin:0 auto; }
.banner .login-t ul{  height:30px; margin-top:35px;  }
.banner .login-t ul li{ float:left; font-size:16px; text-align:center;}
.banner .column1{ margin-left:10%; width:80%; margin-bottom:10%;}
.banner .column1 .input{ height:2rem;}
.submit_button_contact{ margin-top:30px; width:90%;float:left;}
.submit_button_contact .btn{float:left; margin-left:10%;width:80%; }

.banner .login-c{ width:100%; margin:0 auto; }
.banner .login-c ul{ }
.banner .login-c ul li{ margin-top:15px;  text-align:center; font-size:16px;}

.banner .login-u{ width:100%; margin:0 auto; }
.banner .login-u .userinfo{height:70px;margin-bottom:30px;_margin-bottom:15px;word-wrap:break-word; margin-left:25%; margin-top:20%;}
.banner .login-u .avater{height:80px;float:left;margin-right:12px;_margin-right:6px;position:relative;overflow:hidden;}
.banner .login-u .avater div{position:absolute;width:80px;height:18px;left:0;bottom:0;background:#000;filter:alpha(opacity=65);-moz-opacity:0.65;opacity:0.65;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;z-index:998;}
.banner .login-u .avater a{display:block;width:80px;position:absolute;z-index:999;left:0;bottom:0;line-height:18px;text-align:center;color:#fff;}
.banner .login-u .avater img{width:80px;height:80px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.banner .login-u .usertxt{float:left;}



.h-news-l-t{float:left; }
.h-news-l-t a{float:left; margin-top:3px; line-height:62px; margin-left:10px; margin-right:10px;}
.h-news-l .gdt {height: 320px; overflow: auto; border  : none; margin-top:10px;}
.h-news-l ul li{ height:64px; }
.h-news-l ul li span{float:left; width:100%; padding-top:10px; padding-left:15px;}
.h-news-l ul li a{float:left; width:100%; padding-top:2px; padding-left:15px;}

.h-news-l ul li:nth-child(even) {
     background-color: #f5e0df;
}

.gdt::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
.gdt::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius   : 5px;
  background-color: #ba2529;
 
  }
.gdt::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #ededed;
  border-radius: 10px;
  }
  
 /* 协会活动大事记 */
 
.h-news-r-t{ height:55px; background:#ba252b; padding-left:20px;  padding-top:13px; line-height:55px; overflow:hidden;}
.h-news-r-t a{ float:left; color:#ffffff; padding-left:20px; margin-top:5px;}
.h-news-r-a {margin-top:-10px;} 

.h-news-r ul{float:left; margin-top:15px;}
.h-news-r ul li{margin-bottom:10px; float:left; padding-left:10px; }
.h-news-r ul li img{float:left;margin-top:5px; }
.h-news-r ul li a{ float:left; margin-bottom:10px;padding-left:10px; font-size:16px; }
.h-news-r ul li p{padding-left:10px; margin-top:5px; width:100%; margin-bottom:5px;}
.h-news-r ul li span{ padding-left:10px; margin-bottom:5px; width:100%;}

/* 协会简介 */
.h-sevice{ background:url(../../images/h-sevice2.png) no-repeat; height:158px; max-width:1200px; overflow:hidden;}
.h-sevice ul{ margin-top:-25px;}
.h-sevice ul li{ height:158px; padding-top:40px;}
.h-sevice a{color:#fff; }
.h-sevice ul li h4{margin-top:10px;}



.box3{
	text-align: center;
	overflow: hidden;
	position: relative;
	
	padding-top:-20px;
	
}
.box3:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	background-size: 32px 32px;
	background-color: rgba(205,96,101,0.5);
	opacity: 0;
	z-index: 1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.56s ease 0s;
	
	
}
.box3:hover:before{
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}


/* 活动剪映 */
.h-activity-t{float:left; margin-top:20px;}
.h-activity-t a{float:left; margin-top:3px; line-height:62px; margin-left:10px; margin-right:10px;}
.h-activity-a {margin-top:20px;}
.h-activity-l ul{ float:left; margin-top:20px;}
.h-activity-l ul li{ position: relative; }
.h-activity-l ul li img{width:100%;}
.h-activity-l ul li p{ height:70px; line-height:22px; padding:10px; }
.h-activity-l ul li span{float:left; width:100%; background:#ba252b; height:3px;}


.box2{
	text-align: center;
	overflow: hidden;
	position: relative;
	
}
.box2:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	background-size: 32px 32px;
	background-color: rgba(205,96,101,0.5);
	opacity: 0;
	z-index: 1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.56s ease 0s;
	
	
}
.box2:hover:before{
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.box2 .box-content2{
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.box2 .title{
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 0 0 2px #000;
	opacity: 0;
	margin-bottom:40%;
	position: relative;
	transform: translateY(100%);
	transition: all 0.5s ease 0s;
}
.box2:hover .title{
	opacity: 1;
	transform: translateY(0);
}
.box2:hover span{float:left; width:100%; background:none; height:3px;}


/* 成果资讯	 */
.h-gain-t{float:left; }
.h-gain-t a{float:left; margin-top:3px; line-height:62px; margin-left:10px; margin-right:10px;}
.h-gain-l .gdt {height: 320px; overflow: auto; border  : none; margin-top:10px;}
.h-gain-l ul{ margin-left:15px;}
.h-gain-l ul li{ height:64px;padding-left:-15px; }
.h-gain-l ul li span{float:left; width:100%; padding-top:10px; padding-left:15px;}
.h-gain-l ul li a{float:left; width:100%; padding-top:2px;}		

.h-gain-a{margin-top:0px;}
.h-gain-topnews{ width:100%; padding-bottom:20px; margin-top:20px; margin-left:15px; border-bottom:1px #a0a0a0 solid;}
.h-gain-top-pic{ margin-left:-30px; }
.h-gain-top-tittle{ line-height:32px;}
.h-gain-top-contact{ line-height:24px; margin-top:10px;}
.h-gain-topnews span{ margin-top:15px;}
.h-gain-l ul { float:left;}
.h-gain-l ul li{padding-left:0px; float:left; width:100%; height:32px; font-size:16px;line-height:32px; overflow:hidden; border-bottom:1px #a0a0a0 solid;}
.h-gain-l ul li.div { font-size:16px;}
/* 最新活动 */
.h-gain-r ul{ float:left; margin-top:20px; margin-left:20px;}
.h-gain-r ul li{margin-bottom:15px;}
.h-gain-r ul li img{ width:100%;}

/* 协会成员 */

.h-part-t{float:left; margin-top:20px;}
.h-part-t a{float:left; margin-top:3px; line-height:62px; margin-left:10px; margin-right:10px;}
.h-part-a {margin-top:20px;}
.h-part-l ul{ float:left; margin-top:20px;}
.h-part-l ul li{ position: relative; }
.h-part-l ul li img{width:100%;}
.h-part-l ul li p{ height:70px; line-height:22px; padding:10px;}
.h-part-l ul li span{float:left; width:100%; background:#ba252b; height:3px;}


.pure-js-carousel-container {
  overflow: hidden;
}

.pure-js-carousel-item {
		margin-left:5px;
		margin-right:5px;
	  color: #fff;
	  float: left;
	  font-size: 20px;
	  height: 230px;
	  line-height: 5;
	  text-align: center;
	  width: 275px;
	  border:1px solid #c2c2c2;
	  border-bottom:3px solid #b8252b;
}
	
	.pure-js-carousel-item img{ width:100%;}
	
/* z-index */
/* /helper classes */
 .pure-js-carousel-container {
		width: 1130px;
		padding-left:200px;
	}
	
	.pure-js-carousel-item {
		margin-left:5px;
		margin-right:5px;
	  color: #fff;
	  float: left;
	  font-size: 20px;
	  height: 230px;
	  line-height: 5;
	  text-align: center;
	  width: 275px;
	  border:1px solid #c2c2c2;
	  border-bottom:3px solid #b8252b;
}

.pure-js-carousel-container:before,
.pure-js-carousel-container:after {
  content: "";
  display: table;
}

.pure-js-carousel-container:after {
  clear: both;
}

.pure-js-carousel-list {
  float: left;
  height:250px;
  margin-top:20px;
}







.box{
	text-align: center;
	overflow: hidden;
	position: relative;
	
}
.carousel img{ width:100%;}
.box:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	background-size: 32px 32px;
	background-color: rgba(205,96,101,0.5);
	opacity: 0;
	z-index: 1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.56s ease 0s;
}
.box:hover:before{
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.box .box-content{
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.box .title{
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 0 0 2px #000;
	opacity: 0;
	margin-bottom:40%;
	position: relative;
	transform: translateY(100%);
	transition: all 0.5s ease 0s;
}
.box:hover .title{
	opacity: 1;
	transform: translateY(0);
}


.pure-js-carousel-btn {
  background: #f00;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.pure-js-carousel-btn-next {
  right: 0;
  display:none;
}

.pure-js-carousel-btn-prev {
  left: 0;
  display:none;
}

.pure-js-carousel-dot-list {
  margin-top: 15px;
  text-align: center;
  width: 100%;
  margin-left:-100px;
}


.pure-js-carousel-dot-item {
  display: inline-block;
  margin: 0 5px;
}
.pure-js-carousel-dot-item button{
	border:none;
-webkit-appearance:none;
}

.pure-js-carousel-dot-btn {
  background: #a1a1a1;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.active > .pure-js-carousel-dot-btn {
  background: #ba252b;
}

		
/* footer */
.footer{ background: #b72025; width:100%; min-width:1220px;  height:155px;}
.footer-nav{ text-align:center;margin:0 auto;   }
.footer-nav ul{ margin:0 auto; height:28px; margin-left:38%;  text-align:center; margin-top:30px; overflow:hidden}
.footer-nav ul li{float:left; margin-left:10px; margin-right:10px;  }
.footer-nav ul li a{ color:#fff;}
.footer-center{margin:0 auto; text-align:center;  padding-top:10px; color:#fff; padding-bottom:10px; }
.footer-bon{ background: #9b0e14; margin:0 auto; text-align:center; padding-bottom:5px;  padding-top:5px; color:#fff;}



.nybanner{ align-items:center;}

/****单页****/

.page-l h3{ color:#b92023; text-decoration:underline;}
.ny-menu ul{ margin-top:20px;}
.ny-menu ul li{margin-top:10px; }
.ny-menu ul li a.on {font-weight:bold; color:#b92023;}
.page-nr{width:100%; margin-top:20px; line-height:28px; }

.page-nr-title{text-align:center;}
.page-nr-time{text-align:center;margin-top:15px; margin-bottom:15px; }
.page-nr-show{width:100%; margin-top:20px; }
.page-nr-show img{ display: inline-block;
  height: auto;
  max-width: 100%;}

.page-new-list{width:100%; padding-bottom:20px; margin-top:20px; margin-left:15px; }
/*.page-new-list-l{ width:25%; }
.page-new-list-r{ width:72%; margin-left:3%;}*/
.page-new-list-pic{ margin-left:0px; max-width:220px; margin-bottom:10px; }
.page-new-list-pic img{width:100%; }
.page-new-list-tittle{ line-height:32px; margin-bottom:10px;}
.page-new-list-contact2{ display:none;}

.page-new-list-contact{ line-height:24px; margin-top:10px; line-height:28px;}
.page-new-list-r span{ margin-top:30px;}


/*********会员列表****/
.hybox {
	margin-left:5px;
	margin-right:5px;
  color: #fff;
  float: left;
  font-size: 20px;
  max-height: 240px;
  line-height: 5;
  text-align: center;
  max-width: 278px;
  border:1px solid #c2c2c2;
  border-bottom:3px solid #b8252b;
  
  text-align: center;
	overflow: hidden;
	position: relative;
	margin-bottom:30px;
}
.hybox img{ width: 100%;}


.hybox:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	background-size: 32px 32px;
	background-color: rgba(205,96,101,0.5);
	opacity: 0;
	z-index: 1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.56s ease 0s;
}
.hybox:hover:before{
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}
.hybox .box-content{
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.hybox .title{
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 0 0 2px #000;
	opacity: 0;
	margin-bottom:40%;
	position: relative;
	transform: translateY(100%);
	transition: all 0.5s ease 0s;
}
.hybox:hover .title{
	opacity: 1;
	transform: translateY(0);
}

.page_box {
	width:100%;
	float:left;
    text-align: center;
    display: block;
}
/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #777;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #c8a063;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #c8a063;
  border-color: #c8a063;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/******产品列表****/

.probox {
	margin-left:5px;
	margin-right:5px;
  color: #fff;
  float: left;
  font-size: 20px;
  height: 240px;
  line-height: 5;
  text-align: center;
  width: 278px;
  border:1px solid #c2c2c2;
  border-bottom:5px solid #b8252b;
  
  text-align: center;
	overflow: hidden;
	position: relative;
	
	
}


.probox:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	background-size: 32px 32px;
	background-color: rgba(205,96,101,0.6);
	opacity: 0;
	z-index: 1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.56s ease 0s;
}
.probox:hover:before{
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.probox .box-content{
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.probox .title{
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 0 0 2px #000;
	opacity: 0;
	margin-bottom:40%;
	position: relative;
	transform: translateY(100%);
	transition: all 0.5s ease 0s;
}
.probox:hover .title{
	opacity: 1;
	transform: translateY(0);
}



.page-nr .probox-title{
	text-align:center;
	margin-bottom:20px;
	line-height:28px;
}

/********产品详情******/
.cl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.cl {
    zoom: 1
}

.successlunbo {
    width: 650px;
    margin:0 auto 45px;
}
/* sildes css begin */

.control {
    width: 465px;
    height: 375px;
   
    display: block;
    position: absolute;
    top: 0;
    right: 0;
	margin-left:185px;
    overflow: hidden;
}

.change li {
    width: 465px;
    overflow: hidden;
    text-align: center
}
/* 图片垂直居中,不是很准确 */

.change li .imgWrap {
    display: table-cell;
    width: 465px;
    height: 375px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 500px;
}

.change li img {
    max-width: 465px;
    max-height: 375px;
    width: expression(this.width > 465 && this.width > this.height ? 375: true);
    height: expression(this.height >465 ? 375: true);
    vertical-align: middle;
    overflow: hidden
}
/* 描述部分 */

.change li .textDesc {
	display:none;
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 4px;
    text-align: left;
    overflow: hidden;
}

.change li .opacity {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
	
	 display: none;
}

.change li .title {
    padding: 10px 15px 0;
    color: #e6e6e6;
    font-size: 14px;
    line-height: 22px;
}

.change li .title a {
    color: #e6e6e6;
}
/*.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;}*/
/* 翻页按钮 */

.ssprev,
.ssnext {
    width: 49px;
    height: 49px;
    position: absolute;
    bottom: 300px;
    color: #FFF;
    font-size: 14px;
    z-index: 9;
    font-weight: bold;
    cursor: pointer;
    outline: none
}

.ssprev span,
.ssnext span {
    display: none;
}
.ssprev {
	 display: none;
    left: 0;
    background: url(../../images/arrows_01.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_01.png");
    _background: none
}
.ssnext {
	 display: none;
    right: 0;
    background: url(../../images/arrows_02.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_02.png");
    _background: none
}
/* 分页 */
.pageClass {
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 50px;
    padding-top: 10px;
}
.pageClass a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    overflow: hidden;
    border: 1px solid #bebebe;
    background: #bebebe;
    border-radius: 5px;
    outline: none
}
.pageClass a span {
    display: none
}
.pageClass a:hover,
.pageClass a.cur {
    border: 1px solid #be230a;
    background: #be230a
}
/* 缩图部分 */

.thumbWrap {
    width: 180px;
    height: 375px;
    position: absolute;
    left: 0;
    top: 0;
  
    overflow: hidden;
	
}

.thumbWrap .thumbCont {
    height: 310px;
    margin: 10px auto 0;
    overflow: hidden;
    position: relative;
	
    width: 180px;
	margin-top:32px;
}
.thumbWrap ul li {
    /*height: 92px;*/
    overflow: hidden;
	padding-top:5px;
    padding-bottom:5px;
    padding-left: 0px;
    text-align: center;
    width: 180px;
}
.thumbWrap ul li div {
    display: table-cell;
    width: 180px;
    height: 145px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 79px;
	
}
.thumbWrap ul li img {
    max-width: 180px;
    max-height: 145px;
    width: expression(this.width > 180 && this.width > this.height ? 180: true);
    height: expression(this.height >145 ? 145: true);
    vertical-align: middle;
    overflow: hidden
}
.thumbWrap ul li.cur {}
/* 缩图按钮 */
.thumbPrev,
.thumbNext {
    width: 180px;
    height: 32px;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    outline: none
}
.thumbPrev span,
.thumbNext span {
    display: none;
}
.thumbPrev {
    left: 0px;
    top: 0px;
    background: url(../../images/sprev.png) no-repeat;
}
.thumbNext {
    left: 0px;
    bottom: 0px;
    background: url(../../images/snext.png) no-repeat;
}

.pro-r-title{ margin-bottom:20px; text-align:center;}
.pro-r-con{ float:left;}
.pro-r-show-t{margin:0 auto; width:130px; margin-bottom:10px; text-align:center; height:62px; line-height:62px;}
