@charset "utf-8";



/*全局控制*/

body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:"微软雅黑",Arial;-webkit-text-size-adjust:none; background-color:#fff;}

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;}

input,select,textarea{font-size:12px;line-height:16px;}img{border:0;}ul,li{list-style-type:none;}

a{color:#333;text-decoration:none;}

a:hover{text-decoration:none;}

.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}

.dis{display:block;}.undis{display:none;}

.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}

.hr_1,.hr_10{font-size:1px;line-height:1px;clear:both;}

.hr_1{height:1px;}.hr_10{height:10px;}

input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}





/*头部区域*/

.header{ width:100%; overflow:hidden; padding:10px 0;}

.main{ max-width:1200px; margin:0 auto;}

.header .logo{ float:left;}

.header .logo img{ max-height:60px;}

.header .nav{ float:right; margin-top:10px;}

.header .nav li{ float:left;}

.header .nav li a{ display:inline-block; padding:10px 22px; font-size:16px;}

.header .nav li a.on, .header .nav li a:hover{ color:#1e087d;}



/*幻灯片*/

.fullSlide{ position:relative; background:#000; margin:0px auto; }

.fullSlide .bd{ position:relative; z-index:0; }

.fullSlide .bd li{width:100%;}

.fullSlide .bd li img{width:100%; vertical-align:top;  } 

.fullSlide .bd li .info{ width:60%; margin:0 auto; overflow:hidden; margin-top:80px; text-align:center;}

.fullSlide .bd li .info h1{ font-size:36px; line-height:40px; color:#fff;}

.fullSlide .bd li .info p{ font-size:14px; line-height:24px; color:#fff; margin-top:30px; margin-bottom:50px;}

.fullSlide .bd li .info a{ display:inline-block; padding:8px 30px; border:1px solid #fff; font-size:18px; color:#fff; border-radius:5px;}

.fullSlide .hd{position:relative; z-index:1; margin-top:-40px; height:30px; line-height:30px;  text-align:center;}

.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }

.fullSlide .hd ul li{ cursor:pointer; display:inline-block; width:8px; height:8px; margin:5px; border:2px solid #fff; overflow:hidden; 

			font-size:0; border-radius:50%;}

.fullSlide .hd ul .on{ background:#fff; }

.fullSlide .prev{ z-index:999; display:block; width:55px; height:55px; position: absolute; left:0; top:50%; float:left; background-color:#fff; text-align:center; margin-top:-27px; }

.fullSlide .next{ float:right; right:0; z-index:999; display:block; width:55px; height:55px; position: absolute; top:50%; background-color:#fff; text-align:center;filter:alpha(opacity=80);opacity:0.8;  margin-top:-27px; }

.fullSlide .prev:hover,.fullSlide .next:hover{ filter:alpha(opacity=80);opacity:0.8; background-color:#01e087d;}



.fullSlide .prev i, .fullSlide .next i{ font-size:50px; color:#1e087d;}

.fullSlide .prev:hover i,.fullSlide .next:hover i{ color:#1e087d;}



/*首页样式*/

.min{ width:100%; overflow:hidden; margin-top:60px;}

.about .ab-info{ width:50%; float:left; overflow:hidden;}

.about .ab-img{ width:45%; float:right; overflow:hidden;}

.about .ab-img img{ margin-left: 10px;}

.about .ab-info h1{ font-size:26px; line-height:30px; margin-top:10px; margin-bottom:20px; font-weight:normal;}

.about .ab-info .info{ font-size:14px; color:#666; line-height:26px;}

.about .more{ margin-top:20px;}

.about .more a{ display:inline-block; padding:8px 40px; background-color:#1e087d; color:#fff; font-size:14px; border-radius:5px;}

.about .more a:hover{ background-color:#f55d60;}

.min .tit{ width:100%; overflow:hidden; text-align:center; position: relative;}

.min .tit h2{ font-size:30px; line-height:40px; text-align:center; font-weight:normal; color:#1e087d;}

.min .tit span{ font-size:16px; color:#999; background-color:#fff; display:inline-block; padding:3px 10px; position:relative; z-index:1;}

.min .tit .line{ width:250px; height:1px; background-color:#999; position:absolute; left:50%; margin-left:-125px; bottom:13px;}

.product{ width:100%; overflow:hidden; margin-top:30px;}

.product .hd ul{ width:100%; overflow:hidden; text-align:center;}

.product .hd ul li{ display:inline-block; padding:8px 35px; font-size:14px; border:1px solid #ddd; border-radius:20px; margin:0 10px; cursor:pointer;}

.product .hd ul li.on{ background-color:#1e087d; border:1px solid #1e087d; color:#fff;}

.product .bd{ width:100%; overflow:hidden; margin-top:35px;}

.product .bd ul{ overflow:hidden;}

.product .bd ul li{ width:32%; float:left; overflow:hidden; overflow:hidden;}

.product .bd ul li.li2, .product .bd ul li.li5{ margin-left:2%; margin-right:2%;}

.product .bd ul li .img{ width:100%; overflow:hidden;}

.product .bd ul li img{ width:100%;-moz-transition: all 1s ease 0s;

    -ms-transition: all 1s ease 0s;

    -o-transition: all 1s ease 0s;

    -webkit-transition: all 1s ease 0s;

    transition: all 1s ease 0s;}

.product .bd ul li:hover img{

	-ms-transform: scale(1.1, 1.1);

    -o-transform: scale(1.1, 1.1);

    -webkit-transform: scale(1.1, 1.1);

    transform: scale(1.1, 1.1);

	}

.product .bd ul li:hover p a{ color:#1e087d;}	

.product .bd ul li p{ padding:15px 0; font-size:14px; text-align:center;}

.product .bd ul .moret{ text-align:center;}

.product .bd ul .moret a{ display:inline-block; padding:8px 50px; font-size:16px; background-color:#1e087d; border-radius:5px; color:#fff; margin-top:20px;}

.product .bd ul .moret a:hover{ background-color:#f55d60;}

.fengcai{ width:100%; overflow:hidden; padding:60px 0; background:#1e087d url(../images/dd.png) center bottom no-repeat;}

.fengcai .tit h2{ color:#fff;}

.fengcai .tit span{ color:#fff; background-color:#1e087d;}

.fengcai .tit .line{ background-color:#fff;}



.fengcai ul{ width:100%; overflow:hidden; margin-top:35px; background-color:#fff;}

.fengcai ul li{ width:33.3333%; float:left; overflow:hidden;}

.fengcai ul li.li4{display: none;}

.fengcai ul li .back{ padding:10px; background-color:#fff; border:1px solid #ddd; border-right:none;}

.fengcai ul li.li3 .back, .fengcai ul li.li6 .back{ border-right:1px solid #ddd;}

.fengcai ul li .back .bkt{ width:100%; overflow:hidden; position:relative;}

.fengcai ul li .back img{ width:100%;}

.fengcai ul li .back .bk{ position:absolute; width:100%; left:0; bottom:0; height:100%; background-color:rgba(0,0,0,.5); -moz-transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s; display:none;}

.fengcai ul li .back .tt{ position:absolute; padding:30px; top:20%; font-size:16px; line-height:26px; color:#fff; display:none;}

.fengcai ul li .back:hover .bk, .fengcai ul li .back:hover .tt{ display:block;}

.fengcai ul li.li4 .back, .fengcai ul li.li5 .back, .fengcai ul li.li6 .back{ border-top:none;}





.news{ width:100%; overflow:hidden;}

.news .hd{ width:356px; overflow:hidden; margin:20px auto 0; text-align:center;}

.news .hd li{ padding:10px 25px; border:1px solid #ddd; display:inline-block; float:left; font-size:14px;}

.news .hd li.a1{ border-left:none; border-right:none;}

.news .hd li.aa{ color:#333; border-top-left-radius:25px; border-bottom-left-radius:25px;}

.news .hd li.a2{ border-top-right-radius:25px; border-bottom-right-radius:25px;}

.news .hd li.on{ background:#1e087d; border-color:#1e087d; color:#fff;}

.nw{ width:100%; overflow:hidden; margin-top:50px;}

.nw .nw-left{ width:60%; float:left; overflow:hidden;}

.nw .nw-right{ width:35%; float:right; overflow:hidden;}

.nw .nw-left dl{ width:100%; overflow:hidden;}

.nw .nw-left dl:first-child{ margin-bottom:25px;}

.nw .nw-left dl dd{ width:100px; float:left; margin-right:20px;}

.nw .nw-left dl dd img{ width:100%;}

.nw .nw-left dl dt .title{ font-size:16px; margin-top:10px; height:26px; line-height:26px; overflow:hidden; font-weight:bold; margin-bottom:10px;}

.nw .nw-left dl dt span{ font-size:14px; color:#666;}

.nw .nw-left dl dt p{ font-size:14px; line-height:26px; color:#333; margin-top:15px;}

.nw .nw-left  dl dt .title a:hover{ color:#1e087d;}

.nw .nw-right li{ width:100%; overflow:hidden; position:relative; height:280px;}

.nw .nw-right li img{ width:100%;}

.nw .nw-right li .bkn{ position:absolute; background-color:rgba(0,0,0,.7); left:0; width:100%; bottom:0; height:120px;}

.nw .nw-right li .bkn .title{ font-size:16px; padding:20px 20px 10px; color:#fff;}

.nw .nw-right li .bkn p{ font-size:14px; padding:0 20px; color:#fff;}

.nw .nw-right li:hover .bkn{  background-color:#1e087d;-moz-transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;}

.hz{ width:100%; overflow:hidden; margin-top:30px;}

.hzt, .hzt .bd{ width:100%; overflow:hidden;}

.hzt .bd ul li{ width:200px; border:1px solid #ddd; float:left; margin-right:20px; text-align:center;}

.hzt .bd ul li img{ width:80%; margin:10px auto 0;}



.footer{ width:100%; background-color:#2d2d2d; overflow:hidden; margin-top:50px; padding:50px 0;}

.footer .foot{ float:left;}

.footer .foot .mt{ font-size:20px; line-height:30px; color:#ddd;}

.footer .foot a{ display:inline-block; margin:10px 10px 0;}

.footer ul{ float:right; overflow:hidden; width:65%;}

.footer ul li{ width:33.333%; float:left;}

.footer ul li p{ font-size:13px; margin-top:10px; color:#ddd;}

.footert{ width:100%; padding:15px 0; overflow:hidden; background:#000;}

.footert p{ font-size:13px; color:#999;}

.footert p span.ant{ float:right;}

.footert p span a{ color:#999;}



/*内页样式*/

.contm{ width:100%; overflow:hidden; background:url(../images/contact.jpg) center top no-repeat; height:320px;}

/*.contm span{ display:inline-block; font-size:36px; line-height:40px; color:#1572c2; font-weight:bold;}

.contm p{ font-size:30px; line-height:30px; margin-top:15px; color:#1572c2;}*/

.main_wrap {

    background: none repeat scroll 0 0 #fff;

    overflow: hidden;

    width: 100%;

    margin-top: 10px;

}

.sub-left {

    width: 230px;

    padding-top: 25px;

	float:left; overflow:hidden;

}

.sub-left .leftMain .leftHead {

    padding-bottom: 22px;

    background: url(../images/bl-or.jpg) no-repeat left bottom;

	overflow:hidden;

}

.far {

    font-family: Arial;

    font-size: 16px;

    color: #797979;

}

.sub-left .leftMain .leftHead h1 {

    font-size: 24px;

    color: #333333;

    line-height: 24px;

    font-weight: normal;

    margin-top: 5px;

}

.left-list{ overflow:hidden;}

.sub-left .leftMain .left-list ul li {

    border-bottom: 1px solid #ededee;

}

.sub-left .leftMain .left-list ul li a {

    text-indent: 15px;

    line-height: 42px;

    font-size: 14px;

    display: block;

    overflow: hidden;

    width: 100%;

    color: #333333;

}

.sub-left .leftMain .left-list ul li a.left-index, .sub-left .leftMain .left-list ul li a:hover {

    background: #1e087d url(../images/subleft_12.png) no-repeat 200px center;

    color: #fff;

}

.sub-right {

    width: 970px;

	overflow:hidden; float:right;

}

.sub-right .sub-main {

    background: url(../images/sub-sha.jpg) no-repeat left bottom;

    min-height: 500px;

    padding: 47px 0 0 48px;

	overflow:hidden;

}

.sub-head {

    padding-bottom: 15px;

	overflow:hidden;

}

.orange {

    color: #1e087d;

    font-size: 24px;

	float:left;

}

.home-where{ float:right; padding-top:10px;}

.home {

    background: url(../images/home.png) no-repeat left center;

    width: 58px;

    height: 24px;

    cursor: pointer;

    display: block;

    text-indent: 23px;

}

.where a {

    color: #999999;

    background: url(../images/where_04.png) no-repeat 5px center;

    padding-left: 20px;

    font-size: 13px;

}

.bd1 {

    border-bottom: 1px solid #eaeaea;

    clear: both;

    display: block;

    height: 1px;

    overflow: hidden;

}

.main-content {

    color: #333333;

    font-size: 14px;

    overflow: hidden;

    margin-top: 20px;

	line-height:30px;

}

.main-content img{ max-width: 100%;}

.new{ width:100%; overflow:hidden; background:url(../images/news.jpg) center top no-repeat; height:320px;}

.news_list2{ overflow:hidden;}

.news_list2 li{ width:100%; overflow:; border-bottom:dashed 1px #CCCCCC;}

.news_list2 li a{ display:inline-block; width:100%; padding:15px 0;}

.news_list2 li a .dateBox{ width:80px; float:left; overflow:hidden; height:80px; background-color:#ddd; text-align:center;}

.news_list2 li a .dateBox h1{ font-size:24px; margin-top:13px; line-height:30px; color:#1e087d;}

.news_list2 li a .dateBox p{ font-size:14px; color:#1e087d;}

.news_list2 li a .news_detail{ overflow:hidden; margin-left:100px;}

.news_list2 li a .news_detail h3{ font-size:16px; height:30px; line-height:30px; overflow:hidden;}

.news_list2 li a .news_detail p{ color:#888;}

.news_list2 li a:hover .news_detail h3{ color:#1e087d;}



/*列表分页*/

.page_info{text-align:center;margin-top:20px;color:#333; overflow:hidden; font-size:14px;}

.page_info span{padding:0 2px;font-weight:bold;}

.page_list{/*height:24px;line-height:24px;*/text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:14px;margin-top:20px;}

.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}

.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}

.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}





.main-content h1.title{ font-size:22px; line-height:24px; text-align:center; font-weight:normal; margin-bottom:10px;}

.main-content .info{ font-size:14px; text-align:center; color:#888; margin-bottom:20px;}

#textarea{ font-size:13px; overflow:hidden;}

#textarea img{ max-width:100%;}



.preNext{position:relative;}

.preNext .line{height:10px;overflow:hidden;clear:both;background:url(../images/box_dotline.gif) left 15px repeat-x;margin:4px auto;padding-top:10px;}

.preNext .line strong{display:block;width:8px;height:10px;overflow:hidden;font-size:0px;line-height:100px;background:url(../images/box_dotline.gif) right -10px no-repeat;float:left;}

.preNext .text{color:#999;}

.preNext .text li{ margin-top:8px;}

/*.preNext .text li a{ display: inline-block;}*/

.preNext .text li a:hover{ color:#1e087d;}



.abt{ width:100%; overflow:hidden; background:url(../images/abt.jpg) center top no-repeat; padding:120px 0;}

/*.abt span{ display:inline-block; font-size:30px; line-height:30px; color:#fff; font-weight:bold; margin-top:100px;}

.abt p{ font-size:24px; line-height:30px; margin-top:10px; color:#fff; font-weight:bold;}*/

.abt span{ display:inline-block; width:50px; height:3px; background-color:#1e087d;margin-top:15px;  margin-bottom:10px;}

.abt h1{ font-size:24px; line-height:30px; color:#1e087d;}

.abt p{ font-size:14px; color:#1e087d; font-weight:bold;}



.product_list{ width:100%; overflow: hidden;}

.product_list li{ width:32.333%; margin:0.5%; float:left; overflow:hidden;}

.product_list li .img{ width:100%; overflow:hidden;}

.product_list li .img img{ width:100%;-moz-transition: all 1s ease 0s;

    -ms-transition: all 1s ease 0s;

    -o-transition: all 1s ease 0s;

    -webkit-transition: all 1s ease 0s;

    transition: all 1s ease 0s;}

.product_list li p{ text-align:center; font-size:14px; line-height:30px; height:30px; overflow:hidden;}

.product_list li:hover .img img{-ms-transform: scale(1.1, 1.1);

    -o-transform: scale(1.1, 1.1);

    -webkit-transform: scale(1.1, 1.1);

    transform: scale(1.1, 1.1);}



.product_list li:hover p a{ color:#1e087d;}



.join_list{ width:100%; overflow:hidden;}

.join_list ul{ width:100%; overflow:hidden;}

.join_list ul .join11{padding:20px;/*background:#f5f5f5;*/margin-bottom:15px;overflow:hidden;border-bottom: 1px dashed #ccc;}

.join_list ul .join11 h2{ font-size:24px; color:#333; font-weight:normal;}

.join_list ul .join11 p.p10{ font-size:16px; color:#666; margin:15px auto 5px;}

.join12{overflow:hidden;margin-top:20px;/* padding-bottom:15px; *//* border-bottom:1px dashed #ccc; */}

.join12 p{font-size: 14px;font-weight:normal;color:#666;}

.join13{ overflow:hidden; margin-top:20px;}

.join13 h3{ font-size:18px; font-weight:normal; color:#666; margin-bottom:15px;}

.join13 p{ font-size:14px; line-height:24px; color:#666;}



/*留言*/

.mes{ overflow:hidden; margin-top:30px;}

.message{ background:#FFF; position:relative; margin-top:53px; padding:50px 30px 50px 40px;}

.ndname span{ display:block; float:left;}

.ndname .lyname{ background:url(../images/25.gif) no-repeat left center; padding-left:40px; font-size:12px; color:#666; height:34px; line-height:34px;}

.ndname .namek{ width:200px; height:24px; border:1px solid #dbdbdb; padding:3px; font-size:12px; color:#666; line-height:24px;}

.ndname{ margin-right:20px; margin-bottom:26px; float:left; *margin-right:25px;}

.ndname .lyname2{ background:url(../images/26.gif) no-repeat left center; padding-left:40px; font-size:12px; color:#666; height:34px; line-height:34px;}

.ndname .lyname3{ background:url(../images/27.gif) no-repeat left center; padding-left:40px; font-size:12px; color:#666; height:34px; line-height:34px;}

.nylynr{ border-top:1px dashed #cbcbcb; padding-top:25px;}

.nylynr span{ display:block; background:url(../images/31.gif) no-repeat left center;  padding-left:40px; font-size:12px; color:#666; height:34px; line-height:34px; margin-bottom:10px;}

.nylynr .lyqy{ width:95%; min-height:140px;  border:1px solid #dbdbdb; padding:5px; font-size:12px; color:#666; line-height:24px;}

.nylynr{width:95%;}

.msg_btn_area{ width:100%; overflow:hidden; margin-top:30px;}

.msg_btn_area a{ display:inline-block; overflow:hidden; padding:5px 50px; background-color:#1e087d; font-size:16px; color:#fff;}

.msg_btn_area a:hover{ background-color:#f55d60;}



.cate{ display:none; width:40px; height:30px; margin-top:10px; float:right;}

	.cate a{ display:block; height:35px; background:url(../images/list-icons.png) no-repeat; background-size:100%; width:40px;}

	.navt{ position: fixed; width:100%; left:0; background:#1e087d; z-index:999999;}

	.navt ul{ width:95%; margin:0 auto; overflow:hidden;}

	.navt ul li{ height:50px; line-height:50px; font-size:14px; box-shadow:inset 0 2px 0 rgba(255, 255, 255, 0.05); text-align:center;}

	.navt ul li a{ color:#fff;}





@media screen and (max-width:1200px){

	

	.main{ width:1000px;}

	.sub-right {

    width: 770px;

}

.header .nav li a{ padding:10px 10px;}

.abt{ padding:100px 0;}

	}

@media screen and (max-width:1000px){

	.main{ width:95%;}

	.header{ background-color:#fff; position:fixed; top:0; width:100%; left:0; z-index:99999; border-bottom:2px solid #1e087d; padding:10px 0;}

	.header .nav{ display:none;}

	.cate{ display:block;}

	.header .logo img {

    max-height: 50px;

}

.abt {

    padding: 60px 0;

	background-size:cover;

	 margin-top:72px;

}	

	.sub-left {

    display: none;

}

	.sub-right {

    width: 100%;

}

.sub-right .sub-main {

    padding: 15px 0 0;

    min-height: 300px;

    background: none;

    overflow: hidden;

    width: 100%;

}

.page_info{text-align:center;margin:10px 0;}

.page_info span{padding:0 2px;font-weight:bold;}

.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin:20px 0 10px;}

.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}

.page_list a.on{color:#fff;border:1px solid #898989;background:#898989;}



.footer .foot{ display:none;}

.footer ul{ width:100%;}

.footer{ margin-top:20px; padding:30px 0;}

.fullSlide{ margin:72px auto 0;}

.fengcai ul li .back .tt{ top:10%; font-size:14px; line-height:24px;}

.about .ab-info{ width:100%;}

.about .ab-img{ width:100%; margin-top:15px;display: none;}

	}

@media screen and (max-width:768px){	

.fullSlide .prev, .fullSlide .next{ display:none;}

.min{ margin-top:30px;}

.product{ margin-top:10px;}

.min .tit h2{ font-size:24px; line-height:30px;}

.min .tit span{ font-size:14px;}

.product .hd ul li{ margin:0 5px; padding:5px 30px; font-size:13px;}

.product .bd, .fengcai ul{ margin-top:25px;}

.product .bd ul .moret a{  padding:8px 30px; font-size:14px;}

.fengcai{ padding:30px 0;}

.news .hd{ width:324px; margin:10px auto 0;}

.news .hd a{ padding:7px 25px;}

.nw{ margin-top:25px;}

.nw .nw-left{ width:100%;}

.nw .nw-right{ width:100%; margin-top:15px; }

}

	

@media screen and (max-width:640px){

	.header{ padding:8px 0;}

	.abt{ margin-top:63px; padding:40px 0;}

	.abt span{ margin-top:10px; margin-bottom:5px;}

	.header .logo img{ max-height:45px;}

	.product_list li{ width:49%;}

	.join_list ul .join11 h2{ font-size:20px;}

	.join12 p{ font-size:16px;}

	.join13 p{ font-size:12px;}

	.join_list ul .join11 p.p10{ font-size:14px;}

	.news_list2 li a .news_detail{ margin-left:90px;}

	.news_list2 li a .news_detail h3{ font-size:15px; height:20px; line-height:20px; margin-bottom:3px;}

	.news_list2 li a .news_detail p{ font-size:12px; line-height:20px; height:60px; overflow:hidden;}

	.main-content{ margin-top:20px;}

	.orange{ font-size:18px;}

	.home-where{ padding-top:0;}

	.footer .foot{ display:block;}

	.footer ul li{ width:100%;}

	.footert{ padding:10px 0;}

	.footert p{ text-align:center; font-size:12px;}

	.footert p span{ display:block; width:100%; font-size:12px;}

	.main-content h1.title{ font-size:20px; margin-bottom:0;}

	.main-content .info{ margin-bottom:10px; font-size:12px;}

	.preNext .text li{ height:26px; overflow:hidden; line-height:26px; margin-top:3px;}

	.sub-right .sub-main{ min-height:100px;}

	.fullSlide{ margin:63px auto 0;}

	.about .ab-info h1{ font-size:20px; margin-top:0; margin-bottom:10px;}

	.about .ab-info .info{ font-size:13px; line-height:24px;}

	.product .bd ul li{ width:49%;}

	.product .bd ul li.li2, .product .bd ul li.li4,.product .bd ul li.li6{ margin-left:1%; margin-right:0;} 

	.product .bd ul li.li5{ margin:0;}

	.fengcai ul li{ width:50%;}

	.fengcai ul li .back{ border-right:1px solid #ddd;}

	.nw .nw-left dl dt .title{ font-size:14px; margin-bottom:5px;}

	.nw .nw-left dl dt span{ font-size:12px;}

	.nw .nw-left dl dt p{ font-size:12px; line-height:22px;}

	.about .ab-info h1{ text-align:center;}

	.about .more{ display:none;}

	.fengcai ul li.li4{display: block;}

	}

	

@media screen and (max-width:500px){	

.nw .nw-left dl dd{ width:120px; margin-right:15px;}

.nw .nw-left dl dt .title{ margin-top:0; margin-bottom:0;}

.nw .nw-left dl dt p{ margin-top:5px;}

.nw .nw-right li .bkn .title{ font-size:14px;}

.nw .nw-right li .bkn p{ font-size:12px;}

}

	

	

	

	

	

	

	