/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* start editing from here */
a {
	text-decoration: none;
}
.txt-rt {
	text-align: right;
}/* text align right */
.txt-lt {
	text-align: left;
}/* text align left */
.txt-center {
	text-align: center;
}/* text align center */
.float-rt {
	float: right;
}/* float right */
.float-lt {
	float: left;
}/* float left */
.clear {
	clear: both;
}/* clear float */
.pos-relative {
	position: relative;
}/* Position Relative */
.pos-absolute {
	position: absolute;
}/* Position Absolute */
.vertical-base {
	vertical-align: baseline;
}/* vertical align baseline */
.vertical-top {
	vertical-align: top;
}/* vertical align top */
.underline {
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin: 0 0 20px 0;
}/* Add 5px bottom padding and a underline */
nav.vertical ul li {
	display: block;
}/* vertical menu */
nav.horizontal ul li {
	display: inline-block;
}/* horizontal menu */
img {
	max-width: 100%;
}
/*end reset*/
body {
	font: normal normal normal 12px/1.5em Verdana, Arial, Tahoma;
	height: 100%;
	word-break : break-all;
	color: #444;
}
.header {
	width: 100%;
	max-width: 1920px;
	height: 80px;
	margin: 10px auto;
}
.header-bottom {
	background: #363636;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
}
.logo {
	margin: 10px 0;
	float: left;
}
.logo h1 a {
	color: #999;
	font-size: 50px;
}
#shopping-cart {
	border: 1px solid #D6D6D6;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
	width: 35%;
	height: 50px;
	margin-top: 23px;
	font-size: 12px;
	color: #777;
	float: right;
	font-family: Verdana, Arial, Tahoma;
}
.u-name {
	color: #aaa;
	font-size: 14px;
	margin: 5px 0 0 9px;
	display: inline-block;
	zoom: 1;
}
.dash-login {
	float: right;
    margin-top: 30px;
}
span.bar {
	color: #686868;
}
.dash-login {
	margin-right: 20px;
}
.dash-login a {
	letter-spacing: 0.1em;
	color: #686868;
}
.dash-login a:hover {
	color: rgb(177, 223, 245);
}
.cart-items {
	padding-left: 5px;
	margin-top: 3px;
	margin-left: 5px;
	display: inline-block;
	height: 16px;
	color: #aaa;
	float: left;
	width: 270px
}
.checkout-btn {
	text-align: center;
	color: #aaa;
	padding: 5px;
	font-size: 12px;
	cursor: pointer;
	background: rgb(77, 75, 75) url(../images/but.png);
	margin: 5px;
	border: 1px solid rgb(51, 47, 48);
	text-shadow: 0 -1px 1px rgb(77, 75, 75);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	text-decoration: none;
	float: left;
	margin-top: 4px;
}
.checkout-btn:hover {
	color: #fff;
}
.cart {
	margin-top: 10px;
	border-top: 1px solid #D6D6D6;
	padding-top: 7px;
}
/*****头部********/


/*****头部结束********/


/*分页*/
.page_navi {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}
.page_navi a {
	margin: 2px;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	color: #333;
	padding: 0 10px;
	display: inline-block;
	border: 1px #ccc solid;
	border-radius: 3px 3px 3px 3px;
	background: url(../images/pagenav.jpg) left bottom repeat-x #fff;
}
.page_navi a:hover, .page_navi a.current {
	color: #fff;
	text-decoration: none;
	border: 1px #1E9E49 solid;
	background-color: #1E9E49;
	background-image: none;
}
/*--navigation--*/
#primary-nav {
	clear: both;
	font-family: Verdana, Arial, Tahoma;
	background: #30343F;
	height: 47px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 47px;
	position: relative;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
}
#primary-navindex {
	clear: both;
	font-family: Verdana, Arial, Tahoma;
	background: #30343F;
	height: 47px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 47px;
	position: relative;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	z-index: 999999;
}
/* Banner */


