/* CSS Document*/

@font-face {
	font-family: 'webfontregular';
	font-weight: 600;
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot');
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff2') format('woff2'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff') format('woff'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.ttf') format('truetype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.svg#webfontregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

a:focus {
	outline: none;
}

a:hover {
	color: #07529f;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin-bottom: 0px;
}

li {
	vertical-align: bottom;
	zoom: 1;
}

img {
	border: 0px;
}

select {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,
td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}

p {
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-input-placeholder {
	color: #999;
}

textarea::-ms-input-placeholder {
	color: #999;
}


body {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	background: #fff;
	color: #666;
	font-size: 12px;
	min-width: 1200px;
	padding-top: 88px;
}

.container {
	margin: 0px auto;
	max-width: 1480px;
	padding: 0px 80px;
	margin: 0px auto;
}


.top {
	height: 88px;
	top: 0px;
	width: 100%;
	position: fixed;
	z-index: 10;
	transition: all 0.2s ease 0s;
	background: #fff;
}

.top .box {
	max-width: 1480px;
	min-width: 1200px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;

}

.top .logo {
	width: 283px;
	height: 100%;
	display: flex;
	align-items: center;
}

.top .logo img {
	width: 100%;
	height: auto;
}


.nav {
	z-index: 10;
	display: flex;
	align-items: center;
	height: 88px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0px 0px 6px 0px;
	justify-content: flex-end;
}

.nav a {
	color: #000;
}

.nav .nLi {
	height: 100%;
	position: relative;
}

.nav .nLi h3 {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}


.nav .nLi h3 a {
	display: block;
	padding: 0px 50px;
	font-size: 18px;
	position: relative;
	text-align: center;
	line-height: 88px;
	z-index: 2;
	transition: none;
	color: #000;
	font-weight: bold;
}


.nav .on h3 a {
	color: #e10917;
	transition: none;
}

.nav .nLi:hover h3 a {
	color: #e10917;
	transition: none;

}

.nav li span.language {
	font-size: 17px;
	color: #666;
	padding-left: 30px;
}

.nav li span.language a {
	color: #333;
	font-weight: bold;
}


.nav .sub {
	display: none;
	top: 88px;
	left: 0px;
	position: fixed;
	background: #fff;
	width: 100%;
	padding: 30px 0px 50px 0px;
}

.nav .nLi:hover .sub {
	display: block;
}

.nav .sub .container {
	display: flex;
	justify-content: center;
	overflow: hidden;
	max-width: 1300px;
}

.nav .sub .container dl {
	width: 20%;
	box-sizing: border-box;
	padding: 0px 2%;
	height: 100%;
	position: relative;
	text-align: center;
}

.nav .sub .container dl::before {
	content: '';
	display: block;
	width: 1px;
	height: 100vh;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #f5f5f5;
}

.nav .sub .container dl:nth-last-child(1):before {
	display: none;
}

.nav .sub .container dl dt a {
	color: #000;
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
}

.nav .sub .container dl dt a:hover {
	color: #e10917;
}

.nav .sub .container dl dd a {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #888;
}

.nav .sub .container dl dd a:hover {
	color: #e10917;
}

.top .search {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.top .search h2 {
	padding: 0px 10px;
	position: relative;
}

.top .search h2::after {
	content: '';
	width: 1px;
	height: 10px;
	background: #ccc;
	position: absolute;
	right: 0px;
	top: 6px;
}

.top .search h3 {
	padding: 0px 7px;
}

.top .search h3 i {
	transform: rotate(90deg);
	margin-left: 3px;
	display: inline-block;
	font-size: 17px;
}

.top .search h4 {
	margin-left: 6px;
}

.search_tc {
	position: fixed;
	z-index: 100;
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-100%);
	transition: all 0.3s ease;
}

.search_tc.into {
	position: fixed;
	transform: translateY(0%);
	transition: all 0.3s ease;
}

.search_tc .search_close {
	position: absolute;
	right: 3%;
	top: 3%;
	cursor: pointer;
}

.search_tc .search_nr {
	width: 60%;
	display: flex;
}

.search_tc .search_nr .text {
	width: calc(100% - 70px);
	border: 0px;
	line-height: 70px;
	box-sizing: border-box;
	padding: 0px 5%;
	font-size: 18px;
}

.search_tc .search_nr .btn {
	width: 70px;
	height: 70px;
	background: url(../images/btn_search1.png) no-repeat;
	border: 0px;
	cursor: pointer;
}


.menu_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, 0.7);
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into {
	transform: translateX(0);
}

.menu_cot {
	width: 100%;
	height: 100%;
	background: #fff;
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
	transform: translateX(0);
	transition: all 0.3s 0.2s ease;
}


.menu_close {
	position: absolute;
	top: 0;
	right: 0%;
	width: 100%;
	height: 50px;
	z-index: 10;
	background: #fff;
	padding-right: 5%;
	transform: translateX(-100%);
	transition: all 0.3s ease;

}

.menu_box.into .menu_close {
	transform: translateX(0);
	transition: all 0.3s 0.2s ease;
}


.menu_close a {
	padding: 0px 0px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
}


.menu_close img {
	width: 50px;
	height: auto;
}

.in_banner {
	height: calc(100% - 88px);
	width: 100%;
	position: fixed;
	top: 88px;
	left: 0px;
}

.in_banner .swiper-slide {
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.in_banner .swiper-slide .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}

.in_banner .swiper-slide .container h2 {
	font-size: 80px;
	font-weight: bold;
	padding-bottom: 10px;
	text-shadow: 1px 1px 0 rgb(0 0 0 / 30%), 0 0 20px rgb(0 0 0 / 10%);
}

.in_banner .swiper-slide .container p {
	font-size: 30px;
	text-shadow: 1px 1px 0 rgb(0 0 0 / 30%), 0 0 20px rgb(0 0 0 / 10%);
}



.in_banner .qieh {
	position: absolute;
	width: 300px;
	left: 5%;
	bottom: 10%;
	display: flex;
	align-items: center;
}


.in_banner .swiper-pagination span {
	margin: 0px 6px;
}

.in_banner .gun {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(0, -50%);
	width: 24px;
	height: 46px;
	background: url(../images/tp2.png) no-repeat;
	z-index: 2;
}

.in_banner .gun img {
	animation: arrows 1s linear infinite;
	position: absolute;
	left: 7px;
}

@keyframes arrows {
	0% {
		top: 20px;
		opacity: 1;
	}

	50% {
		top: 25px;
	}

	100% {
		top: 30px;
	}
}

.in_banner_g {
	width: 100%;
	height: calc(100vh - 88px);
}

.in_bt {
	text-align: center;
	color: #333;
	padding-bottom: 50px;
}

.in_bt h2 {
	font-size: 48px;
	margin-bottom: 15px;
}

.in_bt p {
	font-size: 18px;
}

.in_box {
	background: #fff;
	background-size: cover;
	position: relative;
	z-index: 2;
	padding: 100px 0px;
}


.in_box ul {
	display: flex;
	border: solid 1px #e6e6e6;
}

.in_box ul li {
	width: 21%;
	height: 358px;
	background: #e2e2e2;
	position: relative;
}


.in_box ul li:nth-child(1) {
	background: url(../images/in_box_bj.png) no-repeat;
	background-size: cover;
}

.in_box ul li:nth-child(3) {
	background: #07529f;
}

.in_box ul li:nth-child(4) {
	background: #fff;
	box-sizing: border-box;
	padding: 2% 3%;
}

.in_box ul li:nth-last-child(1) {
	width: 37%;
}

.in_box ul li .text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	color: #fff;
}

