/***********通用样式***********/
* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 12px;
    font: 14px 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ol, ul, li {
    list-style: none;
}
a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #F00;
    text-decoration: none;
}
img {
    border: 0;
    margin: 0;
    padding: 0;
}
:focus {
    outline: 0;
}

fieldset {
    border: 1px;
}

address, caption, cite, code, em, string, th, var {
    font-weight: normal;
    font-style: normal;
    text-align: left;
}

ul, ol, p, dl, form {
    margin: 0;
    padding: 0;
}

ul, ol, dl {
    overflow: hidden;
}

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

/*********************/

/************* begin top******************/
.header_top {
    margin: 0 auto;
    width: 980px;
    height: 70px;
    margin-bottom: 10px;

}
.logo {
    float: left;
    width: 166px;
    height: 100%;
    margin-top: 12px;
    padding-top: 5px;
}
.login_header {
    float: right;
    width: 230px;
    *height: 30px;
    margin-top: 12px;
    height: 100%;
}
.page-wrap {
    background: url(../images/loginbar1.jpg) repeat-x top;
}
.login_bg {
    background: url(../images/loginbar2.jpg) no-repeat right;
    height: 36px;
    padding: 10px 30px 5px 10px;
}
.telphone {
    float: right;
    width: 246px;
    margin-top: 37px;
    margin-right: -150px;
}
/************ end top *****************/

/*****************nav**************************/
/*#nav {*/
    /*background: url(../images/nav.jpg) repeat-x;*/
    /*width: 100%;*/
    /*height: 74px;*/
/*}*/
/*#topnav{*/
    /*clear:both;*/
    /*width:980px;*/
    /*margin:0 auto;*/
/*}*/
/*#topnav ul li{*/
    /*float:left;*/
    /*display:block;*/
    /*list-style:none;*/
    /*width:130px;*/
    /*margin-top:-7px;*/
    /*line-height:55px;*/
    /**line-height:70px;*/
/*}*/
/*#topnav ul li a{*/
    /*width:100%;*/
    /*color:#fff;*/
    /*font-size: 16px;*/
    /*font-weight: bold;*/
    /*padding:10px 35px 5px 20px;*/
    /**padding:10px 20px 5px 20px;*/
    /*background:url(../images/nav-line.jpg) no-repeat right;*/
/*}*/

/*#topnav li:hover {*/
    /*background:url(../images/nav-triangle.jpg) no-repeat 40px 43px;*/
/*}*/

/*#topnav .current {*/
    /*background:url(../images/nav-triangle.jpg) no-repeat 40px 43px;*/
/*}*/
/*#topnav .current a{*/
    /*color:#fff;*/
    /*font-weight: bold;*/
/*}*/
/*导航菜单开始*/
/*导航菜单开始*/
#nav {
    margin:10px auto;
    height:66px;
    line-height:50px;
    background:url(../images/nav.jpg) repeat-x ;
    width:100%;
    display:block;
    overflow:hidden;
}
#navMenu{
    width:980px;
    margin:0 auto;
}
#navMenu ul{
    height:66px;
}
#navMenu li {
    float:left;
    padding-left:20px;
    display:inline;
    width:100px;
    font-size:20px;
    height:66px;
}


#navMenu li a {
    color:#fff !important;
    text-decoration:none;
    width:100px;height:52px;
    text-align:center;
    display:block;
}
#navMenu li a.last{
    width:92px;
}
#navMenu li a:hover{
    background-image:url('../images/navbg.png');
}
#navMenu .current{
    background:url('../images/navbg.png') 0px -52px;
    width:91px;
    height:52px;
    line-height:52px;
    display:block;
    color:#fff;
}


/*-------- 下拉菜单 --------------*/
.dropMenu {
    position:absolute;
    top: 0;
    z-index:100;
    visibility: hidden;
    margin-top:-3px;
    border-top:0;
    padding:4px;
    width:100px;
}
.dropMenu li {
    float:left;
    background:#FFF;
    width:100px;
    height:35px;
    margin-bottom:2px;
    padding:0;
    font-size:14px;
    margin:0;
    display:inline;
}
.dropMenu li a {
    display: block;
    padding: 6px 0 5px 17px;
    color:#0f335d;
}
.dropMenu a:hover {
    text-decoration:none;
    color:#019ee1;
    height:35px;
    background:#c0e6fb;
}
/*导航菜单结束*/


