@charset "UTF-8";
html {
	overflow-y: scroll;
	font-family:Microsoft YaHei;
}
body,p,dl,dt,dd,table,td,th,input,img,form,div,span,ul,ol,li,h1,h2,h3,h4,h5,h6,select,input {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
img,iframe {
	border: none;
}
ul,li,ol {
	list-style: none;
}
img {
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	outline: none;
}
em,b,i,strong,cite,sub,sup,
font {
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}
a{
	color: #666;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #666;
}
a:focus{
	outline:none;border:0;
}
a:link { 
	text-decoration: none; 
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    /*border: none;
    -webkit-appearance: none;*/
}

textarea {
    resize: vertical;
    overflow: auto;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}

.fl	{
	float: left;
}
.fr{
	float: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.hide{
    display: none;
}

/*头部*/
/*正文*/
#Topheader{
	overflow: hidden;
	background-color: #f5f5f5;
	height:35px; 
}
#Topheader .Th_content{
	margin:0 auto;
	overflow: hidden; 
	width:1200px; 
 }
#Topheader .Th_content_all{
	line-height: 35px;
	font-size: 12px;
	color: #999;
	float: left;
 }
#Topheader .Th_content_nav{
	font-size: 12px;
	float: right;
	overflow: hidden;
 }
 #Topheader .Th_content_nav li{
	float: left;
 }
 #Topheader .Th_content_nav li:last-child{
	float: left;margin-right: -15px;
 }
 
#Topheader .Th_content_nav li a{
	color: #999;
	float: left;
	padding:0 15px;
	line-height: 35px;
	overflow: hidden;
 }
#Topheader .Th_content_nav li a:hover{
 	color: #19b955;
 }

/*header*/
#header {
	margin:30px auto 10px;
	width:1200px; 
	overflow: hidden; 
}
#header #logo{
	width: 178px; 
	height: 60px; 
	float: left;
}
#header #search {
	width:480px; 
	float:right;
}
#header #searchform {
	position: relative;
	width:480px; 
	height: 40px;
	overflow: hidden;
	border: 1px solid #00cc66; 
	box-sizing: border-box;
}
#header #keyboard {
	border: none;
	color:#999;
	font-size: 15px;
	width:380px; 
	height:40px; 
	text-indent: 15px;
	line-height: 40px;
	float: left;
	transition: all 0.2s;
}
#header #keyboard:focus{
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.13) inset;
}
#header .search_key{
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	position: absolute;
	top: 0;right: 0;
	background-color: #00cc66;
	color: #fff;
}
#header #search ul {
	overflow: hidden;
}
#header #search ul li{
	float: left;
}
#header #search ul li:first-child{
	float: left;
	margin-left: -10px;
}
#header #search ul li a{
	float: left;
	padding:0 10px;
	font-size: 14px;
	color:#666;
	line-height: 30px;
}
#header #search ul li a:hover{
	color: #19b955;
}
/*nav*/
#nav { 
	width: 100%; 
	min-width:1200px; 
	height: 48px; 
	background: #19b955; 
}
#nav .nav1 {
	overflow: hidden;
	width:1200px; 
	height:48px; 
	margin:0 auto; 
	font-size:17px; 
}
#nav .nav1 ul{
	overflow: hidden; 
}
#nav .nav1 ul li {
	float:left; 
}
#nav .nav1 ul li a {
	float: left; 
	line-height: 48px;
	color:#fff; 
	padding:0 33px;
	text-align: center; 
}
#nav .nav1 ul li .navs{
	background:#19a52f; 
}
#nav .nav1 ul li a:hover { 
	background:#19a52f;
}


/*底部*/
.footers{
	overflow: hidden;
	width: 100%;
	margin:0 auto 35px;
	border-top:1px solid #ddd;
}
.footersC{
	overflow: hidden;
	width: 600px;
	margin:30px auto;
}
.footersC li{
	float: left;
	overflow: hidden;
	height: 16px;
	border-right:1px solid #f7f7f7;
}
.footersC li a{
	float: left;
	line-height: 16px;
	font-size: 14px;
	color: #333;
	padding:0 20px;
}
.footersC li a:hover{
	color: #f00;
}
.footers p{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	text-align: center;
}
.footers p a{
	color: #999;
}

