@charset "UTF-8";

html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	/*解决chrome浏览器下字体不能小于12px*/
	-webkit-font-smoothing: antialiased;
}

body {
	background: white;
	overflow-x: hidden;
	font-size: 12px;
	color: #666;
	font-family: "微软雅黑";
}

a {
	outline: none;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
}

html {
	zoom: 1;
}

html * {
	outline: 0;
	zoom: 1;
}

html button::-moz-focus-inner {
	border-color: transparent !important;
}

/*设置margin和padding为0*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
a,
img,
input,
select,
button,
textarea {
	border: 0;
	background: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

em,
i {
	font-style: normal;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type=date],
button,
select,
input[type=text] {
	/*去掉苹果的默认UI来渲染按钮 、解决部分手机浏览器对border：none无效办法*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
	tap-highlight-color: transparent !important;
}

a,
input[type=text],
select,
input[type=password],
textarea {
	/*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
	tap-highlight-color: transparent !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa;
	font-family: 'Adobe 黑体 Std', "微软雅黑";
}

body {
	overflow-x: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	clear: both;
}

img {
	max-width: 100%;
}

.warpper {
	width: 87.5vw;
	;
	margin: 0 auto;
}

@media screen and (max-width:1200px) {
	.warpper {
		width: 100%;
	}
}

.over1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.over2,
.over3,
.over4,
.over5,
.over6,
.over7,
.over9 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.over2 {
	-webkit-line-clamp: 2;
}

.over3 {
	-webkit-line-clamp: 3;
}

.over4 {
	-webkit-line-clamp: 4;
}

.over5 {
	-webkit-line-clamp: 5;
}

.over6 {
	-webkit-line-clamp: 6;
}

.over7 {
	-webkit-line-clamp: 7;
}

.over9 {
	-webkit-line-clamp: 9;
}


.warp {
	width: 1200px;
	margin: 0 auto;
}


.header {
	width: 100%;
	height: 4.583333vw;
	background: #fff;
	position: relative;
	z-index: 9;
}

.header .warpper {
	align-items: center;
}

.header .logo {
	width: 10.833333vw;
	height: 2.5vw;
	margin-top: 1.041667vw;
	float: left;
}

.header .logo img {
	width: 100%;
	height: 100%;
}

.header .nav {
	float: left;
	display: flex;
	justify-content: space-between;
	width: 40.555556vw;
	font-size: 0.833333vw;
	font-family: Microsoft YaHei;
	color: #666;
	margin-left: 21.354167vw;
}

.header .nav li {
	height: 2.708333vw;
	box-sizing: border-box;
	padding-top: 1.666667vw;
	border-top: 0.15625vw solid #fff;
	font-weight: lighter;
}

.header .nav li:hover {
	box-sizing: border-box;
	border-top: 0.15625vw solid #0650A5;
	color: #0650A5;
	font-weight: bold;
}

.header .nav li a {
	font-size: 0.833333vw;
}

.header .line {
	display: inline-block;
	width: 0.052083vw;
	height: 1.041667vw;
	background: #D7D7D7;
}

.header .eee {
	width: 14.583333vw;
	display: flex;
	align-items: center;
	float: right;
	height: 1.041667vw;
	margin-top: 1.770833vw;
	padding-top: 0.104167vw;
	box-sizing: border-box;
}


.header .eee .line:nth-of-type(1) {
	margin-right: 1.5vw;
	margin-left: 1.5vw;
}

.header .eee img:nth-of-type(1) {
	width: 1.041667vw;
	margin-right: 0.520833vw;
}

.header .eee img:nth-of-type(2) {
	width: 0.520833vw;
	margin-left: 1.03125vw;
}

.header .eee img:nth-of-type(3) {
	display: inline-block;
}

.header .eee .jtit {
	display: inline-block;
	font-size: 0.833333vw;
	font-family: Microsoft YaHei;
	color: #666666;
}

.header .eee .line:nth-of-type(2) {
	display: inline-block;
	margin: 0 1.5vw;
}

.header .eee .search {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.6vw;
}

.header .eee .search .searchBox {
	position: absolute;
	background-color: #fff;
	border-radius: 6px;
	padding: 20px;
	box-sizing: border-box;
	top: 100%;
	transform: translate(-48%, 0);
	display: flex;
	width: 250px;
	box-shadow: 0px 0px 2px;
	display: none;
}

.header .eee .search:hover .searchBox {
	display: flex;
}

.header .eee .search .searchBox div {
	display: flex;
}

.header .eee .searchBox input {
	width: 168px;
	padding-left: 10px;
	box-sizing: border-box;
}

.header .eee .search .searchBox div {
	border: 1px solid rgb(129, 202, 255);
	width: 100%;
	display: flex;
	border-radius: 6px;
	height: 30px;
	overflow: hidden;
}

.header .eee .searchBox p {
	width: auto;
	font-size: 14px;
	background-color: rgb(129, 202, 255);
	color: #000;
	cursor: pointer;
	line-height: 30px;
}

.header .eee .search a {
	display: block;
	padding: 0 8px;
}

.footer {
	width: 100%;
	height: auto;
	background-color: #0650A5;
	box-sizing: border-box;
	border-top: 0.1563vw solid #23ADCE;
}

.footer .top {
	padding: 5.2083vw 0 4.1667vw;
	box-sizing: border-box;
	height: auto;
	position: relative;
}

.footer .top .left {
	float: left;
}

.footer .logobt {
	width: 10.4167vw;
	height: 2.3958vw;
}

.footer .logobt img {
	width: 100%;
	height: 100%;
}

.footer .contactInfo {
	margin-top: 5.5729vw;
	display: flex;
	margin-bottom: 1.3542vw;
}

.footer .contactInfo img {
	display: inline-block;
	width: 2.1354vw;
	height: 2.3438vw;
	margin-right: 0.2604vw;
}

.footer .contactInfo h5 {
	width: 4.1667vw;
	height: 1.0417vw;
	font-size: 1.0417vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.footer .contactInfo h6 {
	font-size: 0.7292vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1C68BF;
	line-height: 2.0833vw;
}

.footer .info span {
	display: block;
	font-size: 0.7292vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.3542vw;
}

.footer .info span i {
	font-size: 0.8333vw;
	font-family: Arial;
	font-weight: 400;
	font-style: italic;
	color: #8ABCF6;
	line-height: 1.3542vw;
}

.footer .right {
	float: right;
	display: flex;
	justify-content: space-between;
}

.footer .right ul {
	width: 8.1771vw;
	font-size: 0.8333vw;
	font-family: Microsoft YaHei UI;
	font-weight: 400;
	color: #8ABCF6;
	line-height: 1.875vw;
}

.footer .right ul li:first-child {
	font-size: 0.8333vw;
	font-family: Microsoft YaHei UI;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5625vw;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 0.4167vw;
}

.footer .right ul:nth-of-type(6) {
	width: 6.375vw;
}

.footer .right ul li:first-child a {
	display: inline-block;
	height: 1.7188vw;
	box-sizing: border-box;
}

.footer .right ul li:first-child a:hover {
	border-bottom: 0.1042vw solid #23ADCE;
}

.footer .right .returnTop {
	display: block;
	width: 2.0833vw;
	height: 1.8229vw;
	position: relative;
	margin-left: 10.9375vw;
	margin-top: 0.5208vw;
}

.footer .right .returnTop img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.footer .right .returnTop img:nth-of-type(2) {
	display: none;
}

.footer .right .returnTop:hover img:nth-of-type(1) {
	display: none;
}

.footer .right .returnTop:hover img:nth-of-type(2) {
	display: block;
}

.footer .erwm {
	position: absolute;
	bottom: 4.1667vw;
	right: 0;
}

.footer .erwm .qq {
	display: flex;
	margin-top: 0.6771vw;
	justify-content: center;
}

.footer .erwm .qq .qwb {
	width: auto;
	height: auto;
	position: relative;
	text-align: center;
}

.footer .erwm .qq .qwb .img_box {
	width: 2vw;
	height: 2vw;
	background-size: contain;
	position: relative;
	margin-left: 1vw;
	cursor: pointer;
}


.footer .erwm .qq .qwb .ewm_box {
	width: 6vw;
	height: 6vw;
	padding: 0.4vw;
	box-sizing: border-box;
	background-color: #fff;
	display: none;
	position: absolute;
	top: -7.2vw;
	left: 50%;
	transform: translateX(-50%);
}

.footer .erwm .qq .qwb .ewm_box img {
	width: 100%;
	height: 100%;
}

.footer .erwm .qq .qwb:nth-of-type(1) .img_box {
	background: url(../images/indeximg/qq.png) no-repeat;
	background-size: contain;
}

.footer .erwm .qq .qwb:nth-of-type(2) .img_box {
	background: url(../images/indeximg/wx.png) no-repeat;
	background-size: contain;
}

.footer .erwm .qq .qwb:nth-of-type(3) .img_box {
	background: url(../images/indeximg/wb.png) no-repeat;
	background-size: contain;
}

.footer .erwm .qq .qwb:nth-of-type(1) .img_box:hover {
	background: url(../images/indeximg/qqw.png) no-repeat;
	background-size: contain;
}

.footer .erwm .qq .qwb:nth-of-type(2) .img_box:hover {
	background: url(../images/indeximg/wxw.png) no-repeat;
	background-size: contain;
}

.footer .erwm .qq .qwb:nth-of-type(3) .img_box:hover {
	background: url(../images/indeximg/wbw.png) no-repeat;
	background-size: contain;
}

.footer .qwb:nth-of-type(1) .img_box:hover .ewm_box {
	display: flex !important;
}

.footer .qwb:nth-of-type(2) .img_box:hover .ewm_box {
	display: flex !important;
}

.footer .qwb:nth-of-type(3) .img_box:hover .ewm_box {
	display: flex !important;
}



.footer .bottom {
	height: 3.0208vw;
	background-color: #2971C3;
	font-size: 0.7292vw;
	font-family: Microsoft YaHei UI;
	font-weight: 400;
	color: #FFFFFF;
}

.footer .bottom .warpper {
	display: flex;
	justify-content: space-between;
}

.footer .bottom .warpper li {
	width: 8.2292vw;
	height: 0.7813vw;
	box-sizing: border-box;
	margin-top: 1.0938vw;
	border-right: 0.0521vw solid #4B8EDB;
}

.footer .bottom .warpper li a {
	white-space: nowrap;
}

.footer .bottom .warpper li:last-child {
	border-right: none;
	width: 3.5vw;
}

/* index.html */
.indexbanner {
	width: 100%;
	height: auto;
	position: relative;
}