/******************end nav*************************/

.header_text {
    margin: 0 auto;
    margin-top: 10px;
    padding: 0;
    width: 980px;
    height: 320px;
    font: 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    border: 1px solid #85daff;
}
/*********************************首页轮播图片 begin*************************/
.newBanner {
    background: #fff url(../images/loading.gif) no-repeat 50% 50%;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 636px;
    height: 320px;
}

.bannerImg {
    width: 636px;
    height: 320px;
    overflow: hidden;
}

.bannerImg li {
    width: 636px;
    height: 320px;
    position: absolute;
    left: 0;
    top: 0;
}

.bannerImg .smask {
    z-index: -1;
    filter: alpha(opacity = 0);
    -moz-opacity: 0;
    opacity: 0;
    zoom: 1;
}

.bannerImg img {
    width: 636px;
    height: 320px;
    overflow: hidden;
}
.bannerNum {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 15px;
    bottom: 10px;
    z-index: 11;
}

.bannerNum li {
    background: url(../images/current.png) no-repeat 0 center;
    width: 21px;
    height: 28px;
    line-height: 28px;
    color: #390;
    text-align: center;
    float: left;
    display: block;
    position: relative;
    z-index: 12;
    cursor: pointer;
}

/*.bannerNum li.current {*/
    /*background: url(../images/current.png) no-repeat -21px center;*/
    /*color: #fff;*/
    /*cursor: pointer;*/
/*}*/
/************************首页轮播图片 end******************************/

/******************download style begin*********************/
.header_text .banner_right .right_info {
    float: right;
    width: 344px;
    padding: 0;
    margin: -320px 0px 0px 0px;
    padding-top: 20px;
    height: 320px;
    background: url(../images/banner-download-bg.jpg) no-repeat;
}

.header_text .banner_right .right_info span {
    font-size: 28px;
    font-weight: 600;
    color: #FFFFFF;
    padding-left: 20px;
}

.header_text .banner_right .right_info h2 {
    font: bold 34px 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    color: #FFFFFF;
    padding: 27px 0 13px 0;
    margin: 0;
}

.header_text .banner_right .right_info img {
    float: left;
    margin: 0px 20px 0 0;
    padding: 0;
}

.header_text .banner_right .right_info a {
    font: bold 14px 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    color: #FFFFFF;
    margin-left: 20px;
}

.header_text p {
    font: normal 14px 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    color: #FFFFFF;
    padding: 10px 0 0 20px;
    margin: 0;
    line-height: 1.8em;
}

.down_btn_top {
    width:100%;
    margin-top:15px;
	background:#000;
}


.news_banner{
    background: url(../images/news_bg.jpg) no-repeat;
    margin: 0 auto;
    padding: 0px;
    width: 982px;
    height: 45px;
}

/******************download style end*********************/

/*滚动通知*/
/*----------
	行业资讯滚动
----------*/
.homeSigning {
    /*border: #d7d7d7 solid 1px;*/
    height: 41px;
    line-height: 41px;
    padding: 0;
    margin: 10px 2px 0px 2px;
    margin-top:10px\0;
    _margin-top:110px;
    overflow: hidden;
    width: 610px;
    _width:600px;
    color: #000;
    position: relative;
}

.homeSigning .annStati {
    text-align: right;
    color: #999;
}

.homeSigning .annStati strong {
    font: bold 14px/41px Tahoma;
    color: #c00;
}

.homeSigning .annStati a {
    text-decoration: underline;
    color: #333;
    display: inline-block;
    padding: 0 2px;
}

.homeSigning .annStati a:hover {
    color: #F30;
}

/* annCon滚动信息 */
.homeSigning .ann {
    overflow: hidden;
    width: 980px;
    height: 30px;
    float: left;
    padding-left: 10px;
    margin-top: 5px;
    background: url(../images/infomation.jpg) no-repeat left scroll;
    margin-left: 2px;
    _padding-left: 2px;
}

