/* Custom Stylesheet */

html,body{
	background: #FFF;
	font-size: 100%;
	font: inherit;
	font-family: Verdana, Geneva, sans-serif "微软雅黑";
	font-size:14px;
	vertical-align: baseline;
	text-align: left;
	/*text-shadow: 1px 1px 3px #ccc;*/
	overflow-x: hidden; 
	overflow-y: auto; 
}

*{
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	text-decoration: none;
}

.clear {
    clear: both;
    /*visibility: hidden;*/
}

.text-overflow {
    overflow: hidden; /*将超出内容隐藏*/
    white-space: nowrap; /*强制内容不换行。强制在同一行内显示所有文本,直到文本结束或者遭遇 br 元素*/
    text-overflow: ellipsis; /*IE专用属性,文本溢出时显示省略标记();其他浏览器不支持。*/
    -o-text-overflow: ellipsis;
}


.overflow-hidden {
    overflow: hidden; /*将超出内容隐藏*/
    text-overflow: ellipsis; /*IE专用属性,文本溢出时显示省略标记();其他浏览器不支持。*/
    -o-text-overflow: ellipsis;
}

.clear {
	clear: both;
}

.Left {
	float: left;
}

.Right {
	float: right;
}

.M-20 {
	margin-right: 20px;
}

.M-L-200{
	margin-left: 200px;
}

.M-L-150{
	margin-left: 150px;
}

.M-L-100 {
	margin-left: 100px;
}
.M-L-3 {
	margin-left: 3%;
}
.M-L-50 {
	margin-left: 50px;
}

.B-20 {
	margin-bottom: 20px;
}

.Overflow {
	overflow:hidden;
}

.F1{
	color: #FFFFFF;
}
/* QQ在线代码 */
.side {
	position: fixed;
	width: 54px;
	height: 275px;
	right: 0;
	top: 214px;
	z-index: 100;
}

.side ul li {
	width: 54px;
	height: 54px;
	float: left;
	position: relative;
	border-bottom: 1px solid #444;
}

.side ul li .sidebox {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	color: #fff;
	font: 14px/54px "微软雅黑";
	overflow: hidden;
}

.side ul li .sidetop {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	transition: all 0.3s;
}

.side ul li .sidetop:hover {
	background: #ae1c1c;
	opacity: 1;
	filter: Alpha(opacity=100);
}

.side ul li img {
	float: left;
}
/*=========TOP样式开始============*/
#Top {
	width: 100%; 
	height: 36px;
	line-height: 36px;
	background: #334468;
	border-bottom: 1px solid #aeb3af;
}

.Top-content {
	margin: 0 auto;
	width:1200px;
	height: 36px;
	font-family:"微软雅黑";
	font-weight: normal;
	color:#aeb3af;
}

.Top-content h3 {
	width: 100%;
	height: 36px;
	font-size: 14px;
}

.Top-content span {
	float: right;
	margin-left: 20px;
	line-height: 36px;
}

.Top-content span a {
	color: #FFFFFF;
}

.Top-content span a:hover {
	color: #F0F0F0;
}


#Top-logo {
	width: 100%; 
	height: 110px;
	background: #ffffff;
	border-bottom: 5px solid #E5E5E5;
}

.Top-logo-c {
	margin: 0 auto;
	width:1200px;
	height: 110px;
}

.Top-logo-c img {
	float: left;
	width:300px;
	height: 110px;
}

.Menu{
	float: right;
	width: 800px;
	height: 110px;

}
.Menu .nav{
	padding-top: 30px;
	width: 800px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	z-index: 111;
}
.Menu .nav li{
	float: left;
	magin-top: 20px;
	width: 14.28%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-family: "微软雅黑","黑体";
	font-size:16px;
	color:#333333;	
}
.Menu .nav li a{
	font-family: "微软雅黑","黑体";
	font-size:16px;
	color:#333333;
}
.Menu .nav li a:hover {
	display: block;
	font-family: "微软雅黑","黑体";
	font-size:16px;
	color:#FFFFFF;
	background: #267bc8;
}
.Menu .nav li a:active {
	display: block;
	font-family: "微软雅黑","黑体";
	font-size:16px;
	color:#FFFFFF;
	background: #267bc8;
}

