@charset "utf-8";
/*  -- menu --
=========================== 
 *** 1.public              					   --->公用部分
 *** 2.index                                   --->网站首页
 *** 3.list                                    --->文章列表页
 *** 4.login                                  --->登录页
 *** 5.register                               --->注册页
 *** 6.find-pwd                               --->密码找回页面
 *** 7.product                                --->产品
 *** 8.solution                               --->解决方案
 *** 9.console                                --->控制台
 *** 10.algorithm							  --->算法模型
 *** 11.paas  								  --->paas列表页样式
 *** 12.sec_1                                 --->sec_1样式
 *** 13.con_main                              --->Faster R-CNN 
===========================
	-- end --
*/

/*标题*/
.h-title{
	overflow: hidden;
}
.h-title h1{
	text-align: center;
	font-size: 26px;
    color: #38a9f6;
    padding-top: 60px;
    line-height: 40px;
}

/* 1.public */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
 }
 .pagination > li.last > a, .pagination > li.last > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.text-center {
    text-align: center;
}
.clear{
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.wrap{
	width: 1200px;	
	margin: 0 auto;
	clear: both;
}



.m_title{
	text-align: center;
}
.m_title h1{
	font-size: 26px;
	color: #333333;
	padding-top: 60px;
	line-height: 40px;
}
.m_title h1.fff{
	color: #fff;
}
.m_title h2{
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	padding-top: 8px;
}
.m_goto{
	display: block;
	margin: 40px auto 0;
	width: 170px;
	height: 36px;
	border: 1px solid #28a3f7;
	line-height: 36px;
	text-align: center;
	font-size: 15px;
	color: #28a3f7;
	border-radius: 5px;
}
.m_goto.fff{
	color: #fff;
	border-color: #fff;
}
.m_goto.fff:hover{
	background-color: #fff;
	color: #28a3f7;
}
.m_goto:hover{
	background-color: #28a3f7;
	color: #fff;
}

.m_sorts{
	height: 50px;
	background-color: #f4f4f4;
	border-radius: 30px;
	position: relative;
}
.m_sorts span{
	position: absolute;
	font-size: 15px;
	color: #666;
	line-height: 50px;
	left: 20px;
}
.m_sorts ul{
	height: 50px;
	padding-left: 70px;
}
.m_sorts ul li{
	font-size: 15px;
	color: #666;
	float: left;
	line-height: 50px;
	margin: 0 3px;
	padding: 0 10px;
}
.m_sorts ul li.on{
	background-color: #28a3f7;
	color: #fff;
}

.m_search{
	height: 42px;
	width: 418px;
	margin: 30px auto 0;
	border-radius: 30px;
	border: 1px solid #e6e6e6;
	position: relative;
	padding-left: 60px;
}
.m_search input{
	color: #28a3f7;
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	height: 42px;
	width: 200px;
}
.m_search i{
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 22px;
	left: 28px;
	top: 12px;
	color: #28a3f7;
}
.m_search button{
	position: absolute;
	color: #fff;
	background-color: #28a3f7;
	border: 0;
	height: 42px;
	right: 0;
	padding: 0 18px;
	border-radius: 0 30px 30px 0;
	font-size: 16px;
}

.p_title{
	height: 23px;
	position: relative;
	font-size: 22px;
	color: #333;
	line-height: 23px;
	padding: 13px 0 13px 28px;
}
.p_title > div{
	position: absolute;
	left: 13px;
	top: 13px;
	width: 5px;
	height: 23px;
	background-color: #28a7ff;
}


/* 2.index */
#banner{
	height: 588px;
	width: 100%;
	min-width: 1200px;
	background-color: #150f36;
	position: relative;
}
#banner .focus{
	height: 500px;
	position: relative;
}
#banner .focus .swiper-slide{
	background-position: 70% 10%;
}
#banner .focus .swiper-slide a{
	height: 500px;
	display: block;
}
#banner .focus .swiper-slide .info{
	position: absolute;
	right: 50%;
	top: 300px;
	opacity: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
}
#banner .focus .swiper-slide.start .info{
	top: 200px;
	opacity: 1;
	transition: all .4s;
	-webkit-transition: all .4s;
}
/* #banner .focus .swiper-slide .info.end{
	top: 0px;
	opacity: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
} */
#banner .focus .swiper-slide .info.info1{
	left: 10%;
	padding-left: 8%;
	min-width: 618px;
}
#banner .focus .swiper-slide .info.info2{
	left: 10%;
	padding-left: 8%;
	min-width: 300px;
}
#banner .focus .swiper-slide .info.info3{
	left: 10%;
	padding-left: 8%;
	min-width: 618px;
}
#banner .focus .swiper-slide .info h1{
	color: #fff;
	font-size: 36px;
	line-height: 50px;
}
#banner .focus .swiper-slide .info p{
	color: #f9f9f9;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding-top: 15px;
}
#banner .focus .swiper-slide .info div{
	display: block;
	width: 148px;
	height: 40px;
	background-color:#088be5;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-top: 30px;
}


#banner .advantage{
	height: 88px;
	width: 100%;
	background-color: #181818;
}
.advantage ul{
	width: 1200px;
	margin: 0 auto;
}
.advantage ul li{
	height: 88px;
	width: 300px;
	float: left;
}
.advantage ul li .bar {
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #464646;
	height: 88px;
	margin-left: -1px;
}
.advantage ul li .bar h1{
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 25px;
	padding-top: 18px;
}
.advantage ul li .bar h2{
	text-align: center;
	font-size: 14px;
	color: #acadb7;
	line-height: 25px;
	padding-top: 5px;
}

#section_1{
	height: 790px;
	width: 1200px;
	margin: 0 auto;
}
#section_1 .cp_tabs{
	height: 506px;
	padding-top: 30px;
}
#section_1 .cp_tabs .tabs_icon_bar{
	width: 90px;
}
#section_1 .cp_tabs .tabs_icon_bar li{
	width: 90px;
	height: 90px;
	background:#f9f9f9 url(../images/pic/icon_bg.png) no-repeat 39px 30px;
	margin-bottom: 14px;
	cursor: pointer;
}
#section_1 .cp_tabs .tabs_icon_bar li .item{
	width: 90px;
	height: 90px;
	overflow: hidden;
	transition: all .4s;
	-webkit-transition: all .4s;
}
#section_1 .cp_tabs .tabs_icon_bar li .item i{
	display: block;
	font-size: 30px;
	margin: 10px auto 0;
	width: 45px;
	height: 37px;
	text-align: center;
	line-height: 45px;
	color: #424251;
	padding-top: 8px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
#section_1 .cp_tabs .tabs_icon_bar li .item i.c2{
	font-size: 40px;
}
#section_1 .cp_tabs .tabs_icon_bar li .item i.c3{
	font-size: 36px;
}
#section_1 .cp_tabs .tabs_icon_bar li .item i.c4{
	font-size: 40px;	
}
#section_1 .cp_tabs .tabs_icon_bar li .item i.c5{
	font-size: 36px;	
}
#section_1 .cp_tabs .tabs_icon_bar li .item i.c6{
	font-size: 38px;	
}
#section_1 .cp_tabs .tabs_icon_bar li .item i.c7{
	font-size: 36px;	
}
#section_1 .cp_tabs .tabs_icon_bar li .item i.c8{
	font-size: 34px;	
}
#section_1 .cp_tabs .tabs_icon_bar li .item i.c9{
	font-size: 36px;	
}
#section_1 .cp_tabs .tabs_icon_bar li .item i.c10{
	font-size: 38px;	
}
#section_1 .cp_tabs .tabs_icon_bar li .item p{
	text-align: center;
	font-size: 13px;
	color: #333333;
	padding-top: 5px;
}
#section_1 .cp_tabs .tabs_icon_bar li:hover{
	-moz-box-shadow: 0px 2px 5px #c9d1e0;
	-webkit-box-shadow: 0px 2px 5px #c9d1e0;
	box-shadow: 0px 2px 5px #c9d1e0;
}
#section_1 .cp_tabs .tabs_icon_bar li.on{
	-moz-box-shadow: 0px 2px 5px #c9d1e0;
	-webkit-box-shadow: 0px 2px 5px #c9d1e0;
	box-shadow: 0px 2px 5px #c9d1e0;
	transition: all .4s;
	-webkit-transition: all .4s;
}
#section_1 .cp_tabs .tabs_icon_bar li.on .item{
	background-color: #28a3f7;
	transition: all .4s;
	-webkit-transition: all .4s;
}
#section_1 .cp_tabs .tabs_icon_bar li.on .item i{
	color: #fff;
}
#section_1 .cp_tabs .tabs_icon_bar li.on .item p{
	color: #fff;
}

#section_1 .cp_tabs .conbar{
	float: left;
	width: 966px;
	height: 502px;
	border: 1px solid #eeeeee;
	margin-left: 27px;
	-moz-box-shadow: 0px 5px 9px #e9ecf2;
	-webkit-box-shadow: 0px 5px 9px #e9ecf2;
	box-shadow: 0px 5px 9px #e9ecf2;
}

#section_1 .cp_tabs .conbar .con{
	position: relative;
	width: 966px;
	height: 502px;
}
#section_1 .cp_tabs .conbar .con .line{
	position: absolute;
	width: 0;
	border-right: 1px solid #eeeeee;
	height: 450px;
	left: 50%;
	top: 26px;
}
#section_1 .cp_tabs .conbar .con ul{
	height: 450px;
	padding-top: 26px;
}
#section_1 .cp_tabs .conbar .con ul li{
	float: left;
	width: 450px;
	height: 165px;
	margin-left: 22px;
}
#section_1 .cp_tabs .conbar .con ul li .bar{
	transition: all .4s;
	-webkit-transition: all .4s;
	padding-left: 15px;
	padding-bottom: 10px;
	border-radius: 8px;
}
#section_1 .cp_tabs .conbar .con ul li:hover .bar{
	-moz-box-shadow: 0px 5px 9px #cfdaef;
	-webkit-box-shadow: 0px 5px 9px #cfdaef;
	box-shadow: 0px 5px 9px #cfdaef;
	transition: all .4s;
	-webkit-transition: all .4s;
}
#section_1 .cp_tabs .conbar .con ul li:hover .bar h1{
	color: #f43838;
}
#section_1 .cp_tabs .conbar .con ul li h1{
	font-size: 20px;
	color: #333333;
	padding: 10px 0 10px 18px;
	background: url(../images/pic/tt.png) no-repeat 0 18px;
	line-height: 26px;
}
#section_1 .cp_tabs .conbar .con ul li p{
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	padding: 0 20px;
	text-align: justify;
}


#section_2{
	height: 660px;
	background-color: #f7f7f7;
	width: 100%;
}
#section_2 ul{
	margin-left: -26px;
	padding-top: 45px;
	overflow: hidden;
}
#section_2 ul li{
	float: left;
	height: 353px;
	width: 280px;
	margin-left: 26px;
	position: relative;
}
#section_2 ul li .mask{
	height: 353px;
	width: 280px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.75;
	filter:alpha(opacity=75);
	z-index: 1;
	transition: all .4s;
	-webkit-transition: all .4s;
}
#section_2 ul li.fa_1{
	background: url(../images/pic/fa_1.jpg) no-repeat;
}
#section_2 ul li.fa_2{
	background: url(../images/pic/fa_2.jpg) no-repeat;	
}
#section_2 ul li.fa_3{
	background: url(../images/pic/fa_3.jpg) no-repeat;	
}
#section_2 ul li.fa_4{
	background: url(../images/pic/fa_4.jpg) no-repeat;	
}
#section_2 .item{
	position: relative;
	z-index: 2;
}
#section_2 .item .pic{
	height: 52px;
	width: 52px;
	margin: 111px auto 0;
	transition: all .4s;
	-webkit-transition: all .4s;
}
#section_2 .item h1{
	text-align: center;
	color: #fff;
	line-height: 40px;
	padding-top: 20px;
}
#section_2 .item p{
	font-size: 14px;
	color: #fff;
	padding: 0 25px;
	text-align: justify;
	line-height: 27px;
	margin-top: 10px;
	opacity: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
}
#section_2 .item a{
	display: block;
	height: 32px;
	width: 166px;
	background-color: #ff8e14;
	text-align: center;
	line-height: 32px;
	color: #fff;
	margin: 20px auto 0;
	opacity: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
}
#section_2 ul li:hover .pic{
	opacity: 0;
	margin-top: -50px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
#section_2 ul li:hover h1{
	transition: all .4s;
	-webkit-transition: all .4s;
}
#section_2 ul li:hover p{
	opacity: 1;
	transition: all .4s;
	-webkit-transition: all .4s;
}
#section_2 ul li:hover a{
	opacity: 1;
	transition: all .4s;
	-webkit-transition: all .4s;
}
#section_2 ul li:hover .mask{
	background-color: #0f71df;
	opacity: 0.75;
	filter:alpha(opacity=75);
	transition: all .4s;
	-webkit-transition: all .4s;
}

#section_3{
	height: 590px;
	width: 1200px;
	margin: 0 auto;
}
#section_3 ul{
	margin-left: -26px;
	padding-top: 45px;
	height: 313px;
}
#section_3 ul li{
	float: left;
	height: 146px;
	width: 280px;
	margin-left: 26px;
	margin-bottom: 20px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
#section_3 ul li .pic{
	border: 1px solid #eaeaea;
	height: 144px;
}
#section_3 ul li:hover{
	-moz-box-shadow:0px 5px 9px #cfdaef; 
	-webkit-box-shadow:0px 5px 9px #cfdaef; 
	box-shadow:0px 5px 9px #cfdaef;
	transition: all .4s;
	-webkit-transition: all .4s;
}

#section_3 ul li.ml_1 .pic{
	background: url(../images/pic/ml_1.jpg) no-repeat center;
}
#section_3 ul li.ml_2 .pic{
	background: url(../images/pic/ml_2.jpg) no-repeat center;	
}
#section_3 ul li.ml_3 .pic{
	background: url(../images/pic/ml_3.jpg) no-repeat center;	
}
#section_3 ul li.ml_4 .pic{
	background: url(../images/pic/ml_4.jpg) no-repeat center;	
}
#section_3 ul li.ml_5 .pic{
	background: url(../images/pic/ml_5.jpg) no-repeat center;	
}
#section_3 ul li.ml_6 .pic{
	background: url(../images/pic/ml_6.jpg) no-repeat center;	
}
#section_3 ul li.ml_7 .pic{
	background: url(../images/pic/ml_7.jpg) no-repeat center;	
}
#section_3 ul li.ml_8 .pic{
	background: url(../images/pic/ml_8.jpg) no-repeat center;	
}

#section_4{
	height: 630px;
	background-color: #1c82f4;
	width: 100%;
}
#section_4 ul{
	margin-left: -26px;
	padding-top: 45px;
	overflow: hidden;
}
#section_4 ul li{
	float: left;
	height: 353px;
	width: 280px;
	margin-left: 26px;
	position: relative;
	overflow: hidden;
}
#section_4 ul li a{
	display: block;
	height: 353px;
}
#section_4 ul li:hover .mask,
#section_4 ul li:hover .c_tt{
	bottom: 0px;
	transition: bottom .4s;
	-webkit-transition: bottom .4s;
}
#section_4 ul li .mask{
	position: absolute;
	width: 100%;
	background-color: #000;
	height: 290px;
	bottom: -240px;
	z-index: 1;
	opacity: 0.8;
	filter:alpha(opacity=80);
	transition: bottom .4s .1s;
	-webkit-transition: bottom .4s .1s;
}
#section_4 ul li .c_tt{
	height: 290px;
	position: absolute;
	bottom: -240px;
	width: 100%;
	z-index: 2;
	color: #fff;
	text-align: center;
	transition: bottom .4s .1s;
	-webkit-transition: bottom .4s .1s;
}
#section_4 ul li .c_tt h1{
	font-size: 18px;
	line-height: 18px;
	padding: 17px 0 13px;
}
#section_4 ul li .c_tt p{
	padding: 0 23px;
	text-align: justify;
	font-size: 14px;
	line-height: 25px;
}

#section_4 ul li.td_1{
	background: url(../images/pic/td_1.jpg) no-repeat;
}
#section_4 ul li.td_2{
	background: url(../images/pic/td_2.jpg) no-repeat;	
}
#section_4 ul li.td_3{
	background: url(../images/pic/td_5.jpg) no-repeat;	
}
#section_4 ul li.td_4{
	background: url(../images/pic/td_7.jpg) no-repeat;	
}


/* 4.login */
.ban-login {
    background: url(../images/pic/ban-reg.jpg) no-repeat top center;
    min-height: 532px;
    width: 100%;
    padding-top: 155px;
}
.login-box {
    width: 1200px;
    margin: 0 auto;
}
.lm-dl {
    background: url(../images/pic/lm-dl.jpg) no-repeat center;
    height: 34px;
    text-indent: -999em;
    margin-bottom: 10px;
}
.log-con {
    background: #fff;
    border-radius: 6px;
    padding: 48px 50px 0;
    width: 357px;
    height: 371px;
    right: 0;
}
.dl-msg {
    height: 58px;
    border-bottom: 1px solid #9ba4a8;
    line-height: 58px;
}
.dl-msg input{
	border: 0;
	vertical-align: middle;
	padding: 0;
}
.dl-ipt {
    width: 300px;
}
.icon-log {
    background: url(../images/pic/icon-zc.png) no-repeat;
    padding: 3px 0 8px 50px;
}
.u-name {
    background-position: 10px 0px;
}
.u-pwd {
    background-position: 10px -60px;
}
.u-yzm {
    background-position: 10px -119px;
}
.btn-dl {
	width: 358px;
	height: 56px;
	background: #50bce6;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	border: none;
	margin-top: 20px;
}
.dl-other {
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    font-size: 15px;
    line-height: 40px;
}
.dl-other input {
    cursor: pointer;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    /*清除复选框默认样式*/
    background: url(../images/pic/i-chk.png);
    /*复选框的背景图，就是上图*/
    height: 21px;
    /*高度*/
    vertical-align: middle;
    width: 21px;
}
input[type="checkbox"]:checked {
    background-position: 21px 0;
}

/* 5.register  */
.btn-get {
    display: inline-block;
    width: 110px;
    font-size: 13px;
    color: #fff;
    background: #f5593f;
    text-align: center;
    border-radius: 2px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    height: 38px;
}
.reg-box {
    width: 1080px;
    margin: 125px auto 40px;
    height: auto;
    overflow: hidden;
}
.lm-zc {
    background: url(../images/pic/lm-zhzc.jpg) no-repeat;
    width: 130px;
    height: 40px;
    margin: 0 auto 42px;
}
.registbar {
    margin: 0 auto;
    text-align: left;
}
.registbar div {
    height: 40px;
    color: #6b6b6b;
    line-height: 40px;
    margin-bottom: 20px;
}
.registbar div em {
    color: #e00000;
    padding-right: 5px;
}
.registbar label {
    text-align: right;
    width: 110px;
    display: inline-block;
    font-size: 15px;
    color: #393939;
}
.registbar span{
	font-size: 14px;
}

.registbar input {
	width: 320px;
	height: 38px;
	border: 1px solid #cfcfcf;
	margin-right: 15px;
	padding: 0 0 0 5px;
}
.registbar span i {
    color: #00479d;
    font-style: normal;
}
.btn-org {
    border-radius: 2px;
    cursor: pointer;
    width: 115px;
    height: 40px;
    background: #fa4c00;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    border: none;
}
.btn-reg {
	background: url(../images/pic/btn-zc.png) no-repeat;
	width: 204px;
	height: 84px;
	cursor: pointer;
	margin: 30px auto;
	display: block;
	border: 0;
}
.regist-msg {
    width: 395px;
    margin: 20px auto 0;
}
.regist-msg h5 {
    background: url(../images/pic/lm-zcxz.jpg) no-repeat;
    width: 130px;
    height: 40px;
    margin: 20px auto;
    text-indent: -999em;
}
.regist-msg p {
    font-size: 16px;
    color: #6b6b6b;
    line-height: 36px;
}
.reg-status-suc {
    background: url(../images/pic/bg-reg-suc.png) no-repeat top center;
    height: 436px;
    width: 100%;
}
.reg-status-failed {
    background: url(../images/pic/bg-reg-failed.png) no-repeat top center;
    height: 436px;
    width: 100%;
}
.reg-con {
    font-size: 21px;
    line-height: 48px;
    color: #6b6b6b;
    text-align: center;
}
.reg-con h3 {
    font-weight: bold;
}
.btn-idx,
.btn-return {
    width: 204px;
    height: 84px;
    display: inline-block;
    text-indent: -999em;
    margin: 20px 0;
}
.btn-idx {
    background: url(../images/pic/btn-idx.png) no-repeat;
}
.btn-return {
    background: url(../images/pic/btn-fhzc.png) no-repeat;
}

