@charset "utf-8";

body {}

/*lgng-search satrt*/
.all-search {
	background: #d2e4ff url("../../searchbanner/1.jpg") no-repeat center center;
	background-size: cover;
	min-height: 550px;
	padding: 46px 0;
	position: relative;
	-webkit-transition: all 2000ms;
	-moz-transition: all 2000ms;
	-ms-transition: all 2000ms;
	-o-transition: all 2000ms;
	transition: all 2000ms;
}
.all-search:before {
	display: block;
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.25);
	z-index: 0;
}
.all-search .lgng-search,
.all-search .carst {
	z-index: 2;
}
.lgng-search .center input.input-text {
	display: block;
	margin: 0;
	padding: 0;
	width: 628px;
	height: 46px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 46px;
	text-align: left;
	border: none;
	border-radius: 46px 0 0 46px;
}

.lgng-search .right {
	width: 60px;
	height: 46px;
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 46px;
	color: #fff;
	background-color: #f99f0a;
	text-align: center;
	border-radius: 0 40px 40px 0;
	cursor: pointer;
}

.lgng-search .right:hover {
	/* background-color: #3e6db5; */
}

.unified-search .form {
	padding-right: 164px;
}

.unified-search {
	padding-top: 40px;
}

.unified-search .txt {
	color: #6485b8;
}

.unified-search .drop-down {
	width: 190px;
	height: 46px;
	background-color: #fff;
	border-radius: 46px 0 0 46px;
	text-align: left;
}

.unified-search .drop-down .con-txt {
	font-size: 16px;
	line-height: 46px;
	color: #6485b8;
	text-align: left;
	padding-left: 15px;
}

.unified-search .drop-down .btn {
	width: 44px;
	height: 46px;
	text-align: center;
	font-size: 30px;
	line-height: 46px;
	color: #fff;
	background-color: #6485b8;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.unified-search .drop-down .list {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 46px;
}