.Menu .nav li .second-nav{
	width: 114px;
	display: none;
	position: relative;
}
.Menu .nav li .second-nav li{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #267bc8;
	border-top: 1px solid #2973b7;
}
.Menu .nav li .second-nav li .third-nav{
	/*position: absolute;*/
	width: 150px;
	height: 200px;
	display: none;
	margin-left: 100%;
	margin-top: -40px;
}

/*===========Banner开始==============*/

.c-banner{
	width: 100%;
	position: relative;
	background: #439ef1;
}
.c-banner img{
	margin: 0 auto;
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}

/*============首页轮播图结束===============*/


.H-channel {
	width: 100%;
	height: 120px;
	text-align: center;	
	background: url(../Images/channellist-name-bg.png) no-repeat center 100px;
}

.H-channel h1 {
	padding-top: 40px;
	font-family: "微软雅黑";
	font-size: 26px;
	color: #616161;
	font-weight: normal;
}

.H-channel h4 {
	height: 30px;
	line-height:30px;
	font-family: "微软雅黑";
	color: #BCBCBC;
	font-weight: normal;	
}


.H-products {
	margin-top: 30px;
	width: 100%;
	height: 550px;
	background: #fafafa;	
}

.H-products-c {
	margin: 0 auto;
	width: 1200px;
	height: 550px;
}

.H-P-list {
	margin-top: 30px;
	width: 1200px;
	height: 370px;
}

.H-P-list li {
	float: left;
	width: 23%;
	height: 370px;
	border-radius: 10px;
}

.H-P-list li p {
	margin: 0 auto;
	width: 90%;
	height: 98%;
}

.H-P-list li p img{
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	width: 80px;
	height: 80px;
}

.H-P-list li p b {
	display: block;
	margin: 0 auto;
	width: 85%;
	margin-top: 40px;
	height: 90px;
	line-height: 30px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;

}

.H-P-list li p span {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 60%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: normal;
}

.H-P-list li p span a {
	display: block;
	border: 2px solid #f7d0cd;
	color:#FFFFFF;
}
.H-P-list li p span a:hover {
	display: block;
	border: 2px solid  #f7d0cd;
	color: #666;
}

.C1 {
	background: #eb7e77;
}

.C2 {
	margin-left: 2.6%;
	background: #f7865a;
}

.C3 {
	margin-left: 2.6%;
	background: #69acc8;
}

.C4 {
	margin-left: 2.6%;
	background: #499c8b;
}

.H-about-us {
	width: 100%;
	height: 560px;
	background: url(../Images/about-us-bg.jpg);	
}

.H-about-c {
	margin: 0 auto;
	margin-top: 10px;
	width: 1200px;
	height: 400px;
	background: #FFF;
}

.H-about-c-L {
	float: left;
	padding: 0px 20px;
	width: 500px;
	height: 400px;
}

.H-about-c-L h1 {
	line-height: 80px;
	font-family: "微软雅黑";
	font-size: 24px;
	color: #5D5D5D;
	font-weight: normal;
	text-align: center;
}

.H-about-c-L p {
	margin: 0 auto;
	line-height: 26px;
	font-family: "宋体";
	font-size: 15px;
}

