﻿@charset "utf-8";

/* css document */
html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
form,
input,
ul,
ol,
dl,
li,
dt,
dd {
	border: 0 none;
	font-family: "ms ui gothic";
	font-weight: normal;
	list-style: outside none none;
	margin: 0;
	outline: medium none;
	padding: 0;
}

.header {
	width: 1200px;
	height: 130px;
	margin: 0 auto
}

.logo {
	float: left;
	margin-top: 15px
}

#time {
	color: #0035bd;
	margin-top: 10px
}

.banner {
	float: right;
	margin-top: 15px
}

.sousuo {
	width: 200px;
	height: 32px;
	float: right;
	position: relative;
	margin-top: 78px;
	margin-right: 30px
}

.sssearch {
	width: 200px;
	height: 32px;
	border: 1px solid #0090ff;
}

.sousuo img {
	position: absolute;
	right: 8px;
	bottom: 6px;
	border-left: 1px solid #0090ff;
	padding-left: 10px;
}

/* nav */
.nav {
	width: 100%;
	height: 69px;
	background: #001375;
}

.nav_list {
	width: 1200px;
	height: 69px;
	margin: 0 auto;
	list-style: none;
}

.nav_list li {
	float: left;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 69px;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-weight: bold;
}

.nav_list li a {
	color: #fff;
}

.nav_list li li {
	margin-left: 53px;
}

.language-more1 {
	background: url(/uploads/image/2images/arrow_down.png) no-repeat 90px 30px;
	padding-right: 50px;
}

.language-more1:hover .sub {
	height: 120px;
	padding: 15px 0;
}

.language-more2 {
	background: url(/uploads/image/2images/arrow_down.png) no-repeat 99px 30px;
	padding-right: 50px;
}

.language-more2:hover .sub {
	height: 306px;
	padding: 15px 0;
}

.sub {
	position: absolute;
	left: 0;
	width: 100px;
	transition: all 0.5s;
	overflow: hidden;
	height: 0px;
	background: #2d4aa7;
	background: linear-gradient(to top, #2d4aa7 0%, #2d4aa7 100%);
	z-index: 50;
}

.sub a {
	display: block;
	text-align: center;
	font-weight: normal;
	font-family: 'pingfang sc', 'lantinghei sc', 'helvetica neue', helvetica, arial, 'microsoft yahei', '微软雅黑', stheitisc-light, simsun, '宋体', 'wenquanyi zen hei', 'wenquanyi micro hei', sans-serif;
}

.sub a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.lh-xl {
	line-height: 2;
}

.fs-sm {
	font-size: 14px;
}

/* mian */
.mian {
	margin-top: 35px
}

.topbanner {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 30px
}

.grid-1200 {
	margin: 0 auto
}

.contop {
	height: 860px
}

.con_l {
	width: 800px;
	float: left;
	margin-right: 29px;
}

.con_r {
	width: 370px;
	float: right;
	overflow: hidden;
}

.xitime {
	width: 370px;
	height: 120px;
	margin-bottom: 15px;
}

.xitime img {
	width: 370px;
	height: 120px;
}

/*多媒体 */
.part01_left {
	width: 800px;
	float: left;
	margin-bottom: 50px;
}

.part01_left .focus {
	position: relative;
	width: 800px;
	height: 450px;
	cursor: pointer;
	position: relative;
	z-index: 3;
}

.part01_left .focus .swiper-container {
	width: 100%;
	height: 100%
}

.part01_left .focus .media-box {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10
}

.part01_left .focus .swiper-pagination {
	width: auto;
	right: 10px;
	left: auto;
	bottom: 22px
}

.part01_left .focus .swiper-pagination .swiper-pagination-bullet {
	margin-right: 0;
	opacity: 1;
	background: #d3d3d3;
	-webkit-transition: width .5s;
	-moz-transition: width .5s;
	transition: width .5s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.part01_left .focus .swiper-pagination .swiper-pagination-bullet-active {
	width: 20px;
	background: #f5b70a
}

.part01_left .focus .swiper-button-prev {
	display: none;
	width: 34px;
	height: 73px;
	left: 0;
	margin-top: -52px;
	background:  0 0 no-repeat
}

.part01_left .focus .swiper-button-next {
	display: none;
	width: 34px;
	height: 73px;
	right: 0;
	margin-top: -52px;
	background:  0 0 no-repeat
}

.part01_left .focus .swiper-container:hover .swiper-button-next,
.part01_left .focus .swiper-container:hover .swiper-button-prev {
	display: block
}

.part01_left .focus .swiper-slide {
	position: relative
}

.part01_left .focus .swiper-slide .img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%
}

.part01_left .focus .swiper-slide .img img {
	width: 100%;
	height: 100%
}

.part01_left .focus .swiper-slide .tit {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	padding: 10px 90px 10px 10px;
	color: #fff;
	background: rgba(0, 0, 0, .65);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%)
}

