@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 15px;
	line-height: 33px;
	color: #333333;
	font-family: "微软雅黑";
	background-color: #f6f0df;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #dd0000;
	text-decoration: underline;
}

/*屏蔽UC浏览器底部广告*/
div[id^="_"] { display: none !important; }
#top {
	background-color: #9b0d14;
	height: 180px;
	width: 100%;
}
#top_inner {
	height: 180px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: 10px 45px;
	position: relative;
}
#logo {
	height: 115px;
	width: 675px;
	position: absolute;
	left: 5px;
	top: 40px;
}
#logo a {
	display: block;
	height: 115px;
	width: 675px;
}
#cnen {
	height: 36px;
	width: 100px;
	text-align: right;
	color: #dcd7d7;
	position: absolute;
	top: 53px;
	right: 17px;
}

#cnen a {
	color: #dcd7d7;
}
#cnen a:hover {
	color: #ffffff;
}
#search_box {
	height: 50px;
	width: 268px;
	z-index: 10000;
	position: absolute;
	right: 15px;
	bottom: 35px;
}
#search_input {
	float: left;
	height: 36px;
	width: 200px;
	background-color: #6c0f13;
	line-height: 36px;
}

.nowrap {
	float: left;
	height: 36px;
	width: 200px;
	color: #FFFFFF;
	background-color: #6c0f13;
	line-height: 36px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 15px;
}
#search_btn {
	float: left;
	height: 36px;
	width: 68px;
	background-color: #b82229;
	line-height: 36px;
}
#menu {
	font-size: 18px;
	line-height: 48px;
	color: #FFFFFF;
	height: 50px;
	width: 100%;
	background-color: #72080b;
}
#menu_inner {
	height: 50px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
/*
#menu_inner li {
	list-style-type: none;
	float: left;
	padding-right: 29px;
	padding-left: 29px;
}
*/
/*menu*/
#nav {margin:0 auto; width:1300px;display:block; position:absolute; z-index:152; height:50px;} /*主菜单最外层容器*/
/*主菜单项目*/
#nav .mainlevel {float:left; list-style:none/*IE6 only*/; height:auto;width:133px;} 
#nav .mainlevel1 {float:left; list-style:none/*IE6 only*/; height:auto;width:103px;}
#nav .mainlevel a {
	color:#FFF;
	font-family:'微软雅黑';
	font-size:18px;/*一级菜单链接*/
	line-height:50px;
	height:50px;
	display:block;
	padding:0;
	width:100%;
	text-align:center;
	margin:0px;
}
#nav .mainlevel1 a {color:#FFF; font-family:'微软雅黑'; font-size:18px;  /*一级菜单链接*/;
                   line-height:50px; height:50px; display:block; padding:0; width:100%; text-align:center; margin:0px;
	}
#nav .mainlevel a:hover {
	text-decoration:none;
	background-image: url(menu_li_hoverbg.png);
	background-repeat: no-repeat;
	background-position: 6px center;
}
/*子菜单*/
#nav .mainlevel ul {
	display:none;
	background-color:#72080b;
	width:133px;
	margin:0px;
	padding:0;
} 
#nav .mainlevel li {width:100%; list-style:none;/*IE6 only*/; height:auto; padding:0;}
/*子菜单连接*/
#nav .mainlevel ul li a{
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal; /*二级菜单链接*/
	border-bottom:#BBB dashed 1px;
	text-align:center;
	width:100%;
	line-height:40px;
	height:40px;
	margin:0;
	background-image: none;
}

/*鼠标经过子菜单*/
#nav .mainlevel ul li a:hover{background-color:#a50a11;background-image:none}
#wrap {
	width: 100%;
	padding-bottom: 30px;
}
.inner {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
#wrap_r1 {
	height: 490px;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}
#wrap_r1_c1 {
	float: left;
	width: 770px;
}
#wrap_r1_c2 {
	float: right;
	height: 490px;
	width: 400px;
}
#title_box {
	height: 40px;
}
#title_l {
	font-size: 24px;
	color: #b01821;
	background-image: url(title_boxbg.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	float: left;
	padding-left: 40px;
	line-height: 40px;
}

#title_box .title_l {
	font-size: 24px;
	color: #b01821;
	background-image: url(title_boxbg.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	float: left;
	padding-left: 40px;
	line-height: 36px;
	height: 40px;
}
#title_box .title_r {
	float: right;
	font-size: 14px;
	line-height: 40px;
}


