/*首页幻灯片切换*/

.index-box {
	background-color: #0099FF;
}
.index-slider {
	width: 100%;
	height: 370px;
	position: relative;
	overflow: hidden;
}
.index-slider .hd {
	position: absolute;
	width: 100%;
	bottom: 110px;
	left: 0;
	text-align: center;
	z-index: 999;
}
.index-slider .hd .nav-list {
	padding-bottom: 10px;
}
.index-slider .hd .nav-list li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	z-index: 10;
	text-indent: -999px;
	line-height: 10px;
	border-radius: 50%;
	background-color: white;
    opacity:0.3;
	overflow: hidden;
	cursor: pointer;
}
.index-slider .hd .nav-list:hover li {
    opacity:1;
}
.index-slider .hd .nav-list li.on {
	background-color: #f60;
}

.index-slider .bd .img-list li {
	position: relative;
	height: 370px;
}
.index-slider .bd .img-list a{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 260px;
	z-index: 8;
}
/*wsy:幻燈片左右切換按鈕*/
.index-slider .btn-pre,.index-slider .btn-next{
    position: absolute;
    z-index: 9999;
    top: 0;
    padding-top: 150px;
    padding-bottom: 50px;
    cursor: pointer;
}
.index-slider .btn-next{
    right:0;
    padding-right: 10px;
    padding-left: 20px;
}
.index-slider .btn-pre{
    left:0;
    padding-left: 10px;
    padding-right: 20px;
}

/*首页幻灯片登陆框*/

.index-login-warpper {
	display: none;
	position: relative;
	width: 1003px;
	margin: 0 auto;
	text-align: left;
}
.index-login-content {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 260px;
	height: 370px;
	background-color: rgba(255, 255, 255, 0.7);
}
/*首页幻灯片登陆框标题*/

.index-login-content .login-title {
	padding: 20px 10px;
	font-size: 20px;
}
.index-login-content a {
	text-decoration: none;
}
.index-login-content .login-content {
	padding: 0 10px;
}
.index-login-content .input-item {
	margin: 15px 0;
	overflow: hidden;
	line-height: 25px;
}
.index-login-content .input-field {
	position: relative;
}
.index-login-content .input-field .input-label {
	display: inline-block;
	width: 50px;
}
.index-login-content .input-field .input-text {
	padding: 4px;
	width: 170px;
	height: 28px;
	border: 0px none;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}
.index-login-content .input-field .input-text::-webkit-input-placeholder {
	color: #666;
}
.index-login-content .input-field .vcode {
	position: absolute;
	top: 3px;
	right: 15px;
}
/*自动登录及忘记密码*/

.index-login-content .login-info {
	height: 36px;
	line-height: 36px;
}
.index-login-content .login-info .checkbox {
	vertical-align: middle;
}
.index-login-content .login-info label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*登录按钮*/

.index-login-content .login-button {
	height: 48px;
}
.index-login-content .login-button .btn {
	width: 105px;
	height: 32px;
	font-size: 14px;
	font-weight: 800;
	line-height: 32px;
	color: #fff;
	border: 0px none;
	border-radius: 5px;
	cursor: pointer;
}
.index-login-content .login-button .btn-login {
	background-color: #FF7300;
}
.index-login-content .login-button .btn-login:hover {
	background-color: #FF831D;
}
.index-login-content .login-button .btn-register {
	background-color: #439938;
}
.index-login-content .login-button .btn-register:hover {
	background-color: #579B4E;
}
/*首页容器*/

.container {
	margin: 0 auto;
	width: 1000px;
}
/*首页产品介绍*/

.index-product {
	padding-top: 30px;
	padding-bottom: 60px;
	text-align: center;
}
.index-product .product-title {
	line-height: 60px;
	font-size: 32px;
	font-family: '宋体';
	font-weight: 100;
	margin-bottom: 35px;
	letter-spacing: -1px;
}
.index-product .product-title strong {
	display: block;
	font-size: 48px;
	font-weight: 2000;
	letter-spacing: -2px;
}
/*产品列表*/

.index-product .product-list li {
	position: relative;
	background-color: #eee;
}
.index-product .product-list li:hover {
	background-color: #fff;
}
.index-product .product-list li .item-triangle {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 0px;
	height: 0px;
	border: 15px solid #eee;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.index-product .product-list li .item-link {
	display: block;
	height: 100%;
	overflow: hidden;
}
.index-product .product-list li .item-icon {
	width: 90px;
	height: 90px;
	margin: 30px auto;
	border-radius: 50%;
	transition: all 0.5s;
}
.index-product .product-list li .item-name {
	font-size: 24px;
	margin-bottom: 15px;
	color: #333;
}
.index-product .product-list li .item-detail {
	margin-bottom: 15px;
	color: #666;
	text-align: center;
}
.index-product .product-list li .item-price {
	color: #c00;
	text-align: center;
	font-size: 12px;
	margin-bottom: 15px;
}
.index-product .product-list li .item-more {
	color: #333;
}
/*产品大栏目*/