#annCon {
    overflow: hidden;
    float: left;
}

.annConIn {
    width: 5000px;
    overflow: hidden;
}

.annConIn ul {
    float: left;
}

.annConIn ul li {
    padding-left: 80px;
    height: 30px;
    line-height: 30px;
    float: left;
    width: 600px;
}

.annConIn ul li .date {
    color: #666;
}

.annConIn a {
    color: #333;
}

.annConIn a:hover {
    color: #f30;
}
.icon{
    float: right;
    height: 41px;
    line-height: 41px;
    padding: 0;
    margin: -35px 20px 0px 2px;
}
.icon img{
    padding-left: 20px;
}
/**********行业资讯滚动 end**************/

/*************首页列表样式*****************/
/********软件介绍开始*************/
.software_description{
    width:980px;
    margin:0 auto;
    height:340px;
    margin-top:10px;
    background:url(../images/software_content_bg.jpg) bottom center no-repeat;
}
.software_content{
    float:left;
    width:650px;
}
.software_content_title{
    width:590px;
    height:30px;
    font-size:20px;
    line-height:22px;
    margin-top:10px;
    margin-left:20px;
    border-bottom:1px solid #999;
}
.software_content_title01{
    width:590px;
    height:30px;
    font-size:20px;
    line-height:22px;
    margin-top:10px;
    margin-left:20px;
}
.software_content_details{
    margin-top:10px;
    margin-bottom:10px;
    height:120px;
}
.software_content_img{
    float:left;
    margin-left:15px;
    *margin-left:10px;
}
.software_content_text{
    float:right;
    width:520px;
    *width:520px;
    line-height:25px;
    font-size:14px;
    padding-right:20px;
}
.software_content_details_btn{
    margin-left:560px;
}
.software_content_details_btn a{
    color:#004ea3;
}

.software_dynamic{
    float:right;
    width:330px;
    *width:300px;
}
.software_dt_title{
    width:330px;
    height:30px;
    font-size:20px;
    line-height:22px;
    margin-top:10px;
    border-bottom:1px solid #999;
}
.software_dynamic_content ul{
    width:100%;
    margin-bottom:10px;
}
.software_dynamic_content ul li{
    float:left;
}
.software_dynamic_bg_left{
    background:url(../images/software_dynamic_bg_left.jpg) no-repeat;
	min-height:218px;
    *height:100%;
    width:10px;
}
.software_dynamic_bg_middle{
    width:310px;
    *width:280px;
    height:218px;
    background:url(../images/software_dynamic_bg_middle.jpg) repeat-x;
}
.software_dynamic_bg_middle ul{
    margin-top:8px;
}
.software_dynamic_bg_middle li{
    margin-bottom:5px;
    font-size:14px;
    width:98%;
    padding-left:20px;
}
.software_dynamic_bg_right{
    background:url(../images/software_dynamic_bg_right.png) no-repeat;
    height:218px;
    width:10px;
}
.software_dynamic_title{
    padding-left:15px;
    font-size:16px;
	line-height:28px;
    padding-top:5px;
    padding-bottom:6px;
    background:url(../images/software_dynamic_seperate.jpg) no-repeat bottom center;
}
.software_features{
    width:980px;
    margin:0 auto;
	min-height:720px;
	height:100%;
    margin-top:10px;
    background:url(../images/software_content_bg.jpg) bottom center no-repeat;
}
	