.banner {
	width: 100%;
	height: 309px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 20px;
}
.ggLoading {
	position: absolute;
	left: 40%;
	top: 200px;
	width: 325px;
	text-align: center;
	height: 56px;
	background-position: 0 -274px;
	background-repeat: no-repeat;
	line-height: 56px;
	color: #9c9c9c;
}
.ggLoading2 {
	width: 330px;
	height: 56px;
	background-position: 213px -330px;
	background-repeat: no-repeat;
}
.ggLoading em {
	font-weight: bold;
}
.ggs {
	width: 200%;
	height: 309px;
	left: -50%;
	top: 0;
	position: absolute;
}
.ggBox {
	width: 1920px;
	height: 309px;
	margin: 0 auto;
}
.ggBox a {
	display: block;
	width: 1920px;
	height: 309px;
	position: absolute;
	z-index: 1;
	opacity: 0.1;
}
.ggBox img {
	display: block;
	width: 1920px;
	height: 309px;
}
.ggb {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0px;
	height: 40px;
	z-index: 4;
}
.ggBtns {
	width: 1004px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/ggBtnsbj.png) center center no-repeat
}
.ggBtns a {
	float: left;
	display: block;
	width: 240px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	color: #555;
	font-size: 12px;
	line-height: 40px;
	background-position: 0 10px;
	position: relative;
	margin-top: -10px;
	outline: none;
	background-repeat: no-repeat;
	cursor: pointer;
}
.ggBtns a em {
	display: block;
	width: 240px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	font-style: normal;
	text-decoration: none;
}
.ggBtns a:hover {
	color: #314898;
	text-decoration: none;
}
.ggBtns a:focus {
	outline: none;
}
.ggBtns a.ggOn {
	color: #314898;
	background-position: 0 0;
}
.ggb, .ggBtns a {
	background-image: url(../images/main.jpg);
}
a.ggOn {
	background-image: url(../images/gg.png);
}
/* PRIMARY NAVIGATION */
.nav ul {
	font-family: Verdana, Arial, Tahoma;
	position: relative;
	z-index: 999999;
}
.nav li.first {
	padding-left: 0;
}
.nav li.last {
	background: none;
	padding-right: 0;
}
.nav li:hover {
	z-index: 2;
}
.nav li a {
	display: block;
	line-height: 38px;
}
.nav {
	border-right: 2px ridge #fff;
	z-index: 999999;
}
a .menu-mid:hover {
	color: #f5f5f7;
}
.nav li .sub li a {
	margin: inherit;
}
a .menu-mid {
	height: 31px;
	line-height: 35px;
	display: block;
	float: left;
	padding: 8px 47px;
	color: #f5f5f7;
	border-left: 2px ridge #fff;
}
a .menu-midindex {
	height: 31px;
	line-height: 35px;
	display: block;
	float: left;
	padding: 8px 47px;
	color: #111;
	border-left: 2px ridge #fff;
}
.nav li:hover .sub, .nav li.hover .sub, .nav li.nav-hover .sub {
	display: block;
	background: #fff;
	z-index: 121;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 43px;
	left: 6px;
	background: #fff;
	width: 1130px;
	padding: 9px 0 15px 0;
	z-index: 121;
	border: solid 1px #c6c6c6;
	border-top: none;
	margin: 5px -5px;
}
.nav .box-2 .sub {
	width: 270px;
	position: absolute;
	left: 170px;
}
.nav .box-2 ul {
	width: 265px;
}
.nav li .nav-note {
	display: block;
	font-size: 12px;
	color: #494949;
	padding-top: 3px;
	font-weight: normal;
}
.nav-heading {
	overflow: hidden;
	margin: 0 18px 10px 18px;
}
.nav-heading .title {
	color: #555;
	float: left;
	padding: 10px 0;
	border-bottom: 1px dotted #999;
	font-family: Verdana, Arial, Tahoma;
}
.menu-ic {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}
.dreg {
	background: url(../images/Solenoid.png) no-repeat 0;
	height: 30px;
	width: 30px;
}
.tran {
	background: url(../images/IRCUT.png) no-repeat 0;
	height: 30px;
	width: 30px;
}
.addo {
	background: url(../images/Solenoid-Valve.png) no-repeat 0;
	height: 30px;
	width: 30px;
}
.pump {
	background: url(../images/Solenoid-Pump.png) no-repeat 0;
	height: 30px;
	width: 30px;
}
.motor {
	background: url(../images/Stepper-motor.png) no-repeat 0;
	height: 30px;
	width: 30px;
}
.nav-heading .d-ic-1 {
	width: 231px;
}
.nav-heading .d-ic-2 {
	width: 231px;
}
.nav-heading .d-ic-3 {
	width: 230px;
}
.nav-heading .d-ic-4 {
	width: 200px;
}
.nav-heading .d-ic-5 {
	width: 200px;
}
.nav-heading .d-ic-6 {
	width: 200px;
}
.nav-heading .d-ic-7 {
	width: 200px;
}
.nav .box-2:hover li a, .nav .box-2.active li a {
	width: 231px;
}
.nav .box-2 .sub li {
	width: 264px;
}
.nav li ul {
	background: #eee;
	height: auto;
	margin: 0;
	padding: 0 10px 10px;
	list-style: none;
	font-size: 14px;
}
.nav li .sub ul {
	padding: 0;
	background: #fff;
	float: left;
}
.nav li .sub li {
	width: 238px;
}
.nav li .sub li a:hover {
	font-weight: normal;
}
.nav li .sub li:hover {
	background-color: #EFFAFF;
}
.nav li:hover li a, .nav li.active li a, .nav li.nav-hover li a {
	color: #555;
	line-height: normal;
	width: 210px;
  padding-top: 10px;
  padding-bottom: 10px;
	border-bottom: dotted 1px #bfbfbf;
	margin: 0 0 0 18px;
	font: 13px Arial, Helvetica, sans-serif !important;
}
.nav li:hover li a:hover, .nav li.active li a:hover, .nav li.nav-hover li a:hover {
	color: #0d9ad9;
	text-decoration: none;
	line-height: normal;
	font: 13px Arial, Helvetica, sans-serif !important;
	background: #EFFAFF;
}
.nav-ic {
	display: inline-block;
	width: 27px;
	height: 35px;
	margin: 0 10px 0 5px;
	float: left;
}
.rh {
	background: url(../images/linux.png) no-repeat 0;
	height: 30px !important;
	width: 30px !important;
	float: left;
}
.rhw {
	background: url(../images/windows.png) no-repeat 0;
	height: 37px;
	width: 30px;
	float: left;
}
.blue-bar {
	background: url(../images/bg-banner-blue.png);
	height: 285px;
	padding: 0px;
	font-family: Verdana, Arial, Tahoma;
}
.shrd-hosting {
	height: 319px;
	position: relative;
}
.grdiant {
	height: 100%;
}
.shrd-hosting .img-holder {
	top: 36px;
	left: 44px;
}
.hosting-blurb-wrp .img-holder {
	position: absolute;
}
.ui-buy {
	margin: 3px 0;
	color: #fff;
	padding: 0 0 15px 0;
	margin: 0;
	font-size: 50px;
}
.bl-txt {
	color: rgb(185, 220, 250);
}
.img-holder {
	width: 195px;
	float: left;
	margin-right: 30px;
}
.text-hosting {
	width: 775px;
	float: left;
}
.ui-subtitle {
	font-size: 20px;
	margin: 0 0 30px 0;
	color: #fff;
}
em.greytext {
	color: rgb(183, 226, 245);
	font-size: 18px;
}
.feature-list {
	width: 32%;
	float: left;
	margin-bottom: 20px;
}
.feature-list li, .feature-list1 li {
	list-style-image: url(../images/arrow.png);
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #fff;
}
.feature-list1 {
	width: 32%;
	float: left;
}
.pricing-wrp {
	width: 335px;
	float: left;
}
.pricing-wrp p {
	color: #fff;
	font-size: 25px;
}
.pricing-wrp strong {
	color: rgb(183, 226, 245);
}
.view-plans {
	float: left;
	width: 175px;
	margin: 20px 40px 0 0;
}
.button {
	font-size: 18px;
	padding: 8px;
	width: auto;
	height: 42px;
	line-height: 39px;
	border: 2px solid rgb(156, 216, 247);
	background: #fff;
	color: #555;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.button:hover {
	color: #0d97d7;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.fixbutton {
	width: 410px;
}
.lfloat {
	float: left;
}
.txt-button, .uiButton, .ui-button, .frmButton {
	font-size: 18px;
	padding: 5px;
	font-family: Verdana, Arial, Tahoma;
	color: #fff;
	text-shadow: 1px 1px 0px #2662b6;
	text-align: center;
	background: rgb(8, 143, 250);
	border: 1px solid rgb(8, 143, 250);
	cursor: pointer;
}
span.c-btn-win {
	background: url(../images/arrow1.png) no-repeat 0 0;
	height: 34px;
	width: 40px;
}
.domain-name {
	text-align: center;
	margin-bottom: 20px;
}
.domain-name h2 {
	font-size: 50px;
	color: rgb(183, 226, 245);
}
/*-- dropdown -- */
/*search box */
#searchform {
	padding: 0 0 10px 0 !important;
}
.gsc-baidu {
	padding: 2px 5px;
	width: 288px;
}
.gsc-baidu input#s {
	width: 220px;
	height: 21px;
	color: #D6D6D6;
}
.s_btn_pre {
	width: 55px;
	height: 27px;
	font-size: 14px;
	padding: 0;
	background-color: #3382f8;
	color: #ffffff;
	border: 0;
	cursor: pointer;
}
.search-box {
	padding: 2px;
	margin-bottom: 2px;
	border-radius: 2px;
	background-color: #8cd3ef;
	background-color: rgb(255, 255, 255, 0.2);
	background-color: rgba(255,255,255,0.2);
	height: 25px;
}
/* Domain search box */
.domain-search-box {
	margin-bottom: 5px;
	background: #fff;
	border: solid 1px #d1cfcf;
	height: 20px;
	padding: 0 0 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radous: 5px;
	-o-border-radous: 5px;
	-ms-border-radous: 5px;
	box-shadow: 0 3px 2px #b7b7b7;
	-moz-box-shadow: 0 3px 2px #b7b7b7;
	-webkit-box-shadow: 0 3px 2px #b7b7b7;
	-o-box-shadow: 0 3px 2px #b7b7b7;
	position: relative;
	z-index: 1;
	width: 254px;
}
.domains-input {
	background-color: #ffffff;
	outline: none;
	margin: 0;
	border: medium none;
	color: #707070;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 2px 0 2px 0;
	float: left;
	width: 90px;
}
#homepage-content .domains-select, .domains-select {
	border-left: 1px solid #CCCCCC;
	float: left;
	font-family: Verdana, Arial, Tahoma;
	height: 20px;
	overflow: hidden;
	position: relative;
	width: 120px;
	color: #707070;
	font-size: 19px;
	cursor: pointer;
}
.domain-submit, .domain-submit-disabled {
	border: none;
	height: 27px;
	width: 26px;
	text-shadow: 1px 1px 0px #2662b6;
	text-align: center;
	background-color: #236fe2;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#61aaef), color-stop(25%, #61aaef), to(#236fe2));
	background-image: -webkit-linear-gradient(#61aaef, #61aaef 25%, #236fe2);
	background-image: -moz-linear-gradient(top, #61aaef, #61aaef 25%, #236fe2);
	background-image: -ms-linear-gradient(#61aaef, #61aaef 25%, #236fe2);
	background-image: -o-linear-gradient(#61aaef, #61aaef 25%, #236fe2);
	background-image: linear-gradient(#61aaef, #61aaef 25%, #236fe2);
	background-repeat: no-repeat;
	border: 1px solid #5a8ddf;
	-moz-border-radius: 0 25px 25px 0;
	-webkit-border-radius: 0 25px 25px 0;
	-ms-border-radius: 0 25px 25px 0;
	border-radius: 0 25px 25px 0;
	display: inline-block;
	color: #ffffff;
	padding: 6px 24px;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#go_btn.go_btn_readonly {
	cursor: default;
}
#homepage-content .domains-select select, .domains-select select {
	background: none repeat scroll 0 0 transparent;
	border: 0px solid #FFF;
	color: #707070;
	cursor: pointer;
	width: 100px;
	height: 52px;
	filter: alpha(opacity = 0);
	font-size: 18px;
}
span#include-free {
	font-size: 14px;
}
#region-top #transfer-domain {
	bottom: 0;
	font-size: 11px;
	font-weight: bold;
	left: 0;
	margin: 0;
	text-align: left;
	width: 220px;
	overflow: hidden;
}
.tlds-dd {
	position: absolute;
	background: url("../images/drop-arrow.png") no-repeat right;
	display: block;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 11px;
}
.brd-fix {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	zoom: 1;
}
.tlds {
	position: absolute;
	top: 11px;
	left: 13px;
}
/*--content--*/

div.w733 {
	position: relative;
	left: 0px;
	top: 0px;
}
.s_w733 {
	margin-bottom: 10px;
}
.s_bor1 {
	border: 1px #d5d5d5 solid;
}
.w733 {
	width: 1000px;
	overflow: hidden;
	height: auto;
}
.w733 p {
	line-height: 20px;
	padding: 10px;
	font-size: 12px;
}
.s_w733 .t2 {
	height: 40px;
	line-height: 40px;
	border: 0px;
	margin: 0px 10px;
	border-bottom: 1px #ccc solid;
}
.s_w733 .t2 strong {
	font-size: 18px;
	font-weight: bold;
	color: #0d6fbf;
	line-height: 40px;
	padding-left: 0px;
}
.s_more1 {
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #a8a8a8;
}
h2.t2 {
	clear: both;
	height: 27px;
	line-height: 27px;
	border-top: 2px solid #E42777;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	color: #333;
}
.ullist1 {
	height: 185px;
	margin: 20px 0px 10px 12px;
}
.ullist1 li {
	height: 180px;
	width: 465px;
	float: left;
	padding-left: 20px;
	margin-bottom: 30px;
}
.ullist1 img {
	border: #CCC 1px solid;
}
.ullist1 li a.a {
	display: block;
	color: #3b3b3b;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
}
.ulnewproduct {
	height: 155px;
	margin: 10px 0px 10px 12px;
}
.ulnewproduct li {
    height: 150px;
    width: 298px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 1px solid #d5d5d5;
    overflow: hidden;
}
.ulnewproduct li div {
  float: left;
  font-size: 14px;
  margin-top: 5px;
}
.ulnewindex {
  border: #CCC 1px solid;
  width: 158px;
  height:128px;
}
.grids {
	font-family: Verdana, Arial, Tahoma;
	padding-top: 50px;
	padding-bottom: 5px;
}
.grid-a {
	width: 478px;
	float: left;
	padding: 10px;
	border-right: 1px dotted #999;
	background: url(../images/shadow_bg.png);
}
.grid-left {
	width: 260px;
	float: left;
}
.grid-a h3 {
}
span.blue {
	color: rgb(36, 133, 218);
}
.grid-a h4 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
	color: #555;
}
.host-list {
	margin-bottom: 20px;
}
.host-list li {
	list-style-image: url(../images/arrow1.png);
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #555;
}
.con-price p {
	color: #555;
	font-size: 20px;
}
span.price {
	color: rgb(36, 133, 218);
}
.viewcon-plans {
	float: right;
	width: 150px;
	margin: 20px 40px 0 0;
}
.con-button {
	font-size: 18px;
	padding: 8px;
	font-family: Verdana, Arial, Tahoma;
	color: #fff;
	text-shadow: 1px 1px 0px #2662b6;
	text-align: center;
	background: rgb(8, 143, 250);
	cursor: pointer;
}
.con-button:hover {
	background: rgb(8, 136, 238);
}
.con-button:active {
	background-image: none;
	-webkit-box-shadow: inset 0px 2px 0px 0px #9acdf9;
	-moz-box-shadow: inset 0px 2px 0px 0px #9acdf9;
	box-shadow: inset 0px 2px 0px 0px #9acdf9;
	background-color: #1b75fe;
	color: #fff;
	outline: 0;
}
.rchosting {
	width: 200px;
	float: left;
}
.grid-b {
	width: 485px;
	float: left;
	background: url(../images/shadow_bg.png);
	margin-left: 5px;
	padding: 5px;
}
.grid-b h3 {
	color: #555;
	font-size: 30px;
	margin-bottom: 5px;
}
.grid-b h4 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
	color: #555;
}
.from p {
	font-size: 13px;
	font-weight: bold;
	color: #555;
	margin-bottom: 5px;
}
.com-icons {
	margin-bottom: 40px;
}
span.mo {
	font-size: 20px;
}
.viewcon-price h5 {
	font-size: 27px;
	color: rgb(36, 133, 218);
}
/*solenoid*/

