@charset "utf-8";
/* CSS Document */
/**公共部分**/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
a img {
	border: none;
	width:100%;
}
.c:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .c {
	zoom: 1;
	display: inline-block;
	_height: 1px;
}
.flax{
	display: flex;
    transition-property: transform;
    box-sizing: content-box;
    justify-content: space-between;
    flex-wrap: wrap;
}
body input,
body button,
body textarea,
body {
	color: #333;
	background: #FFF;
	font-family: "Microsoft Yahei", Arial;
}
a {
	color: #333;
}
a:hover {
	color: #f8434e;
}
.pl40{
	padding-left:40px;
}
.f34{
	font-size:34px!important;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
.hits {
	display: none;
}
a,img, a:hover{transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}

/*多国语言*/
.top_section{ background: #f7f7f7;}
.top_section .top_line{ float: left; display: inline-block; height: 10px; width: 1px; background: #ccc;  margin: 0px 18px;margin-top: 15px;}

.top_section .top_r{ float: right;}
.top_section .top_r .top_sns{ float: left; margin-right: 10px;}
.top_section .top_r .top_sns a{ display: inline-block; width: 28px; height: 28px; border-radius:50%; margin-top: 4px; overflow: hidden;}
.top_section .top_r .top_sns a img{width: 28px; height: 28px;}
.top_section .top_r .top_sns a:hover{filter:FlipH; transform: rotateY(180deg);}


/*select*/
.select{ position:relative;z-index:9999999 !important; float: right;}
.select ul li{ list-style:none;}
.select dt{height:40px;display:inline-block;line-height:40px;font-size:13px;text-transform:capitalize;cursor:pointer;overflow:hidden;position:relative;z-index:999999;text-align: right;font-weight: normal; padding:0;color:#777;  float: left;}
.select dt img,.select dd ul li a img{ display:inline-block; margin-right:6px;vertical-align: middle; overflow: hidden;}
.select dd ul li a img{ width:16px;}
.select dt:after{font-family:FontAwesome;color:#777;width:100px;vertical-align:middle;content:"\f107"; font-size:14px; transition:all 0.3s ease 0s; margin-left:6px;}
.select dt.cur:after{font-family:FontAwesome;color:#fff;width:100px;vertical-align:middle;content:"\f106"; font-size:14px;}
.select dd{position:absolute;right:0;top:40px;background:#fff;display:none; z-index:666; box-shadow:0px 0px 10px rgba(0,0,0,0.15);}
.select dd ul{padding:10px 10px 5px 15px;width:130px;/* max-height:304px;overflow:auto; */ text-align: left;}
.select dd ul li{position: relative;width: 100%;}
.select dd ul li a{line-height:22px;display:inline-block;color:#555; font-size:12px;text-transform:capitalize;padding:0 0 0 26px;position: relative;width: 100%;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;transition:all 0.3s ease 0s;opacity: 0;-webkit-transform: translate3d(50px, 0px, 0);transform: translate3d(50px, 0px, 0); }
.select dd ul li a{opacity:0;}
.select dd ul li img{height: auto;position: absolute;left: 0px;top:4px;}
.select dd ul li a:hover{color: #333;}
.select dd.open ul li a{ opacity: 1;-webkit-transform: translate3d(0px, 0px, 0);transform: translate3d(0px, 0px, 0); }
.select dd.open ul li:nth-child(1)  a{-webkit-transition-delay: 45ms;transition-delay: 45ms; }
.select dd.open ul li:nth-child(2)  a{-webkit-transition-delay: 90ms;transition-delay: 90ms; }
.select dd.open ul li:nth-child(3)  a{-webkit-transition-delay: 135ms;transition-delay: 135ms; }
.select dd.open ul li:nth-child(4)  a{-webkit-transition-delay: 180ms;transition-delay: 180ms; }
.select dd.open ul li:nth-child(5)  a{-webkit-transition-delay: 225ms;transition-delay: 225ms; }
.select dd.open ul li:nth-child(6)  a{-webkit-transition-delay: 270ms;transition-delay: 270ms; }
.select dd.open ul li:nth-child(7)  a{-webkit-transition-delay: 315ms;transition-delay: 315ms; }
.select dd.open ul li:nth-child(8)  a{-webkit-transition-delay: 360ms;transition-delay: 360ms; }
.select dd.open ul li:nth-child(9)  a{-webkit-transition-delay: 405ms;transition-delay: 405ms; }
.select dd.open ul li:nth-child(10) a {-webkit-transition-delay: 450ms;transition-delay: 450ms; }


/*搜索框*/
.attr-nav{margin-top: 6px;}

/*Search*/
.attr-nav .search{text-align:center;display:inline-block; position: relative; height: 40px;  width: 40px; padding:13px 0; background:url(../images/search_ico.png) no-repeat center center;}
.attr-nav .search em{ display: block; font-style: normal; font-size: 14px; color: #fff; text-transform: uppercase;font-family: 'poppins_s'; color: #fff;}
.header_search-button {display: inline-block;position: relative;width: 20px;height: 20px;margin-top: 0;vertical-align: bottom;cursor: pointer; }
.top-search { display: block; width:100%;}
.top-search em{font-size:20px;font-style:normal;color:#333;  margin:0px 0 0;text-transform:capitalize;display:none; margin-bottom: 0px; text-align: center;}
.top-search .input-group-addon{position:absolute;right:16px;top:16px; width:24px;height:24px;background: rgba(0,0,0,0.5);}
.top-search .input-group-addon i{display:flex;flex-direction:column;justify-content:center;}
.top-search .input-group-addon i:before,.top-search .input-group-addon i:after{ content:'';display:inline-block;background:#666;width:16px;height:2px;margin:2px 0;
}
.top-search .input-group-addon i:before{transform:rotate(45deg) translate(4px,0px);-webkit-transform:rotate(45deg) translate(4px,0px);}
.top-search .input-group-addon i:after{transform:rotate(-45deg) translate(4px,0px);-webkit-transform:rotate(-45deg) translate(4px,0px);}
.top-search .form-control {box-shadow:none;border:none;border:none;background:none;  color:#999;height:42px;line-height:42px;padding:0 50px 0 0;text-align:left; border-radius:0; font-size: 13px; padding-left: 12px;}
.top-search input.form-control:focus{color:#333;font-style:inherit;  background: #fff;}
.top-search input::-ms-input-placeholder{color:#808080;}/* Internet Explorer 10+ */ 
.top-search input::-webkit-input-placeholder{color:#808080;}/* WebKit browsers */
.top-search input::-moz-placeholder{color:#808080;}/* Mozilla Firefox 4 to 18 */ 
.top-search input::-moz-placeholder{color:#808080;}/* Mozilla Firefox 19+ */ 
.search_box{position: relative;width: 1200px;}
.top-search .input-group-addon.close-search {cursor: pointer;}
.top-search .input-group{ padding:10px 20px 20px; background:#eee;}
.btn_search1 {background:url(../images/search_ico.png) no-repeat center center; top:0px;height:50px;     border: none;position: absolute;right:0px;width:50px;z-index: 3; border-radius:0;cursor: pointer;}
.header_search {position: relative;width: 1150px;}
.top-search .input-group-addon{background-color: transparent;border: none;color: #666;padding-left: 0;padding-right: 0;}
.top-search .input-group-addon.close-search{cursor: pointer; float:right;display:none;}
.attr-nav ul li{ list-style:none;}

.top-search .input-group { margin:0 auto; text-align: center;    display: block;}
.top-search { display: none; width:100%;position:absolute;right:0;z-index:1;top:72px;}
.top-search em,.top-search .input-group-addon.close-search{display:block;}
.top-search .form-control{height:50px;line-height:50px;background:#fff;width: 1100px;}
.attr-nav{display: block;padding-top:0;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; float: right; z-index: 666; margin-top:0px;}


/*分页样式*/
.page_info span {
	padding:0 2px;
}
.page_info,
.page_list {
	clear: both;
	height:24px;
	line-height:24px;
	text-align:center;
	letter-spacing:0;
	font-family:"Microsoft Yahei","Arial Black";
	font-size:12px;
	margin-bottom:10px;
	padding: 10px;
	font-size: 12px;
	width:100%;
}
.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;
}


/*内容分页*/
.contPage {
	height:20px;
	line-height:20px;
	text-align:center;
	letter-spacing:0;
	font-family:"Arial Black";
	font-size:10px;
	margin-top:20px;
}
.contPage a {
	display:inline-block;
	color:#898989;
	background:#fff;
	text-align:center;
	padding:0 7px;
	margin:0 1px;
}
.contPage a:hover {
	color:#fff;
	background:#898989;
}
.contPage a.on {
	color:#333;
	background:#E5EDF2;
	border:1px solid #C2D5E3;
}

.articleTitle {
	font-size: 18px;
	margin:0;
	padding:30px 20px;
	text-align:center;
	color:#333;
	font-weight: normal;
}
.article_Qiche_Title {
	font-size: 20px;	margin:0;
	padding:30px 20px;
	text-align:center;
	color:#0070cd;
	font-weight: normal;
}
.articleInfo {
	border-top:dashed 1px #cacaca;
	height:24px;
	line-height: 24px;
	color:#A9A9A9;
	text-align:center;
	font-size: 12px;
	width: 90%;
	margin: 0 auto;
}
.articleInfo span {
	padding: 0px 5px;
}
.articleContent {
	font-size: 14px;
	color:#666;
	padding:20px;
	min-height:400px;
	height:auto;
	height:expression(this.height<400?400:true);
}
.articleContent div,
.articleContent p {
	line-height: 180% !important;
	font-size: 16px !important;
}
.articleContent a img,
.articleContent img {
	max-width:800px !important;
	height:auto;
}
.articleContent p {
	text-indent: 2em;
	margin: 10px 0;
}
.articleContent div img,
.articleContent p img {
	margin-left: -2em;
}
.articleContent.middle div,
.articleContent.middle p {
	font-size: 14px !important;
}
.articleContent.big div,
.articleContent.big p {
	font-size: 18px !important;
}
.articleContent.small div,
.articleContent.small p {
	font-size: 12px !important;
}
.articleContent table,
.articleContent table td,
.articleContent table th {
	border-collapse: collapse;
	
}
.articleContent table td {
	padding:0 10px;
	line-height:180%;
}

ul.pn {
	border-top:dashed 1px #999;
	padding: 15px;
	color:#333;
	margin-top:15px;
}
.pn li {
	height:30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
}
.pn a {
	color: #333;
	text-decoration:none;
}
.pn a:hover {
	color: #000;
}

.ke-insertfile {
	background: url(/templates/default/images/download.gif) 3px center no-repeat;
	padding-left: 25px;
	padding-right: 3px;
	border-bottom:dotted 1px #333;
}
.tooltip {
	position: absolute;
	z-index: 2147483647;
	max-width: 250px;
	word-wrap: break-word;
	background-color: #f03b26;
	background-color: rgba(240, 59, 38, 0.8);
	text-align: left;
	padding: 5px 10px;
	min-height: 1em;
	border-radius: 3px;
	border: solid 1px #C00;
	color: #FFF;
	font-size: 14px;
}
/**头部部分**/
.head {
	position: relative;
	min-width: 1200px
}
.banner{
	min-width: 1200px;
	position: relative;
	z-index: 0;
}
.banner .banner_h{
	position: relative;
    top: 220px;
    left: 3%;
    color: #fff;
    font-size: 32px;
}

.head .userPanel .lang {
	float: right;
}
.head .userPanel .lang a {
	/*padding-left: 5px;
	margin-right: 5px;*/
}
.head .userPanel .lang .zh-CN {
	background: url(../images/zh-CN.gif) left center no-repeat;
}
.head .userPanel .lang .en {
	background: url(../images/en.gif) left center no-repeat;
}
.head .userPanel {
	background-color: #fff;
	/*background-color: rgba(255,255,255,.9);*/
	border-bottom: 1px solid #f2f2f2;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	color:#666666;
}
.head .main {
	height: 91px;
	background: #fff;
    width: 100%;
	border-bottom: 1px solid #f3f3f3;
    box-shadow: 0 2px 9px #25265e1a;
}
.head .main .logo {
	width: 150px;
	/*height: 47px;*/
	float: left;
	margin-top: 24px;
	overflow:hidden;
}
/*.head .main .tel {
	background: url(../images/phone.png) 0 0 no-repeat;
	width: 270px;
	height: 65px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 30px;
}*/
.head .main .tel{	
	float: right;	
	margin-top: 27px;
	padding-left: 50px;
	display: inline-block;text-align: left;
    background: url(../images/phone1.png) no-repeat left center;
	height: 38px;
    line-height: 30px;
	
}
.head .main .tel p{font-size: 30px;line-height: 1.2;letter-spacing: 1.2px;
    font-family: fantasy;
}

/**导航部分**/
.head .nav {
	background-color: #fff;
	font-size:18px;
	border-top: 1px solid #f2f2f2;
	height: 90px;
	line-height: 90px;
	width: 750px;
	float:left
}
.head .nav li.rootItem:first-child {
	border-left: none;
	padding-left:40px;
}
.head .nav li.rootItem:last-child {
	border-right: none;
}
.head .nav li.rootItem {
	float: left;
	position: relative;
}


.head .nav li.rootItem a:afte {
	content: "";
	display: block;
	position:absolute;
	height: 30px;
    width: 10px;
	background: url(../images/i.png) 0px 0 no-repeat;
	top: 33px;
    left: 105px;
}
.head .nav li.rootItem a {
	color: #333;	
	display: block;
	padding:0 26px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.head .nav li.rootItem a:hover {

}
/*下拉菜单后，主菜单样式不变*/
.head .nav li.rootItem:hover a,
.head .nav li.rootItem.hover a {
	color: #f8434e;	
	border-bottom: 1px solid #f8434e;	
	text-align:center;	
	height: 89px;
	line-height: 89px;

}
.head .nav .subMenu{
	display: none;
	position: absolute;
	left: 0px;
	top: 88px;
	overflow: hidden;
	padding-top: 2px;
	width: 124px;	
	font-size:14px;
}

.head .nav .subMenu .subItem {
	background-color: #fff;
	border-bottom: 1px solid rgba(204,204,204,.5);
	height: 40px;
	line-height: 40px;
}
.head .nav .subMenu .subItem a {
	color: #333!important;
	width: auto;
	text-align: center;
	padding: 0px 18px;
    height: 40px!important;
    line-height: 40px!important;
    border-bottom: 1px solid #e3e3e3!important;	
	border-top: none!important;			
	transition: all 0.5s;
}
.head .nav .subMenu .subItem a:hover {
	color: #fff!important;
    text-align: center;
    height: 40px;
    line-height: 40px;
	border: none;
}
.head .nav .subMenu .subItem:hover {
	background-color: #f8434e;
	background: linear-gradient(151deg,#f8434e,#e71f3b);
}
/**子菜单上面的小三角部分**/
.head .nav li.rootItem.hasSubmenu.mhover:after,
.head .nav li.rootItem.hasSubmenu:hover:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px solid #ff6700;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -5px;
}
.head .nav li.rootItem.mhover .subMenu,
.head .nav li.rootItem:hover .subMenu {
	display: block;
	z-index: 11;
}
/**底部部分**/
.footer {
	margin-top: 20px;
	padding-top:40px;
	background-color: #1e242b;
	min-width: 1200px;
}
.footer .navFooter .tel {
	color: #FFF;
    font-size: 32px;
}
.footer .navFooter dt{
	float:right;
	/*margin-right:160px;*/
}
.footer .navFooter dt h1 {	
	color: #FFF;
	font-size:16px;
	text-align: left;
	height: 60px;
	line-height: 60px;
	font-weight:300;
	border-bottom: 1px solid #474747;
}
.footer .navFooter dd{
	float:left;
	width:110px;
	margin-left:50px;
}
.footer .navFooter dd:second-child{	
	margin-left:0px;
}
.footer .navFooter dd li{
	color: #7c7c7c;
	font-size:14px;
	text-align: left;
	height: 28px;
	line-height: 28px;
}
.footer .navFooter dd h1 {	
	color: #FFF;
	font-size:16px;
	text-align: left;
	height: 60px;
	line-height: 60px;	
	font-weight:300;
	border-bottom: 1px solid #474747;
}
.footer .navFooter dd ul{
	margin-top:20px;
}
.footer .navFooter dd ul li a{	
	color: #7c7c7c;
	font-size:14px;
	text-align: left;
	height: 24px;
	line-height: 24px;
}
.footer .navFooter dd ul li a:hover{	
	color: #eee;
}
.footer .navFooter .f{
	margin-left:0px;
}
.footer .navFooter .f ul li{
	float:left;
	padding-right:5px;
	width:94px;
	overflow:hidden;
}
.footer .navFooter .l{
	width:110px;
}
.footer .navFooter .l ul li{
	float:left;
	padding-right:5px;
	width:94px;
	overflow:hidden;
}
.footer .navFooter .lx{
	width:200px;
}
.footer .navFooter .lx ul li{
	padding-right:5px;
	overflow:hidden;
}
.footer .navFooter dt button:hover,
.footer .navFooter dt button:hover a{	
	background-color:#d71619;
	border:1px solid #d71619;
	color:#fff;
	cursor:pointer;
}
.footer .navFooter dt button{
	border:1px solid #737373;
	color:#666;
	border-radius:6px;
	height:36px;
	width:100px;
	margin-top: 20px;
}
.footer .navFooter dt .bottom-logo{
	margin-top:20px;
	text-align: center;
}
.footer .navFooter dt .qrCode{
	margin-top:20px;
	float:left;
	margin-right:10px;
}
.footer .navFooter dt .qrCode p{
	font-size:12px;
	color:#7c7c7c;
	text-align:center;
	line-height:24px;
}
.footer .FooterMain {
	color: #ccc;
    overflow: hidden;
    margin-top: 28px;
	padding-top: 20px;
    border-top: 1px solid #474747;
	
}
.footer .FooterMain .copyright {
	text-align: left;
    font-size: 13px;
    line-height: 24px;
    height: 90px;
	color: #7c7c7c;
}
.footer .FooterMain .copyright a {	
	color:#7c7c7c;
	margin:0 5px;
	border-bottom: 1px #7c7c7c dotted;
}
.footer .FooterMain .copyright a:hover{	
	color: #fff;
}
.footer .FooterMain .logo {
	float: left;
	/*margin-right: 80px;*/
}
.position .container {
	text-align: right;
	font-size: 14px;
	height: 66px;
	line-height: 66px;
	color: #666;
}
.position .container {
	float: right;
	padding-left: 20px;
	background: url(../images/navi.png) left center no-repeat;
}

/**
.category li,.category li a {
	width:100px;
	display: block;
	padding: 10px 5px;
	background-color: #515151;
	color: #fff;
	position: relative;
}

.category li a:hover {
	background-color: #d71619;
}
.category li.hover a {
	background-color: #d71619;
	color: #FFF;
}
.category li.hover a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px solid #d71619;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 41px;
	left: 50%;
	margin-left: -5px;
}
/****/



/*产品样式**/
.product .productList{

}
.product .productList li img {
	width: 100%;
	height: 100%;
}
.product .productList li .title {	
	position:absolute;
	display: block;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	color: #fff;	
	/*background: rgba(110, 113, 117, 0.5);*/
	background: rgba(215, 22, 25, 0.8);
	text-align:center;
	width: 100%;
    bottom: 0px;
}
.product .productList li.mhover,
.product .productList li:hover {		
	/*background: rgba(110, 113, 117, 0.8);*/
	background: rgba(215, 22, 25, 1);
	color: #fff;
}
.product .productList li.mhover p,
.product .productList li:hover p,
.product .productList li.mhover .title,
.product .productList li:hover .title {		
	/*background: rgba(110, 113, 117, 0.8);*/
	background: rgba(215, 22, 25, 1);
	color: #fff;
}
.product .productList li.mhover .btn a,
.product .productList li:hover .btn a {		
	/*background: rgba(110, 113, 117, 0.8);*/
	background: rgba(215, 22, 25, 1);
	color: #fff;
}
.product .productList li {
	float: left;
	width:304px;
	width:23.3%;
	height:304px;
	height:290px;
	height:270px;
	margin: 10px;
	position:relative;
	/*padding: 10px;*/
	background-color: #efefef;
}
.right{
	width:920px;
	float:right;
}
/*左侧菜单*/
.sidebar {
	float: left;
	width: 250px;
	margin-top: 15px;
}
.mainContainer	{
	width: 910px;
	float: right;
	padding: 5px 10px;
}

.sidebar .sidebarcategory {
	margin-bottom: 20px;
}
.sidebar .sidebarcategory dt {
	background-color: #ff6700;
	color: #FFF;
	border-radius: 4px 4px 0 0;
	font-size: 28px;
	line-height: 70px;
	padding-top: 25px;
	padding-left: 20px;
	border-bottom: 3px solid #FFF;
}
.sidebar .sidebarcategory dd {
	background-color: #F1F1F1;
	padding: 15px 20px;
	border-bottom: 2px solid #ff691c;
}
.sidebar .sidebarcategory h3{
	background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    padding-left: 10px;
    margin-bottom: 15px;
    border-left: 1px solid #ff6700;
    position: relative;
}
.sidebar .sidebarcategory dd li {
	margin-bottom: 10px;
}
.sidebar .sidebarcategory dd a {
	display: block;
	height: 32px;
	line-height: 32px;
	background-color: #fff;
	color: #656565;
	text-indent: 1.5em;
	font-size: 14px;
}
.sidebar .sidebarcategory dd li.hover a {
	background-color: #ff691c;
	color: #FFF;
}
.sidebar .sidebarcategory dd li a:hover {
	background-color: #ffa476;
	color: #FFF;
}

.sidebar .contactcategory {
	margin-bottom: 20px;
}
.sidebar .contactcategory dt {
	background-color: #888;
	color: #FFF;
	font-size: 28px;
	line-height: 70px;
	padding-left: 20px;
	border-bottom: 3px solid #FFF;
}
.sidebar .contactcategory dd {
	background-color: #F1F1F1;
	padding: 15px 20px;
	border-bottom: 2px solid #888;
}
.sidebar .contactcategory dd li {
	margin-bottom: 10px;
}
.sidebar .sidebarcategory dd a {
	display: block;
	height: 32px;
	line-height: 32px;
	background-color: #f9f9f9;
	color: #656565;
	text-indent: 1.5em;
	font-size: 14px;
}
.sidebar .contactcategory dd li.hover a {
	background-color: #d71619;
	color: #FFF;
}
.sidebar .contactcategory dd li a:hover {
	background-color: #ffa476;
	color: #FFF;
}
.sidebar .contactcategory dd p{
	line-height: 24px;
    font-size: 14px;
}
/*产品展示菜单样式*/
.sidebar .sidebarcategory dd .product-nav a {
	display: block;
	height: 32px;
	line-height: 32px;
	background-color: #f8f8f8;
	color: #656565;
	text-indent: 1.5em;
	font-size: 14px;
}
.sidebar .sidebarcategory dd li.hover a {
	background-color: #ff691c;
	color: #FFF;
}
.sidebar .contactcategory .product-nav li.hover a {
	background-color: #db4a00;
	color: #FFF;
}
.sidebar .contactcategory .product-nav li a:hover {
	background-color: #ff691c;
	color: #FFF;
}
.sidebar .signup {
	margin-bottom: 20px;
}
.sidebar .signup dt {
	height: 50px;
	line-height: 50px;
	text-indent: 1.2em;
	font-size: 20px;
	background-color: #ff691c;
	color: #FFF;
	border-bottom: 3px solid #FFF;
}
.sidebar .signup dd {
	padding: 10px;
	background-color: #f1f1f1;
}
.sidebar .signup dd  h4 {
	font-size:16px;
	line-height:48px;
	height:48px;
	color:#007b78;
	/*text-indent:20px;*/
}
.sidebar .signup dd p{
	font-size:12px;
	color:#636363;
	line-height:24px;
	padding: 20px;
    padding-top: 0px;
}
.sidebar .signup dd .label {
	height: 50px;
	line-height: 28px;
}
.sidebar .signup dd .label input {
	width: 150px;
	height: 26px;
	border: 1px solid #DBDBDB;
	line-height: 26px;
	outline: none;
	text-indent: 5px;
}
.sidebar .signup dd .label.has-vcode input {
	width: 75px;
}
.sidebar .signup dd .label.has-vcode img {
	height: 28px;
	width: 70px;
}
.sidebar .signup dd .label strong {
	font-weight: normal;
	display: block;
	line-height: 28px;
	height: 28px;
	text-align: right;
	float: left;
	width: 70px;
	margin-right: 5px;
	font-size: 14px;
}
.sidebar .signup dd .label.muti-line strong {
	line-height: 1;
}
.sidebar .signup dd button {
	width: 90px;
	height: 36px;
	line-height: 36px;
	background-color: #112953;
	color: #FFF;
	border: none;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
/*友情链接*/

.link {
	color: #ccc;
    overflow: hidden;
	margin-top: 45px;
	border-top: 1px solid #474747;
}
.link dt.modTitle {
	color: #FFF;
    font-size: 16px;
    text-align: left;
    height: 60px;
    line-height: 60px;
    font-weight: 300;
}
.link dt.modTitle .intro {
	line-height: 20px;
	font-size: 18px;
	color: #868686;
	text-align: center;
}
	

.link dt.modTitle .more{
	float: right;
	line-height: 24px;
	font-size: 14px;
	margin-top: 16px;
}



.link .modContent {
	/*padding: 15px 10px;*/
	color:#7c7c7c;
}
.link .modContent a:hover{
	/*border:1px solid #f3f3f3;*/
	color: #fff;
}
.link .modContent a {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	color: #7c7c7c;
	/*border:1px solid #fff;*/
}

/**划过大图显示部分**/
.demoh2{font-size:14px;margin:20px;color:#ff6600;}
.preview{width:320px;float: left;margin-right: 10px;position:relative;}
.smallImg{position:relative;width:277px; padding:5px 20px; height:72px; overflow:hidden;float:left;}
.scrollbutton{height:45px; width:10px; overflow:hidden; position:absolute; top:9px; cursor:pointer;background:url(../images/zoom.gif) no-repeat;}
.scrollbutton.smallImgUp{background-position:-22px 0; left:0px;}
.scrollbutton.smallImgDown{background-position:-33px 0px; right:0px;}
.scrollbutton.smallImgUp.disabled{background-position:0px 0 ;}
.scrollbutton.smallImgDown.disabled{background-position: -11px 0;}
#imageMenu {width:360px;overflow:hidden;width: 280px;}
#imageMenu ul {width: 420px;}
#imageMenu li {height:82px; width:70px; overflow:hidden;float: left;}
#imageMenu li img{padding:1px;border:1px solid #E8E8E8; width:60px; height:50px;cursor:pointer;}
#imageMenu li#onlickImg img{border:1px solid #990000;}
/* bigImg */
.bigImg{position:relative;width:315px;height:218px;border:1px solid #E4E4E4;overflow:hidden;}
.bigImg #midimg{width:315px;height:218px;}
.bigImg #winSelector{width:80px;height:80px;}
#winSelector{position:absolute;cursor:crosshair;filter:alpha(opacity=15);-moz-opacity:0.15;opacity:0.15;background-color:#000;border:1px solid #fff;}
/* bigView */
#bigView{position:absolute;border: 1px solid black;overflow: hidden;width:260px;height:295px;top:300px;left:540px;z-index:999;background-color:#464646;}
#bigView img{position:absolute;}

/*回到顶部*/
.page_top{position:absolute;}	
#pageTop{width:65px;height:65px;background:url(../images/agetop.png) no-repeat;position:fixed;_position:absolute;bottom:10px;right:10px;overflow:hidden;text-indent:-999px;cursor:pointer}
#pageTop:hover{background-image:url(pagetop_on.png)}
#pageTop a{width:100%;height:100%;display:block;}
*html #pageTop a{width:65px;height:65px}



.row-index{padding: 20px 10px 0;position: relative;}
.product-list {overflow: hidden;position: relative;z-index: 2;}
.product-list li{width: 25%;float: left;margin-bottom: 20px;}
.product-list .con{display: block;overflow: hidden;margin: 0 10px;	position: relative;}
.product-list .tit{position: absolute;left: 0;right: 0;top: 100%;height: 100%;
	/*background: url(../images/ico-14.png) repeat-x center bottom;*/
	background-color: rgba(255,103,0,.8);
	background: linear-gradient(151deg,#f8434e,#e71f3b);
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.product-list .tit h3{position: absolute;left: 28px;bottom: 20px;right: 20px;
	font-size: 22px;color: #fff;font-weight: normal;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product-list .pic{padding-top: 78%;height: 0;position: relative;overflow: hidden;border-radius: 5px;}
.product-list .pic:after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;
	background-color: rgba(0,0,0,.3);
}
.product-list .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;
	/*opacity: .7;*/
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.product-list .p-logo{position: absolute;top: 50%;left: 0;right: 0;z-index: 2;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.product-list .p-logo:after{content: '';display: block;width: 46px;height: 46px;margin: 20px auto 0;opacity: 0;height: 0;
	background: url(../images/l-play.png) no-repeat center top;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.product-list .p-logo img{max-width: 55%;max-height: 95%;display: inline-block;}
/*.product-list .pic{cursor:url(../images/ico-12.png),auto;}*/
.product-list .lab{position: absolute;top: 50%;left: 50%;z-index: 2;
	width: 70px;height: 70px;opacity: 0;border-radius: 50%;
	background: url(../images/ico-13.png) no-repeat center center;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.product-list .pic-title{
	height:24px;
	text-align:center;
	line-height:24px;
}
.product-list .lab em{position: absolute;top: 50%;left: 50%;text-align: center;
	width: 2em;font-size: 18px;line-height: 20px;color: #fff;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.product-list .con:hover .lab,.new-list1 .con:hover .p-logo:after{opacity: 1;}
.product-list .con:hover .p-logo:after{opacity: 1;height: 46px;}
.product-list .con:hover .tit{top: 0;}
.product-list .con:hover .pic img{opacity: 1;border-radius: 5px;
	/*-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);*/
}
*/