/*.software_features_details ul{
	margin-left:20px;
	width:620px;
	}
.software_features_details ul li{
	float:left;
	margin-left:10px;
	width:195px;
	*width:185px;
	height:212px;
	margin-bottom:5px;
	margin-top:5px;
	}	
.tr{
	font-weight:600;
	height:30px;
	line-height:30px;
	margin-bottom:5px;
	border-top:1px dashed #999;
    padding-left:40px;
    padding-top:20px;
	}
.icon01{
	background:url(../images/tiaojia%20.png) no-repeat left center;
	border:none;
	width:100px;
	margin:0 auto;

	}
.icon02{
	background:url(../images/tongbu.png) no-repeat left center;
	border:none;
	width:100px;
	margin:0 auto;
	}
.icon03{
	background:url(../images/eyi.png) no-repeat left center;
	border:none;
	width:100px;
	margin:0 auto;
	}
.icon04{
	background:url(../images/zhongdian.png) no-repeat left center;
	width:110px;
	margin:0 auto;
	}
.icon05{
	background:url(../images/beifen.png) no-repeat left center;
	width:110px;
	margin:0 auto;
	}
.icon06{
	background:url(../images/jiankong.png) no-repeat left center;
	width:100px;
	margin:0 auto;
	}
.icon07{
	background:url(../images/paiming.png) no-repeat left center;
	width:100px;
	margin:0 auto;
	}
.icon08{
	background:url(../images/duoguanli.png) no-repeat left center;
	width:100px;
	margin:0 auto;
	}
.icon09{
	background:url(../images/fenxi.png) no-repeat left center;
	width:100px;
	margin:0 auto;
	}
.n_details{
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
	padding-top:14px;
	height:110px;	
	border-right:1px dashed #999;
	}
.no_line{
	border-right:none;
	}*/


.software_features_details ul{
	margin-left:20px;
	width:620px;
	}
.software_features_details ul li{
	float:left;
	width:195px;
	*width:193px;
	height:208px;
	margin-bottom:5px;
	margin-right:10px;
	margin-top:5px;

	}
.tr{
	line-height:30px;
	font-size:18px;
	font-weight:600;
	padding-top:10px;
	padding-left:10px;
	}	
.icon01{
	background:url(../images/column1.jpg)  no-repeat;
	} 
.icon02{
	background:url(../images/column2.jpg) no-repeat ;
	}
.icon03{
	background:url(../images/column3.jpg) no-repeat ;
	}
.icon04{
	background:url(../images/column4.jpg) no-repeat ;
	}
.icon05{
	background:url(../images/column5.jpg) no-repeat ;
	}
.icon06{
	background:url(../images/column6.jpg) no-repeat ;
	}
.icon07{
	background:url(../images/column7.jpg) no-repeat ;
	}
.icon08{
	background:url(../images/column8.jpg) no-repeat ;
	}
.icon09{
	background:url(../images/column9.jpg) no-repeat ;
	}
.n_details{
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;	
	}

.software_dynamic_more{
    float:right;
    margin-right:30px;
}
.icon_title{
    height:80px;
    margin-top:5px;
}
/*.icon_title01{*/
    /*background:url(../images/icon_xinlang.jpg) no-repeat;*/
    /*height:24px;*/
    /*width:200px;*/
    /*padding-left:65px;*/

/*}*/
.icon_content{
    font-size:14px;
    padding-right:10px;
}
/*.icon_title02{*/
    /*background:url(../images/icon_qq1.jpg) no-repeat;*/
    /*height:24px;*/
    /*width:210px;*/
    /**width:200px;*/
    /*padding-left:65px;*/

/*}*/
/*.icon_title03{*/
    /*background:url(../images/icon_wangyi.jpg) no-repeat;*/
    /*height:24px;*/
    /*width:220px;*/
    /**width:200px;*/
    /*padding-left:65px;*/

/*}*/
/********软件介绍结束*************/
/*******************************/

.adlogo {
    float: left;
    width: 514px;
    text-align: center;
    height: 100%;
    vertical-align: bottom;
    margin-top: 12px;
}
.blue {
    color: #0a659e;
    padding-left: 5px;
    cursor: pointer;
}

.banner_imgaes {
    float: left;
}

.product_list {
    float: right;
}

.advantage_content {
    clear: both;
    margin-top: 55px;
    margin-right: 110px;
}

.advantage_content p {
    margin-top: 10px;
}

.advantage_btn {
    margin-top: 20px;
}

.content {
    width: 980px;
    margin: 0 auto;
    padding: 0px;
}

.left {
    float: left;
    width: 69%;
    margin-top: 10px;
    margin-right: 10px;
}