.indexbanner .swiper-slide {
	position: relative;
}

.indexbanner .swiper-slide img {
	display: block;
}

.indexbanner .swiper-slide img:nth-of-type(2) {
	position: absolute;
	top: 5.3125vw;
	right: 6.25vw;
	width: 28.33333vw;
}

.indexbanner .swiper-slide img:nth-of-type(3) {
	position: absolute;
	top: 11.458333vw;
	right: 6.25vw;
	width: 14.114583vw;
}

.indexbanner .swiper-container-horizontal>.swiper-pagination-bullets,
.indexbanner .indexbanner .swiper-pagination-custom,
.indexbanner .swiper-pagination-fraction {
	bottom: 9.322916vw;
	left: 0;
	width: 100%;
}

.indexbanner .swiper-pagination-bullet {
	width: 1.5625vw;
	height: 0.104166vw;
	background: #FFFFFF;
	display: inline-block;
	border-radius: 0;
	opacity: 1;
}

.indexbanner .swiper-pagination-bullet-active {
	opacity: 1;
	width: 1.5625vw;
	height: 0.208333vw;
	background: #FFFFFF;
}

.indexbanner .swiper-button-next,
.indexbanner .swiper-button-prev {
	width: 3.958333vw;
	height: 3.958333vw;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
}

.indexbanner .swiper-button-next:after,
.indexbanner .swiper-container-rtl .swiper-button-prev:after {
	content: '';
}

.indexbanner .swiper-button-prev:after,
.indexbanner .swiper-container-rtl .swiper-button-next:after {
	content: '';
}

.indexbanner .bottom {
	width: 100%;
	position: absolute;
	z-index: 100;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
}

.indexbanner .bottom .warpper {
	display: flex;
	justify-content: space-between;
}

.indexbanner .bottom .box {
	width: 12.5vw;
	height: 5.677083vw;
	box-sizing: border-box;
	padding: 1.041666vw 1.25vw;
	text-align: center;
	position: relative;
}

.indexbanner .bottom .box h5 {
	font-size: 1.041666vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 0.625vw;
}

.indexbanner .bottom .box h6 {
	font-size: 0.83vw;
	font-family: DINCond-Bold;
	font-weight: 400;
	color: #666666;
	text-transform: uppercase;
}

.indexbanner .bottom .box1::after {
	display: block;
	content: "";
	width: 0.052083vw;
	height: 1.041666vw;
	background: #666666;
	position: absolute;
	top: 2.34375vw;
	right: 0;
}

.indexbanner .bottom .bbox1:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
}