/* 6.find-pwd */
.find-tit {
    text-indent: -999em;
    height: 105px;
    margin: 30px auto 40px;
}
.tit-yzsf {
    background: url(../images/pic/step-1.jpg) top left no-repeat;
}
.tit-npwd {
    background: url(../images/pic/step-2.jpg) top left no-repeat;
}
.tit-yzcg {
    background: url(../images/pic/step-3.jpg) top left no-repeat;
    height: 232px;
    margin-top: 50px;
}
.w30 {
    width: 33%;
    margin: 0 auto 300px;
}
.w40 {
    width: 30%;
    margin: 0 auto 300px;
}
.ipt-box,
.ipt-box-new {
    font-size: 18px;
    color: #393939;
    margin-bottom: 23px;
}
.ipt-box label {
    width: 75px;
    text-align: right;
    margin-right: 5px;
    display: inline-block;
}
.ipt-box-new label {
    width: 90px;
    display: inline-block;
    padding-bottom: 14px;
}
.ipt-box input,
.ipt-box-new input {
    width: 305px;
    height: 39px;
    border: 1px solid #cfcfcf;
    text-indent: 1em;
}
.i-yzm input {
    width: 198px;
    height: 39px;
    border: 1px solid #cfcfcf;
    text-indent: 1em;
}
.btn-link,
.btn-active {
    width: 327px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    border: none;
}
.btn-link {
    background: #56bfe7;
}
.btn-active {
    background: #56e789;
}
.pwd-con {
    width: 26%;
    margin: 30px auto 210px;
    text-align: center;
}
.pwd-con h3 {
    font-size: 30px;
    color: #4e4e4e;
}
.pwd-con p {
    font-size: 18px;
    color: #393939;
    margin: 18px 0;
}

/* 7.product */
.products_banner{
	width: 100%;
	height: 500px;
	min-width: 1200px;
	background: url(../images/pic/products_bg.jpg) no-repeat center center;
}
.products_banner_1{
	width: 100%;
	height: 500px;
	min-width: 1200px;
	background: url(../images/pic/products_bg_1.jpg) no-repeat center 0;
}
.products_banner_2{
	width: 100%;
	height: 500px;
	min-width: 1200px;
	background: url(../images/pic/products_bg_2.jpg) no-repeat center 0;
}

#products{
	padding-top: 40px;
}
#products .cp_list_bar{
	overflow: hidden;
	padding-bottom: 40px;
}
#products .cp_list_bar ul{
	overflow: hidden;
}
#products .cp_list_bar ul li{
	width: 400px;
	height: 200px;
	float: left;
	padding-bottom: 20px;
}
#products .cp_list_bar ul li .bar{
	margin:0 auto;
	width: 376px;
	height: 194px;
	-moz-box-shadow:0px 5px 9px #e5e9f0; 
	-webkit-box-shadow:0px 5px 9px #e5e9f0; 
	box-shadow:0px 5px 9px #e5e9f0;
}
#products .cp_list_bar ul li .bar .top_shadow{
	width: 376px;
	height: 194px;
	box-shadow:inset 0px 60px 50px -50px #dde6f7; 
	position: relative;
}
#products .cp_list_bar ul li .bar .top_shadow i{
	position: absolute;
	color: #8574df;
	font-size: 40px;
	left: 20px;
	top: 22px;
	display: block;
	height: 50px;
	line-height: 50px;
}
#products .cp_list_bar ul li .bar .top_shadow h1{
	font-size: 20px;
	color: #333;
	line-height: 25px;
	padding: 22px 0 10px 80px;
}
#products .cp_list_bar ul li .bar .top_shadow p{
	font-size: 14px;
	color: #999;
	line-height: 28px;
	padding-left: 80px;
	text-align: justify;
	padding-right: 30px;
}
#products .cp_list_bar ul li .bar .top_shadow .line{
	height: 3px;
	width: 0px;
	background-color: #b0a7e0;
	position: absolute;
	transition: width .4s;
	-webkit-transition: width .4s;
}
#products .cp_list_bar ul li .bar:hover .line{
	width: 100%;
	transition: width .4s;
	-webkit-transition: width .4s;
}

/* 8.solution  */

.solution_banner{
	width: 100%;
	height: 500px;
	min-width: 1200px;
	background: url(../images/pic/solution_bg.jpg) no-repeat center center;
}
#solution{
	padding-top: 40px;
}
#solution .sl_list_bar{
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 40px;
}
#solution .sl_list_bar ul{
	overflow: hidden;
}
#solution .sl_list_bar ul > li{
	width: 400px;
	height: 302px;
	float: left;
	padding-bottom: 30px;
}
#solution .sl_list_bar ul li .bar{
	margin:0 auto;
	width: 376px;
	height: 299px;
	transition: all .4s;	
	-webkit-transition: all .4s;
}
#solution .sl_list_bar ul li .bar:hover{
	-moz-box-shadow:0px 5px 9px #e5e9f0; 
	-webkit-box-shadow:0px 5px 9px #e5e9f0; 
	box-shadow:0px 5px 9px #e5e9f0;
	transition: all .4s;
	-webkit-transition: all .4s;
}

#solution .sl_list_bar ul li .bar .s_bar{
	height:100px;
	background-color: #eff8ff;
}
#solution .sl_list_bar ul li .bar .s_bar .st_1{
	display: block;
	position: relative;
}
#solution .sl_list_bar ul li .bar .s_bar .st_1 h1{
	line-height: 25px;
	color: #293340;
	font-size: 20px;
	padding: 38px 0 0px 150px;
}
#solution .sl_list_bar ul li .bar .s_bar .st_1 .bg{
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(../images/pic/solution_icon.png);
	background-repeat: no-repeat;
	left: 97px;
	top: 31px;
}
#solution .sl_list_bar ul li .bar .s_bar .st_1 .bg.bg_1{
	background-position: 0px 5px;
}
#solution .sl_list_bar ul li .bar .s_bar .st_1 .bg.bg_2{
	background-position: -51px 4px;
}
#solution .sl_list_bar ul li .bar .s_bar .st_1 .bg.bg_3{
	background-position: -100px 4px;
}
#solution .sl_list_bar ul li .bar .s_bar .st_1 .bg.bg_4{
	background-position: -153px 4px;
}
#solution .sl_list_bar ul li .bar .s_bar .st_1 .bg.bg_5{
	background-position: -200px 4px;
}
#solution .sl_list_bar ul li .bar .s_bar .st_1 .bg.bg_6{
	background-position: -244px 4px;
}

#solution .sl_list_bar ul li .bar .s_bar .st_2{
	display: none;
}
#solution .sl_list_bar ul li .bar .s_bar .st_2 h1{
	line-height: 25px;
	color: #293340;
	font-size: 20px;
	padding: 14px 0 5px 24px;
}
#solution .sl_list_bar ul li .bar .s_bar .st_2 p{
	font-size: 13px;
	color: #9da4aa;
	padding: 0 24px;
	line-height: 25px;
}
#solution .sl_list_bar ul li .bar ol{
	height: 197px;
	border: 1px solid #e5eef8;
	overflow: hidden;
	padding: 0 24px;
}
#solution .sl_list_bar ul li .bar ol li{
	height: 65px;
	border-bottom: 1px solid #eeeeee;
	line-height: 65px;
}
#solution .sl_list_bar ul li .bar ol li a{
	color: #999999;
	font-size: 16px;
}
#solution .sl_list_bar ul li .bar ol li a:hover{
	color: #ff7130;
}
#solution .sl_list_bar ul li .bar:hover .st_1{
	display: none;
}
#solution .sl_list_bar ul li .bar:hover .st_2{
	display: block;
}

/* 9.console */
#console{
	width: 100%;
	min-width: 1200px;
	background-color: #f8f8f8;
}
#console .statement_banner{
	background-color: #150f36;
	height: 143px;
}
#console .statement{
	margin: 0 auto;
	width: 1200px;
	height: 143px;
	position: relative;
}
#console .statement .user_info{
	float: left;
	height: 143px;
}
#console .statement .user_info img{
	display: block;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	margin-top: 32px;
	float: left;
}
#console .statement .user_info .user_name{
    float: left;
    margin-left: 30px;
    padding-top: 35px;	
}
#console .statement .user_info .user_name h1{
	font-size: 16px;
	color: #fff;
}
#console .statement .user_info .user_name h2{
	font-size: 16px;
	color: #fff;
	padding-top: 25px;
}
#console .statement .sum{
	position: absolute;
	left: 330px;
	top: 35px;
}
#console .statement .sum h1{
	font-size: 16px;
	color: #fff;
}
#console .statement .sum h2{
	font-size: 28px;
	color: #da3845;
	line-height: 25px;
	padding-top: 20px;
}
#console .statement .sum h2 span{
	font-size: 14px;
}
#console .statement .btn_bar{
	position: absolute;
	top: 65px;
	left: 487px;
	width: 185px;
}
#console .statement .btn_bar .btn{
	display: block;
}
#console .statement .btn_bar .btn_1{
	width: 66px;
	height: 32px;
	background-color: #da3845;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	float: left;
}
#console .statement .btn_bar .btn_2{
	width: 100px;
	height: 30px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: 1px solid #fff;
	float: right;
}

#console .statement .record{
	float: right;
	color: #fff;
	padding-top: 32px;
}
#console .statement .record li{
	float: left;
	text-align: center;
	width: 112px;
}
#console .statement .record li h1{
	font-size: 32px;
	line-height: 25px;
}
#console .statement .record li h2{
	font-size: 16px;
	padding-top: 20px;
}

#console .info_bar{
	width: 1200px;
	margin: 35px auto 0;
	overflow: hidden;
	padding-bottom: 35px;
}
#console .info-fl{
	width: 814px;
}
#console .info-fl .part_1{
	height: 256px;
	background-color: #fff;
	margin-bottom: 15px;
	padding: 0 34px;
}

#console .info-fl .part_1 .link-searcher{
	height: 34px;
	border: 1px solid #eaeaea;
	margin: 15px 0 0 0;
	padding-left: 5px;
	position: relative;
}
#console .info-fl .part_1 .link-searcher .search_bar{
	height: 34px;
	padding: 0;
	margin: 0;
	border: 0;
	width: 660px;
	color: #A0A2A8;
}
#console .info-fl .part_1 .link-searcher button{
	padding: 0;
	margin: 0;
	width: 18px;
	height: 18px;
	border: 0;
	position: absolute;
	right: 9px;
	top: 6px;
	background: none;
}
#console .info-fl .part_1 .link-searcher button i{
	font-size: 20px;
	color: #A0A2A8;
}
#console .info-fl .part_1 .his{
	
}
#console .info-fl .part_1 .his .his_elem{
	height: 40px;
	overflow: hidden;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#console .info-fl .part_1 .his .his_elem.on{
	height: 70px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#console .info-fl .part_1 .his .his_elem.on .tt i{
	transform:rotate(0deg);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

#console .info-fl .part_1 .his .his_elem .tt{
	position: relative;
	line-height: 40px;
	margin-top: 10px;
}
#console .info-fl .part_1 .his .his_elem .tt h1{
	font-size: 16px;
	color: #333333;
	padding-left: 18px;
}
#console .info-fl .part_1 .his .his_elem .tt i{
	color: #494949;
	position: absolute;
	top: 1px;
	left: 2px;
	transform:rotate(-90deg);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#console .info-fl .part_1 .his .his_elem ul{
	padding-left: 18px;
}
#console .info-fl .part_1 .his .his_elem ul li{
	float: left;
	margin-right: 25px;
}
#console .info-fl .part_1 .his .his_elem ul li span{
	
}
#console .info-fl .part_2{
	height: 290px;
	background-color: #fff;
	margin-bottom: 15px;
	padding: 0 34px;
}
#console .info-fl .part_2 ul{
	margin-left: -13px;
	padding-top: 6px;
}
#console .info-fl .part_2 ul li{
	float: left;
	width: 210px;
	height: 37px;
	line-height: 37px;
	background-color: #f9f9f9;
	padding: 0 15px;
	margin-left: 13px;
	margin-top: 13px;
}
#console .info-fl .part_2 ul li p{
	float: left;
	font-size: 14px;
	color: #999;
}
#console .info-fl .part_2 ul li span{
	float: right;
	font-size: 14px;
	color: #333;
}

#console .info-fl .part_3{
	height: 244px;
}
#console .info-fl .part_3 .pl{
	width: 452px;
	background-color: #fff;
	float: left;
	height: 244px;
	padding: 0 34px;
}

#console .info-fl .part_3 .pl .msg{
	overflow: hidden;
}
#console .info-fl .part_3 .pl ul{
	width: 190px;
	float: left;
}
#console .info-fl .part_3 .pl ul li{
	float: left;
	width: 190px;
	height: 37px;
	line-height: 37px;
	padding: 0 15px;
	margin-top: 13px;
}
#console .info-fl .part_3 .pl ul li p{
	float: left;
	font-size: 14px;
}
#console .info-fl .part_3 .pl ul li span{
	float: right;
	font-size: 14px;
}
#console .info-fl .part_3 .pl ul li.a1{
	background-color: #fff6e5;
	color: #fc8a46;
}
#console .info-fl .part_3 .pl ul li.a2{
	background-color: #ffebeb;
	color: #f47a7a;
}
#console .info-fl .part_3 .pl ul li.a3{
	background-color: #f0f2ff;
	color: #7f8ef3;
}
#console .info-fl .part_3 .pl .dr{
	float: right;
	width: 210px;
	height: 151px;
/* 	background-color: rgba(0, 0, 0, 0.2); */
	padding-top: 13px;
}
#console .info-fl .part_3 .pl .dr .rate{
	height: 37px;
	position: relative;
}
#console .info-fl .part_3 .pl .dr .rate .label{
	font-size: 14px;
	color: #999999;
	position: absolute;
}
#console .info-fl .part_3 .pl .dr .rate .goalProgress{
	background: #f4f4f4;
	position: absolute;
	bottom: 5px;
	width: 100%;
}
#console .info-fl .part_3 .pl .dr .rate div.progressBar{
	background: #ff008c;
	color: #fff;
	letter-spacing: -1px;
	font-weight: 700;
	display: block;
	overflow: hidden;
	width: 20px;
	height: 6px;
}
#console .info-fl .part_3 .pl .dr .rate span.goalAmount {
	display: none;
	text-indent: -9999px;
}
#console .info-fl .part_3 .pl .dr .rate .rateBar{
	font-size: 14px;
	color: #088be5;
	top: 0;
	right: 0;
	position: absolute;
}

#console .info-fl .part_3 .pl .dr .status{
	width: 210px;
	clear: both;
	margin-top: 34px;
	height: 8px;
	border-top: 1px dashed #ebebeb;
	display: inline-block;
}
#console .info-fl .part_3 .pl .dr .status p{
	float: left;
	font-size: 14px;
	color: #999999;
	display: block;
	background-color: #fff;
	margin-top: -10px;
	padding-right: 10px;
}
#console .info-fl .part_3 .pl .dr .status span{
	float: right;
	font-size: 13px;
	color: #333333;
	display: block;
	background-color: #fff;
	margin-top: -10px;
	padding-left: 10px;
}



#console .info-fl .part_3 .pr{
	width: 212px;
	float: right;
	height: 244px;
	padding: 0 34px;
	background:#fff url(../images/pic/safe.png) no-repeat 24px 74px;
}
#console .info-fl .part_3 .pr ul{
	overflow: hidden;
	padding-left: 70px;
	padding-top: 7px;
}
#console .info-fl .part_3 .pr ul li{
    height: 37px;
    line-height: 37px;
    margin-left: 13px;
    margin-top: 13px;
}
#console .info-fl .part_3 .pr ul li p{
	float: left;
	font-size: 14px;
	color: #999;
}
#console .info-fl .part_3 .pr ul li span{
	float: right;
	font-size: 14px;
	color: #333;
}

#console .info-fr{
	width: 360px;
	background-color: #fff;
	height: 820px;
}
#console .info-fr .side-1{
	padding: 0 34px;
	overflow: hidden;
}
#console .info-fr .side-1 ul{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
}
#console .info-fr .side-1 ul li{
	height: 18px;
	line-height: 18px;
	margin: 24px 0;
}
#console .info-fr .side-1 ul li span{
	float: left;
	font-size: 15px;
	color: #666666;
}
#console .info-fr .side-1 ul li a{
	float: right;
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 230px;
}
#console .info-fr .side-1 ul li:hover a,
#console .info-fr .side-1 ul li:hover span{
	color: #088be5;
}

#console .info-fr .side-2{
	padding: 0 34px;	
}
#console .info-fr .side-2 .col{

}
#console .info-fr .side-2 .col img{
	margin-top: 23px;
}
#console .c_title{
	height: 45px;
	position: relative;
}
#console .c_title h1{
	font-size: 20px;
	color: #333;
	line-height: 25px;
	padding-top: 18px;
}
#console .c_title h1 span{
	font-size: 14px;
	color: #999999;
}
#console .c_title a{
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
	bottom: 4px;
}

/* 10.algorithm */
.algorithm_banner{
	width: 100%;
	height: 500px;
	min-width: 1200px;
	background: url(../images/pic/algorithm_bg.jpg) no-repeat center center;
}
#algorithm{
	padding-top: 20px;
}
#algorithm .al_list_bar{
	overflow: hidden;
	padding-bottom: 40px;
}
#algorithm .al_list_bar ul.ul_1{
	overflow: hidden;
}
#algorithm .al_list_bar ul.ul_1 li{
	width: 400px;
	height: 200px;
	float: left;
	padding-bottom: 20px;
}
#algorithm .al_list_bar ul.ul_1 li .bar{
	margin:0 auto;
	width: 376px;
	height: 194px;
	-moz-box-shadow:0px 5px 9px #e5e9f0; 
	-webkit-box-shadow:0px 5px 9px #e5e9f0; 
	box-shadow:0px 5px 9px #e5e9f0;
}
#algorithm .al_list_bar ul.ul_1 li .bar .top_shadow{
	width: 376px;
	height: 194px;
	box-shadow:inset 0px 60px 50px -50px #dde6f7; 
	position: relative;
}
#algorithm .al_list_bar ul.ul_1 li .bar .top_shadow i{
	position: absolute;
	color: #8574df;
	font-size: 40px;
	left: 20px;
	top: 22px;
	display: block;
	height: 50px;
	line-height: 50px;
}
#algorithm .al_list_bar ul.ul_1 li .bar .top_shadow h1{
	font-size: 20px;
	color: #333;
	line-height: 25px;
	padding: 22px 0 10px 80px;
}
#algorithm .al_list_bar ul.ul_1 li .bar .top_shadow p{
	font-size: 14px;
	color: #999;
	line-height: 28px;
	padding-left: 80px;
	text-align: justify;
	padding-right: 30px;
}
#algorithm .al_list_bar ul.ul_1 li .bar .top_shadow .line{
	height: 3px;
	width: 0px;
	background-color: #b0a7e0;
	position: absolute;
	transition: width .4s;
	-webkit-transition: width .4s;
}
#algorithm .al_list_bar ul.ul_1 li .bar:hover .line{
	width: 100%;
	transition: width .4s;
	-webkit-transition: width .4s;
}

#algorithm ul.ul_2{
	overflow: hidden;
}
#algorithm ul.ul_2 li{
	float: left;
	height: 353px;
	width: 280px;
	position: relative;
	overflow: hidden;
	margin: 0 6px 20px 13px;
}
#algorithm ul.ul_2 li a{
	display: block;
	height: 280px;
}
#algorithm ul.ul_2 li:hover .mask,
#algorithm ul.ul_2 li:hover .c_tt{
	bottom: 0px;
	transition: bottom .4s;
	-webkit-transition: bottom .4s;
}
#algorithm ul.ul_2 li .mask{
	position: absolute;
	width: 100%;
	background-color: #000;
	height: 290px;
	bottom: -240px;
	z-index: 1;
	opacity: 0.8;
	filter:alpha(opacity=80);
	transition: bottom .4s .1s;
	-webkit-transition: bottom .4s .1s;
}
#algorithm ul.ul_2 li .c_tt{
	height: 290px;
	position: absolute;
	bottom: -240px;
	width: 100%;
	z-index: 2;
	color: #fff;
	text-align: center;
	transition: bottom .4s .1s;
	-webkit-transition: bottom .4s .1s;
}
#algorithm ul.ul_2 li .c_tt h1{
	font-size: 18px;
	line-height: 18px;
	padding: 17px 0 13px;
}
#algorithm ul.ul_2 li .c_tt p{
	padding: 0 23px;
	text-align: justify;
	font-size: 14px;
	line-height: 25px;
}

