@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none
}
body {
	background-color: #f2f2f2;
	font-size: 14px;
	font-family: "Hiragino Sans GB", "Microsoft Yahei", '\5B8B\4F53';
	overflow-x: hidden
}
.fl {
	float: left
}
.fr {
	float: right
}
.qc {
	clear: both;
}





.hcsj {     color: #a4cfff;}



.top {
	color: #777777;
	border-bottom: 1px solid #f2f2f2;
	background: #f8f8f8;
	height: 34px;
	line-height: 34px;
}
.head {
	background-color: #fff;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
	clear: both;
}
.logo {
	height: 46px;
	padding: 25px 0 30px 25px;
}
#logo {
	display: block;
	width: 320px;
	height: 46px;
	background: url(logo.png) no-repeat;
}
.seach {
	padding: 28px 0 0 250px;
}
.seach #search_form_input {
	width: 420px;
	border: 1px solid #2361ad;
	border-radius: 6px 0 0 6px;
	height: 36px;
	line-height: 36px;
}
.seach #search_form_submit {
	width: 120px;
	border-radius: 0 6px 6px 0;
	height: 48px;
	line-height: 48px;
	background-image: none;
	font-size: 18px;
	text-indent: 0;
	background-color: #2f79d5;
}
.seach {
	padding: 25px 0 0 100px;
}
#search_form_input {
	float: left;
	display: inline;
	width: 578px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	padding: 5px 60px 5px 5px;
	background: #fff;
	border: 1px solid #ccc;
	border-right: 0 none;
	color: #333;
	border-radius: 2px 0px 0px 2px;
}
#search_form_submit {
	float: left;
	width: 130px;
	height: 44px;
	border: 0 none;
	cursor: pointer;
	background: #1c8eff url(../images/sc_icon.png) no-repeat 52px 10px;
	color: #fff;
	text-indent: -99999px;
}
.nav {
	height: 50px;
	background-color: #2f79d5;
}
.nav ul {
}
.nav ul li {
	float: left;
	line-height: 50px;
	font-size: 16px;
	padding: 0 22px;
	display: block;
	list-style: none
}
.nav ul li:hover, .Paynav ul li.press {
	background-color: #296ad0;
}

.nav ul li.hover {
    background-color: #235bb3;
}


.nav ul li a {
	color: #FFF;
	text-decoration: none;
}
.bg {
	background-color: #fff;
}
.in {
	background-color: #fff;
	padding: 12px 10px;
	color: #999;
	font-weight: normal;
	margin: 20px 0;
}
.in a {
	color: #999;
}
.footer {
	text-align: center;
	padding: 30px 0;
	border-top: 1px solid #e5e5e5;
}
.footer p {
	line-height: 22px;
	color: #666666;
}
.footer p a {
	color: #666666;
}
.footer p a:hover {
	color: #ff0000;
}










/* searchbox */
.searchbox{width:648px;height:80px;margin:40px auto 0 auto;}
.border1{     height: 35px;
    width: 648px;
    list-style: none;}
.border1 li{ float:left}
.border1 li a{ float:left; line-height:35px; padding:0 20px; text-decoration:none; color:#fff; font-size:18px; font-weight:bold;}



.searchbox ul li a.hover {
    color: #000;
    background: #fff;
}












.s1 {
	height: 445px;
	background-image: url(home_head_bg.png);
	background-position: center;
	background-size: cover;
	background-color: #1373e2;
}

.s1-2 {
    padding-top: 40px;
}
.s1-1 {
	width: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.18);
}
.more ul li {
	float: left;
	margin-left: 20px;
	line-height: 60px;
}
.more ul li a {
	color: #fff;
}
.left {
	float: left;
}
.right {
	float: right;
}
.mod-search {
	padding: 45px 0 50px;
}
.searchTitle {
	padding-bottom: 45px;
}
.mod-search .searchTitle {
	color: #fff;
	line-height: 50px;
	text-align: center;
	padding: 0 0 40px;
}
.fn-arial {
	font-family: arial;
}
.fn54 {
	font-size: 54px;
}
.fn46 {
	    font-weight: 500;
        font-size: 40px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}