/*无冲突*/
/*fengxu 2018年8月17日15:52:37*/
/*newheader*/
#newheader {
	margin:30px auto 10px;
	width:1200px; 
	overflow: hidden; 
}
#newheader #logo{
	width: 178px; 
	height: 60px; 
	float: left;
}
#newheader #search {
	width:480px; 
	float:right;
}
#newheader #searchform {
	position: relative;
	width:480px; 
	height: 40px;
	overflow: hidden;
	border: 1px solid #00cc66; 
	box-sizing: border-box;
}
#newheader #keyboard {
	border: none;
	color:#666;
	font-size: 15px;
	width:380px; 
	height:40px; 
	text-indent: 15px;
	line-height: 40px;
	float: left;
	transition: all 0.2s;
}
#newheader #keyboard:focus{
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.13) inset;
}
#newheader .search_key{
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	position: absolute;
	top: 0;right: 0;
	background-color: #00cc66;
	color: #fff;
}
#newheader #search ul {
	overflow: hidden;
}
#newheader #search ul li{
	float: left;
}
#newheader #search ul li:first-child{
	float: left;
	margin-left: -10px;
}
#newheader #search ul li a{
	float: left;
	padding:0 10px;
	font-size: 14px;
	color:#666;
	line-height: 30px;
}
#newheader #search ul li a:hover{
	color: #19b955;
}
/*nav*/
#newnav { 
	width: 100%; 
	min-width:1200px; 
	height: 48px; 
	background: #19b955; 
}
#newnav .nav1 {
	overflow: hidden;
	width:1200px; 
	height:48px; 
	margin:0 auto; 
	font-size:17px; 
}
#newnav .nav1 ul{
	overflow: hidden; 
}
#newnav .nav1 ul li {
	float:left; 
}
#newnav .nav1 ul li a {
	float: left; 
	line-height: 48px;
	color:#fff; 
	padding:0 35px;
	text-align: center; 
}
#newnav .nav1 ul li .navs{
	background:#19a52f; 
}
#newnav .nav1 ul li a:hover { 
	background:#19a52f;
}


/*最新*/
#newsnav{
	height: 40px; 
	border-bottom:1px solid #eee; 
}
#newsnav .nav_news {
	overflow: hidden;
	width:1200px; 
	margin:0 auto; 
}
#newsnav .nav_news li{
	float: left;
}
#newsnav .nav_news li a{
	float: left;
	font-size: 14px;
	color:#666;
	line-height:40px; 
	padding:0 15px;
}
#newsnav .nav_news li a:hover{
	color:#19a52f;
}
#newsnav .nav_news li:first-child a{
	float: left;
	font-size: 14px;
	color:#19a52f;
	line-height:40px; 
	padding:0 15px;
}
/*底部*/

/*底部*/
.newfooters{
	overflow: hidden;
	width: 100%;
	margin:0 auto 35px;
	border-top:1px solid #ddd;
}
.newfootersC{
	overflow: hidden;
	width: 600px;
	margin:30px auto;
}
.newfootersC li{
	float: left;
	overflow: hidden;
	height: 16px;
	border-right:1px solid #f7f7f7;
}
.newfootersC li a{
	float: left;
	line-height: 16px;
	font-size: 14px;
	color: #333;
	padding:0 20px;
}
.newfootersC li a:hover{
	color: #f00;
}
.newfooters p{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	text-align: center;
}
.newfooters p a{
	float: left;
	color: #999;
}

#gotoBox{
	display: none;
	position: fixed;
	bottom: 330px;
	left: 50%;
	cursor: pointer;
	margin-top: -50px;
	margin-left: 660px;
	width: 41px;
}
#gotoBox a, #gotoBox i {
    display: block;
    line-height: 36px;
    height: 36px;
    width: 30px;
    padding: 3px 5px;
    font-style: normal;
    text-align: center;
    background: #fafafa;
    border: 1px solid #eee;
    font-size: 14px;
}
#gotoBox a {
    margin-bottom: 7px;
}
#gotoBox a:hover{
   background: #00be06;
   color: #fff;
}
#gotoBox .cur{
	color: #5fb733;
}
#gotoBox i {
    background: url(../images/gtp.gif) 0 0 no-repeat;
    border: none;
    padding: 4px 6px;
}
#gotoBox i:hover{
    background-position: 0 -44px;
}
#gotoBox i.curs{
    background-position: 0 -44px;
}


/*面包屑导航*/
.positions{
	width: 1200px;
	margin: 0 auto;
	line-height: 16px;
	font-size: 12px;
	color:#999;
	padding:18px 0;
}
.positions img{
	float: left;
	margin-right: 5px;
}
.positions span,.positions a{
	display: inline-block;
	margin-right: 5px;
	color:#999;
}
.positions a:hover{
	color:#f00;
}

.contains{
	width: 1200px;
	margin:0 auto 20px;
	overflow: hidden;
}

/*通用板式设置*/
.main910{
	width: 910px;
	overflow: hidden;
}
.main860{
	width: 860px;
	overflow: hidden;
}
.aside300{
	width: 300px;
	overflow: hidden;
}
.aside250{
	width: 250px;
	overflow: hidden;
}