#algorithm ul.ul_2 li.td_1{
	background: url(../images/pic/td_1.jpg) no-repeat;
}
#algorithm ul.ul_2 li.td_2{
	background: url(../images/pic/td_2.jpg) no-repeat;	
}
#algorithm ul.ul_2 li.td_3{
	background: url(../images/pic/td_3.jpg) no-repeat;	
}
#algorithm ul.ul_2 li.td_4{
	background: url(../images/pic/td_4.jpg) no-repeat;	
}
#algorithm ul.ul_2 li.td_5{
	background: url(../images/pic/td_5.jpg) no-repeat;	
}
#algorithm ul.ul_2 li.td_6{
	background: url(../images/pic/td_6.jpg) no-repeat;	
}
#algorithm ul.ul_2 li.td_7{
	background: url(../images/pic/td_7.jpg) no-repeat;	
}


/* 11.paas */
#paas_list {
	overflow: hidden;
	background-color: #f9f9f9;
	padding-top: 90px;
}
#paas_list > .inner{

	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}
#paas_list > .inner > .hd{
	overflow: hidden;
}
#paas_list > .inner > .hd > ul{
	overflow: hidden;
}
#paas_list > .inner > .hd > ul > li{
	width: 160px;
	height: 45px;
	float: left;
	font-size: 16px;
	color: #666;
	cursor: pointer;
	text-align: center;
	line-height: 45px;
	margin-right: 15px;
	background-color: #fff;

}
#paas_list > .inner > .hd > ul > li.on{
	color: #fff;
	background-color: #ff6f30;
}
#paas_list > .inner > .bd{
	margin-top: 35px; 
	margin-bottom: 50px;
}
#paas_list > .inner > .bd > div > ul.zq{
	overflow: hidden;
	
}
#paas_list > .inner > .bd > div > ul.zq > li{
	width: 380px;
	height: 192px;
	float: left;
	
	margin: 0 30px 25px 0;
}
#paas_list > .inner > .bd > div > ul.zq > li.tt1{
	background: url(../images/pic/paas_list_bg1.jpg) no-repeat;
}
#paas_list > .inner > .bd > div > ul.zq > li.tt2{
	background: url(../images/pic/paas_list_bg2.jpg) no-repeat;
}
#paas_list > .inner > .bd > div > ul.zq > li.tt3{
	background: url(../images/pic/paas_list_bg3.jpg) no-repeat;
}
#paas_list > .inner > .bd > div > ul.zq > li.tt4{
	background: url(../images/pic/paas_list_bg4.jpg) no-repeat;
}
#paas_list > .inner > .bd > div > ul.zq > li.tt5{
	background: url(../images/pic/paas_list_bg5.jpg) no-repeat;
}
#paas_list > .inner > .bd > div > ul.zq > li.tt6{
	background: url(../images/pic/paas_list_bg6.jpg) no-repeat;
}
#paas_list > .inner > .bd > div > ul.thzq > li.tt7{
	background: url(../images/pic/paas_list_bg7.jpg) no-repeat;
}
#paas_list > .inner > .bd > div > ul.zq > li.last{
	margin-right: 0;
}
#paas_list > .inner > .bd > div > ul.zq > li > .nr{
	padding-left: 20px;
}
#paas_list > .inner > .bd > div > ul.zq > li > .nr > h1{
	font-size: 20px;
	color: #333;
	line-height: 50px;
}
#paas_list > .inner > .bd > div > ul.zq > li > .nr > p{
	font-size: 14px;
	color: #999;
	line-height: 30px;
	height: 30px;
}
#paas_list > .inner > .bd > div > ul.zq > li > .nr > p.red{
	color: #ff6f30;
}
#paas_list > .inner > .bd > div > ul.zq > li > .nr > p > span{
	color: #ff6f30;
}
#paas_list > .inner > .bd > div > ul.zq > li > .nr > a.btn{
	width: 110px;
	height: 30px;
	background-color: #55baff;
	color: #fff;
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin-top: 30px;
}
#paas_list > .inner > .bd > div > .content > .top{
	height: 60px;
	line-height: 60px;
}
#paas_list > .inner > .bd > div > .content > .top > h1{
	font-size: 22px;
	color: #333;
}
#paas_list > .inner > .bd > div > .content > ul{
	background-color: #fff;
	padding: 22px;
}
#paas_list > .inner > .bd > div > .content > ul > li{
	height: 260px;
	
	
}
#paas_list > .inner > .bd > div > .content > ul > li{
	margin-bottom: 15px;
}
#paas_list > .inner > .bd > div > .content > ul > li > .fl > img{
	width: 412px;
	height: 240px;
}
#paas_list > .inner > .bd > div > .content > ul > li > .fr{
	width: 700px;
}
#paas_list > .inner > .bd > div > .content > ul > li > .fr > h1{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	height: 30px;
}
#paas_list > .inner > .bd > div > .content > ul > li > .fr > p{
	font-size: 14px;
	color: #999;
	line-height: 30px;
	margin-top: 10px;
}
#paas_list > .inner > .bd > div > .content > ul > li > .fr > a{
	width: 140px;
	height: 35px;
	display: block;
	background-color: #fff;
	color: #28a3f7;
	border: 1px solid #28a3f7;
	text-align: center;
	line-height: 35px;
	margin-top: 70px;
}
#paas_list > .inner > .bd > div > .content > ul > li > .fr > a:hover{
	color: #fff;
	background-color: #28a3f7;
}
#paas_list > .inner > .bd > div > .content > ul > li.line{
	border-bottom: 1px solid #eee;
}
#paas_list > .inner > .bd > div > .content > ul > li > .fr > a.four{
	margin-top: 35px;
}


/* .clear{
	visibility: hidden;
	overflow: hidden;
	clear: both;
} */
/* 
#f_nav: 功能导航;
#aotu_study: 自动学习;
#data_manage: 数据管理;
#develop: 开发环境;
#train: 训练作业;
#model: 模型管理;
#online: 部署上线;
 */
#f_nav {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 120px;
}
#f_nav .title{
	font-size: 26px;
	text-align: center;
	color: #333;
	margin-top: 34px;
}
#f_nav .item-wrap{
	height: 100px;
	margin-top: 26px;
	box-shadow: 0 5px 20px #e8e8e8;
}
#f_nav .item-wrap .item{
	box-sizing: border-box;
	width: 200px;
	height: 100px;
	padding: 10px;
	float: left;
	text-align: center;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}
#f_nav .item-wrap .item h1{
	width: 100%;
	font-size: 18px;
	color: #333;
}
#f_nav .item-wrap .item p{
	width: 100%;
	font-size: 14px;
	color: #a5a5a5;
	line-height: 20px;
	margin-top: 5px;
}

/*自动学习*/
#aotu_study{
	min-width: 1200px;
	background-color: #f9f9f9;
}
#aotu_study .center{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 70px;
}
#aotu_study .center .title{
	font-size: 26px;
	text-align: center;
	color: #333;
}
#aotu_study .center .abstract{
	font-size: 14px;
	color: #999;
	margin-top: 15px;
	text-align: center;
}
#aotu_study .center .content{
	margin-top: 35px;
	height: 310px;
	display: flex;
	justify-content: space-between;
}
#aotu_study .center .content .item1{
	width: 320px;
	height: 310px;
	background: url(../images/pic/st_1.jpg) 0 0 no-repeat;
}
#aotu_study .center .content .item1 .mask{
	width: 320px;
	height: 310px;
	box-sizing: border-box;
	padding: 0 30px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	background-color: rgba(255,255,255,0.5);
}
#aotu_study .center .content .item1 .mask h1{
	width: 100%;
	font-size: 20px;
	color: #333;
}
#aotu_study .center .content .item1 .mask p{
	width: 100%;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}
#aotu_study .center .content .item1 .mask:hover{
	background-color: rgba(15,113,223,0.8);
}
#aotu_study .center .content .item1 .mask:hover h1,
#aotu_study .center .content .item1 .mask:hover p{
	color: #fff;
}
#aotu_study .center .content .item2{
	width: 410px;
	height: 310px;
	position: relative;
}
#aotu_study .center .content .item2 h1{
	font-size: 20px;
	color: #333;
}
#aotu_study .center .content .item2 p{
	font-size: 14px;
	color: #999;
	margin-top: 13px;
	line-height: 28px;
}
#aotu_study .center .content .item2 .iwrap{
	height: 210px;
	width: 100%;
	position: absolute;
	box-sizing: border-box;
	padding: 30px 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: url(../images/pic/st_2.jpg) 0 0 no-repeat;
	box-shadow: 0 5px 15px #d2dbe2;
}
#aotu_study .center .content .item2 .iwrap .icon{
	width: 140px;
	height: 36px;
	border-radius: 18px;
	margin: 0 auto;
	background: linear-gradient(to right, #55719c , #6b8ac0);
	color: #fff;
	display: flex;
	justify-content: center;
	cursor: pointer;
}
#aotu_study .center .content .item2 .iwrap .i1{
	margin: 8px auto 0;
	padding-left: 30px;
	background: url(../images/pic/st_icon.png) 0 0 no-repeat;
	overflow: hidden;
	height: 20px;
}
#aotu_study .center .content .item2 .iwrap .i2{
	margin: 8px auto 0;
	padding-left: 30px;
	background: url(../images/pic/st_icon.png) 0 -25px no-repeat;
	overflow: hidden;
	height: 20px;
}
#aotu_study .center .content .item2 .iwrap .i3{
	margin: 8px auto 0;
	padding-left: 30px;
	background: url(../images/pic/st_icon.png) 0 -52px no-repeat;
	overflow: hidden;
	height: 20px;
}

#aotu_study .center .content .item3{
	width: 410px;
	height: 310px;
	position: relative;
}
#aotu_study .center .content .item3 h1{
	font-size: 20px;
	color: #333;
}
#aotu_study .center .content .item3 p{
	font-size: 14px;
	color: #999;
	margin-top: 13px;
	line-height: 28px;
}
#aotu_study .center .content .item3 .iwrap{
	height: 210px;
	width: 100%;
	position: absolute;
	box-sizing: border-box;
	padding: 30px 0;
	bottom: 0;
	left: 0;
	background: url(../images/pic/st_3.jpg) 0 0 no-repeat;
	box-shadow: 0 5px 15px #d2dbe2;
}

/*数据管理*/
#data_manage{
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0 0;
}
#data_manage>.title{
	font-size: 26px;
	height: 26px;
	text-align: center;
	color: #333;
}
#data_manage .banner{
	width: 1200px;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	padding: 25px 45px;
	margin-top: 30px;
}
#data_manage .banner .left{
	float: left;
	max-width: 900px;
}
#data_manage .banner .left h1{
	font-size: 16px;
	color: #28a3f7;
}
#data_manage .banner .left p{
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}
#data_manage .banner .right{
	float: right;
}
#data_manage .banner .right .btn{
	width: 160px;
	height: 36px;
	background-color: #fc6467;
	color: #fff;
	font-size: 14px;
	border-radius: 6px;
	text-align: center;
	line-height: 36px;
}
#data_manage .slide{
	height: 510px;
	width: 1200px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
#data_manage .swiper-slide{
	position: relative;
}
#data_manage .swiper-slide .tit{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	width: 1200px;
	box-sizing: border-box;
	padding: 10px 300px 10px 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #fff;
}
#data_manage .swiper-slide .pic{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 510px;
	width: 1200px;
}
#data_manage .slide .icon{
	text-align: right;
	padding: 10px 30px;
	box-sizing: border-box;
	bottom: 0;
}
#data_manage .slide .icon span{
	width: 10px;
	height: 10px;
	margin: 0 7px;
}
#data_manage .slide .icon .swiper-pagination-bullet{
	background: rgba(255, 255, 255, 0.75);
}
#data_manage .slide .icon .swiper-pagination-bullet-active{
	background: #fff;
}
#data_manage .val{
	height: 110px;
	margin-top: 20px;
}
#data_manage .val .item{
	width: 590px;
	height: 110px;
	background-color: #f1f7ff;
	padding: 20px 170px 20px 30px;
	box-sizing: border-box;
	position: relative;
}
#data_manage .val .item:nth-child(1){
	float: left;
}
#data_manage .val .item:nth-child(1)::after{
	content: "";
	position: absolute;
	right: 35px;
	top: 30px;
	width: 100px;
	height: 50px;
	background: url(../images/pic/data_icon.png) 0 0 no-repeat;
}
#data_manage .val .item:nth-child(2){
	float: right;
}
#data_manage .val .item:nth-child(2)::after{
	content: "";
	position: absolute;
	right: 35px;
	top: 27px;
	width: 100px;
	height: 60px;
	background: url(../images/pic/data_icon.png) 0 -55px no-repeat;
}
#data_manage .val h1{
	font-size: 16px;
	color: #194378;
}
#data_manage .val p{
	font-size: 13px;
	margin-top: 10px;
	color: #8b95a5;
}

/*开发环境*/
#develop{
	min-width: 1200px;
	padding-top: 50px;
	margin-top: 70px;
	background: url(../images/pic/develop.jpg) center 0 no-repeat;
}
#develop .dwrap{
	width: 1200px;
	margin: 0 auto;
}
#develop .title{
	font-size: 26px;
	height: 26px;
	text-align: center;
	color: #fff;
}
#develop .abstract{
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
	text-align: center;
}
#develop .group{
	margin-top: 30px;
	width: 1200px;
	padding: 0 10px;
	box-sizing: border-box;
	height: 420px;
	display: flex;
	justify-content: space-between;
}
#develop .group .item{
	width: 375px;
	height: 420px;
	background-color: #fff;
	box-shadow: 0 5px 15px #d2dbe2;
	box-sizing: border-box;
	padding: 30px;
}
#develop .group .item .pic{
	width: 100%;
	height: 200px;
}
#develop .group .item h1{
	margin-top: 30px;
	font-size: 18px;
	height: 18px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#develop .group .item h1 span{
	color: #28a3f7;
}
#develop .group .item p{
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
}

/*训练作业*/
#train{
	margin: 70px auto 0;
	width: 1200px;
}
#train .title{
	font-size: 26px;
	height: 26px;
	text-align: center;
	color: #333;
}
#train .abstract{
	font-size: 14px;
	color: #999;
	margin-top: 15px;
	text-align: center;
}
#train .content{
	margin-top: 30px;
	height: 290px;
	position: relative;
}
#train .content .pic{
	width: 320px;
	height: 270px;
	margin-top: 20px;
	background: url(../images/pic/train.jpg) 0 0 no-repeat;
}
#train .content .val{
	width: 880px;
	height: 290px;
	position: absolute;
	right: 0;
	top: 0;
	box-shadow: 0 3px 15px #d2dbe2;
	padding: 50px 80px;
	box-sizing: border-box;
	background-color: #fff;
}
#train .content .val::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -70px;
	height: 290px;
	width: 70px;
	background: url(../images/pic/train_icon.png) 0 0 no-repeat;
}
#train .content .val::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -60px;
	width: 60px;
	height: 30px;
	z-index: -1;
	box-shadow: 0 3px 15px #d2dbe2;
}
#train .content .val h1{
	font-size: 18px;
	color: #333;
}
#train .content .val p{
	font-size: 14px;
	color: #999;
	line-height: 28px;
	margin-top: 20px;
}
#train .content .val .btn{
	position: absolute;
	bottom: 50px;
	left: 80px;
	width: 160px;
	height: 36px;
	background-color: #fc6467;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	border-radius: 5px;
}

/*模型管理*/
#model{
	margin-top: 90px;
	min-width: 1200px;
	background-color: #f9f9f9;
	padding: 60px 0;
}
#model .title{
	font-size: 26px;
	height: 26px;
	text-align: center;
	color: #333;
}
#model .abstract{
	font-size: 14px;
	color: #999;
	margin-top: 15px;
	text-align: center;
}
#model .group{
	width: 1200px;
	margin: 20px auto 0;
	box-sizing: border-box;
	padding: 25px;
	background-color: #fff;
}
#model .group .item{
	position: relative;
	min-height: 240px;
}
#model .group .item .pic{
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 400px;
	height: 100%;
}
#model .group .item .val{
	width: 700px;
	float: right;
}
#model .group .item .val h1{
	font-size: 18px;
	height: 20px;
	color: #333;
}
#model .group .item .val p{
	font-size: 14px;
	color: #999;
	line-height: 26px;
	margin-top: 10px;
	min-height: 150px;
	padding-bottom: 20px;
}
#model .group .item .val .btn{
	margin-top: 14px;
	height: 36px;
	width: 160px;
	background-color: #fc6467;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	border-radius: 5px;
}
#model .group .line{
	height: 1px;
	background-color: #eeeeee;
	margin: 30px 0;
}

/*部署上线*/
#online{
	padding: 60px 0;
	margin: 0 auto;
	width: 1200px;
}
#online .title{
	font-size: 26px;
	height: 26px;
	text-align: center;
	color: #333;
}
#online .abstract{
	font-size: 14px;
	color: #999;
	margin-top: 15px;
	text-align: center;
}
#online .content{
	margin-top: 30px;
	height: 400px;
}
#online .content .pic{
	width: 600px;
	height: 400px;
	float: left;
}
#online .content .val{
	width: 550px;
	height: 400px;
	float: right;
	box-sizing: border-box;
	padding: 30px 50px 0;
}
#online .content .val h1{
	font-size: 18px;
	color: #333;
}
#online .content .val p{
	font-size: 14px;
	color: #999;
	line-height: 30px;
	margin-top: 15px;
}
#online .content .val .btn{
	margin-top: 30px;
	height: 36px;
	width: 160px;
	background-color: #fc6467;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	border-radius: 5px;
}

/* 12.sec_1 */
#sec_1{

}
#sec_1 .el-main{
	
}
#sec_1 .el-main .el-col{
	height: 28px;
}
#sec_1 .el-main .el-col label{
	line-height: 28px;
	font-size: 14px;
}
#sec_1 .el-main .el-col .el-select{
	height: 20px;
}

/* 13.con_main */
#con_main{
	padding-top: 20px;
}
#con_main .lc{
	margin:20px auto;
	display: block;
}
#con_main .con_bar{
	font-size: 15px;
	text-align: justify;
	padding: 10px 26px;
	line-height:36px;
}
#con_main .code_bar{
	font-size: 14px;
	padding: 0 15px 30px;
}
#con_main .code_bar .code{
	padding-bottom: 10px;
}
#con_main .pic_bar{
	overflow: hidden;
	padding-top: 10px;
}
#con_main .pic_bar img{
	float: left;
}
#con_main .conbar{
	margin-bottom: 50px;
}
.code .syntaxhighlighter{
	height: 495px;
}




