/*------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:72.9%;
	max-width:1400px;
	min-width:1200px;
	margin:0 auto;
	clear:both;
}

/*header*/
.top{width:100%;height:100px;position:fixed;top:0;left:0;z-index:500;background:#fff;box-shadow:0 2px 10px 0 rgba(0,0,0,.2);}
.top .logo{float:left;margin-top:10px;font-size:0px;}
.topcontact{float:right;margin-left:20px;height:100px;font-size:32px;font-weight:lighter;line-height:100px;color:#ea383b;
display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.topcontact img{margin-right:15px;}
.nav{float:right;line-height:100px;}
.navul li{float:left;height:100px;position:relative;}
.navul li>a{font-size:16px;padding:0px 27px;height:100%;display:block;}
.navul li.cur>a{color:#fff;background:#d61518;}
.navul li>a:hover{color:#fff;background:#d61518;}
.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: -50px;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;white-space: nowrap;text-overflow: ellipsis;color:#222;display:block;padding:10px 20px;border-bottom:1px solid #ebebeb;line-height:23px;}
.navul li .nav_son a:hover{color:#008b92;background:#f5f5f5;}
.navul li .line{width:0px;height:3px;position:absolute;top:66px;left:0px;background:#008b92;}
.navul li:hover .line{width:100%;}
.navul li a:hover{background:#d61518;}

.navul li:hover .nav_son{display:block;}



	
	/*banner*/
#indexbanner{ height:650px; overflow: hidden; position: relative;margin-top:100px;}
#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(0,0,0,0.8);}
#indexbanner .bx-controls .bx-pager div a.active{ background-color: rgba(214, 21, 24,0.8);}
#indexbanner .bx-controls .bx-controls-direction{ display: none;}

/* .insidebanner{margin-top:90px;} */

#insidebanner{ height:394px; overflow: hidden; position: relative;margin-top:100px;}
#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;}




.tit{width:100%;text-align:center;position:relative;height:120px;}
.tit .cn{font-size:36px;color:#333;margin-bottom:13px;width:100%;position:absolute;left:0px;top:50px;z-index:50;}
.tit .cn span{color:#d61518;}
.tit .en{color:#eaeaea;font-size:79px;text-transform:uppercase;width:100%;position:absolute;left:0px;top:0px;}





#indexproduct{width:100%;overflow:hidden;}
.product{height:100%;margin:auto;overflow:hidden;}
.product .tit{margin-top:70px;}
.product .tab{width:90%;height:92px;margin-top:30px;overflow:hidden;margin:auto;}
.product .tab ul{position:relative;left:50%;float:left;}
.product .tab ul li{float:left;margin-top:10px;width:13.8%;height:36px;text-align:center;line-height:36px;margin-right:0.4%;position:relative;right:50%;}
.product .tab ul li:nth-child(7n){margin-right:0px;}
.product .tab ul li a{width:100%;height:100%;display:block;background:#f5f5f5;color:#d61518;}
.product .tab ul li:first-child a{color:#fff;background:#d61518;}
.product .tab ul li a:hover{color:#fff;background:#d61518;}
.product .tab ul li:last-child{margin-right:0px;}
.product .cpzs{width:100%;margin-top:50px;}
.product .cpzs ul{display:none;}
.product .cpzs ul:first-child{display:block;}
.product .cpzs ul li{width:24%;height:240px;float:left;margin-right:1.1%;margin-bottom:25px;border:1px solid #dcdcdc;background:#f8f8f8;}
.product .cpzs ul li:nth-child(4n){margin-right:0px;}
.product .cpzs ul li .pic{width:100%;height:190px;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;}
.product .cpzs ul li .pic img{max-width:100%;max-height:100%;display:block;margin:auto;transition:0.6s;}
.product .cpzs ul li .pic img:hover{transform:scale(1.1,1.1);}
/*.product .cpzs ul li .pic span{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background:rgba(0,0,0,0.3);}
.product .cpzs ul li .pic span:before{content:"+";position:absolute;top:60px;left:155px;width:45px;height:45px;line-height:45px;color:#fff;border-radius:50%;text-align:center;background:#008b92;font-size:22px;transition: all 0.6s ease 0s;}
.product .cpzs ul li .pic:hover{box-shadow:0px 3px 5px rgba(0, 0, 0, 0.2);}
.product .cpzs ul li .pic:hover span{opacity:1;}
.product .cpzs ul li .pic:hover span:before{top:110px;}
.product .cpzs ul li .pic img{max-width:100%;max-height:100%;margin:auto;}*/
.product .cpzs ul li .tt{text-align:center;height:50px;line-height:50px;color:#333;}

#indexdesign{width:100%;overflow:hidden;margin-top:30px;}
.design ul li{float:left;width:24%;margin-right:1.33%;background:#f2f2f2;}
.design ul li:nth-child(4n){margin-right:0%;}
.design ul li .pic{width:35%;float:left;height:166px;display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.design ul li .pic img{display:block;margin:auto;}
.design ul li .detail{width:64%;float:left;height:166px;position:relative;}
.design ul li .detail .tt{font-size:39px;color:#d61518;position:absolute;left:23px;top:27px;z-index:100;}
.design ul li .detail .intro{font-size:68px;color:#cccccc;position:absolute;left:0px;top:5px;}
.design ul li .detail .con{font-size:20px;line-height:24px;padding-top:6px;color:#000000;margin-top:79px;border-top:1px solid #d6d6d6;line-height:30px;}



#indexabout{width:100%;padding:60px 0px; background:#f5f5f5;margin-top:63px;}
.about{margin:auto;overflow:hidden;}
.about .left{width:57%;float:left;}
.about .left .abtit{overflow:hidden;margin-top:70px;}
.about .left .abtit .en{font-size:79px; font-weight:normal;text-transform:uppercase;display:block;float:left;color:#dcdcdc;}
.about .left .abtit .cn{font-size:36px;font-weight:normal; display:block;float:left;color:#2e2624;margin-top:30px;margin-left:7px;}
.about .left .abtit .cn span{font-size:36px; display:block;float:left;color:#d61518;}
.about .right{float:right;width:38%;}
.about .right .pic{float:right;width:100%;}
.about .right img{max-width:100%;}

.about .con{margin-top:20px;color:#666;line-height:25px;}
.about .more{width:148px;height:43px;line-height:43px;transition:0.6s; border:1px solid #ea383b; text-align:center;color:#ea383b;display:block;margin-top:46px;position:relative;z-index:5;}
.about .more:hover{background:#ea383b;color:#fff;}






/*
#indexcase{width:100%;overflow:hidden;}
.case{width:1200px;height:100%;margin:auto;overflow:hidden;}
.case .tit{margin-top:73px;}
.case .tab{width:100%;height:36px;margin-top:30px;overflow:hidden;}
.case .tab ul{position:relative;left:50%;float:left;}
.case .tab ul li{float:left;width:142px;height:36px;text-align:center;line-height:36px;margin-right:5px;position:relative;right:50%;}
.case .tab ul li a{width:100%;height:100%;display:block;background:#f5f5f5;}
.case .tab ul li.current a{color:#fff;background:#008b92;}
.case .tab ul li a:hover{color:#fff;background:#008b92;}
.case .tab ul li:last-child{margin-right:0px;}
.case .cpzs{width:100%;height:266px;margin-top:55px;}
.case .cpzs ul{display:none;}
.case .cpzs ul:first-child{display:block;}
.case .cpzs ul li{width:370px;height:266px;float:left;margin-right:45px;}
.case .cpzs ul li:nth-child(3n){margin-right:0px;}
.case .cpzs ul li .pic{width:370px;height:266px;border:5px solid #eee;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 span{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background:rgba(0,0,0,0.3);}
.case .cpzs ul li .pic span:before{content:"+";position:absolute;top:60px;left:155px;width:45px;height:45px;line-height:45px;color:#fff;border-radius:50%;text-align:center;background:#008b92;font-size:22px;transition: all 0.6s ease 0s;}
.case .cpzs ul li .pic:hover{border:5px solid rgba(0,0,0,0.3);box-shadow:0px 3px 5px rgba(0, 0, 0, 0.2);}
.case .cpzs ul li .pic:hover span{opacity:1;}
.case .cpzs ul li .pic:hover span:before{top:110px;}
.case .cpzs ul li .pic img{max-width:100%;max-height:100%;margin:auto;}
*/
#indexcase{width:100%;overflow:hidden;margin-bottom:80px;margin-top:30px;}
.case{margin-top:25px;margin-bottom:25px;}
.case .con{margin-top:15px;}
.case .con ul li{float:left;height:240px;margin-right:13px;}
.case .con ul li a{width:100%;height:100%;display:block;overflow:hidden;position:relative;}
.case .con ul li img{width:100%;height:100%;}


#indexchoose{width:100%;overflow:hidden;margin-top:52px;}
.choose .tit .cn{font-size:41px;font-weight:bold;}
.choose .tit .cn span{font-size:51px;}
.choose .choosett{text-align:center;font-size:17px; color:#999;}
.choosecon{height:500px;background:url(../images/indexchoose.png)no-repeat center;margin-top:35px;}
.choosecon ul{width:100%;height:100%;position:relative;}
.choosecon .li1{position:absolute;width:320px;right:65%;top:100px;line-height:25px;}
.choosecon .li2{position:absolute;width:320px;left:65%;top:100px;line-height:25px;}
.choosecon .li3{position:absolute;width:390px;left:0%;top:320px;line-height:25px;}
.choosecon .li4{position:absolute;width:390px;right:0%;top:320px;line-height:25px;}





#indexnews{width:100%;height:538px;margin-top:73px;}
.news{width:1200px;margin:auto;}
.news .con{margin-top:45px;}
.news .con .left{width:615px;float:left;}
.news .con .left .pic{width:100%;height:199px;overflow:hidden;}
.news .con .left .pic 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 */}
.news .con .left .one{margin-top:30px;}
.news .con .left .one a{width:100%;height:100px;display:block;position:relative;}
.news .con .left .one a:after{content:"";width:19px;height:11px;background:url(../images/right.png) no-repeat center;position:absolute;top:3px;right:25px;opacity:0;
	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;}
.news .con .left .one .tt{width:80%;font-size:16px;margin-bottom:30px;}
.news .con .left .one .date{text-align:center;width:57px;float:left;}
.news .con .left .one .date p{font-size:26px;font-weight:lighter;}
.news .con .left .one .date span{font-size:20px;font-weight:lighter;color:#666;}
.news .con .left .one .des{float:left;width:510px;margin-left:8px;color:#999;line-height:27px;margin-top:-4px;height:50px;overflow:hidden;}
.news .con .left .one a:hover .tt{color:#83ccd3;}
.news .con .left .one a:hover:after{right:0;opacity:1;}
.news .con ul{float:right;width:517px;border-top:1px solid #d4d4d4;}
.news .con ul li{width:100%;height:114px;border-bottom:1px solid #d4d4d4;position:relative;}
.news .con ul li:after{content:"";width:0;border-bottom:1px solid #83ccd3;position:absolute;left:0;bottom:-1px;
	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;}
.news .con ul li a{width:100%;height:114px;padding-top:35px;display:block;}
.news .con ul li .date{float:left;text-align:center;width:57px;margin-left:20px;margin-right:12px;}
.news .con ul li .date p{font-size:26px;font-weight:lighter;}
.news .con ul li .date span{font-size:20px;font-weight:lighter;color:#666;}
.news .con ul li .tt{font-size:16px;margin-bottom:13px;}
.news .con ul li .des{color:#999;}
.news .con ul li:hover .tt{color:#83ccd3;}
.news .con ul li:hover:after{width:100%;}









#ne_nav{width:100%;line-height:60px;}
#ne_nav p{line-height:60px;padding-left:20px;}




.col{width:100%;min-height:450px;line-height:220%;margin-top:40px;margin-bottom:50px;}
.col h2{text-align:center;font-weight:normal;color:#000;}
.col h3{text-align:center;font-weight:normal;font-size:12px;}
.col img{max-width:100%;}

.contactus .contact_con{width:100%;overflow:hidden;margin-top:20px;}
.contactus .contact_con ul{width:80%;margin:auto;}
.contactus .contact_con ul li{width:31%;float:left;margin-right:3.5%;background:#f5f5f5;padding:40px 0px;line-height:30px;float:left;text-align:center;}
.contactus .contact_con ul li .con{text-align:center;margin:auto;display:inline-block;font-size:18px;}
.contactus .contact_con ul li img{float:left;margin-right:20px;display:inline-block;}
.contactus .contact_con ul li:nth-child(3n){margin-right:0%;}
.contactus .contact_con ul li:last-child{margin-top:26px;width:100%;}
.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;}


.cpzx{width:75%;float:right;min-height:450px;margin-bottom:50px;margin-top:30px;overflow:hidden;}
.cpzx ul{}
.cpzx ul li{width:32%;margin-right:2%;height:250px;float:left;margin-bottom:19px;}
.cpzx ul li a{width:100%;height:250px;display:block;}
.cpzx ul li:nth-child(3n){margin-right:0px;}
.cpzx ul li .pic{width:100%;height:210px;overflow:hidden;display:flex;align-items:center;display:-webkit-flex; /* Safari */-webkit-align-items: center; /* Safari 7.0+ */}
.cpzx ul li .pic img{max-width:100%;max-height:100%;margin:auto;}
.cpzx ul li p{width:100%;height:20px;text-align:center;line-height:20px;margin-top:10px;color:#000;font-size:14px;} 
.cpzx ul li .des{font-size:12px;height:36px;line-height:18px;margin-top:12px;padding:0 3px;color:#666;}
.cpzx ul li:hover{box-shadow: rgba(238,238,238,1) 0px 0px 2px 2px;}
.cpzx ul li:hover img{opacity:0.9;}
.cpzx ul li:hover p{color:#008b92;}



.pxxm{width:100%;min-height:450px;margin-bottom:50px;margin-top:30px;overflow:hidden;}
.pxxm ul{}
.pxxm ul li{width:24%;margin-right:1.33%;height:280px;float:left;margin-bottom:22px;}
.pxxm ul li a{width:100%;height:280px;display:block;}
.pxxm ul li:nth-child(4n){margin-right:0px;}
.pxxm ul li .pic{width:100%;height:220px;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;}
.pxxm ul li p{width:100%;height:20px;text-align:center;line-height:20px;margin-top:15px;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{box-shadow: rgba(238,238,238,1) 0px 0px 2px 2px;}
.pxxm ul li:hover img{opacity:0.9;}
.pxxm ul li:hover p{color:#008b92;}




.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:100%;min-height:350px;margin-bottom:50px;}
.xwzx ul{width:100%;overflow:hidden;}
.xwzx ul li{width:100%;height:231px;transition: all 0.3s ease 0s;border-bottom:1px solid #ddd;position:relative;}
.xwzx ul li:after{content:"";width:0px;border-bottom:1px solid #008b92;position:absolute;bottom:-1px;
	transition:all 0.65s ease 0s;
	-ms-transform:all 0.65s ease 0s; 	/* IE 9 */
	-moz-transform:all 0.65s ease 0s; 	/* Firefox */
	-webkit-transform:all 0.65s ease 0s; /* Safari 和 Chrome */
	-o-transform:all 0.65s ease 0s; 	/* Opera */}
.xwzx ul li a{padding:22px 0px;width:100%;height:187px;display:block;}
.xwzx ul li .pic{float:left;width:247px;height:187px;text-align:center;position:relative;}
.xwzx ul li .pic:before{content: '';display: block;width:13px;height:13px;border-left: 1px solid #ddd;border-top: 1px solid #ddd;position: absolute;z-index: 2;left: 0;top: 0;
	transition:all 0.65s ease 0s;
	-ms-transform:all 0.65s ease 0s; 	/* IE 9 */
	-moz-transform:all 0.65s ease 0s; 	/* Firefox */
	-webkit-transform:all 0.65s ease 0s; /* Safari 和 Chrome */
	-o-transform:all 0.65s ease 0s; 	/* Opera */}
.xwzx ul li .pic:after{content: '';display: block;width:13px;height:13px;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;position: absolute;z-index: 2;right: 0;bottom: 0;
	transition:all 0.65s ease 0s;
	-ms-transform:all 0.65s ease 0s; 	/* IE 9 */
	-moz-transform:all 0.65s ease 0s; 	/* Firefox */
	-webkit-transform:all 0.65s ease 0s; /* Safari 和 Chrome */
	-o-transform:all 0.65s ease 0s; 	/* Opera */}
.xwzx ul li .pic img{margin-top:4px;}
.xwzx ul li .con{width:800px;margin-left:29px;float:left;}
.xwzx ul li .con .tt{font-size:16px;color:#333;margin-top:38px;}
.xwzx ul li .con .des{height:73px;margin-top:12px;color:#999;line-height:25px;}
.xwzx ul li .con .date{color:#666;}
.xwzx ul li .con .date span{height:13px;border-left:1px solid #666;display:inline-block;margin:0px 18px;position:relative;top:1px;}
.xwzx ul li:hover .tt{color:#008b92;}
.xwzx ul li:hover .pic:before{width:50px;height:50px;border-left: 1px solid #008b92;border-top: 1px solid #008b92;}
.xwzx ul li:hover .pic:after{width:50px;height:50px;border-right: 1px solid #008b92;border-bottom: 1px solid #008b92;}
.xwzx ul li:hover:after{width:100%;}







.orientation{margin-top:20px;margin-bottom:20px;overflow:hidden;width:100%;}
.orientation .previous{float:left;}
.orientation .next{float:right;}






/*footer*/
#footer{width:100%;height:496px;background:url(../images/footer_bg.jpg)no-repeat center;background-size:cover;}
.footer_nav{position:relative;width:100%;height:100px;border-bottom:1px solid #41444b;}
.footer_nav ul{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:800px;}
.footer_nav ul li{float:left;width:158px;text-align:center;border-left:1px solid #969696;}
.footer_nav ul li *{color:#969696;font-size:16px;}
.footer_nav ul li:first-child{border:none;}
.footer_center{text-align:center;}
.footer_center .address{color:#969696;line-height:30px;margin-top:30px;}
.footer_center .address *{text-align:center;color:#969696;}
.footer_center .pic{margin-top:30px;font-size:0px;}
.footer_center .pic{font-size:0px;}

.footer_bottom{margin-top:40px;color:#666666;text-align:center;}



.mypage{
    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{background:#c23134;width:23%;float:left;margin-top:30px;border-radius:20px;overflow:hidden;padding-top:34px;padding-bottom:80px;margin-bottom:120px;}
#sidenav .cate_nav{width:80%;margin:auto;margin-bottom:25px;}
#sidenav .cate_nav .c1{font-size:52px;color:rgba(255,255,255,0.21);}
#sidenav .cate_nav .c2{font-size:36px;color:rgba(255,255,255,1);margin-top:-17px;}
#sidenav ul{width:80%;margin:auto;}
#sidenav ul li{width:100%;line-height:50px;height:50px;text-align:center; margin-right:20px;margin-top:7px;border-radius:4px;overflow:hidden;}
#sidenav ul li a{width:100%;height:100%;overflow:hidden;display:block;background:#d43f42;color:#fff;}
#sidenav ul li a.cur{background:#8d1d1f;}
#sidenav ul li a:hover{background:#8d1d1f;}