* {
	margin: 0 auto;
	font-family: "微软雅黑"
}
blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul {
	margin: 0 auto;
	padding: 0
}
body {
	background: url(../images/tu-1-1.jpg) no-repeat center top;
	/*background:#f2f2f2;*/
	background-size: 100% auto;
	color: #555;
	font-size: 14px;
	font-family: "Microsoft YaHei",simsun,"Helvetica Neue",Arial,Helvetica,sans-serif
}
caption,td,th {
	font-size: 14px
}
b,h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	font-size: 100%
}
/*address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: 400
}*/a {
	color: #555;
	text-decoration: none
}
img {
	border: none
}
li,ol,ul {
	list-style: none;
	list-style-type: none
}
button,input,select,textarea {
	outline: 0;
	font-size: 14px;
	font-family: "Microsoft YaHei",simsun,"Helvetica Neue",Arial,Helvetica,sans-serif
}
table {
	border-collapse: collapse
}
table tr td {
	text-align:center;
	border:#ababab 1px solid;
}
table tr th {
	text-align:center;
	border:#ababab 1px solid;
}
html {
	overflow-y: scroll
}
i {
	font-style: normal
}
article,aside,details,dialog,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}
audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
.clearfix {
	clear: both
}
.fudong {
	z-index:9999;
	position:fixed;
	left:0px;
	top:25%;
	width:200px;
	background-color:#d4e9ff;
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:70px;
}
.fudong ul {
	padding:10px;
}
.fudong ul li {
	margin:5px auto;
	/*background:url(../images/fu1.png) no-repeat 100% 100%;*/
	background-size:100% 100%;
}
.fudong ul li a>img {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
}
.fudong ul li a {
	position:relative;
	display: block;
	text-align: center;
	width:100%;
	padding:10px;
	font-size:12px;
	color:#767676;
	font-weight:bold;
}
.fudong ul li a:hover {
	color:#053e71;
	text-decoration: underline;
}
.fudong_js {
	width:70px;
	height:70px;
	background-position:-137px -5px;
	overflow:hidden;
	top:-webkit-calc(100% - 70px);
	top:-moz-calc(100% - 70px);
	top:-ms-calc(100% - 70px);
	top:-o-calc(100% - 70px);
	top:calc(100% - 70px);
	cursor:pointer;
}
.top {
	padding: 20px 0;
	overflow: hidden;
	width: 1000px
}
.logo {
	float: left;
	height: 70px
}
.logo img {
	height: 100%;
	display: block
}
.search {
	float: right
}
.top-switch {
	overflow: hidden
}
.top-switch ul {
	float: right;
	overflow: hidden
}
.top-switch ul li {
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 5px;
	border: #fff 2px solid;
	border-radius: 50%;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	color: #fff
}
.top-switch ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
	font-weight: 700
}
.top-switch ul .li {
	border-color: #0058ab
}
.top-switch ul .li a {
	color: #0058ab
}
.top-switch ul li:hover {
	border-color: #0058ab
}
.top-switch ul li:hover a {
	color: #0058ab
}
.search-for {
	margin-top: 16px;
	position: relative;
	width: 244px;
	height: 28px;
	border-radius: 14px;
	overflow: hidden;
	border: #0058ab 1px solid
}
.search-for input {
	padding-left: 10px;
	width: 100%;
	background: #fff;
	height: 100%;
	border: none
}
.search-for button {
	width: 28px;
	height: 28px;
	right: 10px;
	bottom: 0;
	background: 0 0;
	border: none;
	outline: 0;
	cursor: pointer;
	position: absolute
}
.search-for button img {
	width: 70%;
	margin: 15%;
	display: block
}
.nav-box {
	width: 100%;
	height: 46px;
	background: url(../images/tu-3.png)	
/*background:rgba(3,69,126,0.5);*/
}
.nav {
	width: 1000px
}
.nav li {
	float: left;
	position: relative
}
.nav li>a {
	overflow: hidden;
	color: #fff;
	display: flex;
	height: 46px;
	line-height: 46px;
	padding: 0 35.5px
}
.nav li>a::after {
	content: '';
	border-bottom: 3px solid #003d6f;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out
}
.nav .li>a::after {
	width: 100%
}
.nav li:hover>a::after {
	width: 100%
}
.nav li:hover dl {
	z-index: 2;
	display: block
}
.nav li dl {
	display: none;
	width: 100%;
	position: absolute
}
.nav li dl dd {
	width: 100%;
	height: 36px;
	text-align: center
}
.nav li dl dd a {
	font-size: 12px;
	width: 100%;
	background: #f1f7fe;
	height: 100%;
	display: block;
	text-align: center;
	line-height: 36px
}
.nav li dl dd a:hover {
	background: #013f79;
	color: #fff
}
.banner {
	width: 1000px;
	height: 300px
}
.index1-banner {
	width: 1000px;
	height: 300px;
	overflow: hidden;
	position: relative
}
.index1-banner .hd {
	height: 15px;
	position: absolute;
	width: 100%;
	right: 0;
	bottom: 5px;
	z-index: 1
}
.index1-banner .hd ul {
	zoom: 1;
	width: 100%;
	float: left;
	text-align: center
}
.index1-banner .hd ul li {
	padding: 0;
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 3px;
	background: #fff;
	cursor: pointer
}
.index1-banner .hd ul li.on {
	background: #f46e4a;
	color: #fff
}
.index1-banner .bd {
	position: relative;
	height: 100%;
	z-index: 0
}
.index1-banner .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative
}
.index1-banner .bd>a {
	display: block;
	width: 100%;
	height: 100%
}
.index1-banner .bd img {
	width: 1000px;
	height: 300px;
	display: block
}
.banner-img {
	}