.indexbanner .bottom .box .box2 {
	width: 100%;
	height: 8.28125vw;
	background: #0650A5;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}

.indexbanner .bottom .box .box2 p {
	width: 100%;
	height: 8.28125vw;
	line-height: 8.28125vw;
}

.indexbanner .bottom .box .box2 p img {
	vertical-align: middle;
}

.indexbanner .bottom .box .box2 {
	display: none;
}

.indexbanner .bottom .box:hover .box2 {
	display: block;
}

.group {
	padding-top: 5.208333vw;
	margin-bottom: 2.760417vw;
	padding-bottom: 4.427083vw;
}

.group .left {
	width: 38.072917vw;
	float: left;
	position: relative;
}

.group .left h5 {
	position: absolute;
	top: 1.5625vw;
	left: 0;
	font-size: 1.354167vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
}

.group .left p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 34px;
	margin-top: 2.604167vw;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.group .left .zjtuox {
	width: 5.729167vw;
	line-height: 1.666667vw;
	background: #0650A5;
	border-radius: 0.104167vw;
	font-size: 0.729167vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin: 3.645833vw 0 3.75vw;
}


.group .left .linian {
	display: flex;
	text-align: center;
	font-size: 0.729167vw;
	font-family: Microsoft YaHei UI;
	font-weight: 400;
	color: #666666;
}

.group .left .linian dl {
	margin-right: 4.114583vw;
}

.group .left .linian dl dd {
	margin-bottom: 0.9375vw;
}

.group .left .btimg {
	position: absolute;
	right: 0;
	bottom: -5.645833vw;
}

.group .right {
	float: right;
	position: relative;
}

.group .right img:nth-of-type(1) {
	width: 43.75vw;
}

.group .right img:nth-of-type(2) {
	width: 2.291667vw;
	position: absolute;
	bottom: 1.614583vw;
	left: -1.25vw;
}

.news {
	background: url(../images/indeximg/newbj.png) no-repeat;
	padding-top: 5.9375vw;
	padding-bottom: 4.375vw;
}

.news .left {
	width: 55.208333vw;
	border-top: 1px solid #DCDCDC;
	float: left;
}

.news .left .tabs .horizontal li {
	float: left;
	list-style: none;
	height: 1.5625vw;
	background-color: rgb(235, 238, 239);
	/* width: 3vw; */
	text-align: center;
	cursor: pointer;
	font-size: 0.729167vw;
	color: #666666;
	margin-bottom: 2.5vw;
	box-sizing: border-box;
	border-top: 3px solid rgb(235, 238, 239);
	margin-right: 1.25vw;
}

.news .left .tabs .horizontal li.selectActive {
	border-top: 3px solid #0650A5;
	border-bottom: none;
	background-color: rgb(235, 238, 239);
	color: #0650A5;
	font-weight: bold;
}

.news .left .tabs div {
	display: block;
	clear: both;
	border: none;
	min-height: 1.979167vw;
}

.news .left .tabs .tadb {
	width: 55.208333vw;
	height: 26.458333vw;
	display: none;
	clear: both;
	border: none;
	min-height: 100%;
	position: relative;
}

.news .left .tabs .tadb .swiper-container {
	height: 26.354167vw;
}

.news .left .tabs .tadb .swiper-container .swiper-wrapper {
	display: flex;
}


.news .left .tabs .tadb .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news .left .tabs .tadb dl {
	/* float: left; */
	width: 16.666667vw;
	height: 10.666667vw;
	background-color: #fff;
	margin-bottom: 1.5625vw;
}

.news .left .tabs .tadb dl a {
	cursor: url('../images/more@2x.png') 35 35, auto !important;
}

.news .left .tabs .tadb dl dd {
	width: 100%;
	height: 8.28125vw;
}

.news .left .tabs .tadb dl dd img {
	width: 100%;
	height: 100%;
}

.news .left .tabs .tadb dl dt {
	box-sizing: border-box;
	padding: 0.677083vw 1.041667vw;
	font-size: 0.833333vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
}

.news .left .next,
.news .left .prev {
	width: 4.166667vw;
	line-height: 1.979167vw;
	background: #0650A5;
	opacity: 1;
	border-radius: 2px;
	z-index: 1000;
	text-align: center;
}


.news .left .prev {
	position: absolute;
	top: -3vw;
	left: 45.833333vw;
}

.news .left .next {
	position: absolute;
	top: -3vw;
	right: 0;
}

.news .left .swiper-button-disabled {
	background: #D9D9D9 !important;
}

.news .left .numpoint {
	position: absolute;
	top: 22.427083vw;
	left: 34.708333vw;
	font-size: 3.125vw;
	font-family: DIN;
	font-weight: bold;
	color: #0650A5;
	line-height: 1.5625vw;
}

.news .left .numpoint .span2 {
	font-size: 0.833333vw;
	font-family: DIN;
	font-weight: bold;
	color: #999999;
	line-height: 1.5625vw;
	position: absolute;
	top: -20px;
	left: 30.708333vw;
}

.news .left .numpoint .span21 {
	position: absolute;
	top: -20px;
	left: 29.708333vw;
}

.news .left .numpoint .span22 {
	position: absolute;
	top: 0;
	left: 8px;
}

.news .right {
	width: 20.2083vw;
	text-align: right;
	position: relative;
	float: right;
}

.news .right h6 {
	font-size: 1.354167vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	position: absolute;
	top: 1.666667vw;
	right: 0;
}

.news .right .newlist {
	margin-top: 3.802083vw;
	font-size: 0.833333vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 2.56vw;
}

.news .right .newlist li:hover a {
	color: #0650A5;
	font-weight: bold;
	border-bottom: 1px solid #0650A5;
	margin-right: 0.520833vw;
}

.news .right .newlist li:hover a::before {
	content: ">";
	display: inline-block;
	margin-right: 0.425vw;
}

.news .right .newlist li .active {
	color: #0650A5;
	font-weight: bold;
	border-bottom: 1px solid #0650A5;
	margin-right: 0.520833vw;
}

.news .right .newlist li .active::before {
	content: ">";
	display: inline-block;
	margin-right: 0.425vw;
}


.direct {
	padding: 5.208333vw 0;
	position: relative;
}

.direct .hh5 {
	text-align: center;
}

.direct .hh5 img {
	width: 20.572917vw;
}

.direct .hh6 {
	text-align: center;
	position: absolute;
	top: 1vw;
	left: 41.15625vw;
	font-size: 1.354167vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	margin-bottom: 3.125vw;
}

.direct .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 3.125vw;
}

.direct .box .dirbox {
	width: 29.166667vw;
	height: 10.416667vw;
	color: #fff;
	background: url(../images/indeximg/dir.png) no-repeat;
	overflow: hidden;
}

.direct .box .dirbox img {
	transition: 0.3s;
}

.direct .box .dirbox:hover img {
	transform: scale(1.1);
}

.direct .box .dirbox h5 {
	font-size: 1.145833vw;
	font-family: DIN;
	font-weight: 500;
	color: #4984C9;
	margin: 1.5625vw 0 0.572917vw 2.604167vw;
	text-transform: uppercase;
}

.direct .box .dirbox h6 {
	font-size: 1.145833vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	margin: 0 0 2.90625vw 2.604167vw;
}