#page_content {
	width: 980px;
	margin: 0 auto;
}
#part_1, #part_3 {
	height: 0px;
}
#part_1 img, #part_3 img {
	height: 60px;
}
#part_1, #part_2, #part_3, #part_4, #part_5 {
	margin-bottom: 10px;
}
.path {
	color: #888;
	height: 30px;
	line-height: 30px;
}
.path a {
	color: #444;
}
.path a.current {
	color: #6aa801;
}
.layout_a, .layout_b, .layout_b_1, .layout_c, .layout_d, .layout_e {
	overflow: hidden;
	zoom: 1;
}
.layout_d .col_main {
	float: left;
	width: 720px;
	overflow: hidden;
}
.layout_d .col_side {
	float: right;
	width: 250px;
	overflow: hidden;
}
.layout_d .box, .layout_e .box {
	margin-bottom: 10px;
}
.layout_e .col_main {
	float: right;
	width: 720px;
	overflow: hidden;
}
.layout_e .col_side {
	float: left;
	width: 250px;
	overflow: hidden;
}
.layout_e .col_main {
	float: right;
	width: 720px;
	overflow: hidden;
}
.layout_e .col_side {
	float: left;
	width: 250px;
	overflow: hidden;
}
.box_style_a {
	border: 1px solid #d7d7d7;
	border-top: 2px solid #5b9000;
}
.box_style_a .hd {
	height: 35px;
	border-bottom: 1px solid #d7d7d7;
	padding-left: 9px;
	line-height: 35px;
	position: relative;
	background: #f5f5f5;
}
.box_style_a .hd h3, .box_style_a .hd h3 a {
	color: #444444;
	font-size: 14px;
	font-weight: bold;
}
.box_style_a .hd .extra {
	position: absolute;
	right: 10px;
	top: 0;
}
.box_style_a .hd .extra a {
	color: #6aa801;
}
.box_style_a .bd {
	background: #fff;
	overflow: hidden;
	zoom: 1;
}
.box_style_c {
	border: 1px solid #d7d7d7;
}
.box_style_c .hd {
	height: 35px;
	border-bottom: 1px solid #d7d7d7;
	padding-left: 9px;
	line-height: 35px;
	position: relative;
	background: #f5f5f5;
}
.box_style_c .hd h1, .box_style_c .hd h1 a {
	color: #444444;
	font-size: 14px;
	font-weight: bold;
}
.box_style_c .hd .extra {
	position: absolute;
	right: 10px;
	top: 0;
}
.box_style_c .hd .extra a {
	color: #6aa801;
}
.box_style_c .bd {
	background: #fff;
}
.soft_detail {
	padding: 20px 20px 85px 266px;
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.soft_detail .thumb {
	position: absolute;
	left: 10px;
	top: 10px
}
.soft_detail .thumb img {
	padding: 1px;
	border: 1px solid #e4e4e4;
	-moz-box-shadow: 3px 3px 4px #e4e4e4;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	background: #fff;
filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.soft_detail .meta_list {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 10px;
}
.soft_detail .meta_list li {
	float: left;
	width: 138px;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #eee;
}
.soft_detail .meta_list li.different {
	width: 100%;
}
.soft_detail .meta_list li {
	padding-left: 60px;
}
.soft_detail .meta_list .meta_label {
	float: left;
	width: 60px;
	margin-left: -60px;
	display: inline;
	text-align: right;
}
#demo {
	overflow: hidden;
	width: 120px;
	text-align: center;
	padding: 10px;
}
#demo img {
	border: none;
	width: 220px;
	height: 174px;
	border: 5px solid #f4f4f4
}
#enlarge_images {
	position: absolute;
	display: none;
	z-index: 2;
	border: 5px solid #f4f4f4
}
.info_box {
	padding: 0px;
	line-height: 21px;
	margin: 9px;
	overflow: hidden;
	text-align: center;
}
.info_box p {
	line-height: 21px;
	margin-bottom: 1em;
}
.p_list_6 {
	padding: 5px;
}
.p_list_6 li {
	padding: 0px 5px;
	border-bottom: 1px dashed #eee;
	position: relative;
	zoom: 1;
	margin-bottom: 10px;
}
.p_list_6 li h3 {
	padding-top: 8px;
}
.p_list_6 li a {
	color: #444;
	font-size: 14px;
}
.tx_list_6 {
	padding: 10px;
}
.tx_list_6 li {
	height: 27px;
	line-height: 27px;
	padding-left: 15px;
	overflow: hidden;
}
.tx_list_6 li a {
	display: block;
	color: #444;
}
.tx_list_6 .ico_l {
	width: 3px;
	height: 3px;
	background: url(../images/bg.png) no-repeat -250px -30px;
	float: left;
	margin: 12px 0 0 -10px;
	display: inline;
	font-size: 0px;
	line-height: 0px;
}
/*--Banner--*/
#slider {
	width: 100%;
	height: 420px;
	background: url(/static/wallet/index/images/loading16x16_4129bc0.gif) center center no-repeat #edf7fb;
	z-index: 10;
}
#slider li {
	width: 100%;
	height: 100%;
	z-index: 11;
	position: absolute;
	left: 0;
	top: 0;
}
.index-wrap .slider-bg {
	width: 100%;
	height: 420px;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: none;
}
.pr {
	position: relative;
}
/*--footer--*/
.footer {
	width: 100%;
	max-width: 1920px;
	height: 126px;
	margin: 5px auto 0;
	border-top: 1px solid #ededed;
}
.foot {
	width: 100%;
	height: 55px;
	border-bottom: 1px solid#ededed;
	margin: 0 auto;
}
.footTop {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	height: 55px;
}
.footTop ul.footNav {
	float: left;
	overflow: hidden;
	margin-left: 20px;
}
.footTop ul.footNav li {
	float: left;
	height: 55px;
	line-height: 55px;
	font-size: 14px;
}
.footTop ul.footNav li a {
	color: #999;
	padding: 0 10px;
	background: url(../images/botx_03.jpg) no-repeat right center;
}
.footTop ul.footNav li:nth-child(1) a {
	padding-left: 0;
}
.footTop ul.footNav li a:hover {
	text-decoration: underline;
}
.footTop ul.footNav li:nth-last-child(1) a {
	background: none;
}
.footRight {
	float: right;
	height: 55px;
}
.footRight ul {
	float: left;
}
.footRight ul li {
	width: 31px;
	height: 31px;
	float: left;
	margin-right: 14px;
	margin-top: 12px;
}
.footRight ul li a {
	display: block;
	width: 31px;
	height: 31px;
}
.phone {
	background: url(../images/follow-ico.png) no-repeat -202px -1px;
}
.phone:hover {
	background: url(../images/follow-ico.png) no-repeat -202px -40px;
}
.footRight p {
	float: left;
	font-size: 14px;
	color: #999;
	line-height: 55px;
	margin: 0 20px;
}
.footBot {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	height: 56px;
	padding-top: 16px;
}
.footBot p {
	font-size: 13px;
	color: #999;
	margin-left: 20px;
	line-height: 20px;
}
.footBot .footwen {
	float: left;
	overflow: hidden;
}
.footBot img {
	float: left;
	margin-left: 20px;
	margin-top: 3px;
}
/* Solenoid */
.content_left_menu_contents {
	color: #999999;
	line-height: 20px;
	padding: 5px;
	margin-top: 5px;
	list-style-type: none;
}
.content_left_menu_contents .txt {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 5px;
}
.content_left_menu_title {
	line-height: 30px;
	background-image: url(../images/ico.jpg);
	font-weight: bold;
	padding-left: 20px;
	font-size: 16px;
	height: 35px;
	color: #03C;
}
.content_left_menu {
	margin-right: -250px;
	width: 248px;
	border: 1px solid #ccc;
	background-color: #ffffff;
	margin-bottom: 10px;
}
.content_left_menu_title a:hover {
	color: #0057A4;
	text-decoration: underline;
}
.content_left_menu_contents ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}
.content_left_menu_contents ul li {
	padding-left: 45px;
	background-image: url(../images/ico3.gif);
	background-repeat: no-repeat;
	background-position: 35px 6px;
}
.content_left_menu_contents ul li a {
	color: #595757;
	text-decoration: none;
}
.content_left_menu_contents ul li a:hover {
	color: #0057A4;
	text-decoration: underline;
}
.content_left_menu_contents ul ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: none;
}
.content_left_menu_contents ul ul li {
	background-image: url(../images/ico_6.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.content_left_menu_contents ul ul li a {
	color: #999999;
	text-decoration: none;
}
.content_left_menu_contents ul ul li a:hover {
	color: #E4001B;
	text-decoration: underline;
}
/* Linux Reseller Hosting */
/* PLANS PAGES */
.host-content h2 {
	color: #fff;
	margin: 0;
	font-size: 35px;
	padding-bottom: 20px;
}
.host-content h2 em, .content h2 em, .whois-lookup em {
	color: rgb(183, 226, 245);
}
.plans-masthead ol {
	padding: 0;
	list-style-position: inside;
}
.plans-masthead li {
	color: #fff;
	margin: 0;
	padding: 0 0 14px 25px;
	background: url('../images/arrow.png') no-repeat 0 1px;
}
ol.list {
	float: left;
	width: 342px;
}
.plans-masthead {
	width: 685px;
	float: left;
}
.linux-banner {
	width: 315px;
	float: left;
}
.supports {
	margin: 20px 0;
}
.supports p {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.host-main {
	margin-top: 10px;
}
.grids-hosting {
	width: 100%;
	text-align: center;
	margin: 3px 0;
}
.plan-list {
	background: #ffffff;
	width: 230px;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	border: 1px solid #dedcdc;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	position: relative;
	margin-right: -4px;
}
.plan-list .p-cutout {
	display: none;
}
.plan-featured .p-cutout {
	display: block;
}
.grids-hosting .plan-list {
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
}
.plan-list li {
	margin: 0 0px;
	font-size: 22px;
}
li.p-name {
	-webkit-border-top-left-radius: .4em;
	-webkit-border-top-right-radius: .4em;
	-moz-border-top-left-radius: .4em;
	-moz-border-top-right-radius: .4em;
	color: #fff;
	padding: 15px 0;
	border-bottom: 1px solid rgb(10, 137, 255);
	background: -moz-linear-gradient(top, rgba(1,160,252,1) 0%, rgba(0,154,250,1) 23%, rgba(1,153,254,1) 24%, rgba(0,147,253,1) 43%, rgba(1,112,253,1) 87%, rgba(0,106,254,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(1,160,252,1)), color-stop(23%, rgba(0,154,250,1)), color-stop(24%, rgba(1,153,254,1)), color-stop(43%, rgba(0,147,253,1)), color-stop(87%, rgba(1,112,253,1)), color-stop(100%, rgba(0,106,254,1)));
	background: -webkit-linear-gradient(top, rgba(1,160,252,1) 0%, rgba(0,154,250,1) 23%, rgba(1,153,254,1) 24%, rgba(0,147,253,1) 43%, rgba(1,112,253,1) 87%, rgba(0,106,254,1) 100%);
	background: -o-linear-gradient(top, rgba(1,160,252,1) 0%, rgba(0,154,250,1) 23%, rgba(1,153,254,1) 24%, rgba(0,147,253,1) 43%, rgba(1,112,253,1) 87%, rgba(0,106,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(1,160,252,1) 0%, rgba(0,154,250,1) 23%, rgba(1,153,254,1) 24%, rgba(0,147,253,1) 43%, rgba(1,112,253,1) 87%, rgba(0,106,254,1) 100%);
	background: linear-gradient(to bottom, rgba(1,160,252,1) 0%, rgba(0,154,250,1) 23%, rgba(1,153,254,1) 24%, rgba(0,147,253,1) 43%, rgba(1,112,253,1) 87%, rgba(0,106,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a0fc', endColorstr='#006afe', GradientType=0 );
}
li.p-name1 {
	-webkit-border-top-left-radius: .4em;
	-webkit-border-top-right-radius: .4em;
	-moz-border-top-left-radius: .4em;
	-moz-border-top-right-radius: .4em;
	color: #fff;
	padding: 15px 0;
	border-bottom: 1px solid rgb(28, 122, 19);
	background: rgb(76,176,52);
	background: -moz-linear-gradient(top, rgba(76,176,52,1) 0%, rgba(69,167,48,1) 47%, rgba(61,155,41,1) 63%, rgba(63,152,44,1) 65%, rgba(49,134,31,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(76,176,52,1)), color-stop(47%, rgba(69,167,48,1)), color-stop(63%, rgba(61,155,41,1)), color-stop(65%, rgba(63,152,44,1)), color-stop(100%, rgba(49,134,31,1)));
	background: -webkit-linear-gradient(top, rgba(76,176,52,1) 0%, rgba(69,167,48,1) 47%, rgba(61,155,41,1) 63%, rgba(63,152,44,1) 65%, rgba(49,134,31,1) 100%);
	background: -o-linear-gradient(top, rgba(76,176,52,1) 0%, rgba(69,167,48,1) 47%, rgba(61,155,41,1) 63%, rgba(63,152,44,1) 65%, rgba(49,134,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(76,176,52,1) 0%, rgba(69,167,48,1) 47%, rgba(61,155,41,1) 63%, rgba(63,152,44,1) 65%, rgba(49,134,31,1) 100%);
	background: linear-gradient(to bottom, rgba(76,176,52,1) 0%, rgba(69,167,48,1) 47%, rgba(61,155,41,1) 63%, rgba(63,152,44,1) 65%, rgba(49,134,31,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb034', endColorstr='#31861f', GradientType=0 );
}
li.p-name2 {
	-webkit-border-top-left-radius: .7em;
	-webkit-border-top-right-radius: .7em;
	-moz-border-top-left-radius: .7em;
	-moz-border-top-right-radius: .7em;
	color: #fff;
	padding: 15px 0;
	border-bottom: 1px solid rgb(145, 121, 26);
	background: rgb(239,172,21);
	background: -moz-linear-gradient(top, rgba(239,172,21,1) 0%, rgba(235,165,18,1) 31%, rgba(237,162,19,1) 32%, rgba(235,160,17,1) 39%, rgba(235,154,19,1) 51%, rgba(232,150,15,1) 58%, rgba(234,145,19,1) 64%, rgba(234,142,15,1) 66%, rgba(231,134,17,1) 78%, rgba(233,132,14,1) 81%, rgba(230,128,17,1) 87%, rgba(229,123,13,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239,172,21,1)), color-stop(31%, rgba(235,165,18,1)), color-stop(32%, rgba(237,162,19,1)), color-stop(39%, rgba(235,160,17,1)), color-stop(51%, rgba(235,154,19,1)), color-stop(58%, rgba(232,150,15,1)), color-stop(64%, rgba(234,145,19,1)), color-stop(66%, rgba(234,142,15,1)), color-stop(78%, rgba(231,134,17,1)), color-stop(81%, rgba(233,132,14,1)), color-stop(87%, rgba(230,128,17,1)), color-stop(100%, rgba(229,123,13,1)));
	background: -webkit-linear-gradient(top, rgba(239,172,21,1) 0%, rgba(235,165,18,1) 31%, rgba(237,162,19,1) 32%, rgba(235,160,17,1) 39%, rgba(235,154,19,1) 51%, rgba(232,150,15,1) 58%, rgba(234,145,19,1) 64%, rgba(234,142,15,1) 66%, rgba(231,134,17,1) 78%, rgba(233,132,14,1) 81%, rgba(230,128,17,1) 87%, rgba(229,123,13,1) 100%);
	background: -o-linear-gradient(top, rgba(239,172,21,1) 0%, rgba(235,165,18,1) 31%, rgba(237,162,19,1) 32%, rgba(235,160,17,1) 39%, rgba(235,154,19,1) 51%, rgba(232,150,15,1) 58%, rgba(234,145,19,1) 64%, rgba(234,142,15,1) 66%, rgba(231,134,17,1) 78%, rgba(233,132,14,1) 81%, rgba(230,128,17,1) 87%, rgba(229,123,13,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,172,21,1) 0%, rgba(235,165,18,1) 31%, rgba(237,162,19,1) 32%, rgba(235,160,17,1) 39%, rgba(235,154,19,1) 51%, rgba(232,150,15,1) 58%, rgba(234,145,19,1) 64%, rgba(234,142,15,1) 66%, rgba(231,134,17,1) 78%, rgba(233,132,14,1) 81%, rgba(230,128,17,1) 87%, rgba(229,123,13,1) 100%);
	background: linear-gradient(to bottom, rgba(239,172,21,1) 0%, rgba(235,165,18,1) 31%, rgba(237,162,19,1) 32%, rgba(235,160,17,1) 39%, rgba(235,154,19,1) 51%, rgba(232,150,15,1) 58%, rgba(234,145,19,1) 64%, rgba(234,142,15,1) 66%, rgba(231,134,17,1) 78%, rgba(233,132,14,1) 81%, rgba(230,128,17,1) 87%, rgba(229,123,13,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efac15', endColorstr='#e57b0d', GradientType=0 );
}
li.p-name3 {
	-webkit-border-top-left-radius: .4em;
	-webkit-border-top-right-radius: .4em;
	-moz-border-top-left-radius: .4em;
	-moz-border-top-right-radius: .4em;
	color: #fff;
	padding: 15px 0;
	border-bottom: 1px solid rgb(151, 66, 77);
	background: rgb(231,79,78);
	background: -moz-linear-gradient(top, rgba(231,79,78,1) 0%, rgba(231,79,78,1) 15%, rgba(227,73,73,1) 45%, rgba(220,66,66,1) 64%, rgba(219,64,62,1) 66%, rgba(213,58,56,1) 79%, rgba(208,50,49,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(231,79,78,1)), color-stop(15%, rgba(231,79,78,1)), color-stop(45%, rgba(227,73,73,1)), color-stop(64%, rgba(220,66,66,1)), color-stop(66%, rgba(219,64,62,1)), color-stop(79%, rgba(213,58,56,1)), color-stop(100%, rgba(208,50,49,1)));
	background: -webkit-linear-gradient(top, rgba(231,79,78,1) 0%, rgba(231,79,78,1) 15%, rgba(227,73,73,1) 45%, rgba(220,66,66,1) 64%, rgba(219,64,62,1) 66%, rgba(213,58,56,1) 79%, rgba(208,50,49,1) 100%);
	background: -o-linear-gradient(top, rgba(231,79,78,1) 0%, rgba(231,79,78,1) 15%, rgba(227,73,73,1) 45%, rgba(220,66,66,1) 64%, rgba(219,64,62,1) 66%, rgba(213,58,56,1) 79%, rgba(208,50,49,1) 100%);
	background: -ms-linear-gradient(top, rgba(231,79,78,1) 0%, rgba(231,79,78,1) 15%, rgba(227,73,73,1) 45%, rgba(220,66,66,1) 64%, rgba(219,64,62,1) 66%, rgba(213,58,56,1) 79%, rgba(208,50,49,1) 100%);
	background: linear-gradient(to bottom, rgba(231,79,78,1) 0%, rgba(231,79,78,1) 15%, rgba(227,73,73,1) 45%, rgba(220,66,66,1) 64%, rgba(219,64,62,1) 66%, rgba(213,58,56,1) 79%, rgba(208,50,49,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74f4e', endColorstr='#d03231', GradientType=0 );
}
.p-currency {
	font: bold 18px 'Rokkitt', serif;
	position: relative;
	top: -10px;
	display: inline-block;
}
.p-duration {
	font: bold 15px 'Rokkitt', serif;
}
li.p-feat {
	font-size: 13px;
	font-weight: normal;
	padding: 14px 0;
	color: #5b5b5b;
	border-bottom: 1px solid #f1f1f1;
}
li.p-feat1 {
	font-size: 18px;
	font-weight: normal;
	padding: 14px 0;
	color: #5b5b5b;
	border-bottom: 1px solid #f1f1f1;
	background: #f1f1f1;
}
li.last {
	border: 0;
}
li.m-feat {
	font-size: 15px;
	padding: 9px 0;
	color: #5b5b5b;
	border-bottom: 1px solid #f1f1f1;
}
li.n-feat {
	font-size: 12px;
	padding: 9px 0;
	color: #5b5b5b;
	border-bottom: 1px solid #dcdcdc;
}
li.p-feat strong {
	font-size: 17px;
	font-weight: bold;
}
li.p-dropdown {
	padding: 20px 0px 10px;
}
li.p-dropdown select {
	font-family: arial;
	padding: 3px;
	border: solid 1px #DCDCDC;
	width: 195px;
	font-weight: normal;
	font-size: 13px;
	color: #555;
	outline: none;
}
li.p-button {
	padding: 12px 0 22px;
}
li.p-button .txt-button {
	font-size: 17px;
	padding: 8px 20px;
}
.plan-featured {
	border: 1px solid #efefef;
	box-shadow: 0px 4px 8px -2px rgb(192, 196, 197);
	-webkit-box-shadow: 0px 4px 8px -2px rgb(192, 196, 197);
	-moz-box-shadow: 0px 4px 8px -2px rgb(192, 196, 197);
	z-index: 999;
	position: relative;
	top: -8px;
	padding-bottom: 10px;
}
/******************/
/* Email Hosting */
/****************/
.emails-plan-wrapper {
	height: 311px;
	margin-bottom: 20px;
}
.emails-plan-wrapper .plan-details {
	margin-top: 82px;
}
.plans-columns-wrp {
	padding: 2px 2px 0;
	position: relative;
}
.grids-hosting {
	background: #efefef;
	padding: 60px 0 30px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: Verdana, Arial, Tahoma;
}
.server_loc_tabs {
	border: 4px solid rgb(21, 62, 78);
	position: absolute;
	top: -22px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #dedede;
}
.server_loc_tabs li {
	background: #fff;
	color: #555;
	font-size: 17px;
	line-height: 40px;
	padding: 4px 20px 0 70px;
	float: left;
	position: relative;
	cursor: pointer;
	border-right: 1px solid #666;
	text-transform: uppercase;
}
.server_loc_tabs ul li.sel {
	color: #555;
	cursor: default;
	background-color: #f0f0f0;
}
.server_loc_tabs ul li .sel_tab {
	display: none;
}
.server_loc_tabs li.tab_IN {
	background: url("../images/vps.png") no-repeat 32px 8px #fff;
}
.server_loc_tabs li.tab_US {
	background: url("../images/share.png") no-repeat 32px 8px #fff;
}
.server_loc_tabs li.tab_UK {
	background: url("../images/dedicated.png") no-repeat 32px 8px #fff;
}
.server_loc_tabs li.first {
	border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
}
.server_loc_tabs li.last {
	border-radius: 0 6px 6px 0px;
	-moz-border-radius: 0 6px 6px 0px;
	-webkit-border-radius: 0 6px 6px 0px;
}
.plan-featured .p-name, .plan-featured .p-pricing {
	color: #444;
}
/*btm-page*/
/* features section CSS */
.web-hosting-features {
	float: left;
	background: none no-repeat scroll 0 0 #f5f5f5;
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Tahoma;
}
.web-hosting-features .features-group {
	background: url('../images/down-arrow.png') no-repeat scroll 10px center #efefef;
	font-size: 18px;
	font-weight: bold;
	color: #0d5c9c;
	padding: 10px 10px 10px 36px;
	border-bottom: 1px solid #bfbfbf;
	cursor: pointer;
}
.web-hosting-features .features-group.closed {
	background: url('../images/left-arrow.png') no-repeat scroll 10px center #efefef;
}
.web-hosting-features .features-title {
	margin-bottom: 5px;
	background: #0d5c9c;
	border-radius: 5px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 0px #0d5c9c;
	margin-bottom: 5px;
	padding: 5px 10px;
}
.web-hosting-features ul, li {
	background: none;
}
.web-hosting-features ul {
	padding: 10px 40px;
}
.web-hosting-features li {
	list-style-type: disc;
	padding: 3px 0px;
	font-size: 13px;
	color: #444;
}
.features-wrapper {
	margin: 40px 0;
}
.features-wrapper .narrow-right-column {
	padding-top: 0;
	text-align: left;
}
/* domain registration */
.hastab.price_tabs {
	margin-left: -30px;
	width: 1000px;
	text-align: left;
}
.hastab.price_tabs .tab {
	padding-left: 30px;
}
#domain-box, #idn-box {
	min-height: 250px;
}
#domain-box, #idn-box {
	position: relative;
}
/* Placeholder*/
.placeholder-wrapper {
	position: relative;
}
.txt-input {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.placeholder {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	padding: 20px;
}
.placeholder-wrapper.ho .txt-input {
	z-index: 2 !important;
}
.placeholder-wrapper.ho .placeholder {
	z-index: 1 !important;
}
.placeholder-txt1 {
	color: #6B6B6B;
	font-weight: bold;
}
.placeholder-txt2 {
	color: #555;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	font-size: 13px;
}
.placeholder-wrapper.ho .txt-input {
	z-index: 2 !important;
}
/* Domain Reg */
#domain-box {
	overflow: hidden;
}
.domain-sbox {
	width: 327px;
}
.sd-tarea {
	border: solid 1px #d1cfcf;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	width: 287px;
	height: 155px;
	padding: 20px;
	box-shadow: 0 3px 2px #B7B7B7;
	-moz-box-shadow: 0 3px 2px #B7B7B7;
	-webkit-box-shadow: 0 3px 2px #B7B7B7;
	-ms-box-shadow: 0 3px 2px #B7B7B7;
	margin: 0 10px 10px 0;
	font-size: 16px;
	font-weight: normal;
	color: #555;
	outline: none;
}
.dataTable2 label {
	font-size: 16px;
	color: #fff;
}
.rfloat {
	float: right;
}
.tld-box {
	margin-left: 20px;
	display: inline;
}
.alink {
	color: rgb(179, 226, 248);
	display: inline-block;
	padding: 5px 0 0 0;
	cursor: pointer;
}
.tld-box table.dataTable2 td {
	width: 116px;
	padding: 5px 0;
}
.tld-list-wrp {
	background: #fbfcfd;
	border: solid 1px #e1f3cf;
	padding: 10px 20px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
.tld-list-data td {
	font-size: 20px;
	font-weight: normal;
	color: #555f4b;
	padding: 8px 0 8px 50px;
	border-bottom: solid 1px #e1f3cf;
}
.tld-list-data .last td {
	border: none;
}
.tld-list-data .domain-c {
	font-size: 14px;
	font-weight: normal;
}
.txt-link {
	font-size: 16px;
	font-weight: normal;
	color: #216ee1;
	cursor: pointer;
}
.link-promo {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
}
/* bulh domain reg */
.bulk-domain {
	padding: 70px 0;
}
.bulk_domain_reg {
	padding-bottom: 30px;
}
.bulk_domain_reg p {
	font-size: 16px;
	color: #555;
	padding: 20px;
	background: rgb(186, 233, 255);
	border: 1px solid rgb(186, 233, 255);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight: bold;
}
/* IDN search */
.list-heading {
	color: #fff;
	padding: 0 0 1px 0;
}
.dname-wrp .dname-option {
	font-size: 13px;
	font-weight: normal;
	color: #777;
	display: block;
	padding-top: 3px;
}
.txt-green {
	color: rgb(123, 205, 243);
}
/* price list bar */
.price-list-bar {
	overflow: hidden;
}
.price-list-bar ul li {
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #555f4b;
	width: 102px;
	background: url(../images/price_list_bg.png) no-repeat right -2px rgb(186, 233, 255);
	padding: 8px 0 6px 5px;
	border-top: solid 1px #d6e3c8;
	height: 55px;
	overflow: hidden;
}
.price-list-bar ul .first em {
	font-size: 19px;
	font-weight: bold;
}
.price-list-bar ul .first {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	padding: 16px 30px 16px 20px;
	width: 135px;
	background: url(../images/price_list_heading.png) no-repeat right top rgb(8, 166, 240);
	height: 37px;
	text-align: center;
}
.price-list-bar ul .last {
	font-size: 15px;
	font-weight: normal;
	background: rgb(186, 233, 255);
	color: #216ee1;
	padding: 26px 2px 26px 9px;
	height: 17px;
	cursor: pointer;
}
.price-list-bar a {
	color: #216EE1;
}
.price-list-bar ul .domain-c {
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
}
/* price list */
.domain_prices {
	margin-bottom: 40px;
}
.price_tabs {
	margin-bottom: 25px;
	text-align: right;
}
.price_tabs .tab {
	padding-right: 5px;
}
.price_tabs .tab li {
	display: inline-block;
	margin: 0 -4px 0 0;
	display: inline;
}
.price_tabs .tab .active a {
	background: #fff;
	padding: 15px 15px 10px 15px;
}
.price_tabs .tab li a {
	cursor: pointer;
	color: #0d89c8;
	font-weight: bold;
	display: inline-block;
	padding: 10px 15px 10px 15px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border: solid 1px #ddd;
	border-bottom: none;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fefefe), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #fefefe 5%, #ededed 100% );
	background-color: #fefefe;
	z-index: 111;
}
.price_list .d-currency {
	font-size: 14px;
	font-weight: normal;
}
.price_list .title {
	font-size: 18px;
	font-weight: bold;
	color: #08a6f0;
}
.price_list th, .price_list td {
	padding: 10px;
	text-align: center;
	font-size: 15px;
	color: #08a6f0;
}
.price_list th {
	font-size: 17px;
	font-weight: bold;
}
.price_list {
	border: solid 1px rgb(212, 237, 250);
	border-top: none;
	border-right: none;
}
.row-hover tr:hover {
	background: #FFFCE5;
}
.d-pricing h4 {
	color: rgb(36, 133, 218);
	margin: 30px 0;
	font-size: 35px;
}
.price_list td {
	border-bottom: solid 1px rgb(212, 237, 250);
	border-right: solid 1px rgb(212, 237, 250);
}
.price_list .even {
	background: rgb(237, 249, 253);
}
.price_list .odd {
	background: #fff;
}
.price_list .heading {
	background: rgb(186, 233, 255);
}
.price_list .heading .first {
	background: rgb(8, 166, 240);
	color: #fff;
}
.price_list .heading .second {
	background: url(../images/price_heading.png) no-repeat 0 0 rgb(186, 233, 255);
}
.strikeout {
	text-decoration: line-through;
}
/* login form */
.login_form {
	padding: 30px;
	background: #f0f0f0;
}
.login_form_left {
	float: left;
	width: 430px;
	position: relative;
}
.login_form_left span a {
	position: absolute;
	right: 70px;
}
.login_form_right {
	float: left;
	width: 350px;
}
.login_form label {
	display: block;
	font-size: 15px;
	color: #666;
	padding: 5px;
}
/* Create account */
.content h2, .whois-lookup h2 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 35px;
}
.content h3 {
	color: #555;
	padding: 10px 0 20px;
	margin: 0;
	font-size: 30px;
}
.login_form div {
	margin: 0 50px 15px 0;
}
.login_form div p {
	font-size: 11px;
	color: #666;
	padding-top: 3px;
}
.login_form p {
	font-size: 13px;
	color: #444;
}
.astrix {
	color: #F00;
}
/* suggestion-tool */
.suggestion_tool_desc p {
	font-size: 14px;
	color: #FFFDFD;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.suggestion_tool_desc p span {
	color: rgb(183, 226, 245);
}
.suggestion_form {
}
.suggestion_form th label {
	font-size: 16px;
	color: #FFFDFD;
	padding-right: 40px;
}
.suggestion_form form input[type="text"], .login_form input[type="text"], .login_form input[type="password"], .login_form select, .frm-select {
	font-size: 15px;
	color: #686868;
	width: 350px;
	padding: 8px;
	border: 1px solid rgb(221, 221, 221);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	outline: none;
}
.blackButton, .black-button, .frmButton {
	font-size: 16px;
	padding: 5px;
	font-family: Verdana, Arial, Tahoma;
	color: #fff;
	border: 1px solid #333;
	text-align: center;
	background: #333;
	cursor: pointer;
}
.txt-button:hover, .blackButton:hover, .black-button:hover, .frmButton:hover {
	color: #fff;
	text-decoration: none;
	background: #444;
}
.suggestion_form form input[type="text"]:focus, .suggestion_form form select:focus, .login_form input[type="text"]:focus, .login_form input[type="password"]:focus, .login_form select:focus, .sd-tarea:focus, .frm-select:focus {
	box-shadow: inset 0 0 5px rgb(189, 233, 253);
	border: 1px solid rgb(221, 221, 221);
}
.txt-button:hover, .uiButton:hover, .ui-button:hover, .frmButton:hover {
	background: rgb(8, 136, 238);
}
/* who is lookup */
.suggestion_form table tr {
	height: 50px;
}
/* domain transfer */
.suggestion_form table select {
	padding: 8px 10px;
	font-size: 15px;
	border: 1px solid #0073AA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	outline: none;
}
.ext {
	color: #DDD;
	font-size: 20px;
	font-weight: bold;
}
/* Services-list */
.free-domain {
	font-family: Verdana, Arial, Tahoma;
	padding: 40px 0;
}
.services {
	font-family: Verdana, Arial, Tahoma;
}
.services_heading {
	padding: 30px 0 20px;
}
.services_heading h2 span {
	color: #08a6f0;
}
.services_heading h2 {
	color: #555;
	padding-bottom: 5px;
	margin: 0;
	font-size: 35px;
}
.services_heading p.sub_heading {
	font-weight: bold;
	color: #555;
	font-size: 18px;
}
.services_list {
}
.services_list h4 {
	color: #555;
	font-weight: bold;
	margin-bottom: 9px;
}
.services_grid1 {
	float: left;
	width: 50%;
	margin-right: 3%;
}
.services_grid {
	margin-bottom: 30px;
}
.linux_services {
	width: 50%;
	float: left;
}
.services_img {
	float: left;
}
.services_desc {
	float: left;
	width: 382px;
	padding-left: 15px;
}
.services_desc p {
	font-size: 13px;
	color: #555;
	line-height: 1.6em;
}
.services_grid2 {
	float: right;
	padding-right: 20px;
}
/*--email--*/
.email-plan {
	text-align: center;
}
/*--support--*/
.support {
	padding: 70px 0;
}
.support-text {
	width: 685px;
	float: left;
}
.support-text h2 {
	font-size: 35px;
	color: #0d5494;
}
.support-text ol {
	margin: 0 10% 20px 0;
	padding: 0;
	list-style-position: inside;
}
.support-text li {
	color: #555;
	margin: 0;
	padding: 0 0 14px 25px;
	background: url('../images/arrow.png') no-repeat 0 1px;
}
.txt-m {
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
}
.ui-heading {
	font-size: 35px;
	margin: 3px 0;
	color: #0d5494;
	padding: 0 0 15px 0;
}
.frm-field, .frm-select {
	font-size: 13px;
	color: #626262;
	padding: 6px 11px;
	width: 360px;
	outline: none;
	border: solid 1px #b2c4d4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 1px 2px 2px #E5EAEF inset;
	-moz-box-shadow: 1px 1px 2px #E5EAEF inset;
	-webkit-box-shadow: 1px 1px 2px #E5EAEF inset;
	-ms-box-shadow: 1px 1px 2px #E5EAEF inset;
	-o-box-shadow: 1px 1px 2px #E5EAEF inset;
	background: #fff;
	-webkit-transition: border linear 0.3s, box-shadow linear 0.3s;
	-moz-transition: border linear 0.3s, box-shadow linear 0.3s;
	transition: border linear 0.3s, box-shadow linear 0.3s;
}
span.red {
	color: red;
}
.data-form td {
	padding: 8px 5px;
	font-size: 13px;
	color: #555;
}
.gray-blurb p {
	font-size: 13px;
	color: #555;
}
.email-right {
	float: left;
	width: 47%;
}
.p-duration1 {
	font-size: 10px;
}
.bullet-list li {
	font-size: 13px;
	color: #555;
	margin-bottom: 10px;
	list-style-image: url("../images/email-arrow.png");
	vertical-align: top;
	margin: 0 20px 10px;
}

@media all and (max-width:1024px) and (min-width:800px) {
.wrap {
	width: 940px;
}
.header {
	padding: 10px 0;
}
.nav li:hover li a, .nav li.active li a, .nav li.nav-hover li a {
	margin: 0px;
	width: 217px;
}
.domain-name h2 {
	font-size: 45px;
}
.ui-buy {
	font-size: 45px;
}
.nav-heading .title {
	padding: 5px 0;
}
.nav li .sub {
	width: 80%;
}
.nav li .sub li {
	width: 250px;
}
.nav-heading .d-ic-1 {
	width: 216px;
}
.nav-heading {
	margin: 0 10px 5px 10px;
}
.nav .box-2 .sub {
	left: 160px;
	width: 270px;
}
.nav .box-2:hover li a, .nav .box-2.active li a {
	width: 240px;
}
.services_heading {
	padding: 30px 0;
}
.suggestion_form {
	padding: 0px;
}
#shopping-cart {
	width: 37%;
}
.web-hosting-features {
	margin: 0px;
}
.support {
	padding: 40px 0;
}
.blue-bar {
	padding: 40px 0;
}
.bulk-domain {
	padding: 40px 0;
}
.domain_prices {
	margin-bottom: 20px;
}
.d-pricing h4 {
	margin: 20px 0;
}
.content {
	margin: 0px;
}
.free-domain {
	padding: 20px 0;
}
.search-box {
	padding: 5px;
}
.domain-submit, .domain-submit-disabled {
	width: 80px;
}
a .menu-mid {
	padding: 8px 42px;
}
.domain-search-box {
	width: 96%;
}
.domains-input {
	width: 77%;
}
#homepage-content .domains-select select, .domains-select select {
	width: 115px;
}
.img-holder {
	width: 20%;
}
.text-hosting {
	width: 76%;
}
.feature-list li, .feature-list1 li {
	font-size: 15px;
}
.pricing-wrp p {
	font-size: 22px;
}
.pricing-wrp {
	width: 38%;
}
.grid-a {
	width: 58%;
}
.rchosting {
	width: 30%;
}
.viewcon-lock {
	width: 30%;
}
.footer_grid {
}
.plans-masthead {
	width: 64%;
}
.linux-banner {
	width: 36%;
}
.plan-list {
	width: 24%;
}
ol.list {
	width: 50%;
}
.plans-masthead li {
	font-size: 15px;
}
.support-text {
	width: 64%;
}
.server_loc_tabs li {
	text-transform: uppercase;
	font-size: 16px;
}
#highlight {
	margin-bottom: 15px;
}
}

@media all and (max-width:800px) and (min-width:640px) {
.wrap {
	width: 740px;
}
.header {
	padding: 10px 0;
}
.nav li:hover li a, .nav li.active li a, .nav li.nav-hover li a {
	margin: 0px;
	width: 217px;
}
.nav .box-2 .sub {
	left: 120px;
	width: 270px;
}
.nav-heading .title {
	padding: 5px 0;
}
.nav li .sub {
	width: 100%;
}
.nav li .sub li {
	width: 250px;
}
.nav-heading .d-ic-1 {
	width: 216px;
}
.nav-heading {
	margin: 0 10px 5px 10px;
}
.nav .box-2 .sub {
	left: 125px;
	width: 240px;
}
#subn-1 {
	width: 87%;
}
.nav-heading .title {
	padding: 5px 0;
}
a .menu-mid {
	padding: 8px 25px;
}
.cart-items {
	margin-right: 2px;
}
.domain-search-box {
	width: 95%;
}
#homepage-content .domains-select, .domains-select {
	width: 118px;
}
.domains-input {
	width: 80%;
}
.img-holder {
	width: 18%;
}
.text-hosting {
	width: 77%;
}
.feature-list {
	width: 34%;
}
.feature-list li, .feature-list1 li {
	font-size: 13px;
}
.pricing-wrp {
	width: 40%;
}
.pricing-wrp p {
	font-size: 20px;
}
.view-plans {
	width: 155px;
	margin: 16px 15px 0 0;
}
.button {
	font-size: 15px;
	font-weight: bold;
}
.grid-a {
	width: 55%;
}
.grid-left {
	width: 71%;
}
.grid-b {
	width: 32%;
	margin-left: 15px;
}
.rchosting {
	width: 29%;
}
.host-list li {
	font-size: 13px;
}
.viewcon-price {
	width: 59%;
}
.viewcon-price h5 {
	font-size: 18px;
}
.viewcon-lock {
	width: 27%;
	margin-top: -34px;
}
.viewcon-plans {
	margin: 20px 5px 0 0;
	width: 48%;
}
.con-button {
	padding: 8px;
	font-size: 15px;
}
.viewcon-lock {
	width: 20%;
}
.viewcon-price {
	width: 80%;
}
.footer_grid {
}
.nav li:hover .sub, .nav li.hover .sub, .nav li.nav-hover .sub {
}
.nav-heading .d-ic-1 {
	width: 29%;
}
.nav li .sub li {
	width: 202px;
}
.blue-bar {
	padding: 35px 0;
}
.domain-name h2 {
	font-size: 40px;
}
.search-box {
	padding: 5px;
}
.domain-submit, .domain-submit-disabled {
	width: 82px;
}
.ui-buy {
	font-size: 40px;
}
.nav .box-2 ul {
	width: 240px;
}
.nav .box-2:hover li a, .nav .box-2.active li a {
	width: 210px;
}
.nav-heading .d-ic-2 {
	width: 211px;
}
.nav li:hover .sub, .nav li.hover .sub, .nav li.nav-hover .sub {
}
.plans-masthead {
	width: 80%;
}
.linux-banner {
	width: 20%;
}
.host-content h2 {
	font-size: 30px;
	padding: 10px 0 10px;
}
.plans-masthead li {
	font-size: 13px;
}
li.p-dropdown select {
	width: 90%;
}
.plan-list {
	width: 23%;
}
.server_loc_tabs li {
	padding: 4px 40px 0 40px;
}
.server_loc_tabs li.tab_UK {
	background: url("../images/dedicated.png") no-repeat 5px 8px #fff;
}
.server_loc_tabs li.tab_IN {
	background: url("../images/vps.png") no-repeat 5px 8px #fff;
}
.server_loc_tabs li.tab_US {
	background: url("../images/vps.png") no-repeat 5px 8px #fff;
}
.features-wrapper {
	margin: 35px 0;
}
.web-hosting-features {
	margin: 0;
}
ol.list {
	width: 50%;
}
.hastab.price_tabs {
	width: 0px;
}
.content h2, .whois-lookup h2 {
	font-size: 30px;
}
.rfloat {
	width: 53%;
}
.hastab.price_tabs {
	width: 41%;
}
.sd-tarea {
	width: 85%;
	height: 100px;
}
.price-list-bar ul .first {
	padding: 16px 35px 16px 0px;
	width: 14%;
}
.price-list-bar ul li {
	width: 11%;
	font-size: 13px;
	padding: 8px 0 6px 3px;
}
#domain-box, #idn-box {
	min-height: 200px;
}
.content {
	margin: 0;
}
.services_grid1 {
	width: 48%;
}
.services_grid2 {
	width: 48%;
}
.services_desc {
	width: 75%;
}
.services {
	margin: 0 0 20px;
}
.services_list {
	padding: 10px 0 10px 0;
}
.services_list h4 {
	margin-bottom: 3px;
}
.bulk-domain {
	padding: 35px 0;
}
.services_heading h2 {
	font-size: 30px;
}
.login_form {
	padding: 20px;
}
.d-pricing h4 {
	font-size: 30px;
	margin: 15px 0;
}
.suggestion_form th label {
	padding-right: 10px;
}
.frm-select {
	width: 225px;
}
.suggestion_form {
	padding: 0px;
}
.free-domain {
	padding: 0;
}
.support-text {
	width: 75%;
}
.ui-heading {
	padding: 0;
}
.support {
	padding: 35px 0;
}
#highlight {
	margin-bottom: 10px;
}
span.list-heading {
	margin-bottom: 5px;
}
.domain_prices {
	margin-bottom: 20px;
}
.login_form div {
	margin: 0px;
}
.login_form_left {
	width: 400px;
}
.login_form_right {
	width: 300px;
}
.suggestion_form form input[type="text"], .login_form input[type="text"], .login_form input[type="password"], .login_form select, .frm-select {
	width: 300px;
	margin: 0 15px 0 0px;
	padding: 7px;
}
form td {
	padding-bottom: 12px;
}
.suggestion_form table tr {
	height: 0px;
}
.suggestion_form table select {
	width: 256px;
}
.server_loc_tabs li {
	text-transform: uppercase;
	font-size: 14px;
}
.web-hosting-features .features-title {
	font-size: 20px;
}
.web-hosting-features .features-group {
	font-size: 16px;
}
.server_loc_tabs li {
	padding: 4px 10px 0 39px;
}
.footer-links li {
	margin: 5px 0 0 0;
}
.services_grid {
	margin-bottom: 20px;
}
.nav .box-2 .sub li {
	width: 240px;
}
.rh {
	background: url(../images/linux.png) no-repeat 0;
	height: 30px !important;
	width: 30px !important;
	float: left;
}
.plan-list li {
	font-size: 14px;
}
li.p-button .txt-button {
	font-size: 14px;
	padding: 5px 15px;
}
}
/* Container */
.container {
	padding: 30px 0;
	clear: both;
}
.column-fluid {
	float: right;
	width: 100%;
}
.solenoid {
	margin-left: 275px;
	overflow: hidden;
}
.inner {
	overflow: hidden;
}

/* Computer < 1000 */
@media only screen and (min-width:1000px) {
.inner {
	width: 998px;
}
}
.cur-title {
	margin-bottom: 20px;
	padding: 0 0 10px 20px;
	border-bottom: 1px solid #CCC;
	font-size: 18px;
	color: #333;
	background: url(../images/icon.gif) no-repeat 0 -200px;
	text-transform: capitalize;
	overflow: hidden;
}
.cur-title a {
	color: #F63;
	text-decoration: none;
}
.cur-title span {
	padding-left: 4px;
	color: #999;
}
/* Archive - PicList */
.piclist {
	margin-left: -1.83%;
	overflow: hidden;
}
.piclist li {
	float: left;
	margin-bottom: 10px;
	margin-left: 5%;
*margin-left:5%;
	_margin-left: 5%;
	width: 315px;
	height: 240px;
	text-align: center;
	overflow: hidden;
}
.piclist li .folio-thumb {
	position: relative;
	height: 210px;
	overflow: hidden;
}
.piclist li .folio-thumb img {
	width: 100%;
	height: auto;
	display: block;
}
.piclist li .folio-thumb .opacity-pic {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #436BB8;
	cursor: pointer;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	_display: none;
}
.piclist li:hover .folio-thumb .opacity-pic {
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.piclist li h3 {
	margin-top: 10px;
	width: 100%;
	height: 18px;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	color: #444;
}
.piclist-col4 {
	margin-left: -1.5%;
}
.piclist-col4 li {
	margin-left: 1.5%;
	_margin-left: 0.75%;
	width: 23.5%;
}
.folio-thumb img {
	width: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
}
.folio-thumb:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
}
.mediaholder {
	overflow: hidden;
	border: #999 solid 1px;
}
/* Sidebar */
.sidebar {
	float: left;
	margin-right: -250px;
	width: 250px;
	color: #666;
	overflow: hidden;
}
.sidebar h3 {
	padding-left: 14px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	border-top: 2px solid #436BB8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	color: #111;
	background: #F2F2F2;
	color: #06F;
}
.sidebar h3 a {
	color: #111;
}
.sidebar h3 a:hover {
	color: #436BB8;
}
.sidebar ul li {
	margin-bottom: 10px;
	font-size: 14px;
}
.sidebar ul li a {
	color: #111;
	font-size: 14px;
}
.sidebar ul li a:hover {
	color: #436BB8;
	font-size: 14px;
}
.sidebar ul li ul {
	padding: 10px;
	border: 1px solid #E8E8E8;
	background: #FFF;
	overflow: hidden;
}
.sidebar ul li ul li {
	margin: 5px 0;
	padding-left: 28px;
	padding-top: 10px;
	height: 22px;
	background: url(../images/jiantou.png) no-repeat 0;
	overflow: hidden;
}
.sidebar ul li ul li ul {
	border: none;
}
.sidebar ul li div {
	padding: 15px 10px 10px;
	line-height: 28px;
	border: 1px solid #E8E8E8;
	background: #FFF;
	overflow: hidden;
}
/* WidgetNavMenu */
.sidebar ul li.widget_nav_menu ul {
	padding: 0;
	font-size: 14px;
	border: none;
	background: #436BB8;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.sidebar ul li.widget_nav_menu ul li {
	margin: 0;
	padding: 0;
	height: auto;
	border-bottom: 1px solid #3A5FA0;
	color: #FFF;
	overflow: hidden;
}
.sidebar ul li.widget_nav_menu ul li a:link, .sidebar ul li.widget_nav_menu ul li a:visited {
	height: 36px;
	line-height: 36px;
	text-indent: 40px;
	color: #E4F2F8;
	background: #436BB8 url(../images/icon.gif) no-repeat right -377px;
	display: block;
	overflow: hidden;
}
.sidebar ul li.widget_nav_menu ul li a:hover, .sidebar ul li.widget_nav_menu ul li.current-cat a:link, .sidebar ul li.widget_nav_menu ul li.current-cat a:visited, .sidebar ul li.widget_nav_menu ul li.current_page_item a:link, .sidebar ul li.widget_nav_menu ul li.current_page_item a:visited, .sidebar ul li.widget_nav_menu ul a:hover, .sidebar ul li.widget_nav_menu ul li.current-cat a:hover {
	color: #FFF;
	background: #F65E4F url(../images/icon.gif) no-repeat right -337px;
	text-decoration: none;
}
.sidebar ul li.widget_nav_menu ul li.page_item a:link, .sidebar ul li.widget_nav_menu ul li.page_item a:visited {
	text-indent: 40px;
}
/*News*/
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0
}
* html .clearfix, :first-child+html .clearfix {
	zoom: 1
}
.heading-top {
	background: none repeat scroll 0 0 rgba(255,255,255,.3);
	border: 1px solid #FFF;
	box-shadow: 0 1px 6px #EEE;
	-moz-box-shadow: 0 1px 6px #EEE;
	-webkit-box-shadow: 0 1px 6px #EEE;
	margin: 0 auto;
	padding: 10px;
    width: 975px;
	font-size: 12px;
}
.heading-top a {
	color: #333;
}
#body-wrapper {
	width: 997px;
	margin: 20px auto
}
#main {
	float: left;
	margin: 0 40px 0 0;
	width: 680px;
}
.newsmain {
	float: left;
	width: 745px;
}
#post_list {
	float: left;
	background-color: #FFF;
	border: 1px solid #E4E3DF;
	box-shadow: 0 1px 6px #EEE;
	-moz-box-shadow: 0 1px 6px #EEE;
	-webkit-box-shadow: 0 1px 6px #EEE;
	margin-bottom: 8px;
	overflow: hidden;
	width: 730px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}
