﻿@charset "utf-8";
/* 8dwww.com ǰ̨��ʽ */


.domainBox h2{ font-size:20px; color:#333; height:65px; font-weight:normal; line-height:40px;}
.search{ width:100%; clear:both; position:relative; border:1px solid #ccc; height:56px; z-index:100;}
.searchInput{ width:390px; border:none; float:left; height:36px; line-height:36px; background:#fafcfd; padding:10px; font-size:18px; color:#aaa;}
.searchInput:focus{ background:#fff;}
.selectStyle{ width:128px; float:left; position:relative;}
.select_btn{ width:108px; height:56px; line-height:52px; font-size:24px; padding-right:20px; text-align:center; position:relative; cursor:pointer; background:#f1f1f1;}
.select_btn s{ display:block; width:16px;height:8px; position:absolute; right:10px; top:25px;  background:url(/images/ico.png) no-repeat -85px -10px;}
.select_drop{ display:none; position:absolute; left:0px; top:56px; width:126px; border:1px solid #ccc; background:#fff; max-height:300px; overflow:auto; box-shadow:0 10px 10px rgba(0,0,0,0.1);}
.select_drop li{ line-height:30px; color:#666; font-size:14px; padding:0 10px; cursor:pointer;}
.select_drop li.cur{ background:#ebf0f2; color:#333;}
.searchBtn{ position:absolute; right:-1px; top:-1px; cursor:pointer; width:134px; background:#e42e1b; color:#fff; font-size:20px; text-decoration:none; line-height:56px; height:58px; border:none; font-family:"΢���ź�" }
.searchBtn:hover{ background:#eb3623}
.searchBtn:active{line-height:60px; background:#e42e1b;  box-shadow:0 4px 4px #cc210f inset;}
.domainPrice{ line-height:20px; width:100%; padding:25px 0px 15px; }
.domainPrice img{ margin-top:-6px;}
.domainPrice a:hover{text-decoration:none; color:#cc0000}
.domainPro{ width:100%; padding:16px 0 0px;}
.domainPro a{ float:left; margin-right:10px; height:50px; padding:0 30px 0 50px; color:#666; font-size:14px; background:#ebf8ff; line-height:50px; position:relative;-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;}
.domainPro a s{ display:block; position:absolute; left:16px; top:14px; width:24px; height:24px; background:url(/images/ico.png) no-repeat;}
.domainPro a.w1 s{ background-position:-206px -6px;}
.domainPro a.w2 s{ background-position:-236px -5px;}
.domainPro a.w3 s{ background-position:-272px -6px;}
.domainPro a:hover{ text-decoration:none; color:#555; background:#def3ff}

.banner{ height:260px;}

#indexBanner .images img{height:260px;}
.webIndexBox{border:1px solid #ddd;  height:288px; overflow:hidden;}
.newsList{ padding-top:8px;}
.newsList li{ position:relative; line-height:30px;}
.newsList li a{ padding-right:0px; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.newsList li .time{ position:absolute;  display:block; padding:0 0 0 6px; background:#fff; right:0px; top:0px; color:#aaa;}
.serviceBox{ overflow:hidden; width:100%; padding-top:16px;}
.serviceBox li{ width:33.3%; text-align:center; float:left;}
.serviceBox li img{ margin-bottom:8px;}
.otherPro{ border:1px solid #ddd; border-right:none; height:320px;}
.otherItems{ float:left; border-right:1px solid #ddd; height:320px; width:332px;}
.otherProLink{ display:block; height:320px; width:100%; text-align:center;-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;}
.otherProLink .tp{ margin:32px 0 10px;-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;}
.otherProLink h2{ font-size:30px; font-weight:normal; color:#333; height:68px; line-height:50px;}
.otherProLink .info{ font-size:14px; color:#999; line-height:24px;}
.otherProLink:hover{text-decoration:none; opacity:0.7;}
.otherProLink:hover h2{ color:#333}
.otherProLink:hover .tp{
	-webkit-animation:swing 1s .2s ease both;
-moz-animation:swing 1s .2s ease both;
}

@-webkit-keyframes swing{
20%,40%,60%,80%,100%{-webkit-transform-origin:top center}
20%{-webkit-transform:rotate(8deg)}
40%{-webkit-transform:rotate(-6deg)}
60%{-webkit-transform:rotate(3deg)}
80%{-webkit-transform:rotate(-2deg)}
100%{-webkit-transform:rotate(0deg)}
}
@-moz-keyframes swing{
20%,40%,60%,80%,100%{-moz-transform-origin:top center}
20%{-moz-transform:rotate(8deg)}
40%{-moz-transform:rotate(-6deg)}
60%{-moz-transform:rotate(3deg)}
80%{-moz-transform:rotate(-2deg)}
100%{-moz-transform:rotate(0deg)}
}


/*����Ƶ��*/

.dm_serchBgBox{ width:100%; height:374px;
  background-color: #ddf3ff;
  *background-color: #ddf3ff;
  background-image: -moz-linear-gradient(top, #eaf8ff, #c6ebfe);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eaf8ff), to(#c6ebfe));
  background-image: -webkit-linear-gradient(top, #eaf8ff, #c6ebfe);
  background-image: -o-linear-gradient(top, #eaf8ff, #c6ebfe);
  background-image: linear-gradient(to bottom, #eaf8ff, #c6ebfe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf8ff', endColorstr='#c6ebfe', GradientType=0);
  background-repeat: repeat-x;
}
.dm_serchContBox{ width:100%; height:374px; background:url(/images/dm_serchbg.jpg) no-repeat center 0; position:relative;}
.dm_searchFormDv{ width:930px; height:138px;background:rgba(18,153,225,0.5);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F1299e1,endcolorstr=#7F1299e1);position:absolute; left:50%; top:170px;margin-left:-465px;}
.dm_searhLeft{ width:682px; height:66px; margin-top:17px; margin-left:17px;}
.dm_searchFormInput{ position:relative; z-index:1000;}
.dm_searchInputValue{ width:506px; height:46px; line-height:46px; background:#fff; border:none; font-size:18px; color:#999; padding:10px 15px;}
.dm_searchFormInput .searchBtn{ height:66px; width:146px; right:0px; top:0px;}
.dm_moreDomainBtn{ float:right; margin-top:15px; position:relative; padding-right:15px; height:20px; line-height:20px; font-size:14px; cursor:pointer;-webkit-transition: all 0.2s ease-in 0s;-moz-transition: all 0.2s ease-in 0s;-o-transition: all 0.2s ease-in 0s;transition: all 0.2s ease-in 0s;}
.dm_moreDomainBtn s{ display:block; width:9px; height:5px; background:url(/images/ico.png) no-repeat -51px -101px; position:absolute; right:0px; top:8px;}
.dm_moreDomainBtn:hover{ color:#e42d1b}
.dm_moreDomainBtn:hover s{ background-position:-51px -91px;}
.dm_moreDomainBtn.cur s{-webkit-transform:rotate(180deg); 
	-moz-transform:rotate(180deg); 
	-o-transform:rotate(180deg);
	transform:rotate(180deg);}

.searchRight{ float:left; width:208px; padding-left:4px; margin-top:20px;}
.dm_promotions{ width:84px; height:88px; float:left; margin-left:20px; background:#daf2ff; text-align:center; position:relative;}
.dm_promotions a:hover{ text-decoration:none;}
.dm_promotions .img{ width:100%; padding-top:6px; overflow:hidden; height:50px;}
.dm_promotions .img img{width:90%; vertical-align:middle}
.dm_promotions .img img.s1{ margin-top:9px;}
.dm_promotions .tip{ background:#f75a53; color:#fff; font-size:12px; width:22px;height:22px; text-align:center; border-radius:16px 16px 16px 16px; position:absolute; left:-9px; top:-9px; line-height:20px;}
.dm_moreSearchBox{ width:534px; height:auto; overflow:hidden; background:#fff; position:absolute; left:17px; border:1px solid #ddd; box-shadow:0 0px 10px rgba(0,0,0,0.2); z-index:999; display:none;}
.dm_moreDomainNav{ padding:16px; padding-bottom:12px; overflow:hidden}
.dm_moreSearchBox input,.dm_moreSearchBox span{ vertical-align:middle}
.dm_moreSearchBox span{ margin-left:5px;}
.dm_moreSearchBox li{ width:20%; float:left}
.dm_moreDomianList{ overflow:hidden; padding:0 16px 16px;}
.s11{ margin-top:8px}
#closeDomainBox{ display:block; position:absolute; right:10px; top:16px; background:url(/images/ico.png) no-repeat -210px -40px; width:18px; height:18px;}
#closeDomainBox:hover{ background-position:-233px  -40px;}

.dm_mainBox{ border:1px solid #ddd; padding:110px 36px 40px; position:relative;}
.dm_mainTabNav{ position:absolute; left:0px; top:-1px; width:769px;}
.dm_mainTabNav li{ color:#666; background:#f9f9f9; height:80px; line-height:80px; float:left; cursor:pointer; width:255px; border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd;border-top:1px solid #ddd; text-align:center; margin-left:-1px; font-size:18px;-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;}
.dm_mainTabNav li.last{ width:256px;}
.dm_mainTabNav li.on{ border-bottom:1px solid #fff; border-top:3px solid #e42d1b; background:#fff; margin-top:-8px; height:85px;}
.dm_mainTabNav.dm_mainTabNavFix{ position:fixed; z-index:9999;}
.dm_mainTabNav.dm_mainTabNavFix li{ margin-top:0px;}
.dm_mainTabNav.dm_mainTabNavFix li.on{ margin-top:1px; height:75px;}
.dm_serviceList{ font-size:14px; line-height:14px; padding-top:10px;}
.dm_serviceList li{ padding:10px 3px;}
.dm_serviceList li a{ border-left:2px solid #aaa; padding-left:10px; height:14px; display:block;}
.dm_serviceList li a:hover{ border-color:#1299e1; text-decoration:none;}

.dm_mainPromotion{ width:100%;border-bottom:1px dashed #ccc; overflow:hidden; padding-bottom:16px; line-height:20px; font-size:14px;}
.dm_promotionLabel{ padding:2px 8px; border-radius:14px 14px 14px 14px; background:#f57164; color:#fff; margin-right:6px; font-size:12px;}
.dm_mainServiceList{ width:100%; overflow:hidden;}
.dm_mainServiceList a{ float:left; margin-right:10px; height:50px; width:190px; padding:0 0px 0 32px; color:#666; font-size:14px; line-height:50px; position:relative;-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;}
.dm_mainServiceList a s{ display:block; position:absolute; left:4px; top:14px; width:24px; height:24px; background:url(/images/ico.png) no-repeat;}
.dm_mainServiceList a.w1 s{ background-position:-3px -57px;}
.dm_mainServiceList a.w2 s{ background-position:-36px -57px;}
.dm_mainServiceList a.w3 s{ background-position:-70px -58px; width:28px; left:0px;}
.dm_mainServiceList a:hover{ text-decoration:none; color:#1299e1}
.dm_mainTitle{ position:relative; padding:20px 0px; overflow:hidden;}
.dm_mainTitle h2{ font-weight:100; height:40px; font-size:24px; line-height:40px; background:#fff; float:left; padding-right:30px;}
.dm_mainTitle s{ position:absolute; z-index:-1; height:1px; background:#eee; left:0px; width:100%; top:55%;}
.tabNavStyle1{ height:50px; border-bottom:1px solid #dddddd; background:#f6f6f6}
.tabNavStyle1 li{ float:left; font-size:14px; padding:0 30px; line-height:50px; position:relative; cursor:pointer;}
.tabNavStyle1 li:hover{color:#1299e1}
.tabNavStyle1 li.on{ font-size:16px;}
.tabNavStyle1 li.on s{ display:block; position:absolute; left:0; bottom:-1px; height:2px; background:#e42d1b; width:100%;}
.tabNavStyle1 li.on s:after{ content:""; display:block; width:0px; height:0px ; left:50%; margin-left:-4px; top:-8px; position:absolute; border-width:4px; border-style:dashed dashed solid dashed; border-color:transparent transparent #e42d1b transparent}
.tabNavStyle1 li.on:hover{color:#333;}
.dm_priceTable{ padding:15px 0;}
.dm_priceItems .table{width:100%;}
.dm_priceItems .table th{ height:36px; vertical-align:middle; font-size:14px; background:#f2f5f6}
.dm_priceItems .table td.sect{ height:26px; font-size:14px; vertical-align:middle; background:#fcf9f4; color:#e42d1b; font-weight:bold; text-align:left; padding-left:20px;}
.dm_priceItems .table a{ display:inline-block; width:100%; font-size:14px; color:#2277ee}
.whatThisIco{ display:inline-block; width:14px; height:16px; vertical-align:middle; background:url(/images/ico.png) no-repeat -94px -40px; cursor:pointer; margin-left:4px;}
.dm_adVantageList{ overflow:hidden;}
.dm_adVantageList li{ overflow:hidden; width:100%; line-height:24px; padding:10px 0 25px;}
.dm_adVantageList li .img{float:left;width:100px; text-align:center; padding-right:16px; padding-top:6px;}
.dm_adVantageList li h4{ font-size:16px; color:#333; height:40px; line-height:40px;}
.dm_adVantageList li p{ color:#888;}
.dm_honourList{ overflow:hidden;}
.dm_honourList li{ float:left; width:25%; overflow:hidden; text-align:center; padding:15px 0 20px; line-height:40px;}
.crumbs{ width:100%; padding:16px 0; color:#888;}
.crumbs a{color:#888;}
.dx_leftNav{ border-top:2px solid #e42d1b; margin-bottom:20px; background:#f9f9f9; padding-bottom:40px;}
.dx_leftNavTitle{ font-size:18px; height:64px; line-height:64px; background:#f9f9f9; padding-left:20px; border-bottom:1px solid #eaeaea;}

.dx_leftNavList .first{ height:64px; line-height:64px; position:relative;} 
.dx_leftNavList .list{ border-top:1px solid #eaeaea; background:#eef4f7; line-height:24px; overflow:hidden; padding:10px 15px; display:none;}
.dx_leftNavList .list a{width:49.9%; float:left; text-indent:8px; height:26px; line-height:26px; overflow:hidden; color:#666;}
.dx_leftNavList .list a:hover,.dx_leftNavList .list a.cur{ font-weight:bold; color:#c00; text-decoration:none;}
.dx_leftNavList .first a{ padding-left:54px; display:block; font-size:16px; color:#666;border-left:2px solid #f9f9f9; position:relative;}
.dx_leftNavList .first a:hover,.dx_leftNavList .first a.now{ text-decoration:none; background:#eef4f7; border-left:2px solid #1299e1;}
.dx_leftNavList .first s{ display:block; width:24px; height:24px; background:url(/images/ico.png) no-repeat -189px -100px; position:absolute; cursor:pointer; right:10px; top:20px;-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s}
.dx_leftNavList .open .first s{-webkit-transform:rotate(180deg); 
	-moz-transform:rotate(180deg); 
	-o-transform:rotate(180deg);
	transform:rotate(180deg);}
	
.dx_leftNavList .first a i{ background:url(/images/leftnavico.png) no-repeat -9px -8px; display:block; position:absolute; left:20px; top:20px; display:block; width:24px; height:24px;}


.dx_searchBox{ height:286px; width:100%;background-color: #f3fafc;
  *background-color: #f3fafc;
  background-image: -moz-linear-gradient(top, #f1f5ff, #eef7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f5ff), to(#eef7f7));
  background-image: -webkit-linear-gradient(top, #f1f5ff, #eef7f7);
  background-image: -o-linear-gradient(top, #f1f5ff, #eef7f7);
  background-image: linear-gradient(to bottom, #f1f5ff, #eef7f7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFf1f5ff', endColorstr='#FFeef7f7', GradientType=0);
  background-repeat: repeat-x;-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s}
.dx_searchBoxTop{ height:150px; width:100%; position:relative;}
.dx_domainPrice{ width:114px; height:104px; padding-top:6px; overflow:hidden; text-align:center; color:#ac6407; line-height:20px; background:url(/images/pricebg.png) no-repeat; position:absolute; top:0px; right:46px;}
.dx_domainPrice .fp{ font-size:36px; font-weight:bold; color:#e42d1b; line-height:45px;}
.dx_domainPic{ padding:0 15px 0 15px; border-right:1px solid #97c6e6; float:left;}
.dx_domainInstro{ padding:28px 10px 0; overflow:hidden;}
.dx_domainInfo{ float:left; padding-left:30px; width:430px;}
.dx_domainInfo h1{ font-size:30px; font-weight:normal; line-height:40px; padding-bottom:12px;}
.dx_domainInfo p{ font-size:16px; color:#666; line-height:24px;}
.dx_domainInfo.s1{width:500px; border-left:1px solid #97c6e6; margin-left:-1px;}
.dx_domainInfo.s1 p{font-size:14px; color:#666; line-height:24px;}
.dy_searchRules{ padding:10px; width:680px; margin:0 auto;}
.dy_searchRules label,.dy_searchRules span{ vertical-align:middle;}
.dy_searchRules span{ margin-left:4px;}
.dx_searchFormBox{ margin:0 auto; width:666px; height:58px; padding:10px; background:#c6e6f7;}
.dx_searchFormBox .search { width:auto;}
.dx_searchFormBox .searchInput{ width:384px; font-size:16px; background:#fff;}
.dx_searchFormBox .select_btn{ font-size:22px; line-height:54px;}

.linkIco1{ padding-right:15px; color:#0e7ab4;}
.linkIco1 s{ display:inline-block; width:10px; height:7px; margin-left:3px; vertical-align:middle;background:url(/images/ico.png) no-repeat -241px -69px; -webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s}
.linkIco1.open s{-webkit-transform:rotate(180deg); 
	-moz-transform:rotate(180deg); 
	-o-transform:rotate(180deg);
	transform:rotate(180deg);}
.dx_cnProcess{overflow:hidden; padding-bottom:40px;}
.dx_cnProcess .pimg{ text-align:center; padding:30px 0;}
.dx_cnProcess .txt{ color:#e42d1b; padding:0 10px;}
.dx_cnProcess .txt img{ vertical-align:middle;}
.dx_doYouKnow p.dxinfo{line-height:24px; font-size:14px;}
.dx_safeBox{ border:1px solid #b2e2af; background:#f1fbf3; margin-top:16px; font-size:14px; padding:18px; color:#444f45; position:relative;}
.dx_safeBox h5{ font-size:16px; padding-bottom:10px; font-weight:normal;}
.dx_safeBox ul{ display:block; overflow:hidden; width:120%; padding-top:6px;}
.dx_safeBox ul li{ float:left; width:135px; padding-left:22px; position:relative;}
.dx_safeBox ul li s{ display:block; position:absolute; left:0px; top:2px; width:16px; height:16px; background:url(/images/ico.png) no-repeat -265px -39px;}
.dx_safeBox i{ display:block; width:56px; height:56px; position:absolute; right:-16px; top:-16px; background:url(/images/free.png) no-repeat;}
.dx_searchBox.dw_whoisBox{ height:500px;}
.dw_whoisBox .dx_domainInfo{ float:none; width:auto;}
.dw_whoisBox .dx_domainInfo p{ font-size:14px; line-height:24px;}
.dw_whoisBox .dx_searchBoxTop{ height:195px;}
.dw_whoisSearch{ width:625px; padding:30px 30px 6px 30px; background:#c5e7f7; margin:0 auto; overflow:hidden}
.dw_whoisSearch table{ width:100%;}
.dw_whoisSearch table td{ padding-bottom:24px; padding-left:10px;}
.dw_whoisSearch table td.ltd{width:90px; text-align:right}
.dw_whoisSearch .inp{ height:52px; font-size:18px; color:#999; padding:0 10px;}
.dw_resultBox{ border:1px solid #ddd; margin:30px 0;}
.dw_resultCont{ padding:20px;}

.dw_resultList{ padding-top:35px; font-size:14px; color:#666; padding-bottom:50px;}
.dw_resultList table{ width:100%;}
.dw_resultList table td{ padding-bottom:20px; padding-left:10px;}
.dw_resultList table td.ltd{width:180px; text-align:right; color:#999;}
.dw_resultBottomMore{ display:block; width:100%; text-align:center; background:#fafafa; color:#666; height:40px; border-top:1px solid #ddd; line-height:40px;}
.dw_resultBottomMore:after{ display:inline-block; content:""; width:8px; margin-left:10px; height:14px; background:url(/images/ico.png) no-repeat -226px -74px; vertical-align:middle}
.dw_resultBottomMore:hover{ text-decoration:none; background-color:#fff}
.dw_resultBottomMore:hover:after{background-position:-262px -74px;}
#searchLoading{ padding:50px 0}

.ds_searchBox{position:relative;}
.ds_searchCont{ position:relative; border:1px solid #ccc; background:#fff; height:80px;}
.ds_searchInput{ height:60px; border:none; font-size:20px; background:#fff; padding:10px 20px; line-height:60px; width:70%;color:#333;}
.ds_searchCont .searchBtn{ right:10px; top:10px;}
.ds_domainSort{ border:1px solid #ccc; border-top:none; background:#f8f8f8; padding:15px 20px; position:relative;}
.ds_moreDomainNav{ overflow:hidden; font-size:14px; padding:0 0 10px 0;}
.ds_moreDomainNav li{ float:left; width:100px; }
.ds_domainSort label,.ds_domainSort span{ vertical-align:middle}
.ds_domainSort input{ margin-right:4px;}
.ds_moreDomainList{ overflow:hidden; padding-top:6px;}
.ds_moreDomainList li{ width:14%; float:left; overflow:hidden; height:28px;}
.ds_moreDomianItem{ display:none; height:56px; overflow:hidden;}
.ds_moreDomainOpen{ display:block; position:absolute; top:15px; right:15px; padding-right:16px; height:20px;}
.ds_moreDomainOpen:hover{text-decoration:none;}
.ds_moreDomainOpen s{display:block; position:absolute; right:2px; top:4px;  background:url(/images/ico.png) no-repeat -7px -92px; width:10px; height:10px;-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s}
.ds_moreDomainOpen.on s{-webkit-transform:rotate(180deg); 
	-moz-transform:rotate(180deg); 
	-o-transform:rotate(180deg);
	transform:rotate(180deg);}

.domainList{ overflow:hidden;}
.domainList li{ height:55px; border-bottom:1px solid #e6e6e6; line-height:55px; padding:10px 15px 10px 20px; overflow:hidden; font-size:14px;}
.domainList li:hover{ background-color:#fbfbfb;}
.domainList li .d1{ float:left; width:450px; overflow:hidden;}
.domainList li .d2{ float:right; text-align:right;}
.domainList li .dname{ font-size:18px;}
.domainList li .dstat{ font-size:14px; margin-left:20px;}
.domainList li .dprice{ margin-right:20px; color:#666;}
.domainList li .fg{ color:#aaa; margin:0 4px;}
.domainList li .lk{color:#1299e1}
.ds_result .titleBox2{ height:70px; line-height:70px;}
.domainList li.moreLi{ height:40px; padding:0px; line-height:40px; position:relative;}
.domainList li.moreLi a{display:block; position:absolute; left:0px; top:0px; right:0px;background-color:#fafafa; height:40px; color:#999; text-align:center;	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;}
.domainList li.moreLi a:hover{ text-decoration:none;background-color:#f8f8f8; color:#74c2eb;}
.domainList li.moreLi a s{ display:inline-block; z-index:2; width:10px; height:6px; margin-left:8px; vertical-align:middle; background:url(/images/ico.png) no-repeat -7px -95px;}
.domainList li.moreLi a:hover s{ background-position:-26px -95px}
.domainList li .yloading{ margin-top:22px;}

.ds_cart{ border:1px solid #ddd; background:#f8f8f8; width:248px;}
.ds_cart .ds_t{ height:48px; border-bottom:1px solid #ddd; line-height:48px; padding-left:10px; font-size:16px;}
.ds_cart .ds_m{ background:#fff; overflow:hidden;}
.ds_cart .ds_m li{ height:48px; border-bottom:1px dashed #ddd; line-height:48px; overflow:hidden; padding:0 10px; position:relative;}
.ds_cart .ds_m li .productDel{margin-top: 18px; position:absolute; right:10px; top:0px;}
.ds_cart .ds_u{ background:#fff; text-align:center; height:40px; line-height:40px; }
.ds_cart .ds_u a{ color:#0079ba}
.ds_cart .ds_b { border-top:1px solid #ddd; padding:14px 18px;}
.ds_cart .ds_c{ height:35px;}
.ds_cart .ds_d{ text-align:center;}
.ds_cart .ds_d .btn{ padding: 8px 24px;}
.dy_searchFilter{ background:#f5f5f5; padding:20px 10px; overflow:hidden; margin-top:25px; color:#666;}
.dy_searchFilter dl{ overflow:hidden; line-height:24px; padding:8px 0;}
.dy_searchFilter dt{ float:left; width:60px; text-align:right; overflow:hidden;}
.dy_searchFilter dd{ padding-left:62px;}
.dy_searchFilter dd span{ display:inline-block; padding:0px 16px; cursor:pointer;}
.dy_searchFilter dd span.on,.dy_searchFilter dd span.on:hover{ background:#1299e1; color:#fff;}
.dy_searchFilter dd span:hover{ background:#c4eaff; }

.dy_buyStep{ padding:14px 0 80px;}
.dy_buyStep .imgs{ text-align:center; padding:15px 0;}
.dy_buyStep .txts{ padding:15px; color:#999; line-height:26px;}
.dy_hotDomain{ width:100%; overflow:hidden;}
.dy_hotDomain h4{ text-align:center; font-size:14px; padding-top:20px; padding-bottom:10px;}
.dy_hotDomainLeft{ width:376px; float:left; overflow:hidden;}
.dy_hotDomainRight{ width:360px; float:right; padding-left:16px; overflow:hidden;}
.domainList2{ overflow:hidden;}
.domainList2 li{ height:34px; border-bottom:1px solid #e6e6e6; line-height:34px; padding:10px 10px 10px 10px; overflow:hidden; font-size:12px; position:relative;}
.domainList2 li:hover{ background-color:#fbfbfb;}
.domainList2 li .d1{ float:left; width:160px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.domainList2 li .d2{ float:right; text-align:right; position:absolute; right:10px; top:10px;}
.domainList2 li .dname{ font-size:14px;}
.domainList2 li .dstat{ font-size:12px; margin-left:20px;}
.domainList2 li .dprice{ margin-right:20px; color:#666;}
.domainList2 li .fg{ color:#aaa; margin:0 4px;}
.domainList2 li .lk{color:#1299e1}
.dy_hotDomainLeft .domainList2{ border-right:1px dashed #ddd; padding-right:16px;}
.dz_banner{ height:240px; overflow:hidden;}
.dz_search{ padding-bottom:30px;}
.dz_cont{ border:1px solid #ddd; margin-top:26px; position:relative; padding-top:80px;}
.dz_searchBox{ width:644px; margin:0 auto; padding-top:40px;}
.dz_stepBox{ height:70px; width:755px; position:absolute; left:-1px; top:-1px;}
.dz_stepBox .step1{ height:70px; width:100%; background:url(/images/dy_step1.jpg) no-repeat 0 0; overflow:hidden;}
.dz_searchInpBox{ border:1px solid #b8d7e7;}
.dz_searchResult{ background:#fafafa; border:1px solid #dddddd; margin-top:-1px; padding:30px; line-height:30px; overflow:hidden; position:relative;}
.dx_searchFormBox2{ margin:0 auto; height:58px; padding:10px; background:#c6e6f7;}
.dx_searchFormBox2 .search { width:auto;}
.dx_searchFormBox2 .searchInput{ width:338px; font-size:16px; background:#fff;}
.dx_searchFormBox2 .select_btn{ font-size:22px; line-height:54px;}
.dz_searchDomainName{}
.dz_searchDomainName .dmname{ font-size:16px; margin-right:20px;}
.dz_searchDomainName .yellowTipBox{ margin-left:10px;}
.dz_domainPrice{ color:#999;}
.dz_domainTransBtn{position:absolute; top:45px; right:30px;}
.dz_domainTransBtn .btn{ padding:8px 30px}
.dz_searchTips{  margin: 0 auto; padding-top:20px;width: 644px; text-align:right; color:#999; line-height:20px;}
.dz_searchTips a{ color:#1299e1;}

.dz_transformPrice{ padding:26px 0;}
.dz_transformList{ padding:15px 0;}
.dz_transformList table{ width:100%;}
.dz_transformList table .th1 th{ background:#f2f5f6; height:40px; line-height:40px; font-size:14px; width:755px}
.dz_domainTransRules{ padding-bottom:46px;}
.dz_domainTransRules .rulesBox{padding:14px 10px; line-height:30px; font-size:14px; color:#666;}
.dz_domainTransRules .rulesBox p{ padding:10px 0;}
.dz_transform{ width:90%; margin:30px auto; font-size:14px;}
.dz_transform table{ width:100%;}
.dz_transform table td{ padding:18px 4px;}
.dz_transform table td.ltd{ text-align:right; width:20%;}
.dz_transform .input2{ height:30px; line-height:30px; padding:4px 6px; width:300px;}
.dz_searchNoFallow{ padding:10px 0;}

.dx_searchRules{ margin:0 auto; width:686px; padding:15px 0; color:#999;  position:relative; line-height:20px;}
.dx_searchRules a{ color:#7ab9db; margin-left:20px;}
.dx_viewMore{ display:block; position:absolute; right:100px; padding-right:14px; top:14px;}
.dx_viewMore i{ display:block; width:9px; height:5px; background:url(/images/ico.png) no-repeat -50px -112px; position:absolute; right:0px; top:8px;}
.dx_viewMore.open i{-webkit-transform:rotate(180deg); 
	-moz-transform:rotate(180deg); 
	-o-transform:rotate(180deg);
	transform:rotate(180deg)}
.loginBoxTable{ padding:30px 10px 0; font-size:14px;}
.loginBoxTable table{ width:100%;}
.loginBoxTable table td{ padding:12px 4px;}
.loginBoxTable table td.ltd{ text-align:right; width:24%;}
.loginBoxTable .input2{ height:30px; line-height:30px; padding:4px 6px; width:300px;}
.loginBoxTable .input2.w100{width:100px;}
.loginBoxTable tr.txt td{ padding:0px; font-size:12px; text-align:right;color:#2b8ae2}
.loginBoxTable tr.txt td a{color:#2b8ae2}
.loginBoxTable .ySelectColor{ vertical-align:middle;}

/*����ҳ*/

.new_content h1{ font-size:34px; padding:10px 0 20px; line-height:50px; font-weight:normal;}
.new_list{ border-top:1px solid #eee;}
.new_list li{ background:#fff; height:70px; line-height:70px; font-size:16px; position:relative; border-bottom:1px solid #eee;}
.new_list li:nth-child(odd){ background:#fcfcfc;}
.new_list li .tm{ display:block; position:absolute;right:0px; top:0px; height:70px; padding:0 10px; color:#999;}
.news_actTop{ padding:10px 0 20px; border-bottom:1px dashed #ddd; text-align:center; line-height:30px;}
.news_actTop h1{ font-weight:normal; font-size:30px; line-height:40px; height:50px;}
.news_actTop .info{ color:#999;}
.news_actDetail{ font-size:14px; line-height:30px; padding:30px 10px;}
.news_nextLink{ padding:20px 0; border-top:1px solid #eee; line-height:30px;}
.news_recommend{ padding:30px 0 60px;}
.news_recommend .title h3{ font-size:14px;}
.news_listBox li{ height:50px; line-height:50px; border-bottom:1px solid #eee; position:relative; }
.news_listBox .tm{ position:absolute; height:50px; right:0px; padding:0 5px; background:#fff;}

/*404*/
.s404Box{background:#f9f9f9; padding:50px 0;}
.s404_content{ background:url(/images/s404.jpg) no-repeat 80px center #fff; border:1px solid #e5e5e5; width:400px; padding:130px; padding-left:480px; margin:0 auto;}
.s404_content h1{ height:}
.s404_content p{ color:#999; font-size:14px; text-indent:15px;}
.s404_content .btnc{ padding:15px; padding-top:100px;}
.s404_content .btn{ padding:6px 24px;}

.host_bannerContent{ width:100%; height:300px; position:relative; overflow:hidden;}
.host_bannerContent .images li{ position:absolute; width:2000px; left:50%; top:0px; margin-left:-1000px;}
.host_pledges{ width:100%; height:120px; background:#f5f5f5; overflow:hidden;}
.host_pledges.cloud_ple{ width:100%; height:auto; background:#f5f5f5; overflow:hidden;}
.host_pledges .t1{ float:left; line-height:120px; font-size:18px; width:105px;}
.host_pledges .host_pleItem{ float:left; height:120px; width:220px; overflow:hidden; line-height:120px; margin-right:0 10px; font-size:16px;}
.host_pledges .host_pleItem img{ vertical-align:middle;}
.host_pledges .host_pleItem span{ vertical-align:middle; margin:0 30px 0 10px;}
.host_pledges .cloud_pleItem{ float:left; height:120px; width:220px; overflow:hidden; line-height:30px; padding:10px 0; width:25%; font-size:16px;}
.host_pledges .cloud_pleItem b{ display:block; float:left; width:90px; height:90px; margin:20px 20px 0 0; background:url(/images/cloud_td.png) no-repeat;}
.host_pledges .cloud_pleItem b.s2{ background-position:0 -109px;}
.host_pledges .cloud_pleItem b.s3{ background-position:0 -219px;}
.host_pledges .cloud_pleItem b.s4{ background-position:0 -330px;}
.host_pledges .cloud_pleItem h3{ font-size:16px; color:#666; font-weight:normal; margin-top:25px; padding-bottom:5px;}
.host_pledges .cloud_pleItem p{ font-size:12px; color:#999; line-height:20px; padding-right:10px;}

.host_typeTitle{height:72px; padding-top:40px; overflow:hidden;}
.host_typeTitle h2{ font-size:30px; line-height:40px; float:left; font-weight:normal; margin-right:40px;}
.host_typeLink{ font-size:14px; color:#999; line-height:40px; padding-top:6px;}
.host_typeLink a{ color:#666; margin:0 8px;}
.host_threeRecom{ padding-bottom:30px;}
.host_threeItems{ float:left; width:210px; height:510px; background:#fcfcfc; border:1px solid #ddd; padding:0 15px; margin-right:8px;-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;}
.host_threeItems.last{ margin-right:0px; float:right;}
.host_threeItems.on,.host_threeItems:hover{ background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1);}
.host_threeItems h3{ font-size:20px; line-height:40px; font-weight:normal; text-align:center; padding:12px 0;}
.host_threeItems .t_img{ text-align:center; padding:20px 0;}
.host_threeItems .t_img img{ width:80px; height:80px;}
.host_threeItems .t_cs{ height:165px;}
.host_threeItems .t_cs table{ width:100%;}
.host_threeItems .t_cs table td{ color:#666; line-height:20px; padding:4px 1px; font-size:12px;}
.host_threeItems .t_cs table td.ld{ color:#333; width:70px; text-align:left; vertical-align:top;}
.host_threeItems .t_price{ padding:20px 0; text-align:center}
.host_threeItems .t_btn{ padding-bottom:6px;}
.host_threeItems .btn{ display:block; margin:0px 8px;}
.host_threeItems .t_link{ margin:0px 8px; text-align:right;}
.host_threeItems .t_link a{ color:#1191d6;}

.host_sort{ padding-top:10px;}
.host_sortBox{ padding:25px 0;}
.host_sortFeature{ text-align:center; padding-bottom:25px;}
.host_sortBox .host_threeItems .t_cs{ height:50px;}

#hostClient .dm_honourList{ padding:15px 0 60px;}

.ht_buyBox{ border:1px solid #e1e1e1; position:relative; z-index:10}
.ht_buyTop{ padding:30px 40px; overflow:hidden;}
.ht_buyTop img{float:left; margin-right:20px;}
.ht_buyTop h1{ font-weight:normal; font-size:30px; line-height:50px;}
.ht_buyTop p{ color:#999999; padding-top:4px;}
.ht_buyOptions{ padding:0 10px 30px; font-size:14px; position:relative;}
.ht_buyOptions table{ width:100%;}
.ht_buyOptions table td{ padding:10px 2px; color:#333;}
.ht_buyOptions table td.ld{ width:110px; text-align:right; color:#666;}
.ht_buyOpLeft{ width:480px; float:left; border-right:1px dashed #ddd;}

.ht_buyBox1{ border:1px solid #e1e1e1; position:relative; z-index:10}
.ht_buyTop1{ padding:30px 40px; overflow:hidden;}
.ht_buyTop1 img{float:left; margin-right:20px;}
.ht_buyTop1 h1{ font-weight:normal; font-size:30px; line-height:50px;}
.ht_buyTop1 p{ color:#999999; padding-top:4px;}

.yradioSelect li{ float:left; margin-right:10px; cursor:pointer; background:#fafafa; border:1px solid #cbcbcb; color:#999; height:38px; padding:0 10px; line-height:38px; position:relative;}
.yradioSelect li.windows,.yradioSelect li.unix{ padding-left:44px;}
.yradioSelect li.windows:before{ display:block; position:absolute; left:13px; top:8px; width:22px; height:22px; overflow:hidden; content:""; background:url(/images/hosttype.png) no-repeat -22px 0;}
.yradioSelect li.windows.on:before{ background-position:0px 0;}
.yradioSelect li.unix:before{ display:block; position:absolute; left:14px; top:7px; width:22px; height:22px; overflow:hidden; content:""; background:url(/images/hosttype.png) no-repeat -22px -22px;}
.yradioSelect li.unix.on:before{ background-position:0px -22px;}
.yradioSelect li.on,.yradioSelect li.on:hover{ background:#1299e1;border-color:#1299e1; color:#fff;}
.yradioSelect li:hover{border-color:#1299e1; background:#f0faff; color:#31aaea; box-shadow:0 0 8px rgba(18,153,255,0.3);}
.ht_buyOpRight{ width:240px; position:absolute; right:10px; bottom:20px;}
.ht_buyPrice{ padding:15px 0; text-align:center;}
.ht_buyBtnBox{ margin:0 30px;}
.ht_buyBtnBox .btn{ display:block;}
.ht_detailContent{ padding:15px 0 10px;}
.ht_detailBox{ margin-top:45px;}
.ht_detailContent th{ padding:14px 5px;}
.ht_detailContent td{ text-align:left;}
.ht_superiority{ margin-top:45px;}
.ht_superItems{ padding:20px 10px; border-bottom:1px solid #eee; overflow:hidden;}
.ht_superItems .imBox{ float:left; margin-right:10px;}
.ht_superItems h3{ font-size:22px; font-weight:normal; padding:24px 0 18px; line-height:30px; color:#333;}
.ht_superItems .instr{ color:#999; font-size:14px; line-height:24px;}
.ht_superItems .instr p{ text-indent:2em;}
.ht_superItems:nth-child(even) .imBox{ float:right; margin-right:0px; margin-left:10px;}
.ht_superItems:last-child{ border-bottom:none;}
.ht_service{ margin-top:45px;}
.ht_service table{ width:100%; margin-top:10px;}
.ht_service table td{ text-align:center; padding-top:20px; line-height:40px; font-size:14px; color:#666;}
.ht_question{ margin-top:45px;}

.compareProduct{ position:fixed; z-index:900; bottom:0; left:50%; background:#fff; border:3px solid #1299e1; width:994px; height:154px; border-bottom:0px; box-shadow:0 0 10px rgba(0,0,0,0.2); margin-left:-500px;}
.compareTitle{height:36px; overflow:hidden; line-height:36px; padding:0 8px; background:#f1faff; border-bottom:1px solid #cddfe9;}
.compareTitle h4{ float:left; font-size:12px;}
.closeCmpBox{ float:right; display:block; width:12px; height:12px; margin-top:12px; background:url(/images/ico.png) no-repeat -282px -76px;}
.closeCmpBox:hover{background-position:-282px -94px;}
.compareContent{ padding:20px 0; overflow:hidden;}
.compareContent li{ float:left; border-right:1px dashed #dddddd; height:77px; width:217px; overflow:hidden;}
.compareContent li.cmpBtnli{ width:122px; padding:0; border-right:none; text-align:center}
.compareItems{padding:10px 10px 0 20px; position:relative;}
.compareItems img{ float:left; margin-right:10px; margin-bottom:10px; width:50px; height:50px;}
.compareItems h5{ font-size:16px; font-weight:normal; line-height:30px;}
.compareItems .delPro{ display:block; position:absolute; display:none; cursor:pointer; opacity:0.8; right:6px; top:6px; width:12px; height:12px; background:url(/images/ico.png) no-repeat -282px -76px;}
.compareItems .delPro:hover{background-position:-282px -94px}
.compareNoPro{ display:block; width:55px;height:55px; background:url(/images/addcompare.png) no-repeat; opacity:0.6; text-indent:-999em; line-height:555px; overflow:hidden; font-size:0px; margin:10px auto;}
.compareNoPro:hover{ opacity:1;}
.compareBtnBox{ padding:10px 16px 0; text-align:center;}
.compareBtnBox .btn{ display:block; margin-bottom:6px;}
.compareAddBox{ position:absolute; bottom:99px; left:0; overflow:hidden; height:0px; max-height:360px; width:216px; background:#fff; border:3px solid #1299e1; box-shadow:0 0 10px rgba(0,0,0,0.2); padding:5px 0;}
.compareAddBox ul{ display:block; padding:0 10px;}
.compareAddBox li{ border-bottom:1px solid #ddd; padding:10px 5px; font-size:14px; color:#666; position:relative;}
.compareAddBox li:hover{background:#f9f9f9;}
.compareAddBox li img{ width:40px; margin-right:5px;}
.compareAddBox li:last-child{ border-bottom:none}
.compareAddBox li i{ display:block; position:absolute; right:10px; top:16px; width:24px; height:24px;background:url(/images/ico.png) no-repeat -158px -69px; cursor:pointer;}
.host_threeItems.low{ height:280px;}
.compareAddBox li i.del{background-position:-78px -92px;}
.compareOverflow{ position:absolute; left:0px; top:0px; width:100%; height:100%; background:rgba(255,192,192,0.9); font-size:20px; color:#c00; text-align:center; line-height:154px;}

.hc_seriveTitle{ width:100%; height:70px; line-height:90px; text-align:center; font-size:18px; font-weight:bold; color:#666; background:#f5f5f5; overflow:hidden;}
.hc_compareTab{ padding:30px 0;}
.hc_compareTab .table{ width:100%;}
.hc_compareTab .table td{ padding:16px 6px; color:#666; font-size:14px; vertical-align:middle;}
.hc_compareTab .table td.td1{ color:#333; width:12%; background:#f3f3f3;}
.hc_compareTab .table .btn{ padding:6px 28px;}
.hc_protit{ font-size:18px; color:#333;}
.hc_protit img{ width:40px; margin-right:10px; vertical-align:middle}
.hc_compareTab .table tr:hover td{ background:#fafafa;}
.hc_tuijian{ padding:50px 0 20px; overflow:hidden;}
.hc_tuijian img{ float:left;margin-right:16px;}
.hc_tuijian h1{font-size:26px; font-weight:normal; line-height:50px; padding-bottom:2px;}
.hc_tuijian p{color:#999; font-size:14px;}
.hc_tjbox{ border:1px solid #ddd; margin-bottom:40px; padding:50px;}
.hc_tjQuestion{ font-size:30px; padding:60px 0; text-align:center}
.hc_tjChoose{ padding:40px 0; text-align:center; overflow:hidden;}
.hc_tjtableBox table{ width:100%;}
.hc_tjtableBox table td{ padding:15px 6px; color:#666;}
.hc_tjtableBox table td.ltd{ text-align:right; font-size:16px; color:#333; width:30%;}
.hc_tjhava h3{ font-size:20px;}
.hc_tjtt{ font-size:24px; font-weight:normal; padding-bottom:50px; line-height:30px;}
.hc_tjChoose .yradioSelect li{ display:inline-block; float:none;padding:8px 50px; font-size:18px; line-height:34px;}
.hc_tjtableBox .yradioSelect li{ height:36px; line-height:36px;}

.hc_tjtableBox .ySelectColor_selected{height:38px; line-height:38px; min-width:200px; z-index:2;border-color:#ccc;}
.hc_tjtableBox .ySelectColor_selected.on{border-color:#1299e1; box-shadow:0 0 8px rgba(18,153,255,0.3); }
.hc_tjtableBox .ySelectColor_selected i{top:4px;}
.hc_tjtableBox .ySelectColor_drop{min-width:200px; border:1px solid #ccc; top:39px; box-shadow:0 0 8px rgba(18,153,255,0.3); z-index:1}
.hc_tjtableBox .input2{border-color:#ccc; padding:3px 6px; width:200px;}
.hc_tjtableBox .input2:focus{border-color:#1299e1;}
.hc_resultBox{ border:1px solid #ddd; margin-bottom:30px;}
.hc_resultTitle{ height:70px; line-height:70px; padding:0 20px;  background:#f5f5f5;}
.hc_resultTitle h2{ font-weight:normal; font-size:18px; float:left;color:#666;}
.hc_resultContent{ padding:60px 60px 10px; overflow:hidden;}
.hc_resultItems{ border:1px solid #ddd; background:#fafafa; margin-bottom:50px; padding:20px 40px; position:relative;}
.hc_rtLeft{ float:left;width:560px; padding-right:40px; border-right:1px dashed #ddd; }
.hc_rtRight{ width:150px; float:right;}
.hc_rtLeft h3{ font-size:24px; font-weight:normal; border-bottom:1px solid #ddd; height:56px; line-height:40px;}
.hc_rtLeft ul{ display:block; padding:15px 0 8px; overflow:hidden;}
.hc_rtLeft ul li{ float:left; width:50%; color:#666; line-height:22px;}
.hc_rtPrice{ color:#666; font-size:14px; text-align:center; padding:35px 0 20px;}
.hc_rtBtnBox .btn{ display:block; padding:10px 0;}
.hc_rtNum{ display:block; position:absolute; width:62px; height:60px; left:-10px; top:-9px; background:url(/images/hc_fabg.png) no-repeat; color:#fff;}
.hc_rtNum i{-webkit-transform:rotate(-45deg); 
	-moz-transform:rotate(-45deg); 
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg); display:block; font-style:normal; }

.compareAddBox .mCSB_scrollTools{ width:4px;right:3px;}
.compareAddBox .mCSB_inside > .mCSB_container{ margin-right:0px;}
.compareAddBox .mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background:rgba(0, 0, 0, 0.1);}
.compareAddBox .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.5);
}


/*����*/
.ag_leftImg{ width:100%; overflow:hidden;}
.ag_title{ height:50px; background:#ddf2fd; line-height:48px;}
.ag_title h2{ float:left; padding:0 26px; color:#fff; background:#2ca7e9; height:50px; font-weight:normal;}
.ag_instro{ padding-top:20px; overflow:hidden;}
.ag_instro img{ float:left; margin-right:20px;}
.ag_instro p{ text-indent:2em; color:#666; font-size:14px; line-height:26px;}
.ag_why{ overflow:hidden;}
.ag_why ul{ width:110%;}
.ag_why li{ width:234px; height:345px; float:left; background:#f9f9f9; text-align:center; margin:24px 24px 0 0; color:#666;}
.ag_why li h4{ font-size:18px; font-weight:normal; line-height:30px; padding:20px 0;}
.ag_why li p{ text-indent:2em; color:#999; text-align:left; padding:20px 20px 0 20px; line-height:24px;}
.ag_super{ padding-top:5px;}
.ag_superItems{ padding:25px; background:#f9f9f9; margin-top:15px;}
.ag_superItems h3{ font-size:18px; font-weight:normal; color:#666; line-height:20px; padding-bottom:14px;}
.ag_superItems p{ color:#999; font-size:14px; line-height:24px; text-indent:2em;}
.ag_price{ padding-bottom:60px; overflow:hidden;}
.ag_priceItems{ float:left; background:#f9f9f9; width:365px; height:228px; position:relative; margin-top:20px;}  
.ag_priceTitle{ padding:22px 22px 10px 22px; font-size:20px; color:#666; line-height:35px; vertical-align:middle;}
.ag_priceTitle *{ vertical-align:middle;}
.ag_priceTitle img{ margin-right:8px;}
.ag_priceInfo{ padding:0px 22px; line-height:24px; color:#777; height:100px;}
.ag_priceList{ padding-top:15px; margin:15px 22px 0; border-top:1px dashed #ddd; line-height:26px; color:#777;}
.ag_priceMore{ position:absolute; display:block; color:#999; text-align:center; bottom:0px; left:0px; width:100%; height:38px; background:#eee; line-height:38px;}
.ag_priceMore:hover{text-decoration:none; color:#777;}
.ag_priceList table{ width:100%;}
.ag_priceList table.tcen{ text-align:center;}
.ag_level{ padding-bottom:60px;}
.ag_levelItems{ background:#f9f9f9; margin-top:24px; overflow:hidden; padding:40px 20px 40px 0;}
.ag_levelImg{ width:230px; text-align:center; float:left;}
.ag_levelDetail{ width:500px; float:right;}
.ag_levelDetail h2{ font-size:25px; font-weight:normal; padding-bottom:20px; line-height:50px; color:#666;}
.ag_levelDetail p{ line-height:34px; color:#777; font-size:14px; padding:10px 2px;}
.ag_levelDetail p strong{ color:#666;}
.ag_chat{ background:#f9f9f9; overflow:hidden; margin-top:26px;/* padding:50px 0;*/ text-align:center}
.ag_chatLeft{ float:left; width:50%; border-right:1px solid #eaeaea;}
.ag_chatRight{ float:right; width:50%; margin-left:-1px;}
.kefuleft{ width:50%; float:left}
.kefuleft img{ width:100%}
.kefuright{ width:50%; float:left; background:url(/images/link_000.png) no-repeat;}
.kefuright img{ margin-left:200px; margin-top:122px}
.zhanwei{width:50%; height:200px}
.ag_chatInfo{ color:#999; font-size:18px; padding:30px 0 50px;}
.ag_chatBtn{ padding-bottom:20px;}
.ag_process{ padding:50px 0 160px;}
.ag_proStep{ padding:20px; line-height:30px; font-size:18px; color:#666; text-align:center; width:80%; margin:0 auto; background:#f9f9f9; border:1px solid #d5d5d5; border-radius:4px 4px 4px 4px;}
.ag_downarr{ height:85px; width:100%; background:url(/images/arr.jpg) no-repeat center center;}
.ag_methoditem{ padding-top:30px; font-size:14px; overflow:hidden;}
.ag_methodTitle{ font-size:16px; font-weight:bold; color:#666; line-height:30px; padding-bottom:12px;}
.ag_methodCon{ color:#999; padding:30px; background:#f9f9f9;overflow:hidden;}
.ag_methodTip{ padding-bottom:25px;}
.ag_methodTab table{ width:100%;}
.ag_methodTab table td{ padding:12px 5px;}
.ag_methodTab table td.ltd{ text-align:right; width:120px}
.ag_methodTab .input2{ width:300px;}
.ag_methodQQItems{ width:140px; height:100px; border:1px dashed #ddd; background:#fff; float:left; margin-right:26px; padding:20px 30px; color:#666;}
.ag_methodQQItems h4{ padding-bottom:15px;}
.ag_methodQQList p{ padding-bottom:12px;}
.ag_methodEr{ text-align:center; line-height:40px;}
.ag_clientList{ padding-bottom:50px; padding-top:10px; overflow:hidden;}
.ag_clientList li{ float:left; padding:8px 0; text-align:center; width:25%; overflow:hidden; color:#999;}
.ag_clientList li p.t{ padding-top:6px;}
.ag_honor{ overflow:hidden; padding-bottom:50px;}
.ag_honor ul{ width:110%;}
.ag_honor li{ width:236px; float:left; margin-top:26px; margin-right:22px;}
.ag_honnorImgBox{ border:1px solid #f1f1f1; padding:4px 0; background:#fff;}
.ag_honnorTxt{padding-top:12px; color:#999;  text-overflow:ellipsis; white-space:nowrap; overflow:hidden; text-align:center;}

.imgView{ position:absolute; z-index:9999; padding:6px; box-shadow:0 0 10px rgba(0,0,0,0.2); border:1px solid #ddd; background-color:#fff; max-width:500px; overflow:hidden;}
.imgView img{ max-width:100%; text-align:center;}
.ag_write{ padding:14px 0 50px 14px; overflow:hidden;}
.ag_writeTitle{ padding:20px 0; border-bottom:1px dashed #ddd; color:#666;font-size:18px; }
.ag_writeTable{ padding:20px 10px;}
.ag_writeTable td{ padding:5px;font-size:14px; color:#777;}
.ag_writeTable td.ltd{width:150px; text-align:right;}
.ag_writeTablePd{ width:100%; margin-top:14px;}
.ag_writeTablePd td{ padding:15px 5px; vertical-align:middle;}
.ag_writeTablePd td span,.ag_writeTable table td input{ vertical-align:middle;}
.ag_writeTablePd td.ltd{ color:#777; font-size:14px; width:150px; text-align:right;}
.ag_writeTablePd td.ltd i{ color:#e42d1b; margin-right:5px; font-style:normal;}
.ag_writeTablePd .valInfo2{ margin-left:0px;}
.ag_writeTablePd .valInfo2 span{ margin-left:6px;}
.ag_writeTablePd .ySelectColor_selected{height:38px; line-height:38px; z-index:2;border-color:#ccc;}
.ag_writeTablePd .ySelectColor_selected.on{border-color:#1299e1; box-shadow:0 0 8px rgba(18,153,255,0.3); }
.ag_writeTablePd .ySelectColor_selected i{top:4px;}
.ag_writeTablePd .ySelectColor_drop{ border:1px solid #ccc; top:39px; box-shadow:0 0 8px rgba(18,153,255,0.3); z-index:1;}
.ag_submitBox{ padding-bottom:100px; padding-left:190px;}
.fbgBox{ background:#fafafa; padding:50px 0;}
.regBox{ border:1px solid #ddd; background:#fff; width:1000px; margin:0px auto;}
.reg_topBar{ height:84px; padding:0 35px; line-height:84px; background:#fafafa; border-bottom:1px solid #e9e9e9; font-size:14px; color:#999;}
.reg_topBar h2{ float:left; font-size:20px; color:#666; font-weight:normal;}
.regBox .r_blue{ color:#1299e1}
.reg_content{ padding:40px 0 80px 30px;}
.reg_content .btn-reg{ padding:12px 120px; font-size:14px;}
.reg_Success{ padding:80px 80px 40px;}
.reg_suText{ padding-bottom:50px; border-bottom:1px dashed #ddd; color:#019b10; font-size:38px; padding-left:180px; background:url(/images/rightico.png) no-repeat 40px 0;}
.reg_suText h2{ font-size:38px; line-height:80px; font-weight:100;}
.reg_suNext{padding:40px 0 30px 60px; font-size:18px; color:#999;}
.reg_suNext h4{ font-size:20px; font-weight:normal; color:#666; padding-bottom:20px;}
.reg_suBtnc{ padding:40px 20px 40px 20px; text-align:center; vertical-align:middle; font-size:14px;}
.reg_contact{ padding-top:18px; color:#999; padding-right:130px; text-align:right; font-size:14px;}
.reg_suNext a,.reg_suNext .btn{ vertical-align:middle;}

.ml_aboutBox{ margin-top:50px;}
.ml_aboutList{ padding:20px 10px;overflow:hidden;}
.ml_AllMailBox{border:1px solid #ddd; padding-top:80px;position:relative; }
.ml_AllMailTop{ height:89px; position:absolute; left:0px; right:-1px; top:-9px; border-bottom:1px solid #ddd;}
.ml_AllMailTop li{  background:#f9f9f9;float:left; height:80px; line-height:80px; border:1px solid #ddd; font-size:18px; bottom:0px; color:#333; text-align:center; cursor:pointer; border-bottom:none; width:191px; margin-left:-1px; position:relative; z-index:2; margin-top:8px; border-bottom:1px solid #ddd;-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;}
.ml_AllMailTop li.cur{ background:#fff; border-bottom:1px solid #fff; height:86px; margin-top:0px; width:192px; border-top:4px solid #e42d1b;}
.ml_AllMailTop li.cur:hover{ background:#fff; color:#333}
.ml_AllMailTop li:hover{ background:#e6f0fd; color:#179fe3}
.ml_AllMailCont {  padding:20px; position:relative; z-index:10}
.ml_allMailItems{display:none;}
.ml_allMailItems:first-child{display:block;}
.ml_mailTitleBox{ position:relative; height:90px; padding:20px 0 20px 40px;}
.ml_mailTitleFl{ float:left; font-size:26px; padding-left:96px; height:90px; line-height:80px; }
.ml_mailTitleFl.mail1{ background:url(/images/mail_1.png) no-repeat;}
.ml_mailTitleFl.mail2{ background:url(/images/mail_2.png) no-repeat;}
.ml_mailTitleFl.mail3{ background:url(/images/mail_3.png) no-repeat;}
.ml_mailTitleFl.mail4{ background:url(/images/mail_4.png) no-repeat;}
.ml_mailTips{ border:1px solid #fed5b1; background:#fff2e0; height:36px; position:relative; line-height:36px; float:left; margin-left:20px; padding:0 16px; color:#d06212; font-size:14px; margin-top:20px;}
.ml_mailTips:before{ content:""; display:block; position:absolute; left:-13px; width:0px; height:0px; top:50%; margin-top:-6px; overflow:hidden; line-height:3px;border-style: dashed solid dashed dashed;border-width: 6px;border-color: transparent #fed5b1 transparent transparent; z-index:1}
.ml_mailTips:after{ content:""; display:block; position:absolute; left:-12px; width:0px; height:0px; top:50%; margin-top:-6px; overflow:hidden; line-height:3px;border-style: dashed solid dashed dashed;border-width: 6px;border-color: transparent #fff2e0 transparent transparent; z-index:2}
.ml_mailDetail{ padding:10px;}
.ml_mailDetail table{ width:100%;}
.ml_mailDetail td{ padding:8px 3px; font-size:14px; line-height:30px;}
.ml_mailDetail td.ld{ text-align:right; width:120px; vertical-align:top; font-weight:bold;}
.ml_mailBtnBox{ padding:30px 0 40px 100px;}
.ml_mailFunctionDrop{ display:none; background:#fff; margin-top:8px;}
.ml_mailFunctionDrop table{ width:100%; }
.ml_mailFunctionDrop td,.ml_mailFunctionDrop th{ border:1px solid #ddd; padding:5px; text-align:center; font-size:12px; line-height:24px;}
.ml_mailFunctionDrop th{ background:#f1f1f1; padding:8px 14px;}
.ml_mailFunctionDrop th h3{ font-size:14px; float:left; font-weight:normal;} 
.ml_mailFunctionDrop th .more{ font-size:12px; float:right; color:#1299e1;} 
.listRightIco{ display:inline-block; padding-left:20px; background:url(/images/right.png) no-repeat 0 center;}
.ml_mailFunctionTitle{ display:inline-block; float:left; padding:0 25px 0 15px; background:#e42d1b; cursor:pointer; color:#fff; position:relative;}
.ml_mailFunctionTitle s{ position:absolute; right:8px; top:12px; background:url(/images/ico.png) no-repeat -26px -128px; width:12px; height:7px;-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;}
.ml_mailFunctionTitle.on s{-webkit-transform:rotate(180deg); 
	-moz-transform:rotate(180deg); 
	-o-transform:rotate(180deg);
	transform:rotate(180deg);}
.ml_mailFunctionfgAdd{ float:left; padding:0 8px; font-size:16px; color:#666;}
.ml_mailFunction{ overflow:hidden;}
.ml_mailFunctionGreen{ float:left; color:#009924; font-size:16px;}
.ml_allPriceBtnBox{ position:relative; cursor:pointer;}
.ml_allPriceBtnBox s{ display:inline-block; width:16px; margin-left:8px; height:8px; background:url(/images/ico.png) no-repeat -85px -10px; cursor:pointer;-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;}
.ml_allPriceBtnBox.on s{-webkit-transform:rotate(180deg); 
	-moz-transform:rotate(180deg); 
	-o-transform:rotate(180deg);
	transform:rotate(180deg); }
.mc_rtTitle{ border-bottom:1px solid #ddd; height:90px; padding-left:85px; background-size:70px 70px; background-repeat:no-repeat}
.mc_rtMailIco1{ background-image:url(/images/mail_1.png);}
.mc_rtMailIco2{ background-image:url(/images/mail_2.png);}
.mc_rtMailIco3{ background-image:url(/images/mail_3.png);}
.mc_rtMailIco4{ background-image:url(/images/mail_4.png);}

.mc_rtTitle h3{ border-bottom:none; height:46px;}
.mc_rtTitle p{ color:#666; font-size:14px;}
.hc_rtLeft ul.mc_rtLeUl li{ width:100%; padding:4px; color:#666666;}
.mc_tjTableBox{ position:relative; padding:55px 40px 55px 80px; overflow:hidden;}
.mc_tjTableLeft{ width:460px; padding-right:10px; border-right:1px dashed #ddd; overflow:hidden; float:left;}
.mc_tjTableLeft dl{ width:100%; overflow:hidden; clear:both; padding:20px 0 30px;}
.mc_tjTableLeft dt{ font-size:14px; padding-bottom:20px; color:#666;}
.mc_tjTableLeft dd{ padding-left:24px;}
.mc_tjTableRight{ position:absolute; right:95px; bottom:60px; width:240px;}
.mc_tjTableRight .btn{ display:block;}
.ml_buyOptips{ overflow:hidden; padding-top:10px;}
.ml_buyOptips div.yellowTipBox{ font-size:12px; float:left; padding:6px 14px;}
.ml_buyOpBox1{ border-bottom:1px dashed #e6e6e6; padding-bottom:25px; width:90%; margin:0 auto;}
.ml_buyOpBox2{ padding-top:30px; width:90%; margin:0 auto;}
.ml_buyOptip{ padding-left:16px; position:relative; font-size:12px; color:#44a654; padding-bottom:16px;}
.ml_buyOptip s{ display:block; position:absolute; width:14px; height:14px; left:0px; top:2px; background:url(/images/ico.png) no-repeat -26px -143px;}

.ml_mailOpenStep{ padding-top:140px; background:url(/images/openstep.jpg) no-repeat center 0; margin-top:25px; overflow:hidden;}
.ml_mailOpenStep li{ width:160px; float:left; overflow:hidden; margin-right:34px;}
.ml_mailOpenStep li h2{ text-align:center; font-size:14px; font-weight:normal;}
.ml_mailOpenStep li p{ font-size:12px; padding-top:12px; color:#999; line-height:20px;}
.ml_mailOpenStep li.last{ float:right; margin-right:0px;}

.ml_experNotes{ margin-top:46px;}
.ml_experNtCont{ line-height:34px; font-size:14px; color:#666; padding:20px 0 0 20px;}

.md_mailFeature{ padding:0 40px; overflow:hidden; padding-bottom:30px; margin-top:-8px;}
.md_mailFeature .yellowTipBox{ float:left; line-height:24px; padding:4px 20px;}
.md_mailFeature .grey{ color:#666;}
.md_buyOpLeft{ width:480px; float:left;height:160px; border-right:1px dashed #ddd;}
.md_buyOpRight{ width:200px; position:absolute; right:30px; bottom:26px;}
.md_buyOpRight .ht_buyBtnBox{ margin:0 10px;}

.ht_buyOptions .md_buyOpLeft  table td{ padding:15px 2px;}
.md_superContent .ht_superItems h3{padding: 50px 0 18px;}
.md_functionInfo{ margin-top:10px;}
.md_functionInfo.mtp40{ margin-top:40px;}
.md_funcDetail{ padding:30px 4px 0px;}
.md_funcDetail table{ width:100%;}
.md_funcDetail td{ padding:14px 16px; border-top:1px solid #eee; border-bottom:1px solid #eee; line-height:24px;}
.md_funcDetail td.ld{ width:140px; text-align:right; background:#f9f9f9; font-size:14px; font-weight:bold;}

.mc_functionSort{ overflow:hidden; padding:5px 0 15px 15px;}
.mc_functionSort h2{ float:left; font-size:16px; font-weight:bold; height:24px;}
.mc_functionSort li{ float:left; margin-left:40px; padding-right:20px; position:relative; font-size:14px; color:#666;}
.mc_functionSort li s{ display:block; background:url(/images/ico.png) no-repeat -5px -112px; width:15px; height:15px; position:absolute; right:0px; top:3px;}
.mc_functionSort li.wrong s{ background-position:-5px -131px}

.mc_instroBox{ margin-top:50px;}
.mc_instroContent{ padding:10px 20px; font-size:14px;}
.mc_instroTop{ padding:30px 0 20px; font-size:14px;}
.mc_instroTab{ padding-top:25px;}
.mc_instroTag{}
.mc_instroTag li{ width:25%; float:left; padding-top:125px; text-align:center; padding-bottom:20px; color:#666; cursor:pointer; position:relative;-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;}
.mc_instroTag li s,.mc_instroTag li i{ display:block; position:absolute; width:107px; height:107px; border:1px solid #dce4f0; border-radius:110px; left:50%; margin-left:-54px; top:0px;-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s; z-index:3; background-repeat:no-repeat; background-position:center 0;}
.mc_instroTag li i{ border:1px solid #1299e1; opacity:0.6; z-index:2;}
.mc_instroTag li:hover{ color:#1299e1;}
.mc_instroTag li:hover s,.mc_instroTag li.cur s{ border:1px solid #1299e1; background-color:#f3f8ff;}
.mc_instroTag li:hover i,.mc_instroTag li.cur i{ opacity:0.06; border:10px solid #1299e1; width:115px; height:115px; margin-left:-67px; top:-13px;-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s; }
.mc_instroTab li.c1 s{ background-image:url(/images/mailfunctionico1.png);}
.mc_instroTab li.c2 s{ background-image:url(/images/mailfunctionico2.png);}
.mc_instroTab li.c3 s{ background-image:url(/images/mailfunctionico3.png);}
.mc_instroTab li.c4 s{ background-image:url(/images/mailfunctionico4.png);}
.mc_instroItems{ border:1px solid #f0c69c; background:#fdf9f1; color:#666; padding:15px; line-height:25px; border-radius:5px 5px 5px 5px; position:relative; margin-top:20px; display:none; min-height:75px;}

.mc_instroItems:before{ content:""; display:block; position:absolute; top:-36px; width:0px; height:0px; overflow:hidden; line-height:12px;border-style: dashed dashed solid dashed;border-width:18px;border-color: transparent transparent #f0c69c transparent; z-index:1}
.mc_instroItems:after{ content:""; display:block; position:absolute; top:-35px; width:0px; height:0px; overflow:hidden; line-height:12px;border-style: dashed dashed solid dashed;border-width:18px;border-color: transparent transparent #fdf9f1 transparent; z-index:2}
.arrLeft1:before,.arrLeft1:after{ left:10%;}
.arrLeft2:before,.arrLeft2:after{ left:35%;}
.arrLeft3:before,.arrLeft3:after{ left:60%;}
.arrLeft4:before,.arrLeft4:after{ left:85%;}


.mc_buyOptionBox{ padding:30px 10px;}
.mc_buySelectNum{ font-size:12px; width:340px;}
.mc_tjSelectResult{ float:right; width:360px; padding-top:40px;}
.selectitems{ overflow:hidden; line-height:24px; padding:5px 0;}
.selectitems .lttxt{ float:left; text-align:right; width:60px; overflow:hidden;}
.selectitems .rtresult{ float:left; width:300px;}
#userRequiredTip span{ display:inline-block; padding:5px 12px; line-height:20px; background:#1299e1; color:#fff; border-radius:2px; margin:0 2px 4px; display:none;}

.wmzhanghushu{ height:60px;}
.wmzhanghushu .wmzhhurt{ float:left; width:80px; line-height:22px; margin-top:-3px;}
.wmzhanghushu .wmhk{ margin-top:3px;}
.chooseNum{ width:24px; height:22px; background:url(/images/huakuaitips.png) no-repeat 0 0px; position:absolute;top:22px; margin-left:-8px; color:#666; cursor:pointer; text-align:center; line-height:16px; overflow:hidden;}
.chooseNum:hover{ color:#d06212}
.chooseNum.num10{ left:12%; top:-32px;}
.chooseNum.num20{ left:22%; line-height:24px; background-position:0 -24px;}
.chooseNum.num50{left:48%; top:-32px; background-position:-24px 0px;}
.chooseNum.num100{ left:100%; margin-left:-21px; line-height:24px; background-position:-24px -24px;}
.rtSelect{ float:left; display:inline; margin-left:15px; width:408px; color:#666;}

#inpZhanghu{ width:30px; height:20px; line-height:20px; border:1px solid #ddd; text-align:center; color:#666; margin:0 5px 0 10px; padding:2px 2px;}
.mc_buySelectNowTip{ color:#666; padding-bottom:6px;}
.mc_buySelectNum{ padding-bottom:10px;}
.mc_buyOptionBox .input2{ padding:4px; line-height:18px; vertical-align:middle}
td.midVic *{ vertical-align:middle;}
.md_bindDomainwrong{ margin-left:5px; background:#ff6565; padding:4px 8px; color:#fff; vertical-align:middle; font-size:12px; border-radius:2px;}
.md_bindDomaintrue{ margin-left:5px; background:#2bc669; padding:4px 8px; color:#fff; vertical-align:middle; font-size:12px;border-radius:2px;}

.addCartAlertCont{ padding:20px;}
.addCart_top{ padding-left:180px; background:url(/images/rightico.png) no-repeat 50px 5px; min-height:96px;}
.addCart_top h2{ font-size:28px; font-weight:normal; padding-bottom:10px; line-height:40px; padding-top:10px; color:#409602;}
.addCart_top{ color:#666; font-size:14px; line-height:24px;}
.addCart_btn{ text-align:center; padding:40px;}
.addCart_pay{ padding:10px 0 6px 0;}
.addCart_pay a.goback{ color:#1299e1; font-size:12px;}
.addCart_pay .btn{ padding:7px 40px;}

.addCartAlertCont.wrong{ padding:30px;}
.addCartAlertCont.wrong .addCart_top{background:url(/images/wrongico.png) no-repeat 50px 35px; min-height:96px;}
.addCartAlertCont.wrong .addCart_top h2{font-weight:normal; padding-bottom:10px; line-height:40px; padding-top:10px; color:#dd471d}

.dialogBox .ds_cont .addCart_top p{ text-indent:0px; color:#999; font-size:14px;}
.addCart_pro{ padding-top:20px; border-top:1px dashed #ccc; margin-top:20px; overflow:hidden;}
.addCart_pro h3{ font-size:14px; font-weight:bold;}
.addCart_pro ul{ display:block; padding:20px 0 0px ; overflow:hidden;}
.addCart_pro li{ float:left; width:25%; text-align:center; line-height:30px; color:#666;}

.ml_alertPriceBox{ position:relative;}
.ml_alertPriceBox .ml_mailFunctionDrop{ position:absolute; left:0px; top:40px; box-shadow:0 0 10px rgba(0,0,0,0.1);}

.unableReciveCont{ padding:20px; font-size:14px; line-height:30px;}
.dialogBox .ds_cont .unableReciveCont p{ text-indent:0px;}

.unableReciveCont .t1{font-size:12px;}
.unableReciveCont .t2{ padding:5px 0 10px;}
.unableReciveCont .t3{ font-size:14px; color:#999; font-size:12px; padding-top:10px;}


#viewMoreNotice{ background:#f5fcff; border: 1px solid #cde6f0; margin:20px 10px 0; padding: 15px 20px; line-height:24px;}
#viewMoreNotice p{ font-size:12px; color:#777; padding-left:10px;}
#viewMoreNotice p.dot{ background:url(/images/list_sjico.jpg) no-repeat 0 center; color:#555;}

.mailtiyanBtnBox{ position:absolute; width:460px; text-align:center; left:0px; top:60px; padding-left:20px;}
a.btn-red2{ background-color:#e4393c; color:#fff;}
a.btn-red2:hover{ color:#fff9f9; background-color:#e73d40}
a.btn-red2:active,
a.btn-red2.active {  
  background-color: #dd3033;
}
.mailtiyanBtnBox .btn{ padding: 15px 45px 15px 60px; background-image:url(/images/freeuse.png); background-repeat:no-repeat; background-position:28px 13px;}



/*-------�һ�����--------*/
.commonSingle{ width:1000px; margin:0 auto;}
.commonSingle h2{ font-size:20px; font-weight:normal; height:24px; line-height:24px; padding:30px; padding-bottom:0;}
.getPass_box{ border:1px solid #e0e0e0; border-top:5px solid #7ab7f3; background:#fff; min-height:400px;}
.getPass_box .bar{ width:787px; height:34px; overflow:hidden; margin:0px auto; padding:40px 0 20px;}
.getPass_box .bar ul{ display:block; height:34px; width:100%; background:url(/images/getpassstepbg.png) no-repeat; overflow:hidden;} 
.getPass_box .bar ul.step1{ background-position:0 0;}
.getPass_box .bar ul.step2{ background-position:0 -36px;}
.getPass_box .bar ul.step3{ background-position:0 -72px;}
.getPass_box .bar ul.step4{ background-position:0 -108px;}
.getPass_box .bar li{ float:left; width:196px; text-indent:50px;  color:#277dd4;font-size:14px; line-height:34px;}
.getPass_box .bar li.s01{ text-indent:40px;}
.getPass_box .bar li.s02{ text-indent:34px;}
.getPass_box .bar li.s03{ text-indent:44px;}
.getPass_box .bar li.s04{ text-indent:60px;}
.getPass_box .bar ul.step1 li.s01{color:#fff;}
.getPass_box .bar ul.step2 li.s01,.getPass_box .bar ul.step2 li.s02{ color:#fff;}
.getPass_box .bar ul.step3 li.s01,.getPass_box .bar ul.step3 li.s02,.getPass_box .bar ul.step3 li.s03{ color:#fff;}
.getPass_box .bar ul.step4 li.s01,.getPass_box .bar ul.step4 li.s02,.getPass_box .bar ul.step4 li.s03,.getPass_box .bar ul.step4 li.s04{ color:#fff;}

.getPass_box .tb1{ width:760px; margin:40px auto 50px;}
.getPass_box .tb1 .nopad td{ padding:0px 2px;}
.getPass_box .tb1 td{ padding:15px 2px;}
.getPass_box .tb1 td.td1{ width:140px; text-align:right; font-size:14px; vertical-align:top; line-height:30px;}
.getPass_box .tb1 td.td1 span.red{ margin-right:5px;}
.getPass_box .tb1 td.td2{ width:140px; text-align:right; font-size:14px; vertical-align:top; line-height:38px;}
.getPass_box .tb1 td.td2 span.red{ margin-right:5px;}
.getPass_box .sp1{ color:#1299e1; margin-left:10px;}
.getPass_box .sp1 a{ color:#1299e1;}
.safeSetOpt{ width:250px; margin:0 auto; padding:25px 0 35px; overflow:hidden}
.safeSetOpt .setBtn{ float:right; text-align:center; width:94px; height:24px; color:#377ccb; background:url(/images/validateoption.jpg) no-repeat; padding-top:94px; line-height:20px; cursor:pointer}
.safeSetOpt .tel{ background-position:-188px 0; float:left;}
.safeSetOpt .tel.on{ background-position:-282px 0}
.safeSetOpt .email.on{background-position:-94px 0}
.valiBox{ width:580px; margin:0 auto;}
.valiBox img.dh2{ float:left; margin:3px 5px 3px 0;}
.valiTab{ width:100%;}
.valiTab td{ padding:20px 3px; line-height:38px;}
.valiTab tr.nbd td{ padding:3px;}
.valiTab .ltd{ width:170px; font-size:14px; text-align:right; vertical-align:text-top;}
.getPass_box .nrbox{ padding-bottom:40px;}

.valiTab .btn-light{padding:3px 12px;}
.valiTab .btn-light[disabled]{ border-color:#ccc;}
.valiTab .yellowTipBox{ float:left;}
.valiBox-tips{ color:#999;}
.valiBox-tips a{ color:#1299e1}
.getPass_box .weibangding{ padding:20px 20px;}
.getPass_box .weibangding .t{ font-size:14px; text-align:center; color:#333;}
.wbd-kefu{ border:1px solid #ddd; padding:20px; line-height:32px; color:#666; font-size:14px; border-radius:2px; padding-left:150px; background:url(/images/kefupic.png) no-repeat 30px 25px #f3f3f3; margin-top:50px;}
.editSuccess{ width:610px; padding:30px; margin:0 auto;}
.editSuccess .wz{ width:620px; margin:0 auto; height:50px; line-height:45px; font-size:18px; color:#019b10; text-indent:20px; padding-top:20px; padding-bottom:50px;}
.editSuccess .wz img{ height:30px; margin-right:10px; vertical-align:middle;}
.editSuccess .bt{padding-bottom:20px; text-align:center}

.getUserName{ width:770px; margin:0px auto; padding:40px 0px 50px;}
.getUN-top{ font-size:14px; line-height:30px; padding-bottom:30px; color:#666;}
.getUN-tab{border: 1px solid #ddd; padding: 100px 36px 40px; position: relative;}
.getUN-tab-nav{position: absolute; left: 0px;top: -1px;width: 769px;}
.getUN-tab-nav li{ color:#666; background:#f9f9f9; height:60px; line-height:60px; float:left; cursor:pointer; width:255px; border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd;border-top:1px solid #ddd; text-align:center; margin-left:-1px; font-size:18px;-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;}
.getUN-tab-nav li.last{ width:256px;}
.getUN-tab-nav li.on{ border-bottom:1px solid #fff; border-top:3px solid #e42d1b; background:#fff; margin-top:-8px; height:65px;}
.getUn-item-tip{color:#666; line-height:20px; padding:10px 0 20px;}
.getUN-contact{ padding:20px 0; color:#666; line-height:22px;}
.getUN-passMail{ line-height:25px; text-align:center;}
.getUN-passMail .t1{ font-size:14px; padding:30px 0 50px;}
.getUN-passMail .t2{ padding-bottom:50px;}
.getUN-passMail .t3{ color:#999; padding-bottom:50px;}
.getUserName a.blue{ color:#3f98cd}

.cloud_adVantage{ overflow:hidden; padding-left:10px;}
.cloud_adVantage li{ float:left; width:50%; height:114px; overflow:hidden; padding:20px 0 20px 0px;}
.cloud_adVantage li s{ display:block; width:114px; height:131px; background:url(/images/cloud_fn.png) no-repeat; overflow:hidden; margin-right:20px; float:left;}
.cloud_adVantage li s.s1{ background-position:0 0px;}
.cloud_adVantage li s.s2{ background-position:0 -131px;}
.cloud_adVantage li s.s3{ background-position:0 -262px;}
.cloud_adVantage li s.s4{ background-position:0 -393px;}
.cloud_adVantage li s.s5{ background-position:0 -524px;}
.cloud_adVantage li s.s6{ background-position:0 -655px;}
.cloud_adVantage li h4{ font-size:16px; color:#333; line-height:30px; padding-bottom:10px; font-weight:normal; margin-top:20px;}
.cloud_adVantage li p{ color:#999; font-size:12px; padding:0 12px 0 0;}

.cloud_compareBox{ overflow:hidden; padding:10px 0;}
.cloud_compareBox table{ width:100%;}
.cloud_compareBox table th{ font-size:16px; line-height:40px;}
.cloud_compareBox table td{ padding:15px 10px;color:#666; line-height:25px; text-align:left; vertical-align:middle;}
.cloud_compareBox table td.t1{ text-align:left; width:90px; font-size:14px; font-weight:bold;}
.cloud_compareBox table td.t1 img{vertical-align:middle; margin-right:6px;}
.cloud_serveList{ overflow:hidden; padding:10px;}
.cloud_serveList li{ float:left; width:25%; height:115px; overflow:hidden;}
.cloud_serveList li s{ display:block; width:105px; height:105px;overflow:hidden; background:url(/images/cloud_service.png) no-repeat; margin:10px auto;}
.cloud_serveList li s.s1{ background-position:0 0;}
.cloud_serveList li s.s2{ background-position:0 -105px;}
.cloud_serveList li s.s3{ background-position:0 -210px;}
.cloud_serveList li s.s4{ background-position:0 -315px;}
.promise_text{width:100%}
.promise_text a{ display:block;width:25%; text-align:center; line-height:24px; color:#666; font-size:14px; float:left;}

.cloud_infoBox{ overflow:hidden; padding:30px 0 20px; border-top:1px solid #ddd; font-size:14px; color:#666; line-height:28px;;}
.cloud_infoBox .img{ float:left; margin-right:20px;}

.cloud_infoBox .rtinfo p.infox{ text-indent:2em}
.cloud_infoBox .rtinfo p.btnc{ text-align:right; padding-top:20px;}

.cb-cont{ padding:30px 0;}
.cb-left{ float:left;width:630px; border:1px solid #ddd; padding:20px 35px; background:#fff;}
.cb-left h2{ font-size:28px; font-weight:normal; line-height:50px; height:68px; }
.cb-recommend{ background:#e0f4ff; padding:15px 24px 18px;}
.cb-recommend h5{ font-size:14px; font-weight:normal; line-height:30px; height:38px;}
.cb-recommend-list{ display:block; overflow:hidden;}
.cb-recommend-list li{ float:left; margin-right:10px; background:#fafafa; border:1px solid #ccc; height:36px; line-height:36px; padding:0 20px; cursor:pointer; color:#666;}
.cb-recommend-list li:hover{border-color:#1299e1; background:#f0faff; color:#31aaea; box-shadow:0 0 8px rgba(18,153,255,0.3);}
.cb-recommend-list li.on,.cb-recommend-list li.on:hover{ background:#1299e1;border-color:#1299e1; color:#fff;}
.cb-options{ padding:20px 0;}
.cb-options table{ width:100%;}
.cb-options table td{ padding:20px 0px 20px 10px; line-height:36px; font-size:14px;}
.cb-options table td.t1{ width:100px; text-align:right; vertical-align:top}
.cb-radiolist li{ float:left;margin-right:2px; background:#eaeaea;height:36px; line-height:36px; padding:0 20px; text-align:center; min-width:56px; cursor:pointer; color:#666;}
.cb-radiolist.f12{ font-size:12px;}
.cb-radiolist li{ float:left;margin-right:2px; background:#eaeaea;height:36px; line-height:36px; padding:0 20px; text-align:center; min-width:56px; cursor:pointer; color:#666;}
.cb-radiolist1 li{ float:left;margin-right:2px; background:#eaeaea;height:36px; line-height:36px; padding:0 4px; text-align:center; min-width:56px; cursor:pointer; color:#666;}
.cb-radiolist2 li{ float:left;margin-right:2px; background:#eaeaea;height:36px; line-height:36px; padding:0 10.5px; text-align:center; min-width:56px; cursor:pointer; color:#666;}
.cb-radiolist li:hover{ background:#f0efef;color:#0079ba;}
.cb-radiolist1 li:hover{ background:#f0efef;color:#0079ba;}
.cb-radiolist2 li:hover{ background:#f0efef;color:#0079ba;}
.cb-radiolist li.on,.cb-radiolist li.on:hover{ background:#1299e1;border-color:#1299e1; color:#fff;}
.cb-radiolist1 li.on,.cb-radiolist li.on:hover{ background:#1299e1;border-color:#1299e1; color:#fff;}
.cb-radiolist2 li.on,.cb-radiolist li.on:hover{ background:#1299e1;border-color:#1299e1; color:#fff;}
.cb-right{ float:right; width:275px; background:#fff; border:1px solid #ddd;}
.cb-right-top{ height:50px; border-bottom:1px solid #ddd; background:#f4f4f4; text-indent:15px; line-height:50px; font-size:14px; font-weight:bold;}
.cb-inventory{ padding:15px 0px 15px 20px;}
.cb-inventory li{ line-height:30px;}
.cb-inventory li .c1{ color:#888; margin-right:5px;}
.invent-price{ font-size:30px; line-height:30px; padding:10px 0 5px; color:#ff6600; text-align:center;}
.old-price{ font-size:14px; line-height:30px; padding:5px 0 20px; color:#999; text-align:center;}
.old-price #price2{ text-decoration:line-through;}
.cb-inventtory-btn{ padding:0 10px 15px}
.cb-inventtory-btn .btn{ padding:8px 24px;}
.layout-slider{ width:400px; float:left;}
.sliderRightInp{width:85px; margin-left:15px; float:left; border:1px solid #ddd; height:34px; line-height:34px; color:#999; overflow:hidden;}
.sliderRightInp .sliderinp{ border:none; background:none; width:60px; text-align:center; line-height:32px; float:left; height:32px;}
.buyNumOpr{ float:left;}
.cb-buynumbtn{ display:block; width:18px; height:18px; overflow:hidden; text-decoration:none; line-height:16px; text-align:center; background:#eaeaea; margin-left:4px;}
.cb-buynumbtn:hover{ text-decoration:none; background:#1299e1; color:#fff}
.dateSelector .jslider .jslider-bg .v .glide ins{ text-align:center}



/*about*/
.ab_instro{ padding:10px 10px 50px;}
.btYs1{ font-size:16px; color:#1468a1; padding:20px 0 15px; line-height:25px;}
.abGs{ color:#3f3f3f; padding:10px 0;}
.abGs p.pys1{ text-indent:2em; font-size:14px; line-height:28px; padding-bottom:15px;}
.abFg{ height:7px; padding-bottom:4px;background: url("/images/abfg.jpg") repeat-x;}
.abTdImgc{ width:710px; height:133px;}
.abTdImgc img{ margin:8px 10px 8px 11px;}
.abQywh{ padding-bottom:10px;}
.abQywh .n{ overflow:hidden; line-height:26px;}
.abQywh .n img{ float:left; margin-right:20px;}
.abQywh .ins{ line-height:26px; font-size:14px;}
.contMapBox{ padding-bottom:20px; height:650px; width:710px; margin:14px auto; position:relative;}
.contMapBox .ftMap{ position:absolute; left:0px; top:0px; z-index:1;}
.contMapBox a{ color:#000; text-indent:15px; display:block; height:20px; line-height:14px; font-weight:bold; background:url(/images/map_jt.png) no-repeat; position:absolute; z-index:4;}
.contMapBox a:hover{ color:#da0808; text-decoration:none;}
.contMapBox a.bj{left:490px; top:314px; background:url(/images/map_wjx.png) no-repeat; text-indent:20px;}
.contMapBox a.qd{ left:568px; top:270px;}
.contMapBox a.xa{ left:432px; top:320px;}
.contMapBox a.nj{ left:506px; top:334px; background-position:right 0; text-indent:0px; padding-right:16px;}
.contMapBox a.sh{ left:602px; top:346px;}
.contMapBox a.cd{ left:362px; top:368px;}
.contMapBox a.fz{ left:578px; top:430px;}
.contMapBox a.hz{ left:580px; top:366px;}
.contMapBox a.gz{ left:438px; top:475px; background-position:right 0; text-indent:0px; padding-right:16px;}
.contMapBox a.sz{ left:516px; top:485px;}
.closeCon{ position:absolute; height:48px; width:734px; bottom:3px; left:3px; background-color:#f6f6f6; text-align:center;}
.closeCon .btn{ margin-top:8px;}
.hr_instro{ padding:20px 15px; font-size:14px; line-height:28px; }
.zpItem {
    overflow: hidden;
    padding: 10px 0;
}
.cmp_intro {
    font-size: 14px;
    line-height: 26px;
    padding: 20px 2px;
}
.zpItem .tit {
    background: url("/images/job_list.jpg") no-repeat scroll right 0 #85a8c0;
    color: #fff;
    float: left;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 6px;
    padding-right: 32px;
}
.zpItem .tit span {
    display: block;
    padding: 0 4px 0 6px;
}
.zpItem .zphjk {
    clear: both;
	font-size:12px;
    line-height: 22px;
    overflow: hidden;
    padding: 10px;
}
.zpItem .zphjk p.t {
    color: #1468a1;
    font-size: 14px;
}
.zpItem .color1 {
    color: #fffc00;
    font-weight: normal;
}
#indexBanner{ overflow:hidden;}

.hkhostBtnBox{ position:absolute; width:460px; text-align:right; left:0px; top:36px; padding-top:46px; padding-left:20px; background-image:url(/images/hktip.png); background-repeat:no-repeat; background-position:right 0;}
.hkhostBtnBox .btn{ padding: 15px 45px 18px 60px; overflow:hidden; background-image:url(/images/hkhost.png); background-repeat:no-repeat; background-position:28px 16px;}

#giftMonth{ position:absolute; height:20px; padding-right:6px; background:url(/images/gift.png) no-repeat 6px 4px #ffe7db; border:1px solid #e99f77; color:#da9437; line-height:20px; padding-left:24px; font-size:12px; position:absolute; left:8.3333%; top:-32px; border-radius:2px; white-space:nowrap}
#giftMonth s{ display:block; width:6px; height:6px; background:#ffe7db; border-left:1px solid #e99f77; border-bottom:1px solid #e99f77; position:absolute; left:50%; margin-left:-3px; bottom:-4px; overflow:hidden;-webkit-transform:rotate(-45deg); 
	-moz-transform:rotate(-45deg); 
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);}
	
	
/*�����ѯ*/
.ag_search_box,.ag_search_view{ background:#f3f3f3; padding:20px; margin-top:25px; font-size:16px; line-height:28px;}
.ag_search_box h3{ font-weight:normal; color:#555555; text-align:center; padding:20px 0 40px; font-size:16px; line-height:35px;}
.ag_search_table{ width:440px; margin:0 auto; font-size:14px;}
.ag_search_table td{ padding:4px;}
.ag_search_table td.ltd{ text-align:right; width:70px}
.ag_search_table .input2{ width:300px;}
.ag_search_table .btn{ margin:28px; line-height:28px; width:180px; border-radius:2px;}
.ag_search_result{ width:80%; margin:20px auto;}
.ag_search_result td{ padding:5px; vertical-align:top}
.ag_search_result td.ltd{ text-align:right; white-space:nowrap; width:120px;}
.ag_search_result .btn{ margin:28px 20px 10px 20px; line-height:28px; width:180px; border-radius:2px;}
.ag_search_dialog{ padding-top:15px;}
.ag_search_dialog .ag_search_result{ margin:30px auto 15px;}
.ag_search_dialog .ag_search_result td{ line-height:36px;}
.ag_search_dialog .ag_search_result td.ltd{ font-size:14px;}
.ag_search_dialog .ag_search_result td .input2{ width:260px}
.ag_search_dialog .ds_btn{ padding-bottom:50px; text-align:center}
.ag_search_dialog .ag_search_result .btn { width:150px; border-radius:2px;line-height:28px; padding:4px 30px; margin:12px 0px 20px;}

.ag_search_agent_no .agno_err{ font-size:18px; padding:40px 20px 20px; text-align:center; color:#c00;}
.ag_search_agent_no .agno_tip{ font-size:12px; line-height:24px; text-align:center; color:#999; padding:5px 40px 20px;}
.ag_search_agent_no .agno_btnc{ padding:10px 10px 30px; text-align:center;}

#wmbtn1{ height:auto !important; line-height:20px; cursor:pointer;}

.about_loading{ position:absolute; width:100px; text-align:center; left:50%; margin-left:-50px; top:45%;}





/* ====================�¼�==================== */



/* ====================��������==================== */
.weizhi{ height:40px; background:url(/images/weizhibg.gif) repeat-x;}
.weizhi .weizhinr{ width:980px; margin:0 auto; overflow:hidden;}
.xiaobannerbox{ width:100%; margin:0 auto;height:400px;position:relative;}
.xiaobanner{ width:100%;position:absolute;top:0;left:50%;margin-left:-960px}
.position{ float:right; margin-top:20px;}
.position a{ margin-left:5px; margin-right:5px;}
.position span{ margin-left:5px; color:#fb6e53;}
.xn_jianjie{ background:#f7f7f7; border-top:1px solid #dadada; border-bottom:1px solid #dadada; overflow:hidden; }
.xn_jianjie .jjnr{ width:650px; margin:0 auto; padding-top:20px; padding-bottom:10px; overflow:hidden;border-bottom:1px solid #d1d1d1; margin-bottom:32px; }
.xn_jianjie .jjnr h2{ margin-bottom:0;}
.xn_jianjie .jjnr .xnimg{ text-align:center;}
.xn_jianjie .jjnr .jianjiett{ color:#4b4b4b; border-left:1px solid #d1d1d1; border-right:1px solid #d1d1d1; padding:20px; line-height:24px;}
.kj_title{ height:56px; background:#eeeeee; margin-top:10px; border-top:1px solid #d2d2d2; border-bottom:1px solid #d2d2d2;}
.kj_title .title_list{ margin:0 auto; width:980px; text-align:center;}
.kj_title .title_list a,.menu li.off{ margin-left:5px; margin-right:5px; width:90px; height:23px; float:left; margin-top:15px; line-height:23px; text-align:center;}
.nav h3 a.on1{ margin-left:5px; margin-right:5px; width:90px; height:23px; margin-top:15px; line-height:23px; text-align:center;}
.kj_title .title_list a.hover2,.kj_title .title_list a:hover,.nav h3 a.on1,.menu li.off{ background-position:-203px -454px; color:#FFF;background:url(/images/nav_bg.png) no-repeat;}
.kj_main{ width:980px; margin:0 auto; overflow:hidden;}
.kj_main .kjmain_title{ font-size:30px; font-weight:bold; text-align:center; margin-top:30px; margin-bottom:30px;}
.kj_main .kjmain_title p{ font-size:12px; font-weight:normal;}
.kj_content{ width:978px; margin:0 auto; border:1px solid #e5e5e5;}
.kj_content .title1{ height:53px; background:#EA2626;border-bottom:1px solid #e5e5e5; line-height:53px;}
.kj_content .bai1{ background:#FFF; border-bottom:none;}
.kj_content .hui1{ background:#efefef; border-bottom:none; height:42px; line-height:42px;}
.kj_content .title1 span{ width:10.4%; float:left; height:53px; line-height:53px; text-align:center; color:#FFF;}
.kj_content .title1 span.biaoti{ width:16%; color:#fb6e53;}
.kj_content .bai1 span.biaoti{ background:#eeeeee;width:15%;}
.kj_content .hui1 span{height:42px; line-height:42px;}
.kj_content .hui1 span.biaoti{ background:#e0e0e0;width:15%;}
.kj_content .bai1 span,.kj_content .hui1 span{ border-right:1px solid #dddddd; color:#ababab;}
.kj_content .bai1 span img{ margin-top:15px;}
.kj_content .hui1 span img{ margin-top:10px;}
.kj_content .title1 b{ font-size:30px; color:#FFF; display:block; text-align:center;}
.di_servers i,.tabshow .tabTagBox li i,.servers_fangan .fangan ul li a i{ background:url(/images/icon22.png) no-repeat;}
.di_servers{ background:url(/images/disbg.gif) repeat-x; padding-top:54px; }
.di_servers .jiao{ width:980px; margin:0 auto;}
.di_servers i { width:42px; height:26px; display:block; margin-left:443px; background-position:-100px 0;}
/* tabshow */
.tabshow{width:100%;position:relative;margin:0 auto; font-size:14px;}
.tabshow .hide{display:none;}
.tabshow .udbtn,.tabshow .tabTagBox li i{ float:right; width:34px; height:34px; margin-left:15px; margin-top:10px; margin-right:15px; display:inline;}
.tabshow .tabTagList li i.tag01{ background-position:0 0;}
.tabshow .tabTagList li i.tag02 { background-position:0 -33px;}
.tabshow .tabTagList li i.tag03{ background-position:0 -68px;}
.tabshow .tabTagList li i.tag04{ background-position:0 -102px;}
.tabshow .tabTagList li i.tag05{ background-position:0 -135px;}

.tabshow .tabTagList li.current i.tag01{ background-position:-36px 0;}
.tabshow .tabTagList li.current i.tag02 { background-position:-36px -33px;}
.tabshow .tabTagList li.current i.tag03{ background-position:-36px -68px;}
.tabshow .tabTagList li.current i.tag04{ background-position:-36px -102px;}
.tabshow .tabTagList li.current i.tag05{ background-position:-36px -135px;}
.tabshow .tabTagList li.current{ color:#fb6e53;}
.tabshow .udbtn{display:block;width:194px;height:35px;line-height:999em;overflow:hidden;}
.tabshow .uPrev{background-position:0 -580px;}
.tabshow .dNext{background-position:0 -615px;}
.tabshow .tabTagBox{width:49%; z-index:9;margin:2px 0; overflow:hidden; float:left; padding-bottom:20px;}
.tabshow .tabTagBox .adyu{ width:375px; float:right; font-size:18px; font-weight:bold; margin-top:20px; margin-bottom:20px;}
.tabshow .tabTagBox .tabTagList{ overflow:hidden;}
.tabshow .tabTagBox li{height:58px;overflow:hidden;cursor:pointer; line-height:58px; padding-right:85px; text-align:right;}
.tabshow .tabTagBox li#tag01{}
.tabshow .tabTagBox li.current{ background:#e5e5e5;  }
.tabshow .tabTagBox li.current span{ width:375px; height:58px; display:block; float:right; line-height:58px;}

.tabshow .tabcon1{width:45%;overflow:hidden;border-left:1px solid #dddddd; padding-bottom:20px;}
.tabshow .tabcon1 h2{height:30px;line-height:30px;font-size:14px;color:#333;}
.tabshow .tabcon1 li{float:left;width:152px;height:177px;overflow:hidden;margin:0 0 10px 24px;display:inline;}
.tabshow .tabcon1 li .pic{display:block;border:solid 1px #ddd;width:150px;height:150px;}
.tabshow .tabcon1 li .pic:hover{border:solid 1px #C00F15;}
.tabshow .tabcon1 li .tit{height:20px;line-height:20px;display:block;margin:5px 0 0 0;}
.tabshow .tabcon1 li .tit a{font-size:12px;color:#5e5e5e;text-decoration:none;}
.shuoming{ margin-top:80px; margin-left:35px; padding-bottom:30px; height:275px;}
.shuoming p{ line-height:40px; }
.shuoming p span{ color:#fb6e53;}
.jianjie{ padding-top:80px; line-height:25px; padding-bottom:20px; padding-left:35px;}
.wmys {margin: 0 auto;overflow: hidden; padding-bottom: 20px; width: 510px;  margin-left:30px; padding-top:50px;}
.wmys .pp {float: left;line-height: 22px; margin-top: 20px;width: 210px;}
.wmys .gt {float: left;line-height: 22px;margin-left: 20px; margin-top: 20px;width: 210px; display:inline;}
.wmys .fuwu1 {float: left;line-height: 22px;margin-top: 20px;width: 210px;}
.wmys .chengxin {display: inline;float: left;line-height: 22px;margin-left: 20px;margin-top: 20px;width: 210px;}
.wmys h2 i{ background:url(/images/ppbg.gif) no-repeat;}
.wmys h2 i{ width:37px; height:39px; float:left; margin-left:0; margin-right:10px; display:inline;}
.tabshow .tabcon1 .wmys h2{font-size: 14px; height: 40px;line-height: 30px;padding-left: 0;}
.SK_jiajie{ padding-left:20px; margin-bottom:20px;}
.SK_jiajie {line-height: 22px;margin: 20px 0 20px 0;overflow: hidden;padding-bottom: 20px;width: 480px;}
.SK_jiajie .ttt {line-height: 22px; text-indent: 2em;}
.tdkh {margin-left: 30px;margin-top: 10px;}
.tabshow .team_list li{ width:220px; float:left; height:158px; margin-top:20px; margin-left:0; margin-right:20px; display:inline; margin-bottom:0;}
.tabshow .team_list li img{ width:220px; height:146px;}

/* ====================������==================== */



/* ====================ȫ��������==================== */
.vps_layer1{ overflow:hidden; padding-bottom:60px; width:100%; background:url(/images/vpslan1bg.gif) repeat-x #f5f5f5;}
.vps_layer1 .vps_biaoyu{ width:980px; margin:0 auto;}
.vps_layer1 .vps_biaoyu h2.biaoti_vps{ padding-top:130px; text-align:center; font-size:30px; margin-bottom:60px;}
.vps_layer1 .vps_biaoyu h2.biaoti_vps span{ font-size:18px; font-weight:normal; display:block; text-align:center;}
.vps_layer1 .vps_biaoyu h2.biaoti_vps b{ color:#fb6e53;}
.vps_layer1 .vps_biaoyu .vps_liebiao{ margin-left:105px;}
.vps_layer1 .vps_biaoyu .vps_liebiao h2{ font-size:30px;}
.vps_layer1 .vps_biaoyu .vps_liebiao .lb_list{ margin-top:10px;}
.vps_liebiao .lb_list li a{ margin-top:10px; display:block; float:left; height:22px; line-height:22px;}
.vps_liebiao .lb_list li a:hover{ color:#fb6e53;}
.vps_liebiao .lb_list li{ clear:both;}
.vps_liebiao .lb_list li span{ background:#fb6e53; color:#FFF; float:left; width:80px; text-align:center; margin-right:10px; display:inline; margin-top:10px; height:22px; line-height:22px;}
.vps_tuijian{ width:990px; overflow:hidden; margin:0 auto; margin-bottom:30px;}
.vps_tuijian h2{ font-size:30px; text-align:center;  margin-top:30px; margin-bottom:30px;}
.vps_tuijian h2 span{ display:block; font-size:12px; font-family:Georgia; text-align:center; font-weight:normal;  margin-top:10px}
.vps_tuijian ul li{ width:235px; height:410px; border:1px solid #cecece; float:left; border-radius:5px; margin-left:5px; margin-right:5px; display:inline;}
.vps_tuijian ul li h2{ height:37px; text-align:center; border-bottom:1px solid #dddddd; line-height:37px; font-size:14px; margin:0; font-weight:normal;}
.vps_tuijian ul li .vps_jiage{ height:80px; border-bottom:1px solid #dddddd; line-height:80px; text-align:center;}
.vps_tuijian ul li .vps_jiage span{ font-size:48px; color:#fb6e53;}
.vps_tuijian ul li .textt{ padding:15px 10px; line-height:24px; color:#7e7e7e; border-bottom:1px solid #dddddd; }
.vps_tuijian ul li .zhishu{ height:48px; line-height:48px; background:#f5f5f5;border-bottom:1px solid #dddddd;  color:#fb6e53; text-align:center; _padding-top:20px; _height:28px;}
.vps_tuijian ul li .zhishu img{ margin-left:5px;}
.vps_tuijian ul li a.xuanzhe{ display:block; margin:0 auto;}

.servers_fangan{ background:#f8f8f8; padding-bottom:30px;}
.servers_fangan .fangan{ width:720px; margin:0 auto;}
.servers_fangan .fangan h2{ text-align:center; font-size:30px; padding-top:30px; padding-bottom:30px;}
.servers_fangan .fangan ul li{ height:60px; line-height:60x; font-size:14px;}
.servers_fangan .fangan ul li a{ display:block; background:#e9e9e9; height:60px; line-height:60px; margin-top:12px; padding-left:100px;}
.servers_fangan .fangan ul li a span{ float:left;}
.servers_fangan .fangan ul li a i{ width:24px; height:24px; background-position:0 -202px; float:right; margin-right:30px; display:inline; margin-top:20px;}
.servers_fangan .fangan ul li a:hover{ background:#fb6e53; color:#FFF;}
/* index - banner */
.full_banner{width:100%;position:relative;height:304px;background:#FFF;overflow:hidden;}
.full_banner .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.full_banner .bd ul{width:100% !important;}
.full_banner .bd li{width:100% !important;float:left;height:304px;overflow:hidden;text-align:center;}
.full_banner .bd li a{ display:block;height:304px;}
.full_banner .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;text-align:center;}
.full_banner .hd ul{text-align:center;padding-top:5px;}
.full_banner .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:8px;height:8px;margin:5px;background:url(/images/tg_flash_p.png) -18px 0;overflow:hidden;
line-height:9999px;}
.full_banner .hd ul .on{background-position:0px 0px;}
.bannertop{ height:15px; border-top:1px solid #e1e1e1;}
.top20{ margin-top:20px;}
.vps_tuijian ul li h2 i{ color:#fb6e53; margin-left:15px; font-style:normal;}
.vps_jiage select{height: 31px;line-height: 31px; position:relative;width: 50px; top:-10px; margin-left:10px;}
.top20 ul li .textt{ padding-top:30px; padding-bottom:30px;}
/* ====================���޷������б�==================== */
.ya_servers{ height:727px; width:100%; background:url(/images/dzbj01.png) no-repeat center top;}
.ya_servers .yaserver_xz{ width:980px; margin:0 auto;}
.ya_servers .yaserver_xz h2{ font-size:24px; text-align:center; padding-top:140px;}
.ya_servers .yaserver_xz h2 span{ font-size:12px; text-align:center; display:block; text-align:center; font-weight:normal; font-family:Georgia; margin-top:20px; }
.ya_servers .yaserver_xz h2 b{ color:#fb6e53;}
.ya_servers .yaserver_xz .xuanzhe_servers{ text-align:center; font-size:14px; margin-top:50px;}
.ya_servers .yaserver_xz .xuanzhe_servers select{ width:185px; height:30px; line-height:30px;}
.sbiaoti_list{ width:100%; height:760px; background:#fffae7;}
.sbiaoti_list .sbt_listnr{ width:980px; margin:0 auto; background:url(/images/yabg1.gif) no-repeat; height:760px;}
.servers_liebiao{ padding-top:430px; width:400px; margin-left:35px;}
.servers_liebiao h2{ font-size:30px; margin-bottom:15px;}
.servers_liebiao .lb_list li span{ width:60px; height:22px; line-height:22px;}
.vps_tuijian ul li .textt{ position:relative;}
.vps_tuijian ul li .textt i{ width:94px; height:95px; position:absolute; top:100px; left:120px;}
.vps_tuijian ul li .servers_tt{ line-height:32px;}
.vps_tuijian ul li .lianjie1 a{ float:left;width:50%;line-height:50px;text-align:center}
.vps_tuijian ul li .lianjie1 a.webjs .webxg .anniu a.sqdaili{color: #fff; height: 23px; line-height: 23px;margin-left: 30px; margin-right:5px; display:inline; text-align: center;width: 75px;}

/* =========ŷ�޷������б�=========��۸�������====================== */
.sbiaoti_list .ou_listnr{ background:url(/images/yabg2.gif) no-repeat;}
.servers_tedian{ height:205px; border-top:1px solid #e1e1e1; }
.servers_tedian .tedian_nr{ width:980px; margin:0 auto;}
.servers_tedian .tedian_nr ul li{ width:174px; height:174px; background:url(/images/tdicon.png) no-repeat; color:#FFF; margin-top:15px; margin-left:30px; margin-right:30px; display:inline; float:left;}
.servers_tedian .tedian_nr ul li.tedian1{ background-position:-10px 0;}
.servers_tedian .tedian_nr ul li.tedian2{ background-position:-194px 0;}
.servers_tedian .tedian_nr ul li.tedian3{ background-position:-374px 0;}
.servers_tedian .tedian_nr ul li.tedian4{ background-position:-558px 0;}
.servers_tedian .tedian_nr ul li.tedian4 b{ font-size:24px;}
.servers_tedian .tedian_nr ul li span{ display:block; text-align:center; padding-top:60px; font-size:18px;}
.servers_tedian .tedian_nr ul li b{display:block; text-align:center; font-style:normal; font-size:24px;}
.servers_list{ width:978px; margin:0 auto; border:1px solid #e5e5e5;}
.servers_list .servers_title{ height:60px; background:#eeeeee; line-height:60px; text-align:center; font-
size:24px; font-weight:bold; color:#EA2626;}
.servers_list .servers_title h2,.servers_list .servers_title h4{ font-size:19px;}
#titleback{background:#EA2626}
.servers_list .s_title1{ height:55px; line-height:55px;border-bottom:1px solid #dddddd; background:#f9f9f9; 
font-size:14px; color:#494747;}
.servers_list .s_title1 span{ float:left; text-align:center; height:55px; line-height:55px; border-right:1px 
solid #dddddd;}
.servers_list .s_title1 span.xh{ width:109px;}
.servers_list .s_title1 span.xitong{ width:130px;}
.servers_list .s_title1 span.cpu{ width:60px;}
.servers_list .s_title1 span.kuandai{ width:89px;}
.servers_list .s_title1 span.neicun{ width:80px;}
.servers_list .s_title1 span.ip{ width:35px;}
.servers_list .s_title1 span.yingpan{ width:60px;}
.servers_list .s_title1 span.jiage1{ width:110px;}
.servers_list .s_title1 span.jiage1 b{ font-size:24px; color:#EA2626; font-weight:normal;}
.servers_list .s_title1 span.liuliang{ width:50px;}
.servers_list .s_title1 span.jiage2{ width:130px;}
.servers_list .s_title1 span.jiage2 b{ font-size:24px; color:#EA2626; font-weight:normal;}
.servers_list .s_title1 span.caozuo{ width:110px; border-right:none;}
.servers_list .s_list11{ height:70px; line-height:70px; border-bottom:1px solid #dddddd; background:#FFF; 
color:#909090; font-size:12px;}
.servers_list .s_list11 span{ height:70px; line-height:70px;}
.servers_list .s_title1 span.caozuo a{ margin-top:25px; color:#}
.servers_list .bghui{ background:#f9f9f9;}
.servers_list{ margin-bottom:20px;}
.sbiaoti_list .fei_listnr{ background:url(/images/yabg3.gif) no-repeat right;}
.sbiaoti_list .nan_listnr{ background:url(/images/nanbg2.gif) no-repeat right;}
.sbiaoti_list .daa_listnr{ background:url(/images/dabg2.gif) no-repeat right;}
.sbiaoti_list .bei_listnr{ background:url(/images/beibg2.gif) no-repeat right;}

/* ====================������������ҳ==================== */
.usa_list{border-top:1px solid #e1e1e1; overflow:hidden;}
.usa_list .usa_server{ width:988px; margin:0 auto; border:1px solid #d2d2d2; margin-top:20px;}
.usa_list .usa_server ul li{ height:50px; line-height:50px; border-bottom:1px solid #e5e5e5;}
.usa_list .usa_server ul li span{ width:140px; float:left; background:#eeeeee; text-align:center; font-size:14px; color:#757575;}
.usa_list .usa_server ul li a{ margin-left:30px; color:#a0a0a0;}
/* ====================�������й�==================== */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.nav_bar{position:relative;z-index:1;height:56px;line-height:56px;color:#333; width:980px; margin:0 auto; }

.nav a{color:#333;}
.nav h3{font-size:100%;font-weight:normal;}
.nav h3 a{display:block;width:100px;text-align:center;font-size:12px;}
.nav .m{float:left;position:relative;z-index:1; margin-left:5px; margin-right:5px; display:inline; }
.nav .s{float:right;width:3px;text-align:center;color:#D4D4D4;font-size:12px;}
.nav .sub{display:none;position:absolute;top:42px;z-index:1;width:100px;border:1px solid #ffae9f;background:#fff; border-radius:5px; padding-bottom:10px; padding-top:10px;}
.nav .sub li{text-align:center;padding:0 8px;margin-bottom:-1px; height:31px; line-height:30px;}
.nav .sub li a{display:block; border-bottom:1px dashed #E6E4E3;height:30px;line-height:30px;color:#666;}
.nav .sub li a:hover{color:#1E95FB;}
.xn_jianjie .kj_content .title1{ font-size:14px;}
.xn_jianjie .kj_content .title1 span.sfbiaoz{ width:33%;}
.xn_jianjie .kj_content .title1 span{ width:16.5%; border-right:1px solid #dddddd;}
.xn_jianjie .kj_content .title1 span .goumai{ width:16.5%; border-right:none;}
.xn_jianjie .kj_content .hui1{ font-size:12px;}
.xn_jianjie .kj_content .bai1{ font-size:12px;}
.xn_jianjie .kj_content .hui1 span{ height:53px; line-height:53px;}
.xn_jianjie .kj_content .hui1 { height:53px; line-height:53px;}
.xn_jianjie .kj_content .title22 span{ width:27.8%;}
.xn_jianjie .kj_content .title22 span.jiwei{ width:16%;}
.tgyoushi{ width:978px; border:1px solid #dddddd; background:#FFF; overflow:hidden; padding-bottom:35px;}
.tgyoushi .tga{ width:180px; float:left; background:url(/images/tga.gif) no-repeat center top; height:200px; text-align:center;}
.tgyoushi .tga b{ font-size:18px; display:block; padding-top:150px;}
.tgyoushi .tgright{ padding-top:30px; float:left; width:625px;}
.tgyoushi .tgright p{ line-height:30px;}
.jfxq{ margin-top:10px; margin-bottom:15px;}
.jfxq .tga{ width:180px; float:left; background:url(/images/tgb.gif) no-repeat center top; height:200px; text-align:center;}
.tgyoushi .tgright p span{ display:block; width:100px; height:30px; text-align:center; font-size:14px; color:#FFF; background:#EA2626; margin-top:10px;}






/*��������*/
.newTab{ text-align:center; padding:0 0 50px 0;}
.tabTitle{ text-align:center; font-weight:normal; padding:60px 0 40px 0px;}
.tabTitle b{ text-align:center; font-size:29px; color:#fb6d4b;font-weight:normal;}
.tabTitle .line{ height:2px; width:35px; background:#c4c4c6; display:block; margin:5px auto;}
.tabTitle p{ font-size:12px; color:#656a6e; text-transform:uppercase;}
.bgG{ background:#f6f6f6;}
.newTabCon{ margin:0 auto; width:980px;}
.jfys{ padding-left:10px;}
.jfys li{ width:184px; padding-top:30px; height:240px; margin-right:10px; cursor:default; float:left;}
.jfys li:hover{ background:#fd6d4d; color:#FFF;}
.jfys li:hover h3,.jfys li:hover p{ color:#FFF;}
.jfys li h3{ color:#fd6d4d; font-size:16px; padding:5px 0;}
.jfys li p{ color:#8d9093; width:150px; margin:0 auto;}
.jfys li .ico{ width:184px; height:132px; background-image:url(/images/ys.png); background-repeat:no-repeat;}
.jfys li .ico1{ background-position:35px top;}
.jfys li .ico2{ background-position:-170px top;}
.jfys li .ico3{ background-position:-360px top;}
.jfys li .ico4{ background-position:-560px top;}
.jfys li .ico5{ background-position:-760px top;}
.jfys li:hover .ico1{ background-position:35px bottom;}
.jfys li:hover .ico2{ background-position:-170px bottom;}
.jfys li:hover .ico3{ background-position:-360px bottom;}
.jfys li:hover .ico4{ background-position:-560px bottom;}
.jfys li:hover .ico5{ background-position:-760px bottom;}
.newTabTable{border-collapse:collapse;}
.newTabTable td,.newTabTable th{ padding:10px; border:1px solid #ddd; color:#8d9093;}
.newTabTable th{ font-size:14px; color:#525151;}
#otherTab{ background:url(/images/qqfwqbg.jpg) no-repeat center bottom #24272e; height:845px;}
#otherTab  .newTabCon{ overflow:hidden;}
#otherTab ul{ width:110%;}
#otherTab ul li{ float:left; display:block; width:150px;margin:15px 15px 0 0;}
#otherTab ul li p{ height:25px; line-height:25px; background:#1a1d22; color:#FFF;}
#otherTab ul li:hover p{ background:#fd6d4d;}


/*����������������������*/
.newTabCon{ overflow:hidden;}
.jfys_dl{ width:1080px;}
.newTabCon dl{ width:185px; float:left; margin-right:80px; text-align:left;}
.newTabCon dt{ font-size:16px; height:55px; margin-left:12px;}
.newTabCon dd{ font-size:14px; line-height:20px; color:#9fa1a4; margin-bottom:5px; display:block; height:80px;}
/*����������������������*/
.jfjs_main{ width:940px; margin:0 auto; overflow:hidden; padding:0px 20px 0px 20px;text-align:left;}
.jfjs{ float:left;}
.jfjs_title{ font-size:32px; color:#c3c3c3;}
.jfjs_nr{ margin-top:20px; overflow:hidden; width:462px;}
.jfjs_img{ float:left; border:1px solid #ccc; padding:3px;}
.jfjs_jj{ float:right; margin-left:15px; line-height:24px; font-size:12px; color:#999; width:262px;}

.jfys_list{ width:420px; float:right;} 
.jfys_list ul{margin-top:10px;}
.jfys_list ul li{ font-size:12px; color:#999; height:38px; line-height:38px; border-bottom:1px #8d9093 dotted;}
.cx_banner{ width:100%; height:48px; line-height:48px; background:#fb6d4b; font-size:24px; color:#FFF; padding-left:50px; margin-top:40px;}
.cx_banner span{ font-size:32px;}

.pghljf{ width:48%; float:left; height:40px; line-height:40px; background:#fb6d4b; color:#FFF; font-size:24px; margin-top:20px;}

.xgqtjf{ width:48%; float:left; height:40px; line-height:40px; background:#8d9093; color:#FFF; font-size:24px; margin-left:4%; margin-top:20px;}

/*��½*/
.op_btns{width:980px;margin:-540px auto 0;position:relative;z-index:3;*margin-top:-530px}
.op_btns .op_btn{display:block;width:38px;height:39px;cursor:pointer;overflow:hidden;position:absolute;margin-top:240px;}
.op_btns .op_prev{right:-135px}
.op_btns .op_next{left:-135px}
.op_btns .op_prev span,.op_btns .op_next span{display:block;width:38px;height:39px;background:url(/images/icons_cb372887.png) no-repeat;cursor:pointer}
.op_btns .op_prev span{background-position:-59px 0;}
.op_btns .op_next span{background-position:0 0;}


.in_ct1{width:326px;height:auto;overflow:hidden; margin-top:10px; margin-left:8px; _margin-left:0px;}
.box li{ width:326px;height:254px;margin-left:4px;float:left;overflow:hidden;position:relative;}
.toll_img{ width:326px;height:254px;}
.toll_info{ height:254px;vertical-align:middle;display:table-cell; position:relative;}
.box li .box1{ color:#666;text-decoration:none;position:absolute;top:0;left:0;cursor:pointer;}
.usa_tuijian{ margin:0 auto;margin-top:10px; margin-bottom:25px;}
.usa_tuijian a{ margin-left:25px; margin-right:20px;}
.evaluation_con { width:980px; margin:0 auto;}
.evaluation_list { margin: 30px 0 30px; overflow:hidden;}
.evaluation_list ul li { float: left; margin: 0 10px 0 0;  width: 480px;}
.evaluation_list ul li p { border: 1px solid #ccc; padding: 14px;width: 450px;}
.evaluation_list ul li p img{ width:450px; height:293px; }
.evaluation_list ul li h2 {color: #000;font-size: 14px;font-weight: normal;line-height: 24px;margin: 10px 0 0;text-align: center;}
.xn_jianjie .kj_content .title1 span.goumai a{ display:block; margin:0 auto; margin-top:15px;}


.menu01{background:#eeeeee;border-bottom: 1px solid #d2d2d2; border-top: 1px solid #d2d2d2; height: 56px;margin-top: 10px; margin-bottom:10px}
.menu01 .menu_nr{margin: 0 auto;text-align: center;width: 980px; overflow:hidden;}
.menu01 .menu_nr ul{ float:left;}
.menu01 .menu_nr a{ float:left;margin-top:15px; width:90px; height:23px; line-height:23px;margin-left: 5px; margin-right: 5px;}
.menu01 li{float:left;cursor:pointer;overflow:hidden; margin-top:15px; width:490px; height:23px; line-height:23px;margin-left: 5px; margin-right: 5px; display:inline;}
.servers_tedian .tedian_nr ul li a{color:#FFF;}
/*���*/
.sbiaoti_list .ou_listnr{ background:url(/images/yabg2.gif) no-repeat;}
.servers_tedian1{ height:205px; border-top:1px solid #e1e1e1; }
.servers_tedian1 .tedian_nr{ width:980px; margin:0 auto;}
.servers_tedian1 .tedian_nr ul li{ width:174px; height:174px; background:url(/images/tdicon.png) no-repeat; color:#FFF; margin-top:15px; margin-left:30px; margin-right:30px; display:inline; float:left;}
.servers_tedian1 .tedian_nr ul li.tedian1{ background-position:-10px 0;}
.servers_tedian1 .tedian_nr ul li.tedian2{ background-position:-194px 0;}
.servers_tedian1 .tedian_nr ul li.tedian3{ background-position:-374px 0;}
.servers_tedian1 .tedian_nr ul li.tedian4{ background-position:-558px 0;}
.servers_tedian1 .tedian_nr ul li.tedian4 b{ font-size:24px;}
.servers_tedian1 .tedian_nr ul li span{ display:block; text-align:center; padding-top:60px; font-size:18px;}
.servers_tedian1 .tedian_nr ul li b{display:block; text-align:center; font-style:normal; font-size:24px;}
.servers_list{ width:978px; margin:0 auto; border:1px solid #e5e5e5;}
.servers_list .servers_title{ height:60px; background:#eeeeee; line-height:60px; text-align:center; font-size:24px; font-weight:bold; color:#fb6e53;}
.servers_list .servers_title h2,.servers_list .servers_title h4{ font-size:19px;}
.servers_list .s_title1{ height:55px; line-height:55px;border-bottom:1px solid #dddddd; background:#f9f9f9; font-size:14px; color:#494747;}
.servers_list .s_title1 span{ float:left; text-align:center; height:55px; line-height:55px; border-right:1px solid #dddddd;}
.servers_list .s_title1 span.xh{ width:109px;}
.servers_list .s_title1 span.cpu{ width:294px;}
.servers_list .s_title1 span.neicun{ width:50px;}
.servers_list .s_title1 span.yingpan{ width:188px;}
.servers_list .s_title1 span.ip{ width:35px;}
.servers_list .s_title1 span.kuandai{ width:89px;}
.servers_list .s_title1 span.jiage{ width:101px;}
.servers_list .s_title1 span.jiage b{ font-size:24px; color:#fb6e53; font-weight:normal;}
.servers_list .s_title1 span.caozuo{ width:100px; border-right:none;}
.servers_list .s_list11{ height:70px; line-height:70px; border-bottom:1px solid #dddddd; background:#FFF; color:#909090; font-size:12px;}
.servers_list .s_list11 span{ height:70px; line-height:70px;}
.servers_list .s_title1 span.caozuo a{ margin-top:25px;}
.servers_list .bghui{ background:#f9f9f9;}
.servers_list{ margin-bottom:20px;}
.servers_list .s_title1 span.caozuo a{ margin-left:15px;}
.sbiaoti_list .fei_listnr{ background:url(/images/yabg3.gif) no-repeat right;}
.sbiaoti_list .nan_listnr{ background:url(/images/nanbg2.gif) no-repeat right;}
.sbiaoti_list .da_listnr{ background:url(/images/dabg2.gif) no-repeat right;}
.sbiaoti_list .bei_listnr{ background:url(/images/beibg2.gif) no-repeat right;}
/*�ص�*/
.sbiaoti_list .ou_listnr{ background:url(/images/yabg2.gif) no-repeat;}
.servers_tedian{ height:205px; border-top:1px solid #e1e1e1; }
.servers_tedian .tedian_nr{ width:980px; margin:0 auto;}
.servers_tedian .tedian_nr ul li{ width:174px; height:174px; background:url(/images/tdicon.png) no-repeat; color:#FFF; margin-top:15px; margin-left:30px; margin-right:30px; display:inline; float:left;}
.servers_tedian .tedian_nr ul li.tedian1{ background-position:-10px 0;}
.servers_tedian .tedian_nr ul li.tedian2{ background-position:-194px 0;}
.servers_tedian .tedian_nr ul li.tedian3{ background-position:-374px 0;}
.servers_tedian .tedian_nr ul li.tedian4{ background-position:-558px 0;}
.servers_tedian .tedian_nr ul li.tedian4 b{ font-size:24px;}
.servers_tedian .tedian_nr ul li span{ display:block; text-align:center; padding-top:60px; font-size:18px;}
.servers_tedian .tedian_nr ul li b{display:block; text-align:center; font-style:normal; font-size:24px;}
.servers_list{ width:978px; margin:0 auto; border:1px solid #e5e5e5;}
.servers_list .servers_title{ height:60px; background:#eeeeee; line-height:60px; text-align:center; font-size:24px; font-weight:bold; color:#EA2626;}
.servers_list .servers_title h2,.servers_list .servers_title h4{ font-size:19px;}
.servers_list .s_title1{ height:55px; line-height:55px;border-bottom:1px solid #dddddd; background:#f9f9f9; font-size:14px; color:#494747;}
.servers_list .s_title1 span{ float:left; text-align:center; height:55px; line-height:55px; border-right:1px solid #dddddd;}
.servers_list .s_title1 span.xh{ width:120px;}
.servers_list .s_title1 span.cpu{ width:220px;}
.servers_list .s_title1 span.neicun{ width:60px;}
.servers_list .s_title1 span.yingpan{ width:170px;}
.servers_list .s_title1 span.ip{ width:50px;}
.servers_list .s_title1 span.kuandai{ width:120px;}
.servers_list .s_title1 span.jiage{ width:121px;}
.servers_list .s_title1 span.jiage b{ font-size:24px; color:#EA2626; font-weight:normal;}
.servers_list .s_title1 span.caozuo{ width:104px;border-right:none}
.servers_list .s_list11{ height:70px; line-height:70px; border-bottom:1px solid #dddddd; background:#FFF; color:#909090; font-size:12px;}
.servers_list .s_list11 span{ height:70px; line-height:70px;}
.servers_list .s_title1 span.caozuo a{ margin-top:25px;}
.servers_list .bghui{ background:#f9f9f9;}
.servers_list{ margin-bottom:20px;}
.servers_list .s_title1 span.caozuo a{ margin-left:15px;}
.sbiaoti_list .fei_listnr{ background:url(/images/yabg3.gif) no-repeat right;}
.sbiaoti_list .nan_listnr{ background:url(/images/nanbg2.gif) no-repeat right;}
.sbiaoti_list .da_listnr{ background:url(/images/dabg2.gif) no-repeat right;}
.sbiaoti_list .bei_listnr{ background:url(/images/beibg2.gif) no-repeat right;}
.servers_tedian1 .tedian_nr ul li a{color:#FFF;}
.juzhong{margin:0 auto; width:980px}
/*�����̶�*/




.menuBtn {



	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;

}

.clear {
	clear: both;
}
.wrap {
		/*background:url(/images/bg.png) top left repeat-x;*/
		width: 100%;
		min-width: 980px;
		z-index: 10;
		position: relative;
		margin: 0 auto; overflow:hidden;
		padding: 0;

}



.section {
	width: 100%;
	max-width: 1190px;
	min-width: 960px; position:relative; z-index:1;
	margin: 0 auto;
 top:100px;
}


.inner {
	margin: 0 auto;
	position: relative;
}
.subNavBtn:hover,.usa_tuijian a.on{ color:#fb6e53;}


/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
	top: 462px;z-index:10000000;
	max-width: 1190px;
	min-width: 960px;

}

.subMenu .inner {
	padding:0;
	font-weight: 400;
}

.subMenu .inner a.on{width:129px; height:44px; background:url(/images/dianjihoubg.gif) no-repeat; text-align:center; line-height:38px; font-weight:bold; color:#FFF;}





.end {
	margin: 0;
}


/* SECTIONS */
.sTop {
	min-height: 630px;
	color:#3d3d3d;
	
}



.s1 {
	min-height: 1300px;
}


.s2 {
	min-height: 1300px;
}


.s3 {
	min-height: 1300px;
}


.s4 {
	min-height: 1300px;
}

.s5 {
	min-height: 1600px;
}
/*����*/
.laryer1{ width:100%; height:605px; background:url(/images/yewubg.gif) repeat-x;}
.laryer1 .yewu,.rx_tuijian{ width:980px; margin:0 auto; overflow:hidden;}
.laryer1 .yewu h2,.rx_tuijian h2,.laryer3 h2{ font-size:30px; text-align:center; padding-top:34px; color:#767676;}
.laryer1 .yewu h3,.rx_tuijian h3,.laryer3 h3{ font-size:14px; font-weight:normal; text-align:center; margin-top:12px;}
.laryer1 .yewu h3 b,.rx_tuijian h3 b{ font-weight:normal; color:#fb6e53;}
.laryer1 .yewu ul{ overflow:hidden; margin-top:40px; height:355px;}
.laryer1 .yewu ul li{ float:left; margin-left:30px; margin-right:30px; display:inline; width:244px; height:353px;}
.laryer1 .yewu ul li a{ display:block; width:242px; height:351px; text-align:center;}
.laryer1 .yewu ul li a img{ margin-top:20px;}
.laryer1 .yewu ul li a:hover{ background:#FFF; border:1px solid #fb6e53; border-radius:5px;}
.laryer1 .yewu ul li h3{ font-size:18px;}
.laryer1 .yewu ul li .text{ color:#959595; text-align:left; width:205px; margin:0 auto; margin-top:15px;}
.tuijian_yh{ width:853px; height:52px; border:1px solid #e8e2e2; border-radius:5px; margin:0 auto; margin-top:20px; line-height:52px;}
.tuijian_yh span,.tj_jifang span{ float:left; background:#fb6e53; padding-left:15px; padding-right:15px; color:#FFF; display:block; height:52px; line-height:52px; border-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;}
.tuijian_yh a,.tj_jifang a{ margin-left:15px; margin-right:15px; color:#909090;}
.tuijian_yh a:hover,.tj_jifang a:hover{ color:#fb6e53;}
.laryer2{ height:523px; border-top:1px solid #e1e1e1; background:#f7f7f7;}
.rx_servers{ width:565px; margin:0 auto; height:200px; margin-top:60px;}
.rx_servers .server_img{ float:left; width:150px; height:200px;}
.rx_servers .servers_right{ float:right; width:410px;}
.rx_servers .servers_right h2{ padding-top:0; font-size:18px; font-weight:normal; text-align:left; font-weight:500; margin-bottom:15px;}
.rx_servers .servers_right .servers_jj{ color:#909090; line-height:22px;}
.rx_servers .servers_right .servers_jiage{color:#909090; margin-top:15px;}
.rx_servers .servers_right .servers_jiage span{ float:left; margin-right:20px; display:inline;}
.rx_servers .servers_right .servers_jiage span b{ color:#d86e6e; font-size:24px; font-weight:normal;}
.rx_servers .servers_right .servers_jiage a,.fudong a, .tabbtn li.current a, .servers_list .s_title1 span.caozuo a, .servers_list03 .s_title1 span.caozuo a, .servers_list02 .s_title1 span.caozuo a { color: #EA2626;
display: inline;float: left;height: 23px;line-height: 23px;margin-left: 15px;margin-top: 20px;text-align: center;width: 75px;font-size:16px}
.servers_jiage a.ck, .vps_tuijian ul li .lianjie1 a.sqdaili, .webjs .webxg .anniu a.sqdaili { background-position: 0 -97px;}
.servers_jiage a.goumai,.fudong a, .tabbtn li.current a, .servers_list .s_title1 span.caozuo a {
    background-position: 0 -72px;
}
.tj_jifang{ width:680px; height:52px; background:#FFF; border:1px solid #e8e2e2; border-radius:5px; margin:0 auto; line-height:52px; margin-top:15px;}
.laryer3{ height:730px;border-top:1px solid #e1e1e1; }
.laryer3 h3{ font-family:Georgia; color:#767676; font-size:12px;}
.laryer3 .news{ width:980px; margin:0 auto;}
/*��������*/
.con_one_1 .servers_list .s_title1 a{ margin-top:25px;margin-left:15px;}

/* ====================�������==================== */
.fabanner{ height:741px; width:100%; background:url(/images/fabanner.jpg) no-repeat center top;}
.fangan1{ background:#d1e9ff; overflow:hidden;}
.fangan1 .fa1nr{ width:980px; margin:0 auto;}
.fangan1 .fa1nr h2{ padding-top:35px; margin-bottom:35px; }
.fa1tt{ line-height:24px; font-size:14px; color:#515151; margin-bottom:20px;}
.fa1tt h3{ font-size:18px;}
.fa1tt span{ color:#f05a6c;}
.kuangtt{ background:#e8f4ff; overflow:hidden; padding-bottom:20px; margin-bottom:10px;}
.kuangtt span{ width:155px; height:37px; display:block; background:#2d6fb2; font-size:18px; color:#FFF; line-height:37px; padding-left:10px;}
.fangan1 .kuangtt h2{ margin-left:30px; margin-bottom:20px; display:block;}
.kuangtt div{ color:#535353; line-height:24px; margin-left:30px; display:inline; float:left;}
.kuangtt img{ float:left; margin-left:40px; display:inline;}
.kuangtt .peizhi1{ border-right:1px dashed #a3cdf7; width:290px; height:725px; padding-right:5px;}
.kuangtt .peizhi1 .peixuntp,.kuangtt .peizhi2 .peixuntp,.kuangtt .peizhi3 .peixuntp{ display:block; text-align:center; clear:both;width:290px; margin-bottom:30px; margin-left:0;}
.kuangtt .peizhi1 .peixuntp img,.kuangtt .peizhi2 .peixuntp img{ clear:both;}
.kuangtt .peizhi2{border-right:1px dashed #a3cdf7; width:325px; margin-left:15px; padding-right:15px;}
.kuangtt .peizhi3{ width:250px; margin-left:15px;}
.kuangtt .peizhi2 .peixuntp{ width:320px;}
.kuangtt .peizhi3 .peixuntp{ width:250px;}
.fangan2{ width:980px; margin:0 auto;}
.fa2main{ width:988px; height:923px; background:url(/images/fa2bg.gif) no-repeat; color:#9d9d9d; line-height:24px;}
.fa2main .fzgn{margin-top:150px;}
.fa2main .fa2main_left{ float:left; margin-left:45px; display:inline; width:420px;}
.fa2main .fa2main_left h2{ font-size:18px; color:#6d6d6d;}
.fa2main .fa2main_left .fzjc{ margin-top:40px;}
.fa2main_right{ width:420px; float:right; margin-right:20px; display:inline;}
.fa2main_right .toright{ margin-top:195px;}
.fa2main_right .topright1{ margin-top:70px;}

.fangan3{ background:#f2f2eb; overflow:hidden;}
.fangan3 .fa3nr{ width:980px; margin:0 auto; background:url(/images/fangan2bg.gif) no-repeat; overflow:hidden;}
.fangan3 .fa3nr .fang3tt{ width:920px; background:#FFF; border-radius:5px; margin-top:270px; padding:30px; margin-bottom:30px; }
.fangan3 .fa3nr .fang3tt span{ display:block; width:155px; height:25px;  line-height:25px; font-size:14px; color:#FFF; background:#f05a6c; padding-left:10px;}
.fangan3 .fa3nr .fang3tt p{ color:#9d9d9d; line-height:24px;}
.fangan4{ width:100%; overflow:hidden; background:#cce6ff;}
.fangan4 .fa4nr{ width:980px; margin:0 auto;}
.fangan4 .fa4nr .gaishu{ width:980px; height:706px; background:url(/images/fn4nrbg.gif) no-repeat;}
.fangan4 .fa4nr .gaishu div{ width:330px; color:#2b2b2b; line-height:24px; padding-top:130px; margin-left:300px;}
.fangan4 .fa4nr .gaishu div h2,.fangan4 .fa4nr .cdnjs div h2{ font-size:18px; color:#dd4b4b;}
.fangan4 .fa4nr .cdnjs{ width:950px; height:550px; background:url(/images/cdnjsbg.gif) no-repeat; margin-bottom:20px;}
.fangan4 .fa4nr .cdnjs div{color:#2b2b2b; line-height:24px; padding:40px;}

.fangan5{ width:980px; margin:0 auto;}
.fangan5 .fangan5tt{ width:980px; height:723px; background:url(/images/fangan5bg.gif) no-repeat; line-height:24px; color:#9d9d9d;}
.fangan5 .fangan5tt div{ padding-top:110px; padding-left:110px; padding-right:30px;}
.fangan5 .fangan5tt div h2{ font-size:14px; color:#ed4e4e;}

.fangan6{ background:#fefdbd; padding-bottom:40px; margin-top:15px;}
.fangan6 .fa6nr{ width:980px; margin:0 auto;  overflow:hidden; color:#4a4a4a; line-height:24px;}
.fangan6 .fa6nr .fan6tt{ background:url(/images/66tup.gif) no-repeat left top; padding-left:200px; padding-bottom:100px; padding-top:50px; padding-right:80px;}

.fangan7{ background:#f2f1ec; overflow:hidden;}
.fangan7 .fangnr7{ width:980px; margin:0 auto;}
.fangan7 .fangnr7 .fan7tt{ background:url(/images/77tup.gif) no-repeat right top; padding-left:65px; padding-right:185px; line-height:24px; padding-bottom:60px;}
.fangan8{ background:#cce6ff; overflow:hidden;}
.fangan8 .fangan8nr{ width:980px; margin:0 auto;}
.fangan8 .fangan8nr .fang8tt{ background:url(/images/88tup.gif) no-repeat right top; padding-left:65px; padding-right:280px; line-height:24px; padding-bottom:100px; padding-top:50px;}
/* content */
#content{position:relative;z-index:0;}
.article{background:#04caca;text-align:left;}
.article dt{width:60%;padding-top:50px;margin:0 auto;font:normal 40px/200% "Microsoft YaHei";color:#fff;text-shadow:1px 1px 1px #666;}
.article dt em{font:italic 80px/150% Verdana;margin-right:10px;}
.article dd{position:relative;z-index:1;width:60%;margin:20px auto 0 auto;}
.article dd .con{position:relative;z-index:1;padding:30px;font:normal 16px/200% "Microsoft YaHei";color:#fff;}
.article dd .con p{text-indent:24px;margin-bottom:20px;}

#art2{background:#7eb906;}
#art3{background:#d68432;}
#art4{background:#aa89d8;}

.sideGuide{position:fixed; _position:absolute;z-index:1;right:50px;top:150px;width:112px;background:#fff;_top:expression(eval(document.documentElement.scrollTop+150))}
.sideGuide h3{background:#EA2626;font-weight:bold;color:#fff;}
.sideGuide ul{padding:10px 0;}
.sideGuide li{position:relative;border-bottom:1px solid #f4f4f4;vertical-align:middle; padding:8px; background:#eeeeee; margin-bottom:5px;}
.sideGuide li s{display:none;position:absolute;top:0;left:-10px;width:10px;background:#555;height:32px;}
.sideGuide li a{display:block;color:#999;}
.sideGuide li a:hover{text-decoration:none;color:#f50;}
.sideGuide li.on s{display:block;}
.sideGuide li.on {background:#fb6e53; color:#FFF;}
.sideGuide li.on a{ color:#FFF;}



/* top_slide_wrap */
.top_slide_wrap{width:100%;height:523px;overflow:hidden;position:relative;z-index:1;}
.slide_box{height:523px;overflow:hidden}
.slide_box li{height:523px}
.slide_info{width:980px;margin:-530px auto 0}
.slide_info_card{width:420px;height:0;margin-top:171px;color:#fff;position:relative}
.slide_info_card a{color:#fff;text-decoration:none}
.slide_info_card .slide_info_card_bg{width:420px;height:200px;background:#0071c6;position:absolute;top:0;left:0;z-index:1;opacity:.8;*filter:alpha(opacity=80)}
.slide_info_card .slide_info_card_text{width:340px;height:140px;padding:30px 40px;position:absolute;top:0;left:0;z-index:2}
.slide_info_card h2{font-size:40px;padding-bottom:8px}
.slide_info_card p{font-size:15px;line-height:26px}
.slide_info_card p strong{font-size:12px;height:25px;display:inline-block;padding:0 10px;background:#095b99;border-radius:5px;color:#fff;margin-top:8px}
/* op_btns */
.op_btns{width:980px;margin:-540px auto 0;position:relative;z-index:3;*margin-top:-530px}
.op_btns .op_btn{display:block;width:38px;height:39px;cursor:pointer;overflow:hidden;position:absolute;margin-top:240px;}
.op_btns .op_prev{right:-135px}
.op_btns .op_next{left:-135px}
.op_btns .op_prev span,.op_btns .op_next span{display:block;width:38px;height:39px;background:url(/images/icons_cb372887.png) no-repeat;cursor:pointer}
.op_btns .op_prev span{background-position:-59px 0;}
.op_btns .op_next span{background-position:0 0;}


.in_ct1{width:326px;height:auto;overflow:hidden; margin-top:10px; margin-left:8px; _margin-left:0px;}
.box li{ width:326px;height:254px;margin-left:4px;float:left;overflow:hidden;position:relative;}
.toll_img{ width:326px;height:254px;}
.toll_info{ height:254px;vertical-align:middle;display:table-cell; position:relative;}
.box li .box1{ color:#666;text-decoration:none;position:absolute;top:0;left:0;cursor:pointer;}
.usa_tuijian{ margin:0 auto;margin-top:10px; margin-bottom:25px;}
.usa_tuijian a{ margin-left:25px; margin-right:20px;}
.evaluation_con { width:980px; margin:0 auto;}
.evaluation_list { margin: 30px 0 30px; overflow:hidden;}
.evaluation_list ul li { float: left; margin: 0 10px 0 0;  width: 480px;}
.evaluation_list ul li p { border: 1px solid #ccc; padding: 14px;width: 450px;}
.evaluation_list ul li p img{ width:450px; height:293px; }
.evaluation_list ul li h2 {color: #000;font-size: 14px;font-weight: normal;line-height: 24px;margin: 10px 0 0;text-align: center;}
.xn_jianjie .kj_content .title1 span.goumai a{ display:block; margin:0 auto;}


.menu01{background:#eeeeee;border-bottom: 1px solid #d2d2d2; border-top: 1px solid #d2d2d2; height: 56px;margin-top: 10px;}
.menu01 .menu_nr{margin: 0 auto;text-align: center;width: 980px; overflow:hidden;}
.menu01 .menu_nr ul{ float:left;}
.menu01 .menu_nr a{ float:left;margin-top:15px; width:90px; height:23px; line-height:23px;margin-left: 5px; margin-right: 5px;}
.menu01 li{float:left;cursor:pointer;overflow:hidden; margin-top:15px; width:490px; height:23px; line-height:23px;margin-left: 5px; margin-right: 5px; display:inline;}
.servers_tedian .tedian_nr ul li a{color:#FFF;}
/*ȫ���Ϻ��й�*/
.hz_kehu{ background:#f8f8f8; border-top:1px solid #dddddd;}
.hz_kehu .kehu_list{ width:980px; margin:0 auto; overflow:hidden; padding-bottom:30px;}
.hz_kehu .kehu_list h2,.xn_jianjie .jjnr h2{ font-size:36px; text-align:center; margin-top:15px; margin-bottom:20px;}
.hz_kehu .kehu_list h2 span,.xn_jianjie .jjnr span{ font-weight:normal; font-size:14px; display:block; margin-top:10px}
.hz_kehu .kehu_list ul li{ float:left; border:1px solid #dddddd; margin-left:10px; margin-right:10px; display:inline; margin-top:20px;}


.menu01{background:#eeeeee;border-bottom: 1px solid #d2d2d2; border-top: 1px solid #d2d2d2; height: 56px;margin-top: 10px;}
.menu01 .menu_nr{margin: 0 auto;text-align: center;width: 980px; overflow:hidden;}
.menu01 .menu_nr ul{ float:left;}
.menu01 .menu_nr a{ float:left;margin-top:15px; width:90px; height:23px; line-height:23px;margin-left: 5px; margin-right: 5px;}
.menu01 li{float:left;cursor:pointer;overflow:hidden; margin-top:15px; width:490px; height:23px; line-height:23px;margin-left: 5px; margin-right: 5px; display:inline;}
.servers_tedian .tedian_nr ul li a{color:#FFF;}

/*�������>>΢��Ӫ��*/
.yingxiao{background:#f3f3f3;}
.chaoshi .fc_k , .yingxiao .fc_k{ width:960px; margin:0 auto; padding-top:45px;height:750px;} 
.fc_t{width:100%; height:35px;color:#ec7400;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15); font-size:30px; height:65px; font-weight:bold;font-family:Microsoft YaHei;}
.fc_t strong:hover{
	padding:10px; 
	color:#fff;
	border-radius: 12px 12px 12px 12px;
	border:1px solid; rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #FAA732;
    background-image: -moz-linear-gradient(center top ,#FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.01) rgba(0, 0, 0, 0.01) rgba(0, 0, 0, 0.015);
	}
.fc_t1{width:100%;height:90px; margin:0px auto 0;}
.fc_t1 h3 , .fc_c h3 ,.fc_t2 h3{width:240px; line-height:30px; text-align:center; font-size:18px; padding:3px; background:#DA6B00;text-shadow:0 1px 2px #aaa;border-radius: 4px 4px 4px 4px;box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);  font-family:Microsoft YaHei; color:#fff; margin-bottom:10px;}
.fc_t1 p ,.fc_c p.loupan , .fc_t2 p{ text-indent:2em;line-height:25px; font-size:16px; font-family:Microsoft YaHei; color:#333;}
.fc_c{width:960px; height:450px; margin:20px auto 0; position:relative; border-bottom:1px solid #eee;}
.fc_l , .fc_l2{width:480px; height:275px; padding:20px; float:left; padding-bottom:0;}
.fc_l ul , .fc_l2 ul{}
.fc_l ul li , .quanjing ul li a.tiyan , .fc_l2 ul li{ 
	height:25px; 
	line-height:25px;
	color: #666;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.10); 
	padding:5px 10px; 
	display:block;
	margin:10px;
	border:1px solid;
	border-color:#fefefe #fefefe #fefefe;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	font-size:15px;
	text-align: center;
	background-color: #fff;
    background-image: -moz-linear-gradient(center top , #fff, #eee);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.01) rgba(0, 0, 0, 0.01) rgba(0, 0, 0, 0.015);
	border-radius: 4px 4px 4px 4px;
	cursor:pointer;
	float:left;
	}
.fc_l ul li:hover , .fc_l ul li.cur2 , .quanjing ul li a.tiyan:hover , .fc_l2 ul li:hover , .fc_l2 ul li.cur2{
	background-color: #FAA732;
    background-image: -moz-linear-gradient(center top , #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-style: solid;
    border-width: 1px;
	font-weight:600;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc_r ,.fc_r1 ,.fc_r2{width:440px; height:315px; float:left; display:none; z-index:10;}
.fc_r img , .fc_r2 img{display:block; margin:auto;}
.fc_r1{background:url(/images/weimob11.jpg) 12px 30px no-repeat; padding-top:30px;}
.fc_cur{display:block;}
.fc_wx{width:153px; height:154px; position:absolute; top:50px; right:-150px; z-index:20;}
.fc_t2{width:100%; height:100px; margin:10px auto 0;}

/*��������*/
.helpm_right{ float:right; width:745px;}
.helpm_right h2{ font-size:24px; font-weight:normal; margin-top:50px;border-bottom:1px solid #e0e0e0; padding-bottom:20px;}
.helpm_right ul.xueyuan li{ height:100px; border-bottom:1px solid #e0e0e0; line-height:24px; margin-bottom:1px;}
.helpm_right ul.xueyuan li a { float:left; width:630px; color:#8b8b8b;}
.helpm_right ul.xueyuan li a:hover{ color:#fb6e53;;}
.helpm_right ul.xueyuan li h3{ color:#595959; font-weight:normal; font-size:14px; margin-top:20px;}
.helpm_right ul.xueyuan li span{ text-align:center; height:80px; float:right; background:#dfdfdf; width:105px; font-size:40px; color:#9f9f9f;font-family:"΢���ź�"; text-align:center; line-height:40px; padding-top:20px;}
.helpm_right ul.xueyuan li span a{ width:auto; font-size:14px; padding-left:25px;}
.helpm_right h3.news_title{ padding:40px 0px; font-size:18px; text-align:center; font-weight:normal;}
.helpm_right .news_tt{ line-height:24px; color:#7b7b7b; font-size:12px; width:650px; margin:0 auto;}

.helpm_right .news_tt p{ margin-top:40px; text-indent:2em;}
.helpm_right .news_tt span.shijian{ float:right; margin-top:40px; color:#555555;}
.helpm_right ul.shipin { overflow:hidden; margin-bottom:20px;}
.helpm_right ul.shipin li{ width:236px; margin-top:25px; float:left; margin-left:10px; display:inline;}
.helpm_right ul.shipin li img{ width:236px; height:236px;}
.helpm_right ul.shipin li span{ border-bottom:1px solid #e3e3e3; height:35px; text-align:center; line-height:35px; display:block;}
.helpm_right ul.xiazai li { height:60px; background:#e9e9e9; margin-top:15px; font-size:14px;}
.helpm_right ul.xiazai li:hover{ background:#EA2626; color:#FFF;}
.helpm_right ul.xiazai li span{ float:left; margin-left:80px; display:inline; line-height:60px;}
.helpm_right ul.xiazai li a{ float:right; width:84px; height:28px; background:#FFF; color:#fb6e53; border-radius:5px; margin-right:10px; display:inline; text-align:center; line-height:28px; margin-top:15px;}
.helpm_right h3.pay_bt{ height:40px; line-height:40px; background:#e3e3e3; color:#8b8b8b;}
.helpm_right h3.pay_bt span{ margin-left:15px;}



/*��������¼ӱ��*/

.servers_list02{ width:978px; margin:0 auto; border:1px solid #e5e5e5;}
.servers_list02 .servers_title{ height:60px; background:#eeeeee; line-height:60px; text-align:center; font-size:24px; font-weight:bold; color:#EA2626;}
.servers_list02 .servers_title h2,.servers_list02 .servers_title h4{ font-size:19px;}
#titleback{background:#EA2626}
.servers_list02 .s_title1{ height:55px; line-height:55px;border-bottom:1px solid #dddddd; background:#f9f9f9; font-size:14px; color:#494747;}
.servers_list02 .s_title1 span{ float:left; text-align:center; height:55px; line-height:55px; border-right:1px solid #dddddd;}
.servers_list02 .s_title1 span.xh{ width:109px;}
.servers_list02 .s_title1 span.xitong{ width:130px;}
.servers_list02 .s_title1 span.cpu{ width:60px;}
.servers_list02 .s_title1 span.kuandai{ width:89px;}
.servers_list02 .s_title1 span.neicun{ width:80px;}
.servers_list02 .s_title1 span.ip{ width:35px;}
.servers_list02 .s_title1 span.yingpan{ width:60px;}
.servers_list02 .s_title1 span.jiage1{ width:110px;}
.servers_list02 .s_title1 span.jiage1 b{ font-size:24px; color:#EA2626; font-weight:normal;}
.servers_list02 .s_title1 span.liuliang{ width:50px;}
.servers_list02 .s_title1 span.jiage2{ width:130px;}
.servers_list02 .s_title1 span.jiage2 b{ font-size:24px; color:#EA2626; font-weight:normal;}
.servers_list02 .s_title1 span.caozuo{ width:110px; border-right:none;}
.servers_list02 .s_list11{ height:70px; line-height:70px; border-bottom:1px solid #dddddd; background:#FFF; color:#909090; font-size:12px;}
.servers_list02 .s_list11 span{ height:70px; line-height:70px;}
.servers_list02 .s_title1 span.caozuo a{ margin-top:25px; color:#}
.servers_list02 .bghui{ background:#f9f9f9;}
.servers_list02{ margin-bottom:20px;}
.servers_list02 .s_title1 span.caozuo a{ margin-left:15px;}
.sbiaoti_list .fei_listnr{ background:url(/images/yabg3.gif) no-repeat right;}
.sbiaoti_list .nan_listnr{ background:url(/images/nanbg2.gif) no-repeat right;}
.sbiaoti_list .daa_listnr{ background:url(/images/dabg2.gif) no-repeat right;}
.sbiaoti_list .bei_listnr{ background:url(/images/beibg2.gif) no-repeat right;}
/*��������¼���ֵ*/
.zengzhi{ background-color:#fff; padding-left:10px}
.zengzhi a{font-size:14px; text-decoration:none; display:block; width:500px; line-height:20px; margin-top:10px}

/*��ϵ����QQ�ͷ�*/
.qq_box{ width:755px; overflow:hidden}
.qq_box .qq_leftlx{ width:305px; float:left; height:610px; border-right:1px solid #dedede; background:url(/images/qq_leftbg1.jpg) no-repeat; display:inline; overflow:hidden}
.qq_box .qq_leftlx .qq_24sh{ margin-top:205px;}
.qq_box .loginpd h3{ float:right;}
.qq_box .qq_rightlx{ width:390px; float:left; display:inline; overflow:hidden}
.qq_box .qq_sqzxnr{ height:215px; border-bottom:2px solid #dedede; font-size:14px;}
.qq_box .qq_sqzxnr ul li{ float:left; margin-top:20px; line-height:22px; height:22px; margin-left:15px; display:inline;}
.qq_box .qq_sqzxnr ul li img,.dakehu ul li img{ float:left; margin-right:8px; display:inline;}
.qq_box .dkhcw{ height:165px;border-bottom:2px solid #dedede; }
.qq_box .dkhcw h1{ margin-top:21px;}
.qq_box .dakehu{ width:170px; float:left; margin-left:15px; display:inline;}
.qq_box .dakehu ul li{ margin-top:22px;}
.qq_box .qq_24sh ul li{ font-size:12px; height:38px; line-height:38px; padding-left:30px; margin-left:22px;}
.qq_box .qq_24sh ul li.qiyeqq{ background:url(/images/qqtubiao.gif) no-repeat 0 10px;}
.qq_box .qq_24sh ul li.jjdianhua{background:url(/images/qqtubiao1.gif) no-repeat 0 10px;}
.qq_box .qq_24sh ul li span,.qq_24sh ul li a,.qq_dianhua ul li span{ color:#fb6e53; font-family:Arial, Helvetica, sans-serif; font-size:18px;}
.qq_box .qq_dianhua ul li{font-size:12px; margin-left:25px; margin-top:10px;}


/*��վ����*/
/* line 41, ../sass/platform-subject.scss */
#platform-item.h-block-sys {
  height: 520px;
  position: relative;
  z-index: 3;
}
/* line 46, ../sass/platform-subject.scss */
#platform-item.h-block-sys .sys-con {
  padding: 50px 15px 0 40px;
  position: relative;
   /* i{
	display: inline-block;
	width: 76px;
	height: 32px;
	background: url('/images/android.png') no-repeat center;
	position: absolute;
	top:60px;
	right: -75px;
    }*/
}
/* line 49, ../sass/platform-subject.scss */
#platform-item.h-block-sys .sys-con .sys-left {
  width: 560px;
  padding: 60px 0 0 0;
  float: left;
}
/* line 53, ../sass/platform-subject.scss */
#platform-item.h-block-sys .sys-con .sys-left h3 {
  font-size: 30px;
  font-weight: bold;
}
/* line 56, ../sass/platform-subject.scss */
#platform-item.h-block-sys .sys-con .sys-left h3 b {
  color: #EA2626;
}
/* line 59, ../sass/platform-subject.scss */
#platform-item.h-block-sys .sys-con .sys-left h3 span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  color: #888888;
  font-weight: normal;
}
/* line 67, ../sass/platform-subject.scss */
#platform-item.h-block-sys .sys-con .sys-left .line {
  width: 50px;
  height: 28px;
  border-bottom: 2px solid #EA2626;
}
/* line 72, ../sass/platform-subject.scss */
#platform-item.h-block-sys .sys-con .sys-left p {
  font-size: 14px;
  color: #888888;
  line-height: 25px;
  padding-top: 24px;
  /*word-break:break-all;*/
  width: 565px;
}
/* line 83, ../sass/platform-subject.scss */
#platform-item.h-block-sys .sys-con .sys-right {
  height: 470px;
  width: 585px;
  float: right;
  text-align: center;
}
/* line 104, ../sass/platform-subject.scss */
.platform-advantage {
  position: relative;
  z-index: 3;
}
/* line 107, ../sass/platform-subject.scss */
.platform-advantage .subject-title {
  text-align: center;
  padding: 50px 0 40px;
}
/* line 110, ../sass/platform-subject.scss */
.platform-advantage .subject-title h3 {
  font-size: 30px;
  font-weight: bold;
}
/* line 113, ../sass/platform-subject.scss */
.platform-advantage .subject-title h3 span {
  color: #EA2626;
}
/* line 117, ../sass/platform-subject.scss */
.platform-advantage .subject-title p {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  color: #888888;
  font-weight: normal;
}
/* line 126, ../sass/platform-subject.scss */
.platform-advantage .platform-subject-item {
  height: 400px;
  padding-bottom: 70px;
}
/* line 129, ../sass/platform-subject.scss */
.platform-advantage .platform-subject-item .item-left {
  float: left;
  margin-top: 10px;
  padding-left: 110px;
}
/* line 134, ../sass/platform-subject.scss */
.platform-advantage .platform-subject-item .item-left02 {
  margin-top: 70px;
}
/* line 137, ../sass/platform-subject.scss */
.platform-advantage .platform-subject-item .item-left03 {
  padding-left: 80px;
  margin-top: 55px;
}
/* line 141, ../sass/platform-subject.scss */
.platform-advantage .platform-subject-item .item-right {
  width: 600px;
  float: right;
  margin-top: 60px;
}
/* line 145, ../sass/platform-subject.scss */
.platform-advantage .platform-subject-item .item-right h3 {
  font-size: 28px;
}
/* line 147, ../sass/platform-subject.scss */
.platform-advantage .platform-subject-item .item-right h3 span {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  color: #888888;
  font-weight: normal;
}
/* line 155, ../sass/platform-subject.scss */
.platform-advantage .platform-subject-item .item-right .line {
  width: 50px;
  height: 28px;
  border-bottom: 2px solid #EA2626;
}
/* line 160, ../sass/platform-subject.scss */
.platform-advantage .platform-subject-item .item-right p {
  font-size: 14px;
  color: #888888;
  line-height: 25px;
  padding-top: 24px;
}
/* line 170, ../sass/platform-subject.scss */
.platform-advantage .platform-ios-sec-bg {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  height: 100%;
  width: 1920px;
  z-index: -1;
}
/* line 183, ../sass/platform-subject.scss */
#platform-question.platform-question {
  height: 620px;
  position: relative;
  z-index: 3;
}
/* line 187, ../sass/platform-subject.scss */
#platform-question.platform-question .subject-title {
  text-align: center;
  padding: 80px 0 25px;
}
/* line 190, ../sass/platform-subject.scss */
#platform-question.platform-question .subject-title h3 {
  font-size: 30px;
  font-weight: bold;
}
/* line 193, ../sass/platform-subject.scss */
#platform-question.platform-question .subject-title h3 span {
  color: #ff7852;
}
/* line 197, ../sass/platform-subject.scss */
#platform-question.platform-question .subject-title p {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  color: #888888;
  font-weight: normal;
}
/* line 205, ../sass/platform-subject.scss */
#platform-question.platform-question .platform-question-con {
  margin: 0 auto;
  width: 794px;
  height: 379px;
  background: url("/images/platform-question-con-bg.png") no-repeat center;
  z-index: 5;
  position: relative;
}
/* line 212, ../sass/platform-subject.scss */
#platform-question.platform-question .platform-question-con .question-item {
  width: 260px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
/* line 219, ../sass/platform-subject.scss */
#platform-question.platform-question .platform-question-con .question-item .question-item-wrap {
  padding: 15px 5px 0 15px;
}
/* line 221, ../sass/platform-subject.scss */
#platform-question.platform-question .platform-question-con .question-item .question-item-wrap h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #aaaaaa;
}
/* line 226, ../sass/platform-subject.scss */
#platform-question.platform-question .platform-question-con .question-item .question-item-wrap h4 span {
  color: #ff7852;
}
/* line 231, ../sass/platform-subject.scss */
#platform-question.platform-question .platform-question-con .question-item .question-item-wrap ul li {
  list-style: disc inside none;
  color: #888888;
  font-size: 12px;
  white-space: nowrap;
  width: 240px;
  overflow: hidden;
  /*letter-spacing: 0.5px;*/
}
/* line 239, ../sass/platform-subject.scss */
#platform-question.platform-question .platform-question-con .question-item .question-item-wrap ul li:hover {
  color: #ff7852;
}
/* line 242, ../sass/platform-subject.scss */
#platform-question.platform-question .platform-question-con .question-item .question-item-wrap ul li:hover a {
  color: #ff7852;
}
/* line 245, ../sass/platform-subject.scss */
#platform-question.platform-question .platform-question-con .question-item .question-item-wrap ul li a {
  font-size: 14px;
  line-height: 25px;
  color: #888888;
}
/* line 256, ../sass/platform-subject.scss */
#platform-question.platform-question .platform-question-con .left-btm {
  top: auto;
  bottom: 0;
  left: 0;
  width: 260px;
  height: 155px;
}
/* line 263, ../sass/platform-subject.scss */
#platform-question.platform-question .platform-question-con .right {
  width: 300px;
  height: 380px;
  left: auto;
  right: 0;
}
/* line 268, ../sass/platform-subject.scss */
#platform-question.platform-question .platform-question-con .right .question-item-wrap {
  padding-left: 20px;
}
/* line 271, ../sass/platform-subject.scss */
#platform-question.platform-question .platform-question-con .right .question-item-wrap ul li {
  width: 267px;
}
/* line 280, ../sass/platform-subject.scss */
#platform-question.platform-question .question-bg {
  background-color: #dedede;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  height: 100%;
  width: 1920px;
  z-index: -1;
}

/* line 296, ../sass/platform-subject.scss */
.platform-android {
  color: #3f3f3f;
  background-color: #f5f5f5;
}

/* line 301, ../sass/platform-subject.scss */
.platform-android-wrap {
  padding-bottom: 80px;
}
/* line 304, ../sass/platform-subject.scss */
.platform-android-wrap .platform-subject-item {
  height: 400px;
  padding-bottom: 70px;
}
/* line 307, ../sass/platform-subject.scss */
.platform-android-wrap .platform-subject-item .item-left {
  margin: 0;
  float: left;
  padding-left: 67px;
}

/* line 318, ../sass/platform-subject.scss */
.platform-wx {
  color: #3f3f3f;
  background-color: #f5f5f5;
}

/* line 323, ../sass/platform-subject.scss */
.platform-wx-wrap {
  padding-bottom: 80px;
}
/* line 325, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top {
  margin-top: 60px;
}
/* line 328, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top .platform-wx-title h2 {
  font-size: 32px;
  text-align: center;
  color: #ff7852;
  font-weight: bold;
}
/* line 334, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top .platform-wx-title p {
  text-align: center;
  font-size: 12px;
  color: #888888;
  margin-top: 8px;
}
/* line 340, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top .platform-wx-title .platform-wx-learn {
  width: 775px;
  margin: 50px  auto 0;
  /*position: relative;*/
}
/* line 345, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top .platform-wx-title .platform-wx-learn .item {
  float: left;
  font-size: 16px;
  width: 85px;
  text-align: center;
}
/* line 350, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top .platform-wx-title .platform-wx-learn .item span {
  font-size: 60px;
  color: #ff7852;
}
/* line 354, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top .platform-wx-title .platform-wx-learn .item p {
  font-size: 26px;
  color: #3f3f3f;
  margin-top: 15px;
}
/* line 360, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top .platform-wx-title .platform-wx-learn .mid {
  width: 125px;
  margin-left: 225px;
  /*position: absolute;
  top: 0;
  left: 50%;
  margin-left: -53px;*/
}
/* line 369, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top .platform-wx-title .platform-wx-learn .right {
  float: right;
  width: 125px;
}
/* line 376, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top .platform-wx-top-con {
  margin-top: 25px;
  height: 620px;
}
/* line 379, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top .platform-wx-top-con .wx-top-left {
  float: left;
  width: 605px;
}
/* line 382, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top .platform-wx-top-con .wx-top-left .wx-top-left-wrap {
  padding: 25px 0 0 40px;
}
/* line 384, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top .platform-wx-top-con .wx-top-left .wx-top-left-wrap h3 {
  font-size: 28px;
}
/* line 387, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top .platform-wx-top-con .wx-top-left .wx-top-left-wrap .line {
  width: 50px;
  height: 28px;
  border-bottom: 2px solid #ff7852;
}
/* line 392, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top .platform-wx-top-con .wx-top-left .wx-top-left-wrap p {
  font-size: 12px;
  margin-top: 8px;
}
/* line 396, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top .platform-wx-top-con .wx-top-left .wx-top-left-wrap .sec {
  margin-top: 25px;
  font-size: 14px;
  color: #888888;
  line-height: 25px;
}
/* line 402, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top .platform-wx-top-con .wx-top-left .wx-top-left-wrap .wx-top-left-list {
  margin-top: 45px;
}
/* line 404, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top .platform-wx-top-con .wx-top-left .wx-top-left-wrap .wx-top-left-list li {
  font-size: 14px;
  color: #ff7852;
  width: 100px;
  float: left;
  margin-right: 145px;
  padding-left: 5px;
  margin-bottom: 33px;
  list-style: disc inside none;
}
/* line 419, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-wx-top .platform-wx-top-con .wx-top-right {
  float: right;
  width: 545;
  text-align: right;
}
/* line 429, ../sass/platform-subject.scss */
.platform-wx-wrap .platform-advantage .subject-title {
  padding-top: 120px;
}
/* line 434, ../sass/platform-subject.scss */
.platform-wx-wrap .special-feature {
  padding: 0 10px 20px;
}
/* line 436, ../sass/platform-subject.scss */
.platform-wx-wrap .special-feature .special-feature-wrap {
  width: 1180px;
  overflow: hidden;
}
/* line 440, ../sass/platform-subject.scss */
.platform-wx-wrap .special-feature .special-feature-wrap ul li {
  float: left;
  width: 295px;
  height: 175px;
  text-align: center;
  margin-bottom: 60px;
}
/* line 446, ../sass/platform-subject.scss */
.platform-wx-wrap .special-feature .special-feature-wrap ul li .top-img {
  width: 80px;
  margin: 0 auto;
}




/* line 450, ../sass/platform-subject.scss */
.platform-wx-wrap .special-feature .special-feature-wrap ul li h3 {
  margin: 20px 0 15px;
  font-size: 20px;
  font-weight: bold;
}
/* line 455, ../sass/platform-subject.scss */
.platform-wx-wrap .special-feature .special-feature-wrap ul li p {
  line-height: 18px;
  font-size: 12px;
  color: #888888;
}
/* line 465, ../sass/platform-subject.scss */
#h-block-sys-right.h-block-sys {
  padding: 0 40px;
  position: relative;
  z-index: 3;
}
/* line 470, ../sass/platform-subject.scss */
#h-block-sys-right.h-block-sys .title {
  padding-top: 55px;
  font-size: 20px;
  text-align: center;
}
/* line 474, ../sass/platform-subject.scss */
#h-block-sys-right.h-block-sys .title span {
  font-size: 50px;
  color: #ff7852;
}
/* line 479, ../sass/platform-subject.scss */
#h-block-sys-right.h-block-sys .sys-con {
  height: 540px;
}
/* line 483, ../sass/platform-subject.scss */
#h-block-sys-right.h-block-sys .sys-con .sys-left {
  width: 560px;
  padding: 125px 0 0 0;
  float: left;
}
/* line 488, ../sass/platform-subject.scss */
#h-block-sys-right.h-block-sys .sys-con .sys-left h3 {
  font-size: 28px;
}
/* line 491, ../sass/platform-subject.scss */
#h-block-sys-right.h-block-sys .sys-con .sys-left h3 span {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}
/* line 497, ../sass/platform-subject.scss */
#h-block-sys-right.h-block-sys .sys-con .sys-left .line {
  width: 50px;
  height: 28px;
  border-bottom: 2px solid #ff7852;
}
/* line 502, ../sass/platform-subject.scss */
#h-block-sys-right.h-block-sys .sys-con .sys-left p {
  font-size: 14px;
  color: #888888;
  line-height: 25px;
  padding-top: 24px;
  clear: both;
}
/* line 509, ../sass/platform-subject.scss */
#h-block-sys-right.h-block-sys .sys-con .sys-left .sec {
  color: #ff7852;
  padding-top: 5px;
  line-height: 30px;
  width: 575px;
}
/* line 518, ../sass/platform-subject.scss */
#h-block-sys-right.h-block-sys .sys-con .sys-right {
  padding: 65px 0 0 0;
  width: 560px;
  float: right;
  text-align: right;
}
/* line 523, ../sass/platform-subject.scss */
#h-block-sys-right.h-block-sys .sys-con .sys-right img {
  margin-right: 30px;
}
/* line 530, ../sass/platform-subject.scss */
#h-block-sys-right.h-block-sys .first.sys-con {
  height: 580px;
}
/* line 533, ../sass/platform-subject.scss */
#h-block-sys-right.h-block-sys .sys-bg {
  background: #ffffff;
  width: 1920px;
  height: 100%;
  overflow: hidden;
  float: left;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  z-index: -1;
}
/* line 549, ../sass/platform-subject.scss */
#h-block-sys-left.h-block-sys {
  padding: 0 40px;
  position: relative;
  z-index: 3;
}
/* line 553, ../sass/platform-subject.scss */
#h-block-sys-left.h-block-sys .title {
  padding-top: 55px;
  font-size: 20px;
  text-align: center;
}
/* line 557, ../sass/platform-subject.scss */
#h-block-sys-left.h-block-sys .title span {
  font-size: 50px;
  color: #ff7852;
}
/* line 562, ../sass/platform-subject.scss */
#h-block-sys-left.h-block-sys .sys-con {
  height: 540px;
}
/* line 564, ../sass/platform-subject.scss */
#h-block-sys-left.h-block-sys .sys-con .sys-left02 {
  width: 560px;
  padding: 125px 0 0 0;
  float: right;
  text-align: right;
}
/* line 569, ../sass/platform-subject.scss */
#h-block-sys-left.h-block-sys .sys-con .sys-left02 h3 {
  font-size: 28px;
}
/* line 572, ../sass/platform-subject.scss */
#h-block-sys-left.h-block-sys .sys-con .sys-left02 h3 span {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}
/* line 578, ../sass/platform-subject.scss */
#h-block-sys-left.h-block-sys .sys-con .sys-left02 .line {
  width: 50px;
  height: 28px;
  border-bottom: 2px solid #ff7852;
  float: right;
}
/* line 584, ../sass/platform-subject.scss */
#h-block-sys-left.h-block-sys .sys-con .sys-left02 p {
  font-size: 14px;
  color: #888888;
  line-height: 25px;
  padding-top: 24px;
  clear: both;
}
/* line 592, ../sass/platform-subject.scss */
#h-block-sys-left.h-block-sys .sys-con .sys-left02 .sec {
  color: #ff7852;
  padding-top: 5px;
  line-height: 30px;
}
/* line 597, ../sass/platform-subject.scss */
#h-block-sys-left.h-block-sys .sys-con .sys-left02 .three {
  color: #ff7852;
  padding-top: 5px;
  line-height: 15px;
  margin-top: 15px;
  padding-bottom: 15px;
}
/* line 603, ../sass/platform-subject.scss */
#h-block-sys-left.h-block-sys .sys-con .sys-left02 .three span {
  display: inline-block;
  width: 140px;
}
/* line 612, ../sass/platform-subject.scss */
#h-block-sys-left.h-block-sys .sys-con .sys-right02 {
  padding: 65px 0 0 0;
  width: 560px;
  float: left;
  text-align: left;
  overflow: hidden;
}
/* line 621, ../sass/platform-subject.scss */
#h-block-sys-left.h-block-sys .first.sys-con {
  height: 580px;
}
/* line 624, ../sass/platform-subject.scss */
#h-block-sys-left.h-block-sys .sys-bg {
  background: #ffffff;
  width: 1920px;
  height: 100%;
  overflow: hidden;
  float: left;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  z-index: -1;
}

/* line 641, ../sass/platform-subject.scss */
.platform-pc {
  color: #3f3f3f;
  background-color: #f5f5f5;
}

/* line 646, ../sass/platform-subject.scss */
.platform-pc-wrap {
  padding-bottom: 80px;
}
.platform-a-title h1{width:220px;margin:10px auto}

/*��Ŀ����*/
.tongping{ position: relative;}
.case{ background: url(/images/casebg.png);}
.commonmodule{ padding-top: 36px;}
.commonmodule .head{ text-align: center;}
.commonmodule .head p.b1{ font-weight: bold;}
.commonmodule .head p.b2{ margin-top: 7px;}
.commonmodule .head p em{ display: inline-block; width: 50px; height: 1px; background: #172a3b; margin: 22px 33px;}
.commonmodule .head p span{ display: block; margin-top: -10px;}
.case ul{ overflow: hidden; margin-top: 38px;}
.case ul li{ float: left; width: 25%;}
.case .caseL{ position: relative; margin: 0 0 20px 20px; overflow: hidden;}
.case .caseL .caseLHover{ position: absolute; top: -160px; width: 270px; height: 160px; padding: 0 15px; background: rgba(240, 84, 58, .9);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5f0543a,endColorstr=#E5f0543a);  color: #fff;
-webkit-transition: top 0.5s;
-moz-transition: top 0.5s;
-ms-transition: top 0.5s;
-o-transition: top 0.5s;
transition: top 0.5s;
}
.case .caseL .caseLHover h4{ padding-top: 34px; padding-bottom: 6px;}
.case .caseL .caseLHover p{ padding-top: 7px; padding-right:15px; line-height:25px;}
.case .caseL .caseLHover p em{ display: none; margin-bottom: 2px; width: 20px; height: 2px; background: #fff;}
.case .caseL:hover .caseLHover{ top: 0;}
.case .foot{ text-align: center; padding: 50px 0 50px 0; margin-left:495px;}
.case .foot a{ display:block; width:230px; height:50px; line-height:50px; background:#ff4545; border-radius:8px; font-size: 18px; color:#fff;}
.case .foot a:hover{ background:#ff3939}
.pdt50{ padding-top: 86px;}
.pdt350{ padding-top: 350px;}
.orange{ color: #f0543a;}
a.underline{ text-decoration: underline;}
a.orange:visited{ color: #f0543a;}
.contain{ position: relative; width: 1200px; margin: 0 auto; padding: 0 10px;}


/*��������*/
.loginmain{ background:url(/images/loginbg.gif) repeat-x #f0eeef; overflow:hidden; padding-bottom:20px; width:100%; padding-top:25px;}
.content-box {border: 1px solid #ddd; border-radius: 15px;margin: 30px auto 40px; padding-bottom: 84px;width: 1000px; background:#FFF;}
.content-box .service-tit {font-size: 26px;font-weight: 400; height: 48px;line-height: 48px; margin: 20px 40px 19px; text-align: center;}
.content-text-box {margin: 0 40px;}
.service-text-box p {color: #666; font-size: 14px;line-height: 26px; margin-bottom: 25px; text-indent: 2em;}
/*������ͼƬ*/
.f-con-pic{ margin-left:18px}
.f-con-header p{ margin-left:5px}

/*��վ�ƹ�*/
.tgAd01{margin:0 auto;min-width:1070px; width:100%; background:url(/images/bgyy.gif) no-repeat center bottom; padding-bottom:20px; overflow:hidden}
.tgAd02{ background:url(/images/ad02bg.jpg) no-repeat center center; padding-top:30px;margin:0 auto;width:1000px; min-height:400px; overflow:hidden}
.tgAd02 .fl{ width:52%}
.tgAd02 .fr{width:48%}

.tgAd02 .tgname{  font-size:45px; position:relative; margin-top:40px;}
.tgAd02 .tgname strong{color:#333}
.tgAd02 .tgname span{font-weight:bold; color:#ff3200;position:absolute; top:1px; left:1px; z-index:100}
.tgAd02 li{ margin:20px 0; font-size:14px; color:#444}
.tgAd02 li strong{ font-size:20px;}

.tgAd03{ width:100%; border-top:10px solid #f2f2f2;border-bottom:10px solid #f2f2f2; min-width:1070px; margin:0 auto; overflow:hidden}
.tgAd03 .tgbox{ width:1000px; margin:10px auto 0}
.tgAd03 .img1{ width:20%; margin-top:10px;}
.tgAd03 .tbname{ font-size:18px; text-align:center; width:70%; line-height:25px;color:#222; margin-top:15px;}
.tgAd03 .tbname .ja{ font-size:38px; position:relative; margin-bottom:20px; text-align:center; color:#333}
.tgAd03 .tbname .ja .span{position:absolute; z-index:100; left:1px; top:1px; color:#ff3200; text-align:center; width:100%}
.tgAd03 .img2{ width:10%; text-align:center; color:#666}

.taAd04{  background-color:#f7f7f7;min-width:1070px; margin:0 auto; overflow:hidden; border-bottom:10px solid #f2f2f2;}
.taAd04 .tgbox{ width:1000px; margin:0 auto 0;background:url(/images/ad04bg.jpg) no-repeat center top;height:516px; position:relative; background-position: 0px -24px}
.taAd04 .tgname{  font-size:45px; position:relative;}
.taAd04 .tgname strong{color:#333}
.taAd04 .tgname span{font-weight:bold; color:#ff3200;position:absolute; top:1px; left:1px; z-index:100}
.taAd04 .adcontent{  color:#ff3200; font-size:20px; font-weight:bold; margin-top:30px; margin-left:60px}
.taAd04 .tgci1,.taAd04 .tgci2,.taAd04 .tgci3,.taAd04 .tgci4,.taAd04 .tgci5{font-size:16px; position:relative; z-index:100}
.taAd04 .tgci1{ color:#8e8e8e; left:64px; top:124px}
.taAd04 .tgci2{color:#ff3200; left:248px; top:40px}
.taAd04 .tgci3{color:#8e8e8e; left:671px; top:50px}
.taAd04 .tgci4{color:#ff3200; left:841px; top:-60px}
.taAd04 .tgci5{color:#ec8c1b;left:928px; top:84px }

.tgAd05{margin:0 auto;min-width:1070px; width:100%; overflow:hidden;background:url(/images/ad05bg.jpg) no-repeat center top;border-bottom:10px solid #f2f2f2;}
.tgAd05 .tgbox{background:url(/images/ad05bg1.jpg) no-repeat center top; width:1000px; height:426px; margin:0 auto; padding-top:35px}
.tgAd05 .tgname{  font-size:45px; position:relative;margin-left:169px; line-height:50px}
.tgAd05 .tgname strong{color:#333}
.tgAd05 .tgname span{font-weight:bold; color:#ff3200;position:absolute; top:1px; left:1px; z-index:100;line-height:50px}
.tgAd05 .tgname1{  font-size:45px; position:relative; padding-left:310px; margin-top:22px;}
.tgAd05 .tgname1 strong{color:#333}
.tgAd05 .tgname1 span{font-weight:bold; color:#ec8c1b;position:absolute; top:1px; left:311px; z-index:100}
.tgAd05  .tgcontent{ font-size:16px; border:3px dashed #f6ccaa; padding:10px; width:500px; margin:70px 0 10px 394px; text-align:center}
.tgAd05  .tgcontent1{ color:#333;margin-left:400px; line-height:18px;}

.tgAd06{margin:0 auto;min-width:1070px; width:100%; overflow:hidden;background:url(/images/tgad06bg.jpg) no-repeat center top;border-bottom:10px solid #f2f2f2;}
.tgAd06 .tgbox{ width:1000px; margin:20px auto 0; }
.tgAd06 .tgname{  font-size:45px; position:relative;margin-left:296px; line-height:50px}
.tgAd06 .tgname strong{color:#333}
.tgAd06 .tgname span{font-weight:bold; color:#ff3200;position:absolute; top:1px; left:1px; z-index:100;line-height:50px}
.tgAd06 .tgcontent{ font-size:24px; text-align:center; margin-bottom:15px; color:#676767}
.tgAd06 p{ text-align:center}
.tgAd06 .adimg{ position:relative; text-align:center}
.tgAd06 .adimg .span1,.tgAd06 .adimg .span2,.tgAd06 .adimg .span3,.tgAd06 .adimg .span4,.tgAd06 .adimg .span5{ position:absolute; z-index:100;}
.tgAd06 .adimg .span1{ left:167px; top:70px;}
.tgAd06 .adimg .span2{left:156px; top:270px;}
.tgAd06 .adimg .span3{left:766px; top:72px;}
.tgAd06 .adimg .span4{left:779px; top:255px;}
.tgAd06 .adimg .span5{ text-align:center; bottom:16px; left:0}
.tgAd06 .adimg .span5 .tgname1{  font-size:27px; position:relative;margin-left:421px; line-height:50px}
.tgAd06 .adimg .span5 .tgname1 strong{color:#333}
.tgAd06 .adimg .span5 .tgname1 span{font-weight:bold; color:#ff3200;position:absolute; top:1px; left:0px; z-index:100;line-height:50px}

.tgAd07{margin:0 auto;min-width:1070px; width:100%; overflow:hidden;}
.tgAd07 .tgbox{ width:1000px; margin:20px auto 0; background:url(/images/ad07_06.jpg) no-repeat right top; min-height:235px; padding-top:20px;}
.tgAd07 .tgname{  font-size:45px; position:relative; line-height:50px; }
.tgAd07 .tgname strong{color:#333;background:url(/images/ad07_09.jpg) no-repeat right center; padding-right:76px;}
.tgAd07 .tgname span{font-weight:bold; color:#ff3200;position:absolute; top:1px; left:1px; z-index:100;line-height:50px}
.tgAd07 p{ border-bottom:1px solid #ff3200; width:55%; padding:20px 0 3px; font-size:16px}
.tgAd07 table{border-collapse:collapse; margin-top:30px;}
.tgAd07 table td{ border:1px solid #ccc; padding:10px; text-align:center}
.taAd08{ text-align:center; margin:80px  0 10px;}
.tgtitlename{ font-size:34px; color:#333; font-weight:bold; text-align:center; padding:20px 0;}



/*��վ�ƹ�SEO�Ż�*/
.choose{ padding-bottom:75px;}
.choose-title{ text-align:center; font-size:18px; color:#999; font-weight:normal; line-height:30px; margin-bottom:45px;}
.choosebox{ overflow:hidden; border-bottom:2px solid #ffbd00;}
.choosebox>li{position: relative; float:left; width:110px; padding-top:125px; color:#666; font-size:18px;background-repeat:no-repeat; background-position:center 0px; text-align:center; height:60px; margin-left:95px; margin-right:95px;}
.choosebox>li:hover{background-position:center top; }
.chooselihover{background-image:url(/images/icon34.png) bottom;}
.choosebox>a:hover{ float:left; background-image:url(/images/icon34.png); background-position:center bottom; background-repeat:no-repeat;}
.choosebox>li.chooselihover span{position:absolute; width:0; height:0; overflow:hidden; border:20px solid transparent; border-bottom-color:#ffbd00; left:35%; bottom:0px;}
.chooseAhover{float:left; background-image:url(/images/icon34.png); background-position:center bottom; background-repeat:no-repeat;}
.chooseNav01{ background-image:url(/images/icon22.png); }
.chooseNav01:hover{ background-image:url(/images/icon26.png); }
.chooseHover01{ background-image:url(/images/icon26.png); }
.chooseNav02{ background-image:url(/images/icon23.jpg); }
.chooseNav02:hover{ background-image:url(/images/icon27.png); }
.chooseHover02{ background-image:url(/images/icon27.png); }
.chooseNav03{ background-image:url(/images/icon24.png); }
.chooseNav03:hover{ background-image:url(/images/icon28.png); }
.chooseHover03{ background-image:url(/images/icon28.png);}
.chooseNav04{ background-image:url(/images/icon25.jpg); }
.chooseNav04:hover{ background-image:url(/images/icon29.png); }
.chooseHover04{background-image:url(/images/icon29.png);}
.success{ margin-top:30px; padding-left:35px; padding-right:35px;}
.successrow{ overflow:hidden;}
.successrow li{ width:260px; height:170px; float:left;    border: 1px solid #e5e5e5;margin: 10px;}
.line1{height:58px;border-bottom: 1px solid #e5e5e5;}
.line1 p{line-height:58px; text-align:center;width: 275px;padding: 5px 0 0 11px;}
.line2{height:65px;padding-top: 10px;}
.line2 p{height:30px; line-height:30px;}
.line3{height:35px;}
.line3 p{height: 35px;line-height: 25px;float: left;width: 260px;padding-left: 28px;}
.cp{width:100px;text-align: center;float: left;}
.pm{ width:80px;text-align: center;float: left;}
.llq{width:80px;text-align: center;float: left;}
.successrow .zxxd{line-height: 170px;text-align: center;font-size: 20px;}
.ljgd{width: 100%;text-align: center;}
.ljgd h4{ margin: 10px auto;
    clear: both;
    display: block;
    width: 270px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    float: none;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #ccc;
    font-family: "Microsoft Yahei";}


.partner{}
.partner .qal{float: left; width:51%;}
.partner .qar{ float:left; width: 48%;}
.partner .qar ul{padding-top: 20px;}
.partner .qar ul li{height: 100px;margin: 5px;background: url(/images/wenbg.jpg) no-repeat;}
.partner .qar ul li h1{    height: 40px;line-height: 40px;padding-left: 25px;font-size: 15px;}
.partner .qar ul li p{ padding-left: 25px;font-size: 12px;padding-right: 15px;}



.choose-more{  font-size:14px; color:#000; line-height:40px; text-align:center;}
.qualifications{}
.certificate{ overflow:hidden; background-color:#f6f6f6; padding-top:40px; padding-left:10px; padding-right:10px; padding-bottom: 20px;}
.certificate>li{ float:left; margin-left:15px; }
.certificate>li img{ width:220px;height:289px;}


.qualifications>h4{ padding-left:35px; padding-right:70px; font-weight:normal; line-height:36px; margin-bottom:85px;}
.qualifications>h4>a{ font-size:16px; float:left;}


.public{padding-top: 20px;}
.publicrow{ overflow:hidden;}
.publicrow li{ float:left; margin: 14px;line-height: 181px;text-align: center;font-size: 20px;}
.publicinfo{ width:271px; height:181px;  background-color:#eeeeee;}
.publicinfo h3{ font-size:18px; margin-bottom:15px;}
.publicinfo p{ font-size:12px; line-height:20px; color:#666;}
.publicMore a{ text-align:center; line-height:136px; width:517px; background-color:#eeeeee; font-size:24px; color:#999;}

.xuanzetexiao{ width:1200px; margin-top:20px; margin-left:auto; margin-right:auto}


/*������¼*/
.img_main{ position:relative;}
.cloud_reg{ position:absolute; top:10%; left:60%; width:20%; height:70%; background-color:#fff; opacity:0.8; border-radius:20px}
.cloud_reg .title{ width:50%; margin:0 auto; text-align:center; line-height:50px; font-size:16px; font-weight:bold;}
.cloud_reg .zhanghao{ width:90%; margin:20px auto; height:60px}
.cloud_reg .zhanghao span{ font-size:14px; margin-left:4px; line-height:60px}
.cloud_reg .zhanghao input{ width:70%; height:60%; border-radius:5px; margin-left:2%; padding-left:4px}
.cloud_reg .mima{ width:90%; margin:20px auto; height:60px}
.cloud_reg .mima span{ font-size:14px; margin-left:4px}
.cloud_reg .mima input{ width:70%; height:60%;; border-radius:5px; margin-left:11%; padding-left:4px}
.cloud_reg .denglu{margin-left:15%; margin-bottom:8%;
  height:15%;
  width:70%;
  background-color:#2ba6e8;
  font-size:36px;
  font-weight:bold;
  font-family:Microsoft YaHei;
  border:4px solid #dcdcdc;
  -webkit-border-top-left-radius:20px;
  -moz-border-radius-topleft:20px;
  border-top-left-radius:20px;
  -webkit-border-top-right-radius:20px;
  -moz-border-radius-topright:20px;
  border-top-right-radius:20px;
  -webkit-border-bottom-left-radius:20px;
  -moz-border-radius-bottomleft:20px;
  border-bottom-left-radius:20px;
  -webkit-border-bottom-right-radius:20px;
  -moz-border-radius-bottomright:20px;
  border-bottom-right-radius:20px;
  -moz-box-shadow: inset 2px 3px 20px 0px #4796ff;
  -webkit-box-shadow: inset 2px 3px 20px 0px #4796ff;
  box-shadow: inset 2px 3px 20px 0px #4796ff;
  text-align:center;
  display:inline-block;
  text-decoration:none;
}
.cloud_reg .denglu a{ color:#ffffff; text-decoration:none; line-height:59px;}


/*seo�۸��ѯ*/

img{ vertical-align:middle}
.left{ float:left}
.right{ float:right}
.font12{ font-size:12px;}
.font14{ font-size:14px;}
.font20{ font-size:20px;}
.font18{ font-size:18px;}
.bg_white{ background: #fff;}
.color_orange{ color: #e4620c}
.clear{height:0px; clear:both}
.hg10{height:10px; clear:both}
.border{-webkit-border-radius: 0.5em; 	-moz-border-radius: 0.5em;	border-radius: 0.5em;}

.grid935 { width:875px; padding:10px 30px; color: #333;}
.grid252{ width: 252px;}
.price table {border-collapse:collapse; text-align:center; vertical-align:middle; line-height:35px;} 
.price td {border:#ccc 1px solid; padding-left:5px;}
.price th{border:#ccc 1px solid; padding-left:5px; background: #f1f1f1; font-weight: normal}

.price_position{padding:10px 0}
.price_position a{ color: #e87118}

.price .p_tab_conbox{border-top: none;}
.price .tab_con{ display:none;}
.price .p_tabs{height: 32px;width: 100%;}
.price .p_tabs li{height:31px;line-height:31px;float:left;margin-bottom: -1px; margin-right: 3px;background: #dddddd;border-bottom: 1px solid #d3d2d2;-webkit-border-radius: 0.5em; 	-moz-border-radius: 0.5em;	border-radius: 0.5em;overflow: hidden;position: relative;
}
.price .p_tabs li a {display: block;padding: 0 20px;outline: none;}
.price .p_tabs .thistab{background: #feb900;border-bottom: 1px solid #fd9400;border-left: 1px solid #feb200;-webkit-border-radius: 0.5em; 
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}
.price .tab_con {padding:0px;font-size: 14px; line-height:175%;padding-top:10px;}
.price_inquire{width:100%; border:1px solid #dedede;-webkit-border-radius: 0.5em; 	-moz-border-radius: 0.5em;	border-radius: 0.5em; line-height:45px;  height: 45px;  display: table-cell;  vertical-align: middle; padding-left: 20px;
}
.price_inquire i{ display:inherit; width: 25px; height: 25px; background: url(/images/price.png); float:left; margin-top: 14px;
}
.price_inquire .price_text{line-height:45px;  height: 45px; border: none; float:left ;width: 685px; text-indent: 1em; color:#333; font-family:"΢���ź�";
}
.price_inquire .price_anniu{ width:140px; height:45px; background:#fac457; float:right; border:none;font-family:"΢���ź�"; color: #4b3538; text-shadow: 1px 1px 1px #fff}
.price_result{ padding-top:20px; color: #333}
.price_result_head{ line-height:35px;}
.price_result th{ line-height:45px; border-top:2px solid #f68b17; color: #f68b17 }
.price_join{ width: 90px; height: 22px; background: url(/images/price.png) -36px 0; border: none; float:right; margin-top:5px;}

.price_interest_head{ vertical-align:middle; padding-bottom:10px;}
.price_interest_head i{width: 15px; height: 16px;background: url(/images/price.png) 0 -42px; float: left; margin:3px 5px 0;}
.price_change{ width: 83px; height: 18px; background: url(/images/price.png) -44px -48px; border:none}

.price_interest_join{ background: #e4620c; border:none; color:#fff; padding:3px 8px;}
.btn-dis{ background:#ccc!important;}
.btn-remove{ background:#00a2ca;}
.btn-goto{ background: #e4620c; border:none; color:#fff; display: inline-block; width: 112px; height: 30px; line-height: 30px; text-align: center; font-size: 14px; margin: 15px 0 0 15px;}

.price_key{ background: #fff; padding:10px 0}
.price_key_head{border-bottom:1px solid #ebebeb;padding-left:10px;padding-bottom:5px;	}
.price_key_head i{width: 15px; height: 15px; background: url(/images/price.png) 0 -80px; display:inherit; float:left;padding-right:5px;}
.price_key_empty{ text-align:center; padding-top:15px; background: url(/images/key01.jpg) no-repeat 50% 50%;height:100px; }
.price_key_scroll {height: 210px; padding: 0 15px;overflow-y: auto;  overflow-x: hidden;  position: relative;}
.price_key .item {  cursor: default;  display: block;  color: #333;  padding-right: 10px;  padding-left: 3px;  height: 30px;  line-height: 34px;  border-bottom: dotted 1px #e1e1e1;}
.price_key .btn-remove {  float: right;  margin-top: 10px;  width: 16px;  height: 16px;  cursor: pointer;  background: url(/images/remove_07.png) center no-repeat;  display: none; _background-image: url(/images/remove_07.gif);}
.price_key .item:hover .btn-remove{display:block}
.price_inventory{padding:10px;}
.price_inventory li{}

.price_tidbits .price_key_head i{background: url(/images/price.png) -28px -80px;}
.price_tidbits_list{padding:10px;}
.price_tidbits_list li{ line-height:25px;}

.price_batch span{ float:right; width: 140px; line-height:25px;}
.price_batch .price_text{height:auto; text-indent:0;padding:0.5em 1em;line-height:25px; height:280px;width:620px;}

.price_explanation{ float:right; width:140px;}
.price_batch .price_anniu{ width:140px; height:45px; background:#fac457; float:left; border:none;font-family:"΢���ź�"; color: #4b3538; text-shadow: 1px 1px 1px #fff;margin-right:10px;}
.price_batch .price_inquire{width:685px; float:left; height:300px;}
.price_batch .price_push{ clear:both;padding-top:10px;}







.servers_list03{ width:978px; margin:0 auto; border:1px solid #e5e5e5;}
.servers_list03 .servers_title{ height:60px; background:#eeeeee; line-height:60px; text-align:center; font-size:24px; font-weight:bold; color:#EA2626;}
.servers_list03 .servers_title h2,.servers_list03 .servers_title h4{ font-size:19px;}
.servers_list03 .s_title1{ height:55px; line-height:55px;border-bottom:1px solid #dddddd; background:#f9f9f9; font-size:14px; color:#494747;}
.servers_list03 .s_title1 span{ float:left; text-align:center; height:55px; line-height:55px; border-right:1px solid #dddddd;}
.servers_list03 .s_title1 span.xh{ width:109px;}
.servers_list03 .s_title1 span.cpu{ width:200px;}
.servers_list03 .s_title1 span.neicun{ width:50px;}
.servers_list03 .s_title1 span.yingpan{ width:160px;}
.servers_list03 .s_title1 span.ip{ width:35px;}
.servers_list03 .s_title1 span.kuandai{ width:89px;}
.servers_list03 .s_title1 span.jiage{ width:111px;}
.servers_list03 .s_title1 span.jiage b{ font-size:24px; color:#EA2626; font-weight:normal;}
.servers_list03 .s_title1 span.caozuo{ width:104px; border-right:none;}
.servers_list03 .s_list11{ height:70px; line-height:70px; border-bottom:1px solid #dddddd; background:#FFF; color:#909090; font-size:12px;}
.servers_list03 .s_list11 span{ height:70px; line-height:70px;}
.servers_list03 .s_title1 span.caozuo a{ margin-top:25px;}

.servers_list03 .s_title1 span.neirong{ width:500px;}
.servers_list03 .s_title1 span.shengjipeizhi{ width:300px;}
.servers_list03 .s_title1 span.shengjijiage{ width:175px; border-right:none;}
.servers_list03 .s_title1 span.shengjijiage b{ font-size:24px; color:#EA2626; font-weight:normal;}

.servers_list03 .s_title1 span.ipduan{ width:120px}
.servers_list03 .bghui{ background:#f9f9f9;}
.servers_list03{ margin-bottom:20px;}
.servers_list03 .s_title1 span.caozuo a{ margin-left:15px;}