@charset "utf-8";

/*公共样式 开始*/

html,
body {
	min-width: 1200px;
	font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #eee;
	overflow-x: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

li {
	list-style: none;
}

.base {
	width: 1200px;
	margin: 0 auto;
}


/*loading*/

.loading {
	background: rgba(255, 255, 255, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff, endColorstr=#7Fffffff);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 99999;
}

.loading img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.bx-wrapper {
	margin: 0 auto;
}

.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
	background: none;
}


/*公共样式 结束*/

.header {
	width: 100%;
	height: 159px;
	background: url(../images/header-bg.jpg) center center no-repeat;
	background-size: 100% 159px;
	border-bottom: 5px solid #f0ad39;
}

.header .base{
	height: 159px;
	position: relative;
}

.header-logo {
	margin-top: 20px;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #74a7d1;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #74a7d1;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #74a7d1;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #74a7d1;
}

.header-right form {
	position: relative;
	margin-top: 38px;
}

.header-right .keywords {
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	color: #fff;
	background: #1a629a;
	width: 145px;
	padding: 0 40px 0 15px;
	border: none;
	outline: none;
}

.header-right .btn-sub {
	width: 40px;
	height: 35px;
	background: url(../images/top_icon_search.png) center center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	outline: none;
	border: none;
}

.header-link a {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	width: 90px;
	height: 24px;
	text-align: center;
	line-height: 24px;
}

.header-link {
	font-size: 0;
	margin: 44px 33px 0 0;
}

.header-link a.link1 {
	background: #077c76;
	margin-right: 20px;
}

.header-link a.link2 {
	background: #017094;
}

.nav-all {
	width: 100%;
	height: 45px;
	margin-top: 27px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.navlist {
	height: 45px;
}

.navlist>li {
	float: left;
	position: relative;
	transition: all 0.2s ease-in;
}

.navlist>li.active {
	background: rgba(0, 73, 131, .3);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4c004983, endcolorstr=#4c004983);
	font-weight: bold;
}

.navlist>li>a {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 0px 69.6px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	position: relative;
}

.navlist>li>a:after {
	content: '';
	width: 1px;
	height: 15px;
	background: #80b0d6;
	position: absolute;
	right: 0;
	top: 15px;
}

.navlist>li.active>a:after {
	display: none;
}

.navlist>li ul {
	width: 100%;
	display: none;
	border-bottom: 5px solid #f0ad39;
	padding-bottom: 7px;
	top: 45px;
	left: 0;
	position: absolute;
	z-index: 9999;
	background: #0066b7;
}

.navlist>li ul a {
	font-size: 13px;
	display: block;
	padding: 12px 0;
	text-align: center;
	background: #0066b7;
	line-height: 18px;
	color: #fff;
	transition: all 0.2s ease-in;
}

.navlist>li ul a:hover {
	background: rgba(0, 73, 131, .3);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4c004983, endcolorstr=#4c004983);
}

.banner ul li a {
	display: block;
	width: 100%;
	height: 460px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.banner .bx-wrapper .bx-pager,
.banner .bx-wrapper .bx-controls-auto {
	bottom: 15px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f0ad39;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .3);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4cffffff, endcolorstr=#4cffffff);
}

.banner ul li a h4 {
	width: 100%;
	height: 135px;
	background: url(../images/banner_title_bg.png) center bottom no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}

.banner ul li a h4 span{
	font-size: 45px;
	color: #fff;
	width: 1170px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	left: 50%;
	margin-left: -585px;
	bottom: 55px;
}

.main-content {
	float: left;
	width: 100%;	
}

.main-content1{
	padding: 55px 0;
	/*background: #eee;*/
}

.main-content1 img{
	width: 552px;
	height: 308px;
}

.main-content1-r{
	width: 600px;
}

.main-title{
	float: left;
	width: 100%;
	position: relative;
}

.main-title h4{
	float: left;
	padding-left: 20px;
	font-size: 26px;
	color: #333;
}

.main-title span{
	float: left;
	font-size: 22px;
	color: #d0d0d0;
	margin: 5px 0 0 10px;
}

.main-title:before{
	content: '';
	width: 4px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12.5px;
}

.main-title.blue:before{
	background: #004983;
}

.main-title.yellow:before{
	background: #f0ad39;
}

.main-title.white:before{
	background: #fff;
}

.main-title.white h4{
	color: #fff;
}

.main-title a{
	font-size: 12px;
	color: #999;
	float: right;
	margin-top: 15px;
}

.main-title.white a{
	color: #fff;
}

.main-content1-word{
	margin-top: 43px;
	text-indent: 2em;
	font-size: 16px;
	color: #000;
	line-height: 29px;
	height: 236px;
	position: relative;
}

.main-content1-word a.more{
	font-size: 12px;
	color: #fff;
	background: #306a98;
	width: 98px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	text-indent: 0;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}

.main-content2{
	padding: 50px 0 100px;
	background: url(../images/news_bg.jpg);
}

.main-content2-banner{
	margin-top: 50px;
}

.main-content2-banner ul li a{
	display: block;
	height: 336px;
	background: #fff;
	padding: 12px 13px;
	text-align: center;
	transition: all .2s ease-in;
}

.main-content2-banner ul li a div.back-img{
	width: 100%;
	height: 160px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-content2-banner ul li a p{
	font-size: 12px;
	color: #999;
	height: 40px;
	line-height: 40px;
}

.main-content2-banner ul li a h4{
	font-size: 16px;
	color: #333;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	transition: all .2s ease-in;
}

.main-content2-banner ul li a span{
	width: 91px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #336d9c;
	display: inline-block;
	margin-top: 40px;
	transition: all .2s ease-in;
}

.main-content2-banner ul li a:hover{
	box-shadow: 0 0 15px #001021;
}

.main-content2-banner ul li a:hover h4{
	color: #336d9c;
}

.main-content2-banner ul li a:hover span{
	background: #e8b55c;
}

.main-content2-banner .bx-wrapper .bx-controls-direction a {
    top: auto;
    margin-top: 0;
    width: 71px;
    height: 31px;
    bottom: -63px;
}

.main-content2-banner .bx-wrapper .bx-prev {
    left: 0;
    background: url(../images/news_arrow_left.png) no-repeat center center;
}

.main-content2-banner .bx-wrapper .bx-next {
    right: 0;
    background: url(../images/news_arrow_right.png) no-repeat center center;
}

.main-content3{
	padding: 50px 0;
	/*background: #eee;*/
}

.main-content3-left{
	width: 550px;
}

.main-content3-right{
	width: 580px;
}

.main-content3-banner,
.main-content3-list{
	margin-top: 40px;
}

.main-content3-banner ul li{
	background: #fff;
}

.main-content3-banner ul li img{
	width: 240px;
	height: 289px;
	float: left;
}

.main-content3-wr{
	float: right;
	width: 245px;
	padding: 28px 33px 50px 0;
}

.main-content3-wr h4{
	font-size: 20px;
	color: #004983;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 33px;
}

.main-content3-wr h4 a{
	color: #004983;
}

.main-content3-wr p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	text-indent: 2em;
	max-height: 168px;
	overflow: hidden;
}

.main-content3-banner .bx-wrapper .bx-controls-direction a {
    top: auto;
    margin-top: 0;
    width: 15px;
    height: 17px;
    bottom: 20px;
}

.main-content3-banner .bx-wrapper .bx-prev {
    left: auto;
    right: 73px;
    background: none;
}

.main-content3-banner .bx-wrapper .bx-prev:before{
	content: '';
    border-top: 8.5px solid transparent;
    border-bottom: 8.5px solid transparent;
    border-right: 15px solid #004983;
    position: absolute;
    top: 0;
    right: 0;
}

.main-content3-banner .bx-wrapper .bx-next{
	right: 35px;
	background: none;
}

.main-content3-banner .bx-wrapper .bx-next:before{
	content: '';
    border-top: 8.5px solid transparent;
    border-bottom: 8.5px solid transparent;
    border-left: 15px solid #004983;
    position: absolute;
    top: 0;
    right: 0;
}

.main-content3-list li,
.main-content3-list li a{
	float: left;
	width: 100%;
}

.main-content3-list .list-F {
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}

.main-content3-list .list-F .list-F-l{
	float: left;
}

.main-content3-list .list-F .list-F-l strong{
	display: block;
	width: 45px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	color: #fefefe;
	background: #004983;
}

.main-content3-list .list-F .list-F-l small{
	display: block;
	width: 45px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #004983;
	background: #fff;
}

.main-content3-list .list-F .list-F-r{
	width: 513px;
	float: right;
}

.main-content3-list .list-F .list-F-r h4{
	font-size: 16px;
	color: #004983;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}

.main-content3-list .list-F .list-F-r p{
	color: #333;
	font-size: 12px;
	line-height: 26px;
	text-indent: 2em;
	max-height: 52px;
	overflow: hidden;
}

.main-content3-list .list-S a{
	width: 470px;
	position: relative;
	color: #336d9c;
	font-size: 16px;
	padding: 5px 88px 5px 22px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 19px;
}

.main-content3-list .list-S a:before{
	content: '';
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #1370ab;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}

.main-content3-list .list-S a span{
	color: #999;
	font-size: 12px;
	position: absolute;
	height: 14px;
	right: 0;
	top: 50%;
	margin-top: -7px;
}

.main-content3-list .list-S a:hover{
	color: #004983;
}

.main-content4{
	padding: 50px 0 90px;
	background: url(../images/research_bg.jpg);
}

.main-content4-banner{
	margin-top: 45px;
}

.main-content4-banner ul li a{
	display: block;
	width: 100%;
}

.main-content4-banner ul li a div.back-img{
	width: 248px;
	height: 160px;
	overflow: hidden;
	margin-bottom: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
}

.main-content4-banner ul li a h4{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	font-weight: normal;
	transition: all .2s ease-in;
}

.main-content4-banner ul li a:hover h4{
	color: #f0ad39;
}

.main-content4-banner .bx-wrapper .bx-controls-direction a {
    top: 0;
    margin-top: 0;
    width: 32px;
    height: 160px;
}

.main-content4-banner .bx-wrapper .bx-prev {
    left: -57px;
    background: url(../images/research_arrow_left.png) no-repeat center center;
}

.main-content4-banner .bx-wrapper .bx-next {
    right: -57px;
    background: url(../images/research_arrow_right.png) no-repeat center center;
}

.content-box{
	width: 100%;
	position: relative;
	/*background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
}

.content-box img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 220px;
}

.content-box .base{
	height: 220px;
	position: relative;
}

.content-box h4{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 24px;
	color: #fff;
	background: rgba(0,88,158,.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E500589e, endColorstr=#E500589e);
	padding: 20px 35px;
	font-weight: normal;
}

.content-wrapper{
	width: 100%;
	min-width: 1200px;
	padding-bottom: 50px;
}

.navlist2{
	font-size: 0;
	background: #fff;
}

.navlist2>li{
	display: inline-block;
}

.navlist2>li>a{
	display: block;
	font-size: 16px;
	color: #333;
	position: relative;
	padding: 21px 32px;
}

.navlist2>li>a.active{
	font-weight: bold;
	color: #00589e;
}

.navlist2>li>a:hover{
	color: #00589e;
}

.navlist2>li>a.active:after{
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #00589e;
	position: absolute;
	bottom: 6px;
	left: 50%;
	margin-left: -5px;
}

.common-box{
	margin-top: 40px;
}

.common-list{
	background: #fff;
	border-top: 3px solid #0063b0;
	padding: 8px 23px 30px;
}

.common-list>li a{
	display: block;
	position: relative;
	font-size: 16px;
	color: #000;
	padding: 24px 90px 20px 21px;
	border-bottom: 1px solid #e5e5e5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.common-list>li a:before{
	content: '';
	width: 5px;
	height: 5px;
	background: #bbb;
	border-radius: 50%;
	position: absolute;
	left: 2px;
	top: 30px;
}

.common-list>li a span{
	font-size: 12px;
	color: #999;
	position: absolute;
	right: 0;
	top: 25px;
}

.common-list>li a:hover{
	color: #00589e;
}

.common-list>li a:hover:before{
	background: #00589e;
}

.article-wrapper{
	padding: 35px 60px 40px;
	background: #fff;
}

.article-title{
	font-size: 26px;
	color: #00589e;
	text-align: center;
	margin-bottom: 25px;
	line-height: 30px;
}

.article-small{
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-bottom: 35px;
}

.article-small span{
	padding: 0 19px;
}

.article-content img{
	max-width: 100% !important;
}

.list-news>li a{
	display: block;
	height: 135px;
	padding: 15px 27px 15px 17px;
	background: #fff;
	margin-bottom: 24px;
	position: relative;
	transition: all .2s ease-in;
}

.list-news>li a .list-news-left{
	float: left;
	width: 228px;
	height: 135px;
	margin-right: 25px;
	position: relative;
	overflow: hidden;
}

.list-news>li a .list-news-left img{
	/*position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	min-width: 228px;
	min-height: 135px;*/
	transition: all .2s ease-in;
	width: 228px;
	height: 135px;
	object-fit: cover;
}

.list-news>li a h4{
	font-size: 16px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px 0 20px;
	transition: all .2s ease-in;
}

.list-news>li a p{
	font-size: 12px;
	color: #333;
	text-indent: 2em;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
}

.list-news>li a span{
	font-size: 12px;
	color: #999;
	float: right;
	position: absolute;
	bottom: 16px;
	right: 27px;
}

.list-news>li a:hover{
	box-shadow: 0 0 15px #555;
}

.list-news>li a:hover .list-news-left img{
	transform: scale(1.1,1.1);
}

.list-news>li a:hover h4{
	color: #00589e;
}

.list-cg{
	font-size: 0;
	margin: 0 -17px;
}

.list-cg>li{
	display: inline-block;
	vertical-align: top;
	height: 287px;
	margin-bottom: 48px;
}

.list-cg>li a{
	display: block;
	width: 248px;
	height: 261px;
	background: #fff;
	padding: 12px 13px;
	margin: 0 17px;
	text-align: center;
	transition: all .2s ease-in;
}

.list-cg>li a .list-cg-top{
	width: 248px;
	height: 160px;
	margin-bottom: 17px;
	position: relative;
	overflow: hidden;
	background-position: ccenter center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*.list-cg>li a .list-cg-top img{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	min-width: 248px;
	min-height: 160px;
	transition: all .2s ease-in;
}*/

.list-cg>li a p{
	font-size: 12px;
	color: #999;
	margin-bottom: 17px;
}

.list-cg>li a h4{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	transition: all .2s ease-in;
}

.list-cg>li a:hover{
	border-bottom: 2px solid #f0ad39;
}

.list-cg>li a:hover h4{
	color: #004983;
}

.list-cg>li a:hover .list-cg-top img{
	transform: scale(1.1,1.1);
}

.list-people{
	margin: 0 -50px;
	font-size: 0;
}

.list-people>li{
	display: inline-block;
	vertical-align: top;
}

.list-people>li a{
	display: block;
	width: 520px;
	height: 245px;
	margin: 0 50px 40px;
	background: #fff;
	padding-right: 30px;
	transition: all .2s ease-in;
}

.list-people>li a:hover{
	box-shadow: 0 0 15px #555;
}

.list-people>li a .list-people-left{
	float: left;
	width: 163px;
	height: 245px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 35px;
}

.list-people>li a h4{
	font-size: 20px;
	color: #004983;
	padding-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #437fae;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-people>li a h4 span{
	font-weight: normal;
	padding-left: 20px;
}

.list-people>li a p{
	font-size: 14px;
	color: #333;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
}

.footer-all {
	width: 100%;
	min-width: 1200px;
}

.friend-link{
	padding: 20px 0;
	font-size: 0;
}

.friend-link a{
	display: inline-block;
	font-size: 12px;
	color: #666;
	padding: 8px 28px;
	position: relative;
}

.friend-link a:hover{
	color: #004983;
}

.friend-link a:after{
	content: '';
	width: 1px;
	height: 10px;
	background: #b2b2b2;
	position: absolute;
	right: 0;
	top: 10px;
}

.friend-link a:last-child:after{
	display: none;
}

.footer-info{
	float: left;
	width: 100%;
	min-width: 1200px;
	padding: 35px 0;
	background: #434343;
	font-size: 14px;
	color: #fff;
}

.footer-style{
	min-height: 61px;
	position: relative;
	text-align: center;
	padding: 12px 10px;
}

.footer-style:after{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	background: #717171;
	right: 0;
	top: 0;
}

.footer-style p{
	padding-top: 17px;
}

.footer-left{
	width: 443px;
}

.footer-middle{
	width: 348px;
}

.footer-middle img{
	margin-bottom: 3px;
}

.footer-right{
	padding-left: 95px;
	width: 274px;
}

.footer-right img{
	width: 88px;
	height: 88px;
	float: left;
	padding-right: 24px;
}

.footer-right p{
	margin-top: 26px;
	line-height: 18px;
}

.footer-copyright{
	width: 100%;
	min-width: 1200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #004983;
}

.wp_articlecontent{
	padding: 15px 35px;
	background: #fff;
}

/*页码样式调整*/

.wp_paging {
	float: none;
	text-align: right;
    background: #fff;
    padding: 15px 23px 35px;
}

.wp_paging li,
.wp_paging li span,
.wp_paging li a {
	float: none;
	font-size: 12px;
}

.wp_paging a.pagingJump {
	float: left;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	background: #00589e;
	color: #fff;
	padding: 0 3px 0 7px;
	border-radius: 5px;
	margin-left: -7px;
	margin-bottom: 3px;
}

.wp_paging a.pagingJump:hover {
	color: #fff;
}

.wp_paging li span.pages {
	float: left;
	margin-left: 15px;
	margin-top: -2px;
}

.wp_paging li input {
	width: 55px;
	height: 20px;
	line-height: 20px;
	margin-top: 0;
	float: left;
	border-radius: 4px;
	margin-top: -25px;
}