.direct .box .dirbox p {
	font-size: 0.833333vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	margin-left: 2.604167vw;
}

.report {
	background: url(../images/indeximg/dirbj.png) no-repeat 100% 100%;
	padding: 4.166667vw 0;
}

.report .left {
	float: left;
	width: 40.677083vw;
	position: relative;
}

.report .left h6 {
	position: absolute;
	top: 1.614583vw;
	left: 0;
	font-size: 1.354167vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.report .left p:nth-of-type(1) {
	margin-top: 2.03125vw;
}

.report .left p {
	font-size: 0.833333vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5625vw;
}

.report .left .wojb {
	width: 6.770833vw;
	line-height: 1.875vw;
	background: #FFFFFF;
	border-radius: 0.104167vw;
	font-size: 0.729167vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0650A5;
	text-align: center;
	margin: 1.40625vw 0 4.21875vw;
}

.report .left .repma {
	height: 10.052083vw;
	display: flex;
}

.report .left .repma .sunm {
	width: 10.052083vw;
	height: 10.052083vw;
	background: #FFFFFF;
	border-radius: 0.15625vw;
	margin-right: 1.5625vw;
}

.report .left .repma .sunm p {
	width: 100%;
	height: 10.052083vw;
	text-align: center;
	margin-top: 0;
	line-height: 10.052083vw;
}

.report .left .repma .sunm img {
	vertical-align: middle;
}

.report .left .repma .tsphone {
	padding-top: 2.7vw;
}

.report .left .repma .tsphone h3 {
	margin-top: 1.40625vw;
	font-size: 0.729167vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5625vw;
}

.report .left .repma .tsphone h4 {
	font-size: 1.041667vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5625vw;
}

.report .right {
	width: 40vw;
	float: right;
	padding-top: 80px;
	padding-bottom: 1.40625vw;
}

.report .right h5 {
	font-size: 1.041667vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5625vw;
	margin-bottom: 1.3125vw;
}

.report .right .slide-list {
	border-top: 1px solid #0EAFD7;
	display: flex;
	height: 3.229167vw;
	line-height: 3.229167vw;
}

.report .right .slide-list:last-child {
	/*border-bottom: 1px solid #0EAFD7;*/
}

.report .right .slide-list .time {
	display: flex;
	flex-direction: column;
	font-size: 0.625vw;
	font-family: Amiri;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1vw;
	padding-top: 0.625vw;
	margin-right: 1.875vw;
}

.report .right .slide-list p {
	font-size: 0.833333vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.report .right .swiper-container {
	height: 20vw;
}

.report .right .swiper-pagination {
	position: absolute;
	text-align: left;
	transition: 0;
	transform: translate3d(0, 0, 0);
	z-index: 10;
	left: 0.7vw;
}

.report .right .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: #7EDEF6;
	opacity: 1;
	position: relative;
}

.report .right .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}

.report .right .swiper-pagination-bullet-active::after {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	border: 1px solid #fff;
	margin: 6px;
	border-radius: 100%;
	position: absolute;
	top: -0.7vw;
	left: -0.7vw;
}

.report .right .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 1.5625vw 0 0;
}

.contactUs {
	display: flex;
}

.contactUs .usleft {
	width: 50vw;
	box-sizing: border-box;
	padding: 6.25vw 6.25vw 4.479167vw 6.25vw;
	position: relative;
	background-color: #F8F8F8;
	float: left;
}

.contactUs .usleft .san {
	width: 4.166667vw;
	height: 4.166667vw;
	background: #0650A5;
	color: #fff;
	box-sizing: border-box;
	padding: 1.458333vw;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;

}

.contactUs .usleft .san .box {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}

.contactUs .usleft .san span {
	display: inline-block;
	width: 1.25vw;
	height: 0.1042vw;
	background: #ECECEC;
	margin-bottom: 0 auto 0.3125vw;
	transition: 0.1s;
}

.contactUs .usleft .san:hover span:nth-of-type(1) {
	transform: rotate(45deg);
	margin-bottom: 0;
	position: absolute;
	top: 1.605vw;
	left: 2vw;
}

.contactUs .usleft .san:hover span:nth-of-type(2) {
	margin-bottom: 0;
	position: absolute;
	top: 2.015vw;
	left: 1.2vw;
	width: 1.8vw;
}

.contactUs .usleft .san:hover span:nth-of-type(3) {
	transform: rotate(-45deg);
	margin-bottom: 0;
	position: absolute;
	top: 2.435vw;
	left: 2vw;
}


.contactUs .usleft h5 {
	width: 12.239583vw;
}

.contactUs .usleft h6 {
	font-size: 1.354167vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	position: absolute;
	top: 7.65625vw;
	left: 6.197917vw;
}

.contactUs .usleft form {
	margin-top: 3.697917vw;
	display: flex;
}

.contactUs .usleft form .left {
	margin-right: 2.083333vw;
}

.contactUs .usleft form input {
	width: 17.708333vw;
	line-height: 2.395833vw;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #C7C7C7;
	font-size: 0.729167vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C4C4C4;
	box-sizing: inherit;
	padding-left: 1.041667vw;
	margin-bottom: 1.041667vw;
}

.contactUs .usleft form textarea {
	width: 17.708333vw;
	height: 5.833333vw;
	background: #fff;
	border: 1px solid #C7C7C7;
	border-radius: 0.104167vw;
	padding-top: 0.78125vw;
	padding-left: 1.041667vw;
	margin-bottom: 1.041667vw;
	resize: none;
	box-sizing: border-box;
}

.contactUs .usleft form .right .submit {
	position: relative;
	line-height: 2.395833vw;
	display: flex;
	align-items: center;
}

.contactUs .usleft form .right .submit input {
	width: 12.5vw;
	height: 2.395833vw;
	box-sizing: border-box;
	border: 1px solid #C7C7C7;
	border-radius: 0.104167vw;
	margin-bottom: 0;
}

.contactUs .usleft form .right .submit img {
	width: 4.604167vw;
	height: 95%;
	position: absolute;
	right: 6vw;
}

.contactUs .usleft form .right .submit span {
	display: inline-block;
	width: 4.166667vw;
	height: 2.395833vw;
	background: #0093DD;
	border-radius: 0.104167vw;
	margin-left: 1.1vw;
	text-align: center;
	color: #fff;
}

.contactUs .usleft .line3 {
	width: 1.770833vw;
	height: 0.104167vw;
	background: #999999;
	margin-top: 1.71875vw;
}

.contactUs .usright {
	background: url(../images/indeximg/map.png) no-repeat;
	background-size: 100% 100%;
	width: 49.1vw;
	height: 33.5vw;
	float: right;
	position: relative;
}



.contactUs .usright dl:nth-of-type(1) {
	position: absolute;
	top: 0;
	left: 23.385417vw;
}

.contactUs .usright dd {
	position: relative;
}