.H-about-c-L b {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

.H-about-c-L b a {
	display: block;
	padding: 10px 25px;
	width: 100px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	line-height: 20px;
	text-align: center;
	font-family: "宋体";
	font-size: 16px;
	color: #999;
	font-weight: normal;
}

.H-about-c-L b a:hover {
	display: block;
	padding: 10px 25px;
	width: 100px;
	height: 20px;
	border-radius: 5px;
	line-height: 20px;
	background: #069;
	text-align: center;
	background: #0066b3;
	font-family: "宋体";
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}

.H-about-c-R {
	float: right;
	width: 640px;
	height: 400px;
	background: #FFF;
}

.H-about-c-R img{
	float: right;
	margin: 20px 20px;
	width: 590px;
	height: 360px;
}



.H-News {
	width: 100%;
	height: 720px;
	background: #fafafa;
	background: url(../Images/NewsBg.jpg);	
}

.H-News-c {
	margin: 0 auto;
	margin-top: 20px;
	width: 1200px;
	height: 720px;
}

.H-News-L {
	float: left;
	width: 500px;
	height: 450px;
}

.H-News-L img{
	margin-top: 14px;
	width:500px;
	height:180px;
	opacity: 0.7;
}

.H-News-L a:hover img {
	opacity: 0.9;
}

.H-News-L h3 a {
	float: left;
	width:400px;
	height:30px;
	line-height: 30px;
	color: #464646;
}

.H-News-L h3 a:hover {
	color: #080808;
}
.H-News-L h4 {
	float: right;
	width:100px;
	height:30px;
	line-height: 30px;
	text-align: right;
}
.H-News-R {
	float: right;
	width: 670px;
	height: 450px;
}

.H-News-R ul li{
	padding: 10px 0px;
	width: 670px;
	height: 90px;
	border-bottom: 1px dotted #666;
}

.H-News-R ul li .Date {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 60px;
	height: 80px;
}

.H-News-R ul li .Date h2 {
	text-align: center;
	font-family: "微软雅黑";
	font-size: 40px;
	color: #BDBDBD;
	font-weight: normal;
}
.H-News-R ul li .Date h4 {
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #BDBDBD;
	font-weight: normal;	
}
.H-News-R ul li .H-New-list {
	float: right;
	width: 550px;
	height: 100px;
	
}

.H-News-R ul li .H-New-list h1 a:link {
	line-height: 36px;
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: normal;
	color: #494949;
}

.H-News-R ul li .H-New-list h1 a:hover {
	color: #484848;
}

.H-News-R ul li .H-New-list h1 a:visited {
	color: #484848;
}

.H-News-R ul li .H-New-list p a{
	line-height: 20px;
	font-family: "宋体";
	color:#474747;
}

.H-News-R ul li .H-New-list p a:hover{
	line-height: 20px;
	font-family: "宋体";
	color: #8F8F8F;
}


.More {
	margin: 0 auto;
	margin-top: 40px;
	width: 154px;
	height: 90px;
	text-align: center;
}

.More b a {
	display: block;
	padding: 10px 25px;
	width: 100px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	line-height: 20px;
	text-align: center;
	font-family: "宋体";
	font-size: 16px;
	color: #999;
	font-weight: normal;
}

.More b a:hover {
	display: block;
	padding: 10px 25px;
	width: 100px;
	height: 20px;
	border-radius: 5px;
	line-height: 20px;
	background: #069;
	text-align: center;
	background: #0066b3;
	font-family: "宋体";
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}




.H-Case {
	width: 100%;
	height: 630px;
	background: #f7f7f7;
	background: url(../Images/casebg2.jpg);
}	

.wrap {
	position: relative;
	width: 1200px;
	height: 360px;
	margin: 0 auto;
	margin-top: 30px;
}
.H-case {
	position: absolute;
	width: 1200px;
	height: 360px;
}
.H-case li{
	position: absolute;
	background-size: 100% 100%;
	cursor: pointer;
}
.wrap a {
	position: absolute;
	display: none;
	z-index: 2;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	font: 36px/60px "宋体";
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: rgb(255, 100, 0);
	background: rgba(255, 100, 0, .6);
	transition: background 1s ease;
}
.wrap a:hover {
	background: rgb(255, 100, 0);
}
.prev {
	left: 30px;
}
.next {
	right: 30px;
}


.H-Contact {
	width: 100%;
	height: 450px;
	background: #a1bfbd;
}	

.H-Contact-C {
	margin: 0 auto;
	width: 1200px;
	height: 450px;
	background: url(../Images/map-img.png) center 0px no-repeat;
}	

.H-lianxi {
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	color: #366;
}

.H-Contact-C h1 {
	margin-top: 10px;
	text-align: center;
	font-size: 26px;
	color: #366;
}

.H-Contact-C h1 a {
	color: #366;
}

.H-Contact-C h1 a:hover {
	color: #FFF;
}

.H-Contact-C p {
	padding-top: 20px;
	width: 1200px;
	height: 230px;
	background: url(../Images/TEL-WEB-QQ.gif) center center;
}

.H-Contact-C span {
	float: left;
	font-family:"微软雅黑";
	font-weight: normal;
	font-size: 20px;
	color: #FFF;
	text-align: center;
}

.H-Tel {
	float: left;
	margin-top: 140px;
	margin-left: 165px;
	width: 260px;
	height: 30px;
}
.H-Tel a {
	color:#FFFFFF
}
.H-Tel a:hover {
	color:#366
}
.H-Wb {
	float: left;
	margin-top: 140px;
	margin-left: 45px;
	width: 260px;
	height: 30px;
}

.H-Wb a {
	color:#FFFFFF
}
.H-Wb a:hover {
	color:#366
}
.H-QQ {
	float: left;
	margin-top: 140px;
	margin-left: 40px;
	width: 260px;
	height: 30px;
}
.H-QQ a {
	color:#FFFFFF
}
.H-QQ a:hover {
	color:#366
}

.H-link {
	width: 100%;
	height: 60px;
	background: #164f87;
	background: url(../Images/foot_di1.jpg);
}

.H-link-C {
	margin: 0 auto;
	width: 1200px;
	height: 60px;
	color: #CCC;
	text-align: center;
}
.H-link-C span a{
	margin-left: 20px;
	line-height: 60px;
	color: #CCC
}

.H-link-C span a:hover {
	margin-left: 20px;
	line-height: 60px;
	color: #FFF;
}

.H-footer {
	width: 100%;
	height: 170px;
	background: url(../Images/foot_di1.jpg);
	background: #1f323f;
}

.H-footer-C {
	margin: 0 auto;
	padding-left: 100px;
	width: 1100px;
	height: 170px;
}

.footer-L {
	float: left;
	padding-top: 26px;
	width: 800px;
	height: 140px;
}

.footer-L li {
	line-height: 24px;
	font-size: 14px;
	color: #CCCCCC;
}

.footer-L li span{
	margin-left: 20px;
}

.footer-L li span a{
	color: #CCCCCC;
}

.footer-L li span a:hover {
	color: #FFF;
}

.footer-R {
	float: right;
	width: 200px;
	height: 170px;
}

.footer-R img {
	margin-top: 25px;
	height: 100px;
	line-height: 170px;
}

.footer-R p {
	font-size: 14px;
	color: #CCCCCC;
}

/*=======================栏目页当前位置样式表开始=====================*/
.ChannelName{
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px 35px;
	width: 1030px;
	height: 40px;
	background: #F1F1F1;
	border-bottom: 1px solid #CCC;
}

.Channel-fenge {
	margin: 0 auto;
	width: 1100px;
	height: 10px;
	background: url(../Images/News-menu-bg.png) repeat-x; 
}

.ChannelName h4{
	float: left;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #039;
	font-weight: normal;
}

.ChannelName h5{
	float: right;
	margin-right: 30px;
	font-family: "宋体";
	font-size: 15px;
	color: #666666;
	font-weight: normal;
	line-height: 60px;
}

.ChannelName h5 a{
	color: #333333;
}
.ChannelName h5 a:hover{
	color: #333333;
}

/*=======================栏目页当前位置样式表结束=====================*/


/*====================荣誉资质样式表开始==========================*/

.RY {
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 35px 35px;
	width: 1030px;
	height: 1500px;
	background: #F1F1F1;
}


.RY h1{
	margin-bottom: 10px;
	padding-left: 3%;
	width: 97%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #e9e7e7;
	background:url(../Images/duihao.png) left no-repeat;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #737373;
	font-weight: normal;
}

.RY .lione{
	float: left;
	padding: 0.25% 0.25%;
	margin-bottom: 30px;
	width: 22%;
	height: 300px;
	margin-right: 2%;
	background: #929292;
}
.RY .lione img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 250px;
}