#post_list .title {
	font-size: 16px;
	color: #000;
	height: 35px;
	overflow: hidden;
	width: 620px;
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 0!important;
	font-weight: bold;
}
.post-entry {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-top: 0px;
}
.post-entry strong {
	font-weight: bold;
}
#post_list span, .single_list .comment-count {
	font-size: 16px;
	float: right;
	color: #e75814;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-align: right;
}
#post_list span a, .single_list span a {
	font-size: 20px;
	color: #e75814;
	margin-right: 6px;
}
.post-meta {
	height: 30px;
	overflow: hidden;
	font-size: 14px;
}
.author, .post-meta .comments, .post-meta .date, .post-meta .tags {
	color: #959595;
	display: inline-block;
*display:inline;
*zoom:1;
	margin-right: 15px;
	padding: 12px 0 27px
}
.post-meta .comments a, .post-meta .date a, .author a, .post-meta .tags a {
	color: #959595
}
.post-meta .date a:hover, .post-meta .post-meta .comments a:hover {
	color: #d73300
}
.post-meta .author {
	padding-left: 15px;
	background: url(../images/blog_icon_author.png) no-repeat 0 17px
}
.post-meta .date {
	padding-left: 15px;
	background: url(../images/blog_icon_date.png) no-repeat 0 17px
}
.post-meta .comments {
	padding-left: 17px;
	background: url(../images/blog_icon_comments.png) no-repeat 0 18px
}
.post-meta ul {
	list-style: none;
}
#post_listl {
	float: left;
	width: 140px;
	height: 100px;
	margin: 12px 12px 6px 0;
}
#post_listr {
	float: right;
	width: 570px;
	height: 100px;
	margin: 12px 0 6px;
}
#post_list_tags {
	margin-bottom: 12px;
	background: url(../images/tag.gif) no-repeat;
	text-indent: 34px;
	height: 26px;
	width: 630;
	line-height: 36px;
	float: left;
}
#post_list_more {
	margin-bottom: 12px;
	float: right;
	text-align: center;
	height: 26px;
	line-height: 26px;
	width: 68px;
}
#post_list .thumbnail {
	width: 140px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	POSITION: relative;
}
.red {
	background: #ec4c1a;
	background: -webkit-linear-gradient(#ec4c1a, #a32700);
	background: -moz-linear-gradient(#ec4c1a, #a32700);
	background: -ms-linear-gradient(#ec4c1a, #a32700);
	background: -o-linear-gradient(#ec4c1a, #a32700);
	background: -webkit-gradient(#ec4c1a, #a32700);
	background: linear-gradient(#ec4c1a, #a32700);
}
#post_list_more a {
	color: #fff;
}
#sidebar {
	float: right;
	width: 220px;
}
.widget {
	margin: 0 0 8px;
	border: 1px solid #e7e7e7;
	width: 200px;
	padding: 10px;
	background: #FFF url(../images/tab_bg.gif) no-repeat 1px top;
	overflow: hidden
}
.widget h3 {
	font-weight: 700;
	font-size: 14px;
	width: 220px;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	margin-top: -4px;
	margin-left: -10px;
	padding-left: 10px
}
.search {
	width: 115px!important;
	float: left;
	margin-top: 5px;
	margin-bottom: 0!important
}
.search-btn {
	float: right;
	width: 55px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-left: 10px;
	margin-top: 7px;
*margin-top:5px;
	padding: 0!important
}
.four-widget {
	margin: 0 0 8px;
	background-color: #FFF;
	border: 1px solid #e7e7e7;
	width: 220px;
	overflow: hidden;
}
#subnavs li {
	float: left;
	width: 110px;
	height: 31px;
}
.zy_subnavs:hover, a.zy_subnavs {
	height: 32px;
	width: 110px;
	font-size: 12px;
	color: #666;
	background-image: url(../images/zy_subnavbg.gif);
	line-height: 32px;
	text-indent: 30px;
	display: block;
	text-decoration: none;
	float: left;
	background-position: -8px 0;
}
.tags {
	color: #959595;
	display: inline-block;
*display:inline;
*zoom:1;
	margin-right: 15px;
	padding: 12px 0 27px
}
.post-meta .comments a, .post-meta .date a, .post-meta .tags a {
	color: #959595
}
.tags a:link, .tags a:visited {
	margin-bottom: 4px;
	background: #fff;
	color: #666;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 1px #C7C7C7;
	-webkit-box-shadow: 0 1px 1px #C7C7C7;
	-moz-box-shadow: 0 1px 1px #C7C7C7;
	behavior: url(http://dchaser.dearb.me/wp-content/themes/DChaser/js/PIE.htc);
	display: inline-block;
	padding: 2px 5px;
}
.widget_recent_entries {
	font-size: 11px;
}
#accordion {
	margin-top: 5px;
}
.accordion-content {
	padding: 0 0 5px 25px;
	display: none;
}
#accordion li {
	border-bottom: 1px dotted #ccc;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 10px 0;
}
#accordion li a {
	color: #333;
}
.divleft {
	width: 745px;
	float: left;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #e7e7e7;
	margin-bottom: 8px;
	overflow: hidden;
}
.single_list {
	font-size: 14px;
	padding: 12px;
	width: 720px;
	float: left;
	overflow: hidden;
  padding-left: 20px;
}
.single_list .title {
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 1px dashed #e5e5e5;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.single_list a {
	font-size: 14px;
	color: #333;
}
.single_listl {
	padding-left: 24px;
	float: left;
	width: 316px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	background: url(../images/single_listl.gif) no-repeat;
	background-position: left 4px;
}
.single_listr {
	padding-right: 24px;
	float: right;
	width: 316px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	text-align: right;
	background: url(../images/single_listr.gif) no-repeat;
	background-position: right 4px;
}
/*Solenoid list*/
.article {
	overflow: hidden;
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 299px;
	padding: 0 20px;
	border: solid 1px #CCCCCC;
	position: relative;
	float: left;
	margin-right: 20px;
}
.zdm-item h3 {
	margin: 20px 0 5px;
	height: 25px;
	word-wrap: break-word;
	width: auto;
}
.zdm-item h3 a {
	color: #333;
	font-weight: 500;
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;
}
.zdm-item h3 a:visited {
	color: #999
}
.zdm-item h3 a:visited em {
	color: #EB9393
}
.zdm-btn {
	color: #3cc18d;
	border: 1px solid #3cc18d;
	border-radius: 20px;
	padding: 3px 20px;
	text-decoration: none
}
.zdm-btn:hover {
	background: #3cc18d;
	color: #FFF
}
.article .btn-go-shopping {
	position: absolute;
	right: 25px;
	bottom: 20px;
}
.article a {
	text-decoration: none;
}
.zdm-btn {
	color: #3cc18d;
	border: 1px solid #3cc18d;
	border-radius: 20px;
	padding: 3px 20px;
	text-decoration: none;
}
.article .product-left {
	float: left;
	width: 180px;
}
.article .product-pic-wrapper {
	position: relative;
	margin: 10px;
	width: 120px;
	height: 120px;
}
.article .picture-indicator-wrapper {
	display: block;
	width: 120px;
	margin: 0 0 10px 10px;
	text-align: center;
	height: 10px;
}
.article .product-pic {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 120px;
	border: dashed 1px #CCCCCC;
}
.article .picture-indicator-wrapper {
	display: block;
	width: 120px;
	margin: 0 0 10px 25px;
	text-align: center;
	height: 10px;
}
.article .product-right {
	margin-left: 130px;
}
.article .full-content {
	line-height: 22px;
	height: 66px;
	font-size: 12px;
	color: #666;
	position: relative;
	overflow: hidden;
	-webkit-transition: height .5s ease-in;
	-moz-transition: height .5s ease-in;
	-ms-transition: height .5s ease-in;
	-o-transition: height .5s ease-in;
	transition: height .5s ease-in;
}
.article h4 {
	margin: 0 0 16px;
	color: #ff933c;
	line-height: 22px;
	font-size: 20px;
}


/*手机端*/
.pc{display: block}
.mo{display: none}
@media screen and (max-width: 750px) {
	.pc{display: none;}
	.mo{display: block;}
}
/*head*/
.mip-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 50px;
    background: #fff;
}
.mip-head a {
    color: #fff;
    float: left;
}
.mo .logo img {
    width: 142px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    padding-left: 0;
}
.mip-head button {
    float: right;
    width: 50px;
    height: 50px;
    background: url(http://www.shandongpuji.com/skin/wap/img/other.png) no-repeat center;
    background-size: 100%;
    border: none;
    padding: 0
}
/*nav*/
.leftMenu a {
    text-decoration: none;
    display: block;
    width: 60%;
    float: left;
    height: 30px;
    line-height: 30px;
    clear: both;
    color: #fff;
}

.leftMenu {
    background: #30343F;
    left: -1000px;
    position: fixed;
    top: 50px;
    display: block;
    height: 100%;
    width: 68%;
    min-width: 140px;
    max-width: 440px;
    z-index: 90002;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: fixed;
    overflow: auto;
}

.leftMenu.menu-open {
    left: 0;
}

.leftMenu ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.leftMenu ul li {
    position: relative;
    padding: 10px 0 10px 15px;
    overflow:hidden;
    background: #30343F;
    color: #fff;
    font-size: 14px
}
.leftMenu ul li.hasChild i{
	width: 30px;
    height: 30px;
    display: block;
    float: right;
    text-align: center;
    line-height: 30px
} 
.leftMenu ul li.hasChild>i:after {
    content: "+";
    font-size: 24px;
}

.leftMenu ul li.hasChild.open>i:after {
    content: "-";
    font-size: 28px;
}

.f2, .f3 {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
}
.f2 ul li{
	background: rgb(40, 42, 47)
}
.f3 ul li{
	background: #212020
}
.menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom:0;
    overflow: hidden;
}

    .menu-dark-backdrop.in {
        height: 100%;
        z-index: 90001;
        background: rgba(0,0,0,0.5);
    }