.part01_left .focus .swiper-slide .tit a {
	color: #fff
}

.part01_left .focus .swiper-slide .tit .btn {
	display: none;
	margin-right: 10px;
	margin-top: -6px;
	vertical-align: middle;
	width: 46px;
	height: 46px;
	background:  0 0
}

.part01_left .focus .media-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 30px;
	height: 30px;
	background:  0 0 no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	cursor: pointer;
	display: none;
}

.part01_left .focus .videoplayer {
	width: 800px;
	height: 450px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
}

/*.part01_left .focus .videoplayer video {
	width: 800px;
	height: 450px;
}*/
.part01_left .focus .player-container {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.part01_bottom {
	margin-top: 10px;
}

.part01_bottom li {
	width: 260px;
	float: left;
}

.part01_bottom li li {
	margin-left: 10px;
}

.part01_bottom li .img {
	width: 260px;
	height: 146px;
	position: relative;
	overflow: hidden;
}

.part01_bottom li img {
	width: 260px;
	height: 146px;
}

.part01_bottom li .btn {
	display: none;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: -80px;
	vertical-align: middle;
	width: 46px;
	height: 46px;
	background:  0 0
}

.btn {
	cursor: pointer;
}

.part01_bottom li .tit {
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
}

/*part1右栏*/
.topnews {
	height: 470px;
	background: #eef7ff;
	overflow-x: hidden;
	overflow-y: visible;
}

.xwlist {
	padding: 12px 12px 0 12px;
}

.xwlist li {
	padding: 0 0 14px 21px;
	font-size: 20px;
	color: #333;
	line-height: 28px;
	margin-bottom: 14px;
	border-bottom: 1px dotted #dcdcdc;
	position: relative;
}

.xwlist li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 4px;
	height: 4px;

	/* background: url(/uploads/image/gnimages/d.png); */
	background: #fff;
	border-radius: 50%;
	/* border: 2px #d11305 solid; */
	border: 2px #0088e7 solid;
}

.xwlist li:last-child {
	border: none;
	margin-bottom: 0px;
}

.xwlist li a {
	color: #333;
}
/* .xwlist li a {
	color: #d11305;
} */

.xwlist .ys {
	font-weight: bold;
}

.mcsb_container {
	margin-right: 0px
}

.mcs-dark>.mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar {
	background: rgba(0, 0, 0, 0.2);
}

.mcustomscrollbox:hover>.mcsb_scrolltools {
	opacity: 0.2;
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
	/* old ie */
}

.mcs-dark>.mcsb_scrolltools .mcsb_dragger:hover .mcsb_dragger_bar {
	background: rgba(0, 0, 0, 0.2);
}

.mcs-dark>.mcsb_scrolltools .mcsb_dragger:active .mcsb_dragger_bar,
.mcs-dark>.mcsb_scrolltools .mcsb_dragger:active .mcsb_dragger_bar,
.mcs-dark>.mcsb_scrolltools .mcsb_dragger.mcsb_dragger_ondrag .mcsb_dragger_bar {
	background: rgba(0, 0, 0, 0.2);
}