.contactUs .usright dd img {
	width: 1.25vw;
	position: absolute;
	top: 0;
	left: 0;
}

.contactUs .usright dd img:nth-of-type(1) {
	display: none;
}

.contactUs .usright dt {
	margin-top: 4.125vw;
}


.contactUs .usright dl:nth-of-type(2) {
	position: absolute;
	top: 7.1875vw;
	left: 23.802083vw;
}

.contactUs .usright dl:nth-of-type(3) {
	position: absolute;
	top: 20.729167vw;
	left: 16.71875vw;
}

.contactUs .usright dl:nth-of-type(4) {
	position: absolute;
	top: 19.166667vw;
	left: 17.65625vw;
}

.contactUs .usright dl:nth-of-type(5) {
	position: absolute;
	top: 17.1875vw;
	left: 19.947917vw;
}

.contactUs .usright dl:nth-of-type(6) {
	position: absolute;
	top: 6.635417vw;
	left: 26.65625vw;
}

.contactUs .usright dl:nth-of-type(7) {
	position: absolute;
	top: 6vw;
	left: 27.5vw;
}

.contactUs .usright dl:nth-of-type(8) {
	position: absolute;
	top: 7.520833vw;
	left: 27.1875vw;
}

.contactUs .usright dl:nth-of-type(9) {
	position: absolute;
	top: 1.458333vw;
	left: 29.375vw;
}

.contactUs .usright dl:nth-of-type(10) {
	position: absolute;
	top: 5.885417vw;
	left: 29.114583vw;
}

.contactUs .usright dl:nth-of-type(11) {
	position: absolute;
	top: 5.416667vw;
	left: 30.78125vw;
}

.contactUs .usright dl:nth-of-type(12) {
	position: absolute;
	top: 1.302083vw;
	left: 33.59375vw;
}

.contactUs .usright dl:nth-of-type(13) {
	position: absolute;
	top: 13.90625vw;
	left: 28.020833vw;
}

.contactUs .usright dl:nth-of-type(14) {
	position: absolute;
	top: 10.572917vw;
	left: 29.6875vw;
}

.contactUs .usright dl:nth-of-type(15) {
	position: absolute;
	top: 12.291667vw;
	left: 32.8125vw;
}

.contactUs .usright dl:nth-of-type(16) {
	position: absolute;
	top: 14.375vw;
	left: 32.447917vw;
}

.contactUs .usright dl:hover img:nth-of-type(1) {
	display: block;
}

.contactUs .usright dl:hover img:nth-of-type(2) {
	display: none;
}


/* 1.1集团介绍 */
.main .nav {
	padding: 24px 0 0;
	border-bottom: 1px solid #D7D7D7;
}

.main .nav .left {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	float: left;
}

.main .nav .left a {
	font-size: 14px;
}

.main .nav .left img {
	margin-right: 12px;
}

.main .nav .right {
	float: right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #666;
	display: flex;
	justify-content: space-between
}

.main .nav .right a {
	margin-right: 40px;
	font-size: 14px;
}

.main .nav .right a:last-child {
	margin-right: 0;
}

.main .nav .right .active {
	color: #0650A5;
	border-bottom: 2px solid #0650A5;
	padding-bottom: 23px;
}

.main .cont .top .left {
	width: 43.75vw;
	padding-top: 4.114583vw;
	float: left;
	position: relative;
}

.main .cont .top .left img:nth-of-type(2) {
	width: 2.29166vw;
	position: absolute;
	bottom: 1.5625vw;
	right: -1.14583vw;
}

.main .cont .top .right {
	width: 34.25vw;
	margin-left: 6.25vw;
	position: relative;
	float: left;
}

.main .cont .top .right img {
	width: 22.5vw;
	margin-top: 2.604166vw;
}

.main .cont .top .right h6 {
	position: absolute;
	top: 6.30208vw;
	left: 0;
	font-size: 1.35416vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	line-height: 1.5625vw;
}

.main .cont .top .right .line1 {
	width: 2.96875vw;
	height: 0.15625vw;
	background: #0650A5;
	margin-top: 2.03125vw;
	margin-bottom: 1.458333vw;
}

.main .cont .top .right p {
	font-size: 0.83333vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1.54vw;
	text-indent: 2em;
	text-align: justify;
}

.main .cont .top .right p span {
	color: #0650A5;
}

.main .cont .bottom {
	width: 100%;
	background: url(../images/abbj.png) no-repeat;
	background-size: 100%;
}

.main .cont .bottom .warp {
	display: flex;
}

.main .cont .bottom .warp .box {
	padding: 5.375vw 2.8125vw 0 2.8125vw;
	text-align: center;
	border-right: 1px solid #EAEAEA;
	margin-bottom: 4.166666vw;
}


.main .cont .bottom .warp .box:first-child {
	padding-left: 0;
}

.main .cont .bottom .warp .box:last-child {
	border-right: none;
}


.main .cont .bottom .warp .box h6 {
	margin-top: 2.083333vw;
	font-size: 0.83333vw;
	font-family: Microsoft YaHei UI;
	font-weight: 400;
	color: #666666;
}

/* 1.2荣誉奖项 */
.cont1 {
	background: url(../images/ryjx-bj.png) no-repeat;
	padding: 2.604167vw 18.59375vw 0;
	position: relative;
}


.cont1 h4 img {
	width: 14.427083vw;
}

.cont1 h5 {
	font-size: 1.354167vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	position: absolute;
	top: 5.8vw;
}

.cont1 h6 {
	position: absolute;
	top: 6.145833vw;
	left: 26.208333vw;
}

.cont1 h6 img {
	width: 18.802083vw;
}

.cont1 .swiper-container {
	margin-top: 3.90625vw;
}

.cont1 .swiper-slide {
	width: 100%;
	height: auto;
}

.cont1 h6::before {
	display: block;
	content: "";
	height: 10.729167vw;
	width: 1px;
	background-color: #D7D7D7;
	position: absolute;
	top: -6.145833vw;
	left: 23.645833vw;
}

.cont1 .swiper-slide:nth-of-type(odd) {
	padding-left: 31.25vw;
}

.cont1 .swiper-slide:nth-of-type(odd) .year {
	width: 30.25vw;
	border-left: 1px solid #D7D7D7;
	text-align: left;
	padding-bottom: 34px;
}

.cont1 .swiper-slide:nth-of-type(odd) .year .num {
	height: 1.875vw;
	position: absolute;
	padding-left: 1.416667vw;
	border-left: 5px solid#0650A5;
	left: 31.124583vw;
}

.cont1 .swiper-slide:nth-of-type(odd) .year .num img {
	height: 100%;
}

.cont1 .swiper-slide:nth-of-type(even) .year .num img {
	height: 100%;
}