.RY .lione h2 a{
	display: block;
	margin-top: 4px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 20px;
	font-family: "微软雅黑";
	color: #737373;
	font-weight: normal;
}

.RY .lione h2 a:hover{
	display: block;
	background: #A6A6A6;
}

.rongyu-center {
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 35px 35px;
	width: 1030px;
	height: auto!important;
	min-height: 400px;
	background: #F1F1F1;
}

.rongyu-center p img{
	display: block;
	margin: 0 auto;
	padding: 3px 3px;
	width: 90%;
	height: auto;
	border: 1px solid #A0A0A0;
}



/*====================荣誉资质样式表结束==========================*/


/*=========新闻栏目==========*/


.News-channel {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px 20px;
	width: 1060px;
	height: auto;
	background: #F1F1F1;
	border-: 1px solid #999;
}

.News-C-list {
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px 10px;
	width: 980px;
	height: 180px;
	background: #f6f6f6;
	border-: 1px solid #ecebeb
}

.News-C-list .List-img {
	float: left;
	width: 320px;
	height: 180px;
	background: url(../Images/NewListBg.jpg) center center;
}

.News-C-list .List-img img {
	width: 320px;
	height: 180px;
}

.News-C-list .List-img img:hover {
	filter:alpha(opacity=80);  
	-moz-opacity:0.8;  
	-khtml-opacity: 0.8;  
	opacity: 0.8; 
}