.mcsb_scrolltools .mcsb_buttonup:active,
.mcsb_scrolltools .mcsb_buttondown:active,
.mcsb_scrolltools .mcsb_buttonleft:active,
.mcsb_scrolltools .mcsb_buttonright:active {
	opacity: 0.2;
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
	/* old ie */
}

/*图文样式*/
.list-style2 {
	overflow: hidden
}

.list-style2 ul {
	width: 100%
}

.list-style2 li {
	position: relative;
	margin-bottom: 17px;
	width: 255px;
	height: 100px;
	float: left;
}

.list-style2 li li {
	margin-left: 17px;
}

.list-style2 li .img {
	width: 255px;
	height: 100px;
	overflow: hidden;
}

.list-style2 li .img img {
	width: 255px;
	height: 100px
}

.list-style2 li .tit {
	width: 255px;
	margin-top: 8px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.list-style3 {
	overflow: hidden
}

.list-style3 ul {
	width: 100%
}

.list-style3 li {
	position: relative;
	margin-bottom: 20px;
	width: 380px;
	height: 325px;
	float: left;
	margin-right: 20px
}

.list-style3 li .img {
	width: 380px;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px
}

.list-style3 li .img img {
	width: 380px;
	height: auto
}

.list-style3 li .tit {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.list-style3 .zy {
	font-size: 16px;
	line-height: 32px;
	color: #666;
	margin-bottom: 20px;
}

.list-style3 li .yinti {
	display: none;
	font-size: 18px;
	color: #0035bd;
	font-weight: bold
}

.list-style3 li .yinti a {
	font-size: 18px;
	color: #0035bd;
	font-weight: bold
}

/*right list*/
.con_list {
	background: #eef7ff;
	padding: 10px;
	height: 583px
}

.con_list li {
	background: none;
	position: relative;
	line-height: 35px;
	margin-bottom: 10px
}

.con_list li a {
	font-size: 20px;
	color: #333333;
}

/* hot */
.title {
	height: 65px;
	line-height: 75px;
	width: 100%;
	border-bottom: 3px solid #e5e5e5;
	background: url(/uploads/image/2images/title.png) no-repeat 0px 20px;
	padding-left: 30px;
	color: #0035bd
}

.title a {
	color: #0035bd
}

.guesslike {
	overflow: hidden;
	background: #fff
}

.guesslike li {
	font-size: 16px;
	line-height: 48px;
	display: block;
	padding-left: 0px;
	position: relative;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.guesslike ul {
	margin-top: 12px
}

.guesslike li span {
	width: 25px;
	height: 25px;
	background-color: #efefef;
	color: #0f66e8;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	display: block;
	float: left;
	margin-top: 12px;
	font-weight: bold;
	margin-right: 10px;
}

.guesslike li .ys1 {
	background-color: #005ce7;
	color: #fff;
}

.guesslike li .ys2 {
	background-color: #1170ff;
	color: #fff;
}

.guesslike li .ys3 {
	background-color: #3a88ff;
	color: #fff;
}

.contact {
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 30px;
	width: 1200px;
}

/*contact*/
.contact_l {
	float: left;
	width: 880px;
	margin-top: 33px;
}

.contact_l h3 {
	padding: 20px 0 30px;
}

.contact_l li {
	color: #135091;
	float: left;
	height: 38px;
	line-height: 38px;
	width: 210px;
	font-weight: bold
}

.contact_l li a {
	color: #135091;
	font-size: 18px
}

.contact_r {
	float: right;
	padding-top: 30px;
	width: 316px;
}

/*footer*/
.footer {
	background: #0035bd none repeat scroll 0 0;
	margin-top: 50px;
	overflow: hidden;
	width: 100%;
}

.footer_c {
	margin: 0 auto;
	padding: 20px 0;
	width: 1200px;
}

.footer_c p {
	color: #fff;
	line-height: 24px;
	text-align: center;
}

.footer_c p span {
	color: #07b3e7;
	font-weight: bold;
}