.cont1 .swiper-slide:nth-of-type(odd) .year .pp {
	padding-left: 1.416667vw;
	font-size: 0.833333vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1.770833vw;
	padding-top: 3.4375vw;
}

.cont1 .swiper-slide:nth-of-type(even) {
	padding-left: 0;
}

.cont1 .swiper-slide:nth-of-type(even) .year {
	border-right: 1px solid #D7D7D7;
	text-align: right;
	width: 31.25vw;
	padding-bottom: 34px;
}

.cont1 .swiper-slide:nth-of-type(even) .year .num {
	height: 2.083333vw;
	position: absolute;
	padding-right: 1.416667vw;
	border-right: 5px solid#0650A5;
	left: 23.86vw;
}

.cont1 .swiper-slide:nth-of-type(even) .year .pp {
	padding-right: 1.416667vw;
	font-size: 0.833333vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1.770833vw;
	padding-top: 3.4375vw;
}

.cont1 .swiper-slide:nth-of-type(2) .year .num {
	height: 2.083333vw;
	position: absolute;
	padding-right: 1.416667vw;
	border-right: 5px solid#0650A5;
	left: 22.95vw;
}


/* 1.3发展历程 */
.cont9 {
	width: 100%;
	background: url(../images/mapp.png) no-repeat top right;
	padding: 4.166667vw 0;
	position: relative;
	background-position: 52.8125vw 1.40625vw;
}

.cont9 h5 img {
	width: 19.6875vw;
}

.cont9 .line1 {
	position: absolute;
	top: 15.885417vw;
	left: 0;
}

.cont9 .line2 {
	position: absolute;
	top: 15.15625vw;
	left: 0;
}

.cont9 .line3 {
	position: absolute;
	top: 15.15625vw;
	left: 0;
}

.cont9 h6 {
	font-size: 1.354167vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	position: absolute;
	top: 7.239583vw;
}

.cont9 .top {
	width: 38.8vw;
	height: 1.6vw;
	position: absolute;
	top: 7.34375vw;
	left: 41.916667vw;
	font-size: 1.25vw;
	font-family: DIN;
	font-weight: bold;
	color: #ccc;
	display: flex;
	vertical-align: bottom;
	line-height: 1.6vw;
	text-align: center;
}

.cont9 .top .swiper-slide {
	cursor: pointer;
}

.cont9 .top .swiper-slide-active,
.cont9 .top .swiper-slide-duplicate-active {
	font-size: 1.666667vw;
	color: #000;
}

.cont9 .top .prev {
	position: absolute;
	top: 0;
	left: -1.041667vw;
}

.cont9 .bottom .swiper-cont {
	width: 62.5vw;
	margin: auto;
	height: 26.041667vw;
	position: relative;
}

.cont9 .bottom .swiper-cont .swiper-warp {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.cont9 .bottom .swiper-cont .swiper-warpper {
	width: 100%;
	display: flex;
}

.cont9 .bottom .swiper-warp .swiper-slide {
	box-sizing: border-box;
}

.cont9 .bottom .swiper-warp .swiper-slide:nth-child(odd) {
	/* width: 28.6875vw !important; */
	margin-top: 6.35vw;
	/* margin-left: 4px; */
	/* margin-right: 4.125vw; */
}

.cont9 .bottom .swiper-warp .swiper-slide:nth-child(even) {
	/* width: 24.6875vw !important; */
	margin-top: 9.7vw;
	padding-left: 20px;
	/* margin-right: 100px; */
}

.cont9 .bottom .swiper-warp .swiper-slide .point {
	margin: 0 0 1.614583vw 2.708333vw;
}

.cont9 .bottom .swiper-warp .swiper-slide .time {
	margin: 0 0 1.5625vw 1.458333vw;
	font-size: 1.5625vw;
	font-family: DIN;
	font-weight: 500;
	color: #0650A5;
}

.cont9 .bottom .swiper-warp .swiper-slide p {
	margin-left: 5px;
	width: calc(98% - 5px);
	background: url(../images/swiperbj.png) #FFFFFF no-repeat;
	border-radius: 3px;
	background-size: 100%;
	font-size: 0.833333vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1.5625vw;
	padding: 1.822917vw 1.5625vw;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
	display: flex;
	justify-content: flex-start;
	box-sizing: border-box;
}

.cont9 .bottom .swiper-warp .swiper-slide-next p {
	/* margin-left: 20px;
	width: calc(98% - 20px); */
}

.cont9 .bottom .swiper-warp .swiper-slide p span {
	display: block;
	width: 6px;
	height: 6px;
	background: #0650A5;
	border-radius: 100%;
	margin-right: 0.8vw;
	margin-top: 0.5vw;
}

.cont9 .bottom .swiper-warp .swiper-slide .point {
	width: 0.572917vw;
	height: 0.572917vw;
	background: #0650A5;
	border-radius: 50%;
}

.cont9 .bottom .prev {
	left: 4.166667vw;
	transform: rotate(0deg);
	background: url(../images/prev.png) no-repeat center;
}

.cont9 .bottom .next {
	right: 4.166667vw;
	transform: rotate(180deg);
	background: url(../images/prev.png) no-repeat center;
}

.cont9 .bottom .prev:hover {
	left: 3.166667vw;
	transform: rotate(180deg);
	background: url(../images/next.png) no-repeat center;
}

.cont9 .bottom .next:hover {
	right: 3.166667vw;
	transform: rotate(0deg);
	background: url(../images/next.png) no-repeat center;
}

.cont9 .bottom .prev,
.cont9 .bottom .next {
	transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s, right 0.3s;
	width: 3.104167vw;
	height: 3.104167vw;
	border: 0.052083vw solid #D7D7D7;
	border-radius: 50%;
	text-align: center;
	line-height: 3.104167vw;
	position: absolute;
	top: 15.354167vw;
}

.cont9 .bottom .prev:hover,
.cont9 .bottom .next:hover {
	width: 5.104167vw;
	height: 5.104167vw;
	line-height: 5.104167vw;
	top: 14.354167vw;
}

.cont9 .bottom .prev img,
.cont9 .bottom .next img {
	vertical-align: middle;
	display: none;
}

.cont9 .bottom .prev {
	left: 4.166667vw;
}

.cont9 .bottom .next {
	right: 4.166667vw;
}

/* 2新拓新产业 */
.cont2 {
	width: 100%;
	background: url(../images/nlkej-bj.png) no-repeat 100% 100%;
	padding-bottom: 4.583333vw;
	padding-top: 2.604167vw;
}

.cont2 .warp {
	height: 777px;
	background: url(../images/boxbj.png) no-repeat;
	box-sizing: border-box;
	padding: 50px;
	position: relative;
}

.cont2 img:nth-of-type(2) {
	position: absolute;
	top: 50px;
	right: 50px;
}

.cont2 h6 {
	position: absolute;
	top: 121px;
	left: 50px;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	line-height: 30px;
}

.cont2 .line2 {
	width: 57px;
	height: 3px;
	background: #0650A5;
	margin: 39px 0;
}

.cont2 p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	line-height: 32px;
	text-indent: 2em;
	text-align: justify;
}