/*banner*/
.slideBox{
	position: relative;
	margin-top: 50px;
}
.slideBox .hd{
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
	z-index: 99
}
.slideBox .hd ul li{
	float: left;
	width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #fff;
    margin-right: 7px;
    transition: all 1s
}
.slideBox .hd ul li.on{
	width: 38px;
}
/*about*/
.g-tit {
    text-align: center;
    margin: 10px 0px 0;
    position: relative;
}
.g-tit h2 {
    font-size: 50px;
    color: #f6f6f6;
    letter-spacing: 0;
    line-height: 90px;
    font-family: "Arial";
    text-align: center;
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.g-tit h3 {
    font-size: 20px;
    color: #333;
    line-height: 75px;
    font-weight: bold;
}
.m-txt-1 {
    color: #737373;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    padding: 0 20px;
    max-height: 192px;
    overflow: hidden;
    margin: 0 0 40px;
}
/*product*/
.row-a2 {
    overflow: hidden;
    margin: 30px 0;
    background: #f5f5f5;
    padding: 10px 0 20px;
}
.g-tit-2 {
    padding: 20px 0;
    text-align: center;
}
.g-tit-2 h3 {
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}
.g-tit-2 p {
    font-size: 16px;
    color: #575757;
    line-height: 24px;
}
.tabCon ul {
    padding: 0 20px;
    margin: 0 -3px;
}
.tabCon ul li {
    width: 50%;
    float: left;
    margin-top: 10px;
    cursor: pointer;
}
.tabCon ul li .con {
    margin: 0 6px;
    position: relative;
}
.tabCon > ul > li > .con > a {
    padding-top: 66.6%;
    height: 0;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.tabCon > ul > li > .con > a > span > img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.tabCon > ul > li > .con > a > p {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    width: 100%;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    background: url(../images/brand3.png);
    text-align: center;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
/*news*/
.row-a7 {
    overflow: hidden;
    background: #f8f7f7;
    padding: 10px 0 50px;
}
.tatCon2 ul {
    overflow: hidden;
    margin: 0 -15px;
    display: none;
}
.tatCon2 ul>div{
	width: 100%!important;
	margin: 10px!important;
    background: #ffffff!important;
    padding: 10px 15px!important;
}
.tatCon2 ul>div>div:first-of-type{
	width: 128px!important;
    height: 94px!important;
}
.tatCon2 ul>div>div:first-of-type img{
	width: 100%!important;
    height: 100%!important;
}
.tatCon2 ul>div>div:nth-of-type(2){
	width: calc(100% - 180px)!important;
}
.tatCon2 ul>div>div:nth-of-type(2) a{
	width: 100%;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #333
}
.tatCon2 ul>div>div:nth-of-type(3){
	width: calc(100% - 180px)!important;
	color: #333;
    margin-top: 0;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    opacity: 0.66;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/*footer*/
.mip-foot {
    width: 100%;
    padding: 15px 0;
    padding-bottom: 65px;
    text-align: center;
}
.mip-foot p {
    font-size: 13px;
    line-height: 24px;
    color: #737373;
    padding: 0 10px;
}
.mip-foot-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #30343F;
    z-index: 9;
}
.mip-foot-nav a {
    width: 33.33%;
    height: 50px;
    float: left;
    text-align: center;
    color: #fff;
}
.mip-foot-nav a .mip-layout-container {
    width: 25px;
    height: 25px;
    display: block;
    margin: 2px auto;
}
.mip-replaced-content {
    padding: 0 !important;
    border: none !important;
}
.mip-foot-nav a span {
    font-size: 13px;
    color: #fff;
}
/*单页*/
.mip-list-tit {
    padding: 10px 0 16px;
}
.navbar-header {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #545454;
    border-bottom: 1px solid #ebebeb;
    font-weight: normal;
    position: relative;
    width: 95%;
    margin: 0 auto;
}
.navbar-header a {
    font-size: 18px!important;
    left: 0;
    color: #333
}
.navbar-header::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #004098;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.mip-content {
    width: 95%;
    margin: 0 auto;
}
.mip-text {
    width: 98%;
    padding: 0 1%;
}
@media screen and (max-width: 750px) {
	.mip-text iframe{
		max-width: 100%;
		height: 350px
	}
}
.mip-show-tit {
    text-align: center;
}
.mip-show-tit h3 {
    line-height: 34px;
    color: #434343;
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
}
.mip-show-tit p {
    margin-bottom: 20px;
}
.mip-prve {
    overflow: hidden;
    margin: 15px auto 5px;
    width: 95%;
}
.mip-prve p {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
}
.mip-prve p a {
    color: #555;
}
/*新闻列表*/
.mo .mip-new #listbox ul #post_list{
	width: 90%;
	border: none;
	border-bottom: 1px solid #E4E3DF;
	padding: 15px 5%
}
/*.mo .mip-new #listbox ul #post_list{
	width: 100%
}*/
.mo .mip-new #listbox ul #post_list .post-meta{
	display: none
}
.mo .mip-new #listbox ul #post_list .post-entry #post_listl{
	display: none
}
.mo .mip-new #listbox ul #post_list .post-entry #post_listr{
	width: 100%
}
/*产品分类页*/
.mo #listbox .article{
	border: none;
    border-bottom: solid 1px #CCCCCC;
    width: auto;
    margin: 15px;
    padding: 0;
}
/*证书列表*/
.mo .zhengshu #listbox{padding: 0 10px;margin: 0}
.mo .zhengshu #listbox ul li{margin: 0;width: 49%;height: auto;margin-bottom: 15px;float: left;}
.mo .zhengshu #listbox ul li:nth-of-type(2n){float: right;}
.mo .zhengshu #listbox ul li .folio-thumb{height: auto}
.mo .zhengshu #listbox ul li .folio-thumb img{height: auto}