.dis_banner{
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin-bottom: 40px;
}
.dis_banner1{
	background: url(../images/pic/dis_car.jpg) no-repeat center center;

}
.dis_banner2{
	background: url(../images/pic/dis_banner2.jpg) no-repeat center center;

}
.dis_banner3{
	background: url(../images/pic/dis_banner3.jpg) no-repeat center center;

}
.dis_banner4{
	background: url(../images/pic/dis_banner4.jpg) no-repeat center center;

}
.dis_banner5{
	background: url(../images/pic/dis_banner5.jpg) no-repeat center center;

}
.dis_banner6{
	background: url(../images/pic/dis_banner6.jpg) no-repeat center center;

}
.dis_banner7{
	background: url(../images/pic/dis_banner7.jpg) no-repeat center center;

}
.dis_banner > .title{
	width: 1200px;
	height: 400px;
	margin: 0 auto;
}
.dis_banner > .title > h1{
	font-size: 32px;
	color: #fff;
	line-height: 35px;
	margin-top: 90px;
	margin-bottom: 35px;
}
.dis_banner > .title > p{
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	width: 595px;
}
.dis_banner > .title > a{
	display: block;
	width: 150px;
	height: 40px;
	background-color: #088be5;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
}
#dis_main{
	overflow: hidden;
	margin-bottom: 30px;
}
#dis_main > .title{
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
}
#dis_main > .bottom{
	margin-top: 30px;
}
#dis_main > .bottom > .left{
	width: 735px;
	float: left;
	overflow: hidden;
}
#dis_main > .bottom > .left > .top{
	width: 695px;
	height: 455px;
	background: url(../images/pic/car_bg.jpg) no-repeat center center;
	padding: 20px;
}
#dis_main > .bottom > .left > .top > #preview img{
	width: 695px;
	height: 450px;
	margin: 0!important;
}
#dis_main > .bottom > .left > .bottom{
	overflow: hidden;
	margin-top: 15px;
	margin-right: -20px;
}
#dis_main > .bottom > .left > .bottom .file{
	position: relative;
	width: 156px;
	height: 40px;
	float: left;
	margin-right: 15px;
}
#dis_main > .bottom > .left > .bottom .file i{
	background: url(../images/pic/onload.jpg) no-repeat 0 0;
	position: absolute;
	z-index: 0;
	width: 156px;
	height: 40px;
}
#dis_main > .bottom > .left > .bottom .file input[type="file"]{
	opacity: 0;
	position: absolute;
	z-index: 1;
	width: 156px;
	height: 40px;
	cursor: pointer;
	
}
#dis_main > .bottom > .left > .bottom input[type="text"]{
	width: 460px;
	border: 1px solid #e2e2e2;
	border-right: none;
	border-radius: 10px 0 0 10px;
	padding: 11px;
	float: left;
}
#dis_main > .bottom > .left > .bottom .btn{
	width: 80px;
	float: left;
	height: 40px;
	background-color: #ff8e14;
	border: none;
	border-radius: 0 10px 10px 0;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
}
#dis_main > .bottom > .right{
	width: 420px;
	margin-right: 15px;
	float: right;
}
#dis_main > .bottom > .right > .title{
	width: 420px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	background-color: #28a3f7;
}
#dis_main > .bottom > .right > .bottom{
	height: 465px;
	width: 360px;
	padding: 20px 30px;
	-moz-box-shadow:2px 2px 5px #e2e2e2; 
	-webkit-box-shadow:2px 2px 5px #e2e2e2; 
	box-shadow:2px 2px 5px #e2e2e2;
}
#dis_main > .bottom > .right > .bottom.watermark{
	height: 415px;
}
#dis_main > .bottom > .right > .bottom > h1{
	font-size: 15px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
	margin: 15px 0;
}
#dis_main > .bottom > .right > .bottom > p{
	font-size: 15px;
	color: #333;
	line-height: 25px;
	
}
#dis_main > .bottom > .right > .bottom > b{
	font-size: 15px;
	color: #333;
	line-height: 25px;
	display: block;
}
#dis_main > .bottom > .right > .bottom > b > span{
	font-weight: normal;
}
#dis_main > .bottom > .right > .bottom > form > .line{
	overflow: hidden;
	margin: 40px 0;
}
#dis_main > .bottom > .right > .bottom > form > .line > .title{
	font-size: 14px;
	color: #333;
	line-height: 40px;
	text-align: right;
	width: 70px;
}
#dis_main > .bottom > .right > .bottom > form > .line > input[type="text"]{
	width: 270px;
	padding: 11px 0;
	border: 1px solid #e2e2e2;
	padding-left: 15px;
}
#dis_main > .bottom > .right > .bottom > form > .line .file{
	position: relative;
	width: 156px;
	height: 40px;
	float: left;
	margin-top: 15px;
}
#dis_main > .bottom > .right > .bottom > form > .line .file i{
	background: url(../images/pic/onload.jpg) no-repeat 0 0;
	position: absolute;
	z-index: 0;
	width: 156px;
	height: 40px;
}
#dis_main > .bottom > .right > .bottom > form > .line .file input[type="file"]{
	opacity: 0;
	position: absolute;
	z-index: 1;
	width: 156px;
	height: 40px;
	cursor: pointer;
	
}
#dis_main > .bottom > .right > .bottom > form > .line > #preview1{
	width: 100px;
	height: 100px;
	overflow: hidden;
}
#dis_main > .bottom > .right > .bottom > form > .line > #preview1 > img{
	width: 100px;
	height: 100px;
	margin: 0!important;
}

#dis_main > .bottom > .right > .bottom > form > .line > .right{
	width: 285px;
	overflow: hidden;
	height: 40px;
	float: left;
}
#dis_main > .bottom > .right > .bottom > form > .line > .right > label{
	line-height: 40px;
	font-size: 14px;
	margin: 0 9px;
}
#dis_main > .bottom > .right > .bottom > form > .line > .right > .l{
	margin-left: 10px;
}
#dis_main > .bottom > .right > .bottom > form > .line > .right > .r{
	margin-right: 10px;
}
#dis_main > .bottom > .right > .bottom > form > .line > .right  span{
	line-height: 40px;
	width: 50px;
	display: inline-block;
	text-align: right;
}
#dis_main > .bottom > .right > .bottom > form > .line > .right  span.percent{
	width: 15px;
}
#dis_main > .bottom > .right > .bottom > form > .line > .right  input.number{
	width: 34px;
	height: 34px;
	text-align: center;
	border: 1px solid #e2e2e2;
}
#dis_main > .bottom > .down{
	width: 1200px;
	overflow: hidden;
}
#dis_main > .bottom > .down > .bottom{
	overflow: hidden;
	margin-top: 15px;
	margin-right: -20px;
}
#dis_main > .bottom > .down > .bottom .file{
	position: relative;
	width: 156px;
	height: 40px;
	float: left;
	margin-right: 15px;
}
#dis_main > .bottom > .down > .bottom .file i{
	background: url(../images/pic/onload.jpg) no-repeat 0 0;
	position: absolute;
	z-index: 0;
	width: 156px;
	height: 40px;
}
#dis_main > .bottom > .down > .bottom .file input[type="file"]{
	opacity: 0;
	position: absolute;
	z-index: 1;
	width: 156px;
	height: 40px;
	cursor: pointer;
	
}

#dis_main > .bottom > .down > .bottom input[type="text"]{
	width: 875px;
	border: 1px solid #e2e2e2;
	border-right: none;
	border-radius: 10px 0 0 10px;
	padding: 11px;
	float: left;
}
#dis_main > .bottom > .down > .bottom .btn{
	width: 120px;
	float: left;
	height: 40px;
	background-color: #ff8e14;
	border: none;
	border-radius: 0 10px 10px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
#dis_main > .result{
	width: 1200px;
	margin-top: 20px;
	overflow: hidden;
}
#dis_main > .result > .left{
	width: 156px;
	
}
#dis_main > .result > .left > h1{
	width: 156px;
	font-size: 18px;
	color: #333;
	line-height: 35px;
	text-align: right;
	margin-top: 20px;
	font-weight: bold;
}
#dis_main > .result > .right{
	width: 965px;
	height: 148px;
	border: 1px solid #e2e2e2;
	padding: 25px;
	margin-right: 10px;
}
#dis_main > .result > .right > p{
	font-size: 15px;
	color: #666;
	line-height: 35px;
	text-align: justify;
}

#dis_main2{
	width: 100%;
	overflow: hidden;
	background-color: #f0f7ff;
	padding: 60px 0;
	margin-top: 60px;
}
#dis_main2 > .wrap >  .title{
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
}
#dis_main2 > .wrap > .bottom{
	margin-top: 30px;
	overflow: hidden;
}
#dis_main2 > .wrap > .bottom > ul{
	overflow: hidden;
}
#dis_main2 > .wrap > .bottom > ul > li{
	width: 548px;
	height: 345px;
	position: relative;
}
#dis_main2 > .wrap > .bottom > ul > li.fl{
	margin-left: 15px;
}
#dis_main2 > .wrap > .bottom > ul > li.fr{
	margin-right: 15px;
}
#dis_main2 > .wrap > .bottom > ul > li > img{
	width: 548px;
	height: 345px;
	position: absolute;
	z-index: 1;
}
#dis_main2 > .wrap > .bottom > ul > li > .txt_bg{
	width: 548px;
	height: 40px;
	position: absolute;
	background-color: #333;
	opacity: 0.9;
	z-index: 2;
	bottom: 0;
}
#dis_main2 > .wrap > .bottom > ul > li > .txt{
	width: 548px;
	height: 40px;
	position: absolute;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	z-index: 3;
	bottom: 0;
}
#CloudServer_new{
	margin-top: 95px;
	overflow: hidden;
}
#CloudServer_new > form > .hd > ul{
	overflow: hidden;
}
#CloudServer_new > form > .hd > ul > li{
	width: 120px;
	height: 40px;
	color: #409EFF;
	background: #ecf5ff;
	border: 1px solid #b3d8ff;
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	margin-right: 20px;
	cursor: pointer;
	margin-bottom: 40px;
}
#CloudServer_new > form > .hd > ul > li.on{
	background: #409EFF;
	color: #FFF;
}
#CloudServer_new > form > .bd > .con > ul{
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #e2e2e2;
}
#CloudServer_new > form > .bd > .con > ul.btn-numbox{
	border: none;
}
#CloudServer_new > form > .bd > .con > ul > li{
	overflow: hidden;
	margin: 20px 0;
}
#CloudServer_new > form > .bd > .con > ul > li > .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
#CloudServer_new > form > .bd > .con > ul > li > .right .pay_list{
    height: 40px;
    float: left;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	line-height: 40px;
    cursor: pointer;
    text-align: center;
    margin-right: 10px;
    background-image: url(../images/pic/inputradio.png);
    background-repeat: no-repeat;
    background-position: -25px 11px;
    border-radius: 5px;

}
#CloudServer_new > form > .bd > .con > ul > li > .right .pay_list label{
	width: 120px;
	height: 40px;
	overflow: hidden;
	background-color: #fff;
	margin-left: 35px;
	cursor: pointer;
}
.radioclass {
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
#CloudServer_new > form > .bd > .con > ul > li > .right .pay_list.on {
    background-position: 5px 11px;
    border-color: #409EFF;
    color: #409EFF;
}

            
#CloudServer_new > form > .bd > .con > .btn-numbox > li > .kucun {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	font-size: 15px;
	color: #666;
	vertical-align: sub;
}
#CloudServer_new > form > .bd > .con > .btn-numbox .count {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 90px;
}
#CloudServer_new > form > .bd > .con > .btn-numbox .count > li{
	height: 40px;
}
#CloudServer_new > form > .bd > .con > .btn-numbox .count > li .num-jian,
#CloudServer_new > form > .bd > .con > .btn-numbox .count > li .num-jia {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	background-color: #F5F7FA;
}
#CloudServer_new > form > .bd > .con > .btn-numbox .count > li .input-num {
	width: 58px;
	border: 1px solid #e2e2e2;
	height: 38px;
	color: #333;
	border-left: 0;
	border-right: 0;
	padding: 0;	
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
#CloudServer_new > form > .bd > .con > .btn-numbox > li > .right{
	overflow: hidden;
	margin-left: 90px;
}	
#CloudServer_new > form > .bd > .con > .btn-numbox > li > .right > input[type="radio"]{
	display: none;
}
#CloudServer_new > form > .bd > .con > .btn-numbox > li > .right > label{
	display: block;
	float: left;
	width: 80px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #409EFF;
	border: 1px solid #409EFF;
	border-radius: 5px;
	margin-right: 20px;
	cursor: pointer;
}
#CloudServer_new > form > .bd > .con > .btn-numbox > li > .right > label:hover{
	background-color: #409EFF;
	color: #fff;
}
#CloudServer_new > form > .bd > .con > .btn-numbox > li > .right > label.on{
	background-color: #409EFF;
	color: #fff;
}
#CloudServer_new > form > .bd > .con > .btn-numbox > li > .monery{
	float: left;
	margin-left: 90px;
	font-weight: bold;
	color: #F56C6C;
	font-size: 18px;
	line-height: 40px;
	width: 60px;
}

#CloudServer_new > form > .bd > .con > .btn-numbox > li > .buy {
	float: left;
	overflow: hidden;
	margin-left: 42px;
	width: 90px;
	height: 40px;
	color: #E6A23C;
	background:#fdf6ec;
	border:1px solid #f5dab1;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
}
#CloudServer_new > form > .bd > .con > .top{
	overflow: hidden;
}
#CloudServer_new > form > .bd > .con > .top > li > .right > .l{
	font-size: 16px;
	color: #333;
	line-height: 40px;
	height: 40px;
	margin-right: 15px;
	margin-left: 80px;
}

#CloudServer_new > form > .bd > .con > .top > li > .right > input[type="text"]{
	background: url(../images/pic/jt.png) no-repeat right center;
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
}
#CloudServer_new > form > .bd > .con > .bottom{
	overflow: hidden;
}
#CloudServer_new > form > .bd > .con > .bottom > li > .title{
	margin-right: 25px;
	
}
#CloudServer_new > form > .bd > .con > .bottom > li > .title.r{
	margin-left: 25px;	
}
#CloudServer_new > form > .bd > .con > .bottom > li > input[type="text"]{
	background: url(../images/pic/jt.png) no-repeat right center;
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
}
#CloudServer_new > form > .bd > .con > .bottom > li > input[type="number"]{
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
}
#CloudServer_new > form > .bd > .con > .bottom > li > .rl{
	color: #F56C6C;
	font-size: 14px;
	padding-left: 30px;
}
#CloudHardDisk_new{
	margin-top: 95px;
}
#CloudHardDisk_new > form > ul{
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
}
#CloudHardDisk_new > form > ul > li{
	overflow: hidden;
	margin: 40px 0;
}
#CloudHardDisk_new > form > ul > li > .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	width: 100px;
	margin-right: 30px;
}
#CloudHardDisk_new > form > ul > li > .name{
	width: 195px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	margin-left: 60px;
}

#CloudHardDisk_new > form > .top > li .count {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 30px;
}
#CloudHardDisk_new > form > .top > li .count > li{
	height: 40px;
}
#CloudHardDisk_new > form > .top > li .count > li .num-jian,
#CloudHardDisk_new > form > .top > li .count > li .num-jia {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	background-color: #F5F7FA;
}
#CloudHardDisk_new > form > .top > li .count > li .input-num {
	width: 58px;
	border: 1px solid #e2e2e2;
	height: 38px;
	color: #333;
	border-left: 0;
	border-right: 0;
	padding: 0;	
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
#CloudHardDisk_new > form > .btn-numbox > li > .right{
	overflow: hidden;
	margin-left: 60px;
}	
#CloudHardDisk_new > form > .btn-numbox > li > .right > input[type="radio"]{
	display: none;
}
#CloudHardDisk_new > form > .btn-numbox > li > .right > label{
	display: block;
	float: left;
	width: 80px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #409EFF;
	border: 1px solid #409EFF;
	border-radius: 5px;
	margin-right: 20px;
	cursor: pointer;
}
#CloudHardDisk_new > form > .btn-numbox > li > .right > label:hover{
	background-color: #409EFF;
	color: #fff;
}
#CloudHardDisk_new > form > .btn-numbox > li > .right > label.on{
	background-color: #409EFF;
	color: #fff;
}
#CloudHardDisk_new > form > .btn-numbox > li > .monery{
	float: left;
	margin-left: 60px;
	font-weight: bold;
	color: #F56C6C;
	font-size: 18px;
	line-height: 40px;
	width: 60px;
}

#CloudHardDisk_new > form > .btn-numbox > li > .buy {
	float: left;
	overflow: hidden;
	margin-left: 42px;
	width: 90px;
	height: 40px;
	color: #E6A23C;
	background:#fdf6ec;
	border:1px solid #f5dab1;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
}
#CloudHardDisk_new > form > .top > li > .specification{
	background: url(../images/pic/jt.png) no-repeat right center;
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
	margin-left: 60px;
}
#CloudHardDisk_new > form > .top > li > .right{
	margin-left: 60px;
	overflow: hidden;
}
#CloudHardDisk_new > form > .top > li > .right > span{
	width: 65px;
	height: 40px;
	float: left;
	margin-right: 20px;
	border-radius: 5px;
	border: 1px solid #d9ecff;
	background-color: #ecf5ff;
	color: #409EFF;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}

#CloudHardDisk_new > form > .top > li > input[type="checkbox"]{
	background: none;
	-webkit-appearance: checkbox;
	
}
#CloudHardDisk_new > form > .top > li > label{
	margin-right: 20px;
	font-size: 14px;
	line-height: 40px;
}
#CloudHardDisk_new > form > .top > li > input[type="checkbox"].first{
	margin-left: 60px;
}
#CloudHardDisk_new > form > .top > li > p{
	padding-left: 190px;
	color: #E6A23C;
	font-size: 14px;
}
#CloudHardDisk_new > form > .top > li > .label{
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
	margin-left: 60px;

}
#CloudHardDisk_new > form > .top > li.comment{
	margin: 10px 0;
}
#CloudHardDisk_new > form > .top > li.comment.last{
	margin-bottom: 40px;
}



#CloudMySql_new > form > ul{
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
}
#CloudMySql_new > form > ul > li{
	overflow: hidden;
	margin: 40px;
}
#CloudMySql_new > form > ul > li > .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	width: 100px;
}
#CloudMySql_new > form > ul > li > .examples{
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
	margin-left: 50px;
}
#CloudMySql_new > form > ul > li.sql > .right{
	overflow: hidden;
	margin-left: 50px;
}
#CloudMySql_new > form > ul > li.sql > .right > input[type="radio"]{
	display: none;
}
#CloudMySql_new > form > ul > li.sql > .right > label{
	display: block;
	float: left;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	background: #ecf5ff;
	border:1px solid #b3d8ff;
	color:#409EFF;
	border-radius: 5px;
	margin-right: 25px;
	cursor: pointer;
}
#CloudMySql_new > form > ul > li.sql > .right > label.on{
	background: #409EFF;
	border:1px solid #409EFF;
	color:#fff;
}

#CloudMySql_new > form > ul > li > input[type="number"]{
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
	margin-left: 50px;
}
#CloudMySql_new > form > ul > li > .rl{
	color: #F56C6C;
	font-size: 14px;
	padding-left: 30px;
}

#CloudMySql_new > form > ul > li > .kucun {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	font-size: 15px;
	color: #666;
	vertical-align: sub;
}
#CloudMySql_new > form > ul > li > .count {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 50px;
}
#CloudMySql_new > form > ul > li > .count > li{
	height: 40px;
}
#CloudMySql_new > form > ul > li > .count > li .num-jian,
#CloudMySql_new > form > ul > li > .count > li .num-jia {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	background-color: #F5F7FA;
}
#CloudMySql_new > form > ul > li > .count > li .input-num {
	width: 58px;
	border: 1px solid #e2e2e2;
	height: 38px;
	color: #333;
	border-left: 0;
	border-right: 0;
	padding: 0;	
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
#CloudMySql_new > form > ul > li > .right{
	overflow: hidden;
	margin-left: 50px;
}	
#CloudMySql_new > form > ul > li > .right > input[type="radio"]{
	display: none;
}
#CloudMySql_new > form > ul > li > .right > .label{
	display: block;
	float: left;
	width: 80px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #409EFF;
	border: 1px solid #409EFF;
	border-radius: 5px;
	margin-right: 20px;
	cursor: pointer;
}
#CloudMySql_new > form > ul > li > .right > label:hover{
	background-color: #409EFF;
	color: #fff;
}
#CloudMySql_new > form > ul > li > .right > label.on{
	background-color: #409EFF;
	color: #fff;
}
#CloudMySql_new > form > ul > li > .monery{
	float: left;
	margin-left: 90px;
	font-weight: bold;
	color: #F56C6C;
	font-size: 18px;
	line-height: 40px;
	width: 60px;
}