/* 3.1.1新闻详情 */
.cont3 .warp {
	padding-top: 50px;
	padding-bottom: 88px;
}

.cont3 .return {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.cont3 .return img {
	vertical-align: middle;
}

.cont3 .newdeta {
	text-align: center;
}

.cont3 .newdeta h5 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0650A5;
	line-height: 36px
}

.cont3 .newdeta h6 {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	margin-bottom: 30px;
}

.cont3 .newdeta img {
	margin-bottom: 29px;
}

.cont3 .newdeta p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	text-align: left;
}

.cont3 .newbox {
	border-bottom: 1px solid #D7D7D7;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
	padding-top: 29px;
}

.cont3 .newbox:nth-of-type(1) {
	border-top: 1px solid #D7D7D7;
}

.cont3 .newbox .left {
	font-size: 40px;
	font-family: DIN;
	font-weight: bold;
	color: #666666;
	line-height: 50px;
	text-align: right;
}

.cont3 .newbox .left span {
	font-size: 20px;
	color: #999999;
}

.cont3 .newbox .mid {
	width: 668px;
	margin: 0 60px 0 69px;
	cursor: pointer;
}

.cont3 .newbox .mid h6 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	margin-bottom: 16px;
}

.cont3 .newbox .mid p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
}


.cont3 .newbox .mid .advance {
	display: block;
	text-align: right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
	text-transform: uppercase;
}

.cont3 .newbox .mid .advance img {
	margin-left: 12px;
}

.cont3 .newbox .right {
	width: 280px;
	height: 166px;
	overflow: hidden;
}

.cont3 .newbox .right img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cont3 .newbox:hover .left,
.cont3 .newbox:hover .mid h6 {
	color: #0650A5;
}

.feiye {
	text-align: center;
	margin-top: 50px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
}

.feiye a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.feiye ul li {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #EBEBEB;
	border-radius: 3px;
	margin: 0 3px;
}

.feiye .active {
	color: #0650A5;
	border: 1px solid #0650A5;
}

.cont4 .warp {
	padding-top: 58px;
}

.cont4 p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 2.25vw;
	position: relative;
}

.cont4 .data a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	display: block;
	width: 100%;
}

.cont4 .data span {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 18px;
	line-height: 2.25vw;
}

.cont4 .data {
	margin-top: 68px;
}

.cont4 .data p {
	border-bottom: 1px solid #EAEAEA;
	padding: 18px 0;
	display: flex;
	justify-content: space-between;
}

.cont4 .data p:first-child {
	border-top: 1px solid #EAEAEA;
}


.cont4 .feiye {
	margin-bottom: 60px;
}

.cont4 .swiper-slide {
	width: 20vw;
	height: 12.5vw;
}

.cont4 .swiper-slide img {
	width: 100%;
	height: 100%;
}

/* 5.1案件通报 */
.cont5 .warp {
	padding-top: 50px;
	padding-bottom: 88px;
}

.cont5 .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cont5 .list .newlist {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	transition-delay: 0s !important;
	transition-duration: 0s !important;
}

.cont5 .list .newlist:hover {
	background-color: #F6F6F6;
}

.cont5 .list .time {
	width: 120px;
	height: 120px;
	background: #F6F6F6;
	font-size: 40px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #215099;
	line-height: 28px;
	box-sizing: border-box;
	padding: 44px 0 19px 20px;
	margin-right: 30px;
}

.cont5 .list .time span {
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #999999;
	line-height: 28px;
}

.cont5 .list .tit {
	width: 433px;
}

.cont5 .list .tit h5 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin: 26px 0 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cont5 .list .tit p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 5.2举报渠道 */
.cont6 .warp {
	padding-top: 50px;
	padding-bottom: 88px;
}

.cont6 .left {
	width: 496px;
	float: left;
}

.cont6 .cheng {
	position: relative;
	margin-bottom: 24px;
}

.cont6 .cheng span {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 36px
}

.cont6 .cheng img {
	position: absolute;
	top: -18px;
	left: 273px;
}

.cont6 .left p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

.cont6 .left p:nth-of-type(2) {
	margin-bottom: 312px;
}

.cont6 .left .code {
	width: 193px;
	height: 193px;
	background: #FFFFFF;
	border: 1px solid #D7D7D7;
	border-radius: 3px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.cont6 .left .code img {
	width: 162px;
	height: 162px;
}

.cont6 .left .ph {
	margin-top: 30px;
}

.cont6 .left .tsphone {
	margin-top: 27px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.cont6 .left .tsphone span {
	font-size: 20px;
}

.cont6 .right {
	width: 600px;
	float: right;
}


.cont6 .right h5 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0650A5;
	line-height: 36px;
}

.cont6 .right h6 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	margin-bottom: 10px;
}


.cont6 .right input {
	width: 600px;
	height: 60px;
	background: #FFFFFF;
	border: 1px solid #D7D7D7;
	box-sizing: border-box;
	padding-left: 20px;
	margin-bottom: 30px;
}

.cont6 .right textarea {
	width: 600px;
	height: 200px;
	background: #FFFFFF;
	border: 1px solid #D7D7D7;
	box-sizing: border-box;
	padding: 23px 0 0 20px;
	resize: none;
	margin-bottom: 30px;
}

.cont6 .right p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C13434;
	line-height: 24px;
	margin-bottom: 10px;
}

.cont6 .right .upload {
	text-align: center;
	line-height: 60px;
	background: #FFFFFF;
	border: 1px solid #D7D7D7;
	margin-bottom: 60px;
}

.cont6 .right .submit {
	line-height: 60px;
	text-align: center;
	background: #0650A5;
	margin-top: 30px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF
}

/* 6.1人才理念 */
.cont7 .conln {
	padding-top: 50px;
	padding-bottom: 40px;
	background: url(../images/img12.png) no-repeat;
	background-size: 100% 100%;
}


.cont7 .box {
	display: flex;
	justify-content: space-between;
	padding: 0 10px 40px;
}

.cont7 .box .list {
	width: 220px;
	text-align: center;
}

.cont7 .box .list img {
	margin-bottom: 11px;
}

.cont7 .box .list h6 {
	margin: 11px 0 14px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

.cont7 .box .list p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 20px;
	width: 100%;
}

.cont7 .box .list p br {
	display: none;
}

.cont7 .pp {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-indent: 2em;
	text-align: justify;
}

.cont7 .img11 {
	display: block;
}

/* 6.2招聘 */
.cont8 {
	padding: 2.604167vw 0;
}

.cont8 .zhbox {
	width: 100%;
	margin-bottom: 8px;
}