/*分页*/
.scott { width: 910px; padding-top:16px; margin: 10px 0 20px; text-align: center; float: right;}
.scott a { border: 1px solid #DDDDDD; padding: 6px 12px;color:#aaa;font-size: 14px; margin:0 6px; text-decoration: none;}
.scott a:hover { border: 1px solid #85BD1E; background: #F1FFD6; color: #638425;}
.scott a:active { border: 1px solid #85BD1E; background: #F1FFD6; color: #638425;}
.scott span.current { font-size: 14px;border: 1px solid #39B51F; padding: 6px 12px; color: #FFF; background: #39B51F; margin:0 6px;}
.scott span.disabled { border: 1px solid #F3F3F3; padding: 6px 12px; margin:0 6px; color: #CCCCCC;}
.scott a.current { font-size: 14px;border: 1px solid #39B51F; padding: 6px 12px; color: #FFF; background: #39B51F; margin:0 6px;}
.scott a.disabled { border: 1px solid #F3F3F3; padding: 6px 12px; margin:0 6px; color: #CCCCCC;}
.scott .last,.scott .end,.scott .first,.scott .next{color: #39B51F;}



#con4 .con4_right .soft_web {
    padding: 12px 0 5px;
}
#con4 .con4_right .soft_web h4 a{
    font-size: 14px;
    line-height:2;
}


.about_tabs { width: 170px; float: left; text-align: center; font-size: 16px; line-height: 42px; background-color: #f9f9f9; }
.about_tabs li { cursor: pointer; }
.about_tabs li.on { color: #fff; background-color: #518ABC; }

.about_sheet { margin-left: 210px; display: none; min-height: 500px; }
.about_sheet h1 { font-size: 20px; font-weight: bold; border-bottom: 1px solid #eee; padding: 5px 0 10px; }
.about_sheet p { font-size: 14px; line-height: 36px; color: #333; }
.about_sheet strong { font-size: 16px; font-weight: bold; padding: 20px 0 5px; display: block; }
.about_sheet img { margin-bottom: 20px; }
.about_sheet .links { overflow: hidden; }
.about_sheet .links li { width: 16.66%; float: left; }
.about_sheet .links li a { font-size: 14px; line-height: 36px; }

/* 软件提交 */
.pubtitle { font-size: 20px; font-weight: bold; border-bottom: 1px solid #eee; line-height: 2; }

.pub p { font-size: 14px; line-height: 1.8; margin: 8px 0 5px; }
.pub .session { margin-top: 30px; border: 1px solid #eee; }
.pub .session h2 { font-size: 16px; background-color: #f7f7f7; font-weight: bold; line-height: 2; padding-left: 15px; border-bottom: 1px solid #eee; }
.pub .session p { padding-left: 15px; }

#formDiv { *zoom: 1; width: 81%; }

.form { font: 14px Arial, Helvetica, sans-serif; color: #444; position: relative; left: 20px; top: 15px; }

.form tr { height: 42px; }

.form .tright { float: right; line-height: 40px; padding-right: 12px; letter-spacing: 1px; text-align: right; *width: 120px; }

.form input[type="text"], .form textarea, .form select { padding: 3px 0 3px 6px; border: 1px solid #E5E5E5; background: #fdfdfd; height: 25px; line-height: 15px; }

.form input[type="text"]:hover, .form textarea:hover, .form select:hover { background: #fafafa; }

.form input[type="radio"] { font-weight: 400; margin: 0px 6px 0 20px; }

#cj1 { margin-left: 0; }

.form textarea { height: 100px; padding: 5px 0 0 5px; margin-bottom: 4px; margin-top: 8px; line-height: 18px; }

.form textarea.jie { height: 50px; line-height: 18px; }

.form select { width: 50%; line-height: 16px; }

.form span { color: #ADADAD; margin-left: 10px; }

.fg { padding-top: 20px; }

.sub { background: #518ABC; border: none; color: #FFF; padding: 8px 60px; border-radius: 3px; font-size: 18px; margin: 25px 0 18px 135px; cursor: pointer; }

.sub:hover { background: #439631; }

input, label { vertical-align: middle; font-weight: normal; }

.succ { margin-left: 80px; background: url(../images/commitsucc.png) no-repeat 20px 40px; }

.succ i.con { font-size: 32px; color: #555555; font-style: normal; display: block; margin-left: 160px; line-height: 180px; }
.about_sheet a:hover{
    color: red;
}
/* 开发妹原创源码 唯一官网：www.kaifamei.com QQ:208115365*/