#CloudMySql_new > form > ul > li > .buy {
	float: left;
	overflow: hidden;
	margin-left: 42px;
	width: 90px;
	height: 40px;
	color: #E6A23C;
	background:#fdf6ec;
	border:1px solid #f5dab1;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
}
#sql_examples{
	margin: 95px auto 40px;
	overflow: hidden;
}
#sql_examples > form > ul{
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #e2e2e2;
}
#sql_examples > form > ul > li{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px 0;
}
#sql_examples > form > ul > li.top{
	height: 110px;
	margin-bottom: 0;
	position: relative;
}
#sql_examples > form > ul > li > .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	width: 145px;
}
#sql_examples > form > ul > li > .right{
	margin-left: 40px;
}
#sql_examples > form > ul > li > .right > input[type="text"]{
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#sql_examples > form > ul > li > .right > .question{
 	width: 22px;
 	height: 40px;
 	background: url(../images/pic/question.png) no-repeat center center;
 	margin-left: 15px;
}
#sql_examples > form > ul > li > .right > .sanjiao_left{
	background: url(../images/pic/sanjiao_left.png) no-repeat center 9px;
	width: 22px;
 	height: 40px;
 	margin-left: 10px;
}
#sql_examples > form > ul > li > .right > .question_in{
  	width:272px;
  	height: 100px;
  	padding: 8px 10px;
  	background-color: #fff;
  	font-size: 16px;
  	overflow: hidden;
  	line-height: 25px;
  	color: #333;
  	position: absolute;
  	left: 440px;
  	-moz-box-shadow:2px 2px 5px #999999; 
  	-webkit-box-shadow:2px 2px 5px #999999; 
  	box-shadow:2px 2px 5px #999999;
  	border-radius: 5px;

}
#sql_examples > form > ul > li > .right > .prompt{
	clear: both;
	overflow: hidden;
	font-size: 12px;
	display: block;
	width: 900px;
	
}
#sql_examples > form > ul > li > .right > input[type="radio"]{
	display: none;
}
#sql_examples > form > ul > li > .right > label{
	width: 150px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e2e2e2;
}
#sql_examples > form > ul > li > .right.performance > label{
	margin-right: 0;
	border-radius: 0;
	width: 110px;
}
#sql_examples > form > ul > li > .right > label.on{
	background-color: #39f;
	color: #fff;
	border: 1px solid #39f;
}
#sql_examples > form > ul > li > .right > span.button{
	width: 150px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	color: #333;
	font-size: 15px;
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
	cursor: not-allowed;
	background-color: #f5f6f7;
	position: relative;
}
#sql_examples > form > ul > li > .right.performance > span.button{
	width: 110px;
}
#sql_examples > form > ul > li > .right > span.button > i{
	position: absolute;
	display: block;
	width: 44px;
	height: 10px;
	text-align: right;
	line-height: 10px;
	top: -10px;
	right: 5px;
	font-size: 12px;
	color: #fff;
	background: #999 url(../images/pic/sold_out.png) no-repeat 5px center;
	padding:5px;
}
#sql_examples > form > ul > li > .right > p{
	font-size: 16px;
	line-height: 40px;
	color: #333;
}
#sql_examples > form > ul > li > .kucun {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	font-size: 15px;
	color: #666;
	vertical-align: sub;
}
#sql_examples > form > ul > li > .count {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 50px;
}
#sql_examples > form > ul > li > .count > li{
	height: 40px;
}
#sql_examples > form > ul > li > .count > li .num-jian,
#sql_examples > form > ul > li > .count > li .num-jia {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	background-color: #F5F7FA;
}
#sql_examples > form > ul > li > .count > li .input-num {
	width: 58px;
	border: 1px solid #e2e2e2;
	height: 38px;
	color: #333;
	border-left: 0;
	border-right: 0;
	padding: 0;	
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
#sql_examples > form > ul > li > .monery{
	float: left;
	margin-left: 60px;
	font-weight: bold;
	color: #F56C6C;
	font-size: 18px;
	line-height: 40px;
	width: 60px;
}
#sql_examples > form > ul > li > .buy {
	float: left;
	overflow: hidden;
	margin-left: 42px;
	width: 90px;
	height: 40px;
	color: #E6A23C;
	background:#fdf6ec;
	border:1px solid #f5dab1;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
}
#RabbitMQ_examples{
	margin: 95px auto 40px;
	overflow: hidden;
}
#RabbitMQ_examples > form > ul{
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #e2e2e2;
}
#RabbitMQ_examples > form > ul > li{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px 0;
}
#RabbitMQ_examples > form > ul > li > .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	width: 145px;
}
#RabbitMQ_examples > form > ul > li > .right{
	margin-left: 40px;
}
#RabbitMQ_examples > form > ul > li > .right > input[type="text"]{
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#RabbitMQ_examples > form > ul > li > .right.textarea_box{
	position: relative;
}
#RabbitMQ_examples > form > ul > li > .right > #description{
	width: 500px;
	height: 88px;
	border: 1px solid #e2e2e2;
	padding: 8px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	
}
#RabbitMQ_examples > form > ul > li > .right > #viewBox{
	text-align: right;
}

#RabbitMQ_examples > form > ul > li > .right > input[type="radio"]{
	display: none;
}
#RabbitMQ_examples > form > ul > li > .right > label{
	width: 150px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e2e2e2;
}

#RabbitMQ_examples > form > ul > li > .right > label.on{
	background-color: #39f;
	color: #fff;
	border: 1px solid #39f;
}
#RabbitMQ_examples > form > ul > li > .right > .question{
 	width: 22px;
 	height: 40px;
 	background: url(../images/pic/question.png) no-repeat center center;
 	margin-left: 15px;
}
#RabbitMQ_examples > form > ul > li > .right > .sanjiao_left{
	background: url(../images/pic/sanjiao_left.png) no-repeat center 9px;
	width: 22px;
 	height: 40px;
 	margin-left: 10px;
}
#RabbitMQ_examples > form > ul > li > .right > .prompt{
	line-height: 40px;
	padding-left: 15px;
}
#RabbitMQ_examples > form > ul > li > .right > .question_in{
  	width:272px;
  	padding: 8px 10px;
  	background-color: #fff;
  	font-size: 16px;
  	overflow: hidden;
  	line-height: 25px;
  	color: #333;
  	position: absolute;
  	left: 765px;
  	-moz-box-shadow:2px 2px 5px #999999; 
  	-webkit-box-shadow:2px 2px 5px #999999; 
  	box-shadow:2px 2px 5px #999999;
  	border-radius: 5px;

}
#RabbitMQ_examples > form > ul > li > .kucun {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	font-size: 15px;
	color: #666;
	vertical-align: sub;
}
#RabbitMQ_examples > form > ul > li > .count {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 50px;
}
#RabbitMQ_examples > form > ul > li > .count > li{
	height: 40px;
}
#RabbitMQ_examples > form > ul > li > .count > li .num-jian,
#RabbitMQ_examples > form > ul > li > .count > li .num-jia {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	background-color: #F5F7FA;
}
#RabbitMQ_examples > form > ul > li > .count > li .input-num {
	width: 58px;
	border: 1px solid #e2e2e2;
	height: 38px;
	color: #333;
	border-left: 0;
	border-right: 0;
	padding: 0;	
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
#RabbitMQ_examples > form > ul > li > .monery{
	float: left;
	margin-left: 60px;
	font-weight: bold;
	color: #F56C6C;
	font-size: 18px;
	line-height: 40px;
	width: 60px;
}
#RabbitMQ_examples > form > ul > li > .buy {
	float: left;
	overflow: hidden;
	margin-left: 42px;
	width: 90px;
	height: 40px;
	color: #E6A23C;
	background:#fdf6ec;
	border:1px solid #f5dab1;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
}
#RDS_examples{
	margin: 95px auto 40px;
	overflow: hidden;
}
#RDS_examples > form > ul{
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #e2e2e2;
}
#RDS_examples > form > ul > li{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px 0;
}
#RDS_examples > form > ul > li > .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	width: 145px;
	height: 40px;
}
#RDS_examples > form > ul > li > .right{
	margin-left: 40px;
}
#RDS_examples > form > ul > li > .right > input[type="text"]{
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#RDS_examples > form > ul > li > .right > input[type="radio"]{
	display: none;
}
#RDS_examples > form > ul > li > .right > label{
	width: 150px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e2e2e2;
}

#RDS_examples > form > ul > li > .right > label.on{
	background-color: #39f;
	color: #fff;
	border: 1px solid #39f;
}
#RDS_examples > form > ul > li > .right > .question{
 	width: 22px;
 	height: 40px;
 	background: url(../images/pic/question.png) no-repeat center center;
 	margin-left: 15px;
}
#RDS_examples > form > ul > li > .right > .sanjiao_left{
	background: url(../images/pic/sanjiao_left.png) no-repeat center 9px;
	width: 22px;
 	height: 40px;
 	margin-left: 10px;
}
#RDS_examples > form > ul > li > .right > .prompt{
	clear: both;
	overflow: hidden;
	font-size: 12px;
	display: block;
	width: 900px;
	
}
#RDS_examples > form > ul > li > .right > .prompt > a{
	color: #006ad4;
}
#RDS_examples > form > ul > li > .right > .question_in{
  	width:272px;
  	padding: 8px 10px;
  	background-color: #fff;
  	font-size: 16px;
  	overflow: hidden;
  	line-height: 25px;
  	color: #333;
  	position: absolute;
  	left: 827px;
  	-moz-box-shadow:2px 2px 5px #999999; 
  	-webkit-box-shadow:2px 2px 5px #999999; 
  	box-shadow:2px 2px 5px #999999;
  	border-radius: 5px;

}
#RDS_examples > form > ul > li > .right > input[type="text"].list {
    background: url(../images/pic/jt.png) no-repeat right center;
    width: 195px;
    height: 38px;
    border: 1px solid 
    #e2e2e2;
    padding: 0 10px;
    border-radius: 5px;
}
#RDS_examples > form > ul > li > .right > table > tbody >  tr{
	height: 40px;
}
#RDS_examples > form > ul > li > .right > table > thead >  tr{
	height: 40px;
}
#RDS_examples > form > ul > li > .right > table > thead >  tr.title{
	background-color: #e1e4e5;
}
#RDS_examples > form > ul > li > .right > table > tbody >  tr:nth-child(2n){
	background-color: #e2e2e2;
}
#RDS_examples > form > ul > li > .right > table > tbody >  tr:hover{
	background-color: #eaf6f9;
}
#RDS_examples > form > ul > li > .right > table > tbody >  tr.on{
	background-color: #d0f0f4;
}
#RDS_examples > form > ul > li > .right > table > tbody >  tr > td:nth-child(1){
	width: 90px;
}
#RDS_examples > form > ul > li > .right > table > tbody >  tr > td:nth-child(2){
	width: 270px;
}
#RDS_examples > form > ul > li > .right > table > tbody >  tr > td:nth-child(3){
	width: 270px;
}
#RDS_examples > form > ul > li > .right > table > tbody >  tr > td:nth-child(4){
	width: 255px;
}

#RDS_examples > form > ul > li > .right > table tbody {
    display: block;
    height: 240px;
    overflow-y: scroll;
}
#RDS_examples > form > ul > li > .right > table thead, #RDS_examples > form > ul > li > .right > tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#RDS_examples > form > ul > li > .kucun {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	font-size: 15px;
	color: #666;
	vertical-align: sub;
}
#RDS_examples > form > ul > li > .count {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 50px;
}
#RDS_examples > form > ul > li > .count > li{
	height: 40px;
}
#RDS_examples > form > ul > li > .count > li .num-jian,
#RDS_examples > form > ul > li > .count > li .num-jia {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	background-color: #F5F7FA;
}
#RDS_examples > form > ul > li > .count > li .input-num {
	width: 58px;
	border: 1px solid #e2e2e2;
	height: 38px;
	color: #333;
	border-left: 0;
	border-right: 0;
	padding: 0;	
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
#RDS_examples > form > ul > li > .monery{
	float: left;
	margin-left: 60px;
	font-weight: bold;
	color: #F56C6C;
	font-size: 18px;
	line-height: 40px;
	width: 60px;
}
#RDS_examples > form > ul > li > .buy {
	float: left;
	overflow: hidden;
	margin-left: 42px;
	width: 90px;
	height: 40px;
	color: #E6A23C;
	background:#fdf6ec;
	border:1px solid #f5dab1;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
}
#RabbitMQ_examples{
	margin: 95px auto 40px;
	overflow: hidden;
}
#RabbitMQ_examples > form > ul{
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #e2e2e2;
}
#RabbitMQ_examples > form > ul > li{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px 0;
}
#RabbitMQ_examples > form > ul > li > .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	width: 145px;
}
#RabbitMQ_examples > form > ul > li > .right{
	margin-left: 40px;
}
#RabbitMQ_examples > form > ul > li > .right > input[type="text"]{
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#RabbitMQ_examples > form > ul > li > .right.textarea_box{
	position: relative;
}
#RabbitMQ_examples > form > ul > li > .right > #description{
	width: 500px;
	height: 88px;
	border: 1px solid #e2e2e2;
	padding: 8px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	
}
#RabbitMQ_examples > form > ul > li > .right > #viewBox{
	text-align: right;
}

#RabbitMQ_examples > form > ul > li > .right > input[type="radio"]{
	display: none;
}
#RabbitMQ_examples > form > ul > li > .right > label{
	width: 150px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e2e2e2;
}

#RabbitMQ_examples > form > ul > li > .right > label.on{
	background-color: #39f;
	color: #fff;
	border: 1px solid #39f;
}
#RabbitMQ_examples > form > ul > li > .right > .question{
 	width: 22px;
 	height: 40px;
 	background: url(../images/pic/question.png) no-repeat center center;
 	margin-left: 15px;
}
#RabbitMQ_examples > form > ul > li > .right > .sanjiao_left{
	background: url(../images/pic/sanjiao_left.png) no-repeat center 9px;
	width: 22px;
 	height: 40px;
 	margin-left: 10px;
}
#RabbitMQ_examples > form > ul > li > .right > .prompt{
	line-height: 40px;
	padding-left: 15px;
}
#RabbitMQ_examples > form > ul > li > .right > .question_in{
  	width:272px;
  	padding: 8px 10px;
  	background-color: #fff;
  	font-size: 16px;
  	overflow: hidden;
  	line-height: 25px;
  	color: #333;
  	position: absolute;
  	left: 765px;
  	-moz-box-shadow:2px 2px 5px #999999; 
  	-webkit-box-shadow:2px 2px 5px #999999; 
  	box-shadow:2px 2px 5px #999999;
  	border-radius: 5px;

}
#RabbitMQ_examples > form > ul > li > .kucun {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	font-size: 15px;
	color: #666;
	vertical-align: sub;
}
#RabbitMQ_examples > form > ul > li > .count {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 50px;
}
#RabbitMQ_examples > form > ul > li > .count > li{
	height: 40px;
}
#RabbitMQ_examples > form > ul > li > .count > li .num-jian,
#RabbitMQ_examples > form > ul > li > .count > li .num-jia {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	background-color: #F5F7FA;
}
#RabbitMQ_examples > form > ul > li > .count > li .input-num {
	width: 58px;
	border: 1px solid #e2e2e2;
	height: 38px;
	color: #333;
	border-left: 0;
	border-right: 0;
	padding: 0;	
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
#RabbitMQ_examples > form > ul > li > .monery{
	float: left;
	margin-left: 60px;
	font-weight: bold;
	color: #F56C6C;
	font-size: 18px;
	line-height: 40px;
	width: 60px;
}
#RabbitMQ_examples > form > ul > li > .buy {
	float: left;
	overflow: hidden;
	margin-left: 42px;
	width: 90px;
	height: 40px;
	color: #E6A23C;
	background:#fdf6ec;
	border:1px solid #f5dab1;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
}
#caching_examples{
	margin: 95px auto 40px;
	overflow: hidden;
}
#caching_examples > form > ul{
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #e2e2e2;
}
#caching_examples > form > ul > li{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px 0;
}
#caching_examples > form > ul > li > .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	width: 145px;
	height: 40px;
}
#caching_examples > form > ul > li > .right{
	margin-left: 40px;
}
#caching_examples > form > ul > li > .right > input[type="text"]{
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#caching_examples > form > ul > li > .right > input[type="radio"]{
	display: none;
}
#caching_examples > form > ul > li > .right > label{
	width: 150px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e2e2e2;
}

#caching_examples > form > ul > li > .right > label.on{
	background-color: #39f;
	color: #fff;
	border: 1px solid #39f;
}
#caching_examples > form > ul > li > .right > .question{
 	width: 22px;
 	height: 40px;
 	background: url(../images/pic/question.png) no-repeat center center;
 	margin-left: 15px;
}
#caching_examples > form > ul > li > .right > .sanjiao_left{
	background: url(../images/pic/sanjiao_left.png) no-repeat center 9px;
	width: 22px;
 	height: 40px;
 	margin-left: 10px;
}
#caching_examples > form > ul > li > .right > .prompt{
	clear: both;
	overflow: hidden;
	font-size: 12px;
	display: block;
	width: 900px;
	
}
#caching_examples > form > ul > li > .right > .prompt > a{
	color: #006ad4;
}
#caching_examples > form > ul > li > .right > .question_in{
  	width:272px;
  	padding: 8px 10px;
  	background-color: #fff;
  	font-size: 16px;
  	overflow: hidden;
  	line-height: 25px;
  	color: #333;
  	position: absolute;
  	left: 827px;
  	-moz-box-shadow:2px 2px 5px #999999; 
  	-webkit-box-shadow:2px 2px 5px #999999; 
  	box-shadow:2px 2px 5px #999999;
  	border-radius: 5px;

}
#caching_examples > form > ul > li > .right > input[type="text"].list {
    background: url(../images/pic/jt.png) no-repeat right center;
    width: 195px;
    height: 38px;
    border: 1px solid 
    #e2e2e2;
    padding: 0 10px;
    border-radius: 5px;
}
#caching_examples > form > ul > li > .right > table > tbody >  tr{
	height: 40px;
}
#caching_examples > form > ul > li > .right > table > thead >  tr{
	height: 40px;
}
#caching_examples > form > ul > li > .right > table > thead >  tr.title{
	background-color: #f2f5fc;
}

#caching_examples > form > ul > li > .right > table > tbody >  tr:hover{
	background-color: #eaf6f9;
}
#caching_examples > form > ul > li > .right > table > tbody >  tr.on{
	background-color: #d0f0f4;
}
#caching_examples > form > ul > li > .right > table > tbody >  tr > td:nth-child(1){
	width: 90px;
}
#caching_examples > form > ul > li > .right > table > tbody >  tr > td:nth-child(2){
	width: 270px;
}
#caching_examples > form > ul > li > .right > table > tbody >  tr > td:nth-child(3){
	width: 270px;
}
#caching_examples > form > ul > li > .right > table > tbody >  tr > td:nth-child(4){
	width: 255px;
}