.left-top {
	float:left;
    width: 676px;
	height: 244px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

.produc_int {
    float: left;
    width: 260px;
    *width: 240px;
    padding-left: 30px;
    margin-left: 10px;
    margin-top: 18px;
}

.h_title {
    color: #399dcf;
    font-size: 18px;
    font-weight:600;
    background: url(../images/column2.jpg) repeat-x;
    width: 676px;
    height: 37px;
    line-height: 38px;
	border-left:1px solid #CCC;
	border-right:1px solid #ccc;
    vertical-align: middle;
}

.h_content {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 30px;
    font-size: 14px;
    text-indent: 22px;
}

.product_int p {
    padding-left: 90px;
}

.produc_tech {
    float: right;
    background: url(../images/left-fen.png) no-repeat center left;
    width: 260px;
    padding-left: 40px;
    margin-top: 18px;
}

.r_title02 {
    background: url(../images/column2.jpg) repeat-x;
    height: 37px;
    color: #399DCF;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    width: 284px;
	_width: 275px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;

	
}

.h_content {
    margin-top: 10px;
    padding-left: 30px;
    font-size: 14px;
}

.left02 {
	float:left;
	width:676px;
	height:310px;
	margin-top: 10px;
    margin-bottom: 0px;
}
.produc_features ul{
	width:100%;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}
.produc_features li {
    float: left;
    width: 130px;
    font-size: 14px;
	padding:25px 45px 40px 45px;
	*padding:20px 40px;	   
}
.product_left {
    background: url(../images/left-fen.png) left center no-repeat;
}
.detail {
    clear: both;
    padding-left: 10px;
    margin-right: 20px;
    margin-top: 10px;
}

.detail_1 {
    clear: both;
    text-align: right;
    margin-right: 20px;
    margin-top: 48px;
}

.right {
    float: right;
    width: 290px;
	_width: 240px;
}

.right01 {
    margin-top: 10px;
    margin-right: 10px;
    width: 98%;
   
}

.right01 a {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

.right01 a:hover {
    color: #00355f;
    text-decoration: none;
    font-weight: normal;
}

.news_01 {
    margin-bottom: 5px;
    width: 284px;
	_width: 250px;
    border: 1px solid #CCC;
	border-top:none;

}

.news_01 ul {
    width: 284px;
	_width: 275px;
	padding:0;
	margin:0;
}


.news_01 ul li {
    background: url(../images/arrow.png) left no-repeat scroll;
    font-size: 14px;
    list-style: none;
    padding-top: 3px;
    padding-bottom: 2px;
    *padding-bottom: 2px;
    padding-left: 10px;
    _padding_left: 10px;
    margin-top: 2px;
	margin-left:10px;
}
.left_title {
    background: url(../images/column1.jpg) no-repeat left;
    width: 3px;
    height: 36px;
    float: left;
}
.right_title {
    background: url(../images/column3.jpg) no-repeat right;
    width: 3px;
    height: 36px;
    float: right;
}
.right02 {
    background: #f6f6f6;
    margin-top: 10px;
    margin-right: 10px;
    width: 100%;
}

.right02 img {
    margin: 10px 10px;
}

.news_l {
    clear: both;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 275px;

    background: #FFF;
    border: 1px solid #CCC;
}

.news_l ul {
    margin: 0 auto;
    width: 240px;
    padding: 0 10px 0 10px;
    _padding: 0 0 0 5px;
    margin: 5px 0 15px 20px;
}

.news_title {
    background: url(../images/tu.jpg) no-repeat;
    height: 65px;
    margin: 10px 0 0 20px;
    padding: 20px 0 0 140px;
    color: #399ed2;
}

.news_l ul li {
    background: url(../images/arrow.png) left no-repeat scroll;
    font-size: 14px;
    list-style: none;
    padding-top: 3px;
    padding-bottom: 5px;
    *padding-bottom: 2px;
    padding-left: 10px;
    _padding_left: 5px;
    margin-top: 3px;
}

.success_lie {
	clear:both;
    width: 980px;
	margin:0 auto;
}

.clearfix {
    *zoom: 1;
}

.product li {
    float: left;
    margin-left: 10px;
    _margin-left: 20px;
    text-align: center;
}

.product li a {
    color: #000;
}

.zwh1 {
    display: block;
    width: 146px;
    height: 90px;
    border: 1px solid #c0c0c0;
    margin-top: 25px;
    padding: 2px;
}

.product li a.bt11 {
    border: #c1c1c1 dashed 1px;
    width: 122px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin-top: 3px;
}




.s_title {
    background: url(../images/logo_2.png) no-repeat;
    padding-left: 40px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #399DCF;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

/**********************************Advantage-Details**************************************************/
.advantage-details {
    width: 980px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #e6e6e6;
}

.advantage_c {
    /*background: url(../images/logo1.png) left center no-repeat;*/
    height: 60px;
}

.advantage_d {
    background: url(../images/logo_2.png) left center no-repeat;
    height: 100px;
}

.advantage_title p {
    height: 30px;
    width: 88%;
    color: #399dcf;
    font-size: 18px;
    font-weight: 600;
    margin-left: 72px;
    padding-top: 30px;
    background:url(../images/profen.png) repeat-x bottom;
}

.advantage-details ul {
    margin: 0;
    padding: 0;
    width: 88%;
    margin-left: 50px;
    margin-bottom: 20px;
}

.advantage-details ul li {
    float: left;
    font-size: 14px;
    padding: 10px 10px;
    /*background: url(../images/profen.png) repeat-x bottom;*/
    /*border-bottom: 1px #999 solid;*/
}

.advantage_c_f {
    background: url(../images/advantage-details-fen.jpg) left center no-repeat;
}

.advantage-details ul li p img {
    margin-top: 20px;
}

.advantage_title_d {
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
    /*border-bottom: 2px solid #bcbdbf;*/
}
.advantage_title_d img{
    margin-bottom: -8px;
    margin-right: 5px;
}
.introduce_detials {
    margin-left: 80px;
    width: 88%;
    margin-bottom: 20px;
}

.color {
    color: #0074c4;
    padding-left: 48px;
    height: 48px;
}

/************************************content_banner*********************************************************/
.content_banner, .content_list, .success_example {
    width: 980px;
    margin: 0 auto;
}

.content_list {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
}

#sideNav {
    float: left;
    width: 180px;
}

.navlist li {
    background: url(../images/sidebar2.jpg) center no-repeat;
    height: 39px;
    margin-top: 1px;
}

.navlist li a {
    display: block;
    padding-top: 10px;
    padding-left: 40px;
    line-height: 20px;
    font-size: 15px;
    color: #000;
}

.navlist li a:hover {
    background: url(../images/sidebar1.png) no-repeat;
    color: #FFF;
    height: 39px;
}

#sideNav .sidecurrent {
    background: url(../images/sidebar1.png) no-repeat;
    height: 39px;
}

#sideNav .sidecurrent a {
    color: #FFF;
}

