/* CSS Document */

* {
    margin: 0;
    padding: 0;
/*	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
}
html{overflow-x: hidden;}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body{
	font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    -webkit-font-smoothing: antialiased;
	line-height: 28px;
    margin:0 auto;
    background-color: #fff;
	}
	
ul li {
    list-style-type: none;
}
img{border:0;}
a{ 
blr:expression(this.onFocus=this.blur()); 
outline: none;
text-decoration:none;
}
a:active {star:expression(this.onFocus=this.blur());}
a {color:#333;text-decoration:none;}
a:hover{ color:#c49845;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both; overflow:hidden; zoom:1;}
i, em {font-style: normal;}
.whitefont{color:#fff;}
.b0{bottom:0;}
.t0{ top:0;}
.none{ display:none;}
.picflash img{transition: all 0.6s;}
.picflash:hover img{transform:scale(1.1);} 
.bgh{ background-color:#f6f6f6;}
.bgw{ background-color:#FFFFFF;}
.pt50{ padding-top:50px !important;}
.pb50{ padding-bottom:50px !important;}
.p40{ padding:40px 0 !important;}
.p50{ padding:50px 0 !important;}
.p60{ padding:60px 0 !important;}
.p70{ padding:70px 0 !important;}
.p80{ padding:80px 0 !important;}
.pt80{ padding:80px 0 0 0 !important;}
.m40{  margin:40px 0 !important;}
.m50{  margin:50px 0 !important;}
.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}
.mb70{ margin-bottom:70px;}
.mb80{ margin-bottom:80px;}
.mb90{ margin-bottom:90px;}
.mb100{ margin-bottom:100px;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.mt70{ margin-top:70px;}
.mt80{ margin-top:80px;}
.mt90{ margin-top:90px;}
.mt100{ margin-top:100px;}
.mt0{ margin-top:0px !important;}
.h60{ height:60px !important;}
.p20{padding:10px 0 30px; margin-bottom:50px;}
.bbd{border-bottom:1px #dfdfdf solid;}
.pl10{ padding-left:10px;}
.pr10{ padding-right:10px;}
.center{ text-align:center;}
.font35{ font-size:35px;}
.xian{ border-top:1px #f0f0f0 solid;}
input:focus {
  outline:none;
}
.hui{ background-color:#f5f5f5;}
.hei{ background-color:#242628;}
.pc_none{ display:none;}
.f16{font-size:16px;}

/*分页*/
.pageshow{ text-align:center; margin:30px 0 60px;}
.pageshow a {padding: 0 8px;line-height: 25px;display: inline-block;border: 1px #bbb solid;margin:20px 2px 2px 2px;background: #f8f9f7;}
.pageshow a.pagefan ,.pageshow a:hover{background: #333;border: 1px #333 solid; color:#FFFFFF;}

.txt{ padding:0px 10px; font-size:15px; line-height:30px; min-height:250px;}
.txts{font-size:15px; line-height:30px;}
.txtimg img{ max-width:100%; height:auto;}

.main{ width:1200px; overflow:hidden; margin:0 auto;}
.main2{ width:1300px; margin:0 auto;}

.top_h{ height:100px;}
.top_0{ height:0 !important;}
.header{ position:relative;height:80px; width:100%; padding:20px 0;background-color:#fff; 
-moz-transition: all .5s;
-o-transition: all .5s;
-webkit-transition: all .5s;
transition: all .5s;
-ms-transition: all .5s;
z-index:999;}
	
.nav_fixed {

padding:0;
height:100px;
position:fixed; 
top:0px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);

}


.edition {
	width: 80px;
	height: 20px;
	margin-top: 40px;
	background: url(../images/map.png) left center no-repeat;
	color: #23b1d0;
	position: relative;
	padding-left: 30px;
}

.select{position:relative;float:left;margin:0 10px;}
.select dt{height:22px;display:inline-block;line-height:22px;cursor:pointer;width:60px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative;z-index:99; color: #c49845;}
.select dt i {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #c49845;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -1px;
}
.select dt:hover i {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #999;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -1px;
}
.select dt.cur i{width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: none;
	border-bottom: 5px solid #c49845;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -1px;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;}
	
.select dt:hover.cur i{width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: none;
	border-bottom: 5px solid #999;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -1px;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;}


.select dd{position:absolute;left:-20px;top:29px;border:1px solid #eee;background:#f5f5f5;display:none; z-index:999;}
.select dd ul{padding:5px;width:70px;max-height:250px;overflow:auto;}
.select dd ul li a{line-height:28px;display:block;padding:0 8px; color:#888;}
.select dd ul li a:hover{background:#c49845;color:#fff;}

.bt { font-size:25px;color:#333333; margin-top:50px;}
.bt span{ font-size:45px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase;  line-height:45px; display:block; margin-bottom:10px;}

.pbg{ background:url(../images/pbg.jpg) left bottom no-repeat;}
.w370{width:370px;}
.w370 .info {color:#666; line-height:30px; margin-top:50px;}

.pplist{ width:750px; overflow:hidden;}
.pplist li{ width:370px; height:460px; overflow:hidden; margin-left:5px; background-color:#f5f5f5; float:left;}
.pplist li .photo{ width:310px; height:310px; padding:30px; text-align:center;overflow:hidden;position: relative;display: table;}
.pplist li .photo .pics{display: table-cell;width:310px; height:310px; overflow:hidden; vertical-align: middle;}
.pplist li .photo .pics img{ margin:0 auto;}
.pplist li .info{ width:335px; height:50px; line-height:50px; text-align:left; font-size:15px; padding-left:35px; margin-top:20px; color:#333; background:url(../images/jian.jpg) 290px center no-repeat;}


.caselist { width:1218px; margin:32px auto 0;}
.caselist li{ float:left; width:388px; height:290px; margin-right:18px; margin-top:18px;position: relative;transition: all .5s;}
.caselist li:hover{
transform:translate(0,-10px);
-webkit-transform:translate(0,-10px);
-moz-transform:translate(0,-10px);
-o-transform:translate(0,-10px);
-ms-transform:translate(0,-10px);
}
.caselist li .photo{ width:388px; height:290px;  text-align:center;overflow:hidden;position: relative;display: table;}
.caselist li .photo .pics{display: table-cell;width:388px; height:290px; overflow:hidden; vertical-align: middle;}
.caselist li .photo .pics img{ margin:0 auto;}
	
.caselist li .text{opacity: 0;transition: all .5s;color:#FFFFFF; padding:0 30px; line-height:22px;}
.caselist li .text h2{text-align:center; display:block; margin-bottom:20px; margin-top:80px; line-height:28px;}
.caselist li:hover .text{background-color: rgba(196, 152, 69, .8); opacity: 1;}
.caselist li .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
}
.caselist li .text p{ height:110px; overflow:hidden;}

.s_banner{height:500px; background-size: auto 500px; background-repeat: no-repeat;  background-position: center center;}

.pbg2{ background:url(../images/m2usbg.png) center bottom no-repeat #f5f5f5;}

.mr_frbox{ padding-top:50px;}

.ot{ width:4070px; overflow:hidden; margin:0 auto;}
.ot2{ width:1221px; margin:50px auto 0;}
.ot li{ width:386px; height:327px; margin-right:21px; float:left;}
.ot2 li { margin-bottom:20px;}
.ot li .photo{ width:386px; height:257px;  text-align:center;overflow:hidden;position: relative;display: table;background-color:#FFFFFF;}
.ot li .photo .pics{display: table-cell;width:386px; height:257px; overflow:hidden; vertical-align: middle;}
.ot li .photo .pics img{ margin:0 auto; position: relative;}
.ot li .info{ width:351px; height:70px; line-height:70px; text-align:left; font-size:15px; padding-left:35px; font-size:16px; color:#333;transition: all .3s;background-position:300px center;}
.ot li:hover  .info { background:url(../images/jian.png) 300px center no-repeat #c49845; color:#fff;}
.ot li .photo .mask{
   width: 386px;
   height: 257px;
   position: absolute;
   overflow: hidden;
     top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	 opacity: 0;
	 transition: all .3s;
	  background:url(../images/link.png) center center no-repeat;
}

.ot li:hover .mask {
   opacity: 1;
    background-color:rgba(55,52,47,0.5);

}

.zzlist{ width:1240px; overflow:hidden; margin:20px 0 0 0;}
.zzlist li{ width:208px;float:left; margin-right:40px; margin-top:30px;}
.zzlist li .photo{ width:206px; height:278px; border:1px #ddd solid; text-align:center; overflow:hidden;position: relative;display: table;-moz-transition: all .5s;
-o-transition: all .5s;
-webkit-transition: all .5s;
transition: all .5s;
-ms-transition: all .5s;}
.zzlist li .photo .pics{display: table-cell; vertical-align: middle;}
.zzlist li .photo .pics img{ margin:0 auto;}
.zzlist li .info{ width:208px; padding:10px 0; line-height:20px;text-align:center;color:#555;}
.zzlist li:hover .photo{border:1px #aaa solid;
-webkit-box-shadow:0px 3px 10px #c6c6c6 !important;
   -moz-box-shadow:0px 3px 10px #c6c6c6 !important;
        box-shadow:0px 3px 10px #c6c6c6 !important;}


.btan{ padding-top:30px; width:120px; height:20px; overflow:hidden; margin:0 auto;}
.btan span{ width:40px; height:20px; float:left;}
.prev_l , .next_r{ cursor:pointer; transition: all .3s;}
.prev_l:hover , .next_r:hover{ opacity: 0.5;}

.photonews{ width:460px; height:360px; overflow:auto;}
.photonews .photo{ width:460px; height:290px;  text-align:center;overflow:hidden;position: relative;display: table;background-color:#FFFFFF;}
.photonews .photo .pics{display: table-cell;width:460px; height:290px; overflow:hidden; vertical-align: middle;}
.photonews .photo .pics img{ margin:0 auto;}
.photonews .info{ background-color:#f5f5f5; font-size:15px; height:28px; line-height:28px; padding:21px 25px;}
.photonews .info .t1{ float:left; width:270px; overflow:hidden; height:28px;}
.photonews .info .t2{ border-left:1px #cbcbcb solid; padding-left:25px; margin-left:25px; float:right; color:#9d9d9d; width:85px;}

.nlist { width:740px; overflow:hidden;}
.nlist li{ float:left; width:320px; margin:10px 0 10px 50px; height:160px;}
.nlist li a{ display:block;}
.nlist li dt{ height:30px; line-height:30px; overflow:hidden; font-size:15px;}
.nlist li span{ color:#999999;}
.nlist li dd{ color:#8f8f8f; margin-top:10px; line-height:22px; height:40px; overflow:hidden; margin-bottom:30px;}
.nlist li img{ margin-left:0px;transition: all .5s;}
.nlist li:hover img{ margin-left:10px;}

.l_b{ background:url(../images/ln.jpg) left center no-repeat;margin-right:25px;}
.l_b:hover{background:url(../images/lns.jpg) left center no-repeat;}
.r_b{ background:url(../images/rn.jpg) right center no-repeat; margin-left:25px;}
.r_b:hover{background:url(../images/rns.jpg) right center no-repeat;}
.l_b ,.r_b{cursor:pointer; transition: all .3s; display:block;width:35px; height:75px; margin-top:66px;}
.c_b{ width:1080px; overflow:hidden; margin:50px auto 0;}
.c_b ul{ width:2210px; overflow:hidden;}
.c_b ul li{width: 194px;
    height: 106px;
    border: 1px #e0e0e0 solid;
    float: left;
    margin-right: 25px;
    overflow: hidden;
    background-color: #FFFFFF;
    text-align: center;
    display: block;
    overflow: hidden;}
.c_b ul li .photo{ width:174px; height:86px;padding: 10px;text-align:center;overflow:hidden;position: relative;display: table;background-color:#FFFFFF;}
.c_b ul li .photo .pics{display: table-cell;width:174px; height:86px; overflow:hidden; vertical-align: middle;}
.c_b ul li .photo .pics img{ margin:0 auto;}

.c_b2{ margin:50px auto 0;}
.c_b2 ul{ width:1220px; overflow:hidden;}
.c_b2 ul li{width: 283px;
    height: 116px;
    border: 1px #e0e0e0 solid;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    background-color: #FFFFFF;
    text-align: center;
    display: block;
    overflow: hidden;
	margin-bottom:20px;}
.c_b2 ul li .photo{ width:263px; height:96px;padding: 10px;text-align:center;overflow:hidden;position: relative;display: table;background-color:#FFFFFF;}
.c_b2 ul li .photo .pics{display: table-cell;width:263px; height:96px;overflow:hidden; vertical-align: middle;}
.c_b2 ul li .photo .pics img{ margin:0 auto;}



.flink { border-bottom:1px #353739 solid; padding-bottom:38px; margin-bottom:60px;}
.flink .bt2 { float:left; font-size:20px;color:#fff; padding-left:20px; width:200px;}
.flink .bt2 span{ font-size:20px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; color:#aaa; margin-left:10px;}
.flink .linklist , .flink .linklist a{ color:#FFF; font-size:13px;}
.flink .linklist { padding-right:10px}
.flink .linklist span{ padding:0 15px;}
.flink .linklist a:hover{ text-decoration:underline;}

.foot{ padding:0 80px;}
.foot .addinfo{ color:#fff; line-height:30px;}
.foot .addinfo p{ font-size:30px; font-weight:bold; margin-bottom:15px;}
.foot .addinfo a{ text-align:center; float:left; width:50px;margin-top:20px;margin-right:15px; display:block; font-size:12px; color:#CCCCCC;}
.foot .addinfo img { width:50px; height:50px;}
.foot .wx{ width:93px; text-align:center; color:#bbb; margin-left:20px;}
.foot .wx img{ width:93px; height:auto; display:block; margin-bottom:15px;}

.end { background-color:#111; padding:30px 0; color:#999;}
.end  a{color:#999;}
.end  a:hover{ text-decoration:underline;}
.end span{ padding:0 20px;}
.end .power , .end .power a{ color:#bbb;}

.m2newList {
    padding: 0 0px 12px;
    /*display: block;*/
}
.m2newList li {
   width:550px;
    height: 200px;
    margin:35px auto 0;
	overflow:hidden;
}
.m2newList li a{ display:block;}

.overflowHide {
    float: left;
    height: 180px;
    width: 250px;
    overflow: hidden;
	background-color:#f8f8f8;
	
}
.overflowHide img{ width:250px; height:180px;transition: all 0.6s;}

.overflowHide a:hover  img{  
                transform: scale(1.1);  
            }  

.m2newTxt {
    margin-left:280px;
    position: relative;
	
}

.m2new_time {
    font-size: 14px;
    display: block;

    width: 100%;
    left: 0px;

    color: #cacaca;
}

.m2new_t1 ,.m2new_t1 a {
    font-size: 15px;
    color: #000000;
	line-height: 22px;
	height:auto;

    
}
.m2new_t1 a:hover{ color:#c49845;}
.m2newDes {
    padding-top: 10px;
    border-top: 1px solid #F1F1F1;
    font-size: 13px;
    color: #888;
	height: 120px;
	line-height:22px;
	overflow:hidden;
}

.cp1{display:-webkit-box;display:-moz-box;display:-ms-box;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-ms-box-orient:horizontal;-webkit-box-pack:center;-moz-box-pack:center;-ms-box-pack:center;}
.cp1 li a{ display:block;float:left; min-width:100px; padding:0 20px; height:40px; line-height:40px; text-align:center; font-size:1.2em;margin:0 5px;transition: all 0.3s;}
.cp1 li a:hover , .cp1 li a.cur{border-radius:52px;border-top-left-radius:52px;border-top-right-radius:52px;border-bottom-left-radius:52px;border-bottom-right-radius:52px; background-color:#c49845; color:#FFFFFF;}

.boxl{width:550px; margin-left:30px;}
.tab{width:550px; margin:0 auto;}
.tab li{ margin-bottom:10px;}
.tab input ,.tab textarea{ width:100%; line-height:22px;padding: 10px 26px;border: 1px solid #ccc;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
font-family:"微软雅黑";
font-size:15px;}

.tab .sumbit{width: auto; margin-left:50px; cursor:pointer; background-color:#888; font-size:14px;padding: 10px 50px; color:#FFFFFF; border:0px;}
.tab .sumbit:hover{ background-color:#c49845; color:#FFFFFF;}
.w270{width:270px;}
.mr10{margin-right:10px;}

.feedback{width:550px;}
.feedback strong{font-size:18px; margin-bottom:15px; display:block; color:#555; font-weight:600;}

.down-list {}
.down-list li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 39px 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}
.down-list li .pic {
    text-align: center;
    border-bottom: 1px solid #eee;
}
.down-list li .pic img {
    height: 250px;
    margin-bottom: 20px;
}
.down-list li h2 {
    font-size: 16px;
    color: #555;
    margin: 20px 0 0;
	 text-align:center;
	 font-weight:normal;
}

.down-list li a {
font-size:15px;
     margin: 20px auto 0;
    color: #c49845;
    border: 1px solid #c49845;
	border-radius: 5px;
	width:130px; height:35px; line-height:35px; text-align:center;
	display:block;
	transition: all 0.3s;

}
.down-list li a span{border-right: 1px solid #c49845; padding-right:10px;}
.down-list li a i{ background:url(../images/down-icon-1.png) 0px -17px no-repeat; width:14px; height:17px;display: inline-block;
    vertical-align: middle;
    margin-left: 10px;transition: all 0.5s;}
	
.down-list li a:hover{ color: #fff; background-color:#c49845;}
.down-list li a:hover span{border-right: 1px solid #fff;}
.down-list li a:hover i{ background:url(../images/down-icon-1.png) 0px 0px no-repeat;}

.piclist3{float:left; width:1230px;overflow:hidden;}
.piclist3 li{ float:left; display:block;width:358px; height:318px; padding:10px; background-color:#FFFFFF; border:1px #ddd solid;  margin-right:30px; margin-top:30px; text-align:center; color:#999;}
.piclist3 li .picbox{ width:360px;height:270px; overflow:hidden;background-color:#FFFFFF; position: relative;display: table;}
.piclist3 li .picbox .pics{display: table-cell; vertical-align: middle;}
.piclist3 li .titbox{ height:50px; line-height:50px; overflow:hidden; font-size:15px;}
.piclist3 li{
	transition:All 0.3s ease-in-out;
	-webkit-transition:All 0.3s ease-in-out;
	-moz-transition:All 0.3s ease-in-out;
	-o-transition:All 0.3s ease-in-out;
	
}
.piclist3 li:hover {
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0px 5px 15px #e5e5e5;
    -moz-box-shadow:0px 5px 15px #e5e5e5;
    box-shadow:0px 5px 15px #e5e5e5;
}

.propic{ max-width:500px; height:auto;  margin-bottom:30px;}
.protitle{font-size:16px; font-weight:bold; color:#333}
.p2023{padding:20px 0 20px 30px;}


.store-view .up{ border:1px solid #e8e8e8; padding:30px; background:#fff; margin-top: 10px;}
.store-view .up .store-banner{ width:550px; float:left;border:0px solid #e8e8e8;padding:0;}
.store-view .up .store-banner, .store-view .up .store-banner img{ width:550px;overflow:hidden; position: relative; display:block;max-width: none;}
.store-view .up .store-demo{ width:550px; float:right; position:relative; }
.store-view .up .store-demo .title{ font-size:24px; color:#000; margin-top:20px;text-align:left;}
.store-view .up .store-demo .xx{ margin:8px 0 20px; color:#999;text-align:left;}
.store-view .up .store-demo .text-box{ padding:15px 0px; position:relative; border-top:1px solid #e1e1e1;font-size:15px;}

.backhome{ margin:30px 0 50px; position:relative;}
.page-back{text-align:center; position:absolute; top:5px; left:50%; margin-left:-9px;}
.page-info{ float:left; width:39%; position:relative;}
.page-info a{ display:block; padding-left:40px; color:#323232; font-size:14px; line-height:26px; background:url(../images/triangle.png) left center no-repeat; transition:560ms;}
.page-info a b{ display:block; width:33px; height:1px; background:#a0a0a0; position:absolute; transition:730ms;}
.page-info:nth-child(1) a b{ left:88px; top:14px;}
.page-info:hover a{ color:##c49845; background:url(../images/triangle5.png) left center no-repeat;}
.page-info:hover a b{ width:300px; background:##c49845;}
.page-info:nth-child(2){ float:right;}
.page-info:nth-child(2) a{ padding-left:0; padding-right:40px; background:url(../images/triangle1.png) right center no-repeat; text-align:right;}
.page-info:nth-child(2) a b{ right:88px; top:14px;}
.page-info:nth-child(2):hover a{ background:url(../images/triangle4.png) right center no-repeat;}

.m_content{ margin:50px 0 30px;}
.m_content li{width:20%; background-color:#eee;
    height: 80px;
   float:left; display:block;text-align:center; cursor:pointer; font-size:15px;transition: all .5s;}
.m_content li i{ display:block;margin:15px auto 5px; font-size:25px; color:#999999;-webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    -ms-transition: -ms-transform 0.6s ease-out;}
	
.m_content li:hover , .m_content li.active{background-color:#c49845;color:#FFFFFF; font-weight:bold;}
.m_content li:hover i , .m_content li.active  i{color:#FFFFFF;}
.m_content li:hover i {transform:rotateY(180deg);
 -webkit-transform:rotateY(180deg);
 -moz-transform:rotateY(180deg);
 -ms-transform:rotateY(180deg);
 -o-transform:rotateY(180deg);}
.none{ display:none;}

.tablestyle{  margin:0 auto; border:1px #ddd solid; border-bottom:0; border-right:0}
.tablestyle td{ padding:10px 5px;border-bottom:1px #ddd solid; border-right:1px #ddd solid; font-size:14px!important;text-align:center;word-break:break-all;}
.tablestyle .firstRow td , .tablestyle td.firstlie{ background-color:#f3f3f3;}


.pcc{padding:20px 30px; background-color:#f5f5f5; margin-top:30px; line-height:32px;}

.kslj{ padding:50px 30px 10px 30px; }
.kslj p{ font-size:16px; color:#555; margin-bottom:10px;}
.kslj a{ font-size:16px; color:#333; margin-right:50px;}
.kslj a:hover{color:#c49845;}

@media only screen and (max-width: 1199px) {
body{

    font-size:.9rem;

	line-height: 28px;

	}
.fl{ float:none;}
.fr{ float:none;}
.pt50{ padding-top:10% !important;}
.pb50{ padding-bottom:10% !important;}
.p50{ padding:10% 0 !important;}
.mt60{ margin-top:0;}
.m50{  margin:10% 0 !important;}
.main , .main2{ width:100%;}
.pc_none{ display:block;}
.wap_none{ display:none;}
.pageshow{ text-align:center; margin:2% 0 5%;}
.header{height: 80px; position: static; top:0px;z-index:999; width:100%;background-color:#fff;-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0); padding:0;}
.top_h{ height:0px;}

.txt{ padding:0px 5%; font-size:1rem; line-height:2em; min-height: inherit;}
/*.txt video{ width:100% !important;}*/

.nav_fixed {

height:80px;
position:static; 

}

.p80{ padding:10% 0 !important;}
.p60s{ padding:10% 0 0 0 !important;}

.bt { font-size:1.2rem;margin-top:0; text-align:center;}
.bt span{ font-size:1.6rem; line-height:1.6rem; display:block; margin-bottom:2%;}

.w370{width:100%;}
.w370 .info { font-size:.95rem; padding:0 5%;margin-top:5%;}

.pplist{ width:100%;}

.cplist2{ width:98%;  margin:0 auto 30px;}
.cplist2 li{ width:42%; margin:2% 2% 0 2%;padding:2% 2% 0 2%; float:left; background-color:#f5f5f5;}
.cplist2 li .photo{ width:100%; height:120px; overflow:hidden; text-align:center; overflow:hidden;position: relative;display: table;}
.cplist2 li .photo2{ height:150px;} 
.cplist2 li .photo3{ height:80px;} 
.cplist2 li .photo .pics{display: table-cell; vertical-align: middle;}
.cplist2 li .photo .pics img{max-width:100%; max-height:120px; }
.cplist2 li .photo2 .pics img{max-width:100%; max-height:150px; }
.cplist2 li .photo3 .pics img{max-width:100%; max-height:80px; }
.cplist2 li .info{ width:100%; padding:0; height:30px; overflow:hidden;  line-height:30px;text-align:center; overflow:hidden; font-size: .8rem}
.cplist2 li .info2{ font-size:1rem;height:40px;padding:8% 0 0 0;}

.s_banner{height:300px; background-size: auto 300px;}

.footer{ padding:0 2%; text-align:center;}
.end{ padding:5% 0; background-color:#f5f5f5;}
.end span{ padding:0px 0px; display:block;}

.m2newList {
    padding:0 0px 0 0;
    /*display: block;*/
}

.m2newList li {
width:auto;
    height: auto;
    margin:3% auto 6%;
}
.m2newList li a{ display:block;}

.overflowHide { display:none;}


.m2newTxt {
    margin-left: 0;
    position: relative;
	width:90%; margin:0 auto;
	
}

.m2newTimes { display:none;}

.m2new_t1 ,.m2new_t1 a {
    font-size:.95rem;
   
	line-height: 22px;
    margin-bottom: 2%;
}

.m2newDes {
    padding-top: 3%;
    border-top: 1px solid #F1F1F1;
    font-size: 0.8rem;
	height: auto;
	line-height:22px;

}

.titel{height:36px; line-height:36px; font-size:1rem; padding:0 15px 0 38px; border-bottom: solid 1px #ededed; position:relative;margin:10px 0;}
.titel:after{
	width:6px;
    height:20px;
    background-color: #c49845;
	border-radius:10px;
	-webkit-border-radius:10px;
    display: block;
    content: '';
    position: absolute;
	left:15px;
	top:8px;
    right:auto;
    bottom: auto;
    z-index:3;
    pointer-events: none;
}

.titel a.cur{ font-weight:bold; color:#c49845;}
.flol { float: left;}

.boxl{width:90%; margin-left:0; margin-bottom:10%}
.tab{width:90%; margin:0 auto;}
.tab li{ margin-bottom:10px;}
.tab input ,.tab textarea{ width:100%; line-height:22px;padding: 10px 26px;
font-size:0.8rem;}

.tab .sumbit{width: 100%; margin-left:0;  background-color:#c49845; font-size:1rem;}
.w270{width:100%;}
.mr10{margin-right:0;}

.feedback{width:100%;}
.feedback strong{font-size:1.2rem; margin-bottom:5%; padding-left:5%;}

.down-list {}
.down-list li {
    width: 48%;
    padding: 0 2% 5% 2%;
    margin-bottom: 5%;
}

.down-list li .pic img {
    height: 120px;
	margin-bottom: 10%;
}
.down-list li h2 {
    font-size: 1rem;
    margin: 5% 0 0;
	 text-align:center;
	 font-weight:normal;
}

.down-list li a {
font-size:.8rem;
     margin: 10% auto 0;
     width:120px; height:30px; line-height:30px;

}
.down-list li a span{ padding-right:6px;}
.down-list li a i{margin-left: 6px;}

.down-list li.fadeInUp {

  -webkit-animation-name: fadeInUp2 !important;

  animation-name: fadeInUp2 !important;

}

.zzlist2{ width:98%; overflow:hidden;}
.zzlist2 li{ width:46%; margin:5% 2% 0 2%;float:left;}
.zzlist2 li .photo{ width:100%; height:180px; border:1px #e0e0e0 solid; text-align:center; overflow:hidden;position: relative;display: table;}
.zzlist2 li .photo .pics{display: table-cell; vertical-align: middle;}
.zzlist2 li .photo .pics img{max-width:100%; max-height:180px; }
.zzlist2 li .info{ width:100%; padding:5% 0 ;line-height:20px; text-align:center;}


.store-view .up{ border:0px solid #e8e8e8; padding:0 3%; margin-top: 0px;}
.store-view .up .store-banner{ width:96%; float: none;border:1px solid #e8e8e8;padding:2%;}
.store-view .up .store-banner, .store-view .up .store-banner img{ max-width:100%;}
.store-view .up .store-demo{ width:100%; float: none;}
.store-view .up .store-demo .title{ font-size:1.3rem;margin-top:5%; text-align:center;}
.store-view .up .store-demo .xx{ margin:2% 0 5%;text-align:center;}
.store-view .up .store-demo .text-box{ padding:5% 0px;font-size:.9rem;}


.m_content{ margin:10% 0 5%;}
.m_content li{font-size:.9rem;transition: all 0s;}
.m_content li i{ font-size:1.2rem;}
.m_content li:hover i {transform:rotateY(0deg);
 -webkit-transform:rotateY(0deg);
 -moz-transform:rotateY(0deg);
 -ms-transform:rotateY(0deg);
 -o-transform:rotateY(0deg);}
.none{ display:none;}

.backhome{ margin:15% 3%;}
.page-info:hover a b{ width:0px;}

.tablestyle{ width:100% !important;}
.tablestyle td{ padding:3% 2%;font-size:.9rem !important;}

.pcc{padding:5%; margin-top:10%; line-height:25px;}

#end {display: block;  position:fixed; bottom:0; width:100%;height: 65px; z-index:999999; left:0; background-color:#3f3f3f;}
#end a{ width:33.2%;background-color:#111; height:65px;color:#FFFFFF; text-align:center;}
#end a i{font-size: 1.5rem; display:block; padding-top:10px;}
#end a span{font-size:.9rem}

}
