/*-----------------------------------------------------------*/
@charset "utf-8"; {copyright© 2015}

/*==================================== container css ====================================*/
.padding-top125px {
	padding-top:125px;
	display:block;
}
.readmore a {
	font-size:0.8em;
	background:#2d2d2d;
	color:#fff;
	padding:8px 15px;
	border-radius:3px;
	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.readmore a:hover {
	background:#0068b7;
}



/*-------- container css ----------------------------*/
.container {
	width:1024px;
	margin:0 auto;
	padding-top:150px;
}
.container .title span {
	font-size:2.5em;
	line-height:1.5em;
	padding:0 100px 5px 0;
	border-bottom:1px solid #ccc;
}


/*-------- content css ----------------------------*/
.content {
	width:;
	margin:30px auto 60px auto;
}
.content .content_left {
	float:left;
	width:245px;
}
.content .content_right {
	float:left;
	width:744px;
	margin-left:35px;
}
.content .content_right_full  {
	width:1024px !important;
	margin:0 auto !important;
}
.content_right img {
	max-width:100%;
	height:auto;
}
.content .content_right .subnav {
	width:100%;
	border-bottom:1px solid #a7a7a7;
	padding:20px 0 10px 0;
	font-size:1.2em;
	line-height:1.2em;
	color:#666;
	margin-bottom:10px;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;  /* Chrome Safari */
	-moz-text-overflow: ellipsis; 	 /* Firefox */
	-o-text-overflow: ellipsis;    /* Opera */
	/*word-break: break-all; 适合中文，换行所有文字*/
	white-space: nowrap ;
}
.content .content_right .subnav a {
	font-size:1.1em;
	line-height:1.2em;
	color:#666;
	padding:0 4px;
}
.content .content_right .subnav a:hover {
	color:#00a6d9;
}
.content .content_right .title_contain {
	color:#2aa7ff;
	font-size:2em;
	line-height:1.2em;
	padding:10px 0;
	margin-top:10px;
	background:url(../images/icons/title_contain_bg.png) no-repeat left bottom;
}
.content .content_right .newsdetail_title_contain {
	color:#2aa7ff;
	font-size:1.8em;
	line-height:1.2em;
	padding:10px 0 0 0;
	margin-top:10px;
	margin-bottom:10px;
}
.content .content_right .newsdetail_description {
	padding:5px 0;
}
.content .content_right .newsdetail_description .date, .content .content_right .newsdetail_description .source, .content .content_right .newsdetail_description .writer {
	margin-right:20px;
}
.content .content_right .line_block {
	margin:5px 0;
	width:100%;
	height:1px;
	background:#ccc;
	display:block;
}
.content .content_right .newsdetail_tag {
	margin-bottom:20px;
	padding:5px 0;
}
.content .content_right .newsdetail_tag a {
	margin-right:20px;
}
.content .content_right .containinfo {
	width:100%;
	padding-bottom:20px;
}
.content .content_right .containinfo ul,.content .content_right .containinfo li, .content .content_right .containinfo p {
	list-style: inherit;
}
.content .content_right .containinfo .info img {
	max-width:100%;
	height:auto;
}
.content .content_right .containinfo .info p {
	margin:10px 0;
}
.content .content_right .containinfo .info strong {
	font-weight:bold !important;
}
.content .content_right .containinfo .photo_border_shadow {
	border:15px solid #fff;
	box-shadow:0 0 3px #666;
}
.content .content_right .containinfo .info, .content .content_right .containinfo .info p, .content .content_right .containinfo .info span {
	max-width:100%;
}
.content .content_right .containinfo .info img.float_left {
	margin-right:30px;
	margin-bottom:30px;
}

.content .content_right .containinfo .info a:link {	text-decoration: underline;}
.content .content_right .containinfo .info a:visited {	text-decoration: underline;}
.content .content_right .containinfo .info a:hover {	text-decoration: underline;}
.content .content_right .containinfo .info a:link {	text-decoration: underline;}


.content .content_right .containinfo .photo_view {
	background:#ccc url(../images/icons/add.png) no-repeat center;
	background-size:0;
	display:inherit;
	cursor:pointer;
}
.content .content_right .containinfo .photo_view:hover {
	background:#333 url(../images/icons/add.png) no-repeat center;
	background-size: auto;
}
.content .content_right .containinfo .photo_view img {
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;	
}
.content .content_right .containinfo .photo_view:hover img {
	opacity:0.15;
	filter:alpha(opacity=15);
}




/*-------- column3 css ----------------------------*/
.column3 {
	margin-top:-170px !important;
	position:relative;
	height:400px;
}
.column3 li {
	width:310px;
	height:225px;
	margin-left:45px;
	float:left;
}
.column3 li:first-child {
	margin-left:0;
}
.column3 li .pic {
	width:100%;
	height:170px;
	overflow:hidden;
}
.column3 li .pic img {
	width:100%;
	min-height:170px;
}
.column3 li .title {
	width:100%;
	height:50px;
	background:#2d2d2d;
	color:#fff;
	font-size:1.5em;
	line-height:50px;
	text-align:center;
}
.column3 li .transitioncolor {
	width:100%;
	height:10px;
	display:block;
	background:#8661c0;
}
.column3 li .transitioncolor2 {
	width:100%;
	height:10px;
	display:block;
	background:#e13662;
}
.column3 li .transitioncolor3 {
	width:100%;
	height:10px;
	display:block;
	background:#4cdf6c;
}
.column3 li .textinfo {
	width:100%;
	height:90px;
	overflow:hidden;
	margin:20px auto;
}



/*-------- transition_home css ----------------------------*/
.transition_home {
	width:100%;
	min-width:1200px;
	height:120px;
	padding:40px 0;
	background:#333 url(../images/home/parallax3bg.jpg) no-repeat center;
	background-size:100%;
	color:#fff;
	margin:25px auto;
}
.transition_home h2 {
	font-size:2.2em;
	line-height:1.2em;
	margin:0;
}
.transition_home p {
	margin:10px auto;
}


/*-------- success_home css ----------------------------*/
.success_home {
	margin:25px auto;
	text-align:center;
}
.success_home h2 {
	color:#2aa7ff;
	font-size:2em;
	margin:35px auto 15px auto;
}
.success_home .readmore {
	margin-top:30px;
	margin-bottom:40px;
}
.customer_logos {
	display:block;
	margin:25px auto;
}
.customer_logos li {
	float:left;
	width:168px;
	height:125px;
	overflow:hidden;
	background:#fff;
	border:1px solid #ededed;
	text-align:center;
	border-collapse:collapse;
}
.customer_logos li:hover img {
	
	/*
	-webkit-filter: grayscale(0%); 
	-moz-filter: grayscale(0%); 
	-ms-filter: grayscale(0%); 
	-o-filter: grayscale(0%); 
	filter: grayscale(0%); 
	filter: gray; 
	*/
}
.customer_logos li img {
	max-width:168px;
	height:auto;
	
	/*
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
	
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter: grayscale(100%); 
	filter: gray; 
	*/
}






/*-------- portfolio css ----------------------------*/
.portfolio {
	width:;
	height:;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	color:#fff;
}
.portfolio .title {
	width:500px;
	text-align:center;
	margin:20px auto 10px auto;
	padding:0 150px;
	background: url(../images/icons/icon_bg_line_grey.jpg) repeat-x center;
}
.portfolio .title h2 {
	font-weight:;
	color:#000;
	background:#f7f7f7;
	padding:20px;
}
.portfolio .portfolio_intro {
	margin-top:75px;
	text-align:center;
	color:#888;
}

.portfolio .portfolio_block {
	margin:20px auto;
}
.portfolio .portfolio_block li {
	float:left;
	width:320px;
	height:300px;
	margin:9px;
	overflow:hidden;
	border:1px solid #2aa7ff;
	cursor:pointer;
}
.portfolio .portfolio_block li:hover {
	
}
.portfolio li .portfolio_block_photo {
	width:320px;
	height:300px;
	overflow:hidden;
	background:#fff;
	cursor:pointer;
}
.portfolio li .portfolio_block_photo img {
	width:100%;
	min-height:300px;
}
.portfolio li .portfolio_block_caption {
	position:absolute;
	width:100%;
	height:300px;
	background:#fff;
	color:#333;
	top:240px;
}
.portfolio li .portfolio_block_caption h4 {
	font-size:1.5em;
	line-height:2em;
	margin:10px 20px;
	text-align:left;
	color:#2aa7ff;
	background: url(../images/icons/icon_up_arrow.png) no-repeat right center;
	padding-right:20px;
	
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;  /* Chrome Safari */
	-moz-text-overflow: ellipsis; 	 /* Firefox */
	-o-text-overflow: ellipsis;    /* Opera */
	/*word-break: break-all; 适合中文，换行所有文字*/
	white-space: nowrap ;
}
.portfolio li .portfolio_block_caption .textinfo {
	height:150px;
	padding:5px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:0 20px;
	text-align:left;
	overflow:hidden;
}
.portfolio li .portfolio_block_caption .readmore {
	position: relative;
	margin:25px 20px;
	text-align:left;
}
.portfolio .readmore {
	margin:25px 20px;
}


/*-------- news_home css ----------------------------*/
.news_home {
}
.news_home .left_news {
	float:left;
	width:600px;
	margin-top:35px;
	margin-left:10px;
}
.news_home .left_news h2 {
	font-size:1.8em;
	color:#2aa7ff;
}
.newslist {
	margin:5px 0 35px 0;
}
.newslist p {
	margin:5px 0;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;  /* Chrome Safari */
	-moz-text-overflow: ellipsis; 	 /* Firefox */
	-o-text-overflow: ellipsis;    /* Opera */
	/*word-break: break-all; 适合中文，换行所有文字*/
	white-space: nowrap ;
}
.newslist p a {
	color:#333;
}
.newslist p a:hover {
	color:#2aa7ff;
}
.newslist p .date {
	margin-right:15px;
}
.news_home .video {
	float:left;
	margin-top:50px;
	margin-left:50px;
}

/*-------- friendlinks css ----------------------------*/
.friendlinks {
	margin-left:10px;
	margin-bottom:30px;
	margin-top:15px;
}
.friendlinks .title {
	margin:10px 0;
	color:#2aa7ff;
}
.friendlinks a {
	color:#333;
	margin-right:25px;
	line-height:2em;
}
.friendlinks a:hover {
	color:#2aa7ff;
}


/*-------- block_pager --------*/
.block_pager {
	padding:10px 30px 10px 0;
	margin:20px auto 10px auto;
	display:block;
}
.block_pager .prev {
	width:25px;
	height:25px;
	margin-right:14px;
	float:left;
	display:block;
	position:relative;
	
	background:#dbdbdb url(../images/icons/arrow_9.gif) no-repeat 8px center;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	_border-radius:0;
	
	-webkit-transition:all 0.15s ease-in;
	-moz-transition:all 0.15s ease-in;
	-o-transition:all 0.15s ease-in;
	transition:all 0.15s ease-in;
	
	text-indent:-9000px;
}
.block_pager .prev:hover {
	background-color:#26aee1;
}
.block_pager .next {
	width:25px;
	height:25px;
	margin-left:14px;
	float:right;
	display:block;
	position:relative;
	
	background:#dbdbdb url(../images/icons/arrow_10.gif) no-repeat 10px center;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	_border-radius:0;
	
	-webkit-transition:all 0.15s ease-in;
	-moz-transition:all 0.15s ease-in;
	-o-transition:all 0.15s ease-in;
	transition:all 0.15s ease-in;
		
	text-indent:-9000px;
}
.block_pager .next:hover {
	background-color:#26aee1;
}
.block_pager .pages {
	overflow: hidden;
	background: url(../images/icons/line_pager.gif) repeat-x 0px 15px;
	text-align: center;
	line-height: 0px;
}
.block_pager .pages ul {
	height: 27px;
	padding: 0px 11px;
	display: inline-block;
	background-color: #ffffff;
}
.block_pager .pages li {
	margin-left:5px; 
	float:left; 
	display:block;
}
.block_pager .pages li:first-child {
	margin-left:0px;
}
.block_pager .pages a {
	width:25px;
	height:24px;
	line-height:24px;
	display:block;
	position:relative;
		
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	_border-radius:0;
	
	-webkit-transition:all 0.15s ease-in;
	-moz-transition:all 0.15s ease-in;
	-o-transition:all 0.15s ease-in;
	transition:all 0.15s ease-in;
	
	color:#6b6b6b;
}
.block_pager .pages a:hover {
	color:#fff; 
	background:#26aee1;
}
.block_pager .pages .current a {
	color:#fff; 
	background:#26aee1;
}


/*-------- product list block css ----------------------------*/
.pagescode {
	margin-top:25px;
}
.productlist_block {
}
.productlist_block li {
	float:left;
	width:212px;
	height:250px;
	margin:16px;
	text-align:center;
}
.productlist_block .productlist_block_photo {
	width:210px;
	height:210px;
	margin-bottom:10px;
	overflow:hidden;
	cursor:pointer;
	background:#fff;
	cursor:pointer;
	border:1px solid #a4d3ff;
	border-radius:50%;
	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;	
}
.productlist_block .productlist_block_photo:hover {
	background:#a4d3ff;
}
.productlist_block .productlist_block_photo .pic {
	margin:12px;
	width:184px;
	height:184px;
	overflow:hidden;
	border:1px solid #a4d3ff;
	border-radius:50%;
}
.productlist_block .productlist_block_photo .pic img {
	width:100%;
	min-height:185px;
}

.product_description {
	margin-top:-15px;
	font-size:1em;
}
.product_description p {
	font-size:1em;
}





/*==================================== contact css ====================================*/
.contact {
	padding:25px 0 100px 0;
	overflow:hidden;
}
.contact a {color:;}
.contact a:link, .contact a:visited {color:#; text-decoration:underline;}

#map {
	width:1022px;
	height:360px;
	border:1px solid #ccc;
}
.contact .infomation {
	margin-top:50px;
}
.contact .infomation .title a {
	font-size:2em;
	line-height:1.5em;
	padding:0 100px 5px 0;
	border-bottom:1px solid #ccc;
}

.contact .infomation .left .title {
	margin-bottom:25px;
}
.contact .infomation .left h2 {
}
.contact .infomation .left {
	float:left;
	width:500px;
}
.contact .infomation .left p {
	font-size:1.1em;
	line-height:1.2em;
	margin:7px 0;
}

.iconsin {
	margin-top:25px;
	display:inline-block;
}
.iconsin li {
	float:left;
	width:60px;
	height:60px;
	border:1px solid #ccc;
	border-radius:50%;
	text-align:center;
	margin-right:25px;
	margin-top:10px;
}
.iconsin li a {
	width:100%;
	height:100%;
	display:block;
	border-radius:50%;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center;
	background-size:30px auto;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
	
	opacity:0.75;
}
.iconsin li a:hover {
	opacity:1;
}
.iconsin li a.telephone {
	background-image:url(../images/icons/share/share_icon_telephone_grey.png);
}
.iconsin li a.email {
	background-image:url(../images/icons/share/share_icon_email_grey.png);
}
.iconsin li a.qq {
	background-image:url(../images/icons/share/share_icon_qq_grey.png);
}
.iconsin li a.wechat {
	background-image:url(../images/icons/share/share_icon_wechat_grey.png);
}



.contact .infomation .right {
	float:left;
	width:500px;
	margin-left:20px;
}
/*-------- from info --------*/
.contact_form {
	margin-top:20px;
}
.contact_form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.contact_form  li {
	position: relative;
}
.contact_form  li p {
	font-size:1.1em;
}
.contact_form input {
	width: 300px;
	height: 30px;
	margin-bottom: 10px;
	border:1px solid #ccc;
}
.contact_form em {
	font-size:0.8em;
}
.contact_form textarea {
	width: 450px;
	height: 100px;
	margin-bottom: 10px;
	border:1px solid #ccc;
}
.contact_form input.submit {
	padding:8px 12px;
	font-size:14px;
}
.contact_form  li p {
	margin:5px 0 !important;
}
.contact_form em {
	color:#aaaaaa;
	display: inline;
}
.contact_form .contact-error {
    color: #EC5B43;
    position: absolute;
    bottom: 5px;
    left: 0;
}
.contact_form .submit {
	width: 100px;
	height: 35px;
	margin:5px 0 20px 0;
	border: none;
}
.contact-success {
	overflow: hidden;
	margin: 20px 0 30px 0;
}


/*-------- download css ----------------------------*/
.download {
	margin-top:25px;
}
.download li:first-child {
	border-top:1px dashed #ccc;
}
.download li {
	padding:10px 0;
	border-bottom:1px dashed #ccc;
}
.download li .date {
	float:right;
}



/*-------- left_menu css ----------------------------*/
.left_menu {
	width:245px;
	float:left;
}
.left_menu h1 {
	margin:0;
	font-size:2.2em;
	color:#333;
	line-height:50px;
	padding-left:5px;
	border-bottom:1px solid #a7a7a7;
}
.left_menu ul {
	background:#fafafa;
	margin-top:20px;
}
.left_menu li:first-child {
	margin-top:0;
}
.left_menu li {
	margin-top:5px;
	display:inline-block;
	width:100%;
	position:relative;
	min-height:43px;
	_height:43px;
	z-index:10;
	zoom:1
}
.left_menu li h4 {
	margin:0;
	cursor:pointer;
	background:#e0edf8 url(../images/icons/icon_left_menu_on.png) no-repeat 220px center;
	padding-left:20px;
	text-decoration:none;
	font-size:1.2em;
	color:#000;
	display:block;
	line-height:43px;
	font-weight:normal;
}
.left_menu li h4:hover {
	color:#fff;
	background-color:#0068b7;
}
.left_menu li.selected h4 {
	color:#fff;
	background:#0068b7 url(../images/icons/icon_left_menu_off.png) no-repeat 220px center;
}
.left_menu li h4.noicon {
	background-image:none;
}
.left_menu li .list-item {
	padding:5px 0;
	position:relative;
	zoom:1
}
.left_menu li .list-item p {
	border-bottom:1px solid #f0f0f0;
}
.left_menu li .list-item p:last-child {
	border-bottom:none;
}
.left_menu li .list-item p.on a {
	color:#0068b7;
}
.left_menu li .list-item p a {
	background:url(../images/icons/icon_left_menu_list.png) no-repeat 20px 11px;
	color:#333333;
	display:block;
	line-height:16px;
	margin:0 -1px 0 1px;
	padding:8px 0 8px 35px;
	position:relative;
}
.left_menu li .list-item p.hover a {
	background:#0068b7 url(../images/icons/icon_left_menu_list_white.png) no-repeat 20px 11px;
	color:#fff;
}



/*-------- search page css ----------------------------*/
/* search top */
.search_top {
	width:300px;
	height:35px;
	margin:20px auto;
}
.search_top .search-input {
	position:relative;
	float:right;
	text-align:left;
	top:0;
	right:0;
	margin:0;
	padding:0 10px;
	
	width:280px;
	_width:260px;
	height: 35px;
	font-family: inherit;
	font-size: 14px;
	line-height:38px;
	color: #333 !important;
	border:1px solid #2aa7ff;
	
	border-radius:1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	_border-radius:0;
	
	box-shadow: 0px 0px 2px rgba(255,255,255,0.3);
	_box-shadow:none;
}
.search_top .sb-search {
	position: absolute;
	z-index:2;
	display:block;
	top: 7px;
	right: 0;
	width: 40px;
	height: 25px;
	background: transparent url(../images/icons/search.png) no-repeat center;
	border-left:1px solid #ccc;
	
}
.search_top_resilt {
	width:100%;
	margin:10px auto;
	padding-bottom:10px;
	border-bottom:1px solid #2aa7ff;
}
.search_top_resilt p {
	margin-left:380px;
	color:#2aa7ff;
}

/* search left */
.search_left {
	width:190px;
	padding:5px 15px;
	margin-top:10px;
	float:left;
	text-align:right;
}
.search_left .result, .search_left .date {
	padding:10px 0;
	background:url(../images/icons/sr_bbg.jpg) no-repeat right bottom;	
}
.search_left p {
	font-size:13px;
	line-height:26px;
}
.search_left a {
	color:#2aa7ff;
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
}
.search_left .result a:hover {
	color:#f00;
}



/* search right */
.search_right {
	width:709px;
	padding:0px 15px;
	margin-top:10px;
	margin-bottom:100px;
	border-left:1px solid #2aa7ff;
	float:left;
}
.search_right .searchlist {
	width:100%;
	height:125px;
	border-bottom:1px double #ccc;
}
.search_right .searchlist .title2 {
	margin-top:10px;
	height:30px;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;  /* Chrome Safari */
	-moz-text-overflow: ellipsis; 	 /* Firefox */
	-o-text-overflow: ellipsis;    /* Opera */
	word-break: break-all; /* 适合中文，换行所有文字*/
	white-space: nowrap ;
}
.search_right .searchlist .title2 a {
	color:#2aa7ff;
	font-size:20px;
	line-height:35px;
	letter-spacing:1px;
}
.search_right .searchlist .title2 span {
	font-size:20px;
	line-height:35px;
	letter-spacing:1px;
}
.search_right .searchlist .title2 a:hover {
	text-decoration:underline;
}
.search_right .searchlist .info {
	margin-top:10px;
	max-height:44px;
	overflow:hidden;
}
.search_right .searchlist .info p {
	font-size:13px;
	line-height:22px;
}
.search_right .searchlist .info p span {
	font-size:13px;
	line-height:22px;
}
.search_right .searchlist .date {
	color:#888;
	font-size:12px;
	line-height:16px;
	margin-top:10px;
	padding-left:17px;
	background:url(../images/icons/icon_calendar.png) no-repeat left 2px;
}
.search_right .searchlist .date span {
	font-size:12px;
	line-height:16px;
	color:#2aa7ff;
}









/* Mobile */
@media screen and (max-width: 767px) {

.contact .infomation .left {
	margin-left:50px;
}
.contact .infomation .right {
	margin-left:50px;
	margin-top:50px;
}
.container .title span {
	margin-left:50px;
}
.content .content_left {
	display:none;
}
.content .content_right_full  {
	width:740px !important;
}
.content .content_right {
	width:740px !important;
	padding-left:10px;
	padding-right:10px;
	margin:0 auto;
}
.column3 {
	height:350px;
}
.column3 li {
	width:230px;
	height:200px;
	margin-left:17px;
}
.column3 li:first-child {
	margin-left:17px;
}
.column3 li .pic {
	height:120px;
}
.column3 li .pic img {
	min-height:120px;
}
.transition_home {
	min-width:inherit;
	background-size:150%;
	text-align:center;
	height:100px;
}
.portfolio .portfolio_block {
	margin:20px auto;
}
.portfolio .portfolio_block li {
	margin:20px 0 20px 40px;
}
.success_home p {
	font-size:0.65em;
}
.news_home {
	height:650px;
}
.news_home .left_news {
	margin-left:40px;
}
.news_home .video {
	margin-left:40px;
}
.friendlinks {
	margin-left:40px;
}
.customer_logos {
	margin-left:40px;
}
.customer_logos li {
	width:168px;
	height:125px;
}
.customer_logos li img {
	max-width:168px;
}
#map {
	width:765px;
}





}