input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #ccc;
	font-size: 15px;
	opacity: 0.7;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #ccc;
	font-size: 15px;
	opacity: 0.7;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #ccc;
	font-size: 15px;
	opacity: 0.7;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #ccc;
	font-size: 15px;
	opacity: 0.7;
}

body {
	font-size: 16px;
}

.container {
	width: 100%;
	height: auto;
}

.main {
	width: 1300px;
	height: auto;
	margin: 0 auto;
}

.top {
	height: 50px;
	line-height: 50px;
	background-color: #133984;
}

.top .welcome {
	float: left;
	color: white;
}

.top .search {
	float: right;
}

.top .search input {
	box-sizing: border-box;
	height: 32px;
	padding: 5px 10px;
	color: white;
}

.top .search input[type=text] {
	width: 200px;
	background-color: #133984;
	border: 1px solid rgba(255,255,255,0.4);
}

.top .search input[type=button] {
	width: 60px;
	background-color: #0193de;
	border: none;
	cursor: pointer;
}

.top .search input[type=button]:hover {
	background-color: #005da3;
}

.head {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-image: linear-gradient(#065299,transparent);
	transition: all 0.8s cubic-bezier(0.215,0.61,0.355,1) 0s;
}

.mobile-head {
	display: none;
}

.head .main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head .logo {
	box-sizing: border-box;
}

.head .logo img {
	display: block;
	height: 45px;
}

.head .nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.head .nav li {
	position: relative;
}

.head .nav li .title {
	display: block;
	height: 85px;
	line-height: 85px;
	padding: 0px 28px;
	font-size: 17px;
	color: #fff;
	text-align: center;
}

/*.head .nav li .title:hover {
	font-weight: bolder;
}*/

.head .nav li .detail {
	display: none;
	position: absolute;
	top: 85px;
	left: 0;
	height: auto;
	font-size: 16px;
	z-index: 999;
}

.head .nav li .detail a {
	display: block;
	padding: 15px 30px;
	background-color: rgba(0,93,163,.8);
	color: white;
	white-space: nowrap;
	text-align: justify;
}

.head .nav li .detail a:hover {
	background-color: #6ab93b;
}

.foot {
	margin-top: 60px;
	background-color: #eaeef9;
	background-image: linear-gradient(135deg,#eaeef9 0%,#eaeef9 70%,#d9e5f1 70%,#d9e5f1 100%)
}

.foot .main.this {
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.foot .box {

}

.foot .box .title {
	position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 55px;
}

.foot .box .title:after {
	content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    display: block;
    width: 25px;
    height: 1px;
    background: #999ba0;
}

.foot .box .child {
	height: 178px;
	padding: 10px 20px 10px 0px;
	overflow-y: scroll;
}

.foot .box .child::-webkit-scrollbar {
	width: 5px;
	height: 0;
}
 
.foot .box .child::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #2280c4;
}

.foot .box .child::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: #bfbfbf;
}

.foot .box .child li {
	margin: 5px auto;
    line-height: 30px;
}

.foot .box .child li a {
	font-size: 15px;
    color: #595757;
}

.foot .box .child li a:hover {
	color: #133984;
}

.foot .box .menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.foot .box .menu li {
	flex: 0 0 50%;
	margin: 5px 0px;
    line-height: 30px;
}

.foot .box .menu li a {
	font-size: 15px;
    color: #595757;
}

.foot .box .menu li a:hover {
	color: #133984;
}

.foot .box .contact p {
	text-align: justify;
	font-size: 15px;
    color: #595757;
    margin: 10px auto;
    line-height: 30px;
}

.foot .box .contact p span.iconfont {
	color: #2280c4;
	margin-right: 5px;
}

.foot .copyright {
	padding: 30px 0px;
	text-align: center;
}

.foot .copyright span {
	font-size: 15px;
    color: #595757;
}

.widget .widget-btn {
	position: fixed;
	right: 0px;
	bottom: 351px;
	width: 50px;
	height: 102px;
	z-index: 999;
	display: none;
}

.widget .widget-btn span {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #133984;
	background-color: rgba(97,104,111,.7);
	margin-top: 1px;
	cursor: pointer;
	border-radius: 6px;
}

.widget .widget-btn .wechat:hover, .widget .widget-btn .top:hover {
	background-color: #0193de;
}

.widget .qrcode {
	position: fixed;
	width: 0px;
	height: 150px;
	background-color: white;
	right: 51px;
	bottom: 302px;
	overflow: hidden;
	z-index: 999;
}

.widget .qrcode img {
	display:block;
}

.banner {
	height: 550px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner .main {
	height: 400px;
	position: relative;
}

.banner .box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: white;
	text-align: center;
	color: #444;
	opacity: 0.8;
	padding: 30px;
	box-sizing: border-box;
	letter-spacing: 2px;
}

.banner .box .name {
	font-size: 42px;
	font-weight: bold;
}

.banner .box .slogan {
	font-size: 20px;
	margin-top: 20px;
}

.page {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.page .list-nav {

}

.page .list-nav .name {
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	text-align: center;
	background: linear-gradient(135deg,#0193de,#005da3);
	color: #fff;
	padding: 0px 15px;
}

.page .list-nav ul {
	width: 100%;
	height: auto;
}

.page .list-nav ul li {
	width: 100%;
}

.page .list-nav ul li a {
	text-align: justify;
	display: block;
	background-color: #eaeef9;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 25px 35px;
	box-sizing: border-box;
}

.page .list-nav ul li:hover a {
	background-color: #0193de;
	color: white;
}

.primary {
	flex: 1;
	margin-left: 30px
}

.primary .crumbs {
	width: 100%;
	height: 75px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 30px;
}

.primary .crumbs p {
	float: left;
	width: auto;
	height: 75px;
	line-height: 75px;
	font-size: 24px;
	font-weight: bold;
}

.primary .crumbs ul {
	float: right;
	font-size: 14px;
	height: 75px;
	line-height: 75px;
}

.primary .crumbs ul li {
	float: left;
	text-align: center;
	margin: 0 5px;
}

.primary .crumbs ul li a {
	display: inline-block;
	/*max-width: 200px;*/
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.primary .crumbs ul li a:hover {
	color: #0193de;
}

.primary .crumbs ul li img {
	display: inline-block;
}

.primary .article .contact {
	background-color: #fff;
    margin: 0px auto;
    padding: 3em;
    box-sizing: border-box;
}

.primary .article .contact .contact-box {
	padding: 1em;
    box-sizing: border-box;
    display: flex;
}

.primary .article .contact .contact-box .contact-left {
	flex: 1;
    color: #666;
}

.primary .article .contact .contact-box .contact-right {
	flex: 1;
    margin-left: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/*-------------------------------------------- transi --------------------------------------------*/

.transi, .transi-member {
    opacity: 0;
    transform: translate3d(0,70px,0);
    transition: all 1s cubic-bezier(0.215,0.61,0.355,1) 0s;
}

.transi.transi-up, .transi-member.transi-member-up {
    opacity: 1;
    transform: translate3d(0,0,0);
}

/*-------------------------------------------- header --------------------------------------------*/