.cont8 .zhbox .zptit {
	width: 100%;
	line-height: 60px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	padding: 0 60px 0 30px;
	position: relative;
	font-size: 16px;
	font-family: Microsoft YaHei UI;
	font-weight: 400;
	color: #666666;
}

.cont8 .zhbox .zptit .open {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	box-sizing: border-box;
	padding-right: 60px;
}

.cont8 .zhbox .zptit .open img {
	width: 10px;
	height: 18px;
}

.cont8 .zhbox .zptit .close {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	box-sizing: border-box;
	padding-right: 60px;
}

.cont8 .zhbox .zptit .close img {
	width: 17px;
	height: 9px;
}


.cont8 .zhbox .zpcon {
	width: 100%;
	background: #F8F8F8;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	padding: 30px 30px 43px;
	position: relative;
}

.cont8 .zhbox .zpcon h5 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-bottom: 20px;
}

.cont8 .zhbox .zpcon .yq {
	margin-bottom: 34px;
}

.cont8 .zhbox .zpcon .yq:nth-of-type(3) {
	margin-bottom: 0;
}

.cont8 .zhbox .zpcon .yq p {
	font-size: 14px;
	font-family: Microsoft YaHei UI;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
}

.cont8 .zhbox .zpcon .yq p span {
	color: #DE2525;
	font-weight: bold;
}

.cont8 .zhbox .email {
	width: 185px;
	height: 108px;
	background: url(../images/email.png) no-repeat 100% 100%;
	position: absolute;
	bottom: 225px;
	right: 129px;
	color: #0650A5;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei UI;
	font-weight: 400;
	color: #0650A5;
	box-sizing: border-box;
	padding: 12px 9px;
}

.cont8 .zhbox .email h5 {
	font-size: 14px;
	margin-bottom: 0;
}

.cont8 .zhbox .email h6 {
	font-size: 20px;
}

.cont8 .zhbox .mail {
	position: absolute;
	bottom: 0;
	right: 65px;
}

.cont8 .zhbox .mail img {
	display: block;
}



@media screen and (max-width: 1680px) {
	.contactUs .usright {
		width: 48.98vw;
	}

	.report .right .swiper-pagination-bullet-active::after {
		top: -0.77vw;
		left: -0.77vw;
	}

	.cont1 .swiper-slide:nth-of-type(even) .year .num {
		left: 23.8vw;
	}

	.cont1 .swiper-slide:nth-of-type(2) .year .num {
		/* left: 22.85vw !important; */
	}

	.cont9 .bottom .swiper-warp .swiper-slide:nth-child(odd) {
		/* width: 27.6875vw !important; */
		margin-top: 6.35vw;
	}

	.cont9 .bottom .swiper-warp .swiper-slide:nth-child(even) {
		/* width: 24.6875vw !important; */
		margin-top: 9.5vw;
	}
}

@media screen and (max-width: 1600px) {
	.contactUs .usright {
		width: 48.93vw;
	}

	.report .right .swiper-pagination-bullet-active::after {
		top: -0.82vw;
		left: -0.82vw;
	}

	.cont1 .swiper-slide:nth-of-type(even) .year .num {
		left: 23.8vw !important;
	}

	.cont1 .swiper-slide:nth-of-type(2) .year .num {
		left: 22.85vw !important;
	}

	.cont9 .bottom .swiper-warp .swiper-slide:nth-child(odd) {
		/* width: 27.6875vw !important; */
		margin-top: 6.35vw;
	}

	.cont9 .bottom .swiper-warp .swiper-slide:nth-child(even) {
		/* width: 24.6875vw !important; */
		margin-top: 9.45vw;
	}
}

@media screen and (max-width: 1440px) {
	.contactUs .usright {
		width: 48.82vw;
	}

	.report .right .swiper-pagination-bullet-active::after {
		top: -0.9vw;
		left: -0.9vw;
	}

	.cont1 .swiper-slide:nth-of-type(even) .year .num {
		left: 23.65vw !important;
	}

	.cont1 .swiper-slide:nth-of-type(2) .year .num {
		left: 22.7vw !important;
	}

	.cont9 .bottom .swiper-warp .swiper-slide:nth-child(odd) {
		/* width: 26.6875vw !important; */
		margin-top: 6.3vw;
	}

	.cont9 .bottom .swiper-warp .swiper-slide:nth-child(even) {
		/* width: 24.6875vw !important; */
		margin-top: 9.3vw;
	}
}

@media screen and (max-width: 1360px) {
	.contactUs .usright {
		width: 48.75vw;
	}

	.report .right .swiper-pagination-bullet-active::after {
		top: -0.96vw;
		left: -0.96vw;
	}

	.cont1 .swiper-slide:nth-child(even) .year .num {
		left: 23.65vw !important;
	}

	.cont1 .swiper-slide:nth-child(2) .year .num {
		left: 22.65vw !important;
	}

	.cont9 .bottom .swiper-warp .swiper-slide:nth-child(odd) {
		/* width: 26.6875vw !important; */
		margin-top: 6.3vw;
	}

	.cont9 .bottom .swiper-warp .swiper-slide:nth-child(even) {
		/* width: 24.6875vw !important; */
		margin-top: 9.3vw;
	}
}

@media screen and (max-width: 1200px) {
	.contactUs .usright {
		width: 48.58vw;
	}

	.report .right .swiper-pagination-bullet-active::after {
		top: -1.1vw;
		left: -1.1vw;
	}

	.cont1 .swiper-slide:nth-of-type(even) .year .num {
		left: 23.5vw !important;
	}

	.cont1 .swiper-slide:nth-of-type(2) .year .num {
		left: 22.5vw !important;
	}

	.cont9 .bottom .swiper-warp .swiper-slide:nth-child(odd) {
		/* width: 25.6875vw !important; */
	}

	.cont9 .bottom .swiper-warp .swiper-slide:nth-child(even) {
		/* width: 24.6875vw !important; */
	}

	.cont9 .bottom .swiper-warp .swiper-slide:nth-child(odd) {
		/* width: 26.6875vw !important; */
		margin-top: 6.2vw;
	}

	.cont9 .bottom .swiper-warp .swiper-slide:nth-child(even) {
		/* width: 24.6875vw !important; */
		margin-top: 9.5vw;
	}
}

.shzr.cont4>img {
	height: 788px;
	object-fit: cover;
	width: 100%;
	display: none;
}
.shzrbg{ position: relative; z-index: 1; width: 100%; height: 788px;}
.shzrpic{ width: 100%; height: 788px; clip-path: polygon(0 0,0 100%,100% 60%,100% 0);}
.shzrbg::before{ content: ''; position: absolute; bottom: 0; left: calc(50% - 600px); z-index: 10; pointer-events: none; width: calc(50% + 500px); height: 100%; background: url(../images/shzrbg.png) no-repeat left bottom / 100% auto;}