@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, table, th, td, form, legend, input, button, textarea {
    margin: 0;
    padding: 0;
    font-family: "宋体";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
	border: none;
}
caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, iframe, abbr {
    border: 0;
}

i, em {
    font-style: normal;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

textarea {
    overflow: auto;
    resize: none;
}

label {
    cursor: default;
}

a, button {
    cursor: pointer;
}

body, textarea, input, button, select {
    font: 12px/1 "Arial",  "宋体";
    color: #3131313;
    outline: 0;
	border:none;
}

a {
    color: #131313;
    text-decoration: none;
}

a:hover{
    color: #094;
}

.w1000{
	width: 1000px;
	margin: auto;
}
.w1200{
	width: 1200px;
	margin: auto;
}
.w1400{
	width: 100%;
	margin: auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/*----------------------------header--------------------------*/
.h_top{
	overflow: hidden;
	padding-top: 5px;
	background-color: #FFF;
	width: 100%;
	position: relative;
}
.top_language{
	background-color: #e6e6e6;
	padding: 0 100px;
	height: 30px;
}
.top_language span{
	color: #666;
	height: 30px;
	display: inline-block;
	line-height: 30px;
}
.EN,.CN{
	height: 30px;
	width: 80px;
	padding-left: 20px;
}
.CN a,
.EN a{
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #999;
	text-indent: 40px;
}
.CN a{
	background: url(../images/CN.png) left center no-repeat;
	background-size: auto 70%;
}
.EN a{
	background: url(../images/EN.png) left center no-repeat;
	background-size: auto 70%;
}
.CN a:hover,
.EN a:hover{
	color: #094;
}
.h_top .logo_bar .header_logo{
	display: block;
	height: auto;
	margin: 7px 0 10px 0;
}
.h_top .logo_bar .header_logo img{
	display: block;
}
.h_top .logo_bar .header_tel{
	width: 300px;
	height: 61px;
	margin-top: 15px;
}
.h_top .logo_bar .header_tel img{
	margin-right: 5px;
}
.h_top .logo_bar .header_tel .header_tel_right{
	margin-top: 5px;
}
.h_top .logo_bar .header_tel h2{
	font-size: 20px;
	color: #666;
}
.h_top .logo_bar .header_tel span{
	font-size: 34px;
	color: #094;
	font-family: "Geometr212 BkCn BT"
}
.nav_box{
	height: 40px;
	background-color: #fff;
	width: 100%;
	z-index: 1;
	background-color: #094;
}
.nav li{
	display: block;
	float: left;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.nav li a{
	text-align: center;
	color: #FFF;
	font-size: 15px;
	font-family: "微软雅黑";
	display: block;
	width: 100%;
	height: 100%;
}
.nav .current,
.nav li:hover a{
	text-decoration: none;
	color: #094;
	background-color: #FFF;
}
/*banner*/
.device {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  display: block;
}
.device img{
	width: 100%;
	margin: auto;
	display: block;
}
.device .arrow-left {
  background: url(../images/left.png) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 10;
}
.device .arrow-right {
  background: url(../images/right.png) no-repeat left bottom;
  background-size: 100% 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 10;
}
.swiper-container {
  width: 100%;
}
.content-slide {
  color: #fff;
}
.pagination {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 10px;
  z-index: 5;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
/* 搜索 */
.search{
	background-color: #b3b3b3;
	width: 100%;
	padding: 15px 0;
}
.search-text{
	overflow: hidden;
	padding-left: 50px;
}
.search-text p{
	display: inline-block;
	line-height: 35px;
	text-align: center;
	margin: 0 auto;
	padding-top: 8px;
	max-width: 330px;
}
.search-text p span{
	color: #FFF;
}
.search-text p a{
	padding: 0 10px;
	color: #FFF;
}
.search-text p a:hover{
	color: #094;
}
.search-text img{
	display: inline-block;
	height: 50px;
	width: 188px;
}
.search-box{
	margin: 10px 100px;
	margin-right: 150px;
	position: relative;
}
.search-box a{
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/search.png) no-repeat;
	right: 11px;
	top: 7px;
}
.search-box .search-tt{
	display: block;
	float: left;
	width: 300px;
	height: 28px;
	border: 1px solid #FFF;
	padding-left: 15px;
	border-radius: 10px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.search-box .search-btn{
	display: block;
	float: left;
	width: 55px;
	height: 28px;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	background-color: #094;
	color: #FFF;
}
.search-box .search-btn:hover{
	background-color: #007B37;
}

/*-------------------------包裹---------------------------------*/
.warpper{
	overflow: hidden;
	padding-top: 20px;
}
/*-------------------------时尚潮流汇---------------------------------*/
.fashion_trend .fashion_trend_title{
	padding: 8px 21px 8px 70px;
	background: url(../images/small_logo.png) 5px center no-repeat;
	background-size: auto 80%;
	box-shadow: 1px 1px 10px #999;
	margin: 0 5px 20px;
	overflow: hidden;
}
.fashion_trend .fashion_trend_title h2{
	display: inline-block;
	font-size: 16px;
	font-family: "微软雅黑";
	position: relative;
}
.fashion_trend .fashion_trend_title h2:before{
	content: "";
	display: block;
	width: 1px;
	height: 150%;
	background-color: #094;
	position: absolute;
	left: -11px;
	top: -4px;
}
.fashion_trend .fashion_trend_title span{
	font-size: 16px;
	font-family: "Arial";
	color: #bfbfbf;
}
.fashion_trend .fashion_trend_title .more{
	display: inline-block;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #999;
}
.fashion_trend .fashion_trend_title .more:hover{
	color: #094;
}
.fashion_trend .hd ul{
	overflow: hidden;
	display: inline-block;
	margin-left: 25px;
}
.fashion_trend .hd ul li{
	display: block;
	height: 16px;
	width: 135px;
	text-align: center;
}
.fashion_trend .hd ul li.on a{
	color: #094;
}
.fashion_trend .hd ul li a{
	font-size: 16px;
	color: #333;
	font-family: "微软雅黑";
	line-height: 16px;
}
.fashion_trend .hd ul li a:hover{
	color: #094;
}
.fashion_trend_body{
	padding: 5px;
}
.fashion_trend_body .product_list{
	overflow: hidden;
}
.product_list .product_list_item{
	display: inline-block;
	width: 195px;
	height: 295px;
	margin: 0 50px 10px 0;
}
.product_list .product_list_item:nth-child(5),
.product_list .product_list_item:nth-child(10),
.product_list .product_list_item:nth-child(15),
.product_list .product_list_item:nth-child(20){
	margin-right: 0;
}
.product_list .product_list_item img{
	display: block;
	width: 193px;
	height: 258px;
	border: 1px solid #d9d9d9;
}
.product_list .product_list_item span{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.product_list .product_list_item:hover img{
	border-color: #094;
	box-shadow: 1px 1px 10px #ccc;
}
.product_list .product_list_item:hover span{
	color: #094;
}
/*-------------------------5大优势---------------------------------*/
.advantages{
	background-color: #f9e3d3;
	padding: 0 73.5px;
}
.advantages_title{
	height: 99px;
	background: url(../images/tri_bg.png) top center no-repeat;
	margin-bottom: 20px;
}
.advantages_title h1{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-family: "微软雅黑";
	text-indent: -24px;
}
.advantages_title h1 span{
	color: #bf1d00;
}
.advantages_title h2{
	height: 49px;
	line-height: 14px;
	text-align: center;
	font-size: 24px;
	font-family: "Arial";
	color: #666;
}
.advantages_list{
	margin: 0 73.5px;
	overflow: hidden;
}
.advantages_list_item{
	overflow: hidden;
	margin-bottom: 100px;
}
.advantages_list_item img{
	
}
.advantages_list_item .advantages_right{
	width: 500px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 25px;
	position: relative;
}
.advantages_list_item .advantages_right h2{
	height: 48px;
	line-height: 48px;
	font-family: "微软雅黑";
	font-size: 24px;
	color: #131313;
	text-indent: 55px;
}
.advantages_list_item:nth-child(1) .advantages_right h2{
	background: url(../images/01.png) left center no-repeat;
}
.advantages_list_item:nth-child(2) .advantages_right h2{
	background: url(../images/02.png) left center no-repeat;
}
.advantages_list_item:nth-child(3) .advantages_right h2{
	background: url(../images/03.png) left center no-repeat;
}
.advantages_list_item:nth-child(4) .advantages_right h2{
	background: url(../images/04.png) left center no-repeat;
}
.advantages_list_item:nth-child(5) .advantages_right h2{
	background: url(../images/05.png) left center no-repeat;
}
.advantages_list_item .advantages_right p{
	font-size: 16px;
	color: #666;
	font-family: "微软雅黑";
	margin-top: 10px;
	width: 480px;
	overflow: hidden;
	padding: 10px;
	line-height: 25px;
}
.advantages_list_item:nth-child(odd) img{
	float: left;
	margin-left: 150px;
}
.advantages_list_item:nth-child(odd) .advantages_right{
	float: left;
	margin-left: 54px;
}
.advantages_list_item:nth-child(odd) .advantages_right:after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: #ccc;
	border-radius: 50%;
	position: absolute;
	left: 0;
	bottom: -3px;
}
.advantages_list_item:nth-child(even) img{
	float: right;
	margin-right: 100px;
}
.advantages_list_item:nth-child(even) .advantages_right{
	margin-right: 20px;
}
.advantages_list_item:nth-child(even) .advantages_right:after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: #ccc;
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: -3px;
}
/*-------------------------关于我们---------------------------------*/
.about_us{
	background-color: #f5f5f5;
	padding-top: 0;
	padding-bottom: 60px;
}
.about_us_title{
	background-color: #FFF;	
	text-align: center;
	padding: 20px 0;
}
.about_us_title h2{
	text-align: center;
	font-size: 28px;
	color: #666;
	font-family: "Arial";
	margin-bottom: 5px;
}
.about_us_title span{
	display: inline-block;
	font-size: 28px;
	color: #094;
	font-family: "黑体";
	position: relative;
}
.about_us_title span:before{
	content: "";
	display: block;
	width: 62px;
	height: 27px;
	background: url(../images/dot_l.png) no-repeat;
	position: absolute;
	left: -75px;
	top: 3px;
}
.about_us_title span:after{
	content: "";
	display: block;
	width: 62px;
	height: 27px;
	background: url(../images/dot_r.png) no-repeat;
	position: absolute;
	right: -75px;
	top: 3px;
}
.about_us_body{
	background-color: #FFF;	
}
.about_us_body .text{
	background-color: #eaeae8;
	overflow: hidden;
	position: relative;
}
.about_us_body .text .text_div{
	position: absolute;
	width: 580px;
	height: 240px;
	background-color: #FFF;
	border: 1px solid #666;
	border-radius: 1px;
	padding: 27px 30px 27px 19px;
	left: 27px;
	top: 27px;
}
.about_us_body .text .text_div h2{
	font-family: "黑体";
	font-size: 24px;
	margin-bottom: 20px;
}
.about_us_body .text .text_div p{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	position: relative;
}
.about_us_body .text .text_div p:after{
	content: "";
	display: block;
	width: 15px;
	height: 23px;
	background: url(../images/tri.png) no-repeat;
	position: absolute;
	right: -45px;
	top: 50%;
}
.about_us_body .pic{
	margin-top: 30px;
}
.about_us_body .pic .pic_title{
	height: 80px;
	width: 100%;
	overflow: hidden;
}
.about_us_body .pic .pic_title img{
	height: 80px;
	width: 100%;
}
.about_us_body .pic .pic_body ul{
	overflow: hidden;
	font-size:0;
	[;font-size:12px;];
	*font-size:0;
	font-family:arial;
	[;letter-spacing:-3px;];
	*letter-spacing:normal;
	*word-spacing:-1px;
}
.about_us_body .pic .pic_body li{
	width: 400px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:0;
	letter-spacing:normal;
	word-spacing:normal;
	position: relative;
}
.about_us_body .pic .pic_body li .discribe{
	display: none;
	width: 400px;
	height: 200px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	right: -400px;
	z-index: 999;
}
.about_us_body .pic .pic_body li:nth-child(3) .discribe,
.about_us_body .pic .pic_body li:nth-child(6) .discribe{
	left: -400px;
}
.about_us_body .pic .pic_body li:hover .discribe{
	display: block;
}
.about_us_body .pic .pic_body li .discribe span{
	display: block;
	margin-top: 55px;
	font-size: 24px;
	color: #000;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 30px;
	position: relative;
}
.about_us_body .pic .pic_body li .discribe span:after{
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	left: 183px;
	bottom: -50px;
}
.about_us_body .pic .pic_body li:nth-child(3) .discribe span:after,
.about_us_body .pic .pic_body li:nth-child(6) .discribe span:after{
	background: url(../images/arrow_r.png) no-repeat;
}
/*-------------------------应用客户---------------------------------*/
.client{
	padding: 20px 0;
	border: 1px solid #e2e2e2; 
	background: url(../images/client_title.png) left top no-repeat;
	background-color: #FDFDFD;
}
.cxscroll{
	width:900px; 
	position: relative;
	margin-left: 235px;
} 
.cxscroll .box{
	width:900px; 
	overflow:hidden;
	margin-right: -48px;
} 
.cxscroll .list{
	overflow:hidden;
	width:20000px;
} 
.cxscroll .list li{
	float:left;
	width:190px;
}
.cxscroll .list li:hover img{

}
.cxscroll .list li img{
	box-shadow: 1px 1px 10px #ccc;
}
.cxscroll .prev{
	display: block;
	width: 15px;
	height: 29px;
	background:url(../images/left.png) center bottom no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 60%;
	margin-top: -20px;
	left: -50px;
	} 
.cxscroll .next{
	display: block;
	width: 15px;
	height: 29px;
	background:url(../images/right.png) center bottom no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 60%;
	margin-top: -20px;
	right: -50px;
} 
/*-------------------------新闻中心---------------------------------*/
.news_center{
	margin-top: 20px;
	margin-bottom: 75px;
}
.news_center .news_title{
	text-align: center;
	padding: 10px 0;
}
.news_center .news_title h2{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-family: "微软雅黑";
	margin-bottom: 10px;
}
.news_center .news_title span{
	font-size: 16px;
	color: #999;
	font-family: "Myriad Pro";
}
.news_div{
	position: relative;
}
.news_div .news_list{
	padding-left: 20px;
	overflow: hidden;
	padding-top: 15px;
	font-size:0;
	[;font-size:12px;];
	*font-size:0;
	font-family:arial;
	[;letter-spacing:-3px;];
	*letter-spacing:normal;
	*word-spacing:-1px;
}
.news_div .news_list_item{
	overflow: hidden;
	height: 70px;
	width: 490px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:14px;
	letter-spacing:normal;
	word-spacing:normal;
	padding: 10px;
	padding-bottom: 0;
}
.news_div .news_list_item:nth-child(odd){
	padding-right: 80px;
	border-right: 1px solid #d5d5d5; 
}
.news_div .news_list_item:nth-child(even){
	padding-left: 80px;
	border-left: 1px solid #d5d5d5; 
}
.news_div .news_list_item:nth-child(1),
.news_div .news_list_item:nth-child(2){
	border-bottom: 1px solid #d5d5d5; 
}
.news_div .news_list_item a{
	overflow: hidden;
	display: block;
	width: 490px;
}
.news_div .date{
	height: 50px;
	text-align: center;
	font-family: "Arial";
	margin-right: 15px;
}
.news_div .date h1{
	display: block;
	font-size: 30px;
	margin-top: 7px;
	font-family: "Arial";
	font-weight: bold;
	color: #094;
}
.news_div .date span{
	font-size: 12px;
}
.news_div li h2{
	font-family: "微软雅黑";
	font-size: 16px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_div li p{
	color: rgb(153,153,153);
	line-height: 15px;
	height: 30px;
	overflow: hidden;
}
.news_div li a:hover h2{
	color: #094;
}
.news_div .more{
	font-family: "微软雅黑";
	position: absolute;
	display: block;
	width: 62px;
	height: 44px;
	line-height: 44px;
	border-radius: 50%;
	background-color: #094;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	left: 47.4%;
	top: 42%;
}
.news_div .more:hover{
	background-color: #007B37;
}
/*-------------------------友谊链接---------------------------------*/
.links{
	width: 100%;
	height: 85px;
	background-color: rgb(181,181,181);
	position: relative;
}
.links_left{
	width: 98px;
	height: 55px;
	position: absolute;
	top: 15px;
	left: 165px;
	border-right: 2px solid rgb(255,255,255);
}
.links_left h1,
.links_left span{
	font-weight: bold;
	margin-right: 15px;
	font-family: "微软雅黑";

}
.links_left h1{
	font-size: 32px;
	color: #094;
}
.links_left span{
	font-size: 19px;
}
.links_right{
	height: 55px;
	width: 900px;
	position: absolute;
	top: 15px;
	left: 275px;
	overflow: hidden;
}
.links_right ul{
	overflow: hidden;
}
.links_right li{
	display: block;
	margin: 7px 40px 7px 0;
}
/*-------------------------联系我们---------------------------------*/
.contact{
	width: 100%;
	height: 245px;
	background-color: rgb(67,67,67);
	position: relative;
	overflow: hidden;
}
.contact .logo{
	display: block;
	position: absolute;
	top: 44px;
	left: 205px;
	width: 203px;
}
.contact a:hover{
	color: #e4007f;
}
.detail{
	position: absolute;
	top: 45px;
	left: 545px;
	width: 300px;
	color: white;
}
.detail h1{
	font-size: 16px;
	font-family: "微软雅黑";
	color: rgb(125,125,125);
	margin-bottom: 15px;
}
.detail span{
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: rgb(164,164,164);
}
.qrcode_div{
	position: absolute;
	top: 30px;
	left: 950px;
	width: 400px;
}
.qrcode_div h2{
	font-size: 16px;
	font-family: "微软雅黑";
	color: rgb(125,125,125);
	margin-bottom: 15px;
}
.qrcode,
.qrcode02{
	display: inline-block;
	margin-right: 10px;
}
.qrcode img,
.qrcode02 img{
	display: block;
	width: 122px;
}
.qrcode span,
.qrcode02 span{
	display: block;
	color: white;
	width: 122px;
	text-align: center;
	line-height: 18px; 
	font-size: 12px;
	margin-top: 5px;
	font-family: "宋体";
}
/*-------------------------footer&footer_ad---------------------------------*/
.footer{
	width: 100%;
	height: 60px;
	background-color: #000;
	color: white;
	line-height: 60px;
	text-align: center;
	font-size: 12px;
	font-family: "微软雅黑";
}
.footer span{
	color: rgb(18,126,248);
}
.footer span:hover{
	color: #094;
}
/*-------------------------内页轮播---------------------------------*/
.position_warpper{
	background-color: #faf1eb;
	padding-bottom: 90px;
}
.position{
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	margin: 0 73.5px 30px;
}
.product{
	border: 1px solid #d9d9d9;
	padding: 10px 0;
	background-color: #FFF;
}
.product .cxscroll{
	width:1080px; 
	position: relative;
	margin: 0 auto;
} 
.product .cxscroll .box{
	width:1080px; 
	overflow:hidden;
	margin-right: -48px;
} 
.product .cxscroll .list li{
	width:220px;
	padding-right: 0;
}
.product .cxscroll .list li img{
	border: 1px solid #d9d9d9;
	width: 190px;
}
.product .cxscroll .list li:hover img{
	border-color: #094;
	box-shadow: 1px 1px 10px #ccc;
}
.product .cxscroll .prev,
.product .cxscroll .next{
	top: 50%;
}
.big_pic,
.flower_detail{
	border: 1px solid #d9d9d9;
}
.big_pic img{
	display: block;
	width: 1198px;
	height: 1627px;
}
.flower_detail{
	background-color: #FFF;
}
.flower_detail_title{
	border-bottom: 1px solid #d9d9d9;
	padding: 10px;
}
.flower_detail_title span{
	color: #094;
	font-family: "微软雅黑";
	font-size: 16px;
	position: relative;
}
.flower_detail_title span:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border-top: 2px solid #094;
	position: absolute;
	top: -9px;
	left: 0;
}
.flower_detail_body{
	padding: 35px 70px 105px;
}
.flower_detail_body p{
	color: #666;
	font-size: 14px;
	line-height: 20px;
}
/*-------------------------内页---------------------------------*/
#websiteContent {
    overflow: hidden;
    margin-top: 14px;
    margin-bottom: 10px;
}

#websiteContent .websiteSidebar {
    width: 20%;
    float: left;
}

#websiteContent .websiteSidebar h2 {
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding-left: 30px;
    background: #094;
    font-size: 14px;
}
.sideabrone {
    border: 1px solid #e1e1e1;
    background: #fff;
    padding-bottom: 16px;
}

