@CHARSET "UTF-8";

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5,
	h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0
}

body, button, input, select, textarea {
	font: 9pt/1.5tahoma, arial,\5b8b\4f53 
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}

address, cite, dfn, em, var {
	font-style: normal
}

code, kbd, pre, samp {
	font-family: 微软雅黑 couriernew, courier, monospace
}

small {
	font-size: 9pt
}

ol, ul {
	list-style: none
}

a {
	color: #000;
	text-decoration: none
}

a:hover {
	color: #007aff
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

legend {
	color: #000
}

fieldset, img {
	border: 0
}

img {
	vertical-align: middle
}

button, input, select, textarea {
	font-size: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body {
	min-width: 1500px;
	color: #000;
	text-align: center;
	font-family: 微软雅黑
}

body.gray{background: #eceff1}

.clear {
	clear: both;
	width: 100%;
	height: 1px
}

.lf {
	float: left
}

.rt {
	float: right
}

.pt5 {
	padding-top: 5px
}

.pb5 {
	padding-bottom: 5px
}

.ml100 {
	margin-left: 75pt
}

.mr100 {
	margin-right: 75pt
}

.wlimit {
	margin: 0 auto;
	width: 1500px
}

.header {
	position: relative;
	z-index: 13;
	width: 100%;
	border-bottom: 1px solid #ececec;
	background: #fff;
	box-shadow: 0 0 5px #d2d2d2;
	text-align: center
}

.header .navs, .header .navs .nav {
	position: relative;
	height: 5pc
}

.header .navs .nav {
	float: left;
	display: block;
	width: 1000px;
	color: #000
}

.header .navs .nav ul {
	z-index: 100;
	display: inline-block;
	height: 75px
}

.header .navs .nav li {
	position: relative;
	display: inline-block
}

.header .navs .nav li a {
	float: left;
	display: inline-block;
	padding: 0 16px;
	color: #000;
	font-size: 15px;
	line-height: 5pc
}

.header .navs .nav li a:hover {
	color: #007aff
}

.header .navs .nav li a span {
	display: inline-block;
	margin-left: 3px;
	width: 37px;
	height: 17px;
	border: 1px solid #6287e3;
	border-radius: 4px;
	color: #6287e3;
	font-size: 9pt;
	line-height: 17px
}

.header .navs .nav .head-list {
	position: relative
}

.d-none {
	display: none
}

.d-block {
	display: block
}

.header .navs .logo {
	position: relative;
	float: left;
	display: block;
	width: 207px;
	height: 5pc
}

.header .navs .logoimg {
	margin-top: 3px;
	width: 210px
}

.header .navs .logo .fimg {
	position: absolute;
	bottom: -34px;
	left: 0;
	z-index: 4;
	display: none;
	width: 249px;
	height: 100px
}

.header .navs .logo:hover .fimg {
	display: inline-block
}

.header .navs .login {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 40;
	height: 5pc;
	line-height: 5pc
}

.header .navs .login .regist {
	float: right;
	margin-top: 22px;
	margin-left: 15px;
	width: 80px;
	height: 35px;
	border: 1px solid #c1c1c1;
	border-radius: 4px;
	color: #999;
	font-size: 14px;
	line-height: 35px;
	cursor: pointer
}

.header .navs .login .regist:hover {
	border-color: #007aff;
	background: #007aff;
	color: #fff
}

.header .navs .login .regist-lg {
	float: right;
	margin-top: 22px;
	width: 80px;
	height: 35px;
	border: 1px solid #007aff;
	border-radius: 4px;
	color: #007aff;
	font-size: 14px;
	line-height: 35px;
	cursor: pointer
}

.headercatage {
	position: fixed;
	z-index: 100;
	display: none;
	width: 100%
}

.footer {
	padding-bottom: 1rem !important;
	padding-top: 1rem !important;
	background-color: #333 !important;
	display: block;
	text-align: left;
}

.footer *, .links * {
	box-sizing: border-box;
}

.footer .footer-top {
	border-bottom: 1px solid #41414C;
	padding-bottom: 1rem !important;
	margin-bottom: 1rem !important;
}

.col-3 {
	-webkit-flex: 0 0 25%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-flex: 0 0 33.33333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%
}

.col-5 {
	-webkit-flex: 0 0 41.66666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 41.66666667%;
	flex: 0 0 41.66666667%;
	max-width: 41.66666667%
}

.mt-2, .my-2 {
	margin-top: .5rem !important;
}

.font-12 {
	font-size: .75rem;
	line-height: 1.5rem;
}

.font-14 {
	font-size: .875rem;
	line-height: 1.75rem
}

.font-18 {
	font-size: 1.125rem;
	line-height: 1.6875rem
}

.text-white {
	color: #fff !important;
}

.text-white-600 {
	color: rgba(255, 255, 255, .6) !important;
}

.boxsize-120 {
	width: 7.5rem;
	height: 7.5rem;
}

pl-10, .px-10 {
	padding-left: 4.75rem !important;
}

.pr-10, .px-10 {
	padding-right: 4.75rem !important;
}

.mb-0, .my-0 {
	margin-bottom: 0 !important;
}

.d-flex {
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.flex-1 {
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.ml-4, .mx-4 {
	margin-left: 1rem !important;
}

.row-xs {
	margin-right: -8px !important;
	margin-left: -8px !important;
}

.mr-n3, .mx-n3 {
	margin-right: -0.75rem !important;
}

.mr-3, .mx-3 {
	margin-right: .75rem !important;
}

.mt-2, .my-2 {
	margin-top: .5rem !important;
}

.ml-3, .mx-3 {
	margin-left: .75rem !important;
}

.flex-wrap {
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.justify-content-center {
	-webkit-justify-content: center !important;
	-moz-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.row-xs [class*=col-] {
	padding-right: 8px !important;
	padding-left: 8px !important
}

.align-items-center {
	-webkit-align-items: center !important;
	-moz-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.text-gray-600 {
	color: #999 !important;
}

.bg-gray-100 {
	background-color: #fafafa !important;
}

.skin1-link .nav {
	border-bottom: 1px solid #F0F0F0;
}

.pb-2, .py-2 {
	padding-bottom: .5rem !important;
}

.d-block {
	display: block !important;
}

.p-lg-5 {
	padding: 1.5rem;
}

.pb-lg-6, .py-lg-6 {
	padding-bottom: 2rem !important;
}

.flex-column {
	-webkit-flex-direction: column !important;
	-moz-box-orient: vertical !important;
	-moz-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.footer .copyright {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
}

.justify-content-end {
	-webkit-justify-content: flex-end !important;
	-moz-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.mayi-rmenu {
	position: fixed;
	right: 0;
	margin-right: 10px;
	bottom: 20px;
	padding-bottom: 20px;
	z-index: 999;
}

.mayi-rmenu .btn {
	width: 62px;
	height: 62px;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
}

.mayi-rmenu .btn-qq:hover {
	background-color: #488bc7;
}

.mayi-rmenu a.btn-qq, .mayi-rmenu a.btn-qq:visited {
	background: url(..//img/mayi_qq.png) 2px 0px no-repeat;
	background-color: #6da9de;
	text-decoration: none;
	display: block;
	border-radius: 4px 4px 0 0;
}

.mayi-rmenu .btn-wx {
	background: url(..//img/mayi_wx.png) 0px 0px no-repeat;
	background-color: #78c340;
}

.mayi-rmenu .btn-wx:hover {
	background-color: #58a81c;
}

.mayi-rmenu .btn-wx .pic {
	position: absolute;
	left: -162px;
	top: 0px;
	display: none;
	width: 160px;
	height: 160px;
	border: 1px #E9E9E9 solid;
	border-radius: 6px;
	-webkit-box-shadow: 0 4px 16px 0 rgba(201, 205, 212, .55);
	box-shadow: 0 4px 16px 0 rgba(201, 205, 212, .55);
}

.mayi-rmenu .btn-gzh {
	background: url(..//img/mayi_gzh.png) 0px 0px no-repeat;
	background-color: #01cc7a;
}

.mayi-rmenu .btn-gzh:hover {
	background-color: #02b06a;
}

.mayi-rmenu .btn-gzh .pic {
	position: absolute;
	left: -162px;
	top: 0px;
	display: none;
	width: 160px;
	height: 160px;
	border: 1px #E9E9E9 solid;
	border-radius: 6px;
	-webkit-box-shadow: 0 4px 16px 0 rgba(201, 205, 212, .55);
	box-shadow: 0 4px 16px 0 rgba(201, 205, 212, .55);
}

.mayi-rmenu .btn-xcx {
	background: url(..//img/mayi_xcx.png) 0px 0px no-repeat;
	background-color: #0066ff;
}

.mayi-rmenu .btn-xcx:hover {
	background-color: #0552c6;
}

.mayi-rmenu .btn-xcx .pic {
	position: absolute;
	left: -162px;
	top: 0px;
	display: none;
	width: 160px;
	height: 160px;
	border: 1px #E9E9E9 solid;
	border-radius: 6px;
	-webkit-box-shadow: 0 4px 16px 0 rgba(201, 205, 212, .55);
	box-shadow: 0 4px 16px 0 rgba(201, 205, 212, .55);
}

.mayi-rmenu .btn-m {
	background: url(..//img/mayi_m.png) 0px 0px no-repeat;
	background-color: #78c340;
}

.mayi-rmenu .btn-m:hover {
	background-color: #58a81c;
}

.mayi-rmenu .btn-m .pic {
	position: absolute;
	left: -162px;
	top: 0px;
	display: none;
	width: 160px;
	height: 160px;
	border: 1px #E9E9E9 solid;
	border-radius: 6px;
	-webkit-box-shadow: 0 4px 16px 0 rgba(201, 205, 212, .55);
	box-shadow: 0 4px 16px 0 rgba(201, 205, 212, .55);
}

.mayi-rmenu .btn-phone {
	background: url(..//img/mayi_phone.png) 0px 0px no-repeat;
	background-color: #fbb01f;
}

.mayi-rmenu .btn-phone:hover {
	background-color: #ff811b;
}

.mayi-rmenu .btn-phone .phone {
	background-color: #ff811b;
	position: absolute;
	width: 160px;
	left: -160px;
	top: 0px;
	line-height: 62px;
	height: 62px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	display: none;
}

.mayi-rmenu .btn-top {
	background: url(..//img/mayi_top.png) 0px 0px no-repeat;
	background-color: #666666;
	display: none;
	border-radius: 0 0 4px 4px;
}

.mayi-rmenu .btn-top:hover {
	background-color: #444;
}

.adv_ {
	width: 100%;
	height: 120px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px
}

/* */
.topx{position:relative;}
.topx-content{position:relative;}
._topx-content:before{position:absolute; content:''; top:-38px; left:-38px; right:-38px; border-radius:18px; bottom:0; background:#fff;}
.topx-content:after{display:block; content:''; clear:both;}
.topx-list{margin:0 -14px;}
.topx-item{position:relative; z-index:8; float:left; width:25%;text-align: left;}
.topx-item>div{background:#f8f8f8; padding:38px 28px 18px 28px; position:relative;margin:10px;}
.topx-item>div>i{font-size:38px; margin-right:8px; color:#f20f0f;}
.topx-item>div>b{font-size:36px;}
.topx-item>div>h3{font-size:20px; margin:18px 0 8px 0;} 
.topx-item>div>ul:after{display:block; content:''; clear:both;}
.topx-item>div>ul>li{float:left; min-width:50%; position:relative; padding-left:18px; margin-top:18px; font-size:14px; color:#686868;}
.topx-item>div>ul>li:before{position:absolute; width:6px; height:6px; border-radius:6px; opacity:0.8; content:''; left:0; top:50%; margin-top:-3px; background:#f20f0f;}
.topx-item>div>span{display:block; margin-top:28px;}
.topx-item>div>span:after{display:block; content:''; clear:both;}
.topx-item>div>span>a{float:left; overflow:hidden; line-height:36px; padding:0 18px; border-radius:3px; color:#fff; background:#f20f0f;}
.topx-item>div>span>a>b{font-weight:normal; position:relative; z-index:1;}
.topx-item>div>span>a:hover{background:#fff; color:#f20f0f;}

.service3{padding:58px 0 30px; line-height:1.75;}
.service3-content{display:block;}
.service3-content>h2{font-size:38px; line-height:1; text-align:center;}
.service3-content>h2:after{display:block; width:68px; height:4px; content:''; margin:18px auto; background:#f20f0f;}
.service3-content>aside{display:block; text-align:center; font-size:16px; color:#686868;}

/* */
.container {
    width: 1500px;
    margin: 0 auto;
}


.container .title {
  font-size: 34px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

.container .subTitle {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  text-align: center;
}


/* 热门 */
.hotMedia,.advantage{
	padding-top: 70px;
}
.hotMedia .media-box {
  position: relative;
}

.hotMedia .media-swiper {
  overflow: hidden;
  position: relative;
  width: 1350px;
  margin: 0 auto;
  margin-top: 70px;
}

.hotMedia .media-swiper .swiper-slide{
  display: flex;
  justify-content: space-between;
}

.hotMedia .media-item {
  width: 310px;
  height: 200px;
  border-radius: 20px;
  border: 1px solid #D3DFEA;
  padding: 25px 30px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
}

.hotMedia .media-item:hover {
  background: linear-gradient(0deg, #0866DF 0%, #4AA3FC 100%);
}

.hotMedia .media-item .media-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hotMedia .media-item .media-name {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}

.hotMedia .media-item:hover .media-name {
  color: #fff;
}

.hotMedia .media-item .media-top .iconwangmei1 {
  color: #0866DF;
  font-size: 30px;
}

.hotMedia .media-item:hover .media-top .iconwangmei1 {
  color: #fff;
}

.hotMedia .media-item .media-desc {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 20px;
}

.hotMedia .media-item:hover .media-desc {
  color: #fff;
}


.hotMedia .media-item .media-info {
  border-top: 1px solid #D3DFEA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 10px;
}


.hotMedia .media-item .media-price {
  color: #0866DF;
  font-size: 26px;
  font-weight: bold;
}

.hotMedia .media-item:hover .media-price {
  color: #fff;
}

.hotMedia .media-item .media-price span {
  font-size: 14px;
  font-weight: normal;
}

.hotMedia .media-item a {
  font-size: 14px;
  color: #999999;
  line-height: 36px;
}

.hotMedia .media-item:hover a {
  color: #fff;
}

.hotMedia .swiper-button-next,
.hotMedia .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(27, 51, 93, 0.09);
  border-radius: 50%;
  color: #333333;
  font-size: 15px;
  top: 100px;
}

.hotMedia .swiper-button-next:hover,
.hotMedia .swiper-button-prev:hover {
  color: #fff;
  background-color: #0866DF;
}

.hotMedia .swiper-button-next {
  right: 0px;
}

.hotMedia .swiper-button-prev {
  left: 0px;
}


.hotMedia .swiper-button-next::after,
.hotMedia .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}

.advantage{text-align:left;}
.advantage .advantage-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.advantage .advantage-box img {
  margin-right: 50px;
}

.advantage .advantage-box .advantage-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 35px;
}

.advantage .advantage-box .advantage-item:nth-child(2) {
  border: unset;
  padding: 0;
  margin-bottom: 0;
}

.advantage .advantage-box .advantage-name {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  display: inline-block;
}

.li-btn .advantage-btn,
.advantage .advantage-box .advantage-btn {
  width: 110px;
  height: 32px;
  background: #0866DF;
  border-radius: 16px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  float: right;
}

.li-btn{text-align:center;margin-top:30px;}
.li-btn .advantage-btn{
	float:none;
}

.advantage .advantage-box .advantage-btn:hover {
  opacity: .9;
}

.advantage .advantage-box .advantage-desc {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-top: 25px;
}

.advantage .advantage-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.advantage .advantage-type .advantage-item {
  width: 480px;
  height: 166px;
  background: #F6F6F6;
  border-radius: 20px;
  padding: 30px 35px;
  box-sizing: border-box;
}

.advantage .advantage-type .advantage-item .name-icon {
  color: #fff;
  width: 28px;
  height: 28px;
  background: #0866DF;
  border-radius: 10px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
}

.advantage .advantage-type .advantage-item:nth-child(2) .name-icon {
  background: #FFBD27;
}

.advantage .advantage-type .advantage-item:nth-child(3) .name-icon {
  background: #9C27FF;
}

.advantage .advantage-type .advantage-name {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  display: inline-block;
}

.advantage .advantage-type .advantage-desc {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-top: 12px;
}


.intx{position:relative; margin-top:20px;}
.intx-content{display:block; background:url('../img/150031444.jpg') #000; background-size:cover;     padding: 60px; color:#fff;}
.intx-content2{display:block; background:url('../img/adv_4.jpg') #000; background-size:cover;     height: 120px; color:#fff;}
.intx-content:after{display:block; content:''; clear:both;}
.intx-text_{width:50%; float:left;}
.intx-text{width: 1200px;margin: 0 auto;padding-left:50px;text-align:left;}
.intx-text>span{display:block; margin-top:48px;}
.intx-text>span>a{display:inline-block; border-radius:3px; padding:8px 38px; font-size:16px;}
.intx-text>span>a:first-child{background:#fff; margin-right:18px;}
.intx-text>span>a:last-child{color:#fff; background:#f20f0f;}
.intx-text>h3{font-size:38px; margin:0 0 28px 0;}
.intx-text>h3>b{color:#f20f0f;}
.intx-text>p{font-size:16px; line-height:2;}
.intx-text>h4{font-size:28px; font-weight:normal; margin:28px 0 0 0;}
.intx-text>div{margin-top:38px;}
.intx-text>div:after{display:block; content:''; clear:both;}
.intx-text>div>a{float:left; overflow:hidden; line-height:42px; position:relative; padding:0 38px; border-radius:3px; background:#fff;}
.intx-text>div>a>b{font-weight:normal; position:relative; z-index:1; font-size:15px;}
.intx-text>div>a:hover{color:#fff; }
.intx-text>div>a:after{position:absolute; left:100%; top:100%; content:''; width:0; height:0; border-radius:50%; transition:0.6s; transform:translate(-50%,-50%); background:#f20f0f;}
.intx-text>div>a:hover:after{width:300px; height:300px;}
.intx-list{width:50%; float:left; padding-left:28px;}
.intx-swiper{width:600px; margin:0 auto; max-width:100%; overflow:hidden; position:relative; width:480px;}
.intx-outer{width:10000%;}
.intx-item{float:left; width:1%;}
.intx-item img{width:100%; display:block;}
.intx-item b{display:block; margin-top:16px; font-size:18px; color:#fff;}
.intx-prev,
.intx-next{position:absolute; z-index:8; top:50%; width:48px; height:48px; line-height:48px; text-align:center; margin-top:-18px; background:rgba(0,0,0,0.28); cursor:pointer; opacity:0; transition:0.3s;}
.intx-swiper:hover .intx-prev,
.intx-swiper:hover .intx-next{opacity:1;}
.intx-prev i,
.intx-next i{color:#fff; font-size:48px;}
.intx-prev:hover i,
.intx-next:hover i{color:#f20f0f;}
.intx-prev{left:0;}
.intx-next{right:0;}



 .config-table {
    margin-top: 30px;
    border: 1px solid #ebebeb;
    text-align: center
  }

  .config-table tr {
    border-bottom: 1px solid #ebebeb
  }

  .config-table tr th {
    height: 50px;
    line-height: 50px;
    background: #eef8ff;
    border-right: 1px solid #ebebeb;
    font-size: 16px;
    color: #575757
  }

  .config-table tr th i {
    display: inline-block;
    background: url(/images2016/webhosting/dxhosting/dxhosting-icon.png) no-repeat;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px
  }

  .config-table tr th i.ct-win {
    width: 13px;
    height: 17px;
    background-position: -374px 0
  }

  .config-table tr th i.ct-linux {
    width: 20px;
    height: 24px;
    background-position: -398px 0
  }

  .config-table tr td {
    /* padding: 14px 0; */
    border-right: 1px solid #ebebeb;
    font-size: 14px;
    color: #333
  }

  .config-table tr td .ct-right {
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url(/images2016/webhosting/dxhosting/dxhosting-icon.png) no-repeat -428px 0;
    vertical-align: middle;
    margin-top: -2px
  }

  .config-table tr .left-txt {
    width: 120px;
    background: #fcfcfc;
    font-size: 14px;
    color: #8e8e8e;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box
  }

  table {
    width: 100%;
    empty-cells: show;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table td {
    min-width: 100px;
    height: 30px;
  }

  .htmleaf-content {
    width: 300px;
    margin: 20px auto;
  }

  
  .clear{clear:both;}

 .main.container{
	margin-top:20px;
 }
.main_left {
	width:740px;
  float: left;
  background: #fff;
}

.main_right {
	width:740px;
    float: right;
    background: #fff;
}

.main_left .more,
.main_right .more{
	font-size: 14px !important;
    color: #1a9cd6 !important;
    font-weight: 100;
    float: right !important;
    padding-right: 0 !important;
}

.main_left .more a,.main_right .more a{
	font-size: 14px !important;
    color: #1a9cd6 !important;
}

.main_1{
	    height: auto;
    padding: 0px 30px 12px 30px;
}

.main_title li a ,.righttitle li a {
  color: #09f;
  background: 0
}

.main_right_title {
  width: 331px;
  float: left;
}

.main_left h3.main_title,
.main_right h3.righttitle {
  font-size: 18px;
  display: block;
  height: 50px;
  line-height: 43px;
  font-weight: bolder;
  padding-top: 20px;
  color: #666;
  border-bottom: #eee 1px solid;
}

.main_left h3.main_title li,
.main_right h3.righttitle  li {
  float: left;
  cursor: pointer;
}

.main_left h3.main_title li.w50,
.main_right h3.righttitle li.w50 {
  width: 50px !important;
}


.main_left h3.main_title li a i,
.main_right h3.righttitle li a i {
  display: block;
  text-align: left;
  width: 0px;
  height: 5px;
  transition: all 5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main_left h3.main_title li a:hover i,
.main_left h3.main_title li a.cur i,
.main_right h3.righttitle li a:hover i,
.main_right h3.righttitle li a.cur i {
  width: 24px;
  background: #32a7ff;
}
  
.btn.wxzx {
  width: 102px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background: #3bc67c;
  /* float: right; */
  margin-left: 4px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
}

.btn.wxzx i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAmCAMAAACIwYlVAAAAb1BMVEVMaXH////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////oNAU/AAAAJHRSTlMAGSIT+QaxAwIBwN8LUeWS8T6Kp4LYyc8xOVvrcZ5sdkRKYSjZHQyvAAACjElEQVR42o1ViXbiMAxUDp+5b5JwFJj//8aVElxaWnZX5T0ZezSWRjKlpxnjwtIZS38zawSfxPMcJ4LkyHfmGBovpwxi6VQVCTnr3mLvVQlgHbwfagBDH70hN6SONVJ9PijjnMnni09R3hTZX3gp0cDpYJ5bqpGdnH5wW0o8hisf2J1JnKMlg89/4daYYs47USGtxHAVhwHdz4TPyBjLqfiELHNGHjonrjnDkcz3JOISBSnqkWIhw38Vr65kFBUoYzIvxB0ZcSmKDdwL+BF2YTZrn9TjhiHVZpWU7yivstZZ1bSVR7bEvPXJnqT1Q6KwJVSH04rd0vEcfZIfMG0o5+SzByVdCtRj11bac1B2dg/Fr9CvujcZ4G/5flNeaEAnu+IN/Ct2RbnY0B7mLDKMEXvJuVSvUk6smNmzsjK88Qi/FWYGNN+62iFjrCO1bxrRMBp2EemC0xch6AOblK6tu0Rg0xixu6KOSLq64iOg2XfwzhmOSdGSoiPQS+4aRzlm6oHvDRM4CfEr2FARRNMYY7I78ZxilozpaxrWSDtyYZMxKxveMVYYy/sW+Cxw12jNosfdGmkhELluPZAJDRUvTphHYaZdmg+am0hRg1Cu+zabC3RYzpiuXYrSd7pG9eMxOZnNWxC3R50iG2uI1Xcyr6/phiwPXwZg7WMVN8Vt6aBVQAdsU8sreowOyl4mZa87Q5ezNjYMN5+XITd5SG1EfOyMGM0l/IFDzWa8uNU4GRcKVnwS1iLThLSaHzlGkVlxUkGcMLhPdFKlSKdTfzy2Oit7jxtvvjEOjashvEGOg34P3nqXH5ZL216K+6wBbrX9x2976MjVowjU7+DG2E0fR+p8pP81Y9/+13if1B+moTIhVunP8QAAAABJRU5ErkJggg==);
  width: 22px;
  height: 19px;
  background-size: contain;
  position: relative;
  top: 4px;
  right: 5px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
}

a.slink{color:red;font-weight:bold;font-size:14px;}


  .item_ {
    text-align: center;
    max-width: 65%;
    padding: 1em;
    background: #eee;
    display: none;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    color: #000;
  }

  .item-close {
    cursor: pointer;
    right: 5px;
    top: 5px;
    position: absolute;
    background: #222;
    color: #fff;
    border-radius: 100%;
    font-size: 14px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    width: 24px;
  }