.in_box ul li:nth-child(2) .text {
	color: #333;
}


.in_box ul li .text i {
	display: flex;
	align-items: center;
	height: 71px;
}

.in_box ul li .text h2 {
	font-size: 30px;
	padding: 30px 0px;
}

.in_box ul li .text span {
	text-decoration: underline;
	font-size: 14px;
}

.in_box ul li .more {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	left: 0px;
	box-sizing: border-box;
	padding: 10px;
	background: #ed174b;
	color: #fff;
	opacity: 0;
}

.in_box ul li:hover .more {
	opacity: 1;
}

.in_box ul li .more {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}

.in_box ul li .more::after {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #fff;
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	left: 10px;
	content: '';
}

.in_box ul li .more h2 {
	font-size: 30px;
	margin-bottom: 10px;
}

.in_box ul li .more p {
	padding: 0px 10px;
	display: inline-block;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #fff;
	line-height: 35px;
	border: 1px solid #fff;
	text-align: center;
}

.in_box ul li .n_bt {
	font-size: 24px;
	color: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
}

.in_box ul li .n_bt span a {
	display: block;
	width: 44px;
	height: 4px;
	background: url(../images/arrow.png);
}

.in_box ul li .n_bt span a:hover {
	background: url(../images/arrow1.png);
}