.banner-biao,.banner-content {
	background: url(../images/tu-4.png);
	background-size: 100% 100%
}
.banner-biao {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 440px;
	height: 44px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	font-size: 16px
}
.banner-content {
	width: 395px;
	height: 300px;
	position: absolute;
	right: 0;
	top: 0
}
.banner-content p {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	width: 240px;
	text-align: center
}
.banner-content>a {
	display: block;
	font-size: 16px;
	color: #fff;
	position: absolute;
	bottom: 20px;
	right: 20px
}
.index2 {
	width: 1000px;
	overflow: hidden
}
.index2-l {
	float: left;
	width: 320px
}
.mark {
	margin-bottom: 10px;
	width: 100%;
	height: 30px;
	border-bottom: #acacac 1px solid
}
.mark>a {
	float: right;
	line-height: 30px;
	font-size: 14px;
	color: #000
}
.mark-text {
	height: 30px;
	float: left;
	position: relative
}
.mark-text>span {
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	position: absolute
}
.mark-text>i {
	display: block;
	width: 20px;
	padding: 5px 0;
	margin-right: 10px;
	height: 20px;
	float: left
}
.mark-text>i img {
	width: 100%;
	display: block
}
.mark-text>p {
	display: block;
	float: left;
	line-height: 30px;
	font-size: 16px;
	color: #000;
	font-weight: 700
}
.picMarquee-top {
	margin: 0 auto;
	width: 320px;
	overflow: hidden;
	position: relative
}
.picMarquee-top .bd {
	height: 340px;
	overflow: hidden
}
.picMarquee-top .bd ul {
	overflow: hidden;
	zoom: 1
}
.picMarquee-top .bd ul li {
	margin-bottom: 19px
}
.picMarquee-top .bd ul li>a {
	display: block;
	overflow: hidden
}
.index2-l_img {
	width: 96px;
	height: 96px;
	float: left;
	overflow: hidden;
	border-radius: 5px
}
.index2-l_img>img {
	width: 100%;
	height: 100%;
	display: block
}
.index2-l_text {
	float: right;
	width: 207px;
	height: 96px
}
.index2-l_text>h1 {
	font-size: 14px;
	color: #000
}
.index2-l_text>p {
	font-size: 12px;
	color: #333;
	line-height: 20px;
	display: block;
	height: 40px;
	margin: 8px 0
}
.index2-l_text>span {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #333
}
.picMarquee-top .bd ul li:nth-child(1) .index2-l_text>h1 {
	font-weight: 700
}
.picMarquee-top .bd ul li>a:hover .index2-l_text>h1 {
	color: #0058ab
}
.index2-c {
	width: 320px;
	margin-left: 20px;
	float: left
}
.index2-c_ul {
	height: 340px;
	overflow: hidden
}
.index2-c_ul li {
	margin-bottom: 14px
}
.index2-c_ul li>a {
	display: block;
	overflow: hidden;
	width: 100%
}
.index2-c_time {
	width: 64px;
	height: 72px;
	background: #f2f2f2;
	border-radius: 5px;
	overflow: hidden;
	float: left
}
.index2-c_time>p {
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 30px;
	font-weight:bold;
	text-align: center;
	color: #666
}
.index2-c_time>span {
	display: block;
	width: 100%;
	background: #f46e4a;
	color: #fff;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	text-transform: uppercase
}
.index2-c_text {
	float: right;
	width: 245px;
	float: right
}
.index2-c_text>h1 {
	font-size: 14px;
	color: #000;
	padding-bottom: 10px;
	font-weight:bold;
}
.index2-c_text>p {
	font-size: 12px;
	color: #333;
	line-height: 20px
}
.index2-c_ul li:nth-child(1) .index2-c_text>h1 {
	font-weight: 700
}
.index2-c_ul li>a:hover .index2-c_text>h1 {
	color: #0058ab
}
.index2-r {
	width: 320px;
	float: right
}
.index2-r_ul {
	height: 340px;
	overflow: hidden
}
.index2-r_ul li {
	width: 100%;
	height: 60px;
	background: url(../images/tu-10.png);
	background-size: 100% 100%;
	margin-bottom: 10px
}
.index2-r_ul li>a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 10px
}
.index2-r_ul li>a>p {
	font-size: 14px;
	color: #000;
	line-height: 64px;
	display: block;
	height: 64px;
	float: left;
	width:220px;
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: -mo-calc(100% - 80px);
	width: -o-calc(100% - 80px);
	width: calc(100% - 80px)
}
.index2-r_ul li>a>i {
	float: right;
	font-size: 12px;
	color: #333;
	line-height: 64px
}
.index2-r_ul li:hover {
	background-image: url(../images/tu-9.png)
}
.index2-r_ul li>a>p {
	font-weight: 700
}
.index3 {
	width: 1000px
}
.picScroll-left {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-top: 10px
}
.picScroll-left .hd .next,.picScroll-left .hd .prev {
	display: block;
	position: absolute;
	z-index: 999;
	top: 50%;
	margin-top: -18px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center
}
.picScroll-left .hd .prev {
	background-image: url(../images/tu-l.png);
	left: 0
}
.picScroll-left .hd .next {
	background-image: url(../images/tu-r.png);
	right: 0
}
.picScroll-left .hd .prevStop {
	opacity: .2
}
.picScroll-left .hd .nextStop {
	opacity: .2
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1
}
.picScroll-left .bd ul li {
	margin: 0 20px;
	float: left;
	overflow: hidden;
	text-align: center
}
.picScroll-left .bd ul li a {
	display: block;
	overflow: hidden
}
.picList-img {
	float: left;
	width: 89px;
	height: 120px;
	border-radius: 5px;
	overflow: hidden
}
.picList-img img {
	width: 100%;
	height: 100%;
	display: block
}
.picList-text {
	float: left;
	width: 120px;
	height: 120px;
	text-align: left;
	margin-left: 15px
}
.picList-text>h3 {
	font-size: 12px;
	color: #333;
	padding-bottom: 10px;
	text-align: left;
	width: 100%
}
.picList-text>h3 b {
	font-size: 18px;
	color: #0058ab;
	padding-right: 5px
}
.picList-text>p {
	overflow: hidden;
	font-size: 12px;
	display: block;
	width:100%;
	color: #333
}
.foot-box {
	background: #333
}
.foot {
	width: 1000px;
	padding-top: 20px
}
.foot-top {
	position: relative;
	padding-left: 70px;
	overflow: hidden;
	margin-bottom: 10px
}
.foot-top>span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	float: left;
	line-height: 26px;
	font-size: 12px;
	color: #dfdfdf
}
.foot-top>a {
	float: left;
	line-height: 26px;
	font-size: 12px;
	color: #dfdfdf;
	margin-right: 18px
}
.foot-bottom {
	text-align: center
}
.foot-bottom>b {
	color: #dfdfdf;
	font-size: 12px
}
.foot-bottom>a {
	color: #dfdfdf;
	font-size: 12px
}
.content {
	width: 1000px;
	background: #fff;
	padding: 30px 20px;
	overflow: hidden
}
.left {
	float: left;
	width: 210px
}
.left-1 dt {
	margin-bottom: 10px;
	background-image: url(../images/tu-3.png);
	background-size: 100% 100%;
	width: 210px;
	height: 36px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	font-size: 16px
}
.left-1 dd {
	border-bottom: #e3e3e3 1px solid;
	width: 210px;
	height: 32px
}
.left-1 dd a {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 28px;
	line-height: 32px;
	background: url(../images/tu-14.png) no-repeat;
	background-position: 14px 0
}
.left-1 .dd a {
	color: #005fe5;
	background-position: 14px -32px
}
.left-1 dd a:hover {
	color: #005fe5;
	background-position: 14px -32px
}
.left-2 {
	margin: 30px 0;
	width: 210px
}
.left-2 a {
	display: block;
	width: 100%
}
.left-2 a img {
	width: 100%;
	display: block
}
.left-3>span {
	display: block;
	width: 100%;
	height: 32px;
	background: #e5e5e5;
	border-left: #005fe5 4px solid
}
.left-3>span>i {
	float: left;
	display: block;
	width: 24px;
	height: 17px;
	margin: 7.5px
}
.left-3>span>i img {
	display: block;
	width: 100%
}
.left-3>span>b {
	line-height: 32px;
	color: #333
}
.left-3>p {
	line-height: 50px;
	font-size: 100%;
	color: #154c79;
	font-weight: 700
}
.right {
	float: right;
	width: 720px
}
.right-top {
	height: 30px;
	background: #f4f4f4
}
.right-top>h1 {
	padding-left: 20px;
	float: left;
	font-size: 14px;
	color: #0466c3;
	line-height: 30px
}
.right-top>dl {
	float: right;
	padding-right: 20px
}
.right-top>dl dt {
	float: left;
	font-size: 12px;
	color: #333;
	line-height: 30px
}
.right-top>dl dd {
	float: left;
	font-size: 12px;
	color: #333;
	line-height: 30px
}
.right-top>dl dd a {
	display: block;
	background: url(../images/tu-15.png) no-repeat center right;
	padding-right: 10px;
	margin-right: 3px
}
.right-top>dl dd a:hover {
	color: #0466c3
}
.content-nei {
	width: 100%;
	min-height: 600px;
	border: #e3e3e3 1px solid;
	border-top: none;
	padding: 20px
}
.content-text img {
	max-width: 100%
}
.ranks-ul {
	overflow: hidden
}
.ranks-ul li {
	float: left;
	width: 50%;
	padding: 15px
}
.ranks-ul li a {
	overflow: hidden
}
.ranks-img {
	width: 105px;
	height: 130px;
	float: left
}
.ranks-img img {
	width: 100%;
	height: 100%;
	display: block
}
.ranks-text {
	padding: 10px 0;
	float: right;
	width: 195px;
	height: 130px;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap
}
.ranks-text h3 {
	font-size: 13px;
	display: block;
	width: 100%;
	color: #3d3d3d
}
.ranks-text p {
	font-size: 13px;
	color: #3d3d3d;
	display: block;
	width: 100%
}
.ranks-ul li a:hover .ranks-text p {
	color: #0058ab
}
.introduce-1 {
	width: 100%
}
.introduce-members {
	width: 100%;
	overflow: hidden
}
.introduce-members .members-text {
	float: left;
	margin-left: 10px
}
.introduce {
	padding-bottom: 30px;
	margin-top: 20px
}
.introduce-top {
	width: 100%;
	height: 30px;
	border-bottom: #e3e4e5 2px solid
}
.introduce-top li {
	cursor: pointer;
	margin-right: 4px;
	float: left;
	width: 108px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	text-align: center
}
.introduce-top li span {
	display: block;
	width: 100%;
	height: 100%;
	background: #e3e4e5
}
.introduce-top .li {
	background: #fff;
	border: #e3e4e5 2px solid;
	border-bottom: none
}
.introduce-top .li span {
	background: 0 0
}
.introduce-top li:hover span {
	background: 0 0
}
.introduce-bottom {
	padding: 10px
}
.introduce-bottom li {
	display: none;
	font-size: 14px
}
.introduce-members .ranks-text {
	float: left;
	margin-left: 14px;
	width: 500px
}
.winning-ul {
	overflow: hidden;
	width: 705px
}
.winning-ul li {
	float: left;
	margin-right: 25px;
	width: 150px;
	margin-bottom: 20px
}
.winning-img {
	width: 150px;
	height: 182px;
	overflow: hidden
}
.winning-img img {
	width: 100%;
	display: block;
	min-height:100%;
}
.winning-text {
	font-size: 14px;
	color: #616060;
	line-height: 30px;
	text-align: center;
	font-weight:bold;
}
.journalism-ul li {
	padding: 20px 0;
	border-bottom: #b4b4b4 1px dashed
}
.journalism-ul li:nth-child(1) {
	padding-top: 0
}
.journalism-ul li a {
	overflow: hidden;
	display: block;
	width: 100%
}
.journalism-img {
	width: 200px;
	height: 140px;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	margin-right: 25px
}
.journalism-img img {
	height: 100%;
	width: 100%;
	display: block
}
.journalism-text h1 {
	font-size: 16px;
	color: #333;
	margin-bottom: 23px
}
.journalism-text p {
	font-size: 12px;
	color: #848484
}
.journalism-text i {
	margin-top: 20px;
	display: block;
	width: 100%;
	color: #848484;
	text-align: right;
	font-size: 12px
}
.journalism-wenz {
	width: 100%
}
.journalism-top>h1 {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	line-height: 30px;
	text-align: center
}
.journalism-shij {
	border: 1px solid #dedede;
	text-align: center;
	font-size: 12px;
	color: #3D3D3D;
	line-height: 21px
}
.journalism-details img {
	max-width: 100%
}
.fenye1 {
	clear: both;
	font-size: 12px;
	line-height: 28px;
	height: 56px;
	border: 1px solid #9cceec;
	background: #e9f7ff;
	padding: 0 5px;
	margin-top: 10px
}
.fenye1 p {
	font-size: 12px;
	line-height: 28px
}
.fenye1 a:hover {
	color: #0058ab
}
.foot-2 {
	padding: 10px 0;
	width: 1000px;
	display: inline-flex;
	display: flex;
	justify-content: space-between
}
.foot-2 dl {
	margin: 0
}
.foot-2 dl dt {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	color: #fff
}
.foot-2 dl dd a {
	line-height: 25px;
	font-size: 12px;
	color: #fff
}
.within-banner {
	width: 1000px
}
.within-banner img {
	width: 100%;
	display: block
}
.flip {
	text-align: center
}
.m30 {
	height: 30px;
	width: 100%
}
.banner-content,.picList-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column
}
.fudong ul li a,.content,.content-nei,.index2-r_ul li>a,.left-1 dd a,.left-3>span,.ranks-text,.ranks-ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}
.fudong {
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s
}
.index2-c_text>h1,.index2-l_text>h1,.index2-r_ul li>a>p,.left-1 dd a,.nav li dl dd a {
	display: block;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.scott {
	background:#e9f7ff;
	height:30px;
	overflow:hidden;
	text-align:center;
	padding-top:9px;
	border:1px solid #dbf7ff;
	line-height:21px;
}
.scott A {
	BORDER:#58affe 1px solid;
	PADDING:2px 5px;
	MARGIN-RIGHT: 5px;
	TEXT-DECORATION: none;
	background:#fff;
}
.scott A:hover {
	border:1px solid #58affe;
	text-decoration:none;
	BACKGROUND-COLOR:#237ac7;
	color:#FFF;
}
.scott A:active {
	border:1px solid #58affe;
	text-decoration:none;
	BACKGROUND-COLOR:#237ac7;
}
.scott SPAN.current {
	BORDER: #237ac7 1px solid;
	PADDING:2px 5px;
	FONT-WEIGHT: bold;
	COLOR: #fff;
	MARGIN-RIGHT: 2px;
	BACKGROUND-COLOR: #237ac7;
	MARGIN-RIGHT: 5px;
}
.scott SPAN.disabled {
	BORDER:#237ac7 1px solid;
	PADDING:2px 5px;
	COLOR:#237ac7;
	MARGIN-RIGHT: 5px;
	background:#d8f1ff;
}