.content_details {
    float: right;
    width: 790px;
    border: 1px solid #c2c2c2;
    margin-bottom: 20px;
}

.advantage_title01 p {
    height: 30px;
    width: 97%;
    color: #399dcf;
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
    padding-left: 10px;
    margin-left: 5px;
   /* border-bottom: 2px solid #074bac;*/
}

.content_details ul {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 50px;
}

.content_details ul li {
    margin-top: 10px;

}

.content_details ul li span {
    margin-left: 5px;
}

.content_details ul li  p {
    width: 98%;
}

.data {
    float: right;
    margin-right: 10px;
}

/*-----------------footer--------------------*/
.footer {
    clear: both;
    border-top:1px solid #dbdbdb;
    background-color:#87a5bf;
    /*background: url(../images/foot_bg.jpg) repeat-x;*/
    margin:10px 0 0 0;
    height:120px;
    width:100%;
}

.footer_c {
    width: 980px;
    margin: 0 auto;
    text-align: center;
}

.links {
    margin-top: 5px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 14px;

}
.footer_c  p {
    font-size: 14px;
    padding-top: 10px;
}

/************************************success_example************************************************/
.success_left {
    float: left;
    width: 750px;
    margin-top: 10px;
    font-size: 14px;
}

.s_example01_left {
    float: left;
    width: 365px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #CCC;

}

.s_example01_left P, .s_example01_right p {
    margin-left: 20px;
    margin-right: 20px;
    *margin-left: 20px;
    *margin-right: 20px;
    margin-bottom: 20px;

}