.in_box ul li dl dd {
	border-bottom: 1px solid #e4e4e4;
	padding: 11px 0px;
}

.in_box ul li dl dd:nth-last-child(1) {
	border: 0px;
}

.in_box ul li dl dd a {
	font-size: 15px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in_box ul li dl dd a span {
	color: #000;
}


.in_box2 {
	height: 545px;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 2;
}

.in_box3 {
	background: #fff;
	position: relative;
	z-index: 2;
	padding: 80px 0px;
}

.in_box31 {
	background: url(../images/in_box3_bj.png) no-repeat;
	background-size: cover;
	height: 700px;
	box-sizing: border-box;
	padding: 7%;
}

.in_box31 ul {
	width: 100%;
	height: 100%;
	display: flex;
}

.in_box31 ul li {
	width: 33.3%;
	height: 100%;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.in_box31 ul li .text {
	position: absolute;
	width: 100%;
	bottom: 0px;
	padding: 15px 0px;
	left: 0px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background-image: linear-gradient(
      to bottom,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0.7) 100%);
}

.in_box31 ul li .text a {
	color: #fff;
}

.in_box31 ul li:hover .text{
    display: none;
}

.in_box31 ul li .more {
	background-color: rgba(237, 23, 75, 0.9);
	box-sizing: border-box;
	padding: 20% 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -100%;
	transition: all 0.2s ease 0s;
}

.in_box31 ul li:hover .more {
	bottom: 0px;
	transition: all 0.2s ease 0s;
}

.in_box31 ul li .more h2 {
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.in_box31 ul li .more p {
	color: #ddd;
	font-size: 14px;
	line-height: 22px;
	display: block;
	text-align: center;
	padding: 15px 20%;
}

.in_box31 ul li .more h3 a {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #fff;
	padding: 5px 0px;
}

.in_box31 ul li .more h3 a:hover {
	background: #a51034;
}

.in_box32 {
	width: 1160px;
	margin: 0px auto;
	margin-top: 80px;
}

.in_box32 ul {
	width: 100%;
	border-right: 1px solid #eee;
	display: flex;
}

.in_box32 ul li {
	width: 25%;
	height: 275px;
	border-left: 1px solid #eee;


}

.in_box32 ul li a {
	display: block;
	height: 100%;
	width: 100%;
	padding: 8%;
	position: relative;
	box-sizing: border-box;
}

.in_box32 ul li a:hover {
	background-color: rgba(237, 23, 75, 0.9);
}

.in_box32 ul li a h2 {
	font-size: 22px;
	color: #333;
}

.in_box32 ul li a b {
	width: 32px;
	height: 1px;
	background-color: #000;
	display: block;
	margin: 20px 0px;
}

.in_box32 ul li a p {
	font-size: 15px;
	color: #333;
}

.in_box32 ul li a i {
	width: 69px;
	height: 69px;
	display: block;
	position: absolute;
	bottom: 8%;
	right: 8%;
}

.in_box32 ul li a i img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.in_box32 ul li a i img:nth-child(2) {
	display: none;
}

.in_box32 ul li a:hover h2 {
	color: #fff;
}

.in_box32 ul li a:hover b {
	background: #fff;
}

.in_box32 ul li a:hover p {
	color: #fff;
}

.in_box32 ul li a:hover i img:nth-child(1) {
	display: none;
}

.in_box32 ul li a:hover i img:nth-child(2) {
	display: block;
}


.di {
	background: url(../images/di_bj.png) no-repeat;
	background-size: cover;
	padding-top: 40px;
	position: relative;
	z-index: 2;
}

.di .container {
	display: flex;
	justify-content: space-between;
}

.di_l {
	width: 450px;
}

.di_l h2 {
	margin-bottom: 15px;
}

.di_l p {
	font-size: 17px;
	color: #ddd;
	padding: 7px 0px;
}

.di_l p img {
	margin-right: 8px;
}

.di_l p span {
	font-family: fantasy;
	font-size: 36px;
	color: #fff;
}

.di_z {
	width: calc(100% - 690px);
	margin-left: 5%;
}


.di_z ul {
	width: 100%;
	display: flex;
}

.di_z ul li {
	flex: 1;
}

.di_z ul li h2 {
	color: #fff;
	font-size: 17px;
	padding-bottom: 10px;
}

.di_z ul li p a {
	font-size: 15px;
	color: #999;
	display: block;
	line-height: 30px;
}

.di_r {
	width: 240px;
}

.di_r .btn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #9f9f9f;
	border: solid 1px #d5d5d5;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0px 10px;
	color: #fff;
	font-size: 17px;
}


.di_r h2 {
	text-align: center;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 6px;
	font-size: 17px;
}

.di_r h3 {
	text-align: center;
	color: #999;
	font-size: 13px;
	line-height: 24px;
}

.di_d {
	text-align: center;
	border-top: 1px solid #999;
	padding: 10px 0px;
	margin-top: 15px;
	color: #999;
	font-size: 15px;
}

.di_d a {
	color: #999;
}


.ny_banner {
	height: 435px;
	background-size: cover;
	background-position: center center;
}

.ny_banner .container {
	height: calc(100% - 100px);
	padding-top: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.ny_banner .container h2 {
	color: #fff;
	font-size: 50px;
	text-shadow: 0px 2px 3px #333;
}

.ny_banner .container b {
	width: 56px;
	height: 4px;
	background-color: #ffffff;
	display: block;
	margin-top: 10px;
	box-shadow: 0px 2px 3px #333;
}

.lj{
	position: relative;
	height: 35px;
	margin-top: -50px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 15px;
}

.lj a{
	color: #fff;
	
}


.ny_nav {
	border-bottom: 1px solid #cfcfcf;
	height: 64px;
	line-height: 64px;
	overflow-x: auto;
	width: 100%;
	position: sticky;
}

.ny_nav .container {
	display: flex;
	align-items: center;
	justify-content: center;

}

.ny_nav .container a {
	flex: 1;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	color: #333;
	position: relative;
	padding: 0px 10px;
	white-space: nowrap;
	border: solid 1px #cfcfcf;
	border-bottom: 0px;
	border-top: 0px;
	margin-left: -1px
}

.ny_nav .container a:hover {
	color: #123b97;
}

.ny_nav .container a:hover:after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #123b97;
	border-radius: 2px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ny_nav .container a.on {
	color: #123b97;
}

.ny_nav .container a.on:after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #123b97;
	border-radius: 2px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.about_box {
	padding: 70px 0px;
}


.ny_bt {
	text-align: center;
	font-size: 40px;
	color: #333;
	padding-bottom: 50px;
}

.about_box .container .nr {
	display: flex;
	justify-content: space-between;

}

.about_box .container .nr .left{
	width: 40%;	
}

.about_box .container .nr .left img{
	width: 100%;
	height: auto;
}

.about_box .container .nr .right{
	width: 54%;
}

.about_box .container .nr .right h2{
	color: #07529f;
	font-size: 30px;
	display: block;
	padding-bottom: 4%;
}

.about_box .container .nr .right p{
	font-size: 16px;
	line-height: 32px;
	display: block;
	padding-bottom: 3%;
}

.about_box .container .nr .right p img{
	width: 140px;
	height: auto;
}

.about_box .container .nr1 ul li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5%;
}

.about_box .container .nr1 ul li:nth-child(even){
	flex-direction: row-reverse;
}

.about_box .container .nr1 ul li .left{
	width: 46%;
}

.about_box .container .nr1 ul li .left img{
	width: 100%;
	height: auto;
}

.about_box .container .nr1 ul li .right{
	width: 46%;
	padding-top: 2%;
}

.about_box .container .nr1 ul li .right h2{
	font-size: 30px;
	color: #000;
	padding-bottom: 5%;
}

.about_box .container .nr1 ul li .right p{
	font-size: 16px;
	line-height: 32px;
	color: #333;
	padding-bottom: 3%;
}

.about_box .container .nr2 ul{
	margin: 0px -1.5%;
	display: flex;
	flex-wrap: wrap;
}

.about_box .container .nr2  ul li{
	margin: 0px 1.5%;
	margin-bottom: 3%;
	width: 30.33%;
	background-color: #f1f1f1;
}

.about_box .container .nr2 ul li .img{
	background-size: cover;
	background-position: center center;
}

.about_box .container .nr2 ul li .img img{
	width: 100%;
	height: auto;
	display: block;
}

.about_box .container .nr2 ul li .wz{
	padding:3% 5%;
}

.about_box .container .nr2 ul li .wz h2{
	border-bottom: 1px solid #ccc;
	font-size: 23px;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.about_box .container .nr2 ul li .wz p{
	font-size: 16px;
	color: #333;
	line-height: 32px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.about_box .container .nr2 ul li .wz p img{
	margin-right: 5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.news{
	padding: 70px 0px;
}

.news .nr ul{
	margin: 0px -1%;
	display: flex;
	flex-wrap: wrap;
}

.news .nr ul li{
	margin: 0px 1%;
	margin-bottom: 3%;
	width: 23%;
}

.news .nr ul li .img{
	background-size: cover;
	background-position: center center;
}

.news .nr ul li .img img{
	width: 100%;
	height: auto;
	display: block;
}

.news .nr ul li .wz{
	padding:3%;
}

.news .nr ul li .wz h2{
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  height: 45px;
}

.news .nr ul li .wz p{
	text-align: right;
	padding-top: 0px;
	font-size: 14px;
}

.fany{
	text-align: center;
}


.news_detail {
	padding: 70px 0px;
	max-width: 1200px;
	margin: 0px auto;
}


.news_detail .bt {
	text-align: center;
}

.news_detail .bt h2 {
	font-size: 25px;
	color: #000;
}

.news_detail .bt h3 {
	font-size: 14px;
	color: #666;
	padding: 15px 0px;
}

.news_detail .nr {
	padding-top: 10px;
}

.news_detail .nr p {
	font-size: 15px;
	line-height: 30px;
	display: block;
	padding-bottom: 15px;
}

.news_detail .nr img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.news_detail .fanhui {
	border-top: 1px solid #ddd;
	padding: 30px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_detail .fanhui .left {
	width: calc(100% - 250px);
}

.news_detail .fanhui .left p {
	font-size: 17px;
	color: #333;
	padding: 5px 0px;
}

.news_detail .fanhui .left p a {
	color: #333;
}

.news_detail .fanhui .left p a:hover {
	color: #333;
}

.news_detail .fanhui .right {
	width: 200px;
	text-align: right;
}

.news_detail .fanhui .right a {
	width: 170px;
	height: 45px;
	border: solid 1px #ddd;
	font-size: 17px;
	color: #333;
	text-align: center;
	line-height: 45px;
	display: inline-block;
}

.news_detail .fanhui .right a:hover {
	background: #333;
	color: #fff;
}

.hr_box{
	padding: 70px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hr_box .left{
	width: 46%;
}

.hr_box .left img{
	width: 100%;
	height: auto;
}

.hr_box .right{
	width: 46%;
}

.hr_box .right h2{
	font-size: 30px;
	color: #000;
	padding-bottom: 20px;
}

.hr_box .right p{
	font-size: 16px;
	line-height: 32px;
}



.jobli {
	border: 1px solid #cfcfcf;
	margin-bottom: 50px;
}

.jobli .title {
	display: flex;
	justify-content: space-between;
	background-color: #f6f6f6;
	border-top: 3px solid #07529f;
}

.jobli .title span {
	display: block;
	width: 25%;
	line-height: 70px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

.jobli .title span:nth-child(1){
	width: 32%;
}

.jobli .title span:nth-child(2){
	width: 30%;
}

.jobli .title span:nth-child(3){
	width: 28%;
}

.jobli .title span:nth-child(4){
	width: 10%;
	border-right: 0px;
}


.jobli li {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

.jobli li .link {
	height: auto;
	cursor: pointer;
	background: #fff;
	display: flex;
	font-size: 30px;
}

.jobli li .link .nr {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
}

.jobli li .link .nr span {
	font-size: 17px;
	display: block;
	text-align: center;
	width: 25%;
	line-height: 70px;
}

.jobli li .link .nr span:nth-child(1){
	width: 32%;
}

.jobli li .link .nr span:nth-child(2){
	width: 30%;
}

.jobli li .link .nr span:nth-child(3){
	width: 28%;
}

.jobli li .link .nr span:nth-child(4){
	width: 10%;
}


.jobli li.open .link .tbanchor {

	transform: rotate(180deg);

}

.jobli li .link span.tbanchor {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
}


.jobli li .jobnr {
	background: #f5f5f5;
	padding: 20px 40px;
	font-size: 14px;
}


.jobli li .jobnr .zc {
	border-bottom: 1px solid #ddd;
}

.jobli li .jobnr .zc dd {
	width: 100%;
	padding-bottom: 25px;
}

.jobli li .jobnr .zc dd h2 {
	font-size: 17px;
	color: #333;
	padding-bottom: 15px;
}

.jobli li .jobnr .zc dd p {
	font-size: 15px;
	line-height: 26px;
}

.jobli li .jobnr .js {
	font-size: 18px;
	color: #e80012;
	padding-top: 25px;
	line-height: 34px;
}


.pro_box {
	box-sizing: border-box;
	padding: 70px 0px;
}

.pro_box ul {
	width: 100%;
	height: 500px;
	margin: 0px -1.5%;
	display: flex;
	justify-content: space-between;
}

.pro_box ul li {
	width: 30.3%;
	height: 100%;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.pro_box ul li .text {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.pro_box ul li .text a {
	color: #fff;
}

.pro_box ul li .more {
	background-color: rgba(237, 23, 75, 0.9);
	box-sizing: border-box;
	padding: 20% 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -100%;
	transition: all 0.2s ease 0s;
}

.pro_box ul li:hover .more {
	bottom: 0px;
	transition: all 0.2s ease 0s;
}

.pro_box ul li .more h2 {
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.pro_box ul li .more p {
	color: #ddd;
	font-size: 14px;
	line-height: 22px;
	display: block;
	text-align: center;
	padding: 15px 20%;
}

.pro_box ul li .more h3 a {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #fff;
	padding: 5px 0px;
}

.pro_box ul li .more h3 a:hover {
	background: #a51034;
}

.pro_box1{
	padding-bottom: 70px;
}

.pro_swiper .swiper-slide a{
display: block;
border: 1px solid #ddd;
box-sizing: border-box;
padding: 5%;
text-align: center;
}

.pro_swiper .swiper-slide a .img img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.pro_swiper .swiper-slide a h2{
	font-size: 17px;
	color: #333;
}

.pro_swiper .swiper-slide a p{
	font-size: 14px;
	color: #666;
}

.pro_swiper .swiper-button-next, .pro_swiper .swiper-button-prev{
color: #999;
}

.pro_box2{
	padding: 70px 0px;
}

.pro_box2 .nr{
	display: flex;
	justify-content: space-between;
}

.pro_box2 .nr .left{
	width: 450px;
}

.pro_box2 .nr .left img{
	width: 100%;
	height: auto;
}

.pro_box2 .nr .right{
	width: calc(100% - 520px);
}

.pro_box2 .nr .right p{
	font-size: 16px;
	line-height: 32px;
	display: block;
	margin-bottom: 15px;
}

.pro_banner{
	width: 100%;
	height: 439px;
	background: url(../images/pro_detail_bj.png) repeat-x;
	background-position: bottom;
	position: absolute;
	top: 88px;
}

.pro_lj{
	margin-top: 40px;
}

.prod_box{
	 margin-top: 220px;
	 box-shadow: 0px -6px 0px 0px 
		#eb0012;
		position: relative;
		z-index: 2;
		background: #fff;
		display: flex;
}

.prod_box .left{
	position: relative;
	top: -170px;
	padding: 0px 5%;
}

.prod_box .left img{
	width: 420px;
	height: 420px;
}

.prod_box .right{
	position: relative;
	top: -120px;
}

.prod_box .right h2{
	color: #fff;
	font-size: 48px;
	margin-bottom: 90px;
}

.prod_box .right p{
	font-size: 16px;
	line-height: 32px;
}

.prod_box1{
	margin-top: -150px;
	position: relative;
		z-index: 2;
}

.prod_box1 ul{
	display: flex;
	width: 100%;
}

.prod_box1 ul li{
	line-height: 64px;
	font-size: 18px;
	color: #333;
	width: 25%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-left: -1px;
	text-align: center;
}

.prod_box1 ul li a{
	display: block;
	color: #333;
}

.dingwei{
	position: relative;
    height: 0px;
    top: -88px;
    display: block;
}

.prod_box2{
	position: relative;
	z-index: 2;
	padding: 50px 0px;
}

.prod_box2 .nr p{
	font-size: 16px;
	line-height: 34px;
}

.prod_box2 .nr img{
	max-width: 100%;
	width: auto;
	height: auto;
}

.prod_box3{
	padding: 50px 0px;
}

.prod_box3 table{
	width: 100%;
	border: solid 1px #cfcfcf;
	border-top: 2px solid #07529f;
}

.prod_box3 table tr th{
	line-height: 64px;
	background-color: #f6f6f6;
	border: solid 1px #cfcfcf;
	color: #333;
	font-size: 18px;
}

.prod_box3 table tr td{
	line-height: 30px;
	background-color: #fff;
	border: solid 1px #cfcfcf;
	color: #333;
	font-size: 17px;
	text-align: center;
	box-sizing: border-box;
	padding:20px 10px;
}


.down{
	padding: 70px 0px;
}

.down_nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.down_nav .search{
	width: 350px;
	height: 64px;
	background-color: #f6f6f6;
	border: solid 1px #cfcfcf;
	display: flex;
}

.down_nav .search .text{
	width: calc(100% - 50px);
	line-height: 64px;
	background: none;
	border: 0px;
	box-sizing: border-box;
	padding: 0px 20px;
	font-size: 17px;
}

.down_nav .search .btn{
	width: 50px;
	height: 64px;
	background: url(../images/searchh.png) no-repeat center center;
	cursor: pointer;
	border: 0px;
}

.down_nav .down_nav1{
	line-height: 64px;
	background-color: #f6f6f6;
	border: solid 1px #cfcfcf;
	width: calc(100% - 400px);
	box-sizing: border-box;
	overflow-x: auto;
	white-space: nowrap;
}

.down_nav .down_nav1 a{
	font-size: 17px;
	color: #333;
	padding: 0px 3%;
}

.down_nav .down_nav1 a.on{
	color: #07529f;
	font-weight: bold;
}

.down_nav .down_nav2{
	color: #333;
	font-size: 18px;
}

.down_nav .down_nav2 a{
	border-radius: 20px;
	border: solid 1px #cfcfcf;
	padding: 5px 20px;
	margin-left: 20px;
}

.down_nav .down_nav2 a:hover{
	background: #07529f;
	color: #fff;
	border: 1px solid #07529f;
}

.down1{
	padding: 50px 0px;
}

.down1 table{
	width: 100%;
	border: solid 1px #cfcfcf;
	border-top: 2px solid #07529f;
}

.down1 table tr th{
	line-height: 64px;
	background-color: #f6f6f6;
	border: solid 1px #cfcfcf;
	color: #333;
	font-size: 18px;
}

.down1 table tr td{
	line-height: 30px;
	background-color: #fff;
	border: solid 1px #cfcfcf;
	color: #333;
	font-size: 17px;
	text-align: center;
	box-sizing: border-box;
	padding:20px 10px;
}

.down1 table tr td a{
	display: block;
}

.faq_nav{
padding: 50px 0px;
display: flex;
}

.faq_nav a {
	flex: 1;
	line-height: 60px;
	text-align: center;
	border: 1px solid #ddd;
	font-size: 20px;
	color: #000;
	display: block;
	margin-left: -1px;
}

.faq_nav a.on {
	background: #07529f;
	border: 1px solid #07529f;
	color: #fff;
	position: relative;
}

.faq_nav a.on::after {
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 13px solid #07529f;
	content: '';
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -10px;

}

.faq_list ul li{
border-bottom: 1px solid #ccc;
padding: 30px 0px;
display: flex;
justify-content: space-between;
align-items: center;
}

.faq_list ul li b{
	background-color: #002244;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 8px;
	margin: 0px 15px;
}

.faq_list ul li a{
	display: block;
	width: calc(100% - 240px);
	font-size: 18px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.faq_list ul li a:hover{
	color: #07529f;
}

.faq_list ul li span{
	color: #333;
	font-size: 16px;
}