.clearfix {
	clear: both;
}
#banner {
	height: 380px;
}
#list_box {
	padding-top: 10px;
}
#list_box_pic {
	float: left;
	width: 300px;
}
#list_box_pic li {
	list-style-type: none;
	height: 200px;
	width: 300px;
	position: relative;
	margin-bottom: 12px;
	margin-top: 8px;
	float: left;
}
#list_box_pic .pic_title {
	height: 35px;
	width: 294px;
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: 0px;
	background-image: url(pic_titlebg.png);
	font-size: 15px;
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
}
#list_box_pic a {
	color: #FFFFFF;
	text-decoration: none;
}
#list_box_pic a:hover {
	color: #00FF00;
}
#list_box_news {
	float: right;
	height: 440px;
	width: 440px;
}


#block_xyxw_key {
	height: 120px;
	background-image: url(dot.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-bottom: 5px;
}
#block_xyxw_key_title {
	font-size: 20px;
	line-height: 40px;
	text-align: center;
}
#block_xyxw_key_title a {
	color: #B01821;
}


#block_xyxw_key_des {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	text-indent: 2em;
}
#block_xyxw_key_des a {
	color: #999999;
}

#block_list {
	clear: both;
	padding: 5px;
	margin-bottom: 7px;
}

#block_list li {
	background-image: url(li.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 20px;
	list-style-type: none;
}
.date {
	float: right;
        color:#999999;
}
#tzgg_lists {
	margin-bottom: 30px;
	margin-top: 5px;
}

#tzgg_lists li {
	list-style-type: none;
	height: 50px;
	padding: 10px;
	display: block;
}
#tzgg_date {
	background-color: #f3f3f3;
	height: 40px;
	width: 46px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	overflow: hidden;
	float: left;
}
#tzgg_date .day {
	font-size: 16px;
	line-height: 26px;
	height: 16px;
	font-weight: bold;
}
#tzgg_txt {
	float: right;
	width: 300px;
	line-height: 24px;
}

#tzgg_date .year {
	font-size: 12px;
	line-height: 24px;
}
#xshd_box {
	padding: 15px;
}
#xshd_pic {
	height: 130px;
	width: 110px;
	float: left;
}
#xshd_txt {
	float: right;
	width: 240px;
	height: 130px;
}

#block_xsyg_title {
	line-height: 24px;
	font-size: 16px;
	padding-bottom: 10px;
}
#block_xsyg_person {
	line-height: 24px;
	font-size: 14px;
	color: #787878;
	background-image: url(xsyg_personbg.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 25px;
}
#wrap_r2 {
	height: 870px;
	background-color: #FFFFFF;
	padding-top: 15px;
}

#block_xsyg_date {
	line-height: 24px;
	font-size: 14px;
	color: #787878;
	background-image: url(xsyg_datebg.png);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding-left: 25px;
}
#block_xsyg_place {
	line-height: 24px;
	font-size: 14px;
	color: #787878;
	background-image: url(xsyg_placebg.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 25px;
}

#title_c {
	font-size: 24px;
	color: #b01821;
	background-image: url(title_box_titlecbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#kyjx_box {
	height: 575px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 15px;
}