.index-product .product-list .list-big li {
	width: 24.6%;
	height: 330px;
	float: left;
	margin: 0 2px 2px 0;
	cursor: pointer;
	border: 1px solid #eee;
}
.index-product .product-list .list-big li:hover .item-icon {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
	background-color: #FF7300;
}
/*产品小栏目*/

.index-product .product-list .list-small li {
	width: 24.6%;
	height: 171px;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #eee;
}
.index-product .product-list .list-small li .item-name {
	position: relative;
	line-height: 27px;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
}
.index-product .product-list .list-small li .item-icon-s {
	position: absolute;
	top: 20px;
	left: 45px;
	width: 50px;
	height: 50px;
}
/*产品图标*/

.index-product .product-list .list-big .domain .item-icon {
	background: #2ECC71 url(../img/index/product/domain.png) no-repeat 50% 50%;
}
.index-product .product-list .list-big .vhost .item-icon {
	background: #2ECC71 url(../img/index/product/vhost.png) no-repeat 50% 50%;
}
.index-product .product-list .list-big .mail .item-icon {
	background: #2ECC71 url(../img/index/product/mail2.png) no-repeat 50% 50%;
}
.index-product .product-list .list-big .cloudhost .item-icon {
	background: #2ECC71 url(../img/index/product/cloudhost.png) no-repeat 50% 50%;
}
.index-product .product-list .list-small .host .item-icon-s {
	background: url(../img/index/product/host2.png) no-repeat 50% 50%;
}
.index-product .product-list .list-small .company .item-icon-s {
	background: url(../img/index/product/company.png) no-repeat 50% 50%;
}
.index-product .product-list .list-small .call .item-icon-s {
	background: url(../img/index/product/call.png) no-repeat 50% 50%;
}
.index-product .product-list .list-small .msg .item-icon-s {
	background: url(../img/index/product/msg.png) no-repeat 50% 50%;
}
/*资质介绍*/

