@charset "utf-8";
/* CSS Document */
body,div,span,img,h1,h2,h3,h4,h5,h6,ul,li,ol,p,i,b,strong,a,table,th,td,form,input,textarea
{font-family:"SF Pro SC","HanHei SC","Myriad Set Pro","PingFang SC","Microsoft YaHei",SimHei,sans-serif;
margin:0;padding:0;outline:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
ol,ul,li{list-style:none;}
a{color:#333;text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;display:inline-block;vertical-align:middle;}
/* --Public-- */
.pub{width:92%;margin:auto;}
.hidden{overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.clearfix:after{content:".";visibility:hidden;display:block;height:0;clear:both;}
.t-c{text-align:center;}
.t-r{text-align:right;}
.valign-middle{display:table-cell;vertical-align:middle;}
body{padding-top:52px;}

/* --手机端导航-- */
.sj_nav_all{box-shadow:0px 0px 8px rgba(0,0,0,0.2);z-index:99999;}
.sj_lightbox{width:100%;height:100%;position:fixed;left:0;top:0;background-color:rgba(0,0,0,0.6);z-index:9900;display:none;}

.sj_head{width:100%;height:52px;display:block;position:fixed;left:0;top:0;z-index:9999;background:#FFF;box-shadow:0px 0px 8px rgba(0,0,0,0.2);}
.sj_head_logo{width:92%;height:52px;margin-left:4%;overflow:hidden;}
.sj_head_logo img{width:auto;height:28px;float:left;margin-top:12px;margin-right:8px;}
.sj_head_logo h1{height:52px;font-size:16px;color:#666;line-height:52px;float:left;overflow:hidden;}

.sj_head_bar{width:70px;height:52px;padding:11px 20px;position:absolute;top:0;right:0;cursor:pointer;}
.sj_head_bar .bar{width:30px;height:3px;margin:5px auto 0;display:block;background-color:#250908;
    transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;
}
.sj_head_bar.sj_head_bar_active .bar:nth-child(1){
	margin-top:12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sj_head_bar.sj_head_bar_active .bar:nth-child(2){opacity:0;}
.sj_head_bar.sj_head_bar_active .bar:nth-child(3){
	margin-top:-11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sj_nav{width:86%;height:100%;background:#fff;overflow:auto;position:fixed;left:-86%;top:0;z-index:9999;}
.sj_nav_top{width:100%;height:52px;overflow:hidden;border-bottom:1px solid #eef1f4;}
.sj_nav_top_logo{width:auto;height:52px;margin-left:4%;float:left;}
.sj_nav_top_logo img{max-width:100%;height:28px;float:left;margin-top:12px;}
.sj_nav_top_language{width:auto;height:52px;text-align:right;line-height:52px;float:right;}
.sj_nav_top_language span{float:left;margin-right:10px;}
.sj_nav_top_language span a{font-size:12px;font-weight:bold;color:#666}
.sj_nav_top_language span.cur a{color:#00abe7;}

.sj_nav_ser{width:100%;position:relative;}
.sj_nav_ser form{width:100%;position:relative;}
.sj_nav_ser .s{width:100%;height:56px;line-height:24px;font-size:15px;color:#333;padding:15px 55px 15px 15px;background:#FFF;border:none;border-bottom:#eef1f4 solid 1px;outline:none;float:left;}
.sj_nav_ser .b{width:50px;height:56px;cursor:pointer;border:none;outline:none;position:absolute;right:0px;top:0px;background:url(../images/ser.png) no-repeat center;}

.sj_nav_li{margin:0px 15px;font-size:14px;border-bottom:1px solid #ddd;}
.sj_nav_li a{color:#250908;display: block;}
.sj_nav_li .navn{height:50px;line-height:50px;padding:0px 5px;}
.sj_nav_li .navn .yw500{width:100%;}
.sj_nav_li .navl{width:65%;float:left;}
.sj_nav_li .navr{width:30px;height:30px;float:right;margin-top:10px;background:url(../images/yw_xia.png) no-repeat center;
-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:transform 0.5s;-moz-transition:transform 0.5s;-o-transition:transform 0.5s;transition:transform 0.5s;}
.sj_nav_li ul{display:none;padding:5px 0;}
.sj_nav_li ul li a{width:100%;height:40px;line-height:40px;padding:0px 5px;font-size:14px;color:#333;}
.sj_nav_li.current .navn{background-color:#339933;}
.sj_nav_li.current .navl{color:#FFF;}
.sj_nav_li.current .navr{background:url(../images/yw_xia_block.png) no-repeat center;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);} 

.sj_nav_li_son{margin:0px 30px;font-size:14px;display:none;}
.sj_nav_li_son_li{height:50px;line-height:50px;padding:0px 5px 0 15px;border-bottom:1px solid #ddd;cursor:pointer;}
.sj_nav_li_son_li .navl{width:65%;float:left;}
.sj_nav_li_son_li .navr{width:30px;height:30px;float:right;margin-top:10px;background:url(../images/yw_xia.png) no-repeat center;
-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:transform 0.5s;-moz-transition:transform 0.5s;-o-transition:transform 0.5s;transition:transform 0.5s;}
.sj_nav_li_son_li.current{background-color:#339933;}
.sj_nav_li_son_li.current .navl{color:#FFF;}
.sj_nav_li_son_li.current .navr{background:url(../images/yw_xia_block.png) no-repeat center;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);} 

.sj_nav_li_son_li_slide{margin:0px 15px;display:none;}
.sj_nav_li_son_li_slide p{height:50px;line-height:50px;padding:0px 15px;border-bottom:1px solid #ddd;cursor:pointer;}

/* --banner-- */
.swiper-banner{width:100%;height:600px;margin:auto;overflow:hidden;position:relative;}
.swiper-banner .swiper-slide{overflow:hidden;position:relative;}
.swiper-banner .swiper-slide .imgScale{width:100%;height:100%;display:block;background-repeat:no-repeat;background-position:center top;background-size:cover;}

.banner-pagination{width:100%;text-align:center;position:absolute;left:0;bottom:5px !important;z-index:99;}
.banner-pagination .swiper-pagination-bullet{width:6px;height:6px;margin:0 3px !important;opacity:1 !important;border-radius:3px;background:#FFF;}
.banner-pagination .swiper-pagination-bullet-active{width:10px;background:#ffa200;}

/* --index-- */
.index-product{padding:6% 0;background:url(../images/bg1.jpg) no-repeat center;background-size:cover;}
.index-product-type{}
.index-product-type .title{}
.index-product-type .title p{font-size:20px;color:#b7caa2;text-align:center;line-height:2px;text-transform:uppercase;opacity:0.4}
.index-product-type .title h2{font-size:18px;color:#333;text-align:center;line-height:20px;padding-bottom:10px;background:url(../images/b7.png) no-repeat center bottom;background-size:auto 8px;position:relative;z-index:9;}

.index-product-type ul{margin-top:4%;}
.index-product-type ul a{width:48%;height:32px;font-size:14px;color:#666;line-height:30px;margin-right:4%;margin-top:4px;padding-left:26px;float:left;overflow:hidden;
border:1px dashed #609d18;background:url(../images/b2.png) no-repeat left 10px center;}
.index-product-type ul a:nth-of-type(2n){margin-right:0;}
.index-product-type ul a:hover{color:#ffa200;background:url(../images/b3.png) no-repeat left 10px center;}

.index-product-right{margin-top:6%;}
.index-product-right .title{height:32px;background:url(../images/b4.png) no-repeat left 80px center;}
.index-product-right .title h2{font-size:18px;line-height:32px;color:#333;padding-right:10px;float:left;}
.index-product-right .title .tel{font-size:14px;line-height:24px;float:right;display:none;}
.index-product-right .title .tel b{font-size:18px;}

.index-product-list{}
.index-product-list a{width:48%;margin-top:2%;margin-right:4%;float:left;}
.index-product-list a:nth-of-type(2n){margin-right:0;}
.index-product-list a .img{padding:4px;border:1px solid #609d18;overflow:hidden;}
.index-product-list a .img img{width:100%;height:100px;display:block;}
.index-product-list a .name{height:32px;font-size:14px;color:#FFF;text-align:center;line-height:32px;background:#609d18;margin-top:4px;overflow:hidden;}
.index-product-list a:hover .name{background:#ffa200;}

.index-product-right .more{width:50%;height:40px;font-size:16px;line-height:40px;color:#FFF;text-align:center;border-radius:20px;background:#609d18;margin:4% auto 0;display:block;}
.index-product-right .more:hover{background:#ffa200;}


.index-company{padding:6% 0;background:url(../images/b5.png) no-repeat center top;}
.index-company-con{}
.index-company-con .title{text-align:right;}
.index-company-con .title h2{font-size:18px;color:#333;font-weight:normal;}
.index-company-con .title p{font-size:20px;color:#666;font-weight:bold;padding-right:32px;background:url(../images/b7.png) no-repeat right center;background-size:auto 8px;}
.index-company-con .con{margin-top:2%;font-size:14px;line-height:20px;color:#666;}
.index-company-con .con img{height:30px;}
.index-company-con ul{margin-top:4%;}
.index-company-con ul li{width:40%;font-size:16px;line-height:38px;margin:0 5%;padding-left:32px;background:url(../images/b10.png) no-repeat left center;background-size:18px auto;float:left;}
.index-company-con .item{font-size:14px;line-height:20px;margin-top:4%;text-align:right;}
.index-company-con .more{width:50%;height:40px;font-size:16px;line-height:40px;color:#FFF;text-align:center;border-radius:20px;background:#609d18;margin:4% auto 0;display:block;}
.index-company-con .more:hover{background:#ffa200;}
.index-company-video{width:100%;height:auto;margin-top:4%;}
.index-company-video .video{width:100%;height:200px;}
.index-company-video .tel{font-size:14px;line-height:32px;text-align:center;margin-top:4%;}
.index-company-video .tel b{font-size:20px;color:#ffa200;}



.index-news{padding:6% 0;background:#f6f6f6;}
.index-news .title p{font-size:20px;color:#b7caa2;text-align:center;line-height:2px;text-transform:uppercase;opacity:0.4}
.index-news .title h2{font-size:18px;color:#333;text-align:center;line-height:20px;padding-bottom:10px;background:url(../images/b7.png) no-repeat center bottom;background-size:auto 8px;position:relative;z-index:9;}

.index-news-list{margin-top:4%;}
.index-news-list li{width:100%;padding:10px;margin-top:2%;background:#FFF;}
.index-news-list li h3{height:32px;font-size:16px;color:#333;line-height:32px;overflow:hidden;}
.index-news-list li .con{}
.index-news-list li .con p{width:100%;height:auto;max-height:40px;font-size:14px;color:#666;line-height:20px;margin:4px 0 6px;overflow:hidden;}
.index-news-list li .con span{font-size:14px;color:#609d18;line-height:20px;overflow:hidden;}


.index-honor{padding:6% 0;background:#609d18;}
.index-honor .title{float:left;}
.index-honor .title h2{font-size:18px;color:#FFF;font-weight:normal;}
.index-honor .title p{font-size:20px;color:#FFF;font-weight:bold;padding-left:32px;background:url(../images/b11.png) no-repeat left center;background-size:auto 8px;}
.index-honor .more{width:196px;height:40px;font-size:18px;line-height:40px;color:#FFF;text-align:center;border-radius:20px;background:#ffa200;margin-top:32px;float:right;display:none;}
.index-honor .more:hover{background:#ffa200;}

.index-honor-swiper{margin-top:4%;overflow:hidden;}
.index-honor-swiper .swiper-slide{overflow:hidden;position:relative;}
.index-honor-swiper .swiper-slide a{width:100%;display:block;position:relative;overflow:hidden;}
.index-honor-swiper .swiper-slide a .img{padding:6px;background:#FFF;overflow:hidden;position:relative;}
.index-honor-swiper .swiper-slide a .img img{width:100%;height:120px;margin:auto;display:block;
-webkit-transition:all 0.4s;transition:all 0.4s;}
.index-honor-swiper .swiper-slide a p{height:42px;font-size:14px;color:#FFF;text-align:center;line-height:42px;overflow:hidden;}


.footer{padding-top:6%;background:#efefef;}
.footer-logo{text-align:center;}
.footer-logo img{width:100%;max-width:320px;margin:auto;display:block;}
.footer-ewm{margin-top:4%;}
.footer-ewm img{width:50%;max-width:146px;max-height:146px;padding:16px;background:url(../images/b12.png) no-repeat center;margin:auto;display:block;}
.footer-ewm p{font-size:14px;line-height:20px;color:#666;text-align:center;margin-top:4%;}

.footer-tel{margin-top:6%;border:1px solid #ddd;border-top:none;}
.footer-tel li{width:100%;padding:12px 10px;text-align:center;float:left;border-top:1px solid #ddd;}
.footer-tel li img{height:30px;}
.footer-tel li b{font-size:16px;color:#333;line-height:24px;font-weight:normal;margin-top:2%;display:block;}
.footer-tel li p{font-size:14px;color:#000;}

.footer-icp{padding:6% 0;font-size:14px;color:#333;line-height:20px;text-align:center;}
.footer-icp a{color:#333;}

/* --inner-- */
.inner{padding:6% 0;}

.sidebar{width:262px;float:left;}
.sidebar-type{width:262px;}
.sidebar-type-title{height:262px;height:99px;padding-top:44px;font-size:24px;font-weight:bold;color:#FFF;line-height:55px;text-align:center;background:url(../images/b1.png) no-repeat center;}
.sidebar-type-list{width:262px;}
.sidebar-type-list li{width:262px;height:48px;font-size:16px;color:#000;line-height:46px;margin-top:4px;padding-left:60px;border:1px dashed #609d18;background:url(../images/b2.png) no-repeat left 36px center;}
.sidebar-type-list li:hover{color:#ffa200;font-weight:bold;background:url(../images/b3.png) no-repeat left 36px center;}

.sidebar-tel{width:262px;margin-top:50px;}
.sidebar-tel-title{height:262px;height:99px;padding-top:44px;font-size:24px;font-weight:bold;color:#FFF;line-height:55px;text-align:center;background:url(../images/b16.png) no-repeat center;}
.sidebar-tel-con{padding:30px;background:#efefef;}
.sidebar-tel-con p{font-size:15px;color:#333;line-height:24px;}
.sidebar-tel-con .ewm{margin-top:20px;}
.sidebar-tel-con .ewm img{width:146px;height:146px;padding:16px;background:url(../images/b12.png) no-repeat center;margin:auto;display:block;}
.sidebar-tel-con .ewm p{font-size:14px;line-height:24px;color:#666;text-align:center;margin-top:10px;}


.inner-con{}
.inner-con-title{height:32px;background:url(../images/b4.png) no-repeat left center;}
.inner-con-title h2{font-size:18px;line-height:32px;color:#333;padding-right:10px;float:left;background:#FFF;}
.inner-con-box{margin-top:2%;}
.inner-con-box .index-product-type ul{margin:0 0 4%;}


.inner-video{width:100%;margin:auto;margin-bottom:4%;}
.inner-company img{width:100%;margin:0 auto 2%;display:block;}
.inner-company p{font-size:14px;color:#333;line-height:24px;margin-bottom:2%;}


.inner-list a{width:48%;margin-top:2%;margin-right:4%;float:left;}
.inner-list a:nth-of-type(2n){margin-right:0;}
.inner-list a .img{padding:4px;border:1px solid #609d18;overflow:hidden;}
.inner-list a .img img{width:100%;height:100px;display:block;}
.inner-list a .name{height:32px;font-size:14px;color:#FFF;text-align:center;line-height:32px;background:#609d18;margin-top:4px;overflow:hidden;}
.inner-list a:hover .name{background:#ffa200;}


.honor-list a{width:48%;margin-top:2%;margin-right:4%;float:left;}
.honor-list a:nth-of-type(2n){margin-right:0;}
.honor-list a .img{padding:4px;border:1px solid #609d18;overflow:hidden;}
.honor-list a .img img{width:100%;height:100px;display:block;}
.honor-list a h3{height:32px;font-size:14px;color:#FFF;text-align:center;line-height:32px;background:#609d18;margin-top:4px;overflow:hidden;}

.shows-list a{width:48%;margin-top:2%;margin-right:4%;float:left;}
.shows-list a:nth-of-type(2n){margin-right:0;}
.shows-list a .img{padding:4px;border:1px solid #609d18;overflow:hidden;}
.shows-list a .img img{width:100%;height:100px;display:block;}
.shows-list a h3{height:32px;font-size:14px;color:#FFF;text-align:center;line-height:32px;background:#609d18;margin-top:4px;overflow:hidden;}



.inner-news{width:auto;height:auto;}
.inner-news li{width:100%;padding:10px;margin-top:2%;background:#efefef;}
.inner-news li h3{height:32px;font-size:16px;color:#333;line-height:32px;overflow:hidden;}
.inner-news li .con{}
.inner-news li .con p{width:100%;height:auto;max-height:40px;font-size:14px;color:#666;line-height:20px;margin:4px 0 6px;overflow:hidden;}
.inner-news li .con span{font-size:14px;color:#609d18;line-height:20px;overflow:hidden;}



.news-deatils{}
.news-deatils-name{font-size:18px;font-weight:bold;line-height:24px;text-align:center;color:#000;}
.news-deatils-time{font-size:12px;color:#999;line-height:24px;font-family:'FuturaLL';text-align:center;padding-bottom:10px;border-bottom:1px dashed #ddd;}
.news-deatils-time span{display:inline-block;margin:auto 10px;}
.news-deatils-time .t1{padding-left:20px;background:url(../images/b25.png) no-repeat left center; background-size:auto 16px;}
.news-deatils-time .t2{padding-left:24px;background:url(../images/b26.png) no-repeat left center; background-size:auto 16px;}
.news-deatils-time .t3{padding-left:20px;background:url(../images/b27.png) no-repeat left center; background-size:auto 16px;}
.news-deatils-img{}
.news-deatils-img img{max-width:100%;display:block;margin:4% auto;}

.article-title{font-size:18px;font-weight:bold;line-height:24px;text-align:center;color:#000;}
.article-img{width:100%;margin:auto;margin-top:4%;margin-bottom:4%;text-align:center;}
.article-img img{width:100%;margin:auto;max-width:520px;max-width:342px;}
.article-des{width:100%;height:28px;background:#efefef;}
.article-des b{padding-left:10px;height:100%;border-right:1px solid #fff;background:#609d18;color:#fff;line-height:28px;display:inline-block;}
.article-container{padding:2% 0;}
.article-container p{font-size:14px;line-height:20px;margin-top:2%;}
.article-container img{width:100%;margin:auto;display:block;}

.article-container table{width:100%;margin-top:2%;border-color:#ddd;border-collapse:collapse;}
.article-container table tr td{font-size:12px;line-height:16px;color:#333;padding:4px;border:1px solid #ddd;}
.article-container table .firstRow{background:#efefef;}

.inner-contact{padding:0 4%;}
.inner-contact p{font-size:16px;color:#333;line-height:24px;}


/* --暂无内容-- */
.no-goods{padding:60px 0;overflow:hidden;text-align:center;}
.no-goods img{width:50%;max-height:105px;display: block;margin:0 auto 6%;}
.no-goods p{font-size:14px;color:#666666;line-height:20px;}

/* --翻页-- */
.txt-upDown{width:auto;height:auto;clear:both;font-size:14px;margin-top:6%;border-top:1px dashed rgb(230,230,230);}
.txt-upDown-li{width:50%;height:42px;line-height:42px;padding:0 5px;overflow:hidden;color:#666;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
-webkit-transition:all 0.3s;transition:all 0.3s;}
.txt-upDown-li .arrow{width:10%;height:42px;overflow:hidden;font-family:'宋体';font-weight:bold;}
.txt-upDown-li .bt{width:90%;height:42px;overflow:hidden;color:#666;}
.txt-upDown-li:hover{cursor:pointer;}
.txt-upDown-li:hover .bt .page-a{color:#ffa200;}
.txt-upDown-li:hover .bt a{color:#ffa200;}
.txt-upDown-li.txt-right{text-align:right;}

/* --分页-- */
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin:20px 0 0;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #ffa200;
  background: #ffa200;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  display: none;
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: none;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}



.service_box{font-size:12px;position:fixed;z-index:1000;right:-147px;top:50%;margin-top:-100px;width:146px;border:1px solid #ece8e5;background:#fff;display:none;}
.service_box .tab_nav{position:absolute;left:-42px;top:-1px;}
.service_box .tab_nav > li{background:#ece8e5;border-bottom:1px solid #dfdbd9;}
.service_box .tab_nav > li.active{background:#ff6b09;}
.service_box .tab_nav > li:first-child{border-radius:8px 0 0;}
.service_box .tab_nav > li:last-child{border-bottom:none;border-radius:0 0 0 8px;}
.service_box .tab_nav > li > a{display:block;width:42px;padding:12px 6px 12px 8px;line-height:14px;text-align:center;color:#2c2c2c;text-decoration:none;}
.service_box .tab_nav > li.active > a{color:#fff;}
.service_box .tab_nav .icon{display:block;height:28px;width:28px;background:url(../images/bg_online_service_new.gif) no-repeat;overflow:hidden;margin:3px 0;*margin:6px 0;}
.service_box .tab_nav .icon_1{background-position:0 0;}
.service_box .tab_nav .icon_2{background-position:-28px 0;}
.service_box .tab_nav .icon_3{background-position:-56px 0;}
.service_box .tab_nav .active .icon_1{background-position:0 -28px;}
.service_box .tab_nav .active .icon_2{background-position:-28px -28px;}
.service_box .tab_nav .active .icon_3{background-position:-56px -28px;}
.service_box .tab_content{padding:20px 5px;position:relative;}
.service_box .tab_plan{display:none;text-align:center;}
.service_box .tab_plan p{color:#333;}