.mod-search .searchBox {
	width: 648px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 30px;
}
.mod-search .ui-input {
	width: 498px;
	height: 26px;
	padding: 10px 15px;
	border-right: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.ui-input {
	height: 14px;
	line-height: 14px;
	padding: 8px 10px;
	background: #fff;
	border: 1px solid #e9e9e9;
	color: #666;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	transition: all All .3s ease-in-out ease-in-out;
}
.ui-input, .ui-textarea {
	-webkit-transition: all All .3s ease-in-out ease-in-out;
	-moz-transition: all All .3s ease-in-out ease-in-out;
	-o-transition: all All .3s ease-in-out ease-in-out;
	float: left;
}
.fn16 {
	font-size: 16px;
}
.mod-search .ui-btn-big {
	font-size: 22px;
	height: 48px;
	line-height: 48px;
	width: 118px;
	border-radius: 0 2px 2px 0;
}
.ui-btn-big {
	padding: 0;
	height: 44px;
	line-height: 44px;
	width: 147px;
	font-size: 18px;
}
.ui-btn {
	background: #5090fc;
	border: 1px solid #5090fc;
	color: #fff;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: visible;
	padding: 0 15px;
	transition: all .3s ease-in-out;
}
.list-whoischeck {
	width: 644px;
	position: absolute;
	font-size: 14px;
	background-color: #fff;
	z-index: 99;
	max-height: 160px;
	overflow-y: auto;
	border: 1px solid #e9e9e9;
	display: none;
}
.ui-input:focus, .ui-input:hover {
	border-color: #0e77cc;
	-webkit-box-shadow: 0 0 3px #0e77cc;
	-moz-box-shadow: 0 0 3px #0e77cc;
	box-shadow: 0 0 3px #0e77cc;
}
.s2 {
	padding:  0px;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.text-center {
	text-align: center;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left;
}



/*--------*/

.banner-1 {
    height: 120px;
    background: url(/skin/banner-1.jpg) center;
}


.banner-1 .title {
    padding-top: 30px;
    text-align: center;
	  width: 1280px;
    margin: auto;
}


.banner-1 .title h2 {
    font-size: 30px;
    font-weight: normal;
    line-height: 35px;
    color: #333;
}

.banner-1 .title p {
    font-size: 14px;
    color: #999;
}

/*--------*/




.box {

padding: 15px 30px;
    background-color: #fff;
  
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
	margin-bottom:20px;
}

.stitle {
	    border-bottom: 1px solid #e5e5e5;
    height: 45px;
}

.stitle strong{
    border-bottom: 2px solid #266ee8;
    height: 43px;
    line-height: 2.38;
    font-size: 16px;
    font-weight: normal;
}


.stitle .fr {

    padding-top: 12px;

}

.stitle .fr a {color: #2671e7;
    text-decoration: none;font-size: 16px;}

	
	.stitle .fr a:hover {
    color: #f00;
}
	.boxin {padding-top: 20px;
    padding-bottom: 10px;}
	
	
	
 .gjc{ }
    .gjc li{ display: block; float: left; width: 161px; height: 40px;overflow: hidden; box-sizing: border-box;line-height: 2.9; text-align: center; border: 1px solid #e5e5e5; border-radius: 4px; margin: 10px 15px;}
    .gjc li:nth-of-type(6n+0){ margin-right: 0;}
    .gjc li:nth-of-type(6n+1){ margin-left: 0;}
    .gjc li a{ display: inline-block; color: #333;padding-right: 4px;}
    .gjc li:hover{ border: 1px solid #4186e6; text-decoration: none;}
    .gjc li:hover a{ text-decoration: none; color: #4186e6; padding-right: 4px;}
    .gjc li:last-child{ padding: 0;}
	

/*--------*/

	.b1-1 {width:860px; }
		.b1-2 {width:320px}
		.wlist {padding: 0 0 0 25px;}
		
		.wlist ul li {
    padding: 7px 0 3px 0;
    position: relative;
	line-height: 28px;
}

.wlist ul li .title {
    position: relative;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

.wlist ul li .time {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #8590a6;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.wlist ul li .title h4 {
    text-align: justify;
    color: #303030;
    cursor: pointer;
    font-size: 16px;
}

.wlist ul li .title h4 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24px;
    max-height: 24px;
    line-height: 24px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #2c2e3b;
}
.wlist ul li .title a:hover {
    color: #06c;
}
.wlist ul li .title h4 a span {
    color: #8590a6;
    font-size: 14px;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* display: none; */
}
.wlist ul li .title .toggle {
    position: absolute;
    left: -25px;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e6f1fb;
    cursor: pointer;
}
.wlist ul li .title .toggle:after, .wlist ul li .title .toggle:before {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    top: 50%;
    content: " ";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #06c;
    z-index: 2;
    opacity: .4;
}
.wlist ul li .title .toggle:after, .wlist ul li .title .toggle:before {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    top: 50%;
    content: " ";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #06c;
    z-index: 2;
    opacity: .4;
}
.wlist ul li:last-child {
    padding-bottom: 0;
}

.wlist ul li .title h4 a span {
    color: #8590a6;
    font-size: 14px;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* display: none; */
}
		
		h4 {font-weight: 400;
    color: #2c2e3b;
    font-size: 24px;
    line-height: 1.35;}



/*--------*/

	
		.wtj {}
		.wtj li {
		
		line-height: 28px;
    padding: 7px 0 3px 0;
    height: 28px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #303030;
    cursor: pointer;
    font-size: 14px;
}

.wtj li:first-child  { margin: 0;}
.wtj li i {
    display: none;
}


.wtj li a:hover {
    color: #06c;
    text-decoration: none;
}



/*--------*/

	.b2-1 {width:320px; }
		.b2-2 {width:860px}
		.wtj {}
		.wtj li {
		
		line-height: 28px;
    padding: 7px 0 3px 0;
    height: 28px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #303030;
    cursor: pointer;
    font-size: 14px;
}

.wtj li:first-child  { margin: 0;}
.wtj li i {
    display: none;
}


.wtj li a:hover {
    color: #06c;
    text-decoration: none;
}


/*--------*/

		.wlist {padding: 0 0 0 25px;}
		
		.wlist ul li {
    padding: 7px 0 3px 0;
    position: relative;
	line-height: 28px;
}

.wlist ul li .title {
    position: relative;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

.wlist ul li .time {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #8590a6;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.wlist ul li .title h4 {
    text-align: justify;
    color: #303030;
    cursor: pointer;
    font-size: 16px;
}

.wlist ul li .title h4 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24px;
    max-height: 24px;
    line-height: 24px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #2c2e3b;
}
.wlist ul li .title a:hover {
    color: #06c;
}
.wlist ul li .title h4 a span {
    color: #8590a6;
    font-size: 14px;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* display: none; */
}
.wlist ul li .title .toggle {
    position: absolute;
    left: -25px;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e6f1fb;
    cursor: pointer;
}
.wlist ul li .title .toggle:after, .wlist ul li .title .toggle:before {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    top: 50%;
    content: " ";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #06c;
    z-index: 2;
    opacity: .4;
}
.wlist ul li .title .toggle:after, .wlist ul li .title .toggle:before {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    top: 50%;
    content: " ";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #06c;
    z-index: 2;
    opacity: .4;
}
.wlist ul li:last-child {
    padding-bottom: 0;
}

.wlist ul li .title h4 a span {
    color: #8590a6;
    font-size: 14px;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* display: none; */
}
		
		h4 {font-weight: 400;
    color: #2c2e3b;
    font-size: 24px;
    line-height: 1.35;}


/*--------*/


	
		
.danye {
	margin: 10px 0;
	background-color: #FFF;
}
.danye-l {
	width: 280px;
	float: left;
	background-color: rgba(245, 245, 245, 0.32);
}
.danye-r {
	width: 860px;
	float: left;
}
.danye-l ul li {
	height: 60px;
	border-right: 1px solid #f5f5f5;
	border-left: 2px solid #FCFCFC;
	line-height: 60px;
	color: #333;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #f5f5f5;
}
.danye-l ul li:hover {
	border-right: 1px solid #fff !important;
	border-left: 2px solid #296ad0 !important;
	background-color: #296ad0 !important;
	color: #fff !important;
}


.danye-l ul li.active {
	border-right: 1px solid #fff !important;
	border-left: 2px solid #296ad0 !important;
	background-color: #296ad0 !important;
	color: #fff !important;
}

/*.active {
	background-color: #296ad0 !important;
	color: #fff !important;
	border-right: 1px solid #fff !important;
	border-left: 2px solid #296ad0 !important;
}*/
.danye-r {
	padding: 0 30px;
}
.danye-t {
	border-bottom: 1px solid #f0f0f0;
}
.danye-bt {
	border-bottom: 2px solid #296ad0;
	float: left;
	line-height: 58px;
	font-size: 20px;
	padding: 0 25px;
}
.danye-c {
	min-height: 400px;
	margin: 10px 0;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	
}

.danye-c p { 
text-indent: 2em;    line-height: 28px;
    margin: 10px 0px !important;
    font-size: 16px;}

		.danye-l .bt {   line-height: 60px;
    height: 60px;
    background: #ffffff;
    color: #296ad0;
	    border-bottom: 1px solid #f0f0f0;
    font-size: 24px;
    text-align: center;}
		


/*--------*/

	
		
.help-list {
	font-size: 16px;
	padding: 0px 0;
	overflow: hidden;
}
.help-list li {
	border-bottom: 1px dotted #DCDCDC;
	height: 50px;
	line-height: 50px;
}
.help-list li i {
	background: #d9d9d9;
	display: inline-block;
	height: 4px;
	margin: 8px 10px;
	vertical-align: text-top;
	width: 4px;
}
.help-list li:hover i {
	background-color: #F00;
}
/*     biao     */



/*--------*/

	
		
		
/*   文章页 开始*/


.article { margin:20px 0; }
.article .a-fl { width:820px; padding:20px; float:left; background:#fff;}


.article .a-fr { width: 320px;
    float: right;
}

.yt {
	text-align: center;
	border-bottom: 1px dotted #ddd;
	margin: 0 10px;
}
.yt h1 {
	margin: 15px 0;
	font-size: 24px;
}
.xx {
	margin-bottom: 5px;
	    text-align: center;
}
.yt span {
	margin: 0 5px;
}
.mz {    font-size: 16px;    text-indent: 32px;
    /* font-weight: 700; */
    color: #C10000;
	border: 1px dotted #ddd;
	margin: 10px;
	padding: 10px;
}
.mz p {
	color: #A71929;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
.mz strong {       font-size: 16px;
    /* font-weight: 700; */
    color: #C10000;}
.fx {
	margin: 20px 20px;
	width:818px;
	height: 32px;
}
.zw {
	    margin: 20px 10px;
    width: 798px;
    font-size: 16px;
	line-height: 28px !important;
}

.zw p { margin: 10px 0px;}
.zw img {
	max-width:798px;
}
.pl {
	width: 818px;
	margin: 10px;
}


 .ye { margin:0 10px; height:40px;} .bianji { border: 1px dotted #ddd;text-align:center;
      margin:10px; height:37px; } .bianji span { line-height:33px; padding:0
      5px; font-weight:bold; font-size:18px; float:left;} .bianji span a { background-color:
      #2595F5; font-size: 14px; font-weight: bolder; color: #FFF; padding:2px
      19px; border-bottom:1px #009 solid;border-right:1px #009 solid; /*margin:0
      10px;*/} .bianji span a:hover {background-color: #1298d5;} 
	  
	  


/*   文章页 结束*/

		
	



/*--------*/



		 .tjgjc{ }
    .tjgjc li{ display: block; float: left; width: 120px; height: 40px;overflow: hidden; box-sizing: border-box;line-height: 2.9; text-align: center; border: 1px solid #e5e5e5; border-radius: 4px; margin: 10px 10px;}
    .tjgjc li:nth-of-type(2n+0){ margin-right: 0;}
    .tjgjc li:nth-of-type(2n+1){ margin-left: 0;}
    .tjgjc li a{ display: inline-block; color: #333;padding-right: 4px;}
    .tjgjc li:hover{ border: 1px solid #4186e6; text-decoration: none;}
    .tjgjc li:hover a{ text-decoration: none; color: #4186e6; padding-right: 4px;}
    .tjgjc li:last-child{ padding: 0;}
	
		



/*--------*/


		.gjlist li {
    background-color: #fff;
    overflow: hidden;
    display: inline-block;
    float: left;
}
		
		
		.gjlist li a {
    border: 1px solid #eee;
    width: 153px;
    display: inline-block;
    float: left;
    padding: 30px 15px 30px 100px;
    position: relative;
}



.gjlist li .icoapi {
    position: absolute;
    left: 20px;
    top: 25px;
    width: 60px;
    height: 60px;
    line-height: normal;
}


.gjlist li.t {
    color: #333333;
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 6px;
}

.gjlist li.i {
    color: #999999;
}


.gjlist li { margin:10px;}
.gjlist li:nth-of-type(4n+1) {

margin-left:0px;

}
.gjlist li:nth-of-type(4n+0) {

margin-right:0px;

}



.gjlist li a:hover {
    border: 1px solid #89bffa;
}

.gjlist li a:hover .t {
    color: #2196f3;
}
	



/*--------*/





		 .link{ }
    .link li{ display: block; float: left; width: 120px; height: 40px;overflow: hidden; box-sizing: border-box;line-height: 2.9; text-align: center; border: 1px solid #e5e5e5; border-radius: 4px; margin: 10px 10px;}
 
    .link li a{ display: inline-block; color: #333;padding-right: 4px;}
    .link li:hover{ border: 1px solid #4186e6; text-decoration: none;}
    .link li:hover a{ text-decoration: none; color: #4186e6; padding-right: 4px;}
    .link li:last-child{ padding: 0;}
	