.cloud-product-box{}
.cloud-product-wrapper{margin:0 auto;width:1200px;background:#fff; }
.cloud-product{position:relative;z-index:9;}
.cloud-product-title{ width:300px;height:32px;text-align:center;line-height:32px;font-size:32px;color:#fff}
.color-blue{color:#009fd9}
.cloud-product-explain{margin-top:26px;margin-bottom:82px;height:16px;line-height:16px;text-align:center;font-size:16px;color:#999}
.cloud-product-ul{width:100%;}
.cloud-product-ul li{
	position:relative;
	width:300px;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
	height:537px;
	float:left;
	background:#fff;
	list-style-type: none;
}
.cloud-product-ul li:first-child{margin-left:0}
.cloud-product-single-top{width:100%;height:60px;line-height:60px;text-align:center;background-color:#f2f2f2}
.cloud-product-name{font-size:18px;color:#333;font-weight:700}
.cloud-product-single-bottom{width:100%;height:340px}
.empty-space{width:100%;height:99px;padding:26px 0 0 0;}
.single-bottom-item{height:340px;width:100%}
.single-bottom-item:first-child{border-right:1px solid #eee}
.bg-product-pic{width:100%;height:82px}
.server-header-01{background:url(../img/product_header_icon_01.png) center no-repeat}
.server-header-02{background:url(../img/product_header_icon_02.png) center no-repeat}
.server-header-03{background:url(../img/product_header_icon_03.png) center no-repeat}

.server-header-active-01{background:url(../img/product_header_active_icon_01.png) center no-repeat}
.server-header-active-02{background:url(../img/product_header_active_icon_02.png) center no-repeat}
.server-header-active-03{background:url(../img/product_header_active_icon_03.png) center no-repeat}


.product-introduce-title{ width:300px; margin-bottom:14px;height:22px;line-height:22px;font-size:22px;text-align:center}
.product-introduce-title.normal-weight{font-weight:400}
.product-introduce-content{width:280px; position:relative; z-index:9999; padding-top:26px; line-height:38px; text-align:right; font-size:30px;color:#fff;}
.product-introduce-content span{ display:block; font-size:24px;}
.product-introduce-content strong{ display:block; line-height:30px; padding:15px 0; font-weight:normal;}
.product-introduce-list{height:135px;width:240px; color:#333; padding:30px 0 0 330px;}
.product-introduce-list1{height:135px;width:240px; color:#333; padding:30px 0 0 330px; text-align:justify;}
.introduce-list-small{margin-bottom:18px;line-height:14px;font-size:14px;color:#999;text-align:center}
.product-introduce-price{ position:absolute; top:-32px; left:0; background:url(bg4.png) no-repeat; width:300px; height:537px; padding:204px 0 0 22px; box-sizing:border-box;}
.price-blue{color:#0af;font-size:38px}
.normal-inner{transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s}
.active-inner{position:relative;display:none;height:100%;-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s}
.introduce-link{position:absolute;top:0;left:0;width:100%;height:537px}
.active-inner-01{background:url(/images/kexueyanjiu.png) no-repeat;}
.active-inner-02{background:url(/images/xueshengpeiyang.png) no-repeat;}
.active-inner-03{background:url(/images/dongfangkaogu.png) no-repeat;}
.cloud-product-ul li:nth-of-type(1){
background:url(pic8.png) no-repeat;
}
.cloud-product-ul li:hover:nth-of-type(1){
background:url(bg4.png) no-repeat;
}
.cloud-product-ul li:nth-of-type(2){
background:url(pic9.png) no-repeat;
}
.cloud-product-ul li:nth-of-type(3){
background:url(pic10.png) no-repeat;
}
.cloud-product-ul li.active .active-inner{display:block;-moz-opacity:1;-khtml-opacity:1;opacity:1}
.cloud-product-ul li.active .normal-inner{display:none;-moz-opacity:0;-khtml-opacity:0;opacity:0}
.cloud-product-ul li{}
.cloud-product-ul li.active{z-index:9;width:600px; background:#fff;}
.active .product-introduce-content{color:#eff6ff}
.active-product-introduce-title{color:#fff}
.active .product-introduce-list{}
.introduce-list-large{margin:0 auto;line-height:30px;font-size:16px; color:#333;}
.introduce-list-large span{ display:block; padding:30px 0; height:34px; width:18px; font-size:18px; background:url(hjt.png) no-repeat;}
.active .product-introduce-price{margin-top:32px;color:#fefeff}
.product-introduce-price .price-white{display:inline-block;font-size:36px;height:36px;line-height:36px;color:#fff}
.buy-link-btn{display:block;margin:30px auto 0;width:90%;height:40px;line-height:40px;background-color:#ff9600;color:#fff;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.buy-link-btn:hover{background-color:#f80}
#ztwz_box {
	height: 100px;
	width: 1290px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#ztwz_box li {
	height: 98px;
	width: 350px;
	border: 1px solid #bbbbbb;
	float: left;
	margin-right: 39px;
	margin-left: 39px;
	list-style-type: none;
}
#ztwz_box a {
	font-size: 18px;
	line-height: 96px;
	display: block;
	height: 98px;
	width: 230px;
	padding-left: 120px;
	background-repeat: no-repeat;
	background-position: 15px center;
}
.ztwz1 {
	background-image: url(ztwz1bg.png);
}
.ztwz2 {
	background-image: url(ztwz2bg.png);
}
.ztwz3 {
	background-image: url(ztwz3bg.png);
}#bottom {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #9b0d14;
	height: 150px;
	width: 100%;
	clear: both;
}
#bottom_inner {
	height: 105px;
	width: 1160px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(bottombg.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 140px;
	padding-top: 25px;
	padding-bottom: 20px;
	line-height: 26px;
}
#bottom_inner a {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom_inner a:hover {
	color: #ede5e5;
}
#bottom_link {
	width: 1070px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aa383e;
	padding-top: 5px;
	padding-bottom: 5px;
}
#bottom_linkl {
	float: left;
	width: 70px;
}
#bottom_linkr {
	float: right;
	width: 1000px;
}
#bottom_linkr a {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#bottom_copy {
	width: 1070px;
	padding-top: 5px;
	clear: both;
}