#caching_examples > form > ul > li > .kucun {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	font-size: 15px;
	color: #666;
	vertical-align: sub;
}
#caching_examples > form > ul > li > .count {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 50px;
}
#caching_examples > form > ul > li > .count > li{
	height: 40px;
}
#caching_examples > form > ul > li > .count > li .num-jian,
#caching_examples > form > ul > li > .count > li .num-jia {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	background-color: #F5F7FA;
}
#caching_examples > form > ul > li > .count > li .input-num {
	width: 58px;
	border: 1px solid #e2e2e2;
	height: 38px;
	color: #333;
	border-left: 0;
	border-right: 0;
	padding: 0;	
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
#caching_examples > form > ul > li > .monery{
	float: left;
	margin-left: 60px;
	font-weight: bold;
	color: #F56C6C;
	font-size: 18px;
	line-height: 40px;
	width: 60px;
}
#caching_examples > form > ul > li > .buy {
	float: left;
	overflow: hidden;
	margin-left: 42px;
	width: 90px;
	height: 40px;
	color: #E6A23C;
	background:#fdf6ec;
	border:1px solid #f5dab1;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
}
.dis_banner{
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin-bottom: 40px;
}
.dis_banner1{
	background: url(../images/pic/dis_car.jpg) no-repeat center center;

}
.dis_banner2{
	background: url(../images/pic/dis_banner2.jpg) no-repeat center center;

}
.dis_banner3{
	background: url(../images/pic/dis_banner3.jpg) no-repeat center center;

}
.dis_banner4{
	background: url(../images/pic/dis_banner4.jpg) no-repeat center center;

}
.dis_banner5{   
	background: url(../images/pic/dis_banner5.jpg) no-repeat center center;

}
.dis_banner6{
	background: url(../images/pic/dis_banner6.jpg) no-repeat center center;

}
.dis_banner7{
	background: url(../images/pic/dis_banner7.jpg) no-repeat center center;

}
.dis_banner > .title{
	width: 1200px;
	height: 400px;
	margin: 0 auto;
}
.dis_banner > .title > h1{
	font-size: 32px;
	color: #fff;
	line-height: 35px;
	margin-top: 90px;
	margin-bottom: 35px;
}
.dis_banner > .title > p{
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	width: 595px;
}
.dis_banner > .title > a{
	display: block;
	width: 150px;
	height: 40px;
	background-color: #088be5;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
}
#dis_main{
	overflow: hidden;
	margin-bottom: 30px;
}
#dis_main > .title{
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
}
#dis_main > .bottom{
	margin-top: 30px;
}
#dis_main > .bottom > .left{
	width: 735px;
	float: left;
	overflow: hidden;
}
#dis_main > .bottom > .left > .top{
	width: 695px;
	height: 455px;
	background: url(../images/pic/car_bg.jpg) no-repeat center center;
	padding: 20px;
}
#dis_main > .bottom > .left > .top > #preview img{
	width: 695px;
	height: 450px;
}
#dis_main > .bottom > .left > .bottom{
	overflow: hidden;
	margin-top: 15px;
	margin-right: -20px;
}
#dis_main > .bottom > .left > .bottom .file{
	position: relative;
	width: 156px;
	height: 40px;
	float: left;
	margin-right: 15px;
}
#dis_main > .bottom > .left > .bottom .file i{
	background: url(../images/pic/onload.jpg) no-repeat 0 0;
	position: absolute;
	z-index: 0;
	width: 156px;
	height: 40px;
}
#dis_main > .bottom > .left > .bottom .file input[type="file"]{
	opacity: 0;
	position: absolute;
	z-index: 1;
	width: 156px;
	height: 40px;
	cursor: pointer;
	
}
#dis_main > .bottom > .left > .bottom input[type="text"]{
	width: 460px;
	border: 1px solid #e2e2e2;
	border-right: none;
	border-radius: 10px 0 0 10px;
	padding: 11px;
	float: left;
}
#dis_main > .bottom > .left > .bottom .btn{
	width: 80px;
	float: left;
	height: 40px;
	background-color: #ff8e14;
	border: none;
	border-radius: 0 10px 10px 0;
	color: #fff;
	font-size: 15px;
}
#dis_main > .bottom > .right{
	width: 420px;
	margin-right: 15px;
	float: right;
}
#dis_main > .bottom > .right > .title{
	width: 420px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	background-color: #28a3f7;
}
#dis_main > .bottom > .right > .bottom{
	height: 465px;
	width: 360px;
	padding: 20px 30px;
	-moz-box-shadow:2px 2px 5px #e2e2e2; 
	-webkit-box-shadow:2px 2px 5px #e2e2e2; 
	box-shadow:2px 2px 5px #e2e2e2;
}
#dis_main > .bottom > .right > .bottom.watermark{
	height: 415px;
}
#dis_main > .bottom > .right > .bottom > h1{
	font-size: 15px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
	margin: 15px 0;
}
#dis_main > .bottom > .right > .bottom > p{
	font-size: 15px;
	color: #333;
	line-height: 25px;
	
}
#dis_main > .bottom > .right > .bottom > b{
	font-size: 15px;
	color: #333;
	line-height: 25px;
	display: block;
}
#dis_main > .bottom > .right > .bottom > b > span{
	font-weight: normal;
}
#dis_main > .bottom > .right > .bottom > form > .line{
	overflow: hidden;
	margin: 40px 0;
}
#dis_main > .bottom > .right > .bottom > form > .line > .title{
	font-size: 14px;
	color: #333;
	line-height: 40px;
	text-align: right;
	width: 70px;
}
#dis_main > .bottom > .right > .bottom > form > .line > input[type="text"]{
	width: 270px;
	padding: 11px 0;
	border: 1px solid #e2e2e2;
	padding-left: 15px;
}
#dis_main > .bottom > .right > .bottom > form > .line > .right{
	width: 285px;
	overflow: hidden;
	height: 40px;
	float: left;
}
#dis_main > .bottom > .right > .bottom > form > .line > .right > label{
	line-height: 40px;
	font-size: 14px;
	margin: 0 9px;
}
#dis_main > .bottom > .right > .bottom > form > .line > .right > .l{
	margin-left: 10px;
}
#dis_main > .bottom > .right > .bottom > form > .line > .right > .r{
	margin-right: 10px;
}
#dis_main > .bottom > .right > .bottom > form > .line > .right  span{
	line-height: 40px;
	width: 50px;
	display: inline-block;
	text-align: right;
}
#dis_main > .bottom > .right > .bottom > form > .line > .right  span.percent{
	width: 15px;
}
#dis_main > .bottom > .right > .bottom > form > .line > .right  input.number{
	width: 34px;
	height: 34px;
	text-align: center;
	border: 1px solid #e2e2e2;
}
#dis_main > .bottom > .down{
	width: 1200px;
	overflow: hidden;
}
#dis_main > .bottom > .down > .bottom{
	overflow: hidden;
	margin-top: 15px;
	margin-right: -20px;
}
#dis_main > .bottom > .down > .bottom .file{
	position: relative;
	width: 156px;
	height: 40px;
	float: left;
	margin-right: 15px;
}
#dis_main > .bottom > .down > .bottom .file i{
	background: url(../images/pic/onload.jpg) no-repeat 0 0;
	position: absolute;
	z-index: 0;
	width: 156px;
	height: 40px;
}
#dis_main > .bottom > .down > .bottom .file input[type="file"]{
	opacity: 0;
	position: absolute;
	z-index: 1;
	width: 156px;
	height: 40px;
	cursor: pointer;
	
}
#dis_main > .bottom > .down > .bottom input[type="text"]{
	width: 875px;
	border: 1px solid #e2e2e2;
	border-right: none;
	border-radius: 10px 0 0 10px;
	padding: 11px;
	float: left;
}
#dis_main > .bottom > .down > .bottom .btn{
	width: 120px;
	float: left;
	height: 40px;
	background-color: #ff8e14;
	border: none;
	border-radius: 0 10px 10px 0;
	color: #fff;
	font-size: 15px;
}
#dis_main > .result{
	width: 1200px;
	margin-top: 20px;
	overflow: hidden;
}
#dis_main > .result > .left{
	width: 156px;
	
}
#dis_main > .result > .left > h1{
	width: 156px;
	font-size: 18px;
	color: #333;
	line-height: 35px;
	text-align: right;
	margin-top: 20px;
	font-weight: bold;
}
#dis_main > .result > .right{
	width: 965px;
	height: 148px;
	border: 1px solid #e2e2e2;
	padding: 25px;
	margin-right: 10px;
}
#dis_main > .result > .right > p{
	font-size: 15px;
	color: #666;
	line-height: 35px;
	text-align: justify;
}

#dis_main2{
	width: 100%;
	overflow: hidden;
	background-color: #f0f7ff;
	padding: 60px 0;
	margin-top: 60px;
}
#dis_main2 > .wrap >  .title{
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
}
#dis_main2 > .wrap > .bottom{
	margin-top: 30px;
	overflow: hidden;
}
#dis_main2 > .wrap > .bottom > ul{
	overflow: hidden;
}
#dis_main2 > .wrap > .bottom > ul > li{
	width: 548px;
	height: 345px;
	position: relative;
}
#dis_main2 > .wrap > .bottom > ul > li.fl{
	margin-left: 15px;
}
#dis_main2 > .wrap > .bottom > ul > li.fr{
	margin-right: 15px;
}
#dis_main2 > .wrap > .bottom > ul > li > img{
	width: 548px;
	height: 345px;
	position: absolute;
	z-index: 1;
}
#dis_main2 > .wrap > .bottom > ul > li > .txt_bg{
	width: 548px;
	height: 40px;
	position: absolute;
	background-color: #333;
	opacity: 0.9;
	z-index: 2;
	bottom: 0;
}
#dis_main2 > .wrap > .bottom > ul > li > .txt{
	width: 548px;
	height: 40px;
	position: absolute;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	z-index: 3;
	bottom: 0;
}

#application_list{
	padding-top: 120px;
}
#application_list > ul{
	overflow: hidden;
}
#application_list > ul > li{
	padding: 15px 10px;
	background-color: #fff;
	margin-bottom: 15px;
    height: 160px;

}
#application_list > ul > li:hover{
	-moz-box-shadow:2px 2px 5px #999; 
	-webkit-box-shadow:2px 2px 5px #999; 
	box-shadow:2px 2px 5px #999;
}

#application_list > ul > li > a{
	display: block;
	width: 100%;
	height: 100%;
}
#application_list > ul > li > a > h1{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
}
#application_list > ul > li > a > p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	height: 30px;
	width: 900px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#application_list > ul > li > a > p > span{
	color: #999;
	font-size: 14px;
}
#application_list > ul > li > a > .bq{
	height: 30px;
	margin-top: 10px;
	overflow: hidden;
}
#application_list > ul > li > a > .bq > span{
	display: block;
	float: left;
	padding: 0 8px;
	margin-right: 15px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	line-height: 28px;
	background-color: #e5e5e5;
}
#application_detail{
	margin-top: 120px;
}
#application_detail > .title{
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
}
#application_detail > .title > .left{
	width: 500px;
	padding-left: 35px;
}
#application_detail > .title > .left > h1{
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}
#application_detail > .title > .left > p{
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
#application_detail > .title > .right{
	width: 550px;
}
#application_detail > .title > .right > img{
	width: 400px;
	height: 220px;
	margin: 0 auto;
}
#application_detail > .bottom{
	margin-top: 25px;
	overflow: hidden;
}
#application_detail > .bottom > .title{
	height: 40px;
	line-height: 40px;
	border-bottom: 5px solid #F66F6A;
	width: 90px;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
#application_detail > .bottom > .content{
	margin-top: 15px;
	overflow: hidden;
}
#application_detail > .bottom > .content > .title{
	font-size: 18px;
	color: #333;
	line-height: 40px;
}
#application_detail > .bottom > .content > p{
	font-size: 16px;
	line-height: 35px;
	overflow: hidden;
}
#application_detail > .bottom > .content > p > span{
	margin-right: 50px;
	float: left;
	width: 225px;
}
#application_detail > .bottom > .content > p > span > i{
	color: #999;
}
#application_detail > .bottom > .content > img{
	width: 800px;
	margin: 0 auto;
	display: block;
}
.duoyun_banner{
	background: url(../images/pic/duoyun_banner.jpg) no-repeat center center;
	height: 450px;
}
.duoyun_banner > .title{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;

}
.duoyun_banner > .title > h1{
	font-size: 35px;
	color: #fff;
	line-height: 40px;
	margin-top: 105px;
	margin-bottom: 25px;
}
.duoyun_banner > .title > p{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}
#duoyun{
	overflow: hidden;
}
#duoyun > .section{
	overflow: hidden;
}
#duoyun > .section > .title{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#duoyun > .section1{
	margin-top: 30px;
}
#duoyun > .section1 > .bottom{
	overflow: hidden;
	margin-top: 15px;
}
#duoyun > .section1 > .bottom > .left{
	width: 540px;
	height: 305px;
}
#duoyun > .section1 > .bottom > .left > img{
	width: 540px;
	height: 305px;
}
#duoyun > .section1 > .bottom > .right{
	width: 600px;
}
#duoyun > .section1 > .bottom > .right > p{
	font-size: 18px;
	color: #333;
	line-height: 25px;
}
#duoyun > .section1 > .bottom > .right > ul{
	overflow: hidden;
	margin-top: 20px;
}
#duoyun > .section1 > .bottom > .right > ul > li{
	list-style: circle inside;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#duoyun > .section2{
	margin-top: 30px;
}
#duoyun > .section2 > .bottom{
	overflow: hidden;
	margin-top: 30px;
}
#duoyun > .section2 > .bottom > ul{
	overflow: hidden;
}
#duoyun > .section2 > .bottom > ul > li{
	width: 570px;
	margin-right: 50px;
	margin-bottom: 30px;
}
#duoyun > .section2 > .bottom > ul > li.last{
	margin-right: 0;
}
#duoyun > .section2 > .bottom > ul > li > .left{
	width: 64px;
	margin-right: 15px;
}
#duoyun > .section2 > .bottom > ul > li > .left > img{
	width: 64px;
	height: 64px;
}
#duoyun > .section2 > .bottom > ul > li > .right{
	width: 460px;
	overflow: hidden;
}
#duoyun > .section2 > .bottom > ul > li > .right > h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
}
#duoyun > .section2 > .bottom > ul > li > .right > p{
	font-size: 16px;
	color: #333;
	line-height: 25px;
}
#duoyun > .section.section3{
	background: url(../images/pic/section3_bg.png) no-repeat center center;
	overflow: hidden;
	padding: 50px 0;
}
#duoyun > .section.section3 > .wrap > .title{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#duoyun > .section.section3 > .wrap > .bottom{
	margin-top: 30px;
	overflow: hidden;
}
#duoyun > .section.section3 > .wrap > .bottom > .left{
	width: 700px;
	overflow: hidden;
}
#duoyun > .section.section3 > .wrap > .bottom > .left > img{
	width: 700px;
	height: 490px;
}
#duoyun > .section.section3 > .wrap > .bottom > .right{
	width: 400px;
	height: 450px;
	background-color: #fff;
	overflow: hidden;
	padding: 20px;
}
#duoyun > .section.section3 > .wrap > .bottom > .right > h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 35px;
}
#duoyun > .section.section3 > .wrap > .bottom > .right > .title{
	font-size: 15px;
	color: #333;
	line-height: 30px;
}
#duoyun > .section.section3 > .wrap > .bottom > .right > ul > li{
	font-size: 12px;
	color: #999;
	line-height: 20px;
	margin-bottom: 5px;
	list-style: circle inside;
} 
#duoyun > .section.section4{
	background: url(../images/pic/section4_bg.png) no-repeat center center;
	overflow: hidden;
	padding: 50px 0;
}
#duoyun > .section.section4 > .wrap > .title{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#duoyun > .section.section4 > .wrap > .bottom{
	overflow: hidden;
	margin-top: 20px;
}
#duoyun > .section.section4 > .wrap > .bottom > ul{
	overflow: hidden;
}
#duoyun > .section.section4 > .wrap > .bottom > ul > li{
	width: 280px;
	height: 230px;
	margin-right: 25px;
}
#duoyun > .section.section4 > .wrap > .bottom > ul > li:hover{
	background-color: rgba(255, 255, 255, 0.3);
}
#duoyun > .section.section4 > .wrap > .bottom > ul > li.last{
	margin: 0;
}
#duoyun > .section.section4 > .wrap > .bottom > ul > li > .top{
	width: 280px;
}
#duoyun > .section.section4 > .wrap > .bottom > ul > li > .top > img{
	width: 61px;
	height: 61px;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}
#duoyun > .section.section4 > .wrap > .bottom > ul > li > .top > h1{
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
#duoyun > .section.section4 > .wrap > .bottom > ul > li > .center{
	width: 30px;
	margin: 0 auto;
	border-top: 3px solid #e2e2e2;
	transition: width 0.5s;
}
#duoyun > .section.section4 > .wrap > .bottom > ul > li:hover > .center{
	width: 50px;
	border-color: #F66F6A;
	transition: width 0.5s;
}
#duoyun > .section.section4 > .wrap > .bottom > ul > li > .bottom{
	padding: 20px;
	margin-top: 15px;
}
#duoyun > .section.section4 > .wrap > .bottom > ul > li > .bottom > p{
	color: #fff;
	font-size: 14px;
	text-align: justify;
}
#duoyun > .section.section5{
	background: url(../images/pic/section3_bg.png) no-repeat center center;
	overflow: hidden;
	padding: 50px 0;
}
#duoyun > .section.section5 > .wrap > .title{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#duoyun > .section.section5 > .wrap > .bottom{
	overflow: hidden;
	margin-top: 30px;
}
#duoyun > .section.section5 > .wrap > .bottom > ul{
	overflow: hidden;
}
#duoyun > .section.section5 > .wrap > .bottom > ul > li{
	width: 380px;
	margin-right: 25px;
}
#duoyun > .section.section5 > .wrap > .bottom > ul > li.last{
	margin-right: 0;
}
#duoyun > .section.section5 > .wrap > .bottom > ul > li > .title{
	height: 40px;
}
#duoyun > .section.section5 > .wrap > .bottom > ul > li > .title > h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	border-bottom: 1px solid #F66F6A;
	text-align: center;
}
#duoyun > .section.section5 > .wrap > .bottom > ul > li > .bottom{
	background-color: #fff;
	padding: 15px;
	margin-top: 15px;
	height: 355px
}
#duoyun > .section.section5 > .wrap > .bottom > ul > li > .bottom > h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
}
#duoyun > .section.section5 > .wrap > .bottom > ul > li > .bottom > p{
	font-size: 16px;
	color: #333;
	line-height: 20px;
	height: 120px;
}
#duoyun > .section.section5 > .wrap > .bottom > ul > li > .bottom > ul{
	overflow: hidden;
	margin-top: 25px;
}
#duoyun > .section.section5 > .wrap > .bottom > ul > li > .bottom > ul > li{
	line-height: 30px;
	list-style: decimal inside;
	font-size: 14px;
}

.duoyun_banner > .title > h1{
	font-size: 26px;
	color: #fff;
	line-height: 40px;
	margin-top: 105px;
	margin-bottom: 25px;
}
.duoyun_banner > .title > p{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	width: 800px;
}
.backup_banner{
	background: url(../images/pic/backup_banner.jpg) no-repeat center center;
	height: 450px;
}
.backup_banner > .title{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;

}
.backup_banner > .title > h1{
	font-size: 35px;
	color: #fff;
	line-height: 40px;
	margin-top: 105px;
	margin-bottom: 25px;
}
.backup_banner > .title > p{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	width: 800px;
}
#backup > .section{
	overflow: hidden;
}
#backup > .section > .title{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#backup > .section2{
	margin-top: 30px;
}
#backup > .section2 > .bottom{
	overflow: hidden;
	margin-top: 30px;
}
#backup > .section2 > .bottom > ul{
	overflow: hidden;
}
#backup > .section2 > .bottom > ul > li{
	width: 570px;
	margin-right: 50px;
	margin-bottom: 30px;
}
#backup > .section2 > .bottom > ul > li.last{
	margin-right: 0;
}
#backup > .section2 > .bottom > ul > li > .left{
	width: 64px;
	margin-right: 15px;
}
#backup > .section2 > .bottom > ul > li > .left > img{
	width: 64px;
	height: 64px;
}
#backup > .section2 > .bottom > ul > li > .right{
	width: 460px;
	overflow: hidden;
}
#backup > .section2 > .bottom > ul > li > .right > h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
}
#backup > .section2 > .bottom > ul > li > .right > p{
	font-size: 16px;
	color: #333;
	line-height: 25px;
}
#backup > .section.section5{
	background: url(../images/pic/section3_bg.png) no-repeat center center;
	overflow: hidden;
	padding: 50px 0;
}
#backup > .section.section5 > .wrap > .title{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#backup > .section.section5 > .wrap > .bottom{
	overflow: hidden;
	margin-top: 30px;
}
#backup > .section.section5 > .wrap > .bottom > ul{
	overflow: hidden;
}
#backup > .section.section5 > .wrap > .bottom > ul > li{
	width: 380px;
	margin-right: 25px;
}
#backup > .section.section5 > .wrap > .bottom > ul > li.last{
	margin-right: 0;
}
#backup > .section.section5 > .wrap > .bottom > ul > li > .title{
	height: 40px;
}
#backup > .section.section5 > .wrap > .bottom > ul > li > .title > h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	border-bottom: 1px solid #F66F6A;
	text-align: center;
}
#backup > .section.section5 > .wrap > .bottom > ul > li > .bottom{
	background-color: #fff;
	padding: 15px;
	margin-top: 15px;
	height: 355px
}
#backup > .section.section5 > .wrap > .bottom > ul > li > .bottom > h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
}
#backup > .section.section5 > .wrap > .bottom > ul > li > .bottom > p{
	font-size: 16px;
	color: #333;
	line-height: 20px;
	height: 120px;
}
#backup > .section.section5 > .wrap > .bottom > ul > li > .bottom > ul{
	overflow: hidden;
	margin-top: 25px;
}
#backup > .section.section5 > .wrap > .bottom > ul > li > .bottom > ul > li{
	line-height: 30px;
	list-style: decimal inside;
	font-size: 14px;
}
#backup > .section.section4{
	background: url(../images/pic/section4_bg.png) no-repeat center center;
	overflow: hidden;
	padding: 50px 0;
}
#backup > .section.section4 > .wrap > .title{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#backup > .section.section4 > .wrap > .bottom{
	overflow: hidden;
	margin-top: 20px;
}
#backup > .section.section4 > .wrap > .bottom > ul{
	overflow: hidden;
}
#backup > .section.section4 > .wrap > .bottom > ul > li{
	width: 280px;
	height: 230px;
	margin-right: 25px;
}
#backup > .section.section4 > .wrap > .bottom > ul > li:hover{
	background-color: rgba(255, 255, 255, 0.3);
}
#backup > .section.section4 > .wrap > .bottom > ul > li.last{
	margin: 0;
}
#backup > .section.section4 > .wrap > .bottom > ul > li > .top{
	width: 280px;
}
#backup > .section.section4 > .wrap > .bottom > ul > li > .top > img{
	width: 61px;
	height: 61px;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}
