
.p-head{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	/*
	filter:alpha(opacity=5); 
	-moz-opacity:0.05; 
	-khtml-opacity: 0.05; 
	opacity: 0.05;
	*/
}
.fp-tableCell {
    vertical-align:inherit;
}
.index-head{
	height:138px;
}
.index-banner{
	overflow:hidden;
}
.index-banner .swiper-slide a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	position:relative;
}
.index-banner .swiper-slide img{	
	/*width:100%;*/
	height:100%;
	position:absolute;
	left:50%;
	top:0;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari บอ Chrome */
	-o-transition: all 1s; /* Opera */
}
.index-pageHome .fp-tableCell{
	display:block;
	position:relative;
}

.index-pageHome .pagination {
  position: absolute;
  z-index: 100;
  right: 10px;
  top:50%;
  width:30px;
}
.index-pageHome .swiper-pagination-switch {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding:0;
  margin: 5px 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
}
.index-pageHome .swiper-active-switch{
	background:#FF2D24;
}


.index-typeNav{
	position: absolute;
	left:0;
	top:0;
	z-index:10;
	height:100%;
}
.index-typeNav .types{
	width:200px;
	margin-left:-160px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	height:25%;
	overflow:hidden;
	margin-bottom: 1%;
	background: #179ad7;
	color:#fff;
	position: relative;
}
.index-typeNav .types.hover{
	margin-left:0;
}
.index-typeNav .types a{
	color:#fff;
	display: block;
	padding: 5px;
}
.index-typeNav .types .one{
	float:right;
	padding: 0 10px;
	width:24px;
}
.index-typeNav .types .two{	
	padding: 10px 0px 0 20px;	
	overflow: auto;	
	margin-right: 50px;
}
.index-typeNav .types .two li{
	text-align:left;
	border-bottom:1px #fff dashed;
}
.pageBox-title{
	padding:20px 0;
	text-align:center;
}
.pageBox-title .h1{
	font-size:48px;
	font-weight:bold;
	line-height:120%;
	font-family: "arial narrow";
}
.pageBox-title .h2{
	font-size:26px;
	font-weight:bold;
	display:inline-block;
	padding:0 10px;
	border-top: 3px solid #e60012;
}