.News-C-list .List-text {
	float: right;
	width: 630px;
	height: 180px;
}

.News-C-list .List-text h1 {
	margin-bottom: 20px;
	font-family: "微软雅黑";
	font-size: 22px;
	color: #333333;
	font-weight: normal;
}

.News-C-list .List-text h1 a {
	color: #333333;
}

.News-C-list .List-text h1 a:hover {
	color: #F00;
}


.News-C-list .List-text p {
	font-size: 14px;
	line-height: 24px;
}

.News-C-list .List-text h4 {
	float: right;
	margin-top: 10px;
	font-size: 13px;
}

.News-C-list .List-text h4 span {
	margin-right: 15px;
}

.News-C-list .List-text h4 span a {
	color: #333;
}

.News-C-list .List-text h4 span a:hover {
	color: #F00;
}


/*====================新闻列表分页样式表==========================*/


.list-number{
	clear: both;
	padding: 50px 0px 20px 0px;
	width: 100%;
	text-align: center;
}

.list-number a{
	padding: 3px 8px;
	margin: 5px 3px;
	background: #b5b19e;
	border: 1px solid #b3aa7d;
	color: #333333;
}

.list-number a:hover{
	padding: 5px 10px;
	margin: 5px 3px;
	background: #a3700f;
	border: 1px solid #6b4804;
	color: #FFFFFF;
}

.Up-Down{
	float: left;
	margin-top: 30px;
	width: 99%;
	border-top: 1px dashed #BABABA;
}
.Up-Down ol {
	margin-top: 10px;
	margin-left: 30px;
}

.Up-Down ol li {
	line-height: 30px;
}

.Up-Down ol li a {
	color: #003366;
}

.Up-Down ol li a:hover{
	color: #F00;
}

/*====================新闻列表分页样式表OVER==========================*/


/*====================新闻内容页面样式表==========================*/

.News-content {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 35px 35px;
	width: 1030px;
	height: auto;
	background: #F1F1F1;
	border-: 1px solid #999;
}


.News-content h1{
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
	font-family: "微软雅黑","黑体";
	font-size: 30px;
	color:#333333;
	font-weight: normal;
}

.News-content h5{
	margin: 0 auto;
	width: 70%;
}

.News-content h5 span{
	margin-right: 20px;
	line-height: 20px;
	font-size: 13px;
}

.News-content h4{
	margin: 0 auto;
	padding: 10px 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 950px;
	height: auto;
	line-height: 20px;
	border: 1px solid #CCC;
	font-size: 13px;
	font-weight: normal;
}

.News-content p {
	line-height: 30px;
	font-size: 16px;
	color: #333;
}

.News-content p img {
	display: block;
	margin: 20px auto;
	width: 75%;
	height: auto;
	padding: 3px 3px;
	border: 1px solid #999;
}

.News-content img {
	display: block;
	margin: 20px auto;
	width: 75%;
	height: auto;
	padding: 3px 3px;
	border: 1px solid #999;
}

/*====================新闻内容页面样式表OVER==========================*/


/*====================产品栏目样式表==========================*/

.IMG-list {
	float: left;
	margin: 20px 10px 20px 25px;
	width: 310px;
	height: 270px;
	border-bottom: 1px solid #BBB;
	background: #CCC; 
}

.IMG-img a {
	width: 310px;
	height: 210px;
}

.IMG-img a:hover {
	filter:alpha(Opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

.IMG-img img {
	width: 310px;
	height: 210px;
}
.IMG-text h1 {
	margin: 15px auto;
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

.IMG-text h1 a {
	color: #666;
}
.IMG-text h1 a:hover {
	color: #FFF;
}

/*==========以下为产品栏目及内容样式表============*/

.Products-content {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 35px 35px;
	width: 1030px;
	height: auto;
	background: #F1F1F1;
	border-: 1px solid #999;
}

.Pro-C-JS {
	padding-bottom: 20px;
	width: 100%;
	height: 380px;
	background-: #C6C;
	border-bottom: 1px solid #FFF;
}

.Pro-C-JS .JS-Img {
	float: left;
	width: 500px;
	height: 350px;
}

/*=========产品图片放大效果==========*/
#magnifier{
	position: relative;
	width:510px;
	height:360px;
}
#img{
	padding: 3px;
	width:500px;
	height:350px;
	border: 1px solid #FFF;
}
#Browser{
	border:1px solid #000;
	z-index:100;
	position:absolute;
	background:#555;
}
#mag{
	border:1px solid #000;
	overflow:hidden;
	z-index:100;
}
/*=========产品图片放大效果结束==========*/