#backup > .section.section4 > .wrap > .bottom > ul > li > .top > h1{
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
#backup > .section.section4 > .wrap > .bottom > ul > li > .center{
	width: 30px;
	margin: 0 auto;
	border-top: 3px solid #e2e2e2;
	transition: width 0.5s;
}
#backup > .section.section4 > .wrap > .bottom > ul > li:hover > .center{
	width: 50px;
	border-color: #F66F6A;
	transition: width 0.5s;
}
#backup > .section.section4 > .wrap > .bottom > ul > li > .bottom{
	padding: 20px;
	margin-top: 15px;
}
#backup > .section.section4 > .wrap > .bottom > ul > li > .bottom > p{
	color: #fff;
	font-size: 14px;
	text-align: justify;
}
.app_banner{
	background: url(../images/pic/app_banner.jpg) no-repeat center center;
	height: 410px;
}
.app_banner > .title{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;

}
.app_banner > .title > h1{
	font-size: 35px;
	color: #fff;
	line-height: 40px;
	margin-top: 105px;
	margin-bottom: 25px;
}
.app_banner > .title > p{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	width: 800px;
}
#app > .section.section4{
	background: url(../images/pic/section4_bg.png) no-repeat center center;
	overflow: hidden;
	padding: 50px 0;
}
#app > .section.section4 > .wrap > .title{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#app > .section.section4 > .wrap > .bottom{
	overflow: hidden;
	margin-top: 20px;
}
#app > .section.section4 > .wrap > .bottom > ul{
	overflow: hidden;
}
#app > .section.section4 > .wrap > .bottom > ul > li{
	width: 280px;
	height: 230px;
	margin-right: 25px;
}
#app > .section.section4 > .wrap > .bottom > ul > li:hover{
	background-color: rgba(255, 255, 255, 0.3);
}
#app > .section.section4 > .wrap > .bottom > ul > li.last{
	margin: 0;
}
#app > .section.section4 > .wrap > .bottom > ul > li > .top{
	width: 280px;
}
#app > .section.section4 > .wrap > .bottom > ul > li > .top > img{
	width: 61px;
	height: 61px;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}
#app > .section.section4 > .wrap > .bottom > ul > li > .top > h1{
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
#app > .section.section4 > .wrap > .bottom > ul > li > .center{
	width: 30px;
	margin: 0 auto;
	border-top: 3px solid #e2e2e2;
	transition: width 0.5s;
}
#app > .section.section4 > .wrap > .bottom > ul > li:hover > .center{
	width: 50px;
	border-color: #F66F6A;
	transition: width 0.5s;
}
#app > .section.section4 > .wrap > .bottom > ul > li > .bottom{
	padding: 20px;
	margin-top: 15px;
}
#app > .section.section4 > .wrap > .bottom > ul > li > .bottom > p{
	color: #fff;
	font-size: 14px;
	text-align: justify;
}
#app > .section.section1{
	margin-top: 30px;
}
#app > .section.section1 > .wrap > .title{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#app > .section.section1 > .wrap > .bottom{
	margin-top: 30px;
}
#app > .section.section1 > .wrap > .bottom > img{
	width: 1180px;
	height: 757px;
	display: block;
	margin: 0 auto;
}
#app > .section.section2{
	margin-top: 30px;
}
#app > .section.section2 > .wrap > .title{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#app > .section.section2 > .wrap > .bottom{
	margin-top: 30px;
}
#app > .section.section2 > .wrap > .bottom > img{
	width: 1180px;
	height: 630px;
	display: block;
	margin: 0 auto;
}
.CloudBox_banner{
	background: url(../images/pic/CloudBox_banner.jpg) no-repeat center center;
	height: 410px;
}
.CloudBox_banner > .title{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;

}
.CloudBox_banner > .title > h1{
	font-size: 35px;
	color: #fff;
	line-height: 40px;
	margin-top: 105px;
	margin-bottom: 25px;
}
.CloudBox_banner > .title > p{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	width: 800px;
}
#CloudBox > .section.section4{
	background: url(../images/pic/section4_bg.png) no-repeat center center;
	overflow: hidden;
	padding: 50px 0;
}
#CloudBox > .section.section4 > .wrap > .title{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#CloudBox > .section.section4 > .wrap > .bottom{
	overflow: hidden;
	margin-top: 20px;
}
#CloudBox > .section.section4 > .wrap > .bottom > ul{
	overflow: hidden;
}
#CloudBox > .section.section4 > .wrap > .bottom > ul > li{
	width: 280px;
	height: 230px;
	margin-right: 25px;
}
#CloudBox > .section.section4 > .wrap > .bottom > ul > li:hover{
	background-color: rgba(255, 255, 255, 0.3);
}
#CloudBox > .section.section4 > .wrap > .bottom > ul > li.last{
	margin: 0;
}
#CloudBox > .section.section4 > .wrap > .bottom > ul > li > .top{
	width: 280px;
}
#CloudBox > .section.section4 > .wrap > .bottom > ul > li > .top > img{
	width: 61px;
	height: 61px;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}
#CloudBox > .section.section4 > .wrap > .bottom > ul > li > .top > h1{
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
#CloudBox > .section.section4 > .wrap > .bottom > ul > li > .center{
	width: 30px;
	margin: 0 auto;
	border-top: 3px solid #e2e2e2;
	transition: width 0.5s;
}
#CloudBox > .section.section4 > .wrap > .bottom > ul > li:hover > .center{
	width: 50px;
	border-color: #F66F6A;
	transition: width 0.5s;
}
#CloudBox > .section.section4 > .wrap > .bottom > ul > li > .bottom{
	padding: 20px;
	margin-top: 15px;
}
#CloudBox > .section.section4 > .wrap > .bottom > ul > li > .bottom > p{
	color: #fff;
	font-size: 14px;
	text-align: justify;
}
#CloudBox > .section.section1{
	margin-top: 30px;
}
#CloudBox > .section.section1 > .wrap > .title{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#CloudBox > .section.section1 > .wrap > .bottom{
	margin-top: 30px;
}
#CloudBox > .section.section1 > .wrap > .bottom > img{
	width: 1180px;
	height: 523px;
	display: block;
	margin: 0 auto;
}
#CloudBox > .section.section2{
	margin-top: 30px;
}
#CloudBox > .section.section2 > .wrap > .title{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#CloudBox > .section.section2 > .wrap > .bottom{
	margin-top: 30px;
}
#CloudBox > .section.section2 > .wrap > .bottom > img{
	width: 1180px;
	height: 630px;
	display: block;
	margin: 0 auto;
}
#CloudBox > .section.section3{
	margin-top: 30px;
}
#CloudBox > .section.section3 > .wrap > .title{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#CloudBox > .section.section3 > .wrap > .bottom{
	margin-top: 30px;
}
#CloudBox > .section.section3 > .wrap > .bottom > img{
	width: 1180px;
	height: 792px;
	display: block;
	margin: 0 auto;
}
.Manufacturing_banner{
	background: url(../images/pic/Manufacturing_banner.jpg) no-repeat center center;
	height: 410px;
}
.Manufacturing1_banner{
	background: url(../images/pic/Manufacturing1_banner.jpg) no-repeat center center;
	height: 410px;
}
.Manufacturing_banner > .title{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;

}
.Manufacturing_banner > .title > h1{
	font-size: 35px;
	color: #fff;
	line-height: 40px;
	margin-top: 105px;
	margin-bottom: 25px;
}
.Manufacturing_banner > .title > p{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	width: 800px;
}
#Manufacturing > .section.section4{
	background: url(../images/pic/section4_bg.png) no-repeat center center;
	overflow: hidden;
	padding: 50px 0;
}
#Manufacturing > .section.section4 > .wrap > .title{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#Manufacturing > .section.section4 > .wrap > .bottom{
	overflow: hidden;
	margin-top: 20px;
}
#Manufacturing > .section.section4 > .wrap > .bottom > ul{
	overflow: hidden;
}
#Manufacturing > .section.section4 > .wrap > .bottom > ul > li{
	width: 280px;
	height: 230px;
	margin-right: 25px;
}
#Manufacturing > .section.section4 > .wrap > .bottom > ul > li:hover{
	background-color: rgba(255, 255, 255, 0.3);
}
#Manufacturing > .section.section4 > .wrap > .bottom > ul > li.last{
	margin: 0;
}
#Manufacturing > .section.section4 > .wrap > .bottom > ul > li > .top{
	width: 280px;
}
#Manufacturing > .section.section4 > .wrap > .bottom > ul > li > .top > img{
	width: 61px;
	height: 61px;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}
#Manufacturing > .section.section4 > .wrap > .bottom > ul > li > .top > h1{
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
#Manufacturing > .section.section4 > .wrap > .bottom > ul > li > .center{
	width: 30px;
	margin: 0 auto;
	border-top: 3px solid #e2e2e2;
	transition: width 0.5s;
}
#Manufacturing > .section.section4 > .wrap > .bottom > ul > li:hover > .center{
	width: 50px;
	border-color: #F66F6A;
	transition: width 0.5s;
}
#Manufacturing > .section.section4 > .wrap > .bottom > ul > li > .bottom{
	padding: 20px;
	margin-top: 15px;
}
#Manufacturing > .section.section4 > .wrap > .bottom > ul > li > .bottom > p{
	color: #fff;
	font-size: 14px;
	text-align: justify;
}
#Manufacturing > .section.section1{
	margin-top: 30px;
}
#Manufacturing > .section.section1 > .wrap > .title{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#Manufacturing > .section.section1 > .wrap > .bottom{
	margin-top: 30px;
}
#Manufacturing > .section.section1 > .wrap > .bottom > img{
	width: 1180px;
	height: 523px;
	display: block;
	margin: 0 auto;
}

#Manufacturing > .section.section3{
	margin-top: 30px;
	background-color: #f1f3ff;
	padding-top: 40px;
}
#Manufacturing > .section.section3 > .wrap > .title{
	overflow: hidden;
}
#Manufacturing > .section.section3 > .wrap > .title > h1{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
#Manufacturing > .section.section3 > .wrap > .title > p{
	font-size: 14px;
	color: #666;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
#Manufacturing > .section.section3 > .wrap > .bottom{
	margin-top: 30px;
  padding-bottom: 50px;
}
#Manufacturing > .section.section3 > .wrap > .bottom > img{
	width: 1180px;
	height: 405px;
	display: block;
	margin: 0 auto;
}
.render_banner{
	background: url(../images/pic/render_banner.jpg) no-repeat center center;
	height: 410px;
}
.media_banner{
	background: url(../images/pic/media_banner.jpg) no-repeat center center;
	height: 410px;
}
.render_banner > .title{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;

}
.render_banner > .title > h1{
	font-size: 35px;
	color: #fff;
	line-height: 40px;
	margin-top: 105px;
	margin-bottom: 25px;
}
.render_banner > .title > p{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	width: 800px;
}

#render > .section.section4{
	background: url(../images/pic/section4_bg.png) no-repeat center center;
	overflow: hidden;
	padding: 50px 0;
}
#render > .section.section4 > .wrap > .title{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#render > .section.section4 > .wrap > .bottom{
	overflow: hidden;
	margin-top: 20px;
}
#render > .section.section4 > .wrap > .bottom > ul{
	overflow: hidden;
}
#render > .section.section4 > .wrap > .bottom > ul > li{
	width: 280px;
	height: 230px;
	margin-right: 25px;
}
#render > .section.section4 > .wrap > .bottom > ul > li:hover{
	background-color: rgba(255, 255, 255, 0.3);
}
#render > .section.section4 > .wrap > .bottom > ul > li.last{
	margin: 0;
}
#render > .section.section4 > .wrap > .bottom > ul > li > .top{
	width: 280px;
}
#render > .section.section4 > .wrap > .bottom > ul > li > .top > img{
	width: 61px;
	height: 61px;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}
#render > .section.section4 > .wrap > .bottom > ul > li > .top > h1{
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
#render > .section.section4 > .wrap > .bottom > ul > li > .center{
	width: 30px;
	margin: 0 auto;
	border-top: 3px solid #e2e2e2;
	transition: width 0.5s;
}
#render > .section.section4 > .wrap > .bottom > ul > li:hover > .center{
	width: 50px;
	border-color: #F66F6A;
	transition: width 0.5s;
}
#render > .section.section4 > .wrap > .bottom > ul > li > .bottom{
	padding: 20px;
	margin-top: 15px;
}
#render > .section.section4 > .wrap > .bottom > ul > li > .bottom > p{
	color: #fff;
	font-size: 14px;
	text-align: justify;
}
#render > .section.section1{
	margin-top: 30px;
}
#render > .section.section1 > .wrap > .title{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#render > .section.section1 > .wrap > .bottom{
	margin-top: 30px;
}
#render > .section.section1 > .wrap > .bottom > img{
	width: 1180px;
	height: 523px;
	display: block;
	margin: 0 auto;
}
#render > .section.section2{
	padding-top: 50px;
	background-color: #f1f3ff;
}
#render > .section.section2 > .wrap > .title{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#render > .section.section2 > .wrap > .bottom{
	margin-top: 30px;
	padding-bottom: 50px;
}
#render > .section.section2 > .wrap > .bottom > img{
	width: 1180px;
	height: 283px;
	display: block;
	margin: 0 auto;
}
.media > .section.section2 > .wrap > .bottom > img{
	height: 250px!important;
}
#render > .section.section3{
	margin-top: 30px;
}
#render > .section.section3 > .wrap > .title{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#render > .section.section3 > .wrap > .bottom{
	margin-top: 30px;
}
#render > .section.section3 > .wrap > .bottom > img{
	width: 1180px;
	height: 1000px;
	display: block;
	margin: 0 auto;
}
.media > .section.section3 > .wrap > .bottom > img{
	height: 600px!important;
}
#sql_examples{
	margin: 95px auto 40px;
	overflow: hidden;
}
#sql_examples > form > ul{
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #e2e2e2;
}
#sql_examples > form > ul > li{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px 0;
}
#sql_examples > form > ul > li.top{
	height: 110px;
	margin-bottom: 0;
	position: relative;
}
#sql_examples > form > ul > li > .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	width: 145px;
}
#sql_examples > form > ul > li > .right{
	margin-left: 40px;
}
#sql_examples > form > ul > li > .right > input[type="text"]{
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#sql_examples > form > ul > li > .right > .question{
 	width: 22px;
 	height: 40px;
 	background: url(../images/pic/question.png) no-repeat center center;
 	margin-left: 15px;
}
#sql_examples > form > ul > li > .right > .sanjiao_left{
	background: url(../images/pic/sanjiao_left.png) no-repeat center 9px;
	width: 22px;
 	height: 40px;
 	margin-left: 10px;
}
#sql_examples > form > ul > li > .right > .question_in{
  	width:272px;
  	height: 100px;
  	padding: 8px 10px;
  	background-color: #fff;
  	font-size: 16px;
  	overflow: hidden;
  	line-height: 25px;
  	color: #333;
  	position: absolute;
  	left: 440px;
  	-moz-box-shadow:2px 2px 5px #999999; 
  	-webkit-box-shadow:2px 2px 5px #999999; 
  	box-shadow:2px 2px 5px #999999;
  	border-radius: 5px;

}
#sql_examples > form > ul > li > .right > .prompt{
	clear: both;
	overflow: hidden;
	font-size: 12px;
	display: block;
	width: 900px;
	
}
#sql_examples > form > ul > li > .right > input[type="radio"]{
	display: none;
}
#sql_examples > form > ul > li > .right > label{
	width: 150px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e2e2e2;
}
#sql_examples > form > ul > li > .right.performance > label{
	margin-right: 0;
	border-radius: 0;
	width: 110px;
}
#sql_examples > form > ul > li > .right > label.on{
	background-color: #39f;
	color: #fff;
	border: 1px solid #39f;
}
#sql_examples > form > ul > li > .right > span.button{
	width: 150px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	color: #333;
	font-size: 15px;
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
	cursor: not-allowed;
	background-color: #f5f6f7;
	position: relative;
}
#sql_examples > form > ul > li > .right.performance > span.button{
	width: 110px;
}
#sql_examples > form > ul > li > .right > span.button > i{
	position: absolute;
	display: block;
	width: 44px;
	height: 10px;
	text-align: right;
	line-height: 10px;
	top: -10px;
	right: 5px;
	font-size: 12px;
	color: #fff;
	background: #999 url(../images/pic/sold_out.png) no-repeat 5px center;
	padding:5px;
}
#sql_examples > form > ul > li > .right > p{
	font-size: 16px;
	line-height: 40px;
	color: #333;
}
#sql_examples > form > ul > li > .kucun {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	font-size: 15px;
	color: #666;
	vertical-align: sub;
}
#sql_examples > form > ul > li > .count {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 50px;
}
#sql_examples > form > ul > li > .count > li{
	height: 40px;
}
#sql_examples > form > ul > li > .count > li .num-jian,
#sql_examples > form > ul > li > .count > li .num-jia {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	background-color: #F5F7FA;
}
#sql_examples > form > ul > li > .count > li .input-num {
	width: 58px;
	border: 1px solid #e2e2e2;
	height: 38px;
	color: #333;
	border-left: 0;
	border-right: 0;
	padding: 0;	
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
#sql_examples > form > ul > li > .monery{
	float: left;
	margin-left: 60px;
	font-weight: bold;
	color: #F56C6C;
	font-size: 18px;
	line-height: 40px;
	width: 60px;
}
#sql_examples > form > ul > li > .buy {
	float: left;
	overflow: hidden;
	margin-left: 42px;
	width: 90px;
	height: 40px;
	color: #E6A23C;
	background:#fdf6ec;
	border:1px solid #f5dab1;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
}
#RabbitMQ_examples{
	margin: 95px auto 40px;
	overflow: hidden;
}
#RabbitMQ_examples > form > ul{
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #e2e2e2;
}
#RabbitMQ_examples > form > ul > li{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px 0;
}
#RabbitMQ_examples > form > ul > li > .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	width: 145px;
}
#RabbitMQ_examples > form > ul > li > .right{
	margin-left: 40px;
}
#RabbitMQ_examples > form > ul > li > .right > input[type="text"]{
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#RabbitMQ_examples > form > ul > li > .right.textarea_box{
	position: relative;
}
#RabbitMQ_examples > form > ul > li > .right > #description{
	width: 500px;
	height: 88px;
	border: 1px solid #e2e2e2;
	padding: 8px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	
}
#RabbitMQ_examples > form > ul > li > .right > #viewBox{
	text-align: right;
}

#RabbitMQ_examples > form > ul > li > .right > input[type="radio"]{
	display: none;
}
#RabbitMQ_examples > form > ul > li > .right > label{
	width: 150px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e2e2e2;
}

#RabbitMQ_examples > form > ul > li > .right > label.on{
	background-color: #39f;
	color: #fff;
	border: 1px solid #39f;
}
#RabbitMQ_examples > form > ul > li > .right > .question{
 	width: 22px;
 	height: 40px;
 	background: url(../images/pic/question.png) no-repeat center center;
 	margin-left: 15px;
}
#RabbitMQ_examples > form > ul > li > .right > .sanjiao_left{
	background: url(../images/pic/sanjiao_left.png) no-repeat center 9px;
	width: 22px;
 	height: 40px;
 	margin-left: 10px;
}
#RabbitMQ_examples > form > ul > li > .right > .prompt{
	line-height: 40px;
	padding-left: 15px;
}
#RabbitMQ_examples > form > ul > li > .right > .question_in{
  	width:272px;
  	padding: 8px 10px;
  	background-color: #fff;
  	font-size: 16px;
  	overflow: hidden;
  	line-height: 25px;
  	color: #333;
  	position: absolute;
  	left: 765px;
  	-moz-box-shadow:2px 2px 5px #999999; 
  	-webkit-box-shadow:2px 2px 5px #999999; 
  	box-shadow:2px 2px 5px #999999;
  	border-radius: 5px;

}
#RabbitMQ_examples > form > ul > li > .kucun {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	font-size: 15px;
	color: #666;
	vertical-align: sub;
}
#RabbitMQ_examples > form > ul > li > .count {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 50px;
}
#RabbitMQ_examples > form > ul > li > .count > li{
	height: 40px;
}
#RabbitMQ_examples > form > ul > li > .count > li .num-jian,
#RabbitMQ_examples > form > ul > li > .count > li .num-jia {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	background-color: #F5F7FA;
}
#RabbitMQ_examples > form > ul > li > .count > li .input-num {
	width: 58px;
	border: 1px solid #e2e2e2;
	height: 38px;
	color: #333;
	border-left: 0;
	border-right: 0;
	padding: 0;	
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
#RabbitMQ_examples > form > ul > li > .monery{
	float: left;
	margin-left: 60px;
	font-weight: bold;
	color: #F56C6C;
	font-size: 18px;
	line-height: 40px;
	width: 60px;
}
#RabbitMQ_examples > form > ul > li > .buy {
	float: left;
	overflow: hidden;
	margin-left: 42px;
	width: 90px;
	height: 40px;
	color: #E6A23C;
	background:#fdf6ec;
	border:1px solid #f5dab1;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
}
#RDS_examples{
	margin: 95px auto 40px;
	overflow: hidden;
}
#RDS_examples > form > ul{
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #e2e2e2;
}
#RDS_examples > form > ul > li{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px 0;
}
#RDS_examples > form > ul > li > .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	width: 145px;
	height: 40px;
}
#RDS_examples > form > ul > li > .right{
	margin-left: 40px;
}
#RDS_examples > form > ul > li > .right > input[type="text"]{
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#RDS_examples > form > ul > li > .right > input[type="radio"]{
	display: none;
}
#RDS_examples > form > ul > li > .right > label{
	width: 150px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e2e2e2;
}

