﻿@charset "utf-8";
/* CSS Document */
/* 全局公共样式的设定 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd {margin: 0;padding: 0px;border: 0;}
body {  color: #444;  font: 16px Arial, '微软雅黑';  font-family: '微软雅黑', 'Arial Narrow', HELVETICA;}
li {  list-style-type: none;}
h1,h2,h3,h4,h5,h6 {  font-size: 16px;  font-weight: normal;  margin: 0px;  padding: 0px;}
input,button,textarea,select {  font: 100% Arial, '微软雅黑';}

/* 默认全局样式超链接样式*/
a:link {color: #444;text-decoration: none;} /* 链接基本样式 */
a:visited {  color: #444;  text-decoration: none;
} /* 链接点击过后的样式 */
a:hover {/*color: #e61101;*/  text-decoration: none;  cursor: pointer;} /* 链接移上时的样式 */
a:active {color: #e61101;text-decoration: none;} /* 链接点击时的样式 */

/* 其它常用样式的定义 */
.fl {  float: left;}
.fr {  float: right;}
.clear {  clear: both;}
.noBorder {  border: none;}
img,li {  vertical-align: top;} /* 解决图片和LI的高度空隙问题 */

@font-face{
	font-family: syst;
	src:url('../fonts/思源宋体SC-Heavy.otf');
	}

body{ background: url('../images/body-bg.jpg') no-repeat top center;background-color:#fff;/*min-width: 1250px;*/}
/*--基本输入框--*/
.from-control{ border:none; color:#444; outline:none; font-size:14px;}
.btn-default,.btn{ border:none; outline:none; cursor:pointer;}

input.formcolumn{ border:none; background:none; outline:none;}


ul {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}

.all {
  width: 100%;
}
.hd {
  width: 100%;
}
.bd {
  width: 100%;
}
.from-control {
  border: none;
  color: #444;
  outline: none;
 background: none;
}
.btn {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}

/* 单行文本溢出 */
.es {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.es-2 {
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /*数字是几就显示几行*/
  -webkit-box-orient: vertical;
  word-break: break-word;
}

/* 旋转180deg */
.rotateZ-180 {
  transform: rotateZ(-180deg);
}

.radius5{border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
/* 内容区域样式 */
.contentBox {width:97%;  margin: 0 auto;}

/*--布局--*/
.df-jcsb{display: flex;justify-content: space-between;flex-direction: row;flex-wrap: wrap;}
/*#container{display: grid;min-height: 100vh;}*/
.newlist{ width:100%;}
.newlist li{ overflow:hidden; zoom:1; line-height:35px; background:url(../images/arrow1.jpg) no-repeat left; padding:0 10px 0 15px; font-family:"微软雅黑";}
.newlist li:hover{background:url(../images/arrow2.jpg) no-repeat left;transition: 400ms;}
.newlist li a{ display:inline-block; float:left; width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newlist li span{ width:80px;float:right; color:#666; text-align:right;  font-size:15px; font-family:"Arial"}
.newlist li.line2{border-bottom:1px dashed #d2d2d2; height:1px; margin:5px 0px; background:none;}
.newlist li.line1 {border-bottom: 1px dashed #d2d2d2;margin: 10px 0;height: 1px !important;background: none !important;}


.mainCenterOne,.mainCenterTow,.mainCenterThree,.ContentPage{ width:100%;box-sizing: border-box;}
.mainCenterTow,.mainCenterThree,.margtop{margin-top:10px;}

.subCenterTow{width:100%;  background: url(../images/lmkuaibg.jpg) repeat-y center;padding:10px 0;}

.smallTit{ width:100%; height: 50px; background: url(../images/lin5.jpg) repeat-x bottom; position: relative;}
.smallTit ul{ width:100%;}
.smallTit ul li{ float: left; height: 50px;line-height: 35px; margin-right:9%;  color: #605f5f; font-size: 19px;}
.smallTit ul li a{ color:#605f5f;}
.smallTit ul li.on,.smallTit ul li:hover{  background: url(../images/lin6.jpg) no-repeat center bottom;;}
.smallTit ul li.on a,.smallTit ul li:hover a{color: #1471d3; font-weight: bold;transition: 400ms;}

.mt15{margin-bottom:15px;}

/*---当前位置---*/
.location{ width:100%; line-height:45px; height:45px; background:url(../images/location.jpg) no-repeat left;  padding-left:4%; color:#939292;margin-bottom:10px;margin-top:-5px;font-size: 14px; box-sizing: border-box;}
.location a{ margin:0px 5px; color:#939292;}



/* 头部样式 */
.page-header {width: 100%;}
.header-container{ width:100%;  line-height: 35px; font-size: 16px; color: #fff;margin-top:5px; }
.hc-left-box{ line-height: 35px;}
.hc-left-box a{ color: #fff; background: url(../images/top-line1.jpg) right no-repeat; padding-right:8px; margin-right:8px;}
.hc-left-box a:last-child{ background: none;}


.hc-right-box{text-align: right;}
.hc-right-box li{ float: left;margin-right:22px; }
.hc-right-box li a{ color: #fff;}
.hc-right-box li i{margin-right:5px; font-size: 20px;}

.topModule{ width:100%;}
.logoMenu{ width:100%; margin-top:4%;}
.logoBox{ width:401px;}
.logoBox img{ width:100%;}
.headerNav{ padding-top:11px;}
.headerNav li{ float: left; padding-top:10px;  height: 40px; line-height: 40px; margin: 0 10px; padding:0 10px 14px 10px; font-size: 24px; font-weight: bold;}
.headerNav li a{ color: #fff;}
.headerNav li:hover,.headerNav li.active{ background: url(../images/menu-line.png) no-repeat center bottom;}
.headerNav li:hover a,.headerNav li.active a{ color: #fff;}

.menuIpad { width: 100%;}
.menuIpad ul li{ width:12.5%; text-align: center; margin: 0;padding:0; padding-bottom:14px; font-size: 20px;}

.sy-select-box{ width:68%; margin: 0 auto; margin-top:6%;}
.searchframe{width:100%;background: url(../images/search-bg.png) repeat; padding:7px; box-sizing: border-box; border-radius:30px; -webkit-border-radius:30px; -moz-border-radius:30px; position: relative;}
.search-box{ width:79%;height: 44px;margin-left:7px; }
.search-box input{display: block; width:100%; height: 44px; line-height: 44px;text-indent:5px; font-size: 16px;}

.search-but{ width:124px; position: absolute; top:7px; right:7px; height: 44px;background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feaf1d), color-stop(100%,#fe9a18));
background: -webkit-linear-gradient(left,#feaf1d,#fe9a18);
background: -o-linear-gradient(left,#feaf1d,#fe9a18);
background: -moz-linear-gradient(left,#feaf1d,#fe9a18);
background: -mos-linear-gradient(left,#feaf1d,#fe9a18);
background: -ms-linear-gradient(left,  #feaf1d  0%,#fe9a18 100%);
background: linear-gradient(left,#feaf1d,#fe9a18);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feaf1d', endColorstr='#fe9a18',GradientType=1 );border-radius:30px;}
.search-but input{ background:none; width:100%; display: block; line-height: 44px; color: #fff; letter-spacing: 10px; 
	background: url(../images/search-fdj.png) no-repeat 16px 13px; text-indent: 30px;}
.search-hot-list{ width:90%;margin: 0 auto;height: 32px; background: url(../images/search-hotci-bg.png) no-repeat center;margin-top:15px;
 font-size: 16px; line-height: 32px; padding-left: 20px; box-sizing: border-box;}
.search-hot-list li{ float: left; margin: 0 10px; color: #fff;}
.search-hot-list li a{ color: #fff;}


.logoMenu{margin-top:2%;}	
	
.logoBox{ width:401px; margin: 0 auto; margin-top:2.5%;}



.subStane,.subStaneTow{ background: #fff;padding:10px 12px; box-sizing: border-box;}
.subStaneTow{ background: none;padding:5px 20px;}

.mainBox{ min-height: 500px;margin-top:5%;}

.subpageTit{ width:100%; height: 40px;margin-bottom:15px; border-bottom: 1px solid #8eb3e1; background: url(../images/subpagetit-bg.jpg) no-repeat right 0px;padding-bottom:5px; }
.subpageTit h3{ display:inline-block; line-height: 40px; padding-right:20%; background: url(../images/subpagetit-bg2.jpg) no-repeat right top; font-size: 22px; font-weight: bold; color: #0b59bd;}
.subpageTit h3 span{ color:#d2221d;min-width: 120px;}



/*--页脚--*/
.pageFooter{ background: #1b65b2; width:100%; margin-top:25px; padding:1px 0 15px 0;}

.friendlink{ width:100%; padding:12px 0;background: #276db6; color: #fff;}
.friendlink ul{ overflow:inherit; justify-content: flex-start;}
.friendlink li{ width:15.6%;background:#3274ba; height: 33px; border: 1px solid #4e87c8;line-height:33px; text-indent:15px; font-size:15px; position:relative; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;margin:0 0.5%; }
.friendlink li:first-child{margin-left:0;}
.friendlink li:last-child{margin-right:0;}
.friendlink li span{ display: block; width:94%;background:url(../images/foot-arrow.png) no-repeat right;padding:0 5.5% 0 1.5%; box-sizing: border-box;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.friendlink li a{ color:#444;}
.friendlink li.last{ background: none;}


.friendlink li:link a { display:block;width:100%; }
.friendlink li:link ul,.friendlink li:link ul {display:block; position:absolute; width:100%; bottom:35px; left:0; background:#f5f5f5; z-index:9999; border:1px solid #f1f1f1; }
.friendlink li:link ul li { width:auto!important;padding:0px 5px;line-height:38px !important; background:none !important; border:none !important;text-indent:30px;}
.friendlink li:link ul li a { display:block; width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.friendlink li:link ul li:link a {background:#dcdcdc; color:#444;}

.friendlink li ul{z-index: -1;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #ddd;
	background-color: #fff;
	opacity: 0;
	transform: translate(0, 3px);
	transition: opacity, transform 0.3s;
}
.friendlink li:hover ul {z-index: 9;
	opacity: 1;
	transform: translate(0, 0);}

.links_box .links_list > li a {
	position: relative;
	display: inline-block;
	width: 100%;
	background-color: #e8eff4;
	line-height: 40px;
	text-align: left;
	padding-left: 1em;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.links_box .links_list > li a:hover {
	color: #0052b6;
}
.links_box .links_list > li ul {
	z-index: -1;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 40px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #ddd;
	background-color: #fff;
	opacity: 0;
	transform: translate(0, 3px);
	transition: opacity, transform 0.3s;
}
.links_box .links_list > li ul li {
	border-top: 1px solid #ddd;
}
.links_box .links_list > li:hover ul {
	z-index: 9;
	opacity: 1;
	transform: translate(0, 0);
}

@media (max-width:998px){
	.subpageTit h3{padding-right:23%;}
	.header-container{ font-size: 18px;}
	.hc-right-box li{ float: left; margin-right:22px;}	
}


/*--版权---*/
.copyright{ width:100%; text-align: center;}
.copyright .contentBox{ justify-content: space-around;position: relative;}
.copytu{ max-width:110px; text-align:right; margin-top:15px; color: #fff; position: absolute;top:5%}
.copyright .ftleft{left:2%;}
.copyright .ftright{ right:2%; }

.copywen{ width:80%; margin: 10px auto;font-size:14px; line-height:24px;text-align:center;}
.coylink{ line-height:24px;color: #fff; }
.coylink a{ margin:0 10px; color: #fff;}
.yejwen{ width:100%; text-align:center;color: #fff;}
.yejwen a{color: #fff;}
.yejwen img{ margin:0 5px; vertical-align:middle;}


.copywen{ width:100%;font-size: 12px;}
.copytu{ position: static; display: inline-block; text-align: center; margin:0 10px;}
.copyright .ftleft{left:inherit;}	


.copywen{ width:100%; font-size: 12px;}
.copytu{ position: static; display: inline-block; text-align: center;margin:0 10px;}
.copyright .ftright{right:inherit;}
	.friendlink li{ font-size: 13px;width:15.5%; text-indent: 5%;}


/*--更多--*/
.more{ width:100%;  background:#f3f3f3;padding:1% 0;line-height: 22px; text-align:center; font-size:16px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; color:#b4b4b4; overflow: hidden;zoom:1; text-align: center;margin-top:2%;}
.more a{ display:inline-block; margin: 0 auto;}
.areaCon .bd li .more a{ width: auto !important;}
.more i,.more span{ display:inline-block; float: left;}
.more i{ width: 0.7rem; height:22px;}
.more span{margin: 0 2px; line-height:22px; color:#adacac; text-transform: uppercase; font-size: 16px;}
.more i.moleft{ background: url(../images/retouch1.png) no-repeat center;}
.more i.moright{ background: url(../images/retouch2.png) no-repeat center;}



/*---翻页开始----*/
.pageBox{ width:100%; padding:10px 0; background: #f6f6f6;margin-top:20px;}
.page{  overflow:hidden;zoom:1;margin:20px auto; text-align:center; display:table ; font-size: 14px;}
.page a,.page span{ display:block; float:left;background:#fff; border:1px solid #e5e3e3;min-width:18px; height:28px;padding:0 5px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; margin-right:8px; text-align:center;  line-height:28px;}
.page a:hover,.page a.current,.page span.current{ background:#2f91e7; color:#fff; border:1px solid #2f91e7;}
a.page1{ width:51px; background:#fff;}
/*.page span{ display:block; float:left; width:130px;height:25px; line-height:25px;}*/
.page span input{ display:inline;background:none; text-align:center; width:45px; height:23px;border:1px solid #d3e6fc; line-height:23px; background:#fff; margin:0px 5px;  outline:none; color:#444;}

.social-share{float:left;}