.JS-List {
	float: right;
	padding: 10px 0px;
	width: 490px;
	height: 340px;
}

.JS-List h1 {
	padding-bottom: 10px;
	font-family: "微软雅黑";
	font-size: 24px;
	color: #333;
	font-weight: normal;
}

.JS-List h2 {
	padding-bottom: 10px;
	font-family: "宋体";
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

.JS-List h3 {
	line-height: 30px;
	font-family: "宋体";
	font-size: 16px;
	color: #333;
	font-weight: normal;
}

.JS-List h4 {
	margin-top: 10px;
	width: 100%;
}


.JS-List h5 {
	margin-top: 50px;
	width: 100%;
	height: 60px;
}

.JS-List h5 span {
	margin-right: 30px;
}


.Pro-D-XQ {
	
}

.Pro-D-XQ h1 {
	margin-top: 20px;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #F00;
	font-weight: normal;
}

.Pro-D-XQ p {
	line-height: 30px;
	font-size: 15px;
	color: #333;
}

.Pro-D-XQ p img {
	display: block;
	margin: 20px auto;
	width: 75%;
	height: auto;
	padding: 3px 3px;
	border: 1px solid #999;
}

.Pro-D-XQ img {
	display: block;
	margin: 20px auto;
	width: 75%;
	height: auto;
	padding: 3px 3px;
	border: 1px solid #999;
}

/*====================产品栏目样式表OVER==========================*/


/*====================FAQ样式表==========================*/

.FAQ {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
	min-height: 200px;
	border-bottom: 1px solid #D2D2D2;
}

.FAQ-A {
	padding-left: 120px;
	width: 920px;
	height: 80px;
	background: url(../Images/Q.png) 15px center no-repeat;
}

.FAQ-A h1{
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: normal;
	color:#333;
}

.FAQ-A p {
	margin-top: 10px;
	padding-bottom: 5px;
	line-height: 20px;
	font-size: 14px;
	color:#333;
	border-bottom: 1px dashed #D1D1D1;
}

.FAQ-Q {
	padding-left: 120px;
	width: 920px;
	height: 120px;
	line-height: 120px;
	background: url(../Images/A.png) 15px center no-repeat;
}

.FAQ-Q p {
	margin-top: 10px;
	padding-top: 10px;
	line-height: 20px;
	font-size: 14px;
	color:#333;
}


/*====================FAQ样式表==========================*/



/*====================客户案例样式表==========================*/
.News-image-list {
	float: left;
	margin: 20px 10px 20px 25px;
	width: 310px;
	height: 240px;
	border-bottom: 1px solid #BBB;
}

.IM-List-img a {
	width: 310px;
	height: 180px;
}

.IM-List-img a:hover {
	filter:alpha(Opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

.IM-List-img img {
	width: 310px;
	height: 180px;
}
.IM-List-text h1 {
	margin: 15px auto;
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

.IM-List-text h1 a {
	color: #333333;
}
.IM-List-text h1 a:hover {
	color: #999;
}

.IM-List-text p a {
	line-height: 24px;
	font-size: 14px;
	color: #333333;
}

.IM-List-text p a:hover {
	color: #666;
}
/*====================客户案例样式表OVER==========================*/

/*====================设备工艺样式表==========================*/

.Inform-list {
	float: left;
	margin: 20px 10px 20px 27px;
	width: 480px;
	height: 130px;
	border: 1px solid #dad7d7;
}

.Inform-img {
	float: left;
	margin-right: 20px;
	width: 130px;
	height: 130px;
}

.Inform-img img {
	margin: 5px 5px;
	width: 120px;
	height: 120px;
}

.Inform-text {
	float: left;
	padding: 5px 5px 5px 0px;
	width: 300px;
	height: 110px;
	overflow: hidden;
}

.Inform-text h1 {
	margin: 0px 0px 10px 0px;
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: normal;
}

.Inform-text h1 a {
	color: #303030;
}
.Inform-text h1 a:hover {
	color: #303030;
}

.Inform-text h3 {
	font-family: "黑体";
	font-size: 14px;
	color: #C00;
	font-weight: normal;
}

.Inform-text p a {
	margin-top: 5px;
	line-height: 22px;
	font-size: 14px;
	color: #333;
}

.Inform-text p a:hover {
	color: #333;
}
/*====================设备工艺样式表OVER==========================*/



/*====================联系我们页面样式表==========================*/

.LXWM {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 35px 35px;
	width: 1030px;
	height: auto;
	background: #F1F1F1;
	border-: 1px solid #999;
}

.LXWM p {
	line-height: 35px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
}

.LXWM .map {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
/*====================联系我们页面样式表OVER==========================*/

/*=====================以下为网站留言样式表======================*/
.LY-Content .Online{
	width: 1000px;
	height: 60px;
	background: url(../images/Online.png) no-repeat 45px 5px;
}

.LY-Content .Online h3{
	margin-left: 170px;
	line-height: 65px;
	font-family: "微软雅黑","黑体";
	font-size: 14px;
	color: #666;

}

.LY-Content .Booking{
	margin: 0 auto;
	width: 900px;
	border: 1px solid #dedede;
	background: #FFFFFF url(../images/Booking_bg.png) right bottom no-repeat;
}

.LY-Content .Booking ul{
	margin-top: 50px;
	margin-left: 80px;
	list-style-type: none;
}

.LY-Content .Booking ul li{
	margin: 15px 0px;
	font-size: 16px;
}

.LY-Content .Booking ul li nobr{
	margin-right: 20px;
}

.LY-Content .Booking ul li .LYname{
	margin-left: 2px;
	width: 280px;
	height: 24px;
	border: 1px solid #d2cdcd;
	background: #FFFFFF;
}


.LY-Content .Booking ul li .LYadd{
	margin-left: 2px;
	width: 360px;
	height: 24px;
	border: 1px solid #d2cdcd;
	background: #FFFFFF;
}

.LY-Content .Booking ul li .LYPC{
	margin-left: 34px;
	width: 100px;
	height: 24px;
	border: 1px solid #d2cdcd;
	background: #FFFFFF;
}

.LY-Content .Booking ul li .LYTEL{
	margin-left: 34px;
	width: 160px;
	height: 24px;
	border: 1px solid #d2cdcd;
	background: #FFFFFF;
}

.LY-Content .Booking ul li .LYcontact{
	margin-left: 18px;
	width: 160px;
	height: 24px;
	border: 1px solid #d2cdcd;
	background: #FFFFFF;
}

.LY-Content .Booking ul li .LYMobil{
	margin-left: 34px;
	width: 200px;
	height: 24px;
	border: 1px solid #d2cdcd;
	background: #FFFFFF;
}

.LY-Content .Booking ul li .LYMAIL{
	margin-left: 34px;
	width: 300px;
	height: 24px;
	border: 1px solid #d2cdcd;
	background: #FFFFFF;
}

.LY-Content .Booking ul li span{
	margin-left: 10px;
}

.LY-Content .Booking ul li span input{
	margin-left: 20px;
}

.LY-Content .Booking ul li .LYintention{
	margin-left: 90px;
	width: 450px;
	height: 120px;
	border: 1px solid #d2cdcd;
	background: #FFFFFF;
}

.LY-Content .Booking ul li .LYvalidateCode{
	margin-left: 20px;
	padding-left: 10px;
	width: 60px;
	height: 24px;
	border: 1px solid #d2cdcd;
}

.LY-Content .Booking ul li img{
	margin-left: 10px;
	width: 50px;
	height: 24px;
	border: 1px solid #d2cdcd;
}

.LY-Content .Booking ul li div{
	margin: 0 auto;
	padding-right: 100px;
	width: 300px;
	height: 50px;
	text-align: center;
}

.LY-Content .Booking ul li div .xx_submit{
	width: 103px;
	height: 40px;
	background: url(../images/reg_icon.gif) no-repeat;
}

.LY-Content .Booking ul li div #ct_submit{
	width: 103px;
	height: 40px;
	background: url(../images/ct_icon.gif) no-repeat;
}

.LY-Content .FreeCall{
	margin: 10px 0px 0px 50px;
	padding-top: 10px;
	width: 300px;
	height: 110px;
	background: url(../images/FreeCall.png) no-repeat;
}

/*=====================网站留言样式表OVER======================*/