.index-cert {
	height: 420px;
	background: #39599F;
	color: #fff;
}
.index-cert .container {
	overflow: hidden;
}
.index-cert .cert-name {
	font-family: "微软雅黑", "黑体", Arial;
	font-weight: normal;
	font-size: 36px;
	text-align: center;
	line-height: 60px;
	margin: 45px auto 25px;
}
.index-cert .cert-detail {
	font-size: 14px;
	line-height: 200%;
	text-align: left;
}
.index-cert .cert-list {
	padding-top: 40px;
}
.index-cert .cert-list ul {
	overflow: hidden;
}
.index-cert .cert-list ul li {
	float: left;
	width: 20%;
	height: 80px;
	overflow: hidden;
}
/*.index-cert .cert-list ul li.last{
	width: 21%;
}*/
.index-cert .cert-list ul li .item-icon {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.index-cert .cert-list ul li .item-text {
	float: left;
	font-size: 16px;
}
.index-cert .cert-list ul li .item-text-big {
	font-size: 44px;
	line-height: 50px;
}
/*资质图标*/

.index-cert .cert-list .users .item-icon {
	background-image: url(../img/index/cert/users.png);
}
.index-cert .cert-list .domain .item-icon {
	background-image: url(../img/index/cert/domain.png);
}
.index-cert .cert-list .choice .item-icon {
	background-image: url(../img/index/cert/choice.png);
}
.index-cert .cert-list .website .item-icon {
	background-image: url(../img/index/cert/website.png);
}
.index-cert .cert-list .service .item-icon {
	background-image: url(../img/index/cert/service.png);
}
/*荣誉介绍*/

.index-honor {
	position: relative;
}
.index-honor .container {} .index-honor .honor-title {
	width: 170px;
	height: 55px;
	background: #fff;
	font-family: "微软雅黑", "黑体", Arial;
	font-size: 26px;
	text-align: center;
	line-height: 55px;
	position: absolute;
	left: 50%;
	top: -30px;
	z-index: 9999;
	margin-left: -85px;
}
/*荣誉介绍滑动块*/

.index-honor .honor-slider ul {
	overflow: hidden;
}
.index-honor .honor-slider {
	padding: 60px 0;
	overflow: hidden;
}
.index-honor .honor-slider ul li {
	width: 166px;
}
.index-honor .honor-slider ul li a {
	display: block;
	font-family: Verdana, Arial, Helvetica, 宋体, sans-serif;
	color: #0066cc;
	text-align: center;
}
.index-honor .honor-slider ul li .item-image {
	display: table;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 90px;
	height: 90px;
}
.index-honor .honor-slider ul li .item-image .image-cell {
	display: table-cell;
	vertical-align: middle;
}
.index-honor .honor-slider ul li .item-image img {}
/*代理商相关*/

.index-agent {
	padding: 30px 0;
	text-align: left;
	background-color: #f4f4f4;
	overflow: hidden;
	clear: both;
}
.index-agent h2 {
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	font-weight: 100;
}
.index-agent td {
	vertical-align: top;
}
.index-agent td.left {
	border-right: 1px dotted #ccc;
	padding-right: 45px;
}
.index-agent td.right {
	width: 335px;
	padding-left: 45px;
}
/*代理商评论*/

.index-agent .agent-comment {
	overflow: hidden;
}
.index-agent .agent-comment ul li {
	overflow: hidden;
}
.index-agent .agent-comment p {
	line-height: 30px;
}
.index-agent .agent-comment p.fr {
	color: #0066cc;
}
/*代理商搜索*/

.index-agent .agent-search {
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
}
.index-agent .agent-search .agent-search-text {
	float: left;
	width: 250px;
	height: 40px;
	padding-left: 10px;
	font-size: 14px;
}
.index-agent .agent-search .agent-search-button {
	float: left;
	width: 60px;
	height: 40px;
	color: #fff;
	background-color: #CC0000;
	cursor: pointer;
}
.index-agent .agent-search .agent-search-button:hover {
	background-color: #aa0000;
}
/*代理商新闻*/

.index-agent .agent-news ul {
	color: #333;
	list-style: inside square none;
}
.index-agent .agent-news ul li a {
	font-size: 14px;
	line-height: 30px;
}
.index-agent .agent-news ul li a.hot {
	color: #FF831D;
}
.agent-news-more{
	font-size: 13px;
}

/**
 * 2015/12/10 younger
 * 添加搜索框
 * */

.index-box {
	position: relative;
	color: white;
}
.index-box a {
	color: inherit;
}
.search-bar {
	position: absolute;
	width: 100%;
	height: 110px;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
}
.search-bar .container,
.search-logo,
.search-content {
	height: 100%;
}
.search-logo {
	height: 100%;
	padding-right: 30px;
	float: left;
	font-size: 24px;
	margin-top: 16px;
	line-height: 1.5em;
}
.search-logo em {
	color: #FE4F4F
}
.search-top {
	padding-top: 13px;
	padding-bottom: 5px;
	font-size: 15px;
}
.search-top .slider-box {
	width: 600px;
}
.search-slider {
	width: 400px;
	overflow: hidden;
}
.search-slider li {
	padding-right: 15px;
	float: left;
}
.search-input {
	position: relative;
	overflow: hidden;
}
.search-input .searchn-name {
	float: left;
	width: 450px;
	height: 50px;
	font-size: 20px;
	text-indent: 1em;
	border-radius: 5px 0px 0px 5px;
}

.search-input a {
	position: relative;
	float: left;
	width: 150px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	background-color: #dedede;
	color: white;
	cursor: pointer;
}
.search-input a:hover{
	box-shadow: 0 0 1px black inset;
}
.search-input .search-show-yumin-btn{
	color: black;
}
.search-input a img{
	width: 15px;
  vertical-align: middle;
  padding-left: 15px;
}
.search-input .search-btn {
	position: relative;
	float: left;
	width: 150px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	background-color: #dedede;
	color: white;
	cursor: pointer;
	background-color: #E33701;
	border-radius: 0 5px 5px 0;
}
.search-content {
	position: relative;
	float: left;
}
.yuming {
	display: none;
	position: absolute;
	top: 89px;
	right: 150px;
  	width: 560px;
    z-index: 999;
	padding: 20px;
	padding-bottom: 0;
	background-color: #dedede;
	color: black;
}
.yuming > div{
	padding-bottom: 20px;
}
.yuming .row:after {
	display: table;
	content: "";
	clear: both;
}
#zhongwang-yuming .column,#waiwang-yuming .column {
	position: relative;
	width: 16%;
	float: left;
}
.yuming .column input{
	margin-right: 10px;
	vertical-align: middle;
}
#zhongwang-yuming input,#waiwang-yuming input {
	margin-right: 10px;
}
.yuming .waiwang{
	border-bottom: 1px dashed #ccc;
}
.yuming .waiwang,.zhongwang{
	position: relative;
}
.yuming .waiwang > .row,.zhongwang > .row{
	  padding-bottom: 10px;
}
.yuming .waiwang > .row input,.zhongwang > .row input{
	  margin: 0;
}
.yuming .waiwang > .row strong,.zhongwang > .row strong{
	  margin-right: 20px;
}
.yuming .zhongwang{
	padding-top: 15px;
}
.yuming .yuming-more{
	position: absolute;
	right: 10px;
	bottom: 10px;
	color:#E33701;
	text-shadow: 0 0 1px #E33701;
}

.search-content .sidebar{
	position: absolute;
    top: 10px;
    right: 61px;
    font-size: 14px;
}
.WeChat{
	font-size: initial;
	color:white;
}
.WeChat:hover{
	color:#E33701;
}