.sideabrone ul {
    padding-top: 5px;
    max-height: 500px;
    overflow-y: auto;
}

.sideabrone ul li {
    border-bottom: 1px dashed #CCC;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    word-break: break-all;
}

.sideabrone ul li a {
    display: block;
    color: #333;
}

.sideabrone ul li a:hover {
    color: #094;
}

.sideabrtwo {
    margin-top: 12px;
    border: 1px solid #edddde;
    background: #fff;
}

.sideabrtwo .contaclist {
    padding: 5px 10px 10px 10px;
}

.sideabrtwo .contaclist li {
    padding-top: 5px;
    line-height: 160%;
}

.websiteMain {
    float: right;
    width: 75%;
    border: 1px solid #e1e1e1;
    background: #fff;
}

.websiteMain .containertitle h2 {
    background: #094;
    font-size: 14px;
    padding-left: 33px;
    color: #fff;
    height: 30px;
    line-height: 30px;
}

.contaiconc {
    padding: 17px;
    font-size: 12px;
    color: #323232;
}

#website_news_content p, #website_news_content div, #website_company_page p, #website_company_page div {
    font-size: 14px;
    line-height: 1.8em;
    padding: 10px;
    text-indent: 2em;
}
.containpic img{
	width: 100%;
	height: auto;
}
#website_company_page div{text-indent:0;}