* {
	margin: 0;
	padding: 0;
}

@charset "UTF-8";

/*
新细明体      \65B0\7EC6\660E\4F53
细明体        \7EC6\660E\4F53
标楷体        \6807\6977\4F53
黑体          \9ED1\4F53
宋体          \5B8B\4F53
新宋体        \65B0\5B8B\4F53
仿宋          \4EFF\5B8B
楷体          \6977\4F53
仿宋_GB2312   \4EFF\5B8B_GB2312
楷体_GB2312   \6977\4F53_GB2312
微软正黑体     \5FAE\x8F6F\6B63\9ED1\4F53
微软雅黑       \5FAE\8F6F\96C5\9ED1
*/
html,
body,
div,
p,
h1,
h2,
h3,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	line-height: 1.6;
	font-family: Arial, sans-serif, "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "黑体";
	color: #333;
	text-align: left;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	min-height: 100%;
	height: 100%;
}

html {
	overflow-y: scroll;
}

ol,
ul,
li {
	list-style: none;
}

a {
	color: #444;
	text-decoration: none;
}

img {
	border: 0;
}

input,
textarea,
button {
	outline: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '\200B';
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
	display: block;
}

.main {
	width: 100%;
	background-color: #ffffff;
}

.main .top {
	width: 100%;
	height: 60px;
	background-color: #F5F8FA;
}

.main .top .top-wrap {
	width: 1010px;
	height: 60px;
	margin: 0 auto;
}

.main .top .top-wrap .logo {
	width: 180px;
	height: 44px;
	margin: 8px 0 0 7px;
}

.main .wrap {
	width: 1010px;
	margin: 0 auto;
}

.main .wrap .bigPic {
	width: 100%;
	height: 228px;
	display: block;
}

.main .wrap .nav {
	width: 100%;
	height: 68px;
	background: url(../img/navigation@2x.png) no-repeat center;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 32px;
}

.main .wrap .nav p a {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFEFE;
	line-height: 68px;
}

.main .wrap .nav span {
	width: 2px;
	height: 40px;
	background: #7AA0D8;
	opacity: 0.68;
	display: block;
	margin: 14px 32px 0;
}

.swiper-tool {
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
}

.swiper-tool .left {
	width: 664px;
	height: 374px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-slide .title {
	width: 100%;
	height: 48px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0;
	bottom: 0;
}

.swiper-slide .title p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
	padding-left: 20px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.swiper-pagination-bullet {
	width: 20px !important;
	height: 28px !important;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	border-radius: 0 !important;
	background: #0F3671 !important;
	opacity: 1 !important;
	color: #FFFFFF;
}

.swiper-pagination-bullet-active {
	color: #fff;
	background: #0066FE !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: 300px!important;
	text-align: right;
	box-sizing: border-box;
	padding-right: 20px;
	left: unset!important;
	right: 0;
}
.swiper-tool .right{
	width: 310px;
}
.swiper-tool .right .list{
	width: 100%;
	border-bottom: 1px solid #F4F5F6;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.swiper-tool .right .list:last-child{
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.swiper-tool .right .list:last-child p{
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}
.swiper-tool .right .list h3{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 10px;
}
.swiper-tool .right .list h3:hover{
	color: #336FCA;
}
.swiper-tool .right .list p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.swiper-tool .right .list span{
	color: #4387ED;
	display: inline-block;
}
.title-tool{
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}
.title-tool .left{
	width: 160px;
	height: 40px;
}
.title-tool .right a{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3967AC;
	padding-top: 20px;
	cursor: pointer;
	display: block;
}
.wrap .line{
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #6F99D9 0%, #FFFFFF 100%);
	margin-bottom: 35px;
}
.scene{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 45px;
}
.scene p{
	width: 50%;
	box-sizing: border-box;
	padding:0 20px;
	position: relative;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 15px;
}
.scene p a:hover{
	color: #336FCA;
}
.scene p::before{
	content: '';
	width: 8px;
	height: 8px;
	background: #4B72AC;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
}
.scene p a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.literature{
	width: 100%;
	margin-bottom: 75px;
}
.literature .list{
	width: 100%;
	box-sizing: border-box;
	padding: 0 18px;
	border-bottom: 1px solid #F4F5F6;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.literature .list h3{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}
.literature .list h3:hover{
	color: #336FCA;
}
.literature .list p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 28px;
}
.literature .list span{
	color: #4387ED;
}
.footer{
	width: 100%;
	background:url(../img/list8.jpg);
}
.footer .footer-top{
	width: 1010px;
	height: 174px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.footer .footer-top .left p{
	font-size: 14px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFEFE;
	line-height: 30px;
	padding: 2px 0;
}
.footer .footer-top .right{
	display: flex;
	justify-content: flex-start;
}
.footer .footer-top .right .er{
	margin-right: 62px;
}
.footer .footer-top .right .er img{
	width: 115px;
	height: 117px;
}
.footer .footer-top .right .er p{
	font-size: 16px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFEFE;
	text-align: center;
}
.footer .footer-top .right .shiye{
	width: 48px;
	height: 60px;
	margin-top: 34px;
}
.footer .footer-line{
	width: 100%;
	height: 1px;
	background:hsla(0,0%,0%,0.30);
}
.footer .footer-bot{
	width: 100%;
	height: 58px;
	border-top: 1px solid hsla(0,0%,100%,0.30);
}
.footer .footer-bot .bot-wrap{
	width: 1010px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer .footer-bot .bot-wrap p,.footer .footer-bot .bot-wrap a{
	font-size: 14px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color:  #FFFEFE;
	line-height: 58px;
}