.unified-search .drop-down .list.show {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.unified-search .drop-down .list li {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 1.4;
	padding: 4px 6px;
	cursor: pointer;
}

.unified-search .drop-down .list li:hover {
	background-color: #eee;
}

.unified-search .text input.input-text {
	display: block;
	margin: 0;
	padding: 0;
	width: 446px;
	height: 46px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 46px;
	text-align: left;
	border: none;
}

.unified-search .submit {
	width: 60px;
	height: 46px;
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 46px;
	color: #fff;
	background-color: #6485b8;
	text-align: center;
	border-radius: 0 40px 40px 0;
	cursor: pointer;
}

/*lgng-search end*/
.column-name {
	line-height: 1;
	color: #3e6db5;
	padding-bottom: 10px;
}

.column-name:before {
	content: "";
	display: block;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: -15%;
	right: -15%;
	bottom: 0;
}

.column-name:after {
	content: "";
	display: block;
	height: 2px;
	background-color: #f99f0a;
	position: absolute;
	left: 22%;
	right: 22%;
	bottom: 0;
}

/* data-resources start */
.data-resources {
	padding-top: 45px;
}

.data-resources .slideTxtBox {
	padding-top: 25px;
}

.data-resources .slideTxtBox .hd ul {
	background-color: #3e6db5;
	width: 774px;
	border-radius: 45px;
	overflow: hidden;
}

.data-resources .slideTxtBox .hd {
	padding-bottom: 46px;
}

.data-resources .slideTxtBox .hd ul li {
	width: 20%;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}

.data-resources .slideTxtBox .hd ul li.on {
	background-color: #62a0ff;
}

.data-resources .slideTxtBox .bd ul li {
	margin: 9px 9px 30px 9px;
	width: 182px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.data-resources .slideTxtBox .bd ul .more {
	text-align: center;
	width: 100%;
}

.data-resources .slideTxtBox .bd ul .more a {
	width: 250px;
	height: 45px;
	line-height: 45px;
	color: #6485b8;
	border-radius: 45px;
	background-color: #fff;
}

.data-resources .slideTxtBox .bd ul .more a:hover {
	background-color: #0b5ab1;
	color: #fff;
}

.data-resources .slideTxtBox .bd ul li a:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	-ms-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.data-resources .slideTxtBox .bd ul li a:hover .title {
	background-color: #f99f0a;
}
/* data-resources end */
.all-search .carst {
	padding-top: 30px;
}

.all-search .carst a {
	padding: 10px 60px;
	line-height: 1.2;
	background-color: #b3a6a0;
	border-radius: 8px;
}


/*all-search end */

/*main*/
.mod-column .name .iconfont {
	color: #0590df;
}

.mod-column .more a,
.mod-column .more .iconfont {
	color: #8a8a8a;
}

.menu-name {
	padding-bottom: 5px;
	border-bottom: 1px solid #b5b5b5;
}

.menu-name .column-nmae i,
.menu-name .column-nmae span {
	vertical-align: top;
}

.menu-name .column-nmae i {
	color: #f44e51;
	font-size: 26px;
}

.menu-name .more {
	padding-top: 8px;
}

/*row1 start*/
.row1 {
	padding-top: 70px;
	padding-bottom: 45px;
	background: url("../modular-2-bg.jpg") no-repeat center center;
	background-size: cover;
}

/* modular-1 */

.row1 .modular-1 {
	padding-top: 70px;
}

.row1 .modular-1 .list-item {
	width: 390px;
}

.row1 .modular-1 .list-item .modular-name {
	font-size: 24px;
	color: #fff;
	line-height: 1;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.row1 .modular-1 .list-item .modular-name .more {
	position: absolute;
	bottom: 15px;
	right: 30px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
}

.row1 .modular-1 .list-item .list {
	padding: 10px 18px 0 18px;
	background-color: #fff;
}

.row1 .modular-1 .list-item .list li.li-item a.a-item {
	padding: 15px 0;
	border-bottom: 1px dashed #ddd;
	text-align: left;
}

.row1 .modular-1 .list-item .list li.li-item a.a-item .date {
	width: 15%;
}

.row1 .modular-1 .list-item .list li.li-item a.a-item .title {
	width: 80%;
	padding-left: 5%;
}

/*分类样式*/

.row1 .modular-1 .list-item.left .modular-name {
	background-color: #12a3c2;
}

.row1 .modular-1 .list-item.center .modular-name {
	background-color: #c27e12;
}

.row1 .modular-1 .list-item.right .modular-name {
	background-color: #3e6db5;
}

.row1 .modular-1 .list-item.left .list li.li-item a.a-item .date {
	color: #12a3c2;
}

.row1 .modular-1 .list-item.center .list li.li-item a.a-item .date {
	color: #c27e12;
}

.row1 .modular-1 .list-item.right .list li.li-item a.a-item .date {
	color: #3e6db5;
}

/* hover */
.row1 .modular-1 .list-item.left .list li.li-item a.a-item:hover .title {
	color: #12a3c2;
}

.row1 .modular-1 .list-item.center .list li.li-item a.a-item:hover .title {
	color: #c27e12;
}

.row1 .modular-1 .list-item.right .list li.li-item a.a-item:hover .title {
	color: #3e6db5;
}

.row1 .modular-1 .list-item .modular-name .more:hover {
	color: #efff00;
}



/* modular-2 */

.modular-2 .picScroll-left .bd ul li {
	width: 390px;
}

.modular-2 .picScroll-left .bd ul li img {
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.modular-2 .picScroll-left .prev,
.modular-2 .picScroll-left .next {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	opacity: .25;
	filter: alpha(opacity=25);
	background-color: #000;
	cursor: pointer;
}

.modular-2 .picScroll-left .prev {
	left: 1%;
}

.modular-2 .picScroll-left .next {
	right: 1%;
}

.modular-2 .picScroll-left:hover .prev,
.modular-2 .picScroll-left:hover .next {
	opacity: .5;
	filter: alpha(opacity=50);
}

.modular-2 .more {
	padding-top: 50px;
}

.modular-2 .more a {
	width: 250px;
	height: 45px;
	font-size: 16px;
	color: #333;
	line-height: 45px;
	text-align: center;
	border-radius: 45px;
	background-color: #fff;
}

.modular-2 .picScroll-left .bd ul li a:hover img,
.row3 .modular-4 .list ul .li-item .a-item:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

.modular-2 .more a:hover,
.modular-4 .more a:hover,
.modular-5 .more a:hover {
	background-color: #0b5ab1;
	color: #fff;
}


/* hover */
.row1 .modular-2 .bd .item .title:hover {
	color: #006400;
	border-color: #006400;
}

.row1 .modular-2 .hd ul li.item .more:hover {
	color: #fff;
	background-color: #006400;
}


/*row1 end*/

/*row2 start*/
.row2 {
	padding-top: 106px;
	padding-bottom: 90px;
}

/* icon-list */
.row2 .modular-3 ul {
	font-size: 0;
	padding-top: 90px;
}

.row2 .modular-3 ul .li-item {
	width: 12.5%;
	text-align: center;
	padding-bottom: 60px;
	/* box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 6px rgba(0, 0, 0, .2); */
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.row2 .modular-3 ul li .a-item .icon {
	width: 86px;
	height: 86px;
	background-color: #447acd;
	border-radius: 50%;
	line-height: 84px;
	font-size: 40px;
	color: #fff;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.row2 .more a {
	background-color: #f0f0f0;
	color: #6485b8;
}

/* hover */
.row2 .modular-3 .list ul li:hover a,
.row2 .modular-3 .list ul li:hover {
	background: url("../../images/border-bg-select.png") no-repeat center center;
	color: #fff;
}

.row2 .column-outline .right-outline .more:hover {
	color: #fff;
}

/* hover */
.row2 .modular-3 ul li .a-item:hover .icon {
	transform: rotate(720deg);
}

.row2 .modular-3 ul li .a-item:hover .title {
	color: #447acd;
}

/* row3 end */

/* row3 start */
.row3 {
	background: url("../modular-3-bg.jpg") no-repeat center center;
	background-size: cover;
	padding-top: 140px;
	padding-bottom: 200px;
}

.row3 .modular-4 .list {
	padding-top: 70px;
}

.row3 .modular-4 .list ul .li-item {
	width: 280px;
	padding: 0 10px 15px 10px;
}

.row3 .modular-4 .list ul .li-item .a-item img {
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.modular-4 .more {
	padding-top: 40px;
}

.modular-4 .more a {
	width: 250px;
	height: 45px;
	font-size: 16px;
	color: #6485b8;
	line-height: 45px;
	text-align: center;
	border-radius: 45px;
	background-color: #fff;
}

.row3 .modular-4 .list ul .li-item .a-item:hover .title {
	color: #3e6db5;
}

/*row3 end*/


/* row4 start */
.row4 {
	background: url("../modular-4-bg.jpg") no-repeat center center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
}

.row4 .modular-5 .list {
	padding-top: 80px;
}

.row4 .modular-5 .list ul .li-item {
	width: 190px;
	padding: 0 5px 50px 5px;
}

.modular-5 .more {
	padding-top: 40px;
}

.modular-5 .more a {
	width: 250px;
	height: 45px;
	font-size: 16px;
	color: #6485b8;
	line-height: 45px;
	text-align: center;
	border-radius: 45px;
	background-color: #fff;
}

.row4 .modular-5 .list ul .li-item .a-item img {
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.row4 .modular-5 .list ul .li-item .a-item:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}


/*row4 end*/

/* right-anchor-point start */
.right-anchor-point {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -200px;
	z-index: 10;
}

.right-anchor-point .list .li-item .a-item {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 8px;
	background-color: #0b5ab1;
}

.right-anchor-point .list .li-item .a-item .icon {
	font-size: 36px;
	color: #fff;
	line-height: 1;
	padding-top: 10px;
	padding-bottom: 4px;
}

.right-anchor-point .list .li-item .a-item .title {
	font-size: 17px;
	color: #fff;
	line-height: 1;
}

.right-anchor-point .list .li-item .a-item:hover {
	background-color: #d2890a;
}





/* right-anchor-point end */