.s_example01_right {
    float: right;
    width: 365px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #CCC;
}

.success_right {
    float: right;
    width: 220px;
    margin-top: 10px;
}

.success_right img {
    margin-bottom: 0;
    vertical-align: middle;
    overflow: hidden;
    display: block;
}

.s_right_c {
    width: 218px;
    height: 300px;
    margin: 0 auto;
    *margin-top: -30px;
    *margin: 0;
    *padding: 0;
    border: 1px solid #CCC;
}

/******************************************分页效果*************************************************************/

/* 分页样式 */

.pages {

    width: 100%;

    margin: 20px 0 5px 5px;

    display: table;

    clear: both;

}

.pages a, .pages span {

    display: block;

    float: left;

    background: #fff;

    border: solid 1px #DEDEDE;

    font-size: 15px;

    padding: 1px 10px;

    margin: 4px 10px 0 4px;

    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    -khtml-border-radius: 5px;

    border-radius: 5px;

    text-decoration: none;

}

.pages a:hover {

    font-weight: bold;

    text-decoration: none;

}

.pages span.active {

    color: #990000 !important;

    font-weight: bold;

}

/*翻页链接*/
.nextpage a,
.prepage a {

    color: #1E50A2;

}

.nextpage a:hover,
.prepage a:hover {

    font-size: 14px;

    text-decoration: underline;

    color: #FF4E4E;

}


/**************首页底部滚动图片样式**************/
.rollphotos {
    width: 980px;
    height: 146px;
    margin: 0px auto;
}

.plat_load {
    overflow: hidden;
    zoom: 1;
    position: relative
}

.plat_load .LeftBotton {
    width: 14px;
    height: 146px;
    background: url(../images/scholl-1.jpg) no-repeat;
    left: 0px;
    float: left;
    cursor: pointer;
    position: absolute;
    top: 0px;
}

.plat_load .RightBotton {
    right: 0px;
    width: 14px;
    height: 146px;
    background: url(../images/scholl-3.jpg) no-repeat;
    float: right;
    cursor: pointer;
    position: absolute;
    top: 0px;
}

.plat_load .Cont {
    margin: 0px auto;
    overflow: hidden;
    width: 950px;
    height: 146px;
    padding-top: 2px;
    background: url(../images/di.jpg) repeat-x;
}

.plat_load .box {
    float: left;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;

}

.plat_load .box2 {
    float: left;
    text-align: center;
    margin: 0px 37px 0px 5px;
    display: inline;
}

.plat_load .box2 img {
    border: 1px dashed #dfdfdf;
}

.plat_load .box p {
    margin: 6px auto 0px;
    width: 100px;
    line-height: 20px;
}

.roll_top {
    margin-top: 20px;
    height: 146px;
}

/***********************************************/

/***********************************************产品页样式*********************/
.product{
    height: 310px;
}
.product_des1 {
    font-family: "arial";
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 600px;
    font-weight: bold;
    color: #6f6f6f;
}

.product_des2 {
    font-family: "arial";
    padding-top: 100px;
    padding-right: 50px;
    padding-left: 600px;
    float: right;
    font-weight: bold;
    color: #6f6f6f;
}
.advantage_p {
    background: url(../images/shop01.png) left center no-repeat;
    height: 100px;
}
.sideNavtitle li{
    background: url(../images/anniu-b.png) no-repeat;
    height: 41px;
    margin: 0px;
    display: block;
    padding-top: 10px;
    padding-left: 40px;
    line-height: 20px;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
}
#sideNav {
    float: left;
    width: 180px;
}
.faq_common {
    border-bottom: 1px #CCC dashed;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-top: 5px;
}
.faq_title {
    font-size: 14px;
    margin-bottom: 5px;
}
.faq_title a {
    color: #0097cc;
}
.faq_title a:hover {
   color: red;
}
.faq_author {
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 15px;
}
.paragraph {
    margin-bottom: 9px;

}
/*.links_site {*/
    /*background: url(../images/links.png) 165px 10px no-repeat scroll;*/
/*}*/
.news_show{
    padding-left: 5px;
}
.footer_bottom{
    margin-bottom: 5px;
}


.undisplay{
    display: none;
}