@charset "utf-8";
/* CSS Document */
body{margin:0;padding:0;font-size:14px;font-family:"微软雅黑";-webkit-text-size-adjust:none;color:#000;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
img{border:0;vertical-align:bottom;width:100%;}
input{-webkit-appearance: none;}
ul,li{list-style-type:none;}
a{color:#000;text-decoration:none;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.fl{float:left;}.fr{float:right;}
.cl{
	height:0px;
	line-height:0px;
	clear: both;
}
.fb{font-weight:bold;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}

/*header*/
.logo{position:fixed; top:0; width:100%;max-width:640px;z-index:999;}
.search{width:30px;position:absolute;left:3%;top:10px;z-index:8;}
.search-YI{width:30px;position:absolute;left:3%;top:16px;z-index:8;}
.ss{width:0;height:35px;position:absolute;left:0;top:20px;overflow:hidden;z-index:7;}
.ss_bd{width:68%;height:35px;border:none;background:#fff;float:left;color:#333333;padding:0 0 0 12%;font-family:"微软雅黑";border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:16px;}
.ss_btn{width:20%;float:left;line-height:35px;background:#ffc600;border:none;color:#fff;font-family:"微软雅黑";border-radius:3px;
-moz-border-radius:3px;-webkit-border-radius:3px;font-size:18px;}
.top{width:40px;position:absolute;left:2%;top:8px;}
/*index*/
.company{padding:3%;font-size:15px;line-height:1.5;opacity:0;}
.com_pic{width:40%;float:left;padding:0 2% 0 0;}
.com_title{color:#191919;font-size:20px;text-align:center;padding:3% 0 0 0;}
.com_tm{opacity:1;
transition:opacity 1s linear;
-webkit-transition:opacity 1s linear;
-moz-transition:opacity 1s linear;
-ms-transition:opacity 1s linear;
-0-transition:opacity 1s linear;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-ms-animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;}

.top_list{clear:both;padding:0 0 3% 0;overflow:hidden;}

/*.news li{background:#de172e;width:96%;padding:3% 2%;color:#fff;font-size:15px;text-align:right;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;margin:0 0 3% -100%; -webkit-animation:mymar 1s linear; opacity:0;-webkit-animation-fill-mode: forwards }
@-webkit-keyframes mymar{
	0%{margin:0 0 3% -100%; opacity:0;}
	20%{margin:0 0 3% -80%; opacity:0.2;}
	40%{margin:0 0 3% -60%; opacity:0.4;}
	60%{margin:0 0 3% -40%; opacity:0.6;}
	80%{margin:0 0 3% -20%; opacity:0.8;}
	100%{margin:0 0 3% 0; opacity:1;}}*/
.news_more a{width:40px;height:40px;display:block;margin:0 auto;background:#fff;font-size:15px;line-height:40px;text-align:center;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;color:#000;}
.news_more a:hover{background:#de172e;color:#fff;transform:rotate(360deg);
transition:background 1s linear,color 1s linear,transform 1s linear;
-webkit-transition:background 1s linear,color 1s linear,transform 1s linear;
-moz-transition:background 1s linear,color 1s linear,transform 1s linear;
-ms-transition:background 1s linear,color 1s linear,transform 1s linear;
-0-transition:background 1s linear,color 1s linear,transform 1s linear;}
.news_more1{transform:rotate(360deg);transition:transform 1s linear;-webkit-transition:transform 1s linear;-moz-transition:transform 1s linear;}
.news_more2{width:40px;height:40px;display:block;margin:0 auto;background:#fff;font-size:15px;line-height:40px;text-align:center;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;color:#000;}
.product{background:url(../images/bg2.jpg) no-repeat center top;background-size:cover;overflow:hidden;}
.pro_title{color:#191919;font-size:20px;text-align:center;padding:4% 0;}
.pro_text{color:#fff;height:30px;line-height:30px;font-size:16px;background:#1f2229;}
.pro_nr li{width:31.3%;float: left;margin-bottom: 2%;
/*transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
animation:fz 1s linear;
-webkit-animation:fz 1s linear;
-moz-animation:fz 1s linear;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;*/
opacity:1;}
.pro_nr_pic{background:url(../images/Preloader_1.gif) no-repeat 50% 50%;border:none;}
.pro_nr_pic img{width:100%;height:150px;}
.pro_zz{opacity:0;
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-0-transform: rotateY(360deg);
transition:transform 1s linear,opacity 1s linear;
-webkit-transition:transform 1s linear,opacity 1s linear;
-moz-transition:transform 1s linear,opacity 1s linear;
-ms-transition:transform 1s linear,opacity 1s linear;
-0-transition:transform 1s linear,opacity 1s linear;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-ms-animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;}


@keyframes fz{
	0%{transform: rotateY(0deg); opacity:1;}
	20%{transform: rotateY(60deg);opacity:0.8;}
	40%{transform: rotateY(120deg); opacity:0.6;}
	60%{transform: rotateY(180deg); opacity:0.6;}
	80%{transform: rotateY(120deg); opacity:0.8;}
	90%{transform: rotateY(60deg); opacity:0.8;}
	100%{transform: rotateY(0deg); opacity:1;}
	}

@-webkit-keyframes fz{
	0%{transform: rotateY(0deg); opacity:1;}
	20%{transform: rotateY(60deg);opacity:0.8;}
	40%{transform: rotateY(120deg); opacity:0.6;}
	60%{transform: rotateY(180deg); opacity:0.6;}
	80%{transform: rotateY(120deg); opacity:0.8;}
	90%{transform: rotateY(60deg); opacity:0.8;}
	100%{transform: rotateY(0deg); opacity:1;}
	}
@-moz-keyframes fz{
	0%{transform: rotateY(0deg); opacity:1;}
	20%{transform: rotateY(60deg);opacity:0.8;}
	40%{transform: rotateY(120deg); opacity:0.6;}
	60%{transform: rotateY(180deg); opacity:0.6;}
	80%{transform: rotateY(120deg); opacity:0.8;}
	90%{transform: rotateY(60deg); opacity:0.8;} 
	100%{transform: rotateY(0deg); opacity:1;}
	}	

.h1{width:1px;height:1px;clear:both;overflow:hidden}
.h2{width:1px;height:2px;clear:both;overflow:hidden}
.h3{width:1px;height:3px;clear:both;overflow:hidden}
.h4{width:1px;height:4px;clear:both;overflow:hidden}
.h5{width:1px;height:5px;clear:both;overflow:hidden}
.h6{width:1px;height:6px;clear:both;overflow:hidden}
.h7{width:1px;height:7px;clear:both;overflow:hidden}
.h8{width:1px;height:8px;clear:both;overflow:hidden}
.h9{width:1px;height:9px;clear:both;overflow:hidden}
.h10{width:1px;height:10px;clear:both;overflow:hidden}
.h11{width:1px;height:11px;clear:both;overflow:hidden}
.h12{width:1px;height:12px;clear:both;overflow:hidden}
.h13{width:1px;height:13px;clear:both;overflow:hidden}
.h14{width:1px;height:14px;clear:both;overflow:hidden}
.h15{width:1px;height:15px;clear:both;overflow:hidden}
.h16{width:1px;height:16px;clear:both;overflow:hidden}
.h17{width:1px;height:17px;clear:both;overflow:hidden}
.h18{width:1px;height:18px;clear:both;overflow:hidden}
.h19{width:1px;height:19px;clear:both;overflow:hidden}
.h20{width:1px;height:20px;clear:both;overflow:hidden}
.h21{width:1px;height:21px;clear:both;overflow:hidden}
.h22{width:1px;height:22px;clear:both;overflow:hidden}
.h23{width:1px;height:23px;clear:both;overflow:hidden}
.h24{width:1px;height:24px;clear:both;overflow:hidden}
.h25{width:1px;height:25px;clear:both;overflow:hidden}
.h26{width:1px;height:26px;clear:both;overflow:hidden}
.h27{width:1px;height:27px;clear:both;overflow:hidden}
.h28{width:1px;height:28px;clear:both;overflow:hidden}
.h29{width:1px;height:29px;clear:both;overflow:hidden}
.h30{width:1px;height:30px;clear:both;overflow:hidden}
.h31{width:1px;height:31px;clear:both;overflow:hidden}
.h32{width:1px;height:32px;clear:both;overflow:hidden}
.h33{width:1px;height:33px;clear:both;overflow:hidden}
.h34{width:1px;height:34px;clear:both;overflow:hidden}
.h35{width:1px;height:35px;clear:both;overflow:hidden}
.h36{width:1px;height:36px;clear:both;overflow:hidden}
.h37{width:1px;height:37px;clear:both;overflow:hidden}
.h38{width:1px;height:38px;clear:both;overflow:hidden}
.h39{width:1px;height:39px;clear:both;overflow:hidden}
.h40{width:1px;height:40px;clear:both;overflow:hidden}
.h41{width:1px;height:41px;clear:both;overflow:hidden}
.h42{width:1px;height:42px;clear:both;overflow:hidden}
.h43{width:1px;height:43px;clear:both;overflow:hidden}
.h44{width:1px;height:44px;clear:both;overflow:hidden}
.h45{width:1px;height:45px;clear:both;overflow:hidden}
.h46{width:1px;height:46px;clear:both;overflow:hidden}
.h47{width:1px;height:47px;clear:both;overflow:hidden}
.h48{width:1px;height:48px;clear:both;overflow:hidden}
.h49{width:1px;height:49px;clear:both;overflow:hidden}
.h50{width:1px;height:50px;clear:both;overflow:hidden}
.h51{width:1px;height:51px;clear:both;overflow:hidden}
.h52{width:1px;height:52px;clear:both;overflow:hidden}
.h53{width:1px;height:53px;clear:both;overflow:hidden}
.h54{width:1px;height:54px;clear:both;overflow:hidden}
.h55{width:1px;height:55px;clear:both;overflow:hidden}
.h56{width:1px;height:56px;clear:both;overflow:hidden}
.h57{width:1px;height:57px;clear:both;overflow:hidden}
.h58{width:1px;height:58px;clear:both;overflow:hidden}
.h59{width:1px;height:59px;clear:both;overflow:hidden}
.h60{width:1px;height:60px;clear:both;overflow:hidden}
.h61{width:1px;height:61px;clear:both;overflow:hidden}
.h62{width:1px;height:62px;clear:both;overflow:hidden}
.h63{width:1px;height:63px;clear:both;overflow:hidden}
.h64{width:1px;height:64px;clear:both;overflow:hidden}
.h65{width:1px;height:65px;clear:both;overflow:hidden}
.h66{width:1px;height:66px;clear:both;overflow:hidden}
.h67{width:1px;height:67px;clear:both;overflow:hidden}
.h68{width:1px;height:68px;clear:both;overflow:hidden}
.h69{width:1px;height:69px;clear:both;overflow:hidden}
.h70{width:1px;height:70px;clear:both;overflow:hidden}
.h71{width:1px;height:71px;clear:both;overflow:hidden}
.h72{width:1px;height:72px;clear:both;overflow:hidden}
.h73{width:1px;height:73px;clear:both;overflow:hidden}
.h74{width:1px;height:74px;clear:both;overflow:hidden}
.h75{width:1px;height:75px;clear:both;overflow:hidden}
.h76{width:1px;height:76px;clear:both;overflow:hidden}
.h77{width:1px;height:77px;clear:both;overflow:hidden}
.h78{width:1px;height:78px;clear:both;overflow:hidden}
.h79{width:1px;height:79px;clear:both;overflow:hidden}
.h80{width:1px;height:80px;clear:both;overflow:hidden}
.h81{width:1px;height:81px;clear:both;overflow:hidden}
.h82{width:1px;height:82px;clear:both;overflow:hidden}
.h83{width:1px;height:83px;clear:both;overflow:hidden}
.h84{width:1px;height:84px;clear:both;overflow:hidden}
.h85{width:1px;height:85px;clear:both;overflow:hidden}
.h86{width:1px;height:86px;clear:both;overflow:hidden}
.h87{width:1px;height:87px;clear:both;overflow:hidden}
.h88{width:1px;height:88px;clear:both;overflow:hidden}
.h89{width:1px;height:89px;clear:both;overflow:hidden}
.h90{width:1px;height:90px;clear:both;overflow:hidden}
.h91{width:1px;height:91px;clear:both;overflow:hidden}
.h92{width:1px;height:92px;clear:both;overflow:hidden}
.h93{width:1px;height:93px;clear:both;overflow:hidden}
.h94{width:1px;height:94px;clear:both;overflow:hidden}
.h95{width:1px;height:95px;clear:both;overflow:hidden}
.h96{width:1px;height:96px;clear:both;overflow:hidden}
.h97{width:1px;height:97px;clear:both;overflow:hidden}
.h98{width:1px;height:98px;clear:both;overflow:hidden}
.h99{width:1px;height:99px;clear:both;overflow:hidden}
.h100{width:1px;height:100px;clear:both;overflow:hidden}
.h120{width:1px;height:120px;clear:both;overflow:hidden}

.bot_menu{
	width: 100%;
	position: fixed;
	bottom: 0;
	max-width:640px;
	background:#FAFAFA;
	border-top:1px solid #E5E5E5;
}
.bot_menu ul li {
	margin-top: 2%;
	width:21%;
	float: left;
	text-align: center;
	position: relative;
	padding-top: 10%;
}
.footer_text{
	background: url(../images/d1.png) no-repeat;
	background-size: 30%;
	background-position: 50% 5px;
	padding-bottom: 2%;
	color: #666666;
}
.footer_text1{
	background: url(../images/d2.png) no-repeat;
	background-size: 30%;
	background-position: 50% 5px;
	padding-bottom: 2%;
	color: #666666;
}
.footer_text2{
	background: url(../images/d3.png) no-repeat;
	background-size: 30%;
	background-position: 50% 5px;
	padding-bottom: 2%;
	color: #666666;	
}
.footer_text3{
	background: url(../images/d4.png) no-repeat;
	background-size: 30%;
	background-position: 50% 5px;
	padding-bottom: 2%;
	color: #666666;	
}
.footer_dengl{
	position: absolute;top:-55%;left:40%;z-index:9999;
}


/*top*/
/*.to-top{display:none;padding:5px 15px;color:#fff;background:#ffc600;border-radius:2px;font-size:15px;}*/
#totopYI{
    width: 14%;
    position: fixed;
    right: 4%;
    bottom: 20%;
    z-index: 9999;
}

#page{
    line-height: 32px;
    text-align: center;
}
#page a{
    padding: 3px 6px;
    margin: 5px;
    font-size: 12px;
    color:#8a8a8a;
    border:1px solid #8a8a8a;
    background: #FFFFFF;
}
#page a:hover{
    background: #378DDB;
    color:#fff;
    border:1px solid #378DDB;
}



/*留言*/
/*.gbook .gbookinput{width:100%; height:48px; line-height:48px; text-indent:20px; background:#cdcdcd; border:0; color:#444444; font-size:16px; font-family:"微软雅黑";}
.gbook .gbooktext{width:100%;height: 241px; padding:5px 0; line-height:25px; resize: none;padding:10px 0; text-indent:20px; background:#cdcdcd; border:0; color:#444444; font-size:16px; font-family:"微软雅黑";}
.gbook .sub{background:url(../images/tj.jpg) no-repeat top center; border:0; width:72%;background-size:100% 100%; cursor:pointer; outline:none;}
.gbook .res{background:url(../images/cx.jpg) no-repeat top center; border:0; width:72%;background-size:100% 100%;cursor:pointer; outline:none;}
/*banner*/*/

#ban{ margin-top:1px;}

#ban img{ width:100%;}

#banner{}

.swipe{}

.swipe ul{}

#slider{ position:relative; overflow:hidden;}

#slider li{ float:left;}

#pagenavi{ position:absolute; bottom:0; width:100%; z-index:1; text-align:center; padding:10px 0;}

#pagenavi a{ width:0px; height:0px; line-height:99em; background:#FFF; border-radius:90px;margin:0px 2px 0px 2px; overflow:hidden; cursor:pointer; display:inline-block;}

#pagenavi a.active{ background:#2b80af;}


/*更多*/
.com_more{width:40px;height:40px;display:block;margin:0 auto 3% auto;background:#FCBA5A;font-size:15px;line-height:40px;text-align:center;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;color:#fff;}
.com_more a{color:#fff;}
.pro_more{width:40px;height:40px;display:block;margin:0 auto 3% auto;background:#000;font-size:15px;line-height:40px;text-align:center;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;color:#fff;}
.pro_more a{color:#fff;}
.tanchu{width:120px;height:25px;margin:0 auto;background:#000;text-align:center;color:#fff;font-size:14px;position:fixed;top:50%;left:50%;margin-left:-50px;z-index:9999;display:none;line-height:25px;}

/*页面css*/
.conter{width: 100%;}
.contone{width: 100%;background:#FF0000;padding-top: 2%;padding-bottom: 2%;}
.contonele{float: left;width: 70%;}
.contrexi{float: left;width: 30%;margin-left: 3%;}
.contrexite{float: left;font-size: 14px;color:#ffffff;margin-left: 2%;margin-top:0.5%;}
.contonere{width: 21%;float: right;margin-right:2%;}
.conttwo{width: 96%;margin: 0 auto;}
.ctwofen{width: 49%;float: left;box-shadow: 2px 2px 5px 5px #FDF0F0;padding-top:3%;padding-bottom:3%;margin-left: 2%;margin-bottom: 3%;}
.cfenimg{width: 78%;margin: 0 auto;}
.cfentit{width: 100%;font-size: 14px;color:#091928;text-align: center;}
.cfenjian{font-size: 12px;color:#666666;text-align: center;}
.cfenjie{width: 85%;margin: 0 auto;font-size: 12px;color:#666666;text-align: center;}
.contfangan{width: 100%;}
.contantit{font-size: 16px;color:#282828;font-weight: bold;text-align: center;}
.contanjian{font-size: 12px;color:#a0a0a0;text-align: center;}
.fanganlie{width: 100%;}
.fanantop{width: 100%;position: relative;}
.fananbei{width: 100%;position: absolute;left:0;top:0;height: 100%;}
.fanbeitit{font-size: 14px;color:#ffffff;font-weight: bold;text-align: center;padding-top:10%;}
.fanbeijie{width:8%;height:2px;background:#fff;margin: 0 auto;}
.fanantwo{width: 100%;background:#DA0000;padding-top: 7%;padding-bottom: 6%;}
.fantwotit{font-size: 14px;color:#ffffff;font-weight: bold;text-align: center;}
.fantwojie{width:8%;height:2px;background:#fff;margin: 0 auto;}
.contxinwen{width:96%;margin: 0 auto;}
.contxinwen ul li{width: 100%;margin-bottom: 3%;}
.newstit{font-size: 14px;color:#272727;}
.newstime{font-size: 14px;color:#9a9a9a;}
.newsxian{width: 5%;height: 2px;background: #FF0000;}
.newsjianjie{font-size: 12px;color:#808080;line-height: 180%;}
.newsduo{width: 34%;padding-top: 2%;padding-bottom: 2%;font-size:14px;color:#ffffff;text-align: center;border-radius: 15px;margin: 0 auto;background:#FF0000;}
.footcon{width:100%;background:#242628;padding-top:5%;padding-bottom: 5%;}
.footnei{width: 96%;margin: 0 auto;}
.footneile{width: 8%;height:1px;background:#7E7E7F;float: left;margin-top:3%;}
.footneire{width: 88%;float: right;}
.footerlian{font-size: 14px;color:#e5e5e5;font-weight: bold;}
.dizhiyi{width: 100%;margin-bottom: 3%;overflow: auto;}
.dizhiyile{width: 4%;float: left;}
.dizhiyire{float: left;font-size: 12px;color:#99999A;margin-left: 2%;margin-top: 0.8%;}
.dizhierwe{width: 100%;}
.dizhiewle{width: 24%;float: left;}
.dizhiewre{width: 68%;float: left;margin-left: 3%;}
.dizhietop{width: 100%;margin-top:7%;}
.zhietople{width: 8%;float: left;}
.zhietopre{float: left;font-size: 14px;color:#e9e9e9;font-weight: bold;margin-left: 2%;}
.difwrx{font-size: 14px;color:#eff0f1;}
.dibuxinxi{width: 96%;margin: 0 auto;border-top:1px solid #434343;padding-top:4%;}
.dibuxinxi p{font-size: 12px;color:#c0c0c0;text-align: center;}

.ejconter{width: 100%;}
.ejbaner{width: 100%;position: relative;}
.ejlanmu{font-size: 14px;color:#ffffff;font-weight: bold;position: absolute;left:4%;bottom:25%;}
.prod-js{font-size: 14px;color:#666666;width: 96%;margin:0 auto;min-height: 300px;}
.prod-js p{font-size: 14px;color:#666666;line-height: 200%;}
.cpzxfenlei{width: 100%;background:#F1F1F1;padding-top:4%;padding-bottom:2%;}
.zxfleiyi{width: 50%;float: left;font-size: 14px;color:#4c4c4c;text-align: center;margin-bottom: 2%;}
.fanganlie{width: 96%;margin: 0 auto;}
.fanganlie ul li{width: 100%;border-bottom:1px solid #F3F3F3;padding-bottom:3%;margin-bottom:4%;}
.fangliepic{width: 27%;float: left;}
.fanglienei{width: 69%;float: right;margin-top: 1%;}
.fanglietit{font-size: 14px;color:#4c4c4c;font-weight: bold;}
.fangliejie{font-size: 12px;color:#4c4c4c;}
.prod-title{font-size: 14px;color:#212121;text-align: center;}
.prod-rd{font-size: 12px;color:#999999;text-align: center;}
.prod-sx{width: 100%;}
.prs-con-last1{width:100%;font-size: 14px;color:#333333;text-indent: 1em;}
.prs-con-last1 a{font-size: 14px;color:#333333;}

.ejconlogin{width: 70%;margin:0 auto;}
.logintit{font-size:16px;color:#333333;font-weight: bold;}
.denglutel{width: 100%;height:30px;border: 1px solid #CACACA;border-radius: 5px;margin-bottom: 15px;}
.loginlutoule {
    width: 6%;
    float: left;
    margin-left: 3%;
    margin-top: 2%;
}
.loginlutoure {
    width: 80%;
    height: 30px;
    float: left;
}
.loginlutoure input {
    width: 100%;
    height: 30px;
    border: none;
    font-size: 14px;
    color: #333;
   line-height: 30px;
   text-indent: 0.5em;
}
.userdenglu {
    width: 100%;
}
.userdenglu input {
    width: 100%;
    height: 30px;
    background: #DB0707;
    font-size: 14px;
    color:#ffffff;
    text-align: center;
    line-height: 30px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.userwangji{width: 100%;}
.userzhuce{float: left;font-size:14px;color:#4e4e4d;}
.downlieb{width: 96%;margin: 0 auto;}
.downlieb ul li{width: 100%;margin-bottom: 4%;border-bottom:1px solid #F2F2F2;padding-bottom:3%;}
.downxiale{width: 35%;border:1px solid #E9E9E9;padding-top: 8%;padding-bottom: 8%;border-radius: 5px;float: left;}
.downxiare{width: 62%;float: right;overflow: hidden;}
.downxiatit{font-size: 14px;color:#ff0000;font-weight: bold;margin-top: 1%;width: 100%;}
.downxianjie{font-size: 12px;color:#727272;}
.downchakan{width: 100%;}
.chakanyi{width: 40%;background:#FF0000;border-radius: 15px;text-align: center;font-size: 12px;color:#ffffff;float: left;padding-top:2%;padding-bottom:2%;}
.lianxione{width: 100%;}
.lianxione ul li{width: 50%;float: left;margin-bottom: 4%;min-height: 82px;}
.liaonepic{width: 20%;margin: 0 auto;position: relative;}
.liantubiao{width: 100%;position: absolute;left:0%;top:0%;}
.lianzonji{width: 100%;font-size: 14px;color:#767676;text-align: center;}
.lianxitwo{width: 100%;background:#EEEEEE;padding-top:6%;padding-bottom: 6%;}
.lianxitwo p{font-size: 12px;color:#555555;text-align: center;line-height: 180%;}
.lixitit{font-size: 16px;color:#535353;text-align: center;font-weight: bold;}
.lianxidipic{width: 4%;margin: 0 auto;}


.dengluyanz {
    width: 70%;
    float: left;
    height: 30px;
    border: 1px solid #CACACA;
    border-radius: 5px;
}
.dyanzere{
	width: 85%;float: left;
}
.dyanzere input {
    width: 100%;
    height: 30px;
    border: none;
    font-size: 14px;
    color: #333;
   line-height: 30px;
   text-indent: 0.5em;
}
.dengluyace {
    width: 22%;
    float: left;
    margin-left: 5%;
    margin-top:2%;
}