#RDS_examples > form > ul > li > .right > label.on{
	background-color: #39f;
	color: #fff;
	border: 1px solid #39f;
}
#RDS_examples > form > ul > li > .right > .question{
 	width: 22px;
 	height: 40px;
 	background: url(../images/pic/question.png) no-repeat center center;
 	margin-left: 15px;
}
#RDS_examples > form > ul > li > .right > .sanjiao_left{
	background: url(../images/pic/sanjiao_left.png) no-repeat center 9px;
	width: 22px;
 	height: 40px;
 	margin-left: 10px;
}
#RDS_examples > form > ul > li > .right > .prompt{
	clear: both;
	overflow: hidden;
	font-size: 12px;
	display: block;
	width: 900px;
	
}
#RDS_examples > form > ul > li > .right > .prompt > a{
	color: #006ad4;
}
#RDS_examples > form > ul > li > .right > .question_in{
  	width:272px;
  	padding: 8px 10px;
  	background-color: #fff;
  	font-size: 16px;
  	overflow: hidden;
  	line-height: 25px;
  	color: #333;
  	position: absolute;
  	left: 827px;
  	-moz-box-shadow:2px 2px 5px #999999; 
  	-webkit-box-shadow:2px 2px 5px #999999; 
  	box-shadow:2px 2px 5px #999999;
  	border-radius: 5px;

}
#RDS_examples > form > ul > li > .right > input[type="text"].list {
    background: url(../images/pic/jt.png) no-repeat right center;
    width: 195px;
    height: 38px;
    border: 1px solid 
    #e2e2e2;
    padding: 0 10px;
    border-radius: 5px;
}
#RDS_examples > form > ul > li > .right > table > tbody >  tr{
	height: 40px;
}
#RDS_examples > form > ul > li > .right > table > thead >  tr{
	height: 40px;
}
#RDS_examples > form > ul > li > .right > table > thead >  tr.title{
	background-color: #e1e4e5;
}
#RDS_examples > form > ul > li > .right > table > tbody >  tr:nth-child(2n){
	background-color: #e2e2e2;
}
#RDS_examples > form > ul > li > .right > table > tbody >  tr:hover{
	background-color: #eaf6f9;
}
#RDS_examples > form > ul > li > .right > table > tbody >  tr.on{
	background-color: #d0f0f4;
}
#RDS_examples > form > ul > li > .right > table > tbody >  tr > td:nth-child(1){
	width: 90px;
}
#RDS_examples > form > ul > li > .right > table > tbody >  tr > td:nth-child(2){
	width: 270px;
}
#RDS_examples > form > ul > li > .right > table > tbody >  tr > td:nth-child(3){
	width: 270px;
}
#RDS_examples > form > ul > li > .right > table > tbody >  tr > td:nth-child(4){
	width: 255px;
}

#RDS_examples > form > ul > li > .right > table tbody {
    display: block;
    height: 240px;
    overflow-y: scroll;
}
#RDS_examples > form > ul > li > .right > table thead, #RDS_examples > form > ul > li > .right > tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#RDS_examples > form > ul > li > .kucun {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	font-size: 15px;
	color: #666;
	vertical-align: sub;
}
#RDS_examples > form > ul > li > .count {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 50px;
}
#RDS_examples > form > ul > li > .count > li{
	height: 40px;
}
#RDS_examples > form > ul > li > .count > li .num-jian,
#RDS_examples > form > ul > li > .count > li .num-jia {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	background-color: #F5F7FA;
}
#RDS_examples > form > ul > li > .count > li .input-num {
	width: 58px;
	border: 1px solid #e2e2e2;
	height: 38px;
	color: #333;
	border-left: 0;
	border-right: 0;
	padding: 0;	
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
#RDS_examples > form > ul > li > .monery{
	float: left;
	margin-left: 60px;
	font-weight: bold;
	color: #F56C6C;
	font-size: 18px;
	line-height: 40px;
	width: 60px;
}
#RDS_examples > form > ul > li > .buy {
	float: left;
	overflow: hidden;
	margin-left: 42px;
	width: 90px;
	height: 40px;
	color: #E6A23C;
	background:#fdf6ec;
	border:1px solid #f5dab1;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
}
#RabbitMQ_examples{
	margin: 95px auto 40px;
	overflow: hidden;
}
#RabbitMQ_examples > form > ul{
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #e2e2e2;
}
#RabbitMQ_examples > form > ul > li{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px 0;
}
#RabbitMQ_examples > form > ul > li > .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	width: 145px;
}
#RabbitMQ_examples > form > ul > li > .right{
	margin-left: 40px;
}
#RabbitMQ_examples > form > ul > li > .right > input[type="text"]{
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#RabbitMQ_examples > form > ul > li > .right.textarea_box{
	position: relative;
}
#RabbitMQ_examples > form > ul > li > .right > #description{
	width: 500px;
	height: 88px;
	border: 1px solid #e2e2e2;
	padding: 8px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	
}
#RabbitMQ_examples > form > ul > li > .right > #viewBox{
	text-align: right;
}

#RabbitMQ_examples > form > ul > li > .right > input[type="radio"]{
	display: none;
}
#RabbitMQ_examples > form > ul > li > .right > label{
	width: 150px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e2e2e2;
}

#RabbitMQ_examples > form > ul > li > .right > label.on{
	background-color: #39f;
	color: #fff;
	border: 1px solid #39f;
}
#RabbitMQ_examples > form > ul > li > .right > .question{
 	width: 22px;
 	height: 40px;
 	background: url(../images/pic/question.png) no-repeat center center;
 	margin-left: 15px;
}
#RabbitMQ_examples > form > ul > li > .right > .sanjiao_left{
	background: url(../images/pic/sanjiao_left.png) no-repeat center 9px;
	width: 22px;
 	height: 40px;
 	margin-left: 10px;
}
#RabbitMQ_examples > form > ul > li > .right > .prompt{
	line-height: 40px;
	padding-left: 15px;
}
#RabbitMQ_examples > form > ul > li > .right > .question_in{
  	width:272px;
  	padding: 8px 10px;
  	background-color: #fff;
  	font-size: 16px;
  	overflow: hidden;
  	line-height: 25px;
  	color: #333;
  	position: absolute;
  	left: 765px;
  	-moz-box-shadow:2px 2px 5px #999999; 
  	-webkit-box-shadow:2px 2px 5px #999999; 
  	box-shadow:2px 2px 5px #999999;
  	border-radius: 5px;

}
#RabbitMQ_examples > form > ul > li > .kucun {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	font-size: 15px;
	color: #666;
	vertical-align: sub;
}
#RabbitMQ_examples > form > ul > li > .count {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 50px;
}
#RabbitMQ_examples > form > ul > li > .count > li{
	height: 40px;
}
#RabbitMQ_examples > form > ul > li > .count > li .num-jian,
#RabbitMQ_examples > form > ul > li > .count > li .num-jia {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	background-color: #F5F7FA;
}
#RabbitMQ_examples > form > ul > li > .count > li .input-num {
	width: 58px;
	border: 1px solid #e2e2e2;
	height: 38px;
	color: #333;
	border-left: 0;
	border-right: 0;
	padding: 0;	
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
#RabbitMQ_examples > form > ul > li > .monery{
	float: left;
	margin-left: 60px;
	font-weight: bold;
	color: #F56C6C;
	font-size: 18px;
	line-height: 40px;
	width: 60px;
}
#RabbitMQ_examples > form > ul > li > .buy {
	float: left;
	overflow: hidden;
	margin-left: 42px;
	width: 90px;
	height: 40px;
	color: #E6A23C;
	background:#fdf6ec;
	border:1px solid #f5dab1;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
}
#caching_examples{
	margin: 95px auto 40px;
	overflow: hidden;
}
#caching_examples > form > ul{
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #e2e2e2;
}
#caching_examples > form > ul > li{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px 0;
}
#caching_examples > form > ul > li > .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	width: 145px;
	height: 40px;
}
#caching_examples > form > ul > li > .right{
	margin-left: 40px;
}
#caching_examples > form > ul > li > .right > input[type="text"]{
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#caching_examples > form > ul > li > .right > input[type="radio"]{
	display: none;
}
#caching_examples > form > ul > li > .right > label{
	width: 150px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e2e2e2;
}

#caching_examples > form > ul > li > .right > label.on{
	background-color: #39f;
	color: #fff;
	border: 1px solid #39f;
}
#caching_examples > form > ul > li > .right > .question{
 	width: 22px;
 	height: 40px;
 	background: url(../images/pic/question.png) no-repeat center center;
 	margin-left: 15px;
}
#caching_examples > form > ul > li > .right > .sanjiao_left{
	background: url(../images/pic/sanjiao_left.png) no-repeat center 9px;
	width: 22px;
 	height: 40px;
 	margin-left: 10px;
}
#caching_examples > form > ul > li > .right > .prompt{
	clear: both;
	overflow: hidden;
	font-size: 12px;
	display: block;
	width: 900px;
	
}
#caching_examples > form > ul > li > .right > .prompt > a{
	color: #006ad4;
}
#caching_examples > form > ul > li > .right > .question_in{
  	width:272px;
  	padding: 8px 10px;
  	background-color: #fff;
  	font-size: 16px;
  	overflow: hidden;
  	line-height: 25px;
  	color: #333;
  	position: absolute;
  	left: 827px;
  	-moz-box-shadow:2px 2px 5px #999999; 
  	-webkit-box-shadow:2px 2px 5px #999999; 
  	box-shadow:2px 2px 5px #999999;
  	border-radius: 5px;

}
#caching_examples > form > ul > li > .right > input[type="text"].list {
    background: url(../images/pic/jt.png) no-repeat right center;
    width: 195px;
    height: 38px;
    border: 1px solid 
    #e2e2e2;
    padding: 0 10px;
    border-radius: 5px;
}
#caching_examples > form > ul > li > .right > table > tbody >  tr{
	height: 40px;
}
#caching_examples > form > ul > li > .right > table > thead >  tr{
	height: 40px;
}
#caching_examples > form > ul > li > .right > table > thead >  tr.title{
	background-color: #f2f5fc;
}

#caching_examples > form > ul > li > .right > table > tbody >  tr:hover{
	background-color: #eaf6f9;
}
#caching_examples > form > ul > li > .right > table > tbody >  tr.on{
	background-color: #d0f0f4;
}
#caching_examples > form > ul > li > .right > table > tbody >  tr > td:nth-child(1){
	width: 90px;
}
#caching_examples > form > ul > li > .right > table > tbody >  tr > td:nth-child(2){
	width: 270px;
}
#caching_examples > form > ul > li > .right > table > tbody >  tr > td:nth-child(3){
	width: 270px;
}
#caching_examples > form > ul > li > .right > table > tbody >  tr > td:nth-child(4){
	width: 255px;
}


#caching_examples > form > ul > li > .kucun {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	font-size: 15px;
	color: #666;
	vertical-align: sub;
}
#caching_examples > form > ul > li > .count {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 50px;
}
#caching_examples > form > ul > li > .count > li{
	height: 40px;
}
#caching_examples > form > ul > li > .count > li .num-jian,
#caching_examples > form > ul > li > .count > li .num-jia {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	background-color: #F5F7FA;
}
#caching_examples > form > ul > li > .count > li .input-num {
	width: 58px;
	border: 1px solid #e2e2e2;
	height: 38px;
	color: #333;
	border-left: 0;
	border-right: 0;
	padding: 0;	
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
#caching_examples > form > ul > li > .monery{
	float: left;
	margin-left: 60px;
	font-weight: bold;
	color: #F56C6C;
	font-size: 18px;
	line-height: 40px;
	width: 60px;
}
#caching_examples > form > ul > li > .buy {
	float: left;
	overflow: hidden;
	margin-left: 42px;
	width: 90px;
	height: 40px;
	color: #E6A23C;
	background:#fdf6ec;
	border:1px solid #f5dab1;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
}
.k8s_banner{
	background: url(../images/pic/k8s_banner.jpg) no-repeat center center;
	height: 410px;
}
.k8s_banner > .title{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;

}
.k8s_banner > .title > h1{
	font-size: 35px;
	color: #fff;
	line-height: 40px;
	margin-top: 105px;
	margin-bottom: 25px;
}
.k8s_banner > .title > p{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	width: 800px;
}
.k8s_banner > .title > a{
	width: 120px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 30px;
	text-align: center;
	line-height: 40px;
	background-color: rgb(247, 103, 99);
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	margin-top: 35px;
}
#k8s > ul{
	overflow: hidden;
	margin-top: 30px;
}
#k8s > ul > li{
	width: 600px;
	margin-bottom: 20px;
	height: 61px;
}
#k8s > ul > li > img{
	float: left;
	margin-right: 15px;
	width: 61px;
	height: 61px;
}
#k8s > ul > li > h1{
	float: left;
	margin-right: 15px;
	line-height: 61px;
	font-size: 18px;
	height: 61px;
}
#k8s > img{
	width: 803px;
	height: 588px;
	display: block;
	margin: 40px auto;
}
#k8s_buy{
	margin: 95px auto 40px;
	overflow: hidden;
}
#k8s_buy > form > ul{
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #e2e2e2;
}
#k8s_buy > form > ul > li{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px 0;
}

#k8s_buy > form > ul > li > .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	width: 145px;
}
#k8s_buy > form > ul > li > .right{
	margin-left: 40px;
}
#k8s_buy > form > ul > li > .right > input[type="text"]{
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#k8s_buy > form > ul > li > .right > input[type="radio"]{
	display: none;
}
#k8s_buy > form > ul > li > .right > label{
	width: 150px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e2e2e2;
	cursor: pointer;
}
#k8s_buy > form > ul > li > .right > label.on{
	background-color: #39f;
	color: #fff;
	border: 1px solid #39f;
}
#k8s_buy > form > ul > li > .right.textarea_box{
	position: relative;
}
#k8s_buy > form > ul > li > .right > #description{
	width: 500px;
	height: 88px;
	border: 1px solid #e2e2e2;
	padding: 8px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	
}
#k8s_buy > form > ul > li > .right > #viewBox{
	text-align: right;
}
#k8s_buy > form > ul > li > .monery{
	float: left;
	margin-left: 60px;
	font-weight: bold;
	color: #F56C6C;
	font-size: 18px;
	line-height: 40px;
	width: 60px;
}
#k8s_buy > form > ul > li > .buy {
	float: left;
	overflow: hidden;
	margin-left: 42px;
	width: 90px;
	height: 40px;
	color: #E6A23C;
	background:#fdf6ec;
	border:1px solid #f5dab1;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}
#MapReduce_buy{
	margin: 95px auto 40px;
	overflow: hidden;
}
#MapReduce_buy > form > ul{
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #e2e2e2;
}
#MapReduce_buy > form > ul > li{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px 0;
}

#MapReduce_buy > form > ul > li > .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	width: 145px;
}
#MapReduce_buy > form > ul > li > .right{
	margin-left: 40px;
}
#MapReduce_buy > form > ul > li > .right > input[type="text"]{
	width: 195px;
	height: 38px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#MapReduce_buy > form > ul > li > .right > input[type="radio"]{
	display: none;
}
#MapReduce_buy > form > ul > li > .right > label{
	width: 150px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e2e2e2;
	cursor: pointer;
}
#MapReduce_buy > form > ul > li > .right > label.on{
	background-color: #39f;
	color: #fff;
	border: 1px solid #39f;
}
#MapReduce_buy > form > ul > li > .right.textarea_box{
	position: relative;
}
#MapReduce_buy > form > ul > li > .right > #description{
	width: 500px;
	height: 88px;
	border: 1px solid #e2e2e2;
	padding: 8px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	
}
#MapReduce_buy > form > ul > li > .right > #viewBox{
	text-align: right;
}
#MapReduce_buy > form > ul > li > .monery{
	float: left;
	margin-left: 60px;
	font-weight: bold;
	color: #F56C6C;
	font-size: 18px;
	line-height: 40px;
	width: 60px;
}
#MapReduce_buy > form > ul > li > .buy {
	float: left;
	overflow: hidden;
	margin-left: 42px;
	width: 90px;
	height: 40px;
	color: #E6A23C;
	background:#fdf6ec;
	border:1px solid #f5dab1;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}
#MapReduce_buy > form > ul > li > .right > table > tbody >  tr{
	height: 40px;
}
#MapReduce_buy > form > ul > li > .right > table > thead >  tr{
	height: 40px;
}
#MapReduce_buy > form > ul > li > .right > table > thead >  tr.title{
	background-color: #f2f5fc;
}

#MapReduce_buy > form > ul > li > .right > table > tbody >  tr:hover{
	background-color: #eaf6f9;
}
#MapReduce_buy > form > ul > li > .right > table > tbody >  tr.on{
	background-color: #d0f0f4;
}
#MapReduce_buy > form > ul > li > .right > table > tbody >  tr > td:nth-child(1){
	width: 90px;
}
#MapReduce_buy > form > ul > li > .right > table > tbody >  tr > td:nth-child(2){
	width: 270px;
}
#MapReduce_buy > form > ul > li > .right > table > tbody >  tr > td:nth-child(3){
	width: 270px;
}
#MapReduce_buy > form > ul > li > .right > table > tbody >  tr > td:nth-child(4){
	width: 255px;
}
.MapReduce_banner{
	background: url(../images/pic/MapReduce_banner.jpg) no-repeat center center;
	height: 410px;
}
.MapReduce_banner > .title{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;

}
.MapReduce_banner > .title > h1{
	font-size: 35px;
	color: #fff;
	line-height: 40px;
	margin-top: 105px;
	margin-bottom: 25px;
}
.MapReduce_banner > .title > p{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	width: 800px;
}
.MapReduce_banner > .title > a{
	width: 120px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 30px;
	text-align: center;
	line-height: 40px;
	background-color: rgb(247, 103, 99);
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	margin-top: 35px;
}
#MapReduce > ul{
	overflow: hidden;
	margin-top: 30px;
}
#MapReduce > ul > li{
	width: 600px;
	margin-bottom: 50px;
	height: 61px;
}
#MapReduce > ul > li > img{
	float: left;
	margin-right: 15px;
	width: 61px;
	height: 61px;
}
#MapReduce > ul > li > h1{
	float: left;
	margin-right: 15px;
	line-height: 25px;
	font-size: 18px;
	height: 61px;
	width: 500px;
}
#MapReduce > img{
	width: 803px;
	height: 588px;
	display: block;
	margin: 40px auto;
}
#Popup{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: 0;
	display: none;
}
#Popup > .txt_bg{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
}
#success{
	width: 300px;
	border: 1px solid #e2e2e2;
	position: absolute;
	top: 30%;
	left: 40%;
	z-index: 9999;
}
#success > .log{
	width: 300px;
	background-color: #fff;
	padding-top: 15px;
}
#success > .log > img{
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}
#success > .log > .close{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 20px;
	color: #333;
	z-index: 9999;
	cursor: pointer;
}
#success > .title{
	overflow: hidden;
	background-color: #fff;
}
#success > .title > h1{
	font-size: 18px;
	color: #333;
	line-height: 100px;
	width: 300px;
	text-align: center;
}
#success > .title > .button{
	display: block;
	height: 40px;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	width: 100px;
	margin: 0 auto;
	text-align: center;
	background-color: #28a3f7;
	cursor: pointer;
	border-radius: 5px;
	margin-bottom: 15px;
}
#pic{
	width: 1200px;
	margin: 40px auto;

}
#pic > .top{
	height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
}
#pic > .title{
	height: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}
#pic > .title > h1{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	line-height: 25px;
}
#pic > .title > h2{
	font-size: 16px;
	color: #333;
	line-height: 20px;
}
#pic > .content{
	margin-top: 30px;
}
#pic > .content > .title{
	margin-bottom: 30px;
}
#pic > .content > .title > h1{
	line-height: 25px;
	font-size: 18px;
	padding-left: 15px;
	border-left: 4px solid #00ab6d;
	width: 140px;	
	display: inline-block;
}
#pic > .content > .title > span{
	line-height: 15px;
	font-size: 14px;
	padding: 8px 10px;
	display: inline-block;
	background-color: #333;
	color: #fff;
	border-radius: 5px;
}
#pic > .content > table{
	width: 1200px;
	border-color: #e2e2e2;
}
#pic > .content > table th{
	height: 40px;
	background-color: #d9d9d9;
}
#pic > .content > table td{
	height: 40px;
	text-align: center;
}
#pic > .content > .bottom{
	border: 1px solid #e2e2e2;
	padding: 15px 10px;
}
#pic > .content > .bottom > p{
	font-size: 14px;
	line-height: 25px;
	color: #333;
}

