﻿/*------style.css  start------*/
/*less*/
@c:center;
@small:12px;
@mid:14px;
@big:16px;
@b:#000;
@g:#666;
@r:#d41c29;
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.clearfix{
	zoom:1;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.db{
	display:block;
}
.tl{
	text-align: left;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.full{
	width:100%;
	height:100%;
}
.box{
	display: inline-block;
}
.none{
	display: none;
}

a:hover{
	text-decoration:none;
	color: #ca1c28;
    transition: color 0.4s;
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
}
@-webkit-keyframes fromBottomFade { from {
-webkit-transform: translateY(20%);
opacity:0;
}
}
@keyframes fromBottomFade { from {
transform: translateY(20%);
opacity:0;
}
}



a{text-decoration:none;}


/*container*/
.container{
	width:1200px;
	margin:0 auto;
	clear:both;
}

/*header*/


.tooper{width:100%;height:30px;line-height:30px;background:#e60012;}

.top{width:100%;height:134px;background:#fff;}
.top .logo{float:left;margin-top:-30px;font-size:0px;}
.nav{float:right;line-height:100px;height:134px;text-align:right;}
.nav .sitemap{height:34px;line-height:34px;}
.navul li{float:left;height:100px;margin-left:44px;position:relative;}
.navul li>a{font-size:14px;}
.navul li.cur>a{color:#e60012;}
.navul li>a:hover{color:#e60012;}
.navul li .nav_son{display: none;position: absolute;left: 50%;top: 100px;z-index:100;box-shadow: 0 6px 12px rgba(0, 0, 0, .175);margin-left: -80px;width: 160px;font-size: 14px;background: #FFF;animation: fromBottomFade .6s ease both;-webkit-animation: fromBottomFade .6s ease both;}
.navul li .nav_son a{overflow: hidden;text-align: center; white-space: nowrap;text-overflow: ellipsis;color:#222;display:block;padding:10px 10px;border-bottom:1px solid #ebebeb;line-height:23px;}
.navul li .nav_son a:hover{color:#ff0000;background:#f5f5f5;}
.navul li .line{width:0px;height:5px;position:absolute;top:95px;left:0px;background:#e60012;}
.navul li:hover .line{width:100%;}
.navul li:hover .nav_son{display:block;}

.navull li{width:100%;float:left;line-height:50px;padding-bottom:20px;padding-top:20px;border-bottom:1px solid #dcdcdc;}
.navull li .btn{width:10%;float:left;background:#e60012;color:#fff;font-size:18px;text-align:center;}
.navull li .nav_son{width:88%;float:right;}
.navull li .nav_son a{width:20%;float:left;display:block;}
.navull li a{}
	
	/*banner*/
#indexbanner{ width:100%;height:632px; overflow: hidden; position: relative;}
#indexbanner .bx-controls{ position: absolute; left: 0; bottom: 20px; z-index: 70; width: 100%; color: rgba(0,0,0,0);}
#indexbanner .bx-controls .bx-pager{ text-align: center;}
#indexbanner .bx-controls .bx-pager div{ display: inline-block; margin: 0 2px;}
#indexbanner .bx-controls .bx-pager div a{ display: block; width: 45px; height: 4px; overflow: hidden; line-height: 50px; background-color: rgba(255,255,255,0.3);}
#indexbanner .bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,0.8);}
#indexbanner .bx-controls .bx-controls-direction{ display: none;}


#insidebanner{ width:100%;height:330px; overflow: hidden; position: relative;}
#insidebanner .bx-controls{ position: absolute; left: 0; bottom: 20px; z-index: 70; width: 100%; color: rgba(0,0,0,0);}
#insidebanner .bx-controls .bx-pager{ text-align: center;}
#insidebanner .bx-controls .bx-pager div{ display: inline-block; margin: 0 2px;}
#insidebanner .bx-controls .bx-pager div a{ display: block; width: 45px; height: 4px; overflow: hidden; line-height: 50px; background-color: rgba(255,255,255,0.3);}
#insidebanner .bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,0.8);}
#insidebanner .bx-controls .bx-controls-direction{ display: none;}



#leftbanner{ width:90%;margin: auto; overflow: hidden; position: relative;}
#leftbanner .bx-controls{ position: absolute; left: 0; bottom: 120px; z-index: 70; width: 100%; color: rgba(0,0,0,0);}
#leftbanner .bx-controls .bx-pager{ text-align: center; display: none;}
#leftbanner .bx-controls .bx-pager div{ display: inline-block; margin: 0 2px;}
#leftbanner .bx-controls .bx-pager div a{ display: block; width: 45px; height: 4px; overflow: hidden; line-height: 50px; background-color: rgba(255,255,255,0.3);}
#leftbanner .bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,0.8);}
#leftbanner .bx-controls .bx-controls-direction{font-size: 0px;position:relative;}
#leftbanner .bx-controls .bx-controls-direction .bx-prev{position: absolute;z-index: 10000;left: 10px; width: 30px;height: 30px;background: url(../images/prev.png) no-repeat center;background-size: 100%;}
#leftbanner .bx-controls .bx-controls-direction .bx-next{position: absolute;z-index: 10000;right: 10px;  width: 30px;height: 30px;background: url(../images/next.png) no-repeat center;background-size: 100%;}




.tit{width:100%;text-align:center;}
.tit p{font-size:34px;font-weight:bold;color:#000000;margin-bottom:13px;}
.tit span{font-size:18px;color:#bbbbbb;display:block; text-transform:uppercase;font-weight:100;}




#indexproduct{width:100%;height:1173px;overflow:hidden;}
.product{width:1200px;height:100%;margin:auto;overflow:hidden;}
.product .tit{margin-top:70px;margin-bottom:30px;}
.product .tab{height:110px;width:1006px;margin:auto;}
.product .tab ul{position:relative;left:50%;float:left;}
.product .tab ul li{float:left;width:178px;height:42px;background:#f5f5f5;text-align:center;border-radius:3px; line-height:42px;margin-right:29px;margin-top:13px; position:relative;right:50%;}
.product .tab ul li:nth-child(5n){margin-right:0px;}
.product .tab ul li:first-child{background:#e60012; }
.product .tab ul li:first-child a{color:#ffffff; }
.product .tab ul li a{width:100%;height:100%;display:block;border-radius:3px;font-size:13px;}
.product .tab ul li.current a{color:#fff;background:#e60012;}
.product .tab ul li a:hover{color:#fff;background:#e60012;}
.product .tab ul li:last-child{margin-right:0px;}
.product .cpzs{width:100%;margin-top:37px;height:824px;overflow:hidden;}
.product .cpzs ul{display:none;}
.product .cpzs ul:first-child{display:block;}
.product .cpzs ul li{width:392px;height:400px;overflow:hidden; float:left;margin-right:7px;margin-bottom:12px;}
.product .cpzs ul li:nth-child(3n){margin-right:0px;}
.product .cpzs ul li a{width:392px;height:400px; overflow:hidden;display:block;}
.product .cpzs ul li .pic{width:392px;height:294px;overflow:hidden;background:#dcdddd; text-align:center;position:relative;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.product .cpzs ul li .pic img{max-width:100%;max-height:100%;margin:auto;transition:0.9s;background:#dcdddd;}
.product .cpzs ul li:hover .pic img{
	transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1); 	/* IE 9 */
	-moz-transform:scale(1.1,1.1); 	/* Firefox */
	-webkit-transform:scale(1.1,1.1); /* Safari å’Œ Chrome */
	-o-transform:scale(1.1,1.1); 	/* Opera */}
.product .cpzs ul li .pro_tit{ height:106px; width:100%;overflow:hidden;}
.product .cpzs ul li .pro_tit .tt{color:#1e1e1e;font-weight:700;line-height:80px; width:100%;text-align:center;}
.product .cpzs ul li .pro_tit .des{color:#999999;line-height:25px;font-size:13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;  /* 设置行数 */
	-webkit-box-orient: vertical;}







#indexabout{width:100%;height:611px;background:url(../images/aboutbg.jpg) no-repeat center;}
.about{width:1200px;margin:auto;overflow:hidden;}
.about .tit{margin-top:70px;margin-bottom:50px;}
.about .tit p{color:#fff;}
.about .tit span{color:#fff;}
.about .about_con{width:1200px;height:350px;}
.about .about_con .left{width:640px;height:100%; float:left;}
.about .con{margin-top:26px;color:#ffffff;line-height:30px;}
.about .more{width:130px;height:38px;line-height:38px;background:rgba(230,0,18,0.6);text-align:center;color:#ffcbcf;display:block;margin-top:23px;position:relative;z-index:5;}
.about .more:before{content:"";width:0;height:38px;position:absolute;top:0;left:0;background:#e54e5a;z-index:-1;
	transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;}
.about .more:hover:before{width:100%;}
.about .xx{margin-top:13px;text-align:center;display:block;}
.about .xx .detail{display:block;float:left; width:70px;height:100px;margin-right:60px;}
.about .xx .detail:last-child{margin-right:0;}
.about .xx .detail a{width:70px;height:100px;display:block;}
.about .xx .detail .pic{width:100%;height:60px;margin-bottom:10px;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.about .xx .detail .pic img{max-width:100%;max-height:100%;margin:auto;}
.about .xx .detail .tt{color:#ffffff;}
.about .xx .detail:hover{transform:translateY(-10px);}
.about .about_con .right{width:500px;float:right;height:100%;}
.about .about_con .right .about_img{width:494px;height:338px;overflow:hidden; background:rgba(133,133,133,0.3);	
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.about .about_con .right .about_img img{max-width:100%;max-height:100%;margin:auto;transition:0.6s;}
.about .about_con .right .about_img img:hover{
		transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1); 	/* IE 9 */
	-moz-transform:scale(1.1,1.1); 	/* Firefox */
	-webkit-transform:scale(1.1,1.1); /* Safari å’Œ Chrome */
	-o-transform:scale(1.1,1.1); 	/* Opera */
}



#indexcase{width:100%;overflow:hidden;height:530px;}
.case{width:1200px;height:100%;margin:auto;overflow:hidden;}
.case .tit{margin-top:60px;}
.case .cpzs{width:100%;height:292px;margin-top:40px;overflow:hidden;}
.case .cpzs ul li{width:390px;height:292px;float:left;margin-right:15px;}
.case .cpzs ul li .pic{width:390px;height:292px;display:block;overflow:hidden;text-align:center;background:#fff;position:relative;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.case .cpzs ul li .pic img{max-width:100%;max-height:100%;margin:auto;}



#indexenvironment{width:100%;overflow:hidden;height:500px;background:url(../images/envirnbg.jpg) no-repeat center;}
.environment{width:1200px;height:100%;margin:auto;overflow:hidden;}
.environment .tit{margin-top:78px;}
.environment .tit p{color:#ffffff;}
.environment .tit span{color:#ffffff;}
.environment .cpzs{width:100%;height:217px;margin-top:53px;overflow:hidden;}
.environment .cpzs ul li{width:290px;height:217px;float:left;margin-right:14px;}
.environment .cpzs ul li .pic{width:290px;height:217px;display:block;overflow:hidden;text-align:center;background:#fff;position:relative;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.environment .cpzs ul li .pic img{max-width:100%;max-height:100%;margin:auto;}






#indexnews{width:100%;height:780px;overflow:hidden;}
.news{width:1200px;margin:auto;}
.news .tit{margin-top:70px;margin-bottom:34px;}
.news .con{width:1200px;height:500px;overflow:hidden;}
.news .con ul{width:1200px;height:410px;margin-top:30px;}
.news .con ul li{width:380px;height:410px;float:left;margin-right:27px; border:1px solid #f5f5f5;transition:0.6s;}
.news .con ul li:nth-child(3n){margin-right:0px;}
.news .con ul li a{width:100%;height:410px;display:block;}
.news .con ul li a .pic{width:380px;height:250px;overflow:hidden;}
.news .con ul li a .pic img{width:100%;height:250px;transition:0.6s;}
.news .con ul li .tt{font-size:16px;color:#333333;font-weight:100;width:90%;margin:auto; font-weight:lighter;margin-top:25px;line-height:43px;}
.news .con ul li .line{max-width:90%; margin-left:5%;width:36px;height:1px;background:#b3b3b3;margin-bottom:17px;}
.news .con ul li .date{width:90%;margin:auto;font-size:22px;font-weight:lighter;color:#666;margin-bottom:22px;}
.news .con ul li .des{width:90%;margin:auto;color:#999;font-size:13px;line-height:25px;}
.news .con ul li:hover{box-shadow:0px 0px 10px #999999 inset;transform: translateY(-20px);}
.news .con ul li:hover .tt{color:#e60012;}
.news .con ul li:hover .pic img{	transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1); 	/* IE 9 */
	-moz-transform:scale(1.1,1.1); 	/* Firefox */
	-webkit-transform:scale(1.1,1.1); /* Safari å’Œ Chrome */
	-o-transform:scale(1.1,1.1); 	/* Opera */}
.news .con ul li:hover:after{width:100%;}

.news .more{width:200px;height:46px;line-height:46px; border:1px solid #e5e5e5;text-align:center;margin:auto;}
.news .more a{ width:200px;height:46px;display:block;color:#e44242;text-transform:uppercase; font-weight:lighter;font-size:16px;transition:0.9s;}
.news .more a:hover{font-weight:700;font-size:18px;}

/*#ne_nav{width:100%;height:40px;background:#f5f5f5;}*/
/*#ne_nav p{line-height:40px;padding-left:30px;background:url(../images/home.png) no-repeat left center;}*/





.inset{width:100%;height:100%;overflow:hidden;}
/*.inset{width:100%;height:100%;overflow:hidden;background:#ffffff;background-image:linear-gradient(#ffffff,#ffffff,#f5f5f5);}*/
.inset .ne{width:100%;background:#f5f5f5; overflow:hidden;}
.col{width:100%;min-height:450px;line-height:220%; margin:10px auto; overflow:hidden;}
.col h2{text-align:center;font-weight:normal;color:#000;height:60px;line-height:60px;}
.col h3{text-align:center;font-weight:normal;font-size:12px; height:60px;line-height:60px;}
.col  img{max-width:100%;}
.pagecol{width:1000px;margin:auto;}

.gzpage{width:100%;margin:auto;}
.gzpaged{width:1093px;margin:31px auto;}
.gzpaged_son{width:100%;overflow: hidden;}
.gzpaged_son .left{float:left;width:48%;}
.gzpaged_son .left p{width: 100%;height: 160px;line-height: 160px;text-align: center; color: #e50214;font-weight: bold;font-size: 44px;}
.gzpaged_son .left ul li{width: 100%;height: 80px;border-radius: 40px; line-height: 80px;text-align: center; color: #ffffff;background: #e50214;font-size: 30px; margin-top: 7px;}
.gzpaged_son .right ul li{width: 100%;height: 80px;border-radius: 40px; line-height: 80px;text-align: center; color: #ffffff;background: #333333;font-size: 30px; margin-top: 7px;}
.gzpaged_son .right{float:right;width:48%;}
.gzpaged_son .right p{width: 100%;height: 160px;line-height: 160px;text-align: center; color: #333333;font-weight: bold;font-size: 44px; }
.teding{width: 100%; overflow: hidden;margin-bottom:50px;}
.teding p{width: 100%;text-align: center;height: 160px;line-height: 160px;font-size: 44px;font-weight: bold;color: #e50214;}

.teding ul{width: 100%;height: 400px;background: #666666; border-radius: 30px;overflow: hidden;}
.teding ul li{color: #ffffff;font-size: 30px;font-weight: bold;height: 60px;line-height: 60px;width: 100%;text-align: center;}
.teding ul li:first-child{margin-top: 20px;}




.maintit{text-align:center;margin-top:45px;}
.maintit p{font-size:30px;color:#333;font-weight:lighter;margin-bottom:10px;}
.maintit span{font-size:16px;color:#999;text-transform:uppercase;}
.son_nav{margin-top:25px;text-align:center;}
.son_nav a{padding:0px 20px;height:45px;line-height:45px;border-radius:2px;border:1px solid #dcdcdc;color:#333;display:inline-block;margin:0px 10px;transition: color 0s;}
.son_nav a.active{background:#008b92;color:#fff;border:1px solid #008b92;}
.son_nav a:hover{background:#008b92;color:#fff;border:1px solid #008b92;}

.downloadd{width:100%;margin:66px auto; min-height:450px;overflow:hidden;}
.downloadd ul li{width:100%;height:60px;line-height:60px;background:#ffffff;border-bottom:1px dashed #dedede;}
.downloadd ul li .tt{float:left;width:50%;margin-left:20%;}
.downloadd ul li .down{float:right;width:30%;text-align:center;}

.pxxm{width:100%;margin:66px auto; min-height:450px;overflow:hidden;}
.pxxm ul{margin:0px 2px;width:1196px;}
.pxxm ul li{width:380px;height:365px;float:left;margin-right:22px;margin-bottom:40px;border:1px solid #f8f8f8; background:#ffffff;}
.pxxm ul li a{width:380px;height:365px;display:block;}
.pxxm ul li:nth-child(3n){margin-right:0px;}
.pxxm ul li .pic{width:380px;height:285px; border-bottom:1px solid #b95b5b; overflow:hidden;display:flex;align-items:center;display:-webkit-flex; /* Safari */-webkit-align-items: center; /* Safari 7.0+ */}
.pxxm ul li .pic img{max-width:100%;max-height:100%;margin:auto;transition:0.6s}
.pxxm ul li .conn{width:100%;margin:auto;}
.pxxm ul li p{width:100%;height:80px;text-align:center;width:100%; line-height:80px;color:#000;font-size:16px;}
.pxxm ul li .des{font-size:12px;height:36px;line-height:18px;margin-top:12px;padding:0 3px;color:#666;}
.pxxm ul li:hover{border:1px solid #b95b5b;}
.pxxm ul li:hover img{opacity:0.8;
		transform:scale(1.1,1.1);
		-ms-transform:scale(1.1,1.1); 	/* IE 9 */
		-moz-transform:scale(1.1,1.1); 	/* Firefox */
		-webkit-transform:scale(1.1,1.1); /* Safari å’Œ Chrome */
		-o-transform:scale(1.1,1.1); 	/* Opera */}
.pxxm ul li:hover p{color:#ffffff;background:#b95b5b;}


.hzhb{width:100%;margin:66px auto; min-height:450px;overflow:hidden;}
.hzhb ul{margin:0px 2px;width:1196px;}
.hzhb ul li{width:19%;height:250px;float:left;margin-right:1%;margin-bottom:40px;border:1px solid #f8f8f8; background:#ffffff;}
.hzhb ul li a{width:100%;height:250px;display:block;}
.hzhb ul li:nth-child(5n){margin-right:0px;}
.hzhb ul li .pic{width:100%;height:200px; border-bottom:1px solid #b95b5b; overflow:hidden;display:flex;align-items:center;display:-webkit-flex; /* Safari */-webkit-align-items: center; /* Safari 7.0+ */}
.hzhb ul li .pic img{max-width:100%;max-height:100%;margin:auto;transition:0.6s}
.hzhb ul li .conn{width:100%;margin:auto;}
.hzhb ul li p{width:100%;height:50px;text-align:center;width:100%; line-height:50px;color:#000;font-size:16px;}
.hzhb ul li .des{font-size:12px;height:36px;line-height:18px;margin-top:12px;padding:0 3px;color:#666;}
.hzhb ul li:hover{border:1px solid #b95b5b;}
.hzhb ul li:hover img{opacity:0.8;
		transform:scale(1.1,1.1);
		-ms-transform:scale(1.1,1.1); 	/* IE 9 */
		-moz-transform:scale(1.1,1.1); 	/* Firefox */
		-webkit-transform:scale(1.1,1.1); /* Safari å’Œ Chrome */
		-o-transform:scale(1.1,1.1); 	/* Opera */}
.hzhb ul li:hover p{color:#ffffff;background:#b95b5b;}





.djwz{width:100%;margin:66px auto; min-height:450px;overflow:hidden;}
.djwz ul{margin:0px 2px;width:1196px;}
.djwz ul li{width:290px;height:365px;float:left;margin-right:9px;margin-bottom:40px;border:1px solid #f8f8f8; background:#ffffff;}
.djwz ul li a{width:290px;height:365px;display:block;}
.djwz ul li:nth-child(4n){margin-right:0px;}
.djwz ul li .pic{width:290px;height:285px; border-bottom:1px solid #b95b5b; overflow:hidden;display:flex;align-items:center;display:-webkit-flex; /* Safari */-webkit-align-items: center; /* Safari 7.0+ */}
.djwz ul li .pic img{max-width:100%;max-height:100%;margin:auto;transition:0.6s}
.djwz ul li .conn{width:100%;margin:auto;}
.djwz ul li p{width:100%;height:80px;text-align:center;width:100%; line-height:80px;color:#000;font-size:16px;}
.djwz ul li .des{font-size:12px;height:36px;line-height:18px;margin-top:12px;padding:0 3px;color:#666;}
.djwz ul li:hover{border:1px solid #b95b5b;}
.djwz ul li:hover img{opacity:0.8;
		transform:scale(1.1,1.1);
		-ms-transform:scale(1.1,1.1); 	/* IE 9 */
		-moz-transform:scale(1.1,1.1); 	/* Firefox */
		-webkit-transform:scale(1.1,1.1); /* Safari å’Œ Chrome */
		-o-transform:scale(1.1,1.1); 	/* Opera */}
.djwz ul li:hover p{color:#ffffff;background:#b95b5b;}






.gcal{width: 100%;}
.gcal h2{}
.gcal img{}
.gcalshow{width:100%;min-height:450px;line-height:220%; margin:50px auto;border-radius: 15px; overflow:hidden; background:#ffffff;}
.gcalshow h2{width: 100%; text-align: center;line-height: 66px; margin-top:40px;}
.gcalshow h3{}
.gcalshow img{max-width: 100%;display: block;margin: 30px auto;}


.productdetails_col{margin: 66px auto;   width:100%;overflow: hidden; background: #ffffff;border-radius: 15px;}
.productdetails{width: 1080px;margin:auto;overflow: hidden; padding:60px 0; }
.productdetails .left_con{width:45%; float: left;}
.productdetails .left_con .pic{width:100%;}
.productdetails .left_con .pic img{width:100%;}

.productdetails .right_con{width:50%;float: right;}
.productdetails .right_con p{width:100%;overflow: hidden; }
.productdetails .right_con .pro_tt{height: 66px;line-height: 66px; font-size:26px;color: #000000; border-bottom: 1px dashed #dcdcdc; }
.productdetails .right_con .pro_descri{line-height:25px;min-height: 200px;font-size: 13px; color:#000000;font-weight: lighter; border-bottom: 1px dashed #dcdcdc; }
.productdetails .right_con .pro_tact{ width: 100%;overflow: hidden;}
.productdetails .right_con .pro_tact a{padding:0px 20px; height: 40px;line-height:40px;display: block;margin:30px 15px;float: left; text-align: center;border-radius: 20px; color:#ffffff;}


.productde_con{width:100%;background: #ffffff; display: block;overflow: hidden;padding-bottom: 10px;}
.productde_con .left{width:298px;min-height: 200px; padding-bottom: 66px;float:left;overflow: hidden; border-radius: 12px 12px 0px 0px;  }
.productde_con .left .more_con{width: 100%; line-height: 66px; color:#fff; font-size: 16px; text-indent: 60px; position: relative;background: #990d00; }
.productde_con .right{width:100%;overflow: hidden; min-height: 200px;line-height:250%; border-radius: 12px 12px 0px 0px; }
.productde_con .right .on{width: 100%;background: #990d00; line-height: 66px; color:#fff; font-size: 16px; text-indent: 60px; position: relative;}
.productde_con .right img{max-width:100%;}


.online{width:100%;margin:auto;margin-top:20px;margin-bottom:20px;overflow:hidden;}
.online form{padding-left:150px;}
.online .text{width:381px;height:38px;float:left;margin-bottom:20px;margin-right:25px;}
.online .text input{width:268px;height:36px;border:1px solid #c9c9c9;padding-left:20px;}
.online .text p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .text p span{color:#eb0000;position:relative;top:2px;}
.online .con{width:927px;height:205px;float:left;margin-bottom:20px;}
.online .con textarea{padding:20px;border:1px solid #c9c9c9;height:163px;width:760px;}
.online .con p{float:left;width:81px;padding-right:5px;line-height:38px;padding-left:5px;}
.online .con p span{color:#eb0000;position:relative;top:2px;}
.online .verify{height:38px;margin-bottom:20px;}
.online .verify p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .verify p span{color:#eb0000;position:relative;top:2px;}
.online .verify input{width:154px;height:36px;border:1px solid #c9c9c9;float:left;padding-left:20px;margin-right:10px;}
.online .verify img{cursor:pointer;}
.online .submit{width:107px;height:35px;color:#fff;cursor:pointer;background:#be252e;margin-left:91px;float:left;border:none;margin-right:47px;}
.online .reset{width:107px;height:35px;color:#fff;cursor:pointer;background:#008b92;float:left;border:none;}






.xwzx{width:1200px;min-height:300px;margin: 30px auto;
	overflow: hidden;}
.xwzx ul{width:100%;height: 100%;}
.xwzx ul li{width:32%; margin-right:2%;margin-top:15px; float:left;display: block; transition: all 0.3s ease 0s;}
.xwzx ul li:nth-child(3n){margin-right:0%;}
.xwzx ul li a{width:100%;height:400px;display:block;margin:auto;background:#f5f5f5; }
.xwzx ul li .pic{width: 100%; height: 240px; overflow: hidden;}
.xwzx ul li img{width: 100%; height: 240px;transition: transform 0.9s ease 0s;transition-duration: 1s; }
.xwzx ul li .dongfrN{width: 100%;position: relative;}
.xwzx ul li .dongfrN .riqiN{ position: absolute; left:10px;  top: 50px;font-size:13px; line-height: 30px;height: 30px;  transition-duration: 0.3s;}
.xwzx ul li .dongfrN h5{  transition-duration: 0.3s; position: absolute; left:10px; top: 20px; font-size: 16px; line-height: 30px;height: 30px;color:#000000;font-weight:300;  width: 86%; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; }
.xwzx ul li .dongfrN p{  transition-duration: 0.3s; position: absolute; left:10px; top: 90px; line-height: 30px;height: 60px; width: 100%;overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;  }
.xwzx ul li .dongfrN span{  transition-duration: 0.3s; position: absolute;left:0px; top: 90px; line-height: 30px;height: 30px; width: 80px; text-align: center;}

.xwzx ul li:hover img{ transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1); 	/* IE 9 */
	-moz-transform:scale(1.1,1.1); 	/* Firefox */
	-webkit-transform:scale(1.1,1.1); /* Safari å’Œ Chrome */
	-o-transform:scale(1.1,1.1); 	/* Opera */}
.xwzx ul li:hover .riqiN{left: 30px; color: #c80614; }
.xwzx ul li:hover .dongfrN h5{left: 30px; color: #c80614; }
.xwzx ul li:hover .dongfrN p{padding-left: 20px  }
.xwzx ul li:hover .dongfrN span{ background: #434343;color: #fff;left: 28px  }

.gcalshow iframe{width:800px;height:600px;}





.orientation{overflow:hidden;width:100%;margin:0 auto; height: 100px;}
.orientation .previous{float:left;width: 45%;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;height: 100px;line-height: 100px; }
.orientation .next{float:right;text-align: right; width: 45%;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;height: 100px;line-height: 100px;}





/*footer*/
.footer_link{}
.footer_link .linktit{width:10%;float:left;line-height:40px;font-size:18px;color:#e60012;text-align:center;}
.footer_link ul{width:90%;float:right;}
.footer_link ul li{float:left;line-height:40px;}
.footer_link ul li a{text-align:center;font-size:18px;} 
.foot_contact{width:100%;height:279px;overflow:hidden;background:#f5f5f5;}
.foot_contact .contac{width:1200px;margin:auto;}
.foot_contact .contac .contac1{float:left;width:115px;height:100%;margin-right:130px;overflow:hidden;}
.foot_contact .contac .contac1 img{margin-top:45px;}
.foot_contact .contac .contac2{float:left;width:275px;height:100%;margin-right:123px;overflow:hidden;}
.foot_contact .contac .contac2 p{color:#000000;line-height:43px;font-weight:700;margin-top:35px;font-size:17px;}
.foot_contact .contac .contac2 ul{width:100%;border-top:1px solid #c2c2c2;}
.foot_contact .contac .contac2 ul li{color:#000000;margin-top:17px;}
.foot_contact .contac .contac2 ul li:first-child{margin-top:30px;}
.foot_contact .contac .contac2 ul li span{color:#313131;font-weight:bold;}
.foot_contact .contac .contac3{float:left;width:270px;height:100%;overflow:hidden;}
.foot_contact .contac .contac3 ul{width:100%;border-top:1px solid #c2c2c2;margin-top:78px;}
.foot_contact .contac .contac3 ul li{color:#000000;margin-top:17px;}
.foot_contact .contac .contac3 ul li:first-child{margin-top:30px;}
.foot_contact .contac .contac3 ul li span{color:#313131;font-weight:bold;}

.foot_contact .contac .contac4{float:right;width:166px;}
.foot_contact .contac .contac4 p{color:#000000;width:100%;border-bottom:1px solid #c2c2c2;line-height:43px;font-weight:700;margin-top:35px;font-size:17px;}
.foot_contact .contac .contac4 img{margin-top:8px;}



#footer{width:100%;height:220px;background:#2c2f33;}
.footer_top{height:121px;border-bottom:1px solid #4d4d4d;}
.footer_nav{float:left;margin-top:65px;}
.footer_nav ul li{float:left;width:100px;}
.footer_nav ul li .title a{color:#ffffff;font-size:14px;}
.footer_bottom{height:98px;line-height:98px;color:#667384;font-size:12px;}
.footer_bottom p{height:98px;line-height:98px;color:#667384;font-size:12px;float:right;}



.mypage{
	height:60px;
    text-align: center;
	width:100%;
	margin-top:20px;
	overflow:hidden;
}	
.mypage	span,.mypage a{
	display: inline-block;
	vertical-align: top;
	color: #d35b52;
	border: 1px solid #d35b52;
	padding: 5px 10px;
	margin: 5px;
}		
.mypage	span.current,.mypage a.current{
	background: #d35b52;
	color: #fff;
}




#sidenav {	width:100%;overflow:hidden;min-height:60px;background:#f5f5f5;background-image:linear-gradient(#f5f5f5,#ffffff); padding:10px 0px;}
#sidenav .gy{width: 1200px; margin:auto;height:100%;min-height:60px; overflow:hidden;position: relative;}
#sidenav .gy .left{position: absolute;top:50%;left: 0;margin-top:-20px;}
#sidenav .gy .left h2 {font-size: 15px; color: #333333;line-height:40px;height:40px;}
#sidenav h2 a{color: #333333;height:100%;line-height:100%;}
#sidenav h2 a:hover{color: #ff0000}
#sidenav .gy .right{float:right;max-width:670px;}
#sidenav ul{width:100%;}
#sidenav ul li{float:left;height:60px; text-align: right; line-height:60px;margin-left:10px;margin-right:10px;}
#sidenav ul .nv{text-align:left;}
#sidenav ul .navson{float:left;}
#sidenav ul li>a{height:100%;width:100%;display:block; color:#000000;font-size:14px;}
#sidenav ul li a:hover{color:#FF0000;}
#sidenav ul li a.cur{color:#FF0000;}
#sidenav ul .navson{text-indent:45px;}
#sidenav ul div{float:left;width:100%;line-height:60px;border-top:1px dashed #dddddd }
#sidenav ul div a{height:100%;display:block; float:left;margin-left:10px;margin-right:10px; color:#999999;font-size:12px;}
#sidenav ul div a:hover{color:#FF0000;}
#sidenav ul div a.cur{color:#FF0000;}


#sidenav .contact .con{
	border: 1px solid #dcdcdc;
	padding: 15px 19px;
	line-height: 200%;
	font-size: 12px;
}