.index-pageAboutUs{
    background: url(../img/aboutUsBg.jpg) no-repeat 50% 0;    
    background-size: cover;
}
.index-aboutUs{
	list-style:none;
	margin:0;
	padding:30px 0;
	margin-left:-10px;
	
}
.index-aboutUs li{
	float:left;
	width:25%;
}
.index-aboutUs li a{
	display:block;
	text-align:center;
	margin:0 10px 10px 0;    
	color: #054769;
    text-align: center;
    position:relative;
    padding:20px 0;
}
.index-aboutUs li .wrap{
	display:block;
	position: relative;
	z-index: 5;
	height:160px;
	transition: all 0.6s;  
}
.index-aboutUs .shadow{
	position: absolute;
	left:0;
	top:0;
	background:#fff;
	height:100%;
	width:100%;
    transition:all 0.3s;
	
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
}
.index-aboutUs .icon{
	width:60px;
	margin-top:20px;
    transition:all 0.3s;
}
.index-aboutUs .enTitle{
    font-family: "Arial";
    font-size: 16px; 
    display: block;
    transition:all 0.3s;
}
.index-aboutUs .cnTitle {
	position: relative;
	z-index: 5;
    font-size: 18px;
    font-weight: bold;
    display: block;
    transition:all 0.3s;
} 
.index-aboutUs li a:hover {
	
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.index-aboutUs li a:hover .shadow{
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	-khtml-opacity: 1; 
	opacity: 1;	
}

.index-aboutUs li a:hover .icon{
	width:100px;
}
.index-news{
    background: url(../img/NewsBg.jpg) no-repeat 50% 0;    
    background-size: cover;
}
.index-newSlider{
	position: absolute;
}
.index-newSlider .swiper-container{
	width: 1150px;
	height: 280px;
	margin:auto;
	background:#fff;
	padding: 0 5px;
}
.index-newItem{
	display:block;
}
.index-newItem .pic{
	padding: 10px 5px  0;
	display:block;
	color:#333;
}
.index-newItem .pic img{
	width: 100%;
	height: 200px;
	display: block;
}
.index-newItem .pic:hover img{	
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	-khtml-opacity: 0.8; 
	opacity: 0.8;
}
.index-newItem .title{
	display:block;
	padding: 10px 10px 0;
	color:#333;
	font-size: 18px;
}
.index-newItem .title span{
	display:block;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-newItem .newsDate{
	font-size:14px;
}
.index-newItem .title:hover{
    color: #950E0E;
}

.index-newSlider .arrow-left,
.index-newSlider .arrow-right{
    position: absolute;
    top: 50%;
    cursor:pointer;
    width: 20px;
    height: 38px;
    z-index: 100;
    background: url(../img/newsImg/newsLeftR.png) no-repeat 0 50%;
    margin-top: -19px;
}
.index-newSlider .arrow-left{
    left: -40px;
}
.index-newSlider .arrow-right{
    right: -40px;
    background-position: right 50%;
}
.index-networkPage{
    background: url(../img/marketingBg.jpg) no-repeat 50% 0;    
    background-size: cover;
}
.index-networks{
	height:272px;
	overflow:hidden;
}
.index-networks li{
}
.index-networks li .item{
	float:left;
	width:20%;
	display:block;
}
.index-networks li .item a{
	margin:5px;
	display:block;
}
.index-networks li img{
	width:100%;
	display:block;
}
.index-networks li .item a:hover{
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.index-relationPage{
    background: url(../img/lnvestorBg.jpg) no-repeat 50% 0;    
    background-size: cover;
}
.index-relationPage .toolbar{
	overflow:hidden;
	zoom:1;
	padding:0px 50px 10px;
}

.index-relationPage .toolbar a{
	float:right;
	color:#333;
	background:#fff;
	padding:5px 20px;
	margin-left:10px;
	font-size:16px;
}

.index-relationPage ul.blocks{
	list-style:none;
	margin:0;
	padding:0;
}
.index-relationPage li.box{
	float:left;
	width:25%;
}
.index-relationPage .pnl{
	margin:0 10px;
	background:#fff;
	text-align:left;
}
.index-relationPage .pnl-hd{
	padding:10px;
	font-size: 22px;
	color: #1394d6;
	border-bottom: 1px solid #1394d6;
}
.index-relationPage .pnl-bd{
	
}
.index-relationPage .list{
	list-style:none;
	margin:0;
	padding:0;
	height:350px;
}
.index-relationPage .list a{
	display:block;
	overflow:hidden;
	zoom:1;
	padding: 10px 15px;
	color: #333;
}
.index-relationPage .list .title{
	margin-right: 90px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.index-relationPage .list .title em{
	color: #ff0000;
	font-weight:600;
	font-family: serif;
	margin-right:5px;
}
.index-relationPage .list .time{
	float:right;
}
.index-relationPage .talks{
	list-style:none;
	margin:0;
	padding:0;
	height:350px;
}
.index-relationPage .talks .man{
	width:33.3%;
	padding: 0;
	text-align:center;
	float:left;
}
.index-relationPage .talks .pic{
	width:85px;
	height:85px;
	display:block;
	margin: 5px auto 0;
}
.index-relationPage .talks .desc{
	display:block;
	margin:5px;
	height: 30px;
    line-height: 30px;
    text-align: center;
    background: #37abe7;
    color: #ffffff !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.index-brandPage {
    background: url(../img/brandBg.jpg) no-repeat 50% 0;    
    background-size: cover;
}
.index-productPage{	
    background: url(../img/productBg.jpg) no-repeat 50% 0;    
    background-size: cover;
}
.index-productPage .p-wrap{
	position: relative;
}
.index-productPage .toolbar{
	position:absolute;
	right:10px;
	top:25px;
}
.index-productPage  .toolbar a{
    color: #0a1a28;
    padding: 8px 20px;
    text-align: center;
    display: block;
    float: right;
    background: #FFFFFF;
    margin-right: 10px;
}
.index-contactUsPage {
    background: url(../img/contactUsBg.jpg) no-repeat 50% 0;   
    background-size: cover;
    position: relative;
}
.index-recruitment {
    background: url(../img/recruitmentBg.jpg) no-repeat 50% 0;   
    background-size: cover;
}
.index-popCnt{display:none;padding:10px;}
.index-user-work{
	margin: 0 auto;
    color: #c45752;
    font-size: 16px;
    border-bottom: dashed #C45752 1px;
    padding-bottom: 12px !important;
    margin-bottom: 10px;
    text-align: center;
 }
 .index-userInfo{
    color: #7e7e7e;
    font-size: 14px;
    line-height: 22px;
    text-align:left;
 }
 .index-user-desc{
 }
 .index-user-fillTip{
 	overflow:hidden;
 	color: #a9527c;
 }
 .index-user-fillTip .lb{
 	float:left;
 }
 .index-user-fillTip .cnt{
 	margin-left:50px;
}
.index-user-form .txt {
    width: 200px;
    padding: 3px 2px;
    height: 20px;
    border: 1px solid #cccccc;
}
.index-user-form .tb{
	table-layout: fixed;
}
.index-user-form .tb td{
	padding:5px;
}
.index-user-form .tb .lb{
	display:inline-block;
	width:80px;
}
.index-user-form textarea.txt{
	width:500px;
	height:auto;
}
 .index-user-sumbit{
	padding: 10px 35px;
    text-align: center;
    color: #fff;
    background: #b32822;    
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
    border:0;
    margin-top: 10px;
    margin-left: 120px !important;
    cursor: pointer;
}
.index-contactUsPage .map{
	position: relative;
	margin-right:400px;
	margin-left: 70px;
}
.index-contactUsPage .map img{
	height:455px;
}
.index-contactUsPage .map .point{
	background: url(../img/mapIcon.png) no-repeat 0 0;
	width: 32px;
	height: 25px;
	position: absolute;
	padding-top: 30px;
	font-size: 12px;
}
.index-contactUsPage .map .address{
	position:absolute;
	right: 120px;
	display: block;
	z-index: 11;
	top: 0;
	width:200px;
	display: none;
}
.index-contactUsPage .map .address .name{
	text-align:right;
	font-size:16px;
	color:#1e9fff;
	border-bottom:1px #1e9fff solid;
	padding:5px;
}
.index-contactUsPage .map .address .ads{
	padding:5px;
}
.index-contactUsPage .map .address .line{
	position:absolute;
	right: -100px;
	top: 30px;
	border-bottom: 1px #1e9fff dashed;
	width: 70px;
}
.index-contactUsPage .map .address .tag{
	-moz-border-radius: 50%;
	-webkit-border-radius:  50%;
	border-radius:  50%;
	background:#1e9fff;
	color:#fff;
	position:absolute;
	right: -30px;
	width:30px;
	height:30px;
	line-height:30px;
	top: 18px;
	text-align: center;
}
.index-contactUsPage .map .sy{
	left: 419px;
    top: 122px;
}
.index-contactUsPage .map .bj{
	left: 350px;
	top: 150px;
}
.index-contactUsPage .map .nj{
	left: 390px;
	top: 243px;
}
.index-contactUsPage .map .wh{
	left: 352px;
	top: 262px;
}
.index-contactUsPage .map .sh{
	left: 417px;
	top: 247px;
}
.index-contactUsPage .map .cd{
	left: 247px;
	top: 262px;
}
.index-contactUsPage .map .gz{
	left: 350px;
	top: 358px;
}
.index-contactUsPage .contact{
	float: right;
	width:380px;
}
.index-contactUsPage .contact-title{
	font-size: 24px;
    color: #1394d6;
    padding:10px;
    border-bottom: 1px solid #1394D6;
}
.index-contactUsPage .contact-list{
	list-style:none;
	margin:0;
	padding:0;
}
.index-contactUsPage .contact-list .item-hd{
    padding:0 10px;
	font-size:16px;
	overflow:hidden;
	line-height:50px;
	cursor: pointer;
}
.index-contactUsPage .contact-list .item-hd span{
	float:right;
    font-size: 24px;
    color: #1394d6;
	line-height:50px;
    width: 40px;
    height: 50px;
    background: url(../img/icoAdd.png) 16px 20px no-repeat;
    cursor: pointer;
}
.index-contactUsPage .contact-list .item-hd.on span{
    background-position: 16px -44px;
}
.index-contactUsPage .contact-list .item-bd{
	padding:0 10px;
	line-height:25px;
	font-size:14px;
	display:none;
	color:#666;
}


.index-productPage .prdIntro-pnls{
	padding:0;
}
.index-productPage .pics{
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	background:#fff;
	padding: 3px 0 0 3px;
}
.index-productPage .pics a{
	display:inline-block;
	float: left;
	padding: 0 3px 3px 0;
}
.index-productPage .pics a img{
	display:block;
}
.index-productPage .pics a:hover img {
	
    transform: scale(1.02);
    -webkit-box-transform: scale(1.02);
    -moz-box-transform: scale(1.02);
    
    -webkit-box-transition: all .5s ease 0s;
    -moz-box-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.index-productPage .pics .p1{
	width: 500px;
	height: 230px;
}
.index-productPage .pics .p2{
	width: 114px;
	height: 114px;
}
.index-productPage .pics .p3{
	width: 330px;
	height: 114px;
}
.index-productPage .pics .p4{
	width: 114px;
	height: 114px;
}
.index-productPage .pics .p5{
	width: 114px;
	height: 114px;
}
.index-productPage .pics .p6{
	width: 114px;
	height: 114px;
}
.index-productPage .pics .p7{
	width: 330px;
	height: 114px;
}
.index-productPage .pics .p8{
	width: 127px;
	height: 230px;
}
.index-recruitment .works{
	margin-left:400px;
	height:360px;
	padding:20px;
	position:relative;
}
.index-recruitment .works .shadow{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#fff;	
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
}
.index-recruitment .works table{
	table-layout: fixed;
	width:100%;
	border-spacing: 0;
	border-collapse: collapse;
	border:0;
	position: relative;
	z-index: 10;
}
.index-recruitment .works table thead th{
    text-shadow: 1px 1px 1px #b5b5b5;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    color: #37abe7;
    border-bottom: 1px solid #1394d6;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.index-recruitment .works .dropmenu {	
  -webkit-border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  border-radius:5px 5px 0 0;
	border: 1px solid transparent;
	width: 100%;
}
.index-recruitment .works .dropmenu .arrow{
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #37abe7;
    
	vertical-align: middle;
	position: absolute;
	top: 20px;
	right: 10px;
}
.index-recruitment .works table td{
	line-height:50px;
	font-size:16px;	
	text-align: center;
}
.index-recruitment .works .desc{
	display:inline-block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#fff;
	line-height:35px;
	background: #1394d6;
	font-size:14px;
	padding: 0 10px;
}
.index-recruitment .works .desc:hover{
	background: #1180B8;
}
.index-recruitment .works .dropdown{
	display:none;
	position: absolute;
	font-size: 16px;
	text-align: center;
	width: 100%;
	line-height: 40px;
	background: #1394d6;
	border: 1px solid #1180B8;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	border-top: 0;
}
.index-recruitment .works  .dropdown li {
	/* padding:0 10px; */
}
.index-recruitment .works  .dropdown li a{
	display:block;
	color:#fff;
	line-height:50px;
	border-bottom:1px #fff solid;
}
.index-recruitment .works  .dropdown li a:hover{
	background: #1AA1E6;
}
.index-recruitment .works  .dropdown li:last-child a{
	border:0;
	-webkit-border-radius: 5px 5px 0 0 ;
	-moz-border-radius: 5px 5px 0 0 ;
	border-radius: 5px 5px 0 0 ;
}

.index-recruitment .works .dropHover .dropmenu{
	position:relative;
	background: #1394d6;
	color:#fff;
	border: 1px solid #1180B8;
	width: 100%;
	border-bottom: 0;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.index-recruitment .works .dropHover .dropdown{
	display: block;
}
.index-recruitment .works .dropHover .dropmenu .arrow{
	border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}
.index-recruitment .works .pagination{	
    position: relative;
    z-index: 8;
    border-top: 1px solid #1394d6;
	padding:10px 0 0;
}
.index-recruitment .works .title{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align:left;
}
.index-jobPop{
	display:none;
	width:800px;
	text-align: left;
}
.index-jobPop table{
	table-layout: fixed;
	width:100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.index-jobPop table td{
	padding:5px;
}
.index-jobPop .lb{
	text-align: right;
}
.index-jobPop .txt{
	border:1px #ddd solid;
	width:100%;
	height:30px;
	line-height:30px;
	padding:0px;
}
.index-jobPop textarea.txt{
	height:auto;
}
.index-jobPop .combox{
	border:1px #ddd solid;
	width:100%;
	height:30px;
	line-height:30px;
	padding:0px;
}
.index-workDescPop{
	display:none;
}
.index-workDescPop ul{
	list-style:none;
	margin:0;
	padding:0;	
}
.index-workDescPop ul li{
	padding:10px;
	overflow:hidden;
}

.index-workDescPop ul .lb{
	width:100px;
	float:left;
	text-align:right;
}

.index-workDescPop ul .cnt{
	margin-left:120px;
	text-align: left;
}

.layui-layer-rim .layui-layer-title{
	background: #1180B8;
	color:#fff;
}

.layui-layer-setwin .layui-layer-close1{
	background-position: right bottom;
    width: 30px;
    height: 30px;
    top: -10px;
}
.index-brandPage .list{
	list-style:none;
	margin:0;
	padding:0;
}
.index-brandPage .list li{
	width:25%;
	float:left;
}
.index-brandPage .list li a{
	display:block;
	margin:5px;
	position: relative;
}
.index-brandPage .list li a .title{
	position:absolute;
	left:0;
	width:100%;
	top:60%;
    opacity: 0;
	margin-top:-15px;
	text-align: center;
	color:#fff;
	z-index:5;    
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
}
.index-brandPage .list li a .line{
	position: absolute;
	left:0;
	top:0;
	z-index:3;
	height:100%;
	width:100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.index-brandPage .list li a .line:after,
.index-brandPage .list li a .line:before{
	position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform .4s;
    -moz-transition: opacity 0.4s, -moz-transform .4s;
    -o-transition: opacity 0.4s, -o-transform .4s;
    transition: opacity 0.4s, transform .4s;
}
.index-brandPage .list li a .line:before {
    top: 14%;
    right: 5%;
    bottom: 14%;
    left: 5%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.index-brandPage .list li a .line:after {
    top: 8%;
    right: 10%;
    bottom: 8%;
    left: 10%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.index-brandPage .list li a:hover .line:after,
.index-brandPage .list li a:hover .line:before{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.index-brandPage .list li a .bg{
	position: absolute;
	left:0;
	top:0;
	z-index:3;
	height:100%;
	width:100%;
	background:#000;
	
    -webkit-transition: opacity 0.4s, -webkit-transform .4s;
    -moz-transition: opacity 0.4s, -moz-transform .4s;
    -o-transition: opacity 0.4s, -o-transform .4s;
    transition: opacity 0.4s, transform .4s;
    
	filter:alpha(opacity=0); 
	-moz-opacity:0; 
	-khtml-opacity: 0; 
	opacity: 0;
}
.index-brandPage .list li a:hover .bg{
	
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
}
.index-brandPage .list li a:hover .title,
.index-brandPage .list li a:hover .line:before,
.index-brandPage .list li a:hover .line:after{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.index-brandPage .list li a:hover .title{
	top:50%;
}
.index-brandPage .list li img{
	width:100%;
	display:block;
}
.index-brandPage .active{
	width:75%;
	background: #fff;
	position: relative;
}
.index-brandPage .active .hd{
	padding:10px;
	line-height:25px;
    border-bottom: 1px #84c6e7 solid;
}
.index-brandPage .active .hd .txt{
	float:left;
    font-size: 24px;
    color: #1394d6;
    text-align: left;
}
.index-brandPage .active .tool{
	float:right;
    color: #1394d6;
}
.index-brandPage .active .more{ 
}
.index-brandPage .active .bd{
	padding:10px;
}
.index-brandPage .active .bd ul {
	list-style:none;
	margin:0;
	padding:0;
}
.index-brandPage .active .bd ul li{}
.index-brandPage .active .bd ul a{
	display:block;
	overflow:hidden;
	color:#333;
	line-height:30px;
}
.index-brandPage .active .bd ul a .title{
	display:block;
	margin-right:80px;    
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.index-brandPage .active .bd ul a .time{
	float:right;
}
.index-brandPage .active .shadow{
	position: absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#fff;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
}