﻿@font-face {
  font-family: 'SiYuanHei';
  src: url('/font/SiYuanHeiTiJiuZiXing-Regular-2.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@charset "utf-8";
html{color:#000;background:#FFF;}
body { color:#666; font-family: "SiYuanHei", sans-serif; min-width:1400px;} /*网站字体颜色*/
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;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
i,em{ font-style:normal;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

.mt10{ margin-top:10px;}

a { color:#666; text-decoration:none; }  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
a:hover { text-decoration:underline; text-decoration:none; }
.vam { vertical-align:middle;}
.clear{ clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
/* -- 购物车外部框架 -- */
.cart_header , .cart_content , .cart_footer { width:760px; margin:0 auto;}


/* -- 页面整体布局 -- */
.header , .content , .footer { width:1200px; margin:0 auto; }
.left { width:245px; float:left; overflow:hidden;}
.left2 {width: 910px;float:left;overflow:hidden;}
.left3 { width:754px; float:left; overflow:hidden; color:#666;}
.lefttop { background:url(Img/left_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-top:10px;}
.left2top { background:url(Img/left2_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;}
.leftbot { background:url(Img/left_bot_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;  margin-bottom:10px;}
.left2bot { background:url(Img/right_bot2_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-bottom:10px; }

.right { width:100%; float:right; display:inline; margin-left:24px; overflow:hidden;}
.right2 { width:275px;  float:right; overflow:hidden;}
.right3 { width:201px; float:right; overflow:hidden; color:#666;}
.righttop {}
.right2top { background:url(Img/right2_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;}
.rightbot {}
.right2bot { background:url(Img/left_bot2_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-bottom:10px;}

.right_main { width:1200px; overflow:hidden; }
.right2_main { width:273px; padding-bottom:15px; overflow:hidden;}
.left2_main {width: 910px;padding-bottom:15px;overflow:hidden;}

.h_nav li a:-webkit-any-link{ display:block;}



/*头部开始*/
.topWrap{ position: absolute; z-index: 999; width: 100%; height: 100px; background: rgba(46,49,57,.9); min-width: 1400px;}
.topWrap .logo{ float: left; overflow: hidden; padding-top: 16px;}
.topWrap .logo a{ display: block; float: left;  width:222px; height: 62px;}
.topWrap .logo a img{ display: block; width: 100%; height: auto;}
.topWrap .logo .bt{ float: left; border-left: 1px solid #8d9095; margin-top: 6px; padding-left: 14px; margin-left: 20px;}
.topWrap .logo .bt h1{font-size: 30px; color: #fff; line-height: 1;}
.topWrap .logo .bt h1 span{display: block; font-size: 20px; color: #fff; margin-top: 6px; line-height: 1; font-weight: normal;}

.nav{ float: right; height: 70px; margin-top: 30px;}
.nav ul li{ position: relative; float: left; line-height: 50px; font-size: 16px; color: #fff; margin: 0 17px;}
.nav ul li a{position: relative; z-index: 2; display: inline-block; transition: color .5s .1s; line-height: 50px; height: 70px; font-weight: bold; font-weight: normal; color: #fff; }
.nav ul li a:hover,.nav ul li.cur a{
    color: #8FC31F;
}
.nav ul li::before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
    height:2px;
    display: block;
	background:#8FC31F;
	/* 重点 */
 	transition:transform .5s;
	/* 重点 */
  	transform:scale3d(0,1,1);
	/* 重点 */
 	transform-origin:100% 50%;
	/* 重点 */
}
.nav ul li:hover::before {
	transform:scale3d(1,1,1);
	/* 重点 */
	  transform-origin:0 50%;
	/* 重点 */
	  transition-timing-function:ease-in;
}

.nav ul li.cur::before{
	transform:scale3d(1,1,1);
	/* 重点 */
	  transform-origin:0 50%;
	/* 重点 */
	  transition-timing-function:ease-in;
}

/*底部开始*/
.footerwp{
	background:url(Img/Common/f_bg.jpg) repeat-x center top; 
	height: 335px; 
	overflow: hidden; 
}
.footerwp .f-cont{
	height: 163px;
	box-sizing: border-box;
	padding-top: 50px;
}
.footerwp .f-cont ul{
	height: 75px;
	overflow: hidden;
}
.footerwp .f-cont ul li{
	float: left;
	width: 350px;
	height: 75px;
	margin-right: 80px;
	box-sizing: border-box;
	padding-left: 90px;
}
.footerwp .f-cont ul li.li1{
	background:url(Img/Common/f_icon1.png) no-repeat left top; 
}
.footerwp .f-cont ul li.li2{
	background:url(Img/Common/f_icon2.png) no-repeat left top; 
}
.footerwp .f-cont ul li.li3{
	margin: 0;
	width: 340px;
	background:url(Img/Common/f_icon3.png) no-repeat left top; 
}
.footerwp .f-cont ul li p{
	position: relative;
	padding-left: 24px;
}
.footerwp .f-cont ul li p::before{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "";
	height: 42px;
	border-left: 2px solid #dedede;
}
.footerwp .f-cont ul li p span{
	display: block;
	font-size: 14px;
	color: #939393;
	line-height: 1;
	margin-bottom: 10px;
}
.footerwp .f-cont ul li p i{
	font-size: 15px;
	line-height: 18px;
	color: #939393;
}
.footerwp .f-cont ul li p b{
	font-size: 24px;
	color: #8FC31F;
}
.footerwp .f-nav{
	height: 62px;
	background: #8FC31F;
	border-radius: 0 0 40px 40px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 62px;
}
.footerwp .f-nav a{
	padding: 0 24px;
}
.footerwp .f-nav a{
	font-size: 15px;
	color: #fff;
	line-height: 62px;
}
.footerwp .link{
	padding-top: 35px;
	text-align: center;
}
.footerwp .link p{
	font-size: 14px;
	line-height: 24px;
	color: rgba(255,255,255,.5);
}
.footerwp .link p b{
	font-weight: normal;
}
.footerwp .link p a{
	margin: 0 12px;
	color: rgba(255,255,255,.5);
}


.sidebar{
	position: fixed;
	right: 0;
	top: 0;
	width: 80px;
	padding-left: 25px;
	padding-top: 26px;
	box-sizing: border-box;
	background: #2e3139;
	z-index: 999;
}
.sidebar ul li{
	position: relative;
	width: 31px;
	height: 31px;
	margin-bottom: 30px;
	cursor: pointer;
}
.sidebar ul li span{
	position: relative;
	z-index: 99;
	display: block;
	width: 31px;
	height: auto;
}
.sidebar ul li img{
	display: block;
	width: 100%;
	height: auto;
}
.sidebar ul li .show{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: none;
	transition: all ease .6s;
}
.sidebar ul li:hover .show
{
    display:block;
}
.sidebar ul li:hover .show img
{
    display:block;
}
.sidebar ul li:hover .show.imgg{
    right: 45px;
    top: -49px;    
}
.sidebar ul li:hover .show.imgg img
{
    width: 150px;
}
.sidebar ul li.cur .tel{
	top: -10px;
	right: -10px;
	width: 310px;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	padding: 0 20px;
	box-sizing: border-box;
	background: #0076bb;
	display: block;
}
.sidebar ul li.cur .tel p{
	font-size: 15px;
	color: rgba(255,255,255,.5);
}
.sidebar ul li.cur .tel b{
	display: inline-block;
	font-size: 22px;
	color: #fff;
	margin-top: -2px;
	vertical-align: middle;
}


.news{
	padding-top: 80px;
}
.news .news-min{
	background: #dadada;
	padding-bottom: 70px;
}
.news .news-min .content{
	position: relative;
	height: 566px;
}
.news .news-ul{
	position: absolute;
	left: 0;
	top: -40px;
	width: 190px;
	background: #2e3139;
}
.news .news-ul li{
	position: relative;
	height: 200px;
	padding-top: 60px;
	padding-left: 110px;
	box-sizing: border-box;
	cursor: pointer;
	background:url(Img/Index/br.jpg) repeat-x center bottom; 
}
.news .news-ul li h5{
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
}
.news .news-ul li span{
	font-size: 20px;
	color: #fff;
	line-height: 1;
	font-weight: normal;
}
.news .news-ul li::before{
	position: absolute;
	content: "";
	top: 62px;
	left: 35px;
	display: block;
	content: "";
	width: 14px;
	height: 1px;
	background: #fff;
	transition: all ease .6s;
}
.news .news-ul li.cur{
	background: #8FC31F;
}
.news .news-ul li.cur::before{
	width: 40px;
}

.news .news-item{
	position: absolute;
	right: 0;
	top: 0;
	width: 1010px;
	overflow: hidden;
	height:560px !important;
	float: right;
}
.news .news-item dl{
	float: left;
	width: 336px;
	background: #fff;
}
.news .news-item dl:hover dt img{
	transform: scale(1.1);
}
.news .news-item dl dt{
	width: 336px;
	height: auto;
	overflow: hidden;
}
.news .news-item dl dt img{
	display: block;
	width: 100%;
	height: auto;
	transition: all ease .6s;
}
.news .news-item dl dd{
	height: 280px;
	padding: 44px 26px 0 26px;
	box-sizing: border-box;
}
.news .news-item dl dd h5 {
	margin-bottom: 16px;
}
.news .news-item dl dd h5 a{
	font-size: 20px;
	color: #2e3139;
	line-height: 1;
}
.news .news-item dl dd p{
	font-size: 14px;
	color: #6e6f71;
	line-height: 22px;
	margin-bottom: 25px;
}
.news .news-item dl dd .more{
	font-size: 15px;
	line-height: 24px;
	color: #2e3139;
	border-bottom: 2px solid #1143a0;
}

.bts{
	text-align: center;
	color: #2e3139;
	line-height: 1;
	margin-bottom: 40px;
}
.bts a{
	font-size: 48px;
	color: #2e3139;
	font-weight: bold;
}
.bts span{
	display: block;
	font-size: 30px;
	font-weight: normal;
	margin-top: 10px;
}